Tech ENABLE_PROCESS_G2_G3_LINES - Processing of gcode G2 and G3 lines

This commit is contained in:
enricoturri1966 2022-03-18 13:34:53 +01:00
parent ff2b8da8dc
commit 8c8e908325
4 changed files with 311 additions and 17 deletions

View file

@ -84,6 +84,8 @@
#define ENABLE_NEW_CAMERA_MOVEMENTS (1 && ENABLE_2_5_0_ALPHA1)
// Enable modified rectangle selection
#define ENABLE_NEW_RECTANGLE_SELECTION (1 && ENABLE_2_5_0_ALPHA1)
// Enable processing of gcode G2 and G3 lines
#define ENABLE_PROCESS_G2_G3_LINES (1 && ENABLE_2_5_0_ALPHA1)
#endif // _prusaslicer_technologies_h_