├── LICENSE ├── README.md ├── doc ├── AddAScript.png ├── ModifyGCode.png ├── NeoDisplay.jpg ├── OctoThumb.png ├── ShowConfig.png ├── ThingIso.png └── ThumbnailParam.png └── scripts └── CreateV2NeoThumbnail.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KenHuffman/UltimakerCuraScripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KenHuffman/UltimakerCuraScripts/HEAD/README.md -------------------------------------------------------------------------------- /doc/AddAScript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KenHuffman/UltimakerCuraScripts/HEAD/doc/AddAScript.png -------------------------------------------------------------------------------- /doc/ModifyGCode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KenHuffman/UltimakerCuraScripts/HEAD/doc/ModifyGCode.png -------------------------------------------------------------------------------- /doc/NeoDisplay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KenHuffman/UltimakerCuraScripts/HEAD/doc/NeoDisplay.jpg -------------------------------------------------------------------------------- /doc/OctoThumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KenHuffman/UltimakerCuraScripts/HEAD/doc/OctoThumb.png -------------------------------------------------------------------------------- /doc/ShowConfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KenHuffman/UltimakerCuraScripts/HEAD/doc/ShowConfig.png -------------------------------------------------------------------------------- /doc/ThingIso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KenHuffman/UltimakerCuraScripts/HEAD/doc/ThingIso.png -------------------------------------------------------------------------------- /doc/ThumbnailParam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KenHuffman/UltimakerCuraScripts/HEAD/doc/ThumbnailParam.png -------------------------------------------------------------------------------- /scripts/CreateV2NeoThumbnail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KenHuffman/UltimakerCuraScripts/HEAD/scripts/CreateV2NeoThumbnail.py --------------------------------------------------------------------------------