diff --git a/isosurface.scad b/isosurface.scad index 599df2b9..081805fe 100644 --- a/isosurface.scad +++ b/isosurface.scad @@ -3523,7 +3523,7 @@ function _showstats_isosurface(voxsize, bbox, isoval, cubes, triangles, faces) = // Function&Module: contour() // Synopsis: Creates a 2D contour from a function or array of values. // SynTags: Geom,Path,Region -// Topics: Isosurfaces, Path Generators (2D), Regions +// Topics: Contours, Path Generators (2D), Regions // Usage: As a module // contour(f, isovalue, bounding_box, pixel_size, [pixel_count=], [use_centers=], [smoothing=], [exact_bounds=], [show_stats=], [show_box=], ...) [ATTACHMENTS]; // Usage: As a function diff --git a/scripts/img2scad.html b/scripts/img2scad.html index 4830684c..843baca0 100644 --- a/scripts/img2scad.html +++ b/scripts/img2scad.html @@ -8,8 +8,11 @@ Version 6: 23 April 2025 - added cropping UI Version 7: 25 April 2025 - added contrast and threshold sliders Version 8: 26 April 2025 - added file size estimate to output section Version 9: 20 May 2025 - improved appearance UI, added Sobel edge detection +Version 10: 21 May 2025 - Added array_name_size value at top of output file +Version 11: 22 May 2025 - Fixed filter artifacts at image edges, added sharpening filter +Version 12: 30 May 2025 - Made filters mutually exclusive --> - Image to OpenSCAD array, v9 + Image to OpenSCAD array, v12