Fixed imports.

This commit is contained in:
Bassam Husain
2023-02-03 11:39:11 -05:00
parent 91bcf43ab2
commit 03a4119385

View File

@@ -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