Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/JAS-lzn/marinara into add-a…
Browse files Browse the repository at this point in the history
…nnex-eng
  • Loading branch information
JAS-lzn committed Feb 17, 2024
2 parents 73a2984 + 61d4fd8 commit 72a6cfa
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 7 deletions.
16 changes: 9 additions & 7 deletions routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ export default function Home() {

return (
<div>
<img
class="sauce"
src="/sauce.png"
width="128"
height="128"
alt="the Marinara logo: a stylized jar of marinara sauce with sauce and basil coming out the mouth of the jar"
/>
<a target={"self"} href={"https://github.com/JAS-lzn/marinara"}>
<img
class="sauce"
src="/sauce.png"
width="128"
height="128"
alt="the Marinara logo: a stylized jar of marinara sauce with sauce and basil coming out the mouth of the jar"
/>
</a>
<div class="text-left toggle-holder">
<SelectorToggle selecting={selecting} />
</div>
Expand Down
40 changes: 40 additions & 0 deletions sauce/printerList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,44 @@ export const sauces = [
"motionSystem": MotionSystem.crossGantry,
"source": "https://github.com/Annex-Engineering/Masherbrum-K1",
},
{
"name": "LulzBot Mini 2",
"developer": "lulzbot3d",
"family": "",
"license": "CC BY-SA 4.0",
"motionSystem": MotionSystem.bedSlinger,
"source": "https://gitlab.com/lulzbot3d/printers/hibiscus",
},
{
"name": "LulzBot TAZ 6",
"developer": "lulzbot3d",
"family": "",
"license": "CC BY-SA 4.0",
"motionSystem": MotionSystem.bedSlinger,
"source": "https://gitlab.com/lulzbot3d/printers/olive",
},
{
"name": "LulzBot TAZ Pro and Pro XT",
"developer": "lulzbot3d",
"family": "",
"license": "CC BY-SA 4.0",
"motionSystem": MotionSystem.bedSlinger,
"source": "https://gitlab.com/lulzbot3d/printers/quiver",
},
{
"name": "LulzBot TAZ SideKick",
"developer": "lulzbot3d",
"family": "",
"license": "CC BY-SA 4.0",
"motionSystem": MotionSystem.bedSlinger,
"source": "https://gitlab.com/lulzbot3d/printers/taz-sidekick",
},
{
"name": "LulzBot TAZ Workhorse",
"developer": "lulzbot3d",
"family": "",
"license": "CC BY-SA 4.0",
"motionSystem": MotionSystem.bedSlinger,
"source": "https://gitlab.com/lulzbot3d/printers/redgum",
},
];

0 comments on commit 72a6cfa

Please sign in to comment.