diff --git a/week2/Readme.md b/week2/Readme.md index b0310b9..8d38bfe 100644 --- a/week2/Readme.md +++ b/week2/Readme.md @@ -21,4 +21,8 @@ Overlap two fills. Learn to create a boolean difference between them. Use select Learn the difference between grayscale images and dithered images. Learn when is the best time to use each. -Dithered images are technically black-and-white images that "fake" grayscale via the patterns they employ. These are good on all materials, including those that have a very narrow flashpoint, such as acrylic. (Grayscale does NOT react well on acrylic) \ No newline at end of file +Dithered images are technically black-and-white images that "fake" grayscale via the patterns they employ. These are good on all materials, including those that have a very narrow flashpoint, such as acrylic. (Grayscale does NOT react well on acrylic) + +Resources: + +STL2PNG Website https://fenrus75.github.io/FenrusCNCtools/javascript/stl2png.html \ No newline at end of file diff --git a/week2/files/images/depth_map_grayscale/depth_map_soldier.png b/week2/files/images/depth_map_grayscale/depth_map_soldier.png new file mode 100644 index 0000000..a9a6a30 Binary files /dev/null and b/week2/files/images/depth_map_grayscale/depth_map_soldier.png differ diff --git a/week2/files/images/depth_map_grayscale/meshes/surface_example-Fillett.stl b/week2/files/images/depth_map_grayscale/meshes/surface_example-Fillett.stl new file mode 100644 index 0000000..6d19181 Binary files /dev/null and b/week2/files/images/depth_map_grayscale/meshes/surface_example-Fillett.stl differ diff --git a/week2/files/images/depth_map_grayscale/surface_example-Fillett_depthmap.png b/week2/files/images/depth_map_grayscale/surface_example-Fillett_depthmap.png new file mode 100644 index 0000000..1cf4e3e Binary files /dev/null and b/week2/files/images/depth_map_grayscale/surface_example-Fillett_depthmap.png differ diff --git a/week2/files/images/depth_map_grayscale/surface_example.FCStd b/week2/files/images/depth_map_grayscale/surface_example.FCStd new file mode 100644 index 0000000..59e652c Binary files /dev/null and b/week2/files/images/depth_map_grayscale/surface_example.FCStd differ