10,12c10,12 < //#translate([ -5.34, 3.50, -0.54 ]) < //rotate([-1,0,44.5]) < //import("AnvilScan.stl"); --- > #translate([ -5.34, 3.50, -0.54 ]) > rotate([-1,0,44.5]) > import("AnvilScan.stl"); 43a44,51 > //Parameters for nose > nose_z = nose_block_z - 2; > nose_r = 2; > nose_transition_x = -68; > nose_transition_y = 2; > nose_upper_r = 3; > nose_lower_r = 5; > 48a57 > 95a105,119 > } > //******** Nose ************* > hull_shape([ > [ -71, 0, nose_z - nose_r ], > [ nose_transition_x, nose_transition_y, nose_z-nose_upper_r], > [ nose_block_fr_x+1, nose_block_w/2-nose_upper_r, nose_z-nose_upper_r ], > [ nose_transition_x+15, nose_transition_y+1, nose_z-nose_upper_r- 2 ], > [ nose_block_fr_x+rib_th/4, nose_block_w/2-rib_th/4, nose_block_fr_z ]], > [0,1,1,2,3], > y_sym = true) > { > sphere(nose_r,center=true); > sphere(nose_upper_r,center=true); > sphere(nose_lower_r,center=true); > sphere(rib_th/4,center=true);