STL sample file
stl_sample_file_500KB.stl
500.0 KB
model/stl
SHA256 verified
File details
Filename
stl_sample_file_500KB.stlSize500.0 KB (512000 bytes)
MIME type
model/stlExtension
.stlSHA256
f07e36cddce94ff53655668b0752cf832dde090fca5962c3958ee03d0fa4094aDownload commands
Use in scripts and tests
curl -L -o stl_sample_file_500KB.stl \
https://samplefile.com/samples/download/three-d/stl/stl_sample_file_500KB.stl/
wget -O stl_sample_file_500KB.stl \
https://samplefile.com/samples/download/three-d/stl/stl_sample_file_500KB.stl/
import requests
url = "https://samplefile.com/samples/download/three-d/stl/stl_sample_file_500KB.stl/"
resp = requests.get(url)
with open("stl_sample_file_500KB.stl", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/three-d/stl/stl_sample_file_500KB.stl/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("stl_sample_file_500KB.stl", buf);
# Download and verify SHA256
curl -L -o stl_sample_file_500KB.stl https://samplefile.com/samples/download/three-d/stl/stl_sample_file_500KB.stl/
echo "f07e36cddce94ff53655668b0752cf832dde090fca5962c3958ee03d0fa4094a stl_sample_file_500KB.stl" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/three-d/stl/stl_sample_file_500KB.stl/").content
assert hashlib.sha256(data).hexdigest() == "f07e36cddce94ff53655668b0752cf832dde090fca5962c3958ee03d0fa4094a"
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_200KB.stl |
200.0 KB | c45f61c04a6d8f6b… |
Download |
stl_sample_file_50KB.stl |
50.0 KB | ed0bc41b21114d12… |
Download |