├── .gitignore ├── Examples ├── ABB robot drawing Result.jpg ├── ABB robot drawing.gif └── ABB robot drawing.mp4 ├── GCode_to_Robtargets.py ├── LICENSE ├── README.md └── Results ├── MyLogo.png ├── MyLogoGCode.gcode ├── MyLogoGCode_moveLs.txt └── MyLogoGCode_robtargets.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAguirreAg/GCode-to-ABB/HEAD/.gitignore -------------------------------------------------------------------------------- /Examples/ABB robot drawing Result.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAguirreAg/GCode-to-ABB/HEAD/Examples/ABB robot drawing Result.jpg -------------------------------------------------------------------------------- /Examples/ABB robot drawing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAguirreAg/GCode-to-ABB/HEAD/Examples/ABB robot drawing.gif -------------------------------------------------------------------------------- /Examples/ABB robot drawing.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAguirreAg/GCode-to-ABB/HEAD/Examples/ABB robot drawing.mp4 -------------------------------------------------------------------------------- /GCode_to_Robtargets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAguirreAg/GCode-to-ABB/HEAD/GCode_to_Robtargets.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAguirreAg/GCode-to-ABB/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAguirreAg/GCode-to-ABB/HEAD/README.md -------------------------------------------------------------------------------- /Results/MyLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAguirreAg/GCode-to-ABB/HEAD/Results/MyLogo.png -------------------------------------------------------------------------------- /Results/MyLogoGCode.gcode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAguirreAg/GCode-to-ABB/HEAD/Results/MyLogoGCode.gcode -------------------------------------------------------------------------------- /Results/MyLogoGCode_moveLs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAguirreAg/GCode-to-ABB/HEAD/Results/MyLogoGCode_moveLs.txt -------------------------------------------------------------------------------- /Results/MyLogoGCode_robtargets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAguirreAg/GCode-to-ABB/HEAD/Results/MyLogoGCode_robtargets.txt --------------------------------------------------------------------------------