Commit ca17a689 authored by MagoKimbra's avatar MagoKimbra

update

parent f0c43905
...@@ -9,16 +9,16 @@ ...@@ -9,16 +9,16 @@
// coarse Endstop Settings // coarse Endstop Settings
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors #define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors
#ifndef ENDSTOPPULLUPS #if DISABLED(ENDSTOPPULLUPS)
// fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined // fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
// #define ENDSTOPPULLUP_XMAX //#define ENDSTOPPULLUP_XMIN
// #define ENDSTOPPULLUP_YMAX //#define ENDSTOPPULLUP_YMIN
// #define ENDSTOPPULLUP_ZMAX //#define ENDSTOPPULLUP_ZMIN
// #define ENDSTOPPULLUP_XMIN //#define ENDSTOPPULLUP_XMAX
// #define ENDSTOPPULLUP_YMIN //#define ENDSTOPPULLUP_YMAX
// #define ENDSTOPPULLUP_ZMIN //#define ENDSTOPPULLUP_ZMAX
// #define ENDSTOPPULLUP_ZPROBE //#define ENDSTOPPULLUP_ZPROBE
// #define ENDSTOPPULLUP_EMIN //#define ENDSTOPPULLUP_EMIN
#endif #endif
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup). // Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
......
...@@ -9,16 +9,16 @@ ...@@ -9,16 +9,16 @@
// coarse Endstop Settings // coarse Endstop Settings
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors #define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors
#ifndef ENDSTOPPULLUPS #if DISABLED(ENDSTOPPULLUPS)
// fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined // fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
// #define ENDSTOPPULLUP_XMAX //#define ENDSTOPPULLUP_XMIN
// #define ENDSTOPPULLUP_YMAX //#define ENDSTOPPULLUP_YMIN
// #define ENDSTOPPULLUP_ZMAX //#define ENDSTOPPULLUP_ZMIN
// #define ENDSTOPPULLUP_XMIN //#define ENDSTOPPULLUP_XMAX
// #define ENDSTOPPULLUP_YMIN //#define ENDSTOPPULLUP_YMAX
// #define ENDSTOPPULLUP_ZMIN //#define ENDSTOPPULLUP_ZMAX
// #define ENDSTOPPULLUP_ZPROBE //#define ENDSTOPPULLUP_ZPROBE
// #define ENDSTOPPULLUP_EMIN //#define ENDSTOPPULLUP_EMIN
#endif #endif
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup). // Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
......
...@@ -81,16 +81,16 @@ ...@@ -81,16 +81,16 @@
// coarse Endstop Settings // coarse Endstop Settings
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors #define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors
#ifndef ENDSTOPPULLUPS #if DISABLED(ENDSTOPPULLUPS)
// fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined // fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
// #define ENDSTOPPULLUP_XMAX //#define ENDSTOPPULLUP_XMIN
// #define ENDSTOPPULLUP_YMAX //#define ENDSTOPPULLUP_YMIN
// #define ENDSTOPPULLUP_ZMAX //#define ENDSTOPPULLUP_ZMIN
// #define ENDSTOPPULLUP_XMIN //#define ENDSTOPPULLUP_XMAX
// #define ENDSTOPPULLUP_YMIN //#define ENDSTOPPULLUP_YMAX
// #define ENDSTOPPULLUP_ZMIN //#define ENDSTOPPULLUP_ZMAX
// #define ENDSTOPPULLUP_ZPROBE //#define ENDSTOPPULLUP_ZPROBE
// #define ENDSTOPPULLUP_EMIN //#define ENDSTOPPULLUP_EMIN
#endif #endif
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup). // Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
......
...@@ -34,14 +34,16 @@ ...@@ -34,14 +34,16 @@
// coarse Endstop Settings // coarse Endstop Settings
//#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors //#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors
#ifndef ENDSTOPPULLUPS #if DISABLED(ENDSTOPPULLUPS)
// fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined // fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
// #define ENDSTOPPULLUP_XMAX
// #define ENDSTOPPULLUP_YMAX
#define ENDSTOPPULLUP_ZMAX // open pin, inverted
#define ENDSTOPPULLUP_XMIN // open pin, inverted #define ENDSTOPPULLUP_XMIN // open pin, inverted
#define ENDSTOPPULLUP_YMIN // open pin, inverted #define ENDSTOPPULLUP_YMIN // open pin, inverted
// #define ENDSTOPPULLUP_ZMIN //#define ENDSTOPPULLUP_ZMIN
//#define ENDSTOPPULLUP_XMAX
//#define ENDSTOPPULLUP_YMAX
#define ENDSTOPPULLUP_ZMAX // open pin, inverted
//#define ENDSTOPPULLUP_ZPROBE
//#define ENDSTOPPULLUP_EMIN
#endif #endif
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup). // Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment