15m Industrial Plasma Cutter
Sounds like a good idea to start with one axis.
With regard to the software, I upgraded to the latest version using:
$ sudo apt-get update
$ sudo apt-get dist-upgrade
Now the G-code from inkscape loads into plasmac, but the cutter does not probe down. It just cuts at it's homed height. I had this problem while making my own program and found that putting "M3 S1" before the first block of movement solved the issue.
Also, the material errors are still present. Interestingly, they open when the program launches (not when the G-code is loaded). Are the materials in a different file?
Thanks again.
Please Log in or Create an account to join the conversation.
Yes, M3 S1 is required for PlasmaC to begin the sequence.Now the G-code from inkscape loads into plasmac, but the cutter does not probe down. It just cuts at it's homed height. I had this problem while making my own program and found that putting "M3 S1" before the first block of movement solved the issue.
linuxcnc.org/docs/devel/html/plasma/plas....html#_using_plasmac
Yes, there is a materials file which is first loaded on LinuxCNC startup.Also, the material errors are still present. Interestingly, they open when the program launches (not when the G-code is loaded). Are the materials in a different file?
linuxcnc.org/docs/devel/html/plasma/plas...e.html#material-file
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19195
- Thank you received: 6434
If you start in the reverse order you quickly learn that theory and practice have huge differences, and you end up making compromises that will lead to reliability and limited functionality issues and so on.
Please Log in or Create an account to join the conversation.
I have tried to upgrade again using:
$ sudo apt-get update
$ sudo apt-get dist-upgrade
However now when I launch linuxcnc and click to run plasmac, Linuxcnc closes and I get an error message "Linuxcnc closed with an error". I have attached the error report.
Interestingly when I run a non plasmac option or even one of my old plasmac configurations from "my configurations" the program opens as normal.
Does anyone have any ideas?
Thanks.
Please Log in or Create an account to join the conversation.
Attachments:
Please Log in or Create an account to join the conversation.
It is best done from a terminal to catch any errors.
linuxcnc.org/docs/devel/html/plasma/plas...de.html#configurator
Please Log in or Create an account to join the conversation.
This is the error
twopass: Error in file ./plasmac.hal:
Pin 'spindle.1.on' does not exist
I had the same problem today.
So for the OP, just open plasmac.hal file and comment out the line containing spindle.1.on by prefacing the line with a '#'
This has been added to allow control of a pneumatic engraver using the multi spindle feature.
Phill, I think that if the engraver pins are not entered, this line should be commented out or omitted when running the configurator.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Actually I think he may not have run make
But I did about lunch time but I think I'm already 3 versions behind !
Please Log in or Create an account to join the conversation.
Is there a specific command I should be using to do that?
Thanks.
Please Log in or Create an account to join the conversation.