Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MarlinKimbra
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
MarlinKimbra
Commits
ca17a689
Commit
ca17a689
authored
Aug 09, 2015
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f0c43905
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
32 deletions
+34
-32
Configuration_Cartesian.h
MarlinKimbra/Configuration_Cartesian.h
+9
-9
Configuration_Core.h
MarlinKimbra/Configuration_Core.h
+9
-9
Configuration_Delta.h
MarlinKimbra/Configuration_Delta.h
+9
-9
Configuration_Scara.h
MarlinKimbra/Configuration_Scara.h
+7
-5
No files found.
MarlinKimbra/Configuration_Cartesian.h
View file @
ca17a689
...
...
@@ -9,16 +9,16 @@
// coarse Endstop Settings
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors
#if
ndef ENDSTOPPULLUPS
#if
DISABLED(ENDSTOPPULLUPS)
// fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
//
#define ENDSTOPPULLUP_XMAX
//
#define ENDSTOPPULLUP_YMAX
//
#define ENDSTOPPULLUP_ZMAX
//
#define ENDSTOPPULLUP_XMIN
//
#define ENDSTOPPULLUP_YMIN
//
#define ENDSTOPPULLUP_ZMIN
//
#define ENDSTOPPULLUP_ZPROBE
//
#define ENDSTOPPULLUP_EMIN
//
#define ENDSTOPPULLUP_XMIN
//
#define ENDSTOPPULLUP_YMIN
//
#define ENDSTOPPULLUP_ZMIN
//
#define ENDSTOPPULLUP_XMAX
//
#define ENDSTOPPULLUP_YMAX
//
#define ENDSTOPPULLUP_ZMAX
//#define ENDSTOPPULLUP_ZPROBE
//#define ENDSTOPPULLUP_EMIN
#endif
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
...
...
MarlinKimbra/Configuration_Core.h
View file @
ca17a689
...
...
@@ -9,16 +9,16 @@
// coarse Endstop Settings
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors
#if
ndef ENDSTOPPULLUPS
#if
DISABLED(ENDSTOPPULLUPS)
// fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
//
#define ENDSTOPPULLUP_XMAX
//
#define ENDSTOPPULLUP_YMAX
//
#define ENDSTOPPULLUP_ZMAX
//
#define ENDSTOPPULLUP_XMIN
//
#define ENDSTOPPULLUP_YMIN
//
#define ENDSTOPPULLUP_ZMIN
//
#define ENDSTOPPULLUP_ZPROBE
//
#define ENDSTOPPULLUP_EMIN
//
#define ENDSTOPPULLUP_XMIN
//
#define ENDSTOPPULLUP_YMIN
//
#define ENDSTOPPULLUP_ZMIN
//
#define ENDSTOPPULLUP_XMAX
//
#define ENDSTOPPULLUP_YMAX
//
#define ENDSTOPPULLUP_ZMAX
//#define ENDSTOPPULLUP_ZPROBE
//#define ENDSTOPPULLUP_EMIN
#endif
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
...
...
MarlinKimbra/Configuration_Delta.h
View file @
ca17a689
...
...
@@ -81,16 +81,16 @@
// coarse Endstop Settings
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors
#if
ndef ENDSTOPPULLUPS
#if
DISABLED(ENDSTOPPULLUPS)
// fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
//
#define ENDSTOPPULLUP_XMAX
//
#define ENDSTOPPULLUP_YMAX
//
#define ENDSTOPPULLUP_ZMAX
//
#define ENDSTOPPULLUP_XMIN
//
#define ENDSTOPPULLUP_YMIN
//
#define ENDSTOPPULLUP_ZMIN
//
#define ENDSTOPPULLUP_ZPROBE
//
#define ENDSTOPPULLUP_EMIN
//
#define ENDSTOPPULLUP_XMIN
//
#define ENDSTOPPULLUP_YMIN
//
#define ENDSTOPPULLUP_ZMIN
//
#define ENDSTOPPULLUP_XMAX
//
#define ENDSTOPPULLUP_YMAX
//
#define ENDSTOPPULLUP_ZMAX
//#define ENDSTOPPULLUP_ZPROBE
//#define ENDSTOPPULLUP_EMIN
#endif
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
...
...
MarlinKimbra/Configuration_Scara.h
View file @
ca17a689
...
...
@@ -34,14 +34,16 @@
// coarse Endstop Settings
//#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors
#if
ndef ENDSTOPPULLUPS
#if
DISABLED(ENDSTOPPULLUPS)
// 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_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
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment