aligator / GoSlice

This is an experimental slicer for 3d printing written in Go also usable as modular slicing lib.
Apache License 2.0
99 stars 16 forks source link

Validation of command line parameter values #21

Open aligator opened 4 years ago

aligator commented 4 years ago

Currently most command line parameters never get validated (e.g. checks for valid number range).

I haven't looked into it yet.