diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini index 2ade2d508..e861e8425 100644 --- a/resources/profiles/Creality.ini +++ b/resources/profiles/Creality.ini @@ -293,6 +293,15 @@ default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @ #bed_texture = cr10spro.svg #default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY +[printer_model:SERMOOND1] +name = Creality Sermoon-D1 +variants = 0.4 +technology = FFF +family = SERMOON +bed_model = sermoond1_bed.stl +bed_texture = sermoond1.svg +default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY + # All presets starting with asterisk, for example *common*, are intermediate and they will # not make it into the user interface. @@ -1151,3 +1160,11 @@ printer_notes = Don't remove the following keywords! These keywords are used in #max_print_height = 400 #printer_model = CRXPRO #printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CRXPRO\nPRINTER_HAS_BOWDEN + +[printer:Creality Sermoon-D1] +inherits = *common*; *descendingz* +retract_length = 1 +bed_shape = 5x5,275x5,275x255,5x255 +max_print_height = 310 +printer_model = SERMOOND1 +printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_SERMOOND1\nPRINTER_HAS_BOWDEN diff --git a/resources/profiles/Creality/sermoond1.svg b/resources/profiles/Creality/sermoond1.svg new file mode 100644 index 000000000..1a93d9537 --- /dev/null +++ b/resources/profiles/Creality/sermoond1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/resources/profiles/Creality/sermoond1_bed.stl b/resources/profiles/Creality/sermoond1_bed.stl new file mode 100644 index 000000000..edab280e9 Binary files /dev/null and b/resources/profiles/Creality/sermoond1_bed.stl differ