Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gitaroktato authored Nov 11, 2022
1 parent 85ad055 commit 6003c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Changing retraction distance with a defined step distance, starting with 0 and i
python ./main.py -f GCODE_FILE_NAME -m distance -l 25 -d 0 -ds 0.5
```

Changing retraction speed from 25mm/s by 5mm/s in every 25 layer. **Note:** the given values are in mm / min [in Gcode](https://marlinfw.org/docs/gcode/G000-G001.html), so have to be multiplied by 60.
Changing retraction speed from 25mm/s by 5mm/s in every 25 layer. **Note:** the given values are in mm/min [in Gcode](https://marlinfw.org/docs/gcode/G000-G001.html), so have to be multiplied by 60.

```shell script
python ./main.py -f GCODE_FILE_NAME -m speed -l 25 -s 1500 -t 300
Expand Down

0 comments on commit 6003c2b

Please sign in to comment.