#3010 - Added tech ENABLE_GIT_3010_FIX - GCodeAnalyzer and GCodeTimeEstimator modified to properly process gcode lines G92

This commit is contained in:
Enrico Turri 2019-10-01 09:48:42 +02:00
parent 93a157e26c
commit 8d53c5e978
5 changed files with 175 additions and 0 deletions

View file

@ -32,4 +32,12 @@
#define ENABLE_NONCUSTOM_DATA_VIEW_RENDERING (0 && ENABLE_1_42_0_ALPHA1)
//===================
// 2.2.0.alpha1 techs
//===================
#define ENABLE_2_2_0_ALPHA1 1
// Fixes git issue 3010
#define ENABLE_GIT_3010_FIX (1 && ENABLE_2_2_0_ALPHA1)
#endif // _technologies_h_