From 8f19fe50a871929012a7aa46511688d1ea9c0999 Mon Sep 17 00:00:00 2001 From: JAS-lzn Date: Sat, 20 Jan 2024 16:56:32 -0600 Subject: [PATCH] add lulzbot printers and link to github --- routes/index.tsx | 16 +++++++++------- sauce/printerList.ts | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 7 deletions(-) diff --git a/routes/index.tsx b/routes/index.tsx index b9aee5e..b722020 100644 --- a/routes/index.tsx +++ b/routes/index.tsx @@ -31,13 +31,15 @@ export default function Home() { return (
- the Marinara logo: a stylized jar of marinara sauce with sauce and basil coming out the mouth of the jar + + the Marinara logo: a stylized jar of marinara sauce with sauce and basil coming out the mouth of the jar +
diff --git a/sauce/printerList.ts b/sauce/printerList.ts index 94afaf6..11c4f45 100644 --- a/sauce/printerList.ts +++ b/sauce/printerList.ts @@ -217,4 +217,44 @@ export const sauces = [ "motionSystem": MotionSystem.other, "source": "https://github.com/prusa3d/Original-Prusa-CW1", }, + { + "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", + }, ];