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
1ab27c1a
Commit
1ab27c1a
authored
Dec 21, 2014
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
920a6718
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
Configuration_Cartesian.h
MarlinKimbra/Configuration_Cartesian.h
+2
-2
Configuration_Corexy.h
MarlinKimbra/Configuration_Corexy.h
+2
-2
Configuration_Scara.h
MarlinKimbra/Configuration_Scara.h
+4
-4
No files found.
MarlinKimbra/Configuration_Cartesian.h
View file @
1ab27c1a
...
@@ -110,7 +110,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the lo
...
@@ -110,7 +110,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the lo
// Probe every point in a rectangular grid
// Probe every point in a rectangular grid
// You must specify the rectangle, and the density of sample points
// You must specify the rectangle, and the density of sample points
// This mode is preferred because there are more measurements.
// This mode is preferred because there are more measurements.
// It used to be called ACCURATE_BED_
LEVELING
but "grid" is more descriptive
// It used to be called ACCURATE_BED_
COMPENSATION
but "grid" is more descriptive
// - "3-point" mode
// - "3-point" mode
// Probe 3 arbitrary points on the bed (that aren't colinear)
// Probe 3 arbitrary points on the bed (that aren't colinear)
...
@@ -161,7 +161,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the lo
...
@@ -161,7 +161,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the lo
#define PROBE_SERVO_DEACTIVATION_DELAY 300
#define PROBE_SERVO_DEACTIVATION_DELAY 300
//If you have enabled the Bed Auto
Leveling
and are using the same Z Probe for Z Homing,
//If you have enabled the Bed Auto
Compensation
and are using the same Z Probe for Z Homing,
//it is highly recommended you let this Z_SAFE_HOMING enabled!!!
//it is highly recommended you let this Z_SAFE_HOMING enabled!!!
#define Z_SAFE_HOMING // This feature is meant to avoid Z homing with probe outside the bed area.
#define Z_SAFE_HOMING // This feature is meant to avoid Z homing with probe outside the bed area.
...
...
MarlinKimbra/Configuration_Corexy.h
View file @
1ab27c1a
...
@@ -115,7 +115,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the lo
...
@@ -115,7 +115,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the lo
// Probe every point in a rectangular grid
// Probe every point in a rectangular grid
// You must specify the rectangle, and the density of sample points
// You must specify the rectangle, and the density of sample points
// This mode is preferred because there are more measurements.
// This mode is preferred because there are more measurements.
// It used to be called ACCURATE_BED_
LEVELING
but "grid" is more descriptive
// It used to be called ACCURATE_BED_
COMPENSATION
but "grid" is more descriptive
// - "3-point" mode
// - "3-point" mode
// Probe 3 arbitrary points on the bed (that aren't colinear)
// Probe 3 arbitrary points on the bed (that aren't colinear)
...
@@ -166,7 +166,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the lo
...
@@ -166,7 +166,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the lo
#define PROBE_SERVO_DEACTIVATION_DELAY 300
#define PROBE_SERVO_DEACTIVATION_DELAY 300
//If you have enabled the Bed Auto
Leveling
and are using the same Z Probe for Z Homing,
//If you have enabled the Bed Auto
Compensation
and are using the same Z Probe for Z Homing,
//it is highly recommended you let this Z_SAFE_HOMING enabled!!!
//it is highly recommended you let this Z_SAFE_HOMING enabled!!!
#define Z_SAFE_HOMING // This feature is meant to avoid Z homing with probe outside the bed area.
#define Z_SAFE_HOMING // This feature is meant to avoid Z homing with probe outside the bed area.
...
...
MarlinKimbra/Configuration_Scara.h
View file @
1ab27c1a
...
@@ -133,7 +133,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
...
@@ -133,7 +133,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
// Probe every point in a rectangular grid
// Probe every point in a rectangular grid
// You must specify the rectangle, and the density of sample points
// You must specify the rectangle, and the density of sample points
// This mode is preferred because there are more measurements.
// This mode is preferred because there are more measurements.
// It used to be called ACCURATE_BED_
LEVELING
but "grid" is more descriptive
// It used to be called ACCURATE_BED_
COMPENSATION
but "grid" is more descriptive
// - "3-point" mode
// - "3-point" mode
// Probe 3 arbitrary points on the bed (that aren't colinear)
// Probe 3 arbitrary points on the bed (that aren't colinear)
...
@@ -177,12 +177,12 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
...
@@ -177,12 +177,12 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
//If defined, the Probe servo will be turned on only during movement and then turned off to avoid jerk
//If defined, the Probe servo will be turned on only during movement and then turned off to avoid jerk
//The value is the delay to turn the servo off after powered on - depends on the servo speed; 300ms is good value, but you can try lower it.
//The value is the delay to turn the servo off after powered on - depends on the servo speed; 300ms is good value, but you can try lower it.
// You MUST HAVE the SERVO
_
ENDSTOPS defined to use here a value higher than zero otherwise your code will not compile.
// You MUST HAVE the SERVO
ENDSTOPS defined to use here a value higher than zero otherwise your code will not compile.
//
#define PROBE_SERVO_DEACTIVATION_DELAY 300
#define PROBE_SERVO_DEACTIVATION_DELAY 300
//If you have enabled the Bed Auto
Leveling
and are using the same Z Probe for Z Homing,
//If you have enabled the Bed Auto
Compensation
and are using the same Z Probe for Z Homing,
//it is highly recommended you let this Z_SAFE_HOMING enabled!!!
//it is highly recommended you let this Z_SAFE_HOMING enabled!!!
#define Z_SAFE_HOMING // This feature is meant to avoid Z homing with probe outside the bed area.
#define Z_SAFE_HOMING // This feature is meant to avoid Z homing with probe outside the bed area.
...
...
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