change manual/offset leveling to happen at .2 instead of 0

This commit is contained in:
Desuuuu 2021-01-30 12:59:49 +01:00
parent a8e13181a2
commit b4b0a1993f
No known key found for this signature in database
GPG Key ID: 85943F4B2C2CE0DC
2 changed files with 2 additions and 2 deletions

View File

@ -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", "") %}

View File

@ -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