mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Fixed many profile issues and cleaned up some messes. (#10686)
This commit is contained in:
@@ -1,22 +1,46 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSL99",
|
||||
"name": "HATCHBOX PLA@Q2-Series",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_q_common",
|
||||
"filament_adhesiveness_category": ["100"],
|
||||
"filament_type": ["PLA"],
|
||||
"filament_vendor": ["HATCHBOX"],
|
||||
"additional_cooling_fan_speed": ["100"],
|
||||
"nozzle_temperature_range_high": ["240"],
|
||||
"nozzle_temperature_range_low": ["190"],
|
||||
"nozzle_temperature_initial_layer": ["210"],
|
||||
"nozzle_temperature": ["210"],
|
||||
"overhang_fan_threshold": ["50%"],
|
||||
"supertack_plate_temp_initial_layer": ["45"],
|
||||
"supertack_plate_temp": ["45"],
|
||||
"temperature_vitrification": ["45"],
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "false",
|
||||
"filament_adhesiveness_category": [
|
||||
"100"
|
||||
],
|
||||
"filament_type": [
|
||||
"PLA"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"HATCHBOX"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"190"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"210"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"210"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"50%"
|
||||
],
|
||||
"supertack_plate_temp_initial_layer": [
|
||||
"45"
|
||||
],
|
||||
"supertack_plate_temp": [
|
||||
"45"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"45"
|
||||
],
|
||||
"compatible_printers": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user