Skip to content

Commit

Permalink
Update RetractTower.py
Browse files Browse the repository at this point in the history
V1.9
  • Loading branch information
5axes committed Sep 13, 2022
1 parent de17aa0 commit 14c2d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/RetractTower.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def execute(self, data):
relative_extrusion = False

if is_reset_extruder_line(line) and line[0] != ";" :
Logger.log('d', 'Reset_extruder :' + str(current_e))
# Logger.log('d', 'Reset_extruder :' + str(current_e))
current_e = 0
save_e = 0

Expand Down

0 comments on commit 14c2d3b

Please sign in to comment.