Post-processor for Rhino Grasshopper
- aaron
- Offline
- Premium Member
Less
More
- Posts: 85
- Thank you received: 0
21 Mar 2022 15:10 #237929
by aaron
Post-processor for Rhino Grasshopper was created by aaron
Hi
I am trying to find a way of cheaply generating g code for my 5 axis router. There is a project called 5axismaker which seems to do the job via Rhino and the Grasshopper plugin. I am able to make a file full of xyzbc coordinants, but it does not load in LCNC Axis.
Can anyone tell me how or where to get this to work? I imagine I need a post-processor, but my coding skills are none existent.
Thanks for reading
Aaron
I am trying to find a way of cheaply generating g code for my 5 axis router. There is a project called 5axismaker which seems to do the job via Rhino and the Grasshopper plugin. I am able to make a file full of xyzbc coordinants, but it does not load in LCNC Axis.
Can anyone tell me how or where to get this to work? I imagine I need a post-processor, but my coding skills are none existent.
Thanks for reading
Aaron
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19479
- Thank you received: 6532
21 Mar 2022 15:40 #237937
by tommylight
Why, error report?
Replied by tommylight on topic Post-processor for Rhino Grasshopper
.... but it does not load in LCNC Axis.
Why, error report?
Please Log in or Create an account to join the conversation.
- aaron
- Offline
- Premium Member
Less
More
- Posts: 85
- Thank you received: 0
21 Mar 2022 20:40 #237954
by aaron
Replied by aaron on topic Post-processor for Rhino Grasshopper
Thanks for reply
Error message reads: Near line 2 of /blaaa /blaaa blaaa /semisphere.ngcBad Character "\173"used
I have attached the code.
Cheers
Aaron
Error message reads: Near line 2 of /blaaa /blaaa blaaa /semisphere.ngcBad Character "\173"used
I have attached the code.
Cheers
Aaron
Please Log in or Create an account to join the conversation.
- rodw
- Offline
- Platinum Member
Less
More
- Posts: 10795
- Thank you received: 3556
21 Mar 2022 21:05 #237958
by rodw
Replied by rodw on topic Post-processor for Rhino Grasshopper
Not surprising. Line 1 has invalid G code
Delete it.
Delete it.
Please Log in or Create an account to join the conversation.
- aaron
- Offline
- Premium Member
Less
More
- Posts: 85
- Thank you received: 0
22 Mar 2022 20:13 #238033
by aaron
Replied by aaron on topic Post-processor for Rhino Grasshopper
I deleted the first line, now I'm getting 'Cannot go G1 with zero feed rate'
Please Log in or Create an account to join the conversation.
- rodw
- Offline
- Platinum Member
Less
More
- Posts: 10795
- Thank you received: 3556
22 Mar 2022 21:09 #238037
by rodw
{0;0;0;0;0}
Replied by rodw on topic Post-processor for Rhino Grasshopper
This line?I deleted the first line, now I'm getting 'Cannot go G1 with zero feed rate'
{0;0;0;0;0}
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
Less
More
- Posts: 915
- Thank you received: 216
22 Mar 2022 21:10 #238038
by robertspark
Replied by robertspark on topic Post-processor for Rhino Grasshopper
that is because there is no feedrate in the file.....
Fxxxxx
suspect that is down to your plugin or 5axis post processor
Fxxxxx
suspect that is down to your plugin or 5axis post processor
Please Log in or Create an account to join the conversation.
- aaron
- Offline
- Premium Member
Less
More
- Posts: 85
- Thank you received: 0
29 Mar 2022 17:58 #238633
by aaron
Replied by aaron on topic Post-processor for Rhino Grasshopper
Thanks for all replies.
So attached is code generated from Rhino and Grasshopper that has a feed rate, but now I am getting the error:
Near line 2
?////?////??///Simisphere with feed rateRhino
Bad Character 'O' used
What bad character O?
How do I go about making a postprocessor to work with this?
Best wishes
So attached is code generated from Rhino and Grasshopper that has a feed rate, but now I am getting the error:
Near line 2
?////?////??///Simisphere with feed rateRhino
Bad Character 'O' used
What bad character O?
How do I go about making a postprocessor to work with this?
Best wishes
Please Log in or Create an account to join the conversation.
- MaHa
- Offline
- Platinum Member
Less
More
- Posts: 405
- Thank you received: 163
29 Mar 2022 21:12 #238658
by MaHa
Replied by MaHa on topic Post-processor for Rhino Grasshopper
Attachments:
Please Log in or Create an account to join the conversation.
- aaron
- Offline
- Premium Member
Less
More
- Posts: 85
- Thank you received: 0
04 Apr 2022 08:15 #239230
by aaron
Replied by aaron on topic Post-processor for Rhino Grasshopper
Oh Okay
Thanks for this
I will give it a go
Thanks for this
I will give it a go
Please Log in or Create an account to join the conversation.
Time to create page: 0.093 seconds