Welcome! Log In Create A New Profile

Advanced

Errore compilazione marlinkimbra 4.3.1 con sensore ATC Semitec 104GT-2

Posted by bindinir 
Errore compilazione marlinkimbra 4.3.1 con sensore ATC Semitec 104GT-2
January 28, 2017 02:49PM
Ciao a tutti

Premessa uso il firmware in oggetto da una settimana su un scheda RUMBA e tutto sembra andare bene.

Poi ho acquistato l'estrusore titan con relativo hot end E3D V6, quindi ho caricato il file Configuration_Overall.h ed ho modificato il sensore di temperatura dell'estrusore scegliendo il:
100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)
ed ho attivato hotend cooler pin sul pin "Fan2 pin"

Ho provato a compilare il firmware in oggetto ma mi da il seguente errore:

In file included from sketch\base.h:78:0,
from D:\Stampanti3d\Firmware\MK4duo_28-01-2017_200902_titan\MK4duo\MK4duo.ino:235:
sketch\src/sanitycheck.h:1996:4: error: #error DEPENDENCY ERROR: You have to set at least one HOTEND_?_AUTO_FAN_PIN to a valid pin if you enable HOTEND_AUTO_FAN
#error DEPENDENCY ERROR: You have to set at least one HOTEND_?_AUTO_FAN_PIN to a valid pin if you enable HOTEND_AUTO_FAN
^
In file included from sketch\src/temperature/temperature.h:30:0,
from sketch\base.h:111,
from D:\Stampanti3d\Firmware\MK4duo_28-01-2017_200902_titan\MK4duo\MK4duo.ino:235:
sketch\src/temperature/thermistortables.h:89:50: fatal error: thermistortable/thermistortable_53.h: No such file or directory
#include "thermistortable/thermistortable_53.h"
^
compilation terminated.
exit status 1
Errore durante la compilazione per la scheda Arduino/Genuino Mega or Mega 2560.


Dove ho sbagliato?
Grazie mille per il suppporto
Re: Errore compilazione marlinkimbra 4.3.1 con sensore ATC Semitec 104GT-2
January 28, 2017 03:04PM
Scusa ma lo hai messo tu a mano o lo hai fatto da configuratore... Quel sensore è il 55 non il 53 per questo non trova il file..

Hai messo Fan2, ma la tua scheda ha l'uscita per la fan 2??

E quando appare un messaggio del sanity chek che ti dice guarda che il pin per la fan 2 non esiste, non è un errore, un avvertimento a controllare i dati inseriti!!!


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: Errore compilazione marlinkimbra 4.3.1 con sensore ATC Semitec 104GT-2
January 28, 2017 06:06PM
Ciao grazie delle risposta,

No non ho messo le mai al codice, credo ci sia un errore nel file thermistortables.h

#if ANY_THERMISTOR_IS(55) // 100k ATC Semitec 104GT-2 (Used on ParCan) (WITH 1kohm RESISTOR FOR PULLUP, R9 ON SANGUINOLOLU! NOT FOR 4.7kohm PULLUP! THIS IS NOT NORMAL!)
#include "thermistortable/thermistortable_53.h"
#endif

sostituendo la thermistortable_53.h con thermistortable_55.h l'errore sparisce

Per quanto riguarda la ventola, la scheda RUMBA ha due uscite per le ventole, al momento una la uso per la ventola che spara aria sul pezzo, l'altra pensavo di usarla per raffreddare l'hotend , se non è possibile lasco sempre alimentata la ventola dell'hotend.
nel file 80.h relativo alle definizioni dei pin della rumba c'è una riga di codice commentata

#define ORIG_FAN_PIN 7
//additional FAN1 PIN (e.g. useful for electronics fan or light on/off) on PIN 8

aggiungendo la riga:
#define ORIG_FAN2_PIN 8

anche l'altro errore sparisce

ciao e grazie
Re: Errore compilazione marlinkimbra 4.3.1 con sensore ATC Semitec 104GT-2
January 28, 2017 06:47PM
Ok il primo è errore mio...
Grazie per la segnalazione...Per il secondo ripeto io prendo i file cosi come sono dagli altri firmware ora correggo mettendolo con il nome giusto...


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
Sorry, only registered users may post in this forum.

Click here to login