mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-05 06:57:27 +02:00
Added render() to pocket_handle().
This commit is contained in:
@@ -137,7 +137,7 @@ module pocket_handle_assembly(type) { //! Assembly with fasteners in place
|
|||||||
|
|
||||||
translate_z(f.z + t / 2) hflip() {
|
translate_z(f.z + t / 2) hflip() {
|
||||||
stl_colour(pp1_colour)
|
stl_colour(pp1_colour)
|
||||||
pocket_handle(type);
|
render() pocket_handle(type);
|
||||||
|
|
||||||
pocket_handle_hole_positions(type) {
|
pocket_handle_hole_positions(type) {
|
||||||
translate_z(f.z + t)
|
translate_z(f.z + t)
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Reference in New Issue
Block a user