Skip to content

Commit

Permalink
Removal of stock ender feet for skirt corner pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroGDesign committed Feb 21, 2024
1 parent 8c01244 commit 583bf8b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/pages/changelog/changelog_electronicsenclosure.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Quality of life + printability!
2. 5 Pro / Plus bottom panel.
1. Both bottom panels now support a cutout for the printed feet, making it easier to install after installation.
2. These files can be found in the configurator or documentation GitHub.
3. Remove support stock ender feet.
1. We've decided to remove the support of the stock feet, these are too thin and week to support the printer properly.

<div onclick="location.href='##';" id="lightbox_vshape_feet" class="lightbox__item">
<div class="lightbox__content">
Expand Down
3 changes: 1 addition & 2 deletions docs/scripts/configurator_electronics.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ var _partsList = {
],
feet: [
{ id: "none", name: "None", dependencies: [] },
{ id: "standard", name: "Standard Feet", dependencies: ["skirt/SK_FT_Stock_PowerSW.stl", "skirt/SK_FT_Stock_x3.stl"] },
{ id: "wide", name: "38mm Feet", dependencies: ["skirt/SK_FT_38mm_x3.stl", "skirt/SK_FT_38mm_PowerSW.stl"] }
],
iec: [
Expand Down Expand Up @@ -216,4 +215,4 @@ const zipAndDownload = (docArray, base_uri = '', option) => {
const urls = docArray.map(item => `${base_uri}/${item}`);
return download2Blob(urls, 5)
.then(blobs => exportZip(blobs, docArray, option));
};
};

0 comments on commit 583bf8b

Please sign in to comment.