Skip to content

Commit

Permalink
ENH: update Bambu Christmas Cabin
Browse files Browse the repository at this point in the history
1. update Merry Christmas board
2. update the model name

Signed-off-by: yifan.wu <[email protected]>
Change-Id: I2757c67dbf12152da707b73ad2a18083ac8a2f00
  • Loading branch information
YifanWuBambu authored and lanewei120 committed Dec 15, 2022
1 parent a7ff17d commit c866be7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/web/data/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ var LangText={
"t89":"Open Containing Folder",
"t90":"3D Model",
"t91":"Download 3D models",
"t92":"Christmas Cabin"
"t92":"Bambu Christmas Cabin"
},
"zh_CN":{
"t1":"欢迎使用Bambu Studio",
Expand Down Expand Up @@ -171,7 +171,7 @@ var LangText={
"t89":"打开所在的文件夹",
"t90":"3D 模型",
"t91":"下载3D模型",
"t92":"圣诞小屋",
"t92":"Bambu圣诞小屋",
"wk1":"快速入门指南",
"wk2":"本文介绍了Bambu Studio的最基本用法。它指导用户配置软件,创建项目,并逐步完成第一个打印任务。",
"wk3":"基于项目的工作流",
Expand Down
4 changes: 2 additions & 2 deletions resources/web/homepage/js/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,9 @@ window.postMessage = HandleStudio;
var CCabin={
"model":[
{
"name":"Christmas Cabin",
"name":"Bambu Christmas Cabin",
"icon":"christmas_cabin.png",
"file":"Christmas Cabin.3mf"
"file":"Bambu Christmas Cabin.3mf"
}
]
};
Expand Down
Binary file not shown.

0 comments on commit c866be7

Please sign in to comment.