Skip to content

This is the repository that contains the community version firmware for the WEEDO X40 3D Printer.

License

Notifications You must be signed in to change notification settings

x40-Community/WEEDOX40firmware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEEDO X40 Community Firmware

image

Summary

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.

Compile requirements

  • 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

Upload firmware

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.

image

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.

image

The difference between the community version firmware and the official version firmware

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.

Return to the official vesrion firmware

Use WEEDOIAP.exe to flash X40_Vxxx_Community_to_Official.bin in the /Release directory.

About

This is the repository that contains the community version firmware for the WEEDO X40 3D Printer.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C 51.8%
  • C++ 43.3%
  • Java 1.4%
  • HTML 1.2%
  • Assembly 1.1%
  • Python 0.6%
  • Other 0.6%