Need help with Linux 2.5 on a CNC lathe
- pippin88
- Offline
- Elite Member
-
Less
More
- Posts: 262
- Thank you received: 46
03 Jun 2025 21:00 #329632
by pippin88
Replied by pippin88 on topic Need help with Linux 2.5 on a CNC lathe
It looks like the G code is trying to reference / point to another file?
How was the g code generated?
How was the g code generated?
The following user(s) said Thank You: Groovecooper1
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20302
- Thank you received: 6907
03 Jun 2025 21:31 #329633
by tommylight
Replied by tommylight on topic Need help with Linux 2.5 on a CNC lathe
@Pippin88,
Why the report?
Why the report?
Please Log in or Create an account to join the conversation.
- Groovecooper1
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
03 Jun 2025 22:26 #329639
by Groovecooper1
Replied by Groovecooper1 on topic Need help with Linux 2.5 on a CNC lathe
The machine has been incredible for 10 years. I think something got messed up with the files. I sent them to the guy that programmed the machine to see if he could figure it out. Thank you.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23356
- Thank you received: 4957
05 Jun 2025 10:44 #329733
by andypugh
In line 39 of the referenced G-code file it looks ike there is a command to call a subroutine. That hasn't been found in the current file, so it is looking for it ina separate file of the same name.
At a guess (and this is a complete guess) you may be running the cooper_groove_master_2B.ngc file from a backup location ("Old to Hold") and the referenced subroutine file may not exist in that location.
Have a look around line 39 (might not be _exactly_ line 39 for a reference to <135> and see what it is looking for, and if that exists elsewhere.
Replied by andypugh on topic Need help with Linux 2.5 on a CNC lathe
Hello got everything up and running the machine will home. I keep getting the same error and I’m not able to run a program. I am not skilled at writing G code, but hopefully this is a quick fix. Any assistance is greatly appreciated
Unable to open file <135>
In line 39 of the referenced G-code file it looks ike there is a command to call a subroutine. That hasn't been found in the current file, so it is looking for it ina separate file of the same name.
At a guess (and this is a complete guess) you may be running the cooper_groove_master_2B.ngc file from a backup location ("Old to Hold") and the referenced subroutine file may not exist in that location.
Have a look around line 39 (might not be _exactly_ line 39 for a reference to <135> and see what it is looking for, and if that exists elsewhere.
Please Log in or Create an account to join the conversation.
Time to create page: 0.087 seconds