STL sample file
stl_sample_file_200KB.stl
200.0 KB
model/stl
SHA256 verified
File details
Filename
stl_sample_file_200KB.stlSize200.0 KB (204800 bytes)
MIME type
model/stlExtension
.stlSHA256
c45f61c04a6d8f6b46dc2839d81465d375b7073ac2924e1f7d627634d982f865Download commands
Use in scripts and tests
curl -L -o stl_sample_file_200KB.stl \
https://samplefile.com/samples/download/three-d/stl/stl_sample_file_200KB.stl/
wget -O stl_sample_file_200KB.stl \
https://samplefile.com/samples/download/three-d/stl/stl_sample_file_200KB.stl/
import requests
url = "https://samplefile.com/samples/download/three-d/stl/stl_sample_file_200KB.stl/"
resp = requests.get(url)
with open("stl_sample_file_200KB.stl", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/three-d/stl/stl_sample_file_200KB.stl/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("stl_sample_file_200KB.stl", buf);
# Download and verify SHA256
curl -L -o stl_sample_file_200KB.stl https://samplefile.com/samples/download/three-d/stl/stl_sample_file_200KB.stl/
echo "c45f61c04a6d8f6b46dc2839d81465d375b7073ac2924e1f7d627634d982f865 stl_sample_file_200KB.stl" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/three-d/stl/stl_sample_file_200KB.stl/").content
assert hashlib.sha256(data).hexdigest() == "c45f61c04a6d8f6b46dc2839d81465d375b7073ac2924e1f7d627634d982f865"
More STL files
Other STL Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
stl_enclosure_ascii_sample.stl |
525 B | e6fb9c7814727592… |
Download |
stl_fixture_plate_binary_sample.stl |
234 B | fc3fc2d145978e22… |
Download |
stl_mount_bracket_binary_sample.stl |
284 B | 524e586c87c9e69f… |
Download |
stl_sample_file_1MB.stl |
1.0 MB | 41eae61ae5c2c884… |
Download |
stl_sample_file_500KB.stl |
500.0 KB | f07e36cddce94ff5… |
Download |
stl_sample_file_50KB.stl |
50.0 KB | ed0bc41b21114d12… |
Download |