Skip to content

SpeedTower script leaves feed rate at low percentage on completion #103

@tillig

Description

@tillig

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

No one assigned

    Labels

    Status : Need to be testedNeed to be tested, issue should be solved but real test on machine will comfirm

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions