aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-creality-ender6-2020.cfg
diff options
context:
space:
mode:
authorSean McGroty <sean@darkon.net>2020-12-21 10:49:38 -0500
committerGitHub <noreply@github.com>2020-12-21 10:49:38 -0500
commitc1ac6a6f6af4cabf353bb7266a6edcd98a0b6157 (patch)
tree176e80c65f842d379a82ce24c681abb42b6d8726 /config/printer-creality-ender6-2020.cfg
parent5ccc17042c03667e41abf770b3087294a4f78810 (diff)
downloadkutter-c1ac6a6f6af4cabf353bb7266a6edcd98a0b6157.tar.gz
kutter-c1ac6a6f6af4cabf353bb7266a6edcd98a0b6157.tar.xz
kutter-c1ac6a6f6af4cabf353bb7266a6edcd98a0b6157.zip
Add Creality Ender 6 configuration (#3661)
Signed-off-by: Sean McGroty <sean@darkon.net>
Diffstat (limited to 'config/printer-creality-ender6-2020.cfg')
-rw-r--r--config/printer-creality-ender6-2020.cfg125
1 files changed, 125 insertions, 0 deletions
diff --git a/config/printer-creality-ender6-2020.cfg b/config/printer-creality-ender6-2020.cfg
new file mode 100644
index 00000000..d35426ab
--- /dev/null
+++ b/config/printer-creality-ender6-2020.cfg
@@ -0,0 +1,125 @@
+# This file contains pin mappings for the stock 2020 Creality Ender 6.
+# To use this config, during "make menuconfig" select the
+# STM32F103 with a "28KiB bootloader" and with "Use USB for
+# communication" disabled.
+
+# Because this printer has factory wiring, mounts, and firmware for
+# a BLTouch, but does not ship with one at this time, default values
+# for the sensor have been specified, but disabled, in anticipation of
+# future revisions or user modification. User should take care to
+# customize the offsets, particularly z-offset, for their specific unit.
+
+# 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 docs/Config_Reference.md for a description of parameters.
+
+[stepper_x]
+step_pin: PB8
+dir_pin: PB7
+enable_pin: !PC3
+microsteps: 16
+rotation_distance: 40
+endstop_pin: ^PA5
+position_endstop: 260
+position_max: 260
+homing_speed: 50
+
+[stepper_y]
+step_pin: PC2
+dir_pin: !PB9
+enable_pin: !PC3
+microsteps: 16
+rotation_distance: 40
+endstop_pin: ^PA6
+position_endstop: 260
+position_max: 260
+homing_speed: 50
+
+[stepper_z]
+step_pin: PB6
+dir_pin: PB5
+enable_pin: !PC3
+microsteps: 16
+rotation_distance: 8
+position_endstop: 0.0 # disable to use BLTouch
+endstop_pin: ^PA7 # disable to use BLTouch
+# endstop_pin: probe:z_virtual_endstop # enable to use BLTouch
+# position_min: -5 # enable to use BLTouch
+position_max: 400
+
+# [safe_z_home] # enable for BLTouch
+# home_xy_position: 150.7, 137
+# speed: 100
+# z_hop: 10
+# z_hop_speed: 5
+
+# [bltouch] # enable for BLTouch
+# sensor_pin: ^PB1
+# control_pin: PB0
+# x_offset: 20.7
+# y_offset: 7
+# z_offset: 2.4
+# speed: 3.0
+
+# [bed_mesh] # enable for BLTouch
+# speed: 100
+# mesh_min: 10, 10
+# mesh_max: 250, 250
+# algorithm: bicubic
+# probe_count: 5,5
+
+[extruder]
+max_extrude_only_distance: 1000.0
+step_pin: PB4
+dir_pin: !PB3
+enable_pin: !PC3
+microsteps: 16
+rotation_distance: 22.857
+nozzle_diameter: 0.400
+filament_diameter: 1.750
+heater_pin: PA1
+sensor_type: EPCOS 100K B57560G104F
+sensor_pin: PC5
+control: pid
+pid_Kp: 26.949
+pid_Ki: 1.497
+pid_Kd: 121.269
+min_temp: 0
+max_temp: 260
+
+[heater_bed]
+heater_pin: PA2
+sensor_type: EPCOS 100K B57560G104F
+sensor_pin: PC4
+control: pid
+pid_Kp: 327.11
+pid_Ki: 19.20
+pid_Kd: 1393.45
+min_temp: 0
+max_temp: 100
+
+[fan]
+pin: PA0
+
+[filament_switch_sensor e0_sensor]
+switch_pin: PA4
+
+[mcu]
+serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
+restart_method: command
+
+[printer]
+kinematics: corexy
+max_velocity: 500
+max_accel: 2000
+max_z_velocity: 10
+max_z_accel: 100