Merge branch 'personal'

This commit is contained in:
Bassam Husain
2023-02-03 12:39:27 -05:00
2 changed files with 129 additions and 8 deletions

View File

@@ -7,17 +7,18 @@
#
# See https://www.klipper3d.org/Config_Reference.html for configuration reference.
[include ./macros/macros.cfg]
[include ./macros/PARKING.cfg]
[include ./macros/MECHANICAL_GANTRY_CALIBRATION.cfg]
[include ./macros/beeper.cfg] # NOTE Comment out this line if you want to silenct your printer.
[include ./cfgs/macros.cfg]
[include ./cfgs/TEST_SPEED.cfg]
[include ./cfgs/PARKING.cfg]
[include ./cfgs/MECHANICAL_GANTRY_CALIBRATION.cfg]
[include ./cfgs/beeper.cfg]
# NOTE Uncomment ONE of the following lines if you're using an adxl345.
# [include ./marcros/adxl-rp2040.cfg] # ADXL345 connection via RPi Pico.
# [include ./macros/adxl-direct.cfg] # ADXL345 directly connected to the host RPi.
# NOTE Uncomment the ONE of the following lines if you're using an adxl345
# [include ./cfgs/adxl-rp2040.cfg]
# [include ./cfgs/adxl-direct.cfg]
[mcu]
# Obtain definition by "ls -l /dev/serial/by-id/"
# NOTE Obtain definition by "ls -l /dev/serial/by-id/"
serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
restart_method: command
@@ -160,6 +161,16 @@ fade_target: 0
[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
[display]
lcd_type: st7920
cs_pin: PB12