mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
Reduce size by Json Fromatting (#13163)
Reduce the size of current and new JSONs by standardising them with 1 tab indentation instead of 4 spaces. This effectively reduces the size by almost 20 MB. | Current | New | |---|---| | 85.2 Mib | 67 Mib | Used [JQ](https://jqlang.org/) `--tab` to automatically format every current JSON. > [!NOTE] > Some profiles had the arrays on the same line, but those created by Orca were in the standard format (each object below the previous one). In some cases, this increases the number of tabs due to the new lines, but the increase is negligible, and this way both the base profiles and those created by Orca maintain the same style.
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
"display_name": "Bambu Lab X1 Carbon",
|
||||
"print": {
|
||||
"ipcam": {
|
||||
"resolution_supported": [ "720p", "1080p" ],
|
||||
"resolution_supported": [
|
||||
"720p",
|
||||
"1080p"
|
||||
],
|
||||
"virtual_camera": "enabled",
|
||||
"liveview": {
|
||||
"remote": "tutk"
|
||||
@@ -13,7 +16,10 @@
|
||||
"model_download": "enabled"
|
||||
}
|
||||
},
|
||||
"nozzle_temp_range": [ 0, 300 ],
|
||||
"nozzle_temp_range": [
|
||||
0,
|
||||
300
|
||||
],
|
||||
"nozzle_replace_wiki": {
|
||||
"zh": "https://wiki.bambulab.com/zh/x1/maintenance/replace-hotend",
|
||||
"en": "https://wiki.bambulab.com/en/x1/maintenance/replace-hotend"
|
||||
@@ -50,15 +56,25 @@
|
||||
"support_ams_ext_mix_print": true
|
||||
},
|
||||
"model_id": "BL-P001",
|
||||
"compatible_machine": [ "BL-P002", "C11", "C12", "C13" ],
|
||||
"auto_cali_not_support_filaments": [ "GFU03", "GFU04" ],
|
||||
"compatible_machine": [
|
||||
"BL-P002",
|
||||
"C11",
|
||||
"C12",
|
||||
"C13"
|
||||
],
|
||||
"auto_cali_not_support_filaments": [
|
||||
"GFU03",
|
||||
"GFU04"
|
||||
],
|
||||
"support_wrapping_detection": false,
|
||||
"auto_pa_cali_thumbnail_image": "fd_calibration_auto",
|
||||
"printer_type": "3DPrinter-X1-Carbon",
|
||||
"printer_thumbnail_image": "printer_thumbnail_x1c",
|
||||
"printer_connect_help_image": "input_access_code_x1",
|
||||
"printer_use_ams_image": "ams_icon",
|
||||
"printer_ext_image": ["ext_image_xp"],
|
||||
"printer_ext_image": [
|
||||
"ext_image_xp"
|
||||
],
|
||||
"use_ams_type": "generic",
|
||||
"printer_arch": "core_xy",
|
||||
"printer_series": "series_x1",
|
||||
@@ -101,4 +117,4 @@
|
||||
"support_user_preset": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,10 @@
|
||||
"display_name": "Bambu Lab X1",
|
||||
"print": {
|
||||
"ipcam": {
|
||||
"resolution_supported": [ "720p", "1080p" ],
|
||||
"resolution_supported": [
|
||||
"720p",
|
||||
"1080p"
|
||||
],
|
||||
"virtual_camera": "enabled",
|
||||
"liveview": {
|
||||
"remote": "tutk"
|
||||
@@ -13,7 +16,10 @@
|
||||
"model_download": "enabled"
|
||||
}
|
||||
},
|
||||
"nozzle_temp_range": [ 0, 300 ],
|
||||
"nozzle_temp_range": [
|
||||
0,
|
||||
300
|
||||
],
|
||||
"nozzle_replace_wiki": {
|
||||
"zh": "https://wiki.bambulab.com/zh/x1/maintenance/replace-hotend",
|
||||
"en": "https://wiki.bambulab.com/en/x1/maintenance/replace-hotend"
|
||||
@@ -51,14 +57,24 @@
|
||||
},
|
||||
"model_id": "BL-P002",
|
||||
"auto_pa_cali_thumbnail_image": "fd_calibration_auto",
|
||||
"compatible_machine": [ "BL-P001", "C11", "C12", "C13" ],
|
||||
"auto_cali_not_support_filaments": [ "GFU03", "GFU04" ],
|
||||
"compatible_machine": [
|
||||
"BL-P001",
|
||||
"C11",
|
||||
"C12",
|
||||
"C13"
|
||||
],
|
||||
"auto_cali_not_support_filaments": [
|
||||
"GFU03",
|
||||
"GFU04"
|
||||
],
|
||||
"printer_type": "3DPrinter-X1",
|
||||
"printer_thumbnail_image": "printer_thumbnail",
|
||||
"support_wrapping_detection": false,
|
||||
"printer_connect_help_image": "input_access_code_x1",
|
||||
"printer_use_ams_image": "ams_icon",
|
||||
"printer_ext_image": ["ext_image_xp"],
|
||||
"printer_ext_image": [
|
||||
"ext_image_xp"
|
||||
],
|
||||
"use_ams_type": "generic",
|
||||
"printer_arch": "core_xy",
|
||||
"printer_series": "series_x1",
|
||||
@@ -101,4 +117,4 @@
|
||||
"support_user_preset": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,12 +3,17 @@
|
||||
"display_name": "Bambu Lab P1P",
|
||||
"print": {
|
||||
"ipcam": {
|
||||
"resolution_supported": [ "720p" ],
|
||||
"resolution_supported": [
|
||||
"720p"
|
||||
],
|
||||
"liveview": {
|
||||
"local": "local"
|
||||
}
|
||||
},
|
||||
"nozzle_temp_range": [ 0, 300 ],
|
||||
"nozzle_temp_range": [
|
||||
0,
|
||||
300
|
||||
],
|
||||
"nozzle_replace_wiki": {
|
||||
"zh": "https://wiki.bambulab.com/zh/p1/maintenance/complete-hot-end-assembly",
|
||||
"en": "https://wiki.bambulab.com/en/p1/maintenance/complete-hot-end-assembly"
|
||||
@@ -47,14 +52,24 @@
|
||||
"model_id": "C11",
|
||||
"support_wrapping_detection": false,
|
||||
"auto_pa_cali_thumbnail_image": "fd_calibration_auto",
|
||||
"compatible_machine": [ "BL-P001", "BL-P002", "C12", "C13" ],
|
||||
"auto_cali_not_support_filaments": [ "GFU03", "GFU04" ],
|
||||
"compatible_machine": [
|
||||
"BL-P001",
|
||||
"BL-P002",
|
||||
"C12",
|
||||
"C13"
|
||||
],
|
||||
"auto_cali_not_support_filaments": [
|
||||
"GFU03",
|
||||
"GFU04"
|
||||
],
|
||||
"printer_type": "C11",
|
||||
"ftp_folder": "sdcard/",
|
||||
"printer_thumbnail_image": "printer_thumbnail_p1p",
|
||||
"printer_connect_help_image": "input_access_code_p1p",
|
||||
"printer_use_ams_image": "ams_icon",
|
||||
"printer_ext_image": ["ext_image_xp"],
|
||||
"printer_ext_image": [
|
||||
"ext_image_xp"
|
||||
],
|
||||
"use_ams_type": "generic",
|
||||
"printer_arch": "core_xy",
|
||||
"printer_series": "series_p1p",
|
||||
|
||||
@@ -3,12 +3,17 @@
|
||||
"display_name": "Bambu Lab P1S",
|
||||
"print": {
|
||||
"ipcam": {
|
||||
"resolution_supported": [ "720p" ],
|
||||
"resolution_supported": [
|
||||
"720p"
|
||||
],
|
||||
"liveview": {
|
||||
"local": "local"
|
||||
}
|
||||
},
|
||||
"nozzle_temp_range": [ 0, 300 ],
|
||||
"nozzle_temp_range": [
|
||||
0,
|
||||
300
|
||||
],
|
||||
"nozzle_replace_wiki": {
|
||||
"zh": "https://wiki.bambulab.com/zh/p1/maintenance/complete-hot-end-assembly",
|
||||
"en": "https://wiki.bambulab.com/en/p1/maintenance/complete-hot-end-assembly"
|
||||
@@ -47,14 +52,24 @@
|
||||
"model_id": "C12",
|
||||
"support_wrapping_detection": false,
|
||||
"auto_pa_cali_thumbnail_image": "fd_calibration_auto",
|
||||
"compatible_machine": [ "BL-P001", "BL-P002", "C11", "C13" ],
|
||||
"auto_cali_not_support_filaments": [ "GFU03", "GFU04" ],
|
||||
"compatible_machine": [
|
||||
"BL-P001",
|
||||
"BL-P002",
|
||||
"C11",
|
||||
"C13"
|
||||
],
|
||||
"auto_cali_not_support_filaments": [
|
||||
"GFU03",
|
||||
"GFU04"
|
||||
],
|
||||
"printer_type": "C12",
|
||||
"ftp_folder": "sdcard/",
|
||||
"printer_thumbnail_image": "printer_thumbnail_p1s",
|
||||
"printer_connect_help_image": "input_access_code_p1p",
|
||||
"printer_use_ams_image": "ams_icon",
|
||||
"printer_ext_image": ["ext_image_xp"],
|
||||
"printer_ext_image": [
|
||||
"ext_image_xp"
|
||||
],
|
||||
"use_ams_type": "generic",
|
||||
"printer_arch": "core_xy",
|
||||
"printer_series": "series_p1p",
|
||||
@@ -69,7 +84,9 @@
|
||||
},
|
||||
"01.03.50.01": {
|
||||
"engineer": "00.06.03.51",
|
||||
"resolution_supported": ["720p"],
|
||||
"resolution_supported": [
|
||||
"720p"
|
||||
],
|
||||
"print": {
|
||||
"ipcam": {
|
||||
"liveview": {
|
||||
|
||||
@@ -3,7 +3,10 @@
|
||||
"display_name": "Bambu Lab X1E",
|
||||
"print": {
|
||||
"ipcam": {
|
||||
"resolution_supported": [ "720p", "1080p" ],
|
||||
"resolution_supported": [
|
||||
"720p",
|
||||
"1080p"
|
||||
],
|
||||
"virtual_camera": "enabled",
|
||||
"liveview": {
|
||||
"remote": "tutk"
|
||||
@@ -13,7 +16,10 @@
|
||||
"model_download": "enabled"
|
||||
}
|
||||
},
|
||||
"nozzle_temp_range": [ 0, 320 ],
|
||||
"nozzle_temp_range": [
|
||||
0,
|
||||
320
|
||||
],
|
||||
"nozzle_replace_wiki": {
|
||||
"zh": "https://wiki.bambulab.com/zh/x1/maintenance/replace-hotend",
|
||||
"en": "https://wiki.bambulab.com/en/x1/maintenance/replace-hotend"
|
||||
@@ -46,7 +52,10 @@
|
||||
"support_first_layer_inspect": true,
|
||||
"support_chamber": true,
|
||||
"support_chamber_temp_edit": true,
|
||||
"support_chamber_temp_edit_range": [0, 60],
|
||||
"support_chamber_temp_edit_range": [
|
||||
0,
|
||||
60
|
||||
],
|
||||
"support_extrusion_cali": false,
|
||||
"support_user_preset": false,
|
||||
"bed_temperature_limit": 110,
|
||||
@@ -56,13 +65,23 @@
|
||||
"model_id": "C13",
|
||||
"support_wrapping_detection": false,
|
||||
"auto_pa_cali_thumbnail_image": "fd_calibration_auto",
|
||||
"compatible_machine": [ "BL-P001", "BL-P002", "C11", "C12" ],
|
||||
"auto_cali_not_support_filaments": [ "GFU03", "GFU04" ],
|
||||
"compatible_machine": [
|
||||
"BL-P001",
|
||||
"BL-P002",
|
||||
"C11",
|
||||
"C12"
|
||||
],
|
||||
"auto_cali_not_support_filaments": [
|
||||
"GFU03",
|
||||
"GFU04"
|
||||
],
|
||||
"printer_type": "C13",
|
||||
"printer_thumbnail_image": "printer_thumbnail_x1e",
|
||||
"printer_connect_help_image": "input_access_code_x1",
|
||||
"printer_use_ams_image": "ams_icon",
|
||||
"printer_ext_image": ["ext_image_xp"],
|
||||
"printer_ext_image": [
|
||||
"ext_image_xp"
|
||||
],
|
||||
"use_ams_type": "generic",
|
||||
"printer_arch": "core_xy",
|
||||
"printer_series": "series_x1",
|
||||
@@ -74,4 +93,4 @@
|
||||
"01.05.06.06": {
|
||||
"rv2166": "00.00.21.20"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,13 +3,18 @@
|
||||
"display_name": "Bambu Lab A1 mini",
|
||||
"print": {
|
||||
"ipcam": {
|
||||
"resolution_supported": [ "720p" ],
|
||||
"resolution_supported": [
|
||||
"720p"
|
||||
],
|
||||
"liveview": {
|
||||
"local": "local",
|
||||
"remote": "tutk"
|
||||
}
|
||||
},
|
||||
"nozzle_temp_range": [ 0, 300 ],
|
||||
"nozzle_temp_range": [
|
||||
0,
|
||||
300
|
||||
],
|
||||
"nozzle_replace_wiki": {
|
||||
"zh": "https://wiki.bambulab.com/zh/a1-mini/maintenance/hotend-heating-assembly-replacement",
|
||||
"en": "https://wiki.bambulab.com/en/a1-mini/maintenance/hotend-heating-assembly-replacement"
|
||||
@@ -48,13 +53,18 @@
|
||||
"support_wrapping_detection": false,
|
||||
"auto_pa_cali_thumbnail_image": "fd_calibration_auto_i3",
|
||||
"compatible_machine": [],
|
||||
"auto_cali_not_support_filaments": [ "GFU03", "GFU04" ],
|
||||
"auto_cali_not_support_filaments": [
|
||||
"GFU03",
|
||||
"GFU04"
|
||||
],
|
||||
"printer_type": "N1",
|
||||
"ftp_folder": "sdcard/",
|
||||
"printer_thumbnail_image": "printer_thumbnail_n1",
|
||||
"printer_connect_help_image": "input_access_code_n1",
|
||||
"printer_use_ams_image": "extra_icon",
|
||||
"printer_ext_image": ["ext_image_n1"],
|
||||
"printer_ext_image": [
|
||||
"ext_image_n1"
|
||||
],
|
||||
"use_ams_type": "f1",
|
||||
"printer_arch": "i3",
|
||||
"printer_series": "series_n",
|
||||
@@ -73,4 +83,4 @@
|
||||
"support_user_preset": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,13 +3,18 @@
|
||||
"display_name": "Bambu Lab A1",
|
||||
"print": {
|
||||
"ipcam": {
|
||||
"resolution_supported": [ "720p" ],
|
||||
"resolution_supported": [
|
||||
"720p"
|
||||
],
|
||||
"liveview": {
|
||||
"local": "local",
|
||||
"remote": "tutk"
|
||||
}
|
||||
},
|
||||
"nozzle_temp_range": [ 0, 300 ],
|
||||
"nozzle_temp_range": [
|
||||
0,
|
||||
300
|
||||
],
|
||||
"nozzle_replace_wiki": {
|
||||
"zh": "https://wiki.bambulab.com/zh/a1-mini/maintenance/hotend-heating-assembly-replacement",
|
||||
"en": "https://wiki.bambulab.com/en/a1-mini/maintenance/hotend-heating-assembly-replacement"
|
||||
@@ -46,7 +51,10 @@
|
||||
},
|
||||
"model_id": "N2S",
|
||||
"compatible_machine": [],
|
||||
"auto_cali_not_support_filaments": [ "GFU03", "GFU04" ],
|
||||
"auto_cali_not_support_filaments": [
|
||||
"GFU03",
|
||||
"GFU04"
|
||||
],
|
||||
"support_wrapping_detection": false,
|
||||
"auto_pa_cali_thumbnail_image": "fd_calibration_auto_i3",
|
||||
"printer_type": "N2S",
|
||||
@@ -54,7 +62,9 @@
|
||||
"printer_thumbnail_image": "printer_thumbnail_n2s",
|
||||
"printer_connect_help_image": "input_access_code_n1",
|
||||
"printer_use_ams_image": "extra_icon",
|
||||
"printer_ext_image": ["ext_image_n2s"],
|
||||
"printer_ext_image": [
|
||||
"ext_image_n2s"
|
||||
],
|
||||
"use_ams_type": "f1",
|
||||
"printer_arch": "i3",
|
||||
"printer_series": "series_n",
|
||||
@@ -72,4 +82,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
"display_name": "Bambu Lab P2S",
|
||||
"print": {
|
||||
"ipcam": {
|
||||
"resolution_supported": [ "1080p" ],
|
||||
"resolution_supported": [
|
||||
"1080p"
|
||||
],
|
||||
"virtual_camera": "enabled",
|
||||
"liveview": {
|
||||
"remote": "tutk"
|
||||
@@ -14,12 +16,18 @@
|
||||
"model_download": "enabled"
|
||||
}
|
||||
},
|
||||
"nozzle_temp_range": [ 0, 300 ],
|
||||
"nozzle_temp_range": [
|
||||
0,
|
||||
300
|
||||
],
|
||||
"nozzle_replace_wiki": {
|
||||
"zh": "https://wiki.bambulab.com/zh/h2/maintenance/replace-hotend",
|
||||
"en": "https://wiki.bambulab.com/en/h2/maintenance/replace-hotend"
|
||||
},
|
||||
"bed_temp_range": [ 0, 110 ],
|
||||
"bed_temp_range": [
|
||||
0,
|
||||
110
|
||||
],
|
||||
"support_motor_noise_cali": false,
|
||||
"support_tunnel_mqtt": true,
|
||||
"support_mqtt_alive": true,
|
||||
@@ -56,22 +64,22 @@
|
||||
"support_user_preset": false,
|
||||
"support_ams_ext_mix_print": true
|
||||
},
|
||||
"fan" : {
|
||||
"0" :
|
||||
{
|
||||
"fan": {
|
||||
"0": {
|
||||
"description": "",
|
||||
"2": "Right(Aux)",
|
||||
"10": "Left(Aux)"
|
||||
},
|
||||
"1" :
|
||||
{
|
||||
"1": {
|
||||
"2": "Right(Filter)",
|
||||
"10": "Left(Aux)"
|
||||
},
|
||||
"special_cooling_text" : "Cooling mode is suitable for printing PLA/PETG/TPU materials."
|
||||
"special_cooling_text": "Cooling mode is suitable for printing PLA/PETG/TPU materials."
|
||||
},
|
||||
"model_id": "N7",
|
||||
"subseries": ["N7-V2"],
|
||||
"subseries": [
|
||||
"N7-V2"
|
||||
],
|
||||
"auto_pa_cali_thumbnail_image": "fd_calibration_auto_n7",
|
||||
"support_wrapping_detection": true,
|
||||
"compatible_machine": [],
|
||||
@@ -79,7 +87,9 @@
|
||||
"printer_thumbnail_image": "printer_thumbnail_N7",
|
||||
"printer_connect_help_image": "input_access_code_x1",
|
||||
"printer_use_ams_image": "ams_icon",
|
||||
"printer_ext_image": ["ext_image_n7"],
|
||||
"printer_ext_image": [
|
||||
"ext_image_n7"
|
||||
],
|
||||
"use_ams_type": "generic",
|
||||
"printer_arch": "core_xy",
|
||||
"printer_series": "series_x1",
|
||||
@@ -88,4 +98,4 @@
|
||||
"enable_set_nozzle_info": false,
|
||||
"support_safety_options": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,11 +4,16 @@
|
||||
"print": {
|
||||
"2D": {
|
||||
"laser": {
|
||||
"power": [ 10, 40 ]
|
||||
"power": [
|
||||
10,
|
||||
40
|
||||
]
|
||||
}
|
||||
},
|
||||
"ipcam": {
|
||||
"resolution_supported": [ "1080p" ],
|
||||
"resolution_supported": [
|
||||
"1080p"
|
||||
],
|
||||
"virtual_camera": "enabled",
|
||||
"liveview": {
|
||||
"remote": "tutk"
|
||||
@@ -19,12 +24,18 @@
|
||||
"model_download": "enabled"
|
||||
}
|
||||
},
|
||||
"nozzle_temp_range": [ 0, 350 ],
|
||||
"nozzle_temp_range": [
|
||||
0,
|
||||
350
|
||||
],
|
||||
"nozzle_replace_wiki": {
|
||||
"zh": "https://wiki.bambulab.com/zh/h2/maintenance/replace-hotend",
|
||||
"en": "https://wiki.bambulab.com/en/h2/maintenance/replace-hotend"
|
||||
},
|
||||
"bed_temp_range": [ 0, 120 ],
|
||||
"bed_temp_range": [
|
||||
0,
|
||||
120
|
||||
],
|
||||
"support_motor_noise_cali": false,
|
||||
"support_tunnel_mqtt": true,
|
||||
"support_mqtt_alive": true,
|
||||
@@ -56,7 +67,10 @@
|
||||
"support_save_remote_print_file_to_storage": true,
|
||||
"support_chamber": true,
|
||||
"support_chamber_temp_edit": true,
|
||||
"support_chamber_temp_edit_range": [ 0, 65 ],
|
||||
"support_chamber_temp_edit_range": [
|
||||
0,
|
||||
65
|
||||
],
|
||||
"support_chamber_temp_switch_heating": 40,
|
||||
"support_extrusion_cali": false,
|
||||
"support_user_preset": false,
|
||||
@@ -66,13 +80,22 @@
|
||||
"model_id": "O1D",
|
||||
"support_wrapping_detection": true,
|
||||
"auto_pa_cali_thumbnail_image": "fd_calibration_auto_multi_extruders",
|
||||
"printer_modes": [ "fdm", "laser", "cut" ],
|
||||
"compatible_machine": ["O1E"],
|
||||
"printer_modes": [
|
||||
"fdm",
|
||||
"laser",
|
||||
"cut"
|
||||
],
|
||||
"compatible_machine": [
|
||||
"O1E"
|
||||
],
|
||||
"printer_type": "O1D",
|
||||
"printer_thumbnail_image": "printer_thumbnail_h2d",
|
||||
"printer_connect_help_image": "input_access_code_h2d",
|
||||
"printer_use_ams_image": "ams_icon",
|
||||
"printer_ext_image": ["ext_image_o_right", "ext_image_o_left"],
|
||||
"printer_ext_image": [
|
||||
"ext_image_o_right",
|
||||
"ext_image_o_left"
|
||||
],
|
||||
"use_ams_type": "generic",
|
||||
"printer_arch": "core_xy",
|
||||
"printer_series": "series_o",
|
||||
@@ -81,4 +104,4 @@
|
||||
"enable_set_nozzle_info": false,
|
||||
"support_safety_options": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,11 +4,16 @@
|
||||
"print": {
|
||||
"2D": {
|
||||
"laser": {
|
||||
"power": [ 10, 40 ]
|
||||
"power": [
|
||||
10,
|
||||
40
|
||||
]
|
||||
}
|
||||
},
|
||||
"ipcam": {
|
||||
"resolution_supported": [ "1080p" ],
|
||||
"resolution_supported": [
|
||||
"1080p"
|
||||
],
|
||||
"virtual_camera": "enabled",
|
||||
"liveview": {
|
||||
"remote": "tutk"
|
||||
@@ -19,12 +24,18 @@
|
||||
"model_download": "enabled"
|
||||
}
|
||||
},
|
||||
"nozzle_temp_range": [ 0, 350 ],
|
||||
"nozzle_temp_range": [
|
||||
0,
|
||||
350
|
||||
],
|
||||
"nozzle_replace_wiki": {
|
||||
"zh": "https://wiki.bambulab.com/zh/h2/maintenance/replace-hotend",
|
||||
"en": "https://wiki.bambulab.com/en/h2/maintenance/replace-hotend"
|
||||
},
|
||||
"bed_temp_range": [ 0, 120 ],
|
||||
"bed_temp_range": [
|
||||
0,
|
||||
120
|
||||
],
|
||||
"support_motor_noise_cali": false,
|
||||
"support_tunnel_mqtt": true,
|
||||
"support_mqtt_alive": true,
|
||||
@@ -56,7 +67,10 @@
|
||||
"support_save_remote_print_file_to_storage": true,
|
||||
"support_chamber": true,
|
||||
"support_chamber_temp_edit": true,
|
||||
"support_chamber_temp_edit_range": [ 0, 65 ],
|
||||
"support_chamber_temp_edit_range": [
|
||||
0,
|
||||
65
|
||||
],
|
||||
"support_chamber_temp_switch_heating": 40,
|
||||
"support_extrusion_cali": false,
|
||||
"support_user_preset": false,
|
||||
@@ -66,13 +80,22 @@
|
||||
"model_id": "O1E",
|
||||
"auto_pa_cali_thumbnail_image": "fd_calibration_auto_multi_extruders",
|
||||
"support_wrapping_detection": true,
|
||||
"printer_modes": [ "fdm", "laser", "cut" ],
|
||||
"compatible_machine": ["O1D"],
|
||||
"printer_modes": [
|
||||
"fdm",
|
||||
"laser",
|
||||
"cut"
|
||||
],
|
||||
"compatible_machine": [
|
||||
"O1D"
|
||||
],
|
||||
"printer_type": "O1E",
|
||||
"printer_thumbnail_image": "printer_thumbnail_o1e",
|
||||
"printer_connect_help_image": "input_access_code_h2d",
|
||||
"printer_use_ams_image": "ams_icon",
|
||||
"printer_ext_image": ["ext_image_o_right", "ext_image_o_left"],
|
||||
"printer_ext_image": [
|
||||
"ext_image_o_right",
|
||||
"ext_image_o_left"
|
||||
],
|
||||
"use_ams_type": "generic",
|
||||
"printer_arch": "core_xy",
|
||||
"printer_series": "series_o",
|
||||
@@ -81,4 +104,4 @@
|
||||
"enable_set_nozzle_info": false,
|
||||
"support_safety_options": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,11 +4,16 @@
|
||||
"print": {
|
||||
"2D": {
|
||||
"laser": {
|
||||
"power": [ 10, 40 ]
|
||||
"power": [
|
||||
10,
|
||||
40
|
||||
]
|
||||
}
|
||||
},
|
||||
"ipcam": {
|
||||
"resolution_supported": [ "1080p" ],
|
||||
"resolution_supported": [
|
||||
"1080p"
|
||||
],
|
||||
"virtual_camera": "enabled",
|
||||
"liveview": {
|
||||
"remote": "tutk"
|
||||
@@ -19,12 +24,18 @@
|
||||
"model_download": "enabled"
|
||||
}
|
||||
},
|
||||
"nozzle_temp_range": [ 0, 350 ],
|
||||
"nozzle_temp_range": [
|
||||
0,
|
||||
350
|
||||
],
|
||||
"nozzle_replace_wiki": {
|
||||
"zh": "https://wiki.bambulab.com/zh/h2s/maintenance/replace-silicone-sock-and-hotend",
|
||||
"en": "https://wiki.bambulab.com/en/h2s/maintenance/replace-silicone-sock-and-hotend"
|
||||
},
|
||||
"bed_temp_range": [ 0, 120 ],
|
||||
"bed_temp_range": [
|
||||
0,
|
||||
120
|
||||
],
|
||||
"support_motor_noise_cali": false,
|
||||
"support_tunnel_mqtt": true,
|
||||
"support_mqtt_alive": true,
|
||||
@@ -55,7 +66,10 @@
|
||||
"support_first_layer_inspect": false,
|
||||
"support_save_remote_print_file_to_storage": true,
|
||||
"support_chamber_temp_edit": true,
|
||||
"support_chamber_temp_edit_range": [0, 65],
|
||||
"support_chamber_temp_edit_range": [
|
||||
0,
|
||||
65
|
||||
],
|
||||
"support_chamber_temp_switch_heating": 40,
|
||||
"support_extrusion_cali": false,
|
||||
"support_user_preset": false,
|
||||
@@ -63,13 +77,19 @@
|
||||
},
|
||||
"model_id": "O1S",
|
||||
"auto_pa_cali_thumbnail_image": "fd_calibration_auto_single_o",
|
||||
"printer_modes": [ "fdm", "laser", "cut" ],
|
||||
"printer_modes": [
|
||||
"fdm",
|
||||
"laser",
|
||||
"cut"
|
||||
],
|
||||
"compatible_machine": [],
|
||||
"printer_type": "O1S",
|
||||
"printer_thumbnail_image": "printer_thumbnail_o1s",
|
||||
"printer_connect_help_image": "input_access_code_x1",
|
||||
"printer_use_ams_image": "ams_icon",
|
||||
"printer_ext_image": ["ext_image_o1s"],
|
||||
"printer_ext_image": [
|
||||
"ext_image_o1s"
|
||||
],
|
||||
"use_ams_type": "generic",
|
||||
"printer_arch": "core_xy",
|
||||
"printer_series": "series_o",
|
||||
@@ -78,4 +98,4 @@
|
||||
"enable_set_nozzle_info": false,
|
||||
"support_safety_options": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,76 +1,82 @@
|
||||
{
|
||||
"whitelist": [
|
||||
],
|
||||
"blacklist": [
|
||||
{
|
||||
"type": "TPU",
|
||||
"action": "prohibition",
|
||||
"slot": "ams",
|
||||
"description": "TPU is not supported by AMS."
|
||||
},
|
||||
{
|
||||
"vendor": "Bambu Lab",
|
||||
"type": "PET-CF",
|
||||
"action": "prohibition",
|
||||
"slot": "ams",
|
||||
"description": "AMS does not support 'Bambu Lab PET-CF'."
|
||||
},
|
||||
{
|
||||
"type": "TPU",
|
||||
"action": "warning",
|
||||
"description": "Please cold pull before printing TPU to avoid clogging. You may use cold pull maintenance on the printer."
|
||||
},
|
||||
{
|
||||
"type": "TPU-AMS",
|
||||
"action": "warning",
|
||||
"description": "Please cold pull before printing TPU to avoid clogging. You may use cold pull maintenance on the printer."
|
||||
},
|
||||
{
|
||||
"type": "PVA",
|
||||
"action": "warning",
|
||||
"slot": "ams",
|
||||
"description": "Damp PVA will become flexible and get stuck inside AMS, please take care to dry it before use."
|
||||
},
|
||||
{
|
||||
"type": "PVA",
|
||||
"action": "warning",
|
||||
"slot": "ext",
|
||||
"description": "Damp PVA is flexible and may get stuck in extruder. Dry it before use."
|
||||
},
|
||||
{
|
||||
"type": "PPS-CF",
|
||||
"model_id":["O1S"],
|
||||
"action": "warning",
|
||||
"description": "PPS-CF is brittle and could break in bended PTFE tube above Toolhead.",
|
||||
"wiki": "https://e.bambulab.com/t?c=UC64kdlpHxN3Mb15"
|
||||
},
|
||||
{
|
||||
"type": "PPA-CF",
|
||||
"model_id":["O1S"],
|
||||
"action": "warning",
|
||||
"description": "PPA-CF is brittle and could break in bended PTFE tube above Toolhead.",
|
||||
"wiki": "https://e.bambulab.com/t?c=UC64kdlpHxN3Mb15"
|
||||
},
|
||||
{
|
||||
"type_suffix": "CF",
|
||||
"action": "warning",
|
||||
"slot": "ams",
|
||||
"description": "CF/GF filaments are hard and brittle, it's easy to break or get stuck in AMS, please use with caution."
|
||||
},
|
||||
{
|
||||
"type_suffix": "GF",
|
||||
"action": "warning",
|
||||
"slot": "ams",
|
||||
"description": "CF/GF filaments are hard and brittle, it's easy to break or get stuck in AMS, please use with caution."
|
||||
},
|
||||
{
|
||||
"vendor": "Bambu Lab",
|
||||
"type": "PLA",
|
||||
"name": "PLA Glow",
|
||||
"model_id":["N1","N2S"],
|
||||
"action": "warning",
|
||||
"slot": "ams",
|
||||
"description": "The rough surface of PLA Glow can accelerate wear on the AMS system, particularly on the internal components of the AMS Lite."
|
||||
}
|
||||
]
|
||||
"whitelist": [],
|
||||
"blacklist": [
|
||||
{
|
||||
"type": "TPU",
|
||||
"action": "prohibition",
|
||||
"slot": "ams",
|
||||
"description": "TPU is not supported by AMS."
|
||||
},
|
||||
{
|
||||
"vendor": "Bambu Lab",
|
||||
"type": "PET-CF",
|
||||
"action": "prohibition",
|
||||
"slot": "ams",
|
||||
"description": "AMS does not support 'Bambu Lab PET-CF'."
|
||||
},
|
||||
{
|
||||
"type": "TPU",
|
||||
"action": "warning",
|
||||
"description": "Please cold pull before printing TPU to avoid clogging. You may use cold pull maintenance on the printer."
|
||||
},
|
||||
{
|
||||
"type": "TPU-AMS",
|
||||
"action": "warning",
|
||||
"description": "Please cold pull before printing TPU to avoid clogging. You may use cold pull maintenance on the printer."
|
||||
},
|
||||
{
|
||||
"type": "PVA",
|
||||
"action": "warning",
|
||||
"slot": "ams",
|
||||
"description": "Damp PVA will become flexible and get stuck inside AMS, please take care to dry it before use."
|
||||
},
|
||||
{
|
||||
"type": "PVA",
|
||||
"action": "warning",
|
||||
"slot": "ext",
|
||||
"description": "Damp PVA is flexible and may get stuck in extruder. Dry it before use."
|
||||
},
|
||||
{
|
||||
"type": "PPS-CF",
|
||||
"model_id": [
|
||||
"O1S"
|
||||
],
|
||||
"action": "warning",
|
||||
"description": "PPS-CF is brittle and could break in bended PTFE tube above Toolhead.",
|
||||
"wiki": "https://e.bambulab.com/t?c=UC64kdlpHxN3Mb15"
|
||||
},
|
||||
{
|
||||
"type": "PPA-CF",
|
||||
"model_id": [
|
||||
"O1S"
|
||||
],
|
||||
"action": "warning",
|
||||
"description": "PPA-CF is brittle and could break in bended PTFE tube above Toolhead.",
|
||||
"wiki": "https://e.bambulab.com/t?c=UC64kdlpHxN3Mb15"
|
||||
},
|
||||
{
|
||||
"type_suffix": "CF",
|
||||
"action": "warning",
|
||||
"slot": "ams",
|
||||
"description": "CF/GF filaments are hard and brittle, it's easy to break or get stuck in AMS, please use with caution."
|
||||
},
|
||||
{
|
||||
"type_suffix": "GF",
|
||||
"action": "warning",
|
||||
"slot": "ams",
|
||||
"description": "CF/GF filaments are hard and brittle, it's easy to break or get stuck in AMS, please use with caution."
|
||||
},
|
||||
{
|
||||
"vendor": "Bambu Lab",
|
||||
"type": "PLA",
|
||||
"name": "PLA Glow",
|
||||
"model_id": [
|
||||
"N1",
|
||||
"N2S"
|
||||
],
|
||||
"action": "warning",
|
||||
"slot": "ams",
|
||||
"description": "The rough surface of PLA Glow can accelerate wear on the AMS system, particularly on the internal components of the AMS Lite."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user