Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
samster395 committed Sep 2, 2024
2 parents 6e7c02a + 7001e48 commit ebfa1f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Empty 3D printer filament spool weight
# Empty 3D printer filament spool weight database
Useful to work out how much filament is left on the spool.

[samster395.github.io/empty_spool/](https://samster395.github.io/empty_spool/)

The list is served using the JSON data file, feel free to create a pull request to contribute to it.

The wiki that used to hold this data is no longer available, luckily [Greenonline on stack exchange](https://3dprinting.stackexchange.com/a/23154/46763) posted the table, I used that to make this page that is searchable etc.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
gtag('config', 'G-NZHTNGX170');
</script>

<title>Empty 3D printer filament spool weight</title>
<title>Empty 3D printer filament spool weight database</title>
<style>
table, th, td { border: 1px solid black; border-collapse: collapse; }
td, th {padding: 10px;}
Expand Down Expand Up @@ -62,8 +62,8 @@
} );
</script>
<div class="container-lg px-3 my-5 markdown-body">
<h3>Empty 3D printer filament spool weight</h3>
Useful to work out how much filament is left on the spool - <a href="https://github.com/samster395/empty_spool" target=”_blank”>Feel free to contribute to this list</a>
<h1>Empty filament spool weight database</h1>
Don't see your Spool Brand here? <a href="https://github.com/samster395/empty_spool" target=”_blank”>Weigh it when empty and contribute here</a>
<br>

<table id="table" class="display" style="width:100%;">
Expand Down

0 comments on commit ebfa1f8

Please sign in to comment.