mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Fixed imports.
This commit is contained in:
19
printer.cfg
19
printer.cfg
@@ -7,17 +7,18 @@
|
|||||||
#
|
#
|
||||||
# See https://www.klipper3d.org/Config_Reference.html for configuration reference.
|
# See https://www.klipper3d.org/Config_Reference.html for configuration reference.
|
||||||
|
|
||||||
[include ./macros/macros.cfg]
|
[include ./cfgs/macros.cfg]
|
||||||
[include ./macros/TEST_SPEED.cfg]
|
[include ./cfgs/TEST_SPEED.cfg]
|
||||||
[include ./macros/PARKING.cfg]
|
[include ./cfgs/PARKING.cfg]
|
||||||
[include ./macros/MECHANICAL_GANTRY_CALIBRATION.cfg]
|
[include ./cfgs/MECHANICAL_GANTRY_CALIBRATION.cfg]
|
||||||
[include ./macros/beeper.cfg]
|
[include ./cfgs/beeper.cfg]
|
||||||
# Uncomment the ONE of the following lines if you're using an adxl345
|
|
||||||
# [include ./marcros/adxl-rp2040.cfg]
|
# NOTE Uncomment the ONE of the following lines if you're using an adxl345
|
||||||
# [include ./macros/adxl-direct.cfg]
|
# [include ./cfgs/adxl-rp2040.cfg]
|
||||||
|
# [include ./cfgs/adxl-direct.cfg]
|
||||||
|
|
||||||
[mcu]
|
[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
|
serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
|
||||||
restart_method: command
|
restart_method: command
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user