Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [stepper_x]
- step_pin: PB13
- dir_pin: !PB12
- enable_pin: !PB14
- step_distance: .0125
- endstop_pin: ^PC0
- position_endstop: 0
- position_max: 235
- homing_speed: 50
- [tmc2209 stepper_x]
- uart_pin: PB15
- microsteps: 16
- run_current: 0.580
- hold_current: 0.500
- stealthchop_threshold: 250
- [stepper_y]
- step_pin: PB10
- dir_pin: !PB2
- enable_pin: !PB11
- step_distance: .0125
- endstop_pin: ^PC1
- position_endstop: 0
- position_max: 235
- homing_speed: 50
- [tmc2209 stepper_y]
- uart_pin: PC6
- microsteps: 16
- run_current: 0.580
- hold_current: 0.500
- stealthchop_threshold: 250
- [stepper_z]
- step_pin: PB0
- dir_pin: PC5
- enable_pin: !PB1
- step_distance: .0025
- endstop_pin: probe:z_virtual_endstop
- position_endstop: 1
- position_min: -10
- position_max: 250
- [tmc2209 stepper_z]
- uart_pin: PC10
- microsteps: 16
- run_current: 0.580
- hold_current: 0.500
- stealthchop_threshold: 5
- [extruder]
- step_pin: PB3
- dir_pin: !PB4
- enable_pin: !PD2
- step_distance: 0.0024096
- nozzle_diameter: 0.400
- filament_diameter: 1.750
- heater_pin: PC8
- sensor_type: EPCOS 100K B57560G104F
- sensor_pin: PA0
- #control: pid
- #pid_Kp: 17.10
- #pid_Ki: 1.13
- #pid_Kd: 64.77
- min_temp: 0
- max_temp: 260
- max_extrude_only_distance: 300.0
- [tmc2209 extruder]
- uart_pin: PC11
- microsteps: 16
- run_current: 0.650
- hold_current: 0.500
- stealthchop_threshold: 5
- [heater_bed]
- heater_pin: PC9
- sensor_type: ATC Semitec 104GT-2
- sensor_pin: PC3
- control: pid
- pid_Kp: 59.632
- pid_Ki: 1.250
- pid_Kd: 711.116
- min_temp: 0
- max_temp: 130
- [fan]
- pin: PA8
- kick_start_time: 0.750
- cycle_time: 0.020
- [mcu]
- baud: 250000
- serial: /dev/serial/by-id/usb-Klipper_stm32f103xe_0-if00
- [printer]
- kinematics: cartesian
- max_velocity: 300
- max_accel: 3000
- max_z_velocity: 5
- max_z_accel: 100
- square_corner_velocity: 1.0
- [static_digital_output usb_pullup_enable]
- pins: !PC13
- [board_pins]
- aliases:
- # EXP1 header
- EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>,
- EXP1_2=PB6, EXP1_4=<RST>, EXP1_6=PB9, EXP1_8=PB7, EXP1_10=<5V>
- [bltouch]
- sensor_pin: ^PC2
- control_pin: PA1
- x_offset: 49
- y_offset: 0
- z_offset: -1.36
- #pin_move_time: 0.4
- [bed_mesh]
- speed: 125
- horizontal_move_z: 5
- probe_count: 3,3
- fade_start: 1.0
- mesh_pps: 2,2
- mesh_min: 49,10
- mesh_max: 205,205
- horizontal_move_z: 8.5
- [gcode_macro G29]
- gcode:
- BED_MESH_CLEAR
- BED_MESH_CALIBRATE
- BED_MESH_OUTPUT
- [safe_z_home]
- home_xy_position: 68.5,117.5
- speed: 80.0
- z_hop: 10.0
- z_hop_speed: 10.0
- [display]
- lcd_type: st7920
- cs_pin: EXP1_7
- sclk_pin: EXP1_6
- sid_pin: EXP1_8
- encoder_pins: ^EXP1_5, ^EXP1_3
- click_pin: ^!EXP1_2
- #kill_pin: ^!EXP2_8
- [output_pin beeper]
- pin: EXP1_1
- [virtual_sdcard]
- path: ~/sdcard/
- #[web_dwc2]
- # optional - defaulting to Klipper
- #printer_name: Ender_3
- # optional - defaulting to 127.0.0.1
- #listen_adress: 0.0.0.0
- # needed - use above 1024 as nonroot user
- #listen_port: 4750
- # optional defaulting to dwc2/web. Its a folder relative to your virtual sdcard.
- #web_path: dwc2/web
- # optional - defaulting to /tmp/printer, needed in order to get dwc multi-session
- ############################
- ##### CREATED BY KIAUH #####
- ############################
- [display_status]
- [pause_resume]
- [include mainsail_macros.cfg]
- #serial_path: /tmp/printer-$printer-num
- #*# <---------------------- SAVE_CONFIG ---------------------->
- #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
- #*#
- #*# [bed_mesh default]
- #*# version = 1
- #*# points =
- #*# 0.015000, -0.085000, -0.217500
- #*# 0.070000, -0.015000, -0.112500
- #*# -0.117500, -0.100000, -0.115000
- #*# tension = 0.2
- #*# min_x = 49.0
- #*# algo = lagrange
- #*# y_count = 3
- #*# mesh_y_pps = 2
- #*# min_y = 10.0
- #*# x_count = 3
- #*# max_y = 205.0
- #*# mesh_x_pps = 2
- #*# max_x = 205.0
- #*#
- #*# [extruder]
- #*# control = pid
- #*# pid_kp = 20.816
- #*# pid_ki = 0.890
- #*# pid_kd = 121.773
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement