From 73a2984be45048a92927c84d45e99d604665e272 Mon Sep 17 00:00:00 2001 From: JAS-lzn Date: Sat, 17 Feb 2024 12:30:13 -0600 Subject: [PATCH] add annex engineering printers & accessories --- sauce/accessoryList.ts | 14 ++++++++++++++ sauce/printerList.ts | 24 ++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/sauce/accessoryList.ts b/sauce/accessoryList.ts index f709089..05f674a 100644 --- a/sauce/accessoryList.ts +++ b/sauce/accessoryList.ts @@ -50,4 +50,18 @@ export const accessories = [ "description": "Air filter for 3D printing", "source": "https://github.com/nevermore3d/StealthMax", }, + { + "name": "TradRack", + "developer": "Annex-Engineering", + "license": "https://github.com/Annex-Engineering/ANNEX-Engineering-License-Agreement", + "description": "Multi Material Unit", + "source": "https://github.com/Annex-Engineering/TradRack", + }, + { + "name": "Sherpa Extruder", + "developer": "Annex-Engineering", + "license": "https://github.com/Annex-Engineering/Sherpa-Extruder?tab=License-1-ov-file", + "description": "Dual geared hobbed filament extruders", + "source": "https://github.com/Annex-Engineering/Sherpa-Extruder", + }, ]; diff --git a/sauce/printerList.ts b/sauce/printerList.ts index 94afaf6..5836dcf 100644 --- a/sauce/printerList.ts +++ b/sauce/printerList.ts @@ -217,4 +217,28 @@ export const sauces = [ "motionSystem": MotionSystem.other, "source": "https://github.com/prusa3d/Original-Prusa-CW1", }, + { + "name": "Chhogori-K2", + "developer": "Annex-Engineering", + "family": "", + "license": "https://github.com/Annex-Engineering/ANNEX-Engineering-License-Agreement", + "motionSystem": MotionSystem.crossGantry, + "source": "https://github.com/Annex-Engineering/Chhogori-K2", + }, + { + "name": "Gasherbrum-K3", + "developer": "Annex-Engineering", + "family": "", + "license": "https://github.com/Annex-Engineering/ANNEX-Engineering-License-Agreement", + "motionSystem": MotionSystem.crossGantry, + "source": "https://github.com/Annex-Engineering/Gasherbrum-K3", + }, + { + "name": "Masherbrum-K1", + "developer": "Annex-Engineering", + "family": "", + "license": "https://github.com/Annex-Engineering/ANNEX-Engineering-License-Agreement", + "motionSystem": MotionSystem.crossGantry, + "source": "https://github.com/Annex-Engineering/Masherbrum-K1", + }, ];