mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
NEW: add best_object_pos for auto-arranging
For i3 printers, best object position may not be the bed center, we need to align objects to the specified best_object_pos. Jira: STUDIO-4133 Change-Id: I06e31e597d2dd8288eb24a52d836cc8a134a4111
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
],
|
||||
"printer_structure": "corexy",
|
||||
"upward_compatible_machine": [
|
||||
"Bambu Lab P1S 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
],
|
||||
"printer_structure": "corexy",
|
||||
"upward_compatible_machine": [
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
],
|
||||
"printer_structure": "corexy",
|
||||
"upward_compatible_machine": [
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab P1S 0.4 nozzle",
|
||||
|
||||
@@ -118,6 +118,8 @@
|
||||
"printer_settings_id": "",
|
||||
"printer_technology": "FFF",
|
||||
"printer_variant": "0.4",
|
||||
"printer_structure": "corexy",
|
||||
"best_object_pos":"0.5x0.5",
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user