mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-26 04:12:07 +00:00
feat: Support 3MF as g-code (use_3mf option) (#14238)
* feat: add support for 3MF file format in printer configurations and export options * fix file extension * enable 3mf for X Max 4 * disable use_3mf for X Plus 4 * Fixed an issue where `label_object_enabled` was not properly propagated to 3mf * enable exclude object for Max 4 * remove hardcoded use 3mf for flashforge, move them to the new printer profiles config
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
"head_wrap_detect_zone": [],
|
||||
"high_current_on_filament_swap": "0",
|
||||
"host_type": "octoprint",
|
||||
"use_3mf": "1",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"long_retractions_when_cut": [
|
||||
"0"
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
"head_wrap_detect_zone": [],
|
||||
"high_current_on_filament_swap": "0",
|
||||
"host_type": "octoprint",
|
||||
"use_3mf": "1",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"long_retractions_when_cut": [
|
||||
"0"
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
"head_wrap_detect_zone": [],
|
||||
"high_current_on_filament_swap": "0",
|
||||
"host_type": "octoprint",
|
||||
"use_3mf": "1",
|
||||
"layer_change_gcode": "",
|
||||
"long_retractions_when_cut": [
|
||||
"0"
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
"head_wrap_detect_zone": [],
|
||||
"high_current_on_filament_swap": "0",
|
||||
"host_type": "octoprint",
|
||||
"use_3mf": "1",
|
||||
"layer_change_gcode": "",
|
||||
"long_retractions_when_cut": [
|
||||
"0"
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
"head_wrap_detect_zone": [],
|
||||
"high_current_on_filament_swap": "0",
|
||||
"host_type": "octoprint",
|
||||
"use_3mf": "1",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"long_retractions_when_cut": [
|
||||
"0"
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
"head_wrap_detect_zone": [],
|
||||
"high_current_on_filament_swap": "0",
|
||||
"host_type": "octoprint",
|
||||
"use_3mf": "1",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"long_retractions_when_cut": [
|
||||
"0"
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
"head_wrap_detect_zone": [],
|
||||
"high_current_on_filament_swap": "0",
|
||||
"host_type": "octoprint",
|
||||
"use_3mf": "1",
|
||||
"layer_change_gcode": "",
|
||||
"long_retractions_when_cut": [
|
||||
"0"
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
"head_wrap_detect_zone": [],
|
||||
"high_current_on_filament_swap": "0",
|
||||
"host_type": "octoprint",
|
||||
"use_3mf": "1",
|
||||
"layer_change_gcode": "",
|
||||
"long_retractions_when_cut": [
|
||||
"0"
|
||||
|
||||
@@ -118,5 +118,6 @@
|
||||
],
|
||||
"extruder_clearance_height_to_lid": [
|
||||
"150"
|
||||
]
|
||||
],
|
||||
"use_3mf": "1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user