mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
remove debug echo
This commit is contained in:
parent
3ba84a2ab3
commit
576b3ab457
1 changed files with 0 additions and 1 deletions
|
@ -975,7 +975,6 @@ function offset_sweep(
|
|||
height = one_defined([l,h,height], "l,h,height", dflt=u_add(bottom_height,top_height)),
|
||||
middle = height-bottom_height-top_height
|
||||
)
|
||||
echo(height=height)
|
||||
assert(height>0, "Height must be positive")
|
||||
assert(middle>=0, str("Specified end treatments (bottom height = ",bottom_height,
|
||||
" top_height = ",top_height,") are too large for extrusion height (",height,")"
|
||||
|
|
Loading…
Reference in a new issue