修复F430NX机型Y轴在零位时回零报错的问题

This commit is contained in:
魏瑞鹏 2024-12-30 16:29:08 +08:00
parent e2a9ff2bfe
commit e941884b8e

View File

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