mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-20 22:13:13 +08:00
NEW: add nozzle height preset to machines
Jira: request from 1.9 Signed-off-by: wenjie.guo <wenjie.guo@bambulab.com> Change-Id: Ida5372c0890043852ff94eac54b813f6618317df (cherry picked from commit dad0768e0316423841f24e02c61eaf7d0b468f38)
This commit is contained in:
parent
e22a03fb4f
commit
2530846806
@ -54,6 +54,7 @@
|
|||||||
"machine_unload_filament_time": "29",
|
"machine_unload_filament_time": "29",
|
||||||
"nozzle_type": "stainless_steel",
|
"nozzle_type": "stainless_steel",
|
||||||
"nozzle_volume": "117",
|
"nozzle_volume": "117",
|
||||||
|
"nozzle_height": "4.76",
|
||||||
"printable_height": "256",
|
"printable_height": "256",
|
||||||
"printer_structure": "i3",
|
"printer_structure": "i3",
|
||||||
"retract_lift_below": [
|
"retract_lift_below": [
|
||||||
|
@ -46,6 +46,7 @@
|
|||||||
"machine_unload_filament_time": "34",
|
"machine_unload_filament_time": "34",
|
||||||
"nozzle_type": "stainless_steel",
|
"nozzle_type": "stainless_steel",
|
||||||
"nozzle_volume": "32",
|
"nozzle_volume": "32",
|
||||||
|
"nozzle_height": "4.76",
|
||||||
"printable_area": [
|
"printable_area": [
|
||||||
"0x0",
|
"0x0",
|
||||||
"180x0",
|
"180x0",
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
"machine_load_filament_time": "29",
|
"machine_load_filament_time": "29",
|
||||||
"machine_unload_filament_time": "28",
|
"machine_unload_filament_time": "28",
|
||||||
"nozzle_type": "stainless_steel",
|
"nozzle_type": "stainless_steel",
|
||||||
|
"nozzle_height": "4.2",
|
||||||
"scan_first_layer": "0",
|
"scan_first_layer": "0",
|
||||||
"upward_compatible_machine": [
|
"upward_compatible_machine": [
|
||||||
"Bambu Lab P1S 0.4 nozzle",
|
"Bambu Lab P1S 0.4 nozzle",
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
"machine_load_filament_time": "29",
|
"machine_load_filament_time": "29",
|
||||||
"machine_unload_filament_time": "28",
|
"machine_unload_filament_time": "28",
|
||||||
"nozzle_type": "stainless_steel",
|
"nozzle_type": "stainless_steel",
|
||||||
|
"nozzle_height": "4.2",
|
||||||
"scan_first_layer": "0",
|
"scan_first_layer": "0",
|
||||||
"upward_compatible_machine": [
|
"upward_compatible_machine": [
|
||||||
"Bambu Lab P1P 0.4 nozzle",
|
"Bambu Lab P1P 0.4 nozzle",
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
"machine_load_filament_time": "29",
|
"machine_load_filament_time": "29",
|
||||||
"machine_unload_filament_time": "28",
|
"machine_unload_filament_time": "28",
|
||||||
"nozzle_type": "stainless_steel",
|
"nozzle_type": "stainless_steel",
|
||||||
|
"nozzle_height": "4.2",
|
||||||
"scan_first_layer": "1",
|
"scan_first_layer": "1",
|
||||||
"upward_compatible_machine": [
|
"upward_compatible_machine": [
|
||||||
"Bambu Lab P1S 0.4 nozzle",
|
"Bambu Lab P1S 0.4 nozzle",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
"nozzle_diameter": [
|
"nozzle_diameter": [
|
||||||
"0.4"
|
"0.4"
|
||||||
],
|
],
|
||||||
|
"nozzle_height": "4.2",
|
||||||
"printer_model": "Bambu Lab X1 Carbon",
|
"printer_model": "Bambu Lab X1 Carbon",
|
||||||
"printer_variant": "0.4",
|
"printer_variant": "0.4",
|
||||||
"bed_exclude_area": [
|
"bed_exclude_area": [
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
"nozzle_diameter": [
|
"nozzle_diameter": [
|
||||||
"0.4"
|
"0.4"
|
||||||
],
|
],
|
||||||
|
"nozzle_height": "4.2",
|
||||||
"printer_model": "Bambu Lab X1E",
|
"printer_model": "Bambu Lab X1E",
|
||||||
"printer_variant": "0.4",
|
"printer_variant": "0.4",
|
||||||
"bed_exclude_area": [
|
"bed_exclude_area": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user