Do not regenerate existing gcode preview toolpaths when switching to Preview

This commit is contained in:
Enrico Turri 2019-02-28 15:27:03 +01:00
parent e03199d989
commit 058468d371
4 changed files with 30 additions and 3 deletions

View file

@ -58,5 +58,7 @@
// Printbed textures generated from svg files
#define ENABLE_TEXTURES_FROM_SVG (1 && ENABLE_1_42_0_ALPHA7)
// Do not regenerate GLVolumes for gcode preview if not needed
#define ENABLE_NO_GCODE_TOOLPATHS_REGENERATION (1 && ENABLE_1_42_0_ALPHA7)
#endif // _technologies_h_