Setting Up Carousel Tool Changer
- mloser
- Offline
- Junior Member
Less
More
- Posts: 39
- Thank you received: 0
03 Mar 2023 21:59 #265806
by mloser
Setting Up Carousel Tool Changer was created by mloser
I used this article to set up my 10 pocket carousel tool changer:
forum.linuxcnc.org/10-advanced-configura...carousel-in-linuxcnc
I added the following to the ".ini" file:[RS274NGC]
REMAP= M6 modalgroup=6 prolog=change_prolog ngc=toolchange epilog=change_epilog
I have toolchange.ngc in the nc_files folder.
This error pops up when LinuxCNC is started:
Can someone tell me what I did wrong?
Thanks,
Mike
forum.linuxcnc.org/10-advanced-configura...carousel-in-linuxcnc
I added the following to the ".ini" file:[RS274NGC]
REMAP= M6 modalgroup=6 prolog=change_prolog ngc=toolchange epilog=change_epilog
I have toolchange.ngc in the nc_files folder.
This error pops up when LinuxCNC is started:
Can someone tell me what I did wrong?
Thanks,
Mike
Attachments:
Please Log in or Create an account to join the conversation.
- spumco
- Offline
- Platinum Member
Less
More
- Posts: 1829
- Thank you received: 738
04 Mar 2023 04:45 #265820
by spumco
Replied by spumco on topic Setting Up Carousel Tool Changer
In your config file, do you have a 'python' sub-folder with
remap.py
toplevel.py
stdglue.py
in it?
As I am also finding out, remapping is non-trivial for beginners.
remap.py
toplevel.py
stdglue.py
in it?
As I am also finding out, remapping is non-trivial for beginners.
Please Log in or Create an account to join the conversation.
- mloser
- Offline
- Junior Member
Less
More
- Posts: 39
- Thank you received: 0
05 Mar 2023 22:13 #265940
by mloser
Replied by mloser on topic Setting Up Carousel Tool Changer
That fixed it!
Thank you,
Mike
Thank you,
Mike
Please Log in or Create an account to join the conversation.
- rajsekhar
- Offline
- Elite Member
Less
More
- Posts: 204
- Thank you received: 11
13 May 2023 12:31 #271286
by rajsekhar
Just as beginner, where are these files available?
Replied by rajsekhar on topic Setting Up Carousel Tool Changer
In your config file, do you have a 'python' sub-folder with
remap.py
toplevel.py
stdglue.py
in it?
As I am also finding out, remapping is non-trivial for beginners.
Just as beginner, where are these files available?
Please Log in or Create an account to join the conversation.
- spumco
- Offline
- Platinum Member
Less
More
- Posts: 1829
- Thank you received: 738
14 May 2023 01:16 #271323
by spumco
Replied by spumco on topic Setting Up Carousel Tool Changer
Depends on your installation, but should be something like this:
linuxcnc/configs/your-config-name/python/
and 'your-config-name' is the name of your configuration. Like 'axis' or 'my_cnc'
linuxcnc/configs/your-config-name/python/
and 'your-config-name' is the name of your configuration. Like 'axis' or 'my_cnc'
Please Log in or Create an account to join the conversation.
Time to create page: 0.066 seconds