Skip to content

Commit

Permalink
Alfred 3dp + Bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
niclake committed Jan 13, 2025
1 parent e089fca commit 4ef837e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/_data/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@
"url": "/explore/",
"explore": false
},
{
"text": "<i class=\"fa-brands fa-bluesky\"></i>",
"rel": "me",
"url": "https://bsky.app/profile/niclake.me",
"explore": false
},
{
"text": "<i class=\"fa-brands fa-mastodon\"></i>",
"rel": "me",
Expand Down
Binary file added src/assets/images/alfred-3dp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "Quickly Search for 3D Printing STL Files with Alfred"
permalink: /3dp-alfred/index.html
date: 2025-01-13T22:23:47Z
image: alfred-3dp.png
projectInfo: An Alfred workflow to look up STL files for 3D printing on MakerWorld, Printables, and STLFinder.
projectLink: https://github.com/niclake/alfred-3dp-stl-search
tags:
- Project
- Alfred
---

{% include 'image.njk',
src: "alfred-3dp.png",
url: "https://github.com/niclake/alfred-3dp-stl-search",
position: "banner",
alt: "An Alfred workflow to look up STL files for 3D printing on MakerWorld, Printables, and STLFinder.",
caption: "An Alfred workflow to look up STL files for 3D printing on MakerWorld, Printables, and STLFinder."
%}

As someone that's somewhat new to 3D printing, I'm still trying to figure out what the best places to find STL files to print are. Sometimes I'll find something good on one site, but not on another, and it's frustrating to go from site to site.

Alfred coming through yet again for me. [I created a simple workflow](https://github.com/niclake/alfred-3dp-stl-search) that will take in your query and search MakerWorld, Printables, and STLFinder, opening all of those links in new tabs within your default browser. Simple, easy, helpful.

You can view the latest release & download the workflow [on GitHub](https://github.com/niclake/alfred-3dp-stl-search/releases/latest).

0 comments on commit 4ef837e

Please sign in to comment.