CNC雕刻机上位机软件,5.30更新CNC雕刻机源码,C#写的源码

CNC雕刻机上位机软件,5.30更新CNC雕刻机源码,C#写的源码,新版本已经更新5.30,修改了BUG,部分没翻译的已经翻译成中文,grbl源码,GRBL_CAM源码,新源码没BUG支持导入dxf文件,图片导入,NC文件导入,没技术支持,不退货,不议价,如果要C++,python,QT的,我也有源码,虚拟商品不退不换

private static int svgToolMax = 100; // max amount of tools最大数量的工具

private static StringBuilder[] gcodeString = new StringBuilder[svgToolMax];

private static int gcodeStringIndex = 0;

private static StringBuilder finalString = new StringBuilder();

private static bool gcodeUseSpindle = false; // Switch on/off spindle for Pen down/up (M3/M5)打开/关闭主轴以便笔下/上(M3/M5)

private static bool gcodeReduce = false; // if true remove G1 commands if distance is > limit如果这是真的,删除G1命令如果距离是>极限

private static double gcodeReduceVal = .1;

private static bool gcodeZdown = false;

private static double gcodeZdownIncrement = 2;

private static bool dxfPauseElement = true; // if true insert GCode pause M0 before each element如果这是真的插入GCode暂停M0在每个元素之前

private static bool dxfPausePenDown = true; // if true insert pause M0 before pen down如果这是真的插入暂停M0之前笔下来之前

private static bool dxfComments = true; // if true insert additional comments into GCode如果这是真的向GCode插入额外的评论

private static bool importUnitMm = true;

private static bool gcodeToolChange = false;

private static bool dxfImportToolNr = false;

private static int toolNr = 1;

private static bool dxfToolUse = false;

private static ArrayList drawingList;

private static ArrayList objectIdentifier;

private static int dxfBezierAccuracy = 6; // applied line segments at bezier curves应用线段贝塞尔曲线

private static int dxfColor = -1;

private static int entityCount = 0;

CNC雕刻机上位机软件,5.30更新CNC雕刻机源码,C#写的源码CNC雕刻机上位机软件,5.30更新CNC雕刻机源码,C#写的源码CNC雕刻机上位机软件,5.30更新CNC雕刻机源码,C#写的源码CNC雕刻机上位机软件,5.30更新CNC雕刻机源码,C#写的源码CNC雕刻机上位机软件,5.30更新CNC雕刻机源码,C#写的源码CNC雕刻机上位机软件,5.30更新CNC雕刻机源码,C#写的源码

© 版权声明

相关文章

1 条评论

none
暂无评论...