├── .gitignore ├── .travis.yml ├── CHANGELOG.md ├── LICENSE.BSD3 ├── LICENSE.MIT ├── LICENSE.md ├── MANIFEST.in ├── README.md ├── bCNC.1 ├── bCNC.bat ├── bCNC.py ├── bCNC.sh ├── bCNC ├── CNC.py ├── CNCCanvas.py ├── CNCList.py ├── CNCRibbon.py ├── Camera.py ├── ControlPage.py ├── EditorPage.py ├── FilePage.py ├── Helpers.py ├── Pendant.py ├── ProbePage.py ├── Ribbon.py ├── Sender.py ├── TerminalPage.py ├── ToolsPage.py ├── Updates.py ├── Utils.py ├── __init__.py ├── __main__.py ├── bCNC ├── bCNC.bat ├── bCNC.desktop ├── bCNC.ico ├── bCNC.ini ├── bCNC.png ├── bCNC.xbm ├── bmain.py ├── controllers │ ├── G2Core.py │ ├── GRBL0.py │ ├── GRBL1.py │ ├── SMOOTHIE.py │ ├── _GenericController.py │ └── _GenericGRBL.py ├── icons │ ├── SimpleArc.gif │ ├── SimpleDrill.gif │ ├── SimpleLine.gif │ ├── SimpleRectangle.gif │ ├── SimpleRotate.gif │ ├── SimpleTranslate.gif │ ├── about.gif │ ├── add.gif │ ├── all.gif │ ├── arcfit.gif │ ├── arduino.gif │ ├── axes.gif │ ├── bCNC.gif │ ├── bc.gif │ ├── bl.gif │ ├── boolean.gif │ ├── bowl.gif │ ├── box.gif │ ├── br.gif │ ├── calibrate32.gif │ ├── camera.gif │ ├── camera32.gif │ ├── center.gif │ ├── centerpoint.gif │ ├── clean32.gif │ ├── clear.gif │ ├── climb.gif │ ├── clone.gif │ ├── closepath.gif │ ├── color.gif │ ├── comment.gif │ ├── config.gif │ ├── config32.gif │ ├── control.gif │ ├── conventional.gif │ ├── copy.gif │ ├── crosshair.gif │ ├── crosshair32.gif │ ├── cut.gif │ ├── cut32.gif │ ├── debug.gif │ ├── diff.gif │ ├── digits.gif │ ├── disable.gif │ ├── divide.gif │ ├── down.gif │ ├── dragknife.gif │ ├── drill.gif │ ├── driller.gif │ ├── edge.gif │ ├── edit.gif │ ├── empty.gif │ ├── enable.gif │ ├── endmill.gif │ ├── endmill32.gif │ ├── event.gif │ ├── exclamation.gif │ ├── exit32.gif │ ├── expand.gif │ ├── find.gif │ ├── flatpath.gif │ ├── flatten.gif │ ├── flip_horizontal.gif │ ├── flip_vertical.gif │ ├── font.gif │ ├── freeze.gif │ ├── gantry.gif │ ├── gear.gif │ ├── gear32.gif │ ├── global.gif │ ├── globe.gif │ ├── grbl_build.gif │ ├── grbl_check.gif │ ├── grbl_help.gif │ ├── grbl_params.gif │ ├── grbl_settings.gif │ ├── grbl_startup.gif │ ├── grbl_state.gif │ ├── grid.gif │ ├── halftone.gif │ ├── hand.gif │ ├── heightmap.gif │ ├── helical.gif │ ├── hilbert.gif │ ├── home.gif │ ├── home32.gif │ ├── import32.gif │ ├── info.gif │ ├── inkscape.gif │ ├── intersection.gif │ ├── island.gif │ ├── jigsaw.gif │ ├── lamp.gif │ ├── lasercut.gif │ ├── layers.gif │ ├── lc.gif │ ├── level.gif │ ├── level32.gif │ ├── linearize.gif │ ├── link.gif │ ├── load.gif │ ├── lock.gif │ ├── margins.gif │ ├── material.gif │ ├── measure.gif │ ├── mesh.gif │ ├── midi2cnc.gif │ ├── move.gif │ ├── move32.gif │ ├── new.gif │ ├── new32.gif │ ├── offset.gif │ ├── offset32.gif │ ├── ok.gif │ ├── open32.gif │ ├── optimize.gif │ ├── origin.gif │ ├── origin32.gif │ ├── pan.gif │ ├── parabola.gif │ ├── paste.gif │ ├── paste32.gif │ ├── pause.gif │ ├── pause32.gif │ ├── pencil.gif │ ├── pocket.gif │ ├── probe32.gif │ ├── profile.gif │ ├── profile32.gif │ ├── pyrograph.gif │ ├── quit.gif │ ├── randomize.gif │ ├── rapid.gif │ ├── rc.gif │ ├── redo.gif │ ├── refresh.gif │ ├── rename.gif │ ├── replace.gif │ ├── reset.gif │ ├── reverse.gif │ ├── rotate.gif │ ├── rotate_180.gif │ ├── rotate_270.gif │ ├── rotate_90.gif │ ├── ruler.gif │ ├── save.gif │ ├── save32.gif │ ├── scale.gif │ ├── select.gif │ ├── select_all.gif │ ├── select_invert.gif │ ├── select_layer.gif │ ├── select_none.gif │ ├── sep.gif │ ├── serial.gif │ ├── serial48.gif │ ├── setsquare32.gif │ ├── shortcut.gif │ ├── sketch.gif │ ├── spinningtop.gif │ ├── spirograph.gif │ ├── start.gif │ ├── start32.gif │ ├── start_pendant.gif │ ├── stats.gif │ ├── stock32.gif │ ├── stop.gif │ ├── stop32.gif │ ├── stop_pendant.gif │ ├── swap.gif │ ├── tab.gif │ ├── target32.gif │ ├── tc.gif │ ├── terminal.gif │ ├── text.gif │ ├── tile.gif │ ├── tl.gif │ ├── toggle.gif │ ├── tools.gif │ ├── tr.gif │ ├── triangle_down.gif │ ├── trochoidal.gif │ ├── undo.gif │ ├── union.gif │ ├── unlock.gif │ ├── up.gif │ ├── view.gif │ ├── warn.gif │ ├── workspace.gif │ ├── x.gif │ ├── xor.gif │ ├── zigzag.gif │ ├── zoom.gif │ ├── zoom_in.gif │ ├── zoom_on.gif │ └── zoom_out.gif ├── images │ ├── mesh.gif │ ├── overcut-with.gif │ ├── overcut-without.gif │ ├── tabs-created.gif │ └── tabs-cut.gif ├── lib │ ├── Unicode.py │ ├── __init__.py │ ├── bFileDialog.py │ ├── bmath.py │ ├── bpath.py │ ├── bstl.py │ ├── dxf.py │ ├── imageToGcode.py │ ├── involute.py │ ├── log.py │ ├── meshcut.py │ ├── midiparser.py │ ├── ply.py │ ├── python_utils │ │ ├── __about__.py │ │ ├── __init__.py │ │ ├── compat.py │ │ ├── converters.py │ │ ├── formatters.py │ │ ├── import_.py │ │ ├── logger.py │ │ ├── terminal.py │ │ └── time.py │ ├── rexx.py │ ├── spline.py │ ├── stl │ │ ├── __about__.py │ │ ├── __init__.py │ │ ├── _speedups.pyx │ │ ├── base.py │ │ ├── main.py │ │ ├── mesh.py │ │ ├── stl.py │ │ └── utils.py │ ├── svgcode.py │ ├── tkDialogs.py │ ├── tkExtra.py │ ├── ttf.py │ ├── undo.py │ └── utils.py ├── locales │ ├── bCNC.pot │ ├── de │ │ └── LC_MESSAGES │ │ │ ├── bCNC.mo │ │ │ └── bCNC.po │ ├── es │ │ └── LC_MESSAGES │ │ │ ├── bCNC.mo │ │ │ └── bCNC.po │ ├── fr │ │ └── LC_MESSAGES │ │ │ ├── bCNC.mo │ │ │ └── bCNC.po │ ├── it │ │ └── LC_MESSAGES │ │ │ ├── bCNC.mo │ │ │ └── bCNC.po │ ├── ja │ │ └── LC_MESSAGES │ │ │ ├── bCNC.mo │ │ │ └── bCNC.po │ ├── kr │ │ └── LC_MESSAGES │ │ │ ├── bCNC.mo │ │ │ └── bCNC.po │ ├── nl │ │ └── LC_MESSAGES │ │ │ ├── bCNC.mo │ │ │ └── bCNC.po │ ├── pt_BR │ │ └── LC_MESSAGES │ │ │ ├── bCNC.mo │ │ │ └── bCNC.po │ ├── ru │ │ └── LC_MESSAGES │ │ │ ├── bCNC.mo │ │ │ └── bCNC.po │ ├── zh_CN │ │ └── LC_MESSAGES │ │ │ ├── bCNC.mo │ │ │ └── bCNC.po │ └── zh_TW │ │ └── LC_MESSAGES │ │ ├── bCNC.mo │ │ └── bCNC.po ├── make-exe.bat ├── pendant │ ├── camera.html │ ├── fastclick.js │ ├── index.html │ ├── jquery-2.1.4.min.js │ └── pure-min.css ├── plugins │ ├── Helical_Descent.py │ ├── LaserCut.py │ ├── Random.py │ ├── arcfit.py │ ├── bowl.py │ ├── box.py │ ├── center.py │ ├── closepath.py │ ├── difference.py │ ├── dragknife.py │ ├── driller.py │ ├── drillmark.py │ ├── endmilloffset.py │ ├── flatpath.py │ ├── flatten.py │ ├── function_plot.py │ ├── halftone.py │ ├── heightmap.py │ ├── hilbert.py │ ├── intersection.py │ ├── involuteGear.py │ ├── jigsaw.py │ ├── linearize.py │ ├── midi2cnc.py │ ├── pyrograph.py │ ├── scaling.py │ ├── simpleArc.py │ ├── simpleDrill.py │ ├── simpleLine.py │ ├── simpleRectangle.py │ ├── simpleRotate.py │ ├── simpleTranslate.py │ ├── sketch.py │ ├── slicemesh.py │ ├── spiral.py │ ├── spirograph.py │ ├── stlSlicer.py │ ├── text.py │ ├── tile.py │ ├── trochoidPath.py │ ├── trochoidal.py │ ├── trochoidal_3D.py │ └── zigzag.py └── requirements.txt ├── flatpak ├── README.md └── io.github.bcnc.json ├── makefile ├── setup.py ├── shell.nix └── tests ├── __init__.py ├── arduino-loopback ├── arduino-loopback.ino └── test-loopback.py ├── base.py ├── fake-grbl-arduino └── fake-grbl-arduino.ino ├── fake-grbl.sh ├── static └── sample.gcode ├── test_smoke.py └── travis_bcnc_config.ini /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/.travis.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.BSD3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/LICENSE.BSD3 -------------------------------------------------------------------------------- /LICENSE.MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/LICENSE.MIT -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/LICENSE.md -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/README.md -------------------------------------------------------------------------------- /bCNC.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC.1 -------------------------------------------------------------------------------- /bCNC.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC.bat -------------------------------------------------------------------------------- /bCNC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC.py -------------------------------------------------------------------------------- /bCNC.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC.sh -------------------------------------------------------------------------------- /bCNC/CNC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/CNC.py -------------------------------------------------------------------------------- /bCNC/CNCCanvas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/CNCCanvas.py -------------------------------------------------------------------------------- /bCNC/CNCList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/CNCList.py -------------------------------------------------------------------------------- /bCNC/CNCRibbon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/CNCRibbon.py -------------------------------------------------------------------------------- /bCNC/Camera.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/Camera.py -------------------------------------------------------------------------------- /bCNC/ControlPage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/ControlPage.py -------------------------------------------------------------------------------- /bCNC/EditorPage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/EditorPage.py -------------------------------------------------------------------------------- /bCNC/FilePage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/FilePage.py -------------------------------------------------------------------------------- /bCNC/Helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/Helpers.py -------------------------------------------------------------------------------- /bCNC/Pendant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/Pendant.py -------------------------------------------------------------------------------- /bCNC/ProbePage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/ProbePage.py -------------------------------------------------------------------------------- /bCNC/Ribbon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/Ribbon.py -------------------------------------------------------------------------------- /bCNC/Sender.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/Sender.py -------------------------------------------------------------------------------- /bCNC/TerminalPage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/TerminalPage.py -------------------------------------------------------------------------------- /bCNC/ToolsPage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/ToolsPage.py -------------------------------------------------------------------------------- /bCNC/Updates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/Updates.py -------------------------------------------------------------------------------- /bCNC/Utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/Utils.py -------------------------------------------------------------------------------- /bCNC/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bCNC/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/__main__.py -------------------------------------------------------------------------------- /bCNC/bCNC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/bCNC -------------------------------------------------------------------------------- /bCNC/bCNC.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/bCNC.bat -------------------------------------------------------------------------------- /bCNC/bCNC.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/bCNC.desktop -------------------------------------------------------------------------------- /bCNC/bCNC.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/bCNC.ico -------------------------------------------------------------------------------- /bCNC/bCNC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/bCNC.ini -------------------------------------------------------------------------------- /bCNC/bCNC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/bCNC.png -------------------------------------------------------------------------------- /bCNC/bCNC.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/bCNC.xbm -------------------------------------------------------------------------------- /bCNC/bmain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/bmain.py -------------------------------------------------------------------------------- /bCNC/controllers/G2Core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/controllers/G2Core.py -------------------------------------------------------------------------------- /bCNC/controllers/GRBL0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/controllers/GRBL0.py -------------------------------------------------------------------------------- /bCNC/controllers/GRBL1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/controllers/GRBL1.py -------------------------------------------------------------------------------- /bCNC/controllers/SMOOTHIE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/controllers/SMOOTHIE.py -------------------------------------------------------------------------------- /bCNC/controllers/_GenericController.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/controllers/_GenericController.py -------------------------------------------------------------------------------- /bCNC/controllers/_GenericGRBL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/controllers/_GenericGRBL.py -------------------------------------------------------------------------------- /bCNC/icons/SimpleArc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/SimpleArc.gif -------------------------------------------------------------------------------- /bCNC/icons/SimpleDrill.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/SimpleDrill.gif -------------------------------------------------------------------------------- /bCNC/icons/SimpleLine.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/SimpleLine.gif -------------------------------------------------------------------------------- /bCNC/icons/SimpleRectangle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/SimpleRectangle.gif -------------------------------------------------------------------------------- /bCNC/icons/SimpleRotate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/SimpleRotate.gif -------------------------------------------------------------------------------- /bCNC/icons/SimpleTranslate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/SimpleTranslate.gif -------------------------------------------------------------------------------- /bCNC/icons/about.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/about.gif -------------------------------------------------------------------------------- /bCNC/icons/add.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/add.gif -------------------------------------------------------------------------------- /bCNC/icons/all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/all.gif -------------------------------------------------------------------------------- /bCNC/icons/arcfit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/arcfit.gif -------------------------------------------------------------------------------- /bCNC/icons/arduino.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/arduino.gif -------------------------------------------------------------------------------- /bCNC/icons/axes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/axes.gif -------------------------------------------------------------------------------- /bCNC/icons/bCNC.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/bCNC.gif -------------------------------------------------------------------------------- /bCNC/icons/bc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/bc.gif -------------------------------------------------------------------------------- /bCNC/icons/bl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/bl.gif -------------------------------------------------------------------------------- /bCNC/icons/boolean.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/boolean.gif -------------------------------------------------------------------------------- /bCNC/icons/bowl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/bowl.gif -------------------------------------------------------------------------------- /bCNC/icons/box.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/box.gif -------------------------------------------------------------------------------- /bCNC/icons/br.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/br.gif -------------------------------------------------------------------------------- /bCNC/icons/calibrate32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/calibrate32.gif -------------------------------------------------------------------------------- /bCNC/icons/camera.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/camera.gif -------------------------------------------------------------------------------- /bCNC/icons/camera32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/camera32.gif -------------------------------------------------------------------------------- /bCNC/icons/center.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/center.gif -------------------------------------------------------------------------------- /bCNC/icons/centerpoint.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/centerpoint.gif -------------------------------------------------------------------------------- /bCNC/icons/clean32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/clean32.gif -------------------------------------------------------------------------------- /bCNC/icons/clear.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/clear.gif -------------------------------------------------------------------------------- /bCNC/icons/climb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/climb.gif -------------------------------------------------------------------------------- /bCNC/icons/clone.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/clone.gif -------------------------------------------------------------------------------- /bCNC/icons/closepath.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/closepath.gif -------------------------------------------------------------------------------- /bCNC/icons/color.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/color.gif -------------------------------------------------------------------------------- /bCNC/icons/comment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/comment.gif -------------------------------------------------------------------------------- /bCNC/icons/config.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/config.gif -------------------------------------------------------------------------------- /bCNC/icons/config32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/config32.gif -------------------------------------------------------------------------------- /bCNC/icons/control.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/control.gif -------------------------------------------------------------------------------- /bCNC/icons/conventional.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/conventional.gif -------------------------------------------------------------------------------- /bCNC/icons/copy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/copy.gif -------------------------------------------------------------------------------- /bCNC/icons/crosshair.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/crosshair.gif -------------------------------------------------------------------------------- /bCNC/icons/crosshair32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/crosshair32.gif -------------------------------------------------------------------------------- /bCNC/icons/cut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/cut.gif -------------------------------------------------------------------------------- /bCNC/icons/cut32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/cut32.gif -------------------------------------------------------------------------------- /bCNC/icons/debug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/debug.gif -------------------------------------------------------------------------------- /bCNC/icons/diff.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/diff.gif -------------------------------------------------------------------------------- /bCNC/icons/digits.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/digits.gif -------------------------------------------------------------------------------- /bCNC/icons/disable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/disable.gif -------------------------------------------------------------------------------- /bCNC/icons/divide.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/divide.gif -------------------------------------------------------------------------------- /bCNC/icons/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/down.gif -------------------------------------------------------------------------------- /bCNC/icons/dragknife.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/dragknife.gif -------------------------------------------------------------------------------- /bCNC/icons/drill.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/drill.gif -------------------------------------------------------------------------------- /bCNC/icons/driller.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/driller.gif -------------------------------------------------------------------------------- /bCNC/icons/edge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/edge.gif -------------------------------------------------------------------------------- /bCNC/icons/edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/edit.gif -------------------------------------------------------------------------------- /bCNC/icons/empty.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/empty.gif -------------------------------------------------------------------------------- /bCNC/icons/enable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/enable.gif -------------------------------------------------------------------------------- /bCNC/icons/endmill.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/endmill.gif -------------------------------------------------------------------------------- /bCNC/icons/endmill32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/endmill32.gif -------------------------------------------------------------------------------- /bCNC/icons/event.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/event.gif -------------------------------------------------------------------------------- /bCNC/icons/exclamation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/exclamation.gif -------------------------------------------------------------------------------- /bCNC/icons/exit32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/exit32.gif -------------------------------------------------------------------------------- /bCNC/icons/expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/expand.gif -------------------------------------------------------------------------------- /bCNC/icons/find.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/find.gif -------------------------------------------------------------------------------- /bCNC/icons/flatpath.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/flatpath.gif -------------------------------------------------------------------------------- /bCNC/icons/flatten.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/flatten.gif -------------------------------------------------------------------------------- /bCNC/icons/flip_horizontal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/flip_horizontal.gif -------------------------------------------------------------------------------- /bCNC/icons/flip_vertical.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/flip_vertical.gif -------------------------------------------------------------------------------- /bCNC/icons/font.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/font.gif -------------------------------------------------------------------------------- /bCNC/icons/freeze.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/freeze.gif -------------------------------------------------------------------------------- /bCNC/icons/gantry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/gantry.gif -------------------------------------------------------------------------------- /bCNC/icons/gear.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/gear.gif -------------------------------------------------------------------------------- /bCNC/icons/gear32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/gear32.gif -------------------------------------------------------------------------------- /bCNC/icons/global.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/global.gif -------------------------------------------------------------------------------- /bCNC/icons/globe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/globe.gif -------------------------------------------------------------------------------- /bCNC/icons/grbl_build.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/grbl_build.gif -------------------------------------------------------------------------------- /bCNC/icons/grbl_check.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/grbl_check.gif -------------------------------------------------------------------------------- /bCNC/icons/grbl_help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/grbl_help.gif -------------------------------------------------------------------------------- /bCNC/icons/grbl_params.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/grbl_params.gif -------------------------------------------------------------------------------- /bCNC/icons/grbl_settings.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/grbl_settings.gif -------------------------------------------------------------------------------- /bCNC/icons/grbl_startup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/grbl_startup.gif -------------------------------------------------------------------------------- /bCNC/icons/grbl_state.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/grbl_state.gif -------------------------------------------------------------------------------- /bCNC/icons/grid.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/grid.gif -------------------------------------------------------------------------------- /bCNC/icons/halftone.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/halftone.gif -------------------------------------------------------------------------------- /bCNC/icons/hand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/hand.gif -------------------------------------------------------------------------------- /bCNC/icons/heightmap.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/heightmap.gif -------------------------------------------------------------------------------- /bCNC/icons/helical.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/helical.gif -------------------------------------------------------------------------------- /bCNC/icons/hilbert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/hilbert.gif -------------------------------------------------------------------------------- /bCNC/icons/home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/home.gif -------------------------------------------------------------------------------- /bCNC/icons/home32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/home32.gif -------------------------------------------------------------------------------- /bCNC/icons/import32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/import32.gif -------------------------------------------------------------------------------- /bCNC/icons/info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/info.gif -------------------------------------------------------------------------------- /bCNC/icons/inkscape.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/inkscape.gif -------------------------------------------------------------------------------- /bCNC/icons/intersection.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/intersection.gif -------------------------------------------------------------------------------- /bCNC/icons/island.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/island.gif -------------------------------------------------------------------------------- /bCNC/icons/jigsaw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/jigsaw.gif -------------------------------------------------------------------------------- /bCNC/icons/lamp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/lamp.gif -------------------------------------------------------------------------------- /bCNC/icons/lasercut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/lasercut.gif -------------------------------------------------------------------------------- /bCNC/icons/layers.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/layers.gif -------------------------------------------------------------------------------- /bCNC/icons/lc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/lc.gif -------------------------------------------------------------------------------- /bCNC/icons/level.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/level.gif -------------------------------------------------------------------------------- /bCNC/icons/level32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/level32.gif -------------------------------------------------------------------------------- /bCNC/icons/linearize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/linearize.gif -------------------------------------------------------------------------------- /bCNC/icons/link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/link.gif -------------------------------------------------------------------------------- /bCNC/icons/load.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/load.gif -------------------------------------------------------------------------------- /bCNC/icons/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/lock.gif -------------------------------------------------------------------------------- /bCNC/icons/margins.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/margins.gif -------------------------------------------------------------------------------- /bCNC/icons/material.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/material.gif -------------------------------------------------------------------------------- /bCNC/icons/measure.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/measure.gif -------------------------------------------------------------------------------- /bCNC/icons/mesh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/mesh.gif -------------------------------------------------------------------------------- /bCNC/icons/midi2cnc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/midi2cnc.gif -------------------------------------------------------------------------------- /bCNC/icons/move.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/move.gif -------------------------------------------------------------------------------- /bCNC/icons/move32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/move32.gif -------------------------------------------------------------------------------- /bCNC/icons/new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/new.gif -------------------------------------------------------------------------------- /bCNC/icons/new32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/new32.gif -------------------------------------------------------------------------------- /bCNC/icons/offset.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/offset.gif -------------------------------------------------------------------------------- /bCNC/icons/offset32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/offset32.gif -------------------------------------------------------------------------------- /bCNC/icons/ok.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/ok.gif -------------------------------------------------------------------------------- /bCNC/icons/open32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/open32.gif -------------------------------------------------------------------------------- /bCNC/icons/optimize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/optimize.gif -------------------------------------------------------------------------------- /bCNC/icons/origin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/origin.gif -------------------------------------------------------------------------------- /bCNC/icons/origin32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/origin32.gif -------------------------------------------------------------------------------- /bCNC/icons/pan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/pan.gif -------------------------------------------------------------------------------- /bCNC/icons/parabola.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/parabola.gif -------------------------------------------------------------------------------- /bCNC/icons/paste.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/paste.gif -------------------------------------------------------------------------------- /bCNC/icons/paste32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/paste32.gif -------------------------------------------------------------------------------- /bCNC/icons/pause.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/pause.gif -------------------------------------------------------------------------------- /bCNC/icons/pause32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/pause32.gif -------------------------------------------------------------------------------- /bCNC/icons/pencil.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/pencil.gif -------------------------------------------------------------------------------- /bCNC/icons/pocket.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/pocket.gif -------------------------------------------------------------------------------- /bCNC/icons/probe32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/probe32.gif -------------------------------------------------------------------------------- /bCNC/icons/profile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/profile.gif -------------------------------------------------------------------------------- /bCNC/icons/profile32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/profile32.gif -------------------------------------------------------------------------------- /bCNC/icons/pyrograph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/pyrograph.gif -------------------------------------------------------------------------------- /bCNC/icons/quit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/quit.gif -------------------------------------------------------------------------------- /bCNC/icons/randomize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/randomize.gif -------------------------------------------------------------------------------- /bCNC/icons/rapid.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/rapid.gif -------------------------------------------------------------------------------- /bCNC/icons/rc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/rc.gif -------------------------------------------------------------------------------- /bCNC/icons/redo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/redo.gif -------------------------------------------------------------------------------- /bCNC/icons/refresh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/refresh.gif -------------------------------------------------------------------------------- /bCNC/icons/rename.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/rename.gif -------------------------------------------------------------------------------- /bCNC/icons/replace.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/replace.gif -------------------------------------------------------------------------------- /bCNC/icons/reset.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/reset.gif -------------------------------------------------------------------------------- /bCNC/icons/reverse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/reverse.gif -------------------------------------------------------------------------------- /bCNC/icons/rotate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/rotate.gif -------------------------------------------------------------------------------- /bCNC/icons/rotate_180.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/rotate_180.gif -------------------------------------------------------------------------------- /bCNC/icons/rotate_270.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/rotate_270.gif -------------------------------------------------------------------------------- /bCNC/icons/rotate_90.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/rotate_90.gif -------------------------------------------------------------------------------- /bCNC/icons/ruler.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/ruler.gif -------------------------------------------------------------------------------- /bCNC/icons/save.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/save.gif -------------------------------------------------------------------------------- /bCNC/icons/save32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/save32.gif -------------------------------------------------------------------------------- /bCNC/icons/scale.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/scale.gif -------------------------------------------------------------------------------- /bCNC/icons/select.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/select.gif -------------------------------------------------------------------------------- /bCNC/icons/select_all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/select_all.gif -------------------------------------------------------------------------------- /bCNC/icons/select_invert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/select_invert.gif -------------------------------------------------------------------------------- /bCNC/icons/select_layer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/select_layer.gif -------------------------------------------------------------------------------- /bCNC/icons/select_none.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/select_none.gif -------------------------------------------------------------------------------- /bCNC/icons/sep.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/sep.gif -------------------------------------------------------------------------------- /bCNC/icons/serial.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/serial.gif -------------------------------------------------------------------------------- /bCNC/icons/serial48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/serial48.gif -------------------------------------------------------------------------------- /bCNC/icons/setsquare32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/setsquare32.gif -------------------------------------------------------------------------------- /bCNC/icons/shortcut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/shortcut.gif -------------------------------------------------------------------------------- /bCNC/icons/sketch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/sketch.gif -------------------------------------------------------------------------------- /bCNC/icons/spinningtop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/spinningtop.gif -------------------------------------------------------------------------------- /bCNC/icons/spirograph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/spirograph.gif -------------------------------------------------------------------------------- /bCNC/icons/start.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/start.gif -------------------------------------------------------------------------------- /bCNC/icons/start32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/start32.gif -------------------------------------------------------------------------------- /bCNC/icons/start_pendant.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/start_pendant.gif -------------------------------------------------------------------------------- /bCNC/icons/stats.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/stats.gif -------------------------------------------------------------------------------- /bCNC/icons/stock32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/stock32.gif -------------------------------------------------------------------------------- /bCNC/icons/stop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/stop.gif -------------------------------------------------------------------------------- /bCNC/icons/stop32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/stop32.gif -------------------------------------------------------------------------------- /bCNC/icons/stop_pendant.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/stop_pendant.gif -------------------------------------------------------------------------------- /bCNC/icons/swap.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/swap.gif -------------------------------------------------------------------------------- /bCNC/icons/tab.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/tab.gif -------------------------------------------------------------------------------- /bCNC/icons/target32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/target32.gif -------------------------------------------------------------------------------- /bCNC/icons/tc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/tc.gif -------------------------------------------------------------------------------- /bCNC/icons/terminal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/terminal.gif -------------------------------------------------------------------------------- /bCNC/icons/text.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/text.gif -------------------------------------------------------------------------------- /bCNC/icons/tile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/tile.gif -------------------------------------------------------------------------------- /bCNC/icons/tl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/tl.gif -------------------------------------------------------------------------------- /bCNC/icons/toggle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/toggle.gif -------------------------------------------------------------------------------- /bCNC/icons/tools.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/tools.gif -------------------------------------------------------------------------------- /bCNC/icons/tr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/tr.gif -------------------------------------------------------------------------------- /bCNC/icons/triangle_down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/triangle_down.gif -------------------------------------------------------------------------------- /bCNC/icons/trochoidal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/trochoidal.gif -------------------------------------------------------------------------------- /bCNC/icons/undo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/undo.gif -------------------------------------------------------------------------------- /bCNC/icons/union.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/union.gif -------------------------------------------------------------------------------- /bCNC/icons/unlock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/unlock.gif -------------------------------------------------------------------------------- /bCNC/icons/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/up.gif -------------------------------------------------------------------------------- /bCNC/icons/view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/view.gif -------------------------------------------------------------------------------- /bCNC/icons/warn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/warn.gif -------------------------------------------------------------------------------- /bCNC/icons/workspace.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/workspace.gif -------------------------------------------------------------------------------- /bCNC/icons/x.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/x.gif -------------------------------------------------------------------------------- /bCNC/icons/xor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/xor.gif -------------------------------------------------------------------------------- /bCNC/icons/zigzag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/zigzag.gif -------------------------------------------------------------------------------- /bCNC/icons/zoom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/zoom.gif -------------------------------------------------------------------------------- /bCNC/icons/zoom_in.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/zoom_in.gif -------------------------------------------------------------------------------- /bCNC/icons/zoom_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/zoom_on.gif -------------------------------------------------------------------------------- /bCNC/icons/zoom_out.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/icons/zoom_out.gif -------------------------------------------------------------------------------- /bCNC/images/mesh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/images/mesh.gif -------------------------------------------------------------------------------- /bCNC/images/overcut-with.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/images/overcut-with.gif -------------------------------------------------------------------------------- /bCNC/images/overcut-without.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/images/overcut-without.gif -------------------------------------------------------------------------------- /bCNC/images/tabs-created.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/images/tabs-created.gif -------------------------------------------------------------------------------- /bCNC/images/tabs-cut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/images/tabs-cut.gif -------------------------------------------------------------------------------- /bCNC/lib/Unicode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/Unicode.py -------------------------------------------------------------------------------- /bCNC/lib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bCNC/lib/bFileDialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/bFileDialog.py -------------------------------------------------------------------------------- /bCNC/lib/bmath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/bmath.py -------------------------------------------------------------------------------- /bCNC/lib/bpath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/bpath.py -------------------------------------------------------------------------------- /bCNC/lib/bstl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/bstl.py -------------------------------------------------------------------------------- /bCNC/lib/dxf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/dxf.py -------------------------------------------------------------------------------- /bCNC/lib/imageToGcode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/imageToGcode.py -------------------------------------------------------------------------------- /bCNC/lib/involute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/involute.py -------------------------------------------------------------------------------- /bCNC/lib/log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/log.py -------------------------------------------------------------------------------- /bCNC/lib/meshcut.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/meshcut.py -------------------------------------------------------------------------------- /bCNC/lib/midiparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/midiparser.py -------------------------------------------------------------------------------- /bCNC/lib/ply.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/ply.py -------------------------------------------------------------------------------- /bCNC/lib/python_utils/__about__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/python_utils/__about__.py -------------------------------------------------------------------------------- /bCNC/lib/python_utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bCNC/lib/python_utils/compat.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bCNC/lib/python_utils/converters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/python_utils/converters.py -------------------------------------------------------------------------------- /bCNC/lib/python_utils/formatters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/python_utils/formatters.py -------------------------------------------------------------------------------- /bCNC/lib/python_utils/import_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/python_utils/import_.py -------------------------------------------------------------------------------- /bCNC/lib/python_utils/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/python_utils/logger.py -------------------------------------------------------------------------------- /bCNC/lib/python_utils/terminal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/python_utils/terminal.py -------------------------------------------------------------------------------- /bCNC/lib/python_utils/time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/python_utils/time.py -------------------------------------------------------------------------------- /bCNC/lib/rexx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/rexx.py -------------------------------------------------------------------------------- /bCNC/lib/spline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/spline.py -------------------------------------------------------------------------------- /bCNC/lib/stl/__about__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/stl/__about__.py -------------------------------------------------------------------------------- /bCNC/lib/stl/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/stl/__init__.py -------------------------------------------------------------------------------- /bCNC/lib/stl/_speedups.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/stl/_speedups.pyx -------------------------------------------------------------------------------- /bCNC/lib/stl/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/stl/base.py -------------------------------------------------------------------------------- /bCNC/lib/stl/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/stl/main.py -------------------------------------------------------------------------------- /bCNC/lib/stl/mesh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/stl/mesh.py -------------------------------------------------------------------------------- /bCNC/lib/stl/stl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/stl/stl.py -------------------------------------------------------------------------------- /bCNC/lib/stl/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/stl/utils.py -------------------------------------------------------------------------------- /bCNC/lib/svgcode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/svgcode.py -------------------------------------------------------------------------------- /bCNC/lib/tkDialogs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/tkDialogs.py -------------------------------------------------------------------------------- /bCNC/lib/tkExtra.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/tkExtra.py -------------------------------------------------------------------------------- /bCNC/lib/ttf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/ttf.py -------------------------------------------------------------------------------- /bCNC/lib/undo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/undo.py -------------------------------------------------------------------------------- /bCNC/lib/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/lib/utils.py -------------------------------------------------------------------------------- /bCNC/locales/bCNC.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/bCNC.pot -------------------------------------------------------------------------------- /bCNC/locales/de/LC_MESSAGES/bCNC.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/de/LC_MESSAGES/bCNC.mo -------------------------------------------------------------------------------- /bCNC/locales/de/LC_MESSAGES/bCNC.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/de/LC_MESSAGES/bCNC.po -------------------------------------------------------------------------------- /bCNC/locales/es/LC_MESSAGES/bCNC.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/es/LC_MESSAGES/bCNC.mo -------------------------------------------------------------------------------- /bCNC/locales/es/LC_MESSAGES/bCNC.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/es/LC_MESSAGES/bCNC.po -------------------------------------------------------------------------------- /bCNC/locales/fr/LC_MESSAGES/bCNC.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/fr/LC_MESSAGES/bCNC.mo -------------------------------------------------------------------------------- /bCNC/locales/fr/LC_MESSAGES/bCNC.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/fr/LC_MESSAGES/bCNC.po -------------------------------------------------------------------------------- /bCNC/locales/it/LC_MESSAGES/bCNC.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/it/LC_MESSAGES/bCNC.mo -------------------------------------------------------------------------------- /bCNC/locales/it/LC_MESSAGES/bCNC.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/it/LC_MESSAGES/bCNC.po -------------------------------------------------------------------------------- /bCNC/locales/ja/LC_MESSAGES/bCNC.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/ja/LC_MESSAGES/bCNC.mo -------------------------------------------------------------------------------- /bCNC/locales/ja/LC_MESSAGES/bCNC.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/ja/LC_MESSAGES/bCNC.po -------------------------------------------------------------------------------- /bCNC/locales/kr/LC_MESSAGES/bCNC.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/kr/LC_MESSAGES/bCNC.mo -------------------------------------------------------------------------------- /bCNC/locales/kr/LC_MESSAGES/bCNC.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/kr/LC_MESSAGES/bCNC.po -------------------------------------------------------------------------------- /bCNC/locales/nl/LC_MESSAGES/bCNC.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/nl/LC_MESSAGES/bCNC.mo -------------------------------------------------------------------------------- /bCNC/locales/nl/LC_MESSAGES/bCNC.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/nl/LC_MESSAGES/bCNC.po -------------------------------------------------------------------------------- /bCNC/locales/pt_BR/LC_MESSAGES/bCNC.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/pt_BR/LC_MESSAGES/bCNC.mo -------------------------------------------------------------------------------- /bCNC/locales/pt_BR/LC_MESSAGES/bCNC.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/pt_BR/LC_MESSAGES/bCNC.po -------------------------------------------------------------------------------- /bCNC/locales/ru/LC_MESSAGES/bCNC.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/ru/LC_MESSAGES/bCNC.mo -------------------------------------------------------------------------------- /bCNC/locales/ru/LC_MESSAGES/bCNC.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/ru/LC_MESSAGES/bCNC.po -------------------------------------------------------------------------------- /bCNC/locales/zh_CN/LC_MESSAGES/bCNC.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/zh_CN/LC_MESSAGES/bCNC.mo -------------------------------------------------------------------------------- /bCNC/locales/zh_CN/LC_MESSAGES/bCNC.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/zh_CN/LC_MESSAGES/bCNC.po -------------------------------------------------------------------------------- /bCNC/locales/zh_TW/LC_MESSAGES/bCNC.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/zh_TW/LC_MESSAGES/bCNC.mo -------------------------------------------------------------------------------- /bCNC/locales/zh_TW/LC_MESSAGES/bCNC.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/locales/zh_TW/LC_MESSAGES/bCNC.po -------------------------------------------------------------------------------- /bCNC/make-exe.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/make-exe.bat -------------------------------------------------------------------------------- /bCNC/pendant/camera.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/pendant/camera.html -------------------------------------------------------------------------------- /bCNC/pendant/fastclick.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/pendant/fastclick.js -------------------------------------------------------------------------------- /bCNC/pendant/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/pendant/index.html -------------------------------------------------------------------------------- /bCNC/pendant/jquery-2.1.4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/pendant/jquery-2.1.4.min.js -------------------------------------------------------------------------------- /bCNC/pendant/pure-min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/pendant/pure-min.css -------------------------------------------------------------------------------- /bCNC/plugins/Helical_Descent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/Helical_Descent.py -------------------------------------------------------------------------------- /bCNC/plugins/LaserCut.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/LaserCut.py -------------------------------------------------------------------------------- /bCNC/plugins/Random.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/Random.py -------------------------------------------------------------------------------- /bCNC/plugins/arcfit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/arcfit.py -------------------------------------------------------------------------------- /bCNC/plugins/bowl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/bowl.py -------------------------------------------------------------------------------- /bCNC/plugins/box.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/box.py -------------------------------------------------------------------------------- /bCNC/plugins/center.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/center.py -------------------------------------------------------------------------------- /bCNC/plugins/closepath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/closepath.py -------------------------------------------------------------------------------- /bCNC/plugins/difference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/difference.py -------------------------------------------------------------------------------- /bCNC/plugins/dragknife.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/dragknife.py -------------------------------------------------------------------------------- /bCNC/plugins/driller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/driller.py -------------------------------------------------------------------------------- /bCNC/plugins/drillmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/drillmark.py -------------------------------------------------------------------------------- /bCNC/plugins/endmilloffset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/endmilloffset.py -------------------------------------------------------------------------------- /bCNC/plugins/flatpath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/flatpath.py -------------------------------------------------------------------------------- /bCNC/plugins/flatten.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/flatten.py -------------------------------------------------------------------------------- /bCNC/plugins/function_plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/function_plot.py -------------------------------------------------------------------------------- /bCNC/plugins/halftone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/halftone.py -------------------------------------------------------------------------------- /bCNC/plugins/heightmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/heightmap.py -------------------------------------------------------------------------------- /bCNC/plugins/hilbert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/hilbert.py -------------------------------------------------------------------------------- /bCNC/plugins/intersection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/intersection.py -------------------------------------------------------------------------------- /bCNC/plugins/involuteGear.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/involuteGear.py -------------------------------------------------------------------------------- /bCNC/plugins/jigsaw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/jigsaw.py -------------------------------------------------------------------------------- /bCNC/plugins/linearize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/linearize.py -------------------------------------------------------------------------------- /bCNC/plugins/midi2cnc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/midi2cnc.py -------------------------------------------------------------------------------- /bCNC/plugins/pyrograph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/pyrograph.py -------------------------------------------------------------------------------- /bCNC/plugins/scaling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/scaling.py -------------------------------------------------------------------------------- /bCNC/plugins/simpleArc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/simpleArc.py -------------------------------------------------------------------------------- /bCNC/plugins/simpleDrill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/simpleDrill.py -------------------------------------------------------------------------------- /bCNC/plugins/simpleLine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/simpleLine.py -------------------------------------------------------------------------------- /bCNC/plugins/simpleRectangle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/simpleRectangle.py -------------------------------------------------------------------------------- /bCNC/plugins/simpleRotate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/simpleRotate.py -------------------------------------------------------------------------------- /bCNC/plugins/simpleTranslate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/simpleTranslate.py -------------------------------------------------------------------------------- /bCNC/plugins/sketch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/sketch.py -------------------------------------------------------------------------------- /bCNC/plugins/slicemesh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/slicemesh.py -------------------------------------------------------------------------------- /bCNC/plugins/spiral.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/spiral.py -------------------------------------------------------------------------------- /bCNC/plugins/spirograph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/spirograph.py -------------------------------------------------------------------------------- /bCNC/plugins/stlSlicer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/stlSlicer.py -------------------------------------------------------------------------------- /bCNC/plugins/text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/text.py -------------------------------------------------------------------------------- /bCNC/plugins/tile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/tile.py -------------------------------------------------------------------------------- /bCNC/plugins/trochoidPath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/trochoidPath.py -------------------------------------------------------------------------------- /bCNC/plugins/trochoidal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/trochoidal.py -------------------------------------------------------------------------------- /bCNC/plugins/trochoidal_3D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/trochoidal_3D.py -------------------------------------------------------------------------------- /bCNC/plugins/zigzag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/plugins/zigzag.py -------------------------------------------------------------------------------- /bCNC/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/bCNC/requirements.txt -------------------------------------------------------------------------------- /flatpak/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/flatpak/README.md -------------------------------------------------------------------------------- /flatpak/io.github.bcnc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/flatpak/io.github.bcnc.json -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/makefile -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/setup.py -------------------------------------------------------------------------------- /shell.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/shell.nix -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/arduino-loopback/arduino-loopback.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/tests/arduino-loopback/arduino-loopback.ino -------------------------------------------------------------------------------- /tests/arduino-loopback/test-loopback.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/tests/arduino-loopback/test-loopback.py -------------------------------------------------------------------------------- /tests/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/tests/base.py -------------------------------------------------------------------------------- /tests/fake-grbl-arduino/fake-grbl-arduino.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/tests/fake-grbl-arduino/fake-grbl-arduino.ino -------------------------------------------------------------------------------- /tests/fake-grbl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/tests/fake-grbl.sh -------------------------------------------------------------------------------- /tests/static/sample.gcode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/tests/static/sample.gcode -------------------------------------------------------------------------------- /tests/test_smoke.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/tests/test_smoke.py -------------------------------------------------------------------------------- /tests/travis_bcnc_config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlachoudis/bCNC/HEAD/tests/travis_bcnc_config.ini --------------------------------------------------------------------------------