mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:39:00 +08:00
comment fix for v2
This commit is contained in:
parent
d80f291dc5
commit
b872610275
@ -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…
x
Reference in New Issue
Block a user