Aller au contenu

GO Print

Anet A8 Plus des questions


Dams161

Messages recommandés

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

Lien vers le commentaire
Partager sur d’autres sites

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) par Maeke
Lien vers le commentaire
Partager sur d’autres sites

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 

Lien vers le commentaire
Partager sur d’autres sites

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) par Maeke
Lien vers le commentaire
Partager sur d’autres sites

  • 4 months later...

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

Lien vers le commentaire
Partager sur d’autres sites

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 compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.

Connectez-vous maintenant
×
×
  • Créer...