diff --git a/README.md b/README.md new file mode 100644 index 0000000..b3c893f --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# SVG_Slicer +Python Code to display a single slice of SVG file as a LinuxCNC HAL component + +to start the slicer: +./test.py test.svg + +To actually display a layer (needs LinuxCNC HAL): +halcmd -kf +setp slice-viewer.Z 10 +setp slice-viewer.scale 4 + +