Bring configs up to date, clean up

This commit is contained in:
Scott Lahteine 2020-07-06 00:48:16 -05:00
parent bf072075f6
commit baafcf125f
312 changed files with 382 additions and 10742 deletions

View file

@ -112,7 +112,7 @@
* Select a secondary serial port on the board to use for communication with the host.
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
// #define SERIAL_PORT_2 3
//#define SERIAL_PORT_2 3
/**
* This setting determines the communication speed of the printer.
@ -1529,7 +1529,7 @@
//#define NOZZLE_PARK_Y_ONLY // Y move only is required to park
#define NOZZLE_PARK_Z_RAISE_MIN 2 // (mm) Always raise Z by at least this distance
#define NOZZLE_PARK_XY_FEEDRATE 100 // (mm/s) X and Y axes feedrate (also used for delta Z axis)
#define NOZZLE_PARK_Z_FEEDRATE 5 // (mm/s) Z axis feedrate (not used for delta printers)
#define NOZZLE_PARK_Z_FEEDRATE 5 // (mm/s) Z axis feedrate (not used for delta printers)
#endif
/**