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:
@@ -14,7 +14,6 @@
|
||||
"0x0"
|
||||
],
|
||||
"gcode_flavor": "marlin",
|
||||
"silent_mode": "0",
|
||||
"machine_max_acceleration_e": [
|
||||
"5000"
|
||||
],
|
||||
@@ -110,7 +109,6 @@
|
||||
"wipe": [
|
||||
"1"
|
||||
],
|
||||
"z_lift_type": "NormalLift",
|
||||
"default_print_profile": "",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
||||
"machine_start_gcode": "",
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"from": "system",
|
||||
"setting_id": "mlb2242fJxu26dnV",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.1",
|
||||
"max_travel_detour_distance": "0",
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"from": "system",
|
||||
"setting_id": "u9vhB9uigwzA2mli",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.1",
|
||||
"max_travel_detour_distance": "0",
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"from": "system",
|
||||
"setting_id": "ADqZgpU4D612lSnf",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.2",
|
||||
"max_travel_detour_distance": "0",
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"from": "system",
|
||||
"setting_id": "GhwsrGu8tZexCrOy",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.2",
|
||||
"max_travel_detour_distance": "0",
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"from": "system",
|
||||
"setting_id": "p0KdJttce5WMx30N",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.25",
|
||||
"max_travel_detour_distance": "0",
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"from": "system",
|
||||
"setting_id": "tgWE9Ph7i1F7OweA",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.25",
|
||||
"max_travel_detour_distance": "0",
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"name": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "10",
|
||||
|
||||
Reference in New Issue
Block a user