mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
comment fix for v2
This commit is contained in:
parent
d80f291dc5
commit
b872610275
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ class PurgeLinesAndUnload(Script):
|
||||||
else:
|
else:
|
||||||
add_move("Y", self.machine_front)
|
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"
|
return "".join(moves) if len(moves) > 1 else f";----------[Already at {location_name}, No Moves necessary]\n"
|
||||||
|
|
||||||
def _get_build_plate_extents(self):
|
def _get_build_plate_extents(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue