Welcome! Log In Create A New Profile

Advanced

Bitte um Hilfe! Fehler beim kompilieren Marlin RC8

Posted by 3D Horst 
Bitte um Hilfe! Fehler beim kompilieren Marlin RC8
February 11, 2017 02:00PM
Schönen guten tag
ich hänge jetzt seit tagen beim kompilieren fest und verstehe einfach nicht was der fehler sein soll

da ich nicht genau weis was ihr noch an infos braucht fragt bitte einfach

ich danke schonmal im voraus

Fehlermeldung:

Arduino: 1.6.12 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

sketch\configuration_store.cpp: In function 'void Config_ResetDefault()':

configuration_store.cpp:633: error: 'PREHEAT_1_TEMP_HOTEND' was not declared in this scope

lcd_preheat_hotend_temp[0] = PREHEAT_1_TEMP_HOTEND;

^

configuration_store.cpp:634: error: 'PREHEAT_2_TEMP_HOTEND' was not declared in this scope

lcd_preheat_hotend_temp[1] = PREHEAT_2_TEMP_HOTEND;

^

configuration_store.cpp:635: error: 'PREHEAT_1_TEMP_BED' was not declared in this scope

lcd_preheat_bed_temp[0] = PREHEAT_1_TEMP_BED;

^

configuration_store.cpp:636: error: 'PREHEAT_2_TEMP_BED' was not declared in this scope

lcd_preheat_bed_temp[1] = PREHEAT_2_TEMP_BED;

^

configuration_store.cpp:637: error: 'PREHEAT_1_FAN_SPEED' was not declared in this scope

lcd_preheat_fan_speed[0] = PREHEAT_1_FAN_SPEED;

^

configuration_store.cpp:638: error: 'PREHEAT_2_FAN_SPEED' was not declared in this scope

lcd_preheat_fan_speed[1] = PREHEAT_2_FAN_SPEED;

^

Mehrere Bibliotheken wurden für "U8glib.h" gefunden
Benutzt: C:\Users\carsten\Documents\Arduino\libraries\U8glib
Nicht benutzt: C:\Users\carsten\Documents\Arduino\libraries\arduino_877900
exit status 1
'PREHEAT_1_TEMP_HOTEND' was not declared in this scope

Dieser Bericht wäre detaillierter, wenn die Option
"Ausführliche Ausgabe während der Kompilierung"
in Datei -> Voreinstellungen aktiviert wäre.
Sorry, only registered users may post in this forum.

Click here to login