mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 15:38:43 +03:00
Update QIDITechnology.ini
This commit is contained in:
@@ -651,7 +651,7 @@ compatible_prints_condition =
|
||||
cooling = 1
|
||||
disable_fan_first_layers = 1
|
||||
disable_rapid_cooling_fan_first_layers = 3
|
||||
dont_slow_down_outer_wall = 0
|
||||
dont_slow_down_outer_wall = 1
|
||||
enable_advance_pressure = 1
|
||||
enable_auxiliary_fan = 100
|
||||
enable_auxiliary_fan_unseal = 0
|
||||
@@ -719,7 +719,7 @@ overhang_fan_speed_1 = 0
|
||||
overhang_fan_speed_2 = 0
|
||||
overhang_fan_speed_3 = 0
|
||||
seal_print = 1
|
||||
slowdown_below_layer_time = 5
|
||||
slowdown_below_layer_time = 8
|
||||
smooth_time = 0.03
|
||||
start_filament_gcode = "; Filament gcode\n{if (enable_advance_pressure[0] == true)}M900 K[advance_pressure]{else}M900 K0{endif} T[smooth_time]\n"
|
||||
temperature = 220
|
||||
@@ -791,6 +791,7 @@ max_fan_speed = 20
|
||||
min_fan_speed = 20
|
||||
overhang_fan_speed_0 = 100
|
||||
overhang_fan_speed_1 = 100
|
||||
slowdown_below_layer_time = 5
|
||||
temperature = 270
|
||||
volume_temperature = 55
|
||||
|
||||
@@ -872,6 +873,7 @@ overhang_fan_speed_0 = 100
|
||||
overhang_fan_speed_1 = 100
|
||||
overhang_fan_speed_2 = 100
|
||||
overhang_fan_speed_3 = 100
|
||||
slowdown_below_layer_time = 5
|
||||
temperature = 290
|
||||
|
||||
[filament:*QIDI PAHT-CF*]
|
||||
@@ -891,6 +893,7 @@ first_layer_bed_temperature = 80
|
||||
first_layer_temperature = 310
|
||||
max_fan_speed = 40
|
||||
min_fan_speed = 20
|
||||
slowdown_below_layer_time = 5
|
||||
temperature = 310
|
||||
|
||||
# QIDI filament preset
|
||||
@@ -941,6 +944,7 @@ overhang_fan_speed_0 = 100
|
||||
overhang_fan_speed_1 = 100
|
||||
overhang_fan_speed_2 = 100
|
||||
overhang_fan_speed_3 = 100
|
||||
slowdown_below_layer_time = 5
|
||||
temperature = 320
|
||||
|
||||
[filament:*QIDI PETG-Tough*]
|
||||
@@ -962,7 +966,6 @@ max_fan_speed = 40
|
||||
min_fan_speed = 10
|
||||
overhang_fan_speed_0 = 100
|
||||
overhang_fan_speed_1 = 100
|
||||
slowdown_below_layer_time = 8
|
||||
temperature = 250
|
||||
|
||||
[filament:*QIDI PLA Rapido*]
|
||||
@@ -1057,7 +1060,6 @@ filament_colour = #0000FF
|
||||
filament_density = 1.20
|
||||
filament_max_volumetric_speed = 14
|
||||
filament_vendor = Generic
|
||||
slowdown_below_layer_time = 8
|
||||
|
||||
[filament:*Generic PLA Silk*]
|
||||
inherits = *common*
|
||||
@@ -1070,7 +1072,6 @@ filament_retract_length = 0.5
|
||||
filament_vendor = Generic
|
||||
first_layer_bed_temperature = 55
|
||||
first_layer_temperature = 220
|
||||
slowdown_below_layer_time = 8
|
||||
|
||||
[filament:*Generic TPU 95A*]
|
||||
inherits = *common*
|
||||
@@ -1083,7 +1084,6 @@ filament_max_volumetric_speed = 4
|
||||
filament_type = TPU
|
||||
filament_vendor = Generic
|
||||
first_layer_temperature = 230
|
||||
slowdown_below_layer_time = 8
|
||||
temperature = 230
|
||||
|
||||
# Q1 Pro 0.2 nozzle QIDI filament preset
|
||||
|
||||
@@ -2277,7 +2277,7 @@ void PrintConfigDef::init_fff_params()
|
||||
"2. To avoid changes in external wall speed which may create slight wall artefacts that appear like z banding \n"
|
||||
"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the external walls\n\n");
|
||||
def->mode = comExpert;
|
||||
def->set_default_value(new ConfigOptionBools { false });
|
||||
def->set_default_value(new ConfigOptionBools { true });
|
||||
|
||||
def = this->add("min_print_speed", coFloats);
|
||||
def->label = L("Min print speed");
|
||||
|
||||
Reference in New Issue
Block a user