Fixed a crash at the start of the application when the datadir is
missing, due to the option "default_filament_profile" not being part of the FullPrinterConfig.
This commit is contained in:
parent
e845f3b864
commit
317f651b78
1 changed files with 27 additions and 0 deletions
27
My Settings
Normal file
27
My Settings
Normal file
|
@ -0,0 +1,27 @@
|
|||
# generated by Slic3r Prusa Edition 1.38.4 on 2017-12-20 at 11:02:03
|
||||
bed_temperature = 0
|
||||
bridge_fan_speed = 100
|
||||
compatible_printers =
|
||||
compatible_printers_condition =
|
||||
cooling = 1
|
||||
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 = 60
|
||||
filament_colour = #29b2b2
|
||||
filament_cost = 0
|
||||
filament_density = 0
|
||||
filament_diameter = 3
|
||||
filament_max_volumetric_speed = 0
|
||||
filament_notes = ""
|
||||
filament_soluble = 0
|
||||
filament_type = PLA
|
||||
first_layer_bed_temperature = 0
|
||||
first_layer_temperature = 205
|
||||
max_fan_speed = 100
|
||||
min_fan_speed = 35
|
||||
min_print_speed = 10
|
||||
slowdown_below_layer_time = 5
|
||||
start_filament_gcode = "; Filament gcode\n"
|
||||
temperature = 200
|
Loading…
Reference in a new issue