39a40 > 45,46c46,53 < //Turn the trajectories into an array of transformations < //representing the path --- > //Path of sweep for nose rib > path2_def = [ > trajectory(forward = 25, pitch = -45), > trajectory(forward = 25, pitch = -80) > ]; > > //Turn the trajectories into an arrays of transformations > //representing the paths 47a55 > sweep_path2 = quantize_trajectories(path2_def, steps=100, loop=false); 74a83,85 > translate([-23,0,5]) > rotate([0,55,0]) > sweep(rib2D, sweep_path2);