Added another spool size

This commit is contained in:
Chris Palmer 2019-10-22 15:27:49 +01:00
parent ededb514b8
commit a9c4e60cac
3 changed files with 3 additions and 1 deletions

View File

@ -2483,6 +2483,7 @@ Filament spool models
| Qty | Module call | BOM entry |
| ---:|:--- |:---|
| 1 | ```spool(spool_200x55)``` | Filament spool 200 x 55 |
| 1 | ```spool(spool_200x60)``` | Filament spool 200 x 60 |
| 1 | ```spool(spool_300x85)``` | Filament spool 300 x 85 |
| 1 | ```spool(spool_300x88)``` | Filament spool 300 x 88 |

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -27,7 +27,8 @@
spool_300x88 = ["spool_300x88", 300, 88, 43, 6, 8, 52, 214, 300];
spool_300x85 = ["spool_300x85", 300, 85, 60, 4, 8, 52, 250, 280];
spool_200x55 = ["spool_200x55", 200, 55, 40, 5, 5, 52, 200, 200];
spool_200x60 = ["spool_200x60", 200, 60, 60, 5, 2, 52, 78, 191]; // 3D Filaprint
spools = [spool_200x55, spool_300x85, spool_300x88];
spools = [spool_200x55, spool_200x60, spool_300x85, spool_300x88];
use <spool.scad>