PrintParameter.cs 237 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 namespace HHECS.Model.Enums.Machine { /// <summary> /// 切割控制指令 /// </summary> public enum PrintParameter { 打印完毕 = 6, 不需要打码 = 7, 没有套料方案 = 8, } }