moggieuk / ERCF-Software-V3

New software driver for ERCF control under Klipper
GNU General Public License v3.0
298 stars 63 forks source link

ERCF synchronized with extruder motor #8

Closed RickDnamps closed 1 year ago

RickDnamps commented 1 year ago

Do you think it could be possible yo add the opyion to use the gear ercf motor simultaneously with the Extruder to do a push pull cobfiguration to help wiyh the long bowden tube??? I have comprnsated that eith a second extruder but it's not the best.....

Thanks

moggieuk commented 1 year ago

Theoretically possible but unfortunately very difficult. To do so it would need some major changes to Klipper but also keeping the two motors in sync would require some additional sensor and feedback logic. Even a slight difference between length of filament pushed by each motor would create a problem...

Rather than keep then exactly in sync, one idea would be to use the gear motor to keep slack in the filament for the extruder. This would require some sort of sensor and feedback loop and again integration into klipper but perhaps a little less complicated.

moggieuk commented 1 year ago

Closing as not possible / practical without additional sensors.