teepee changed the topic of #openscad to: OpenSCAD - The Programmers Solid 3D CAD Modeller | This channel is logged! | Website: http://www.openscad.org/ | FAQ: https://goo.gl/pcT7y3 | Request features / report bugs: https://goo.gl/lj0JRI | Tutorial: https://bit.ly/37P6z0B | Books: https://bit.ly/3xlLcQq | FOSDEM 2020: https://bit.ly/35xZGy6 | Logs: https://bit.ly/32MfbH5
J25k16 has joined #openscad
J25k has quit [Ping timeout: 272 seconds]
califax has quit [Remote host closed the connection]
califax has joined #openscad
snaked has joined #openscad
teepee has quit [Remote host closed the connection]
J25k16 has quit [Quit: Client closed]
J25k16 has joined #openscad
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
teepee has joined #openscad
snakedGT has joined #openscad
snaked has quit [Ping timeout: 248 seconds]
mmu_man has quit [Ping timeout: 276 seconds]
J25k16 has quit [Quit: Client closed]
J25k16 has joined #openscad
J25k16 has quit [Client Quit]
J25k16 has joined #openscad
<gbruno> [github] kintel pushed 1 modifications (Add ifdef for deprecation) https://github.com/openscad/openscad/commit/e6ee8ceddea73db8c181c2677b2f00211d0aa605
<gbruno> [github] kintel opened pull request #5987 (Add ifdef for Qt6 deprecation) https://github.com/openscad/openscad/pull/5987
J25k16 has quit [Quit: Client closed]
J25k16 has joined #openscad
J25k16 has quit [Quit: Client closed]
J25k16 has joined #openscad
snakedLX has joined #openscad
snakedGT has quit [Ping timeout: 252 seconds]
snakedGT has joined #openscad
snakedLX has quit [Read error: Connection reset by peer]
snakedGT has quit [Remote host closed the connection]
snakedGT has joined #openscad
snakedGT has quit [Ping timeout: 276 seconds]
_whitelogger has joined #openscad
snakedGT has joined #openscad
snakedLX has joined #openscad
snakedGT has quit [Ping timeout: 244 seconds]
_whitelogger has joined #openscad
uyg has joined #openscad
<uyg> / Drone X-frame for TinkerCAD – OpenSCAD
<uyg> / Parameters (in mm)
<uyg> arm_len = 50;
<uyg> arm_w = 8;
<uyg> frame_t = 4;
<uyg> center_w = 30;
<uyg> center_t = 3;
<uyg> / Positions for holes and slots (example values)
<uyg> motor_hole = 7; // for coreless motor shaft
<uyg> motor_mount = 10; // clearance around motor
<uyg> hole_through = frame_t + 2;
<uyg> / Battery slot
<uyg> bat_w = 20;
<uyg> bat_l = 45;
<uyg> bat_t = 8;
<uyg> / PCB slots
<uyg> pcb_w = 18;
<uyg> pcb_l = 30;
<uyg> / battery slot
<uyg> module battery_slot() {
<uyg>   translate([0, -bat_w/2 -5, 0])
<uyg>     difference() {
<uyg>       cube([bat_l, bat_w, frame_t+1], center=true);
<uyg>     }
<uyg> }
<uyg> / PCB slot (for Arduino + HC05 + L293D)
<uyg> module pcb_slot() {
<uyg>   translate([0,0,frame_t/2+0.1])
<uyg>     difference() {
<uyg>       cube([pcb_l, pcb_w, pcb_t+1], center=true);
<uyg>     }
<uyg> }
<uyg> / Assemble
<uyg> union() {
<uyg>   arm();
<uyg>   rotate(90) arm();
uyg has quit [Client Quit]
sculptor has quit [Ping timeout: 260 seconds]
snakedLX has quit [Read error: Connection reset by peer]
snakedLX has joined #openscad
pkriens has joined #openscad
mmu_man has joined #openscad
pkriens has quit [Ping timeout: 272 seconds]
sculptor has joined #openscad
bitbasher has joined #openscad
mmu_man has quit [Ping timeout: 268 seconds]
howiemnt1 has joined #openscad
howiemnt has quit [Remote host closed the connection]
mmu_man has joined #openscad
LordOfBikes has quit [Ping timeout: 248 seconds]
bitbasher has quit [Ping timeout: 268 seconds]
mmu_man has quit [Ping timeout: 272 seconds]
sculptor has quit [Ping timeout: 265 seconds]
howiemnt4 has joined #openscad
howiemnt1 has quit [Read error: Connection reset by peer]
<gbruno> [github] smartavionics opened issue #5988 (Build failure - latest cgalutils-tess.cc fails to compile on Ubuntu 20.04.6) https://github.com/openscad/openscad/issues/5988
LordOfBikes has joined #openscad
sculptor has joined #openscad
sculptor has quit [Changing host]
sculptor has joined #openscad
sculptor_ has joined #openscad
sculptor_ has quit [Changing host]
sculptor_ has joined #openscad
sculptor has quit [Ping timeout: 268 seconds]
Kehet_ has joined #openscad
Kehet_ has quit [Changing host]
Kehet_ has joined #openscad
Kehet_ has quit [Client Quit]
bitbasher has joined #openscad
Non-ICE has quit [Ping timeout: 252 seconds]
Non-ICE has joined #openscad
snakedLX has quit [Remote host closed the connection]
snaked has joined #openscad
sculptor_ is now known as scuptor
Guest44 has joined #openscad
Guest44 has quit [Client Quit]
sculptor has joined #openscad
scuptor has quit [Ping timeout: 276 seconds]
bitbasher has quit [Ping timeout: 260 seconds]
<gbruno> [github] t-paul pushed 1 modifications (Fix build with CGAL < 5.4, e.g. on Debian/Bullseye with 5.2 (fixes #5988).) https://github.com/openscad/openscad/commit/525e3c4365de011a6800835592eae2aaa48f7b61
<gbruno> [github] t-paul opened pull request #5989 (Fix build with CGAL < 5.4, e.g. on Debian/Bullseye with 5.2 (fixes #5988).) https://github.com/openscad/openscad/pull/5989
teepee_ has joined #openscad
teepee has quit [Ping timeout: 244 seconds]
teepee_ is now known as teepee
<gbruno> [github] t-paul closed pull request #5989 (Fix build with CGAL < 5.4, e.g. on Debian/Bullseye with 5.2 (fixes #5988).) https://github.com/openscad/openscad/pull/5989
<gbruno> [github] t-paul pushed 1 modifications (Merge pull request #5989 from openscad/fix-build-debian-bullseye Fix build with CGAL < 5.4, e.g. on Debian/Bullseye with 5.2 (fixes #5988).) https://github.com/openscad/openscad/commit/d4994a14b142a05a6870316a11fd5bf8f0638175
<gbruno> [github] t-paul closed issue #5988 (Build failure - latest cgalutils-tess.cc fails to compile on Ubuntu 20.04.6) https://github.com/openscad/openscad/issues/5988
sculptor has quit [Ping timeout: 252 seconds]
<gbruno> [github] t-paul pushed 1 modifications (Remove Ubuntu 23.04, add Ubuntu 25.04 (no aarch64 yet).) https://github.com/openscad/openscad.github.com/commit/d63edcbba111c8e9f99a9ba80f56dbeddbd3e889
sculptor has joined #openscad
sculptor has quit [Changing host]
sculptor has joined #openscad
snaked has quit [Ping timeout: 260 seconds]
snaked has joined #openscad
snaked has quit [Remote host closed the connection]
snaked has joined #openscad
mmu_man has joined #openscad
howiemnt4 has quit [Ping timeout: 260 seconds]
howiemnt has joined #openscad
mmu_man has quit [Ping timeout: 265 seconds]
howiemnt has quit [Remote host closed the connection]
howiemnt has joined #openscad
howiemnt has quit [Remote host closed the connection]
howiemnt has joined #openscad
_whitelogger has joined #openscad
kintel has joined #openscad
kintel has quit [Quit: My Mac has gone to sleep. ZZZzzz…]