Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [virtual_sdcard]
- path: ~/gcode_files
- [display_status]
- [pause_resume]
- [stepper_x]
- step_pin: PB13
- dir_pin: PB12
- enable_pin: !PB14
- microsteps: 16
- rotation_distance: 40
- endstop_pin: ^PC0
- position_endstop: 0
- position_max: 250
- homing_speed: 50
- [tmc2209 stepper_x]
- uart_pin: PC11
- tx_pin: PC10
- uart_address: 0
- run_current: 0.580
- hold_current: 0.500
- stealthchop_threshold: 999999
- [stepper_y]
- step_pin: PB10
- dir_pin: !PB2
- enable_pin: !PB11
- microsteps: 16
- rotation_distance: 40
- endstop_pin: ^PC1
- position_endstop: 150
- position_max: 150
- homing_speed: 50
- [tmc2209 stepper_y]
- uart_pin: PC11
- tx_pin: PC10
- uart_address: 2
- run_current: 0.580
- hold_current: 0.500
- stealthchop_threshold: 999999
- [stepper_z]
- step_pin: PB0
- dir_pin: PC5
- enable_pin: !PB1
- microsteps: 16
- rotation_distance: 1.588
- endstop_pin: probe:z_virtual_endstop
- position_max: 150
- position_min: -5
- [tmc2209 stepper_z]
- uart_pin: PC11
- tx_pin: PC10
- uart_address: 1
- run_current: 0.580
- hold_current: 0.500
- stealthchop_threshold: 999999
- [probe]
- pin: ^PC2
- x_offset: 25
- speed: 5.0
- samples: 3
- sample_retract_dist: 5.0
- lift_speed:5
- samples_result: average
- [safe_z_home]
- home_xy_position: 117.5,75
- speed: 50
- z_hop: 5
- z_hop_speed: 5
- [bed_mesh]
- speed: 120
- algorithm: bicubic
- horizontal_move_z: 5
- mesh_min: 25,10
- mesh_max: 235, 150
- probe_count: 8,4
- fade_start: 1
- fade_end: 10
- [heater_fan extruder]
- pin: PC7
- heater: extruder
- [fan]
- pin: PC6
- [mcu]
- serial: /dev/serial/by-id/usb-Klipper_stm32f103xe_37FFD8055358353212800943-if00
- [mcu rpi]
- serial: /tmp/klipper_host_mcu
- [adxl345]
- cs_pin: rpi:None
- [resonance_tester]
- accel_chip: adxl345
- probe_points:
- 100, 100, 20 # an example
- [input_shaper]
- shaper_freq_x: 29.6
- shaper_type_x: mzv
- shaper_freq_y: 46.4
- shaper_type_y: 2hump_ei
- [printer]
- max_accel: 3000 # should not exceed the estimated max_accel for X and Y axes
- [printer]
- kinematics: cartesian
- max_velocity: 100
- max_accel: 1000
- max_z_velocity: 5
- max_z_accel: 100
- [static_digital_output usb_pullup_enable]
- pins: !PA14
- [board_pins]
- aliases:
- # EXP1 header
- EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>,
- EXP1_2=PA15, EXP1_4=<RST>, EXP1_6=PB9, EXP1_8=PB15, EXP1_10=<5V>
- [include heaters.cfg]
- [include macros.cfg]
- #*# <---------------------- SAVE_CONFIG ---------------------->
- #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
- #*#
- #*# [bed_mesh default]
- #*# version = 1
- #*# points =
- #*# -0.390052, -0.381451, -0.364413, -0.334969, -0.333315, -0.325044, -0.317269, -0.315119
- #*# -0.231253, -0.209914, -0.197011, -0.181462, -0.159131, -0.148048, -0.139115, -0.122078
- #*# -0.081550, -0.072453, -0.055745, -0.043339, -0.030106, -0.009263, 0.005128, 0.026797
- #*# 0.119265, 0.130514, 0.153341, 0.175342, 0.187086, 0.216861, 0.246636, 0.260697
- #*# tension = 0.2
- #*# min_x = 25.0
- #*# algo = bicubic
- #*# y_count = 4
- #*# mesh_y_pps = 2
- #*# min_y = 10.0
- #*# x_count = 8
- #*# max_y = 149.97
- #*# mesh_x_pps = 2
- #*# max_x = 235.0
- #*#
- #*# [extruder]
- #*# control = pid
- #*# pid_kp = 38.149
- #*# pid_ki = 3.853
- #*# pid_kd = 94.420
- #*#
- #*# [heater_bed]
- #*# control = pid
- #*# pid_kp = 65.560
- #*# pid_ki = 0.665
- #*# pid_kd = 1615.231
- #*#
- #*# [probe]
- #*# z_offset = 0.570
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement