⚠️ June 23:
I got to a situation
where I think I need to refactor the code so that it is better and so it becomes easy to work with.
My idea now is to make it a library based on a global JSON...it is so much better than the code in this repo. I won't focus anymore on the UI/Design
but in real logic to make this work
(since from experience from this repo,I used a lot of time in styling than coding the logic it self).
Once everything will work, then I will make it stylable (with some simple tailwind classes)New code here:
https://github.com/Laaouatni/gcode-library-refactoring (still in development, don't use it, unless you see the main branch with real code, not only the readme and licence...)
It's not completed, just an idea, but I want to create a new way to code GCODE for CNC milling, similar to how we write HTML and TAILWINDCSS/CSS. For now, is not completed, so don't use it.
meanwhile, the development code is in another github branch
called development
%%{init: {'theme':'neutral'}}%%
gitGraph
commit id:"initial commit"
branch development
checkout development
commit id: "foo"
commit id: "bar"
commit id: "x"
checkout main
commit id:"update README.md"
checkout development
commit id: "y"
commit id: "z"
checkout main
merge development