Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
greypakman committed Oct 19, 2018
2 parents f6b1f80 + 86b5b69 commit 19a3641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MarlinBraille/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,8 @@
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
//#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 46, 4000, 500 } // pololu 16 microstep
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80 * 2, 81, 4000, 500 } // pololu 16 microstep with big roll
//#define DEFAULT_AXIS_STEPS_PER_UNIT { 80 * 2, 81, 4000, 500 } // pololu 32 microstep with big roll
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80 * 2, 87, 4000, 500 } // pololu 32 microstep with big roll

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

0 comments on commit 19a3641

Please sign in to comment.