Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Ignore Visual Studio files
.vs/
*.suo
*.user
*.sln.docstates

# Ignore build output
bin/
obj/

# Ignore NuGet packages
*.nuget.props
*.nuget.targets
packages/

# Ignore Resharper files
_ReSharper*/
*.resharper
*.DotSettings.user

# Ignore Visual Studio Code files
.vscode/

# Ignore test results
TestResults/

# Ignore miscellaneous files
*.cache
*.log
*.bak
*.tmp
*.tmp_proj
*.Publish.xml
*.pubxml
*.publishproj
*.userprefs
*.dbmdl
*.dbproj.schemaview

502 changes: 251 additions & 251 deletions CPOL.htm

Large diffs are not rendered by default.

106 changes: 53 additions & 53 deletions CREDITS.TXT
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
NOTES:

Grbl CNC was assembled using many components from code project
and other internet sources.

2012 Paul D. Fincato
Code Project Open License


Credit to original authors of components used in this application

G codebackplot
--------------
Jason Titcomb
http://www.codeproject.com/Articles/17424/CNC-Graphical-Backplotter
Code Project Open License

7 segment
---------
Dmitry Brant
http://dmitrybrant.com
This component is free for personal use.

Custom Panel
------------
Mark Jackson
http://www.codeproject.com/Articles/7641/Customising-the-NET-Panel-control
Code Project Open License

Knob
----
Luca Bonotto
http://www.codeproject.com/Articles/36116/Industrial-Controls-2
Code Project Open License

Icons
-----
Mark James
http://www.famfamfam.com/lab/icons/silk/
Creative Commons Attribution 3.0 License

Joystick
--------
Interfacing with a Joystick using C#
http://www.codeproject.com/Articles/16704/Interfacing-with-a-Joystick-using-C
M Harris

ColorComboBox
http://www.codeproject.com/Articles/14296/EmrColorComboBox
Ampiroid

Kudos to the Grbl innovators for a great project!

NOTES:
Grbl CNC was assembled using many components from code project
and other internet sources.
2012 Paul D. Fincato
Code Project Open License
Credit to original authors of components used in this application
G codebackplot
--------------
Jason Titcomb
http://www.codeproject.com/Articles/17424/CNC-Graphical-Backplotter
Code Project Open License
7 segment
---------
Dmitry Brant
http://dmitrybrant.com
This component is free for personal use.
Custom Panel
------------
Mark Jackson
http://www.codeproject.com/Articles/7641/Customising-the-NET-Panel-control
Code Project Open License
Knob
----
Luca Bonotto
http://www.codeproject.com/Articles/36116/Industrial-Controls-2
Code Project Open License
Icons
-----
Mark James
http://www.famfamfam.com/lab/icons/silk/
Creative Commons Attribution 3.0 License
Joystick
--------
Interfacing with a Joystick using C#
http://www.codeproject.com/Articles/16704/Interfacing-with-a-Joystick-using-C
M Harris
ColorComboBox
http://www.codeproject.com/Articles/14296/EmrColorComboBox
Ampiroid
Kudos to the Grbl innovators for a great project!
https://github.com/grbl/grbl
Loading