Merill
Merill
Hello I had a division by 0 in the geometry_traits_nfp:l285 the reason is that lsq1 is equal to 0 because e1.second() == e1.first() I don't know if it's the intended...
(continuation from pull request 68) It would be nice if other mods / plugin mod can: - restrict the use of attach tools (ex: can't attach engines) - change behavior...
Hi With the current version of RT, the bandwidth for transmission of experiments is full if in range, and 0 if not in range. I created a poc to add...
can't y, and y=z move(x=10,y=10)(rotate_extrude()(polygon([[0,0],[ray2,0],[ray,2.2],[0,2.2]])))
### Version/Branch of Dear ImGui: 1.83 ### Back-ends: don't know, the cpp library ### Compiler, OS: windows (visual), linux, macos ### Full config/build information: _No response_ ### Details: Hi I...
### Discussed in https://github.com/supermerill/SuperSlicer/discussions/2411 Originally posted by **AlexRochelle** February 18, 2022 I switched from PrusaSlicer fairly recently and have noticed that sometimes perimeters will make U-turns, shown in the attached...
lower but correct and with less points. there is an unit test, with the polygon that fails with the previous version. The old version is kept for "polylines", as it's...
Hello in SkeletalTrapezoidation.cpp: ``` void SkeletalTrapezoidation::filterCentral(coord_t max_length) { for (edge_t& edge : graph_.edges) { if (isEndOfCentral(edge) && edge.to_->isLocalMaximum() && ! edge.to_->isLocalMaximum()) { filterCentral(edge.twin_, 0, max_length); } } } ``` the...