Michael-F-Bryan / gcodes

A basic C# gcode parser and interpreter
https://michael-f-bryan.github.io/gcodes/
MIT License
31 stars 9 forks source link

Example code #6

Open pizzapal84 opened 3 years ago

pizzapal84 commented 3 years ago

I tried using the example code and got namespace errors for the lists; see image below. Would you happen to have a shell project that uses the gcodes class? I saw gcodes.test but it doesn't look like it actually build into anything, just another class. I'm not familiary with [fact] and [theory], I would just like to do basic translations with it. Thank you. image

Michael-F-Bryan commented 3 years ago

Did you forget to import System.Collections.Generic and Gcodes.Tokens? You should be able to do ctrl+. on the red squiggles and it'll suggest the correct imports.