CR-30: Difference between revisions

From www.evillabs.net
Jump to navigation Jump to search
(Created page with "= CR-30 Belt Printer = File:CR-30.jpg The [https://www.creality.com/goods-detail/creality-3dprintmill-3d-printer Creality CR-30] is a belt printer. == KlipperWRT Setup...")
 
Line 17: Line 17:
</nowiki>
</nowiki>


2. Copy this [[File:klipper.bin]] file to your SD card, and power cycle your printer.
2. Copy this [[Media:klipper.bin]] file to your SD card, and power cycle your printer.
   a. Firmware update takes approx 30s
   a. Firmware update takes approx 30s
   b. Your screen will remain blank - this is normal
   b. Your screen will remain blank - this is normal
Line 23: Line 23:
3. Use the following printer.cfg to configure klipper: (in ~/klipper_config/ for the KlipperWRT setup, or upload via Fluidd/Mainsail)
3. Use the following printer.cfg to configure klipper: (in ~/klipper_config/ for the KlipperWRT setup, or upload via Fluidd/Mainsail)


[[File:cr30-printer.cfg]]
[[Media:cr30-printer.cfg]]


4. Use `service klipper restart` on the Creality Box SSH console, or via the Fluidd/Mainsail interface
4. Use `service klipper restart` on the Creality Box SSH console, or via the Fluidd/Mainsail interface

Revision as of 08:45, 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

1. Check out Klipper at git hash d619796495d24d4e4c3e6b9bf2b5842db18b1c01

$ git clone https://github.com/KevinOConnor/klipper
$ git checkout -b ${USER}/cr30 d619796495d24d4e4c3e6b9bf2b5842db18b1c01

2. Copy this Media:klipper.bin file to your SD card, and power cycle your printer.

  a. Firmware update takes approx 30s
  b. Your screen will remain blank - this is normal

3. Use the following printer.cfg to configure klipper: (in ~/klipper_config/ for the KlipperWRT setup, or upload via Fluidd/Mainsail)

Media:cr30-printer.cfg

4. Use `service klipper restart` on the Creality Box SSH console, or via the Fluidd/Mainsail interface