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
f004c9cd
Commit
f004c9cd
authored
Jan 02, 2016
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 4.2.3
parent
3acc5a42
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
121 additions
and
121 deletions
+121
-121
Configuration_Cartesian.h
MarlinKimbra/Configuration_Cartesian.h
+9
-9
Configuration_Feature.h
MarlinKimbra/Configuration_Feature.h
+112
-112
No files found.
MarlinKimbra/Configuration_Cartesian.h
View file @
f004c9cd
...
@@ -253,24 +253,24 @@
...
@@ -253,24 +253,24 @@
// Enable this to sample the bed in a grid (least squares solution)
// Enable this to sample the bed in a grid (least squares solution)
// Note: this feature generates 10KB extra code size
// Note: this feature generates 10KB extra code size
//
#define AUTO_BED_LEVELING_GRID
#define AUTO_BED_LEVELING_GRID
// yes AUTO_BED_LEVELING_GRID
// yes AUTO_BED_LEVELING_GRID
//
#define MIN_PROBE_EDGE 10 // The probe square sides can be no smaller than this
#define MIN_PROBE_EDGE 10 // The probe square sides can be no smaller than this
// Set the number of grid points per dimension
// Set the number of grid points per dimension
// You probably don't need more than 3 (squared=9)
// You probably don't need more than 3 (squared=9)
//
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 2
// yes AUTO_BED_LEVELING_GRID
// yes AUTO_BED_LEVELING_GRID
// no AUTO_BED_LEVELING_GRID
// no AUTO_BED_LEVELING_GRID
// Arbitrary points to probe. A simple cross-product
// Arbitrary points to probe. A simple cross-product
// is used to estimate the plane of the bed.
// is used to estimate the plane of the bed.
//
#define ABL_PROBE_PT_1_X 15
#define ABL_PROBE_PT_1_X 15
//
#define ABL_PROBE_PT_1_Y 180
#define ABL_PROBE_PT_1_Y 180
//
#define ABL_PROBE_PT_2_X 15
#define ABL_PROBE_PT_2_X 15
//
#define ABL_PROBE_PT_2_Y 20
#define ABL_PROBE_PT_2_Y 20
//
#define ABL_PROBE_PT_3_X 170
#define ABL_PROBE_PT_3_X 170
//
#define ABL_PROBE_PT_3_Y 20
#define ABL_PROBE_PT_3_Y 20
// no AUTO_BED_LEVELING_GRID
// no AUTO_BED_LEVELING_GRID
// Offsets to the probe relative to the extruder tip (Hotend - Probe)
// Offsets to the probe relative to the extruder tip (Hotend - Probe)
...
...
MarlinKimbra/Configuration_Feature.h
View file @
f004c9cd
This diff is collapsed.
Click to expand it.
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