Aller au contenu

Messages recommandés

Posté(e) (modifié)

Bonjour a tous  je suis novice pour la transformation modification d'une Imprimante 3D.

 

j'ai une Anicubic i3 mega qui fonctionnais bien jusque à un court-circuit dans la connection à la tête qui à grillé ma carte mère j'ai tenté de la réparé changement de deux transistor puis une diode et j'ai vu fumé le microprocesseur donc STOP! on achète une carte mes plus moyen de trouvé cette carte du coup quitte à changer, j'ai pris une Robin Nano v3.1. J'y ai ajouté un 3DTouch et deux moteur pas à pas pour deux couleur, j'ai cinq driver TCM 2209 trois en HART pour axe X, Y, Z et en STEP pour les Extrudeurs des deux filament et créé le circuit imprimé de connexion dans la tête  pour n'avoir que une fiche de 16 pin pour le touts 3DTouch ventilo et chauffe de la tête, et idem pour le circuit de connexion une autre en sortie de 16 pin et deux de sortie pour chaque moteur d'extrudeur pas à pas des filament, deux mosfet un pour Bed et Un pour chauffe de la buse, voilà travail fini j'e teste de démarré le tous tout fonctionne avec le frimware  déjà pré installé.  Voilà quelque photos du travaille avent d'aller plus Loing pour faire un Y pour l'entré les deux couleur de filament._A745803-Avecaccentuation-Bruit.thumb.jpg.46a37a574098ea414b1eaa9df9537a81.jpg_A745806-Avecaccentuation-Bruit.thumb.jpg.edfc96b04dfb4f0d4f12a7643c18f652.jpg

Donc je passe à la suite installation de marlin 2.0.9.2  après quelque lecture et vidéo pour comprendre comment je dois faire je suis les procédure. Les deux première compilation se passent bien mais les moteur dans le m'mauvais cense arrêt de l'impriment avec mon doit toujours sur l'interrupteur quand je veux tester la partie 3Dtouch car l'axe X pare dans l'autre cense pas envie de cassé la courroie, vous comprenez, j'en ai pas de réserve 😅. Je fais  deux compile remet  la clef USB  et démarrage installe finie toujours pareille, donc je retourne sur Virtual studio code et puis tentative de compile plus moyen j'ai une erreur et là je suis bloqué donc je viens vers vous pour comprendre j'ai testé plusieurs chose y compris désinstallation complète de tous les logiciel mes rein ne va, j'ai mème retéléchargement dtout les dossier pour le du frimware sur le site et rein n'y fait j'ai toujour le mème problème surement un  truc que j'ai changer sant le vouoire, voici l’erreur que je trouve.

PS C:\Users\brefa\Documents\3D Impression\tenté de comprendre la panne et réparé par ligne de com\téléchargement pour MKS Robin Nano V3.1\Mks-Robin-Nano-Marlin2.0-Firmware-master> platformio run --silent -e mks_robin_nano_v3
Warning! Ignore unknown configuration option `monitor_flags` in section [env]
Warning! `src_filter` configuration option in section [env:include_tree] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:DUE] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:esp32] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_build_flags` configuration option in section [env:linux_native] is deprecated and will be removed in the next release! Please use `build_src_flags` instead
Warning! `src_filter` configuration option in section [env:linux_native] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_build_flags` configuration option in section [env:simulator_windows] is deprecated and will be removed in the next release! Please use `build_src_flags` instead
Warning! `src_filter` configuration option in section [env:SAMD51_grandcentral_m4] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:malyan_M300] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:STM32F103CB_malyan] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:teensy31] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:teensy35] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:teensy36] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:teensy41] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
In file included from buildroot/share/PlatformIO/scripts/../../../../Marlin/src/inc/MarlinConfig.h:28,
                 from buildroot/share/PlatformIO/scripts/common-dependencies.h:29:
buildroot/share/PlatformIO/scripts/../../../../Marlin/src/inc/MarlinConfigPre.h:56:10: fatal error: ../../Configuration_adv.h: No such file or directory
   56 | #include "../../Configuration_adv.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
