3MF sample file
3mf_print_bed_layout_sample.3mf
1.1 KB
application/vnd.ms-3mfdocument
SHA256 verified
File details
Filename
3mf_print_bed_layout_sample.3mfSize1.1 KB (1105 bytes)
MIME type
application/vnd.ms-3mfdocumentExtension
.3mfSHA256
e2f83664f0856a7b2cc8afe076f809aa8af1cea338ab33c3ffc5795e1ba24f67Download commands
Use in scripts and tests
curl -L -o 3mf_print_bed_layout_sample.3mf \
https://samplefile.com/samples/download/three-d/3mf/3mf_print_bed_layout_sample.3mf/
wget -O 3mf_print_bed_layout_sample.3mf \
https://samplefile.com/samples/download/three-d/3mf/3mf_print_bed_layout_sample.3mf/
import requests
url = "https://samplefile.com/samples/download/three-d/3mf/3mf_print_bed_layout_sample.3mf/"
resp = requests.get(url)
with open("3mf_print_bed_layout_sample.3mf", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/three-d/3mf/3mf_print_bed_layout_sample.3mf/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("3mf_print_bed_layout_sample.3mf", buf);
# Download and verify SHA256
curl -L -o 3mf_print_bed_layout_sample.3mf https://samplefile.com/samples/download/three-d/3mf/3mf_print_bed_layout_sample.3mf/
echo "e2f83664f0856a7b2cc8afe076f809aa8af1cea338ab33c3ffc5795e1ba24f67 3mf_print_bed_layout_sample.3mf" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/three-d/3mf/3mf_print_bed_layout_sample.3mf/").content
assert hashlib.sha256(data).hexdigest() == "e2f83664f0856a7b2cc8afe076f809aa8af1cea338ab33c3ffc5795e1ba24f67"
More 3MF files
Other 3MF Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
3mf_calibration_cube_sample.3mf |
1.1 KB | a05983b2f9ac3ab7… |
Download |
3mf_mounting_bracket_sample.3mf |
1.1 KB | 5c25ccd9e4d38a23… |
Download |