makerbase-mks / RepRapFirmware-for-MKS-Boards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RepRapFirmware-for-MKS-Boards

This is a cloned version from https://github.com/gloomyandy/RepRapFirmware. And we want to make it support some MKS boards. So far, it has supported MKS Robin Nano V3 board, and please notice:

  1. You should use MKS Robin Wifi at the same time, which uses spi connection with the Nano V3.
  2. Using on MKS Robin Nano V3, you cannot display with the MKS TS35 so far, but only the 4.3/5.0/7.0 inch serial LCD like the Duet2Wifi board.
  3. Just like gloomyandy reminded, this firmware is experimental and is likely to contain bugs - Use at your own risk.

Using on MKS Robin Nano V3

Update Mainboard bootloader

The original bootloader on Nano V3 does not support RRF, so the BootLoader needs to be updated first. This is only a one-time step. The updated BootLoader will support both Marlin firmware and RRF firmware. Copy all the booloader files to the TF card, insert the card into the motherboard, then power on and wait the update to be finished.

Update mainboard RRF firmware

Copy all the released files and folders to the TF card, then power on until the “FAN1” light on the motherboard flashes, which means update RRF firmware complete.

Wifi firmware update and wifi configuration

  1. make sure that the wifi firmware "DuetWiFiServer.bin" is in the firmware folder of TF card. Use the Pronterface or other host on PC to connect to the motherboard, and then send the command:

    M997 S1

to update the wifi firmware. The firmware update process will display the update progress on the Pronterface.

  1. Wifi name and wifi password settings, send the command :

    M587 S "wifi name" P "wifi password"

Modify wifi name and wifi password according to your actual situation.

  1. Wfi IP query, the host computer sends instructions:

    M552 S1

  2. Web page control connection, enter the IP in the browser to login

  3. Enter the login password, which is set in the configuration file: release firmware/rrf_v3.2/sys/config.g

For more usage and configuration, please refer to the WIKI or Using Manual.

Note

About

License:GNU General Public License v3.0


Languages

Language:C 85.9%Language:G-code 10.7%Language:C++ 1.6%Language:Assembly 0.9%Language:HTML 0.8%Language:Python 0.0%Language:Makefile 0.0%Language:CMake 0.0%Language:Processing 0.0%Language:GAP 0.0%Language:Go 0.0%Language:Shell 0.0%Language:Perl 0.0%Language:Batchfile 0.0%