editing active gcode list
21 Mar 2023 09:59 #267220
by Aciera
Replied by Aciera on topic editing active gcode list
You are confusing things. The suggestion was:
/home/user/Documents/XYZA
and
~/linuxcnc/nc_files/subroutines
You have this in your ini:
Which means it looks in the directories:
/home/{your username}
and
/linuxcnc/nc_files/subroutines
The colon (not semicolon) can be used to list more than one path linuxcnc should look for subroutines. In the above example it would look in two placesSUBROUTINE_PATH=/home/user/Documents/XYZA:~/linuxcnc/nc_files/subroutines
/home/user/Documents/XYZA
and
~/linuxcnc/nc_files/subroutines
You have this in your ini:
SUBROUTINE_PATH=~:/linuxcnc/nc_files/subroutines
Which means it looks in the directories:
/home/{your username}
and
/linuxcnc/nc_files/subroutines
The following user(s) said Thank You: foam man
Please Log in or Create an account to join the conversation.
21 Mar 2023 22:11 #267254
by foam man
Replied by foam man on topic editing active gcode list
1. should I have the subroutines set up at both of those locations?
2. do the actual sub files have to be mentioned, or just up to the file that they are in?
2. do the actual sub files have to be mentioned, or just up to the file that they are in?
Please Log in or Create an account to join the conversation.
22 Mar 2023 04:34 #267272
by foam man
it works!!!
the file names that are listed in the subroutine file need to have .ngc in the name
thanks for all your help.
the frogwire guy I was talking about before?
he sent me his MAIN SUB file
If anybody is interested in looking at it
If I ever have 2.9 or later for the m98 code so I can use the looping function
Replied by foam man on topic editing active gcode list
it works!!!
the file names that are listed in the subroutine file need to have .ngc in the name
thanks for all your help.
the frogwire guy I was talking about before?
he sent me his MAIN SUB file
If anybody is interested in looking at it
If I ever have 2.9 or later for the m98 code so I can use the looping function
Attachments:
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.069 seconds