Frix-x / klippain

Generic Klipper configuration for 3D printers
GNU General Public License v3.0
853 stars 224 forks source link

Add calibration for the max flow #74

Open Frix-x opened 1 year ago

Frix-x commented 1 year ago

This issue is to track and not forget about this.

Goal is to be able to quicly find out the max flow for every hotend and every material you have with only a click in Mainsail/Fluidd

fbeauKmi commented 1 year ago

Hi, I developped one inspired by your work. Feel free to use, adapt, comment as I'm not sure of the workflow you imagine. max_flow_calibrate. It was just a game to play with 3Dprint basic math. I only use it on ABS but on different hotend and nozzle size. CU

Frix-x commented 1 year ago

Hey thanks for this one ! It's exactly what I wanted to do :)

Can you open a PR ?

I also had in mind to maybe merge the current flow calibration macro with this idea and add a parameter to do this test or the normal calibration test. That way all the flow maths and shell printing movement will not be duplicated in two files. What do you think about it ?

@Fragmon if you want to try this beta macro, it should work the same way as the idea we were talking about on Discord :)

Fragmon commented 1 year ago

@Frix-x @fbeauKmi Yes nice work. I open issues in the hub of Frédéric and try to convert that into the all in one cfg.

roykrikke commented 8 months ago

Any progress on this item?