diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md index 605c288b..dfd04add 100644 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -91,7 +91,7 @@ with Klippy, and send it to Klipper running in simulavr (see python virtual environment): ``` -~/klippy-env/bin/python ./klippy/klippy.py config/avrsim.cfg -i test.gcode -v +~/klippy-env/bin/python ./klippy/klippy.py config/generic-simulavr.cfg -i test.gcode -v ``` Using simulavr with gtkwave |