Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drkpxl committed Jan 30, 2025
1 parent ffc741d commit 3509dde
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions source/_data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
"url": "https://github.com/drkpxl/printwatch-card",
"desc": "A Home Assistant custom card to display the status of your Bambu Labs printer."
},
{
"name":"Ikon Pass Opening Days",
"url":"https://opening.drkpxl.com",
"desc":" Scraping Ikon Pass websites for their opening days using Claude's AI to verify the date."
},
{
"name":"Why Did You Vote",
"url":"https://www.whydidyouvotefortrump.com",
"desc":" Capturing the voice of the American voter, using Google's Perspective to help keep the discussion in line"
},
{
"name":"Tiny Air",
"url":"https://air.drkpxl.com",
"desc":" An incredibly lightweight way to view air quality in your area. No ads, just air quality."
},
{
"name":"Random Name Selector",
"url":"https://random.drkpxl.com",
"desc":" An easy way to select a random name from a list, once a name is selected it can't be selected again that session. A great way to run raffles or contest. Free and not account sign up."
}
{
"name":"Ikon Pass Opening Days",
"url":"https://opening.drkpxl.com",
"desc":" Scraping Ikon Pass websites for their opening days using Claude's AI to verify the date."
},
{
"name":"Why Did You Vote",
"url":"https://www.whydidyouvotefortrump.com",
"desc":" Capturing the voice of the American voter, using Google's Perspective to help keep the discussion in line"
},
{
"name":"Tiny Air",
"url":"https://air.drkpxl.com",
"desc":" An incredibly lightweight way to view air quality in your area. No ads, just air quality."
},
{
"name":"Random Name Selector",
"url":"https://random.drkpxl.com",
"desc":" An easy way to select a random name from a list, once a name is selected it can't be selected again that session. A great way to run raffles or contest. Free and not account sign up."
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
- 3d printing
---

After setting up my Bambu Lab printer with Home Assistant, I found myself wanting a better way to monitor prints than constantly opening the Handy app which sends data through the cloud and is VERY laggy. I was getting "printe complete" notifications from the app 8 hours after the print finished! While existing printer cards were functional, they didn't quite give me the all-in-one minimal and clean view I wanted. So, I built PrintWatch - a custom Home Assistant card that brings all your printer's vital stats into one clean interface.
After setting up my Bambu Lab printer with Home Assistant, I found myself wanting a better way to monitor prints than constantly opening the Handy app which sends data through the cloud and is VERY laggy. I was getting "print complete" notifications from the app 8 hours after the print finished! While existing printer cards were functional, they didn't quite give me the all-in-one minimal and clean view I wanted. So, I built PrintWatch - a custom Home Assistant card that brings all your printer's vital stats into one clean interface.

![PrintWatch Card Screenshot](../images/dark-mode-min.png)

Expand Down

0 comments on commit 3509dde

Please sign in to comment.