If you used the 3.1 beta, your configuration is in a conflicted state, which may prevent you from making changes to settings such as printing speed.
Go to Help -> Show configuration folder, and then quit Cura. In the configuration folder, go to the parent folder and remove both the 3.1 and 3.2 folder. When you start Cura again, it will reimport your configuration from a previous version (eg 3.0).
Recommended Posts
yellowshark 153
Ah that was a bug, I forget the version but it did get sorted. Maybe it has been reintroduced; the speed setting should be the speed/speeds you have set in Cura. Yes it can be modified in the g-code, just load it into an editor with a search function.Ii is dead easy to change if, ignoring the first layer, you set all your printspeeds (not travel speed) to the same value. In the editor search for Layer:1 . You will probably see an M140, M106 and G0 commands. Then probably a comment ;type:wall-inner , or similar. The next line will be a G1 command starting with an F parameter; divide the figure by 60 and that is the speed, nn/ms, that Cura has set the printer. So multiply your required print speed by 60 and type in that number.
It more time consuming if you do not have all the print speeds the same because then you will get several G1 commands with F parameter on every layer. I guess you could use search replace to fix them all.
Also beware if you have entered a number against slow layers because each of the first few layers will have a G0 F command (I assume) and you will need to fix them.
Link to post
Share on other sites