From 42dd44b81867e9b37c39b3546d784fd2debca493 Mon Sep 17 00:00:00 2001 From: marbocub Date: Tue, 27 Aug 2024 04:45:56 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20Sovol=20SV06=20settings=20?= =?UTF-8?q?(#1090)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/Sovol/SV-06/Configuration.h | 10 +++++----- config/examples/Sovol/SV-06/_Bootscreen.h | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/config/examples/Sovol/SV-06/Configuration.h b/config/examples/Sovol/SV-06/Configuration.h index 40130528a2c..924112ce2f0 100644 --- a/config/examples/Sovol/SV-06/Configuration.h +++ b/config/examples/Sovol/SV-06/Configuration.h @@ -1279,7 +1279,7 @@ * Override with M201 * X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]] */ -#define DEFAULT_MAX_ACCELERATION { 500, 500, 100, 5000 } +#define DEFAULT_MAX_ACCELERATION { 3000, 3000, 100, 5000 } //#define LIMITED_MAX_ACCEL_EDITING // Limit edit via M201 or LCD to DEFAULT_MAX_ACCELERATION * 2 #if ENABLED(LIMITED_MAX_ACCEL_EDITING) @@ -1296,9 +1296,9 @@ * M204 I Angular Acceleration * M204 J Angular Travel Acceleration */ -#define DEFAULT_ACCELERATION 500 // X, Y, Z ... and E acceleration for printing moves -#define DEFAULT_RETRACT_ACCELERATION 500 // E acceleration for retracts -#define DEFAULT_TRAVEL_ACCELERATION 1000 // X, Y, Z ... acceleration for travel (non printing) moves +#define DEFAULT_ACCELERATION 3000 // X, Y, Z ... and E acceleration for printing moves +#define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration for retracts +#define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z ... acceleration for travel (non printing) moves #if ENABLED(AXIS4_ROTATES) #define DEFAULT_ANGULAR_ACCELERATION 3000 // I, J, K acceleration for rotational-only printing moves #define DEFAULT_ANGULAR_TRAVEL_ACCELERATION 3000 // I, J, K acceleration for rotational-only travel (non printing) moves @@ -1606,7 +1606,7 @@ * | [-] | * O-- FRONT --+ */ -#define NOZZLE_TO_PROBE_OFFSET { 28, -20, 0 } +#define NOZZLE_TO_PROBE_OFFSET { 27, -20, 0 } // Enable and set to use a specific tool for probing. Disable to allow any tool. #define PROBING_TOOL 0 diff --git a/config/examples/Sovol/SV-06/_Bootscreen.h b/config/examples/Sovol/SV-06/_Bootscreen.h index c71985b610f..575c944e890 100644 --- a/config/examples/Sovol/SV-06/_Bootscreen.h +++ b/config/examples/Sovol/SV-06/_Bootscreen.h @@ -32,7 +32,6 @@ #define CUSTOM_BOOTSCREEN_TIMEOUT 500 #define CUSTOM_BOOTSCREEN_BMPWIDTH 64 -#define CUSTOM_BOOTSCREEN_INVERTED const unsigned char custom_start_bmp[] PROGMEM = { B00011111,B00100000,B00000000,B00000000,B00000000,B00000000,B00000000,B00111100,