📝 Put DELTA / SCARA / TPARA in all configs (#776)

MarlinFirmware/Marlin#24458
This commit is contained in:
Scott Lahteine 2022-07-06 16:49:01 -05:00 committed by GitHub
parent 69bad39815
commit 00694ded36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
595 changed files with 48324 additions and 4472 deletions

View file

@ -30,7 +30,7 @@
*
* Basic settings can be found in Configuration.h
*/
#define CONFIGURATION_ADV_H_VERSION 02010000
#define CONFIGURATION_ADV_H_VERSION 02010100
//===========================================================================
//============================= Thermal Settings ============================
@ -835,8 +835,7 @@
//#define SENSORLESS_BACKOFF_MM { 2, 2, 0 } // (linear=mm, rotational=°) Backoff from endstops before sensorless homing
#define HOMING_BUMP_MM { 5, 5, 5 } // (linear=mm, rotational=°) Backoff from endstops after first bump
// For delta all values must be the same
#define HOMING_BUMP_DIVISOR { 10, 10, 10 } // Re-Bump Speed Divisor (Divides the Homing Feedrate)
#define HOMING_BUMP_DIVISOR { 10, 10, 10 } // Re-Bump Speed Divisor (Divides the Homing Feedrate)
//#define HOMING_BACKOFF_POST_MM { 2, 2, 2 } // (linear=mm, rotational=°) Backoff from endstops after homing