Leverage E_ABSOLUTE into config.h's, so people recognize it.
Oh, and let's hope it works already :-)
This commit is contained in:
parent
03cebb5a82
commit
c095fa5de3
|
|
@ -99,6 +99,11 @@
|
|||
#define Z_MIN 0.0
|
||||
#define Z_MAX 140.0
|
||||
|
||||
/** \def E_ABSOLUTE
|
||||
Some G-Code creators produce relative length commands for the extruder, others absolute ones. G-Code using absolute lengths can be recognized when there are G92 E0 commands from time to time. If you have G92 E0 in your G-Code, define this flag.
|
||||
*/
|
||||
// #define E_ABSOLUTE
|
||||
|
||||
|
||||
|
||||
/***************************************************************************\
|
||||
|
|
|
|||
|
|
@ -99,6 +99,11 @@
|
|||
#define Z_MIN 0.0
|
||||
#define Z_MAX 140.0
|
||||
|
||||
/** \def E_ABSOLUTE
|
||||
Some G-Code creators produce relative length commands for the extruder, others absolute ones. G-Code using absolute lengths can be recognized when there are G92 E0 commands from time to time. If you have G92 E0 in your G-Code, define this flag.
|
||||
*/
|
||||
// #define E_ABSOLUTE
|
||||
|
||||
|
||||
|
||||
/***************************************************************************\
|
||||
|
|
|
|||
|
|
@ -97,6 +97,11 @@
|
|||
#define Z_MIN 0.0
|
||||
#define Z_MAX 140.0
|
||||
|
||||
/** \def E_ABSOLUTE
|
||||
Some G-Code creators produce relative length commands for the extruder, others absolute ones. G-Code using absolute lengths can be recognized when there are G92 E0 commands from time to time. If you have G92 E0 in your G-Code, define this flag.
|
||||
*/
|
||||
// #define E_ABSOLUTE
|
||||
|
||||
|
||||
|
||||
/***************************************************************************\
|
||||
|
|
|
|||
|
|
@ -104,6 +104,11 @@
|
|||
#define Z_MIN 0.0
|
||||
#define Z_MAX 140.0
|
||||
|
||||
/** \def E_ABSOLUTE
|
||||
Some G-Code creators produce relative length commands for the extruder, others absolute ones. G-Code using absolute lengths can be recognized when there are G92 E0 commands from time to time. If you have G92 E0 in your G-Code, define this flag.
|
||||
*/
|
||||
// #define E_ABSOLUTE
|
||||
|
||||
|
||||
|
||||
/***************************************************************************\
|
||||
|
|
|
|||
Loading…
Reference in New Issue