GregValiant 1,351
That's a smokin' extruder gr5!
Many extruders are geared to provide more torque and push power. I didn't know of any of them were geared for that kind of speed.
This is in the base definition file for Creality printers. It will either show up in your base definition or in the actual printer model definition file under "overrides".
"machine_max_feedrate_e": { "value": 50 }
You can carefully change the 50 to something else.
This also might carry back to fdmprinter.def.json where the retract speeds are noted.
"retraction_speed":
{
"label": "Retraction Speed",
"description": "The speed at which the filament is retracted and primed during a retraction move.",
"unit": "mm/s",
"type": "float",
"default_value": 25,
"minimum_value": "0.0001",
"minimum_value_warning": "1",
"maximum_value": "machine_max_feedrate_e if retraction_enable else float('inf')",
"maximum_value_warning": "70",
Whatever you set it to will be affected by E-Accel. At the generic default of 5000mm/sec² on the E - it takes 4mm to get up to 200mm/sec. That means your retract distance would need to be at least 8mm to get up to speed. A retract speed of 175 takes about 3mm to get to speed so I would call that the max possible for a 6mm retraction. Average speed in that case would be 87.5.
There may also be a max set in M203 in your printer or possibly in the firmware.
Edited by GregValiant
Recommended Posts
gr5 2,229
I get the same thing. I've printed at 500mm/sec just fine but never tried to retract that fast. You must have a very fast extruder?
I'm not sure where this value is coded.
Link to post
Share on other sites