This is a kit for the VORON 0.2. FYSETC Voron 0. 2 Pro R1 Kit.
The new Voron 0. 2 Pro R1 Kit has a new design for the electronic part, which is easier to connect and configure, and is as close as possible to out-of-the-box use.
Check it here.
Check it here
Following is our Catalyst board wiring diagram for VORON 0.2 R1 pro kit.
Following the Catalyst board wiring diagram for VORON 0.2 pro R1 kit.
Check it here.
The control board of this kit has been installed with Klipper OS and MCU Klipper firmware at the factory. And it's pre-configured. As long as the wiring is correct, it can be used after power on.
Do not perform the following steps unless you are sure you want to reinstall the firmware.
The control board uses the CM68 core based on RK3568 as the upper computer of Klipper. Its system is compiled based on Debian 10, and the environment and plug-ins required by Klipper are pre-installed. After burning, it can be used directly.
In general, the pre-installed system can be used directly without re-flashing, unless you encounter unsolvable program problems.
The OS of CM68 (voron-02-pro):
Install klipper and its necessary plug-ins in the initial version (Debian10): file name: rk3568-debian10-voron02pro-mainsail.rar Download: https://drive.google.com/file/d/13Tcclv2N4jrMm01r_HPVqZ3v6CVUCk1H/view?usp=drive_link
bugfix (Debian10) Install klipper and its necessary plug-ins: file name: cm68-debian10-voron02pro-mainsail-20230923-154632.img Fix "vdd_cpu: ramp_delay not set" warning Download: https://drive.google.com/file/d/13Tcclv2N4jrMm01r_HPVqZ3v6CVUCk1H/view?usp=drive_link
5.1 kernel, Debian11, install klipper and its necessary plug-ins: file name: cm68-debian11-voron02pro-part-20231107-1211.img Download: https://drive.google.com/file/d/1rhYSTQhsnIySWOnArb-KzfS_5ioayIdm/view?usp=drive_link
5.1 kernel, Debian11, install all plug-ins supported by kiauh. file name: cm68-debian11-voron02pro-all-20231107-1157.img Download: https://drive.google.com/file/d/1RwSsYh74uzc6N8ZZUWCPG4JZDjomelVW/view?usp=drive_link Google Docs
5 & 6 Fixed the RTL8188EUS WIFI Diver issue
5.1 kernel, Debian11, install all plug-ins supported by kiauh. file name: cm68-debian11-voron02pro-all-20231215.rar Download: https://drive.google.com/file/d/1aGxkKDje69fH9lJNZlRNIsSG2d_Z3Y20/view?usp=drive_link/
5.1 kernel, Debian11, install klipper and its necessary plug-ins: file name: cm68-debian11-voron02pro-part-20231215.rar Download: https://drive.google.com/file/d/1jtd5bbeK2osySYbc_Y-N9HqvL0vuzt-D/view?usp=drive_link/
Update steps:
Do not perform the following steps unless you are sure you want to reinstall the firmware.
If you know the structure of Klipper, then you should understand that the firmware of the MCU is compiled and installed by the host computer (CM68). This is the way we recommend.
Of course, you can also use other methods to burn the MCU, such as through the "STM32CubeProgrammer" on the computer, or with the help of burning tools such as STlink. These need to be studied by yourself, and our control board also provides corresponding interfaces.
The MCU model we use is STM32F401RCT6, with an external 8Mhz crystal oscillator, and uses PA11/PA12 as USB communication. The following is the MCU configuration and burning process:
MCU enters DFU mode:
Powered off the whole machine
Use a jumper cap to connect 3V3 and B0(boot0)
Power on the whole machine and wait for it to start
Use putty or similar SSH tools to connect to CM68 using IP or host name
host name: voron-02-pro.local
Username: linaro
Password: linaro
If you are not very familiar with linux, do not use the root user to log in. Misoperation may cause damage to the system.
Username: root
Password: root
Configure the firmware:
use "lsusb" to ensure the mcu enter dfu mode,
lsusb
configure the firmware
cd ~/klipper
make clean
make menuconfig
update the firmware and reboot
Compile and burn the firmware:
make flash FLASH_DEVICE=0483:df11
Powered off the whole machine
Use a jumper cap to connect B0(boot0) and G(GND)
Power on the whole machine and wait for it to start
The control board defaults to obtain IP automatically, make sure your router can provide DHCP service normally. You only need to plug in the Internet cable, and when you see the green and yellow lights on, indicates that it is connected to the network.
You have two methods to login the mainsail webpage:
you need to go to your router to find the device named voron-02-pro, and write down the IP address
The kit has already installed the required plug-ins, and you can access the mainsail page through the pre-set host name: voron-02-pro.local
sudo ifconfig
sudo wifi_sta_start.sh ssid password
sudo ifconfig
Reason: It may be that the status of boot0 is uncertain, causing the STM32 to enter the DFU mode, resulting in the connection error. Solution:
Reason: The factory version of the Klipper host is the same as that of the MCU. Maybe you have clicked the update button on the mainsail webpage to update the Klipper host. As a result, the version of the host is newer than the firmware of the MCU. Solution: update the mcu firmware: Refer to the Firmware&OS==>MCU Firmware
Reason: You may have forgotten to connect the MX3.0 16P cable, or it may not be connected firmly. Solution: Make sure the MX3.0 16P cable is connected and secure.
Refer to Klipper document: https://www.klipper3d.org/Resonance_Compensation.html
If you are having problems with your Catalyst wifi, please fix using the following solution.
SSH into the Catalyst, and run the following command sudo nano /etc/network/interfaces
Once you have run the command, add the following lines
auto wlan0
iface wlan0 inet dhcp
wpa-ssid Your Network Name Here
wpa-psk Your Password Goes Here
example if your wifi name is fysetcwifi and password was ItRocks:
auto wlan0
iface wlan0 inet dhcp
wpa-ssid fysetcwifi
wpa-psk ItRocks
Voron community: https://discord.gg/voron FYSETC Facebook group: https://www.facebook.com/groups/238970713918171 FYSETC Discord: https://discord.gg/T3XcJPgr