Closed CaffeinatedOpe closed 2 years ago
The L hook is atmega32u4 pro micro holder, see https://github.com/yejianfengblue/dactyl-generator-demo#internal-connector-trrs-micro-usb.
You can manually delete the openscad code by
window
-> editor
cube
union () {
difference () {
translate ([-94.9015632882982, 24.40298907331629, 16.208123960789713]) {
cube ([6, 12, 12], center=true);
}
translate ([-95.9015632882982, 23.40298907331629, 16.208123960789713]) {
cube ([4, 10, 12], center=true);
}
}
translate ([-60.02565784429761, 37.394528789935315, 2]) {
cube ([19, 12, 4], center=true);
}
union () {
translate ([-73.6256578442976, 37.394528789935315, 2]) {
cube ([10.2, 12, 4], center=true);
}
}
}
difference () {
translate ([-94.9015632882982, 24.40298907331629, 16.208123960789713]) {
cube ([6, 12, 12], center=true);
}
translate ([-95.9015632882982, 23.40298907331629, 16.208123960789713]) {
cube ([4, 10, 12], center=true);
}
}
Okay, thank you very much!
this shape was added into the model, and i'm not sure why. how do i remove it? it only shows up when the trrs jack is selected.