Assertion '(ridgeHeight >= (wallThickness * 1.8))' failed
mrWheel opened this issue · 1 comments
mrWheel commented
[ERROR: Assertion '(ridgeHeight >= (wallThickness * 1.8))' failed: "ridgeHeight < 1.8 times wallThickness: no SnapJoins possible" in file ../../OpenSCAD/libraries/YAPPgenerator_v3.scad, line 1041]
Please change 1.8 to 1.3 ... (or make it a constant so user can adjust for his printer)
Maybe you can move "Helper Functions" (like shapes
, masks
, Ridge Extension
) to the end of the YAPPgenerator and base functions (like cutouts
, pcbStands
snapJoins
) to the beginning..
mrWheel commented
In future merges, please change the date in the version string:
Version="v3.0.1 (2024-01-17)";