Christmas Cabin Delete

Is there a way to delete the Bambu Christmas Cabin from the home / recents page in Bambu Studio?

I’d like to know as well.

Move your mouse over it, right-click, select “Remove”, or “open containing folder”.

OR if that doesn’t work for you:

Hover over it in your “Recently Opened” list, and it tells you where that file is located on your computer. Go there and delete it. Mine is located in this folder (D is a separate drive): D:\Bambu Studio\resources\web\homepage\model

The Christmas Cabin has no right-click options and is in its own category above Recently Opened. I suspect we need to find the folder and delete it manually. Annoying…

Looks like the model is in C:\Program Files\Bambu Studio\resources\web\homepage\model however simply deleting it is not enough to get it off the home screen of Bambu Studio.

Instead you need to delete the following HTML from C:\Program Files\Bambu Studio\resources\web\homepage\index.html:

<div id="ChristmasArea">
		<div id="ChristmasTitleBlock">
		    <div id="ChristmasTitle" class="Content-Title trans TextS1" tid="t92">Christmas Cabin</div>
		</div>
		<div id="CabinList">
<!--		    <div class="FileItem" onClick="OnOpenRecentFile('aaaa')" fpath='d:\model\11.3mf'>
				<div class="FileImg"><img src="img/d.png"/></div>
				<div class="FileName TextS1">abcd12334abcd12334abcd12334.3mf</div>
			</div>
		    <div class="FileItem" onClick="OnOpenRecentFile('aaaa')" fpath='d:\model\11.3mf'>
				<div class="FileImg"><img src="img/d.png"/></div>
				<div class="FileName TextS1">abcd12334abcd12334abcd12334.3mf</div>
			</div>
		    <div class="FileItem" onClick="OnOpenRecentFile('aaaa')" fpath='d:\model\11.3mf'>
				<div class="FileImg"><img src="img/d.png"/></div>
				<div class="FileName TextS1">abcd12334abcd12334abcd12334.3mf</div>
			</div>
		    <div class="FileItem" onClick="OnOpenRecentFile('aaaa')" fpath='d:\model\11.3mf'>
				<div class="FileImg"><img src="img/d.png"/></div>
				<div class="FileName TextS1">abcd12334abcd12334abcd12334.3mf</div>
			</div>
		    <div class="FileItem" onClick="OnOpenRecentFile('aaaa')" fpath='d:\model\11.3mf'>
				<div class="FileImg"><img src="img/d.png"/></div>
				<div class="FileName TextS1">abcd12334abcd12334abcd12334.3mf</div>
			</div>
		    <div class="FileItem" onClick="OnOpenRecentFile('aaaa')" fpath='d:\model\11.3mf'>
				<div class="FileImg"><img src="img/d.png"/></div>
				<div class="FileName TextS1">abcd12334abcd12334abcd12334.3mf</div>
			</div>
		    <div class="FileItem" onClick="OnOpenRecentFile('aaaa')" fpath='d:\model\11.3mf'>
				<div class="FileImg"><img src="img/d.png"/></div>
				<div class="FileName TextS1">abcd12334abcd12334abcd12334.3mf</div>
			</div>	-->
		</div>
	</div>

Note: You probably won’t be able to edit this file in-place as it requires Administrator privileges. If you use VS Code to edit then this is not an issue. If you use something else then just copy the file to your Desktop or somewhere temporary, edit it there, and then move it back to the original location (choosing to overwrite it and then granting Administrator privileges when prompted).

Note 2: The HTML file probably gets replaced on every Bambu Studio update, so be prepared to repeat this if needed.

This makes me so happy. Thank you!!


Mine has right-click options. (shrug)

In my experience the recent one will but the one above it will not

Yes, the original question was how to remove it from “recent”. Besides, I can go to the file location and remove it from there as well, which just removes it completely.