[WIP] do not use auto speed, b/c it doesn't work
Autospeed works fine for some models, but others will only be printer very slowly (10 mm/s instead of 50-65 mm/s)
This commit is contained in:
parent
0da4860917
commit
1be7434666
4 changed files with 20 additions and 20 deletions
|
@ -1,4 +1,4 @@
|
|||
# generated by PrusaSlicer 2.2.0+ on 2020-07-01 at 19:05:23 UTC
|
||||
# generated by PrusaSlicer 2.2.0+ on 2020-07-01 at 19:37:18 UTC
|
||||
bed_temperature = 0
|
||||
bridge_fan_speed = 100
|
||||
compatible_printers =
|
||||
|
@ -10,7 +10,7 @@ disable_fan_first_layers = 3
|
|||
end_filament_gcode = "; Filament-specific end gcode \n;END gcode for filament\n"
|
||||
extrusion_multiplier = 1
|
||||
fan_always_on = 0
|
||||
fan_below_layer_time = 30
|
||||
fan_below_layer_time = 60
|
||||
filament_colour = #000000
|
||||
filament_cooling_final_speed = 3.4
|
||||
filament_cooling_initial_speed = 2.2
|
||||
|
@ -50,6 +50,6 @@ inherits =
|
|||
max_fan_speed = 100
|
||||
min_fan_speed = 30
|
||||
min_print_speed = 10
|
||||
slowdown_below_layer_time = 10
|
||||
slowdown_below_layer_time = 5
|
||||
start_filament_gcode = "; Filament gcode\n"
|
||||
temperature = 200
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# generated by PrusaSlicer 2.2.0+ on 2020-07-01 at 19:05:20 UTC
|
||||
# generated by PrusaSlicer 2.2.0+ on 2020-07-01 at 19:37:11 UTC
|
||||
bed_temperature = 0
|
||||
bridge_fan_speed = 100
|
||||
compatible_printers =
|
||||
|
@ -10,7 +10,7 @@ disable_fan_first_layers = 3
|
|||
end_filament_gcode = "; Filament-specific end gcode \n;END gcode for filament\n"
|
||||
extrusion_multiplier = 1
|
||||
fan_always_on = 0
|
||||
fan_below_layer_time = 30
|
||||
fan_below_layer_time = 60
|
||||
filament_colour = #FB0207
|
||||
filament_cooling_final_speed = 3.4
|
||||
filament_cooling_initial_speed = 2.2
|
||||
|
@ -50,6 +50,6 @@ inherits =
|
|||
max_fan_speed = 100
|
||||
min_fan_speed = 30
|
||||
min_print_speed = 10
|
||||
slowdown_below_layer_time = 10
|
||||
slowdown_below_layer_time = 5
|
||||
start_filament_gcode = "; Filament gcode\n"
|
||||
temperature = 200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue