There are a few changes and bugfixes you missed that should be made

in features.py
     uncomment line 2733 : #            tree_path = model.get_path(itr)
     uncomment line 2810 : #            tree_path = None
     replace lines 2835 and 2836 :
                 if not self.sub_hdrs_in_tv1 :
                     self.treeview.expand_all()
          with :
                 if tree_path is not None and not self.sub_hdrs_in_tv1 :
                     self.treeview.expand_row(tree_path, False)
     It will be much better


     replace line 1965 : self.topfeatures[src][3] += 1
         with : self.topfeatures[src][3] = time.time()
     replace line 1919 : self.topfeatures_dict[s[0]] = [int(s[1]), 0]
         with : self.topfeatures_dict[s[0]] = [int(s[1]), float(s[2])]
     SUPER_TOP_FEATURES_COUNT could be reduced to 3 or even 0
     It will make a true history toolbar but this toolbar will be really 
usefull
         when we have all the right icons.


There are functions that are obsolete and not used.

In version 2.02 I removed the 'widget box'. The treeview with VKB is 
much better specially with touch screen

There is also a bug that should be fixed ASAP in lib/fv_entry-arc.ngc
     replace line 20 :  o<comp00> if [#<opt> EQ 2] (no compensation)
         with : o<comp00> if [[#<opt> EQ 2] OR [#5410 EQ 0]] (no 
compensation)
     replace line 29 : #<rt> = [[#5410 + 0.01] / 2] (tool radius used to 
calc pre-entry point)
         with : #<rt> = [#5410 * 0.501] (tool radius used to calc 
pre-entry point)
     It will work with tools larger then 15mm in diameter now

Fix also the same in lib/fv_entry-angle.ngc
     replace line 17 :  o<comp00> if [#<opt> EQ 2] (no compensation)
         with : o<comp00> if [[#<opt> EQ 2] OR [#5410 EQ 0]] (no 
compensation)
     replace line 36 :  #<tool_radius> = [[#5410 + .01] / 2]
         with : #<tool_radius> = [#5410 * 0.501]


I thought 'Features' was not ready to include in LCNC.
My wife said that it was me that was not ready.
I took it when it was a baby and helped it grow in it's infancy. In the 
last 15 months I spent most of my leisure time at this task.
She said I felt like her when our sons left home.

I am happy it is in your hands now and you will bring it to maturity. I 
will still contribute as much as I can.

Fernand

------------------------------------------------------------------------------
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to