Browse Source

Updates for all configs

pull/1/head
Scott Lahteine 8 years ago
parent
commit
b0aa256bc0
  1. 1
      Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h
  2. 3
      Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h
  3. 3
      Marlin/example_configurations/delta/generic/Configuration.h
  4. 2
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  5. 2
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  6. 2
      Marlin/example_configurations/delta/kossel_xl/Configuration.h

1
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h

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

3
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h

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

3
Marlin/example_configurations/delta/generic/Configuration.h

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

2
Marlin/example_configurations/delta/kossel_mini/Configuration.h

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

2
Marlin/example_configurations/delta/kossel_pro/Configuration.h

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

2
Marlin/example_configurations/delta/kossel_xl/Configuration.h

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

Loading…
Cancel
Save