Fix the G26 out of scope identifiers in the v2.0.0 branch (#8543)

These changes may need to be warmed over.  I tried to fix things with
the least amount of disruption.   I just wanted to get the bugfix_v2.0.0
branch working for people again.
This commit is contained in:
Roxy-3D
2017-11-24 10:39:56 -06:00
committed by GitHub
parent 4d517d169a
commit ec04cf27d3
2 changed files with 10 additions and 4 deletions

View File

@ -41,7 +41,7 @@
#endif
#endif
#if G26_MESH_VALIDATION
#if ENABLED(G26_MESH_VALIDATION)
bool g26_debug_flag; // = false
#endif