Open yschroeder opened 4 years ago
This is causing me some trouble too. I'm trying to dial in some 85a TPU on the CHT nozzle with a mk4S on PS 2.8.1. Since the soft TPU jamming is the limiting factor and not printing speeds, I expected to be able to use Max volumetric speed like a throttle. Its unintuitive that once I have the Max volumetric speed dialed in to avoid jamming, if I want to correct for under/over extrusion I'll need to modify both Max volumetric speed and Extrusion multiplier.
It seems that the correct procedure is to first tune the under/over extrusion with Extrusion multiplier and then push Max volumetric speed up.
Version
2.2.0
Operating system type + version
WIndows 10
3D printer brand / version + firmware version (if known)
Prusa i3 MK2.5S Firmware 3.9.0-RC3
Behavior
PrusaSlicer applies the
Extrusion multiplier
afterMax volumetric speed
of the filament. This leads to situations whereMax volumetric speed
is not the hard upper limit on extruded filament per second.I use the
Max volumentric speed
to print at high speeds close the maximum melting capability of the hotend. It my case it is configured to15 mm3/s
, anything higher and the extruder starts losing steps. My print takes 20 minutes in this case and print settings are configured to constantly extrude at15 mm3/s
, verified by the volumetric speed preview. If I now set the extrusion multiplier to anything higher than1.0
, the extruder starts losing steps.You can easily reproduce this by setting the extrusion multiplier to e.g.
2
. The print should take twice as long, as you extrude double the amount of material and volumetric speed is at its limit already. However, PrusaSlicer gives the same estimated print time.I think PrusaSlicer should apply the
Max volumetric speed
after theExtrusion multiplier
. In the example above, the print time should be doubled when setting theExtrusion multiplier
to2
.