back to klipper on the mini

This commit is contained in:
Kyle Brown 2021-10-15 21:08:46 -07:00
parent 742b29001f
commit 5d2974c20b
2 changed files with 46 additions and 12 deletions

View file

@ -4,6 +4,6 @@ gcode:
[gcode_macro REBOOT]
gcode:
RESTART
[gcode_macro REBOOT_FIRMBWARE]
[gcode_macro REBOOT_FIRMWARE]
gcode:
RESTART

View file

@ -48,8 +48,8 @@ enable_pin: !PD14
microsteps: 16
rotation_distance: 32 # 200 * 16 / 100
endstop_pin: tmc2209_stepper_y:virtual_endstop
position_endstop: -3
position_min: -3
position_endstop: -2
position_min: -4
position_max: 180
homing_speed: 50
homing_retract_dist: 0
@ -84,7 +84,7 @@ pid_Kd: 45
min_temp: 10
max_temp: 305
max_extrude_only_distance: 6000
pressure_advance: 0.24 # Polylite
#pressure_advance: 0.15 # Polylite
[tmc2209 stepper_x]
uart_pin: PD5
@ -160,6 +160,7 @@ pin: PA8
x_offset: -29
y_offset: -3
#z_offset: 0 # set this to your Live Z Offset, but negated (invert the sign)
#z_offset = 1.65
speed: 6.0
[safe_z_home]
@ -172,6 +173,7 @@ horizontal_move_z: 5
mesh_min: 10,10
mesh_max: 141,167
probe_count: 4,4
algorithm: bicubic
[filament_switch_sensor filament_sensor]
switch_pin: ^PB4
@ -184,26 +186,58 @@ restart_method: command
[printer]
kinematics: cartesian
# Prusa firmware defaults.
max_velocity: 180
max_velocity: 350
square_corner_velocity: 5.0
max_accel: 3250
#max_accel_to_decel: 2500
max_accel_to_decel: 2500
max_z_velocity: 30
max_z_accel: 400
#[display]
#lcd_type: st7789v
#spi_bus: spi2a
#rst_pin: PC8
#cs_pin: PC9
#rs_pin: PD11
#encoder_pins: ^PE13, ^PE15
#click_pin: ^!PE12
[screws_tilt_adjust]
screw1: 90,91.5
screw1_name: center screw
screw2: 5,7
screw2_name: front left screw
screw3: 90,11
screw3_name: front center screw
screw4: 175,6
screw4_name: front right screw
screw5: 170,92
screw5_name: center right screw
screw6: 175,175.3
screw6_name: rear right screw
screw7: 91,171.3
screw7_name: rear center screw
screw8: 5,176.3
screw8_name: rear left screw
screw9: 10,91
screw9_name: center left screw
horizontal_move_z: 4.25
speed: 50
screw_thread: CCW-M3
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.118750, 0.028750, 0.055000, 0.021250
#*# -0.085000, 0.042500, 0.040000, 0.225000
#*# 0.022500, 0.118750, 0.203750, 0.417500
#*# -0.050000, 0.138750, 0.356250, 0.561250
#*# -0.008750, -0.017500, -0.017500, -0.073750
#*# -0.190000, 0.045000, 0.058750, 0.143750
#*# -0.098750, 0.086250, 0.188750, 0.332500
#*# -0.062500, 0.110000, 0.275000, 0.460000
#*# tension = 0.2
#*# min_x = 10.0
#*# algo = lagrange
#*# algo = bicubic
#*# y_count = 4
#*# mesh_y_pps = 2
#*# min_y = 10.0
@ -213,4 +247,4 @@ max_z_accel: 400
#*# max_x = 140.98
#*#
#*# [probe]
#*# z_offset = 0.970
#*# z_offset = 1.500