aboutsummaryrefslogtreecommitdiffstats
path: root/src/emc/usr_intf/pncconf/finished.glade
blob: b8649d2a834853abd6ddebf9a72b227e8f8789ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface>
  <requires lib="gtk+" version="3.0"/>
  <object class="GtkTextBuffer" id="textbuffer1">
    <property name="text" translatable="yes">All the necessary info has now been gathered. 
Click "Done" to write your configuration files to disk.

If you experience lockups while running LinuxCNC:
-Decrease the maximum velocity which will have the effect of increasing BASE_PERIOD.

If you experience lost steps while running LinuxCNC:
-First verify that you entered the proper timings for your stepper drivers. 
-Then run a more thorough latency test as described on the linuxcnc.org wiki.
https://wiki.linuxcnc.org/cgi-bin/wiki.pl?TroubleShooting

If you experience the "Unexpected Realtime Delay" message:
-Run a more thorough latency test as described on the linuxcnc.org wiki: 
https://wiki.linuxcnc.org/cgi-bin/wiki.pl?TroubleShooting</property>
  </object>
  <object class="GtkTable" id="finished">
    <property name="visible">True</property>
    <property name="can_focus">False</property>
    <property name="n_columns">2</property>
    <child>
      <object class="GtkTextView" id="textview1">
        <property name="visible">True</property>
        <property name="can_focus">True</property>
        <property name="wrap_mode">word</property>
        <property name="buffer">textbuffer1</property>
      </object>
      <packing>
        <property name="left_attach">1</property>
        <property name="right_attach">2</property>
      </packing>
    </child>
    <child>
      <placeholder/>
    </child>
    <child>
      <placeholder/>
    </child>
  </object>
</interface>
bues.ch cgit interface