MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.25k stars 19.23k forks source link

[FR] FIL_RUNOUT2_PIN for CHITU_V6 #18921

Closed Masanetz closed 4 years ago

Masanetz commented 4 years ago

Please add

#define FIL_RUNOUT2_PIN PF13

to src/pins/stm32f1/pins_CHITU3D_V6.h for support of second filament runout sensor of "Tronxy X5SA 2E"

Tested here with bugfix-2.0.x (2020-08-04)

thisiskeithb commented 4 years ago

I put in https://github.com/MarlinFirmware/Marlin/pull/18922 to add the second filament runout pin.

Does the pin/connector have a label on the motherboard?

Masanetz commented 4 years ago

Should be FILAMENT2 as on picture of board at tronxyonline.com, but I have to check in my printers control box after longer running print...

Masanetz commented 4 years ago

Just checked the board, it's FILAMENT2...

thisiskeithb commented 4 years ago

Closing since the PR was merged and the second filament sensor should now be usable.

github-actions[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.