Another plasma component...
andypugh wrote:
I think that we should include this component with LinuxCNC, though maybe we need to wait until reverse-run is merged.
I do have another branch on my repo that has master plus the commits from the feature/reverse-run-master2 branch.
There were three commits that I didn't use as they were conflicting with later work on tp.c.
There were also some edits done to several of the original commits.
There is also one extra commit that seems to fix issue #524
I would be happy for someone to take a look at these. I did send to the developers list but haven't received a reply as yet.
Cheers, Phill
Please Log in or Create an account to join the conversation.
I have added a feature to turn the torch on for a preset time while idle.
The new configurations are available here .
The names in the cfg file have changed so if you have an existing file you will need to keep a copy and change the values of the new file after the first run.
The existing gladevcp stuff is available here but this will probably not be updated.
I even got to spend some time in the garage and am close to having the table base completed.
Cheers, Phill
Please Log in or Create an account to join the conversation.
If glade is crashing while building glade panel, try to build the panel once again from scratch. Problably you problem is solved then. Reason for crashing can be a corrupt glade file. Good luck !
Please Log in or Create an account to join the conversation.
Grotius wrote:
If glade is crashing while building glade panel, try to build the panel once again from scratch. Problably you problem is solved then. Reason for crashing can be a corrupt glade file. Good luck !
The worst problem that I have experienced with different panels over a number of years on both LCNC 2.7 & Master is when doing something simple like changing the height or width of a widget Glade just shuts down, losing all edits .
That is in addition to the random problem of a corrupt line being inserted after
<requires lib="gtk+" version="2.18"/>
I guess it is because we have to use an old version of glade.
Anyhow at this stage for me it is much easier to just customize Axis using a USER_COMMAND_FILE also everything can then be in one file.
Cheers, Phill
Please Log in or Create an account to join the conversation.
Norbert
Please Log in or Create an account to join the conversation.
I am using 3.8.6 and I think I followed this link to install it.newbynobi wrote:
If you use glade 3.8.6 builded from source, crashing is gone.
All my work is done on a Mac with a VMware Fusion virtual machine, maybe that has some effect...
Cheers, Phill
Please Log in or Create an account to join the conversation.
the mentioned link will not copy the needed hal widgets to the needed locations, so this might cause problems.
I made a howto for linux MINT 19 Mint 19 and glade
Please check the steps regarding the installation of glade 3.8.6
Norbert
Please Log in or Create an account to join the conversation.
The worst problem that I have experienced with different panels over a number of years on both LCNC 2.7 & Master is when doing something simple like changing the height or width of a widget Glade just shuts down, losing all edits
For the reasons you have noticed, I often edit glade files with a text editor for simple things like renames and resizes.
Please Log in or Create an account to join the conversation.
I do have all the hal widgets so maybe it was your link that I did follow, I cannot really remember...newbynobi wrote:
the mentioned link will not copy the needed hal widgets to the needed locations, so this might cause problems.
I did not think of doing something simple like that, It seems I like to make things complicated for myself.andypugh wrote:
For the reasons you have noticed, I often edit glade files with a text editor for simple things like renames and resizes.
Cheers, Phill.
Please Log in or Create an account to join the conversation.
Cheers, Phill
Please Log in or Create an account to join the conversation.