diff --git a/Makefile b/Makefile index 2c8cd43..cb38aec 100644 --- a/Makefile +++ b/Makefile @@ -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_7_column/case.goo \ 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.stl \ build/generic/pinephone/battery_mesh/case_with_phone.png \ diff --git a/profile/print/elegoo_saturn_4_phrozen_el400.env b/profile/print/elegoo_saturn_4_phrozen_el400.env new file mode 100644 index 0000000..7e06dea --- /dev/null +++ b/profile/print/elegoo_saturn_4_phrozen_el400.env @@ -0,0 +1,22 @@ +# settings for Elegoo 3d printer, Phrozen 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