fix readme and type hints

This commit is contained in:
joergrs
2025-03-23 22:15:55 +01:00
parent 33462d7261
commit b8507c145f
2 changed files with 10 additions and 24 deletions

View File

@@ -13,7 +13,7 @@ Tested with GCode files from
## Requirements
* Python 3.7
* Python >=3.9
## Usage
@@ -25,6 +25,6 @@ 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)
* The Z position where to split the file can be given in layer number (starting with 1) or in millimeters (value must match an actual layer z position in the gcode file)
* Execute `GcodeFileSplitter.py`
* E.g.: `python GcodeFileSplitter.py`