mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 17:24:20 +02:00
refactor deps
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user