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.
- 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/ directory. The macos version is still under development.
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.