prdatur / heekscnc

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

Inch units not transfered to python program window #86

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.work in Imperial units with 'view properites' set to inch  and the
Program Properties panel set to inch
2.do a profile or pocketing machining operation (I've tried pycam and actp
and they work ok I think)
3.fill in .125 for a tool diameter fill in other values as if using
imperial tooling
4.click on the py button 

What is the expected output? What do you see instead?
In the python program window:
I expect to see 'tool_diameter = float(.125)'

instead I see 'tool_diameter = float(3.175)'

What version of the product are you using? On what operating system?
latest rev- updated last night 2009/05/09

Thanks,
Dan

Original issue reported on code.google.com by ddfalck2...@yahoo.com on 10 May 2009 at 9:29

GoogleCodeExporter commented 8 years ago
This was simply that I had not got round to adding " / 
theApp.m_program->m_units" in
all the necessary places. It is fixed now.

Original comment by danhe...@gmail.com on 11 May 2009 at 11:02

GoogleCodeExporter commented 8 years ago
Thanks for doing this Dan. I will study your changes and learn.

Thanks,
Dan Falck

Original comment by ddfalck2...@yahoo.com on 12 May 2009 at 12:59