Browse Source

Fix configuration issue

pull/45/head
Sergey 3 years ago
parent
commit
3d75a6e48d
  1. 2
      Marlin/Configuration.h
  2. 2
      Marlin/Configuration_adv.h
  3. 7
      Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h
  4. 4
      Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO_V2.h

2
Marlin/Configuration.h

@ -1064,7 +1064,7 @@
#define XY_PROBE_FEEDRATE (1000)
// Feedrate (mm/min) for the first approach when double-probing (MULTIPLE_PROBING == 2)
#define Z_PROBE_FEEDRATE_FAST HOMING_FEEDRATE_Z
#define Z_PROBE_FEEDRATE_FAST (4*60)
// Feedrate (mm/min) for the "accurate" probe of each point
#define Z_PROBE_FEEDRATE_SLOW (Z_PROBE_FEEDRATE_FAST / 2)

2
Marlin/Configuration_adv.h

@ -1320,7 +1320,7 @@
#define PLR_ENABLED_DEFAULT false // Power Loss Recovery enabled by default. (Set with 'M413 Sn' & M500)
//#define BACKUP_POWER_SUPPLY // Backup power / UPS to move the steppers on power loss
//#define POWER_LOSS_ZRAISE 2 // (mm) Z axis raise on resume (on power loss with UPS)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss. Set to -1 to disable default pin on boards without module.
//#define POWER_LOSS_PIN PLR_PIN // Pin to detect power loss. Set to -1 to disable default pin on boards without module.
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
//#define POWER_LOSS_PULLUP // Set pullup / pulldown as appropriate for your sensor
//#define POWER_LOSS_PULLDOWN

7
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h

@ -141,8 +141,11 @@ BlTouch
/*
Управление питанием
*/
#define SUICIDE_PIN PE5
#define SUICIDE_PIN_INVERTING false
//#define SUICIDE_PIN PE5
//#define SUICIDE_PIN_INVERTING false
//#define PLR_PIN PA2 // PW_DET
//#define KILL_PIN PA2 // Enable MKSPWC DET PIN
//#define KILL_PIN_STATE true // Enable MKSPWC PIN STATE
//

4
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO_V2.h

@ -211,8 +211,8 @@ https://easyeda.com/sst78rust/fb4s-led-control
*/
//#define SUICIDE_PIN PB2
//#define SUICIDE_PIN_INVERTING false
#define KILL_PIN PA2 // Enable MKSPWC DET PIN
#define KILL_PIN_STATE true // Enable MKSPWC PIN STATE
//#define KILL_PIN PA2 // Enable MKSPWC DET PIN
//#define KILL_PIN_STATE true // Enable MKSPWC PIN STATE
//
// Thermocouples

Loading…
Cancel
Save