Plasmac install.... Windows convert from start to finish
- robertspark
- Offline
- Platinum Member
- Posts: 915
- Thank you received: 216
Don't know about Candcnc as i never dealt with them ever.I'm curious on that front... How does CandCNC charge for the module they place on top of LinuxCNC? I dont understand how that is allowed. Furthermore if it IS, why doesnt Tormach do similar for PathPilot?
But i know Tormach sells PathPilot for 35$ on a USB, and that is very good value and you get a nice GUI with it.
I didn't think that Tormach "sold" pathpilot..... I know your can buy a memory stick upgrade from v1 to 2.0 but I've not seen where your can buy the $35 pathpilot on a memory stick
www.tormach.com/pathpilot/
www.tormach.com/store/index.php?app=ecom&ns=prodshow&ref=38249
(I've heard about it before, but never found a link)
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19314
- Thank you received: 6466
Please Log in or Create an account to join the conversation.
It seems like you are missing the point.... the point was:
a) follow the instructions given in the plasmac documentation to install a working installation
b) see how easy / idiot proof it was.
whether you want other users to try plasmac or not is not really important to me, I was simply trying to follow the instructions and it should "just work"..... that is what most people expect these days
www.plasmaspider.com/viewtopic.php?f=3&t=29831#p180258Yes its not the easiest to get going but Linuxcnc is a lot easier to get going today than when I started 3 years ago. You can just download an ISO, burn to a USB stick with win32diskimager and install it in half an hour, update to master branch via the Synaptic control panel and plasmac is there ready for you to install on live hardware as its part of the core distribution. Sure you might stuff up a few times but you will solve all the problems if you just read the docs and then ask for help if it still a problem.
Except you are missing the point that plasmac is not included in the distribution version of LinuxCNC so an upgrade is required. But the stage is set and when the distribution moves to a new version, Plasmac will be installed for everybody that chooses to install Linuxcnc.
Its good you followed my advice, you stuffed up, you asked for help, you were shown exactly how to finish it off and then it seems you can't find the six minutes required and report back becasue it did not work out of the box.
And your comments to me on the same thread you quoted me earlier seems to kind of sums up your feelings.
www.plasmaspider.com/viewtopic.php?f=3&t=29831
Rod, some people just do not like or understand or want to understand linux. Yes I understand and fully appreciate that linuxcnc can be installed from bootable disk / usb..... but when you are use to windows, apple etc.... getting out of the comfort zone can be difficult.
But people who are considering building or upgrading a plasma table need to be fully informed about options. Let them choose their own way forward and don't try and make their decision for them. A surprising number of people have done that and and will never go back to Windows for CNC or for plasma control. Some won't even go back to Windows for their personal PC's
Plasmac is one of the cheapest options for THC/Plasma control yet delivers superior results to alternatives costing thousands according to some users here. You can skip the Mesa hardware and get under way for <$100 for a THCAD and a Parallel port. But you have to get out of the comfort zone...
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
- Posts: 2388
- Thank you received: 779
Also, having experienced a windows based CNC controller, and the associated crashes with the software losing priority.... I'll never go back. LinuxCNC is pretty awesome, even if it did take me 2 hours to figure out how to change the time one night LOL
Please Log in or Create an account to join the conversation.
if you got alredy a jointsetup the 2.9 may only ask for a postgui error sutch as LED or Jog connection
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19314
- Thank you received: 6466
Picking just one of many, many real life examples that windoze is absolute BS compared to Linux, any Linux in the last 10 or more years:
Installing a mining rig with Linux takes about 35 to 45 minutes TOTAL!
Same thing on windoze, 4 to 8 hours !
It is beyond me how people go around saying "everything works in windows" !!! Nothing works! Nothing. Everything has to be installed and messed with and certified and rebooted a million times.......and ............and...
Same with Mac's, tied to a f...
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
- Posts: 915
- Thank you received: 216
$ sudo apt-get install dirmngr --install-recommends
blog.sleeplessbeastie.eu/2017/11/02/how-to-fix-missing-dirmngr/
fixed my issued with
rob@LINUXCNC:~$ sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-key E0EE663E
[sudo] password for rob:
Executing: /tmp/apt-key-gpghome.aZsdTeQhOT/gpg.1.sh --keyserver hkp://keys.gnupg.net --recv-key E0EE663E
gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory
gpg: connecting dirmngr at '/tmp/apt-key-gpghome.aZsdTeQhOT/S.dirmngr' failed: No such file or directory
gpg: keyserver receive failed: No dirmngr
may want to add that to the plasmac guide
Please Log in or Create an account to join the conversation.
Perhaps off topic... but if I want to go from 2.8 to 2.9, is that difficult?
If its a standard installation, Just follow the Synaptic steps in Phill's Video posted earlier on this thread. Just check if he installed master. If not, you might need to get the correct repository info from buildbot.
If its compiled as a run in place install its even easier. From the command line navigate to the source directory (usually ~/linuxcnc-dev/src) and type;
git checkout master
make
sudo make setuid
Please Log in or Create an account to join the conversation.
Install dirmngr using the following command.
$ sudo apt-get install dirmngr --install-recommends
blog.sleeplessbeastie.eu/2017/11/02/how-to-fix-missing-dirmngr/
may want to add that to the plasmac guide
Its really a Linuxcnc issue, not for Plasmac. Phill thinks the keys are no longer a requirement so is working with the dev team to update the buildbot page with revised instructions. No point making the job any bigger than it really needs to be for new users.
Please Log in or Create an account to join the conversation.
I did mention that on this post forum.linuxcnc.org/plasmac/38420-plasmac...inish?start=0#157920robertspark wrote:
Install dirmngr using the following command.
$ sudo apt-get install dirmngr --install-recommends
And this one forum.linuxcnc.org/plasmac/38420-plasmac...nish?start=20#157966
I love my Macstommylight wrote:
Same with Mac's, tied to a f...
As Rod saidsnowgoer540 wrote:
Perhaps off topic... but if I want to go from 2.8 to 2.9, is that difficult?
Please Log in or Create an account to join the conversation.