define experimental print profile for Phrozen EL400 resin

This commit is contained in:
2025-04-14 07:15:08 +00:00
parent 17ddbfef41
commit c83b4dcbf4
2 changed files with 24 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ all: \
build/elegoo_saturn_4_tenacious_flex/pinephone/battery_mesh_5_column/case.goo \ build/elegoo_saturn_4_tenacious_flex/pinephone/battery_mesh_5_column/case.goo \
build/elegoo_saturn_4_tenacious_flex/pinephone/battery_mesh_7_column/case.goo \ build/elegoo_saturn_4_tenacious_flex/pinephone/battery_mesh_7_column/case.goo \
build/elegoo_saturn_4_tenacious_flex/pinephone/battery_mesh_7_column/case.png \ build/elegoo_saturn_4_tenacious_flex/pinephone/battery_mesh_7_column/case.png \
build/elegoo_saturn_4_phrozen_el400/pinephone/battery_mesh_5_column/case.goo \
build/elegoo_saturn_4_phrozen_el400/pinephone/battery_mesh_7_column/case.goo \
build/generic/pinephone/battery_mesh/case.png \ build/generic/pinephone/battery_mesh/case.png \
build/generic/pinephone/battery_mesh/case.stl \ build/generic/pinephone/battery_mesh/case.stl \
build/generic/pinephone/battery_mesh/case_with_phone.png \ build/generic/pinephone/battery_mesh/case_with_phone.png \

View File

@@ -0,0 +1,22 @@
# settings for Elegoo 3d printer, Phrozen EL400 resin
# - <https://phrozen3d.com/products/el400-resin>
# runs/data
# - exposure-time 5, lift-distance 5, lift-speed 45, retract-speed 150, first-*=same as normal:
# - volume failed to print completely
# - left/right walls show horizontal tears
# N.B. we rotate the model 90-degrees when slicing else it doesn't fit within print bounds.
export MSLICER_FLAGS=(\
--rotation 0,0,90 \
--exposure-time 8 \
--first-layers 5 \
--transition-layers 5 \
--lift-distance 6 \
--lift-speed 25 \
--retract-speed 100 \
--first-lift-distance 6 \
--first-lift-speed 25 \
--first-retract-speed 100
)
# this material is slightly less resistant to tearing than TPU; mitigate by using wider shells
export CASE_BATTERY_HARNESS_SHELL_THICKNESS_MM=1.8