chore: update solver submodule — add planar drag console test (#338) #340
Reference in New Issue
Block a user
Delete Branch "test/planar-drag-console-test"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updates the solver submodule pointer to include the new console test from kindred/solver#39.
The test (
tests/console_test_planar_drag.py) reproduces the quaternion branch-jump failure from #338 — run it in the FreeCAD Python console against a live broken instance.Test 2 reliably triggers the bug: 10/40 drag steps rejected when Cylindrical + Planar constraints cause the solver to jump between equivalent quaternion branches around 240° axial rotation.
Refs: #338, #339, kindred/solver#39