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