mirror of
https://github.com/DJSundog/NopSCADlib.git
synced 2024-11-23 07:13:51 -05:00
Bundled the 7 segment font because th site it came from has disappeared.
This commit is contained in:
parent
3810b71b26
commit
6dd02ea8ab
BIN
docs/7 SEGMENT.TTF
Normal file
BIN
docs/7 SEGMENT.TTF
Normal file
Binary file not shown.
@ -18,6 +18,8 @@ pip install codespell
|
||||
pip install markdown
|
||||
```
|
||||
|
||||
This font: [7 SEGMENT.TTF](7 SEGMENT.TTF) is needed for simulating 7 secgments displays and needs to be installed.
|
||||
|
||||
## Installation
|
||||
|
||||
OpenSCAD has to be setup to find libraries by setting the ```OPENSCADPATH``` environment variable to where you want to file your libraries and NopSCADlib needs to be installed
|
||||
|
@ -1141,7 +1141,7 @@ LED volt meter modules available from China and a printed bezel that allows them
|
||||
CNC cut panel. The meter is held in the bezel by melting the stakes with a soldering iron set to 200°C. The
|
||||
bezel is fixed in the panel with hot glue.
|
||||
|
||||
Needs 7 segment font from <http://www.twyman.org.uk/Fonts/font-download.htm> to look realistic.
|
||||
Needs the font, [7 SEGMENT.TTF](docs/7 SEGMENT.TTF) from the docs directory installing to get realistic digits.
|
||||
|
||||
|
||||
[vitamins/meter.scad](vitamins/meter.scad) Implementation.
|
||||
|
@ -22,7 +22,7 @@
|
||||
//! CNC cut panel. The meter is held in the bezel by melting the stakes with a soldering iron set to 200°C. The
|
||||
//! bezel is fixed in the panel with hot glue.
|
||||
//!
|
||||
//! Needs 7 segment font from <http://www.twyman.org.uk/Fonts/font-download.htm> to look realistic.
|
||||
//! Needs the font, [7 SEGMENT.TTF](docs/7 SEGMENT.TTF) from the docs directory installing to get realistic digits.
|
||||
//
|
||||
include <../core.scad>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user