Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! ![]() 25. October 2016 17:43 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 41 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! ![]() 25. October 2016 17:52 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 1.610 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! ![]() 25. October 2016 17:56 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 41 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! ![]() 25. October 2016 19:22 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 41 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! ![]() 26. October 2016 01:53 |
Registrierungsdatum: 7 Jahre zuvor Beiträge: 35 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! ![]() 26. October 2016 03:44 |
Registrierungsdatum: 7 Jahre zuvor Beiträge: 20 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! ![]() 26. October 2016 09:14 |
Registrierungsdatum: 7 Jahre zuvor Beiträge: 105 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! ![]() 26. October 2016 13:20 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 41 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! ![]() 26. October 2016 13:40 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 1.610 |
#define DEFAULT_MAX_FEEDRATE {150, 150, 6, 25} // (mm/sec) #define DEFAULT_MAX_ACCELERATION {400,400,100,5000} // X, Y, Z, E maximum start speed for accelerated moves. #define DEFAULT_ACCELERATION 400 // X, Y, Z and E acceleration in mm/s^2 for printing moves #define DEFAULT_RETRACT_ACCELERATION 5000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 400 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously) #define DEFAULT_XYJERK 8.0 // (mm/sec) #define DEFAULT_ZJERK 0.4 // (mm/sec) #define DEFAULT_EJERK 5.0 // (mm/sec)
// @section homing //homing hits the endstop, then retracts by this distance, before it tries to slowly bump again: #define X_HOME_BUMP_MM 5 #define Y_HOME_BUMP_MM 5 #define Z_HOME_BUMP_MM 2 #define HOMING_BUMP_DIVISOR {2, 2, 4} // Re-Bump Speed Divisor (Divides the Homing Feedrate)
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! ![]() 26. October 2016 16:39 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 41 |
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again: #define X_HOME_RETRACT_MM 5 #define Y_HOME_RETRACT_MM 5 #define Z_HOME_RETRACT_MM 2 //#define QUICK_HOME //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! ![]() 27. October 2016 02:55 |
Registrierungsdatum: 7 Jahre zuvor Beiträge: 491 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! ![]() 27. October 2016 08:10 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 41 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! ![]() 27. October 2016 08:31 |
Registrierungsdatum: 7 Jahre zuvor Beiträge: 491 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! ![]() 27. October 2016 13:38 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 41 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! ![]() 27. October 2016 14:09 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 910 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! ![]() 27. October 2016 17:00 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 41 |