Adjusted printer.cfg structure.

This commit is contained in:
Bassam Husain
2023-01-24 04:48:45 -05:00
parent 9cb4466dad
commit a4c73c0f79
2 changed files with 62 additions and 53 deletions

View File

@@ -135,6 +135,37 @@ interpolate: False
sense_resistor: 0.150
uart_address: 3
#####################################################################
# Probe Related
#####################################################################
[probe]
pin: PB1
x_offset: 27
y_offset: -20
z_offset: 0
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
horizontal_move_z: 5
mesh_min: 30, 23
mesh_max: 214, 214
probe_count: 25
algorithm: bicubic
fade_start: 1
fade_end: 10
fade_target: 0
#####################################################################
# Misc
#####################################################################
@@ -178,33 +209,6 @@ max_temp: 130
[fan]
pin: PA0
[probe]
pin: PB1
x_offset: 27
y_offset: -20
z_offset: 0
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
horizontal_move_z: 5
mesh_min: 30, 23
mesh_max: 214, 214
probe_count: 25
algorithm: bicubic
fade_start: 1
fade_end: 10
fade_target: 0
[display]
lcd_type: st7920
cs_pin: PB12