From efa7fc378ec89c435375d8951d19559e589fa956 Mon Sep 17 00:00:00 2001 From: Bassam Husain <61985779+bassamanator@users.noreply.github.com> Date: Sat, 7 Jan 2023 03:57:25 -0500 Subject: [PATCH] Renamed some .cfg files. --- ...ical_level_tmc2209.cfg => MECHANICAL_GANTRY_CALIBRATION.cfg | 0 klipper-printer-sovol-sv06.cfg | 3 ++- macros.cfg | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) rename mechanical_level_tmc2209.cfg => MECHANICAL_GANTRY_CALIBRATION.cfg (100%) diff --git a/mechanical_level_tmc2209.cfg b/MECHANICAL_GANTRY_CALIBRATION.cfg similarity index 100% rename from mechanical_level_tmc2209.cfg rename to MECHANICAL_GANTRY_CALIBRATION.cfg diff --git a/klipper-printer-sovol-sv06.cfg b/klipper-printer-sovol-sv06.cfg index c9b1071..4444f1e 100644 --- a/klipper-printer-sovol-sv06.cfg +++ b/klipper-printer-sovol-sv06.cfg @@ -12,7 +12,8 @@ [include macros.cfg] [include TEST_SPEED.cfg] -[include mechanical_level_tmc2209.cfg] +[include PARKING.cfg] +[include MECHANICAL_GANTRY_CALIBRATION.cfg] [mcu] ##################################################################### diff --git a/macros.cfg b/macros.cfg index fc1b8ed..73cc7c7 100644 --- a/macros.cfg +++ b/macros.cfg @@ -14,6 +14,7 @@ gcode: G92 E0.0 ; reset extruder G1 Z2.0 ; move nozzle to prevent scratch +# DELETEME # [gcode_macro CANCEL_PRINT] # description: Cancel the actual running print # rename_existing: CANCEL_PRINT_BASE