mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-09 05:51:15 +00:00
Merge branch 'personal'
This commit is contained in:
27
printer.cfg
27
printer.cfg
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user