line storing
This commit is contained in:
parent
b08a108a9d
commit
c088709925
1 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@
|
|||
//#define L647 // Enable L6470 on all drivers
|
||||
//#define T6560 // Enable TB6560 on all drivers
|
||||
//#define T6600 // Enable TB6600 on all drivers
|
||||
//#define CUSTOM // Fill in #elif ENABLED (CUSTOM) in configuration.h with a custom set
|
||||
//#define CUSTOM // Fill in #elif ENABLED (CUSTOM) in configuration.h with a custom set & invert in step 3 as needed
|
||||
//--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
//Step 3) enable if needed to invert motors direction used on TMC drivers & Geared extruders.
|
||||
#define INVERTE // Invert E direction disabe if wrong direction - M & T variants inverted (stock).
|
||||
|
@ -45,16 +45,16 @@
|
|||
//--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
//Step 4) enable 1 if you have mixing or multi extruder.
|
||||
//#define MIX // Enable Mixing 2 in 1 - Virtual Motor Control
|
||||
//#define CYCLOPS // Enable Cyclops 2 in 1 - Physical Motor Control
|
||||
//#define DUALEX // 2 Extruder 2 in 2 - Physical Motor Control
|
||||
//#define MIXT // Enable Mixing 3 in 1 - Virtual Motor Control
|
||||
//#define CYCLOPS // Enable Cyclops 2 in 1 - Physical Motor Control
|
||||
//#define CYCLOPST // Enable Cyclops 3 in 1 - Physical Motor Control
|
||||
//#define DUALEX // 2 Extruder 2 in 2 - Physical Motor Control
|
||||
//#define TRIEX // 3 Extruder 3 in 3 - Physical Motor Control
|
||||
//--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
//Step 5) enable 1 probe type & edit other bed leveling options.
|
||||
//#define MANUALBL // Enable Manual Bed Leveling (stock)
|
||||
#define TOUCHPROBE // Enable Bltouch Type Probe.
|
||||
//#define FMP // Enable Fixed Mounted Type Probe.
|
||||
//#define MANUALBL // Enable Manual Bed Leveling (stock)
|
||||
//--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
//Other variables DO NOT DISABLE edit only.
|
||||
#define XMP -11 // X Min Position - distance from the endstop to the bed, adjust nozzle to the front left bed edge at X0.
|
||||
|
|
Loading…
Reference in a new issue