whpthomas / GPX

Gcode to x3g conversion post processor
GNU General Public License v2.0
98 stars 16 forks source link

-g option is not documented #17

Open jsprenkle opened 9 years ago

jsprenkle commented 9 years ago

This page lists a '-g' option but does not document what valid settings are or how to choose the correct one for your machine.

dcnewman commented 9 years ago

Hmmm, the usage() info and the README.md states

  1. That it's an option with no arguments. That's the "gpx [-dgiprsvw]" in the usage output.
  2. That -g Makerbot/ReplicatorG GCODE flavor

and thus specifying -g means that you are using Makerbot-style gcode. (Which is different from RepRap style gcode.)

Admittedly, if you're not used to Unix-style documentation, that's not immediately obvious and may seem a bit impenetrable. But for folks more used to Unix utilities, that is what is documented. (And it's accurate as well.)