mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 06:27:35 -06:00
🩹 Fix Sovol SV06 settings (#1090)
This commit is contained in:
parent
69a14b9e69
commit
42dd44b818
2 changed files with 5 additions and 6 deletions
|
@ -1279,7 +1279,7 @@
|
||||||
* Override with M201
|
* Override with M201
|
||||||
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
|
* 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
|
//#define LIMITED_MAX_ACCEL_EDITING // Limit edit via M201 or LCD to DEFAULT_MAX_ACCELERATION * 2
|
||||||
#if ENABLED(LIMITED_MAX_ACCEL_EDITING)
|
#if ENABLED(LIMITED_MAX_ACCEL_EDITING)
|
||||||
|
@ -1296,9 +1296,9 @@
|
||||||
* M204 I Angular Acceleration
|
* M204 I Angular Acceleration
|
||||||
* M204 J Angular Travel Acceleration
|
* M204 J Angular Travel Acceleration
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_ACCELERATION 500 // X, Y, Z ... and E acceleration for printing moves
|
#define DEFAULT_ACCELERATION 3000 // X, Y, Z ... and E acceleration for printing moves
|
||||||
#define DEFAULT_RETRACT_ACCELERATION 500 // E acceleration for retracts
|
#define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration for retracts
|
||||||
#define DEFAULT_TRAVEL_ACCELERATION 1000 // X, Y, Z ... acceleration for travel (non printing) moves
|
#define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z ... acceleration for travel (non printing) moves
|
||||||
#if ENABLED(AXIS4_ROTATES)
|
#if ENABLED(AXIS4_ROTATES)
|
||||||
#define DEFAULT_ANGULAR_ACCELERATION 3000 // I, J, K acceleration for rotational-only printing moves
|
#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
|
#define DEFAULT_ANGULAR_TRAVEL_ACCELERATION 3000 // I, J, K acceleration for rotational-only travel (non printing) moves
|
||||||
|
@ -1606,7 +1606,7 @@
|
||||||
* | [-] |
|
* | [-] |
|
||||||
* O-- FRONT --+
|
* 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.
|
// Enable and set to use a specific tool for probing. Disable to allow any tool.
|
||||||
#define PROBING_TOOL 0
|
#define PROBING_TOOL 0
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
|
|
||||||
#define CUSTOM_BOOTSCREEN_TIMEOUT 500
|
#define CUSTOM_BOOTSCREEN_TIMEOUT 500
|
||||||
#define CUSTOM_BOOTSCREEN_BMPWIDTH 64
|
#define CUSTOM_BOOTSCREEN_BMPWIDTH 64
|
||||||
#define CUSTOM_BOOTSCREEN_INVERTED
|
|
||||||
|
|
||||||
const unsigned char custom_start_bmp[] PROGMEM = {
|
const unsigned char custom_start_bmp[] PROGMEM = {
|
||||||
B00011111,B00100000,B00000000,B00000000,B00000000,B00000000,B00000000,B00111100,
|
B00011111,B00100000,B00000000,B00000000,B00000000,B00000000,B00000000,B00111100,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue