From 716285bd48a67eccca095d735c6e5fb59de69673 Mon Sep 17 00:00:00 2001 From: tao wang Date: Fri, 25 Aug 2023 09:40:40 +0800 Subject: [PATCH] ENH:update the display name of the N1 config file jira:[STUDIO-4194] Change-Id: Id454c2390f82410e441b621844701a244441b23c --- resources/printers/N1.json | 46 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 resources/printers/N1.json diff --git a/resources/printers/N1.json b/resources/printers/N1.json new file mode 100644 index 000000000..9026c80f8 --- /dev/null +++ b/resources/printers/N1.json @@ -0,0 +1,46 @@ +{ + "00.00.00.00": { + "display_name": "Bambu Lab A1 mini", + "print": { + "ipcam": { + "resolution_supported": [ "720p" ], + "liveview": { + "local": "local", + "remote": "enabled" + } + }, + "support_motor_noise_cali":true, + "support_tunnel_mqtt":true, + "support_mqtt_alive":true, + "support_command_ams_switch":true, + "support_cloud_print_only":true, + "support_1080dpi":true, + "support_prompt_sound":true, + "support_ams_humidity":false, + "support_auto_recovery_step_loss":true, + "support_auto_leveling":false, + "support_update_remain":false, + "support_timelapse":true, + "support_filament_backup":true, + "support_chamber_fan":false, + "support_aux_fan":false, + "support_send_to_sd":true, + "support_print_all":false, + "support_print_without_sd":false, + "support_flow_calibration":true, + "support_build_plate_marker_detect":false, + "support_lidar_calibration":false, + "support_ai_monitoring":true, + "support_first_layer_inspect":false, + "support_chamber_temp_edit":false, + "support_extrusion_cali":true, + "bed_temperature_limit": 100 + }, + "model_id": "N1", + "compatible_machine":[], + "printer_type": "N1", + "ftp_folder" : "sdcard/", + "printer_thumbnail_image": "printer_thumbnail_n1", + "printer_arch" : "i3" + } +} \ No newline at end of file