1
0
mirror of https://github.com/whowechina/popn_pico.git synced 2025-02-15 18:22:32 +01:00
popn_pico/PCB/Popn2/3dmodels/keypad_lgp.csg
2024-12-04 20:26:09 +08:00

11 lines
433 B
Plaintext

color([0.752941, 0.752941, 0.752941, 0.5]) {
multmatrix([[1, 0, 0, -17], [0, 1, 0, -130], [0, 0, 1, 0], [0, 0, 0, 1]]) {
resize(newsize = [256,60,1], auto = [0,0,0], convexity = 0) {
linear_extrude(height = 100, $fn = 0, $fa = 12, $fs = 2) {
import(file = "keypad_kicad.svg", origin = [0, 0], center = false, dpi = 72, scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 2, timestamp = 1691928709);
}
}
}
}