From 71cb5d146952df046eacd636b07c1aa35121ca6b Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn Date: Fri, 18 Dec 2020 18:55:29 +0100 Subject: [PATCH] Creality.ini: default to Generic PLA, and move defaults to common printer section --- resources/profiles/Creality.ini | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini index 66614f1f6..d23c5cb18 100644 --- a/resources/profiles/Creality.ini +++ b/resources/profiles/Creality.ini @@ -631,8 +631,8 @@ variable_layer_height = 1 wipe = 1 z_offset = 0 printer_model = -default_print_profile = -default_filament_profile = +default_print_profile = 0.16mm OPTIMAL @CREALITY +default_filament_profile = Generic PLA @CREALITY [printer:Creality Ender-3] inherits = *common* @@ -666,8 +666,6 @@ retract_length = 5 retract_speed = 60 deretract_speed = 40 retract_before_wipe = 70% -default_print_profile = 0.16mm OPTIMAL @CREALITY -default_filament_profile = Creality PLA @CREALITY 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\nG1 Y190 E15 F1500 ; intro line\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E15 F1200 ; intro line\nG92 E0 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 head up\nG1 X5 Y170 F{travel_speed*60} ; present print\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+min(max_layer_z+70, max_print_height-10)} F600{endif} ; Move print head further up\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors