Might be the minimal layer time kicking in?
Hmm, good point, however I noticed it on a bigger print (cute-spocktipus) that was scaled to an inch tall.
Now when I turn minimum layer time to 0, I still get a print estimate that stays the same unless I get to really low numbers.
The Gcode isn't as consistent though, there seems to be less speed setting (G1 Fsomething) in the 150mm/s file.
Here's another example. In this less tiny case, the g-code is defferent, but the time estimate is approximately the same.
The Codes don't correspond exactly to the speed I set, which makes me think that Cura is inherently imposing some limit.
Printer: Ultimaker 2, minimum time per layer set to 0, all the speed modifiers are also 0 except for travel speed which is set to 150. The print speed was set to 50 and 150 respectively for this test.
Here's a scaled down (25.4mm high) cute spocktipus at 150mm/sec. Note no speed setting on this layer. It was last set just before Layer 4 to G1 F7020, which I believe works out to 117mm/sec. On Layer 3, the speed is set on every line that extrusion takes place.
;LAYER:20
G0 X118.72 Y120.94 Z2.30
;TYPE:WALL-INNER
G1 X118.61 Y120.90 E747.54237
G1 X118.56 Y120.89 E747.54455
G1 X118.51 Y120.87 E747.54674
In the 50mm/sec example the speed is set to 50mm/sec on the first extrusion line of the layer:
;LAYER:20
G0 F9000 X118.72 Y120.94 Z2.30
;TYPE:WALL-INNER
G1 F3000 X118.61 Y120.90 E747.54237
G1 X118.56 Y120.89 E747.54455
G1 X118.51 Y120.87 E747.54674
G1 X118.44 Y120.86 E747.54928
Here's a scaled down (25.4mm high) cute spocktipus at 150mm/sec. Note no speed setting on this layer. It was last set just before Layer 4 to G1 F7020, which I believe works out to 117mm/sec.
It's starting to sound like you found a bug maybe. But be aware that the bottom most layer speed you have set to 20mm/sec and Cura doesn't just jump immediately to the nominal speed on the next layer but goes up a little more gradually. Maybe over 3 layers?
Also be aware that for short movements - say less than 10mm, it is unlikely that the X and Y axes even get up to full speed due to acceleration and jerk settings. So Cura's time estimate might (correctly) not change much at all even if the nominal speed is much higher.
I assume you are in ultigcode mode, but in reprap mode, the retraction speed is specified with the F (feedrate) command and you can't have different feedrates for different axes so in reprap mode Cua has to insert the nominal feedrate after every retraction. In ultigcode mode it doesn't have to but perhaps it does anyway. That might be why on some layers you seem to get many more F commands.
Also on every Z axis move (at the end of every layer) you might also get F commands there.
Recommended Posts
kevin-osborn 9
Here's the profile (150mm/s) The print speed was the only thing I changed in the above settings
Link to post
Share on other sites