OpenSCAD Tutorial Cube - Beginnners

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ค. 2024
  • A detailed OpenSCAD Cube Tutorial for beginners.
    This tutorial demonstrates the use of the cube() primitive

ความคิดเห็น • 9

  • @ArtiomNeganov
    @ArtiomNeganov 4 ปีที่แล้ว +1

    Thanks for the great tutorials, Paul!

  • @donkshot1
    @donkshot1 2 ปีที่แล้ว +1

    i realy apreciat it, thanks for Openscad Content, and you lesson is amazing, 100% Didatic !

  • @ericbuijs3043
    @ericbuijs3043 6 ปีที่แล้ว

    Hi Paul, congratulations with your 1000+ subscribers.

  • @4funrc11
    @4funrc11 6 ปีที่แล้ว

    Keep 'em coming... Thx!

  • @Appregator
    @Appregator 4 ปีที่แล้ว

    I also noticed one can use, for example:
    cube([1,2,3],false);
    where "centre =" is implicit when one just uses true or false. It works for all the examples you have given.

    • @mathcodeprint
      @mathcodeprint  4 ปีที่แล้ว +2

      Absolutely, I tried give the most "basic" version. So for example whereas just using your example is more compact and easier, it requires more understanding. It takes some knowledge to know the argument in that position is for centering the origin. Once you have that knowledge it feels quite silly typing "center=" every time. Thanks for adding valuable insight

    • @Appregator
      @Appregator 4 ปีที่แล้ว +1

      @@mathcodeprint I actually stumbled upon in by mistake by neglecting to put in "centre=".. Happy accident

  • @Ruya_Meltem
    @Ruya_Meltem 3 ปีที่แล้ว

    Thank you!
    WARNING: Can't open library 'prandall_tools.scad'.
    Compiling design (CSG Tree generation)...
    WARNING: Ignoring unknown module 'stack', in file ../../Users/fogla/Desktop/x
    What should I do?

    • @mathcodeprint
      @mathcodeprint  3 ปีที่แล้ว +1

      Sorry it took so long. This can be annoying. You will have to identify where your library folder is and make certain the library is within that folder. You can also copy the code out and place it directly into your code.