Giter VIP home page Giter VIP logo

gsgcode's Issues

ThreeAxisCNCInterpreter.cs HasTypeFilter

I think there is an error

public virtual void Interpret(GCodeFile file, InterpretArgs args)
		{
			IEnumerable<GCodeLine> lines_enum =
				(args.HasTypeFilter) ? file.AllLines() : file.AllLinesOfType(args.eTypeFilter);

Should be
(args.HasTypeFilter) ? file.AllLinesOfType(args.eTypeFilter) : file.AllLines() :;

Local dependency on geometry3Sharp

The csproj file contains a reference to a local version of geometry3Sharp:

<ItemGroup>
    <ProjectReference Include="..\geometry3Sharp\geometry3Sharp.csproj">
      <Project>{0c518dda-28fe-44ca-9ab0-f9773974f13a}</Project>
      <Name>geometry3Sharp</Name>
    </ProjectReference>
</ItemGroup>

You might want to replace that.

Reading GCode from different languages

Currently it is not possible to parse GCode that was generated on computers with non US language setting. The parsing of int/double is not culture-invariant.

Add CultureInfo.InvariantCulture to the int/double parsing calls in GenericGCodeParser.parse_value_param

NuGet package?

Does there exist a public NuGet package of the project?

using g3 ?

There was some errors occurred while building the application with C0246 "the type or namespace name 'g3' could not be found ..........
Would you please help me to solve this program.

Calculate volume from GCode file

Hi,
first, thank you for this great library! Do you know a way how to calculate the volume from the parsed GCode file?
Or is there even a funciton included already?
Something like "GCode.GetVolume()"

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.