It would be fantastic if you could set the extrusion rate limit in Klipper so that Klipper would automatically reduce speeds if ensure they are below this limit
I implemented this and have an open pull request on that, but I donāt think it will be accepted.
But if you want this you can use my fork:
Maybe leave a hint why you need this in the commends of the Pull request, maybe your arguments will be accepted, and the PR accepted. I also think this is just super importantā¦
Howto:
ssh pi@myklipperhost
cd klipper
git remote set-url origin https://github.com/masterxq/klipper.git
I will frequently merge klipper changes into that repo.
If you want to update:
ssh pi@myklipperhost
cd klipper
git pull
I think I have done good basic testing, but it is really hard to prof everything is correct, so usage under own riskā¦
Sadly I could not finger out how to make mainsail use another repo for the klipper sources so it is possible to use the GUI for updates. If you know more please tell me
Best regards and have fun
Hello.
Pressure advanced has a way to read current setting for use in macro: {% set pa0 = printer.extruder.pressure_advance %} for
SET_PRESSURE_ADVANCE EXTRUDER= ADVANCE=. Is there something similar that can be used for SET_MAX_EXTRUDER_VELOCITY EXTRUDER= VOLUMETRIC_SPEED=?
Please open a new thread on your question. This thread is quite old. Things have changed.