CR-30: Difference between revisions
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...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
== Klipper Setup == | == Klipper Setup == | ||
{| 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 | |||
|} | |||
# Check out [https://github.com/KevinOConnor/klipper Klipper] at git hash 4f939c18e9ae86ef39d75b710fd1e0c72b46e927 | |||
#* <pre>git clone https://github.com/KevinOConnor/klipper</pre> | |||
</ | #* <pre>cd klipper</pre> | ||
#* <pre>git checkout -b ${USER}/cr30 4f939c18e9ae86ef39d75b710fd1e0c72b46e927</pre> | |||
# Copy the k''baudrate''.bin file to your SD card, and power cycle your printer. | |||
#* Firmware update takes approx 30s | |||
#* Your screen will remain blank - this is normal | |||
# 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) | |||
# Use `service klipper restart` on the Creality Box SSH console, or restart Klipper via the Fluidd/Mainsail interface | |||
Latest revision as of 01:16, 29 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 |
- Check out Klipper at git hash 4f939c18e9ae86ef39d75b710fd1e0c72b46e927
git clone https://github.com/KevinOConnor/klipper
cd klipper
git checkout -b ${USER}/cr30 4f939c18e9ae86ef39d75b710fd1e0c72b46e927
- 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
- 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)
- Use `service klipper restart` on the Creality Box SSH console, or restart Klipper via the Fluidd/Mainsail interface