Skip to content
Discussion options

You must be logged in to vote

I've been able to make mine working fine. I pushed the source code in an AI and it generated the code. I will have to study it eventually. But here are some code that is working:

include <BOSL2/std.scad>
include <BOSL2/bottlecaps.scad>

box_inside_diameter = 120;
thickness = 5;
box_outside_diameter = box_inside_diameter + 2*thickness;
box_height = 35;
logo_ratio = 0.25;
$fn = 100;
chamfer=thickness;

//color("yellow", 1.0)difference() {
  translate([0,0,box_height/2]) 
        dicebox();
//translate([0,100]) cube([200,200,200], center=true);
//}

//color("blue", 1.0)difference() {
    translate([box_outside_diameter+2,0, 0.01]) 
    rotate ([180,0,0])
        dicelid();

//translate([0,10…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@kerryland
Comment options

@immortel32
Comment options

Answer selected by immortel32
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants