diff --git a/2020/sketch_2020_02_12a/forms.py b/2020/sketch_2020_02_12a/forms.py index 6e3b0202..58eb0acc 100644 --- a/2020/sketch_2020_02_12a/forms.py +++ b/2020/sketch_2020_02_12a/forms.py @@ -75,8 +75,8 @@ def b_poly_arc_augmented(op_list, or_list=None, check_intersection=False): if abs(a2 - start) != TWO_PI: b_arc(p2[0], p2[1], r2 * 2, r2 * 2, start, a2, mode=2) - textSize(32) - text(str(int(degrees(start - a2))), p2[0], p2[1]) + # textSize(32) + # text(str(int(degrees(start - a2))), p2[0], p2[1]) else: # when the the segment is smaller than the diference between # radius, circ_circ_tangent won't renturn the angle