Thingiverse
Cutting board & knife rack
by JustinSDK
57
Downloads
50
Likes
1
Makes
Just need a rack for my cutting board and knifes.
If you need more knife slots. Download .scad, find the code below, add them to the first argument and change the number of `offset_angle`:
cutting_board_knife_rack(
[
[knife_1_length, knife_1_width],
[knife_2_length, knife_2_width],
[knife_3_length, knife_3_width]
],
bottom_length,
bottom_height,
edge_width,
slot_width,
15 // off
If you need more knife slots. Download .scad, find the code below, add them to the first argument and change the number of `offset_angle`:
cutting_board_knife_rack(
[
[knife_1_length, knife_1_width],
[knife_2_length, knife_2_width],
[knife_3_length, knife_3_width]
],
bottom_length,
bottom_height,
edge_width,
slot_width,
15 // off
Sign in to leave a comment
Sign in