mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-16 20:14:32 +05:00
fix: typo in example pause macro
This commit is contained in:
@@ -30,7 +30,7 @@ gcode:
|
|||||||
{% set y_park = printer.toolhead.axis_maximum.y|float - 5.0 %}
|
{% set y_park = printer.toolhead.axis_maximum.y|float - 5.0 %}
|
||||||
##### calculate save lift position #####
|
##### calculate save lift position #####
|
||||||
{% set max_z = printer.toolhead.axis_maximum.z|float %}
|
{% set max_z = printer.toolhead.axis_maximum.z|float %}
|
||||||
{% set act_z = printer.toolhead.position.x|float %}
|
{% set act_z = printer.toolhead.position.z|float %}
|
||||||
{% if act_z < (max_z - 2.0) %}
|
{% if act_z < (max_z - 2.0) %}
|
||||||
{% set z_safe = 2.0 %}
|
{% set z_safe = 2.0 %}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user