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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtěch Bubník <5830947+bubnikv@users.noreply.github.com>2020-04-10 08:37:45 +0300
committerGitHub <noreply@github.com>2020-04-10 08:37:45 +0300
commitfc7d7c69827cfe2b7736aeaf21768c0ee618bb06 (patch)
treeccc39379941d7ae42995242895631ae0b28966fe /resources
parent51739b70a1865e583059be35115e17f4e8a8d012 (diff)
parent5e134b5f303c64f3fa145b9565dcd69b00fe0013 (diff)
Merge pull request #4009 from probonopd/ender-2
Add Creality Ender-2
Diffstat (limited to 'resources')
-rw-r--r--resources/profiles/Creality.ini12
-rw-r--r--resources/profiles/Creality/ENDER2_thumbnail.pngbin0 -> 48425 bytes
2 files changed, 12 insertions, 0 deletions
diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini
index 93006cc56..c8d8d9bfb 100644
--- a/resources/profiles/Creality.ini
+++ b/resources/profiles/Creality.ini
@@ -22,6 +22,12 @@ bed_model = ender3_bed.stl
bed_texture = ender3.svg
default_materials = Generic PLA @ENDER3; Generic PETG @ENDER3; Generic ABS @ENDER3; Prusament PLA @ENDER3; Prusament PETG @ENDER3
+[printer_model:ENDER2]
+name = Creality Ender-2
+variants = 0.4
+technology = FFF
+default_materials = Generic PLA @ENDER3; Generic PETG @ENDER3; Generic ABS @ENDER3; Prusament PLA @ENDER3; Prusament PETG @ENDER3
+
# All presets starting with asterisk, for example *common*, are intermediate and they will
# not make it into the user interface.
@@ -423,3 +429,9 @@ default_print_profile = 0.20mm NORMAL
default_filament_profile = Creality PLA
start_gcode = G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 ; home all\nG1 Z2 F240\nG1 X2 Y10 F3000\nG1 Z0.28 F240\nG92 E0.0\nG1 Y190 E15.0 F1500.0 ; intro line\nG1 X2.3 F5000\nG1 Y10 E30 F1200.0 ; intro line\nG92 E0.0
end_gcode = M104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+10, max_print_height)} F600{endif} ; Move print head up\nG1 X0 Y200 F3000 ; present print\nM84 X Y E ; disable motors
+
+[printer:Creality ENDER-2]
+inherits = Creality ENDER-3
+bed_shape = 0x0,150x0,150x150,0x150
+printer_model = ENDER2
+max_print_height = 200
diff --git a/resources/profiles/Creality/ENDER2_thumbnail.png b/resources/profiles/Creality/ENDER2_thumbnail.png
new file mode 100644
index 000000000..45fb9bfe7
--- /dev/null
+++ b/resources/profiles/Creality/ENDER2_thumbnail.png
Binary files differ