prdatur / heekscnc

Automatically exported from code.google.com/p/heekscnc
Other
0 stars 0 forks source link

counterbore seems to output all code in metric #118

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I think the counterbore code needs a massage similar to what Dan did for
the drilling op to make units work in either metric or inch mode.

Thanks

Original issue reported on code.google.com by ddfalck2...@yahoo.com on 25 Jun 2009 at 1:34

GoogleCodeExporter commented 8 years ago
OK, try my latest change. In CCounterBore::AppendTextToProgram()

Original comment by danhe...@gmail.com on 25 Jun 2009 at 2:12

GoogleCodeExporter commented 8 years ago
I added:
<< "x=" << l_itLocation->x/ theApp.m_program->m_units << ", "
                            << "y=" << l_itLocation->y/ theApp.m_program->m_units << ", "

also.

Original comment by ddfalck2...@yahoo.com on 25 Jun 2009 at 4:46