comment fix for v2

This commit is contained in:
HellAholic 2024-12-26 12:42:55 +01:00 committed by GitHub
parent d80f291dc5
commit b872610275
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -355,7 +355,7 @@ class PurgeLinesAndUnload(Script):
else:
add_move("Y", self.machine_front)
# Combine moves into a single G-code string or return empty if no movement is needed
# Combine moves into a single G-code string or return a comment if no movement is needed
return "".join(moves) if len(moves) > 1 else f";----------[Already at {location_name}, No Moves necessary]\n"
def _get_build_plate_extents(self):