mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-29 11:58:39 +01:00
refactor deps
This commit is contained in:
parent
9b80531d47
commit
eb70c87117
@ -1,3 +1,6 @@
|
||||
use <hollow_out.scad>;
|
||||
use <part/cone.scad>;
|
||||
|
||||
module floor_stand(width, height, thickness, spacing) {
|
||||
half_w = width / 2;
|
||||
half_h = height / 2;
|
||||
@ -72,7 +75,7 @@ module floor_stand(width, height, thickness, spacing) {
|
||||
translate([0, 0, half_th])
|
||||
color("black")
|
||||
linear_extrude(half_th / 2)
|
||||
hollow_out(shell_thickness = font_size / 4)
|
||||
hollow_out(shell_thickness = thickness / 2)
|
||||
offset(half_w / 10)
|
||||
scale([0.75, 0.675])
|
||||
polygon(points);
|
||||
|
@ -1,10 +1,7 @@
|
||||
include <util/sub_str.scad>;
|
||||
include <util/split_str.scad>;
|
||||
include <multi_line_text.scad>;
|
||||
include <shape_taiwan.scad>;
|
||||
include <hollow_out.scad>;
|
||||
include <floor_stand.scad>;
|
||||
include <part/cone.scad>;
|
||||
use <util/split_str.scad>;
|
||||
use <multi_line_text.scad>;
|
||||
use <shape_taiwan.scad>;
|
||||
use <floor_stand.scad>;
|
||||
|
||||
text = " Taiwan";
|
||||
font = "Arial Black";
|
||||
|
@ -1,9 +1,6 @@
|
||||
include <util/sub_str.scad>;
|
||||
include <util/split_str.scad>;
|
||||
include <hollow_out.scad>;
|
||||
include <floor_stand.scad>;
|
||||
include <multi_line_text.scad>;
|
||||
include <part/cone.scad>;
|
||||
use <util/split_str.scad>;
|
||||
use <floor_stand.scad>;
|
||||
use <multi_line_text.scad>;
|
||||
|
||||
text = "Coder at Work";
|
||||
font = "Arial Black";
|
||||
|
Loading…
x
Reference in New Issue
Block a user