è sufficiente aprire lo Script Master della macro e sostituire il testo con questo qui:
define style "slope_fa" slope_font, slope_font_size/A_, 8, 0
define style "slope_fb" slope_font, slope_font_size/A_, 2, 0
slope_string = str ("%2.1dd", ac_pitch)
if slope_unit = "12'" then
slope_imp = 12'*(tan(ac_pitch))
slope_string = str("%2.1df", slope_imp)+"/12'"
endif
if slope_unit = '12"' then
slope_imp = 12"*(tan(ac_pitch))
slope_string = str("%2.1di", slope_imp)+'/12"'
endif
if slope_unit = "%" then
slope_imp = 12"*(tan(ac_pitch))
slope_percent = (slope_imp/12")*100
slope_string = str (slope_percent, 3, 1)+"%"
endif