Filament Sensor always on
Surrealcrow opened this issue · 3 comments
Description
Printer: Tronxy XY Pro 2, no mods, no titan extruder.
Migrated from stock firmware to Marlin, after printing some parts realized that the filament sensor is not working, physically it turns off the light when filament runs over, double checked that it is activated on screen and with gcode and it always shows as triggered.
I downloaded the code and uncommented the lines for my printer model
Steps to Reproduce
-
Turn the sensor on
-
remove the filament
-
start a print
-
starts printing
-
Turn the sensor on
-
execute M119 with filament
-
M119 response filament: TRIGGERED
-
Remove filament and execute M119
-
M119 response filament: TRIGGERED
If i get back to the original stock firmware, the runout filament works
Will add the conf.h files when get home
Additional Information
- Include a ZIP file containing your
Configuration.h
andConfiguration_adv.h
files. - Provide pictures or links to videos that clearly demonstrate the issue.
- See How Can I Contribute for additional guidelines.
and yes, this is a fix for the X5SA Pro, but i heavily assume that the XY Pro 2 uses the same sensor technique, so it might be easily adaptable for XY Pro 2
Fix Merged