pegstr icon indicating copy to clipboard operation
pegstr copied to clipboard

Closed bottom is not working

Open aditanase opened this issue 3 years ago • 4 comments

Hello,

I was trying to generate a simple bin or box, I can't get the bottom to generate fully

image

unless I also set the strength to 1.0, which breaks a lot of other things. Using default params everywhere else

Can you share the params for the bins / boxes that you have generated?

Thanks!

aditanase avatar Jan 24 '22 20:01 aditanase

I have the same problem. When trying to recreate the bit holder in 8x6 the bottom will be open.

I'm using


holder_x_size = 13;
holder_y_size = 13;
holder_height = 15;
wall_thickness = 1.85;
holder_x_count = 8;
holder_y_count = 6;
corner_radius = 30;
taper_ratio = 1.0;
holder_offset = 0.0;
strength_factor = 0.66;
closed_bottom = 1.0;
holder_cutout_side = 0.0;
holder_angle = 0.0;

chross avatar Aug 04 '22 18:08 chross

Same here. I must be doing something wrong, but I can't figure out what. Hoping someone who knows can give some help.

Randomaker avatar Feb 07 '24 15:02 Randomaker

+1. Cannot recreate the a simple box with closed bottom set to 1.0 and Y repeat to 1.0.

frhd avatar Apr 21 '24 17:04 frhd

Increase the strength factor if the bottom isn't closed all the way.

Katzekonig avatar May 27 '24 01:05 Katzekonig