Put DISTINCT_E_FACTORS adjacent to the affected settings
This commit is contained in:
parent
0dbe4b3e54
commit
54751e8557
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -464,12 +461,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -134,9 +134,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 3
|
#define EXTRUDERS 3
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -463,12 +460,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -447,12 +444,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 2
|
#define EXTRUDERS 2
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -447,12 +444,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -470,12 +467,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -136,9 +136,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -455,12 +452,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -458,12 +455,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -153,9 +153,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -494,12 +491,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -464,12 +461,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 2
|
#define EXTRUDERS 2
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -464,12 +461,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -464,12 +461,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -136,9 +136,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1 // Single extruder. Set to 2 for dual extruders
|
#define EXTRUDERS 1 // Single extruder. Set to 2 for dual extruders
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -461,12 +458,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -165,9 +165,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -479,12 +476,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -484,12 +481,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -155,9 +155,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -515,12 +512,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -136,9 +136,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -455,12 +452,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -464,12 +461,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -538,12 +535,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -539,12 +536,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -528,12 +525,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -528,12 +525,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -137,9 +137,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -522,12 +519,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -541,12 +538,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -138,9 +138,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -478,12 +475,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -467,12 +464,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -454,12 +451,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
@ -133,9 +133,6 @@
|
|||||||
// :[1, 2, 3, 4, 5]
|
// :[1, 2, 3, 4, 5]
|
||||||
#define EXTRUDERS 1
|
#define EXTRUDERS 1
|
||||||
|
|
||||||
// Enable if your E steppers or extruder gear ratios are not identical
|
|
||||||
//#define DISTINCT_E_FACTORS
|
|
||||||
|
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
|
|
||||||
@ -469,12 +466,16 @@
|
|||||||
*
|
*
|
||||||
* These settings can be reset by M502
|
* These settings can be reset by M502
|
||||||
*
|
*
|
||||||
* You can set distinct factors for each E stepper, if needed.
|
|
||||||
* If fewer factors are given, the last will apply to the rest.
|
|
||||||
*
|
|
||||||
* Note that if EEPROM is enabled, saved values will override these.
|
* Note that if EEPROM is enabled, saved values will override these.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* With this option each E stepper can have its own factors for the
|
||||||
|
* following movement settings. If fewer factors are given than the
|
||||||
|
* total number of extruders, the last value applies to the rest.
|
||||||
|
*/
|
||||||
|
//#define DISTINCT_E_FACTORS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Axis Steps Per Unit (steps/mm)
|
* Default Axis Steps Per Unit (steps/mm)
|
||||||
* Override with M92
|
* Override with M92
|
||||||
|
Loading…
Reference in New Issue
Block a user