Qualità generale e superfici piane May 02, 2014 01:13PM |
Registered: 10 years ago Posts: 7 |
Re: Qualità generale e superfici piane May 03, 2014 07:09PM |
Registered: 11 years ago Posts: 261 |
Re: Qualità generale e superfici piane May 05, 2014 02:48PM |
Registered: 10 years ago Posts: 7 |
#define NUM_AXIS 4 // The axis order in all axis related arrays is X, Y, Z, E #define HOMING_FEEDRATE {30*60, 30*60, 4*60, 0} // set the homing speeds (mm/min) // default settings #define DEFAULT_AXIS_STEPS_PER_UNIT {39.3, 39.3, 2666, 149.3} // default steps per unit for Ultimaker #define DEFAULT_MAX_FEEDRATE {400, 400, 4, 20} // (mm/sec) #define DEFAULT_MAX_ACCELERATION {2000,2000,5,1000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot. #define DEFAULT_ACCELERATION 95 // X, Y, Z and E max acceleration in mm/s^2 for printing moves #define DEFAULT_RETRACT_ACCELERATION 170 // 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 5.0 // (mm/sec) #define DEFAULT_ZJERK 0.1 // (mm/sec) #define DEFAULT_EJERK 1.0 // (mm/sec)
Re: Qualità generale e superfici piane May 05, 2014 04:08PM |
Registered: 10 years ago Posts: 252 |
Re: Qualità generale e superfici piane May 05, 2014 06:13PM |
Registered: 11 years ago Posts: 261 |
Re: Qualità generale e superfici piane May 05, 2014 06:16PM |
Registered: 11 years ago Posts: 261 |
Re: Qualità generale e superfici piane May 06, 2014 01:56AM |
Registered: 10 years ago Posts: 7 |
Quote
il boso
provo a risponderti io intanto che aspetti risposte piu approfondite.. il wooble è un effetto che crea delle zigrinature nel pezzo, mi spiego meglio, siccome il carrello x è direttamente attaccato all'asse z e,siccome noi usiamo barre filettate per muoverci in altezza, e esse non sono mai perfettamente dritte, girando causano provocano delle oscillazioni facendo muovere/ traballare x e causando il problema, per questo nella i3 usano barre m5 e non m8, sono piu sottili e quindi si spera che siano quelle lineari a mantenere rigido il tutto. comunque io ho stampato questi e aiutano molto.. [www.thingiverse.com] in ogni caso in giro per il forum ci sono discussioni a riguardo in cui viene spiegato tutto, spero di essere stato abbastanza chiaro con la spiegazione
Quote
MagicAlien
2000 come max acceleration non sono tanti, ma neanche pochi. Non conoscendo la tua stampante non posso dirti se puoi permettertelo. Un altro valore che può aiutarti è l'xy_jerk. Scegli con quale provare prima, se abbassando prima l'accelerazione a 1000 o provare il jerk a 20.
#define DEFAULT_ACCELERATION 95 // X, Y, Z and E max acceleration in mm/s^2 for printing movespiù che dagli altri valori... sbaglio?
Re: Qualità generale e superfici piane May 09, 2014 03:40PM |
Registered: 10 years ago Posts: 7 |