Skip to content

Commit f7ff6fe

Browse files
committed
Update Documentation
1 parent 9d866d4 commit f7ff6fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ These parameters define the transformation between *vpype*'s and the target's co
7979
- `scale_y`: Apply a scaling factor on the Y axis. Use `-1` to invert the direction.
8080
- `offset_x`: Apply an offset to the X axis. This offset is expressed in the unit defined by `unit`.
8181
- `offset_y`: Apply an offset to the Y axis. This offset is expressed in the unit defined by `unit`.
82+
- `invert_x`: Invert or mirror all points right-to-left without changing the position within the document space.
83+
- `invert_y`: Invert or mirror all points top-to-bottom without changing the position within the document space.
8284

8385
### Output Format
8486
All of the options below default to an empty text which means no output is generated. However, if `segment_first` or `segment_last` is omitted the code from `segment` is used. If there is only one segment, `segment_first` takes priority over `segment_last`.
@@ -119,6 +121,8 @@ The segments accept a lot of values that may be useful statistics for various fo
119121

120122
Note: `idx` and `idy` are properly guarded against compounding fractional rounding errors. Moving 0.1 units 1000 times results in a location 100 units away and not zero.
121123

124+
### Information Control
125+
- `info`: prints text after file is written to inform the user of said information
122126

123127
## Output structure
124128
The gwrite command gives you access to write to a variety of formats that fit the given outline. We're writing generic ascii. Since gcode can have more flavors than a Baskin Robbins™, it's best to simply draw broad strokes as to what ascii output should look like. Here we define the various elements without any regard to the gcode it will largely be producing.

0 commit comments

Comments
 (0)