Welcome! Log In Create A New Profile

Advanced

OFFSET Extruder Marlinkimbra

Posted by piombazzo 
OFFSET Extruder Marlinkimbra
April 12, 2016 05:11AM
Ciao ,
volevo una info , io ho costruito una Prusa i3 con doppio estrusore , e sono passato come firmware da Marlin a Marlinkimbra,
nel file di configuration.h ho inserito :

"hotendoffsetXE1": 0,
"hotendoffsetXE2": 73.2,
"hotendoffsetXE3": 0,
"hotendoffsetYE1": 0,
"hotendoffsetYE2": -1.3,
"hotendoffsetYE3": 0,
"hotendoffsetZE1": 0,
"hotendoffsetZE2": 0,
"hotendoffsetZE3": 0,

ma quando vado a compilare il file il configuratore mi restituisce:

//#define HOTEND_OFFSET_X {0.0, 5.00, 0.0, 0.0} // (in mm) for each extruder, offset of the hotend on the X axis
//#define HOTEND_OFFSET_Y {0.0, 5.00, 0.0, 0.0} // (in mm) for each extruder, offset of the hotend on the Y axis

volevo sapere come togliere le // in modo che ogni volta che configuro mi si abilitano le righe, poi ho visto che esiste anche offset di Z ma la riga nel configuration_cartesian non la trovo , questa funzione ancora non e' abilitata ?

Sempre nel configuration.h
ho inserito :
"xytravelspeed": 2000,

ma quando compilo esce
#define XY_TRAVEL_SPEED 10000 // X and Y axis travel speed between probes, in mm/min

Mi dite dove sbaglio ?

GRAZIE per qualsiasi intervento.
Attachments:
open | download - Configuration.h (41.3 KB)
open | download - Configuration_Cartesian.h (10.7 KB)
Re: OFFSET Extruder Marlinkimbra
April 12, 2016 05:47AM
Quei dati Alla fine del file configuration servono solo per il configuratore, non devi modificarli a mano...
Il configuratore on line per la versione 4.1.2 non ha alcuni parametri... Modifica a mano i le due righe
//#define HOTEND_OFFSET_X {0.0, 5.00, 0.0, 0.0} // (in mm) for each extruder, offset of the hotend on the X axis
//#define HOTEND_OFFSET_Y {0.0, 5.00, 0.0, 0.0} // (in mm) for each extruder, offset of the hotend on the Y axis

togliendo le due // e sostituendo i numeri saltando i primi 0.0 che sono per l'hotend 0..
Stessa cosa per il travel..


COMPRA ITALIANO - sostieni le nostre aziende - sostieni la nostra gente - sostieni il tuo popolo - sosterrai te stesso.
Alberto C. felice possessore di una Kossel K2
My Blog - My Thingiverse
Re: OFFSET Extruder Marlinkimbra
April 12, 2016 06:04AM
GRAZIE Mago
per la celere risposta.
Sorry, only registered users may post in this forum.

Click here to login