1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-26 16:04:46 +02:00
This commit is contained in:
Justin Lin
2021-07-19 18:18:25 +08:00
parent ad926d2def
commit 3cae424fb4

View File

@@ -9,9 +9,9 @@ $fn = 48;
t_step = 0.05;
rotate([90, 0, 0])
ms_paperclip_meme();
ms_clippy();
module ms_paperclip_meme() {
module ms_clippy() {
clip_path = curve(t_step, [[15, 15, 0], [5.75, 14.5, 1], [2, 4.5, 0], [-3.5, 8, 0.25], [-1.5, 24, 0.75], [4, 25.5, 0], [2.5, 18, 1], [1.5, 9, 0], [-1.5, 9.75, 0], [-1, 16.5, 1], [-2, 22, 1]]);
color("Gainsboro")