Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 9_axis.glade, update axis.tcl #172

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions configs/sim/axis/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ The principal Axis gui sim ini files:

axis.ini basic demo (in)
axis_9axis.ini 9 axes
axis_foam.ini foam cutter
axis_mm.ini basic demo (mm)
canterp demo for a non-gcode interpreter
canterp.ini demo for a non-gcode interpreter
gantry.ini gantry demo
gantry_mm.ini gantry demo (mm)
histogram_demo.ini hal-histogram examples
historical_lathe.ini configured with 3 joints (XYZ with Y unused)
ini_hal_demo ini hal pins demo
ini_hal_demo.ini ini hal pins demo
lathe.ini lathe demo
ldelta.ini linear delta robot
ldelta_demo.ini linear delta with jog guis
Expand Down
2 changes: 1 addition & 1 deletion configs/sim/gmoccapy/README
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This screen is based of the design of moccagui, an GUI coded in FreePascal.

gmoccapy is using Python instead.

gmoccapy is designed to bring the feel of industrial controls to linuxccn users,
gmoccapy is designed to bring the feel of industrial controls to LinuxCNC users,
most controls can be used with a touch screen and also most are accesible through
hal pins, so real hardware can be used.

Expand Down
9 changes: 4 additions & 5 deletions configs/sim/gscreen/README
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ Gscreen is a customizable operator screen for linuxcnc.
Built with python, GLADE, and GTK

Usable with touchscreens or a mouse.
These show the native look of Gscreen.
These show the native look of Gscreen.


gscreen
gscreen.ini
-Imperial milling screen,
-includes optionnal gladevcp panels

gscreen_lathe
gscreen_lathe.ini
-Imperial basic lathe

gscreen_mm
gscreen_mm.ini
-Metric milling screen
14 changes: 7 additions & 7 deletions configs/sim/gscreen/gscreen_custom/README
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
Gscreen is a customizable operator screen for linuxcnc.
Gscreen is a customizable operator screen for LinuxCNC.

Built with python, GLADE, and GTK

Usable with touchscreens or a mouse.
These show some custom looks of Gscreen.

gscreen_custom
9axis.ini
-9 axis screen

gscreen_gaxis
gaxis_no_plot.ini
gscreen_gaxis.ini
-A similar-to-AXIS demo

industrial
industrial.ini
industrial_lathe.ini
-Design influenced by Industrial CNC controls.
(System page unlock code is '123')

tester
-Tester is used to load a GLADE file without
-Tester is used to load a GLADE file without
initializing anything beyond the window.
The glade file must be called tester.glade
The toplevel window must be called window1
Expand All @@ -25,5 +27,3 @@ handler file for adding python code for more
sophisticated customizations.
If you run this without adding a GLADE file to
the folder, it will load a default gscreen file.


2 changes: 1 addition & 1 deletion configs/sim/touchy/ngcgui/pyngcgui_touchy.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyngcgui_touchy
pyngcgui_touchy.ini

Demonstrate gladevcp apps:
pyngcgui -- subroutine app
Expand Down
2 changes: 1 addition & 1 deletion configs/sim/touchy/ngcgui/pyngcgui_touchy_gcmc.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyngcgui config for touchy
pyngcgui_touchy_gcmc.ini

Demonstrate gladevcp apps:
pyngcgui -- subroutine app
Expand Down
2 changes: 1 addition & 1 deletion configs/sim/touchy/ngcgui/pyngcgui_touchy_lathe.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyngcgui config for touchy lathe config
pyngcgui_touchy_lathe.ini

Demonstrate gladevcp apps:
pyngcgui -- subroutine app
Expand Down
4 changes: 2 additions & 2 deletions share/axis/tcl/axis.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a component of AXIS, a front-end for LinuxCNC
# Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
# Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
# Jeff Epler <jepler@unpythonic.net> and Chris Radek <chris@timeguy.com>
#
# This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -1564,7 +1564,7 @@ text .about.message \
.about.message configure -cursor hand2
.about.message tag configure link -foreground red}
.about.message tag bind link <ButtonPress-1><ButtonRelease-1> {launch_website}
.about.message insert end [subst [_ "LinuxCNC/AXIS version \$version\n\nCopyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jeff Epler and Chris Radek.\n\nThis is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING, included with LinuxCNC.\n\nVisit the LinuxCNC web site: "]] {} {http://www.linuxcnc.org/} link
.about.message insert end [subst [_ "LinuxCNC/AXIS version \$version\n\nCopyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Jeff Epler and Chris Radek.\n\nThis is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING, included with LinuxCNC.\n\nVisit the LinuxCNC web site: "]] {} {http://www.linuxcnc.org/} link
.about.message configure -state disabled

button .about.ok \
Expand Down
8 changes: 4 additions & 4 deletions share/gscreen/skins/9_axis/9_axis.glade
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@
<child>
<object class="GtkImage" id="image6">
<property name="visible">True</property>
<property name="pixbuf">../gscreen/images/linuxcnc-wizard.gif</property>
<property name="pixbuf">../../images/linuxcnc-wizard.gif</property>
</object>
<packing>
<property name="right_attach">3</property>
Expand Down Expand Up @@ -2149,7 +2149,7 @@ Readout</property>
<child>
<object class="GtkImage" id="image5">
<property name="visible">True</property>
<property name="pixbuf">../gscreen/images/coolant_mist_plain.gif</property>
<property name="pixbuf">../../images/coolant_mist_plain.gif</property>
</object>
</child>
</object>
Expand All @@ -2165,7 +2165,7 @@ Readout</property>
<child>
<object class="GtkImage" id="image4">
<property name="visible">True</property>
<property name="pixbuf">../gscreen/images/coolant_flood_plain.gif</property>
<property name="pixbuf">../../images/coolant_flood_plain.gif</property>
</object>
</child>
</object>
Expand Down Expand Up @@ -2531,7 +2531,7 @@ Rotary</property>
<child>
<object class="GtkImage" id="image7">
<property name="visible">True</property>
<property name="pixbuf">../gscreen/images/tool_clear.gif</property>
<property name="pixbuf">../../images/tool_clear.gif</property>
</object>
</child>
</object>
Expand Down