OpenSCADutil icon indicating copy to clipboard operation
OpenSCADutil copied to clipboard

Gap between box and holding tray

Open Xiondewah opened this issue 3 years ago • 6 comments

Hi - this is really good and although I'm new to OpenScad I've already started playing about with it.

One thing I'm not clear on - how do I increase the gap between a box and it's supporting tray please? When these print, they seem to be joined on one side which results in a lot of clean-up.

I'd appreciate your help!

Thanks.

Xiondewah avatar Mar 11 '21 08:03 Xiondewah

Hi,

Thank you for your comment.

There is a parameter called tolerance in the file ikea_skadis.scad. You can set this value to your preference to adjust the gap.

If you use the file ikea_skadis.scad as a library, you can override the tolerance value in your new file.

Example:

/*
 * file skadis_box_demo.scad
 * override tolerance parameter
 */

include <ikea_skadis.scad>

tolerance = 0.9;
skadis_box(90, 40, 30);

I have updated the instructions with an example. I hope this helps.

franpoli avatar Mar 11 '21 10:03 franpoli

I'd literally just worked that out! But thank you for your prompt response. I'm fiddling around with the code and thoroughly enjoying myself :-)

Xiondewah avatar Mar 11 '21 10:03 Xiondewah

One thing I did realise - you don't need the round box section if you just use the fillet and make the length/depth of the square box the same value.

Xiondewah avatar Mar 11 '21 10:03 Xiondewah

I do have a suggestion - on the racks code, add a height value? It would be good to have a thicker rack for some tools.

If you don't have time, I may be able to work it out myself, but if you do it would be great!

Thanks.

Xiondewah avatar Mar 11 '21 10:03 Xiondewah

Thank you for your input. I might consider your suggestion on an upcoming iteration. At the moment, you could play with the perimeter and infill settings of your slicer software to increase the strength of your prints.

franpoli avatar Mar 11 '21 15:03 franpoli

Yes - thanks - already done that and it is better of course.

I've been playing around with the code and have added some embossed text to the front of the box, plate and pliers holder. It's really helpful to see what you've done as a way to learn OpeScad. Hellishly complex stuff in there though ;-)

Xiondewah avatar Mar 15 '21 11:03 Xiondewah