whitequark changed the topic of #solvespace to: SolveSpace--parametric 2d/3d CAD · latest version 2.3 · http://solvespace.com · code at https://github.com/solvespace/solvespace · logs at https://irclog.whitequark.org/solvespace
balrog has joined #solvespace
<GitHub> [solvespace] whitequark commented on issue #306: Not a bug. There are two chord tolerances, display chord tolerance and export chord tolerance. In your case, export chord tolerance causes naked edges to appear, which are promptly shown to you in export mode. https://github.com/solvespace/solvespace/issues/306#issuecomment-354701657
<GitHub> [solvespace] whitequark commented on issue #306: Not a bug. There are two chord tolerances, display chord tolerance and export chord tolerance. In your case, export chord tolerance causes naked edges to appear, which are promptly shown to you in export mode. Conversely, display chord tolerance (which is used for the check) doesn't. https://github.com/solvespace/solvespace/issues/306#issuecomment-354701657
korak has joined #solvespace
<GitHub> [solvespace] rpavlik opened pull request #307: Add a linker option to work around the stack overflow on startup (master...workaround-stack-overflow) https://github.com/solvespace/solvespace/pull/307
<GitHub> [solvespace] rpavlik opened pull request #308: Small optimization to Vector::Equals to improve performance. (master...vector-equals-perf) https://github.com/solvespace/solvespace/pull/308
<GitHub> [solvespace] rpavlik opened pull request #309: Replace calls to fabs in util.cpp with calls to std::abs. (master...fabs-conversion) https://github.com/solvespace/solvespace/pull/309
<GitHub> [solvespace] whitequark commented on issue #307: The reason it's not in master is this needs to be fixed properly (as in by not having this massive data structure in the first place). https://github.com/solvespace/solvespace/pull/307#issuecomment-354883896
<GitHub> [solvespace] whitequark commented on issue #309: Thanks for the pull requests! I'm still sorting out the licensing situation with SolveSpace, so I won't be able to immediately merge them. I am sorry, and I'll get back to you as soon as possible. https://github.com/solvespace/solvespace/pull/309#issuecomment-354884264
korak has quit [Remote host closed the connection]
<GitHub> [solvespace] frafra commented on issue #306: Ops, I am sorry, thanks for your response. I am still learning how to use SolveSpace properly and I found these two messages incoherent. I fixed using bigger shapes when selecting union and difference (no naked edges errors in this case). https://github.com/solvespace/solvespace/issues/306#issuecomment-354890941