mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Fixed many profile issues and cleaned up some messes. (#10686)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "BSFI002",
|
||||
"setting_id": "BSSI002",
|
||||
"name": "Blocks Generic PETG",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_petg",
|
||||
"from": "system",
|
||||
"setting_id": "BSSI002",
|
||||
"filament_id": "BSFI002",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
],
|
||||
@@ -23,7 +23,7 @@
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"245"
|
||||
],
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"210"
|
||||
],
|
||||
@@ -36,13 +36,27 @@
|
||||
"hot_plate_temp": [
|
||||
"70"
|
||||
],
|
||||
"close_fan_the_first_x_layers": ["1"],
|
||||
"slow_down_for_layer_cooling": ["1"],
|
||||
"reduce_fan_stop_start_freq": ["1"],
|
||||
"slow_down_min_speed": ["30"],
|
||||
"enable_overhang_bridge_fan": ["1"],
|
||||
"overhang_fan_threshold": ["25%"],
|
||||
"overhang_fan_speed": ["100%"],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"30"
|
||||
],
|
||||
"enable_overhang_bridge_fan": [
|
||||
"1"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100%"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
@@ -55,10 +69,18 @@
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"fan_min_speed": ["40"],
|
||||
"fan_cooling_layer_time": ["30"],
|
||||
"fan_max_speed": ["80"],
|
||||
"slow_down_layer_time": ["5"],
|
||||
"fan_min_speed": [
|
||||
"40"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"80"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"BLOCKS Pro S100 0.4 nozzle",
|
||||
"BLOCKS Pro S100 0.6 nozzle",
|
||||
@@ -74,6 +96,5 @@
|
||||
"BLOCKS RF50 0.6 nozzle",
|
||||
"BLOCKS RF50 0.8 nozzle",
|
||||
"BLOCKS RF50"
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user