Add profile for Creality Ender 3 S1 Pro
This commit is contained in:
parent
28e2315e72
commit
c0ab4dc2f5
3 changed files with 30 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
min_slic3r_version = 2.5.0-alpha0
|
||||||
|
0.1.5 Added Ender-3 S1 Pro
|
||||||
min_slic3r_version = 2.4.1
|
min_slic3r_version = 2.4.1
|
||||||
0.1.4 Added Ender-3 Pro. Added M25 support for some printers.
|
0.1.4 Added Ender-3 Pro. Added M25 support for some printers.
|
||||||
min_slic3r_version = 2.4.0-rc
|
min_slic3r_version = 2.4.0-rc
|
||||||
|
|
|
@ -59,6 +59,15 @@ bed_model = ender3v2_bed.stl
|
||||||
bed_texture = ender3v2.svg
|
bed_texture = ender3v2.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
|
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:ENDER3S1PRO]
|
||||||
|
name = Creality Ender-3 S1 Pro
|
||||||
|
variants = 0.4
|
||||||
|
technology = FFF
|
||||||
|
family = ENDER
|
||||||
|
bed_model = ender3v2_bed.stl
|
||||||
|
bed_texture = ender3v2.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; Verbatim PLA @CREALITY
|
||||||
|
|
||||||
[printer_model:ENDER3MAX]
|
[printer_model:ENDER3MAX]
|
||||||
name = Creality Ender-3 Max
|
name = Creality Ender-3 Max
|
||||||
variants = 0.4
|
variants = 0.4
|
||||||
|
@ -842,6 +851,18 @@ filament_cost = 27.44
|
||||||
filament_density = 1.29
|
filament_density = 1.29
|
||||||
filament_colour = #C7F935
|
filament_colour = #C7F935
|
||||||
|
|
||||||
|
[filament:Verbatim PLA @CREALITY]
|
||||||
|
inherits = *PLA*
|
||||||
|
filament_vendor = Verbatim
|
||||||
|
temperature = 205
|
||||||
|
bed_temperature = 60
|
||||||
|
first_layer_temperature = 210
|
||||||
|
first_layer_bed_temperature = 60
|
||||||
|
filament_cost = 22.99
|
||||||
|
filament_density = 1.24
|
||||||
|
filament_colour = #001ca8
|
||||||
|
filament_spool_weight = 500
|
||||||
|
|
||||||
# Common printer preset
|
# Common printer preset
|
||||||
[printer:*common*]
|
[printer:*common*]
|
||||||
printer_technology = FFF
|
printer_technology = FFF
|
||||||
|
@ -992,6 +1013,13 @@ max_print_height = 270
|
||||||
printer_model = ENDER3S1
|
printer_model = ENDER3S1
|
||||||
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_ENDER3S1
|
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_ENDER3S1
|
||||||
|
|
||||||
|
[printer:Creality Ender-3 S1 Pro]
|
||||||
|
inherits = *common*; *pauseprint*; *spriteextruder*
|
||||||
|
bed_shape = 5x0,215x0,215x220,5x220
|
||||||
|
max_print_height = 270
|
||||||
|
printer_model = ENDER3S1PRO
|
||||||
|
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_ENDER3S1PRO
|
||||||
|
|
||||||
[printer:Creality Ender-3 Max]
|
[printer:Creality Ender-3 Max]
|
||||||
inherits = *common*; *pauseprint*
|
inherits = *common*; *pauseprint*
|
||||||
retract_length = 6
|
retract_length = 6
|
||||||
|
|
BIN
resources/profiles/Creality/ENDER3S1PRO_thumbnail.png
Normal file
BIN
resources/profiles/Creality/ENDER3S1PRO_thumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
Loading…
Reference in a new issue