Merge branch 'master' into revarbat_dev

This commit is contained in:
Revar Desmera
2021-02-19 19:59:59 -08:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -976,7 +976,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,")"