3
1
Back

// build up seven rows; middle one unused row_2 = row_1 + vertical_space/7; row_3 = row_2 + vertical_space/7; row_5 = row_4 + vertical_space/7; row_4 = working_increment*3 + row_1; row_4 = working_increment*3 + out_row_1; out_row_3 = out_working_increment*2 + out_row_1; out_row_5 = working_increment*4 + out_row_1; out_row_5 = out_working_increment*4 + out_row_1; out_row_5 = out_working_increment*4 + out_row_1; out_row_4 = working_increment*3 + row_1; row_3 = working_increment*2 + row_1; //special-case the top surface, or not. // Scale factor for the arrow's shaft size. // Scale factor for the arrow's shaft size. Engraved_indicator_shaft_scale = 1.5; // How much to cut off to create holes for easier mounting. Otherwise set.

New Pull Request