diff --git a/docs/src/components/carousel.js b/docs/src/components/carousel.js index 18d96d18..1372fbb5 100644 --- a/docs/src/components/carousel.js +++ b/docs/src/components/carousel.js @@ -27,16 +27,28 @@ const imageDescripts= { [ '/3.png', 'low precision contour'], ], register:[ - + [ '/1.png', '2-drill register'], + [ '/2.png', '3-drill register'], + [ '/3.png', 'jigsaw register'], ], drill:[ - + [ '/1.png', 'drills for a robot baseplate'], + [ '/2.png', 'drills for a pegboard'], + [ '/3.png', 'selecting only matching-size holes'], ], trace:[ - + [ '/1.png', 'toolpath tracing a design into a part'], + [ '/2.png', 'selecting loops to trace'], + [ '/3.png', 'tracing edges for deburring'], + [ '/4.png', 'trace to clear a pocket'], + [ '/5.png', 'arbitrary offset outline'], ], pocket:[ - + [ '/1.png', 'selecting areas to pocket'], + [ '/2.png', 'toolpath for pocket'], + [ '/3.gif', 'pocket animation'], + [ '/4.png', 'toolpath for v-bit carve'], + [ '/5.png', 'many-pocketed part'], ], gcode:[ diff --git a/docs/static/img/CAM/example/drill/2.png b/docs/static/img/CAM/example/drill/2.png new file mode 100644 index 00000000..013d7cab Binary files /dev/null and b/docs/static/img/CAM/example/drill/2.png differ diff --git a/docs/static/img/CAM/example/drill/3.png b/docs/static/img/CAM/example/drill/3.png new file mode 100644 index 00000000..b42c3f73 Binary files /dev/null and b/docs/static/img/CAM/example/drill/3.png differ diff --git a/docs/static/img/CAM/example/pocket/1.png b/docs/static/img/CAM/example/pocket/1.png new file mode 100644 index 00000000..9230ca81 Binary files /dev/null and b/docs/static/img/CAM/example/pocket/1.png differ diff --git a/docs/static/img/CAM/example/pocket/2.png b/docs/static/img/CAM/example/pocket/2.png new file mode 100644 index 00000000..adba2f58 Binary files /dev/null and b/docs/static/img/CAM/example/pocket/2.png differ diff --git a/docs/static/img/CAM/example/pocket/3.gif b/docs/static/img/CAM/example/pocket/3.gif new file mode 100644 index 00000000..66e28c27 Binary files /dev/null and b/docs/static/img/CAM/example/pocket/3.gif differ diff --git a/docs/static/img/CAM/example/pocket/4.png b/docs/static/img/CAM/example/pocket/4.png new file mode 100644 index 00000000..117bef7e Binary files /dev/null and b/docs/static/img/CAM/example/pocket/4.png differ diff --git a/docs/static/img/CAM/example/pocket/5.png b/docs/static/img/CAM/example/pocket/5.png new file mode 100644 index 00000000..59042626 Binary files /dev/null and b/docs/static/img/CAM/example/pocket/5.png differ diff --git a/docs/static/img/CAM/example/register/1.png b/docs/static/img/CAM/example/register/1.png new file mode 100644 index 00000000..172bc214 Binary files /dev/null and b/docs/static/img/CAM/example/register/1.png differ diff --git a/docs/static/img/CAM/example/register/2.png b/docs/static/img/CAM/example/register/2.png new file mode 100644 index 00000000..67277096 Binary files /dev/null and b/docs/static/img/CAM/example/register/2.png differ diff --git a/docs/static/img/CAM/example/register/3.png b/docs/static/img/CAM/example/register/3.png new file mode 100644 index 00000000..75e97699 Binary files /dev/null and b/docs/static/img/CAM/example/register/3.png differ diff --git a/docs/static/img/CAM/example/trace/1.png b/docs/static/img/CAM/example/trace/1.png new file mode 100644 index 00000000..de6d452b Binary files /dev/null and b/docs/static/img/CAM/example/trace/1.png differ diff --git a/docs/static/img/CAM/example/trace/2.png b/docs/static/img/CAM/example/trace/2.png new file mode 100644 index 00000000..dac710a2 Binary files /dev/null and b/docs/static/img/CAM/example/trace/2.png differ diff --git a/docs/static/img/CAM/example/trace/3.png b/docs/static/img/CAM/example/trace/3.png new file mode 100644 index 00000000..e2324fce Binary files /dev/null and b/docs/static/img/CAM/example/trace/3.png differ diff --git a/docs/static/img/CAM/example/trace/4.png b/docs/static/img/CAM/example/trace/4.png new file mode 100644 index 00000000..24898665 Binary files /dev/null and b/docs/static/img/CAM/example/trace/4.png differ diff --git a/docs/static/img/CAM/example/trace/5.png b/docs/static/img/CAM/example/trace/5.png new file mode 100644 index 00000000..910cf226 Binary files /dev/null and b/docs/static/img/CAM/example/trace/5.png differ