mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
Repair shipped default materials and obsolete settings, and validate them (#15741)
* add orca profile skill * add default material check Improve validation for default materials and filament profiles * Fix default materials and obsolete keys * clarifying orca-profiles skill
This commit is contained in:
@@ -84,9 +84,6 @@
|
||||
"filament_is_support": [
|
||||
"0"
|
||||
],
|
||||
"filament_load_time": [
|
||||
"0"
|
||||
],
|
||||
"filament_loading_speed": [
|
||||
"28"
|
||||
],
|
||||
@@ -153,9 +150,6 @@
|
||||
"filament_toolchange_delay": [
|
||||
"0"
|
||||
],
|
||||
"filament_unload_time": [
|
||||
"0"
|
||||
],
|
||||
"filament_unloading_speed": [
|
||||
"90"
|
||||
],
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
"family": "TiQ",
|
||||
"bed_model": "TiQ2.stl",
|
||||
"bed_texture": "TiQ2_texture.svg",
|
||||
"default_materials": "Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle"
|
||||
"default_materials": "Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle;Generic PLA @System"
|
||||
}
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
"family": "TiQ",
|
||||
"bed_model": "TiQ8.stl",
|
||||
"bed_texture": "TiQ8_texture.svg",
|
||||
"default_materials": "Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle"
|
||||
"default_materials": "Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle;Generic PLA @System"
|
||||
}
|
||||
|
||||
@@ -176,7 +176,6 @@
|
||||
"30"
|
||||
],
|
||||
"scan_first_layer": "0",
|
||||
"silent_mode": "0",
|
||||
"single_extruder_multi_material": "0",
|
||||
"support_air_filtration": "1",
|
||||
"support_chamber_temp_control": "1",
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
"standby_temperature_delta": "-40",
|
||||
"preheat_time": "30",
|
||||
"preheat_steps": "1",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
@@ -100,7 +99,6 @@
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "30",
|
||||
"tree_support_wall_count": "0",
|
||||
"tree_support_with_infill": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_shell_thickness": "0.8",
|
||||
|
||||
Reference in New Issue
Block a user