From f8db5b8ba3dd79a58ff721d3d97816c7c4e44408 Mon Sep 17 00:00:00 2001 From: pghwinter <123715108+pghwinter@users.noreply.github.com> Date: Sun, 10 May 2026 14:30:24 -0400 Subject: [PATCH] Adjust creality generic ASA first layer temp from 60c to 100c (#13558) Co-authored-by: Rodrigo Faselli <162915171+RF47@users.noreply.github.com> --- resources/profiles/Creality/filament/fdm_filament_asa.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/profiles/Creality/filament/fdm_filament_asa.json b/resources/profiles/Creality/filament/fdm_filament_asa.json index 019a07c68d..2dbf5b233c 100644 --- a/resources/profiles/Creality/filament/fdm_filament_asa.json +++ b/resources/profiles/Creality/filament/fdm_filament_asa.json @@ -16,6 +16,9 @@ "textured_plate_temp": [ "100" ], + "textured_plate_temp_initial_layer": [ + "100" + ], "cool_plate_temp_initial_layer": [ "105" ],