XY axis speed coupled to E axis/extrusion volume?
Printer slows down with increasing extrusion volume. (Extrusion multiplier is set to 100%)
Is there a way to change the amount of slowdown or deactivate it completely,
even when risiking that the extruder/hotend can't keep up?
Prioritize XY over E axis so to speak.
Prioritize XY over E axis so to speak.
Comments
Only other limit is extrusion speed when you need to move faster then max. e speed.
I can see the printer move faster when i adjust the extrusion multiplier (not speed! multiplier) on the LCD, so I thought they were somehow coupled.
I tested with equally long segments that are on the same line and only have different E-Values.
Segments with low E-value move faster. All for the same feedrate. (though it looks like the 'velocity painting' technique, constant de- and increase of speed)
Here is a quick video printing a cube, each wall has 1mm segments with different E-values.
Extruder speed is 50mm/s, so plenty enough.
Can really small E values be a problem?
Or what happens if E=0.0?
Hm, anything else I could check?
Does the side have multiple segments where speed changes all over? Maybe a problem in the polar conversion, bus since I did not write that code hard to say.
Conversion to radians happens in postprocessing.
Yes, the sides are segmented, but their are no differing feedrates commands.
Adjusting the flowrate multiplier via LCD changes the XY speed?! Low flowrate = higher XY speed.
Hope you can see.
You should use a solution like we did for deltas where we compute and check in regular coordinate system and only afterwords use the transformed coordinates in firmware. In v2 firmware this could be done very easily by just adding a new printer type (copy from closest existing) and change the transformation and homing handling. Thus putting transformation inside firmware - benefit is that it van be handled like any normal printer. Make coordinare system a circle with zero in 0,0 and our server can even display bed correctly.