Guest User

Untitled

a guest
Feb 26th, 2023
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $fn=128;
  2. union()
  3. { color("white")
  4. cube([72,45,0.5]);
  5. }
  6. {
  7. translate( [0, 1, 0.5] ) // podnosi o 1mm w osi Z
  8. { color("black")
  9. linear_extrude(height = .5, center = false)
  10. {
  11. import( "MM.svg" );
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment