rhapsodyv / Marlin

Optimized firmware for RepRap 3D printers based on the Arduino platform.
http://marlinfw.org
GNU General Public License v3.0
82 stars 428 forks source link

Fix x5sapro filemant runout #16

Closed toxic-garden closed 3 years ago

toxic-garden commented 3 years ago

Requirements

any Tronxy X5SA model will do

Description

the filament sensors and the wiring used by Tronxy need to use the internal pulldown resistor. Also, setting the default state to HIGH is necessary. To benefit from the sensor at all, nozzle_park_on_pause was enabled so that the filament doesn't drool onto the printed parts while waiting.

Benefits

fixes filament runout detection

Configurations

all included in the PR. Please see diff

Related Issues