We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bc95b commit f54c1deCopy full SHA for f54c1de
vpype_gcode/gwrite.py
@@ -46,7 +46,7 @@ def invert_axis(document: vp.Document, invert_x: bool, invert_y: bool):
46
@vp.global_processor
47
def gwrite(document: vp.Document, output: typing.TextIO, profile: str):
48
"""
49
- Write gcode files for the vpype pipeline.
+ Write gcode or other ascii files for the vpype pipeline.
50
51
The output format can be customized by the user heavily to an extent that you can also output most known
52
non-gcode ascii text files.
0 commit comments