mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-05 21:14:06 -06:00
Fix broken examples (#3)
This commit is contained in:
parent
38d2034c25
commit
f8c711ad13
25 changed files with 108 additions and 32 deletions
|
@ -87,7 +87,6 @@
|
|||
|
||||
// Show the Marlin bootscreen on startup. ** ENABLE FOR PRODUCTION **
|
||||
#define SHOW_BOOTSCREEN
|
||||
#define STRING_SPLASH_LINE2 "https://botinabox.ca"
|
||||
|
||||
// Show the bitmap in Marlin/_Bootscreen.h on startup.
|
||||
#define SHOW_CUSTOM_BOOTSCREEN
|
||||
|
@ -766,9 +765,9 @@
|
|||
* M204 R Retract Acceleration
|
||||
* M204 T Travel Acceleration
|
||||
*/
|
||||
#define DEFAULT_ACCELERATION 700 // X, Y, Z and E acceleration for printing moves
|
||||
#define DEFAULT_ACCELERATION 700 // X, Y, Z and E acceleration for printing moves
|
||||
#define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration for retracts
|
||||
#define DEFAULT_TRAVEL_ACCELERATION 700 // X, Y, Z acceleration for travel (non printing) moves
|
||||
#define DEFAULT_TRAVEL_ACCELERATION 700 // X, Y, Z acceleration for travel (non printing) moves
|
||||
|
||||
/**
|
||||
* Default Jerk limits (mm/s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue