如果您指定一个负的探测距离(不清楚在探测操作期间是否从 Z 中添加或减去探测距离……),退出时会崩溃。此外,“发送有关崩溃的电子邮件”框也已损坏。
Python 2.7.16,Win64,在 Windows 10 上运行
启动 bCNC 0.9.14-dev
转到探头菜单
点击“工具”
将’-66’作为距离
出口
new-config Utils <ConfigParser.ConfigParser instance at 0x00000000031C02C8>
self.canvas.winfo_id(): 2425352
Using old style comports()!
Using old style comports()!
Using old style comports()!
Controller state changed to: Alarm (Running: False)
probe chg handler
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\bCNC\Utils.py", line 464, in __call__
return self.func(*args)
File "C:\Python27\lib\site-packages\bCNC\ProbePage.py", line 1889, in setProbeParams
CNC.vars["tooldistance"] = float(self.probeDistance.get())
ValueError: could not convert string to float: -
probe chg handler
probe chg handler
probe chg handler
probe chg handler
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\bCNC\Utils.py", line 464, in __call__
return self.func(*args)
File "C:\Python27\lib\site-packages\bCNC\ProbePage.py", line 1889, in setProbeParams
CNC.vars["tooldistance"] = float(self.probeDistance.get())
ValueError: could not convert string to float: -
probe chg handler
probe chg handler
probe chg handler
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\bCNC\Utils.py", line 464, in __call__
return self.func(*args)
File "C:\Python27\lib\site-packages\bCNC\__main__.py", line 544, in quit
Utils.ReportDialog.sendErrorReport()
File "C:\Python27\lib\site-packages\bCNC\Utils.py", line 628, in sendErrorReport
ReportDialog(None)
File "C:\Python27\lib\site-packages\bCNC\Utils.py", line 538, in __init__
from bCNC import __version__, __date__
ImportError: cannot import name __version__
如果您指定一个负的探测距离(不清楚在探测操作期间是否从 Z 中添加或减去探测距离……),退出时会崩溃。此外,“发送有关崩溃的电子邮件”框也已损坏。
Python 2.7.16,Win64,在 Windows 10 上运行