Skip to content

main_body(params) called without version_string (or hash)

In two places the main_body is called without the version_string argument (and without hash argument after !459 (merged)).
This is in bottom_of_main_body.scad and brim_and_ties.scad

This does not cause a problem because the missing strings are assigned empty strings, but it gives a code quality warning.

Edited by William Wadsworth