forked from fieldOfView/Cura-SimpleShapes
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
Status : Need to be testedNeed to be tested, issue should be solved but real test on machine will comfirmNeed to be tested, issue should be solved but real test on machine will comfirm
Description
When running the SpeedTower.py script using the "speed" option, it seems the speed is manipulated using M220 which sets the feed rate of the printer.
Unfortunately, after the slice and print of a speed tower, it leaves the feed rate at the altered percentage rather than returning it to 100%. On Ender 3, that's a persistent setting that isn't reset automatically on the next print. If you're not paying attention, all subsequent prints you run will be at the reduced feed rate until you manually set it back to 100%.
I think an M220 S100 at the end of the script would be a nice addition that would potentially have saved me from having to rerun a bunch of tests due to the odd feed rate being left behind.
Metadata
Metadata
Assignees
Labels
Status : Need to be testedNeed to be tested, issue should be solved but real test on machine will comfirmNeed to be tested, issue should be solved but real test on machine will comfirm