[LinuxCNC/linuxcnc PR#583] fix importing of certain stls in vismach

未分类 bolang 5个月前 (10-15) 23次浏览

Issue #583 | 状态: 已关闭 | 作者: sleepybishop | 创建时间: 2019-05-07


i’m trying to integrate a 6dof robot arm with linuxcnc, been having problems with kinematics so i thought i’de try and model in vismach. once in a while an stl would fail to import, with the small changes here the failed stl imports went away.

submitting for merge consideration in case it’s helpful, if not please disregard.


评论 (3)

#1 – andypugh 于 2019-06-08

Are you convinced that this is always better than the original version?
As far as I can tell the only sample config that uses an STL is VMC_Toolchange.


#2 – sleepybishop 于 2019-06-08

yes i’m certain, before this code path would error out because [x1,x2,y1,y2,z1,z2] were not defined.

an example stl to trigger the problem can be found here:
https://github.com/sleepybishop/linuxcnc/blob/fishybearG-2.8/configs/sim/axis/vismach/ar2/ar2_link3.stl


#3 – andypugh 于 2019-06-08

OK, if the original was actually buggy and crashy, then we should merge it.
Next question, though. If this is a bugfix then it should go in to 2.7 then be merged up to 2.8 and 2.9.
Can you possibly re-submit it against 2.7?
(if that’s too much trouble then I can do it)


原始Issue: https://github.com/LinuxCNC/linuxcnc/pull/583

喜欢 (0)