Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
genbs committed Mar 17, 2021
1 parent 54c9b7c commit bc57c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GCODE-Exporter

This is a tool to export the [urpflanze scene](https://github.com/urpflanze-org/core) in GCODE
This is a tool to export the [urpflanze scene](https://github.com/urpflanze-org/core) to GCODE

Install with npm

Expand All @@ -24,7 +24,7 @@ scene.update()
const gcode = GCODEExporter.parse(scene /*, config*/)
```

To configure the machine you can as the second argument of `parse`
You can pass machine configuration with the second argument of `parse`

```javascript
{
Expand Down

0 comments on commit bc57c33

Please sign in to comment.