Speed settings based on height
Posted: Mon Jul 22, 2019 1:06 pm
When printing really tall parts (especially thin-walled parts or with flexible materials), sometimes we need to slow down the print speed (and acceleration/jerk) as the print gets taller.
I know that we can use the Variable Settings Wizzard to setup mutlipe processs and make the changes to print speed on the 'Speeds' tab and using the Scripts to change acceleration/jerk; however, it would be nice to have a table where you can override other settings as this would be much easier.
From an implementation standpoint, this would just de-rate the user selected values based on the height of the print from the print bed
I know that we can use the Variable Settings Wizzard to setup mutlipe processs and make the changes to print speed on the 'Speeds' tab and using the Scripts to change acceleration/jerk; however, it would be nice to have a table where you can override other settings as this would be much easier.
Code: Select all
Height Speed Acceleration Jerk
0 100% 100% 100%
100 90% 90% 90%
200 80% 80% 80%
300 70% 70% 70%
400 60% 60% 60%
500 50% 50% 50%
600 40% 40% 40%
etc..