**** GMOCCAPY INFO ****
**** Entering make macro button
found 15 Macros
Macro go_to_position x-pos y-pos z-pos has image link
Image = /home/moeller/linuxcnc/configs/sim.gmoccapy/macros/images/goto_x_y_z.png
get button with image
Macro i_am_lost has image link
Image = /home/moeller/linuxcnc/configs/sim.gmoccapy/macros/images/i_am_lost.png
get button with image
Macro macro_8 has image link
Image = /home/moeller/linuxcnc/configs/sim.gmoccapy/macros/images/macro_8.png
get button with image
**** GMOCCAPY INFO ****
**** GMOCCAPY INFO ****
**** Place in table
/usr/bin/gmoccapy:1565: DeprecationWarning: Gtk.Table.resize is deprecated
self.widgets.tbl_DRO.resize(rows, cols)
**** GMOCCAPY INFO ****
**** GMOCCAPY INFO ****
**** Gremlin Einrichtung gestartet ****
Found an error!
The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gladevcp/hal_gremlin.py", line 164, in do_set_property
if self.lathe_option:
^^^^^^^^^^^^^^^^^
AttributeError: 'HAL_Gremlin' object has no attribute 'lathe_option'
**** GMOCCAPY INFO ****
**** Entering make touch button
/usr/bin/gmoccapy:972: DeprecationWarning: Gtk.Widget.override_background_color is deprecated
btn.override_background_color(Gtk.StateFlags.ACTIVE, Gdk.RGBA(1.0, 1.0, 0.0, 1.0))
**** GMOCCAPY INFO ****
也许只是提供默认设置?
**** GMOCCAPY GETINIINFO ****
[KINS] KINESTYPE is trivkins
**** GMOCCAPY GETINIINFO ****
No MIN_ANGULAR_VELOCITY entry found in [DISPLAY] of INI file
Using default value of 0.1 degree / min
**** GMOCCAPY GETINIINFO ****
No DEFAULT_ANGULAR_VELOCITY entry found in [DISPLAY] of INI file
Using default value of 360 degree / min
**** GMOCCAPY GETINIINFO ****
No MAX_RAPID_OVERRIDE entry found in [DISPLAY] of INI file
Default settings 100 % applied!
**** GMOCCAPY GETINIINFO ****
# Set up logging
from qtvcp import logger
LOG = logger.getLogger(__name__)
# Set the log level for this module
#LOG.setLevel(logger.INFO) # One of DEBUG, INFO, WARNING, ERROR, CRITICAL
您好,为了给新用户留下好印象(并向那些过渡到新版本的用户传达信任),我们应该避免在 stdout/stderr 上出现警告。我碰到
为什么会这样显示?也许调试级别设置错误?文件存在:
我可以在 gimp 中打开这些文件(macro_8 非常可爱)。所以,也许只是不打印这个?
https://docs.gtk.org/gtk3/method.Table.resize.html提到这已被弃用,因为 3.4 和 GtkGrid 会自动调整大小。这种动态可能很有趣——毕竟,响应式网页也是一回事。不过,不知道这对我们有什么用。
默认的“sim.gmoccapy”是一个 3 轴铣床,这就是为什么 lathe_option 不存在的原因?!?
它的正下方说明了以下可能相关的内容(即使它看起来不像):
无害:
3.4 版已弃用(根据https://athenajc.gitbooks.io/python-gtk-3-api/content/gtk-group/gtkcolorbutton.html),我们要求 3.11+ 作为依赖项。
相似地:
也许只是提供默认设置?