You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OpenbuildsFusion360PostGrbl.cps
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,9 @@ Changelog
40
40
03 Sep 2021 - V1.0.27 : Fix arc ramps not changing Z when they should have
41
41
12 Nov 2021 - V1.0.28 : Added property group names, fixed default router selection, now uses permittedCommentChars (sharmstr)
42
42
24 Nov 2021 - V1.0.28 : Improved coolant selection, tweaked property groups, tweaked G53 generation, links for help in comments.
43
+
21 Feb 2022 - V1.0.29 : Fix sideeffects of drill operation having rapids even when in noRapid mode by always resetting haveRapid in onSection
43
44
*/
44
-
obversion = 'V1.0.28';
45
+
obversion = 'V1.0.29';
45
46
description = "OpenBuilds CNC : GRBL/BlackBox"; // cannot have brackets in comments
46
47
longDescription = description + " : Post" + obversion; // adds description to post library diaglog box
47
48
vendor = "OpenBuilds";
@@ -73,7 +74,7 @@ properties =
73
74
spindleOnOffDelay: 1.8, // time (in seconds) the spindle needs to get up to speed or stop, or laser/plasma pierce delay
74
75
spindleTwoDirections : false, // true : spindle can rotate clockwise and counterclockwise, will send M3 and M4. false : spindle can only go clockwise, will only send M3
75
76
hasCoolant : false, // true : machine uses the coolant output, M8 M9 will be sent. false : coolant output not connected, so no M8 M9 will be sent
76
-
routerType : "Other",
77
+
routerType : "other",
77
78
generateMultiple: true, // specifies if a file should be generated for each tool change
78
79
machineHomeZ : -10, // absolute machine coordinates where the machine will move to at the end of the job - first retracting Z, then moving home X Y
0 commit comments