Skip to content

Commit

Permalink
Add Chitu 3D V6 2nd Filament Runout pin (MarlinFirmware#18922)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Aug 6, 2020
1 parent d922c00 commit c61e980
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Marlin/src/pins/stm32f1/pins_CHITU3D_V6.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,13 @@
#define BEEPER_PIN PB0
//#define LED_PIN PD3
//#define POWER_LOSS_PIN PG2 // PG4 PW_DET
#define FIL_RUNOUT_PIN PA15 // MT_DET

#ifndef FIL_RUNOUT_PIN
#define FIL_RUNOUT_PIN PA15 // MT_DET
#endif
#ifndef FIL_RUNOUT2_PIN
#define FIL_RUNOUT2_PIN PF13
#endif

//
// TronXY TFT Support
Expand Down

0 comments on commit c61e980

Please sign in to comment.