What's inside an .STL? Edit an .STL file using a text editor!

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024

Комментарии • 56

  • @powerxcode5333
    @powerxcode5333 18 дней назад +2

    I was going to make a custom 3d printer script for my arduino. This video helped so much!

    • @AndrewSink
      @AndrewSink  18 дней назад

      @@powerxcode5333 Great, glad to hear it!

  • @hikolanikola8775
    @hikolanikola8775 3 года назад +3

    Amazing explanations, would be nice to see some custom G-code compilers out of those STL's

  • @user-ws3ko2qk3l
    @user-ws3ko2qk3l 7 месяцев назад +1

    brother you have no idea how helpfull this was for me

    • @AndrewSink
      @AndrewSink  7 месяцев назад

      Thanks! Glad you got some use out of it!

  • @PrintThatThing
    @PrintThatThing 3 года назад +2

    This is amazing, Andrew. So helpful and cool. Love you're using Blender too!

    • @AndrewSink
      @AndrewSink  3 года назад

      Blender FTW!

    • @TheClem9779
      @TheClem9779 Год назад +1

      ​@@AndrewSink Hey do you think it would be possible to utilize the info given in a STL file to calculate the surface area of the object?

    • @AndrewSink
      @AndrewSink  8 месяцев назад

      @@TheClem9779 For sure! Should be able to that easily on Blender!

    • @ajarivas72
      @ajarivas72 6 месяцев назад

      @@TheClem9779
      With a neural net will be a piece of cake 🍰

  • @vaibhavbhaskar8732
    @vaibhavbhaskar8732 3 года назад +2

    Why does the slicing software interpret the hollow body as solid, despite deleting the face? I'm sorry if this is a dumb question. Also if you orient the top face such that it is on the left side, would the body behave like a hollow body?

  • @1qsx-c4v1q
    @1qsx-c4v1q 15 дней назад

    Hello, could you please tell me how to name the face sets in an STL file in ASCII format?

  • @GauravGupta-by1ml
    @GauravGupta-by1ml Год назад

    Awesome explanation ! Thanks !

  • @greengate3d
    @greengate3d 3 года назад +1

    Always interesting, Andrew! I really like your work. Related to .STL files, is it possible to edit a G-Code? I've always wondered if we had a G-Code that worked well printing a single, small file, *and without recreating those settings, and re-exporting it*, could we edit a G-Code to allow for MULTIPLE prints of that same file?

  • @bvdlio
    @bvdlio 8 месяцев назад

    Great video!

    • @AndrewSink
      @AndrewSink  8 месяцев назад +2

      Thanks! It’s one of my favorite videos of all the ones I’ve made, so that really means a lot. 🥹

  • @harishkumarlaxmikantgajako1044

    Hey, Thanks for the video. I was wondering if you could explain how do we understand a binary stl file

    • @AndrewSink
      @AndrewSink  Год назад

      If you're not a computer, you're going to have a hard time with binary .STL files. ASCII is the way to go for a human readable format.

  • @walterisraelmoscosozarate8768
    @walterisraelmoscosozarate8768 3 года назад

    Beautiful Video Thaks

  • @user-lr6tr2ry6q
    @user-lr6tr2ry6q 2 года назад

    Really cool!

    • @AndrewSink
      @AndrewSink  2 года назад

      Thanks!

    • @user-lr6tr2ry6q
      @user-lr6tr2ry6q 2 года назад

      @@AndrewSink but what text editor do you use? (I tried notepad but it was not successful attempt)

  • @fenrirnobody2694
    @fenrirnobody2694 3 года назад +2

    Where are you finding the text? I've seriously been trying and I can't open it in any way that is intelligible.

    • @AndrewSink
      @AndrewSink  3 года назад

      You'll only see text if the file is saved as an ASCII stl and not a binary one. You can import the file into Meshmixer and export as an ASCII stl if you only have a binary one available!

    • @fenrirnobody2694
      @fenrirnobody2694 3 года назад

      @@AndrewSink ahhh, that's good to know. Thank you. This will be very helpful.

  • @sankhadipdev5768
    @sankhadipdev5768 2 года назад

    what is the difference between normal stl and STL Ascii and how to convert an stl file to STL Ascii

    • @AndrewSink
      @AndrewSink  2 года назад

      An ASCII STL is human-readable, while a binary STL is not. A program like Meshmixer can typically import and export both types, but I’ve never tried explicitly converting one. Give it a shot and let me know how it goes for you!

  • @sahilkulria7325
    @sahilkulria7325 3 года назад

    can you please explain how to do slicing of an stl file using matlab

    • @AndrewSink
      @AndrewSink  3 года назад

      FYI, this comment sparked off a lot of great ideas on Twitter, check it out! twitter.com/AndrewASink/status/1419711316751695877

  • @smallnuts2
    @smallnuts2 2 года назад

    How would I look up a already sliced model to see the settings?

    • @AndrewSink
      @AndrewSink  2 года назад +1

      You can open a .gcode file in the same way!

  • @tech445
    @tech445 2 года назад

    how do you upload the text of the stl to blender into a 3d model?

    • @AndrewSink
      @AndrewSink  2 года назад

      You can just upload the STL into Blender directly!

  • @paarthisharma7844
    @paarthisharma7844 2 года назад

    How I can read printer parameter from stl file in python

    • @AndrewSink
      @AndrewSink  2 года назад

      You should be able to parse through them directly as a text file!

  • @Meshtro3D
    @Meshtro3D 2 года назад

    hey which software you used for mouse track

  • @minouratoshi
    @minouratoshi 2 года назад

    What editor can edit an STL file in ASCII?
    Meshmixer can genetrate an STL file in ASCII, and LibreOffice Writer can read this file and convert the file into .tex file. However, some information is lost when thsis coversion is done.
    Reading an STL file in ASCII by LibreOffice Writer and save it as .otd or .tex file:
    File Explorer > select New > OpenDocument Text > LibreOffice Writer > Open
    > select an ASCII STL file > save as ODF Text Document (otd) or Text
    If someone knows any free editor that can be used to edit an STL file in ASCII, please let me know.

    • @AndrewSink
      @AndrewSink  2 года назад

      You can use both VS Code and Atom; those are my favorites!

    • @minouratoshi
      @minouratoshi 2 года назад +1

      Is VS Code different from Visual Studio?
      What I want to do is
      for every vertex if (z > 2.0) { x=1.0+(z-2.0)*0.1*x; y=1.0+(z-2.0)*0.1*y;}
      For each increase of z value, x and y values are increased by 0.1 starting from1.0. As there are many vertices, editing manually is not possible.
      Basically, can we read STL file in ASCII, eidt it by , say, C code, and strore it as a new RTL file in ASCII. OR can we convert a .tex or .otd file describing RTL data in ASCII to a RTL file in ASC readable by a CAD program?

    • @GroockG
      @GroockG Год назад

      @@AndrewSink Thanks for the video, I tried opening various STL files in Atom and VS and get unreadable unicode characters eg ���8n
      �� �~���"
      ��:�?��H�ƾ�� do I need to decode this somehow; how did you do this?

    • @xerxes1837
      @xerxes1837 Год назад +1

      @@GroockG Most likely your file is saved as a binary STL and you need to convert it to Ascii STL. I'm sure most 3D viewer programs can do this, but if you have Blender, take your file then do Export > STL and then there is a little check box for ASCII, the exported file should allow you to read it in a text viewer

  • @chestar3717
    @chestar3717 3 года назад

    how did you manage to create shape with round numbered vertex? because mine is a mess with a lot of decimals

    • @AndrewSink
      @AndrewSink  3 года назад

      I made mine from scratch, so I picked integers!

    • @chestar3717
      @chestar3717 3 года назад

      @@AndrewSink using blender?

    • @AndrewSink
      @AndrewSink  3 года назад

      Yup!

  • @FilamentFrenzy
    @FilamentFrenzy 3 года назад +1

    Cool video 😉

  • @nor_makes
    @nor_makes 3 года назад +1

    Didn’t learn anything! I already know what’s in St. Louis it’s just like buildings and people and stuff. Idk they also have an arch they’re sooooooo proud of.

    • @AndrewSink
      @AndrewSink  3 года назад

      Legit laughed out loud at this one.

  • @4funrc11
    @4funrc11 3 года назад

    No quad .STL's? 😃

  • @flaguser4196
    @flaguser4196 Год назад

    emacs might be simpler than blender

  • @1qsx-c4v1q
    @1qsx-c4v1q 15 дней назад

    Hello, could you please tell me how to name the face sets in an STL file in ASCII format?