Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Units
wayne_sauder
Member, csevp Posts: 625 PRO
in CAM Studio
Looking forward to testing out all that cam has to offer. How soon can we expect imperial units? As a company that designs in inches and buys all tooling in inch dimentions. I can see the metric being a real pain.
0
Comments
Right now the top priority is associativity. Would you agree that is a higher priority than implementing English units? We are going to do both. But there will be an order to when they are implemented.
Joe
I now realize the reason. My probing programs are all in G20 without specifing G20. They don't want you to crash.
I could easily get used to 6.35mm for my endmill diameter. Caming with metric units is not an issue. At some point, I would love to swith to metric!
I would say to just output the g-code in imperial. This seems like it would be a lot less programming.
Would become
Obviously the solution is to implement multiple units... which is very high priority. In the meantime I am checking with the team to see how feasible it would be to have a unit output option.... Inches....
Can you inform which machine/post you would need the ability to output in inch?
Regards,
Gabriel Stein
Machine is a Brother S700X1 with C-00 control.
This Fanuc post will have this from version 1.175 onward.
Other posts will also soon have that ability.
Multiple g code errors. Faunc used a G69 to reset rotation, the code isn't defined on my machine. Just had to remove the g69 to get past that.
Faunc used S1000 M3 M8 on one line, which turns on the spindle and coolant. My machine threw an Alarm because it didn't like the two M codes on the same line. Just had to split that into two lines (blocks) to make that work.
Then I ran into a thrid error relating to a bad parameter on an arc and just gave up at that point. I didn't hunt down why it was a problem.
If I work on it longer maybe the total list of what doesn't work (once you set all options correctly) might be short enough to make it useable. Maybe I'll work on it again later to see how much else is wrong.