filament sensor for Creality Ender 3 S1 not stopping when filament runs out
The printer has a filament center built in and it definitely works for gcode running on the printer itself.
I have Repetier-server 1.4.4 running on a pi. The filament sensor definitely sees that the filament has run out but the job does not stop when the Gcode comes through this device. The printer just continues to print.
Is Repetier server doing something to disable this built-in printer functionality? Or do I just have something not set up correct??
I've been very happy with Repetier for about a decade and I'd hate to move off because of this.
I have Repetier-server 1.4.4 running on a pi. The filament sensor definitely sees that the filament has run out but the job does not stop when the Gcode comes through this device. The printer just continues to print.
Is Repetier server doing something to disable this built-in printer functionality? Or do I just have something not set up correct??
I've been very happy with Repetier for about a decade and I'd hate to move off because of this.
Comments
https://marlinfw.org/docs/gcode/M412.html
If so put enable filament sensore host support command in start job commands in server.
M412 H1 S1
im starting with repetier server im a new membrer
https://marlinfw.org/docs/gcode/M412.html
Especially
M412 S1 H1
If so add it to run before job g-code in server config to enable it for printing.