фикс ретракта после печати

This commit is contained in:
2025-06-02 01:28:45 +03:00
parent eb983da000
commit be6ac6fb6d
2 changed files with 2 additions and 2 deletions

View File

@@ -298,7 +298,7 @@ gcode:
# Move to safe Z position
G0 Z{z_safe} F3600
# Retract filament even more
G1 E-{printer["gcode_macro RatOS"].end_print_park_z_hop} F3600
G1 E-{printer["gcode_macro RatOS"].filament_retract_after_print} F3600
# Back to absolute positioning
G90