You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue for this feature request?
I have searched the existing issues
Is your feature request related to a problem?
My volumetric flow rate is limited by my printer's ability to get enough heat into the filament fast enough. It can sustain a VFR of 47mm^3/s, but if ran above that speed for too long, the nozzle temperature drops too low. However, it can sustain faster speeds for a short period of time because the filament in the nozzle is already at-temperature. This is an opportunity to squeeze slightly more throughput out of my printer.
Which printers will be beneficial to this feature?
All
Describe the solution you'd like
I’d like to set two volumetric flow rates for my printer: a steady “jog” pace it can sustain indefinitely, and a short “sprint” pace it can handle only while there’s enough preheated filament in the nozzle. Well-tuned prints often have regions that demand higher VFR (e.g., solid infill) interspersed with regions that run slower due to print-head speed limits (e.g., outer walls). I want the printer to briefly sprint at a higher VFR for those high-demand sections, as long as it doesn’t try to sprint again before the nozzle has reheated.
An example algorithm might look like this:
Identify regions limited by VFR.
If the region isn’t an outer wall or top/bottom surface, and the printer has “recharged” since the last sprint, switch to the sprint VFR.
Maintain the sprint for a defined duration or volume of filament.
Return to the jog VFR when that sprint is over.
The duration of each sprint and the required recovery time would be user-calibrated. One approach might be to sprint until the “nozzle_volume” capacity is used up, then enforce a cooldown proportional to how much of that volume was actually extruded.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this feature request?
Is your feature request related to a problem?
My volumetric flow rate is limited by my printer's ability to get enough heat into the filament fast enough. It can sustain a VFR of 47mm^3/s, but if ran above that speed for too long, the nozzle temperature drops too low. However, it can sustain faster speeds for a short period of time because the filament in the nozzle is already at-temperature. This is an opportunity to squeeze slightly more throughput out of my printer.
Which printers will be beneficial to this feature?
All
Describe the solution you'd like
I’d like to set two volumetric flow rates for my printer: a steady “jog” pace it can sustain indefinitely, and a short “sprint” pace it can handle only while there’s enough preheated filament in the nozzle. Well-tuned prints often have regions that demand higher VFR (e.g., solid infill) interspersed with regions that run slower due to print-head speed limits (e.g., outer walls). I want the printer to briefly sprint at a higher VFR for those high-demand sections, as long as it doesn’t try to sprint again before the nozzle has reheated.
An example algorithm might look like this:
The duration of each sprint and the required recovery time would be user-calibrated. One approach might be to sprint until the “nozzle_volume” capacity is used up, then enforce a cooldown proportional to how much of that volume was actually extruded.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: