Add port_length parameter

This commit is contained in:
greygoo
2022-03-25 17:35:56 +01:00
parent a6959cd789
commit 80e850cd02

View File

@@ -31,7 +31,8 @@ wall_frame = 1.2;
rim = 1;
mki = 2;
// ports
// Port values and locations
port_extend = 20;
cuts = [[[0,0],[5,3],"front","sqr_indent"],
[[0,0],[5,3],"back","sqr_indent"],
[[0,0],[5,3],"left","sqr"],
@@ -47,6 +48,7 @@ case(part=case_part,
rim=rim,
mki=mki,
port_length=wall_frame+rim,
port_extend=port_extend,
dim_board=dim_board,
cuts=cuts,