Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Gcode modifiers #196

Closed
kareemtawab opened this issue Dec 3, 2017 · 1 comment
Closed

Enhancement: Gcode modifiers #196

kareemtawab opened this issue Dec 3, 2017 · 1 comment

Comments

@kareemtawab
Copy link

Hi,

I thought that it will be nicer if had some modifications to the gcode I saved from last time. I can load a gcode file and have multiple modifications like scale stretch, rotate, transform/move and array copy done before engraving. Settings can be set in a window same as I load a JPG file. That would be awesome.

Thanks for your time

@arkypita
Copy link
Owner

arkypita commented Dec 3, 2017

Hi @HK89
What you are requesting is not very easy to implement, because GCode is not a file format that could be easly converted without problem. You know... absolute and relative coordinates, G2-G3 coordinate expressed via radius or IJK format etc.

Also it is not in the in the choice of LaserGRBL to became too much complex. My idea for LaserGRBL is to keep it as more simple as possible and adding too much function could disorient the novice person.

However I seen some time ago a good program for gcode called GRBL-Plotter that have some kind of gcode manipulation. It is C# and it is GPL3, so I have a good start point.

I'll add to dev roadmap too :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants