Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 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 serial (on USART1 PA10/PA9)
- # communication.
- # If you prefer a direct serial connection, in "make menuconfig"
- # select "Enable extra low-level configuration options" and select
- # serial (on USART3 PB11/PB10), 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: PC2
- dir_pin: !PB9
- enable_pin: !PC3
- microsteps: 16
- rotation_distance: 40
- endstop_pin: ^PA5
- position_endstop: 220
- position_max: 220
- position_min: 0
- homing_speed: 40
- homing_positive_dir: true
- [stepper_y]
- step_pin: PB8
- dir_pin: !PB7
- enable_pin: !PC3
- microsteps: 16
- rotation_distance: 40
- endstop_pin: ^PA6
- position_endstop: 0
- position_max: 220
- position_min: 0
- homing_speed: 40
- homing_positive_dir: false
- [stepper_z]
- step_pin: PB6
- dir_pin: !PB5
- enable_pin: !PC3
- microsteps: 16
- rotation_distance: 40
- endstop_pin: probe:z_virtual_endstop
- position_max: 220
- homing_speed: 40
- position_min:-8
- [homing_override]
- axes: z
- set_position_z: 0
- gcode:
- G90
- G0 Z5 F500
- G28 X0 Y0
- G0 X110 Y110 F9000
- G28 Z0
- G0 Z5 F500
- [extruder]
- max_extrude_only_distance: 150.0
- step_pin: PB4
- dir_pin: PB3
- enable_pin: !PC3
- microsteps: 16
- rotation_distance: 34.37086
- gear_ratio: 7.5:1
- full_steps_per_rotation: 200
- 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: 10
- max_temp: 260
- min_extrude_temp: 10
- [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
- restart_method: command
- [printer]
- kinematics: corexz
- max_velocity: 200
- max_accel: 2000
- max_accel_to_decel: 1000
- max_z_velocity: 50
- max_z_accel: 1000
- square_corner_velocity: 4.0
- [pause_resume]
- recover_velocity: 50
- [probe]
- pin: ^PB1
- x_offset: 0.0
- y_offset: 25.0
- z_offset: 1.85
- speed: 40
- [bed_mesh]
- speed: 120
- horizontal_move_z: 5
- mesh_min: 15, 25
- mesh_max: 202, 205
- probe_count: 5,5
- mesh_pps: 2,3
- algorithm: bicubic
- [screws_tilt_adjust]
- screw1: 78,40
- screw1_name: front left screw
- screw2: 250,40
- screw2_name: front right screw
- screw3: 250,205
- screw3_name: rear right screw
- screw4: 78,205
- screw4_name: rear left screw
- horizontal_move_z: 10
- speed: 50
- screw_thread: CW-M4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement