UltiMaker uses functional, analytical and tracking cookies. Tracking cookies enhance your experience on our website and may also collect your personal data outside of Ultimaker websites. If you agree with the use of tracking cookies, click “I agree, continue browsing”. You can withdraw your consent at any time. If you do not consent with the use of tracking cookies, click “Refuse”. You can find more information about cookies on our Privacy and Cookie Policy page.
The "FeedRate" as shown on the LCD is a global setting and affects every speed the printer receives. It's a modifier, not the actual Feed Rate.
If you entered "60" as the print speed and the FeedRate is at 100% on the printer then the printer is printing at 60 (so long as things like Minimum Layer Time aren't involved).
If you were to Tune the feedrate to 50% on the LCD then although the gcode says to print at 60 the printer/processor would drop that to 30mm/sec.
If you were to print a smallish model in Spiralize then the layers go quickly. In that case the "Minimum Layer Time" comes into play and Cura adjusts the print speed within the gcode to insure that a layer takes 10 seconds (or whatever you have it set to) to complete. It's a cooling thing. You might have Print Speed set to 60 but Cura will alter that. Once again though, if Feed Rate on the printer is 100% then the print will go down at whatever speed is in the gcode.
The only way to actually check the speed is to open a Gcode file in a text editor and search for F numbers. You have to do a conversion because gcode is in mm/minute and the Cura settings are in mm/second. Divide the Gcode F numbers by 60 to get mm/sec.
G1 F3600 X123 Y123 E123.45678 is an extrusion at 60mm/sec.
Link to post
Share on other sites
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Here comes Cura 5.9 and in this stable release we have lots of material and printer profiles for UltiMaker printers, including the newly released Sketch Sprint. Additionally, scarf seams have been introduced alongside even more print settings and improvements. Check out the rest of this article to find out the details on all of that and more
We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
Recommended Posts
GregValiant 1,410
The "FeedRate" as shown on the LCD is a global setting and affects every speed the printer receives. It's a modifier, not the actual Feed Rate.
If you entered "60" as the print speed and the FeedRate is at 100% on the printer then the printer is printing at 60 (so long as things like Minimum Layer Time aren't involved).
If you were to Tune the feedrate to 50% on the LCD then although the gcode says to print at 60 the printer/processor would drop that to 30mm/sec.
If you were to print a smallish model in Spiralize then the layers go quickly. In that case the "Minimum Layer Time" comes into play and Cura adjusts the print speed within the gcode to insure that a layer takes 10 seconds (or whatever you have it set to) to complete. It's a cooling thing. You might have Print Speed set to 60 but Cura will alter that. Once again though, if Feed Rate on the printer is 100% then the print will go down at whatever speed is in the gcode.
The only way to actually check the speed is to open a Gcode file in a text editor and search for F numbers. You have to do a conversion because gcode is in mm/minute and the Cura settings are in mm/second. Divide the Gcode F numbers by 60 to get mm/sec.
G1 F3600 X123 Y123 E123.45678 is an extrusion at 60mm/sec.
Link to post
Share on other sites