Merge branch 'personal'

This commit is contained in:
Bassam Husain
2023-02-14 20:43:44 -05:00
4 changed files with 109 additions and 15 deletions

View File

@@ -24,10 +24,10 @@ restart_method: command
[printer]
kinematics: cartesian
max_velocity: 200 # NOTE On my printer, I have this set to 300.
max_accel: 2000 # NOTE On my printer, I have this set to 3000.
max_z_velocity: 10 # NOTE On my printer, I have this set to 15.
max_z_accel: 30 # NOTE On my printer, I have this set to 45.
max_velocity: 200
max_accel: 3000
max_z_velocity: 15
max_z_accel: 45
[stepper_x]
step_pin: PC2
@@ -81,7 +81,7 @@ microsteps: 32
rotation_distance: 4
endstop_pin: probe:z_virtual_endstop
position_min: -3
position_max: 257
position_max: 258 # NOTE You may have to adjust this
homing_speed: 5
[tmc2209 stepper_z]
@@ -138,19 +138,19 @@ pin: PB1
x_offset: 27
y_offset: -20
z_offset: 0
samples: 5
samples: 3
samples_result: median
samples_tolerance: 0.01
samples_tolerance_retries: 5
[safe_z_home]
home_xy_position: 111.50,111.50
home_xy_position: 84.50, 135 # NOTE PROBE is at the center of the bed
speed: 100.0
z_hop: 10
z_hop_speed: 15
[bed_mesh]
speed: 150
speed: 175
mesh_min: 27, 5
mesh_max: 222, 203
probe_count: 5,5
@@ -173,7 +173,32 @@ sid_pin: PB15
encoder_pins: ^PB14, ^PB10
click_pin: ^!PB2
# NOTE this is the pin for the filament switch. Uncomment next 2 lines if you're using one.
[bed_screws]
screw1: 26.5, 31
screw1_name: front left
screw2: 196.75, 31
screw2_name: front right
screw3: 196.75, 201
screw3_name: back right
screw4: 26.5, 201
screw4_name: back left
[screws_tilt_adjust]
screw1: 111.5, 116.5
screw1_name: center
screw2: 26.5, 31
screw2_name: front left
screw3: 196.75, 31
screw3_name: front right
screw4: 196.75, 201
screw4_name: back right
screw5: 26.5, 201
screw5_name: back left
speed: 50
horizontal_move_z: 10
screw_thread: CCW-M4
# NOTE this is the pin for the filament switch, if you have one
# [filament_switch_sensor fil_sensor]
# switch_pin: PA4 # "Pulled-high"
@@ -181,6 +206,9 @@ click_pin: ^!PB2
# Also see [file_manager] section in moonraker.conf.
[exclude_object]
[force_move]
enable_force_move: True
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#