remove skirt; update prime, bed shape, fanspeed and infill

This commit is contained in:
2024-12-24 11:07:32 +01:00
parent e74f1f0f24
commit 64419d474f
2 changed files with 8 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ repo_id = freenen
name = FReenen name = FReenen
# Configuration version of this file. Config file will only be installed, if the config_version differs. # 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. # This means, the server may force the PrusaSlicer configuration to be downgraded.
config_version = 0.2.1 config_version = 0.2.2
config_update_url = https://gitea.finnvanreenen.nl/FReenen/3dprinter_profiles/raw/branch/main/FReenen/ config_update_url = https://gitea.finnvanreenen.nl/FReenen/3dprinter_profiles/raw/branch/main/FReenen/
changelog_url = https://gitea.finnvanreenen.nl/FReenen/3dprinter_profiles/commits/branch/main changelog_url = https://gitea.finnvanreenen.nl/FReenen/3dprinter_profiles/commits/branch/main
@@ -74,7 +74,7 @@ only_one_perimeter_first_layer = 0
# Infill # Infill
## Infill - Infill ## Infill - Infill
fill_density = 15% fill_density = 10%
fill_pattern = cubic fill_pattern = cubic
infill_anchor = 600% infill_anchor = 600%
infill_anchor_max = 50 infill_anchor_max = 50
@@ -101,7 +101,7 @@ infill_first = 0
# Skirts and brim # Skirts and brim
## Skirts and brim - Skirt ## Skirts and brim - Skirt
skirts = 1 skirts = 0
skirt_distance = 2 skirt_distance = 2
skirt_height = 1 skirt_height = 1
draft_shield = disabled draft_shield = disabled
@@ -365,8 +365,8 @@ chamber_minimal_temperature = 0
fan_always_on = 1 fan_always_on = 1
cooling = 1 cooling = 1
max_fan_speed = 100 max_fan_speed = 50
min_fan_speed = 100 min_fan_speed = 50
bridge_fan_speed = 100 bridge_fan_speed = 100
disable_fan_first_layers = 1 disable_fan_first_layers = 1
full_fan_speed_layer = 0 full_fan_speed_layer = 0
@@ -456,7 +456,7 @@ printer_settings_id =
# General # General
## General - Size and coordiantes ## General - Size and coordiantes
bed_shape = 0x0,220x0,220x220,0x220 bed_shape = 10x10,225x10,225x225,10x225
max_print_height = 250 max_print_height = 250
z_offset = 0 z_offset = 0
@@ -480,7 +480,7 @@ variable_layer_height = 1
prefer_clockwise_movements = 0 prefer_clockwise_movements = 0
# Custom G-code # Custom G-code
start_gcode = M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[first_layer_bed_temperature] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z20 F240\nG1 X2 Y10 F3000\nM104 S[first_layer_temperature] ; set final nozzle temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp to stabilize\nM109 S[first_layer_temperature] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0 start_gcode = M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[first_layer_bed_temperature] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z20 F240\nG1 X2 Y10 F3000\nM104 S[first_layer_temperature] ; set final nozzle temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp to stabilize\nM109 S[first_layer_temperature] ; wait for nozzle temp to stabilize\nG1 Z0.33 F240\nG92 E0\nG1 Y120 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0
autoemit_temperature_commands = 1 autoemit_temperature_commands = 1
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 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
before_layer_gcode = ;BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n before_layer_gcode = ;BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n

View File

@@ -1,3 +1,4 @@
min_slic3r_version = 2.8.0 min_slic3r_version = 2.8.0
0.2.2 minor fixes
0.2.1 minor fixes 0.2.1 minor fixes
0.2.0 update to vender profile 0.2.0 update to vender profile