CR-30: Difference between revisions

From www.evillabs.net
Jump to navigation Jump to search
 
Line 11: Line 11:
== Klipper Setup ==
== Klipper Setup ==


1. Check out [https://github.com/KevinOConnor/klipper Klipper] at git hash d619796495d24d4e4c3e6b9bf2b5842db18b1c01
{| class="wikitable"
! Package
! Baud
! Comment
|-
| [http://www.evillabs.net/cr-30/klipper_cr-30_wrt.zip klipper_cr-30_wrt.zip]
| 230400
| Klipper firmware configured for Creality Box w/KlipperWRT
|-
| [http://www.evillabs.net/cr-30/klipper_cr-30_pi.zip klipper_cr-30_pi.zip]
| 250000
| Klipper firmware configured for RaspberryPi
|}


<nowiki>$ git clone https://github.com/KevinOConnor/klipper
# Check out [https://github.com/KevinOConnor/klipper Klipper] at git hash 4f939c18e9ae86ef39d75b710fd1e0c72b46e927
$ git checkout -b ${USER}/cr30 d619796495d24d4e4c3e6b9bf2b5842db18b1c01
#* <pre>git clone https://github.com/KevinOConnor/klipper</pre>
</nowiki>
#* <pre>cd klipper</pre>
 
#* <pre>git checkout -b ${USER}/cr30 4f939c18e9ae86ef39d75b710fd1e0c72b46e927</pre>
2. Copy this [http://www.evillabs.net/cr-30/klipper.bin klipper.bin] file to your SD card, and power cycle your printer.
# Copy the k''baudrate''.bin file to your SD card, and power cycle your printer.
  a. Firmware update takes approx 30s
#* Firmware update takes approx 30s
  b. Your screen will remain blank - this is normal
#* Your screen will remain blank - this is normal
 
# Use the the '''printer.cfg''' from the archive to configure klipper
3. Use the this [http://www.evillabs.net/cr-30/printer.cfg printer.cfg] to configure klipper: (in ~/klipper_config/ for the KlipperWRT setup, or upload via Fluidd/Mainsail)
#* (in ~/klipper_config/ for the KlipperWRT setup, or upload via Fluidd/Mainsail for Pi)
 
# Use `service klipper restart` on the Creality Box SSH console, or restart Klipper via the Fluidd/Mainsail interface
4. Use `service klipper restart` on the Creality Box SSH console, or via the Fluidd/Mainsail interface

Latest revision as of 21:16, 28 May 2021

CR-30 Belt Printer

The Creality CR-30 is a belt printer.

KlipperWRT Setup

Reprogram your Creality Box with KlipperWrt using this guide.

Klipper Setup

Package Baud Comment
klipper_cr-30_wrt.zip 230400 Klipper firmware configured for Creality Box w/KlipperWRT
klipper_cr-30_pi.zip 250000 Klipper firmware configured for RaspberryPi
  1. Check out Klipper at git hash 4f939c18e9ae86ef39d75b710fd1e0c72b46e927
    • git clone https://github.com/KevinOConnor/klipper
    • cd klipper
    • git checkout -b ${USER}/cr30 4f939c18e9ae86ef39d75b710fd1e0c72b46e927
  2. Copy the kbaudrate.bin file to your SD card, and power cycle your printer.
    • Firmware update takes approx 30s
    • Your screen will remain blank - this is normal
  3. Use the the printer.cfg from the archive to configure klipper
    • (in ~/klipper_config/ for the KlipperWRT setup, or upload via Fluidd/Mainsail for Pi)
  4. Use `service klipper restart` on the Creality Box SSH console, or restart Klipper via the Fluidd/Mainsail interface