Geeetech3D / Smartto-IAR

3D printer firmware and hardware of for stm32
11 stars 14 forks source link

Filament monitor bug when printing from USB #5

Open chuckdaniel opened 6 years ago

chuckdaniel commented 6 years ago

Currently, the filament monitor detects when filament runs out or breaks. If printing from the SD card, it stops the printer. However if printing from USB (like Octoprint), it does not work. It is detected and a notice is given on the panel but the printer continues. This makes the pop up message incorrect.

Adjusting the firmware to pause processing of all commands would be the best way to correct this and make the feature useful. Thanks.