Leverage E_ABSOLUTE into config.h's, so people recognize it.

Oh, and let's hope it works already :-)
This commit is contained in:
Markus Hitter 2011-05-13 13:23:32 +02:00
parent 03cebb5a82
commit c095fa5de3
4 changed files with 20 additions and 0 deletions

View File

@ -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
/***************************************************************************\

View File

@ -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
/***************************************************************************\

View File

@ -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
/***************************************************************************\

View File

@ -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
/***************************************************************************\