Ciao,
sono alla 4a stampa del cubo XYZ ed anche se la qualità, seguendo qualche guida, è andata via via migliorando, non è ancora soddisfacente e chiedo il vostro aiuto.
La stampante è la GEEETECH PRUSA I3 PRO B.
Le barre trapezoidali sono già installate, ho già modificato il firmware per questo motivo ed ho già sistemato la tensione Vref dei driver (i 2 motori asse Z non ce la facevano, impostati a 0,7V, ora li ho impostati ad 1V).
Uso filamento PLA con piatto a temperatura bassa (30°) perchè i primi tentativi con temperatura 60° mi davano problemi, sono cosi passato a 30 gradi con uso di lacca.
Ho risolto il problema del pezzo che si staccava dal piano.
Da quando ho effettuato le ultime modifiche, il cubo è finalmente... un cubo.
Nella penultima stampa, ho apportato alcune modifiche al firmware come indicato in una guida:
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,400,93} // MXL, Z M8=1.25, MK8
#define DEFAULT_MAX_FEEDRATE {500, 500, 5, 45} // (mm/sec)
#define DEFAULT_MAX_ACCELERATION {3500,3500,100,2000} // X, Y, Z, E
#define DEFAULT_ACCELERATION 2000 // X, Y, Z and E max acceleration in mm/s^2 for printing moves
#define DEFAULT_RETRACT_ACCELERATION 2000 // X, Y, Z and E max acceleration in mm/s^2 for retracts
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.
// #define EXTRUDER_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis
// #define EXTRUDER_OFFSET_Y {0.0, 5.00} // (in mm) for each extruder, offset of the hotend on the Y axis
// The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously)
#define DEFAULT_XYJERK 10.0 // (mm/sec)
#define DEFAULT_ZJERK 0.4 // (mm/sec)
#define DEFAULT_EJERK 5.0 // (mm/sec)
Altri dati:
Ed il risultato è questo..
HELP
Vorrei anche inviare un video ma non riesco...(cosa usate?), una cosa che noto è che alla fine sembra che l'estrusore scavi anzichè aggiungere filamento... non si alza abbastanza? oppure ne esce troppo nel layer precedente?
Grazie per un aiuto