diff --git a/260302-GrayScale.toe b/260302-GrayScale.toe index c873d49..31e1bb7 100644 Binary files a/260302-GrayScale.toe and b/260302-GrayScale.toe differ diff --git a/text_to_arc_script.py b/text_to_arc_script.py index 21b2fb0..1362c83 100644 --- a/text_to_arc_script.py +++ b/text_to_arc_script.py @@ -130,7 +130,7 @@ def onCook(scriptOp): if count>=str_len: scale= radius*angular_step if radius>0 else 1 - arc_table.appendRow([px, py, pz, line_rx, line_ry, 0, scale/2]) + arc_table.appendRow([px, py, pz, line_rx, line_ry, 0, scale*0.5]) # scriptOp.appendRow(['-', px, py, pz, char_rx, char_ry, 0]) else: char = full_string[count]