Copy pasted original (roughly) to resolve OOR issue.

This commit is contained in:
Bassam Husain
2023-01-26 02:08:39 -05:00
parent d525f32516
commit 1bc01107e6

View File

@@ -31,10 +31,6 @@ max_z_velocity: 5
max_z_accel: 100
# square_corner_velocity: 6.0
#####################################################################
# X/Y Stepper Settings
#####################################################################
[stepper_x]
step_pin: PC2
dir_pin: !PB9
@@ -79,10 +75,6 @@ uart_address: 3
driver_SGTHRS: 82
diag_pin: PA6
#####################################################################
# Z Stepper Settings
#####################################################################
[stepper_z]
step_pin: PB6
dir_pin: !PB5
@@ -103,9 +95,10 @@ sense_resistor: 0.150
uart_address: 3
diag_pin: PA7
#####################################################################
# Extruder
#####################################################################
[thermistor sovol_thermistor]
temperature1: 25
resistance1: 94162
beta: 4160
[extruder]
step_pin: PB4
@@ -130,65 +123,6 @@ interpolate: False
sense_resistor: 0.150
uart_address: 3
#####################################################################
# Probe Related
#####################################################################
[probe]
pin: PB1
x_offset: 27
y_offset: -20
z_offset: 1.5
speed: 7
samples: 3
samples_tolerance: 0.01
samples_tolerance_retries: 10
[safe_z_home]
home_xy_position: 83,90
speed: 60.0
z_hop: 10
z_hop_speed: 5
[bed_mesh]
speed: 120
mesh_min: 27, 26
mesh_max: 193, 203
probe_count: 5,5
algorithm: bicubic
fade_start: 1
fade_end: 10
fade_target: 0
#####################################################################
# Misc
#####################################################################
# [input_shaper]
# shaper_freq_x: 46.948
# shaper_type_x: mzv
# shaper_freq_y: 52.493
# shaper_type_y: mzv
# shaper_type: ei
[virtual_sdcard]
path: /home/pi/printer_data/gcodes
[temperature_sensor mcu_temp]
sensor_type: temperature_mcu
min_temp: 25
max_temp: 80
[temperature_sensor raspberry_pi]
sensor_type: temperature_host
min_temp: 25
max_temp: 80
[thermistor sovol_thermistor]
temperature1: 25
resistance1: 94162
beta: 4160
[heater_bed]
heater_pin: PA2
sensor_type: EPCOS 100K B57560G104F
@@ -199,6 +133,37 @@ max_temp: 110
[fan]
pin: PA0
[probe]
pin: PB1
x_offset: 28
y_offset: -20
# z_offset: 0
samples: 2
samples_tolerance: 0.015
samples_tolerance_retries: 5
[safe_z_home]
home_xy_position: 85,135
speed: 60.0
z_hop: 10
z_hop_speed: 5
[bed_mesh]
speed: 120
horizontal_move_z: 5
# mesh_min: 27, 26
# mesh_max: 193, 203
mesh_min: 28, 20
mesh_max: 210, 205
probe_count: 10
algorithm: bicubic
fade_start: 1
fade_end: 10
fade_target: 0
[virtual_sdcard]
path: /home/pi/printer_data/gcodes
[display]
lcd_type: st7920
cs_pin: PB12