From 119c3134340b282f80eae007ae9328ad4dcd2d81 Mon Sep 17 00:00:00 2001 From: bassamanator Date: Mon, 27 Feb 2023 21:43:44 -0500 Subject: [PATCH] NOTE: users SHOULD pull in these changes. Removed test_speed.cfg import; macro is not ready for use. --- cfgs/TEST_SPEED.cfg | 1 + printer.cfg | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/cfgs/TEST_SPEED.cfg b/cfgs/TEST_SPEED.cfg index 25d8256..bfda9e2 100644 --- a/cfgs/TEST_SPEED.cfg +++ b/cfgs/TEST_SPEED.cfg @@ -1,3 +1,4 @@ +# NOTE This macro is not ready for use. ☠️☠️☠️ # Home, get position, throw around toolhead, home again. # If MCU stepper positions (first line in GET_POSITION) are greater than a full step different (your number of microsteps), then skipping occured. # We only measure to a full step to accomodate for endstop variance. diff --git a/printer.cfg b/printer.cfg index 0175120..3a0387a 100644 --- a/printer.cfg +++ b/printer.cfg @@ -1,14 +1,10 @@ # This file contains pin mappings for the stock Sovol SV06. # -# Using the wrong firmware, or wrong configuration, has the potential to destroy -# your 3D printer. -# -# ⚠️⚡☢️ USE AT YOUR OWN RISK! YOU HAVE BEEN WARNED! ☢️⚡⚠️ +# Find installation instructions at https://github.com/bassamanator/Sovol-SV06-firmware # # See https://www.klipper3d.org/Config_Reference.html for configuration reference. [include ./cfgs/macros.cfg] -[include ./cfgs/TEST_SPEED.cfg] [include ./cfgs/PARKING.cfg] [include ./cfgs/MECHANICAL_GANTRY_CALIBRATION.cfg] [include ./cfgs/beeper.cfg]