CalledProcessError: Command '"C:\Users\brefa\.platformio\packages\toolchain-gccarmnoneeabi\bin\arm-none-eabi-g++.exe" -D__MARLIN_FIRMWARE__ -DNDEBUG -DHAL_STM32 -DUSBCON -DUSBD_USE_CDC -DTIM_IRQ_PRIO=13 -DPIN_WIRE_SCL=PB6 -DPIN_WIRE_SDA=PB7 -DHAL_PCD_MODULE_ENABLED -D__MARLIN_DEPS__ -w -dM -E -x c++ buildroot/share/PlatformIO/scripts/common-dependencies.h' returned non-zero exit status 1.:
  File "C:\Users\brefa\.platformio\penv\Lib\site-packages\platformio\builder\main.py", line 167:
    env.SConscript(env.GetExtraScripts("pre"), exports="env")
  File "C:\Users\brefa\.platformio\packages\tool-scons\scons-local-4.8.1\SCons\Script\SConscript.py", line 620:
    return _SConscript(self.fs, *files, **subst_kw)
  File "C:\Users\brefa\.platformio\packages\tool-scons\scons-local-4.8.1\SCons\Script\SConscript.py", line 280:
    exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)
  File "C:\Users\brefa\Documents\3D Impression\tenté de comprendre la panne et réparé par ligne de com\téléchargement pour MKS Robin Nano V3.1\Mks-Robin-Nano-Marlin2.0-Firmware-master\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 317:
    apply_features_config()
  File "C:\Users\brefa\Documents\3D Impression\tenté de comprendre la panne et réparé par ligne de com\téléchargement pour MKS Robin Nano V3.1\Mks-Robin-Nano-Marlin2.0-Firmware-master\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 136:
    if not env.MarlinFeatureIsEnabled(feature):
  File "C:\Users\brefa\.platformio\packages\tool-scons\scons-local-4.8.1\SCons\Util\envs.py", line 252:
    return self.method(*nargs, **kwargs)
  File "C:\Users\brefa\Documents\3D Impression\tenté de comprendre la panne et réparé par ligne de com\téléchargement pour MKS Robin Nano V3.1\Mks-Robin-Nano-Marlin2.0-Firmware-master\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 293:
    load_marlin_features()
  File "C:\Users\brefa\Documents\3D Impression\tenté de comprendre la panne et réparé par ligne de com\téléchargement pour MKS Robin Nano V3.1\Mks-Robin-Nano-Marlin2.0-Firmware-master\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 281:
    define_list = subprocess.check_output(cmd, shell=True).splitlines()
  File "C:\Users\brefa\.platformio\python3\Lib\subprocess.py", line 466:
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "C:\Users\brefa\.platformio\python3\Lib\subprocess.py", line 571:
    raise CalledProcessError(retcode, process.args,
================================================================================== [FAILED] Took 0.71 seconds ==================================================================================

Environment        Status    Duration
-----------------  --------  ------------
mks_robin_nano_v3  FAILED    00:00:00.714
============================================================================ 1 failed, 0 succeeded in 00:00:00.714 ============================================================================ 
PS C:\Users\brefa\Documents\3D Impression\tenté de comprendre la panne et réparé par ligne de com\téléchargement pour MKS Robin Nano V3.1\Mks-Robin-Nano-Marlin2.0-Firmware-master> echo "done" >"C:\Users\brefa\AppData\Local\Temp\ipc"
PS C:\Users\brefa\Documents\3D Impression\tenté de comprendre la panne et réparé par ligne de com\téléchargement pour MKS Robin Nano V3.1\Mks-Robin-Nano-Marlin2.0-Firmware-master> ^C
PS C:\Users\brefa\Documents\3D Impression\tenté de comprendre la panne et réparé par ligne de com\téléchargement pour MKS Robin Nano V3.1\Mks-Robin-Nano-Marlin2.0-Firmware-master> 

Merci  pour laide que vous m'apporterez j'ai aussi joint les fichier.Configuration.hConfiguration_adv.h le chemain lme semble bon dans ce ficher MarlinConfigPre.h

Modifié (le) par Brefab6
Posté(e) (modifié)

Salut,

Citation
C:\Users\brefa\Documents\3D Impression\tenté de comprendre la panne et réparé par ligne de com\téléchargement pour MKS Robin Nano V3.1

C'est rarement une bonne idée de raconter sa vie dans le nom des dossiers 😵‍💫. Il est plus (+) que conseillé d'avoir un libellé le plus court possible et par sécurité, sans espace.

Pour info, j'ai réussi à compiler marlin (2.0.9.2) avec tes fichiers, dans l'environnement "mks_robin_nano_v3" ou "mks_robin_nano_v3_usb_flash_drive". Par contre il a fallu que je décommente la ligne suivante dans le fichier configuration.h:

#define SDSUPPORT

Modifié (le) par pommeverte
  • J'aime 1
Posté(e)
il y a 12 minutes, pommeverte a dit :

Salut,

C'est rarement une bonne idée de raconter sa vie dans le nom des dossiers 😵‍💫. Il est plus (+) que conseillé d'avoir un libellé le plus court possible et par sécurité, sans espace.

Pour info, j'ai réussi à compiler marlin (2.0.9.2) avec tes fichiers, dans l'environnement "mks_robin_nano_v3" ou "mks_robin_nano_v3_usb_flash_drive". Par contre il a fallu que je décommente la ligne suivante dans le fichier configuration.h:

#define SDSUPPORT

ha oui oups je c'est juste, merci Pommeverte,  j'ai oublier de retiré les chemain mes faut'il encore rentré dans mon ordi donc trouvé l'IP. puis à pare le nom brefab c'est un chemain comme un autre, pc , j'en tiendrais compte.

 donc je dois laissé le //#define SDSUPPORT ce qui est fait.

c'est fait je teste demain avec les fichier de mks_robin_nano_v3" ou "mks_robin_nano_v3_usb_flash_drive.

Posté(e) (modifié)
Il y a 16 heures, pommeverte a dit :

non justement, il faut le décommenter = supprimer les "//" en début de ligne

Salut Pommevert alors je l'ai fait hier avent le DODO, c'était toujour le mème résultat aujourd'hui je tente de recommencé à 0 suprime completement tous et retélécharge https://github.com/makerbase-mks/Mks-Robin-Nano-Marlin2.0-Firmware et c'est encro pire je me retrouve avec une erreur nouvelle j'ai l'impresion que platfomrio ou le site déconne 

je rente comme chois 

default_envs = mks_robin_nano_v3_usb_flash_drive-mmsc

je compile avec mon chois j'ai sa comme erreur 

PS C:\Users\xxxxxx\Documents\3D Impression\News Fw\Mks-Robin-Nano-Marlin2.0-Firmware-master> platformio run --silent -e mks_robin_nano_v3_usb_flash_drive_msc
UnknownEnvNamesError: Unknown environment names 'mks_robin_nano_v3_usb_flash_drive-mmsc'. Valid names are 'FLYF407ZG, STM32F103RC_btt_USB, mks_robin_e3p, simulator_macos_release, mks_robin_nano6_usb_flash_drive_msc, include_tree, sanguino1284p, STM32F103ZE, rumba32, BTT_SKR_SE_BX, BIGTREE_OCTOPUS_V1_USB, Anet_ET4_OpenBLT, mks_robin_nano6_usb_flash_drive, mks_robin_nano_v3_usb_flash_drive, BIGTREE_GTR_V1_0_usb_flash_drive, mks_robin_nano6, mks_eagle_usb_flash_drive_msc, teensy35, STM32F103RE_btt_USB, mingda_mpx_arm_mini, teensy36, STM32F103RC_fysetc_maple, STM32F401VE_STEVAL, STM32F103RC_btt_maple, simulator_linux_debug, mks_robin_nano4_usb_flash_drive, NUCLEO_F767ZI, trigorilla_pro_maple, mks_robin_nano4_usb_flash_drive_msc, FYSETC_E4, FYSETC_S6, STM32F103RC_fysetc, simulator_macos_debug, MKS_E3D_V2, STM32F103RE_btt_USB_maple, STM32F103RC_meeb, STM32F103RC_ZM3E2_USB_maple, LPC1769, linux_native, teensy41, STM32F103VE_GTM32, mks_eagle, Index_Mobo_Rev03, mks_eagle_usb_flash_drive, LERDGES, sanguino644p, BIGTREE_SKR_PRO, BIGTREE_OCTOPUS_V1, LERDGEX, mks_robin_e3p_maple, mks_robin_mini_maple, mega2560ext, mks_monster8_usb_flash_drive_msc, simulator_linux_release, STM32F103CB_malyan, FYSETC_CHEETAH_V20, DUE_USB, mks_robin_nano35_maple, STM32F103VE, mks_robin_pro2, mks_robin_pro, mks_robin_lite_maple, STM32F103CB_malyan_maple, at90usb1286_dfu, STM32F103RE, SAMD51_grandcentral_m4, teensy20, rambo, mks_robin_e3_maple, at90usb1286_cdc, FYSETC_S6_8000, LERDGES_usb_flash_drive, trigorilla_pro, LERDGEX_usb_flash_drive, LERDGEK, BIGTREE_SKR_PRO_usb_flash_drive, sanguino1284p_optimized, LERDGEK_usb_flash_drive, FLY_MINI, chitu_v5_gpio_init, mks_robin_lite, melzi_optiboot, STM32F103VE_ZM3E4V2_USB, DUE_archim, FYSETC_F6, mks_robin_nano_v3_usb_flash_drive_msc, mks_robin_pro_maple, jgaurora_a5s_a1_maple, mks_robin_nano4, mks_robin_maple, DUE, LPC1768, STM32F103RE_maple, ARMED, mks_robin_nano_v3, melzi_optimized, chitu_f103, teensy31, flsun_hispeedv1, mega2560, MightyBoard1280, simulator_windows, MightyBoard2560, STM32F103RC_btt_USB_maple, mks_monster8_usb_flash_drive, BIGTREE_GTR_V1_0, STM32F103VE_ZM3E4V2_USB_maple, mks_robin_nano35, melzi_optiboot_optimized, STM32F103VC_ZM3E4_USB_maple, mks_robin_mini, esp32, mks_robin_lite3_maple, STM32F103VC_ZM3E4_USB, STM32F103RC_ZM3E2_USB, chitu_f103_maple, STM32F103VE_longer_maple, MKS_E3_V2, STM32F407VE_black, BIGTREE_SKR_2, REMRAM_V1, malyan_M300, STM32F070CB_malyan, FLY_MINI_maple, STM32F103RET6_creality, mks_robin_lite3, chitu_v5_gpio_init_maple, STM32F103RE_btt_maple, mks_robin_nano_v1_3_f4, STM32F103RC_btt, melzi, STM32F103VE_longer, jgaurora_a5s_a1, BIGTREE_BTT002, STM32F103RE_btt, mks_monster8, STM32F103RET6_creality_maple, STM32F070RB_malyan, BIGTREE_E3_RRF, BIGTREE_SKR_2_USB, mega1280, TH3D_EZBoard_Lite_V2, mks_robin, mks_robin_e3'
PS C:\Users\xxxxxx\Documents\3D Impression\News Fw\Mks-Robin-Nano-Marlin2.0-Firmware-master> echo "done" >"C:\Users\brefa\AppData\Local\Temp\ipc"

je teste  

default_envs = mks_robin_nano_v3_usb_flash_drive

j'ai pire 

PS C:\Users\xxxxxxx\Documents\3D Impression\News Fw\Mks-Robin-Nano-Marlin2.0-Firmware-master> platformio run --silent -e mks_robin_nano_v3_usb_flash_drive
Warning! Ignore unknown configuration option `monitor_flags` in section [env]
Warning! `src_filter` configuration option in section [env:include_tree] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:DUE] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:esp32] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_build_flags` configuration option in section [env:linux_native] is deprecated and will be removed in the next release! Please use `build_src_flags` instead
Warning! `src_filter` configuration option in section [env:linux_native] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_build_flags` configuration option in section [env:simulator_windows] is deprecated and will be removed in the next release! Please use `build_src_flags` instead
Warning! `src_filter` configuration option in section [env:SAMD51_grandcentral_m4] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:malyan_M300] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:STM32F103CB_malyan] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:teensy31] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:teensy35] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:teensy36] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:teensy41] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\HAL.cpp:30:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\HAL_SPI.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\MarlinSerial.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\Sd2Card_sdio_stm32duino.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\Servo.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\eeprom_bl24cxx.cpp:32:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\eeprom_flash.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\eeprom_if_iic.cpp:32:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\eeprom_sdcard.cpp:31:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\HAL_SPI.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\HAL.cpp.o] Error 1
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\eeprom_sram.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\Sd2Card_sdio_stm32duino.cpp.o] Error 1
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\eeprom_wired.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\MarlinSerial.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\Servo.cpp.o] Error 1
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\fastio.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\tft\xpt2046.cpp:27:
Marlin\src\HAL\STM32\tft\../../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\tft\tft_spi.cpp:27:
Marlin\src\HAL\STM32\tft\../../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\tft\gt911.cpp:26:
Marlin\src\HAL\STM32\tft\../../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\tft\tft_fsmc.cpp:27:
Marlin\src\HAL\STM32\tft\../../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\eeprom_bl24cxx.cpp.o] Error 1
In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\tft\tft_ltdc.cpp:26:
Marlin\src\HAL\STM32\tft\../../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\timers.cpp:26:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\eeprom_flash.cpp.o] Error 1
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\usb_host.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\eeprom_if_iic.cpp.o] Error 1
In file included from Marlin\src\HAL\shared\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\shared\Delay.cpp:25:
Marlin\src\HAL\shared\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\shared\backtrace\../../../core/../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\shared\backtrace\../../../core/serial.h:24,
                 from Marlin\src\HAL\shared\backtrace\../HAL_MinSerial.h:24,
                 from Marlin\src\HAL\shared\backtrace\backtrace.cpp:28:
Marlin\src\HAL\shared\backtrace\../../../core/../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."        
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\eeprom_sram.cpp.o] Error 1
In file included from Marlin\src\HAL\shared\../../core/../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\shared\../../core/serial.h:24,
                 from Marlin\src\HAL\shared\HAL_MinSerial.h:24,
                 from Marlin\src\HAL\shared\HAL_MinSerial.cpp:22:
Marlin\src\HAL\shared\../../core/../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\eeprom_sdcard.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\eeprom_wired.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\fastio.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\tft\gt911.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\tft\tft_fsmc.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\tft\xpt2046.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\tft\tft_spi.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\tft\tft_ltdc.cpp.o] Error 1
In file included from Marlin\src\HAL\shared\backtrace\../../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\shared\backtrace\unwmemaccess.cpp:18:
Marlin\src\HAL\shared\backtrace\../../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\timers.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\shared\Delay.cpp.o] Error 1
In file included from Marlin\src\HAL\shared\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\shared\eeprom_if_i2c.cpp:28:
Marlin\src\HAL\shared\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\STM32\usb_host.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\shared\backtrace\backtrace.cpp.o] Error 1
In file included from Marlin\src\HAL\shared\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\shared\esp_wifi.cpp:23:
Marlin\src\HAL\shared\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\shared\HAL_MinSerial.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\shared\backtrace\unwmemaccess.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\shared\eeprom_if_i2c.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3_usb_flash_drive\src\src\HAL\shared\esp_wifi.cpp.o] Error 1
======================================================== [FAILED] Took 13.76 seconds ========================================================

Environment                        Status    Duration
---------------------------------  --------  ------------
mks_robin_nano_v3_usb_flash_drive  FAILED    00:00:13.759
=================================================== 1 failed, 0 succeeded in 00:00:13.759 ===================================================

et avec cette environement 

default_envs = mks_robin_nano_v3_usb_flash_drive

j'ai


PS C:\Users\xxxxx\Documents\3D Impression\News Fw\Mks-Robin-Nano-Marlin2.0-Firmware-master> echo "done" >"C:\Users\xxx\AppData\Local\Temp\ipc"
PS C:\Users\brefa\Documents\3D Impression\News Fw\Mks-Robin-Nano-Marlin2.0-Firmware-master> platformio run --silent -e mks_robin_nano_v3
Warning! Ignore unknown configuration option `monitor_flags` in section [env]
Warning! `src_filter` configuration option in section [env:include_tree] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:DUE] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:esp32] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_build_flags` configuration option in section [env:linux_native] is deprecated and will be removed in the next release! Please use `build_src_flags` instead
Warning! `src_filter` configuration option in section [env:linux_native] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_build_flags` configuration option in section [env:simulator_windows] is deprecated and will be removed in the next release! Please use `build_src_flags` instead
Warning! `src_filter` configuration option in section [env:SAMD51_grandcentral_m4] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:malyan_M300] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:STM32F103CB_malyan] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:teensy31] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:teensy35] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:teensy36] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
Warning! `src_filter` configuration option in section [env:teensy41] is deprecated and will be removed in the next release! Please use `build_src_filter` instead
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\HAL.cpp:30:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\HAL_SPI.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\MarlinSerial.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\Sd2Card_sdio_stm32duino.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\HAL.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\HAL_SPI.cpp.o] Error 1
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\eeprom_bl24cxx.cpp:32:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\Servo.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\eeprom_if_iic.cpp:32:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\eeprom_flash.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\eeprom_sdcard.cpp:31:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\eeprom_sram.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\MarlinSerial.cpp.o] Error 1
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\eeprom_wired.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\fastio.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\tft\gt911.cpp:26:
Marlin\src\HAL\STM32\tft\../../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\tft\tft_ltdc.cpp:26:
Marlin\src\HAL\STM32\tft\../../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\timers.cpp:26:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\tft\tft_fsmc.cpp:27:
Marlin\src\HAL\STM32\tft\../../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\tft\xpt2046.cpp:27:
Marlin\src\HAL\STM32\tft\../../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\eeprom_bl24cxx.cpp.o] Error 1
In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\tft\tft_spi.cpp:27:
Marlin\src\HAL\STM32\tft\../../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\Sd2Card_sdio_stm32duino.cpp.o] Error 1
In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\STM32\usb_host.cpp:27:
Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
In file included from Marlin\src\HAL\shared\../../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\shared\Delay.cpp:25:
Marlin\src\HAL\shared\../../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\Servo.cpp.o] Error 1
In file included from Marlin\src\HAL\shared\backtrace\../../../core/../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\shared\backtrace\../../../core/serial.h:24,
                 from Marlin\src\HAL\shared\backtrace\../HAL_MinSerial.h:24,
                 from Marlin\src\HAL\shared\backtrace\backtrace.cpp:28:
Marlin\src\HAL\shared\backtrace\../../../core/../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."        
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\eeprom_if_iic.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\eeprom_flash.cpp.o] Error 1
In file included from Marlin\src\HAL\shared\../../core/../inc/MarlinConfig.h:49,
                 from Marlin\src\HAL\shared\../../core/serial.h:24,
                 from Marlin\src\HAL\shared\HAL_MinSerial.h:24,
                 from Marlin\src\HAL\shared\HAL_MinSerial.cpp:22:
Marlin\src\HAL\shared\../../core/../inc/SanityCheck.h:2444:8: error: #error "Enable USE_YMIN_PLUG when homing Y to MIN."
 2444 |       #error "Enable USE_YMIN_PLUG when homing Y to MIN."
      |        ^~~~~
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\eeprom_sdcard.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\eeprom_sram.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\eeprom_wired.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\fastio.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\tft\gt911.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\tft\tft_ltdc.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\tft\tft_spi.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\tft\xpt2046.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\tft\tft_fsmc.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\usb_host.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\STM32\timers.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\shared\Delay.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\shared\backtrace\backtrace.cpp.o] Error 1
*** [.pio\build\mks_robin_nano_v3\src\src\HAL\shared\HAL_MinSerial.cpp.o] Error 1
======================================================== [FAILED] Took 13.08 seconds ========================================================

j'avoure que la je ne suis plus je pensais pouvoir commprendre de plus en plus et apprendre mais non🫣

Modifié (le) par Brefab6

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...