|
@@ -319,7 +319,7 @@ typedef struct SettingsDataStruct {
|
319
|
319
|
#endif
|
320
|
320
|
|
321
|
321
|
//
|
322
|
|
- // Kinematic Settings
|
|
322
|
+ // Kinematic Settings (Delta, SCARA, TPARA, Polargraph...)
|
323
|
323
|
//
|
324
|
324
|
#if IS_KINEMATIC
|
325
|
325
|
float segments_per_second; // M665 S
|
|
@@ -992,7 +992,7 @@ void MarlinSettings::postprocess() {
|
992
|
992
|
}
|
993
|
993
|
|
994
|
994
|
//
|
995
|
|
- // Kinematic Settings
|
|
995
|
+ // Kinematic Settings (Delta, SCARA, TPARA, Polargraph...)
|
996
|
996
|
//
|
997
|
997
|
#if IS_KINEMATIC
|
998
|
998
|
{
|
|
@@ -1445,14 +1445,6 @@ void MarlinSettings::postprocess() {
|
1445
|
1445
|
EEPROM_WRITE(planner.skew_factor);
|
1446
|
1446
|
|
1447
|
1447
|
//
|
1448
|
|
- // POLARGRAPH
|
1449
|
|
- //
|
1450
|
|
- #if ENABLED(POLARGRAPH)
|
1451
|
|
- _FIELD_TEST(polargraph_max_belt_len);
|
1452
|
|
- EEPROM_WRITE(polargraph_max_belt_len);
|
1453
|
|
- #endif
|
1454
|
|
-
|
1455
|
|
- //
|
1456
|
1448
|
// Advanced Pause filament load & unload lengths
|
1457
|
1449
|
//
|
1458
|
1450
|
#if HAS_EXTRUDERS
|
|
@@ -1940,7 +1932,7 @@ void MarlinSettings::postprocess() {
|
1940
|
1932
|
}
|
1941
|
1933
|
|
1942
|
1934
|
//
|
1943
|
|
- // Kinematic Segments-per-second
|
|
1935
|
+ // Kinematic Settings (Delta, SCARA, TPARA, Polargraph...)
|
1944
|
1936
|
//
|
1945
|
1937
|
#if IS_KINEMATIC
|
1946
|
1938
|
{
|
|
@@ -3001,7 +2993,7 @@ void MarlinSettings::reset() {
|
3001
|
2993
|
#endif
|
3002
|
2994
|
|
3003
|
2995
|
//
|
3004
|
|
- // Kinematic settings
|
|
2996
|
+ // Kinematic Settings (Delta, SCARA, TPARA, Polargraph...)
|
3005
|
2997
|
//
|
3006
|
2998
|
|
3007
|
2999
|
#if IS_KINEMATIC
|