Closed GoogleCodeExporter closed 8 years ago
Ryan,
The simplest way to do this is to go to the file HeeksCNC/nc/iso_codes.py
and change line 4 from
def FORMAT_IN(self): return('%.5f')
to
def FORMAT_IN(self): return('%.3f')
if you want 3 decimal places.
If you are using the Windows installation, this will probably be at "C:\Program
Files\HeeksCNC\HeeksCNC\nc"
Original comment by danhe...@gmail.com
on 19 May 2010 at 2:06
Thank you so much, I am new enough to the code that I wasn't sure what
everything was
referring too.
Thanks
Ryan
Original comment by rma...@gmail.com
on 19 May 2010 at 2:10
Original comment by danhe...@gmail.com
on 24 May 2010 at 3:04
Original issue reported on code.google.com by
rma...@gmail.com
on 19 May 2010 at 1:55