There was an error while loading. Please reload this page.
1 parent cdabd3b commit 790bcedCopy full SHA for 790bced
assemblers/MakerbotAssembler.cs
@@ -3,7 +3,6 @@
3
using System.Linq;
4
using System.Text;
5
using g3;
6
-using gs.info;
7
8
namespace gs
9
{
gsGCode.asmdef
@@ -0,0 +1,10 @@
1
+{
2
+ "name": "gsGCode",
+ "references": [
+ "geometry3Sharp"
+ ],
+ "optionalUnityReferences": [],
+ "includePlatforms": [],
+ "excludePlatforms": [],
+ "allowUnsafeCode": false
10
+}
0 commit comments