goldo38 Posté(e) Mai 11, 2017 Posté(e) Mai 11, 2017 Bonjour , je viens de me presenter sur le Forum . Je suis donc débutant en impresson 3D , j'ai acheté est monté relativement facilement une ANYCUBIC KOSSEL Liear plus , mais a la mise en route j'ai un écran avec 2 lignes de carrés et le message lorsque je veux téléverser ::::: struct fpos_t { . J'aurais besoin d'aide s'il vous plait ! Merci Cordialement Philippe voilà même les message complet Arduino : 1.8.2 (Windows 10), Carte : "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)" In file included from sketch\Marlin.h:23:0, from sketch\thermistortables.h:4, from sketch\Configuration.h:731, from C:\Users\goldo\Downloads\IMPRIMANTE 3D\soft carte SD\Eng-Kossel files 20161021\Firmware\For Plus\Anycubicplus\Anycubicplus.ino:41: sketch\pins.h:453:0: warning: "Y_MAX_PIN" redefined #define Y_MAX_PIN 15 ^ sketch\pins.h:452:0: note: this is the location of the previous definition #define Y_MAX_PIN 43 ^ sketch\pins.h:502:0: warning: "CONTROLLERFAN_PIN" redefined #define CONTROLLERFAN_PIN 7 ^ In file included from sketch\Configuration.h:730:0, from C:\Users\goldo\Downloads\IMPRIMANTE 3D\soft carte SD\Eng-Kossel files 20161021\Firmware\For Plus\Anycubicplus\Anycubicplus.ino:41: sketch\Configuration_adv.h:64:0: note: this is the location of the previous definition #define CONTROLLERFAN_PIN -1 //Pin used for the fan to cool controller (-1 to disable) ^ In file included from sketch\Marlin.h:23:0, from sketch\Marlin_main.cpp:32: sketch\pins.h:453:0: warning: "Y_MAX_PIN" redefined #define Y_MAX_PIN 15 ^ sketch\pins.h:452:0: note: this is the location of the previous definition #define Y_MAX_PIN 43 ^ sketch\pins.h:502:0: warning: "CONTROLLERFAN_PIN" redefined #define CONTROLLERFAN_PIN 7 ^ In file included from sketch\Configuration.h:730:0, from sketch\Marlin.h:22, from sketch\Marlin_main.cpp:32: sketch\Configuration_adv.h:64:0: note: this is the location of the previous definition #define CONTROLLERFAN_PIN -1 //Pin used for the fan to cool controller (-1 to disable) ^ sketch\Marlin_main.cpp:2223:36: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] LCD_MESSAGEPGM(MACHINE_NAME" "MSG_OFF"."); ^ In file included from sketch\SdFile.h:27:0, from sketch\cardreader.h:8, from sketch\Marlin_main.cpp:46: SdBaseFile.h:38: error: using typedef-name 'fpos_t' after 'struct' struct fpos_t { ^ In file included from sketch\Marlin.h:10:0, from sketch\Marlin_main.cpp:32: c:\program files (x86)\arduino\hardware\tools\avr\avr\include\stdio.h:950:33: note: 'fpos_t' has a previous declaration here __extension__ typedef long long fpos_t; ^ sketch\Marlin_main.cpp: In function 'void set_bed_level_equation_lsq(double*)': sketch\Marlin_main.cpp:844:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] planeNormal.debug("planeNormal"); ^ exit status 1 using typedef-name 'fpos_t' after 'struct' Ce rapport pourrait être plus détaillé avec l'option "Afficher les résultats détaillés de la compilation" activée dans Fichier -> Préférences.
La Bidouille Posté(e) Mai 11, 2017 Posté(e) Mai 11, 2017 (modifié) Hello, Je pencherai pour un probléme de compilation dû a une version trop récente de l'IDE Arduino que tu utilises.( Arduino : 1.8.2 ) Est ce celui préconisé ? Sinon c'est assez rapide à tester .... désinstalles la version que tu utilises et essayes avec une version 1.0.x ( arduino-1.0.5-windows ou arduino-1.0.6-r2-windows par exemple) Certains codes ont été écrit pour des versions antérieurs du compilateur arduino actuel (depuis la 1.6 de memoire) et sont maintenu dans l’état et tiens nous informé Modifié (le) Mai 11, 2017 par La Bidouille
Messages recommandés
Créer un compte ou se connecter pour commenter
Vous devez être membre afin de pouvoir déposer un commentaire
Créer un compte
Créez un compte sur notre communauté. C’est facile !
Créer un nouveau compteSe connecter
Vous avez déjà un compte ? Connectez-vous ici.
Connectez-vous maintenant