
Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! 25. October 2016 17:43 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 41 |
), wurde mir angezeigt dass dieses Gerät wohl nicht Ordnungsgemäß funktionieren könnte, aber auch an meinem USB 2.0 keine Veränderungen.
Ich bin etwas am verweifeln, weil ich jetz schon 2 Tage am Troubleshooting des Druckers sitze und endlich mal einen kleinen Druck starten würde
. So hat man leicht das Gefühl Geld aus dem Fenster geschmissen zu haben
.
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! 25. October 2016 17:52 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 1.610 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! 25. October 2016 17:56 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 41 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! 25. October 2016 19:22 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 41 |
Firmware - oder Hardware Problem ?
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! 26. October 2016 01:53 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 36 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! 26. October 2016 03:44 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 20 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! 26. October 2016 09:14 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 105 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! 26. October 2016 13:20 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 41 |

Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! 26. October 2016 13:40 |
Registrierungsdatum: 11 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: 9 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.
Danke nochmal für die Hilfe.
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! 27. October 2016 02:55 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 492 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! 27. October 2016 08:10 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 41 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! 27. October 2016 08:31 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 492 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! 27. October 2016 13:38 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 41 |


Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! 27. October 2016 14:09 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 919 |
Re: Geeetech Prusa i3 Pro B (transparent) will nicht richtig funktionieren ! 27. October 2016 17:00 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 41 |