From 68e9a495dd49dc46f984858a45102925eef1e274 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 2 Aug 2020 16:22:59 -0400 Subject: config: Minor updates to printer-creality-ender3-v2-2020.cfg Signed-off-by: Kevin O'Connor --- config/printer-creality-ender-3-v2-2020.cfg | 88 ---------------------------- config/printer-creality-ender3-v2-2020.cfg | 90 +++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+), 88 deletions(-) delete mode 100644 config/printer-creality-ender-3-v2-2020.cfg create mode 100644 config/printer-creality-ender3-v2-2020.cfg (limited to 'config') diff --git a/config/printer-creality-ender-3-v2-2020.cfg b/config/printer-creality-ender-3-v2-2020.cfg deleted file mode 100644 index c60bdb4f..00000000 --- a/config/printer-creality-ender-3-v2-2020.cfg +++ /dev/null @@ -1,88 +0,0 @@ -# This file contains pin mappings for the stock 2020 Creality -# Ender 3 V2. To use this config, the firmware should be compiled -# for the STM32F103 with a 28KiB bootloader. To use the front USB -# port for communication, select serial port USART1. - -# If you prefer a direct serial connection, USART3 is broken out -# on the 10 pin IDC cable used for the LCD module as follows: -# 3: Tx, 4: Rx, 9: GND, 10: VCC - -# Flash this firmware by copying "out/klipper.bin" to a SD card and -# turning on the printer with the card inserted. The firmware -# filename must end in ".bin" and must not match the last filename -# that was flashed. - -# See the example.cfg file for a description of available parameters. - -[stepper_x] -step_pin: PC2 -dir_pin: PB9 -enable_pin: !PC3 -step_distance: .0125 -endstop_pin: ^PA5 -position_endstop: 0 -position_max: 235 -homing_speed: 50 - -[stepper_y] -step_pin: PB8 -dir_pin: PB7 -enable_pin: !PC3 -step_distance: .0125 -endstop_pin: ^PA6 -position_endstop: 0 -position_max: 235 -homing_speed: 50 - -[stepper_z] -step_pin: PB6 -dir_pin: !PB5 -enable_pin: !PC3 -step_distance: .0025 -endstop_pin: ^PA7 -position_endstop: 0.0 -position_max: 250 - -[extruder] -max_extrude_only_distance: 100.0 -step_pin: PB4 -dir_pin: PB3 -enable_pin: !PC3 -step_distance: 0.010752 -nozzle_diameter: 0.400 -filament_diameter: 1.750 -heater_pin: PA1 -sensor_type: EPCOS 100K B57560G104F -sensor_pin: PC5 -control: pid -# tuned for stock hardware with 200 degree Celsius target -pid_Kp: 21.527 -pid_Ki: 1.063 -pid_Kd: 108.982 -min_temp: 0 -max_temp: 250 - -[heater_bed] -heater_pin: PA2 -sensor_type: EPCOS 100K B57560G104F -sensor_pin: PC4 -control: pid -# tuned for stock hardware with 50 degree Celsius target -pid_Kp: 54.027 -pid_Ki: 0.770 -pid_Kd: 948.182 -min_temp: 0 -max_temp: 130 - -[fan] -pin: PA0 - -[mcu] -serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 - -[printer] -kinematics: cartesian -max_velocity: 300 -max_accel: 3000 -max_z_velocity: 5 -max_z_accel: 100 diff --git a/config/printer-creality-ender3-v2-2020.cfg b/config/printer-creality-ender3-v2-2020.cfg new file mode 100644 index 00000000..4dee7b6f --- /dev/null +++ b/config/printer-creality-ender3-v2-2020.cfg @@ -0,0 +1,90 @@ +# This file contains pin mappings for the stock 2020 Creality Ender 3 +# V2. To use this config, during "make menuconfig" select the +# STM32F103 with a "28KiB bootloader" and with "Use USB for +# communication" disabled. + +# If you prefer a direct serial connection, in "make menuconfig" +# select "Enable extra low-level configuration options" and select the +# USART3 serial port, which is broken out on the 10 pin IDC cable used +# for the LCD module as follows: +# 3: Tx, 4: Rx, 9: GND, 10: VCC + +# Flash this firmware by copying "out/klipper.bin" to a SD card and +# turning on the printer with the card inserted. The firmware +# filename must end in ".bin" and must not match the last filename +# that was flashed. + +# See the example.cfg file for a description of available parameters. + +[stepper_x] +step_pin: PC2 +dir_pin: PB9 +enable_pin: !PC3 +step_distance: .0125 +endstop_pin: ^PA5 +position_endstop: 0 +position_max: 235 +homing_speed: 50 + +[stepper_y] +step_pin: PB8 +dir_pin: PB7 +enable_pin: !PC3 +step_distance: .0125 +endstop_pin: ^PA6 +position_endstop: 0 +position_max: 235 +homing_speed: 50 + +[stepper_z] +step_pin: PB6 +dir_pin: !PB5 +enable_pin: !PC3 +step_distance: .0025 +endstop_pin: ^PA7 +position_endstop: 0.0 +position_max: 250 + +[extruder] +max_extrude_only_distance: 100.0 +step_pin: PB4 +dir_pin: PB3 +enable_pin: !PC3 +step_distance: 0.010752 +nozzle_diameter: 0.400 +filament_diameter: 1.750 +heater_pin: PA1 +sensor_type: EPCOS 100K B57560G104F +sensor_pin: PC5 +control: pid +# tuned for stock hardware with 200 degree Celsius target +pid_Kp: 21.527 +pid_Ki: 1.063 +pid_Kd: 108.982 +min_temp: 0 +max_temp: 250 + +[heater_bed] +heater_pin: PA2 +sensor_type: EPCOS 100K B57560G104F +sensor_pin: PC4 +control: pid +# tuned for stock hardware with 50 degree Celsius target +pid_Kp: 54.027 +pid_Ki: 0.770 +pid_Kd: 948.182 +min_temp: 0 +max_temp: 130 + +[fan] +pin: PA0 + +[mcu] +serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 + +[printer] +kinematics: cartesian +max_velocity: 300 +max_accel: 3000 +max_z_velocity: 5 +max_z_accel: 100 -- cgit v1.2.3-70-g09d2