Why is Plasmac and QTplasmac pausing at the end of a cut for no reason?
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2393
- Thank you received: 782
21 Jul 2021 01:02 #215453
by snowgoer540
Replied by snowgoer540 on topic Why is Plasmac and QTplasmac pausing at the end of a cut for no reason?
That’s correct. I set my virtual machine to python3, and had set my actual plasma table machine to python3, but I changed it back (for no reason other than I jumped the gun a little and didn’t want to run into issue on my table). It does require installing some python3 dependencies, but it wasn’t a big deal.
Ive had no issues on the virtual machine.
Ive had no issues on the virtual machine.
Please Log in or Create an account to join the conversation.
- rodw
- Topic Author
- Away
- Platinum Member
Less
More
- Posts: 10738
- Thank you received: 3541
21 Jul 2021 07:13 - 21 Jul 2021 07:14 #215460
by rodw
Replied by rodw on topic Why is Plasmac and QTplasmac pausing at the end of a cut for no reason?
Well, I've given up on MX Linux. I can see it is a good solution for run in place systems on preempt_rt but after a couple of installs, it has flakey wifi on my hardware and second time around I could not get it to recognise the Linuxcnc repos so it would install linuxcnc. That was really strange.
I've retreated to Mint 19.3 and Tommy's method.
Hopefully tomorrow, I will get QTplasmac working properly
I don't think its any quicker than installing mint
I've retreated to Mint 19.3 and Tommy's method.
Hopefully tomorrow, I will get QTplasmac working properly
I don't think its any quicker than installing mint
Last edit: 21 Jul 2021 07:14 by rodw.
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5698
- Thank you received: 2081
21 Jul 2021 07:44 #215461
by phillc54
Replied by phillc54 on topic Why is Plasmac and QTplasmac pausing at the end of a cut for no reason?
I don't think anyone said it was quicker to install than Mint.
With both of them being derivatives of Debian they should be a similar install time.
I have had zero issues installing MXLinux, it works great here with both run in place and package installs.
With both of them being derivatives of Debian they should be a similar install time.
I have had zero issues installing MXLinux, it works great here with both run in place and package installs.
Please Log in or Create an account to join the conversation.
- tommylight
- Online
- Moderator
Less
More
- Posts: 19409
- Thank you received: 6507
21 Jul 2021 08:50 #215463
by tommylight
Replied by tommylight on topic Why is Plasmac and QTplasmac pausing at the end of a cut for no reason?
MX is snappier and more responsive in use than Mint, especialy on PC's with 4GB of RAM.
For use with QtPlasmaC, 4GB is the bare minimum and even that will cause response delays when jogging the machine on Mint with Mate, pretty sure that will be non issue on MX with the same RAM.
I can happily say that Mint is where Ubuntu was 11 years ago with 10.04, everything just works.
For use with QtPlasmaC, 4GB is the bare minimum and even that will cause response delays when jogging the machine on Mint with Mate, pretty sure that will be non issue on MX with the same RAM.
I can happily say that Mint is where Ubuntu was 11 years ago with 10.04, everything just works.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
- rodw
- Topic Author
- Away
- Platinum Member
Less
More
- Posts: 10738
- Thank you received: 3541
21 Jul 2021 08:55 #215464
by rodw
Replied by rodw on topic Why is Plasmac and QTplasmac pausing at the end of a cut for no reason?
The main issue in the end was it did not support the built in wifi on this industrial PC.
Now the last issue I have to overcome is how install halcompile.
I saw somewhere Andy mentioned to install linuxcnc-devtools
but this fails becasue it can't find Yapps2. I have been caught with this in the past but can't remember the resolution.
Any Ideas?
Now the last issue I have to overcome is how install halcompile.
I saw somewhere Andy mentioned to install linuxcnc-devtools
but this fails becasue it can't find Yapps2. I have been caught with this in the past but can't remember the resolution.
Any Ideas?
Please Log in or Create an account to join the conversation.
- tommylight
- Online
- Moderator
Less
More
- Posts: 19409
- Thank you received: 6507
21 Jul 2021 09:05 #215467
by tommylight
Replied by tommylight on topic Why is Plasmac and QTplasmac pausing at the end of a cut for no reason?
Sudo apt install linuxcnc-uspace-dev
It will probably fail as it does require some more dependencies, but try first enabling the "partner" and "source code" repos, do an update then try installing dev.
It will probably fail as it does require some more dependencies, but try first enabling the "partner" and "source code" repos, do an update then try installing dev.
Please Log in or Create an account to join the conversation.
- rodw
- Topic Author
- Away
- Platinum Member
Less
More
- Posts: 10738
- Thank you received: 3541
21 Jul 2021 09:08 #215468
by rodw
Replied by rodw on topic Why is Plasmac and QTplasmac pausing at the end of a cut for no reason?
Yeh, the dependency is Yapps2 and I did not get a solution for that. Any ideas? Sorry I used the wrong name cos it was cold at work so I came home to warm up!Sudo apt install linuxcnc-uspace-dev
It will probably fail as it does require some more dependencies, but try first enabling the "partner" and "source code" repos, do an update then try installing dev.
Please Log in or Create an account to join the conversation.
- tommylight
- Online
- Moderator
Less
More
- Posts: 19409
- Thank you received: 6507
21 Jul 2021 09:15 #215471
by tommylight
Replied by tommylight on topic Why is Plasmac and QTplasmac pausing at the end of a cut for no reason?
Serch the debian repos for it, use the Stretch or Buster versions.
Pretty sure it will need about 7 to 10 more, mostly gcc stuff.
For some reason the guide for Mint 20 has those deps, 19.3 does not!
I am getting old and senile!
Will try to fix that later, if at all possible...
Pretty sure it will need about 7 to 10 more, mostly gcc stuff.
For some reason the guide for Mint 20 has those deps, 19.3 does not!
I am getting old and senile!
Will try to fix that later, if at all possible...
Please Log in or Create an account to join the conversation.
- rodw
- Topic Author
- Away
- Platinum Member
Less
More
- Posts: 10738
- Thank you received: 3541
21 Jul 2021 09:21 #215473
by rodw
Replied by rodw on topic Why is Plasmac and QTplasmac pausing at the end of a cut for no reason?
Greg installed python-yapps by his PDF so I'll try that in the morning...
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2393
- Thank you received: 782
21 Jul 2021 10:08 #215475
by snowgoer540
Replied by snowgoer540 on topic Why is Plasmac and QTplasmac pausing at the end of a cut for no reason?
Also, "yapps2" is in the list in the pdf as well.Greg installed python-yapps by his PDF so I'll try that in the morning...
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.140 seconds