eSUN Filament Swatch 3D model thumbnail

eSUN Filament Swatch

by Deadleg · via Printables
FormatSTL
CategoryGadgets
LicenseCC BY-SA
UploadedNov 26, 2023
⬇ 55 downloads ❤ 9 likes 👁 601 views

Description

These use the defaults of the original model, with the text customized as per the included JSON file and CSV files. All PLA+ colours are present, with the temperature range matching the specification at 5 degree increments. To generate your own variants you can use the following bash script to start from: while IFS=, read -r col1 col2 do echo "$col1 $col2" openscad-nightly -o "esun_plaplus_${col1}_${col2}.stl" -D textstring3='"'$col1'"' -D textstring2='"'"$col2"'"' -P 'esun' -p Configurable_Filament_Swatch_VZD.json Configurable_Filament_Swatch_VZD.scad done < esun_plaplus.csv

Originally published on Printables