5.5 KiB
5.5 KiB
Version numbers are based on Semantic Versioning.
v2.1
- Bugfixes
bend_extrude: fix wrong rotation.bijection_offset: fix point order.
- New parameters.
box_extrude: newtwistparameter.crystall_ball: newthicknessparameter.
- New modules and functions.
v2.0
- Use new features of OpenSCAD-2019.05 to refactor internal implementation.
- Delete the
logmodule which is never used. - Directory changed.
m_cumulate,m_mirror,m_rotation,m_scaling,m_shearingandm_translationare moved into thematrixdirectory.turtle2dandturtle3dare moved into theturtledirectory.parse_number,split_strandsub_strare moved into theutildirectory.
- New modules and functions.
v1.3.3
- Bugfixes
in_shape: Wrong variable name.
v1.3.2
-
All-in-one source file.
- You can use
include <dotSCAD.scad>;oruse <dotSCAD.scad>;if you really don't want to care about dependencies.
- You can use
-
Bugfixes
along_with: Wrong variable scope.
v1.3.1
- Bugfixes
in_polyline: Wrong parameter name.in_shape: Missing dependency.along_with: Avoid warning when using 2D points.
v1.3
-
New modules:
-
New functions:
-
New parameters:
distanceof shape_taiwanepsilonof bijection_offsetmethodof path_extrudemethodof along_with
v1.2
-
New modules and functions:
-
Others
- Avoid warnings when using newer versions of OpenSCAD after 2015.03.
v1.1.1
-
Bugfixes
m_rotationreturns an identity matrix ifais 0.- The
path_ptsparameter ofpath_extrudeaccepts two or three points. - The
pointsparameter ofalong_withaccepts two or three points.
-
Others
- OpenSCAD has built-in matrix multiplication so
m_multiplyis not necessary.
- OpenSCAD has built-in matrix multiplication so
v1.1
-
New matrix functions:
-
New modules:
-
New Parameters:
- added
vparameter to rotate_p
- added
-
Improved Performance:
v1.0.1
- Fixed
path_extrudecrossing problem. See issue 3. - Fixed
along_withcrossing problems (similar topath_extrude.)
v1.0
- First release.