Skip to content

Commit

Permalink
Optimize E-stepper value
Browse files Browse the repository at this point in the history
  • Loading branch information
CopterTec committed Dec 28, 2019
1 parent b599b36 commit b9837d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/examples/SOVOL/SV01-BLTouch/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2...]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 415 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 410 }

/**
* Default Max Feed Rate (mm/s)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/SOVOL/SV01-SilentBoard/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2...]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 415 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 410 }

/**
* Default Max Feed Rate (mm/s)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2...]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 415 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 410 }

/**
* Default Max Feed Rate (mm/s)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/SOVOL/SV01/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2...]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 415 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 410 }

/**
* Default Max Feed Rate (mm/s)
Expand Down

0 comments on commit b9837d9

Please sign in to comment.