Revert of 7b4c98d727, clamp toolpaths widths increased to 2mm and added default values for toolpaths width and height

This commit is contained in:
enricoturri1966 2021-09-07 09:41:14 +02:00
parent 0bc77cef3e
commit d35183921b
2 changed files with 13 additions and 22 deletions

View file

@ -57,13 +57,4 @@
#define ENABLE_SAVE_COMMANDS_ALWAYS_ENABLED (1 && ENABLE_2_4_0_ALPHA0)
//====================
// 2.4.0.alpha2 techs
//====================
#define ENABLE_2_4_0_ALPHA2 1
// Enable clamping toolpaths width only for gcodes files produced by 3rd part softwares
#define ENABLE_CLAMP_TOOLPATHS_WIDTH (1 && ENABLE_2_4_0_ALPHA2)
#endif // _prusaslicer_technologies_h_