Dams161 Posté(e) Décembre 4, 2020 Posté(e) Décembre 4, 2020 bonjour alors voilà je commence j'essaie de compiler un marlin 2.0 (pas sur du terme) car ce qui peut m'intéresser est le touchmi pour éviter le réglage du bed fréquemment. Par contre ça commence mal quand je lance la vérification sur arduino j'ai une erreur C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc.exe: Nom de fichier ou extension trop long. Erreur de compilation pour la carte Anet V1.0 (Optiboot) que je n'arrive pas à corriger. j'ai essayer celui la : Marlin 2.0 with bug fixes et celui la Latest release merci
Maeke Posté(e) Décembre 4, 2020 Posté(e) Décembre 4, 2020 (modifié) Pas de Marlin 2.0 sur une carte Anet, trop gros pour cette carte (elle n'a que la moitié de la mémoire flash des autres cartes), prend un Marlin 1.1.9.1.  Sinon, vérifies le nom du fichier incriminé. Modifié (le) Décembre 4, 2020 par Maeke
Dams161 PostĂ©(e) DĂ©cembre 4, 2020 Auteur PostĂ©(e) DĂ©cembre 4, 2020 oui c'est ce que j'etais entrain de lire pas de marlin 2.0 donc on va passer au 1.1.9.x ce sera peut ĂȘtre plus simple par contre le stock de marlin marche correctement aucune modification de rĂ©glage a faire?
Dams161 PostĂ©(e) DĂ©cembre 4, 2020 Auteur PostĂ©(e) DĂ©cembre 4, 2020 bon bah c'est encore pire  In file included from sketch\MarlinConfig.h:29:0, from sketch\I2CPositionEncoder.cpp:31: Configuration.h:212:11: error: missing binary operator before token "(" #if EITHER(PARKING_EXTRUDER, MAGNETIC_PARKING_EXTRUDER) ^ Configuration.h:261:8: error: missing binary operator before token "(" #if ANY(SWITCHING_TOOLHEAD, MAGNETIC_SWITCHING_TOOLHEAD, ELECTROMAGNETIC_SWITCHING_TOOLHEAD) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\M100_Free_Mem_Chk.cpp:49: Configuration.h:212:11: error: missing binary operator before token "(" #if EITHER(PARKING_EXTRUDER, MAGNETIC_PARKING_EXTRUDER) ^ Configuration.h:261:8: error: missing binary operator before token "(" #if ANY(SWITCHING_TOOLHEAD, MAGNETIC_SWITCHING_TOOLHEAD, ELECTROMAGNETIC_SWITCHING_TOOLHEAD) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\I2CPositionEncoder.cpp:31: Configuration.h:547:11: error: missing binary operator before token "(" #if EITHER(PIDTEMP, PIDTEMPBED) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\M100_Free_Mem_Chk.cpp:49: Configuration.h:547:11: error: missing binary operator before token "(" #if EITHER(PIDTEMP, PIDTEMPBED) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\I2CPositionEncoder.cpp:31: Configuration.h:1160:11: error: missing binary operator before token "(" #if EITHER(MIN_SOFTWARE_ENDSTOPS, MAX_SOFTWARE_ENDSTOPS) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\M100_Free_Mem_Chk.cpp:49: Configuration.h:1160:11: error: missing binary operator before token "(" #if EITHER(MIN_SOFTWARE_ENDSTOPS, MAX_SOFTWARE_ENDSTOPS) ^ Configuration.h:1292:8: error: missing binary operator before token "(" #if ANY(MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, AUTO_BED_LEVELING_UBL) ^ Configuration.h:1292:8: error: missing binary operator before token "(" #if ANY(MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, AUTO_BED_LEVELING_UBL) ^ Configuration.h:1322:11: error: missing binary operator before token "(" #if EITHER(AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_BILINEAR) ^ Configuration.h:1322:11: error: missing binary operator before token "(" #if EITHER(AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_BILINEAR) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\I2CPositionEncoder.cpp:31: Configuration.h:2244:11: error: missing binary operator before token "(" #if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\M100_Free_Mem_Chk.cpp:49: Configuration.h:2244:11: error: missing binary operator before token "(" #if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON) ^ Configuration.h:2474:11: error: missing binary operator before token "(" #if EITHER(RGB_LED, RGBW_LED) ^ Configuration.h:2474:11: error: missing binary operator before token "(" #if EITHER(RGB_LED, RGBW_LED) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\G26_Mesh_Validation_Tool.cpp:27: Configuration.h:212:11: error: missing binary operator before token "(" #if EITHER(PARKING_EXTRUDER, MAGNETIC_PARKING_EXTRUDER) ^ Configuration.h:261:8: error: missing binary operator before token "(" #if ANY(SWITCHING_TOOLHEAD, MAGNETIC_SWITCHING_TOOLHEAD, ELECTROMAGNETIC_SWITCHING_TOOLHEAD) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\G26_Mesh_Validation_Tool.cpp:27: Configuration.h:547:11: error: missing binary operator before token "(" #if EITHER(PIDTEMP, PIDTEMPBED) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\G26_Mesh_Validation_Tool.cpp:27: Configuration.h:1160:11: error: missing binary operator before token "(" #if EITHER(MIN_SOFTWARE_ENDSTOPS, MAX_SOFTWARE_ENDSTOPS) ^ Configuration.h:1292:8: error: missing binary operator before token "(" #if ANY(MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, AUTO_BED_LEVELING_UBL) ^ Configuration.h:1322:11: error: missing binary operator before token "(" #if EITHER(AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_BILINEAR) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\G26_Mesh_Validation_Tool.cpp:27: Configuration.h:2244:11: error: missing binary operator before token "(" #if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON) ^ Configuration.h:2474:11: error: missing binary operator before token "(" #if EITHER(RGB_LED, RGBW_LED) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\G26_Mesh_Validation_Tool.cpp:27: Configuration.h:2519:8: error: missing binary operator before token "(" #if ANY(BLINKM, RGB_LED, RGBW_LED, PCA9632, PCA9533, NEOPIXEL_LED) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\I2CPositionEncoder.cpp:31: Configuration.h:2519:8: error: missing binary operator before token "(" #if ANY(BLINKM, RGB_LED, RGBW_LED, PCA9632, PCA9533, NEOPIXEL_LED) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\M100_Free_Mem_Chk.cpp:49: Configuration.h:2519:8: error: missing binary operator before token "(" #if ANY(BLINKM, RGB_LED, RGBW_LED, PCA9632, PCA9533, NEOPIXEL_LED) ^ In file included from sketch\MarlinConfig.h:32:0, from sketch\M100_Free_Mem_Chk.cpp:49: Configuration_adv.h:195:11: error: missing binary operator before token "(" #if BOTH(ADAPTIVE_FAN_SLOWING, PIDTEMP) ^ Configuration_adv.h:1029:11: error: missing binary operator before token "(" #if EITHER(DIGIPOT_MCP4018, DIGIPOT_MCP4451) ^ Configuration_adv.h:1058:11: error: missing binary operator before token "(" #if EITHER(IS_ULTIPANEL, EXTENSIBLE_UI) ^ sketch\Configuration_adv.h:1154:0: warning: "BOOTSCREEN_TIMEOUT" redefined #define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s) In file included from sketch\MarlinConfig.h:30:0, from sketch\M100_Free_Mem_Chk.cpp:49: sketch\Conditionals_LCD.h:378:0: note: this is the location of the previous definition #define BOOTSCREEN_TIMEOUT 2500 In file included from sketch\MarlinConfig.h:32:0, from sketch\M100_Free_Mem_Chk.cpp:49: Configuration_adv.h:1157:11: error: missing binary operator before token "(" #if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL) ^ Configuration_adv.h:1692:11: error: missing binary operator before token "(" #if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) ^ Configuration_adv.h:1727:11: error: missing binary operator before token "(" #if EITHER(MESH_BED_LEVELING, AUTO_BED_LEVELING_UBL) ^ Configuration_adv.h:1916:9: error: missing binary operator before token "(" #if BOTH(SDSUPPORT, DIRECT_STEPPING) ^ Configuration_adv.h:2961:11: error: missing binary operator before token "(" #if EITHER(SPINDLE_FEATURE, LASER_FEATURE) ^ In file included from sketch\MarlinConfig.h:32:0, from sketch\I2CPositionEncoder.cpp:31: Configuration_adv.h:195:11: error: missing binary operator before token "(" #if BOTH(ADAPTIVE_FAN_SLOWING, PIDTEMP) ^ Configuration_adv.h:1029:11: error: missing binary operator before token "(" #if EITHER(DIGIPOT_MCP4018, DIGIPOT_MCP4451) ^ Configuration_adv.h:1058:11: error: missing binary operator before token "(" #if EITHER(IS_ULTIPANEL, EXTENSIBLE_UI) ^ sketch\Configuration_adv.h:1154:0: warning: "BOOTSCREEN_TIMEOUT" redefined #define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s) Configuration_adv.h:3158:11: error: missing binary operator before token "(" #if EITHER(POWER_MONITOR_CURRENT, POWER_MONITOR_VOLTAGE) ^ Configuration_adv.h:3525:11: error: missing binary operator before token "(" #if EITHER(WIFISUPPORT, ESP3D_WIFISUPPORT) ^ In file included from sketch\MarlinConfig.h:30:0, from sketch\I2CPositionEncoder.cpp:31: sketch\Conditionals_LCD.h:378:0: note: this is the location of the previous definition #define BOOTSCREEN_TIMEOUT 2500 In file included from sketch\MarlinConfig.h:32:0, from sketch\I2CPositionEncoder.cpp:31: Configuration_adv.h:1157:11: error: missing binary operator before token "(" #if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL) ^ Configuration_adv.h:1692:11: error: missing binary operator before token "(" #if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) ^ Configuration_adv.h:1727:11: error: missing binary operator before token "(" #if EITHER(MESH_BED_LEVELING, AUTO_BED_LEVELING_UBL) ^ Configuration_adv.h:1916:9: error: missing binary operator before token "(" #if BOTH(SDSUPPORT, DIRECT_STEPPING) ^ Configuration_adv.h:2961:11: error: missing binary operator before token "(" #if EITHER(SPINDLE_FEATURE, LASER_FEATURE) ^ Configuration_adv.h:3158:11: error: missing binary operator before token "(" #if EITHER(POWER_MONITOR_CURRENT, POWER_MONITOR_VOLTAGE) ^ Configuration_adv.h:3525:11: error: missing binary operator before token "(" #if EITHER(WIFISUPPORT, ESP3D_WIFISUPPORT) ^ In file included from sketch\MarlinConfig.h:32:0, from sketch\G26_Mesh_Validation_Tool.cpp:27: Configuration_adv.h:195:11: error: missing binary operator before token "(" #if BOTH(ADAPTIVE_FAN_SLOWING, PIDTEMP) ^ Configuration_adv.h:1029:11: error: missing binary operator before token "(" #if EITHER(DIGIPOT_MCP4018, DIGIPOT_MCP4451) ^ Configuration_adv.h:1058:11: error: missing binary operator before token "(" #if EITHER(IS_ULTIPANEL, EXTENSIBLE_UI) ^ sketch\Configuration_adv.h:1154:0: warning: "BOOTSCREEN_TIMEOUT" redefined #define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s) In file included from sketch\MarlinConfig.h:30:0, from sketch\G26_Mesh_Validation_Tool.cpp:27: sketch\Conditionals_LCD.h:378:0: note: this is the location of the previous definition #define BOOTSCREEN_TIMEOUT 2500 In file included from sketch\MarlinConfig.h:32:0, from sketch\G26_Mesh_Validation_Tool.cpp:27: Configuration_adv.h:1157:11: error: missing binary operator before token "(" #if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL) ^ Configuration_adv.h:1692:11: error: missing binary operator before token "(" #if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) ^ Configuration_adv.h:1727:11: error: missing binary operator before token "(" #if EITHER(MESH_BED_LEVELING, AUTO_BED_LEVELING_UBL) ^ Configuration_adv.h:1916:9: error: missing binary operator before token "(" #if BOTH(SDSUPPORT, DIRECT_STEPPING) ^ Configuration_adv.h:2961:11: error: missing binary operator before token "(" #if EITHER(SPINDLE_FEATURE, LASER_FEATURE) ^ Configuration_adv.h:3158:11: error: missing binary operator before token "(" #if EITHER(POWER_MONITOR_CURRENT, POWER_MONITOR_VOLTAGE) ^ Configuration_adv.h:3525:11: error: missing binary operator before token "(" #if EITHER(WIFISUPPORT, ESP3D_WIFISUPPORT) ^ In file included from sketch\pins.h:244:0, from sketch\MarlinConfig.h:40, from sketch\I2CPositionEncoder.cpp:31: pins_ANET_10.h:92:4: error: #error "Oops! Make sure you have 'Anet V1.0', 'Anet V1.0 (Optiboot)' or 'Sanguino' selected in the 'Tools -> Boards' menu and ATmega1284P selected in 'Tools -> Processor' menu." #error "Oops! Make sure you have 'Anet V1.0', 'Anet V1.0 (Optiboot)' or 'Sanguino' selected in the 'Tools -> Boards' menu and ATmega1284P selected in 'Tools -> Processor' menu." ^~~~~ In file included from sketch\pins.h:244:0, from sketch\MarlinConfig.h:40, from sketch\M100_Free_Mem_Chk.cpp:49: pins_ANET_10.h:92:4: error: #error "Oops! Make sure you have 'Anet V1.0', 'Anet V1.0 (Optiboot)' or 'Sanguino' selected in the 'Tools -> Boards' menu and ATmega1284P selected in 'Tools -> Processor' menu." #error "Oops! Make sure you have 'Anet V1.0', 'Anet V1.0 (Optiboot)' or 'Sanguino' selected in the 'Tools -> Boards' menu and ATmega1284P selected in 'Tools -> Processor' menu." ^~~~~ In file included from sketch\pins.h:244:0, from sketch\MarlinConfig.h:40, from sketch\G26_Mesh_Validation_Tool.cpp:27: pins_ANET_10.h:92:4: error: #error "Oops! Make sure you have 'Anet V1.0', 'Anet V1.0 (Optiboot)' or 'Sanguino' selected in the 'Tools -> Boards' menu and ATmega1284P selected in 'Tools -> Processor' menu." #error "Oops! Make sure you have 'Anet V1.0', 'Anet V1.0 (Optiboot)' or 'Sanguino' selected in the 'Tools -> Boards' menu and ATmega1284P selected in 'Tools -> Processor' menu." ^~~~~ In file included from sketch\MarlinConfig.h:29:0, from sketch\MarlinSerial.cpp:36: Configuration.h:212:11: error: missing binary operator before token "(" #if EITHER(PARKING_EXTRUDER, MAGNETIC_PARKING_EXTRUDER) ^ Configuration.h:261:8: error: missing binary operator before token "(" #if ANY(SWITCHING_TOOLHEAD, MAGNETIC_SWITCHING_TOOLHEAD, ELECTROMAGNETIC_SWITCHING_TOOLHEAD) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\MarlinSerial.cpp:36: Configuration.h:547:11: error: missing binary operator before token "(" #if EITHER(PIDTEMP, PIDTEMPBED) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\MarlinSerial.cpp:36: Configuration.h:1160:11: error: missing binary operator before token "(" #if EITHER(MIN_SOFTWARE_ENDSTOPS, MAX_SOFTWARE_ENDSTOPS) ^ Configuration.h:1292:8: error: missing binary operator before token "(" #if ANY(MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, AUTO_BED_LEVELING_UBL) ^ Configuration.h:1322:11: error: missing binary operator before token "(" #if EITHER(AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_BILINEAR) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\MarlinSerial.cpp:36: Configuration.h:2244:11: error: missing binary operator before token "(" #if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON) ^ Configuration.h:2474:11: error: missing binary operator before token "(" #if EITHER(RGB_LED, RGBW_LED) ^ In file included from sketch\MarlinConfig.h:29:0, from sketch\MarlinSerial.cpp:36: Configuration.h:2519:8: error: missing binary operator before token "(" #if ANY(BLINKM, RGB_LED, RGBW_LED, PCA9632, PCA9533, NEOPIXEL_LED) ^ In file included from sketch\MarlinConfig.h:32:0, from sketch\MarlinSerial.cpp:36: Configuration_adv.h:195:11: error: missing binary operator before token "(" #if BOTH(ADAPTIVE_FAN_SLOWING, PIDTEMP) ^ Configuration_adv.h:1029:11: error: missing binary operator before token "(" #if EITHER(DIGIPOT_MCP4018, DIGIPOT_MCP4451) ^ Configuration_adv.h:1058:11: error: missing binary operator before token "(" #if EITHER(IS_ULTIPANEL, EXTENSIBLE_UI) ^ sketch\Configuration_adv.h:1154:0: warning: "BOOTSCREEN_TIMEOUT" redefined #define BOOTSCREEN_TIMEOUT 4000 // (ms) Total Duration to display the boot screen(s) In file included from sketch\MarlinConfig.h:30:0, from sketch\MarlinSerial.cpp:36: sketch\Conditionals_LCD.h:378:0: note: this is the location of the previous definition #define BOOTSCREEN_TIMEOUT 2500 In file included from sketch\MarlinConfig.h:32:0, from sketch\MarlinSerial.cpp:36: Configuration_adv.h:1157:11: error: missing binary operator before token "(" #if EITHER(SDSUPPORT, LCD_SET_PROGRESS_MANUALLY) && ANY(HAS_MARLINUI_U8GLIB, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL) ^ Configuration_adv.h:1692:11: error: missing binary operator before token "(" #if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) ^ Configuration_adv.h:1727:11: error: missing binary operator before token "(" #if EITHER(MESH_BED_LEVELING, AUTO_BED_LEVELING_UBL) ^ Configuration_adv.h:1916:9: error: missing binary operator before token "(" #if BOTH(SDSUPPORT, DIRECT_STEPPING) ^ Configuration_adv.h:2961:11: error: missing binary operator before token "(" #if EITHER(SPINDLE_FEATURE, LASER_FEATURE) ^ Configuration_adv.h:3158:11: error: missing binary operator before token "(" #if EITHER(POWER_MONITOR_CURRENT, POWER_MONITOR_VOLTAGE) ^ Configuration_adv.h:3525:11: error: missing binary operator before token "(" #if EITHER(WIFISUPPORT, ESP3D_WIFISUPPORT) ^ In file included from sketch\pins.h:244:0, from sketch\MarlinConfig.h:40, from sketch\MarlinSerial.cpp:36: pins_ANET_10.h:92:4: error: #error "Oops! Make sure you have 'Anet V1.0', 'Anet V1.0 (Optiboot)' or 'Sanguino' selected in the 'Tools -> Boards' menu and ATmega1284P selected in 'Tools -> Processor' menu." #error "Oops! Make sure you have 'Anet V1.0', 'Anet V1.0 (Optiboot)' or 'Sanguino' selected in the 'Tools -> Boards' menu and ATmega1284P selected in 'Tools -> Processor' menu." ^~~~~ In file included from D:\damien imprimante\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:30:0, from sketch\HAL.h:36, from sketch\MarlinConfig.h:39, from sketch\MarlinSerial.cpp:36: sketch\MarlinSerial.cpp: In function 'void USART0_RX_vect()': sketch\MarlinSerial.h:71:43: warning: 'USART0_RX_vect' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr] #define M_USARTx_RX_vect SERIAL_REGNAME(USART,SERIAL_PORT,_RX_vect) ^ sketch\MarlinSerial.h:48:52: note: in expansion of macro 'SERIAL_REGNAME_INTERNAL' #define SERIAL_REGNAME(registerbase,number,suffix) SERIAL_REGNAME_INTERNAL(registerbase,number,suffix) ^~~~~~~~~~~~~~~~~~~~~~~ sketch\MarlinSerial.h:71:28: note: in expansion of macro 'SERIAL_REGNAME' #define M_USARTx_RX_vect SERIAL_REGNAME(USART,SERIAL_PORT,_RX_vect) ^~~~~~~~~~~~~~ sketch\MarlinSerial.cpp:374:9: note: in expansion of macro 'M_USARTx_RX_vect' ISR(M_USARTx_RX_vect) { store_rxd_char(); } ^~~~~~~~~~~~~~~~ exit status 1 missing binary operator before token "(" mais par rapport Ă marlin 2.0 y a beaucoup plus de fichiers je dois loupe un trucÂ
Dams161 Posté(e) Décembre 4, 2020 Auteur Posté(e) Décembre 4, 2020 J'ai déjà suivi C'est pour ça que je dis que je dois loupé un truc. De plus je ne trouve pas l'anet a8 plus dans les config Marlin 1.1.9
Maeke Posté(e) Décembre 4, 2020 Posté(e) Décembre 4, 2020 tu ne la trouvera pas, elle n'existait pas à l'époque.
Dams161 Posté(e) Décembre 4, 2020 Auteur Posté(e) Décembre 4, 2020 J'ai essayé de récupérer le fichier dans le nouveau marlin 2.0 mais cela me donne des erreurs. Je vais essayer avec un autre PC mais la je bloque. Dommage le bltouch ou le touchmi m'aurait interreser
Maeke PostĂ©(e) DĂ©cembre 4, 2020 PostĂ©(e) DĂ©cembre 4, 2020 (modifiĂ©) ne rĂ©cupĂšre pas le fichier, mais les paramĂštres. Le fichier Marlin 2.x est fondamentalement diffĂ©rent de celui de Marlin 1.1.9.1, mais les paramĂštres utilisĂ©s sont les mĂȘme. Tu dois copier les valeurs indiquĂ©es dans le fichier de Marlin 2.x vers le fichier 1.1.9.1, une par une et en tenant compte du changement de structure du fichier et des nouveaux noms. ModifiĂ© (le) DĂ©cembre 4, 2020 par Maeke
Dams161 Posté(e) Décembre 4, 2020 Auteur Posté(e) Décembre 4, 2020 (modifié) M'en suis sortie merci pour ton aide marlin tourne sur la anet bon je pense revenir bientÎt pour le touchmi à par contre j'ai utilise vscode au lieu de arduino Modifié (le) Décembre 4, 2020 par Dams161
Maeke Posté(e) Décembre 5, 2020 Posté(e) Décembre 5, 2020 pour le touchmi désolé je peux pas t'aider, j'ai un bl-touch (et ma machine n'est pas une A8+).
Dams161 PostĂ©(e) DĂ©cembre 5, 2020 Auteur PostĂ©(e) DĂ©cembre 5, 2020 Je vais essayĂ© de me dĂ©brouiller mais merci quand mĂȘme
Dams161 Posté(e) Décembre 13, 2020 Auteur Posté(e) Décembre 13, 2020 Salut Le touchmi est monté et ça marche par contre la buse n'est pas centrée. Comment je peux centré mon impression ? Merci
Maeke Posté(e) Décembre 13, 2020 Posté(e) Décembre 13, 2020 (modifié) comme ça (tuto d'un de nos membres) Modifié (le) Décembre 13, 2020 par Maeke
Dams161 Posté(e) Mai 6, 2021 Auteur Posté(e) Mai 6, 2021 Coucou je reviens avec mes questions Bon depuis l'anet a évolué un peu de marlin elle est passé en klipper, mais ce qui m'intéressait le plus était l'augmentation d'impression sauf que au dessus de 60mm/s les impressions sont pas superbes. Est ce qu'un montage en Bowden pourrais arranger les impressions? Je ne fait pas de tpu mais sur l'anet y'a t-il réellement un avantage à faire cette modification ? Merci
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