diff --git a/docs/Wildcard.md b/docs/Wildcard.md index dac45ed8377162d3b32fa68c2c01b994d35e4537..0983c0f873c307a668752645c14e7c020eeb19e1 100644 --- a/docs/Wildcard.md +++ b/docs/Wildcard.md @@ -37,42 +37,80 @@ Unlike lasercutting and CNC milling, flatbed cutting doesn't have any kerf, beca I made my CAD in Rhino. Separated different operations by layers of the correct names.  -Note that for the software to recognize these layers, they have to be named exactly like defined in the Rolling locator. +Note that for the software to recognize these layers, they have to be named exactly like defined in the Rolling locator software. Meaning: -Tool K (Pen 1) - Cut -Tool K1 (Pen 2)- Creaseline -Tool K-half (Pen 3)- V-cut +Tool K (Pen 1) - 'Cut' for cutting through +Tool K1 (Pen 2)- 'Creaseline' for valley fold +Tool K-half (Pen 3)- 'V-cut' for mountain fold  Here is the final file:  3. Setup -K-action - +The homescreen of the machine looks like this. + -K1-action - +In 'Test': +You can first set up the origin after placing the material on to the bed. +'Pump On' on the top right starts a vacuum pump that pulls the material and makes it flat on the bed. +You can use the up-down-left-right arrows to move the machine head. And on pressing 'temp origin', set the origin. + +To move slowly, press 'Inching': + -K and K-half is done with the same tool, but at different heights (z-axis). +On pressing 'Next', you can set up the material thickness and the half K depth. For 3mm cardboard I used K-half at 5mm.  -For juteboard I used thickness of 0.5mm and K-half at 0.9mm. This is the +ve Z distance from the bed level. +For juteboard I used thickness of 0.5mm and tried K-half at 1.6mm. This is the +ve Z distance from the bed level.  +By pressing 'K-action' and then arrow keys, you can test the cutting and change material thickness to change blade depth accordingly. + + +Same for the creasing tool, press 'K1 action': + + +K and K-half is done with the same tool, but at different heights (z-axis). + +Next, on the computer software screen, press 'print scanning'. This will basically scan the boundary area of cutting. This is done to check it the file is at the correct scale and if it fits within the material that is loaded. + 4. Cutting -Home - +After setting up the material, the thickness and the origin it is time to cut. +This is cutting in action: + + +This is creasing in action: + + +Here is the product: + + +I tried 0.7mm, 0.9mm, 1.1mm and 1.6mm thickness for the board. +1.6 worked the best... + + +Some experiments with different materials and different settings: + + +I also figured out the correct folding pattern along the way, and redid the design file. + + +5. Folding + + + + + + + + -Inching - -Set origin - diff --git a/docs/images/wc/experiments.jpg b/docs/images/wc/experiments.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c3466d47d8da33f6d5c076d0af393eb50a067773 Binary files /dev/null and b/docs/images/wc/experiments.jpg differ diff --git a/docs/images/wc/pattern.jpg b/docs/images/wc/pattern.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6877189a7b75fa6ccaf5727d960a145a545659e2 Binary files /dev/null and b/docs/images/wc/pattern.jpg differ diff --git a/docs/images/wc/pens.jpg b/docs/images/wc/pens.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2110a9712899ad74c2318eead0684b4cf2a99106 Binary files /dev/null and b/docs/images/wc/pens.jpg differ diff --git a/docs/images/wc/product.jpg b/docs/images/wc/product.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b578cc9df47280940cde7d3fb33f3d4d43d3ecfa Binary files /dev/null and b/docs/images/wc/product.jpg differ diff --git a/docs/images/wc/tests.jpg b/docs/images/wc/tests.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3cb0cc57785b9e867e3cfb042b585e16641ff089 Binary files /dev/null and b/docs/images/wc/tests.jpg differ