mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-23 05:34:23 +00:00
Update squared_scoop.scad
Fixed some formatting to be easier to read
This commit is contained in:
parent
29f5cd2468
commit
e7b92cf52b
@ -17,10 +17,10 @@ module squared_scoop_dish(height, width, depth, r=0.5, inverted=false, num=4, de
|
||||
|
||||
//This is the set of points to hull around for the scoop
|
||||
points=[
|
||||
[height/den - height/2,width/den - width/2, -chord],
|
||||
[num*height/den - height/2,width/den - width/2,-chord],
|
||||
[height/den - height/2,num*width/den - width/2, -chord],
|
||||
[num*height/den - height/2,num*width/den - width/2,-chord]
|
||||
[height/den - height/2, width/den - width/2, -chord],
|
||||
[num*height/den - height/2, width/den - width/2, -chord],
|
||||
[height/den - height/2, num*width/den - width/2, -chord],
|
||||
[num*height/den - height/2, num*width/den - width/2, -chord]
|
||||
];
|
||||
|
||||
resize([height,width,depth])
|
||||
|
Loading…
Reference in New Issue
Block a user