Created
April 27, 2025 14:56
-
-
Save Hermann-SW/05a969a87199c6b9ed48d9b7f856176c to your computer and use it in GitHub Desktop.
part to join with a 2GPU Riser card model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict" | |
const jscad = require('@jscad/modeling') | |
const { translate, rotateZ } = jscad.transforms | |
const { cuboid, sphere } = jscad.primitives | |
function main() { | |
return rotateZ(Math.PI/2,[ | |
cuboid({size: [70,10,10]}), | |
translate([0,50,0], cuboid({size: [70,10,10]})), | |
translate([0,100,0], cuboid({size: [70,10,10]})), | |
translate([30,50,0], cuboid({size: [10,110,10]})), | |
]) | |
} | |
module.exports = { main } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With this model ...
https://www.printables.com/model/1276633-v013pro-pci-e-extender-remix-for-inter-tech-and-ge
... above "E" model looks like this:
