From 9c019bc26e4de807b37784c6b07a59ba975a83a1 Mon Sep 17 00:00:00 2001 From: andypugh Date: Fri, 27 Feb 2015 22:57:22 +0000 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md 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 + +