Prusa Filament Sensor
I just figured out that repetier server keeps on printing although filament on a MK3S has already run out
It would be great to have repetier server pause the print once the printer detects a runout of filament so a new spool can be set up. Is that possible? When printing standalone the MK3S performs this task easily.
Thanks
Michael
It would be great to have repetier server pause the print once the printer detects a runout of filament so a new spool can be set up. Is that possible? When printing standalone the MK3S performs this task easily.
Thanks
Michael
Comments
In advanced configuration you can define actions on send strings from printer. Here you can also use e.g.
@pause Out of filament
You just need to add the message prusa sends on out of filament. Seems to be not the same marlin sends otherwise then.