Followup for BABYSTEP_HOTEND_Z_OFFSET (#11916)

This commit is contained in:
Scott Lahteine
2018-09-24 21:46:56 -04:00
committed by GitHub
parent 884ad75cb8
commit cee34f7290
65 changed files with 291 additions and 118 deletions

View File

@ -143,15 +143,12 @@
#define HEATER_BED_PIN 58
#define FAN_PIN 9
#if(DISABLED(FILAMENT_RUNOUT_SENSOR))
// Though defined as a fan pin, it is utilized as a dedicated laser pin by Formbot. May
// swapped plug and play with a fil;ament runout sensor.
#define FAN1_PIN 4
#endif
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
#define FIL_RUNOUT_PIN 4
#define FIL_RUNOUT_PIN 4
//#define FIL_RUNOUT2_PIN -1
#else
// Though defined as a fan pin, it is utilized as a dedicated laser pin by Formbot.
#define FAN1_PIN 4
#endif
//