1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-02 11:12:42 +02:00

remove param

This commit is contained in:
Justin Lin
2019-09-11 09:55:44 +08:00
parent e83ac7489a
commit 3ae965216b
3 changed files with 3 additions and 3 deletions

View File

@@ -31,5 +31,5 @@ module words(text, font, font_size, height, thickness, line_spacing) {
}
}
floor_stand(stand_width, stand_height, stand_thickness, joint_spacing, line_spacing)
floor_stand(stand_width, stand_height, stand_thickness, joint_spacing)
words(text, font, font_size, stand_height, stand_thickness, line_spacing);