gsGCoder

所属分类:其他
开发工具:C#
文件大小:50KB
下载次数:7
上传日期:2019-04-28 16:41:41
上 传 者ugreen1
说明:  可以解析和编辑gcode代码,是使用c#语言编写的。
(It can analyze and edit gcode code code, which is written in C # language.)

文件列表:
GCodeFile.cs (934, 2019-04-24)
GCodeLine.cs (1848, 2019-04-24)
LICENSE (1070, 2019-04-24)
Properties (0, 2019-04-24)
Properties\AssemblyInfo.cs (1442, 2019-04-24)
assemblers (0, 2019-04-24)
assemblers\AssemblerUtil.cs (774, 2019-04-24)
assemblers\BaseDepositionAssembler.cs (21938, 2019-04-24)
assemblers\BaseMillingAssembler.cs (8137, 2019-04-24)
assemblers\ExtrusionMath.cs (1476, 2019-04-24)
assemblers\GenericMillingAssembler.cs (2684, 2019-04-24)
assemblers\MakerbotAssembler.cs (7191, 2019-04-24)
assemblers\RepRapAssembler.cs (5256, 2019-04-24)
builders (0, 2019-04-24)
builders\GCodeBuilder.cs (4420, 2019-04-24)
builders\GCodeFileAccumulator.cs (399, 2019-04-24)
builders\IGCodeAccumulator.cs (183, 2019-04-24)
gsGCode.asmdef (198, 2019-04-24)
gsGCode.csproj (4259, 2019-04-24)
interpreters (0, 2019-04-24)
interpreters\BiesseInterpreter.cs (3288, 2019-04-24)
interpreters\GCodeInterpreter.cs (2235, 2019-04-24)
interpreters\GCodeToPlanarComplex.cs (3197, 2019-04-24)
interpreters\MakerbotInterpreter.cs (7799, 2019-04-24)
interpreters\ThreeAxisCNCInterpreter.cs (5194, 2019-04-24)
parsers (0, 2019-04-24)
parsers\GCodeUtil.cs (2684, 2019-04-24)
parsers\GenericGCodeParser.cs (8940, 2019-04-24)
settings (0, 2019-04-24)
settings\AdditiveSettings.cs (16723, 2019-04-24)
settings\FlashforgeSettings.cs (4568, 2019-04-24)
settings\GenericPrinterSettings.cs (2371, 2019-04-24)
settings\MakerbotSettings.cs (4635, 2019-04-24)
settings\MonopriceSettings.cs (4430, 2019-04-24)
settings\PrintrbotSettings.cs (4952, 2019-04-24)
settings\PrusaSettings.cs (6522, 2019-04-24)
settings\RepRapSettings.cs (2624, 2019-04-24)
... ...

# gsGCode GCode parsing / manipulation / generation library. C#, MIT License. Copyright 2017 ryan schmidt / gradientspace Dependencies: [geometry3Sharp](https://github.com/gradientspace/geometry3Sharp) (Boost license) questions? get in touch on twitter: [@rms80](http://www.twitter.com/rms80) or [@gradientspace](http://www.twitter.com/gradientspace), or email [rms@gradientspace.com](mailto:rms@gradientspace.com?subject=gsGCode). # What Is This? gsGCode is a library for working with GCode. Not just generating GCode, but also reading and manipulating existing GCode files. What? Edit a GCode file? that's crazy, right? CAD people used to think the same thing about STL mesh files too. STL was something you wrote out to communicate with a CNC machine. You might "repair" it, but you didn't edit it. But then a guy wrote [OpenSCAD](http://www.openscad.org/), and I wrote [Meshmixer](http://www.meshmixer.com), and now STL files are something that thousands of people open and edit every day. The purpose of this library is to make the same thing possible for GCode. GCode is just 3D lines, curves, and control commands. There is no reason you can't open a GCode file, change one of the paths, and write it back out. You can easily do that with this library. # Can It Write GCode Too? Yes! I'm developing gsGCode to support the gradientspace Slicer, which is not released yet. But the low-level GCode generation infrastructure is all here. You can either use **GCodeBuilder** to construct a **GCodeFile** line-by-line, or an Assembler (currently only **MakerbotAssembler**) which provides a higher-level turtle-graphics-like API. # How? See [the wiki](https://github.com/gradientspace/gsGCode/wiki) for what minimal documentation exists right now. Some sample code will come in time.

近期下载者

相关文件


收藏者