[highlight=#ffffbf:39kxqslm]still does not create circles of less than 30 mm[/highlight:39kxqslm]
I'm working in mm, 2540 is the default by default.
Changed by changing the r.b code
thanks for the plugin
my edit:
def activate
@ip = Sketchup::InputPoint.new
@iptemp = Sketchup::InputPoint.new
@displayed = false
@sp = []
@end_pos = []
@ctrlflag = 0
@group = nil
if @@ls.to_s == ""
@@ls = **100.mm**
end
Sketchup.set_status_text @@ls.to_l, SB_VCB_VALUE
Sketchup.vcb_label = "Face Width x Height"
end