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
e5c6f6ed
Commit
e5c6f6ed
authored
Sep 06, 2015
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix BED_PRINTER_RADIUS
parent
98de6b2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
conditionals.h
MarlinKimbra/conditionals.h
+1
-1
sanitycheck.h
MarlinKimbra/sanitycheck.h
+2
-2
No files found.
MarlinKimbra/conditionals.h
View file @
e5c6f6ed
...
@@ -326,7 +326,7 @@
...
@@ -326,7 +326,7 @@
#define BACK_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
#define BACK_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
// Radius for probe
// Radius for probe
#define DELTA_PROBABLE_RADIUS
(PRINTER_RADIUS)
#define DELTA_PROBABLE_RADIUS
BED_PRINTER_RADIUS
#endif
#endif
/**
/**
...
...
MarlinKimbra/sanitycheck.h
View file @
e5c6f6ed
...
@@ -1213,8 +1213,8 @@
...
@@ -1213,8 +1213,8 @@
#if DISABLED(DELTA_CARRIAGE_OFFSET)
#if DISABLED(DELTA_CARRIAGE_OFFSET)
#error DEPENDENCY ERROR: Missing setting DELTA_CARRIAGE_OFFSET
#error DEPENDENCY ERROR: Missing setting DELTA_CARRIAGE_OFFSET
#endif
#endif
#if DISABLED(PRINTER_RADIUS)
#if DISABLED(
BED_
PRINTER_RADIUS)
#error DEPENDENCY ERROR: Missing setting PRINTER_RADIUS
#error DEPENDENCY ERROR: Missing setting
BED_
PRINTER_RADIUS
#endif
#endif
#if DISABLED(DEFAULT_DELTA_RADIUS)
#if DISABLED(DEFAULT_DELTA_RADIUS)
#error DEPENDENCY ERROR: Missing setting DEFAULT_DELTA_RADIUS
#error DEPENDENCY ERROR: Missing setting DEFAULT_DELTA_RADIUS
...
...
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