arpruss / gcodeplot

Use a 3-axis machine as a pen plotter
Other
167 stars 60 forks source link

Update command-line help #19

Open nylen opened 4 years ago

nylen commented 4 years ago

The --safe-delta-z option is missing from the command-line help.

I haven't looked but there are probably other options that need to be updated too.

Python can generate command-line help automatically if you use a more full-featured library like argparse.