Tech ENABLE_PROCESS_G2_G3_LINES - Processing of gcode G2 and G3 lines
This commit is contained in:
parent
ff2b8da8dc
commit
8c8e908325
4 changed files with 311 additions and 17 deletions
|
@ -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_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue