Skip to content

Commit

Permalink
Merge pull request #18 from JAS-lzn/add-annex-eng
Browse files Browse the repository at this point in the history
add annex engineering printers & accessories
  • Loading branch information
JAS-lzn authored Feb 17, 2024
2 parents 61d4fd8 + 72a6cfa commit d1a5322
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sauce/accessoryList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
];
24 changes: 24 additions & 0 deletions sauce/printerList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,30 @@ 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",
},
{
"name": "LulzBot Mini 2",
"developer": "lulzbot3d",
Expand Down

0 comments on commit d1a5322

Please sign in to comment.