mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 02:04:16 +02:00
refactor deps
This commit is contained in:
@@ -8,10 +8,7 @@
|
|||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
|
|
||||||
include <__comm__/__frags.scad>;
|
use <__comm__/__trapezium.scad>;
|
||||||
include <__comm__/__pie_for_rounding.scad>;
|
|
||||||
include <__comm__/__half_trapezium.scad>;
|
|
||||||
include <__comm__/__trapezium.scad>;
|
|
||||||
|
|
||||||
function shape_trapezium(length, h, corner_r = 0) =
|
function shape_trapezium(length, h, corner_r = 0) =
|
||||||
__trapezium(
|
__trapezium(
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
include <unittest.scad>;
|
use <unittest.scad>;
|
||||||
include <shape_trapezium.scad>;
|
use <shape_trapezium.scad>;
|
||||||
|
|
||||||
module test_shape_trapezium() {
|
module test_shape_trapezium() {
|
||||||
echo("==== test_shape_trapezium ====");
|
echo("==== test_shape_trapezium ====");
|
||||||
|
Reference in New Issue
Block a user