1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-09 06:31:32 +02:00

Updated images due to pixel differences on new PC

This commit is contained in:
Chris Palmer
2023-11-26 23:29:32 +00:00
parent 17979d3205
commit b9d101749e
44 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ module meter(type, colour = "red", value = "888", display_colour = false) //! Dr
mirror([1, 0, 0])
translate([-size.x / 2 + 1, meter_pos(type)])
resize([size.x - 2, size.y - 2]) {
text(value, font = "7 segment", valign = "center");
text(value, font = "7 Segment", valign = "center");
square(eps); // Tiny invisible pixel at the origin so numbers starting with 1 scale correctly.
}