Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Lulzbot TAZ 1.0 Marlin Firmware
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kevin Cole
Lulzbot TAZ 1.0 Marlin Firmware
Commits
0bca2d65
Unverified
Commit
0bca2d65
authored
Jun 27, 2019
by
Kevin Cole
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Close in on better values for DEFAULT_AXIS_STEPS_PER_UNIT
parent
eb08b129
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
Marlin/Marlin/Configuration.h
Marlin/Marlin/Configuration.h
+11
-6
No files found.
Marlin/Marlin/Configuration.h
View file @
0bca2d65
// Last modified by Ubuntourist <ubuntourist@hacdc.org> 2019.02.14 (kjc)
//
// 2019.02.14 KJC - Enabled EEPROM_SETTINGS and EEPROM_CHITCHAT
// 2019.06.03 KJC - Screwed with DEFAULT_AXIS_STEPS_PER_UNIT
//
#ifndef CONFIGURATION_H
...
...
@@ -329,12 +330,16 @@ const bool Z_ENDSTOPS_INVERTING = true; // true = invert the logic of the endsto
// default settings
#define DEFAULT_AXIS_STEPS_PER_UNIT {100.5,100.5,1600,800} // default steps per unit for ultimaker
#define DEFAULT_MAX_FEEDRATE {500, 500, 10, 45} // (mm/sec)
#define DEFAULT_MAX_ACCELERATION {9000,9000,100,10000} // X, Y, Z, E maximum start speed for
// accelerated moves. E default values are
// good for skeinforge 40+, for older
// versions raise them a lot.
// 2019.06.03 KJC - Screwed with DEFAULT_AXIS_STEPS_PER_UNIT
//
//#define DEFAULT_AXIS_STEPS_PER_UNIT {100.5, 100.5, 1600, 800} // default steps per unit for ultimaker
//#define DEFAULT_AXIS_STEPS_PER_UNIT {100.5, 100.5, 200.0 * 8 / 2, 800} // default steps per unit for ultimaker
#define DEFAULT_AXIS_STEPS_PER_UNIT {100.5, 66.67, 200.0 / 2, 800} // default steps per unit for ultimaker
#define DEFAULT_MAX_FEEDRATE {500, 500, 10, 45} // (mm/sec)
#define DEFAULT_MAX_ACCELERATION {9000, 9000, 100, 10000} // X, Y, Z, E maximum start speed for
// accelerated moves. E default values are
// good for skeinforge 40+, for older
// versions raise them a lot.
#define DEFAULT_ACCELERATION 500 // X, Y, Z and E max acceleration in mm/s^2 for printing moves
#define DEFAULT_RETRACT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for r retracts
...
...
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