Add GCodePathsModify

Contributes CURA-10446
This commit is contained in:
Jelle Spijker 2023-08-07 16:04:25 +02:00
parent 0fc507e556
commit 2240db9062
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -13,6 +13,7 @@ enum SlotID {
SIMPLIFY_MODIFY = 100;
POSTPROCESS_MODIFY = 101;
INFILL_MODIFY = 102;
GCODE_PATHS_MODIFY = 103;
INFILL_GENERATE = 200;
}