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
 //
1401
 //
1402
 // Add individual axis homing items (Home X, Home Y, and Home Z) to the LCD menu.
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
 //#define INDIVIDUAL_AXIS_HOMING_MENU
1404
 //#define INDIVIDUAL_AXIS_HOMING_MENU
1406
 
1405
 
1407
 //
1406
 //

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

446
   // and processor overload (too many expensive sqrt calls).
446
   // and processor overload (too many expensive sqrt calls).
447
   #define DELTA_SEGMENTS_PER_SECOND 160
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
   // Center-to-center distance of the holes in the diagonal push rods.
449
   // Center-to-center distance of the holes in the diagonal push rods.
452
   #define DELTA_DIAGONAL_ROD 218.0 // mm
450
   #define DELTA_DIAGONAL_ROD 218.0 // mm
453
 
451
 
1403
 //
1401
 //
1404
 // Add individual axis homing items (Home X, Home Y, and Home Z) to the LCD menu.
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
 //#define INDIVIDUAL_AXIS_HOMING_MENU
1404
 //#define INDIVIDUAL_AXIS_HOMING_MENU
1408
 
1405
 
1409
 //
1406
 //

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

436
   // and processor overload (too many expensive sqrt calls).
436
   // and processor overload (too many expensive sqrt calls).
437
   #define DELTA_SEGMENTS_PER_SECOND 200
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
   // Center-to-center distance of the holes in the diagonal push rods.
439
   // Center-to-center distance of the holes in the diagonal push rods.
442
   #define DELTA_DIAGONAL_ROD 250.0 // mm
440
   #define DELTA_DIAGONAL_ROD 250.0 // mm
443
 
441
 
701
 // Use double touch for probing
699
 // Use double touch for probing
702
 //#define PROBE_DOUBLE_TOUCH
700
 //#define PROBE_DOUBLE_TOUCH
703
 
701
 
704
-
705
 /**
702
 /**
706
  * Allen key retractable z-probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
703
  * Allen key retractable z-probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
707
  * Deploys by touching z-axis belt. Retracts by pushing the probe down. Uses Z_MIN_PIN.
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
   // and processor overload (too many expensive sqrt calls).
436
   // and processor overload (too many expensive sqrt calls).
437
   #define DELTA_SEGMENTS_PER_SECOND 200
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
   // Center-to-center distance of the holes in the diagonal push rods.
439
   // Center-to-center distance of the holes in the diagonal push rods.
442
   #define DELTA_DIAGONAL_ROD 215.0 // mm
440
   #define DELTA_DIAGONAL_ROD 215.0 // mm
443
 
441
 

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

423
   // and processor overload (too many expensive sqrt calls).
423
   // and processor overload (too many expensive sqrt calls).
424
   #define DELTA_SEGMENTS_PER_SECOND 160
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
   // Center-to-center distance of the holes in the diagonal push rods.
426
   // Center-to-center distance of the holes in the diagonal push rods.
429
   #define DELTA_DIAGONAL_ROD 301.0 // mm
427
   #define DELTA_DIAGONAL_ROD 301.0 // mm
430
 
428
 

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

441
   // and processor overload (too many expensive sqrt calls).
441
   // and processor overload (too many expensive sqrt calls).
442
   #define DELTA_SEGMENTS_PER_SECOND 160
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
   // Center-to-center distance of the holes in the diagonal push rods.
444
   // Center-to-center distance of the holes in the diagonal push rods.
447
   #define DELTA_DIAGONAL_ROD 317.3 + 2.5 // mm
445
   #define DELTA_DIAGONAL_ROD 317.3 + 2.5 // mm
448
 
446
 

Loading…
Cancel
Save