touchy
- partec
- Offline
- Elite Member
-
Less
More
- Posts: 178
- Thank you received: 24
15 Jan 2014 14:00 #42806
by partec
Replied by partec on topic touchy
Chris, absolutely perfect, thank you so much, it works fine. Actually I've no MPG ready for use here, but it would be a good option. Linuxcnc and all around is for me fine learning by doig, with great pleasure Peter
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23279
- Thank you received: 4932
15 Jan 2014 21:18 #42820
by andypugh
There are some pretty cheap ones on eBay, I recently bought one and it looks OK.
www.ebay.ch/itm/261347866480
Replied by andypugh on topic touchy
It isn't really an option with Touchy, it is pretty much assumed that you will have a jogwheel.Actually I've no MPG ready for use here, but it would be a good option.
There are some pretty cheap ones on eBay, I recently bought one and it looks OK.
www.ebay.ch/itm/261347866480
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
- partec
- Offline
- Elite Member
-
Less
More
- Posts: 178
- Thank you received: 24
15 Jan 2014 22:29 #42828
by partec
Replied by partec on topic touchy
thank you, looks good and for touchy it's absolutely assumed, of course.
Please Log in or Create an account to join the conversation.
- partec
- Offline
- Elite Member
-
Less
More
- Posts: 178
- Thank you received: 24
16 Jan 2014 04:28 #42848
by partec
Replied by partec on topic touchy
Andi's useful hint about nice MPG - just now I've seen his impressive work on Glade LatheMacro - really amazing
may I continue from here concerning YZPoson.png
color combination in "EMC_SourceView" is not so accurate
how can we define colour properties in Glade e.g. ?
<object class="EMC_SourceView" id="hal_sourceview1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="left_margin">2</property>
<property name="right_margin">2</property>
<property name="show_line_numbers">True</property>
<property name="show_line_marks">True</property>
<property name="tab_width">4</property>
<property name="auto_indent">True</property>
<property name="highlight_current_line">True</property>
<property name="indent_on_tab">False</property>
</object>
may I continue from here concerning YZPoson.png
color combination in "EMC_SourceView" is not so accurate
how can we define colour properties in Glade e.g. ?
<object class="EMC_SourceView" id="hal_sourceview1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="left_margin">2</property>
<property name="right_margin">2</property>
<property name="show_line_numbers">True</property>
<property name="show_line_marks">True</property>
<property name="tab_width">4</property>
<property name="auto_indent">True</property>
<property name="highlight_current_line">True</property>
<property name="indent_on_tab">False</property>
</object>
Please Log in or Create an account to join the conversation.
- partec
- Offline
- Elite Member
-
Less
More
- Posts: 178
- Thank you received: 24
17 Jan 2014 05:13 #42892
by partec
Replied by partec on topic touchy
touchy gui - tab AUTO - has nice hal-sourceview with very accurate colour effect
inspecting touchy.glade shows how it is constructed within almost 400 lines
1786
<object class="GtkTable" id="table16">
<property name="visible">True</property>
<property name="n_rows">20</property>
<property name="homogeneous">True</property>
<child>
<object class="GtkEventBox" id="eventbox_listing0">
<property name="visible">True</property>
<signal name="button_release_event" handler="on_listing_select"/>
<child>
<object class="GtkLabel" id="listing0">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">M2</property>
<property name="width_chars">20</property>
<property name="single_line_mode">True</property>
</object>
</child>
</object>
</child>
...
...
...
2182
so then very simple - many, many thanks for touchy !
inspecting touchy.glade shows how it is constructed within almost 400 lines
1786
<object class="GtkTable" id="table16">
<property name="visible">True</property>
<property name="n_rows">20</property>
<property name="homogeneous">True</property>
<child>
<object class="GtkEventBox" id="eventbox_listing0">
<property name="visible">True</property>
<signal name="button_release_event" handler="on_listing_select"/>
<child>
<object class="GtkLabel" id="listing0">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">M2</property>
<property name="width_chars">20</property>
<property name="single_line_mode">True</property>
</object>
</child>
</object>
</child>
...
...
...
2182
so then very simple - many, many thanks for touchy !
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23279
- Thank you received: 4932
17 Jan 2014 21:45 #42917
by andypugh
I imagine that the code was generated by the Glade editor, rather than by hand, though.
Replied by andypugh on topic touchy
touchy gui - tab AUTO - has nice hal-sourceview with very accurate colour effect
inspecting touchy.glade shows how it is constructed within almost 400 lines
I imagine that the code was generated by the Glade editor, rather than by hand, though.
Please Log in or Create an account to join the conversation.
- partec
- Offline
- Elite Member
-
Less
More
- Posts: 178
- Thank you received: 24
17 Jan 2014 23:43 #42927
by partec
Replied by partec on topic touchy
Andy, I think that, too. May I repeat here my question concerning YZPoson.png
color combination in "EMC_SourceView" is not so accurate
how can we define colour properties in Glade e.g. ?
color combination in "EMC_SourceView" is not so accurate
how can we define colour properties in Glade e.g. ?
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23279
- Thank you received: 4932
17 Jan 2014 23:54 #42928
by andypugh
I am not sure I completely understand the question, but if you are talking about source-highlighting, how does your version of gedit look when viewing G-code?
The default sourceview that arrives with LinuxCNC doesn't work very well, there is a rather better one here:
cnc-club.ru/forum/viewtopic.php?f=33&t=80&p=27169
Replied by andypugh on topic touchy
color combination in "EMC_SourceView" is not so accurate
I am not sure I completely understand the question, but if you are talking about source-highlighting, how does your version of gedit look when viewing G-code?
The default sourceview that arrives with LinuxCNC doesn't work very well, there is a rather better one here:
cnc-club.ru/forum/viewtopic.php?f=33&t=80&p=27169
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
- partec
- Offline
- Elite Member
-
Less
More
- Posts: 178
- Thank you received: 24
18 Jan 2014 03:53 #42934
by partec
Replied by partec on topic touchy
concerning YZPoson.png
talking about color combination in "EMC_SourceView" - the font for complete G-code is any purple and the highlighted line, marking the actually runned cycle also in any red colour is not so accurate
how can we define colour properties in Glade e.g. ?
<object class="EMC_SourceView" id="hal_sourceview1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="left_margin">2</property>
<property name="right_margin">2</property>
<property name="show_line_numbers">True</property>
<property name="show_line_marks">True</property>
<property name="tab_width">4</property>
<property name="auto_indent">True</property>
<property name="highlight_current_line">True</property>
<property name="indent_on_tab">False</property>
</object>
talking about color combination in "EMC_SourceView" - the font for complete G-code is any purple and the highlighted line, marking the actually runned cycle also in any red colour is not so accurate
how can we define colour properties in Glade e.g. ?
<object class="EMC_SourceView" id="hal_sourceview1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="left_margin">2</property>
<property name="right_margin">2</property>
<property name="show_line_numbers">True</property>
<property name="show_line_marks">True</property>
<property name="tab_width">4</property>
<property name="auto_indent">True</property>
<property name="highlight_current_line">True</property>
<property name="indent_on_tab">False</property>
</object>
Please Log in or Create an account to join the conversation.
- partec
- Offline
- Elite Member
-
Less
More
- Posts: 178
- Thank you received: 24
18 Jan 2014 04:01 - 18 Jan 2014 04:25 #42935
by partec
Replied by partec on topic touchy
Last edit: 18 Jan 2014 04:25 by partec.
Please Log in or Create an account to join the conversation.
Time to create page: 0.083 seconds