Can you reset the speed to 100% after every print
I have started to use the speed up feature after a few layers and its great with no obvious change in quality...
But I sometimes forget and find that I start the next print at the same speed as the last time and this could have an impact, especially on the first layer (although I have to be honest and say that I have printed many things accidentally at 150% and not had a problem)..
I am surprised that the speed factor stays set after a print and wonder if it should go back to 100% when the job is finished.
Is there a way to do this (perhaps in GCODE)? If not, how can I make this request to the firmware devs to be considered as a change?
Jon
Re: Can you reset the speed to 100% after every print
Just add
M220 S100
into the end-of-print script.
Re: Can you reset the speed to 100% after every print
Just add
M220 S100
into the end-of-print script.
Awesome.. Thanks.
Re: Can you reset the speed to 100% after every print
I just did this and notice that there is already an M221 S100 in the end script.. I have added M220 S100 so will see how it goes, but why do they reset flow % (M221) after every print...
Could this be a typo, and was ment to be M220?