├── LICENSE.md ├── README.md ├── image_to_gcode.py ├── img └── sample_output.png └── tests ├── align2_test.bmp └── align4_test.bmp /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjkelly/image_to_gcode/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjkelly/image_to_gcode/HEAD/README.md -------------------------------------------------------------------------------- /image_to_gcode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjkelly/image_to_gcode/HEAD/image_to_gcode.py -------------------------------------------------------------------------------- /img/sample_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjkelly/image_to_gcode/HEAD/img/sample_output.png -------------------------------------------------------------------------------- /tests/align2_test.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjkelly/image_to_gcode/HEAD/tests/align2_test.bmp -------------------------------------------------------------------------------- /tests/align4_test.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjkelly/image_to_gcode/HEAD/tests/align4_test.bmp --------------------------------------------------------------------------------