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

  Рет қаралды 17,415

Andrew Sink

Andrew Sink

Күн бұрын

Пікірлер: 51
@powerxcode5333
@powerxcode5333 2 ай бұрын
I was going to make a custom 3d printer script for my arduino. This video helped so much!
@AndrewSink
@AndrewSink 2 ай бұрын
@@powerxcode5333 Great, glad to hear it!
@AhmedAbdullah-t4d
@AhmedAbdullah-t4d 9 ай бұрын
brother you have no idea how helpfull this was for me
@AndrewSink
@AndrewSink 9 ай бұрын
Thanks! Glad you got some use out of it!
@PrintThatThing
@PrintThatThing 4 жыл бұрын
This is amazing, Andrew. So helpful and cool. Love you're using Blender too!
@AndrewSink
@AndrewSink 4 жыл бұрын
Blender FTW!
@TheClem9779
@TheClem9779 Жыл бұрын
​@@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 10 ай бұрын
@@TheClem9779 For sure! Should be able to that easily on Blender!
@ajarivas72
@ajarivas72 8 ай бұрын
@@TheClem9779 With a neural net will be a piece of cake 🍰
@hikolanikola8775
@hikolanikola8775 3 жыл бұрын
Amazing explanations, would be nice to see some custom G-code compilers out of those STL's
@vaibhavbhaskar8732
@vaibhavbhaskar8732 4 жыл бұрын
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 2 ай бұрын
Hello, could you please tell me how to name the face sets in an STL file in ASCII format?
@GauravG91
@GauravG91 Жыл бұрын
Awesome explanation ! Thanks !
@AndrewSink
@AndrewSink Жыл бұрын
Glad I could help!
@greengate3d
@greengate3d 4 жыл бұрын
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?
@harishkumarlaxmikantgajako1044
@harishkumarlaxmikantgajako1044 2 жыл бұрын
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.
@bvdlio
@bvdlio 10 ай бұрын
Great video!
@AndrewSink
@AndrewSink 10 ай бұрын
Thanks! It’s one of my favorite videos of all the ones I’ve made, so that really means a lot. 🥹
@fenrirnobody2694
@fenrirnobody2694 3 жыл бұрын
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.
@walterisraelmoscosozarate8768
@walterisraelmoscosozarate8768 3 жыл бұрын
Beautiful Video Thaks
@AndrewSink
@AndrewSink 3 жыл бұрын
Glad you liked it!
@Meshtro3D
@Meshtro3D 2 жыл бұрын
hey which software you used for mouse track
@AndrewSink
@AndrewSink 2 жыл бұрын
Google Slides! 🤣
@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!
@sankhadipdev5768
@sankhadipdev5768 3 жыл бұрын
what is the difference between normal stl and STL Ascii and how to convert an stl file to STL Ascii
@AndrewSink
@AndrewSink 3 жыл бұрын
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
@Сергей-ц3й7ц
@Сергей-ц3й7ц 3 жыл бұрын
Really cool!
@AndrewSink
@AndrewSink 3 жыл бұрын
Thanks!
@Сергей-ц3й7ц
@Сергей-ц3й7ц 3 жыл бұрын
@@AndrewSink but what text editor do you use? (I tried notepad but it was not successful attempt)
@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!
@FilamentFrenzy
@FilamentFrenzy 3 жыл бұрын
Cool video 😉
@AndrewSink
@AndrewSink 3 жыл бұрын
Hahaha, thanks!
@nor_makes
@nor_makes 3 жыл бұрын
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 4 жыл бұрын
No quad .STL's? 😃
@flaguser4196
@flaguser4196 Жыл бұрын
emacs might be simpler than blender
@1qsx-c4v1q
@1qsx-c4v1q 2 ай бұрын
Hello, could you please tell me how to name the face sets in an STL file in ASCII format?
Write an STL (ASCII) File in PYTHON || TUTORIAL
10:10
Prot04m
Рет қаралды 9 М.
The Difference between an STL file and an STEP file.
8:18
Think Design Make
Рет қаралды 59 М.
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 14 МЛН
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 88 МЛН
Сюрприз для Златы на день рождения
00:10
Victoria Portfolio
Рет қаралды 2,3 МЛН
Modifying STL files in Blender
20:02
Artisans of Vaul
Рет қаралды 33 М.
Modify Existing STL files easily using TinkerCAD
12:59
Revamped Outdoors
Рет қаралды 164 М.
3D Printer File Formats Explained
32:17
Make With Tech (MakeWithTech)
Рет қаралды 19 М.
Two Easy Ways to Edit STL Files For 3D Printing
21:15
Create With Tech
Рет қаралды 66 М.
"Hello, World" in 5 CURSED languages that no one should use
13:08
Dreams of Code
Рет қаралды 542 М.
Python 3D Printing Guide: Make STL Files From Masks
21:31
Mr. P Solver
Рет қаралды 17 М.
Plasticity may be the 3D design software you’ve been looking for
15:28
Which glues work on 3D prints? JB Weld / Superglue / VHB tape…
15:44
Made with Layers (Thomas Sanladerer)
Рет қаралды 183 М.
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 14 МЛН