I3 variant incorrect Z height on prints July 01, 2015 04:39PM |
Registered: 10 years ago Posts: 231 |
//// MOVEMENT SETTINGS #define NUM_AXIS 4 // The axis order in all axis related arrays is X, Y, Z, E #define HOMING_FEEDRATE {50*60, 50*60, 2*60, 0} // set the homing speeds (mm/min) #define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,4000,724.394} #define DEFAULT_MAX_FEEDRATE {1000, 1000, 2, 1500} // (mm/sec) #define DEFAULT_MAX_ACCELERATION {600,600,20,333} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, #define DEFAULT_ACCELERATION 600 // X, Y, Z and E max acceleration in mm/s^2 for printing moves #define DEFAULT_RETRACT_ACCELERATION 333 // X, Y, Z and E max acceleration in mm/s^2 for retracts // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously) #define DEFAULT_XYJERK 15.0 // (mm/sec) #define DEFAULT_ZJERK 0.4 // (mm/sec) #define DEFAULT_EJERK 5.0 // (mm/sec)
Re: I3 variant incorrect Z height on prints July 02, 2015 07:34AM |
Registered: 10 years ago Posts: 231 |
Re: I3 variant incorrect Z height on prints July 02, 2015 01:04PM |
Registered: 9 years ago Posts: 183 |
[SOLVED] I3 variant incorrect Z height on prints July 05, 2015 02:57AM |
Registered: 10 years ago Posts: 231 |