Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/slic3r/slic3r-profiles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorremi durand <remi-j.durand@thalesgroup.com>2022-03-01 19:43:36 +0300
committerremi durand <remi-j.durand@thalesgroup.com>2022-03-01 19:45:40 +0300
commit90f4b1c3026c5086b7eb416623512b26b158a6eb (patch)
tree386bf5a8f8403cc8afb2d16ce7841dcc8a05ba05 /Creality.ini
parent0b8261ae8bbd7c31d736f371323476d6aff3ef3b (diff)
update profiles from prusa 2.4
- add jubilee, ultimaker - some new printers (creality pro, etc) New feature: bed_with_grid for printer_model (exemple for voron v0)
Diffstat (limited to 'Creality.ini')
-rw-r--r--Creality.ini68
1 files changed, 66 insertions, 2 deletions
diff --git a/Creality.ini b/Creality.ini
index ac33735..375930b 100644
--- a/Creality.ini
+++ b/Creality.ini
@@ -5,7 +5,7 @@
name = Creality
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the PrusaSlicer configuration to be downgraded.
-config_version = 0.1.1-susi
+config_version = 0.1.4-susi
# Where to get the updates from?
config_update_url =
# https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Creality/
@@ -46,6 +46,15 @@ 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
+[printer_model:ENDER3S1]
+name = Creality Ender-3 S1
+variants = 0.4; 0.3; 0.5; 0.6
+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
+
[printer_model:ENDER3MAX]
name = Creality Ender-3 Max
variants = 0.4; 0.3; 0.5; 0.6
@@ -109,6 +118,15 @@ bed_model = ender2_bed.stl
bed_texture = ender2.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:ENDER2PRO]
+name = Creality Ender-2 Pro
+variants = 0.4; 0.3; 0.5; 0.6
+technology = FFF
+family = ENDER
+bed_model = ender2pro_bed.stl
+bed_texture = ender2pro.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:CR5PRO]
name = Creality CR-5 Pro
variants = 0.4; 0.3; 0.5; 0.6
@@ -360,7 +378,7 @@ overhangs_width = 80%
only_one_perimeter_top = 1
only_retract_when_crossing_perimeters = 0
ooze_prevention = 0
-output_filename_format = {input_filename_base}_{print_time}_{layer_height}mm_{temperature[0]}C_{filament_type[0]}_{printer_model}.gcode
+output_filename_format = {input_filename_base}_{print_time}_{digits(layer_height,1,2)}}mm_{temperature[0]}C_{filament_type[0]}_{printer_model}.gcode
over_bridge_flow_ratio = 120%
perimeters = 2
perimeter_extruder = 1
@@ -929,6 +947,13 @@ pause_print_gcode = M25 ; pause print
[printer:*descendingz*]
end_gcode = {if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600{endif} ; Move print bed down\nG1 X50 Y50 F{travel_speed*60} ; move print head out of the way\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+max_print_height-10} F600{endif} ; Move print bed close to the bottom\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors
+[printer:*spriteextruder*]
+retract_length = 0.8
+retract_speed = 30
+deretract_speed = 30
+retract_before_travel = 1
+retract_before_wipe = 0%
+
# Intended for printers with dual extruders and a single hotend/nozzle, like the CR-X series
[printer:*dualextruder*]
single_extruder_multi_material = 1
@@ -1101,6 +1126,25 @@ inherits = *Creality Ender-3 V2*; *0.5nozzle*
[printer:Creality Ender-3 V2 0.6mm]
inherits = *Creality Ender-3 V2*; *0.6nozzle*
+[printer:*Creality Ender-3 S1*]
+inherits = *common*; *spriteextruder*
+bed_shape = 5x0,215x0,215x220,5x220
+max_print_height = 270
+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:Creality Ender-3 S1]
+inherits = *Creality Ender-3 S1*; *0.4nozzle*
+
+[printer:Creality Ender-3 S1 0.3mm]
+inherits = *Creality Ender-3 S1*; *0.3nozzle*
+
+[printer:Creality Ender-3 S1 0.5mm]
+inherits = *Creality Ender-3 S1*; *0.5nozzle*
+
+[printer:Creality Ender-3 S1 0.6mm]
+inherits = *Creality Ender-3 S1*; *0.6nozzle*
+
[printer:*Creality Ender-3 Max*]
inherits = *common*
retract_length = 6
@@ -1244,6 +1288,26 @@ inherits = *Creality Ender-2*; *0.5nozzle*
[printer:Creality Ender-2 0.6mm]
inherits = *Creality Ender-2*; *0.6nozzle*
+[printer:*Creality Ender-2 Pro*]
+inherits = *common*
+bed_shape = 2.5x2.5,160x2.5,160x160,2.5x160
+max_print_height = 180
+printer_model = ENDER2PRO
+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_ENDER2PRO\nPRINTER_HAS_BOWDEN
+
+[printer:Creality Ender-2 Pro 0.4mm]
+inherits = *Creality Ender-2 Pro*; *0.4nozzle*
+renamed_from = "Creality ENDER-2 Pro"
+
+[printer:Creality Ender-2 Pro 0.3mm]
+inherits = *Creality Ender-2 Pro*; *0.3nozzle*
+
+[printer:Creality Ender-2 Pro 0.5mm]
+inherits = *Creality Ender-2 Pro*; *0.5nozzle*
+
+[printer:Creality Ender-2 Pro 0.6mm]
+inherits = *Creality Ender-2 Pro*; *0.6nozzle*
+
[printer:*Creality CR-5 Pro*]
inherits = *common*; *slowabl*; *descendingz*
retract_length = 6