Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upNew feature: Added feature for printer movement control by keyboard #610
Conversation
-added a new field in the control-section, for controlling the movement of the printer by keypresses. To control you printer by keypress, you have to connect to printer first. Then click into the textfield to activate it. Now you can press the arrow keys, to move the printhead in the X- and Y-directions, press the W or S key for Z-direction or the number keys 1, 2, 3 or 4 for choose the distance (0.1mm, 1mm....)
This comment has been minimized.
This comment has been minimized.
|
Thanks for this, this is a neat feature! I changed the implementation a bit, the controls are now activated when you move the mouse over the camera picture, a little overlay is embedded to indicate this and this also includes the key reference. I also added homing of X/Y and Z to the available controls and added PageUp/PageDown for Z and the numblock numbers for the step size. |
This comment has been minimized.
This comment has been minimized.
|
Wow, thank you :-) BTW: At your G+ Site you wrote at the related post for this feature, what do do if anyone has no webcam steam: |
This comment has been minimized.
This comment has been minimized.
chewy21
commented
Apr 2, 2016
|
hy, first of all nice feature !! Thanks ! |
This comment has been minimized.
This comment has been minimized.
|
@chewy21: huh? That's not related to this PR. Have you tried posting to the octoprint google+ community? |
This comment has been minimized.
This comment has been minimized.
chewy21
commented
Apr 3, 2016
|
huuum nop, sorry bye and thanks for the time |
nEuDy commentedOct 9, 2014
-added a new field in the control-section, for controlling the movement of
the printer by keypresses.
To control you printer by keypress, you have to connect to printer first.
Then click into the textfield to activate it. Now you can press the arrow
keys, to move the printhead in the X- and Y-directions, press the W or S
key for Z-direction or the number keys 1, 2, 3 or 4 for choose the
distance (0.1mm, 1mm....)