Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to specify the unit in exports #42

Open
blazini36 opened this issue Oct 15, 2024 · 3 comments
Open

Allow to specify the unit in exports #42

blazini36 opened this issue Oct 15, 2024 · 3 comments
Labels
contributions welcome An issue that currently has no takers and only affects a subset of users enhancement New feature or request

Comments

@blazini36
Copy link

I generally use FreeCAD in metric units these days but I run LinuxCNC on the mill and it is setup for inches. Path (or CAM now) doesn't have a problem exporting in inches but this tool library doesn't seem to have any way to do it. I've specified tool diameters in inches, I've tried switching FreeCAD over to inches just to see if BTL was dependent on FreeCAD's units and do matter what it seems to convert all tool diameters to metric.

Should add some means to specify the output units.

@knipknap
Copy link
Owner

knipknap commented Oct 15, 2024

Unfortunately there is no support for imperial output yet. See also #14.

Any contributions would be gladly accepted

@knipknap knipknap changed the title Only exports tool table in metric? Allow to specify the unit in exports Oct 15, 2024
@knipknap knipknap added the enhancement New feature or request label Oct 15, 2024
@blazini36
Copy link
Author

Well feeds and speeds are one thing, but the tooltable is actually being read by another machine. I'm not a programmer but I can understand the difficulty of adding imperial units to most of the functions in BTL but a small checkbox or something in the UI and converting only the diameters of each tool when exported seems like far less of a task. At least until real imperial support is added.

The way it is, every time you add a tool and export the tooltable, you manually have to convert every diameter. I'm sure if I knew what I was doing I could write a script to do it but unfortunately that's not the case. As bad as the built in tool library is, this one is basically not usable if the output is for an imperial machine for this simple reason.

@knipknap
Copy link
Owner

I agree, that's why I left it open as a separate issue. Maybe it's more likely that someone adds the feature that way.

@knipknap knipknap added the contributions welcome An issue that currently has no takers and only affects a subset of users label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributions welcome An issue that currently has no takers and only affects a subset of users enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants