Visualizza messaggio singolo
Vecchio 03 febbraio 15, 17:37   #160 (permalink)  Top
saviothecnic
User
 
L'avatar di saviothecnic
 
Data registr.: 06-04-2004
Residenza: Italia Confini Lazio Campania
Messaggi: 3.099
Invia un messaggio via ICQ a saviothecnic Invia un messaggio via MSN a saviothecnic
Citazione:
Originalmente inviato da Aduken Visualizza messaggio
Qui la mia configurazione con arduino: https://www.dropbox.com/s/oitxyjrlll...arlin.rar?dl=0
Grazie adesos la carico

Citazione:
Originalmente inviato da Aduken Visualizza messaggio
Adesso provo a fare qualche foto alle impostazioni di CURA
Ok attendo anche queste non ti scordare

Curiosità ma che versione del FW Marlin hai mi trovo molto meno descrizione
nel tuo FW e non è lo stesso che ha uppato nicola nel sito?

Cmq adesso carico il tuo e vediamo come va noto da subito che tu hai impostato la stammante molto piu lenta della mia forse è quello il mio problema è settata male troppo veloce e per questo non stampa bene

Questo il Mio
Codice:
//// MOVEMENT SETTINGS
#define NUM_AXIS 4 // The axis order in all axis related arrays is X, Y, Z, E
#define HOMING_FEEDRATE {100*60, 100*60, 4*60, 0}  // set the homing speeds (mm/min)

// default settings

//#define DEFAULT_AXIS_STEPS_PER_UNIT   {80, 80, 3200, 620} //<-- step per unit R2 A4988 pulegge 20 denti
//#define DEFAULT_AXIS_STEPS_PER_UNIT   {160, 160, 6400, 1240} //<-- step per unit R2 DRV8825 pulegge 20 denti
#define DEFAULT_AXIS_STEPS_PER_UNIT   {100, 100, 3200, 535}  //<-- step per unit R2 A4988 pulegge 16 denti
//#define DEFAULT_AXIS_STEPS_PER_UNIT   {200, 200, 3200, 620}  //<-- step per unit R2 DRV8825 pulegge 16 denti
#define DEFAULT_MAX_FEEDRATE          {1000, 1000, 3, 50}    // (mm/sec)
#define DEFAULT_MAX_ACCELERATION      {5000,5000,50,5000}    // 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          2000    // X, Y, Z and E max acceleration in mm/s^2 for printing moves
#define DEFAULT_RETRACT_ACCELERATION  4000   // 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                15.0    // (mm/sec)
#define DEFAULT_ZJERK                 0.4     // (mm/sec)
#define DEFAULT_EJERK                 5.0    // (mm/sec)
Questo il Tuo

Codice:
//// MOVEMENT SETTINGS
#define NUM_AXIS 4 // The axis order in all axis related arrays is X, Y, Z, E
#define HOMING_FEEDRATE {50*60, 50*60, 4*60, 0}  // set the homing speeds (mm/min)

// default settings

#define DEFAULT_AXIS_STEPS_PER_UNIT   {100.00,100.00,3200.00,620.00}  // default steps per unit for Ultimaker
#define DEFAULT_MAX_FEEDRATE          {500, 500, 4, 25}    // (mm/sec)
#define DEFAULT_MAX_ACCELERATION      {1500,1500,20,2000}    // 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          1500    // 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                5.0    // (mm/sec)
#define DEFAULT_ZJERK                 0.4     // (mm/sec)
#define DEFAULT_EJERK                 2.0    // (mm/sec)
Nel mio ci sono i parametri PID per Estrusore IeC te gli passo
in caso tu hai quel estrusore

Codice:
// IeC HotEnd
    #define  DEFAULT_Kp 76.42
    #define  DEFAULT_Ki 14.58
    #define  DEFAULT_Kd 100.17
saviothecnic non è collegato   Rispondi citando