It appears you that can't link to fonts with GFM.
This commit is contained in:
parent
6dd02ea8ab
commit
2281eeff36
|
@ -18,7 +18,7 @@ pip install codespell
|
||||||
pip install markdown
|
pip install markdown
|
||||||
```
|
```
|
||||||
|
|
||||||
This font: [7 SEGMENT.TTF](7 SEGMENT.TTF) is needed for simulating 7 secgments displays and needs to be installed.
|
The 7 SEGMENT.TTF from the docs directory is needed for simulating 7 secgments displays and needs to be installed.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
|
@ -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
|
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.
|
bezel is fixed in the panel with hot glue.
|
||||||
|
|
||||||
Needs the font, [7 SEGMENT.TTF](docs/7 SEGMENT.TTF) from the docs directory installing to get realistic digits.
|
The 7 SEGMENT.TTF font from the [docs](docs) directory needs to be installed to get realistic digits.
|
||||||
|
|
||||||
|
|
||||||
[vitamins/meter.scad](vitamins/meter.scad) Implementation.
|
[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
|
//! 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.
|
//! bezel is fixed in the panel with hot glue.
|
||||||
//!
|
//!
|
||||||
//! Needs the font, [7 SEGMENT.TTF](docs/7 SEGMENT.TTF) from the docs directory installing to get realistic digits.
|
//! The 7 SEGMENT.TTF font from the [docs](docs) directory needs to be installed to get realistic digits.
|
||||||
//
|
//
|
||||||
include <../core.scad>
|
include <../core.scad>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue