Fixed screen-size for point markers used to visualize retraction/unretractions and other options in preview

This commit is contained in:
enricoturri1966 2020-11-16 10:29:54 +01:00
parent 9b3ff9b1cf
commit e04c6a4d17
4 changed files with 41 additions and 2 deletions

View file

@ -65,4 +65,12 @@
#define ENABLE_CTRL_M_ON_WINDOWS (0 && ENABLE_2_3_0_ALPHA3)
//===================
// 2.3.0.alpha4 techs
//===================
#define ENABLE_2_3_0_ALPHA4 1
#define ENABLE_FIXED_SCREEN_SIZE_POINT_MARKERS (1 && ENABLE_GCODE_VIEWER && ENABLE_2_3_0_ALPHA4)
#endif // _prusaslicer_technologies_h_