Stampe con difetti August 25, 2016 09:03AM |
Registered: 8 years ago Posts: 40 |
Re: Stampe con difetti August 25, 2016 11:18AM |
Registered: 10 years ago Posts: 2,239 |
Re: Stampe con difetti August 25, 2016 11:25AM |
Registered: 10 years ago Posts: 3,268 |
Re: Stampe con difetti August 25, 2016 03:18PM |
Registered: 8 years ago Posts: 40 |
Re: Stampe con difetti August 25, 2016 03:50PM |
Registered: 8 years ago Posts: 40 |
#define DEFAULT_MAX_ACCELERATION {1500,1500,50,1500,3000,3000,3000,3000,3000} // X, Y, Z, E0, E1, E2, E3 maximum start speed for accelerated moves. #define DEFAULT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for printing moves #define DEFAULT_RETRACT_ACCELERATION 1500 // E max acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 5000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
#define DEFAULT_MAX_ACCELERATION {1000,1000,50,5000,3000,3000,3000} // X, Y, Z, E0, E1, E2, E3 maximum start speed for accelerated moves. #define DEFAULT_ACCELERATION 1000 // X, Y, Z and E max acceleration in mm/s^2 for printing moves #define DEFAULT_RETRACT_ACCELERATION 2000 // E max acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
Re: Stampe con difetti August 26, 2016 04:36AM |
Registered: 10 years ago Posts: 2,239 |