5axes / Calibration-Shapes

A Cura plugin that adds simple shapes (cube, cylinder, tube) and also 24 Calibration and test parts + 7 Postprocessing scripts
GNU Affero General Public License v3.0
340 stars 69 forks source link

Retract Tower: include M203 to set max E speed? #122

Closed mhaas closed 2 years ago

mhaas commented 2 years ago

The wiki page for the retract tower has a note stating that the max speed on the ender 3 is by default set to 25mm/s and recommends to increase this to 50mm/s.

I'm pretty new to all this, so consider this a humble suggestion: would it make sense to include M203 in the post-processed gcode to increase the limit to the maximum configured for the post processing script?

5axes commented 2 years ago

Thanks a lot for the idea. But it 's difficult to integrate : A) as we cannot test the actual value on the printer, the maximum value could be already higher than the 50 mm/s recommended in the Wiki Page B) by changing this value you can solved the issue temporarly, without giving the clue to the user

mhaas commented 2 years ago

Thanks for the explanation! Makes sense :)