Merge branch 'master' into personal

This commit is contained in:
Bassam Husain
2023-02-15 00:35:57 -05:00
6 changed files with 284 additions and 187 deletions

View File

@@ -24,14 +24,11 @@ restart_method: command
[printer]
kinematics: cartesian
max_velocity: 300
max_velocity: 250
max_accel: 3000
max_z_velocity: 15
max_z_accel: 45
[force_move]
enable_force_move: True
[stepper_x]
step_pin: PC2
dir_pin: !PB9
@@ -40,7 +37,7 @@ microsteps: 32
rotation_distance: 40
endstop_pin: tmc2209_stepper_x:virtual_endstop
position_endstop: 0
position_max: 223
position_max: 223 # NOTE You can adjust this if you have more room
homing_speed: 40
homing_retract_dist: 0
@@ -62,7 +59,7 @@ microsteps: 32
rotation_distance: 40
endstop_pin: tmc2209_stepper_y:virtual_endstop
position_endstop: 0
position_max: 223
position_max: 223 # NOTE You can adjust this if you have more room
homing_speed: 40
homing_retract_dist: 0
@@ -83,8 +80,8 @@ enable_pin: !PC3
microsteps: 32
rotation_distance: 4
endstop_pin: probe:z_virtual_endstop
position_min: -3
position_max: 258
position_min: -4
position_max: 258 # NOTE You can adjust this if you have more room
homing_speed: 5
[tmc2209 stepper_z]
@@ -96,12 +93,6 @@ sense_resistor: 0.150
uart_address: 3
diag_pin: PA7
# DELETEME
# [thermistor sovol_thermistor]
# temperature1: 25
# resistance1: 94162
# beta: 4160
[extruder]
step_pin: PB4
dir_pin: !PB3
@@ -147,7 +138,7 @@ samples_tolerance: 0.01
samples_tolerance_retries: 5
[safe_z_home]
home_xy_position: 84.50, 135 # NOTE PROBE is at the center of the bed
home_xy_position: 84.50, 135 # NOTE The probe is at the center of the bed.
speed: 100.0
z_hop: 10
z_hop_speed: 15
@@ -161,7 +152,6 @@ algorithm: bicubic
fade_start: 1
fade_end: 10
fade_target: 0
# relative_reference_index: 15
[virtual_sdcard]
path: /home/pi/printer_data/gcodes
@@ -208,7 +198,7 @@ speed: 50
horizontal_move_z: 10
screw_thread: CCW-M4
# // NOTE this is the pin for the filament switch, if you have one
# NOTE this is the pin for the filament switch, if you have one
# [filament_switch_sensor fil_sensor]
# switch_pin: PA4 # "Pulled-high"
@@ -216,6 +206,9 @@ screw_thread: CCW-M4
# 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.
#*#