Giter Club home page Giter Club logo

Comments (3)

daid avatar daid commented on July 18, 2024

By any chance did you get a warning when you started OpenSCAD? Because that looks like the "thrown together" renderer, which doesn't do any "substractive" rendering. The F5 needs some fancy OpenGL features that your video card (or the ubuntu driver) most like doesn't support.

It says "OpenCSG rendering disabled" in the log. At which point this output is to be expected.

from openscad.

kintel avatar kintel commented on July 18, 2024

It looks like this is a problem with the involute_gears library. If I patch involute_gears.scad as follows, this works for me.
Note: Too many gears causes OpenCSG to be turned off as it would take a lot of time to render. Rendering one gear for testing is enough to demonstrate the mentioned bug.

diff --git a/involute_gears.scad b/involute_gears.scad
index eaf9051..fd80efe 100644
--- a/involute_gears.scad
+++ b/involute_gears.scad
@@ -286,7 +286,7 @@ module involute_bevel_gear_tooth (
[side2_point2[0],side2_point2[1],0],
[side2_point1[0],side2_point1[1],0],
[0.1,0,0]],

  •                                       triangles=[[0,1,2],[0,2,3],[0,3,4],[0,5,1],[1,5,2],[2,5,3],[3,5,4],[0,4,5]]);
    
  •                                     triangles=[[0,2,1],[0,3,2],[0,4,3],[0,1,5],[1,2,5],[2,3,5],[3,4,5],[0,5,4]]);
                            }
                    }
            }
    

from openscad.

kintel avatar kintel commented on July 18, 2024

This has been fixed in MCAD

from openscad.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.