Browse Source

Change Folger Tech i3-2020 defaults

Roxy-3D 7 years ago
parent
commit
92c8efdc96
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h

+ 2
- 1
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h View File

570
  * Override with M92
570
  * Override with M92
571
  *                                      X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
571
  *                                      X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
572
  */
572
  */
573
-#define DEFAULT_AXIS_STEPS_PER_UNIT   { 80, 80, 4000, 52.2 }
573
+//#define DEFAULT_AXIS_STEPS_PER_UNIT   { 80, 80, 4000, 52.2 }  // 52.4 is correct for printer as shipped
574
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 80, 80, 4000, 104.4 }   // 104.4 with 32 micro steps enabled gives better results
574
 
575
 
575
 /**
576
 /**
576
  * Default Max Feed Rate (mm/s)
577
  * Default Max Feed Rate (mm/s)

Loading…
Cancel
Save