differences between NC code & G code
- vincent
- Offline
- Junior Member
- Posts: 31
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Rturner
- Offline
- New Member
- Posts: 5
- Thank you received: 0
The online g-code reference manual for EMC is a great source for learning about G-code BTW. One of the best available.
Hope that helps a little.
Please Log in or Create an account to join the conversation.
- vincent
- Offline
- Junior Member
- Posts: 31
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Rturner
- Offline
- New Member
- Posts: 5
- Thank you received: 0
I have to claim ignorance on the subject of B-splines within EMC2. I *thought* that b-spline support is more-or-less still being tested in the development version, but I'm not certain since I use an older version and don't really work with splines anyways. I think there's a conversation about this very things somewhere else on the forums though.. Possibly one of the moderators would have an answer too. good luck!
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
- Posts: 7000
- Thank you received: 1172
thanks a lot, Rturner. This makes the concepts more clear to me.~ And one more question, does EMC2.3.3 is able to work with B-splines? For example, how can I display a curve in the preview plot??
I don't know what a B-spline is but if your asking about Nurbs only the development version 2.4 has that and it is AFAIK not tested.
John
Please Log in or Create an account to join the conversation.
- Rturner
- Offline
- New Member
- Posts: 5
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Skullworks
- Offline
- New Member
- Posts: 12
- Thank you received: 2
Also during actual cutting you will need to use the G64 p with a tolerance value or EMC may bog down.
Please Log in or Create an account to join the conversation.
- iriaf
- Offline
- New Member
- Posts: 1
- Thank you received: 0
G01 X10 Y10 Z10
why EMC can not excute this code?
is,nt there any way to excute it?
Please Log in or Create an account to join the conversation.
- acemi
- Offline
- Junior Member
- Posts: 31
- Thank you received: 0
why EMC can not excute this code?
Did you give a feed rate? For example:
F100
G01 X10 Y10 Z10
or
G01 X10 Y10 Z10 F100
Please Log in or Create an account to join the conversation.