Skip to content

jgarder/Cr10spro-Klipper

Repository files navigation

Klipper for Stock 2019ish Cr10S pro (v1?)

Creality Cr10S-Pro (V1) with Klipper. This will hold general installation and config

  1. Get Printer

  2. get laptop

  3. install debian

  4. install KiAUH

  5. compile klipper for your mcu which should be a mega ramps board stock.

  6. find serial port with terminal command : ls /dev/serial/by-id/* if your using ubuntu and cannot find your MCU path

  7. run "make menuconfig", setup for the mcu Mega at2560 .

  8. "make flash" works and uploads using the serial port.

  9. copy over klipper_config files. Printer.Cfg you should Take special care of. Your new Printer.cfg will need to have all includes which contains all pinouts to control printer as well as macros for calibration and setup

  10. verify all printer components and tune extruder/Bed PID

  11. Setup Extruder Steps (if Not Stock)

  12. Setup ZOffset/probe calibrate

  13. testprint

  14. Setup pressure advance

  15. Every Pres_adv change retune retraction (click here for FW_retract tuning which i recommend)

  16. setup the Rpi to ALSO be a secondary MCU for resonance testing

  17. Check your Resonance

  18. Check resonance to check belt tension on coreXY machines

  19. testprint

  20. setup Start and end Gcodes (also check the included ones)

  21. enjoy

some commands used to get everything setup

sudo apt-get install git -y cd ~/klipper/ make menuconfig make ls /dev/serial/by-id/* sudo service klipper stop cd ~ git clone https://github.com/th33xitus/kiauh.git ./kiauh/kiauh.sh

PID_CALIBRATE HEATER=extruder TARGET=170 PID_CALIBRATE HEATER=heater_bed TARGET=60

SHAPER_CALIBRATE

~/klipper/scripts/calibrate_shaper.py /tmp/calibration_data_x*.csv -o /tmp/shaper_calibrate_x.png ~/klipper/scripts/calibrate_shaper.py /tmp/calibration_data_y*.csv -o /tmp/shaper_calibrate_y.png

TUNING_TOWER COMMAND=SET_RETRACTION PARAMETER=RETRACT_LENGTH START=0 FACTOR=0.05 #this test will test retract length from 0 to 5 on a 20mm tower

##sources

  1. GREAT klipper print tuning guide i found after doing all this

if your using ubuntu and cannot find your MCU path

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published