From 10953dcdfb67a2848a0af6a4c70896efe6562592 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 8 Apr 2025 06:10:22 +0000 Subject: [PATCH] profiles: add unsafe JLCPCB profiles --- Makefile | 2 ++ profile/print/jlc_stretch1.env | 2 ++ profile/print/jlc_stretch2.env | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 profile/print/jlc_stretch1.env create mode 100644 profile/print/jlc_stretch2.env diff --git a/Makefile b/Makefile index abaf9fd..96ea16e 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,8 @@ all: \ build/generic/pinephone/case.png \ build/generic/pinephone/case.stl \ build/generic/pinephone/case_with_phone.png \ + build/jlc_stretch1/pinephone/case.stl \ + build/jlc_stretch2/pinephone/case.stl \ build/tpu_bambu_p1p/pinephone/case.gcode \ build/web-viewer/index.html diff --git a/profile/print/jlc_stretch1.env b/profile/print/jlc_stretch1.env new file mode 100644 index 0000000..20d27cd --- /dev/null +++ b/profile/print/jlc_stretch1.env @@ -0,0 +1,2 @@ +# JLC PCB claims minimum wall thickness of 1.2mm, requests 2.0mm as safe +CASE_MIN_FEATURE_Z_MM=0.8 diff --git a/profile/print/jlc_stretch2.env b/profile/print/jlc_stretch2.env new file mode 100644 index 0000000..5dde69c --- /dev/null +++ b/profile/print/jlc_stretch2.env @@ -0,0 +1,2 @@ +# JLC PCB claims minimum wall thickness of 1.2mm, requests 2.0mm as safe +CASE_MIN_FEATURE_Z_MM=0.5