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

Tool names in machine-tool-def.json #32

Closed
splitn2 opened this issue Mar 28, 2016 · 2 comments
Closed

Tool names in machine-tool-def.json #32

splitn2 opened this issue Mar 28, 2016 · 2 comments
Labels

Comments

@splitn2
Copy link

splitn2 commented Mar 28, 2016

I will add to this issue for now its just a place holder while I am thinking of it. I was trying to enter new names and dimensions for my metric cutters and MonkeyCAM was hating on the names I was using, I will try again and add detail to this issue......

Its probably finger trouble but I thought my editing skills were better than that, do I need to use "vi" editor I think I can still remember how.......haha!!!

cheers
Rich

Tools

The tools section has an entry for each tool which will be used by the generated G-Code programs. Each tool is given an id which is used to reference the tool from other parameters, and is called the tool number in the documentation for those parameters.

"tools":
[
{
"id": 1,
"name": "Quarter Inch Upcut Spiral",
"diameter": 0.247,
"G-code #": 1
},
{
"id": 2,
"name": "Quarter Inch Straight",
"diameter": 0.250,
"G-code #": 1
},

]

@splitn2 splitn2 changed the title Tool names in machine-tools.defs Tool names in machine-tool-def.json Mar 28, 2016
@mikemag
Copy link
Owner

mikemag commented Aug 25, 2017

@splitn2 Hey man, do you have any more detail on this. I know it's old, but if there's something I can do to make this easier lemme know.

@splitn2
Copy link
Author

splitn2 commented Aug 27, 2017

must have been finger trouble @mikemag , last time I edited machine defs it worked fine....... , issue can be closed..... cheers

@mikemag mikemag closed this as completed Aug 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants