mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-22 07:03:45 +02:00
Renders of STLs are now the correct colour. Fixes #71
This commit is contained in:
@@ -173,7 +173,7 @@ module socket_box_stl() {
|
||||
//
|
||||
module base_assembly()
|
||||
assembly("base") {
|
||||
color(pp1_colour) render() /*clip(ymax = 0)*/ socket_box_stl();
|
||||
stl_colour(pp1_colour) render() /*clip(ymax = 0)*/ socket_box_stl();
|
||||
|
||||
mains_socket_hole_positions(socket)
|
||||
translate_z(height)
|
||||
|
Reference in New Issue
Block a user