Fix broken examples (#3)

This commit is contained in:
Jason Smith 2020-01-18 00:04:10 -08:00 committed by Scott Lahteine
parent 38d2034c25
commit f8c711ad13
25 changed files with 108 additions and 32 deletions

View file

@ -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)