Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

not completed, just a idea... but basically I want to create a new way to code GCODE for cnc milling, similar to the way we write HTML and TAILWINDCSS/CSS. for now is not completed, so don't use it

Laaouatni/Gcnc.svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

Gcnc.svelte

⚠️ 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...)


Readme before June 23:

https://gcnc.netlify.app

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

About

not completed, just a idea... but basically I want to create a new way to code GCODE for cnc milling, similar to the way we write HTML and TAILWINDCSS/CSS. for now is not completed, so don't use it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published