New Y endstop position
32 microstep
new joint roll diameter
This commit is contained in:
crocsg 2018-05-18 15:20:10 +02:00
parent 1b5a6ed190
commit e5b0a07311
2 changed files with 6 additions and 4 deletions

View File

@ -562,7 +562,8 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 46, 4000, 500 }
//#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 46, 4000, 500 } // pololu 16 microstep
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80 * 2, 90, 4000, 500 } // pololu 16 microstep with big roll
/**
* Default Max Feed Rate (mm/s)
@ -1052,7 +1053,8 @@
// Manually set the home position. Leave these undefined for automatic settings.
// For DELTA this is the top-center of the Cartesian print volume.
//#define MANUAL_X_HOME_POS 0
#define MANUAL_Y_HOME_POS 30
//#define MANUAL_Y_HOME_POS 30
#define MANUAL_Y_HOME_POS -20
//#define MANUAL_Z_HOME_POS 0
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.

View File

@ -1292,8 +1292,8 @@
#define SPINDLE_LASER_PWM_INVERT true // set to "true" if the speed/power goes up when you want it to go slower
//#define SPINDLE_LASER_POWERUP_DELAY 5000 // delay in milliseconds to allow the spindle/laser to come up to speed/power
//#define SPINDLE_LASER_POWERDOWN_DELAY 5000 // delay in milliseconds to allow the spindle to stop
#define SPINDLE_LASER_POWERUP_DELAY 10 // delay in milliseconds to allow the spindle/laser to come up to speed/power
#define SPINDLE_LASER_POWERDOWN_DELAY 10 // delay in milliseconds to allow the spindle to stop
#define SPINDLE_LASER_POWERUP_DELAY 25 // delay in milliseconds to allow the spindle/laser to come up to speed/power
#define SPINDLE_LASER_POWERDOWN_DELAY 25 // delay in milliseconds to allow the spindle to stop
#define SPINDLE_DIR_CHANGE true // set to true if your spindle controller supports changing spindle direction
#define SPINDLE_INVERT_DIR false
#define SPINDLE_STOP_ON_DIR_CHANGE true // set to true if Marlin should stop the spindle before changing rotation direction