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
<gbruno> [github] t-paul pushed 3 additions 3 modifications (Switch 3MF/Manifold tests to color; Add test case with colored cubes.) https://github.com/openscad/openscad/commit/5f8d5735a8474d37ccbdfbeef99546f1558cf57a
<gbruno> [github] t-paul synchronize pull request #5527 (Add 3MF color support) https://github.com/openscad/openscad/pull/5527
little_blossom has joined #openscad
<gbruno> [github] t-paul edited pull request #5527 (Add 3MF color support) https://github.com/openscad/openscad/pull/5527
<gbruno> [github] t-paul edited pull request #5527 (Add 3MF color support) https://github.com/openscad/openscad/pull/5527
<gbruno> [github] kintel pushed 3 modifications (Avoid fs::canonical on emscripten (incl. indirect through fs::relative!) (#5531)) https://github.com/openscad/openscad/commit/28c540500700bbda987820e97e3b9ac9b1c147a4
<gbruno> [github] kintel closed pull request #5531 (Avoid fs::canonical on emscripten (incl. indirect through fs::relative!)) https://github.com/openscad/openscad/pull/5531
buZz has joined #openscad
buZz is now known as Guest1428
<linext> anyone here have experience exporting into 2D for GrblGru?
linext has quit [Quit: Client closed]
<gbruno> [github] kintel pushed 2 modifications (Remove fastcsg) https://github.com/openscad/openscad/commit/78191b8b96e453799652bbaf2abf4c32d81e1fcf
<gbruno> [github] kintel synchronize pull request #5530 (Introduce PolySetRenderer) https://github.com/openscad/openscad/pull/5530
<gbruno> [github] kintel pushed 1 modifications (More refactoring: OpenCSGRenderer) https://github.com/openscad/openscad/commit/d8ad3f6a13ab375a3c4806bd005c519e320da7e5
<gbruno> [github] kintel opened pull request #5533 (Rendering refactoring) https://github.com/openscad/openscad/pull/5533
snaked has joined #openscad
J24k92 has joined #openscad
J24k9 has quit [Ping timeout: 240 seconds]
mmu_man has quit [Ping timeout: 265 seconds]
Guest49 has joined #openscad
Guest49 has quit [Client Quit]
little_blossom has quit [Remote host closed the connection]
JakeSays_ has joined #openscad
little_blossom has joined #openscad
JakeSays has quit [Ping timeout: 252 seconds]
JakeSays_ is now known as JakeSays
drkow has joined #openscad
drfff has quit [Ping timeout: 265 seconds]
abff has quit [Read error: Connection reset by peer]
germ- has quit [Ping timeout: 244 seconds]
germ has joined #openscad
abff has joined #openscad
abff_ has joined #openscad
abff has quit [Ping timeout: 248 seconds]
germ has quit [Read error: Connection reset by peer]
germ- has joined #openscad
abff_ is now known as abff
mmu_man has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
Guest18 has joined #openscad
Guest18 has quit [Client Quit]
<cbmuser> teepee: Ping
lockywolf is now known as anon9
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
<gbruno> [github] t-paul pushed 1 modifications (Fix build issue; Align material handling with V2 implementation.) https://github.com/openscad/openscad/commit/b0848ffb9d9f6dacd7ff55ec88ecba1cdf37139a
<gbruno> [github] t-paul synchronize pull request #5527 (Add 3MF color support) https://github.com/openscad/openscad/pull/5527
<gbruno> [github] kintel pushed 3 modifications (More refactoring: OpenCSGRenderer) https://github.com/openscad/openscad/commit/e225ca5f84f2672d19fc007582e4a5b9999c0cf8
<gbruno> [github] kintel synchronize pull request #5533 (Rendering refactoring) https://github.com/openscad/openscad/pull/5533
bong101 has joined #openscad
<bong101> hi all, I'm working on a cover for a raspberry pi and a screen epaper waveshare 5.6. I want to add some holes ont it , but I cant and I don't knom why...the difference function doesn't not work...can I show you my script ? Thanks in advance
<InPhase> paste?
<othx> paste is https://bpa.st for .scad files and other text like long error reports, https://pasteboard.co/ or https://imgur.com/ for images
<InPhase> bong101: ^ Use that
<bong101> / Paramètres pour ajuster les dimensions
<bong101> epaper_width = 155;  // Largeur de l'écran ePaper
<bong101> epaper_height = 110;  // Hauteur de l'écran ePaper
<bong101> epaper_thickness = 5; // Épaisseur de l'écran
<bong101> frame_margin = 5;    // Marge autour de l'écran
<bong101> box_thickness = 3;   // Épaisseur des parois du boîtier
<bong101> screw_hole_diameter = 3; // Diamètre des trous pour les vis
<bong101> corner_radius = 5;    // Rayon des coins arrondis
<bong101> bottom_opening_size = [126.5, 101]; // Dimensions de l'ouverture sur le dessous (largeur, hauteur)
<bong101> cylinder_diameter = 10; // Diamètre des cylindres pleins
<bong101> cylinder_height = epaper_thickness + 10; // Hauteur des cylindres
<bong101> / Paramètres pour les bandes
<bong101> band_length = bottom_opening_size[1]; // Longueur de la bande (alignée avec l'ouverture)
<bong101> band_width = 6;       // Largeur de la bande (6 mm)
<bong101> band_thickness = 2;   // Épaisseur des bandes réduites (1 mm)
<bong101> / Boîtier principal
<bong101> module main_box() {
<bong101>     difference() {
<gbruno> [github] kintel pushed 6 modifications (More refactoring: OpenCSGRenderer) https://github.com/openscad/openscad/commit/e2438faa20be10c57aa164b4852fa76b501559cd
<gbruno> [github] kintel synchronize pull request #5533 (Rendering refactoring) https://github.com/openscad/openscad/pull/5533
<bong101>                    (epaper_height + 2 * frame_margin - bottom_opening_size[1]) / 2, 1])
<bong101>             cube([band_width, band_length, band_thickness], center = false);
<bong101>     }
<bong101>     // Ajout des cylindres pleins dans les coins
<bong101>     for (x = [frame_margin + corner_radius / 2, epaper_width + frame_margin - corner_radius / 2])
<bong101>         for (y = [frame_margin + corner_radius / 2, epaper_height + frame_margin - corner_radius / 2])
<bong101>             translate([x, y, 0])
<bong101>                 cylinder(h = cylinder_height, d = cylinder_diameter, center = false);
<bong101> }
<bong101> / Couvercle
<bong101> /module cover() {
<bong101> /    difference() {
<bong101>         // Couvercle avec coins arrondis
<bong101> /        rounded_box(epaper_width + 2 * frame_margin, epaper_height + 2 * frame_margin, box_thickness, corner_radius);
<bong101>         // Trous pour les vis alignés avec le boîtier
<bong101>  //       for (x = [frame_margin, epaper_width + frame_margin])
<bong101>  //           for (y = [frame_margin, epaper_height + frame_margin])
<bong101>  //               translate([x, y, 0])
<bong101> }
<bong101> / Affichage du modèle
<bong101> assembly();
<bong101>   and
<bong101> / Charger le fichier d'origine
<bong101> include </home/bong/Documents/3D/5.65 Waveshare 7 colors (Housing for ESP32) - 4782367/test-tchatgpt-final.scad>
<bong101> / Paramètres pour les trous d'aération
<bong101> hole_diameter = 5;
<bong101> hole_spacing = 10;
<bong101> hole_count = 6;
<bong101> hole_depth = 20;
<bong101> / Ajouter les trous d'aération
<bong101> module add_air_holes() {
<bong101>     // Trous sur le côté gauche
<bong101>     for (i = [0 : hole_count - 1])
<bong101>         translate([frame_margin, frame_margin + i * hole_spacing, 0])
<bong101>             cylinder(h = hole_depth, d = hole_diameter, center = true);
<bong101>     // Trous sur le côté droit
<InPhase> No, you need to put this on https://bpa.st and share the link to that.
<InPhase> Pasting directly into IRC is just chaos.
<bong101> i agree
bong101 has quit [Quit: Client closed]
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
<gbruno> [github] t-paul pushed 1 modifications (Add stat() output of generated files.) https://github.com/openscad/openscad/commit/75cb1b7572105e7ddee97ae5ab7fa2f23ef588da
<gbruno> [github] t-paul synchronize pull request #5527 (Add 3MF color support) https://github.com/openscad/openscad/pull/5527
TheAssassin has quit [Remote host closed the connection]
<gbruno> [github] kintel pushed 1 modifications (Disable ccache) https://github.com/openscad/openscad/commit/96d7dca4650e296fd5c9982af0766ea4a3d30128
<gbruno> [github] kintel synchronize pull request #5533 (Rendering refactoring) https://github.com/openscad/openscad/pull/5533
<gbruno> [github] kintel pushed 1 modifications (Disable ccache) https://github.com/openscad/openscad/commit/9115f7340762216506cf7fcc5ba895764b770879
<gbruno> [github] kintel synchronize pull request #5533 (Rendering refactoring) https://github.com/openscad/openscad/pull/5533
bozo16 has joined #openscad
snaked has quit [Quit: Leaving]
Guest0 has joined #openscad
Guest0 has quit [Client Quit]
<gbruno> [github] ochafik opened pull request #93 (Fixes: axes snapping, lighting (use env map), editing bundled files) https://github.com/openscad/openscad-playground/pull/93
bong101 has joined #openscad
bong101 has quit [Quit: Client closed]
<gbruno> [github] ochafik synchronize pull request #93 (Fixes: axes snapping, lighting (use env map), editing bundled files) https://github.com/openscad/openscad-playground/pull/93
<gbruno> [github] ochafik edited pull request #93 (Bunch of fixes: axes snapping, lighting (use env map), edit bundled files) https://github.com/openscad/openscad-playground/pull/93
<gbruno> [github] ochafik closed pull request #93 (Bunch of fixes: axes snapping, lighting (use env map), edit bundled files) https://github.com/openscad/openscad-playground/pull/93
<gbruno> [github] ochafik pushed 9 modifications (Basic URL loading support) https://github.com/openscad/openscad-playground/commit/dd3d385899b0e93bb081ce1a53cb8fbe19d8d589
<gbruno> [github] ochafik closed issue #75 (Wrong colors on some shapes in the new colored STL viewer) https://github.com/openscad/openscad-playground/issues/75
Smeef has quit [Read error: Connection reset by peer]
Smeef has joined #openscad
bozo16 has quit [Quit: Leaving]
TylerTork has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
little_blossom has quit [Quit: little_blossom]
little_blossom has joined #openscad
TylerTork has quit [Ping timeout: 240 seconds]