mirror of https://github.com/Desuuuu/klipper.git
change manual/offset leveling to happen at .2 instead of 0
This commit is contained in:
parent
a8e13181a2
commit
b4b0a1993f
|
@ -142,7 +142,7 @@ script:
|
|||
G1 Z5 F600
|
||||
{% endif %}
|
||||
G1 X{x} Y{y} F4800
|
||||
G1 Z0 F300
|
||||
G1 Z0.2 F300
|
||||
{% else %}
|
||||
{ abort_page_switch() }
|
||||
{% do set_variable("line1", "") %}
|
||||
|
|
|
@ -298,7 +298,7 @@ script:
|
|||
G1 Z{hop} F600
|
||||
{% endif %}
|
||||
G1 X{x} Y{y} F4800
|
||||
G1 Z0 F300
|
||||
G1 Z0.2 F300
|
||||
RESTORE_GCODE_STATE NAME=state_level_manual_point
|
||||
{% endif %}
|
||||
run_as_gcode: true
|
||||
|
|
Loading…
Reference in New Issue