diff --git a/docs/src/components/carousel.js b/docs/src/components/carousel.js index 7a823018..99532be5 100644 --- a/docs/src/components/carousel.js +++ b/docs/src/components/carousel.js @@ -64,8 +64,11 @@ const imageDescripts= { ], lathe:[ + ], + tabs:[ + [ '/1.png', 'tabs added to part'], + [ '/2.png', 'sliced part with tabs'], ] - } diff --git a/docs/static/img/CAM/process/hover.png b/docs/static/img/CAM/process/hover.png new file mode 100644 index 00000000..24d0301f Binary files /dev/null and b/docs/static/img/CAM/process/hover.png differ diff --git a/docs/static/img/CAM/process/profiles.png b/docs/static/img/CAM/process/profiles.png new file mode 100644 index 00000000..aa86810e Binary files /dev/null and b/docs/static/img/CAM/process/profiles.png differ diff --git a/docs/static/img/CAM/process/tabs/1.png b/docs/static/img/CAM/process/tabs/1.png new file mode 100644 index 00000000..71deff0a Binary files /dev/null and b/docs/static/img/CAM/process/tabs/1.png differ diff --git a/docs/static/img/CAM/process/tabs/2.png b/docs/static/img/CAM/process/tabs/2.png new file mode 100644 index 00000000..6d5c17a0 Binary files /dev/null and b/docs/static/img/CAM/process/tabs/2.png differ