You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ pygcd plot --gcode <PATH>
66
66
67
67
## Creating a script using pyGCD
68
68
69
-
Example simulations are provided in [./examples/](https://github.com/FAST-LB/pyGCodeDecode/blob/main/examples/) and can be modified to suit your needs. If you want to start from scratch, the following instructions will help you setup and run a simulation.
69
+
Example simulations are provided in [./examples/](https://github.com/FAST-LB/pyGCodeDecode/blob/main/pyGCodeDecode/examples/) and can be modified to suit your needs. If you want to start from scratch, the following instructions will help you setup and run a simulation.
70
70
71
71
### Define your printer defaults in a `.yaml` file
72
72
@@ -86,7 +86,7 @@ prusa_mini:
86
86
vY: 180
87
87
vZ: 12
88
88
vE: 80
89
-
firmware: marlin_jerk
89
+
firmware: prusa
90
90
```
91
91
92
92
The default settings usually are machine specific and often can be read from the printer using a serial connection by sending a GCode command. You can use `M503` for Marlin, Prusa and some other firmwares.
@@ -104,13 +104,7 @@ from pyGCodeDecode import gcode_interpreter
0 commit comments