Skip to content

Commit

Permalink
Update screen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Jan 30, 2024
1 parent 436c2e9 commit f88716f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ def init_printer(self):

self.extrude_distances = ['1', '1', '1', '1']
i = 0
for element in printer_config.get("extrude_distances", "1, 2, 5, 25").split(','):
for element in printer_config.get("extrude_distances", "5, 10, 15, 25").split(','):
self.extrude_distances.insert(i, element.strip())
i += 1
if len(self.extrude_distances) > 4:
Expand Down

0 comments on commit f88716f

Please sign in to comment.