Update the codes to 01.01.00.10 for the formal release

1. first formal version of macos
2. add the bambu networking plugin install logic
3. auto compute the wipe volume when filament change
4. add the logic of wiping into support
5. refine the GUI layout and icons, improve the gui apperance in lots of
   small places
6. serveral improve to support
7. support AMS auto-mapping
8. disable lots of unstable features: such as params table, media file download, HMS
9. fix serveral kinds of bugs
10. update the document of building
11. ...
This commit is contained in:
lane.wei 2022-07-22 17:46:10 +08:00 committed by Lane.Wei
parent e1528e4299
commit e9e4d75877
267 changed files with 10326 additions and 32228 deletions

View file

@ -14,7 +14,7 @@ var LangText={
"t12":"Clear all",
"t13":"mm nozzle",
"t14":"Filament Selection",
"t15":"printer",
"t15":"Printer",
"t16":"Filament type",
"t17":"Vendor",
"t18":"error",
@ -46,7 +46,7 @@ var LangText={
"t50":"Log out",
"t52":"Skip",
"t53":"Join",
"t54":"In the 3D Printing community, we learn from each others successes and failures to adjust our own slicing parameters and settings. Bambu Studio follows the same principle and uses machine learning to improve its performance from the successes and failures of the vast number of prints by our users. We are training Bambu Studio to be smarter by feeding them the real-world data. If you are willing, this service will access information from your error logs and usage logs, which may include information described in ",
"t54":"In the 3D Printing community, we learn from each other's successes and failures to adjust our own slicing parameters and settings. Bambu Studio follows the same principle and uses machine learning to improve its performance from the successes and failures of the vast number of prints by our users. We are training Bambu Studio to be smarter by feeding them the real-world data. If you are willing, this service will access information from your error logs and usage logs, which may include information described in ",
"t55":"Privacy Policy",
"t56":". We will not collect any Personal Data by which an individual can be identified directly or indirectly, including without limitation names, addresses, payment information, or phone numbers. By enabling this service, you agree to these terms and the statement about Privacy Policy.",
"t57":"",
@ -55,7 +55,30 @@ var LangText={
"t60":"Europe",
"t61":"North America",
"t62":"Others",
"t63":"After changing the region, your account will be logged out. Please log in again later."
"t63":"After changing the region, your account will be logged out. Please log in again later.",
"t64":"Bambu Network plug-in",
"t65":"Sending print job via WLAN",
"t66":"Full remote control",
"t67":"Liveview streaming",
"t68":"User data synchronization",
"t69":"Install Bambu Network plug-in",
"t70":"",
"t71":"Downloading",
"t72":"Downloading failed",
"t73":"Installation successful.",
"t74":"Restart",
"t75":"Bambu Network plug-in provides the following features:",
"t76":"Bambu Network plug-in not detected. Click ",
"t77":"here",
"t78":" to install it.",
"t79":"Failed to install plug-in. ",
"t80":"Try the following steps:",
"t81":"1, Click ",
"t82":" to open the plug-in directory",
"t83":"2, Close all open Bambu Studio",
"t84":"3, Delete all files under the plug-in directory",
"t85":"4, Reopen Bambu studio and install the plug-in again",
"t86":"Close"
},
"zh_CN":{
"t1":"欢迎使用Bambu Studio",
@ -113,7 +136,30 @@ var LangText={
"t60":"欧洲",
"t61":"北美",
"t62":"其他",
"t63":"切换区域后,你的账号会被登出。稍后请重新登录。"
"t63":"切换区域后,你的账号会被登出。稍后请重新登录。",
"t64":"Bambu网络插件",
"t65":"通过WLAN发送打印任务",
"t66":"强大的远程控制功能",
"t67":"实时视频流",
"t68":"用户数据同步",
"t69":"安装Bambu网络插件",
"t70":"",
"t71":"正在下载",
"t72":"下载失败",
"t73":"安装成功。",
"t74":"重启",
"t75":"Bambu网络插件提供以下功能",
"t76":"没有发现Bambu网络插件请",
"t77":"下载",
"t78":"并安装。",
"t79":"安装插件失败。",
"t80":"请尝试如下步骤:",
"t81":"1, 点击",
"t82":"打开插件所在目录",
"t83":"2, 关闭所有Bambu Studio",
"t84":"3, 删除插件所在目录下的所有文件",
"t85":"4, 重新启动Bambu Studio并尝试安装插件",
"t86":"关闭"
}
};