mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-08 08:26:29 +02:00
No longer has horizontal rules between gallery items
This commit is contained in:
@@ -5,21 +5,18 @@ Arduino thermostat to control a beer fridge to use it as an environmental chambe
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
## HydraBot
|
## HydraBot
|
||||||
Current state of HydraRaptor after being modified for laser engraving.
|
Current state of HydraRaptor after being modified for laser engraving.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
## IOT 50V PSU
|
## IOT 50V PSU
|
||||||
WiFi controllable PSU
|
WiFi controllable PSU
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
## Lab ATX PSU
|
## Lab ATX PSU
|
||||||
Bench power supply built around an ATX PSU.
|
Bench power supply built around an ATX PSU.
|
||||||
|
|
||||||
@@ -33,21 +30,19 @@ Bench power supply built around an ATX PSU.
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
---
|
<a name="TOP"></a>
|
||||||
## Laser Load
|
## Laser Load
|
||||||
15kV dummy load for testing CO2 laser PSUs
|
15kV dummy load for testing CO2 laser PSUs
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
## MainsBreakOutBox
|
## MainsBreakOutBox
|
||||||
13A socket break out box with 4mm jacks to measure voltage and / or load current and earth leakage current.
|
13A socket break out box with 4mm jacks to measure voltage and / or load current and earth leakage current.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
## Mains Box
|
## Mains Box
|
||||||
Mains isolated and variable supply with metering.
|
Mains isolated and variable supply with metering.
|
||||||
|
|
||||||
@@ -56,14 +51,13 @@ Mains isolated and variable supply with metering.
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
---
|
<a name="TOP"></a>
|
||||||
## Turntable
|
## Turntable
|
||||||
WiFi enabled remote control turntable for photography
|
WiFi enabled remote control turntable for photography
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
## Variac
|
## Variac
|
||||||
Motorised variac with WiFi control, see [hydraraptor.blogspot.com/2018/04/esp8266-spi-spy](https://hydraraptor.blogspot.com/2018/04/esp8266-spi-spy.html)
|
Motorised variac with WiFi control, see [hydraraptor.blogspot.com/2018/04/esp8266-spi-spy](https://hydraraptor.blogspot.com/2018/04/esp8266-spi-spy.html)
|
||||||
|
|
||||||
@@ -72,4 +66,3 @@ Motorised variac with WiFi control, see [hydraraptor.blogspot.com/2018/04/esp826
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
@@ -67,9 +67,9 @@ def gallery(force):
|
|||||||
match = re.match(r"^(#+).*$", line)
|
match = re.match(r"^(#+).*$", line)
|
||||||
if match:
|
if match:
|
||||||
line = '#' + line
|
line = '#' + line
|
||||||
print(line[:-1], file = output_file)
|
|
||||||
if line == '---\n':
|
if line == '---\n':
|
||||||
break;
|
break;
|
||||||
|
print(line[:-1], file = output_file)
|
||||||
else:
|
else:
|
||||||
print(Fore.MAGENTA + "Can't find", document, Fore.WHITE);
|
print(Fore.MAGENTA + "Can't find", document, Fore.WHITE);
|
||||||
with open(target_dir + "/readme.html", "wt") as html_file:
|
with open(target_dir + "/readme.html", "wt") as html_file:
|
||||||
|
Reference in New Issue
Block a user