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:
authorrtyr <36745189+rtyr@users.noreply.github.com>2021-12-21 12:21:24 +0300
committerGitHub <noreply@github.com>2021-12-21 12:21:24 +0300
commit0e419b265fc5ee457c0f16a0a113aa0ec2c3ea00 (patch)
tree27c60e8a6e72270e62a1a99bcad41b05bf6531e4
parentf2e2b03fa469e86c7d772b6fc6fdd9741d6767d7 (diff)
parentd05bf014eb7f1f3665a4f03a01931fde18b109ee (diff)
Merge pull request #7515 from pmjdebruijn/creality_sprite_extruder
creality.ini: Ender-3 S1 improvements
-rw-r--r--resources/profiles/Creality.ini10
1 files changed, 8 insertions, 2 deletions
diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini
index 3237423fb..3c3ea5265 100644
--- a/resources/profiles/Creality.ini
+++ b/resources/profiles/Creality.ini
@@ -914,6 +914,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
@@ -962,8 +969,7 @@ printer_model = ENDER3V2
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_ENDER3V2\nPRINTER_HAS_BOWDEN
[printer:Creality Ender-3 S1]
-inherits = *common*; *fastabl*
-retract_length = 1
+inherits = *common*; *spriteextruder*
bed_shape = 5x0,215x0,215x220,5x220
max_print_height = 270
printer_model = ENDER3S1