From f70ccf1e782bf83650cf9ed1929c9bdac1ab0c85 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 22 Nov 2020 15:24:15 +0100 Subject: [PATCH] updated readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce47608..acfd306 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Split a Cura generated GCode file into several files. +Tested with GCode files from +* Cura 3.5.1 +* Cura 4.7.1 + ## Features * Split by layer number or layer Z position @@ -10,11 +14,9 @@ Split a Cura generated GCode file into several files. ## Requirements * Python 3.7 -* pipenv ## Usage -* Run `pipenv sync` * Edit the `__main__` part at the bottom of `GcodeFileSplitter.py` ```python GcodeFileAnalyzer.SplitFileAtLayers( @@ -25,4 +27,4 @@ GcodeFileAnalyzer.SplitFileAtLayers( * The Z position where to split the file can be given in layer number (starting with 0) or in millimeters (value must match an actual layer z position in the gcode file) * Execute `GcodeFileSplitter.py` - * E.g.: `pipenv run python GcodeFileSplitter.py` + * E.g.: `python GcodeFileSplitter.py`