Added headings for sections in printer.cfg.

This commit is contained in:
Bassam Husain
2023-03-10 05:39:51 -05:00
parent 95dbb44ad2
commit 110c84f451

View File

@@ -26,6 +26,10 @@ max_accel: 3000
max_z_velocity: 15
max_z_accel: 45
#####################################################################
# X/Y/Z Stepper Settings
#####################################################################
[stepper_x]
step_pin: PC2
dir_pin: !PB9
@@ -90,6 +94,10 @@ sense_resistor: 0.150
uart_address: 3
diag_pin: PA7
#####################################################################
# Extruder
#####################################################################
[extruder]
step_pin: PB4
dir_pin: !PB3
@@ -114,6 +122,10 @@ interpolate: False
sense_resistor: 0.150
uart_address: 3
#####################################################################
# Bed Heater
#####################################################################
[heater_bed]
heater_pin: PA2
sensor_type: EPCOS 100K B57560G104F
@@ -121,6 +133,10 @@ sensor_pin: PC4
min_temp: 0
max_temp: 110
#####################################################################
# Probe Related
#####################################################################
[probe]
pin: PB1
x_offset: 27
@@ -147,6 +163,10 @@ fade_start: 1
fade_end: 10
fade_target: 0
#####################################################################
# Misc
#####################################################################
[display]
lcd_type: st7920
cs_pin: PB12