Merge branch 'main' into ZhopOnTravel

This commit is contained in:
GregValiant 2025-05-21 08:43:47 -04:00 committed by GitHub
commit 2e09ca96de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
92 changed files with 6045 additions and 235 deletions

View file

@ -496,7 +496,7 @@ class PurgeLinesAndUnload(Script):
"""Generates G-code lines for prime blob adjustment."""
gcode_lines = [
f"G1 F{retract_speed} E{retract_distance} ; Unretract",
"G92 E0 ; Reset extruder"
"G92 E0 ; Reset extruder\n"
]
return "\n".join(gcode_lines)