script running multiple times

Issue #306 resolved
Brian created an issue

Hi,

any script that is run from the new script window (</> button) runs about 15 times over and over…

commit ef7954 and 782b444

Thanks

Comments (5)

  1. Marius Stanciu

    What script did you use? I ask because I just used a small succession of commands like: open_gerber, do some geometry etc and it worked.

  2. Marius Stanciu

    Sorry, but there is nothing I’ve changed in that section in the mean time … Must be some combination. Can you try the same scripts you’ve used before?

  3. Brian reporter

    my mistake (I Think), it is still happening with 38d5841

    the code below run from the new script window (</> button) runs about 15 times over and over…

    clear
    new
    set_sys units MM
    open_gerber C:/Temp/TestBoard_v2/TestBoard_v2.outline -outname Top_Outline
    aligndrill Top_Outline -dia 3.0 -box Top_Outline -grid 1 -gridoffset 0 -minoffset 5 -axisoffset 5 -axis Y
    

    Edit: it was doing this (runs about 15 times over and over), I then closed FlatCAM and relaunched it and now it is OK… on exactly the same script

    Thanks

    Also aligndrill has no option for -outname

  4. Log in to comment