Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
9dacd54a
"ArduinoAddons/git@jonasled.dev:jonasled/marlin-anet-a8.git" did not exist on "1d8f61ca8a3a18b1243c88181fd1506ccc11894f"
Unverified
Commit
9dacd54a
authored
Jan 15, 2018
by
Roxy-3D
Committed by
GitHub
Jan 15, 2018
Browse files
Options
Downloads
Patches
Plain Diff
Get FT-i3-2020 configuration files into compliance with ?_BED_SIZE
parent
d178d6e9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
+4
-4
4 additions, 4 deletions
...in/src/config/examples/FolgerTech/i3-2020/Configuration.h
with
4 additions
and
4 deletions
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
+
4
−
4
View file @
9dacd54a
...
...
@@ -799,15 +799,15 @@
// @section machine
// The size of the print bed
#define X_BED_SIZE
207
#define Y_BED_SIZE
182
#define X_BED_SIZE
(X_MAX_POS-X_MIN_POS)
#define Y_BED_SIZE
(Y_MAX_POS-Y_MIN_POS)
// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS 6
#define Y_MIN_POS 3
#define Z_MIN_POS 0
#define X_MAX_POS
X_BED_SIZE
#define Y_MAX_POS
Y_BED_SIZE
#define X_MAX_POS
207
#define Y_MAX_POS
182
#define Z_MAX_POS 175
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment