diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini index 93006cc56..84d534566 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,8 @@ 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 diff --git a/resources/profiles/Creality/ENDER2_thumbnail.png b/resources/profiles/Creality/ENDER2_thumbnail.png new file mode 100644 index 000000000..45fb9bfe7 Binary files /dev/null and b/resources/profiles/Creality/ENDER2_thumbnail.png differ