NEWS
LinuxCNC 2.5.2 Release
There are no translations available.

LinuxCNC 2.5.2 Update Released (changelog).
 
LinuxCNC 2.5.1 Release
There are no translations available.

LinuxCNC 2.5.1 Update Released (changelog). If the Package Manager does not prompt you to upgrade see this page.

 
LinuxCNC 2.5.0 Release
There are no translations available.

New major release (changelog). See the instructions to update your system from EMC 2.4 to LinuxCNC 2.5.
 
Home Forum Configuring LinuxCNC GUI's Gscreen - a GTK / Glade / Python based screen

Welcome, Guest
Username: Password: Remember me

TOPIC: Gscreen - a GTK / Glade / Python based screen

Re:Gscreen - a GTK / Glade / Python based screen 21 Feb 2012 01:28 #17902

  • cmorley
  • cmorley's Avatar
  • OFFLINE
  • Moderator
  • Posts: 1486
  • Thank you received: 40
  • Karma: 89
If you wish to have gscreen as well as the original screen then instead of changing the DISPLAY = setting

under the [HAL] heading
add:
HALCMD = loadusr gscreen -ini gscreen.ini

changing the ini filename as appropriate.
Last Edit: 21 Feb 2012 01:37 by cmorley. Reason: typo
The administrator has disabled public write access.

Re:Gscreen - a GTK / Glade / Python based screen 21 Feb 2012 01:33 #17903

  • cncbasher
  • cncbasher's Avatar
  • NOW ONLINE
  • Moderator
  • Posts: 678
  • Thank you received: 30
  • Karma: 53
thanks for that Chris
The administrator has disabled public write access.

Re:Gscreen - a GTK / Glade / Python based screen 23 Feb 2012 13:51 #17984

  • robh
  • robh's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 117
  • Thank you received: 2
  • Karma: 21
this look svery intresting nice work keep it up
ill try and give it a test drive when i have afree afternoon

rob
The administrator has disabled public write access.

Re:Gscreen - a GTK / Glade / Python based screen 24 Feb 2012 15:49 #18053

  • robh
  • robh's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 117
  • Thank you received: 2
  • Karma: 21
just got to try this out

very nice i must say

would it be possible to have a colour system on the program edit screen. ie , rapid txt lines in red, feeds in green etc , as my full editor on windows we use alot has this sort of thing and it becomes very quick eye reff after awhile,

would it be possible to add a offset table for work coordinates to view and edit, g54,g55 etc
The administrator has disabled public write access.

Re:Gscreen - a GTK / Glade / Python based screen 24 Feb 2012 17:46 #18057

  • karlkec
  • karlkec's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 39
  • Karma: 0
cmorley wrote:
Michael is hosting gscreen on his git repo.
git.mah.priv.at/gitweb/emc2-dev.git

I tried gscreen using the zipped patch above and it looks good. So now it's my turn to ask a dumb question.
I want to get the latest version so I tried to clone it into a new directory with
git clone git.mah.priv.at/gitweb/emc2-dev.git emc2-dev
but git complained:
remote HEAD refers to nonexistent ref, unable to checkout

Is there a way I can do this?

Karl
The administrator has disabled public write access.

Re:Gscreen - a GTK / Glade / Python based screen 24 Feb 2012 18:10 #18058

  • robh
  • robh's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 117
  • Thank you received: 2
  • Karma: 21
u need to do this from master git

so dont know if u did a new pull or not but below will not hert

in the Git tree to wish to apply it to
git reset --hard remotes/origin/master
git pull origin master

git merge git.mah.priv.at/gitweb/emc2-dev.git gscreen_master
or if it fails try
git pull git.mah.priv.at/gitweb/emc2-dev.git gscreen_master

then do config make etc

rob
The administrator has disabled public write access.
Time to create page: 1.301 seconds
Powered by Kunena Forum
© 2013 LinuxCNC.org
Joomla! is Free Software released under the GNU General Public License.