mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
#3010 - Added tech ENABLE_GIT_3010_FIX - GCodeAnalyzer and GCodeTimeEstimator modified to properly process gcode lines G92
This commit is contained in:
parent
93a157e26c
commit
8d53c5e978
5 changed files with 175 additions and 0 deletions
|
@ -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_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue