keyboard_stl_generator icon indicating copy to clipboard operation
keyboard_stl_generator copied to clipboard

Generate a 3D model from a keyboard design from keyboard layout editor and split up the design so it can be printed on a 3D printer

Results 6 keyboard_stl_generator issues
Sort by recently updated
recently updated
newest added

Keyboard Layout Editor Data: `[{y:0.3,x:0.5,a:7,f:1},"","",{x:10},"","",{w:2},"",{x:0.25,f:3},""], [{x:0.25,f:1,w:1.5},"","",{x:9.5},"","","",{f:3,w:1.5},"",{x:0.25},""], [{x:0.15,f:1,w:1.75},"","",{x:9.7},"","",{w:2.25},"",{x:0.25},""], [{w:2.25},"","",{x:9},"","",{w:1.75},"",{x:1.5,f:3},""], [{y:-0.75,x:16.25,f:1},""], [{y:-0.25,w:1.25},"",{w:1.25},"",{x:10,w:1.25},"",{w:1.25},""], [{y:-0.75,x:15.25},"","",""], [{r:10,rx:3,ry:4.25,y:-4,x:-0.75},"","","","",""], [{x:-0.25},"","","",""], ["","","",""], [{x:0.5},"","","",""], [{x:0.75,w:1.25},"",{w:2.75},""], [{r:-10,rx:12.5,y:-4,x:-3.75},"","","",""], [{x:-4.25},"","","",""], [{x:-4},"","","",""], [{x:-4.5},"","","",""], [{x:-4.25,w:2.25},"",{w:1.25},""]` When trying to generate a split scad file from...

When splitting keyboard, for simplicity in two, there's gap in the case in both of them, because they're ment to be glued together. Could it be possible to have some...

enhancement

even using the default tkl-standard json, the script only generate the plate. "No top level geometry to render" pops out in the bottom scad file. top cad file also only...

the bottom file: ``` // Generated by SolidPython 1.1.3 on 2022-10-09 13:23:03 $fn = 8; union() { difference() { translate(v = [0, 0, 2.4445000000]) { translate(v = [0, 76.2000000000, 0])...

It appears that when I have some switches that don't have keys above it in the layout, that are also near the dividing line of the split, it is generating...

It was just missing the install of `windows-curses` to replace the commonly available `curses` used in the CLI. Otherwise it's working great for me on windows 11!