manual tool change not working after update
06 Oct 2024 01:25 - 06 Oct 2024 01:27 #311380
by Ismacr63
manual tool change not working after update was created by Ismacr63
I have updated to the latest stable version of probe basic via apt and suddenly the manual tool change does not work.
I have deleted the lines corresponding to the manual tool change as the guide says and it still does not work.
Can anyone have an idea of what is failing?
I have deleted the lines corresponding to the manual tool change as the guide says and it still does not work.
Can anyone have an idea of what is failing?
Last edit: 06 Oct 2024 01:27 by Ismacr63.
Please Log in or Create an account to join the conversation.
06 Oct 2024 10:30 #311395
by Lcvette
Replied by Lcvette on topic manual tool change not working after update
You deleted all of the manual yotol change lines, look at that section of the docs again and add in the tool change lines still showing as active in the docs file, should get you back up and working.
The following user(s) said Thank You: Ismacr63
Please Log in or Create an account to join the conversation.
06 Oct 2024 10:55 - 06 Oct 2024 10:56 #311396
by Ismacr63
I am very sorry for the inconvenience, I am very new to linuxcnc.
Replied by Ismacr63 on topic manual tool change not working after update
I have added the lines and still no tool loads. I have decided to create a new configuration that already loads the tools but suddenly without touching anything the program no longer opens and gives me an error.You deleted all of the manual yotol change lines, look at that section of the docs again and add in the tool change lines still showing as active in the docs file, should get you back up and working.
I am very sorry for the inconvenience, I am very new to linuxcnc.
Last edit: 06 Oct 2024 10:56 by Ismacr63.
Please Log in or Create an account to join the conversation.
06 Oct 2024 14:28 - 06 Oct 2024 14:28 #311409
by Lcvette
Replied by Lcvette on topic manual tool change not working after update
Remove the comment # for
HALUI = halui
In the ini
HALUI = halui
In the ini
Last edit: 06 Oct 2024 14:28 by Lcvette.
The following user(s) said Thank You: Ismacr63
Please Log in or Create an account to join the conversation.
06 Oct 2024 15:16 #311413
by Ismacr63
Now I have another problem that I didn't have before.... when I use the probe routine, and touch the 3D probe on the material, it stops and says error:
"Can't do g1
with zero forward speed"
Replied by Ismacr63 on topic manual tool change not working after update
Thank you very much, that worked.Remove the comment # for
HALUI = halui
In the ini
Now I have another problem that I didn't have before.... when I use the probe routine, and touch the 3D probe on the material, it stops and says error:
"Can't do g1
with zero forward speed"
Please Log in or Create an account to join the conversation.
06 Oct 2024 15:17 #311414
by Lcvette
Replied by Lcvette on topic manual tool change not working after update
Add and update the probing parameter entries
The following user(s) said Thank You: Ismacr63
Please Log in or Create an account to join the conversation.
06 Oct 2024 15:39 #311416
by Ismacr63
Replied by Ismacr63 on topic manual tool change not working after update
Forgive my ignorance, but what exactly are you referring to?Add and update the probing parameter entries
Please Log in or Create an account to join the conversation.
06 Oct 2024 16:11 #311417
by Lcvette
Replied by Lcvette on topic manual tool change not working after update
On the probing page, the parameter boxes, there is a new feed entry for traverse feedrate, make sure all of those have been entered and updated using the update probe parameters button
The following user(s) said Thank You: Ismacr63
Please Log in or Create an account to join the conversation.
06 Oct 2024 19:41 - 06 Oct 2024 19:45 #311432
by Ismacr63
Replied by Ismacr63 on topic manual tool change not working after update
It's working now!!!! I was able to machine my first piece successfully, although due to a mistake on my part I broke the carbide cutter
Now I have another problem... the piece doesn't have the correct measurements.
In Z I should have gone down to Z-10 only and that's what probe basic indicated
but it went down to 15.8mm, I don't know why because when I tell it to go to Z-10 it goes down 10mm...
I attach the gcode that I used
Now I have another problem... the piece doesn't have the correct measurements.
In Z I should have gone down to Z-10 only and that's what probe basic indicated
but it went down to 15.8mm, I don't know why because when I tell it to go to Z-10 it goes down 10mm...
I attach the gcode that I used
Last edit: 06 Oct 2024 19:45 by Ismacr63.
Please Log in or Create an account to join the conversation.
06 Oct 2024 19:54 #311434
by Aciera
Replied by Aciera on topic manual tool change not working after update
Seems that you are using toollength compensation:
[code]N55 G43 Z15. H1[code]
So you might want to check the 'Z' value for Tool 1 in your tool table.
linuxcnc.org/docs/html/gcode/g-code.html#gcode:g43
[code]N55 G43 Z15. H1[code]
So you might want to check the 'Z' value for Tool 1 in your tool table.
linuxcnc.org/docs/html/gcode/g-code.html#gcode:g43
The following user(s) said Thank You: Ismacr63
Please Log in or Create an account to join the conversation.
Time to create page: 0.088 seconds