Popelník IQOS
Napsal: 08.05.2019 18:24
Skončil jsem s tradiční cigaretou a pro IQOS jsem potřeboval popelník tak tady jsem jeden udělal:
Ještě jedna maličkost PLA svítící v noci to je paráda .
Ještě jedna maličkost PLA svítící v noci to je paráda .
- Kód: Vybrat vše
$fn=100;
module dno () {
difference (){
union (){
cylinder (h=30,d=60,center=true);
translate ([0,0,7.5])cylinder (h=30,d=55,center=true);
}
translate ([0,0,11])cylinder (h=45,d=50,center=true);
}}
module kryt (){
difference (){
hull (){
cylinder (h=10,d=60,center=true);
translate ([0,0,30])cylinder (h=10,d=30,center=true);
}
hull (){
translate ([0,0,-1])cylinder (h=10,d=56,center=true);
translate ([0,0,24])cylinder (h=10,d=28,center=true);
}
translate ([0,0,38])cylinder (h=10,d=24,center=true);
cylinder (h=100,d=10,center=true);
}}
dno ();
translate ([0,0,35]) kryt ();