This is the repository that contains the community version firmware for the WEEDO X40 3D Printer.
The framework of the firmware is based on the Marlin 2.0.x version. We fixed some bugs in the dual x carriage modules.
The user interaction and network communication modules are developed by WEEDO3D.
- X40 V1: The first mass production version. The production time is from November 2020 to June 2021.
- X40 V2: The second production version. The production batch start from July 2021. The length in the Y-axis direction has been shortened. The Y-axis coordinate has been changed from (-2,310) to (-11,303).
- Download and install VSCode
- Search and install PlatformIO IDE from store marketplace
- Search and install ST STM32 embedded platform from PIO Home
- Copy [email protected] from /buildroot/lib to PlatformIO library location (user)/.platformio/packages/
- Install the USB driver from /buildroot/driver/CH341SER.ZIP
X40 uses a customized bootloader, which requires a customized download program for firmware update.
The Windows version of the download program WEEDOIAP.exe is located in the /buildroot/upload/WEEDOIAPV.exe
The macos version is available in the /buildroot/upload/X40IAP_MacOS.zip
Lanuch the WEEDOIAP.exe, open the firmware.bin file from build directory, choice the com port, then click the update.
X40 will restart to enter the firmware update mode. Wait for about 1 minute, the printer will automatically restart after the firmware update is completed.
The official firmware has the function of upgrading the firmware via TF card. Use the IAP function in the control menu to read the flash.wfm file on the TF card to upgrade the firmware.
The community version firmware does not support the wfm format, so it does not support firmware upgrade via TF card.
Use WEEDOIAP.exe to flash X40_Vxxx_Community_to_Official.bin in the /Release directory.