Skip to content

Commit

Permalink
bugfix in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-dh committed Apr 21, 2023
1 parent 26920f0 commit 4337922
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion solid2/examples/10-customizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
["customize me!", "Thank you!"])

#use scad_inline to use them
scene = scad_inline("""
scene = union()
scene += scad_inline("""
for (i = [1:objects]){
translate([2*i*side,0,0]){
cube(side);
Expand Down

0 comments on commit 4337922

Please sign in to comment.