Browse Source

Updates for all configs

Scott Lahteine 7 years ago
parent
commit
b0aa256bc0

+ 0
- 1
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h View File

@@ -1401,7 +1401,6 @@
1401 1401
 //
1402 1402
 // Add individual axis homing items (Home X, Home Y, and Home Z) to the LCD menu.
1403 1403
 //
1404
-// INDIVIDUAL_AXIS_HOMING_MENU is incompatible with DELTA kinematics.
1405 1404
 //#define INDIVIDUAL_AXIS_HOMING_MENU
1406 1405
 
1407 1406
 //

+ 0
- 3
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h View File

@@ -446,8 +446,6 @@
446 446
   // and processor overload (too many expensive sqrt calls).
447 447
   #define DELTA_SEGMENTS_PER_SECOND 160
448 448
 
449
-  // NOTE NB all values for DELTA_* values MUST be floating point, so always have a decimal point in them
450
-
451 449
   // Center-to-center distance of the holes in the diagonal push rods.
452 450
   #define DELTA_DIAGONAL_ROD 218.0 // mm
453 451
 
@@ -1403,7 +1401,6 @@
1403 1401
 //
1404 1402
 // Add individual axis homing items (Home X, Home Y, and Home Z) to the LCD menu.
1405 1403
 //
1406
-// INDIVIDUAL_AXIS_HOMING_MENU is incompatible with DELTA kinematics.
1407 1404
 //#define INDIVIDUAL_AXIS_HOMING_MENU
1408 1405
 
1409 1406
 //

+ 0
- 3
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -436,8 +436,6 @@
436 436
   // and processor overload (too many expensive sqrt calls).
437 437
   #define DELTA_SEGMENTS_PER_SECOND 200
438 438
 
439
-  // NOTE NB all values for DELTA_* values MUST be floating point, so always have a decimal point in them
440
-
441 439
   // Center-to-center distance of the holes in the diagonal push rods.
442 440
   #define DELTA_DIAGONAL_ROD 250.0 // mm
443 441
 
@@ -701,7 +699,6 @@
701 699
 // Use double touch for probing
702 700
 //#define PROBE_DOUBLE_TOUCH
703 701
 
704
-
705 702
 /**
706 703
  * Allen key retractable z-probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
707 704
  * Deploys by touching z-axis belt. Retracts by pushing the probe down. Uses Z_MIN_PIN.

+ 0
- 2
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -436,8 +436,6 @@
436 436
   // and processor overload (too many expensive sqrt calls).
437 437
   #define DELTA_SEGMENTS_PER_SECOND 200
438 438
 
439
-  // NOTE NB all values for DELTA_* values MUST be floating point, so always have a decimal point in them
440
-
441 439
   // Center-to-center distance of the holes in the diagonal push rods.
442 440
   #define DELTA_DIAGONAL_ROD 215.0 // mm
443 441
 

+ 0
- 2
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -423,8 +423,6 @@
423 423
   // and processor overload (too many expensive sqrt calls).
424 424
   #define DELTA_SEGMENTS_PER_SECOND 160
425 425
 
426
-  // NOTE NB all values for DELTA_* values MUST be floating point, so always have a decimal point in them
427
-
428 426
   // Center-to-center distance of the holes in the diagonal push rods.
429 427
   #define DELTA_DIAGONAL_ROD 301.0 // mm
430 428
 

+ 0
- 2
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -441,8 +441,6 @@
441 441
   // and processor overload (too many expensive sqrt calls).
442 442
   #define DELTA_SEGMENTS_PER_SECOND 160
443 443
 
444
-  // NOTE NB all values for DELTA_* values MUST be floating point, so always have a decimal point in them
445
-
446 444
   // Center-to-center distance of the holes in the diagonal push rods.
447 445
   #define DELTA_DIAGONAL_ROD 317.3 + 2.5 // mm
448 446
 

Loading…
Cancel
Save