fix readme and type hints
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user