Link to home
Start Free TrialLog in
Avatar of Molnár István
Molnár IstvánFlag for Romania

asked on

Create a C# Application for converting G-CODE To Image

I have many G-Code files and I want to create a gallery like c# application that shows the previews/thumbnails of the G Code files.
In short: I want a G-Code to Image converter.

Can someone give me some direction?
Or can someone give me a source code from where can I start?

Thanks advanced
ASKER CERTIFIED SOLUTION
Avatar of DevAdmin
DevAdmin
Flag of Italy image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Molnár István

ASKER

I tried both of the mentioned apps, but I get the following errors - see images.

I also uploaded the files that I tried with the applications,
I also renamed the files to the right extensions, but without luck.

a01-abs.TAP
b01-abs.TAP
User generated imageUser generated image
I will try some other gcode files too, but for now
thank you both for you help.

PS: I found a library, named: gsGCode (parsing and manipulation library)  that is written in C#
I started to write a G Code viewer that uses this library, but I am stuck at drawing the paths/image.