Skip to content

Commit f49bbc9

Browse files
committed
update readme demo paths
1 parent af0574d commit f49bbc9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

orx-g-code/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,31 @@ A [Generator](src/commonMain/kotlin/Generator.kt) generates g-code for the follo
1616
- `end`: End of file sequence.
1717
- `comment`: Insert a comment.
1818

19-
These are used by the `toCommands()` extensions in [shape.kt](src/commonMain/kotlin/shape.kt) to convert a composition
19+
These are used by the `toCommands()` extensions in [shape.kt](src/commonMain/kotlin/extensions/shape.kt) to convert a composition
2020
to a set of Commands.
2121

2222
It only supports absolute moves, so `G90 absolute positioning` should be included in the setup.
2323

2424
`basicGrblSetup` defines an example that outputs g-code, which *should be*
2525
compatible with [grbl v1.1](https://github.com/grbl/grbl).
2626

27-
See [DemoGcodeGenerator.kt](src/demo/kotlin/DemoGcodeGenerator.kt) for an example of how to use.
27+
See [DemoGcodeGenerator.kt](src/jvmDemo/kotlin/DemoGcodeGenerator.kt) for an example of how to use.
2828

2929
## Plot (jvm only)
3030

3131
The [Plot Extension](src/jvmMain/kotlin/Plot.kt) provides a quick setup for drawing, rendering and exporting files for
3232
a pen plotter.
33-
See [DemoSimplePlot.kt](src/demo/kotlin/DemoSimplePlot.kt) for an example of how to use.
33+
See [DemoSimplePlot.kt](src/jvmDemo/kotlin/DemoSimplePlot.kt) for an example of how to use.
3434

3535

3636
<!-- __demos__ -->
3737
## Demos
3838
### DemoInteractivePlot
39-
[source code](src/demo/kotlin/DemoInteractivePlot.kt)
39+
[source code](src/jvmDemo/kotlin/DemoInteractivePlot.kt)
4040

4141
![DemoInteractivePlotKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-g-code/images/DemoInteractivePlotKt.png)
4242

4343
### DemoSimplePlot
44-
[source code](src/demo/kotlin/DemoSimplePlot.kt)
44+
[source code](src/jvmDemo/kotlin/DemoSimplePlot.kt)
4545

4646
![DemoSimplePlotKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-g-code/images/DemoSimplePlotKt.png)

0 commit comments

Comments
 (0)