File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2020to a set of Commands.
2121
2222It 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*
2525compatible 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
3131The [ Plot Extension] ( src/jvmMain/kotlin/Plot.kt ) provides a quick setup for drawing, rendering and exporting files for
3232a 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 )
You can’t perform that action at this time.
0 commit comments