Repetier Creality CR10s PRO V2 Farm and runout detection
Hi,
I plan to use Repetier to handle my 3D printer FARM so I try the free version for now (Creality CR10s PRO V2 but soon 2 more or even a CR30 with the belt). But I just discovered that the runout sensor is not detected by the Repetier Server ... what should I do for that ?
Thanks for your help.
Stéphane
I plan to use Repetier to handle my 3D printer FARM so I try the free version for now (Creality CR10s PRO V2 but soon 2 more or even a CR30 with the belt). But I just discovered that the runout sensor is not detected by the Repetier Server ... what should I do for that ?
Thanks for your help.
Stéphane
Comments
https://github.com/Raabi91/filament_runout_Repetier
to detect runout and send it to printer.
Since you say it is not detected I assume the same problem, but don't have a CR30 to verify. Alternatively upload a modified firmware if you can that sends a message when filament runout switches from full to none. You can then add a listener is server that watches for that message and calls @pause Out of filament to pause a print.
Both solutions work equally well.
Not very confident in changing the cable on the filament detection ....
enqueuing: "M600"
which is what we are looking for already. But you need to configure firmware to do so and they didn't:-(
Not sure how it is for CR10 but my printers have external filament sensors and redirecting the pins to the pi is not that difficult. If you search filament_runout_Repetier on the forum you will find some threads about it. But it is minimal hardware hacking.
Thanks for your help, I will try to dump a message to creality, maybee it could be the one getting it done ...
and as I can understand it cool work from SD printing but also from print_job_timer ... isn't that the mode with repetier ?
the function handle_filament_runout is doing that :
so it seems to do the job no ?
Stéphane