修复F430NX机型Y轴在零位时回零报错的问题
This commit is contained in:
parent
e2a9ff2bfe
commit
e941884b8e
@ -689,6 +689,7 @@ gcode:
|
||||
{% set homing_cmd = 'X ' %}
|
||||
{% endif %}
|
||||
{% if do_y %}
|
||||
SET_STEPPER_ENABLE STEPPER=stepper_y ENABLE=1
|
||||
{% set homing_cmd = homing_cmd + 'Y ' %}
|
||||
{% endif %}
|
||||
{% if do_z %}
|
||||
@ -699,6 +700,7 @@ gcode:
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if not homing_cmd %}
|
||||
SET_STEPPER_ENABLE STEPPER=stepper_y ENABLE=1
|
||||
C28
|
||||
_RESTORE_DEFAULT_EXTRUDER
|
||||
{% else %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user