OpenSCAD: Modify an existing 3D model (STL) with code

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024

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

  • @MostlyBuilds
    @MostlyBuilds  8 หลายเดือนก่อน +5

    I should have mentioned that if you want to SUBTRACT from an imported STL model, you can put the import() as the first line in a call to difference(). Example:
    difference() {
    import("SomeModel.stl");
    ...shapes to subtract...
    }

    • @ConnorNolanTech
      @ConnorNolanTech หลายเดือนก่อน +1

      This was exactly the tip I needed. Wish I had skipped to the comments to find it instead of figuring it out myself lol

    • @MostlyBuilds
      @MostlyBuilds  หลายเดือนก่อน

      Sorry!

    • @ConnorNolanTech
      @ConnorNolanTech หลายเดือนก่อน

      ​@@MostlyBuilds no worries, it was maybe 5 minutes of changing variables before I saw where I was going wrong. Today was the first day I decided to actually *learn* openscad, so worse than that is still bound to happen 😂

    • @MostlyBuilds
      @MostlyBuilds  หลายเดือนก่อน +1

      Hah I gotcha. Well good luck!

  • @JohnPatersonAu
    @JohnPatersonAu 8 หลายเดือนก่อน +2

    Your vids are awesome! Everything we need to know and nothing more. 👍👍