mirror of https://github.com/Desuuuu/klipper.git
menu: use MOVE=1 for offset_z menu
use SET_GCODE_OFFSET's MOVE=1 parameter in the z offset menu. Less confusing for people who think nothing happened. Signed-off-by: John "Fess" Fessenden <fess@fess.org>
This commit is contained in:
parent
745a8dc0ac
commit
79cec9ba5c
|
@ -59,7 +59,7 @@ input_min: -5
|
||||||
input_max: 5
|
input_max: 5
|
||||||
input_step: 0.005
|
input_step: 0.005
|
||||||
realtime: true
|
realtime: true
|
||||||
gcode: SET_GCODE_OFFSET Z={0:.3f}
|
gcode: SET_GCODE_OFFSET Z={0:.3f} MOVE=1
|
||||||
|
|
||||||
### menu octoprint ###
|
### menu octoprint ###
|
||||||
[menu __octoprint]
|
[menu __octoprint]
|
||||||
|
|
Loading…
Reference in New Issue