Change the main readme, as it says its not supporting orca, and it caused me to overlook your fork.
Change the main readme, as it says its not supporting orca, and it caused me to overlook your fork.
@AJolly_1367306 Thanks for your comment I forgot deleting this and just added the info at the very end of the Readme, because a created a pull request and didn't want to put myself forward. The pull request unfortunately never got an answer.
There is also a hidden updated version of the script with a volumetric flow limit implemented. It's on the limit volumetric flow branch. It has some updates the script in the main branch is lacking. Consider the volumetric flow limit as a beta phase.
seems to cause orca slicer to freeze. kind of wanted to use it but that's the limiting factor for me right now
@Nathan22211 I just tried it with orca slicer and the variable name in the endgcode is a bit different. Use this at the end gcode of thr printer settings: {if retraction_length[0] == filament_retraction_length[0]}; override_retract_length = {filament_retraction_length[0]} {endif} . Everything else is the same as in prusa slicer (the only difference is the variable retraction length in orca and retract_length in prusa). However i am not sure if this is the issue you are having, since i got an error message in orca slicer. When exactly does it freeze?