Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bricklayers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2013,7 +2013,7 @@ def process_gcode(self, gcode_stream):
buffer_lines.append(myline)

self.last_noninternalperimeter_state = current_state
if simulator.moved_in_xy:
if simulator.moved_in_xy and not feature.wiping:
myline.current = current_state
self.last_noninternalperimeter_xy_line = myline

Expand Down