User talk:Kunda1

From FreeCAD Documentation
Revision as of 15:09, 7 February 2020 by Kunda1 (talk | contribs) (→‎Edit of Part_Box: added = for equals sign)

Ideas for projects

Wiki Markup Cheatsheet

  • Test 1
def quickSort(arr):
    less = []
    pivotList = []
    more = []
    if len(arr) <= 1:
        return arr
  • Test 2
def quickSort(arr):
    less = []
    pivotList = []
    more = []
    if len(arr) <= 1:
        return arr

Edit of Part_Box

Dear Kunda1,

You have added that the Part_Box command was introduced in V0.14. This is not correct as the command already exists in V0.13. You probably only meant the different default label. IMO "Version=0.14" should be removed from GuiCommand.

Regards, Roy.


Roy, Thanks for the heads-up, I think I was mislead by Part_Box#FreeCAD_-_Version. Should I change the GuiCommand to Version=0.13 then? Kunda1 (talk) 16:08, 7 February 2020 (CET)