app_Main.py 454 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140
  1. # ###########################################################
  2. # FlatCAM: 2D Post-processing for Manufacturing #
  3. # http://flatcam.org #
  4. # Author: Juan Pablo Caram (c) #
  5. # Date: 2/5/2014 #
  6. # MIT Licence #
  7. # Modified by Marius Stanciu (2019) #
  8. # ###########################################################
  9. import urllib.request
  10. import urllib.parse
  11. import urllib.error
  12. import getopt
  13. import random
  14. import simplejson as json
  15. import shutil
  16. import lzma
  17. from datetime import datetime
  18. import time
  19. import ctypes
  20. import traceback
  21. from shapely.geometry import Point, MultiPolygon
  22. from io import StringIO
  23. from reportlab.graphics import renderPDF
  24. from reportlab.pdfgen import canvas
  25. from reportlab.lib.units import inch, mm
  26. from reportlab.lib.pagesizes import landscape, portrait
  27. from svglib.svglib import svg2rlg
  28. import gc
  29. from xml.dom.minidom import parseString as parse_xml_string
  30. from multiprocessing.connection import Listener, Client
  31. from multiprocessing import Pool
  32. import socket
  33. # ####################################################################################################################
  34. # ################################### Imports part of FlatCAM #############################################
  35. # ####################################################################################################################
  36. # Various
  37. from Common import LoudDict
  38. from Common import color_variant
  39. from Common import ExclusionAreas
  40. from Bookmark import BookmarkManager
  41. from appDatabase import ToolsDB2
  42. from vispy.gloo.util import _screenshot
  43. from vispy.io import write_png
  44. # FlatCAM defaults (preferences)
  45. from defaults import FlatCAMDefaults
  46. # FlatCAM Objects
  47. from appGUI.preferences.OptionsGroupUI import OptionsGroupUI
  48. from appGUI.preferences.PreferencesUIManager import PreferencesUIManager
  49. from appObjects.ObjectCollection import *
  50. from appObjects.FlatCAMObj import FlatCAMObj
  51. from appObjects.AppObject import AppObject
  52. # FlatCAM Parsing files
  53. from appParsers.ParseExcellon import Excellon
  54. from appParsers.ParseGerber import Gerber
  55. from camlib import to_dict, dict2obj, ET, ParseError, Geometry, CNCjob
  56. # FlatCAM appGUI
  57. from appGUI.PlotCanvas import *
  58. from appGUI.PlotCanvasLegacy import *
  59. from appGUI.MainGUI import *
  60. from appGUI.GUIElements import FCFileSaveDialog, message_dialog, FlatCAMSystemTray
  61. # FlatCAM Pre-processors
  62. from appPreProcessor import load_preprocessors
  63. # FlatCAM appEditors
  64. from appEditors.FlatCAMGeoEditor import FlatCAMGeoEditor
  65. from appEditors.FlatCAMExcEditor import FlatCAMExcEditor
  66. from appEditors.FlatCAMGrbEditor import FlatCAMGrbEditor
  67. from appEditors.FlatCAMTextEditor import TextEditor
  68. from appParsers.ParseHPGL2 import HPGL2
  69. # FlatCAM Workers
  70. from appProcess import *
  71. from appWorkerStack import WorkerStack
  72. # FlatCAM Tools
  73. from appTools import *
  74. # FlatCAM Translation
  75. import gettext
  76. import appTranslation as fcTranslate
  77. import builtins
  78. if sys.platform == 'win32':
  79. import winreg
  80. from win32comext.shell import shell, shellcon
  81. fcTranslate.apply_language('strings')
  82. if '_' not in builtins.__dict__:
  83. _ = gettext.gettext
  84. class App(QtCore.QObject):
  85. """
  86. The main application class. The constructor starts the GUI and all other classes used by the program.
  87. """
  88. # ###############################################################################################################
  89. # ########################################## App ################################################################
  90. # ###############################################################################################################
  91. # ###############################################################################################################
  92. # ######################################### LOGGING #############################################################
  93. # ###############################################################################################################
  94. log = logging.getLogger('base')
  95. log.setLevel(logging.DEBUG)
  96. # log.setLevel(logging.WARNING)
  97. formatter = logging.Formatter('[%(levelname)s][%(threadName)s] %(message)s')
  98. handler = logging.StreamHandler()
  99. handler.setFormatter(formatter)
  100. log.addHandler(handler)
  101. # ###############################################################################################################
  102. # #################################### Get Cmd Line Options #####################################################
  103. # ###############################################################################################################
  104. cmd_line_shellfile = ''
  105. cmd_line_shellvar = ''
  106. cmd_line_headless = None
  107. cmd_line_help = "FlatCam.py --shellfile=<cmd_line_shellfile>\n" \
  108. "FlatCam.py --shellvar=<1,'C:\\path',23>\n" \
  109. "FlatCam.py --headless=1"
  110. try:
  111. # Multiprocessing pool will spawn additional processes with 'multiprocessing-fork' flag
  112. cmd_line_options, args = getopt.getopt(sys.argv[1:], "h:", ["shellfile=",
  113. "shellvar=",
  114. "headless=",
  115. "multiprocessing-fork="])
  116. except getopt.GetoptError:
  117. print(cmd_line_help)
  118. sys.exit(2)
  119. for opt, arg in cmd_line_options:
  120. if opt == '-h':
  121. print(cmd_line_help)
  122. sys.exit()
  123. elif opt == '--shellfile':
  124. cmd_line_shellfile = arg
  125. elif opt == '--shellvar':
  126. cmd_line_shellvar = arg
  127. elif opt == '--headless':
  128. try:
  129. cmd_line_headless = eval(arg)
  130. except NameError:
  131. pass
  132. # ###############################################################################################################
  133. # ################################### Version and VERSION DATE ##################################################
  134. # ###############################################################################################################
  135. version = "Unstable Version"
  136. # version = 8.994
  137. version_date = "2020/07/05"
  138. beta = True
  139. engine = '3D'
  140. # current date now
  141. date = str(datetime.today()).rpartition('.')[0]
  142. date = ''.join(c for c in date if c not in ':-')
  143. date = date.replace(' ', '_')
  144. # ###############################################################################################################
  145. # ############################################ URLS's ###########################################################
  146. # ###############################################################################################################
  147. # URL for update checks and statistics
  148. version_url = "http://flatcam.org/version"
  149. # App URL
  150. app_url = "http://flatcam.org"
  151. # Manual URL
  152. manual_url = "http://flatcam.org/manual/index.html"
  153. video_url = "https://www.youtube.com/playlist?list=PLVvP2SYRpx-AQgNlfoxw93tXUXon7G94_"
  154. gerber_spec_url = "https://www.ucamco.com/files/downloads/file/81/The_Gerber_File_Format_specification." \
  155. "pdf?7ac957791daba2cdf4c2c913f67a43da"
  156. excellon_spec_url = "https://www.ucamco.com/files/downloads/file/305/the_xnc_file_format_specification.pdf"
  157. bug_report_url = "https://bitbucket.org/jpcgt/flatcam/issues?status=new&status=open"
  158. # this variable will hold the project status
  159. # if True it will mean that the project was modified and not saved
  160. should_we_save = False
  161. # flag is True if saving action has been triggered
  162. save_in_progress = False
  163. # ###############################################################################################################
  164. # ####################################### APP Signals ######################################################
  165. # ###############################################################################################################
  166. # Inform the user
  167. # Handled by: App.info() --> Print on the status bar
  168. inform = QtCore.pyqtSignal([str], [str, bool])
  169. # Handled by: App.info_shell() --> Print on the shell
  170. inform_shell = QtCore.pyqtSignal(str)
  171. app_quit = QtCore.pyqtSignal()
  172. # General purpose background task
  173. worker_task = QtCore.pyqtSignal(dict)
  174. # File opened
  175. # Handled by:
  176. # * register_folder()
  177. # * register_recent()
  178. # Note: Setting the parameters to unicode does not seem
  179. # to have an effect. Then are received as Qstring
  180. # anyway.
  181. # File type and filename
  182. file_opened = QtCore.pyqtSignal(str, str)
  183. # File type and filename
  184. file_saved = QtCore.pyqtSignal(str, str)
  185. # Percentage of progress
  186. progress = QtCore.pyqtSignal(int)
  187. # Emitted when a new object has been added or deleted from/to the collection
  188. object_status_changed = QtCore.pyqtSignal(object, str, str)
  189. message = QtCore.pyqtSignal(str, str, str)
  190. # Emmited when shell command is finished(one command only)
  191. shell_command_finished = QtCore.pyqtSignal(object)
  192. # Emitted when multiprocess pool has been recreated
  193. pool_recreated = QtCore.pyqtSignal(object)
  194. # Emitted when an unhandled exception happens
  195. # in the worker task.
  196. thread_exception = QtCore.pyqtSignal(object)
  197. # used to signal that there are arguments for the app
  198. args_at_startup = QtCore.pyqtSignal(list)
  199. # a reusable signal to replot a list of objects
  200. # should be disconnected after use so it can be reused
  201. replot_signal = pyqtSignal(list)
  202. # signal emitted when jumping
  203. jump_signal = pyqtSignal(tuple)
  204. # signal emitted when jumping
  205. locate_signal = pyqtSignal(tuple, str)
  206. # close app signal
  207. close_app_signal = pyqtSignal()
  208. # will perform the cleanup operation after a Graceful Exit
  209. # usefull for the NCC Tool and Paint Tool where some progressive plotting might leave
  210. # graphic residues behind
  211. cleanup = pyqtSignal()
  212. def __init__(self, user_defaults=True):
  213. """
  214. Starts the application.
  215. :return: app
  216. :rtype: App
  217. """
  218. super().__init__()
  219. App.log.info("FlatCAM Starting...")
  220. # ############################################################################################################
  221. # ################# Setup the listening thread for another instance launching with args ######################
  222. # ############################################################################################################
  223. if sys.platform == 'win32' or sys.platform == 'linux':
  224. # make sure the thread is stored by using a self. otherwise it's garbage collected
  225. self.listen_th = QtCore.QThread()
  226. self.listen_th.start(priority=QtCore.QThread.LowestPriority)
  227. self.new_launch = ArgsThread()
  228. self.new_launch.open_signal[list].connect(self.on_startup_args)
  229. self.new_launch.moveToThread(self.listen_th)
  230. self.new_launch.start.emit()
  231. # ############################################################################################################
  232. # ########################################## OS-specific #####################################################
  233. # ############################################################################################################
  234. portable = False
  235. # Folder for user settings.
  236. if sys.platform == 'win32':
  237. if platform.architecture()[0] == '32bit':
  238. App.log.debug("Win32!")
  239. else:
  240. App.log.debug("Win64!")
  241. # #######################################################################################################
  242. # ####### CONFIG FILE WITH PARAMETERS REGARDING PORTABILITY #############################################
  243. # #######################################################################################################
  244. config_file = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) + '\\config\\configuration.txt'
  245. try:
  246. with open(config_file, 'r'):
  247. pass
  248. except FileNotFoundError:
  249. config_file = os.path.dirname(os.path.realpath(__file__)) + '\\config\\configuration.txt'
  250. try:
  251. with open(config_file, 'r') as f:
  252. try:
  253. for line in f:
  254. param = str(line).replace('\n', '').rpartition('=')
  255. if param[0] == 'portable':
  256. try:
  257. portable = eval(param[2])
  258. except NameError:
  259. portable = False
  260. if param[0] == 'headless':
  261. if param[2].lower() == 'true':
  262. self.cmd_line_headless = 1
  263. else:
  264. self.cmd_line_headless = None
  265. except Exception as e:
  266. log.debug('App.__init__() -->%s' % str(e))
  267. return
  268. except FileNotFoundError as e:
  269. log.debug(str(e))
  270. pass
  271. if portable is False:
  272. self.data_path = shell.SHGetFolderPath(0, shellcon.CSIDL_APPDATA, None, 0) + '\\FlatCAM'
  273. else:
  274. self.data_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) + '\\config'
  275. self.os = 'windows'
  276. else: # Linux/Unix/MacOS
  277. self.data_path = os.path.expanduser('~') + '/.FlatCAM'
  278. self.os = 'unix'
  279. # ############################################################################################################
  280. # ################################# Setup folders and files ##################################################
  281. # ############################################################################################################
  282. if not os.path.exists(self.data_path):
  283. os.makedirs(self.data_path)
  284. App.log.debug('Created data folder: ' + self.data_path)
  285. os.makedirs(os.path.join(self.data_path, 'preprocessors'))
  286. App.log.debug('Created data preprocessors folder: ' + os.path.join(self.data_path, 'preprocessors'))
  287. self.preprocessorpaths = os.path.join(self.data_path, 'preprocessors')
  288. if not os.path.exists(self.preprocessorpaths):
  289. os.makedirs(self.preprocessorpaths)
  290. App.log.debug('Created preprocessors folder: ' + self.preprocessorpaths)
  291. # create geo_tools_db.FlatDB file if there is none
  292. try:
  293. f = open(self.data_path + '/geo_tools_db.FlatDB')
  294. f.close()
  295. except IOError:
  296. App.log.debug('Creating empty geo_tool_db.FlatDB')
  297. f = open(self.data_path + '/geo_tools_db.FlatDB', 'w')
  298. json.dump({}, f)
  299. f.close()
  300. # create current_defaults.FlatConfig file if there is none
  301. try:
  302. f = open(self.data_path + '/current_defaults.FlatConfig')
  303. f.close()
  304. except IOError:
  305. App.log.debug('Creating empty current_defaults.FlatConfig')
  306. f = open(self.data_path + '/current_defaults.FlatConfig', 'w')
  307. json.dump({}, f)
  308. f.close()
  309. # the factory defaults are written only once at the first launch of the application after installation
  310. FlatCAMDefaults.save_factory_defaults(os.path.join(self.data_path, "factory_defaults.FlatConfig"), self.version)
  311. # create a recent files json file if there is none
  312. try:
  313. f = open(self.data_path + '/recent.json')
  314. f.close()
  315. except IOError:
  316. App.log.debug('Creating empty recent.json')
  317. f = open(self.data_path + '/recent.json', 'w')
  318. json.dump([], f)
  319. f.close()
  320. # create a recent projects json file if there is none
  321. try:
  322. fp = open(self.data_path + '/recent_projects.json')
  323. fp.close()
  324. except IOError:
  325. App.log.debug('Creating empty recent_projects.json')
  326. fp = open(self.data_path + '/recent_projects.json', 'w')
  327. json.dump([], fp)
  328. fp.close()
  329. # Application directory. CHDIR to it. Otherwise, trying to load GUI icons will fail as their path is relative.
  330. # This will fail under cx_freeze ...
  331. self.app_home = os.path.dirname(os.path.realpath(__file__))
  332. log.debug("Application path is " + self.app_home)
  333. log.debug("Started in " + os.getcwd())
  334. # cx_freeze workaround
  335. if os.path.isfile(self.app_home):
  336. self.app_home = os.path.dirname(self.app_home)
  337. os.chdir(self.app_home)
  338. # ############################################################################################################
  339. # ################################# DEFAULTS - PREFERENCES STORAGE ###########################################
  340. # ############################################################################################################
  341. self.defaults = FlatCAMDefaults()
  342. self.defaults["root_folder_path"] = self.app_home
  343. current_defaults_path = os.path.join(self.data_path, "current_defaults.FlatConfig")
  344. if user_defaults:
  345. self.defaults.load(filename=current_defaults_path)
  346. if self.defaults['units'] == 'MM':
  347. self.decimals = int(self.defaults['decimals_metric'])
  348. else:
  349. self.decimals = int(self.defaults['decimals_inch'])
  350. if self.defaults["global_gray_icons"] is False:
  351. self.resource_location = 'assets/resources'
  352. else:
  353. self.resource_location = 'assets/resources/dark_resources'
  354. self.current_units = self.defaults['units']
  355. # ###########################################################################################################
  356. # #################################### SETUP OBJECT CLASSES #################################################
  357. # ###########################################################################################################
  358. self.setup_obj_classes()
  359. # ###########################################################################################################
  360. # ###################################### CREATE MULTIPROCESSING POOL #######################################
  361. # ###########################################################################################################
  362. self.pool = Pool()
  363. # ###########################################################################################################
  364. # ###################################### Clear GUI Settings - once at first start ###########################
  365. # ###########################################################################################################
  366. if self.defaults["first_run"] is True:
  367. # on first run clear the previous QSettings, therefore clearing the GUI settings
  368. qsettings = QSettings("Open Source", "FlatCAM")
  369. for key in qsettings.allKeys():
  370. qsettings.remove(key)
  371. # This will write the setting to the platform specific storage.
  372. del qsettings
  373. # ###########################################################################################################
  374. # ###################################### Setting the Splash Screen ##########################################
  375. # ###########################################################################################################
  376. splash_settings = QSettings("Open Source", "FlatCAM")
  377. if splash_settings.contains("splash_screen"):
  378. show_splash = splash_settings.value("splash_screen")
  379. else:
  380. splash_settings.setValue('splash_screen', 1)
  381. # This will write the setting to the platform specific storage.
  382. del splash_settings
  383. show_splash = 1
  384. if show_splash and self.cmd_line_headless != 1:
  385. splash_pix = QtGui.QPixmap(self.resource_location + '/splash.png')
  386. self.splash = QtWidgets.QSplashScreen(splash_pix, Qt.WindowStaysOnTopHint)
  387. # self.splash.setMask(splash_pix.mask())
  388. # move splashscreen to the current monitor
  389. desktop = QtWidgets.QApplication.desktop()
  390. screen = desktop.screenNumber(QtGui.QCursor.pos())
  391. current_screen_center = desktop.availableGeometry(screen).center()
  392. self.splash.move(current_screen_center - self.splash.rect().center())
  393. self.splash.show()
  394. self.splash.showMessage(_("FlatCAM is initializing ..."),
  395. alignment=Qt.AlignBottom | Qt.AlignLeft,
  396. color=QtGui.QColor("gray"))
  397. else:
  398. show_splash = 0
  399. # ###########################################################################################################
  400. # ######################################### Initialize GUI ##################################################
  401. # ###########################################################################################################
  402. # FlatCAM colors used in plotting
  403. self.FC_light_green = '#BBF268BF'
  404. self.FC_dark_green = '#006E20BF'
  405. self.FC_light_blue = '#a5a5ffbf'
  406. self.FC_dark_blue = '#0000ffbf'
  407. theme_settings = QtCore.QSettings("Open Source", "FlatCAM")
  408. if theme_settings.contains("theme"):
  409. theme = theme_settings.value('theme', type=str)
  410. else:
  411. theme = 'white'
  412. if self.defaults["global_cursor_color_enabled"]:
  413. self.cursor_color_3D = self.defaults["global_cursor_color"]
  414. else:
  415. if theme == 'white':
  416. self.cursor_color_3D = 'black'
  417. else:
  418. self.cursor_color_3D = 'gray'
  419. # update the defaults dict with the setting in QSetting
  420. self.defaults['global_theme'] = theme
  421. self.ui = MainGUI(self)
  422. # set FlatCAM units in the Status bar
  423. self.set_screen_units(self.defaults['units'])
  424. # ###########################################################################################################
  425. # ########################################### AUTOSAVE SETUP ################################################
  426. # ###########################################################################################################
  427. self.block_autosave = False
  428. self.autosave_timer = QtCore.QTimer(self)
  429. self.save_project_auto_update()
  430. self.autosave_timer.timeout.connect(self.save_project_auto)
  431. # ###########################################################################################################
  432. # #################################### LOAD PREPROCESSORS ###################################################
  433. # ###########################################################################################################
  434. # ----------------------------------------- WARNING --------------------------------------------------------
  435. # Preprocessors need to be loaded before the Preferences Manager builds the Preferences
  436. # That's because the number of preprocessors can vary and here the comboboxes are populated
  437. # -----------------------------------------------------------------------------------------------------------
  438. # a dictionary that have as keys the name of the preprocessor files and the value is the class from
  439. # the preprocessor file
  440. self.preprocessors = load_preprocessors(self)
  441. # make sure that always the 'default' preprocessor is the first item in the dictionary
  442. if 'default' in self.preprocessors.keys():
  443. new_ppp_dict = {}
  444. # add the 'default' name first in the dict after removing from the preprocessor's dictionary
  445. default_pp = self.preprocessors.pop('default')
  446. new_ppp_dict['default'] = default_pp
  447. # then add the rest of the keys
  448. for name, val_class in self.preprocessors.items():
  449. new_ppp_dict[name] = val_class
  450. # and now put back the ordered dict with 'default' key first
  451. self.preprocessors = new_ppp_dict
  452. for name in list(self.preprocessors.keys()):
  453. # 'Paste' preprocessors are to be used only in the Solder Paste Dispensing Tool
  454. if name.partition('_')[0] == 'Paste':
  455. self.ui.tools_defaults_form.tools_solderpaste_group.pp_combo.addItem(name)
  456. continue
  457. self.ui.geometry_defaults_form.geometry_opt_group.pp_geometry_name_cb.addItem(name)
  458. # HPGL preprocessor is only for Geometry objects therefore it should not be in the Excellon Preferences
  459. if name == 'hpgl':
  460. continue
  461. self.ui.excellon_defaults_form.excellon_opt_group.pp_excellon_name_cb.addItem(name)
  462. # ###########################################################################################################
  463. # ##################################### UPDATE PREFERENCES GUI FORMS ########################################
  464. # ###########################################################################################################
  465. self.preferencesUiManager = PreferencesUIManager(defaults=self.defaults, data_path=self.data_path, ui=self.ui,
  466. inform=self.inform)
  467. self.preferencesUiManager.defaults_write_form()
  468. # When the self.defaults dictionary changes will update the Preferences GUI forms
  469. self.defaults.set_change_callback(self.on_defaults_dict_change)
  470. # ###########################################################################################################
  471. # ##################################### FIRST RUN SECTION ###################################################
  472. # ################################ It's done only once after install #####################################
  473. # ###########################################################################################################
  474. if self.defaults["first_run"] is True:
  475. # ONLY AT FIRST STARTUP INIT THE GUI LAYOUT TO 'minimal'
  476. initial_lay = 'minimal'
  477. self.ui.general_defaults_form.general_gui_group.on_layout(lay=initial_lay)
  478. # Set the combobox in Preferences to the current layout
  479. idx = self.ui.general_defaults_form.general_gui_group.layout_combo.findText(initial_lay)
  480. self.ui.general_defaults_form.general_gui_group.layout_combo.setCurrentIndex(idx)
  481. # after the first run, this object should be False
  482. self.defaults["first_run"] = False
  483. self.preferencesUiManager.save_defaults(silent=True)
  484. # ###########################################################################################################
  485. # ############################################ Data #########################################################
  486. # ###########################################################################################################
  487. self.recent = []
  488. self.recent_projects = []
  489. self.clipboard = QtWidgets.QApplication.clipboard()
  490. self.project_filename = None
  491. self.toggle_units_ignore = False
  492. self.main_thread = QtWidgets.QApplication.instance().thread()
  493. # ###########################################################################################################
  494. # ########################################## LOAD LANGUAGES ################################################
  495. # ###########################################################################################################
  496. self.languages = fcTranslate.load_languages()
  497. for name in sorted(self.languages.values()):
  498. self.ui.general_defaults_form.general_app_group.language_cb.addItem(name)
  499. # ###########################################################################################################
  500. # ####################################### APPLY APP LANGUAGE ################################################
  501. # ###########################################################################################################
  502. ret_val = fcTranslate.apply_language('strings')
  503. if ret_val == "no language":
  504. self.inform.emit('[ERROR] %s' % _("Could not find the Language files. The App strings are missing."))
  505. log.debug("Could not find the Language files. The App strings are missing.")
  506. else:
  507. # make the current language the current selection on the language combobox
  508. self.ui.general_defaults_form.general_app_group.language_cb.setCurrentText(ret_val)
  509. log.debug("App.__init__() --> Applied %s language." % str(ret_val).capitalize())
  510. # ###########################################################################################################
  511. # ###################################### CREATE UNIQUE SERIAL NUMBER ########################################
  512. # ###########################################################################################################
  513. chars = 'abcdefghijklmnopqrstuvwxyz0123456789'
  514. if self.defaults['global_serial'] == 0 or len(str(self.defaults['global_serial'])) < 10:
  515. self.defaults['global_serial'] = ''.join([random.choice(chars) for __ in range(20)])
  516. self.preferencesUiManager.save_defaults(silent=True, first_time=True)
  517. self.defaults.propagate_defaults()
  518. # ###########################################################################################################
  519. # ######################################## UPDATE THE OPTIONS ###############################################
  520. # ###########################################################################################################
  521. self.options = LoudDict()
  522. # -----------------------------------------------------------------------------------------------------------
  523. # Update the self.options from the self.defaults
  524. # The self.defaults holds the application defaults while the self.options holds the object defaults
  525. # -----------------------------------------------------------------------------------------------------------
  526. # Copy app defaults to project options
  527. for def_key, def_val in self.defaults.items():
  528. self.options[def_key] = deepcopy(def_val)
  529. self.preferencesUiManager.show_preferences_gui()
  530. # ### End of Data ####
  531. # ###########################################################################################################
  532. # #################################### SETUP OBJECT COLLECTION ##############################################
  533. # ###########################################################################################################
  534. self.collection = ObjectCollection(app=self)
  535. self.ui.project_tab_layout.addWidget(self.collection.view)
  536. self.app_obj = AppObject(app=self)
  537. # ### Adjust tabs width ## ##
  538. # self.collection.view.setMinimumWidth(self.ui.options_scroll_area.widget().sizeHint().width() +
  539. # self.ui.options_scroll_area.verticalScrollBar().sizeHint().width())
  540. self.collection.view.setMinimumWidth(290)
  541. self.log.debug("Finished creating Object Collection.")
  542. # ###########################################################################################################
  543. # ######################################## SETUP Plot Area ##################################################
  544. # ###########################################################################################################
  545. # determine if the Legacy Graphic Engine is to be used or the OpenGL one
  546. if self.defaults["global_graphic_engine"] == '3D':
  547. self.is_legacy = False
  548. else:
  549. self.is_legacy = True
  550. # Event signals disconnect id holders
  551. self.mp = None
  552. self.mm = None
  553. self.mr = None
  554. self.mdc = None
  555. self.mp_zc = None
  556. self.kp = None
  557. # Matplotlib axis
  558. self.axes = None
  559. if show_splash:
  560. self.splash.showMessage(_("FlatCAM is initializing ...\n"
  561. "Canvas initialization started."),
  562. alignment=Qt.AlignBottom | Qt.AlignLeft,
  563. color=QtGui.QColor("gray"))
  564. start_plot_time = time.time() # debug
  565. self.plotcanvas = None
  566. self.app_cursor = None
  567. self.hover_shapes = None
  568. self.log.debug("Setting up canvas: %s" % str(self.defaults["global_graphic_engine"]))
  569. # setup the PlotCanvas
  570. self.on_plotcanvas_setup()
  571. end_plot_time = time.time()
  572. self.used_time = end_plot_time - start_plot_time
  573. self.log.debug("Finished Canvas initialization in %s seconds." % str(self.used_time))
  574. if show_splash:
  575. self.splash.showMessage('%s: %ssec' % (_("FlatCAM is initializing ...\n"
  576. "Canvas initialization started.\n"
  577. "Canvas initialization finished in"), '%.2f' % self.used_time),
  578. alignment=Qt.AlignBottom | Qt.AlignLeft,
  579. color=QtGui.QColor("gray"))
  580. self.ui.splitter.setStretchFactor(1, 2)
  581. # ###########################################################################################################
  582. # ############################################### SYS TRAY ##################################################
  583. # ###########################################################################################################
  584. if self.defaults["global_systray_icon"]:
  585. self.parent_w = QtWidgets.QWidget()
  586. if self.cmd_line_headless == 1:
  587. self.trayIcon = FlatCAMSystemTray(app=self,
  588. icon=QtGui.QIcon(self.resource_location +
  589. '/flatcam_icon32_green.png'),
  590. headless=True,
  591. parent=self.parent_w)
  592. else:
  593. self.trayIcon = FlatCAMSystemTray(app=self,
  594. icon=QtGui.QIcon(self.resource_location +
  595. '/flatcam_icon32_green.png'),
  596. parent=self.parent_w)
  597. # ###########################################################################################################
  598. # ############################################### Worker SETUP ##############################################
  599. # ###########################################################################################################
  600. if self.defaults["global_worker_number"]:
  601. self.workers = WorkerStack(workers_number=int(self.defaults["global_worker_number"]))
  602. else:
  603. self.workers = WorkerStack(workers_number=2)
  604. self.worker_task.connect(self.workers.add_task)
  605. self.log.debug("Finished creating Workers crew.")
  606. # ###########################################################################################################
  607. # ############################################# Activity Monitor ###########################################
  608. # ###########################################################################################################
  609. self.activity_view = FlatCAMActivityView(app=self)
  610. self.ui.infobar.addWidget(self.activity_view)
  611. self.proc_container = FCVisibleProcessContainer(self.activity_view)
  612. # ###########################################################################################################
  613. # ############################################# Signal handling #############################################
  614. # ###########################################################################################################
  615. # ########################################## Custom signals ################################################
  616. # signal for displaying messages in status bar
  617. self.inform[str].connect(self.info)
  618. self.inform[str, bool].connect(self.info)
  619. # signal for displaying messages in the shell
  620. self.inform_shell.connect(self.info_shell)
  621. # signal to be called when the app is quiting
  622. self.app_quit.connect(self.quit_application, type=Qt.QueuedConnection)
  623. self.message.connect(lambda: message_dialog(parent=self.ui))
  624. # self.progress.connect(self.set_progress_bar)
  625. # signals emitted when file state change
  626. self.file_opened.connect(self.register_recent)
  627. self.file_opened.connect(lambda kind, filename: self.register_folder(filename))
  628. self.file_saved.connect(lambda kind, filename: self.register_save_folder(filename))
  629. # ########################################## Standard signals ###############################################
  630. # ### Menu
  631. self.ui.menufilenewproject.triggered.connect(self.on_file_new_click)
  632. self.ui.menufilenewgeo.triggered.connect(self.app_obj.new_geometry_object)
  633. self.ui.menufilenewgrb.triggered.connect(self.app_obj.new_gerber_object)
  634. self.ui.menufilenewexc.triggered.connect(self.app_obj.new_excellon_object)
  635. self.ui.menufilenewdoc.triggered.connect(self.app_obj.new_document_object)
  636. self.ui.menufileopengerber.triggered.connect(self.on_fileopengerber)
  637. self.ui.menufileopenexcellon.triggered.connect(self.on_fileopenexcellon)
  638. self.ui.menufileopengcode.triggered.connect(self.on_fileopengcode)
  639. self.ui.menufileopenproject.triggered.connect(self.on_file_openproject)
  640. self.ui.menufileopenconfig.triggered.connect(self.on_file_openconfig)
  641. self.ui.menufilenewscript.triggered.connect(self.on_filenewscript)
  642. self.ui.menufileopenscript.triggered.connect(self.on_fileopenscript)
  643. self.ui.menufileopenscriptexample.triggered.connect(self.on_fileopenscript_example)
  644. self.ui.menufilerunscript.triggered.connect(self.on_filerunscript)
  645. self.ui.menufileimportsvg.triggered.connect(lambda: self.on_file_importsvg("geometry"))
  646. self.ui.menufileimportsvg_as_gerber.triggered.connect(lambda: self.on_file_importsvg("gerber"))
  647. self.ui.menufileimportdxf.triggered.connect(lambda: self.on_file_importdxf("geometry"))
  648. self.ui.menufileimportdxf_as_gerber.triggered.connect(lambda: self.on_file_importdxf("gerber"))
  649. self.ui.menufileimport_hpgl2_as_geo.triggered.connect(self.on_fileopenhpgl2)
  650. self.ui.menufileexportsvg.triggered.connect(self.on_file_exportsvg)
  651. self.ui.menufileexportpng.triggered.connect(self.on_file_exportpng)
  652. self.ui.menufileexportexcellon.triggered.connect(self.on_file_exportexcellon)
  653. self.ui.menufileexportgerber.triggered.connect(self.on_file_exportgerber)
  654. self.ui.menufileexportdxf.triggered.connect(self.on_file_exportdxf)
  655. self.ui.menufile_print.triggered.connect(lambda: self.on_file_save_objects_pdf(use_thread=True))
  656. self.ui.menufilesaveproject.triggered.connect(self.on_file_saveproject)
  657. self.ui.menufilesaveprojectas.triggered.connect(self.on_file_saveprojectas)
  658. # self.ui.menufilesaveprojectcopy.triggered.connect(lambda: self.on_file_saveprojectas(make_copy=True))
  659. self.ui.menufilesavedefaults.triggered.connect(self.on_file_savedefaults)
  660. self.ui.menufileexportpref.triggered.connect(self.on_export_preferences)
  661. self.ui.menufileimportpref.triggered.connect(self.on_import_preferences)
  662. self.ui.menufile_exit.triggered.connect(self.final_save)
  663. self.ui.menueditedit.triggered.connect(lambda: self.object2editor())
  664. self.ui.menueditok.triggered.connect(lambda: self.editor2object())
  665. self.ui.menuedit_convertjoin.triggered.connect(self.on_edit_join)
  666. self.ui.menuedit_convertjoinexc.triggered.connect(self.on_edit_join_exc)
  667. self.ui.menuedit_convertjoingrb.triggered.connect(self.on_edit_join_grb)
  668. self.ui.menuedit_convert_sg2mg.triggered.connect(self.on_convert_singlegeo_to_multigeo)
  669. self.ui.menuedit_convert_mg2sg.triggered.connect(self.on_convert_multigeo_to_singlegeo)
  670. self.ui.menueditdelete.triggered.connect(self.on_delete)
  671. self.ui.menueditcopyobject.triggered.connect(self.on_copy_command)
  672. self.ui.menueditconvert_any2geo.triggered.connect(self.convert_any2geo)
  673. self.ui.menueditconvert_any2gerber.triggered.connect(self.convert_any2gerber)
  674. self.ui.menueditorigin.triggered.connect(self.on_set_origin)
  675. self.ui.menuedit_move2origin.triggered.connect(self.on_move2origin)
  676. self.ui.menueditjump.triggered.connect(self.on_jump_to)
  677. self.ui.menueditlocate.triggered.connect(lambda: self.on_locate(obj=self.collection.get_active()))
  678. self.ui.menuedittoggleunits.triggered.connect(self.on_toggle_units_click)
  679. self.ui.menueditselectall.triggered.connect(self.on_selectall)
  680. self.ui.menueditpreferences.triggered.connect(self.on_preferences)
  681. # self.ui.menuoptions_transfer_a2o.triggered.connect(self.on_options_app2object)
  682. # self.ui.menuoptions_transfer_a2p.triggered.connect(self.on_options_app2project)
  683. # self.ui.menuoptions_transfer_o2a.triggered.connect(self.on_options_object2app)
  684. # self.ui.menuoptions_transfer_p2a.triggered.connect(self.on_options_project2app)
  685. # self.ui.menuoptions_transfer_o2p.triggered.connect(self.on_options_object2project)
  686. # self.ui.menuoptions_transfer_p2o.triggered.connect(self.on_options_project2object)
  687. self.ui.menuoptions_transform_rotate.triggered.connect(self.on_rotate)
  688. self.ui.menuoptions_transform_skewx.triggered.connect(self.on_skewx)
  689. self.ui.menuoptions_transform_skewy.triggered.connect(self.on_skewy)
  690. self.ui.menuoptions_transform_flipx.triggered.connect(self.on_flipx)
  691. self.ui.menuoptions_transform_flipy.triggered.connect(self.on_flipy)
  692. self.ui.menuoptions_view_source.triggered.connect(self.on_view_source)
  693. self.ui.menuoptions_tools_db.triggered.connect(lambda: self.on_tools_database(source='app'))
  694. self.ui.menuviewdisableall.triggered.connect(self.disable_all_plots)
  695. self.ui.menuviewdisableother.triggered.connect(self.disable_other_plots)
  696. self.ui.menuviewenable.triggered.connect(self.enable_all_plots)
  697. self.ui.menuview_zoom_fit.triggered.connect(self.on_zoom_fit)
  698. self.ui.menuview_zoom_in.triggered.connect(self.on_zoom_in)
  699. self.ui.menuview_zoom_out.triggered.connect(self.on_zoom_out)
  700. self.ui.menuview_replot.triggered.connect(self.plot_all)
  701. self.ui.menuview_toggle_code_editor.triggered.connect(self.on_toggle_code_editor)
  702. self.ui.menuview_toggle_fscreen.triggered.connect(self.ui.on_fullscreen)
  703. self.ui.menuview_toggle_parea.triggered.connect(self.ui.on_toggle_plotarea)
  704. self.ui.menuview_toggle_notebook.triggered.connect(self.ui.on_toggle_notebook)
  705. self.ui.menu_toggle_nb.triggered.connect(self.ui.on_toggle_notebook)
  706. self.ui.menuview_toggle_grid.triggered.connect(self.ui.on_toggle_grid)
  707. self.ui.menuview_toggle_workspace.triggered.connect(self.on_workspace_toggle)
  708. self.ui.menuview_toggle_grid_lines.triggered.connect(self.plotcanvas.on_toggle_grid_lines)
  709. self.ui.menuview_toggle_axis.triggered.connect(self.plotcanvas.on_toggle_axis)
  710. self.ui.menuview_toggle_hud.triggered.connect(self.plotcanvas.on_toggle_hud)
  711. self.ui.menutoolshell.triggered.connect(self.ui.toggle_shell_ui)
  712. self.ui.menuhelp_about.triggered.connect(self.on_about)
  713. self.ui.menuhelp_readme.triggered.connect(self.on_readme)
  714. self.ui.menuhelp_manual.triggered.connect(lambda: webbrowser.open(self.manual_url))
  715. self.ui.menuhelp_report_bug.triggered.connect(lambda: webbrowser.open(self.bug_report_url))
  716. self.ui.menuhelp_exc_spec.triggered.connect(lambda: webbrowser.open(self.excellon_spec_url))
  717. self.ui.menuhelp_gerber_spec.triggered.connect(lambda: webbrowser.open(self.gerber_spec_url))
  718. self.ui.menuhelp_videohelp.triggered.connect(lambda: webbrowser.open(self.video_url))
  719. self.ui.menuhelp_shortcut_list.triggered.connect(self.on_shortcut_list)
  720. self.ui.menuprojectenable.triggered.connect(self.on_enable_sel_plots)
  721. self.ui.menuprojectdisable.triggered.connect(self.on_disable_sel_plots)
  722. self.ui.menuprojectgeneratecnc.triggered.connect(lambda: self.generate_cnc_job(self.collection.get_selected()))
  723. self.ui.menuprojectviewsource.triggered.connect(self.on_view_source)
  724. self.ui.menuprojectcopy.triggered.connect(self.on_copy_command)
  725. self.ui.menuprojectedit.triggered.connect(self.object2editor)
  726. self.ui.menuprojectdelete.triggered.connect(self.on_delete)
  727. self.ui.menuprojectsave.triggered.connect(self.on_project_context_save)
  728. self.ui.menuprojectproperties.triggered.connect(self.obj_properties)
  729. # ToolBar signals
  730. self.connect_toolbar_signals(ui=self.ui)
  731. # Notebook and Plot Tab Area signals
  732. # make the right click on the notebook tab and plot tab area tab raise a menu
  733. self.ui.notebook.tabBar.setContextMenuPolicy(QtCore.Qt.ActionsContextMenu)
  734. self.ui.plot_tab_area.tabBar.setContextMenuPolicy(QtCore.Qt.ActionsContextMenu)
  735. self.on_tab_setup_context_menu()
  736. # activate initial state
  737. self.on_tab_rmb_click(self.defaults["global_tabs_detachable"])
  738. # Context Menu
  739. self.ui.popmenu_disable.triggered.connect(lambda: self.toggle_plots(self.collection.get_selected()))
  740. self.ui.popmenu_panel_toggle.triggered.connect(self.ui.on_toggle_notebook)
  741. self.ui.popmenu_new_geo.triggered.connect(self.app_obj.new_geometry_object)
  742. self.ui.popmenu_new_grb.triggered.connect(self.app_obj.new_gerber_object)
  743. self.ui.popmenu_new_exc.triggered.connect(self.app_obj.new_excellon_object)
  744. self.ui.popmenu_new_prj.triggered.connect(self.on_file_new)
  745. self.ui.zoomfit.triggered.connect(self.on_zoom_fit)
  746. self.ui.clearplot.triggered.connect(self.clear_plots)
  747. self.ui.replot.triggered.connect(self.plot_all)
  748. self.ui.popmenu_copy.triggered.connect(self.on_copy_command)
  749. self.ui.popmenu_delete.triggered.connect(self.on_delete)
  750. self.ui.popmenu_edit.triggered.connect(self.object2editor)
  751. self.ui.popmenu_save.triggered.connect(lambda: self.editor2object())
  752. self.ui.popmenu_move.triggered.connect(self.obj_move)
  753. self.ui.popmenu_properties.triggered.connect(self.obj_properties)
  754. # Project Context Menu -> Color Setting
  755. for act in self.ui.menuprojectcolor.actions():
  756. act.triggered.connect(self.on_set_color_action_triggered)
  757. # ###########################################################################################################
  758. # #################################### GUI PREFERENCES SIGNALS ##############################################
  759. # ###########################################################################################################
  760. self.ui.general_defaults_form.general_app_group.units_radio.activated_custom.connect(
  761. lambda: self.on_toggle_units(no_pref=False))
  762. # ##################################### Workspace Setting Signals ###########################################
  763. self.ui.general_defaults_form.general_app_set_group.wk_cb.currentIndexChanged.connect(
  764. self.on_workspace_modified)
  765. self.ui.general_defaults_form.general_app_set_group.wk_orientation_radio.activated_custom.connect(
  766. self.on_workspace_modified
  767. )
  768. self.ui.general_defaults_form.general_app_set_group.workspace_cb.stateChanged.connect(self.on_workspace)
  769. # ###########################################################################################################
  770. # ######################################## GUI SETTINGS SIGNALS #############################################
  771. # ###########################################################################################################
  772. self.ui.general_defaults_form.general_app_set_group.cursor_radio.activated_custom.connect(self.on_cursor_type)
  773. # ######################################## Tools related signals ############################################
  774. # portability changed signal
  775. self.ui.general_defaults_form.general_app_group.portability_cb.stateChanged.connect(self.on_portable_checked)
  776. # Object list
  777. self.object_status_changed.connect(self.collection.on_collection_updated)
  778. # when there are arguments at application startup this get launched
  779. self.args_at_startup[list].connect(self.on_startup_args)
  780. # ###########################################################################################################
  781. # ####################################### FILE ASSOCIATIONS SIGNALS #########################################
  782. # ###########################################################################################################
  783. self.ui.util_defaults_form.fa_excellon_group.restore_btn.clicked.connect(
  784. lambda: self.restore_extensions(ext_type='excellon'))
  785. self.ui.util_defaults_form.fa_gcode_group.restore_btn.clicked.connect(
  786. lambda: self.restore_extensions(ext_type='gcode'))
  787. self.ui.util_defaults_form.fa_gerber_group.restore_btn.clicked.connect(
  788. lambda: self.restore_extensions(ext_type='gerber'))
  789. self.ui.util_defaults_form.fa_excellon_group.del_all_btn.clicked.connect(
  790. lambda: self.delete_all_extensions(ext_type='excellon'))
  791. self.ui.util_defaults_form.fa_gcode_group.del_all_btn.clicked.connect(
  792. lambda: self.delete_all_extensions(ext_type='gcode'))
  793. self.ui.util_defaults_form.fa_gerber_group.del_all_btn.clicked.connect(
  794. lambda: self.delete_all_extensions(ext_type='gerber'))
  795. self.ui.util_defaults_form.fa_excellon_group.add_btn.clicked.connect(
  796. lambda: self.add_extension(ext_type='excellon'))
  797. self.ui.util_defaults_form.fa_gcode_group.add_btn.clicked.connect(
  798. lambda: self.add_extension(ext_type='gcode'))
  799. self.ui.util_defaults_form.fa_gerber_group.add_btn.clicked.connect(
  800. lambda: self.add_extension(ext_type='gerber'))
  801. self.ui.util_defaults_form.fa_excellon_group.del_btn.clicked.connect(
  802. lambda: self.del_extension(ext_type='excellon'))
  803. self.ui.util_defaults_form.fa_gcode_group.del_btn.clicked.connect(
  804. lambda: self.del_extension(ext_type='gcode'))
  805. self.ui.util_defaults_form.fa_gerber_group.del_btn.clicked.connect(
  806. lambda: self.del_extension(ext_type='gerber'))
  807. # connect the 'Apply' buttons from the Preferences/File Associations
  808. self.ui.util_defaults_form.fa_excellon_group.exc_list_btn.clicked.connect(
  809. lambda: self.on_register_files(obj_type='excellon'))
  810. self.ui.util_defaults_form.fa_gcode_group.gco_list_btn.clicked.connect(
  811. lambda: self.on_register_files(obj_type='gcode'))
  812. self.ui.util_defaults_form.fa_gerber_group.grb_list_btn.clicked.connect(
  813. lambda: self.on_register_files(obj_type='gerber'))
  814. # ###########################################################################################################
  815. # ########################################### KEYWORDS SIGNALS ##############################################
  816. # ###########################################################################################################
  817. self.ui.util_defaults_form.kw_group.restore_btn.clicked.connect(
  818. lambda: self.restore_extensions(ext_type='keyword'))
  819. self.ui.util_defaults_form.kw_group.del_all_btn.clicked.connect(
  820. lambda: self.delete_all_extensions(ext_type='keyword'))
  821. self.ui.util_defaults_form.kw_group.add_btn.clicked.connect(
  822. lambda: self.add_extension(ext_type='keyword'))
  823. self.ui.util_defaults_form.kw_group.del_btn.clicked.connect(
  824. lambda: self.del_extension(ext_type='keyword'))
  825. # ###########################################################################################################
  826. # ########################################### GUI SIGNALS ###################################################
  827. # ###########################################################################################################
  828. self.ui.hud_label.clicked.connect(self.plotcanvas.on_toggle_hud)
  829. self.ui.axis_status_label.clicked.connect(self.plotcanvas.on_toggle_axis)
  830. self.ui.pref_status_label.clicked.connect(self.on_toggle_preferences)
  831. # ###########################################################################################################
  832. # ####################################### VARIOUS SIGNALS ###################################################
  833. # ###########################################################################################################
  834. # connect the abort_all_tasks related slots to the related signals
  835. self.proc_container.idle_flag.connect(self.app_is_idle)
  836. # signal emitted when a tab is closed in the Plot Area
  837. self.ui.plot_tab_area.tab_closed_signal.connect(self.on_plot_area_tab_closed)
  838. # signal to close the application
  839. self.close_app_signal.connect(self.kill_app)
  840. # ################################# FINISHED CONNECTING SIGNALS #############################################
  841. # ###########################################################################################################
  842. # ###########################################################################################################
  843. # ###########################################################################################################
  844. self.log.debug("Finished connecting Signals.")
  845. # ###########################################################################################################
  846. # ########################################## Other setups ###################################################
  847. # ###########################################################################################################
  848. # to use for tools like Distance tool who depends on the event sources who are changed inside the appEditors
  849. # depending on from where those tools are called different actions can be done
  850. self.call_source = 'app'
  851. # this is a flag to signal to other tools that the ui tooltab is locked and not accessible
  852. self.tool_tab_locked = False
  853. # decide if to show or hide the Notebook side of the screen at startup
  854. if self.defaults["global_project_at_startup"] is True:
  855. self.ui.splitter.setSizes([1, 1])
  856. else:
  857. self.ui.splitter.setSizes([0, 1])
  858. # Sets up FlatCAMObj, FCProcess and FCProcessContainer.
  859. self.setup_component_editor()
  860. # ###########################################################################################################
  861. # ####################################### Auto-complete KEYWORDS ############################################
  862. # ###########################################################################################################
  863. self.tcl_commands_list = ['add_circle', 'add_poly', 'add_polygon', 'add_polyline', 'add_rectangle',
  864. 'aligndrill', 'aligndrillgrid', 'bbox', 'clear', 'cncjob', 'cutout',
  865. 'del', 'drillcncjob', 'export_dxf', 'edxf', 'export_excellon',
  866. 'export_exc',
  867. 'export_gcode', 'export_gerber', 'export_svg', 'ext', 'exteriors', 'follow',
  868. 'geo_union', 'geocutout', 'get_bounds', 'get_names', 'get_path', 'get_sys', 'help',
  869. 'interiors', 'isolate', 'join_excellon',
  870. 'join_geometry', 'list_sys', 'milld', 'mills', 'milldrills', 'millslots',
  871. 'mirror', 'ncc',
  872. 'ncr', 'new', 'new_geometry', 'non_copper_regions', 'offset',
  873. 'open_dxf', 'open_excellon', 'open_gcode', 'open_gerber', 'open_project', 'open_svg',
  874. 'options', 'origin',
  875. 'paint', 'panelize', 'plot_all', 'plot_objects', 'plot_status', 'quit_flatcam',
  876. 'save', 'save_project',
  877. 'save_sys', 'scale', 'set_active', 'set_origin', 'set_path', 'set_sys',
  878. 'skew', 'subtract_poly', 'subtract_rectangle',
  879. 'version', 'write_gcode'
  880. ]
  881. self.default_keywords = ['Desktop', 'Documents', 'FlatConfig', 'FlatPrj', 'False', 'Marius', 'My Documents',
  882. 'Paste_1',
  883. 'Repetier', 'Roland_MDX_20', 'Users', 'Toolchange_Custom', 'Toolchange_Probe_MACH3',
  884. 'Toolchange_manual', 'True', 'Users',
  885. 'all', 'auto', 'axis',
  886. 'axisoffset', 'box', 'center_x', 'center_y', 'columns', 'combine', 'connect',
  887. 'contour', 'default',
  888. 'depthperpass', 'dia', 'diatol', 'dist', 'drilled_dias', 'drillz', 'dpp',
  889. 'dwelltime', 'extracut_length', 'endxy', 'enz', 'f', 'feedrate',
  890. 'feedrate_z', 'grbl_11', 'GRBL_laser', 'gridoffsety', 'gridx', 'gridy',
  891. 'has_offset', 'holes', 'hpgl', 'iso_type', 'line_xyz', 'margin', 'marlin', 'method',
  892. 'milled_dias', 'minoffset', 'name', 'offset', 'opt_type', 'order',
  893. 'outname', 'overlap', 'passes', 'postamble', 'pp', 'ppname_e', 'ppname_g',
  894. 'preamble', 'radius', 'ref', 'rest', 'rows', 'shellvar_', 'scale_factor',
  895. 'spacing_columns',
  896. 'spacing_rows', 'spindlespeed', 'startz', 'startxy',
  897. 'toolchange_xy', 'toolchangez', 'travelz',
  898. 'tooldia', 'use_threads', 'value',
  899. 'x', 'x0', 'x1', 'y', 'y0', 'y1', 'z_cut', 'z_move'
  900. ]
  901. self.tcl_keywords = [
  902. 'after', 'append', 'apply', 'argc', 'argv', 'argv0', 'array', 'attemptckalloc', 'attemptckrealloc',
  903. 'auto_execok', 'auto_import', 'auto_load', 'auto_mkindex', 'auto_path', 'auto_qualify', 'auto_reset',
  904. 'bgerror', 'binary', 'break', 'case', 'catch', 'cd', 'chan', 'ckalloc', 'ckfree', 'ckrealloc', 'clock',
  905. 'close', 'concat', 'continue', 'coroutine', 'dde', 'dict', 'encoding', 'env', 'eof', 'error', 'errorCode',
  906. 'errorInfo', 'eval', 'exec', 'exit', 'expr', 'fblocked', 'fconfigure', 'fcopy', 'file', 'fileevent',
  907. 'filename', 'flush', 'for', 'foreach', 'format', 'gets', 'glob', 'global', 'history', 'http', 'if', 'incr',
  908. 'info', 'interp', 'join', 'lappend', 'lassign', 'lindex', 'linsert', 'list', 'llength', 'load', 'lrange',
  909. 'lrepeat', 'lreplace', 'lreverse', 'lsearch', 'lset', 'lsort', 'mathfunc', 'mathop', 'memory', 'msgcat',
  910. 'my', 'namespace', 'next', 'nextto', 'open', 'package', 'parray', 'pid', 'pkg_mkIndex', 'platform',
  911. 'proc', 'puts', 'pwd', 're_syntax', 'read', 'refchan', 'regexp', 'registry', 'regsub', 'rename', 'return',
  912. 'safe', 'scan', 'seek', 'self', 'set', 'socket', 'source', 'split', 'string', 'subst', 'switch',
  913. 'tailcall', 'Tcl', 'Tcl_Access', 'Tcl_AddErrorInfo', 'Tcl_AddObjErrorInfo', 'Tcl_AlertNotifier',
  914. 'Tcl_Alloc', 'Tcl_AllocHashEntryProc', 'Tcl_AllocStatBuf', 'Tcl_AllowExceptions', 'Tcl_AppendAllObjTypes',
  915. 'Tcl_AppendElement', 'Tcl_AppendExportList', 'Tcl_AppendFormatToObj', 'Tcl_AppendLimitedToObj',
  916. 'Tcl_AppendObjToErrorInfo', 'Tcl_AppendObjToObj', 'Tcl_AppendPrintfToObj', 'Tcl_AppendResult',
  917. 'Tcl_AppendResultVA', 'Tcl_AppendStringsToObj', 'Tcl_AppendStringsToObjVA', 'Tcl_AppendToObj',
  918. 'Tcl_AppendUnicodeToObj', 'Tcl_AppInit', 'Tcl_AppInitProc', 'Tcl_ArgvInfo', 'Tcl_AsyncCreate',
  919. 'Tcl_AsyncDelete', 'Tcl_AsyncInvoke', 'Tcl_AsyncMark', 'Tcl_AsyncProc', 'Tcl_AsyncReady',
  920. 'Tcl_AttemptAlloc', 'Tcl_AttemptRealloc', 'Tcl_AttemptSetObjLength', 'Tcl_BackgroundError',
  921. 'Tcl_BackgroundException', 'Tcl_Backslash', 'Tcl_BadChannelOption', 'Tcl_CallWhenDeleted', 'Tcl_Canceled',
  922. 'Tcl_CancelEval', 'Tcl_CancelIdleCall', 'Tcl_ChannelBlockModeProc', 'Tcl_ChannelBuffered',
  923. 'Tcl_ChannelClose2Proc', 'Tcl_ChannelCloseProc', 'Tcl_ChannelFlushProc', 'Tcl_ChannelGetHandleProc',
  924. 'Tcl_ChannelGetOptionProc', 'Tcl_ChannelHandlerProc', 'Tcl_ChannelInputProc', 'Tcl_ChannelName',
  925. 'Tcl_ChannelOutputProc', 'Tcl_ChannelProc', 'Tcl_ChannelSeekProc', 'Tcl_ChannelSetOptionProc',
  926. 'Tcl_ChannelThreadActionProc', 'Tcl_ChannelTruncateProc', 'Tcl_ChannelType', 'Tcl_ChannelVersion',
  927. 'Tcl_ChannelWatchProc', 'Tcl_ChannelWideSeekProc', 'Tcl_Chdir', 'Tcl_ClassGetMetadata',
  928. 'Tcl_ClassSetConstructor', 'Tcl_ClassSetDestructor', 'Tcl_ClassSetMetadata', 'Tcl_ClearChannelHandlers',
  929. 'Tcl_CloneProc', 'Tcl_Close', 'Tcl_CloseProc', 'Tcl_CmdDeleteProc', 'Tcl_CmdInfo',
  930. 'Tcl_CmdObjTraceDeleteProc', 'Tcl_CmdObjTraceProc', 'Tcl_CmdProc', 'Tcl_CmdTraceProc',
  931. 'Tcl_CommandComplete', 'Tcl_CommandTraceInfo', 'Tcl_CommandTraceProc', 'Tcl_CompareHashKeysProc',
  932. 'Tcl_Concat', 'Tcl_ConcatObj', 'Tcl_ConditionFinalize', 'Tcl_ConditionNotify', 'Tcl_ConditionWait',
  933. 'Tcl_Config', 'Tcl_ConvertCountedElement', 'Tcl_ConvertElement', 'Tcl_ConvertToType',
  934. 'Tcl_CopyObjectInstance', 'Tcl_CreateAlias', 'Tcl_CreateAliasObj', 'Tcl_CreateChannel',
  935. 'Tcl_CreateChannelHandler', 'Tcl_CreateCloseHandler', 'Tcl_CreateCommand', 'Tcl_CreateEncoding',
  936. 'Tcl_CreateEnsemble', 'Tcl_CreateEventSource', 'Tcl_CreateExitHandler', 'Tcl_CreateFileHandler',
  937. 'Tcl_CreateHashEntry', 'Tcl_CreateInterp', 'Tcl_CreateMathFunc', 'Tcl_CreateNamespace',
  938. 'Tcl_CreateObjCommand', 'Tcl_CreateObjTrace', 'Tcl_CreateSlave', 'Tcl_CreateThread',
  939. 'Tcl_CreateThreadExitHandler', 'Tcl_CreateTimerHandler', 'Tcl_CreateTrace',
  940. 'Tcl_CutChannel', 'Tcl_DecrRefCount', 'Tcl_DeleteAssocData', 'Tcl_DeleteChannelHandler',
  941. 'Tcl_DeleteCloseHandler', 'Tcl_DeleteCommand', 'Tcl_DeleteCommandFromToken', 'Tcl_DeleteEvents',
  942. 'Tcl_DeleteEventSource', 'Tcl_DeleteExitHandler', 'Tcl_DeleteFileHandler', 'Tcl_DeleteHashEntry',
  943. 'Tcl_DeleteHashTable', 'Tcl_DeleteInterp', 'Tcl_DeleteNamespace', 'Tcl_DeleteThreadExitHandler',
  944. 'Tcl_DeleteTimerHandler', 'Tcl_DeleteTrace', 'Tcl_DetachChannel', 'Tcl_DetachPids', 'Tcl_DictObjDone',
  945. 'Tcl_DictObjFirst', 'Tcl_DictObjGet', 'Tcl_DictObjNext', 'Tcl_DictObjPut', 'Tcl_DictObjPutKeyList',
  946. 'Tcl_DictObjRemove', 'Tcl_DictObjRemoveKeyList', 'Tcl_DictObjSize', 'Tcl_DiscardInterpState',
  947. 'Tcl_DiscardResult', 'Tcl_DontCallWhenDeleted', 'Tcl_DoOneEvent', 'Tcl_DoWhenIdle',
  948. 'Tcl_DriverBlockModeProc', 'Tcl_DriverClose2Proc', 'Tcl_DriverCloseProc', 'Tcl_DriverFlushProc',
  949. 'Tcl_DriverGetHandleProc', 'Tcl_DriverGetOptionProc', 'Tcl_DriverHandlerProc', 'Tcl_DriverInputProc',
  950. 'Tcl_DriverOutputProc', 'Tcl_DriverSeekProc', 'Tcl_DriverSetOptionProc', 'Tcl_DriverThreadActionProc',
  951. 'Tcl_DriverTruncateProc', 'Tcl_DriverWatchProc', 'Tcl_DriverWideSeekProc', 'Tcl_DStringAppend',
  952. 'Tcl_DStringAppendElement', 'Tcl_DStringEndSublist', 'Tcl_DStringFree', 'Tcl_DStringGetResult',
  953. 'Tcl_DStringInit', 'Tcl_DStringLength', 'Tcl_DStringResult', 'Tcl_DStringSetLength',
  954. 'Tcl_DStringStartSublist', 'Tcl_DStringTrunc', 'Tcl_DStringValue', 'Tcl_DumpActiveMemory',
  955. 'Tcl_DupInternalRepProc', 'Tcl_DuplicateObj', 'Tcl_EncodingConvertProc', 'Tcl_EncodingFreeProc',
  956. 'Tcl_EncodingType', 'tcl_endOfWord', 'Tcl_Eof', 'Tcl_ErrnoId', 'Tcl_ErrnoMsg', 'Tcl_Eval', 'Tcl_EvalEx',
  957. 'Tcl_EvalFile', 'Tcl_EvalObjEx', 'Tcl_EvalObjv', 'Tcl_EvalTokens', 'Tcl_EvalTokensStandard', 'Tcl_Event',
  958. 'Tcl_EventCheckProc', 'Tcl_EventDeleteProc', 'Tcl_EventProc', 'Tcl_EventSetupProc', 'Tcl_EventuallyFree',
  959. 'Tcl_Exit', 'Tcl_ExitProc', 'Tcl_ExitThread', 'Tcl_Export', 'Tcl_ExposeCommand', 'Tcl_ExprBoolean',
  960. 'Tcl_ExprBooleanObj', 'Tcl_ExprDouble', 'Tcl_ExprDoubleObj', 'Tcl_ExprLong', 'Tcl_ExprLongObj',
  961. 'Tcl_ExprObj', 'Tcl_ExprString', 'Tcl_ExternalToUtf', 'Tcl_ExternalToUtfDString', 'Tcl_FileProc',
  962. 'Tcl_Filesystem', 'Tcl_Finalize', 'Tcl_FinalizeNotifier', 'Tcl_FinalizeThread', 'Tcl_FindCommand',
  963. 'Tcl_FindEnsemble', 'Tcl_FindExecutable', 'Tcl_FindHashEntry', 'tcl_findLibrary', 'Tcl_FindNamespace',
  964. 'Tcl_FirstHashEntry', 'Tcl_Flush', 'Tcl_ForgetImport', 'Tcl_Format', 'Tcl_FreeHashEntryProc',
  965. 'Tcl_FreeInternalRepProc', 'Tcl_FreeParse', 'Tcl_FreeProc', 'Tcl_FreeResult',
  966. 'Tcl_Free·\xa0Tcl_FreeEncoding', 'Tcl_FSAccess', 'Tcl_FSAccessProc', 'Tcl_FSChdir',
  967. 'Tcl_FSChdirProc', 'Tcl_FSConvertToPathType', 'Tcl_FSCopyDirectory', 'Tcl_FSCopyDirectoryProc',
  968. 'Tcl_FSCopyFile', 'Tcl_FSCopyFileProc', 'Tcl_FSCreateDirectory', 'Tcl_FSCreateDirectoryProc',
  969. 'Tcl_FSCreateInternalRepProc', 'Tcl_FSData', 'Tcl_FSDeleteFile', 'Tcl_FSDeleteFileProc',
  970. 'Tcl_FSDupInternalRepProc', 'Tcl_FSEqualPaths', 'Tcl_FSEvalFile', 'Tcl_FSEvalFileEx',
  971. 'Tcl_FSFileAttrsGet', 'Tcl_FSFileAttrsGetProc', 'Tcl_FSFileAttrsSet', 'Tcl_FSFileAttrsSetProc',
  972. 'Tcl_FSFileAttrStrings', 'Tcl_FSFileSystemInfo', 'Tcl_FSFilesystemPathTypeProc',
  973. 'Tcl_FSFilesystemSeparatorProc', 'Tcl_FSFreeInternalRepProc', 'Tcl_FSGetCwd', 'Tcl_FSGetCwdProc',
  974. 'Tcl_FSGetFileSystemForPath', 'Tcl_FSGetInternalRep', 'Tcl_FSGetNativePath', 'Tcl_FSGetNormalizedPath',
  975. 'Tcl_FSGetPathType', 'Tcl_FSGetTranslatedPath', 'Tcl_FSGetTranslatedStringPath',
  976. 'Tcl_FSInternalToNormalizedProc', 'Tcl_FSJoinPath', 'Tcl_FSJoinToPath', 'Tcl_FSLinkProc',
  977. 'Tcl_FSLink·\xa0Tcl_FSListVolumes', 'Tcl_FSListVolumesProc', 'Tcl_FSLoadFile', 'Tcl_FSLoadFileProc',
  978. 'Tcl_FSLstat', 'Tcl_FSLstatProc', 'Tcl_FSMatchInDirectory', 'Tcl_FSMatchInDirectoryProc',
  979. 'Tcl_FSMountsChanged', 'Tcl_FSNewNativePath', 'Tcl_FSNormalizePathProc', 'Tcl_FSOpenFileChannel',
  980. 'Tcl_FSOpenFileChannelProc', 'Tcl_FSPathInFilesystemProc', 'Tcl_FSPathSeparator', 'Tcl_FSRegister',
  981. 'Tcl_FSRemoveDirectory', 'Tcl_FSRemoveDirectoryProc', 'Tcl_FSRenameFile', 'Tcl_FSRenameFileProc',
  982. 'Tcl_FSSplitPath', 'Tcl_FSStat', 'Tcl_FSStatProc', 'Tcl_FSUnloadFile', 'Tcl_FSUnloadFileProc',
  983. 'Tcl_FSUnregister', 'Tcl_FSUtime', 'Tcl_FSUtimeProc', 'Tcl_GetAccessTimeFromStat', 'Tcl_GetAlias',
  984. 'Tcl_GetAliasObj', 'Tcl_GetAssocData', 'Tcl_GetBignumFromObj', 'Tcl_GetBlocksFromStat',
  985. 'Tcl_GetBlockSizeFromStat', 'Tcl_GetBoolean', 'Tcl_GetBooleanFromObj', 'Tcl_GetByteArrayFromObj',
  986. 'Tcl_GetChangeTimeFromStat', 'Tcl_GetChannel', 'Tcl_GetChannelBufferSize', 'Tcl_GetChannelError',
  987. 'Tcl_GetChannelErrorInterp', 'Tcl_GetChannelHandle', 'Tcl_GetChannelInstanceData', 'Tcl_GetChannelMode',
  988. 'Tcl_GetChannelName', 'Tcl_GetChannelNames', 'Tcl_GetChannelNamesEx', 'Tcl_GetChannelOption',
  989. 'Tcl_GetChannelThread', 'Tcl_GetChannelType', 'Tcl_GetCharLength', 'Tcl_GetClassAsObject',
  990. 'Tcl_GetCommandFromObj', 'Tcl_GetCommandFullName', 'Tcl_GetCommandInfo', 'Tcl_GetCommandInfoFromToken',
  991. 'Tcl_GetCommandName', 'Tcl_GetCurrentNamespace', 'Tcl_GetCurrentThread', 'Tcl_GetCwd',
  992. 'Tcl_GetDefaultEncodingDir', 'Tcl_GetDeviceTypeFromStat', 'Tcl_GetDouble', 'Tcl_GetDoubleFromObj',
  993. 'Tcl_GetEncoding', 'Tcl_GetEncodingFromObj', 'Tcl_GetEncodingName', 'Tcl_GetEncodingNameFromEnvironment',
  994. 'Tcl_GetEncodingNames', 'Tcl_GetEncodingSearchPath', 'Tcl_GetEnsembleFlags', 'Tcl_GetEnsembleMappingDict',
  995. 'Tcl_GetEnsembleNamespace', 'Tcl_GetEnsembleParameterList', 'Tcl_GetEnsembleSubcommandList',
  996. 'Tcl_GetEnsembleUnknownHandler', 'Tcl_GetErrno', 'Tcl_GetErrorLine', 'Tcl_GetFSDeviceFromStat',
  997. 'Tcl_GetFSInodeFromStat', 'Tcl_GetGlobalNamespace', 'Tcl_GetGroupIdFromStat', 'Tcl_GetHashKey',
  998. 'Tcl_GetHashValue', 'Tcl_GetHostName', 'Tcl_GetIndexFromObj', 'Tcl_GetIndexFromObjStruct', 'Tcl_GetInt',
  999. 'Tcl_GetInterpPath', 'Tcl_GetIntFromObj', 'Tcl_GetLinkCountFromStat', 'Tcl_GetLongFromObj',
  1000. 'Tcl_GetMaster', 'Tcl_GetMathFuncInfo', 'Tcl_GetModeFromStat', 'Tcl_GetModificationTimeFromStat',
  1001. 'Tcl_GetNameOfExecutable', 'Tcl_GetNamespaceUnknownHandler', 'Tcl_GetObjectAsClass', 'Tcl_GetObjectCommand',
  1002. 'Tcl_GetObjectFromObj', 'Tcl_GetObjectName', 'Tcl_GetObjectNamespace', 'Tcl_GetObjResult', 'Tcl_GetObjType',
  1003. 'Tcl_GetOpenFile', 'Tcl_GetPathType', 'Tcl_GetRange', 'Tcl_GetRegExpFromObj', 'Tcl_GetReturnOptions',
  1004. 'Tcl_Gets', 'Tcl_GetServiceMode', 'Tcl_GetSizeFromStat', 'Tcl_GetSlave', 'Tcl_GetsObj',
  1005. 'Tcl_GetStackedChannel', 'Tcl_GetStartupScript', 'Tcl_GetStdChannel', 'Tcl_GetString',
  1006. 'Tcl_GetStringFromObj', 'Tcl_GetStringResult', 'Tcl_GetThreadData', 'Tcl_GetTime', 'Tcl_GetTopChannel',
  1007. 'Tcl_GetUniChar', 'Tcl_GetUnicode', 'Tcl_GetUnicodeFromObj', 'Tcl_GetUserIdFromStat', 'Tcl_GetVar',
  1008. 'Tcl_GetVar2', 'Tcl_GetVar2Ex', 'Tcl_GetVersion', 'Tcl_GetWideIntFromObj', 'Tcl_GlobalEval',
  1009. 'Tcl_GlobalEvalObj', 'Tcl_GlobTypeData', 'Tcl_HashKeyType', 'Tcl_HashStats', 'Tcl_HideCommand',
  1010. 'Tcl_IdleProc', 'Tcl_Import', 'Tcl_IncrRefCount', 'Tcl_Init', 'Tcl_InitCustomHashTable',
  1011. 'Tcl_InitHashTable', 'Tcl_InitMemory', 'Tcl_InitNotifier', 'Tcl_InitObjHashTable', 'Tcl_InitStubs',
  1012. 'Tcl_InputBlocked', 'Tcl_InputBuffered', 'tcl_interactive', 'Tcl_Interp', 'Tcl_InterpActive',
  1013. 'Tcl_InterpDeleted', 'Tcl_InterpDeleteProc', 'Tcl_InvalidateStringRep', 'Tcl_IsChannelExisting',
  1014. 'Tcl_IsChannelRegistered', 'Tcl_IsChannelShared', 'Tcl_IsEnsemble', 'Tcl_IsSafe', 'Tcl_IsShared',
  1015. 'Tcl_IsStandardChannel', 'Tcl_JoinPath', 'Tcl_JoinThread', 'tcl_library', 'Tcl_LimitAddHandler',
  1016. 'Tcl_LimitCheck', 'Tcl_LimitExceeded', 'Tcl_LimitGetCommands', 'Tcl_LimitGetGranularity',
  1017. 'Tcl_LimitGetTime', 'Tcl_LimitHandlerDeleteProc', 'Tcl_LimitHandlerProc', 'Tcl_LimitReady',
  1018. 'Tcl_LimitRemoveHandler', 'Tcl_LimitSetCommands', 'Tcl_LimitSetGranularity', 'Tcl_LimitSetTime',
  1019. 'Tcl_LimitTypeEnabled', 'Tcl_LimitTypeExceeded', 'Tcl_LimitTypeReset', 'Tcl_LimitTypeSet',
  1020. 'Tcl_LinkVar', 'Tcl_ListMathFuncs', 'Tcl_ListObjAppendElement', 'Tcl_ListObjAppendList',
  1021. 'Tcl_ListObjGetElements', 'Tcl_ListObjIndex', 'Tcl_ListObjLength', 'Tcl_ListObjReplace',
  1022. 'Tcl_LogCommandInfo', 'Tcl_Main', 'Tcl_MainLoopProc', 'Tcl_MakeFileChannel', 'Tcl_MakeSafe',
  1023. 'Tcl_MakeTcpClientChannel', 'Tcl_MathProc', 'TCL_MEM_DEBUG', 'Tcl_Merge', 'Tcl_MethodCallProc',
  1024. 'Tcl_MethodDeclarerClass', 'Tcl_MethodDeclarerObject', 'Tcl_MethodDeleteProc', 'Tcl_MethodIsPublic',
  1025. 'Tcl_MethodIsType', 'Tcl_MethodName', 'Tcl_MethodType', 'Tcl_MutexFinalize', 'Tcl_MutexLock',
  1026. 'Tcl_MutexUnlock', 'Tcl_NamespaceDeleteProc', 'Tcl_NewBignumObj', 'Tcl_NewBooleanObj',
  1027. 'Tcl_NewByteArrayObj', 'Tcl_NewDictObj', 'Tcl_NewDoubleObj', 'Tcl_NewInstanceMethod', 'Tcl_NewIntObj',
  1028. 'Tcl_NewListObj', 'Tcl_NewLongObj', 'Tcl_NewMethod', 'Tcl_NewObj', 'Tcl_NewObjectInstance',
  1029. 'Tcl_NewStringObj', 'Tcl_NewUnicodeObj', 'Tcl_NewWideIntObj', 'Tcl_NextHashEntry', 'tcl_nonwordchars',
  1030. 'Tcl_NotifierProcs', 'Tcl_NotifyChannel', 'Tcl_NRAddCallback', 'Tcl_NRCallObjProc', 'Tcl_NRCmdSwap',
  1031. 'Tcl_NRCreateCommand', 'Tcl_NREvalObj', 'Tcl_NREvalObjv', 'Tcl_NumUtfChars', 'Tcl_Obj', 'Tcl_ObjCmdProc',
  1032. 'Tcl_ObjectContextInvokeNext', 'Tcl_ObjectContextIsFiltering', 'Tcl_ObjectContextMethod',
  1033. 'Tcl_ObjectContextObject', 'Tcl_ObjectContextSkippedArgs', 'Tcl_ObjectDeleted', 'Tcl_ObjectGetMetadata',
  1034. 'Tcl_ObjectGetMethodNameMapper', 'Tcl_ObjectMapMethodNameProc', 'Tcl_ObjectMetadataDeleteProc',
  1035. 'Tcl_ObjectSetMetadata', 'Tcl_ObjectSetMethodNameMapper', 'Tcl_ObjGetVar2', 'Tcl_ObjPrintf',
  1036. 'Tcl_ObjSetVar2', 'Tcl_ObjType', 'Tcl_OpenCommandChannel', 'Tcl_OpenFileChannel', 'Tcl_OpenTcpClient',
  1037. 'Tcl_OpenTcpServer', 'Tcl_OutputBuffered', 'Tcl_PackageInitProc', 'Tcl_PackageUnloadProc', 'Tcl_Panic',
  1038. 'Tcl_PanicProc', 'Tcl_PanicVA', 'Tcl_ParseArgsObjv', 'Tcl_ParseBraces', 'Tcl_ParseCommand', 'Tcl_ParseExpr',
  1039. 'Tcl_ParseQuotedString', 'Tcl_ParseVar', 'Tcl_ParseVarName', 'tcl_patchLevel', 'tcl_pkgPath',
  1040. 'Tcl_PkgPresent', 'Tcl_PkgPresentEx', 'Tcl_PkgProvide', 'Tcl_PkgProvideEx', 'Tcl_PkgRequire',
  1041. 'Tcl_PkgRequireEx', 'Tcl_PkgRequireProc', 'tcl_platform', 'Tcl_PosixError', 'tcl_precision',
  1042. 'Tcl_Preserve', 'Tcl_PrintDouble', 'Tcl_PutEnv', 'Tcl_QueryTimeProc', 'Tcl_QueueEvent', 'tcl_rcFileName',
  1043. 'Tcl_Read', 'Tcl_ReadChars', 'Tcl_ReadRaw', 'Tcl_Realloc', 'Tcl_ReapDetachedProcs', 'Tcl_RecordAndEval',
  1044. 'Tcl_RecordAndEvalObj', 'Tcl_RegExpCompile', 'Tcl_RegExpExec', 'Tcl_RegExpExecObj', 'Tcl_RegExpGetInfo',
  1045. 'Tcl_RegExpIndices', 'Tcl_RegExpInfo', 'Tcl_RegExpMatch', 'Tcl_RegExpMatchObj', 'Tcl_RegExpRange',
  1046. 'Tcl_RegisterChannel', 'Tcl_RegisterConfig', 'Tcl_RegisterObjType', 'Tcl_Release', 'Tcl_ResetResult',
  1047. 'Tcl_RestoreInterpState', 'Tcl_RestoreResult', 'Tcl_SaveInterpState', 'Tcl_SaveResult', 'Tcl_ScaleTimeProc',
  1048. 'Tcl_ScanCountedElement', 'Tcl_ScanElement', 'Tcl_Seek', 'Tcl_ServiceAll', 'Tcl_ServiceEvent',
  1049. 'Tcl_ServiceModeHook', 'Tcl_SetAssocData', 'Tcl_SetBignumObj', 'Tcl_SetBooleanObj',
  1050. 'Tcl_SetByteArrayLength', 'Tcl_SetByteArrayObj', 'Tcl_SetChannelBufferSize', 'Tcl_SetChannelError',
  1051. 'Tcl_SetChannelErrorInterp', 'Tcl_SetChannelOption', 'Tcl_SetCommandInfo', 'Tcl_SetCommandInfoFromToken',
  1052. 'Tcl_SetDefaultEncodingDir', 'Tcl_SetDoubleObj', 'Tcl_SetEncodingSearchPath', 'Tcl_SetEnsembleFlags',
  1053. 'Tcl_SetEnsembleMappingDict', 'Tcl_SetEnsembleParameterList', 'Tcl_SetEnsembleSubcommandList',
  1054. 'Tcl_SetEnsembleUnknownHandler', 'Tcl_SetErrno', 'Tcl_SetErrorCode', 'Tcl_SetErrorCodeVA',
  1055. 'Tcl_SetErrorLine', 'Tcl_SetExitProc', 'Tcl_SetFromAnyProc', 'Tcl_SetHashValue', 'Tcl_SetIntObj',
  1056. 'Tcl_SetListObj', 'Tcl_SetLongObj', 'Tcl_SetMainLoop', 'Tcl_SetMaxBlockTime',
  1057. 'Tcl_SetNamespaceUnknownHandler', 'Tcl_SetNotifier', 'Tcl_SetObjErrorCode', 'Tcl_SetObjLength',
  1058. 'Tcl_SetObjResult', 'Tcl_SetPanicProc', 'Tcl_SetRecursionLimit', 'Tcl_SetResult', 'Tcl_SetReturnOptions',
  1059. 'Tcl_SetServiceMode', 'Tcl_SetStartupScript', 'Tcl_SetStdChannel', 'Tcl_SetStringObj',
  1060. 'Tcl_SetSystemEncoding', 'Tcl_SetTimeProc', 'Tcl_SetTimer', 'Tcl_SetUnicodeObj', 'Tcl_SetVar',
  1061. 'Tcl_SetVar2', 'Tcl_SetVar2Ex', 'Tcl_SetWideIntObj', 'Tcl_SignalId', 'Tcl_SignalMsg', 'Tcl_Sleep',
  1062. 'Tcl_SourceRCFile', 'Tcl_SpliceChannel', 'Tcl_SplitList', 'Tcl_SplitPath', 'Tcl_StackChannel',
  1063. 'Tcl_StandardChannels', 'tcl_startOfNextWord', 'tcl_startOfPreviousWord', 'Tcl_Stat', 'Tcl_StaticPackage',
  1064. 'Tcl_StringCaseMatch', 'Tcl_StringMatch', 'Tcl_SubstObj', 'Tcl_TakeBignumFromObj', 'Tcl_TcpAcceptProc',
  1065. 'Tcl_Tell', 'Tcl_ThreadAlert', 'Tcl_ThreadQueueEvent', 'Tcl_Time', 'Tcl_TimerProc', 'Tcl_Token',
  1066. 'Tcl_TraceCommand', 'tcl_traceCompile', 'tcl_traceEval', 'Tcl_TraceVar', 'Tcl_TraceVar2',
  1067. 'Tcl_TransferResult', 'Tcl_TranslateFileName', 'Tcl_TruncateChannel', 'Tcl_Ungets', 'Tcl_UniChar',
  1068. 'Tcl_UniCharAtIndex', 'Tcl_UniCharCaseMatch', 'Tcl_UniCharIsAlnum', 'Tcl_UniCharIsAlpha',
  1069. 'Tcl_UniCharIsControl', 'Tcl_UniCharIsDigit', 'Tcl_UniCharIsGraph', 'Tcl_UniCharIsLower',
  1070. 'Tcl_UniCharIsPrint', 'Tcl_UniCharIsPunct', 'Tcl_UniCharIsSpace', 'Tcl_UniCharIsUpper',
  1071. 'Tcl_UniCharIsWordChar', 'Tcl_UniCharLen', 'Tcl_UniCharNcasecmp', 'Tcl_UniCharNcmp', 'Tcl_UniCharToLower',
  1072. 'Tcl_UniCharToTitle', 'Tcl_UniCharToUpper', 'Tcl_UniCharToUtf', 'Tcl_UniCharToUtfDString', 'Tcl_UnlinkVar',
  1073. 'Tcl_UnregisterChannel', 'Tcl_UnsetVar', 'Tcl_UnsetVar2', 'Tcl_UnstackChannel', 'Tcl_UntraceCommand',
  1074. 'Tcl_UntraceVar', 'Tcl_UntraceVar2', 'Tcl_UpdateLinkedVar', 'Tcl_UpdateStringProc', 'Tcl_UpVar',
  1075. 'Tcl_UpVar2', 'Tcl_UtfAtIndex', 'Tcl_UtfBackslash', 'Tcl_UtfCharComplete', 'Tcl_UtfFindFirst',
  1076. 'Tcl_UtfFindLast', 'Tcl_UtfNext', 'Tcl_UtfPrev', 'Tcl_UtfToExternal', 'Tcl_UtfToExternalDString',
  1077. 'Tcl_UtfToLower', 'Tcl_UtfToTitle', 'Tcl_UtfToUniChar', 'Tcl_UtfToUniCharDString', 'Tcl_UtfToUpper',
  1078. 'Tcl_ValidateAllMemory', 'Tcl_Value', 'Tcl_VarEval', 'Tcl_VarEvalVA', 'Tcl_VarTraceInfo',
  1079. 'Tcl_VarTraceInfo2', 'Tcl_VarTraceProc', 'tcl_version', 'Tcl_WaitForEvent', 'Tcl_WaitPid',
  1080. 'Tcl_WinTCharToUtf', 'Tcl_WinUtfToTChar', 'tcl_wordBreakAfter', 'tcl_wordBreakBefore', 'tcl_wordchars',
  1081. 'Tcl_Write', 'Tcl_WriteChars', 'Tcl_WriteObj', 'Tcl_WriteRaw', 'Tcl_WrongNumArgs', 'Tcl_ZlibAdler32',
  1082. 'Tcl_ZlibCRC32', 'Tcl_ZlibDeflate', 'Tcl_ZlibInflate', 'Tcl_ZlibStreamChecksum', 'Tcl_ZlibStreamClose',
  1083. 'Tcl_ZlibStreamEof', 'Tcl_ZlibStreamGet', 'Tcl_ZlibStreamGetCommandName', 'Tcl_ZlibStreamInit',
  1084. 'Tcl_ZlibStreamPut', 'tcltest', 'tell', 'throw', 'time', 'tm', 'trace', 'transchan', 'try', 'unknown',
  1085. 'unload', 'unset', 'update', 'uplevel', 'upvar', 'variable', 'vwait', 'while', 'yield', 'yieldto', 'zlib'
  1086. ]
  1087. self.autocomplete_kw_list = self.defaults['util_autocomplete_keywords'].replace(' ', '').split(',')
  1088. self.myKeywords = self.tcl_commands_list + self.autocomplete_kw_list + self.tcl_keywords
  1089. # ###########################################################################################################
  1090. # ########################################## Tools and Plugins ##############################################
  1091. # ###########################################################################################################
  1092. self.shell = None
  1093. self.dblsidedtool = None
  1094. self.distance_tool = None
  1095. self.distance_min_tool = None
  1096. self.panelize_tool = None
  1097. self.film_tool = None
  1098. self.paste_tool = None
  1099. self.calculator_tool = None
  1100. self.rules_tool = None
  1101. self.sub_tool = None
  1102. self.move_tool = None
  1103. self.cutout_tool = None
  1104. self.ncclear_tool = None
  1105. self.paint_tool = None
  1106. self.isolation_tool = None
  1107. self.optimal_tool = None
  1108. self.transform_tool = None
  1109. self.properties_tool = None
  1110. self.pdf_tool = None
  1111. self.image_tool = None
  1112. self.pcb_wizard_tool = None
  1113. self.cal_exc_tool = None
  1114. self.qrcode_tool = None
  1115. self.copper_thieving_tool = None
  1116. self.fiducial_tool = None
  1117. self.edrills_tool = None
  1118. self.align_objects_tool = None
  1119. self.punch_tool = None
  1120. self.invert_tool = None
  1121. self.corners_tool = None
  1122. self.etch_tool = None
  1123. # always install tools only after the shell is initialized because the self.inform.emit() depends on shell
  1124. try:
  1125. self.install_tools()
  1126. except AttributeError as e:
  1127. log.debug("App.__init__() install_tools() --> %s" % str(e))
  1128. # ###########################################################################################################
  1129. # ############################################ SETUP RECENT ITEMS ###########################################
  1130. # ###########################################################################################################
  1131. self.setup_recent_items()
  1132. # ###########################################################################################################
  1133. # ######################################### BookMarks Manager ###############################################
  1134. # ###########################################################################################################
  1135. # install Bookmark Manager and populate bookmarks in the Help -> Bookmarks
  1136. self.install_bookmarks()
  1137. self.book_dialog_tab = BookmarkManager(app=self, storage=self.defaults["global_bookmarks"])
  1138. # ###########################################################################################################
  1139. # ########################################### Tools Database ################################################
  1140. # ###########################################################################################################
  1141. self.tools_db_tab = None
  1142. # ### System Font Parsing ###
  1143. # self.f_parse = ParseFont(self)
  1144. # self.parse_system_fonts()
  1145. # ###########################################################################################################
  1146. # ############################################## Shell SETUP ################################################
  1147. # ###########################################################################################################
  1148. # show TCL shell at start-up based on the Menu -? Edit -> Preferences setting.
  1149. if self.defaults["global_shell_at_startup"]:
  1150. self.ui.shell_dock.show()
  1151. else:
  1152. self.ui.shell_dock.hide()
  1153. # ###########################################################################################################
  1154. # ######################################### Check for updates ###############################################
  1155. # ###########################################################################################################
  1156. # Separate thread (Not worker)
  1157. # Check for updates on startup but only if the user consent and the app is not in Beta version
  1158. if (self.beta is False or self.beta is None) and \
  1159. self.ui.general_defaults_form.general_app_group.version_check_cb.get_value() is True:
  1160. App.log.info("Checking for updates in backgroud (this is version %s)." % str(self.version))
  1161. # self.thr2 = QtCore.QThread()
  1162. self.worker_task.emit({'fcn': self.version_check,
  1163. 'params': []})
  1164. # self.thr2.start(QtCore.QThread.LowPriority)
  1165. # ###########################################################################################################
  1166. # ##################################### Register files with FlatCAM; #######################################
  1167. # ################################### It works only for Windows for now ####################################
  1168. # ###########################################################################################################
  1169. if sys.platform == 'win32' and self.defaults["first_run"] is True:
  1170. self.on_register_files()
  1171. # ###########################################################################################################
  1172. # ######################################## Variables for global usage #######################################
  1173. # ###########################################################################################################
  1174. # hold the App units
  1175. self.units = 'MM'
  1176. # coordinates for relative position display
  1177. self.rel_point1 = (0, 0)
  1178. self.rel_point2 = (0, 0)
  1179. # variable to store coordinates
  1180. self.pos = (0, 0)
  1181. self.pos_canvas = (0, 0)
  1182. self.pos_jump = (0, 0)
  1183. # variable to store mouse coordinates
  1184. self.mouse = [0, 0]
  1185. # variable to store the delta positions on cavnas
  1186. self.dx = 0
  1187. self.dy = 0
  1188. # decide if we have a double click or single click
  1189. self.doubleclick = False
  1190. # store here the is_dragging value
  1191. self.event_is_dragging = False
  1192. # variable to store if a command is active (then the var is not None) and which one it is
  1193. self.command_active = None
  1194. # variable to store the status of moving selection action
  1195. # None value means that it's not an selection action
  1196. # True value = a selection from left to right
  1197. # False value = a selection from right to left
  1198. self.selection_type = None
  1199. # List to store the objects that are currently loaded in FlatCAM
  1200. # This list is updated on each object creation or object delete
  1201. self.all_objects_list = []
  1202. self.objects_under_the_click_list = []
  1203. # List to store the objects that are selected
  1204. self.sel_objects_list = []
  1205. # holds the key modifier if pressed (CTRL, SHIFT or ALT)
  1206. self.key_modifiers = None
  1207. # Variable to store the status of the code editor
  1208. self.toggle_codeeditor = False
  1209. # Variable to be used for situations when we don't want the LMB click on canvas to auto open the Project Tab
  1210. self.click_noproject = False
  1211. self.cursor = None
  1212. # Variable to store the GCODE that was edited
  1213. self.gcode_edited = ""
  1214. self.text_editor_tab = None
  1215. # reference for the self.ui.code_editor
  1216. self.reference_code_editor = None
  1217. self.script_code = ''
  1218. # if Tools DB are changed/edited in the Edit -> Tools Database tab the value will be set to True
  1219. self.tools_db_changed_flag = False
  1220. self.grb_list = ['art', 'bot', 'bsm', 'cmp', 'crc', 'crs', 'dim', 'g4', 'gb0', 'gb1', 'gb2', 'gb3', 'gb5',
  1221. 'gb6', 'gb7', 'gb8', 'gb9', 'gbd', 'gbl', 'gbo', 'gbp', 'gbr', 'gbs', 'gdo', 'ger', 'gko',
  1222. 'gml', 'gm1', 'gm2', 'gm3', 'grb', 'gtl', 'gto', 'gtp', 'gts', 'ly15', 'ly2', 'mil', 'outline',
  1223. 'pho', 'plc', 'pls', 'smb', 'smt', 'sol', 'spb', 'spt', 'ssb', 'sst', 'stc', 'sts', 'top',
  1224. 'tsm']
  1225. self.exc_list = ['drd', 'drl', 'drill', 'exc', 'ncd', 'tap', 'txt', 'xln']
  1226. self.gcode_list = ['cnc', 'din', 'dnc', 'ecs', 'eia', 'fan', 'fgc', 'fnc', 'gc', 'gcd', 'gcode', 'h', 'hnc',
  1227. 'i', 'min', 'mpf', 'mpr', 'nc', 'ncc', 'ncg', 'ngc', 'ncp', 'out', 'ply', 'rol',
  1228. 'sbp', 'tap', 'xpi']
  1229. self.svg_list = ['svg']
  1230. self.dxf_list = ['dxf']
  1231. self.pdf_list = ['pdf']
  1232. self.prj_list = ['flatprj']
  1233. self.conf_list = ['flatconfig']
  1234. # last used filters
  1235. self.last_op_gerber_filter = None
  1236. self.last_op_excellon_filter = None
  1237. self.last_op_gcode_filter = None
  1238. # global variable used by NCC Tool to signal that some polygons could not be cleared, if True
  1239. # flag for polygons not cleared
  1240. self.poly_not_cleared = False
  1241. # VisPy visuals
  1242. self.isHovering = False
  1243. self.notHovering = True
  1244. # Window geometry
  1245. self.x_pos = None
  1246. self.y_pos = None
  1247. self.width = None
  1248. self.height = None
  1249. # when True, the app has to return from any thread
  1250. self.abort_flag = False
  1251. # set the value used in the Windows Title
  1252. self.engine = self.ui.general_defaults_form.general_app_group.ge_radio.get_value()
  1253. # this holds a widget that is installed in the Plot Area when View Source option is used
  1254. self.source_editor_tab = None
  1255. self.pagesize = {}
  1256. # Storage for shapes, storage that can be used by FlatCAm tools for utility geometry
  1257. # VisPy visuals
  1258. if self.is_legacy is False:
  1259. try:
  1260. self.tool_shapes = ShapeCollection(parent=self.plotcanvas.view.scene, layers=1)
  1261. except AttributeError:
  1262. self.tool_shapes = None
  1263. else:
  1264. from appGUI.PlotCanvasLegacy import ShapeCollectionLegacy
  1265. self.tool_shapes = ShapeCollectionLegacy(obj=self, app=self, name="tool")
  1266. # used in the delayed shutdown self.start_delayed_quit() method
  1267. self.save_timer = None
  1268. # ###########################################################################################################
  1269. # ################################## ADDING FlatCAM EDITORS section #########################################
  1270. # ###########################################################################################################
  1271. # watch out for the position of the editors instantiation ... if it is done before a save of the default values
  1272. # at the first launch of the App , the editors will not be functional.
  1273. try:
  1274. self.geo_editor = FlatCAMGeoEditor(self)
  1275. except Exception as es:
  1276. log.debug("app_Main.__init__() --> Geo Editor Error: %s" % str(es))
  1277. try:
  1278. self.exc_editor = FlatCAMExcEditor(self)
  1279. except Exception as es:
  1280. log.debug("app_Main.__init__() --> Excellon Editor Error: %s" % str(es))
  1281. try:
  1282. self.grb_editor = FlatCAMGrbEditor(self)
  1283. except Exception as es:
  1284. log.debug("app_Main.__init__() --> Gerber Editor Error: %s" % str(es))
  1285. self.log.debug("Finished adding FlatCAM Editor's.")
  1286. self.set_ui_title(name=_("New Project - Not saved"))
  1287. # disable the Excellon path optimizations made with Google OR-Tools if the app is run on a 32bit platform
  1288. current_platform = platform.architecture()[0]
  1289. if current_platform != '64bit':
  1290. self.ui.excellon_defaults_form.excellon_gen_group.excellon_optimization_radio.set_value('T')
  1291. self.ui.excellon_defaults_form.excellon_gen_group.excellon_optimization_radio.setDisabled(True)
  1292. # ###########################################################################################################
  1293. # ########################################### EXCLUSION AREAS ###############################################
  1294. # ###########################################################################################################
  1295. self.exc_areas = ExclusionAreas(app=self)
  1296. # ###########################################################################################################
  1297. # ##################################### Finished the CONSTRUCTOR ############################################
  1298. # ###########################################################################################################
  1299. App.log.debug("END of constructor. Releasing control.")
  1300. # ###########################################################################################################
  1301. # ########################################## SHOW GUI #######################################################
  1302. # ###########################################################################################################
  1303. # if the app is not started as headless, show it
  1304. if self.cmd_line_headless != 1:
  1305. if show_splash:
  1306. # finish the splash
  1307. self.splash.finish(self.ui)
  1308. mgui_settings = QSettings("Open Source", "FlatCAM")
  1309. if mgui_settings.contains("maximized_gui"):
  1310. maximized_ui = mgui_settings.value('maximized_gui', type=bool)
  1311. if maximized_ui is True:
  1312. self.ui.showMaximized()
  1313. else:
  1314. self.ui.show()
  1315. else:
  1316. self.ui.show()
  1317. if self.defaults["global_systray_icon"]:
  1318. self.trayIcon.show()
  1319. else:
  1320. log.warning("******************* RUNNING HEADLESS *******************")
  1321. # ###########################################################################################################
  1322. # ######################################## START-UP ARGUMENTS ###############################################
  1323. # ###########################################################################################################
  1324. # test if the program was started with a script as parameter
  1325. if self.cmd_line_shellvar:
  1326. try:
  1327. cnt = 0
  1328. command_tcl = 0
  1329. for i in self.cmd_line_shellvar.split(','):
  1330. if i is not None:
  1331. # noinspection PyBroadException
  1332. try:
  1333. command_tcl = eval(i)
  1334. except Exception:
  1335. command_tcl = i
  1336. command_tcl_formatted = 'set shellvar_{nr} "{cmd}"'.format(cmd=str(command_tcl), nr=str(cnt))
  1337. cnt += 1
  1338. # if there are Windows paths then replace the path separator with a Unix like one
  1339. if sys.platform == 'win32':
  1340. command_tcl_formatted = command_tcl_formatted.replace('\\', '/')
  1341. self.shell.exec_command(command_tcl_formatted, no_echo=True)
  1342. except Exception as ext:
  1343. print("ERROR: ", ext)
  1344. sys.exit(2)
  1345. if self.cmd_line_shellfile:
  1346. if self.cmd_line_headless != 1:
  1347. if self.ui.shell_dock.isHidden():
  1348. self.ui.shell_dock.show()
  1349. try:
  1350. with open(self.cmd_line_shellfile, "r") as myfile:
  1351. # if show_splash:
  1352. # self.splash.showMessage('%s: %ssec\n%s' % (
  1353. # _("Canvas initialization started.\n"
  1354. # "Canvas initialization finished in"), '%.2f' % self.used_time,
  1355. # _("Executing Tcl Script ...")),
  1356. # alignment=Qt.AlignBottom | Qt.AlignLeft,
  1357. # color=QtGui.QColor("gray"))
  1358. cmd_line_shellfile_text = myfile.read()
  1359. if self.cmd_line_headless != 1:
  1360. self.shell.exec_command(cmd_line_shellfile_text)
  1361. else:
  1362. self.shell.exec_command(cmd_line_shellfile_text, no_echo=True)
  1363. except Exception as ext:
  1364. print("ERROR: ", ext)
  1365. sys.exit(2)
  1366. # accept some type file as command line parameter: FlatCAM project, FlatCAM preferences or scripts
  1367. # the path/file_name must be enclosed in quotes if it contain spaces
  1368. if App.args:
  1369. self.args_at_startup.emit(App.args)
  1370. if self.defaults.old_defaults_found is True:
  1371. self.inform.emit('[WARNING_NOTCL] %s' % _("Found old default preferences files. "
  1372. "Please reboot the application to update."))
  1373. self.defaults.old_defaults_found = False
  1374. # ######################################### INIT FINISHED #######################################################
  1375. # #################################################################################################################
  1376. # #################################################################################################################
  1377. # #################################################################################################################
  1378. # #################################################################################################################
  1379. # #################################################################################################################
  1380. @staticmethod
  1381. def copy_and_overwrite(from_path, to_path):
  1382. """
  1383. From here:
  1384. https://stackoverflow.com/questions/12683834/how-to-copy-directory-recursively-in-python-and-overwrite-all
  1385. :param from_path: source path
  1386. :param to_path: destination path
  1387. :return: None
  1388. """
  1389. if os.path.exists(to_path):
  1390. shutil.rmtree(to_path)
  1391. try:
  1392. shutil.copytree(from_path, to_path)
  1393. except FileNotFoundError:
  1394. from_new_path = os.path.dirname(os.path.realpath(__file__)) + '\\appGUI\\VisPyData\\data'
  1395. shutil.copytree(from_new_path, to_path)
  1396. def on_startup_args(self, args, silent=False):
  1397. """
  1398. This will process any arguments provided to the application at startup. Like trying to launch a file or project.
  1399. :param silent: when True it will not print messages on Tcl Shell and/or status bar
  1400. :param args: a list containing the application args at startup
  1401. :return: None
  1402. """
  1403. if args is not None:
  1404. args_to_process = args
  1405. else:
  1406. args_to_process = App.args
  1407. log.debug("Application was started with arguments: %s. Processing ..." % str(args_to_process))
  1408. for argument in args_to_process:
  1409. if '.FlatPrj'.lower() in argument.lower():
  1410. try:
  1411. project_name = str(argument)
  1412. if project_name == "":
  1413. if silent is False:
  1414. self.inform.emit(_("Cancelled."))
  1415. else:
  1416. # self.open_project(project_name)
  1417. run_from_arg = True
  1418. # self.worker_task.emit({'fcn': self.open_project,
  1419. # 'params': [project_name, run_from_arg]})
  1420. self.open_project(filename=project_name, run_from_arg=run_from_arg)
  1421. except Exception as e:
  1422. log.debug("Could not open FlatCAM project file as App parameter due: %s" % str(e))
  1423. elif '.FlatConfig'.lower() in argument.lower():
  1424. try:
  1425. file_name = str(argument)
  1426. if file_name == "":
  1427. if silent is False:
  1428. self.inform.emit(_("Open Config file failed."))
  1429. else:
  1430. run_from_arg = True
  1431. # self.worker_task.emit({'fcn': self.open_config_file,
  1432. # 'params': [file_name, run_from_arg]})
  1433. self.open_config_file(file_name, run_from_arg=run_from_arg)
  1434. except Exception as e:
  1435. log.debug("Could not open FlatCAM Config file as App parameter due: %s" % str(e))
  1436. elif '.FlatScript'.lower() in argument.lower() or '.TCL'.lower() in argument.lower():
  1437. try:
  1438. file_name = str(argument)
  1439. if file_name == "":
  1440. if silent is False:
  1441. self.inform.emit(_("Open Script file failed."))
  1442. else:
  1443. if silent is False:
  1444. self.on_fileopenscript(name=file_name)
  1445. self.ui.plot_tab_area.setCurrentWidget(self.ui.plot_tab)
  1446. self.on_filerunscript(name=file_name)
  1447. except Exception as e:
  1448. log.debug("Could not open FlatCAM Script file as App parameter due: %s" % str(e))
  1449. elif 'quit'.lower() in argument.lower() or 'exit'.lower() in argument.lower():
  1450. log.debug("App.on_startup_args() --> Quit event.")
  1451. sys.exit()
  1452. elif 'save'.lower() in argument.lower():
  1453. log.debug("App.on_startup_args() --> Save event. App Defaults saved.")
  1454. self.preferencesUiManager.save_defaults()
  1455. else:
  1456. exc_list = self.ui.util_defaults_form.fa_excellon_group.exc_list_text.get_value().split(',')
  1457. proc_arg = argument.lower()
  1458. for ext in exc_list:
  1459. proc_ext = ext.replace(' ', '')
  1460. proc_ext = '.%s' % proc_ext
  1461. if proc_ext.lower() in proc_arg and proc_ext != '.':
  1462. file_name = str(argument)
  1463. if file_name == "":
  1464. if silent is False:
  1465. self.inform.emit(_("Open Excellon file failed."))
  1466. else:
  1467. self.on_fileopenexcellon(name=file_name, signal=None)
  1468. return
  1469. gco_list = self.ui.util_defaults_form.fa_gcode_group.gco_list_text.get_value().split(',')
  1470. for ext in gco_list:
  1471. proc_ext = ext.replace(' ', '')
  1472. proc_ext = '.%s' % proc_ext
  1473. if proc_ext.lower() in proc_arg and proc_ext != '.':
  1474. file_name = str(argument)
  1475. if file_name == "":
  1476. if silent is False:
  1477. self.inform.emit(_("Open GCode file failed."))
  1478. else:
  1479. self.on_fileopengcode(name=file_name, signal=None)
  1480. return
  1481. grb_list = self.ui.util_defaults_form.fa_gerber_group.grb_list_text.get_value().split(',')
  1482. for ext in grb_list:
  1483. proc_ext = ext.replace(' ', '')
  1484. proc_ext = '.%s' % proc_ext
  1485. if proc_ext.lower() in proc_arg and proc_ext != '.':
  1486. file_name = str(argument)
  1487. if file_name == "":
  1488. if silent is False:
  1489. self.inform.emit(_("Open Gerber file failed."))
  1490. else:
  1491. self.on_fileopengerber(name=file_name, signal=None)
  1492. return
  1493. # if it reached here without already returning then the app was registered with a file that it does not
  1494. # recognize therefore we must quit but take into consideration the app reboot from within, in that case
  1495. # the args_to_process will contain the path to the FlatCAM.exe (cx_freezed executable)
  1496. # for arg in args_to_process:
  1497. # if 'FlatCAM.exe' in arg:
  1498. # continue
  1499. # else:
  1500. # sys.exit(2)
  1501. def set_ui_title(self, name):
  1502. """
  1503. Sets the title of the main window.
  1504. :param name: String that store the project path and project name
  1505. :return: None
  1506. """
  1507. self.ui.setWindowTitle('FlatCAM %s %s - %s - [%s] %s' %
  1508. (self.version,
  1509. ('BETA' if self.beta else ''),
  1510. platform.architecture()[0],
  1511. self.engine,
  1512. name)
  1513. )
  1514. def on_app_restart(self):
  1515. # make sure that the Sys Tray icon is hidden before restart otherwise it will
  1516. # be left in the SySTray
  1517. try:
  1518. self.trayIcon.hide()
  1519. except Exception:
  1520. pass
  1521. fcTranslate.restart_program(app=self)
  1522. def clear_pool(self):
  1523. """
  1524. Clear the multiprocessing pool and calls garbage collector.
  1525. :return: None
  1526. """
  1527. self.pool.close()
  1528. self.pool = Pool()
  1529. self.pool_recreated.emit(self.pool)
  1530. gc.collect()
  1531. def install_tools(self):
  1532. """
  1533. This installs the FlatCAM tools (plugin-like) which reside in their own classes.
  1534. Instantiation of the Tools classes.
  1535. The order that the tools are installed is important as they can depend on each other install position.
  1536. :return: None
  1537. """
  1538. # shell tool has t obe initialized always first because other tools print messages in the Shell Dock
  1539. self.shell = FCShell(app=self, version=self.version)
  1540. self.distance_tool = Distance(self)
  1541. self.distance_tool.install(icon=QtGui.QIcon(self.resource_location + '/distance16.png'), pos=self.ui.menuedit,
  1542. before=self.ui.menueditorigin,
  1543. separator=False)
  1544. self.distance_min_tool = DistanceMin(self)
  1545. self.distance_min_tool.install(icon=QtGui.QIcon(self.resource_location + '/distance_min16.png'),
  1546. pos=self.ui.menuedit,
  1547. before=self.ui.menueditorigin,
  1548. separator=True)
  1549. self.dblsidedtool = DblSidedTool(self)
  1550. self.dblsidedtool.install(icon=QtGui.QIcon(self.resource_location + '/doubleside16.png'), separator=False)
  1551. self.cal_exc_tool = ToolCalibration(self)
  1552. self.cal_exc_tool.install(icon=QtGui.QIcon(self.resource_location + '/calibrate_16.png'), pos=self.ui.menutool,
  1553. before=self.dblsidedtool.menuAction,
  1554. separator=False)
  1555. self.align_objects_tool = AlignObjects(self)
  1556. self.align_objects_tool.install(icon=QtGui.QIcon(self.resource_location + '/align16.png'), separator=False)
  1557. self.edrills_tool = ToolExtractDrills(self)
  1558. self.edrills_tool.install(icon=QtGui.QIcon(self.resource_location + '/drill16.png'), separator=True)
  1559. self.panelize_tool = Panelize(self)
  1560. self.panelize_tool.install(icon=QtGui.QIcon(self.resource_location + '/panelize16.png'))
  1561. self.film_tool = Film(self)
  1562. self.film_tool.install(icon=QtGui.QIcon(self.resource_location + '/film16.png'))
  1563. self.paste_tool = SolderPaste(self)
  1564. self.paste_tool.install(icon=QtGui.QIcon(self.resource_location + '/solderpastebis32.png'))
  1565. self.calculator_tool = ToolCalculator(self)
  1566. self.calculator_tool.install(icon=QtGui.QIcon(self.resource_location + '/calculator16.png'), separator=True)
  1567. self.sub_tool = ToolSub(self)
  1568. self.sub_tool.install(icon=QtGui.QIcon(self.resource_location + '/sub32.png'),
  1569. pos=self.ui.menutool, separator=True)
  1570. self.rules_tool = RulesCheck(self)
  1571. self.rules_tool.install(icon=QtGui.QIcon(self.resource_location + '/rules32.png'),
  1572. pos=self.ui.menutool, separator=False)
  1573. self.optimal_tool = ToolOptimal(self)
  1574. self.optimal_tool.install(icon=QtGui.QIcon(self.resource_location + '/open_excellon32.png'),
  1575. pos=self.ui.menutool, separator=True)
  1576. self.move_tool = ToolMove(self)
  1577. self.move_tool.install(icon=QtGui.QIcon(self.resource_location + '/move16.png'), pos=self.ui.menuedit,
  1578. before=self.ui.menueditorigin, separator=True)
  1579. self.cutout_tool = CutOut(self)
  1580. self.cutout_tool.install(icon=QtGui.QIcon(self.resource_location + '/cut16_bis.png'), pos=self.ui.menutool,
  1581. before=self.sub_tool.menuAction)
  1582. self.ncclear_tool = NonCopperClear(self)
  1583. self.ncclear_tool.install(icon=QtGui.QIcon(self.resource_location + '/ncc16.png'), pos=self.ui.menutool,
  1584. before=self.sub_tool.menuAction, separator=True)
  1585. self.paint_tool = ToolPaint(self)
  1586. self.paint_tool.install(icon=QtGui.QIcon(self.resource_location + '/paint16.png'), pos=self.ui.menutool,
  1587. before=self.sub_tool.menuAction, separator=True)
  1588. self.isolation_tool = ToolIsolation(self)
  1589. self.isolation_tool.install(icon=QtGui.QIcon(self.resource_location + '/iso_16.png'), pos=self.ui.menutool,
  1590. before=self.sub_tool.menuAction, separator=True)
  1591. self.copper_thieving_tool = ToolCopperThieving(self)
  1592. self.copper_thieving_tool.install(icon=QtGui.QIcon(self.resource_location + '/copperfill32.png'),
  1593. pos=self.ui.menutool)
  1594. self.fiducial_tool = ToolFiducials(self)
  1595. self.fiducial_tool.install(icon=QtGui.QIcon(self.resource_location + '/fiducials_32.png'),
  1596. pos=self.ui.menutool)
  1597. self.qrcode_tool = QRCode(self)
  1598. self.qrcode_tool.install(icon=QtGui.QIcon(self.resource_location + '/qrcode32.png'),
  1599. pos=self.ui.menutool)
  1600. self.punch_tool = ToolPunchGerber(self)
  1601. self.punch_tool.install(icon=QtGui.QIcon(self.resource_location + '/punch32.png'), pos=self.ui.menutool)
  1602. self.invert_tool = ToolInvertGerber(self)
  1603. self.invert_tool.install(icon=QtGui.QIcon(self.resource_location + '/invert32.png'), pos=self.ui.menutool)
  1604. self.corners_tool = ToolCorners(self)
  1605. self.corners_tool.install(icon=QtGui.QIcon(self.resource_location + '/corners_32.png'), pos=self.ui.menutool)
  1606. self.etch_tool = ToolEtchCompensation(self)
  1607. self.etch_tool.install(icon=QtGui.QIcon(self.resource_location + '/etch_32.png'), pos=self.ui.menutool)
  1608. self.transform_tool = ToolTransform(self)
  1609. self.transform_tool.install(icon=QtGui.QIcon(self.resource_location + '/transform.png'),
  1610. pos=self.ui.menuoptions, separator=True)
  1611. self.properties_tool = Properties(self)
  1612. self.properties_tool.install(icon=QtGui.QIcon(self.resource_location + '/properties32.png'),
  1613. pos=self.ui.menuoptions)
  1614. self.pdf_tool = ToolPDF(self)
  1615. self.pdf_tool.install(icon=QtGui.QIcon(self.resource_location + '/pdf32.png'),
  1616. pos=self.ui.menufileimport,
  1617. separator=True)
  1618. self.image_tool = ToolImage(self)
  1619. self.image_tool.install(icon=QtGui.QIcon(self.resource_location + '/image32.png'),
  1620. pos=self.ui.menufileimport,
  1621. separator=True)
  1622. self.pcb_wizard_tool = PcbWizard(self)
  1623. self.pcb_wizard_tool.install(icon=QtGui.QIcon(self.resource_location + '/drill32.png'),
  1624. pos=self.ui.menufileimport)
  1625. self.log.debug("Tools are installed.")
  1626. def remove_tools(self):
  1627. """
  1628. Will remove all the actions in the Tool menu.
  1629. :return: None
  1630. """
  1631. for act in self.ui.menutool.actions():
  1632. self.ui.menutool.removeAction(act)
  1633. def init_tools(self):
  1634. """
  1635. Initialize the Tool tab in the notebook side of the central widget.
  1636. Remove the actions in the Tools menu.
  1637. Instantiate again the FlatCAM tools (plugins).
  1638. All this is required when changing the layout: standard, compact etc.
  1639. :return: None
  1640. """
  1641. log.debug("init_tools()")
  1642. # delete the data currently in the Tools Tab and the Tab itself
  1643. widget = QtWidgets.QTabWidget.widget(self.ui.notebook, 2)
  1644. if widget is not None:
  1645. widget.deleteLater()
  1646. self.ui.notebook.removeTab(2)
  1647. # rebuild the Tools Tab
  1648. self.ui.tool_tab = QtWidgets.QWidget()
  1649. self.ui.tool_tab_layout = QtWidgets.QVBoxLayout(self.ui.tool_tab)
  1650. self.ui.tool_tab_layout.setContentsMargins(2, 2, 2, 2)
  1651. self.ui.notebook.addTab(self.ui.tool_tab, "Tool")
  1652. self.ui.tool_scroll_area = VerticalScrollArea()
  1653. self.ui.tool_tab_layout.addWidget(self.ui.tool_scroll_area)
  1654. # reinstall all the Tools as some may have been removed when the data was removed from the Tools Tab
  1655. # first remove all of them
  1656. self.remove_tools()
  1657. # re-add the TCL Shell action to the Tools menu and reconnect it to ist slot function
  1658. self.ui.menutoolshell = self.ui.menutool.addAction(QtGui.QIcon(self.resource_location + '/shell16.png'),
  1659. '&Command Line\tS')
  1660. self.ui.menutoolshell.triggered.connect(self.ui.toggle_shell_ui)
  1661. # third install all of them
  1662. try:
  1663. self.install_tools()
  1664. except AttributeError:
  1665. pass
  1666. self.log.debug("Tools are initialized.")
  1667. # def parse_system_fonts(self):
  1668. # self.worker_task.emit({'fcn': self.f_parse.get_fonts_by_types,
  1669. # 'params': []})
  1670. def connect_tools_signals_to_toolbar(self, ui):
  1671. ui.dblsided_btn.triggered.connect(lambda: self.dblsidedtool.run(toggle=True))
  1672. ui.cal_btn.triggered.connect(lambda: self.cal_exc_tool.run(toggle=True))
  1673. ui.align_btn.triggered.connect(lambda: self.align_objects_tool.run(toggle=True))
  1674. ui.extract_btn.triggered.connect(lambda: self.edrills_tool.run(toggle=True))
  1675. ui.cutout_btn.triggered.connect(lambda: self.cutout_tool.run(toggle=True))
  1676. ui.ncc_btn.triggered.connect(lambda: self.ncclear_tool.run(toggle=True))
  1677. ui.paint_btn.triggered.connect(lambda: self.paint_tool.run(toggle=True))
  1678. ui.isolation_btn.triggered.connect(lambda: self.isolation_tool.run(toggle=True))
  1679. ui.panelize_btn.triggered.connect(lambda: self.panelize_tool.run(toggle=True))
  1680. ui.film_btn.triggered.connect(lambda: self.film_tool.run(toggle=True))
  1681. ui.solder_btn.triggered.connect(lambda: self.paste_tool.run(toggle=True))
  1682. ui.sub_btn.triggered.connect(lambda: self.sub_tool.run(toggle=True))
  1683. ui.rules_btn.triggered.connect(lambda: self.rules_tool.run(toggle=True))
  1684. ui.optimal_btn.triggered.connect(lambda: self.optimal_tool.run(toggle=True))
  1685. ui.calculators_btn.triggered.connect(lambda: self.calculator_tool.run(toggle=True))
  1686. ui.transform_btn.triggered.connect(lambda: self.transform_tool.run(toggle=True))
  1687. ui.qrcode_btn.triggered.connect(lambda: self.qrcode_tool.run(toggle=True))
  1688. ui.copperfill_btn.triggered.connect(lambda: self.copper_thieving_tool.run(toggle=True))
  1689. ui.fiducials_btn.triggered.connect(lambda: self.fiducial_tool.run(toggle=True))
  1690. ui.punch_btn.triggered.connect(lambda: self.punch_tool.run(toggle=True))
  1691. ui.invert_btn.triggered.connect(lambda: self.invert_tool.run(toggle=True))
  1692. ui.corners_tool_btn.triggered.connect(lambda: self.corners_tool.run(toggle=True))
  1693. ui.etch_btn.triggered.connect(lambda: self.etch_tool.run(toggle=True))
  1694. def connect_toolbar_signals(self, ui):
  1695. """
  1696. Reconnect the signals to the actions in the toolbar.
  1697. This has to be done each time after the FlatCAM tools are removed/installed.
  1698. :return: None
  1699. """
  1700. # Toolbar
  1701. # File Toolbar Signals
  1702. # ui.file_new_btn.triggered.connect(self.on_file_new)
  1703. ui.file_open_btn.triggered.connect(self.on_file_openproject)
  1704. ui.file_save_btn.triggered.connect(self.on_file_saveproject)
  1705. ui.file_open_gerber_btn.triggered.connect(self.on_fileopengerber)
  1706. ui.file_open_excellon_btn.triggered.connect(self.on_fileopenexcellon)
  1707. # View Toolbar Signals
  1708. ui.clear_plot_btn.triggered.connect(self.clear_plots)
  1709. ui.replot_btn.triggered.connect(self.plot_all)
  1710. ui.zoom_fit_btn.triggered.connect(self.on_zoom_fit)
  1711. ui.zoom_in_btn.triggered.connect(lambda: self.plotcanvas.zoom(1 / 1.5))
  1712. ui.zoom_out_btn.triggered.connect(lambda: self.plotcanvas.zoom(1.5))
  1713. # Edit Toolbar Signals
  1714. ui.editgeo_btn.triggered.connect(self.object2editor)
  1715. ui.update_obj_btn.triggered.connect(lambda: self.editor2object())
  1716. ui.copy_btn.triggered.connect(self.on_copy_command)
  1717. ui.delete_btn.triggered.connect(self.on_delete)
  1718. ui.distance_btn.triggered.connect(lambda: self.distance_tool.run(toggle=True))
  1719. ui.distance_min_btn.triggered.connect(lambda: self.distance_min_tool.run(toggle=True))
  1720. ui.origin_btn.triggered.connect(self.on_set_origin)
  1721. ui.move2origin_btn.triggered.connect(self.on_move2origin)
  1722. ui.jmp_btn.triggered.connect(self.on_jump_to)
  1723. ui.locate_btn.triggered.connect(lambda: self.on_locate(obj=self.collection.get_active()))
  1724. # Scripting Toolbar Signals
  1725. ui.shell_btn.triggered.connect(ui.toggle_shell_ui)
  1726. ui.new_script_btn.triggered.connect(self.on_filenewscript)
  1727. ui.open_script_btn.triggered.connect(self.on_fileopenscript)
  1728. ui.run_script_btn.triggered.connect(self.on_filerunscript)
  1729. # Tools Toolbar Signals
  1730. try:
  1731. self.connect_tools_signals_to_toolbar(ui=ui)
  1732. except Exception as err:
  1733. log.debug("App.connect_toolbar_signals() tools signals -> %s" % str(err))
  1734. def object2editor(self):
  1735. """
  1736. Send the current Geometry, Gerber, Excellon object or CNCJob (if any) into the it's editor.
  1737. :return: None
  1738. """
  1739. self.defaults.report_usage("object2editor()")
  1740. # disable the objects menu as it may interfere with the appEditors
  1741. self.ui.menuobjects.setDisabled(True)
  1742. edited_object = self.collection.get_active()
  1743. if isinstance(edited_object, GerberObject) or isinstance(edited_object, GeometryObject) or \
  1744. isinstance(edited_object, ExcellonObject) or isinstance(edited_object, CNCJobObject):
  1745. pass
  1746. else:
  1747. self.inform.emit('[WARNING_NOTCL] %s' % _("Select a Geometry, Gerber, Excellon or CNCJob Object to edit."))
  1748. return
  1749. if isinstance(edited_object, GeometryObject):
  1750. # store the Geometry Editor Toolbar visibility before entering in the Editor
  1751. self.geo_editor.toolbar_old_state = True if self.ui.geo_edit_toolbar.isVisible() else False
  1752. # we set the notebook to hidden
  1753. # self.ui.splitter.setSizes([0, 1])
  1754. if edited_object.multigeo is True:
  1755. sel_rows = [item.row() for item in edited_object.ui.geo_tools_table.selectedItems()]
  1756. if len(sel_rows) > 1:
  1757. self.inform.emit('[WARNING_NOTCL] %s' %
  1758. _("Simultaneous editing of tools geometry in a MultiGeo Geometry "
  1759. "is not possible.\n"
  1760. "Edit only one geometry at a time."))
  1761. # determine the tool dia of the selected tool
  1762. selected_tooldia = float(edited_object.ui.geo_tools_table.item(sel_rows[0], 1).text())
  1763. # now find the key in the edited_object.tools that has this tooldia
  1764. multi_tool = 1
  1765. for tool in edited_object.tools:
  1766. if edited_object.tools[tool]['tooldia'] == selected_tooldia:
  1767. multi_tool = tool
  1768. break
  1769. self.geo_editor.edit_fcgeometry(edited_object, multigeo_tool=multi_tool)
  1770. else:
  1771. self.geo_editor.edit_fcgeometry(edited_object)
  1772. # set call source to the Editor we go into
  1773. self.call_source = 'geo_editor'
  1774. elif isinstance(edited_object, ExcellonObject):
  1775. # store the Excellon Editor Toolbar visibility before entering in the Editor
  1776. self.exc_editor.toolbar_old_state = True if self.ui.exc_edit_toolbar.isVisible() else False
  1777. if self.ui.splitter.sizes()[0] == 0:
  1778. self.ui.splitter.setSizes([1, 1])
  1779. self.exc_editor.edit_fcexcellon(edited_object)
  1780. # set call source to the Editor we go into
  1781. self.call_source = 'exc_editor'
  1782. elif isinstance(edited_object, GerberObject):
  1783. # store the Gerber Editor Toolbar visibility before entering in the Editor
  1784. self.grb_editor.toolbar_old_state = True if self.ui.grb_edit_toolbar.isVisible() else False
  1785. if self.ui.splitter.sizes()[0] == 0:
  1786. self.ui.splitter.setSizes([1, 1])
  1787. self.grb_editor.edit_fcgerber(edited_object)
  1788. # set call source to the Editor we go into
  1789. self.call_source = 'grb_editor'
  1790. # reset the following variables so the UI is built again after edit
  1791. edited_object.ui_build = False
  1792. edited_object.build_aperture_storage = False
  1793. elif isinstance(edited_object, CNCJobObject):
  1794. if self.ui.splitter.sizes()[0] == 0:
  1795. self.ui.splitter.setSizes([1, 1])
  1796. edited_object.on_edit_code_click()
  1797. return
  1798. # make sure that we can't select another object while in Editor Mode:
  1799. # self.collection.view.setSelectionMode(QtWidgets.QAbstractItemView.NoSelection)
  1800. self.ui.project_frame.setDisabled(True)
  1801. # delete any selection shape that might be active as they are not relevant in Editor
  1802. self.delete_selection_shape()
  1803. self.ui.plot_tab_area.setTabText(0, "EDITOR Area")
  1804. self.ui.plot_tab_area.protectTab(0)
  1805. self.inform.emit('[WARNING_NOTCL] %s' % _("Editor is activated ..."))
  1806. self.should_we_save = True
  1807. def editor2object(self, cleanup=None):
  1808. """
  1809. Transfers the Geometry or Excellon from it's editor to the current object.
  1810. :return: None
  1811. """
  1812. self.defaults.report_usage("editor2object()")
  1813. # re-enable the objects menu that was disabled on entry in Editor mode
  1814. self.ui.menuobjects.setDisabled(False)
  1815. # do not update a geometry or excellon object unless it comes out of an editor
  1816. if self.call_source != 'app':
  1817. edited_obj = self.collection.get_active()
  1818. if cleanup is None:
  1819. msgbox = QtWidgets.QMessageBox()
  1820. msgbox.setText(_("Do you want to save the edited object?"))
  1821. msgbox.setWindowTitle(_("Close Editor"))
  1822. msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/save_as.png'))
  1823. msgbox.setIcon(QtWidgets.QMessageBox.Question)
  1824. bt_yes = msgbox.addButton(_('Yes'), QtWidgets.QMessageBox.YesRole)
  1825. bt_no = msgbox.addButton(_('No'), QtWidgets.QMessageBox.NoRole)
  1826. bt_cancel = msgbox.addButton(_('Cancel'), QtWidgets.QMessageBox.RejectRole)
  1827. msgbox.setDefaultButton(bt_yes)
  1828. msgbox.exec_()
  1829. response = msgbox.clickedButton()
  1830. if response == bt_yes:
  1831. # clean the Tools Tab
  1832. self.ui.tool_scroll_area.takeWidget()
  1833. self.ui.tool_scroll_area.setWidget(QtWidgets.QWidget())
  1834. self.ui.notebook.setTabText(2, "Tool")
  1835. if isinstance(edited_obj, GeometryObject):
  1836. obj_type = "Geometry"
  1837. self.geo_editor.update_fcgeometry(edited_obj)
  1838. # self.geo_editor.update_options(edited_obj)
  1839. # restore GUI to the Selected TAB
  1840. # Remove anything else in the appGUI
  1841. self.ui.tool_scroll_area.takeWidget()
  1842. # update the geo object options so it is including the bounding box values
  1843. try:
  1844. xmin, ymin, xmax, ymax = edited_obj.bounds(flatten=True)
  1845. edited_obj.options['xmin'] = xmin
  1846. edited_obj.options['ymin'] = ymin
  1847. edited_obj.options['xmax'] = xmax
  1848. edited_obj.options['ymax'] = ymax
  1849. except AttributeError as e:
  1850. self.inform.emit('[WARNING] %s' % _("Object empty after edit."))
  1851. log.debug("App.editor2object() --> Geometry --> %s" % str(e))
  1852. edited_obj.build_ui()
  1853. edited_obj.plot()
  1854. self.inform.emit('[success] %s' % _("Editor exited. Editor content saved."))
  1855. elif isinstance(edited_obj, GerberObject):
  1856. obj_type = "Gerber"
  1857. self.grb_editor.update_fcgerber()
  1858. # self.grb_editor.update_options(edited_obj)
  1859. # delete the old object (the source object) if it was an empty one
  1860. try:
  1861. if len(edited_obj.solid_geometry) == 0:
  1862. old_name = edited_obj.options['name']
  1863. self.collection.delete_by_name(old_name)
  1864. except TypeError:
  1865. # if the solid_geometry is a single Polygon the len() will not work
  1866. # in any case, falling here means that we have something in the solid_geometry, even if only
  1867. # a single Polygon, therefore we pass this
  1868. pass
  1869. self.inform.emit('[success] %s' % _("Editor exited. Editor content saved."))
  1870. # restore GUI to the Selected TAB
  1871. # Remove anything else in the appGUI
  1872. self.ui.selected_scroll_area.takeWidget()
  1873. elif isinstance(edited_obj, ExcellonObject):
  1874. obj_type = "Excellon"
  1875. self.exc_editor.update_fcexcellon(edited_obj)
  1876. # self.exc_editor.update_options(edited_obj)
  1877. # restore GUI to the Selected TAB
  1878. # Remove anything else in the appGUI
  1879. self.ui.tool_scroll_area.takeWidget()
  1880. # delete the old object (the source object) if it was an empty one
  1881. if len(edited_obj.drills) == 0 and len(edited_obj.slots) == 0:
  1882. old_name = edited_obj.options['name']
  1883. self.collection.delete_by_name(name=old_name)
  1884. self.inform.emit('[success] %s' % _("Editor exited. Editor content saved."))
  1885. else:
  1886. self.inform.emit('[WARNING_NOTCL] %s' %
  1887. _("Select a Gerber, Geometry or Excellon Object to update."))
  1888. return
  1889. self.inform.emit('[selected] %s %s' % (obj_type, _("is updated, returning to App...")))
  1890. elif response == bt_no:
  1891. # clean the Tools Tab
  1892. self.ui.tool_scroll_area.takeWidget()
  1893. self.ui.tool_scroll_area.setWidget(QtWidgets.QWidget())
  1894. self.ui.notebook.setTabText(2, "Tool")
  1895. self.inform.emit('[WARNING_NOTCL] %s' % _("Editor exited. Editor content was not saved."))
  1896. if isinstance(edited_obj, GeometryObject):
  1897. self.geo_editor.deactivate()
  1898. edited_obj.build_ui()
  1899. edited_obj.plot()
  1900. elif isinstance(edited_obj, GerberObject):
  1901. self.grb_editor.deactivate_grb_editor()
  1902. edited_obj.build_ui()
  1903. elif isinstance(edited_obj, ExcellonObject):
  1904. self.exc_editor.deactivate()
  1905. edited_obj.build_ui()
  1906. else:
  1907. self.inform.emit('[WARNING_NOTCL] %s' %
  1908. _("Select a Gerber, Geometry or Excellon Object to update."))
  1909. return
  1910. elif response == bt_cancel:
  1911. return
  1912. # edited_obj.set_ui(edited_obj.ui_type(decimals=self.decimals))
  1913. # edited_obj.build_ui()
  1914. # Switch notebook to Selected page
  1915. # self.ui.notebook.setCurrentWidget(self.ui.selected_tab)
  1916. else:
  1917. if isinstance(edited_obj, GeometryObject):
  1918. self.geo_editor.deactivate()
  1919. elif isinstance(edited_obj, GerberObject):
  1920. self.grb_editor.deactivate_grb_editor()
  1921. elif isinstance(edited_obj, ExcellonObject):
  1922. self.exc_editor.deactivate()
  1923. else:
  1924. self.inform.emit('[WARNING_NOTCL] %s' %
  1925. _("Select a Gerber, Geometry or Excellon Object to update."))
  1926. return
  1927. # if notebook is hidden we show it
  1928. if self.ui.splitter.sizes()[0] == 0:
  1929. self.ui.splitter.setSizes([1, 1])
  1930. # restore the call_source to app
  1931. self.call_source = 'app'
  1932. # edited_obj.plot()
  1933. self.ui.plot_tab_area.setTabText(0, "Plot Area")
  1934. self.ui.plot_tab_area.protectTab(0)
  1935. # make sure that we reenable the selection on Project Tab after returning from Editor Mode:
  1936. # self.collection.view.setSelectionMode(QtWidgets.QAbstractItemView.ExtendedSelection)
  1937. self.ui.project_frame.setDisabled(False)
  1938. def get_last_folder(self):
  1939. """
  1940. Get the folder path from where the last file was opened.
  1941. :return: String, last opened folder path
  1942. """
  1943. return self.defaults["global_last_folder"]
  1944. def get_last_save_folder(self):
  1945. """
  1946. Get the folder path from where the last file was saved.
  1947. :return: String, last saved folder path
  1948. """
  1949. loc = self.defaults["global_last_save_folder"]
  1950. if loc is None:
  1951. loc = self.defaults["global_last_folder"]
  1952. if loc is None:
  1953. loc = os.path.dirname(__file__)
  1954. return loc
  1955. @QtCore.pyqtSlot(str)
  1956. @QtCore.pyqtSlot(str, bool)
  1957. def info(self, msg, shell_echo=True):
  1958. """
  1959. Informs the user. Normally on the status bar, optionally
  1960. also on the shell.
  1961. :param msg: Text to write.
  1962. :type msg: str
  1963. :param shell_echo: Control if to display the message msg in the Shell
  1964. :type shell_echo: bool
  1965. :return: None
  1966. """
  1967. # Type of message in brackets at the beginning of the message.
  1968. match = re.search(r"\[(.*)\](.*)", msg)
  1969. if match:
  1970. level = match.group(1)
  1971. msg_ = match.group(2)
  1972. self.ui.fcinfo.set_status(str(msg_), level=level)
  1973. if shell_echo is True:
  1974. if level.lower() == "error":
  1975. self.shell_message(msg, error=True, show=True)
  1976. elif level.lower() == "warning":
  1977. self.shell_message(msg, warning=True, show=True)
  1978. elif level.lower() == "error_notcl":
  1979. self.shell_message(msg, error=True, show=False)
  1980. elif level.lower() == "warning_notcl":
  1981. self.shell_message(msg, warning=True, show=False)
  1982. elif level.lower() == "success":
  1983. self.shell_message(msg, success=True, show=False)
  1984. elif level.lower() == "selected":
  1985. self.shell_message(msg, selected=True, show=False)
  1986. else:
  1987. self.shell_message(msg, show=False)
  1988. else:
  1989. self.ui.fcinfo.set_status(str(msg), level="info")
  1990. # make sure that if the message is to clear the infobar with a space
  1991. # is not printed over and over on the shell
  1992. if msg != '' and shell_echo is True:
  1993. self.shell_message(msg)
  1994. def info_shell(self, msg):
  1995. self.shell_message(msg=msg)
  1996. def on_import_preferences(self):
  1997. """
  1998. Loads the application default settings from a saved file into
  1999. ``self.defaults`` dictionary.
  2000. :return: None
  2001. """
  2002. self.defaults.report_usage("on_import_preferences")
  2003. App.log.debug("App.on_import_preferences()")
  2004. # Show file chooser
  2005. filter_ = "Config File (*.FlatConfig);;All Files (*.*)"
  2006. try:
  2007. filename, _f = QtWidgets.QFileDialog.getOpenFileName(caption=_("Import FlatCAM Preferences"),
  2008. directory=self.data_path,
  2009. filter=filter_)
  2010. except TypeError:
  2011. filename, _f = QtWidgets.QFileDialog.getOpenFileName(caption=_("Import FlatCAM Preferences"),
  2012. filter=filter_)
  2013. filename = str(filename)
  2014. if filename == "":
  2015. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  2016. return
  2017. # Load in the defaults from the chosen file
  2018. self.defaults.load(filename=filename)
  2019. self.preferencesUiManager.on_preferences_edited()
  2020. self.inform.emit('[success] %s: %s' % (_("Imported Defaults from"), filename))
  2021. def on_export_preferences(self):
  2022. """
  2023. Save the defaults dictionary to a file.
  2024. :return: None
  2025. """
  2026. self.defaults.report_usage("on_export_preferences")
  2027. App.log.debug("on_export_preferences()")
  2028. # defaults_file_content = None
  2029. # Show file chooser
  2030. date = str(datetime.today()).rpartition('.')[0]
  2031. date = ''.join(c for c in date if c not in ':-')
  2032. date = date.replace(' ', '_')
  2033. filter__ = "Config File .FlatConfig (*.FlatConfig);;All Files (*.*)"
  2034. try:
  2035. filename, _f = FCFileSaveDialog.get_saved_filename(
  2036. caption=_("Export FlatCAM Preferences"),
  2037. directory=self.data_path + '/preferences_' + date,
  2038. ext_filter=filter__
  2039. )
  2040. except TypeError:
  2041. filename, _f = FCFileSaveDialog.get_saved_filename(
  2042. caption=_("Export FlatCAM Preferences"), ext_filter=filter__)
  2043. filename = str(filename)
  2044. if filename == "":
  2045. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  2046. return
  2047. # Update options
  2048. self.preferencesUiManager.defaults_read_form()
  2049. self.defaults.propagate_defaults()
  2050. # Save update options
  2051. try:
  2052. self.defaults.write(filename=filename)
  2053. except Exception:
  2054. self.inform.emit('[ERROR_NOTCL] %s %s' % (_("Failed to write defaults to file."), str(filename)))
  2055. return
  2056. if self.defaults["global_open_style"] is False:
  2057. self.file_opened.emit("preferences", filename)
  2058. self.file_saved.emit("preferences", filename)
  2059. self.inform.emit('[success] %s: %s' % (_("Exported preferences to"), filename))
  2060. def save_to_file(self, content_to_save, txt_content):
  2061. """
  2062. Save something to a file.
  2063. :return: None
  2064. """
  2065. self.defaults.report_usage("save_to_file")
  2066. App.log.debug("save_to_file()")
  2067. self.date = str(datetime.today()).rpartition('.')[0]
  2068. self.date = ''.join(c for c in self.date if c not in ':-')
  2069. self.date = self.date.replace(' ', '_')
  2070. filter__ = "HTML File .html (*.html);;TXT File .txt (*.txt);;All Files (*.*)"
  2071. path_to_save = self.defaults["global_last_save_folder"] if \
  2072. self.defaults["global_last_save_folder"] is not None else self.data_path
  2073. try:
  2074. filename, _f = FCFileSaveDialog.get_saved_filename(
  2075. caption=_("Save to file"),
  2076. directory=path_to_save + '/file_' + self.date,
  2077. ext_filter=filter__
  2078. )
  2079. except TypeError:
  2080. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Save to file"), ext_filter=filter__)
  2081. filename = str(filename)
  2082. if filename == "":
  2083. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  2084. return
  2085. else:
  2086. try:
  2087. with open(filename, 'w') as f:
  2088. ___ = f.read()
  2089. except PermissionError:
  2090. self.inform.emit('[WARNING] %s' %
  2091. _("Permission denied, saving not possible.\n"
  2092. "Most likely another app is holding the file open and not accessible."))
  2093. return
  2094. except IOError:
  2095. App.log.debug('Creating a new file ...')
  2096. f = open(filename, 'w')
  2097. f.close()
  2098. except Exception:
  2099. e = sys.exc_info()[0]
  2100. App.log.error("Could not load the file.")
  2101. App.log.error(str(e))
  2102. self.inform.emit('[ERROR_NOTCL] %s' % _("Could not load the file."))
  2103. return
  2104. # Save content
  2105. if filename.rpartition('.')[2].lower() == 'html':
  2106. file_content = content_to_save
  2107. else:
  2108. file_content = txt_content
  2109. try:
  2110. with open(filename, "w") as f:
  2111. f.write(file_content)
  2112. except Exception:
  2113. self.inform.emit('[ERROR_NOTCL] %s %s' % (_("Failed to write defaults to file."), str(filename)))
  2114. return
  2115. self.inform.emit('[success] %s: %s' % (_("Exported file to"), filename))
  2116. def register_recent(self, kind, filename):
  2117. """
  2118. Will register the files opened into record dictionaries. The FlatCAM projects has it's own
  2119. dictionary.
  2120. :param kind: type of file that was opened
  2121. :param filename: the path and file name for the file that was opened
  2122. :return:
  2123. """
  2124. self.log.debug("register_recent()")
  2125. self.log.debug(" %s" % kind)
  2126. self.log.debug(" %s" % filename)
  2127. record = {'kind': str(kind), 'filename': str(filename)}
  2128. if record in self.recent:
  2129. return
  2130. if record in self.recent_projects:
  2131. return
  2132. if record['kind'] == 'project':
  2133. self.recent_projects.insert(0, record)
  2134. else:
  2135. self.recent.insert(0, record)
  2136. if len(self.recent) > self.defaults['global_recent_limit']: # Limit reached
  2137. self.recent.pop()
  2138. if len(self.recent_projects) > self.defaults['global_recent_limit']: # Limit reached
  2139. self.recent_projects.pop()
  2140. try:
  2141. f = open(self.data_path + '/recent.json', 'w')
  2142. except IOError:
  2143. App.log.error("Failed to open recent items file for writing.")
  2144. self.inform.emit('[ERROR_NOTCL] %s' %
  2145. _('Failed to open recent files file for writing.'))
  2146. return
  2147. json.dump(self.recent, f, default=to_dict, indent=2, sort_keys=True)
  2148. f.close()
  2149. try:
  2150. fp = open(self.data_path + '/recent_projects.json', 'w')
  2151. except IOError:
  2152. App.log.error("Failed to open recent items file for writing.")
  2153. self.inform.emit('[ERROR_NOTCL] %s' %
  2154. _('Failed to open recent projects file for writing.'))
  2155. return
  2156. json.dump(self.recent_projects, fp, default=to_dict, indent=2, sort_keys=True)
  2157. fp.close()
  2158. # Re-build the recent items menu
  2159. self.setup_recent_items()
  2160. def on_about(self):
  2161. """
  2162. Displays the "about" dialog found in the Menu --> Help.
  2163. :return: None
  2164. """
  2165. self.defaults.report_usage("on_about")
  2166. version = self.version
  2167. version_date = self.version_date
  2168. beta = self.beta
  2169. class AboutDialog(QtWidgets.QDialog):
  2170. def __init__(self, app, parent=None):
  2171. QtWidgets.QDialog.__init__(self, parent)
  2172. self.app = app
  2173. # Icon and title
  2174. self.setWindowIcon(parent.app_icon)
  2175. self.setWindowTitle(_("About FlatCAM"))
  2176. self.resize(600, 200)
  2177. # self.setStyleSheet("background-image: url(share/flatcam_icon256.png); background-attachment: fixed")
  2178. # self.setStyleSheet(
  2179. # "border-image: url(share/flatcam_icon256.png) 0 0 0 0 stretch stretch; "
  2180. # "background-attachment: fixed"
  2181. # )
  2182. # bgimage = QtGui.QImage(self.resource_location + '/flatcam_icon256.png')
  2183. # s_bgimage = bgimage.scaled(QtCore.QSize(self.frameGeometry().width(), self.frameGeometry().height()))
  2184. # palette = QtGui.QPalette()
  2185. # palette.setBrush(10, QtGui.QBrush(bgimage)) # 10 = Windowrole
  2186. # self.setPalette(palette)
  2187. logo = QtWidgets.QLabel()
  2188. logo.setPixmap(QtGui.QPixmap(self.app.resource_location + '/flatcam_icon256.png'))
  2189. title = QtWidgets.QLabel(
  2190. "<font size=8><B>FlatCAM</B></font><BR>"
  2191. "{title}<BR>"
  2192. "<BR>"
  2193. "<BR>"
  2194. "<a href = \"https://bitbucket.org/jpcgt/flatcam/src/Beta/\"><B>{devel}</B></a><BR>"
  2195. "<a href = \"https://bitbucket.org/jpcgt/flatcam/downloads/\"><b>{down}</B></a><BR>"
  2196. "<a href = \"https://bitbucket.org/jpcgt/flatcam/issues?status=new&status=open/\">"
  2197. "<B>{issue}</B></a><BR>".format(
  2198. title=_("2D Computer-Aided Printed Circuit Board Manufacturing"),
  2199. devel=_("Development"),
  2200. down=_("DOWNLOAD"),
  2201. issue=_("Issue tracker"))
  2202. )
  2203. title.setOpenExternalLinks(True)
  2204. closebtn = QtWidgets.QPushButton(_("Close"))
  2205. tab_widget = QtWidgets.QTabWidget()
  2206. description_label = QtWidgets.QLabel(
  2207. "FlatCAM {version} {beta} ({date}) - {arch}<br>"
  2208. "<a href = \"http://flatcam.org/\">http://flatcam.org</a><br>".format(
  2209. version=version,
  2210. beta=('BETA' if beta else ''),
  2211. date=version_date,
  2212. arch=platform.architecture()[0])
  2213. )
  2214. description_label.setOpenExternalLinks(True)
  2215. lic_lbl_header = QtWidgets.QLabel(
  2216. '%s:<br>%s<br>' % (
  2217. _('Licensed under the MIT license'),
  2218. "<a href = \"http://www.opensource.org/licenses/mit-license.php\">"
  2219. "http://www.opensource.org/licenses/mit-license.php</a>"
  2220. )
  2221. )
  2222. lic_lbl_header.setOpenExternalLinks(True)
  2223. lic_lbl_body = QtWidgets.QLabel(
  2224. _(
  2225. 'Permission is hereby granted, free of charge, to any person obtaining a copy\n'
  2226. 'of this software and associated documentation files (the "Software"), to deal\n'
  2227. 'in the Software without restriction, including without limitation the rights\n'
  2228. 'to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n'
  2229. 'copies of the Software, and to permit persons to whom the Software is\n'
  2230. 'furnished to do so, subject to the following conditions:\n\n'
  2231. 'The above copyright notice and this permission notice shall be included in\n'
  2232. 'all copies or substantial portions of the Software.\n\n'
  2233. 'THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n'
  2234. 'IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n'
  2235. 'FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n'
  2236. 'AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n'
  2237. 'LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n'
  2238. 'OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n'
  2239. 'THE SOFTWARE.'
  2240. )
  2241. )
  2242. attributions_label = QtWidgets.QLabel(
  2243. _(
  2244. 'Some of the icons used are from the following sources:<br>'
  2245. '<div>Icons by <a href="https://www.flaticon.com/authors/freepik" '
  2246. 'title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" '
  2247. 'title="Flaticon">www.flaticon.com</a></div>'
  2248. '<div>Icons by <a target="_blank" href="https://icons8.com">Icons8</a></div>'
  2249. 'Icons by <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>'
  2250. '<div>Icons by <a href="https://www.flaticon.com/authors/pixel-perfect" '
  2251. 'title="Pixel perfect">Pixel perfect</a> from <a href="https://www.flaticon.com/" '
  2252. 'title="Flaticon">www.flaticon.com</a></div>'
  2253. )
  2254. )
  2255. attributions_label.setOpenExternalLinks(True)
  2256. # layouts
  2257. layout1 = QtWidgets.QVBoxLayout()
  2258. layout1_1 = QtWidgets.QHBoxLayout()
  2259. layout1_2 = QtWidgets.QHBoxLayout()
  2260. layout2 = QtWidgets.QHBoxLayout()
  2261. layout3 = QtWidgets.QHBoxLayout()
  2262. self.setLayout(layout1)
  2263. layout1.addLayout(layout1_1)
  2264. layout1.addLayout(layout1_2)
  2265. layout1.addLayout(layout2)
  2266. layout1.addLayout(layout3)
  2267. layout1_1.addStretch()
  2268. layout1_1.addWidget(description_label)
  2269. layout1_2.addWidget(tab_widget)
  2270. self.splash_tab = QtWidgets.QWidget()
  2271. self.splash_tab.setObjectName("splash_about")
  2272. self.splash_tab_layout = QtWidgets.QHBoxLayout(self.splash_tab)
  2273. self.splash_tab_layout.setContentsMargins(2, 2, 2, 2)
  2274. tab_widget.addTab(self.splash_tab, _("Splash"))
  2275. self.programmmers_tab = QtWidgets.QWidget()
  2276. self.programmmers_tab.setObjectName("programmers_about")
  2277. self.programmmers_tab_layout = QtWidgets.QVBoxLayout(self.programmmers_tab)
  2278. self.programmmers_tab_layout.setContentsMargins(2, 2, 2, 2)
  2279. tab_widget.addTab(self.programmmers_tab, _("Programmers"))
  2280. self.translators_tab = QtWidgets.QWidget()
  2281. self.translators_tab.setObjectName("translators_about")
  2282. self.translators_tab_layout = QtWidgets.QVBoxLayout(self.translators_tab)
  2283. self.translators_tab_layout.setContentsMargins(2, 2, 2, 2)
  2284. tab_widget.addTab(self.translators_tab, _("Translators"))
  2285. self.license_tab = QtWidgets.QWidget()
  2286. self.license_tab.setObjectName("license_about")
  2287. self.license_tab_layout = QtWidgets.QVBoxLayout(self.license_tab)
  2288. self.license_tab_layout.setContentsMargins(2, 2, 2, 2)
  2289. tab_widget.addTab(self.license_tab, _("License"))
  2290. self.attributions_tab = QtWidgets.QWidget()
  2291. self.attributions_tab.setObjectName("attributions_about")
  2292. self.attributions_tab_layout = QtWidgets.QVBoxLayout(self.attributions_tab)
  2293. self.attributions_tab_layout.setContentsMargins(2, 2, 2, 2)
  2294. tab_widget.addTab(self.attributions_tab, _("Attributions"))
  2295. self.splash_tab_layout.addWidget(logo, stretch=0)
  2296. self.splash_tab_layout.addWidget(title, stretch=1)
  2297. pal = QtGui.QPalette()
  2298. pal.setColor(QtGui.QPalette.Background, Qt.white)
  2299. self.prog_grid_lay = QtWidgets.QGridLayout()
  2300. self.prog_grid_lay.setHorizontalSpacing(20)
  2301. self.prog_grid_lay.setColumnStretch(0, 0)
  2302. self.prog_grid_lay.setColumnStretch(2, 1)
  2303. prog_widget = QtWidgets.QWidget()
  2304. prog_widget.setLayout(self.prog_grid_lay)
  2305. prog_scroll = QtWidgets.QScrollArea()
  2306. prog_scroll.setWidget(prog_widget)
  2307. prog_scroll.setWidgetResizable(True)
  2308. prog_scroll.setFrameShape(QtWidgets.QFrame.NoFrame)
  2309. prog_scroll.setPalette(pal)
  2310. self.programmmers_tab_layout.addWidget(prog_scroll)
  2311. self.prog_grid_lay.addWidget(QtWidgets.QLabel('<b>%s</b>' % _("Programmer")), 0, 0)
  2312. self.prog_grid_lay.addWidget(QtWidgets.QLabel('<b>%s</b>' % _("Status")), 0, 1)
  2313. self.prog_grid_lay.addWidget(QtWidgets.QLabel('<b>%s</b>' % _("E-mail")), 0, 2)
  2314. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Juan Pablo Caram"), 1, 0)
  2315. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % _("Program Author")), 1, 1)
  2316. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "<>"), 1, 2)
  2317. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Denis Hayrullin"), 2, 0)
  2318. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Kamil Sopko"), 3, 0)
  2319. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Marius Stanciu"), 4, 0)
  2320. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % _("BETA Maintainer >= 2019")), 4, 1)
  2321. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "<marius_adrian@yahoo.com>"), 4, 2)
  2322. self.prog_grid_lay.addWidget(QtWidgets.QLabel(''), 5, 0)
  2323. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "David Robertson"), 6, 0)
  2324. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Matthieu Berthomé"), 7, 0)
  2325. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Mike Evans"), 8, 0)
  2326. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Victor Benso"), 9, 0)
  2327. self.prog_grid_lay.addWidget(QtWidgets.QLabel(''), 10, 0)
  2328. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Jørn Sandvik Nilsson"), 12, 0)
  2329. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Lei Zheng"), 13, 0)
  2330. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Leandro Heck"), 14, 0)
  2331. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Marco A Quezada"), 15, 0)
  2332. self.prog_grid_lay.addWidget(QtWidgets.QLabel(''), 16, 0)
  2333. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Cedric Dussud"), 20, 0)
  2334. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Chris Hemingway"), 22, 0)
  2335. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Damian Wrobel"), 24, 0)
  2336. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Daniel Sallin"), 28, 0)
  2337. self.prog_grid_lay.addWidget(QtWidgets.QLabel(''), 32, 0)
  2338. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Bruno Vunderl"), 40, 0)
  2339. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Gonzalo Lopez"), 42, 0)
  2340. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Jakob Staudt"), 45, 0)
  2341. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Mike Smith"), 49, 0)
  2342. self.prog_grid_lay.addWidget(QtWidgets.QLabel(''), 52, 0)
  2343. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Barnaby Walters"), 55, 0)
  2344. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Steve Martina"), 57, 0)
  2345. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Thomas Duffin"), 59, 0)
  2346. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Andrey Kultyapov"), 61, 0)
  2347. self.prog_grid_lay.addWidget(QtWidgets.QLabel(''), 63, 0)
  2348. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Alex Lazar"), 64, 0)
  2349. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Chris Breneman"), 65, 0)
  2350. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Eric Varsanyi"), 67, 0)
  2351. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Lubos Medovarsky"), 69, 0)
  2352. self.prog_grid_lay.addWidget(QtWidgets.QLabel(''), 74, 0)
  2353. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "@Idechix"), 100, 0)
  2354. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "@SM"), 101, 0)
  2355. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "@grbf"), 102, 0)
  2356. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "@Symonty"), 103, 0)
  2357. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "@mgix"), 104, 0)
  2358. self.translator_grid_lay = QtWidgets.QGridLayout()
  2359. self.translator_grid_lay.setColumnStretch(0, 0)
  2360. self.translator_grid_lay.setColumnStretch(1, 0)
  2361. self.translator_grid_lay.setColumnStretch(2, 1)
  2362. self.translator_grid_lay.setColumnStretch(3, 0)
  2363. # trans_widget = QtWidgets.QWidget()
  2364. # trans_widget.setLayout(self.translator_grid_lay)
  2365. # self.translators_tab_layout.addWidget(trans_widget)
  2366. # self.translators_tab_layout.addStretch()
  2367. trans_widget = QtWidgets.QWidget()
  2368. trans_widget.setLayout(self.translator_grid_lay)
  2369. trans_scroll = QtWidgets.QScrollArea()
  2370. trans_scroll.setWidget(trans_widget)
  2371. trans_scroll.setWidgetResizable(True)
  2372. trans_scroll.setFrameShape(QtWidgets.QFrame.NoFrame)
  2373. trans_scroll.setPalette(pal)
  2374. self.translators_tab_layout.addWidget(trans_scroll)
  2375. self.translator_grid_lay.addWidget(QtWidgets.QLabel('<b>%s</b>' % _("Language")), 0, 0)
  2376. self.translator_grid_lay.addWidget(QtWidgets.QLabel('<b>%s</b>' % _("Translator")), 0, 1)
  2377. self.translator_grid_lay.addWidget(QtWidgets.QLabel('<b>%s</b>' % _("Corrections")), 0, 2)
  2378. self.translator_grid_lay.addWidget(QtWidgets.QLabel('<b>%s</b>' % _("E-mail")), 0, 3)
  2379. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "BR - Portuguese"), 1, 0)
  2380. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Carlos Stein"), 1, 1)
  2381. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "<carlos.stein@gmail.com>"), 1, 3)
  2382. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "French"), 2, 0)
  2383. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Michel Maciejewski"), 2, 1)
  2384. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % ""), 2, 2)
  2385. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "<micmac589@gmail.com>"), 2, 3)
  2386. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Hungarian"), 3, 0)
  2387. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % " "), 3, 1)
  2388. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % " "), 3, 2)
  2389. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % " "), 3, 3)
  2390. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Italian"), 4, 0)
  2391. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Massimiliano Golfetto"), 4, 1)
  2392. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % " "), 4, 2)
  2393. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "<golfetto.pcb@gmail.com>"), 4, 3)
  2394. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "German"), 5, 0)
  2395. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Marius Stanciu (Google-Tr)"), 5, 1)
  2396. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Jens Karstedt, Detlef Eckardt"), 5, 2)
  2397. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % " "), 5, 3)
  2398. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Romanian"), 6, 0)
  2399. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Marius Stanciu"), 6, 1)
  2400. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "<marius_adrian@yahoo.com>"), 6, 3)
  2401. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Russian"), 7, 0)
  2402. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Andrey Kultyapov"), 7, 1)
  2403. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "<camellan@yandex.ru>"), 7, 3)
  2404. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Spanish"), 8, 0)
  2405. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Marius Stanciu (Google-Tr)"), 8, 1)
  2406. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % ""), 8, 2)
  2407. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % " "), 8, 3)
  2408. self.translator_grid_lay.setColumnStretch(0, 0)
  2409. self.translators_tab_layout.addStretch()
  2410. self.license_tab_layout.addWidget(lic_lbl_header)
  2411. self.license_tab_layout.addWidget(lic_lbl_body)
  2412. self.license_tab_layout.addStretch()
  2413. self.attributions_tab_layout.addWidget(attributions_label)
  2414. self.attributions_tab_layout.addStretch()
  2415. layout3.addStretch()
  2416. layout3.addWidget(closebtn)
  2417. closebtn.clicked.connect(self.accept)
  2418. AboutDialog(app=self, parent=self.ui).exec_()
  2419. def on_readme(self):
  2420. """
  2421. Displays the "about" dialog found in the Menu --> Help.
  2422. :return: None
  2423. """
  2424. class ReadmeDialog(QtWidgets.QDialog):
  2425. def __init__(self, app, parent=None):
  2426. QtWidgets.QDialog.__init__(self, parent)
  2427. self.app = app
  2428. open_source_link = "<a href = 'https://opensource.org/'<b>Open Source</b></a>"
  2429. new_features_link = "<a href = 'https://bitbucket.org/jpcgt/flatcam/pull-requests/'" \
  2430. "<b>click</b></a>"
  2431. bugs_link = "<a href = 'https://bitbucket.org/jpcgt/flatcam/issues/new'<b>click</b></a>"
  2432. donation_link = "<a href = 'https://www.paypal.com/cgi-bin/webscr?cmd=_" \
  2433. "donations&business=WLTJJ3Q77D98L&currency_code=USD&source=url'<b>click</b></a>"
  2434. # Icon and title
  2435. self.setWindowIcon(parent.app_icon)
  2436. self.setWindowTitle(_("Important Information's"))
  2437. self.resize(750, 375)
  2438. logo = QtWidgets.QLabel()
  2439. logo.setPixmap(QtGui.QPixmap(self.app.resource_location + '/contribute256.png'))
  2440. content = QtWidgets.QLabel(
  2441. "%s<br>"
  2442. "%s<br><br>"
  2443. "%s,<br>"
  2444. "%s<br>"
  2445. "<ul>"
  2446. "<li> &nbsp;%s %s</li>"
  2447. "<li> &nbsp;%s %s</li>"
  2448. "</ul>"
  2449. "%s %s.<br>"
  2450. "%s"
  2451. "<ul>"
  2452. "<li> &nbsp;%s &#128077;</li>"
  2453. "<li> &nbsp;%s &#128513;</li>"
  2454. "</ul>" %
  2455. (
  2456. _("This program is %s and free in a very wide meaning of the word.") % open_source_link,
  2457. _("Yet it cannot evolve without <b>contributions</b>."),
  2458. _("If you want to see this application grow and become better and better"),
  2459. _("you can <b>contribute</b> to the development yourself by:"),
  2460. _("Pull Requests on the Bitbucket repository, if you are a developer"),
  2461. new_features_link,
  2462. _("Bug Reports by providing the steps required to reproduce the bug"),
  2463. bugs_link,
  2464. _("If you like or use this program you can make a donation"),
  2465. donation_link,
  2466. _("You don't have to make a donation %s, and it is totally optional but:") % donation_link,
  2467. _("it will be welcomed with joy"),
  2468. _("it will give me a reason to continue")
  2469. )
  2470. )
  2471. content.setOpenExternalLinks(True)
  2472. # palette
  2473. pal = QtGui.QPalette()
  2474. pal.setColor(QtGui.QPalette.Background, Qt.white)
  2475. # layouts
  2476. main_layout = QtWidgets.QVBoxLayout()
  2477. self.setLayout(main_layout)
  2478. tab_layout = QtWidgets.QHBoxLayout()
  2479. buttons_hlay = QtWidgets.QHBoxLayout()
  2480. main_layout.addLayout(tab_layout)
  2481. main_layout.addLayout(buttons_hlay)
  2482. tab_widget = QtWidgets.QTabWidget()
  2483. tab_layout.addWidget(tab_widget)
  2484. closebtn = QtWidgets.QPushButton(_("Close"))
  2485. buttons_hlay.addStretch()
  2486. buttons_hlay.addWidget(closebtn)
  2487. # CONTRIBUTE section
  2488. self.intro_tab = QtWidgets.QWidget()
  2489. self.intro_tab_layout = QtWidgets.QHBoxLayout(self.intro_tab)
  2490. self.intro_tab_layout.setContentsMargins(2, 2, 2, 2)
  2491. tab_widget.addTab(self.intro_tab, _("Contribute"))
  2492. self.grid_lay = QtWidgets.QGridLayout()
  2493. self.grid_lay.setHorizontalSpacing(20)
  2494. self.grid_lay.setColumnStretch(0, 0)
  2495. self.grid_lay.setColumnStretch(1, 1)
  2496. intro_wdg = QtWidgets.QWidget()
  2497. intro_wdg.setLayout(self.grid_lay)
  2498. intro_scroll_area = QtWidgets.QScrollArea()
  2499. intro_scroll_area.setWidget(intro_wdg)
  2500. intro_scroll_area.setWidgetResizable(True)
  2501. intro_scroll_area.setFrameShape(QtWidgets.QFrame.NoFrame)
  2502. intro_scroll_area.setPalette(pal)
  2503. self.grid_lay.addWidget(logo, 0, 0)
  2504. self.grid_lay.addWidget(content, 0, 1)
  2505. self.intro_tab_layout.addWidget(intro_scroll_area)
  2506. # LINKS EXCHANGE section
  2507. self.links_tab = QtWidgets.QWidget()
  2508. self.links_tab_layout = QtWidgets.QVBoxLayout(self.links_tab)
  2509. self.links_tab_layout.setContentsMargins(2, 2, 2, 2)
  2510. tab_widget.addTab(self.links_tab, _("Links Exchange"))
  2511. self.links_lay = QtWidgets.QHBoxLayout()
  2512. links_wdg = QtWidgets.QWidget()
  2513. links_wdg.setLayout(self.links_lay)
  2514. links_scroll_area = QtWidgets.QScrollArea()
  2515. links_scroll_area.setWidget(links_wdg)
  2516. links_scroll_area.setWidgetResizable(True)
  2517. links_scroll_area.setFrameShape(QtWidgets.QFrame.NoFrame)
  2518. links_scroll_area.setPalette(pal)
  2519. self.links_lay.addWidget(QtWidgets.QLabel('%s' % _("Soon ...")), alignment=QtCore.Qt.AlignCenter)
  2520. self.links_tab_layout.addWidget(links_scroll_area)
  2521. # HOW TO section
  2522. self.howto_tab = QtWidgets.QWidget()
  2523. self.howto_tab_layout = QtWidgets.QVBoxLayout(self.howto_tab)
  2524. self.howto_tab_layout.setContentsMargins(2, 2, 2, 2)
  2525. tab_widget.addTab(self.howto_tab, _("How To's"))
  2526. self.howto_lay = QtWidgets.QHBoxLayout()
  2527. howto_wdg = QtWidgets.QWidget()
  2528. howto_wdg.setLayout(self.howto_lay)
  2529. howto_scroll_area = QtWidgets.QScrollArea()
  2530. howto_scroll_area.setWidget(howto_wdg)
  2531. howto_scroll_area.setWidgetResizable(True)
  2532. howto_scroll_area.setFrameShape(QtWidgets.QFrame.NoFrame)
  2533. howto_scroll_area.setPalette(pal)
  2534. self.howto_lay.addWidget(QtWidgets.QLabel('%s' % _("Soon ...")), alignment=QtCore.Qt.AlignCenter)
  2535. self.howto_tab_layout.addWidget(howto_scroll_area)
  2536. # BUTTONS section
  2537. closebtn.clicked.connect(self.accept)
  2538. ReadmeDialog(app=self, parent=self.ui).exec_()
  2539. def install_bookmarks(self, book_dict=None):
  2540. """
  2541. Install the bookmarks actions in the Help menu -> Bookmarks
  2542. :param book_dict: a dict having the actions text as keys and the weblinks as the values
  2543. :return: None
  2544. """
  2545. if book_dict is None:
  2546. self.defaults["global_bookmarks"].update(
  2547. {
  2548. '1': ['FlatCAM', "http://flatcam.org"],
  2549. '2': ['Backup Site', ""]
  2550. }
  2551. )
  2552. else:
  2553. self.defaults["global_bookmarks"].clear()
  2554. self.defaults["global_bookmarks"].update(book_dict)
  2555. # first try to disconnect if somehow they get connected from elsewhere
  2556. for act in self.ui.menuhelp_bookmarks.actions():
  2557. try:
  2558. act.triggered.disconnect()
  2559. except TypeError:
  2560. pass
  2561. # clear all actions except the last one who is the Bookmark manager
  2562. if act is self.ui.menuhelp_bookmarks.actions()[-1]:
  2563. pass
  2564. else:
  2565. self.ui.menuhelp_bookmarks.removeAction(act)
  2566. bm_limit = int(self.defaults["global_bookmarks_limit"])
  2567. if self.defaults["global_bookmarks"]:
  2568. # order the self.defaults["global_bookmarks"] dict keys by the value as integer
  2569. # the whole convoluted things is because when serializing the self.defaults (on app close or save)
  2570. # the JSON is first making the keys as strings (therefore I have to use strings too
  2571. # or do the conversion :(
  2572. # )
  2573. # and it is ordering them (actually I want that to make the defaults easy to search within) but making
  2574. # the '10' entry jsut after '1' therefore ordering as strings
  2575. sorted_bookmarks = sorted(list(self.defaults["global_bookmarks"].items())[:bm_limit],
  2576. key=lambda x: int(x[0]))
  2577. for entry, bookmark in sorted_bookmarks:
  2578. title = bookmark[0]
  2579. weblink = bookmark[1]
  2580. act = QtWidgets.QAction(parent=self.ui.menuhelp_bookmarks)
  2581. act.setText(title)
  2582. act.setIcon(QtGui.QIcon(self.resource_location + '/link16.png'))
  2583. # from here: https://stackoverflow.com/questions/20390323/pyqt-dynamic-generate-qmenu-action-and-connect
  2584. if title == 'Backup Site' and weblink == "":
  2585. act.triggered.connect(self.on_backup_site)
  2586. else:
  2587. act.triggered.connect(lambda sig, link=weblink: webbrowser.open(link))
  2588. self.ui.menuhelp_bookmarks.insertAction(self.ui.menuhelp_bookmarks_manager, act)
  2589. self.ui.menuhelp_bookmarks_manager.triggered.connect(self.on_bookmarks_manager)
  2590. def on_bookmarks_manager(self):
  2591. """
  2592. Adds the bookmark manager in a Tab in Plot Area
  2593. :return:
  2594. """
  2595. for idx in range(self.ui.plot_tab_area.count()):
  2596. if self.ui.plot_tab_area.tabText(idx) == _("Bookmarks Manager"):
  2597. # there can be only one instance of Bookmark Manager at one time
  2598. return
  2599. # BookDialog(app=self, storage=self.defaults["global_bookmarks"], parent=self.ui).exec_()
  2600. self.book_dialog_tab = BookmarkManager(app=self, storage=self.defaults["global_bookmarks"], parent=self.ui)
  2601. self.book_dialog_tab.setObjectName("bookmarks_tab")
  2602. # add the tab if it was closed
  2603. self.ui.plot_tab_area.addTab(self.book_dialog_tab, _("Bookmarks Manager"))
  2604. # delete the absolute and relative position and messages in the infobar
  2605. self.ui.position_label.setText("")
  2606. # self.ui.rel_position_label.setText("")
  2607. # Switch plot_area to preferences page
  2608. self.ui.plot_tab_area.setCurrentWidget(self.book_dialog_tab)
  2609. def on_backup_site(self):
  2610. msgbox = QtWidgets.QMessageBox()
  2611. msgbox.setText(_("This entry will resolve to another website if:\n\n"
  2612. "1. FlatCAM.org website is down\n"
  2613. "2. Someone forked FlatCAM project and wants to point\n"
  2614. "to his own website\n\n"
  2615. "If you can't get any informations about FlatCAM beta\n"
  2616. "use the YouTube channel link from the Help menu."))
  2617. msgbox.setWindowTitle(_("Alternative website"))
  2618. msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/globe16.png'))
  2619. msgbox.setIcon(QtWidgets.QMessageBox.Question)
  2620. bt_yes = msgbox.addButton(_('Close'), QtWidgets.QMessageBox.YesRole)
  2621. msgbox.setDefaultButton(bt_yes)
  2622. msgbox.exec_()
  2623. # response = msgbox.clickedButton()
  2624. def on_file_savedefaults(self):
  2625. """
  2626. Callback for menu item File->Save Defaults. Saves application default options
  2627. ``self.defaults`` to current_defaults.FlatConfig.
  2628. :return: None
  2629. """
  2630. self.preferencesUiManager.save_defaults()
  2631. def final_save(self):
  2632. """
  2633. Callback for doing a preferences save to file whenever the application is about to quit.
  2634. If the project has changes, it will ask the user to save the project.
  2635. :return: None
  2636. """
  2637. if self.save_in_progress:
  2638. self.inform.emit('[WARNING_NOTCL] %s' % _("Application is saving the project. Please wait ..."))
  2639. return
  2640. if self.should_we_save and self.collection.get_list():
  2641. msgbox = QtWidgets.QMessageBox()
  2642. msgbox.setText(_("There are files/objects modified in FlatCAM. "
  2643. "\n"
  2644. "Do you want to Save the project?"))
  2645. msgbox.setWindowTitle(_("Save changes"))
  2646. msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/save_as.png'))
  2647. msgbox.setIcon(QtWidgets.QMessageBox.Question)
  2648. bt_yes = msgbox.addButton(_('Yes'), QtWidgets.QMessageBox.YesRole)
  2649. bt_no = msgbox.addButton(_('No'), QtWidgets.QMessageBox.NoRole)
  2650. bt_cancel = msgbox.addButton(_('Cancel'), QtWidgets.QMessageBox.RejectRole)
  2651. msgbox.setDefaultButton(bt_yes)
  2652. msgbox.exec_()
  2653. response = msgbox.clickedButton()
  2654. if response == bt_yes:
  2655. try:
  2656. self.trayIcon.hide()
  2657. except Exception:
  2658. pass
  2659. self.on_file_saveprojectas(use_thread=True, quit_action=True)
  2660. elif response == bt_no:
  2661. try:
  2662. self.trayIcon.hide()
  2663. except Exception:
  2664. pass
  2665. self.quit_application()
  2666. elif response == bt_cancel:
  2667. return
  2668. else:
  2669. try:
  2670. self.trayIcon.hide()
  2671. except Exception:
  2672. pass
  2673. self.quit_application()
  2674. def quit_application(self):
  2675. """
  2676. Called (as a pyslot or not) when the application is quit.
  2677. :return: None
  2678. """
  2679. # close editors before quiting the app, if they are open
  2680. if self.geo_editor.editor_active is True:
  2681. self.geo_editor.deactivate()
  2682. try:
  2683. self.geo_editor.disconnect()
  2684. except TypeError:
  2685. pass
  2686. log.debug("App.quit_application() --> Geo Editor deactivated.")
  2687. if self.exc_editor.editor_active is True:
  2688. self.exc_editor.deactivate()
  2689. try:
  2690. self.grb_editor.disconnect()
  2691. except TypeError:
  2692. pass
  2693. log.debug("App.quit_application() --> Excellon Editor deactivated.")
  2694. if self.grb_editor.editor_active is True:
  2695. self.grb_editor.deactivate_grb_editor()
  2696. try:
  2697. self.exc_editor.disconnect()
  2698. except TypeError:
  2699. pass
  2700. log.debug("App.quit_application() --> Gerber Editor deactivated.")
  2701. # disconnect the mouse events
  2702. if self.is_legacy:
  2703. self.plotcanvas.graph_event_disconnect(self.mm)
  2704. self.plotcanvas.graph_event_disconnect(self.mp)
  2705. self.plotcanvas.graph_event_disconnect(self.mr)
  2706. self.plotcanvas.graph_event_disconnect(self.mdc)
  2707. self.plotcanvas.graph_event_disconnect(self.kp)
  2708. else:
  2709. self.mm = self.plotcanvas.graph_event_disconnect('mouse_move', self.on_mouse_move_over_plot)
  2710. self.mp = self.plotcanvas.graph_event_disconnect('mouse_press', self.on_mouse_click_over_plot)
  2711. self.mr = self.plotcanvas.graph_event_disconnect('mouse_release', self.on_mouse_click_release_over_plot)
  2712. self.mdc = self.plotcanvas.graph_event_disconnect('mouse_double_click',
  2713. self.on_mouse_double_click_over_plot)
  2714. self.kp = self.plotcanvas.graph_event_disconnect('key_press', self.ui.keyPressEvent)
  2715. self.preferencesUiManager.save_defaults(silent=True)
  2716. log.debug("App.quit_application() --> App Defaults saved.")
  2717. if self.cmd_line_headless != 1:
  2718. # save app state to file
  2719. stgs = QSettings("Open Source", "FlatCAM")
  2720. stgs.setValue('saved_gui_state', self.ui.saveState())
  2721. stgs.setValue('maximized_gui', self.ui.isMaximized())
  2722. stgs.setValue(
  2723. 'language',
  2724. self.ui.general_defaults_form.general_app_group.language_cb.get_value()
  2725. )
  2726. stgs.setValue(
  2727. 'notebook_font_size',
  2728. self.ui.general_defaults_form.general_app_set_group.notebook_font_size_spinner.get_value()
  2729. )
  2730. stgs.setValue(
  2731. 'axis_font_size',
  2732. self.ui.general_defaults_form.general_app_set_group.axis_font_size_spinner.get_value()
  2733. )
  2734. stgs.setValue(
  2735. 'textbox_font_size',
  2736. self.ui.general_defaults_form.general_app_set_group.textbox_font_size_spinner.get_value()
  2737. )
  2738. stgs.setValue(
  2739. 'hud_font_size',
  2740. self.ui.general_defaults_form.general_app_set_group.hud_font_size_spinner.get_value()
  2741. )
  2742. stgs.setValue('toolbar_lock', self.ui.lock_action.isChecked())
  2743. stgs.setValue(
  2744. 'machinist',
  2745. 1 if self.ui.general_defaults_form.general_app_set_group.machinist_cb.get_value() else 0
  2746. )
  2747. # This will write the setting to the platform specific storage.
  2748. del stgs
  2749. log.debug("App.quit_application() --> App UI state saved.")
  2750. # try to quit the Socket opened by ArgsThread class
  2751. try:
  2752. # self.new_launch.thread_exit = True
  2753. # self.new_launch.listener.close()
  2754. self.new_launch.stop.emit()
  2755. except Exception as err:
  2756. log.debug("App.quit_application() --> %s" % str(err))
  2757. # try to quit the QThread that run ArgsThread class
  2758. try:
  2759. # del self.new_launch
  2760. self.listen_th.quit()
  2761. except Exception as e:
  2762. log.debug("App.quit_application() --> %s" % str(e))
  2763. # terminate workers
  2764. # self.workers.__del__()
  2765. self.clear_pool()
  2766. # quit app by signalling for self.kill_app() method
  2767. # self.close_app_signal.emit()
  2768. QtWidgets.qApp.quit()
  2769. # QtCore.QCoreApplication.quit()
  2770. # When the main event loop is not started yet in which case the qApp.quit() will do nothing
  2771. # we use the following command
  2772. minor_v = sys.version_info.minor
  2773. if minor_v < 8:
  2774. # make sure that the app closes
  2775. sys.exit(0)
  2776. else:
  2777. os._exit(0) # fix to work with Python 3.8
  2778. @staticmethod
  2779. def kill_app():
  2780. QtWidgets.qApp.quit()
  2781. # When the main event loop is not started yet in which case the qApp.quit() will do nothing
  2782. # we use the following command
  2783. sys.exit(0)
  2784. def on_portable_checked(self, state):
  2785. """
  2786. Callback called when the checkbox in Preferences GUI is checked.
  2787. It will set the application as portable by creating the preferences and recent files in the
  2788. 'config' folder found in the FlatCAM installation folder.
  2789. :param state: boolean, the state of the checkbox when clicked/checked
  2790. :return:
  2791. """
  2792. line_no = 0
  2793. data = None
  2794. if sys.platform != 'win32':
  2795. # this won't work in Linux or MacOS
  2796. return
  2797. # test if the app was frozen and choose the path for the configuration file
  2798. if getattr(sys, "frozen", False) is True:
  2799. current_data_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) + '\\config'
  2800. else:
  2801. current_data_path = os.path.dirname(os.path.realpath(__file__)) + '\\config'
  2802. config_file = current_data_path + '\\configuration.txt'
  2803. try:
  2804. with open(config_file, 'r') as f:
  2805. try:
  2806. data = f.readlines()
  2807. except Exception as e:
  2808. log.debug('App.__init__() -->%s' % str(e))
  2809. return
  2810. except FileNotFoundError:
  2811. pass
  2812. for line in data:
  2813. line = line.strip('\n')
  2814. param = str(line).rpartition('=')
  2815. if param[0] == 'portable':
  2816. break
  2817. line_no += 1
  2818. if state:
  2819. data[line_no] = 'portable=True\n'
  2820. # create the new defauults files
  2821. # create current_defaults.FlatConfig file if there is none
  2822. try:
  2823. f = open(current_data_path + '/current_defaults.FlatConfig')
  2824. f.close()
  2825. except IOError:
  2826. App.log.debug('Creating empty current_defaults.FlatConfig')
  2827. f = open(current_data_path + '/current_defaults.FlatConfig', 'w')
  2828. json.dump({}, f)
  2829. f.close()
  2830. # create factory_defaults.FlatConfig file if there is none
  2831. try:
  2832. f = open(current_data_path + '/factory_defaults.FlatConfig')
  2833. f.close()
  2834. except IOError:
  2835. App.log.debug('Creating empty factory_defaults.FlatConfig')
  2836. f = open(current_data_path + '/factory_defaults.FlatConfig', 'w')
  2837. json.dump({}, f)
  2838. f.close()
  2839. try:
  2840. f = open(current_data_path + '/recent.json')
  2841. f.close()
  2842. except IOError:
  2843. App.log.debug('Creating empty recent.json')
  2844. f = open(current_data_path + '/recent.json', 'w')
  2845. json.dump([], f)
  2846. f.close()
  2847. try:
  2848. fp = open(current_data_path + '/recent_projects.json')
  2849. fp.close()
  2850. except IOError:
  2851. App.log.debug('Creating empty recent_projects.json')
  2852. fp = open(current_data_path + '/recent_projects.json', 'w')
  2853. json.dump([], fp)
  2854. fp.close()
  2855. # save the current defaults to the new defaults file
  2856. self.preferencesUiManager.save_defaults(silent=True, data_path=current_data_path)
  2857. else:
  2858. data[line_no] = 'portable=False\n'
  2859. with open(config_file, 'w') as f:
  2860. f.writelines(data)
  2861. def on_register_files(self, obj_type=None):
  2862. """
  2863. Called whenever there is a need to register file extensions with FlatCAM.
  2864. Works only in Windows and should be called only when FlatCAM is run in Windows.
  2865. :param obj_type: the type of object to be register for.
  2866. Can be: 'gerber', 'excellon' or 'gcode'. 'geometry' is not used for the moment.
  2867. :return: None
  2868. """
  2869. log.debug("Manufacturing files extensions are registered with FlatCAM.")
  2870. new_reg_path = 'Software\\Classes\\'
  2871. # find if the current user is admin
  2872. try:
  2873. is_admin = os.getuid() == 0
  2874. except AttributeError:
  2875. is_admin = ctypes.windll.shell32.IsUserAnAdmin() == 1
  2876. if is_admin is True:
  2877. root_path = winreg.HKEY_LOCAL_MACHINE
  2878. else:
  2879. root_path = winreg.HKEY_CURRENT_USER
  2880. # create the keys
  2881. def set_reg(name, root_pth, new_reg_path, value):
  2882. try:
  2883. winreg.CreateKey(root_pth, new_reg_path)
  2884. with winreg.OpenKey(root_pth, new_reg_path, 0, winreg.KEY_WRITE) as registry_key:
  2885. winreg.SetValueEx(registry_key, name, 0, winreg.REG_SZ, value)
  2886. return True
  2887. except WindowsError:
  2888. return False
  2889. # delete key in registry
  2890. def delete_reg(root_pth, reg_path, key_to_del):
  2891. key_to_del_path = reg_path + key_to_del
  2892. try:
  2893. winreg.DeleteKey(root_pth, key_to_del_path)
  2894. return True
  2895. except WindowsError:
  2896. return False
  2897. if obj_type is None or obj_type == 'excellon':
  2898. exc_list = \
  2899. self.ui.util_defaults_form.fa_excellon_group.exc_list_text.get_value().replace(' ', '').split(',')
  2900. exc_list = [x for x in exc_list if x != '']
  2901. # register all keys in the Preferences window
  2902. for ext in exc_list:
  2903. new_k = new_reg_path + '.%s' % ext
  2904. set_reg('', root_path=root_path, new_reg_path=new_k, value='FlatCAM')
  2905. # and unregister those that are no longer in the Preferences windows but are in the file
  2906. for ext in self.defaults["fa_excellon"].replace(' ', '').split(','):
  2907. if ext not in exc_list:
  2908. delete_reg(root_path=root_path, reg_path=new_reg_path, key_to_del='.%s' % ext)
  2909. # now write the updated extensions to the self.defaults
  2910. # new_ext = ''
  2911. # for ext in exc_list:
  2912. # new_ext = new_ext + ext + ', '
  2913. # self.defaults["fa_excellon"] = new_ext
  2914. self.inform.emit('[success] %s' % _("Selected Excellon file extensions registered with FlatCAM."))
  2915. if obj_type is None or obj_type == 'gcode':
  2916. gco_list = self.ui.util_defaults_form.fa_gcode_group.gco_list_text.get_value().replace(' ', '').split(',')
  2917. gco_list = [x for x in gco_list if x != '']
  2918. # register all keys in the Preferences window
  2919. for ext in gco_list:
  2920. new_k = new_reg_path + '.%s' % ext
  2921. set_reg('', root_path=root_path, new_reg_path=new_k, value='FlatCAM')
  2922. # and unregister those that are no longer in the Preferences windows but are in the file
  2923. for ext in self.defaults["fa_gcode"].replace(' ', '').split(','):
  2924. if ext not in gco_list:
  2925. delete_reg(root_path=root_path, reg_path=new_reg_path, key_to_del='.%s' % ext)
  2926. # now write the updated extensions to the self.defaults
  2927. # new_ext = ''
  2928. # for ext in gco_list:
  2929. # new_ext = new_ext + ext + ', '
  2930. # self.defaults["fa_gcode"] = new_ext
  2931. self.inform.emit('[success] %s' %
  2932. _("Selected GCode file extensions registered with FlatCAM."))
  2933. if obj_type is None or obj_type == 'gerber':
  2934. grb_list = self.ui.util_defaults_form.fa_gerber_group.grb_list_text.get_value().replace(' ', '').split(',')
  2935. grb_list = [x for x in grb_list if x != '']
  2936. # register all keys in the Preferences window
  2937. for ext in grb_list:
  2938. new_k = new_reg_path + '.%s' % ext
  2939. set_reg('', root_path=root_path, new_reg_path=new_k, value='FlatCAM')
  2940. # and unregister those that are no longer in the Preferences windows but are in the file
  2941. for ext in self.defaults["fa_gerber"].replace(' ', '').split(','):
  2942. if ext not in grb_list:
  2943. delete_reg(root_path=root_path, reg_path=new_reg_path, key_to_del='.%s' % ext)
  2944. # now write the updated extensions to the self.defaults
  2945. # new_ext = ''
  2946. # for ext in grb_list:
  2947. # new_ext = new_ext + ext + ', '
  2948. # self.defaults["fa_gerber"] = new_ext
  2949. self.inform.emit('[success] %s' %
  2950. _("Selected Gerber file extensions registered with FlatCAM."))
  2951. def add_extension(self, ext_type):
  2952. """
  2953. Add a file extension to the list for a specific object
  2954. :param ext_type: type of FlatCAM object: excellon, gerber, geometry and then 'not FlatCAM object' keyword
  2955. :return:
  2956. """
  2957. if ext_type == 'excellon':
  2958. new_ext = self.ui.util_defaults_form.fa_excellon_group.ext_entry.get_value()
  2959. if new_ext == '':
  2960. return
  2961. old_val = self.ui.util_defaults_form.fa_excellon_group.exc_list_text.get_value().replace(' ', '').split(',')
  2962. if new_ext in old_val:
  2963. return
  2964. old_val.append(new_ext)
  2965. old_val.sort()
  2966. self.ui.util_defaults_form.fa_excellon_group.exc_list_text.set_value(', '.join(old_val))
  2967. if ext_type == 'gcode':
  2968. new_ext = self.ui.util_defaults_form.fa_gcode_group.ext_entry.get_value()
  2969. if new_ext == '':
  2970. return
  2971. old_val = self.ui.util_defaults_form.fa_gcode_group.gco_list_text.get_value().replace(' ', '').split(',')
  2972. if new_ext in old_val:
  2973. return
  2974. old_val.append(new_ext)
  2975. old_val.sort()
  2976. self.ui.util_defaults_form.fa_gcode_group.gco_list_text.set_value(', '.join(old_val))
  2977. if ext_type == 'gerber':
  2978. new_ext = self.ui.util_defaults_form.fa_gerber_group.ext_entry.get_value()
  2979. if new_ext == '':
  2980. return
  2981. old_val = self.ui.util_defaults_form.fa_gerber_group.grb_list_text.get_value().replace(' ', '').split(',')
  2982. if new_ext in old_val:
  2983. return
  2984. old_val.append(new_ext)
  2985. old_val.sort()
  2986. self.ui.util_defaults_form.fa_gerber_group.grb_list_text.set_value(', '.join(old_val))
  2987. if ext_type == 'keyword':
  2988. new_kw = self.ui.util_defaults_form.kw_group.kw_entry.get_value()
  2989. if new_kw == '':
  2990. return
  2991. old_val = self.ui.util_defaults_form.kw_group.kw_list_text.get_value().replace(' ', '').split(',')
  2992. if new_kw in old_val:
  2993. return
  2994. old_val.append(new_kw)
  2995. old_val.sort()
  2996. self.ui.util_defaults_form.kw_group.kw_list_text.set_value(', '.join(old_val))
  2997. # update the self.myKeywords so the model is updated
  2998. self.autocomplete_kw_list = \
  2999. self.ui.util_defaults_form.kw_group.kw_list_text.get_value().replace(' ', '').split(',')
  3000. self.myKeywords = self.tcl_commands_list + self.autocomplete_kw_list + self.tcl_keywords
  3001. self.shell._edit.set_model_data(self.myKeywords)
  3002. def del_extension(self, ext_type):
  3003. """
  3004. Remove a file extension from the list for a specific object
  3005. :param ext_type: type of FlatCAM object: excellon, gerber, geometry and then 'not FlatCAM object' keyword
  3006. :return:
  3007. """
  3008. if ext_type == 'excellon':
  3009. new_ext = self.ui.util_defaults_form.fa_excellon_group.ext_entry.get_value()
  3010. if new_ext == '':
  3011. return
  3012. old_val = self.ui.util_defaults_form.fa_excellon_group.exc_list_text.get_value().replace(' ', '').split(',')
  3013. if new_ext not in old_val:
  3014. return
  3015. old_val.remove(new_ext)
  3016. old_val.sort()
  3017. self.ui.util_defaults_form.fa_excellon_group.exc_list_text.set_value(', '.join(old_val))
  3018. if ext_type == 'gcode':
  3019. new_ext = self.ui.util_defaults_form.fa_gcode_group.ext_entry.get_value()
  3020. if new_ext == '':
  3021. return
  3022. old_val = self.ui.util_defaults_form.fa_gcode_group.gco_list_text.get_value().replace(' ', '').split(',')
  3023. if new_ext not in old_val:
  3024. return
  3025. old_val.remove(new_ext)
  3026. old_val.sort()
  3027. self.ui.util_defaults_form.fa_gcode_group.gco_list_text.set_value(', '.join(old_val))
  3028. if ext_type == 'gerber':
  3029. new_ext = self.ui.util_defaults_form.fa_gerber_group.ext_entry.get_value()
  3030. if new_ext == '':
  3031. return
  3032. old_val = self.ui.util_defaults_form.fa_gerber_group.grb_list_text.get_value().replace(' ', '').split(',')
  3033. if new_ext not in old_val:
  3034. return
  3035. old_val.remove(new_ext)
  3036. old_val.sort()
  3037. self.ui.util_defaults_form.fa_gerber_group.grb_list_text.set_value(', '.join(old_val))
  3038. if ext_type == 'keyword':
  3039. new_kw = self.ui.util_defaults_form.kw_group.kw_entry.get_value()
  3040. if new_kw == '':
  3041. return
  3042. old_val = self.ui.util_defaults_form.kw_group.kw_list_text.get_value().replace(' ', '').split(',')
  3043. if new_kw not in old_val:
  3044. return
  3045. old_val.remove(new_kw)
  3046. old_val.sort()
  3047. self.ui.util_defaults_form.kw_group.kw_list_text.set_value(', '.join(old_val))
  3048. # update the self.myKeywords so the model is updated
  3049. self.autocomplete_kw_list = \
  3050. self.ui.util_defaults_form.kw_group.kw_list_text.get_value().replace(' ', '').split(',')
  3051. self.myKeywords = self.tcl_commands_list + self.autocomplete_kw_list + self.tcl_keywords
  3052. self.shell._edit.set_model_data(self.myKeywords)
  3053. def restore_extensions(self, ext_type):
  3054. """
  3055. Restore all file extensions associations with FlatCAM, for a specific object
  3056. :param ext_type: type of FlatCAM object: excellon, gerber, geometry and then 'not FlatCAM object' keyword
  3057. :return:
  3058. """
  3059. if ext_type == 'excellon':
  3060. # don't add 'txt' to the associations (too many files are .txt and not Excellon) but keep it in the list
  3061. # for the ability to open Excellon files with .txt extension
  3062. new_exc_list = deepcopy(self.exc_list)
  3063. try:
  3064. new_exc_list.remove('txt')
  3065. except ValueError:
  3066. pass
  3067. self.ui.util_defaults_form.fa_excellon_group.exc_list_text.set_value(', '.join(new_exc_list))
  3068. if ext_type == 'gcode':
  3069. self.ui.util_defaults_form.fa_gcode_group.gco_list_text.set_value(', '.join(self.gcode_list))
  3070. if ext_type == 'gerber':
  3071. self.ui.util_defaults_form.fa_gerber_group.grb_list_text.set_value(', '.join(self.grb_list))
  3072. if ext_type == 'keyword':
  3073. self.ui.util_defaults_form.kw_group.kw_list_text.set_value(', '.join(self.default_keywords))
  3074. # update the self.myKeywords so the model is updated
  3075. self.autocomplete_kw_list = self.default_keywords
  3076. self.myKeywords = self.tcl_commands_list + self.autocomplete_kw_list + self.tcl_keywords
  3077. self.shell._edit.set_model_data(self.myKeywords)
  3078. def delete_all_extensions(self, ext_type):
  3079. """
  3080. Delete all file extensions associations with FlatCAM, for a specific object
  3081. :param ext_type: type of FlatCAM object: excellon, gerber, geometry and then 'not FlatCAM object' keyword
  3082. :return:
  3083. """
  3084. if ext_type == 'excellon':
  3085. self.ui.util_defaults_form.fa_excellon_group.exc_list_text.set_value('')
  3086. if ext_type == 'gcode':
  3087. self.ui.util_defaults_form.fa_gcode_group.gco_list_text.set_value('')
  3088. if ext_type == 'gerber':
  3089. self.ui.util_defaults_form.fa_gerber_group.grb_list_text.set_value('')
  3090. if ext_type == 'keyword':
  3091. self.ui.util_defaults_form.kw_group.kw_list_text.set_value('')
  3092. # update the self.myKeywords so the model is updated
  3093. self.myKeywords = self.tcl_commands_list + self.tcl_keywords
  3094. self.shell._edit.set_model_data(self.myKeywords)
  3095. def on_edit_join(self, name=None):
  3096. """
  3097. Callback for Edit->Join. Joins the selected geometry objects into
  3098. a new one.
  3099. :return: None
  3100. """
  3101. self.defaults.report_usage("on_edit_join()")
  3102. obj_name_single = str(name) if name else "Combo_SingleGeo"
  3103. obj_name_multi = str(name) if name else "Combo_MultiGeo"
  3104. geo_type_set = set()
  3105. objs = self.collection.get_selected()
  3106. if len(objs) < 2:
  3107. self.inform.emit('[ERROR_NOTCL] %s: %d' %
  3108. (_("At least two objects are required for join. Objects currently selected"), len(objs)))
  3109. return 'fail'
  3110. for obj in objs:
  3111. geo_type_set.add(obj.multigeo)
  3112. # if len(geo_type_list) == 1 means that all list elements are the same
  3113. if len(geo_type_set) != 1:
  3114. self.inform.emit('[ERROR] %s' %
  3115. _("Failed join. The Geometry objects are of different types.\n"
  3116. "At least one is MultiGeo type and the other is SingleGeo type. A possibility is to "
  3117. "convert from one to another and retry joining \n"
  3118. "but in the case of converting from MultiGeo to SingleGeo, informations may be lost and "
  3119. "the result may not be what was expected. \n"
  3120. "Check the generated GCODE."))
  3121. return
  3122. # if at least one True object is in the list then due of the previous check, all list elements are True objects
  3123. if True in geo_type_set:
  3124. def initialize(geo_obj, app):
  3125. GeometryObject.merge(geo_list=objs, geo_final=geo_obj, multigeo=True)
  3126. app.inform.emit('[success] %s.' % _("Geometry merging finished"))
  3127. # rename all the ['name] key in obj.tools[tooluid]['data'] to the obj_name_multi
  3128. for v in geo_obj.tools.values():
  3129. v['data']['name'] = obj_name_multi
  3130. self.app_obj.new_object("geometry", obj_name_multi, initialize)
  3131. else:
  3132. def initialize(geo_obj, app):
  3133. GeometryObject.merge(geo_list=objs, geo_final=geo_obj, multigeo=False)
  3134. app.inform.emit('[success] %s.' % _("Geometry merging finished"))
  3135. # rename all the ['name] key in obj.tools[tooluid]['data'] to the obj_name_multi
  3136. for v in geo_obj.tools.values():
  3137. v['data']['name'] = obj_name_single
  3138. self.app_obj.new_object("geometry", obj_name_single, initialize)
  3139. self.should_we_save = True
  3140. def on_edit_join_exc(self):
  3141. """
  3142. Callback for Edit->Join Excellon. Joins the selected Excellon objects into
  3143. a new Excellon.
  3144. :return: None
  3145. """
  3146. self.defaults.report_usage("on_edit_join_exc()")
  3147. objs = self.collection.get_selected()
  3148. for obj in objs:
  3149. if not isinstance(obj, ExcellonObject):
  3150. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Excellon joining works only on Excellon objects."))
  3151. return
  3152. if len(objs) < 2:
  3153. self.inform.emit('[ERROR_NOTCL] %s: %d' %
  3154. (_("At least two objects are required for join. Objects currently selected"), len(objs)))
  3155. return 'fail'
  3156. def initialize(exc_obj, app):
  3157. ExcellonObject.merge(exc_list=objs, exc_final=exc_obj, decimals=self.decimals)
  3158. app.inform.emit('[success] %s.' % _("Excellon merging finished"))
  3159. self.app_obj.new_object("excellon", 'Combo_Excellon', initialize)
  3160. self.should_we_save = True
  3161. def on_edit_join_grb(self):
  3162. """
  3163. Callback for Edit->Join Gerber. Joins the selected Gerber objects into
  3164. a new Gerber object.
  3165. :return: None
  3166. """
  3167. self.defaults.report_usage("on_edit_join_grb()")
  3168. objs = self.collection.get_selected()
  3169. for obj in objs:
  3170. if not isinstance(obj, GerberObject):
  3171. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Gerber joining works only on Gerber objects."))
  3172. return
  3173. if len(objs) < 2:
  3174. self.inform.emit('[ERROR_NOTCL] %s: %d' %
  3175. (_("At least two objects are required for join. Objects currently selected"), len(objs)))
  3176. return 'fail'
  3177. def initialize(grb_obj, app):
  3178. GerberObject.merge(grb_list=objs, grb_final=grb_obj)
  3179. app.inform.emit('[success] %s.' % _("Gerber merging finished"))
  3180. self.app_obj.new_object("gerber", 'Combo_Gerber', initialize)
  3181. self.should_we_save = True
  3182. def on_convert_singlegeo_to_multigeo(self):
  3183. """
  3184. Called for converting a Geometry object from single-geo to multi-geo.
  3185. Single-geo Geometry objects store their geometry data into self.solid_geometry.
  3186. Multi-geo Geometry objects store their geometry data into the self.tools dictionary, each key (a tool actually)
  3187. having as a value another dictionary. This value dictionary has one of it's keys 'solid_geometry' which holds
  3188. the solid-geometry of that tool.
  3189. :return: None
  3190. """
  3191. self.defaults.report_usage("on_convert_singlegeo_to_multigeo()")
  3192. obj = self.collection.get_active()
  3193. if obj is None:
  3194. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Select a Geometry Object and try again."))
  3195. return
  3196. if not isinstance(obj, GeometryObject):
  3197. self.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Expected a GeometryObject, got"), type(obj)))
  3198. return
  3199. obj.multigeo = True
  3200. for tooluid, dict_value in obj.tools.items():
  3201. dict_value['solid_geometry'] = deepcopy(obj.solid_geometry)
  3202. if not isinstance(obj.solid_geometry, list):
  3203. obj.solid_geometry = [obj.solid_geometry]
  3204. # obj.solid_geometry[:] = []
  3205. obj.plot()
  3206. self.should_we_save = True
  3207. self.inform.emit('[success] %s' % _("A Geometry object was converted to MultiGeo type."))
  3208. def on_convert_multigeo_to_singlegeo(self):
  3209. """
  3210. Called for converting a Geometry object from multi-geo to single-geo.
  3211. Single-geo Geometry objects store their geometry data into self.solid_geometry.
  3212. Multi-geo Geometry objects store their geometry data into the self.tools dictionary, each key (a tool actually)
  3213. having as a value another dictionary. This value dictionary has one of it's keys 'solid_geometry' which holds
  3214. the solid-geometry of that tool.
  3215. :return: None
  3216. """
  3217. self.defaults.report_usage("on_convert_multigeo_to_singlegeo()")
  3218. obj = self.collection.get_active()
  3219. if obj is None:
  3220. self.inform.emit('[ERROR_NOTCL] %s' %
  3221. _("Failed. Select a Geometry Object and try again."))
  3222. return
  3223. if not isinstance(obj, GeometryObject):
  3224. self.inform.emit('[ERROR_NOTCL] %s: %s' %
  3225. (_("Expected a GeometryObject, got"), type(obj)))
  3226. return
  3227. obj.multigeo = False
  3228. total_solid_geometry = []
  3229. for tooluid, dict_value in obj.tools.items():
  3230. total_solid_geometry += deepcopy(dict_value['solid_geometry'])
  3231. # clear the original geometry
  3232. dict_value['solid_geometry'][:] = []
  3233. obj.solid_geometry = deepcopy(total_solid_geometry)
  3234. obj.plot()
  3235. self.should_we_save = True
  3236. self.inform.emit('[success] %s' %
  3237. _("A Geometry object was converted to SingleGeo type."))
  3238. def on_defaults_dict_change(self, field):
  3239. """
  3240. Called whenever a key changed in the self.defaults dictionary. It will set the required GUI element in the
  3241. Edit -> Preferences tab window.
  3242. :param field: the key of the self.defaults dictionary that was changed.
  3243. :return: None
  3244. """
  3245. self.preferencesUiManager.defaults_write_form_field(field=field)
  3246. if field == "units":
  3247. self.set_screen_units(self.defaults['units'])
  3248. def set_screen_units(self, units):
  3249. """
  3250. Set the FlatCAM units on the status bar.
  3251. :param units: the new measuring units to be displayed in FlatCAM's status bar.
  3252. :return: None
  3253. """
  3254. self.ui.units_label.setText("[" + units.lower() + "]")
  3255. def on_toggle_units_click(self):
  3256. try:
  3257. self.ui.general_defaults_form.general_app_group.units_radio.activated_custom.disconnect()
  3258. except (TypeError, AttributeError):
  3259. pass
  3260. if self.defaults["units"] == 'MM':
  3261. self.ui.general_defaults_form.general_app_group.units_radio.set_value("IN")
  3262. else:
  3263. self.ui.general_defaults_form.general_app_group.units_radio.set_value("MM")
  3264. self.on_toggle_units(no_pref=True)
  3265. self.ui.general_defaults_form.general_app_group.units_radio.activated_custom.connect(
  3266. lambda: self.on_toggle_units(no_pref=False))
  3267. def on_toggle_units(self, no_pref=False):
  3268. """
  3269. Callback for the Units radio-button change in the Preferences tab.
  3270. Changes the application's default units adn for the project too.
  3271. If changing the project's units, the change propagates to all of
  3272. the objects in the project.
  3273. :return: None
  3274. """
  3275. self.defaults.report_usage("on_toggle_units")
  3276. if self.toggle_units_ignore:
  3277. return
  3278. new_units = self.ui.general_defaults_form.general_app_group.units_radio.get_value().upper()
  3279. # If option is the same, then ignore
  3280. if new_units == self.defaults["units"].upper():
  3281. self.log.debug("on_toggle_units(): Same as previous, ignoring.")
  3282. return
  3283. # Keys in self.defaults for which to scale their values
  3284. dimensions = ['tools_iso_tooldia', 'gerber_noncoppermargin', 'gerber_bboxmargin',
  3285. "gerber_editor_newsize", "gerber_editor_lin_pitch", "gerber_editor_buff_f",
  3286. "tools_iso_tool_vtipdia",
  3287. "tools_iso_tool_cutz", "gerber_editor_newdim", "gerber_editor_ma_low",
  3288. "gerber_editor_ma_high",
  3289. 'excellon_cutz', 'excellon_travelz', "excellon_toolchangexy", 'excellon_offset',
  3290. 'excellon_feedrate_z', 'excellon_feedrate_rapid', 'excellon_toolchangez',
  3291. 'excellon_tooldia', 'excellon_slot_tooldia', 'excellon_endz', 'excellon_endxy',
  3292. "excellon_feedrate_probe", "excellon_milling_dia",
  3293. "excellon_z_pdepth", "excellon_editor_newdia", "excellon_editor_lin_pitch",
  3294. "excellon_editor_slot_lin_pitch", "excellon_editor_slot_length",
  3295. 'geometry_cutz', "geometry_depthperpass", 'geometry_travelz', 'geometry_feedrate',
  3296. 'geometry_feedrate_rapid', "geometry_toolchangez", "geometry_feedrate_z",
  3297. "geometry_toolchangexy", 'geometry_cnctooldia', 'geometry_endz', 'geometry_endxy',
  3298. "geometry_extracut_length", "geometry_z_pdepth",
  3299. "geometry_feedrate_probe", "geometry_startz", "geometry_segx", "geometry_segy",
  3300. 'cncjob_tooldia',
  3301. 'tools_paintmargin', 'tools_painttooldia', "tools_paintcutz", "tools_painttipdia",
  3302. "tools_paintnewdia",
  3303. "tools_ncctools", "tools_nccmargin", "tools_ncccutz", "tools_ncctipdia",
  3304. "tools_nccnewdia", "tools_ncc_offset_value",
  3305. "tools_2sided_drilldia",
  3306. "tools_film_boundary", "tools_film_scale_stroke",
  3307. "tools_cutouttooldia", 'tools_cutoutmargin', 'tools_cutoutgapsize', "tools_cutout_z",
  3308. "tools_cutout_depthperpass",
  3309. "tools_panelize_constrainx", "tools_panelize_constrainy", "tools_panelize_spacing_columns",
  3310. "tools_panelize_spacing_rows",
  3311. "tools_calc_vshape_tip_dia", "tools_calc_vshape_cut_z",
  3312. "tools_transform_offset_x", "tools_transform_offset_y", "tools_transform_mirror_point",
  3313. "tools_transform_buffer_dis",
  3314. "tools_solderpaste_tools", "tools_solderpaste_new", "tools_solderpaste_z_start",
  3315. "tools_solderpaste_z_dispense", "tools_solderpaste_z_stop", "tools_solderpaste_z_travel",
  3316. "tools_solderpaste_z_toolchange", "tools_solderpaste_xy_toolchange", "tools_solderpaste_frxy",
  3317. "tools_solderpaste_frz", "tools_solderpaste_frz_dispense",
  3318. "tools_cr_trace_size_val", "tools_cr_c2c_val", "tools_cr_c2o_val", "tools_cr_s2s_val",
  3319. "tools_cr_s2sm_val", "tools_cr_s2o_val", "tools_cr_sm2sm_val", "tools_cr_ri_val",
  3320. "tools_cr_h2h_val", "tools_cr_dh_val",
  3321. "tools_fiducials_dia", "tools_fiducials_margin", "tools_fiducials_line_thickness",
  3322. "tools_copper_thieving_clearance", "tools_copper_thieving_margin",
  3323. "tools_copper_thieving_dots_dia", "tools_copper_thieving_dots_spacing",
  3324. "tools_copper_thieving_squares_size", "tools_copper_thieving_squares_spacing",
  3325. "tools_copper_thieving_lines_size", "tools_copper_thieving_lines_spacing",
  3326. "tools_copper_thieving_rb_margin", "tools_copper_thieving_rb_thickness",
  3327. "tools_copper_thieving_mask_clearance",
  3328. "tools_cal_travelz", "tools_cal_verz", "tools_cal_toolchangez", "tools_cal_toolchange_xy",
  3329. "tools_edrills_hole_fixed_dia", "tools_edrills_circular_ring", "tools_edrills_oblong_ring",
  3330. "tools_edrills_square_ring", "tools_edrills_rectangular_ring", "tools_edrills_others_ring",
  3331. "tools_punch_hole_fixed_dia", "tools_punch_circular_ring", "tools_punch_oblong_ring",
  3332. "tools_punch_square_ring", "tools_punch_rectangular_ring", "tools_punch_others_ring",
  3333. "tools_invert_margin",
  3334. 'global_gridx', 'global_gridy', 'global_snap_max', "global_tolerance",
  3335. 'global_tpdf_bmargin', 'global_tpdf_tmargin', 'global_tpdf_rmargin', 'global_tpdf_lmargin']
  3336. def scale_defaults(sfactor):
  3337. for dim in dimensions:
  3338. if dim in [
  3339. 'gerber_editor_newdim', 'excellon_toolchangexy', 'geometry_toolchangexy', 'excellon_endxy',
  3340. 'geometry_endxy', 'tools_solderpaste_xy_toolchange', 'tools_cal_toolchange_xy',
  3341. 'tools_transform_mirror_point'
  3342. ]:
  3343. if self.defaults[dim] is None or self.defaults[dim] == '':
  3344. continue
  3345. try:
  3346. coordinates = self.defaults[dim].split(",")
  3347. coords_xy = [float(eval(a)) for a in coordinates if a != '']
  3348. coords_xy[0] *= sfactor
  3349. coords_xy[1] *= sfactor
  3350. self.defaults[dim] = "%.*f, %.*f" % (
  3351. self.decimals, coords_xy[0], self.decimals, coords_xy[1])
  3352. except Exception as e:
  3353. log.debug("App.on_toggle_units.scale_defaults() --> 'string tuples': %s" % str(e))
  3354. elif dim in [
  3355. 'geometry_cnctooldia', 'tools_ncctools', 'tools_solderpaste_tools'
  3356. ]:
  3357. if self.defaults[dim] is None or self.defaults[dim] == '':
  3358. continue
  3359. try:
  3360. self.defaults[dim] = float(self.defaults[dim])
  3361. tools_diameters = [self.defaults[dim]]
  3362. except ValueError:
  3363. try:
  3364. tools_string = self.defaults[dim].split(",")
  3365. tools_diameters = [eval(a) for a in tools_string if a != '']
  3366. except Exception as e:
  3367. log.debug("App.on_toggle_units().scale_options() --> %s" % str(e))
  3368. continue
  3369. self.defaults[dim] = ''
  3370. td_len = len(tools_diameters)
  3371. if td_len > 1:
  3372. for t in range(td_len):
  3373. tools_diameters[t] *= sfactor
  3374. self.defaults[dim] += "%.*f," % (self.decimals, tools_diameters[t])
  3375. else:
  3376. tools_diameters[0] *= sfactor
  3377. self.defaults[dim] += "%.*f" % (self.decimals, tools_diameters[0])
  3378. elif dim in ['global_gridx', 'global_gridy']:
  3379. # format the number of decimals to the one specified in self.decimals
  3380. try:
  3381. val = float(self.defaults[dim]) * sfactor
  3382. except Exception as e:
  3383. log.debug('App.on_toggle_units().scale_defaults() --> %s' % str(e))
  3384. continue
  3385. self.defaults[dim] = float('%.*f' % (self.decimals, val))
  3386. else:
  3387. # the number of decimals for the rest is kept unchanged
  3388. if self.defaults[dim]:
  3389. try:
  3390. val = float(self.defaults[dim]) * sfactor
  3391. except Exception as e:
  3392. log.debug('App.on_toggle_units().scale_defaults() --> Value: %s %s' % (str(dim), str(e)))
  3393. continue
  3394. self.defaults[dim] = val
  3395. # The scaling factor depending on choice of units.
  3396. factor = 25.4 if new_units == 'MM' else 1 / 25.4
  3397. # Changing project units. Warn user.
  3398. msgbox = QtWidgets.QMessageBox()
  3399. msgbox.setWindowTitle(_("Toggle Units"))
  3400. msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/toggle_units32.png'))
  3401. msgbox.setIcon(QtWidgets.QMessageBox.Question)
  3402. msgbox.setText(_("Changing the units of the project\n"
  3403. "will scale all objects.\n\n"
  3404. "Do you want to continue?"))
  3405. bt_ok = msgbox.addButton(_('Ok'), QtWidgets.QMessageBox.AcceptRole)
  3406. msgbox.addButton(_('Cancel'), QtWidgets.QMessageBox.RejectRole)
  3407. msgbox.setDefaultButton(bt_ok)
  3408. msgbox.exec_()
  3409. response = msgbox.clickedButton()
  3410. if response == bt_ok:
  3411. if no_pref is False:
  3412. self.preferencesUiManager.defaults_read_form()
  3413. scale_defaults(factor)
  3414. self.preferencesUiManager.defaults_write_form(fl_units=new_units)
  3415. self.defaults["units"] = new_units
  3416. # update the defaults from form, some may assume that the conversion is enough and it's not
  3417. self.on_options_app2project()
  3418. # update the objects
  3419. for obj in self.collection.get_list():
  3420. obj.convert_units(new_units)
  3421. # make that the properties stored in the object are also updated
  3422. self.app_obj.object_changed.emit(obj)
  3423. # rebuild the object UI
  3424. obj.build_ui()
  3425. # change this only if the workspace is active
  3426. if self.defaults['global_workspace'] is True:
  3427. self.plotcanvas.draw_workspace(pagesize=self.defaults['global_workspaceT'])
  3428. # adjust the grid values on the main toolbar
  3429. val_x = float(self.defaults['global_gridx']) * factor
  3430. val_y = val_x if self.ui.grid_gap_link_cb.isChecked() else float(self.defaults['global_gridx']) * factor
  3431. current = self.collection.get_active()
  3432. if current is not None:
  3433. # the transfer of converted values to the UI form for Geometry is done local in the FlatCAMObj.py
  3434. if not isinstance(current, GeometryObject):
  3435. current.to_form()
  3436. # replot all objects
  3437. self.plot_all()
  3438. # set the status labels to reflect the current FlatCAM units
  3439. self.set_screen_units(new_units)
  3440. # signal to the app that we changed the object properties and it should save the project
  3441. self.should_we_save = True
  3442. self.inform.emit('[success] %s: %s' % (_("Converted units to"), new_units))
  3443. else:
  3444. # Undo toggling
  3445. self.toggle_units_ignore = True
  3446. if self.defaults['units'].upper() == 'MM':
  3447. self.ui.general_defaults_form.general_app_group.units_radio.set_value('IN')
  3448. else:
  3449. self.ui.general_defaults_form.general_app_group.units_radio.set_value('MM')
  3450. self.toggle_units_ignore = False
  3451. # store the grid values so they are not changed in the next step
  3452. val_x = float(self.defaults['global_gridx'])
  3453. val_y = float(self.defaults['global_gridy'])
  3454. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  3455. self.preferencesUiManager.defaults_read_form()
  3456. # the self.preferencesUiManager.defaults_read_form() will update all defaults values
  3457. # in self.defaults from the GUI elements but
  3458. # I don't want it for the grid values, so I update them here
  3459. self.defaults['global_gridx'] = val_x
  3460. self.defaults['global_gridy'] = val_y
  3461. self.ui.grid_gap_x_entry.set_value(val_x, decimals=self.decimals)
  3462. self.ui.grid_gap_y_entry.set_value(val_y, decimals=self.decimals)
  3463. def on_tab_rmb_click(self, checked):
  3464. self.ui.notebook.set_detachable(val=checked)
  3465. self.defaults["global_tabs_detachable"] = checked
  3466. self.ui.plot_tab_area.set_detachable(val=checked)
  3467. self.defaults["global_tabs_detachable"] = checked
  3468. def on_tab_setup_context_menu(self):
  3469. initial_checked = self.defaults["global_tabs_detachable"]
  3470. action_name = str(_("Detachable Tabs"))
  3471. action = QtWidgets.QAction(self)
  3472. action.setCheckable(True)
  3473. action.setText(action_name)
  3474. action.setChecked(initial_checked)
  3475. self.ui.notebook.tabBar.addAction(action)
  3476. self.ui.plot_tab_area.tabBar.addAction(action)
  3477. try:
  3478. action.triggered.disconnect()
  3479. except TypeError:
  3480. pass
  3481. action.triggered.connect(self.on_tab_rmb_click)
  3482. def on_deselect_all(self):
  3483. self.collection.set_all_inactive()
  3484. self.delete_selection_shape()
  3485. def on_workspace_modified(self):
  3486. # self.save_defaults(silent=True)
  3487. self.plotcanvas.delete_workspace()
  3488. self.preferencesUiManager.defaults_read_form()
  3489. self.plotcanvas.draw_workspace(workspace_size=self.defaults['global_workspaceT'])
  3490. def on_workspace(self):
  3491. if self.ui.general_defaults_form.general_app_set_group.workspace_cb.get_value():
  3492. self.plotcanvas.draw_workspace(workspace_size=self.defaults['global_workspaceT'])
  3493. self.inform[str, bool].emit(_("Workspace enabled."), False)
  3494. else:
  3495. self.plotcanvas.delete_workspace()
  3496. self.inform[str, bool].emit(_("Workspace disabled."), False)
  3497. self.preferencesUiManager.defaults_read_form()
  3498. # self.save_defaults(silent=True)
  3499. def on_workspace_toggle(self):
  3500. state = False if self.ui.general_defaults_form.general_app_set_group.workspace_cb.get_value() else True
  3501. try:
  3502. self.ui.general_defaults_form.general_app_set_group.workspace_cb.stateChanged.disconnect(self.on_workspace)
  3503. except TypeError:
  3504. pass
  3505. self.ui.general_defaults_form.general_app_set_group.workspace_cb.set_value(state)
  3506. self.ui.general_defaults_form.general_app_set_group.workspace_cb.stateChanged.connect(self.on_workspace)
  3507. self.on_workspace()
  3508. def on_cursor_type(self, val):
  3509. """
  3510. :param val: type of mouse cursor, set in Preferences ('small' or 'big')
  3511. :return: None
  3512. """
  3513. self.app_cursor.enabled = False
  3514. if val == 'small':
  3515. self.ui.general_defaults_form.general_app_set_group.cursor_size_entry.setDisabled(False)
  3516. self.ui.general_defaults_form.general_app_set_group.cursor_size_lbl.setDisabled(False)
  3517. self.app_cursor = self.plotcanvas.new_cursor()
  3518. else:
  3519. self.ui.general_defaults_form.general_app_set_group.cursor_size_entry.setDisabled(True)
  3520. self.ui.general_defaults_form.general_app_set_group.cursor_size_lbl.setDisabled(True)
  3521. self.app_cursor = self.plotcanvas.new_cursor(big=True)
  3522. if self.ui.grid_snap_btn.isChecked():
  3523. self.app_cursor.enabled = True
  3524. else:
  3525. self.app_cursor.enabled = False
  3526. def on_tool_add_keypress(self):
  3527. # ## Current application units in Upper Case
  3528. self.units = self.defaults['units'].upper()
  3529. notebook_widget_name = self.ui.notebook.currentWidget().objectName()
  3530. # work only if the notebook tab on focus is the Selected_Tab and only if the object is Geometry
  3531. if notebook_widget_name == 'selected_tab':
  3532. if self.collection.get_active().kind == 'geometry':
  3533. # Tool add works for Geometry only if Advanced is True in Preferences
  3534. if self.defaults["global_app_level"] == 'a':
  3535. tool_add_popup = FCInputDialog(title="New Tool ...",
  3536. text='Enter a Tool Diameter:',
  3537. min=0.0000, max=99.9999, decimals=4)
  3538. tool_add_popup.setWindowIcon(QtGui.QIcon(self.resource_location + '/letter_t_32.png'))
  3539. val, ok = tool_add_popup.get_value()
  3540. if ok:
  3541. if float(val) == 0:
  3542. self.inform.emit('[WARNING_NOTCL] %s' %
  3543. _("Please enter a tool diameter with non-zero value, in Float format."))
  3544. return
  3545. self.collection.get_active().on_tool_add(dia=float(val))
  3546. else:
  3547. self.inform.emit('[WARNING_NOTCL] %s...' % _("Adding Tool cancelled"))
  3548. else:
  3549. msgbox = QtWidgets.QMessageBox()
  3550. msgbox.setText(_("Adding Tool works only when Advanced is checked.\n"
  3551. "Go to Preferences -> General - Show Advanced Options."))
  3552. msgbox.setWindowTitle("Tool adding ...")
  3553. msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/warning.png'))
  3554. msgbox.setIcon(QtWidgets.QMessageBox.Warning)
  3555. bt_ok = msgbox.addButton(_('Ok'), QtWidgets.QMessageBox.AcceptRole)
  3556. msgbox.setDefaultButton(bt_ok)
  3557. msgbox.exec_()
  3558. # work only if the notebook tab on focus is the Tools_Tab
  3559. if notebook_widget_name == 'tool_tab':
  3560. tool_widget = self.ui.tool_scroll_area.widget().objectName()
  3561. # and only if the tool is NCC Tool
  3562. if tool_widget == self.ncclear_tool.toolName:
  3563. self.ncclear_tool.on_add_tool_by_key()
  3564. # and only if the tool is Paint Area Tool
  3565. elif tool_widget == self.paint_tool.toolName:
  3566. self.paint_tool.on_add_tool_by_key()
  3567. # and only if the tool is Solder Paste Dispensing Tool
  3568. elif tool_widget == self.paste_tool.toolName:
  3569. self.paste_tool.on_add_tool_by_key()
  3570. # It's meant to delete tools in tool tables via a 'Delete' shortcut key but only if certain conditions are met
  3571. # See description below.
  3572. def on_delete_keypress(self):
  3573. notebook_widget_name = self.ui.notebook.currentWidget().objectName()
  3574. # work only if the notebook tab on focus is the Selected_Tab and only if the object is Geometry
  3575. if notebook_widget_name == 'selected_tab':
  3576. if str(type(self.collection.get_active())) == "<class 'FlatCAMObj.GeometryObject'>":
  3577. self.collection.get_active().on_tool_delete()
  3578. # work only if the notebook tab on focus is the Tools_Tab
  3579. elif notebook_widget_name == 'tool_tab':
  3580. tool_widget = self.ui.tool_scroll_area.widget().objectName()
  3581. # and only if the tool is NCC Tool
  3582. if tool_widget == self.ncclear_tool.toolName:
  3583. self.ncclear_tool.on_tool_delete()
  3584. # and only if the tool is Paint Tool
  3585. elif tool_widget == self.paint_tool.toolName:
  3586. self.paint_tool.on_tool_delete()
  3587. # and only if the tool is Solder Paste Dispensing Tool
  3588. elif tool_widget == self.paste_tool.toolName:
  3589. self.paste_tool.on_tool_delete()
  3590. # and only if the tool is Isolation Tool
  3591. elif tool_widget == self.isolation_tool.toolName:
  3592. self.isolation_tool.on_tool_delete()
  3593. else:
  3594. self.on_delete()
  3595. # It's meant to delete selected objects. It work also activated by a shortcut key 'Delete' same as above so in
  3596. # some screens you have to be careful where you hover with your mouse.
  3597. # Hovering over Selected tab, if the selected tab is a Geometry it will delete tools in tool table. But even if
  3598. # there is a Selected tab in focus with a Geometry inside, if you hover over canvas it will delete an object.
  3599. # Complicated, I know :)
  3600. def on_delete(self, force_deletion=False):
  3601. """
  3602. Delete the currently selected FlatCAMObjs.
  3603. :param force_deletion: used by Tcl command
  3604. :return: None
  3605. """
  3606. self.defaults.report_usage("on_delete()")
  3607. response = None
  3608. bt_ok = None
  3609. # Make sure that the deletion will happen only after the Editor is no longer active otherwise we might delete
  3610. # a geometry object before we update it.
  3611. if self.geo_editor.editor_active is False and self.exc_editor.editor_active is False \
  3612. and self.grb_editor.editor_active is False:
  3613. if self.defaults["global_delete_confirmation"] is True and force_deletion is False:
  3614. msgbox = QtWidgets.QMessageBox()
  3615. msgbox.setWindowTitle(_("Delete objects"))
  3616. msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/deleteshape32.png'))
  3617. msgbox.setIcon(QtWidgets.QMessageBox.Question)
  3618. # msgbox.setText("<B>%s</B>" % _("Change project units ..."))
  3619. msgbox.setText(_("Are you sure you want to permanently delete\n"
  3620. "the selected objects?"))
  3621. bt_ok = msgbox.addButton(_('Ok'), QtWidgets.QMessageBox.AcceptRole)
  3622. msgbox.addButton(_('Cancel'), QtWidgets.QMessageBox.RejectRole)
  3623. msgbox.setDefaultButton(bt_ok)
  3624. msgbox.exec_()
  3625. response = msgbox.clickedButton()
  3626. if self.defaults["global_delete_confirmation"] is False or force_deletion is True:
  3627. response = bt_ok
  3628. if response == bt_ok:
  3629. if self.collection.get_active():
  3630. self.log.debug("App.on_delete()")
  3631. for obj_active in self.collection.get_selected():
  3632. # if the deleted object is GerberObject then make sure to delete the possible mark shapes
  3633. if obj_active.kind == 'gerber':
  3634. for el in obj_active.mark_shapes:
  3635. obj_active.mark_shapes[el].clear(update=True)
  3636. obj_active.mark_shapes[el].enabled = False
  3637. # obj_active.mark_shapes[el] = None
  3638. del el
  3639. elif obj_active.kind == 'cncjob':
  3640. try:
  3641. obj_active.text_col.enabled = False
  3642. del obj_active.text_col
  3643. obj_active.annotation.clear(update=True)
  3644. del obj_active.annotation
  3645. except AttributeError as e:
  3646. log.debug(
  3647. "App.on_delete() --> delete annotations on a FlatCAMCNCJob object. %s" % str(e)
  3648. )
  3649. while self.collection.get_selected():
  3650. self.delete_first_selected()
  3651. # make sure that the selection shape is deleted, too
  3652. self.delete_selection_shape()
  3653. # if there are no longer objects delete also the exclusion areas shapes
  3654. if not self.collection.get_list():
  3655. self.exc_areas.clear_shapes()
  3656. self.inform.emit('%s...' % _("Object(s) deleted"))
  3657. else:
  3658. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. No object(s) selected..."))
  3659. else:
  3660. self.inform.emit(_("Save the work in Editor and try again ..."))
  3661. def delete_first_selected(self):
  3662. # Keep this for later
  3663. try:
  3664. sel_obj = self.collection.get_active()
  3665. name = sel_obj.options["name"]
  3666. isPlotted = sel_obj.options["plot"]
  3667. except AttributeError:
  3668. self.log.debug("Nothing selected for deletion")
  3669. return
  3670. if self.is_legacy is True:
  3671. # Remove plot only if the object was plotted otherwise delaxes will fail
  3672. if isPlotted:
  3673. try:
  3674. # self.plotcanvas.figure.delaxes(self.collection.get_active().axes)
  3675. self.plotcanvas.figure.delaxes(self.collection.get_active().shapes.axes)
  3676. except Exception as e:
  3677. log.debug("App.delete_first_selected() --> %s" % str(e))
  3678. self.plotcanvas.auto_adjust_axes()
  3679. # Remove from dictionary
  3680. self.collection.delete_active()
  3681. # Clear form
  3682. self.setup_component_editor()
  3683. self.inform.emit('%s: %s' % (_("Object deleted"), name))
  3684. def on_set_origin(self):
  3685. """
  3686. Set the origin to the left mouse click position
  3687. :return: None
  3688. """
  3689. # display the message for the user
  3690. # and ask him to click on the desired position
  3691. self.defaults.report_usage("on_set_origin()")
  3692. def origin_replot():
  3693. def worker_task():
  3694. with self.proc_container.new('%s...' % _("Plotting")):
  3695. for obj in self.collection.get_list():
  3696. obj.plot()
  3697. self.plotcanvas.fit_view()
  3698. if self.is_legacy:
  3699. self.plotcanvas.graph_event_disconnect(self.mp_zc)
  3700. else:
  3701. self.plotcanvas.graph_event_disconnect('mouse_press', self.on_set_zero_click)
  3702. self.worker_task.emit({'fcn': worker_task, 'params': []})
  3703. self.inform.emit(_('Click to set the origin ...'))
  3704. self.mp_zc = self.plotcanvas.graph_event_connect('mouse_press', self.on_set_zero_click)
  3705. # first disconnect it as it may have been used by something else
  3706. try:
  3707. self.replot_signal.disconnect()
  3708. except TypeError:
  3709. pass
  3710. self.replot_signal[list].connect(origin_replot)
  3711. def on_set_zero_click(self, event, location=None, noplot=False, use_thread=True):
  3712. """
  3713. :param event:
  3714. :param location:
  3715. :param noplot:
  3716. :param use_thread:
  3717. :return:
  3718. """
  3719. noplot_sig = noplot
  3720. def worker_task():
  3721. with self.proc_container.new(_("Setting Origin...")):
  3722. obj_list = self.collection.get_list()
  3723. for obj in obj_list:
  3724. obj.offset((x, y))
  3725. self.app_obj.object_changed.emit(obj)
  3726. # Update the object bounding box options
  3727. a, b, c, d = obj.bounds()
  3728. obj.options['xmin'] = a
  3729. obj.options['ymin'] = b
  3730. obj.options['xmax'] = c
  3731. obj.options['ymax'] = d
  3732. self.inform.emit('[success] %s...' % _('Origin set'))
  3733. for obj in obj_list:
  3734. out_name = obj.options["name"]
  3735. if obj.kind == 'gerber':
  3736. obj.source_file = self.export_gerber(
  3737. obj_name=out_name, filename=None, local_use=obj, use_thread=False)
  3738. elif obj.kind == 'excellon':
  3739. obj.source_file = self.export_excellon(
  3740. obj_name=out_name, filename=None, local_use=obj, use_thread=False)
  3741. if noplot_sig is False:
  3742. self.replot_signal.emit([])
  3743. if location is not None:
  3744. if len(location) != 2:
  3745. self.inform.emit('[ERROR_NOTCL] %s...' % _("Origin coordinates specified but incomplete."))
  3746. return 'fail'
  3747. x, y = location
  3748. if use_thread is True:
  3749. self.worker_task.emit({'fcn': worker_task, 'params': []})
  3750. else:
  3751. worker_task()
  3752. self.should_we_save = True
  3753. return
  3754. if event is not None and event.button == 1:
  3755. if self.is_legacy is False:
  3756. event_pos = event.pos
  3757. else:
  3758. event_pos = (event.xdata, event.ydata)
  3759. pos_canvas = self.plotcanvas.translate_coords(event_pos)
  3760. if self.grid_status():
  3761. pos = self.geo_editor.snap(pos_canvas[0], pos_canvas[1])
  3762. else:
  3763. pos = pos_canvas
  3764. x = 0 - pos[0]
  3765. y = 0 - pos[1]
  3766. if use_thread is True:
  3767. self.worker_task.emit({'fcn': worker_task, 'params': []})
  3768. else:
  3769. worker_task()
  3770. self.should_we_save = True
  3771. def on_move2origin(self, use_thread=True):
  3772. """
  3773. Move selected objects to origin.
  3774. :param use_thread: Control if to use threaded operation. Boolean.
  3775. :return:
  3776. """
  3777. def worker_task():
  3778. with self.proc_container.new(_("Moving to Origin...")):
  3779. obj_list = self.collection.get_selected()
  3780. if not obj_list:
  3781. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. No object(s) selected..."))
  3782. return
  3783. xminlist = []
  3784. yminlist = []
  3785. # first get a bounding box to fit all
  3786. for obj in obj_list:
  3787. xmin, ymin, xmax, ymax = obj.bounds()
  3788. xminlist.append(xmin)
  3789. yminlist.append(ymin)
  3790. # get the minimum x,y for all objects selected
  3791. x = min(xminlist)
  3792. y = min(yminlist)
  3793. for obj in obj_list:
  3794. obj.offset((-x, -y))
  3795. self.app_obj.object_changed.emit(obj)
  3796. # Update the object bounding box options
  3797. a, b, c, d = obj.bounds()
  3798. obj.options['xmin'] = a
  3799. obj.options['ymin'] = b
  3800. obj.options['xmax'] = c
  3801. obj.options['ymax'] = d
  3802. for obj in obj_list:
  3803. obj.plot()
  3804. for obj in obj_list:
  3805. out_name = obj.options["name"]
  3806. if obj.kind == 'gerber':
  3807. obj.source_file = self.export_gerber(
  3808. obj_name=out_name, filename=None, local_use=obj, use_thread=False)
  3809. elif obj.kind == 'excellon':
  3810. obj.source_file = self.export_excellon(
  3811. obj_name=out_name, filename=None, local_use=obj, use_thread=False)
  3812. self.inform.emit('[success] %s...' % _('Origin set'))
  3813. if use_thread is True:
  3814. self.worker_task.emit({'fcn': worker_task, 'params': []})
  3815. else:
  3816. worker_task()
  3817. self.should_we_save = True
  3818. def on_jump_to(self, custom_location=None, fit_center=True):
  3819. """
  3820. Jump to a location by setting the mouse cursor location.
  3821. :param custom_location: Jump to a specified point. (x, y) tuple.
  3822. :param fit_center: If to fit view. Boolean.
  3823. :return:
  3824. """
  3825. self.defaults.report_usage("on_jump_to()")
  3826. if not custom_location:
  3827. dia_box_location = None
  3828. try:
  3829. dia_box_location = eval(self.clipboard.text())
  3830. except Exception:
  3831. pass
  3832. if type(dia_box_location) == tuple:
  3833. dia_box_location = str(dia_box_location)
  3834. else:
  3835. dia_box_location = None
  3836. # dia_box = Dialog_box(title=_("Jump to ..."),
  3837. # label=_("Enter the coordinates in format X,Y:"),
  3838. # icon=QtGui.QIcon(self.resource_location + '/jump_to16.png'),
  3839. # initial_text=dia_box_location)
  3840. dia_box = DialogBoxRadio(title=_("Jump to ..."),
  3841. label=_("Enter the coordinates in format X,Y:"),
  3842. icon=QtGui.QIcon(self.resource_location + '/jump_to16.png'),
  3843. initial_text=dia_box_location,
  3844. reference=self.defaults['global_jump_ref'])
  3845. if dia_box.ok is True:
  3846. try:
  3847. location = eval(dia_box.location)
  3848. if not isinstance(location, tuple):
  3849. self.inform.emit(_("Wrong coordinates. Enter coordinates in format: X,Y"))
  3850. return
  3851. if dia_box.reference == 'rel':
  3852. rel_x = self.mouse[0] + location[0]
  3853. rel_y = self.mouse[1] + location[1]
  3854. location = (rel_x, rel_y)
  3855. self.defaults['global_jump_ref'] = dia_box.reference
  3856. except Exception:
  3857. return
  3858. else:
  3859. return
  3860. else:
  3861. location = custom_location
  3862. self.jump_signal.emit(location)
  3863. if fit_center:
  3864. self.plotcanvas.fit_center(loc=location)
  3865. cursor = QtGui.QCursor()
  3866. if self.is_legacy is False:
  3867. # I don't know where those differences come from but they are constant for the current
  3868. # execution of the application and they are multiples of a value around 0.0263mm.
  3869. # In a random way sometimes they are more sometimes they are less
  3870. # if units == 'MM':
  3871. # cal_factor = 0.0263
  3872. # else:
  3873. # cal_factor = 0.0263 / 25.4
  3874. cal_location = (location[0], location[1])
  3875. canvas_origin = self.plotcanvas.native.mapToGlobal(QtCore.QPoint(0, 0))
  3876. jump_loc = self.plotcanvas.translate_coords_2((cal_location[0], cal_location[1]))
  3877. j_pos = (
  3878. int(canvas_origin.x() + round(jump_loc[0])),
  3879. int(canvas_origin.y() + round(jump_loc[1]))
  3880. )
  3881. cursor.setPos(j_pos[0], j_pos[1])
  3882. else:
  3883. # find the canvas origin which is in the top left corner
  3884. canvas_origin = self.plotcanvas.native.mapToGlobal(QtCore.QPoint(0, 0))
  3885. # determine the coordinates for the lowest left point of the canvas
  3886. x0, y0 = canvas_origin.x(), canvas_origin.y() + self.ui.right_layout.geometry().height()
  3887. # transform the given location from data coordinates to display coordinates. THe display coordinates are
  3888. # in pixels where the origin 0,0 is in the lowest left point of the display window (in our case is the
  3889. # canvas) and the point (width, height) is in the top-right location
  3890. loc = self.plotcanvas.axes.transData.transform_point(location)
  3891. j_pos = (
  3892. int(x0 + loc[0]),
  3893. int(y0 - loc[1])
  3894. )
  3895. cursor.setPos(j_pos[0], j_pos[1])
  3896. self.plotcanvas.mouse = [location[0], location[1]]
  3897. if self.defaults["global_cursor_color_enabled"] is True:
  3898. self.plotcanvas.draw_cursor(x_pos=location[0], y_pos=location[1], color=self.cursor_color_3D)
  3899. else:
  3900. self.plotcanvas.draw_cursor(x_pos=location[0], y_pos=location[1])
  3901. if self.grid_status():
  3902. # Update cursor
  3903. self.app_cursor.set_data(np.asarray([(location[0], location[1])]),
  3904. symbol='++', edge_color=self.cursor_color_3D,
  3905. edge_width=self.defaults["global_cursor_width"],
  3906. size=self.defaults["global_cursor_size"])
  3907. # Set the relative position label
  3908. dx = location[0] - float(self.rel_point1[0])
  3909. dy = location[1] - float(self.rel_point1[1])
  3910. self.ui.position_label.setText("&nbsp;<b>X</b>: %.4f&nbsp;&nbsp; "
  3911. "<b>Y</b>: %.4f&nbsp;" % (location[0], location[1]))
  3912. # # Set the position label
  3913. #
  3914. # self.ui.rel_position_label.setText("<b>Dx</b>: %.4f&nbsp;&nbsp; <b>Dy</b>: "
  3915. # "%.4f&nbsp;&nbsp;&nbsp;&nbsp;" % (dx, dy))
  3916. units = self.defaults["units"].lower()
  3917. self.plotcanvas.text_hud.text = \
  3918. 'Dx:\t{:<.4f} [{:s}]\nDy:\t{:<.4f} [{:s}]\n\nX: \t{:<.4f} [{:s}]\nY: \t{:<.4f} [{:s}]'.format(
  3919. dx, units, dy, units, location[0], units, location[1], units)
  3920. self.inform.emit('[success] %s' % _("Done."))
  3921. return location
  3922. def on_locate(self, obj, fit_center=True):
  3923. """
  3924. Jump to one of the corners (or center) of an object by setting the mouse cursor location
  3925. :param obj: The object on which to locate certain points
  3926. :param fit_center: If to fit view. Boolean.
  3927. :return: A point location. (x, y) tuple.
  3928. """
  3929. self.defaults.report_usage("on_locate()")
  3930. if obj is None:
  3931. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  3932. return 'fail'
  3933. class DialogBoxChoice(QtWidgets.QDialog):
  3934. def __init__(self, title=None, icon=None, choice='bl'):
  3935. """
  3936. :param title: string with the window title
  3937. """
  3938. super(DialogBoxChoice, self).__init__()
  3939. self.ok = False
  3940. self.setWindowIcon(icon)
  3941. self.setWindowTitle(str(title))
  3942. self.form = QtWidgets.QFormLayout(self)
  3943. self.ref_radio = RadioSet([
  3944. {"label": _("Bottom-Left"), "value": "bl"},
  3945. {"label": _("Top-Left"), "value": "tl"},
  3946. {"label": _("Bottom-Right"), "value": "br"},
  3947. {"label": _("Top-Right"), "value": "tr"},
  3948. {"label": _("Center"), "value": "c"}
  3949. ], orientation='vertical', stretch=False)
  3950. self.ref_radio.set_value(choice)
  3951. self.form.addRow(self.ref_radio)
  3952. self.button_box = QtWidgets.QDialogButtonBox(
  3953. QtWidgets.QDialogButtonBox.Ok | QtWidgets.QDialogButtonBox.Cancel,
  3954. Qt.Horizontal, parent=self)
  3955. self.form.addRow(self.button_box)
  3956. self.button_box.accepted.connect(self.accept)
  3957. self.button_box.rejected.connect(self.reject)
  3958. if self.exec_() == QtWidgets.QDialog.Accepted:
  3959. self.ok = True
  3960. self.location_point = self.ref_radio.get_value()
  3961. else:
  3962. self.ok = False
  3963. self.location_point = None
  3964. dia_box = DialogBoxChoice(title=_("Locate ..."),
  3965. icon=QtGui.QIcon(self.resource_location + '/locate16.png'),
  3966. choice=self.defaults['global_locate_pt'])
  3967. if dia_box.ok is True:
  3968. try:
  3969. location_point = dia_box.location_point
  3970. self.defaults['global_locate_pt'] = dia_box.location_point
  3971. except Exception:
  3972. return
  3973. else:
  3974. return
  3975. loc_b = obj.bounds()
  3976. if location_point == 'bl':
  3977. location = (loc_b[0], loc_b[1])
  3978. elif location_point == 'tl':
  3979. location = (loc_b[0], loc_b[3])
  3980. elif location_point == 'br':
  3981. location = (loc_b[2], loc_b[1])
  3982. elif location_point == 'tr':
  3983. location = (loc_b[2], loc_b[3])
  3984. else:
  3985. # center
  3986. cx = loc_b[0] + ((loc_b[2] - loc_b[0]) / 2)
  3987. cy = loc_b[1] + ((loc_b[3] - loc_b[1]) / 2)
  3988. location = (cx, cy)
  3989. self.locate_signal.emit(location, location_point)
  3990. if fit_center:
  3991. self.plotcanvas.fit_center(loc=location)
  3992. cursor = QtGui.QCursor()
  3993. if self.is_legacy is False:
  3994. # I don't know where those differences come from but they are constant for the current
  3995. # execution of the application and they are multiples of a value around 0.0263mm.
  3996. # In a random way sometimes they are more sometimes they are less
  3997. # if units == 'MM':
  3998. # cal_factor = 0.0263
  3999. # else:
  4000. # cal_factor = 0.0263 / 25.4
  4001. cal_location = (location[0], location[1])
  4002. canvas_origin = self.plotcanvas.native.mapToGlobal(QtCore.QPoint(0, 0))
  4003. jump_loc = self.plotcanvas.translate_coords_2((cal_location[0], cal_location[1]))
  4004. j_pos = (
  4005. int(canvas_origin.x() + round(jump_loc[0])),
  4006. int(canvas_origin.y() + round(jump_loc[1]))
  4007. )
  4008. cursor.setPos(j_pos[0], j_pos[1])
  4009. else:
  4010. # find the canvas origin which is in the top left corner
  4011. canvas_origin = self.plotcanvas.native.mapToGlobal(QtCore.QPoint(0, 0))
  4012. # determine the coordinates for the lowest left point of the canvas
  4013. x0, y0 = canvas_origin.x(), canvas_origin.y() + self.ui.right_layout.geometry().height()
  4014. # transform the given location from data coordinates to display coordinates. THe display coordinates are
  4015. # in pixels where the origin 0,0 is in the lowest left point of the display window (in our case is the
  4016. # canvas) and the point (width, height) is in the top-right location
  4017. loc = self.plotcanvas.axes.transData.transform_point(location)
  4018. j_pos = (
  4019. int(x0 + loc[0]),
  4020. int(y0 - loc[1])
  4021. )
  4022. cursor.setPos(j_pos[0], j_pos[1])
  4023. self.plotcanvas.mouse = [location[0], location[1]]
  4024. if self.defaults["global_cursor_color_enabled"] is True:
  4025. self.plotcanvas.draw_cursor(x_pos=location[0], y_pos=location[1], color=self.cursor_color_3D)
  4026. else:
  4027. self.plotcanvas.draw_cursor(x_pos=location[0], y_pos=location[1])
  4028. if self.grid_status():
  4029. # Update cursor
  4030. self.app_cursor.set_data(np.asarray([(location[0], location[1])]),
  4031. symbol='++', edge_color=self.cursor_color_3D,
  4032. edge_width=self.defaults["global_cursor_width"],
  4033. size=self.defaults["global_cursor_size"])
  4034. # Set the relative position label
  4035. self.dx = location[0] - float(self.rel_point1[0])
  4036. self.dy = location[1] - float(self.rel_point1[1])
  4037. # Set the position label
  4038. self.ui.position_label.setText("&nbsp;<b>X</b>: %.4f&nbsp;&nbsp; "
  4039. "<b>Y</b>: %.4f&nbsp;" % (location[0], location[1]))
  4040. # self.ui.rel_position_label.setText("<b>Dx</b>: %.4f&nbsp;&nbsp; <b>Dy</b>: "
  4041. # "%.4f&nbsp;&nbsp;&nbsp;&nbsp;" % (self.dx, self.dy))
  4042. units = self.defaults["units"].lower()
  4043. self.plotcanvas.text_hud.text = \
  4044. 'Dx:\t{:<.4f} [{:s}]\nDy:\t{:<.4f} [{:s}]\n\nX: \t{:<.4f} [{:s}]\nY: \t{:<.4f} [{:s}]'.format(
  4045. self.dx, units, self.dy, units, location[0], units, location[1], units)
  4046. self.inform.emit('[success] %s' % _("Done."))
  4047. return location
  4048. def on_copy_command(self):
  4049. """
  4050. Will copy a selection of objects, creating new objects.
  4051. :return:
  4052. """
  4053. self.defaults.report_usage("on_copy_command()")
  4054. def initialize(obj_init, app):
  4055. """
  4056. :param obj_init: the new object
  4057. :type obj_init: class
  4058. :param app: An instance of the App class
  4059. :type app: App
  4060. :return: None
  4061. :rtype:
  4062. """
  4063. obj_init.solid_geometry = deepcopy(obj.solid_geometry)
  4064. try:
  4065. obj_init.follow_geometry = deepcopy(obj.follow_geometry)
  4066. except AttributeError:
  4067. pass
  4068. try:
  4069. obj_init.apertures = deepcopy(obj.apertures)
  4070. except AttributeError:
  4071. pass
  4072. try:
  4073. if obj.tools:
  4074. obj_init.tools = deepcopy(obj.tools)
  4075. except Exception as err:
  4076. log.debug("App.on_copy_command() --> %s" % str(err))
  4077. try:
  4078. obj_init.source_file = deepcopy(obj.source_file)
  4079. except (AttributeError, TypeError):
  4080. pass
  4081. def initialize_excellon(obj_init, app):
  4082. obj_init.source_file = deepcopy(obj.source_file)
  4083. obj_init.tools = deepcopy(obj.tools)
  4084. # drills are offset, so they need to be deep copied
  4085. obj_init.drills = deepcopy(obj.drills)
  4086. # slots are offset, so they need to be deep copied
  4087. obj_init.slots = deepcopy(obj.slots)
  4088. obj_init.create_geometry()
  4089. def initialize_script(obj_init, app_obj):
  4090. obj_init.source_file = deepcopy(obj.source_file)
  4091. def initialize_document(obj_init, app_obj):
  4092. obj_init.source_file = deepcopy(obj.source_file)
  4093. for obj in self.collection.get_selected():
  4094. obj_name = obj.options["name"]
  4095. try:
  4096. if isinstance(obj, ExcellonObject):
  4097. self.app_obj.new_object("excellon", str(obj_name) + "_copy", initialize_excellon)
  4098. elif isinstance(obj, GerberObject):
  4099. self.app_obj.new_object("gerber", str(obj_name) + "_copy", initialize)
  4100. elif isinstance(obj, GeometryObject):
  4101. self.app_obj.new_object("geometry", str(obj_name) + "_copy", initialize)
  4102. elif isinstance(obj, ScriptObject):
  4103. self.app_obj.new_object("script", str(obj_name) + "_copy", initialize_script)
  4104. elif isinstance(obj, DocumentObject):
  4105. self.app_obj.new_object("document", str(obj_name) + "_copy", initialize_document)
  4106. except Exception as e:
  4107. return "Operation failed: %s" % str(e)
  4108. def on_copy_object2(self, custom_name):
  4109. def initialize_geometry(obj_init, app):
  4110. obj_init.solid_geometry = deepcopy(obj.solid_geometry)
  4111. try:
  4112. obj_init.follow_geometry = deepcopy(obj.follow_geometry)
  4113. except AttributeError:
  4114. pass
  4115. try:
  4116. obj_init.apertures = deepcopy(obj.apertures)
  4117. except AttributeError:
  4118. pass
  4119. try:
  4120. if obj.tools:
  4121. obj_init.tools = deepcopy(obj.tools)
  4122. except Exception as ee:
  4123. log.debug("on_copy_object2() --> %s" % str(ee))
  4124. def initialize_gerber(obj_init, app):
  4125. obj_init.solid_geometry = deepcopy(obj.solid_geometry)
  4126. obj_init.apertures = deepcopy(obj.apertures)
  4127. obj_init.aperture_macros = deepcopy(obj.aperture_macros)
  4128. def initialize_excellon(obj_init, app):
  4129. obj_init.tools = deepcopy(obj.tools)
  4130. # drills are offset, so they need to be deep copied
  4131. obj_init.drills = deepcopy(obj.drills)
  4132. # slots are offset, so they need to be deep copied
  4133. obj_init.slots = deepcopy(obj.slots)
  4134. obj_init.create_geometry()
  4135. for obj in self.collection.get_selected():
  4136. obj_name = obj.options["name"]
  4137. try:
  4138. if isinstance(obj, ExcellonObject):
  4139. self.app_obj.new_object("excellon", str(obj_name) + custom_name, initialize_excellon)
  4140. elif isinstance(obj, GerberObject):
  4141. self.app_obj.new_object("gerber", str(obj_name) + custom_name, initialize_gerber)
  4142. elif isinstance(obj, GeometryObject):
  4143. self.app_obj.new_object("geometry", str(obj_name) + custom_name, initialize_geometry)
  4144. except Exception as er:
  4145. return "Operation failed: %s" % str(er)
  4146. def on_rename_object(self, text):
  4147. """
  4148. Will rename an object.
  4149. :param text: New name for the object.
  4150. :return:
  4151. """
  4152. self.defaults.report_usage("on_rename_object()")
  4153. named_obj = self.collection.get_active()
  4154. for obj in named_obj:
  4155. if obj is list:
  4156. self.on_rename_object(text)
  4157. else:
  4158. try:
  4159. obj.options['name'] = text
  4160. except Exception as e:
  4161. log.warning("App.on_rename_object() --> Could not rename the object in the list. --> %s" % str(e))
  4162. def convert_any2geo(self):
  4163. """
  4164. Will convert any object out of Gerber, Excellon, Geometry to Geometry object.
  4165. :return:
  4166. """
  4167. self.defaults.report_usage("convert_any2geo()")
  4168. def initialize(obj_init, app):
  4169. obj_init.solid_geometry = obj.solid_geometry
  4170. try:
  4171. obj_init.follow_geometry = obj.follow_geometry
  4172. except AttributeError:
  4173. pass
  4174. try:
  4175. obj_init.apertures = obj.apertures
  4176. except AttributeError:
  4177. pass
  4178. try:
  4179. if obj.tools:
  4180. obj_init.tools = obj.tools
  4181. except AttributeError:
  4182. pass
  4183. def initialize_excellon(obj_init, app):
  4184. # objs = self.collection.get_selected()
  4185. # GeometryObject.merge(objs, obj)
  4186. solid_geo = []
  4187. for tool in obj.tools:
  4188. for geo in obj.tools[tool]['solid_geometry']:
  4189. solid_geo.append(geo)
  4190. obj_init.solid_geometry = deepcopy(solid_geo)
  4191. if not self.collection.get_selected():
  4192. log.warning("App.convert_any2geo --> No object selected")
  4193. self.inform.emit('[WARNING_NOTCL] %s' %
  4194. _("No object is selected. Select an object and try again."))
  4195. return
  4196. for obj in self.collection.get_selected():
  4197. obj_name = obj.options["name"]
  4198. try:
  4199. if isinstance(obj, ExcellonObject):
  4200. self.app_obj.new_object("geometry", str(obj_name) + "_conv", initialize_excellon)
  4201. else:
  4202. self.app_obj.new_object("geometry", str(obj_name) + "_conv", initialize)
  4203. except Exception as e:
  4204. return "Operation failed: %s" % str(e)
  4205. def convert_any2gerber(self):
  4206. """
  4207. Will convert any object out of Gerber, Excellon, Geometry to Gerber object.
  4208. :return:
  4209. """
  4210. self.defaults.report_usage("convert_any2gerber()")
  4211. def initialize_geometry(obj_init, app):
  4212. apertures = {}
  4213. apid = 0
  4214. apertures[str(apid)] = {}
  4215. apertures[str(apid)]['geometry'] = []
  4216. for obj_orig in obj.solid_geometry:
  4217. new_elem = {}
  4218. new_elem['solid'] = obj_orig
  4219. try:
  4220. new_elem['follow'] = obj_orig.exterior
  4221. except AttributeError:
  4222. pass
  4223. apertures[str(apid)]['geometry'].append(deepcopy(new_elem))
  4224. apertures[str(apid)]['size'] = 0.0
  4225. apertures[str(apid)]['type'] = 'C'
  4226. obj_init.solid_geometry = deepcopy(obj.solid_geometry)
  4227. obj_init.apertures = deepcopy(apertures)
  4228. def initialize_excellon(obj_init, app):
  4229. apertures = {}
  4230. apid = 10
  4231. for tool in obj.tools:
  4232. apertures[str(apid)] = {}
  4233. apertures[str(apid)]['geometry'] = []
  4234. for geo in obj.tools[tool]['solid_geometry']:
  4235. new_el = {}
  4236. new_el['solid'] = geo
  4237. new_el['follow'] = geo.exterior
  4238. apertures[str(apid)]['geometry'].append(deepcopy(new_el))
  4239. apertures[str(apid)]['size'] = float(obj.tools[tool]['C'])
  4240. apertures[str(apid)]['type'] = 'C'
  4241. apid += 1
  4242. # create solid_geometry
  4243. solid_geometry = []
  4244. for apid in apertures:
  4245. for geo_el in apertures[apid]['geometry']:
  4246. solid_geometry.append(geo_el['solid'])
  4247. solid_geometry = MultiPolygon(solid_geometry)
  4248. solid_geometry = solid_geometry.buffer(0.0000001)
  4249. obj_init.solid_geometry = deepcopy(solid_geometry)
  4250. obj_init.apertures = deepcopy(apertures)
  4251. # clear the working objects (perhaps not necessary due of Python GC)
  4252. apertures.clear()
  4253. if not self.collection.get_selected():
  4254. log.warning("App.convert_any2gerber --> No object selected")
  4255. self.inform.emit('[WARNING_NOTCL] %s' %
  4256. _("No object is selected. Select an object and try again."))
  4257. return
  4258. for obj in self.collection.get_selected():
  4259. obj_name = obj.options["name"]
  4260. try:
  4261. if isinstance(obj, ExcellonObject):
  4262. self.app_obj.new_object("gerber", str(obj_name) + "_conv", initialize_excellon)
  4263. elif isinstance(obj, GeometryObject):
  4264. self.app_obj.new_object("gerber", str(obj_name) + "_conv", initialize_geometry)
  4265. else:
  4266. log.warning("App.convert_any2gerber --> This is no vaild object for conversion.")
  4267. except Exception as e:
  4268. return "Operation failed: %s" % str(e)
  4269. def abort_all_tasks(self):
  4270. """
  4271. Executed when a certain key combo is pressed (Ctrl+Alt+X). Will abort current task
  4272. on the first possible occasion.
  4273. :return:
  4274. """
  4275. if self.abort_flag is False:
  4276. self.inform.emit(_("Aborting. The current task will be gracefully closed as soon as possible..."))
  4277. self.abort_flag = True
  4278. self.cleanup.emit()
  4279. def app_is_idle(self):
  4280. if self.abort_flag:
  4281. self.inform.emit('[WARNING_NOTCL] %s' % _("The current task was gracefully closed on user request..."))
  4282. self.abort_flag = False
  4283. def on_selectall(self):
  4284. """
  4285. Will draw a selection box shape around the selected objects.
  4286. :return:
  4287. """
  4288. self.defaults.report_usage("on_selectall()")
  4289. # delete the possible selection box around a possible selected object
  4290. self.delete_selection_shape()
  4291. for name in self.collection.get_names():
  4292. self.collection.set_active(name)
  4293. curr_sel_obj = self.collection.get_by_name(name)
  4294. # create the selection box around the selected object
  4295. if self.defaults['global_selection_shape'] is True:
  4296. self.draw_selection_shape(curr_sel_obj)
  4297. def on_toggle_preferences(self):
  4298. pref_open = False
  4299. for idx in range(self.ui.plot_tab_area.count()):
  4300. if self.ui.plot_tab_area.tabText(idx) == _("Preferences"):
  4301. pref_open = True
  4302. if pref_open:
  4303. for idx in range(self.ui.plot_tab_area.count()):
  4304. if self.ui.plot_tab_area.tabText(idx) == _("Preferences"):
  4305. self.ui.plot_tab_area.removeTab(idx)
  4306. break
  4307. self.ui.pref_status_label.setStyleSheet("")
  4308. else:
  4309. self.on_preferences()
  4310. def on_preferences(self):
  4311. """
  4312. Adds the Preferences in a Tab in Plot Area
  4313. :return:
  4314. """
  4315. # add the tab if it was closed
  4316. self.ui.plot_tab_area.addTab(self.ui.preferences_tab, _("Preferences"))
  4317. # delete the absolute and relative position and messages in the infobar
  4318. self.ui.position_label.setText("")
  4319. # self.ui.rel_position_label.setText("")
  4320. # Switch plot_area to preferences page
  4321. self.ui.plot_tab_area.setCurrentWidget(self.ui.preferences_tab)
  4322. # self.ui.show()
  4323. self.ui.pref_status_label.setStyleSheet("""
  4324. QLabel
  4325. {
  4326. color: black;
  4327. background-color: lightseagreen;
  4328. }
  4329. """
  4330. )
  4331. # detect changes in the preferences
  4332. for idx in range(self.ui.pref_tab_area.count()):
  4333. for tb in self.ui.pref_tab_area.widget(idx).findChildren(QtCore.QObject):
  4334. try:
  4335. try:
  4336. tb.textEdited.disconnect(self.preferencesUiManager.on_preferences_edited)
  4337. except (TypeError, AttributeError):
  4338. pass
  4339. tb.textEdited.connect(self.preferencesUiManager.on_preferences_edited)
  4340. except AttributeError:
  4341. pass
  4342. try:
  4343. try:
  4344. tb.modificationChanged.disconnect(self.preferencesUiManager.on_preferences_edited)
  4345. except (TypeError, AttributeError):
  4346. pass
  4347. tb.modificationChanged.connect(self.preferencesUiManager.on_preferences_edited)
  4348. except AttributeError:
  4349. pass
  4350. try:
  4351. try:
  4352. tb.toggled.disconnect(self.preferencesUiManager.on_preferences_edited)
  4353. except (TypeError, AttributeError):
  4354. pass
  4355. tb.toggled.connect(self.preferencesUiManager.on_preferences_edited)
  4356. except AttributeError:
  4357. pass
  4358. try:
  4359. try:
  4360. tb.valueChanged.disconnect(self.preferencesUiManager.on_preferences_edited)
  4361. except (TypeError, AttributeError):
  4362. pass
  4363. tb.valueChanged.connect(self.preferencesUiManager.on_preferences_edited)
  4364. except AttributeError:
  4365. pass
  4366. try:
  4367. try:
  4368. tb.currentIndexChanged.disconnect(self.preferencesUiManager.on_preferences_edited)
  4369. except (TypeError, AttributeError):
  4370. pass
  4371. tb.currentIndexChanged.connect(self.preferencesUiManager.on_preferences_edited)
  4372. except AttributeError:
  4373. pass
  4374. def on_tools_database(self, source='app'):
  4375. """
  4376. Adds the Tools Database in a Tab in Plot Area.
  4377. :return:
  4378. """
  4379. for idx in range(self.ui.plot_tab_area.count()):
  4380. if self.ui.plot_tab_area.tabText(idx) == _("Tools Database"):
  4381. # there can be only one instance of Tools Database at one time
  4382. return
  4383. if source == 'app':
  4384. self.tools_db_tab = ToolsDB2(
  4385. app=self,
  4386. parent=self.ui,
  4387. callback_on_edited=self.on_tools_db_edited,
  4388. callback_on_tool_request=self.on_geometry_tool_add_from_db_executed
  4389. )
  4390. elif source == 'ncc':
  4391. self.tools_db_tab = ToolsDB2(
  4392. app=self,
  4393. parent=self.ui,
  4394. callback_on_edited=self.on_tools_db_edited,
  4395. callback_on_tool_request=self.ncclear_tool.on_ncc_tool_add_from_db_executed
  4396. )
  4397. elif source == 'paint':
  4398. self.tools_db_tab = ToolsDB2(
  4399. app=self,
  4400. parent=self.ui,
  4401. callback_on_edited=self.on_tools_db_edited,
  4402. callback_on_tool_request=self.paint_tool.on_paint_tool_add_from_db_executed
  4403. )
  4404. elif source == 'iso':
  4405. self.tools_db_tab = ToolsDB2(
  4406. app=self,
  4407. parent=self.ui,
  4408. callback_on_edited=self.on_tools_db_edited,
  4409. callback_on_tool_request=self.isolation_tool.on_iso_tool_add_from_db_executed
  4410. )
  4411. # add the tab if it was closed
  4412. try:
  4413. self.ui.plot_tab_area.addTab(self.tools_db_tab, _("Tools Database"))
  4414. self.tools_db_tab.setObjectName("database_tab")
  4415. except Exception as e:
  4416. log.debug("App.on_tools_database() --> %s" % str(e))
  4417. return
  4418. # delete the absolute and relative position and messages in the infobar
  4419. self.ui.position_label.setText("")
  4420. # self.ui.rel_position_label.setText("")
  4421. # Switch plot_area to preferences page
  4422. self.ui.plot_tab_area.setCurrentWidget(self.tools_db_tab)
  4423. # detect changes in the Tools in Tools DB, connect signals from table widget in tab
  4424. self.tools_db_tab.ui_connect()
  4425. def on_tools_db_edited(self):
  4426. """
  4427. Executed whenever a tool is edited in Tools Database.
  4428. Will color the text of the Tools Database tab to Red color.
  4429. :return:
  4430. """
  4431. self.inform[str, bool].emit('[WARNING_NOTCL] %s' % _("Tools in Tools Database edited but not saved."), False)
  4432. for idx in range(self.ui.plot_tab_area.count()):
  4433. if self.ui.plot_tab_area.tabText(idx) == _("Tools Database"):
  4434. self.ui.plot_tab_area.tabBar.setTabTextColor(idx, QtGui.QColor('red'))
  4435. self.tools_db_tab.save_db_btn.setStyleSheet("QPushButton {color: red;}")
  4436. self.tools_db_changed_flag = True
  4437. def on_geometry_tool_add_from_db_executed(self, tool):
  4438. """
  4439. Here add the tool from DB in the selected geometry object.
  4440. :return:
  4441. """
  4442. tool_from_db = deepcopy(tool)
  4443. obj = self.collection.get_active()
  4444. if obj.kind == 'geometry':
  4445. obj.on_tool_from_db_inserted(tool=tool_from_db)
  4446. # close the tab and delete it
  4447. for idx in range(self.ui.plot_tab_area.count()):
  4448. if self.ui.plot_tab_area.tabText(idx) == _("Tools Database"):
  4449. wdg = self.ui.plot_tab_area.widget(idx)
  4450. wdg.deleteLater()
  4451. self.ui.plot_tab_area.removeTab(idx)
  4452. self.inform.emit('[success] %s' % _("Tool from DB added in Tool Table."))
  4453. elif obj.kind == 'gerber':
  4454. self.isolation_tool.on_tool_from_db_inserted(tool=tool_from_db)
  4455. # close the tab and delete it
  4456. for idx in range(self.ui.plot_tab_area.count()):
  4457. if self.ui.plot_tab_area.tabText(idx) == _("Tools Database"):
  4458. wdg = self.ui.plot_tab_area.widget(idx)
  4459. wdg.deleteLater()
  4460. self.ui.plot_tab_area.removeTab(idx)
  4461. self.inform.emit('[success] %s' % _("Tool from DB added in Tool Table."))
  4462. else:
  4463. self.inform.emit('[ERROR_NOTCL] %s' % _("Adding tool from DB is not allowed for this object."))
  4464. def on_plot_area_tab_closed(self, tab_obj_name):
  4465. """
  4466. Executed whenever a QTab is closed in the Plot Area.
  4467. :param tab_obj_name: The objectName of the Tab that was closed. This objectName is assigned on Tab creation
  4468. :return:
  4469. """
  4470. if tab_obj_name == "preferences_tab":
  4471. self.preferencesUiManager.on_close_preferences_tab()
  4472. elif tab_obj_name == "database_tab":
  4473. # disconnect the signals from the table widget in tab
  4474. self.tools_db_tab.ui_disconnect()
  4475. if self.tools_db_changed_flag is True:
  4476. msgbox = QtWidgets.QMessageBox()
  4477. msgbox.setText(_("One or more Tools are edited.\n"
  4478. "Do you want to update the Tools Database?"))
  4479. msgbox.setWindowTitle(_("Save Tools Database"))
  4480. msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/save_as.png'))
  4481. msgbox.setIcon(QtWidgets.QMessageBox.Question)
  4482. bt_yes = msgbox.addButton(_('Yes'), QtWidgets.QMessageBox.YesRole)
  4483. msgbox.addButton(_('No'), QtWidgets.QMessageBox.NoRole)
  4484. msgbox.setDefaultButton(bt_yes)
  4485. msgbox.exec_()
  4486. response = msgbox.clickedButton()
  4487. if response == bt_yes:
  4488. self.tools_db_tab.on_save_tools_db()
  4489. self.inform.emit('[success] %s' % "Tools DB saved to file.")
  4490. else:
  4491. self.tools_db_changed_flag = False
  4492. self.inform.emit('')
  4493. return
  4494. self.tools_db_tab.deleteLater()
  4495. elif tab_obj_name == "text_editor_tab":
  4496. self.toggle_codeeditor = False
  4497. elif tab_obj_name == "bookmarks_tab":
  4498. self.book_dialog_tab.rebuild_actions()
  4499. self.book_dialog_tab.deleteLater()
  4500. else:
  4501. return
  4502. # def on_plotarea_tab_closed(self, tab_idx):
  4503. # """
  4504. #
  4505. # :param tab_idx: Index of the Tab from the plotarea that was closed
  4506. # :return:
  4507. # """
  4508. # widget = self.ui.plot_tab_area.widget(tab_idx)
  4509. #
  4510. # if widget is not None:
  4511. # widget.deleteLater()
  4512. # self.ui.plot_tab_area.removeTab(tab_idx)
  4513. def on_flipy(self):
  4514. """
  4515. Executed when the menu entry in Options -> Flip on Y axis is clicked.
  4516. :return:
  4517. """
  4518. self.defaults.report_usage("on_flipy()")
  4519. obj_list = self.collection.get_selected()
  4520. xminlist = []
  4521. yminlist = []
  4522. xmaxlist = []
  4523. ymaxlist = []
  4524. if not obj_list:
  4525. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected to Flip on Y axis."))
  4526. else:
  4527. try:
  4528. # first get a bounding box to fit all
  4529. for obj in obj_list:
  4530. xmin, ymin, xmax, ymax = obj.bounds()
  4531. xminlist.append(xmin)
  4532. yminlist.append(ymin)
  4533. xmaxlist.append(xmax)
  4534. ymaxlist.append(ymax)
  4535. # get the minimum x,y and maximum x,y for all objects selected
  4536. xminimal = min(xminlist)
  4537. yminimal = min(yminlist)
  4538. xmaximal = max(xmaxlist)
  4539. ymaximal = max(ymaxlist)
  4540. px = 0.5 * (xminimal + xmaximal)
  4541. py = 0.5 * (yminimal + ymaximal)
  4542. # execute mirroring
  4543. for obj in obj_list:
  4544. obj.mirror('X', [px, py])
  4545. obj.plot()
  4546. self.app_obj.object_changed.emit(obj)
  4547. self.inform.emit('[success] %s' %
  4548. _("Flip on Y axis done."))
  4549. except Exception as e:
  4550. self.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Flip action was not executed."), str(e)))
  4551. return
  4552. def on_flipx(self):
  4553. """
  4554. Executed when the menu entry in Options -> Flip on X axis is clicked.
  4555. :return:
  4556. """
  4557. self.defaults.report_usage("on_flipx()")
  4558. obj_list = self.collection.get_selected()
  4559. xminlist = []
  4560. yminlist = []
  4561. xmaxlist = []
  4562. ymaxlist = []
  4563. if not obj_list:
  4564. self.inform.emit('[WARNING_NOTCL] %s' %
  4565. _("No object selected to Flip on X axis."))
  4566. else:
  4567. try:
  4568. # first get a bounding box to fit all
  4569. for obj in obj_list:
  4570. xmin, ymin, xmax, ymax = obj.bounds()
  4571. xminlist.append(xmin)
  4572. yminlist.append(ymin)
  4573. xmaxlist.append(xmax)
  4574. ymaxlist.append(ymax)
  4575. # get the minimum x,y and maximum x,y for all objects selected
  4576. xminimal = min(xminlist)
  4577. yminimal = min(yminlist)
  4578. xmaximal = max(xmaxlist)
  4579. ymaximal = max(ymaxlist)
  4580. px = 0.5 * (xminimal + xmaximal)
  4581. py = 0.5 * (yminimal + ymaximal)
  4582. # execute mirroring
  4583. for obj in obj_list:
  4584. obj.mirror('Y', [px, py])
  4585. obj.plot()
  4586. self.app_obj.object_changed.emit(obj)
  4587. self.inform.emit('[success] %s' %
  4588. _("Flip on X axis done."))
  4589. except Exception as e:
  4590. self.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Flip action was not executed."), str(e)))
  4591. return
  4592. def on_rotate(self, silent=False, preset=None):
  4593. """
  4594. Executed when Options -> Rotate Selection menu entry is clicked.
  4595. :param silent: If silent is True then use the preset value for the angle of the rotation.
  4596. :param preset: A value to be used as predefined angle for rotation.
  4597. :return:
  4598. """
  4599. self.defaults.report_usage("on_rotate()")
  4600. obj_list = self.collection.get_selected()
  4601. xminlist = []
  4602. yminlist = []
  4603. xmaxlist = []
  4604. ymaxlist = []
  4605. if not obj_list:
  4606. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected to Rotate."))
  4607. else:
  4608. if silent is False:
  4609. rotatebox = FCInputDialog(title=_("Transform"), text=_("Enter the Angle value:"),
  4610. min=-360, max=360, decimals=4,
  4611. init_val=float(self.defaults['tools_transform_rotate']))
  4612. num, ok = rotatebox.get_value()
  4613. else:
  4614. num = preset
  4615. ok = True
  4616. if ok:
  4617. try:
  4618. # first get a bounding box to fit all
  4619. for obj in obj_list:
  4620. xmin, ymin, xmax, ymax = obj.bounds()
  4621. xminlist.append(xmin)
  4622. yminlist.append(ymin)
  4623. xmaxlist.append(xmax)
  4624. ymaxlist.append(ymax)
  4625. # get the minimum x,y and maximum x,y for all objects selected
  4626. xminimal = min(xminlist)
  4627. yminimal = min(yminlist)
  4628. xmaximal = max(xmaxlist)
  4629. ymaximal = max(ymaxlist)
  4630. px = 0.5 * (xminimal + xmaximal)
  4631. py = 0.5 * (yminimal + ymaximal)
  4632. for sel_obj in obj_list:
  4633. sel_obj.rotate(-float(num), point=(px, py))
  4634. sel_obj.plot()
  4635. self.app_obj.object_changed.emit(sel_obj)
  4636. self.inform.emit('[success] %s' % _("Rotation done."))
  4637. except Exception as e:
  4638. self.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Rotation movement was not executed."), str(e)))
  4639. return
  4640. def on_skewx(self):
  4641. """
  4642. Executed when the menu entry in Options -> Skew on X axis is clicked.
  4643. :return:
  4644. """
  4645. self.defaults.report_usage("on_skewx()")
  4646. obj_list = self.collection.get_selected()
  4647. xminlist = []
  4648. yminlist = []
  4649. if not obj_list:
  4650. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected to Skew/Shear on X axis."))
  4651. else:
  4652. skewxbox = FCInputDialog(title=_("Transform"), text=_("Enter the Angle value:"),
  4653. min=-360, max=360, decimals=4,
  4654. init_val=float(self.defaults['tools_transform_skew_x']))
  4655. num, ok = skewxbox.get_value()
  4656. if ok:
  4657. # first get a bounding box to fit all
  4658. for obj in obj_list:
  4659. xmin, ymin, xmax, ymax = obj.bounds()
  4660. xminlist.append(xmin)
  4661. yminlist.append(ymin)
  4662. # get the minimum x,y and maximum x,y for all objects selected
  4663. xminimal = min(xminlist)
  4664. yminimal = min(yminlist)
  4665. for obj in obj_list:
  4666. obj.skew(num, 0, point=(xminimal, yminimal))
  4667. obj.plot()
  4668. self.app_obj.object_changed.emit(obj)
  4669. self.inform.emit('[success] %s' % _("Skew on X axis done."))
  4670. def on_skewy(self):
  4671. """
  4672. Executed when the menu entry in Options -> Skew on Y axis is clicked.
  4673. :return:
  4674. """
  4675. self.defaults.report_usage("on_skewy()")
  4676. obj_list = self.collection.get_selected()
  4677. xminlist = []
  4678. yminlist = []
  4679. if not obj_list:
  4680. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected to Skew/Shear on Y axis."))
  4681. else:
  4682. skewybox = FCInputDialog(title=_("Transform"), text=_("Enter the Angle value:"),
  4683. min=-360, max=360, decimals=4,
  4684. init_val=float(self.defaults['tools_transform_skew_y']))
  4685. num, ok = skewybox.get_value()
  4686. if ok:
  4687. # first get a bounding box to fit all
  4688. for obj in obj_list:
  4689. xmin, ymin, xmax, ymax = obj.bounds()
  4690. xminlist.append(xmin)
  4691. yminlist.append(ymin)
  4692. # get the minimum x,y and maximum x,y for all objects selected
  4693. xminimal = min(xminlist)
  4694. yminimal = min(yminlist)
  4695. for obj in obj_list:
  4696. obj.skew(0, num, point=(xminimal, yminimal))
  4697. obj.plot()
  4698. self.app_obj.object_changed.emit(obj)
  4699. self.inform.emit('[success] %s' % _("Skew on Y axis done."))
  4700. def on_plots_updated(self):
  4701. """
  4702. Callback used to report when the plots have changed.
  4703. Adjust axes and zooms to fit.
  4704. :return: None
  4705. """
  4706. if self.is_legacy is False:
  4707. self.plotcanvas.update()
  4708. else:
  4709. self.plotcanvas.auto_adjust_axes()
  4710. self.on_zoom_fit()
  4711. self.collection.update_view()
  4712. # self.inform.emit(_("Plots updated ..."))
  4713. def on_toolbar_replot(self):
  4714. """
  4715. Callback for toolbar button. Re-plots all objects.
  4716. :return: None
  4717. """
  4718. self.log.debug("on_toolbar_replot()")
  4719. try:
  4720. self.collection.get_active().read_form()
  4721. except AttributeError:
  4722. self.log.debug("on_toolbar_replot(): AttributeError")
  4723. pass
  4724. self.plot_all()
  4725. def grid_status(self):
  4726. return True if self.ui.grid_snap_btn.isChecked() else False
  4727. def populate_cmenu_grids(self):
  4728. units = self.defaults['units'].lower()
  4729. # for act in self.ui.cmenu_gridmenu.actions():
  4730. # act.triggered.disconnect()
  4731. self.ui.cmenu_gridmenu.clear()
  4732. sorted_list = sorted(self.defaults["global_grid_context_menu"][str(units)])
  4733. grid_toggle = self.ui.cmenu_gridmenu.addAction(QtGui.QIcon(self.resource_location + '/grid32_menu.png'),
  4734. _("Grid On/Off"))
  4735. grid_toggle.setCheckable(True)
  4736. grid_toggle.setChecked(True) if self.grid_status() else grid_toggle.setChecked(False)
  4737. self.ui.cmenu_gridmenu.addSeparator()
  4738. for grid in sorted_list:
  4739. action = self.ui.cmenu_gridmenu.addAction(QtGui.QIcon(self.resource_location + '/grid32_menu.png'),
  4740. "%s" % str(grid))
  4741. action.triggered.connect(self.set_grid)
  4742. self.ui.cmenu_gridmenu.addSeparator()
  4743. grid_add = self.ui.cmenu_gridmenu.addAction(QtGui.QIcon(self.resource_location + '/plus32.png'),
  4744. _("Add"))
  4745. grid_delete = self.ui.cmenu_gridmenu.addAction(QtGui.QIcon(self.resource_location + '/delete32.png'),
  4746. _("Delete"))
  4747. grid_add.triggered.connect(self.on_grid_add)
  4748. grid_delete.triggered.connect(self.on_grid_delete)
  4749. grid_toggle.triggered.connect(lambda: self.ui.grid_snap_btn.trigger())
  4750. def set_grid(self):
  4751. menu_action = self.sender()
  4752. assert isinstance(menu_action, QtWidgets.QAction), "Expected QAction got %s" % type(menu_action)
  4753. self.ui.grid_gap_x_entry.setText(menu_action.text())
  4754. self.ui.grid_gap_y_entry.setText(menu_action.text())
  4755. def on_grid_add(self):
  4756. # ## Current application units in lower Case
  4757. units = self.defaults['units'].lower()
  4758. grid_add_popup = FCInputDialog(title=_("New Grid ..."),
  4759. text=_('Enter a Grid Value:'),
  4760. min=0.0000, max=99.9999, decimals=4)
  4761. grid_add_popup.setWindowIcon(QtGui.QIcon(self.resource_location + '/plus32.png'))
  4762. val, ok = grid_add_popup.get_value()
  4763. if ok:
  4764. if float(val) == 0:
  4765. self.inform.emit('[WARNING_NOTCL] %s' %
  4766. _("Please enter a grid value with non-zero value, in Float format."))
  4767. return
  4768. else:
  4769. if val not in self.defaults["global_grid_context_menu"][str(units)]:
  4770. self.defaults["global_grid_context_menu"][str(units)].append(val)
  4771. self.inform.emit('[success] %s...' % _("New Grid added"))
  4772. else:
  4773. self.inform.emit('[WARNING_NOTCL] %s...' % _("Grid already exists"))
  4774. else:
  4775. self.inform.emit('[WARNING_NOTCL] %s...' % _("Adding New Grid cancelled"))
  4776. def on_grid_delete(self):
  4777. # ## Current application units in lower Case
  4778. units = self.defaults['units'].lower()
  4779. grid_del_popup = FCInputDialog(title="Delete Grid ...",
  4780. text='Enter a Grid Value:',
  4781. min=0.0000, max=99.9999, decimals=4)
  4782. grid_del_popup.setWindowIcon(QtGui.QIcon(self.resource_location + '/delete32.png'))
  4783. val, ok = grid_del_popup.get_value()
  4784. if ok:
  4785. if float(val) == 0:
  4786. self.inform.emit('[WARNING_NOTCL] %s' %
  4787. _("Please enter a grid value with non-zero value, in Float format."))
  4788. return
  4789. else:
  4790. try:
  4791. self.defaults["global_grid_context_menu"][str(units)].remove(val)
  4792. except ValueError:
  4793. self.inform.emit('[ERROR_NOTCL]%s...' % _(" Grid Value does not exist"))
  4794. return
  4795. self.inform.emit('[success] %s...' % _("Grid Value deleted"))
  4796. else:
  4797. self.inform.emit('[WARNING_NOTCL] %s...' % _("Delete Grid value cancelled"))
  4798. def on_shortcut_list(self):
  4799. self.defaults.report_usage("on_shortcut_list()")
  4800. # add the tab if it was closed
  4801. self.ui.plot_tab_area.addTab(self.ui.shortcuts_tab, _("Key Shortcut List"))
  4802. # delete the absolute and relative position and messages in the infobar
  4803. self.ui.position_label.setText("")
  4804. # self.ui.rel_position_label.setText("")
  4805. # Switch plot_area to preferences page
  4806. self.ui.plot_tab_area.setCurrentWidget(self.ui.shortcuts_tab)
  4807. # self.ui.show()
  4808. def on_select_tab(self, name):
  4809. # if the splitter is hidden, display it, else hide it but only if the current widget is the same
  4810. if self.ui.splitter.sizes()[0] == 0:
  4811. self.ui.splitter.setSizes([1, 1])
  4812. else:
  4813. if self.ui.notebook.currentWidget().objectName() == name + '_tab':
  4814. self.ui.splitter.setSizes([0, 1])
  4815. if name == 'project':
  4816. self.ui.notebook.setCurrentWidget(self.ui.project_tab)
  4817. elif name == 'selected':
  4818. self.ui.notebook.setCurrentWidget(self.ui.selected_tab)
  4819. elif name == 'tool':
  4820. self.ui.notebook.setCurrentWidget(self.ui.tool_tab)
  4821. def on_copy_name(self):
  4822. self.defaults.report_usage("on_copy_name()")
  4823. obj = self.collection.get_active()
  4824. try:
  4825. name = obj.options["name"]
  4826. except AttributeError:
  4827. log.debug("on_copy_name() --> No object selected to copy it's name")
  4828. self.inform.emit('[WARNING_NOTCL] %s' %
  4829. _(" No object selected to copy it's name"))
  4830. return
  4831. self.clipboard.setText(name)
  4832. self.inform.emit(_("Name copied on clipboard ..."))
  4833. def on_mouse_click_over_plot(self, event):
  4834. """
  4835. Default actions are:
  4836. :param event: Contains information about the event, like which button
  4837. was clicked, the pixel coordinates and the axes coordinates.
  4838. :return: None
  4839. """
  4840. self.pos = []
  4841. if self.is_legacy is False:
  4842. event_pos = event.pos
  4843. # pan_button = 2 if self.defaults["global_pan_button"] == '2'else 3
  4844. # # Set the mouse button for panning
  4845. # self.plotcanvas.view.camera.pan_button_setting = pan_button
  4846. else:
  4847. event_pos = (event.xdata, event.ydata)
  4848. # Matplotlib has the middle and right buttons mapped in reverse compared with VisPy
  4849. # pan_button = 3 if self.defaults["global_pan_button"] == '2' else 2
  4850. # So it can receive key presses
  4851. self.plotcanvas.native.setFocus()
  4852. self.pos_canvas = self.plotcanvas.translate_coords(event_pos)
  4853. if self.grid_status():
  4854. self.pos = self.geo_editor.snap(self.pos_canvas[0], self.pos_canvas[1])
  4855. else:
  4856. self.pos = (self.pos_canvas[0], self.pos_canvas[1])
  4857. try:
  4858. if event.button == 1:
  4859. # Reset here the relative coordinates so there is a new reference on the click position
  4860. if self.rel_point1 is None:
  4861. self.rel_point1 = self.pos
  4862. else:
  4863. self.rel_point2 = copy(self.rel_point1)
  4864. self.rel_point1 = self.pos
  4865. self.on_mouse_move_over_plot(event, origin_click=True)
  4866. except Exception as e:
  4867. App.log.debug("App.on_mouse_click_over_plot() --> Outside plot? --> %s" % str(e))
  4868. def on_mouse_double_click_over_plot(self, event):
  4869. if event.button == 1:
  4870. self.doubleclick = True
  4871. def on_mouse_move_over_plot(self, event, origin_click=None):
  4872. """
  4873. Callback for the mouse motion event over the plot.
  4874. :param event: Contains information about the event.
  4875. :param origin_click
  4876. :return: None
  4877. """
  4878. if self.is_legacy is False:
  4879. event_pos = event.pos
  4880. if self.defaults["global_pan_button"] == '2':
  4881. pan_button = 2
  4882. else:
  4883. pan_button = 3
  4884. self.event_is_dragging = event.is_dragging
  4885. else:
  4886. event_pos = (event.xdata, event.ydata)
  4887. # Matplotlib has the middle and right buttons mapped in reverse compared with VisPy
  4888. if self.defaults["global_pan_button"] == '2':
  4889. pan_button = 3
  4890. else:
  4891. pan_button = 2
  4892. self.event_is_dragging = self.plotcanvas.is_dragging
  4893. # So it can receive key presses but not when the Tcl Shell is active
  4894. if not self.ui.shell_dock.isVisible():
  4895. if not self.plotcanvas.native.hasFocus():
  4896. self.plotcanvas.native.setFocus()
  4897. self.pos_jump = event_pos
  4898. self.ui.popMenu.mouse_is_panning = False
  4899. if origin_click is None:
  4900. # if the RMB is clicked and mouse is moving over plot then 'panning_action' is True
  4901. if event.button == pan_button and self.event_is_dragging == 1:
  4902. # if a popup menu is active don't change mouse_is_panning variable because is not True
  4903. if self.ui.popMenu.popup_active:
  4904. self.ui.popMenu.popup_active = False
  4905. return
  4906. self.ui.popMenu.mouse_is_panning = True
  4907. return
  4908. if self.rel_point1 is not None:
  4909. try: # May fail in case mouse not within axes
  4910. pos_canvas = self.plotcanvas.translate_coords(event_pos)
  4911. if pos_canvas[0] is None or pos_canvas[1] is None:
  4912. return
  4913. if self.grid_status():
  4914. pos = self.geo_editor.snap(pos_canvas[0], pos_canvas[1])
  4915. # Update cursor
  4916. self.app_cursor.set_data(np.asarray([(pos[0], pos[1])]),
  4917. symbol='++', edge_color=self.cursor_color_3D,
  4918. edge_width=self.defaults["global_cursor_width"],
  4919. size=self.defaults["global_cursor_size"])
  4920. else:
  4921. pos = (pos_canvas[0], pos_canvas[1])
  4922. self.dx = pos[0] - float(self.rel_point1[0])
  4923. self.dy = pos[1] - float(self.rel_point1[1])
  4924. self.ui.position_label.setText("&nbsp;<b>X</b>: %.4f&nbsp;&nbsp; "
  4925. "<b>Y</b>: %.4f&nbsp;" % (pos[0], pos[1]))
  4926. # self.ui.rel_position_label.setText("<b>Dx</b>: %.4f&nbsp;&nbsp; <b>Dy</b>: "
  4927. # "%.4f&nbsp;&nbsp;&nbsp;&nbsp;" % (self.dx, self.dy))
  4928. units = self.defaults["units"].lower()
  4929. self.plotcanvas.text_hud.text = \
  4930. 'Dx:\t{:<.4f} [{:s}]\nDy:\t{:<.4f} [{:s}]\n\nX: \t{:<.4f} [{:s}]\nY: \t{:<.4f} [{:s}]'.format(
  4931. self.dx, units, self.dy, units, pos[0], units, pos[1], units)
  4932. self.mouse = [pos[0], pos[1]]
  4933. # if the mouse is moved and the LMB is clicked then the action is a selection
  4934. if self.event_is_dragging == 1 and event.button == 1:
  4935. self.delete_selection_shape()
  4936. if self.dx < 0:
  4937. self.draw_moving_selection_shape(self.pos, pos, color=self.defaults['global_alt_sel_line'],
  4938. face_color=self.defaults['global_alt_sel_fill'])
  4939. self.selection_type = False
  4940. elif self.dx >= 0:
  4941. self.draw_moving_selection_shape(self.pos, pos)
  4942. self.selection_type = True
  4943. else:
  4944. self.selection_type = None
  4945. else:
  4946. self.selection_type = None
  4947. # hover effect - enabled in Preferences -> General -> appGUI Settings
  4948. if self.defaults['global_hover']:
  4949. for obj in self.collection.get_list():
  4950. try:
  4951. # select the object(s) only if it is enabled (plotted)
  4952. if obj.options['plot']:
  4953. if obj not in self.collection.get_selected():
  4954. poly_obj = Polygon(
  4955. [(obj.options['xmin'], obj.options['ymin']),
  4956. (obj.options['xmax'], obj.options['ymin']),
  4957. (obj.options['xmax'], obj.options['ymax']),
  4958. (obj.options['xmin'], obj.options['ymax'])]
  4959. )
  4960. if Point(pos).within(poly_obj):
  4961. if obj.isHovering is False:
  4962. obj.isHovering = True
  4963. obj.notHovering = True
  4964. # create the selection box around the selected object
  4965. self.draw_hover_shape(obj, color='#d1e0e0FF')
  4966. else:
  4967. if obj.notHovering is True:
  4968. obj.notHovering = False
  4969. obj.isHovering = False
  4970. self.delete_hover_shape()
  4971. except Exception:
  4972. # the Exception here will happen if we try to select on screen and we have an
  4973. # newly (and empty) just created Geometry or Excellon object that do not have the
  4974. # xmin, xmax, ymin, ymax options.
  4975. # In this case poly_obj creation (see above) will fail
  4976. pass
  4977. except Exception as e:
  4978. log.debug("App.on_mouse_move_over_plot() - rel_point1 is not None -> %s" % str(e))
  4979. self.ui.position_label.setText("")
  4980. # self.ui.rel_position_label.setText("")
  4981. self.mouse = None
  4982. def on_mouse_click_release_over_plot(self, event):
  4983. """
  4984. Callback for the mouse click release over plot. This event is generated by the Matplotlib backend
  4985. and has been registered in ''self.__init__()''.
  4986. :param event: contains information about the event.
  4987. :return:
  4988. """
  4989. if self.is_legacy is False:
  4990. event_pos = event.pos
  4991. right_button = 2
  4992. else:
  4993. event_pos = (event.xdata, event.ydata)
  4994. # Matplotlib has the middle and right buttons mapped in reverse compared with VisPy
  4995. right_button = 3
  4996. pos_canvas = self.plotcanvas.translate_coords(event_pos)
  4997. if self.grid_status():
  4998. pos = self.geo_editor.snap(pos_canvas[0], pos_canvas[1])
  4999. else:
  5000. pos = (pos_canvas[0], pos_canvas[1])
  5001. # if the released mouse button was RMB then test if it was a panning motion or not, if not it was a context
  5002. # canvas menu
  5003. if event.button == right_button and self.ui.popMenu.mouse_is_panning is False: # right click
  5004. self.ui.popMenu.mouse_is_panning = False
  5005. self.cursor = QtGui.QCursor()
  5006. self.populate_cmenu_grids()
  5007. self.ui.popMenu.popup(self.cursor.pos())
  5008. # if the released mouse button was LMB then test if we had a right-to-left selection or a left-to-right
  5009. # selection and then select a type of selection ("enclosing" or "touching")
  5010. if event.button == 1: # left click
  5011. modifiers = QtWidgets.QApplication.keyboardModifiers()
  5012. # If the SHIFT key is pressed when LMB is clicked then the coordinates are copied to clipboard
  5013. if modifiers == QtCore.Qt.ShiftModifier:
  5014. # do not auto open the Project Tab
  5015. self.click_noproject = True
  5016. self.clipboard.setText(
  5017. self.defaults["global_point_clipboard_format"] %
  5018. (self.decimals, self.pos[0], self.decimals, self.pos[1])
  5019. )
  5020. self.inform.emit('[success] %s' % _("Coordinates copied to clipboard."))
  5021. return
  5022. if self.doubleclick is True:
  5023. self.doubleclick = False
  5024. if self.collection.get_selected():
  5025. self.ui.notebook.setCurrentWidget(self.ui.selected_tab)
  5026. if self.ui.splitter.sizes()[0] == 0:
  5027. self.ui.splitter.setSizes([1, 1])
  5028. try:
  5029. # delete the selection shape(S) as it may be in the way
  5030. self.delete_selection_shape()
  5031. self.delete_hover_shape()
  5032. except Exception as e:
  5033. log.warning("FlatCAMApp.on_mouse_click_release_over_plot() double click --> Error: %s" % str(e))
  5034. return
  5035. else:
  5036. # WORKAROUND for LEGACY MODE
  5037. if self.is_legacy is True:
  5038. # if there is no move on canvas then we have no dragging selection
  5039. if self.dx == 0 or self.dy == 0:
  5040. self.selection_type = None
  5041. if self.selection_type is not None:
  5042. try:
  5043. self.selection_area_handler(self.pos, pos, self.selection_type)
  5044. self.selection_type = None
  5045. except Exception as e:
  5046. log.warning("FlatCAMApp.on_mouse_click_release_over_plot() select area --> Error: %s" % str(e))
  5047. return
  5048. else:
  5049. key_modifier = QtWidgets.QApplication.keyboardModifiers()
  5050. if key_modifier == QtCore.Qt.ShiftModifier:
  5051. mod_key = 'Shift'
  5052. elif key_modifier == QtCore.Qt.ControlModifier:
  5053. mod_key = 'Control'
  5054. else:
  5055. mod_key = None
  5056. try:
  5057. if self.command_active is None:
  5058. # If the CTRL key is pressed when the LMB is clicked then if the object is selected it will
  5059. # deselect, and if it's not selected then it will be selected
  5060. # If there is no active command (self.command_active is None) then we check if we clicked
  5061. # on a object by checking the bounding limits against mouse click position
  5062. if mod_key == self.defaults["global_mselect_key"]:
  5063. self.select_objects(key='multisel')
  5064. else:
  5065. # If there is no active command (self.command_active is None) then we check if
  5066. # we clicked on a object by checking the bounding limits against mouse click position
  5067. self.select_objects()
  5068. self.delete_hover_shape()
  5069. except Exception as e:
  5070. log.warning("FlatCAMApp.on_mouse_click_release_over_plot() select click --> Error: %s" % str(e))
  5071. return
  5072. def selection_area_handler(self, start_pos, end_pos, sel_type):
  5073. """
  5074. :param start_pos: mouse position when the selection LMB click was done
  5075. :param end_pos: mouse position when the left mouse button is released
  5076. :param sel_type: if True it's a left to right selection (enclosure), if False it's a 'touch' selection
  5077. :return:
  5078. """
  5079. poly_selection = Polygon([start_pos, (end_pos[0], start_pos[1]), end_pos, (start_pos[0], end_pos[1])])
  5080. # delete previous selection shape
  5081. self.delete_selection_shape()
  5082. # make all objects inactive
  5083. self.collection.set_all_inactive()
  5084. for obj in self.collection.get_list():
  5085. try:
  5086. # select the object(s) only if it is enabled (plotted)
  5087. if obj.options['plot']:
  5088. poly_obj = Polygon([(obj.options['xmin'], obj.options['ymin']),
  5089. (obj.options['xmax'], obj.options['ymin']),
  5090. (obj.options['xmax'], obj.options['ymax']),
  5091. (obj.options['xmin'], obj.options['ymax'])])
  5092. if sel_type is True:
  5093. if poly_obj.within(poly_selection):
  5094. # create the selection box around the selected object
  5095. if self.defaults['global_selection_shape'] is True:
  5096. self.draw_selection_shape(obj)
  5097. self.collection.set_active(obj.options['name'])
  5098. else:
  5099. if poly_selection.intersects(poly_obj):
  5100. # create the selection box around the selected object
  5101. if self.defaults['global_selection_shape'] is True:
  5102. self.draw_selection_shape(obj)
  5103. self.collection.set_active(obj.options['name'])
  5104. obj.selection_shape_drawn = True
  5105. except Exception as e:
  5106. # the Exception here will happen if we try to select on screen and we have an newly (and empty)
  5107. # just created Geometry or Excellon object that do not have the xmin, xmax, ymin, ymax options.
  5108. # In this case poly_obj creation (see above) will fail
  5109. log.debug("App.selection_area_handler() --> %s" % str(e))
  5110. def select_objects(self, key=None):
  5111. """
  5112. Will select objects clicked on canvas
  5113. :param key: for future use in cumulative selection
  5114. :return:
  5115. """
  5116. # list where we store the overlapped objects under our mouse left click position
  5117. if key is None:
  5118. self.objects_under_the_click_list = []
  5119. # Populate the list with the overlapped objects on the click position
  5120. curr_x, curr_y = self.pos
  5121. for obj in self.all_objects_list:
  5122. # ScriptObject and DocumentObject objects can't be selected
  5123. if obj.kind == 'script' or obj.kind == 'document':
  5124. continue
  5125. if key == 'multisel' and obj.options['name'] in self.objects_under_the_click_list:
  5126. continue
  5127. if (curr_x >= obj.options['xmin']) and (curr_x <= obj.options['xmax']) and \
  5128. (curr_y >= obj.options['ymin']) and (curr_y <= obj.options['ymax']):
  5129. if obj.options['name'] not in self.objects_under_the_click_list:
  5130. if obj.options['plot']:
  5131. # add objects to the objects_under_the_click list only if the object is plotted
  5132. # (active and not disabled)
  5133. self.objects_under_the_click_list.append(obj.options['name'])
  5134. try:
  5135. if self.objects_under_the_click_list:
  5136. curr_sel_obj = self.collection.get_active()
  5137. # case when there is only an object under the click and we toggle it
  5138. if len(self.objects_under_the_click_list) == 1:
  5139. if curr_sel_obj is None:
  5140. self.collection.set_active(self.objects_under_the_click_list[0])
  5141. curr_sel_obj = self.collection.get_active()
  5142. # create the selection box around the selected object
  5143. if self.defaults['global_selection_shape'] is True:
  5144. self.draw_selection_shape(curr_sel_obj)
  5145. curr_sel_obj.selection_shape_drawn = True
  5146. elif curr_sel_obj.options['name'] not in self.objects_under_the_click_list:
  5147. self.collection.on_objects_selection(False)
  5148. self.delete_selection_shape()
  5149. curr_sel_obj.selection_shape_drawn = False
  5150. self.collection.set_active(self.objects_under_the_click_list[0])
  5151. curr_sel_obj = self.collection.get_active()
  5152. # create the selection box around the selected object
  5153. if self.defaults['global_selection_shape'] is True:
  5154. self.draw_selection_shape(curr_sel_obj)
  5155. curr_sel_obj.selection_shape_drawn = True
  5156. self.selected_message(curr_sel_obj=curr_sel_obj)
  5157. elif curr_sel_obj.selection_shape_drawn is False:
  5158. if self.defaults['global_selection_shape'] is True:
  5159. self.draw_selection_shape(curr_sel_obj)
  5160. curr_sel_obj.selection_shape_drawn = True
  5161. else:
  5162. self.collection.on_objects_selection(False)
  5163. self.delete_selection_shape()
  5164. if self.call_source != 'app':
  5165. self.call_source = 'app'
  5166. self.selected_message(curr_sel_obj=curr_sel_obj)
  5167. else:
  5168. # If there is no selected object
  5169. # make active the first element of the overlapped objects list
  5170. if self.collection.get_active() is None:
  5171. self.collection.set_active(self.objects_under_the_click_list[0])
  5172. self.collection.get_by_name(self.objects_under_the_click_list[0]).selection_shape_drawn = True
  5173. name_sel_obj = self.collection.get_active().options['name']
  5174. # In case that there is a selected object but it is not in the overlapped object list
  5175. # make that object inactive and activate the first element in the overlapped object list
  5176. if name_sel_obj not in self.objects_under_the_click_list:
  5177. self.collection.set_inactive(name_sel_obj)
  5178. name_sel_obj = self.objects_under_the_click_list[0]
  5179. self.collection.set_active(name_sel_obj)
  5180. else:
  5181. sel_idx = self.objects_under_the_click_list.index(name_sel_obj)
  5182. self.collection.set_all_inactive()
  5183. self.collection.set_active(
  5184. self.objects_under_the_click_list[(sel_idx + 1) % len(self.objects_under_the_click_list)])
  5185. curr_sel_obj = self.collection.get_active()
  5186. # delete the possible selection box around a possible selected object
  5187. self.delete_selection_shape()
  5188. curr_sel_obj.selection_shape_drawn = False
  5189. # create the selection box around the selected object
  5190. if self.defaults['global_selection_shape'] is True:
  5191. self.draw_selection_shape(curr_sel_obj)
  5192. curr_sel_obj.selection_shape_drawn = True
  5193. self.selected_message(curr_sel_obj=curr_sel_obj)
  5194. else:
  5195. # deselect everything
  5196. self.collection.on_objects_selection(False)
  5197. # delete the possible selection box around a possible selected object
  5198. self.delete_selection_shape()
  5199. for o in self.collection.get_list():
  5200. o.selection_shape_drawn = False
  5201. # and as a convenience move the focus to the Project tab because Selected tab is now empty but
  5202. # only when working on App
  5203. if self.call_source == 'app':
  5204. if self.click_noproject is False:
  5205. # if the Tool Tab is in focus don't change focus to Project Tab
  5206. if not self.ui.notebook.currentWidget() is self.ui.tool_tab:
  5207. self.ui.notebook.setCurrentWidget(self.ui.project_tab)
  5208. else:
  5209. # restore auto open the Project Tab
  5210. self.click_noproject = False
  5211. # delete any text in the status bar, implicitly the last object name that was selected
  5212. # self.inform.emit("")
  5213. else:
  5214. self.call_source = 'app'
  5215. except Exception as e:
  5216. log.error("[ERROR] Something went bad in App.select_objects(). %s" % str(e))
  5217. def selected_message(self, curr_sel_obj):
  5218. if curr_sel_obj:
  5219. if curr_sel_obj.kind == 'gerber':
  5220. self.inform.emit('[selected]<span style="color:{color};">{name}</span> {tx}'.format(
  5221. color='green',
  5222. name=str(curr_sel_obj.options['name']),
  5223. tx=_("selected"))
  5224. )
  5225. elif curr_sel_obj.kind == 'excellon':
  5226. self.inform.emit('[selected]<span style="color:{color};">{name}</span> {tx}'.format(
  5227. color='brown',
  5228. name=str(curr_sel_obj.options['name']),
  5229. tx=_("selected"))
  5230. )
  5231. elif curr_sel_obj.kind == 'cncjob':
  5232. self.inform.emit('[selected]<span style="color:{color};">{name}</span> {tx}'.format(
  5233. color='blue',
  5234. name=str(curr_sel_obj.options['name']),
  5235. tx=_("selected"))
  5236. )
  5237. elif curr_sel_obj.kind == 'geometry':
  5238. self.inform.emit('[selected]<span style="color:{color};">{name}</span> {tx}'.format(
  5239. color='red',
  5240. name=str(curr_sel_obj.options['name']),
  5241. tx=_("selected"))
  5242. )
  5243. def delete_hover_shape(self):
  5244. self.hover_shapes.clear()
  5245. self.hover_shapes.redraw()
  5246. def draw_hover_shape(self, sel_obj, color=None):
  5247. """
  5248. :param sel_obj: The object for which the hover shape must be drawn
  5249. :param color: The color of the hover shape
  5250. :return: None
  5251. """
  5252. pt1 = (float(sel_obj.options['xmin']), float(sel_obj.options['ymin']))
  5253. pt2 = (float(sel_obj.options['xmax']), float(sel_obj.options['ymin']))
  5254. pt3 = (float(sel_obj.options['xmax']), float(sel_obj.options['ymax']))
  5255. pt4 = (float(sel_obj.options['xmin']), float(sel_obj.options['ymax']))
  5256. hover_rect = Polygon([pt1, pt2, pt3, pt4])
  5257. if self.defaults['units'].upper() == 'MM':
  5258. hover_rect = hover_rect.buffer(-0.1)
  5259. hover_rect = hover_rect.buffer(0.2)
  5260. else:
  5261. hover_rect = hover_rect.buffer(-0.00393)
  5262. hover_rect = hover_rect.buffer(0.00787)
  5263. # if color:
  5264. # face = Color(color)
  5265. # face.alpha = 0.2
  5266. # outline = Color(color, alpha=0.8)
  5267. # else:
  5268. # face = Color(self.defaults['global_sel_fill'])
  5269. # face.alpha = 0.2
  5270. # outline = self.defaults['global_sel_line']
  5271. if color:
  5272. face = color[:-2] + str(hex(int(0.2 * 255)))[2:]
  5273. outline = color[:-2] + str(hex(int(0.8 * 255)))[2:]
  5274. else:
  5275. face = self.defaults['global_sel_fill'][:-2] + str(hex(int(0.2 * 255)))[2:]
  5276. outline = self.defaults['global_sel_line']
  5277. self.hover_shapes.add(hover_rect, color=outline, face_color=face, update=True, layer=0, tolerance=None)
  5278. if self.is_legacy is True:
  5279. self.hover_shapes.redraw()
  5280. def delete_selection_shape(self):
  5281. self.move_tool.sel_shapes.clear()
  5282. self.move_tool.sel_shapes.redraw()
  5283. def draw_selection_shape(self, sel_obj, color=None):
  5284. """
  5285. Will draw a selection shape around the selected object.
  5286. :param sel_obj: The object for which the selection shape must be drawn
  5287. :param color: The color for the selection shape.
  5288. :return: None
  5289. """
  5290. if sel_obj is None:
  5291. return
  5292. pt1 = (float(sel_obj.options['xmin']), float(sel_obj.options['ymin']))
  5293. pt2 = (float(sel_obj.options['xmax']), float(sel_obj.options['ymin']))
  5294. pt3 = (float(sel_obj.options['xmax']), float(sel_obj.options['ymax']))
  5295. pt4 = (float(sel_obj.options['xmin']), float(sel_obj.options['ymax']))
  5296. sel_rect = Polygon([pt1, pt2, pt3, pt4])
  5297. if self.defaults['units'].upper() == 'MM':
  5298. sel_rect = sel_rect.buffer(-0.1)
  5299. sel_rect = sel_rect.buffer(0.2)
  5300. else:
  5301. sel_rect = sel_rect.buffer(-0.00393)
  5302. sel_rect = sel_rect.buffer(0.00787)
  5303. if color:
  5304. face = color[:-2] + str(hex(int(0.2 * 255)))[2:]
  5305. outline = color[:-2] + str(hex(int(0.8 * 255)))[2:]
  5306. else:
  5307. if self.is_legacy is False:
  5308. face = self.defaults['global_sel_fill'][:-2] + str(hex(int(0.2 * 255)))[2:]
  5309. outline = self.defaults['global_sel_line'][:-2] + str(hex(int(0.8 * 255)))[2:]
  5310. else:
  5311. face = self.defaults['global_sel_fill'][:-2] + str(hex(int(0.4 * 255)))[2:]
  5312. outline = self.defaults['global_sel_line'][:-2] + str(hex(int(1.0 * 255)))[2:]
  5313. self.sel_objects_list.append(self.move_tool.sel_shapes.add(sel_rect,
  5314. color=outline,
  5315. face_color=face,
  5316. update=True,
  5317. layer=0,
  5318. tolerance=None))
  5319. if self.is_legacy is True:
  5320. self.move_tool.sel_shapes.redraw()
  5321. def draw_moving_selection_shape(self, old_coords, coords, **kwargs):
  5322. """
  5323. Will draw a selection shape when dragging mouse on canvas.
  5324. :param old_coords: Old coordinates
  5325. :param coords: New coordinates
  5326. :param kwargs: Keyword arguments
  5327. :return:
  5328. """
  5329. if 'color' in kwargs:
  5330. color = kwargs['color']
  5331. else:
  5332. color = self.defaults['global_sel_line']
  5333. if 'face_color' in kwargs:
  5334. face_color = kwargs['face_color']
  5335. else:
  5336. face_color = self.defaults['global_sel_fill']
  5337. if 'face_alpha' in kwargs:
  5338. face_alpha = kwargs['face_alpha']
  5339. else:
  5340. face_alpha = 0.3
  5341. x0, y0 = old_coords
  5342. x1, y1 = coords
  5343. pt1 = (x0, y0)
  5344. pt2 = (x1, y0)
  5345. pt3 = (x1, y1)
  5346. pt4 = (x0, y1)
  5347. sel_rect = Polygon([pt1, pt2, pt3, pt4])
  5348. # color_t = Color(face_color)
  5349. # color_t.alpha = face_alpha
  5350. color_t = face_color[:-2] + str(hex(int(face_alpha * 255)))[2:]
  5351. self.move_tool.sel_shapes.add(sel_rect, color=color, face_color=color_t, update=True,
  5352. layer=0, tolerance=None)
  5353. if self.is_legacy is True:
  5354. self.move_tool.sel_shapes.redraw()
  5355. def on_file_new_click(self):
  5356. """
  5357. Callback for menu item File -> New.
  5358. Executed on clicking the Menu -> File -> New Project
  5359. :return:
  5360. """
  5361. if self.collection.get_list() and self.should_we_save:
  5362. msgbox = QtWidgets.QMessageBox()
  5363. # msgbox.setText("<B>Save changes ...</B>")
  5364. msgbox.setText(_("There are files/objects opened in FlatCAM.\n"
  5365. "Creating a New project will delete them.\n"
  5366. "Do you want to Save the project?"))
  5367. msgbox.setWindowTitle(_("Save changes"))
  5368. msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/save_as.png'))
  5369. msgbox.setIcon(QtWidgets.QMessageBox.Question)
  5370. bt_yes = msgbox.addButton(_('Yes'), QtWidgets.QMessageBox.YesRole)
  5371. bt_no = msgbox.addButton(_('No'), QtWidgets.QMessageBox.NoRole)
  5372. bt_cancel = msgbox.addButton(_('Cancel'), QtWidgets.QMessageBox.RejectRole)
  5373. msgbox.setDefaultButton(bt_yes)
  5374. msgbox.exec_()
  5375. response = msgbox.clickedButton()
  5376. if response == bt_yes:
  5377. self.on_file_saveprojectas()
  5378. elif response == bt_cancel:
  5379. return
  5380. elif response == bt_no:
  5381. self.on_file_new()
  5382. else:
  5383. self.on_file_new()
  5384. self.inform.emit('[success] %s...' % _("New Project created"))
  5385. def on_file_new(self, cli=None):
  5386. """
  5387. Returns the application to its startup state. This method is thread-safe.
  5388. :param cli: Boolean. If True this method was run from command line
  5389. :return: None
  5390. """
  5391. self.defaults.report_usage("on_file_new")
  5392. # Remove everything from memory
  5393. App.log.debug("on_file_new()")
  5394. # close any editor that might be open
  5395. if self.call_source != 'app':
  5396. self.editor2object(cleanup=True)
  5397. # ## EDITOR section
  5398. self.geo_editor = FlatCAMGeoEditor(self)
  5399. self.exc_editor = FlatCAMExcEditor(self)
  5400. self.grb_editor = FlatCAMGrbEditor(self)
  5401. # Clear pool
  5402. self.clear_pool()
  5403. for obj in self.collection.get_list():
  5404. # delete shapes left drawn from mark shape_collections, if any
  5405. if isinstance(obj, GerberObject):
  5406. try:
  5407. for el in obj.mark_shapes:
  5408. obj.mark_shapes[el].clear(update=True)
  5409. obj.mark_shapes[el].enabled = False
  5410. del el
  5411. except AttributeError:
  5412. pass
  5413. # also delete annotation shapes, if any
  5414. elif isinstance(obj, CNCJobObject):
  5415. try:
  5416. obj.text_col.enabled = False
  5417. del obj.text_col
  5418. obj.annotation.clear(update=True)
  5419. del obj.annotation
  5420. except AttributeError:
  5421. pass
  5422. # delete the exclusion areas
  5423. self.exc_areas.clear_shapes()
  5424. # tcl needs to be reinitialized, otherwise old shell variables etc remains
  5425. self.shell.init_tcl()
  5426. # delete any selection shape on canvas
  5427. self.delete_selection_shape()
  5428. # delete all FlatCAM objects
  5429. self.collection.delete_all()
  5430. # add in Selected tab an initial text that describe the flow of work in FlatCAm
  5431. self.setup_component_editor()
  5432. # Clear project filename
  5433. self.project_filename = None
  5434. # Load the application defaults
  5435. self.defaults.load(filename=os.path.join(self.data_path, 'current_defaults.FlatConfig'))
  5436. # Re-fresh project options
  5437. self.on_options_app2project()
  5438. # Init FlatCAMTools
  5439. self.init_tools()
  5440. # Try to close all tabs in the PlotArea but only if the appGUI is active (CLI is None)
  5441. if cli is None:
  5442. # we need to go in reverse because once we remove a tab then the index changes
  5443. # meaning that removing the first tab (idx = 0) then the tab at former idx = 1 will assume idx = 0
  5444. # and so on. Therefore the deletion should be done in reverse
  5445. wdg_count = self.ui.plot_tab_area.tabBar.count() - 1
  5446. for index in range(wdg_count, -1, -1):
  5447. try:
  5448. self.ui.plot_tab_area.closeTab(index)
  5449. except Exception as e:
  5450. log.debug("App.on_file_new() --> %s" % str(e))
  5451. # # And then add again the Plot Area
  5452. self.ui.plot_tab_area.insertTab(0, self.ui.plot_tab, "Plot Area")
  5453. self.ui.plot_tab_area.protectTab(0)
  5454. # take the focus of the Notebook on Project Tab.
  5455. self.ui.notebook.setCurrentWidget(self.ui.project_tab)
  5456. self.set_ui_title(name=_("New Project - Not saved"))
  5457. def obj_properties(self):
  5458. """
  5459. Will launch the object Properties Tool
  5460. :return:
  5461. """
  5462. self.defaults.report_usage("obj_properties()")
  5463. self.properties_tool.run(toggle=False)
  5464. def on_project_context_save(self):
  5465. """
  5466. Wrapper, will save the object function of it's type
  5467. :return:
  5468. """
  5469. obj = self.collection.get_active()
  5470. if type(obj) == GeometryObject:
  5471. self.on_file_exportdxf()
  5472. elif type(obj) == ExcellonObject:
  5473. self.on_file_saveexcellon()
  5474. elif type(obj) == CNCJobObject:
  5475. obj.on_exportgcode_button_click()
  5476. elif type(obj) == GerberObject:
  5477. self.on_file_savegerber()
  5478. elif type(obj) == ScriptObject:
  5479. self.on_file_savescript()
  5480. elif type(obj) == DocumentObject:
  5481. self.on_file_savedocument()
  5482. def obj_move(self):
  5483. """
  5484. Callback for the Move menu entry in various Context Menu's.
  5485. :return:
  5486. """
  5487. self.defaults.report_usage("obj_move()")
  5488. self.move_tool.run(toggle=False)
  5489. def on_fileopengerber(self, signal, name=None):
  5490. """
  5491. File menu callback for opening a Gerber.
  5492. :param signal: required because clicking the entry will generate a checked signal which needs a container
  5493. :param name:
  5494. :return: None
  5495. """
  5496. self.defaults.report_usage("on_fileopengerber")
  5497. App.log.debug("on_fileopengerber()")
  5498. _filter_ = "Gerber Files (*.gbr *.ger *.gtl *.gbl *.gts *.gbs *.gtp *.gbp *.gto *.gbo *.gm1 *.gml *.gm3 " \
  5499. "*.gko *.cmp *.sol *.stc *.sts *.plc *.pls *.crc *.crs *.tsm *.bsm *.ly2 *.ly15 *.dim *.mil *.grb " \
  5500. "*.top *.bot *.smt *.smb *.sst *.ssb *.spt *.spb *.pho *.gdo *.art *.gbd *.outline);;" \
  5501. "Protel Files (*.gtl *.gbl *.gts *.gbs *.gto *.gbo *.gtp *.gbp *.gml *.gm1 *.gm3 *.gko " \
  5502. "*.outline);;" \
  5503. "Eagle Files (*.cmp *.sol *.stc *.sts *.plc *.pls *.crc *.crs *.tsm *.bsm *.ly2 *.ly15 *.dim " \
  5504. "*.mil);;" \
  5505. "OrCAD Files (*.top *.bot *.smt *.smb *.sst *.ssb *.spt *.spb);;" \
  5506. "Allegro Files (*.art);;" \
  5507. "Mentor Files (*.pho *.gdo);;" \
  5508. "All Files (*.*)"
  5509. if name is None:
  5510. try:
  5511. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open Gerber"),
  5512. directory=self.get_last_folder(),
  5513. filter=_filter_,
  5514. initialFilter=self.last_op_gerber_filter)
  5515. except TypeError:
  5516. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open Gerber"), filter=_filter_)
  5517. filenames = [str(filename) for filename in filenames]
  5518. self.last_op_gerber_filter = _f
  5519. else:
  5520. filenames = [name]
  5521. self.splash.showMessage('%s: %ssec\n%s' % (_("Canvas initialization started.\n"
  5522. "Canvas initialization finished in"), '%.2f' % self.used_time,
  5523. _("Opening Gerber file.")),
  5524. alignment=Qt.AlignBottom | Qt.AlignLeft,
  5525. color=QtGui.QColor("gray"))
  5526. if len(filenames) == 0:
  5527. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5528. else:
  5529. for filename in filenames:
  5530. if filename != '':
  5531. self.worker_task.emit({'fcn': self.open_gerber, 'params': [filename]})
  5532. def on_fileopenexcellon(self, signal, name=None):
  5533. """
  5534. File menu callback for opening an Excellon file.
  5535. :param signal: required because clicking the entry will generate a checked signal which needs a container
  5536. :param name:
  5537. :return: None
  5538. """
  5539. self.defaults.report_usage("on_fileopenexcellon")
  5540. App.log.debug("on_fileopenexcellon()")
  5541. _filter_ = "Excellon Files (*.drl *.txt *.xln *.drd *.tap *.exc *.ncd);;" \
  5542. "All Files (*.*)"
  5543. if name is None:
  5544. try:
  5545. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open Excellon"),
  5546. directory=self.get_last_folder(),
  5547. filter=_filter_,
  5548. initialFilter=self.last_op_excellon_filter)
  5549. except TypeError:
  5550. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open Excellon"), filter=_filter_)
  5551. filenames = [str(filename) for filename in filenames]
  5552. self.last_op_excellon_filter = _f
  5553. else:
  5554. filenames = [str(name)]
  5555. self.splash.showMessage('%s: %ssec\n%s' % (_("Canvas initialization started.\n"
  5556. "Canvas initialization finished in"), '%.2f' % self.used_time,
  5557. _("Opening Excellon file.")),
  5558. alignment=Qt.AlignBottom | Qt.AlignLeft,
  5559. color=QtGui.QColor("gray"))
  5560. if len(filenames) == 0:
  5561. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5562. else:
  5563. for filename in filenames:
  5564. if filename != '':
  5565. self.worker_task.emit({'fcn': self.open_excellon, 'params': [filename]})
  5566. def on_fileopengcode(self, signal, name=None):
  5567. """
  5568. File menu call back for opening gcode.
  5569. :param signal: required because clicking the entry will generate a checked signal which needs a container
  5570. :param name:
  5571. :return:
  5572. """
  5573. self.defaults.report_usage("on_fileopengcode")
  5574. App.log.debug("on_fileopengcode()")
  5575. # https://bobcadsupport.com/helpdesk/index.php?/Knowledgebase/Article/View/13/5/known-g-code-file-extensions
  5576. _filter_ = "G-Code Files (*.txt *.nc *.ncc *.tap *.gcode *.cnc *.ecs *.fnc *.dnc *.ncg *.gc *.fan *.fgc" \
  5577. " *.din *.xpi *.hnc *.h *.i *.ncp *.min *.gcd *.rol *.mpr *.ply *.out *.eia *.sbp *.mpf);;" \
  5578. "All Files (*.*)"
  5579. if name is None:
  5580. try:
  5581. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open G-Code"),
  5582. directory=self.get_last_folder(),
  5583. filter=_filter_,
  5584. initialFilter=self.last_op_gcode_filter)
  5585. except TypeError:
  5586. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open G-Code"), filter=_filter_)
  5587. filenames = [str(filename) for filename in filenames]
  5588. self.last_op_gcode_filter = _f
  5589. else:
  5590. filenames = [name]
  5591. self.splash.showMessage('%s: %ssec\n%s' % (_("Canvas initialization started.\n"
  5592. "Canvas initialization finished in"), '%.2f' % self.used_time,
  5593. _("Opening G-Code file.")),
  5594. alignment=Qt.AlignBottom | Qt.AlignLeft,
  5595. color=QtGui.QColor("gray"))
  5596. if len(filenames) == 0:
  5597. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5598. else:
  5599. for filename in filenames:
  5600. if filename != '':
  5601. self.worker_task.emit({'fcn': self.open_gcode, 'params': [filename, None, True]})
  5602. def on_file_openproject(self, signal):
  5603. """
  5604. File menu callback for opening a project.
  5605. :param signal: required because clicking the entry will generate a checked signal which needs a container
  5606. :return: None
  5607. """
  5608. self.defaults.report_usage("on_file_openproject")
  5609. App.log.debug("on_file_openproject()")
  5610. _filter_ = "FlatCAM Project (*.FlatPrj);;All Files (*.*)"
  5611. try:
  5612. filename, _f = QtWidgets.QFileDialog.getOpenFileName(caption=_("Open Project"),
  5613. directory=self.get_last_folder(), filter=_filter_)
  5614. except TypeError:
  5615. filename, _f = QtWidgets.QFileDialog.getOpenFileName(caption=_("Open Project"), filter=_filter_)
  5616. # The Qt methods above will return a QString which can cause problems later.
  5617. # So far json.dump() will fail to serialize it.
  5618. # TODO: Improve the serialization methods and remove this fix.
  5619. filename = str(filename)
  5620. if filename == "":
  5621. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5622. else:
  5623. # self.worker_task.emit({'fcn': self.open_project,
  5624. # 'params': [filename]})
  5625. # The above was failing because open_project() is not
  5626. # thread safe. The new_project()
  5627. self.open_project(filename)
  5628. def on_fileopenhpgl2(self, signal, name=None):
  5629. """
  5630. File menu callback for opening a HPGL2.
  5631. :param signal: required because clicking the entry will generate a checked signal which needs a container
  5632. :param name:
  5633. :return: None
  5634. """
  5635. self.defaults.report_usage("on_fileopenhpgl2")
  5636. App.log.debug("on_fileopenhpgl2()")
  5637. _filter_ = "HPGL2 Files (*.plt);;" \
  5638. "All Files (*.*)"
  5639. if name is None:
  5640. try:
  5641. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open HPGL2"),
  5642. directory=self.get_last_folder(),
  5643. filter=_filter_)
  5644. except TypeError:
  5645. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open HPGL2"), filter=_filter_)
  5646. filenames = [str(filename) for filename in filenames]
  5647. else:
  5648. filenames = [name]
  5649. self.splash.showMessage('%s: %ssec\n%s' % (_("Canvas initialization started.\n"
  5650. "Canvas initialization finished in"), '%.2f' % self.used_time,
  5651. _("Opening HPGL2 file.")),
  5652. alignment=Qt.AlignBottom | Qt.AlignLeft,
  5653. color=QtGui.QColor("gray"))
  5654. if len(filenames) == 0:
  5655. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5656. else:
  5657. for filename in filenames:
  5658. if filename != '':
  5659. self.worker_task.emit({'fcn': self.open_hpgl2, 'params': [filename]})
  5660. def on_file_openconfig(self, signal):
  5661. """
  5662. File menu callback for opening a config file.
  5663. :param signal: required because clicking the entry will generate a checked signal which needs a container
  5664. :return: None
  5665. """
  5666. self.defaults.report_usage("on_file_openconfig")
  5667. App.log.debug("on_file_openconfig()")
  5668. _filter_ = "FlatCAM Config (*.FlatConfig);;FlatCAM Config (*.json);;All Files (*.*)"
  5669. try:
  5670. filename, _f = QtWidgets.QFileDialog.getOpenFileName(caption=_("Open Configuration File"),
  5671. directory=self.data_path, filter=_filter_)
  5672. except TypeError:
  5673. filename, _f = QtWidgets.QFileDialog.getOpenFileName(caption=_("Open Configuration File"),
  5674. filter=_filter_)
  5675. if filename == "":
  5676. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5677. else:
  5678. self.open_config_file(filename)
  5679. def on_file_exportsvg(self):
  5680. """
  5681. Callback for menu item File->Export SVG.
  5682. :return: None
  5683. """
  5684. self.defaults.report_usage("on_file_exportsvg")
  5685. App.log.debug("on_file_exportsvg()")
  5686. obj = self.collection.get_active()
  5687. if obj is None:
  5688. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  5689. msg = _("Please Select a Geometry object to export")
  5690. msgbox = QtWidgets.QMessageBox()
  5691. msgbox.setIcon(QtWidgets.QMessageBox.Warning)
  5692. msgbox.setInformativeText(msg)
  5693. bt_ok = msgbox.addButton(_('Ok'), QtWidgets.QMessageBox.AcceptRole)
  5694. msgbox.setDefaultButton(bt_ok)
  5695. msgbox.exec_()
  5696. return
  5697. # Check for more compatible types and add as required
  5698. if (not isinstance(obj, GeometryObject)
  5699. and not isinstance(obj, GerberObject)
  5700. and not isinstance(obj, CNCJobObject)
  5701. and not isinstance(obj, ExcellonObject)):
  5702. msg = '[ERROR_NOTCL] %s' % \
  5703. _("Only Geometry, Gerber and CNCJob objects can be used.")
  5704. msgbox = QtWidgets.QMessageBox()
  5705. msgbox.setIcon(QtWidgets.QMessageBox.Warning)
  5706. msgbox.setInformativeText(msg)
  5707. bt_ok = msgbox.addButton(_('Ok'), QtWidgets.QMessageBox.AcceptRole)
  5708. msgbox.setDefaultButton(bt_ok)
  5709. msgbox.exec_()
  5710. return
  5711. name = obj.options["name"]
  5712. _filter = "SVG File (*.svg);;All Files (*.*)"
  5713. try:
  5714. filename, _f = FCFileSaveDialog.get_saved_filename(
  5715. caption=_("Export SVG"),
  5716. directory=self.get_last_save_folder() + '/' + str(name) + '_svg',
  5717. ext_filter=_filter)
  5718. except TypeError:
  5719. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Export SVG"), ext_filter=_filter)
  5720. filename = str(filename)
  5721. if filename == "":
  5722. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5723. return
  5724. else:
  5725. self.export_svg(name, filename)
  5726. if self.defaults["global_open_style"] is False:
  5727. self.file_opened.emit("SVG", filename)
  5728. self.file_saved.emit("SVG", filename)
  5729. def on_file_exportpng(self):
  5730. self.defaults.report_usage("on_file_exportpng")
  5731. App.log.debug("on_file_exportpng()")
  5732. self.date = str(datetime.today()).rpartition('.')[0]
  5733. self.date = ''.join(c for c in self.date if c not in ':-')
  5734. self.date = self.date.replace(' ', '_')
  5735. data = None
  5736. if self.is_legacy is False:
  5737. image = _screenshot(alpha=False)
  5738. data = np.asarray(image)
  5739. if not data.ndim == 3 and data.shape[-1] in (3, 4):
  5740. self.inform.emit('[[WARNING_NOTCL]] %s' % _('Data must be a 3D array with last dimension 3 or 4'))
  5741. return
  5742. filter_ = "PNG File (*.png);;All Files (*.*)"
  5743. try:
  5744. filename, _f = FCFileSaveDialog.get_saved_filename(
  5745. caption=_("Export PNG Image"),
  5746. directory=self.get_last_save_folder() + '/png_' + self.date,
  5747. ext_filter=filter_)
  5748. except TypeError:
  5749. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Export PNG Image"), ext_filter=filter_)
  5750. filename = str(filename)
  5751. if filename == "":
  5752. self.inform.emit(_("Cancelled."))
  5753. return
  5754. else:
  5755. if self.is_legacy is False:
  5756. write_png(filename, data)
  5757. else:
  5758. self.plotcanvas.figure.savefig(filename)
  5759. if self.defaults["global_open_style"] is False:
  5760. self.file_opened.emit("png", filename)
  5761. self.file_saved.emit("png", filename)
  5762. def on_file_savegerber(self):
  5763. """
  5764. Callback for menu item in Project context menu.
  5765. :return: None
  5766. """
  5767. self.defaults.report_usage("on_file_savegerber")
  5768. App.log.debug("on_file_savegerber()")
  5769. obj = self.collection.get_active()
  5770. if obj is None:
  5771. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  5772. return
  5773. # Check for more compatible types and add as required
  5774. if not isinstance(obj, GerberObject):
  5775. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Only Gerber objects can be saved as Gerber files..."))
  5776. return
  5777. name = self.collection.get_active().options["name"]
  5778. _filter = "Gerber File (*.GBR);;Gerber File (*.GRB);;All Files (*.*)"
  5779. try:
  5780. filename, _f = FCFileSaveDialog.get_saved_filename(
  5781. caption="Save Gerber source file",
  5782. directory=self.get_last_save_folder() + '/' + name,
  5783. ext_filter=_filter)
  5784. except TypeError:
  5785. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Save Gerber source file"), ext_filter=_filter)
  5786. filename = str(filename)
  5787. if filename == "":
  5788. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5789. return
  5790. else:
  5791. self.save_source_file(name, filename)
  5792. if self.defaults["global_open_style"] is False:
  5793. self.file_opened.emit("Gerber", filename)
  5794. self.file_saved.emit("Gerber", filename)
  5795. def on_file_savescript(self):
  5796. """
  5797. Callback for menu item in Project context menu.
  5798. :return: None
  5799. """
  5800. self.defaults.report_usage("on_file_savescript")
  5801. App.log.debug("on_file_savescript()")
  5802. obj = self.collection.get_active()
  5803. if obj is None:
  5804. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  5805. return
  5806. # Check for more compatible types and add as required
  5807. if not isinstance(obj, ScriptObject):
  5808. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Only Script objects can be saved as TCL Script files..."))
  5809. return
  5810. name = self.collection.get_active().options["name"]
  5811. _filter = "FlatCAM Scripts (*.FlatScript);;All Files (*.*)"
  5812. try:
  5813. filename, _f = FCFileSaveDialog.get_saved_filename(
  5814. caption="Save Script source file",
  5815. directory=self.get_last_save_folder() + '/' + name,
  5816. ext_filter=_filter)
  5817. except TypeError:
  5818. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Save Script source file"), ext_filter=_filter)
  5819. filename = str(filename)
  5820. if filename == "":
  5821. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5822. return
  5823. else:
  5824. self.save_source_file(name, filename)
  5825. if self.defaults["global_open_style"] is False:
  5826. self.file_opened.emit("Script", filename)
  5827. self.file_saved.emit("Script", filename)
  5828. def on_file_savedocument(self):
  5829. """
  5830. Callback for menu item in Project context menu.
  5831. :return: None
  5832. """
  5833. self.defaults.report_usage("on_file_savedocument")
  5834. App.log.debug("on_file_savedocument()")
  5835. obj = self.collection.get_active()
  5836. if obj is None:
  5837. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  5838. return
  5839. # Check for more compatible types and add as required
  5840. if not isinstance(obj, ScriptObject):
  5841. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Only Document objects can be saved as Document files..."))
  5842. return
  5843. name = self.collection.get_active().options["name"]
  5844. _filter = "FlatCAM Documents (*.FlatDoc);;All Files (*.*)"
  5845. try:
  5846. filename, _f = FCFileSaveDialog.get_saved_filename(
  5847. caption="Save Document source file",
  5848. directory=self.get_last_save_folder() + '/' + name,
  5849. ext_filter=_filter)
  5850. except TypeError:
  5851. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Save Document source file"),
  5852. ext_filter=_filter)
  5853. filename = str(filename)
  5854. if filename == "":
  5855. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5856. return
  5857. else:
  5858. self.save_source_file(name, filename)
  5859. if self.defaults["global_open_style"] is False:
  5860. self.file_opened.emit("Document", filename)
  5861. self.file_saved.emit("Document", filename)
  5862. def on_file_saveexcellon(self):
  5863. """
  5864. Callback for menu item in project context menu.
  5865. :return: None
  5866. """
  5867. self.defaults.report_usage("on_file_saveexcellon")
  5868. App.log.debug("on_file_saveexcellon()")
  5869. obj = self.collection.get_active()
  5870. if obj is None:
  5871. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  5872. return
  5873. # Check for more compatible types and add as required
  5874. if not isinstance(obj, ExcellonObject):
  5875. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Only Excellon objects can be saved as Excellon files..."))
  5876. return
  5877. name = self.collection.get_active().options["name"]
  5878. _filter = "Excellon File (*.DRL);;Excellon File (*.TXT);;All Files (*.*)"
  5879. try:
  5880. filename, _f = FCFileSaveDialog.get_saved_filename(
  5881. caption=_("Save Excellon source file"),
  5882. directory=self.get_last_save_folder() + '/' + name,
  5883. ext_filter=_filter)
  5884. except TypeError:
  5885. filename, _f = FCFileSaveDialog.get_saved_filename(
  5886. caption=_("Save Excellon source file"), ext_filter=_filter)
  5887. filename = str(filename)
  5888. if filename == "":
  5889. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5890. return
  5891. else:
  5892. self.save_source_file(name, filename)
  5893. if self.defaults["global_open_style"] is False:
  5894. self.file_opened.emit("Excellon", filename)
  5895. self.file_saved.emit("Excellon", filename)
  5896. def on_file_exportexcellon(self):
  5897. """
  5898. Callback for menu item File->Export->Excellon.
  5899. :return: None
  5900. """
  5901. self.defaults.report_usage("on_file_exportexcellon")
  5902. App.log.debug("on_file_exportexcellon()")
  5903. obj = self.collection.get_active()
  5904. if obj is None:
  5905. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  5906. return
  5907. # Check for more compatible types and add as required
  5908. if not isinstance(obj, ExcellonObject):
  5909. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Only Excellon objects can be saved as Excellon files..."))
  5910. return
  5911. name = self.collection.get_active().options["name"]
  5912. _filter = self.defaults["excellon_save_filters"]
  5913. try:
  5914. filename, _f = FCFileSaveDialog.get_saved_filename(
  5915. caption=_("Export Excellon"),
  5916. directory=self.get_last_save_folder() + '/' + name,
  5917. ext_filter=_filter)
  5918. except TypeError:
  5919. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Export Excellon"), ext_filter=_filter)
  5920. filename = str(filename)
  5921. if filename == "":
  5922. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5923. return
  5924. else:
  5925. used_extension = filename.rpartition('.')[2]
  5926. obj.update_filters(last_ext=used_extension, filter_string='excellon_save_filters')
  5927. self.export_excellon(name, filename)
  5928. if self.defaults["global_open_style"] is False:
  5929. self.file_opened.emit("Excellon", filename)
  5930. self.file_saved.emit("Excellon", filename)
  5931. def on_file_exportgerber(self):
  5932. """
  5933. Callback for menu item File->Export->Gerber.
  5934. :return: None
  5935. """
  5936. self.defaults.report_usage("on_file_exportgerber")
  5937. App.log.debug("on_file_exportgerber()")
  5938. obj = self.collection.get_active()
  5939. if obj is None:
  5940. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  5941. return
  5942. # Check for more compatible types and add as required
  5943. if not isinstance(obj, GerberObject):
  5944. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Only Gerber objects can be saved as Gerber files..."))
  5945. return
  5946. name = self.collection.get_active().options["name"]
  5947. _filter_ = self.defaults['gerber_save_filters']
  5948. try:
  5949. filename, _f = FCFileSaveDialog.get_saved_filename(
  5950. caption=_("Export Gerber"),
  5951. directory=self.get_last_save_folder() + '/' + name,
  5952. ext_filter=_filter_)
  5953. except TypeError:
  5954. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Export Gerber"), ext_filter=_filter_)
  5955. filename = str(filename)
  5956. if filename == "":
  5957. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5958. return
  5959. else:
  5960. used_extension = filename.rpartition('.')[2]
  5961. obj.update_filters(last_ext=used_extension, filter_string='gerber_save_filters')
  5962. self.export_gerber(name, filename)
  5963. if self.defaults["global_open_style"] is False:
  5964. self.file_opened.emit("Gerber", filename)
  5965. self.file_saved.emit("Gerber", filename)
  5966. def on_file_exportdxf(self):
  5967. """
  5968. Callback for menu item File->Export DXF.
  5969. :return: None
  5970. """
  5971. self.defaults.report_usage("on_file_exportdxf")
  5972. App.log.debug("on_file_exportdxf()")
  5973. obj = self.collection.get_active()
  5974. if obj is None:
  5975. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  5976. msg = _("Please Select a Geometry object to export")
  5977. msgbox = QtWidgets.QMessageBox()
  5978. msgbox.setIcon(QtWidgets.QMessageBox.Warning)
  5979. msgbox.setInformativeText(msg)
  5980. bt_ok = msgbox.addButton(_('Ok'), QtWidgets.QMessageBox.AcceptRole)
  5981. msgbox.setDefaultButton(bt_ok)
  5982. msgbox.exec_()
  5983. return
  5984. # Check for more compatible types and add as required
  5985. if not isinstance(obj, GeometryObject):
  5986. msg = '[ERROR_NOTCL] %s' % _("Only Geometry objects can be used.")
  5987. msgbox = QtWidgets.QMessageBox()
  5988. msgbox.setIcon(QtWidgets.QMessageBox.Warning)
  5989. msgbox.setInformativeText(msg)
  5990. bt_ok = msgbox.addButton(_('Ok'), QtWidgets.QMessageBox.AcceptRole)
  5991. msgbox.setDefaultButton(bt_ok)
  5992. msgbox.exec_()
  5993. return
  5994. name = self.collection.get_active().options["name"]
  5995. _filter_ = "DXF File .dxf (*.DXF);;All Files (*.*)"
  5996. try:
  5997. filename, _f = FCFileSaveDialog.get_saved_filename(
  5998. caption=_("Export DXF"),
  5999. directory=self.get_last_save_folder() + '/' + name,
  6000. ext_filter=_filter_)
  6001. except TypeError:
  6002. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Export DXF"), ext_filter=_filter_)
  6003. filename = str(filename)
  6004. if filename == "":
  6005. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  6006. return
  6007. else:
  6008. self.export_dxf(name, filename)
  6009. if self.defaults["global_open_style"] is False:
  6010. self.file_opened.emit("DXF", filename)
  6011. self.file_saved.emit("DXF", filename)
  6012. def on_file_importsvg(self, type_of_obj):
  6013. """
  6014. Callback for menu item File->Import SVG.
  6015. :param type_of_obj: to import the SVG as Geometry or as Gerber
  6016. :type type_of_obj: str
  6017. :return: None
  6018. """
  6019. self.defaults.report_usage("on_file_importsvg")
  6020. App.log.debug("on_file_importsvg()")
  6021. _filter_ = "SVG File .svg (*.svg);;All Files (*.*)"
  6022. try:
  6023. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Import SVG"),
  6024. directory=self.get_last_folder(), filter=_filter_)
  6025. except TypeError:
  6026. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Import SVG"),
  6027. filter=_filter_)
  6028. if type_of_obj != "geometry" and type_of_obj != "gerber":
  6029. type_of_obj = "geometry"
  6030. filenames = [str(filename) for filename in filenames]
  6031. if len(filenames) == 0:
  6032. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  6033. else:
  6034. for filename in filenames:
  6035. if filename != '':
  6036. self.worker_task.emit({'fcn': self.import_svg,
  6037. 'params': [filename, type_of_obj]})
  6038. def on_file_importdxf(self, type_of_obj):
  6039. """
  6040. Callback for menu item File->Import DXF.
  6041. :param type_of_obj: to import the DXF as Geometry or as Gerber
  6042. :type type_of_obj: str
  6043. :return: None
  6044. """
  6045. self.defaults.report_usage("on_file_importdxf")
  6046. App.log.debug("on_file_importdxf()")
  6047. _filter_ = "DXF File .dxf (*.DXF);;All Files (*.*)"
  6048. try:
  6049. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Import DXF"),
  6050. directory=self.get_last_folder(),
  6051. filter=_filter_)
  6052. except TypeError:
  6053. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Import DXF"),
  6054. filter=_filter_)
  6055. if type_of_obj != "geometry" and type_of_obj != "gerber":
  6056. type_of_obj = "geometry"
  6057. filenames = [str(filename) for filename in filenames]
  6058. if len(filenames) == 0:
  6059. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  6060. else:
  6061. for filename in filenames:
  6062. if filename != '':
  6063. self.worker_task.emit({'fcn': self.import_dxf,
  6064. 'params': [filename, type_of_obj]})
  6065. # ###############################################################################################################
  6066. # ### The following section has the functions that are displayed and call the Editor tab CNCJob Tab #############
  6067. # ###############################################################################################################
  6068. def init_code_editor(self, name):
  6069. self.text_editor_tab = TextEditor(app=self, plain_text=True)
  6070. # add the tab if it was closed
  6071. self.ui.plot_tab_area.addTab(self.text_editor_tab, '%s' % name)
  6072. self.text_editor_tab.setObjectName('text_editor_tab')
  6073. # delete the absolute and relative position and messages in the infobar
  6074. self.ui.position_label.setText("")
  6075. # self.ui.rel_position_label.setText("")
  6076. # first clear previous text in text editor (if any)
  6077. self.text_editor_tab.code_editor.clear()
  6078. self.text_editor_tab.code_editor.setReadOnly(False)
  6079. self.toggle_codeeditor = True
  6080. self.text_editor_tab.code_editor.completer_enable = False
  6081. self.text_editor_tab.buttonRun.hide()
  6082. # make sure to keep a reference to the code editor
  6083. self.reference_code_editor = self.text_editor_tab.code_editor
  6084. # Switch plot_area to CNCJob tab
  6085. self.ui.plot_tab_area.setCurrentWidget(self.text_editor_tab)
  6086. def on_view_source(self):
  6087. """
  6088. Called when the user wants to see the source file of the selected object
  6089. :return:
  6090. """
  6091. self.inform.emit('%s' % _("Viewing the source code of the selected object."))
  6092. self.proc_container.view.set_busy(_("Loading..."))
  6093. try:
  6094. obj = self.collection.get_active()
  6095. except Exception as e:
  6096. log.debug("App.on_view_source() --> %s" % str(e))
  6097. self.inform.emit('[WARNING_NOTCL] %s' % _("Select an Gerber or Excellon file to view it's source file."))
  6098. return 'fail'
  6099. if obj is None:
  6100. self.inform.emit('[WARNING_NOTCL] %s' % _("Select an Gerber or Excellon file to view it's source file."))
  6101. return 'fail'
  6102. flt = "All Files (*.*)"
  6103. if obj.kind == 'gerber':
  6104. flt = "Gerber Files .gbr (*.GBR);;PDF Files .pdf (*.PDF);;All Files (*.*)"
  6105. elif obj.kind == 'excellon':
  6106. flt = "Excellon Files .drl (*.DRL);;PDF Files .pdf (*.PDF);;All Files (*.*)"
  6107. elif obj.kind == 'cncjob':
  6108. flt = "GCode Files .nc (*.NC);;PDF Files .pdf (*.PDF);;All Files (*.*)"
  6109. self.source_editor_tab = TextEditor(app=self, plain_text=True)
  6110. # add the tab if it was closed
  6111. self.ui.plot_tab_area.addTab(self.source_editor_tab, '%s' % _("Source Editor"))
  6112. self.source_editor_tab.setObjectName('source_editor_tab')
  6113. # delete the absolute and relative position and messages in the infobar
  6114. self.ui.position_label.setText("")
  6115. # self.ui.rel_position_label.setText("")
  6116. # first clear previous text in text editor (if any)
  6117. self.source_editor_tab.code_editor.clear()
  6118. self.source_editor_tab.code_editor.setReadOnly(False)
  6119. self.source_editor_tab.code_editor.completer_enable = False
  6120. self.source_editor_tab.buttonRun.hide()
  6121. # Switch plot_area to CNCJob tab
  6122. self.ui.plot_tab_area.setCurrentWidget(self.source_editor_tab)
  6123. try:
  6124. self.source_editor_tab.buttonOpen.clicked.disconnect()
  6125. except TypeError:
  6126. pass
  6127. self.source_editor_tab.buttonOpen.clicked.connect(lambda: self.source_editor_tab.handleOpen(filt=flt))
  6128. try:
  6129. self.source_editor_tab.buttonSave.clicked.disconnect()
  6130. except TypeError:
  6131. pass
  6132. self.source_editor_tab.buttonSave.clicked.connect(lambda: self.source_editor_tab.handleSaveGCode(filt=flt))
  6133. # then append the text from GCode to the text editor
  6134. if obj.kind == 'cncjob':
  6135. try:
  6136. file = obj.export_gcode(
  6137. preamble=self.defaults["cncjob_prepend"],
  6138. postamble=self.defaults["cncjob_append"],
  6139. to_file=True)
  6140. if file == 'fail':
  6141. return 'fail'
  6142. except AttributeError:
  6143. self.inform.emit('[WARNING_NOTCL] %s' %
  6144. _("There is no selected object for which to see it's source file code."))
  6145. return 'fail'
  6146. else:
  6147. try:
  6148. file = StringIO(obj.source_file)
  6149. except (AttributeError, TypeError):
  6150. self.inform.emit('[WARNING_NOTCL] %s' %
  6151. _("There is no selected object for which to see it's source file code."))
  6152. return 'fail'
  6153. self.source_editor_tab.t_frame.hide()
  6154. try:
  6155. self.source_editor_tab.code_editor.setPlainText(file.getvalue())
  6156. # for line in file:
  6157. # QtWidgets.QApplication.processEvents()
  6158. # proc_line = str(line).strip('\n')
  6159. # self.source_editor_tab.code_editor.append(proc_line)
  6160. except Exception as e:
  6161. log.debug('App.on_view_source() -->%s' % str(e))
  6162. self.inform.emit('[ERROR] %s: %s' % (_('Failed to load the source code for the selected object'), str(e)))
  6163. return
  6164. self.source_editor_tab.handleTextChanged()
  6165. self.source_editor_tab.t_frame.show()
  6166. self.source_editor_tab.code_editor.moveCursor(QtGui.QTextCursor.Start)
  6167. self.proc_container.view.set_idle()
  6168. # self.ui.show()
  6169. def on_toggle_code_editor(self):
  6170. self.defaults.report_usage("on_toggle_code_editor()")
  6171. if self.toggle_codeeditor is False:
  6172. self.init_code_editor(name=_("Code Editor"))
  6173. self.text_editor_tab.buttonOpen.clicked.disconnect()
  6174. self.text_editor_tab.buttonOpen.clicked.connect(self.text_editor_tab.handleOpen)
  6175. self.text_editor_tab.buttonSave.clicked.disconnect()
  6176. self.text_editor_tab.buttonSave.clicked.connect(self.text_editor_tab.handleSaveGCode)
  6177. else:
  6178. for idx in range(self.ui.plot_tab_area.count()):
  6179. if self.ui.plot_tab_area.widget(idx).objectName() == "text_editor_tab":
  6180. self.ui.plot_tab_area.closeTab(idx)
  6181. break
  6182. self.toggle_codeeditor = False
  6183. def on_code_editor_close(self):
  6184. self.toggle_codeeditor = False
  6185. def goto_text_line(self):
  6186. """
  6187. Will scroll a text to the specified text line.
  6188. :return: None
  6189. """
  6190. dia_box = Dialog_box(title=_("Go to Line ..."),
  6191. label=_("Line:"),
  6192. icon=QtGui.QIcon(self.resource_location + '/jump_to16.png'),
  6193. initial_text='')
  6194. try:
  6195. line = int(dia_box.location) - 1
  6196. except (ValueError, TypeError):
  6197. line = 0
  6198. if dia_box.ok:
  6199. # make sure to move first the cursor at the end so after finding the line the line will be positioned
  6200. # at the top of the window
  6201. self.ui.plot_tab_area.currentWidget().code_editor.moveCursor(QTextCursor.End)
  6202. # get the document() of the TextEditor
  6203. doc = self.ui.plot_tab_area.currentWidget().code_editor.document()
  6204. # create a Text Cursor based on the searched line
  6205. cursor = QTextCursor(doc.findBlockByLineNumber(line))
  6206. # set cursor of the code editor with the cursor at the searcehd line
  6207. self.ui.plot_tab_area.currentWidget().code_editor.setTextCursor(cursor)
  6208. def on_filenewscript(self, silent=False):
  6209. """
  6210. Will create a new script file and open it in the Code Editor
  6211. :param silent: if True will not display status messages
  6212. :return: None
  6213. """
  6214. if silent is False:
  6215. self.inform.emit('[success] %s' % _("New TCL script file created in Code Editor."))
  6216. # delete the absolute and relative position and messages in the infobar
  6217. self.ui.position_label.setText("")
  6218. # self.ui.rel_position_label.setText("")
  6219. self.app_obj.new_script_object()
  6220. # script_text = script_obj.source_file
  6221. #
  6222. # self.proc_container.view.set_busy(_("Loading..."))
  6223. # script_obj.script_editor_tab.t_frame.hide()
  6224. #
  6225. # script_obj.script_editor_tab.t_frame.show()
  6226. # self.proc_container.view.set_idle()
  6227. def on_fileopenscript(self, name=None, silent=False):
  6228. """
  6229. Will open a Tcl script file into the Code Editor
  6230. :param silent: if True will not display status messages
  6231. :param name: name of a Tcl script file to open
  6232. :return: None
  6233. """
  6234. self.defaults.report_usage("on_fileopenscript")
  6235. App.log.debug("on_fileopenscript()")
  6236. _filter_ = "TCL script .FlatScript (*.FlatScript);;TCL script .tcl (*.TCL);;TCL script .txt (*.TXT);;" \
  6237. "All Files (*.*)"
  6238. if name:
  6239. filenames = [name]
  6240. else:
  6241. try:
  6242. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(
  6243. caption=_("Open TCL script"), directory=self.get_last_folder(), filter=_filter_)
  6244. except TypeError:
  6245. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open TCL script"), filter=_filter_)
  6246. if len(filenames) == 0:
  6247. if silent is False:
  6248. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  6249. else:
  6250. for filename in filenames:
  6251. if filename != '':
  6252. self.worker_task.emit({'fcn': self.open_script, 'params': [filename]})
  6253. def on_fileopenscript_example(self, name=None, silent=False):
  6254. """
  6255. Will open a Tcl script file into the Code Editor
  6256. :param silent: if True will not display status messages
  6257. :param name: name of a Tcl script file to open
  6258. :return:
  6259. """
  6260. self.defaults.report_usage("on_fileopenscript_example")
  6261. log.debug("on_fileopenscript_example()")
  6262. _filter_ = "TCL script .FlatScript (*.FlatScript);;TCL script .tcl (*.TCL);;TCL script .txt (*.TXT);;" \
  6263. "All Files (*.*)"
  6264. # test if the app was frozen and choose the path for the configuration file
  6265. if getattr(sys, "frozen", False) is True:
  6266. example_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) + '\\assets\\examples'
  6267. else:
  6268. example_path = os.path.dirname(os.path.realpath(__file__)) + '\\assets\\examples'
  6269. if name:
  6270. filenames = [name]
  6271. else:
  6272. try:
  6273. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(
  6274. caption=_("Open TCL script"), directory=example_path, filter=_filter_)
  6275. except TypeError:
  6276. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open TCL script"), filter=_filter_)
  6277. if len(filenames) == 0:
  6278. if silent is False:
  6279. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  6280. else:
  6281. for filename in filenames:
  6282. if filename != '':
  6283. self.worker_task.emit({'fcn': self.open_script, 'params': [filename]})
  6284. def on_filerunscript(self, name=None, silent=False):
  6285. """
  6286. File menu callback for loading and running a TCL script.
  6287. :param silent: if True will not display status messages
  6288. :param name: name of a Tcl script file to be run by FlatCAM
  6289. :return: None
  6290. """
  6291. self.defaults.report_usage("on_filerunscript")
  6292. App.log.debug("on_file_runscript()")
  6293. if name:
  6294. filename = name
  6295. if self.cmd_line_headless != 1:
  6296. self.splash.showMessage('%s: %ssec\n%s' %
  6297. (_("Canvas initialization started.\n"
  6298. "Canvas initialization finished in"), '%.2f' % self.used_time,
  6299. _("Executing ScriptObject file.")
  6300. ),
  6301. alignment=Qt.AlignBottom | Qt.AlignLeft,
  6302. color=QtGui.QColor("gray"))
  6303. else:
  6304. _filter_ = "TCL script .FlatScript (*.FlatScript);;TCL script .tcl (*.TCL);;TCL script .txt (*.TXT);;" \
  6305. "All Files (*.*)"
  6306. try:
  6307. filename, _f = QtWidgets.QFileDialog.getOpenFileName(caption=_("Run TCL script"),
  6308. directory=self.get_last_folder(), filter=_filter_)
  6309. except TypeError:
  6310. filename, _f = QtWidgets.QFileDialog.getOpenFileName(caption=_("Run TCL script"), filter=_filter_)
  6311. # The Qt methods above will return a QString which can cause problems later.
  6312. # So far json.dump() will fail to serialize it.
  6313. filename = str(filename)
  6314. if filename == "":
  6315. if silent is False:
  6316. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  6317. else:
  6318. if self.cmd_line_headless != 1:
  6319. if self.ui.shell_dock.isHidden():
  6320. self.ui.shell_dock.show()
  6321. try:
  6322. with open(filename, "r") as tcl_script:
  6323. cmd_line_shellfile_content = tcl_script.read()
  6324. if self.cmd_line_headless != 1:
  6325. self.shell.exec_command(cmd_line_shellfile_content)
  6326. else:
  6327. self.shell.exec_command(cmd_line_shellfile_content, no_echo=True)
  6328. if silent is False:
  6329. self.inform.emit('[success] %s' % _("TCL script file opened in Code Editor and executed."))
  6330. except Exception as e:
  6331. log.debug("App.on_filerunscript() -> %s" % str(e))
  6332. sys.exit(2)
  6333. def on_file_saveproject(self, silent=False):
  6334. """
  6335. Callback for menu item File->Save Project. Saves the project to
  6336. ``self.project_filename`` or calls ``self.on_file_saveprojectas()``
  6337. if set to None. The project is saved by calling ``self.save_project()``.
  6338. :param silent: if True will not display status messages
  6339. :return: None
  6340. """
  6341. self.defaults.report_usage("on_file_saveproject")
  6342. if self.project_filename is None:
  6343. self.on_file_saveprojectas()
  6344. else:
  6345. self.worker_task.emit({'fcn': self.save_project,
  6346. 'params': [self.project_filename, silent]})
  6347. if self.defaults["global_open_style"] is False:
  6348. self.file_opened.emit("project", self.project_filename)
  6349. self.file_saved.emit("project", self.project_filename)
  6350. self.set_ui_title(name=self.project_filename)
  6351. self.should_we_save = False
  6352. def on_file_saveprojectas(self, make_copy=False, use_thread=True, quit_action=False):
  6353. """
  6354. Callback for menu item File->Save Project As... Opens a file
  6355. chooser and saves the project to the given file via
  6356. ``self.save_project()``.
  6357. :param make_copy if to be create a copy of the project; boolean
  6358. :param use_thread: if to be run in a separate thread; boolean
  6359. :param quit_action: if to be followed by quiting the application; boolean
  6360. :return: None
  6361. """
  6362. self.defaults.report_usage("on_file_saveprojectas")
  6363. self.date = str(datetime.today()).rpartition('.')[0]
  6364. self.date = ''.join(c for c in self.date if c not in ':-')
  6365. self.date = self.date.replace(' ', '_')
  6366. filter_ = "FlatCAM Project .FlatPrj (*.FlatPrj);; All Files (*.*)"
  6367. try:
  6368. filename, _f = FCFileSaveDialog.get_saved_filename(
  6369. caption=_("Save Project As ..."),
  6370. directory='{l_save}/{proj}_{date}'.format(l_save=str(self.get_last_save_folder()), date=self.date,
  6371. proj=_("Project")),
  6372. ext_filter=filter_
  6373. )
  6374. except TypeError:
  6375. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Save Project As ..."), ext_filter=filter_)
  6376. filename = str(filename)
  6377. if filename == '':
  6378. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  6379. return
  6380. if use_thread is True:
  6381. self.worker_task.emit({'fcn': self.save_project,
  6382. 'params': [filename, quit_action]})
  6383. else:
  6384. self.save_project(filename, quit_action)
  6385. # self.save_project(filename)
  6386. if self.defaults["global_open_style"] is False:
  6387. self.file_opened.emit("project", filename)
  6388. self.file_saved.emit("project", filename)
  6389. if not make_copy:
  6390. self.project_filename = filename
  6391. self.set_ui_title(name=self.project_filename)
  6392. self.should_we_save = False
  6393. def on_file_save_objects_pdf(self, use_thread=True):
  6394. self.date = str(datetime.today()).rpartition('.')[0]
  6395. self.date = ''.join(c for c in self.date if c not in ':-')
  6396. self.date = self.date.replace(' ', '_')
  6397. try:
  6398. obj_selection = self.collection.get_selected()
  6399. if len(obj_selection) == 1:
  6400. obj_name = str(obj_selection[0].options['name'])
  6401. else:
  6402. obj_name = _("FlatCAM objects print")
  6403. except AttributeError as err:
  6404. log.debug("App.on_file_save_object_pdf() --> %s" % str(err))
  6405. self.inform.emit('[ERROR_NOTCL] %s' % _("No object selected."))
  6406. return
  6407. if not obj_selection:
  6408. self.inform.emit('[ERROR_NOTCL] %s' % _("No object selected."))
  6409. return
  6410. filter_ = "PDF File .pdf (*.PDF);; All Files (*.*)"
  6411. try:
  6412. filename, _f = FCFileSaveDialog.get_saved_filename(
  6413. caption=_("Save Object as PDF ..."),
  6414. directory='{l_save}/{obj_name}_{date}'.format(l_save=str(self.get_last_save_folder()),
  6415. obj_name=obj_name,
  6416. date=self.date),
  6417. ext_filter=filter_
  6418. )
  6419. except TypeError:
  6420. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Save Object as PDF ..."), ext_filter=filter_)
  6421. filename = str(filename)
  6422. if filename == '':
  6423. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  6424. return
  6425. if use_thread is True:
  6426. self.proc_container.new(_("Printing PDF ... Please wait."))
  6427. self.worker_task.emit({'fcn': self.save_pdf, 'params': [filename, obj_selection]})
  6428. else:
  6429. self.save_pdf(filename, obj_selection)
  6430. # self.save_project(filename)
  6431. if self.defaults["global_open_style"] is False:
  6432. self.file_opened.emit("pdf", filename)
  6433. self.file_saved.emit("pdf", filename)
  6434. def save_pdf(self, file_name, obj_selection):
  6435. p_size = self.defaults['global_workspaceT']
  6436. orientation = self.defaults['global_workspace_orientation']
  6437. color = 'black'
  6438. transparency_level = 1.0
  6439. self.pagesize = {}
  6440. self.pagesize.update(
  6441. {
  6442. 'Bounds': None,
  6443. 'A0': (841 * mm, 1189 * mm),
  6444. 'A1': (594 * mm, 841 * mm),
  6445. 'A2': (420 * mm, 594 * mm),
  6446. 'A3': (297 * mm, 420 * mm),
  6447. 'A4': (210 * mm, 297 * mm),
  6448. 'A5': (148 * mm, 210 * mm),
  6449. 'A6': (105 * mm, 148 * mm),
  6450. 'A7': (74 * mm, 105 * mm),
  6451. 'A8': (52 * mm, 74 * mm),
  6452. 'A9': (37 * mm, 52 * mm),
  6453. 'A10': (26 * mm, 37 * mm),
  6454. 'B0': (1000 * mm, 1414 * mm),
  6455. 'B1': (707 * mm, 1000 * mm),
  6456. 'B2': (500 * mm, 707 * mm),
  6457. 'B3': (353 * mm, 500 * mm),
  6458. 'B4': (250 * mm, 353 * mm),
  6459. 'B5': (176 * mm, 250 * mm),
  6460. 'B6': (125 * mm, 176 * mm),
  6461. 'B7': (88 * mm, 125 * mm),
  6462. 'B8': (62 * mm, 88 * mm),
  6463. 'B9': (44 * mm, 62 * mm),
  6464. 'B10': (31 * mm, 44 * mm),
  6465. 'C0': (917 * mm, 1297 * mm),
  6466. 'C1': (648 * mm, 917 * mm),
  6467. 'C2': (458 * mm, 648 * mm),
  6468. 'C3': (324 * mm, 458 * mm),
  6469. 'C4': (229 * mm, 324 * mm),
  6470. 'C5': (162 * mm, 229 * mm),
  6471. 'C6': (114 * mm, 162 * mm),
  6472. 'C7': (81 * mm, 114 * mm),
  6473. 'C8': (57 * mm, 81 * mm),
  6474. 'C9': (40 * mm, 57 * mm),
  6475. 'C10': (28 * mm, 40 * mm),
  6476. # American paper sizes
  6477. 'LETTER': (8.5 * inch, 11 * inch),
  6478. 'LEGAL': (8.5 * inch, 14 * inch),
  6479. 'ELEVENSEVENTEEN': (11 * inch, 17 * inch),
  6480. # From https://en.wikipedia.org/wiki/Paper_size
  6481. 'JUNIOR_LEGAL': (5 * inch, 8 * inch),
  6482. 'HALF_LETTER': (5.5 * inch, 8 * inch),
  6483. 'GOV_LETTER': (8 * inch, 10.5 * inch),
  6484. 'GOV_LEGAL': (8.5 * inch, 13 * inch),
  6485. 'LEDGER': (17 * inch, 11 * inch),
  6486. }
  6487. )
  6488. exported_svg = []
  6489. for obj in obj_selection:
  6490. svg_obj = obj.export_svg(scale_stroke_factor=0.0,
  6491. scale_factor_x=None, scale_factor_y=None,
  6492. skew_factor_x=None, skew_factor_y=None,
  6493. mirror=None)
  6494. if obj.kind.lower() == 'gerber':
  6495. # color = self.defaults["gerber_plot_fill"][:-2]
  6496. color = obj.fill_color[:-2]
  6497. elif obj.kind.lower() == 'excellon':
  6498. color = '#C40000'
  6499. elif obj.kind.lower() == 'geometry':
  6500. color = self.defaults["global_draw_color"]
  6501. # Change the attributes of the exported SVG
  6502. # We don't need stroke-width
  6503. # We set opacity to maximum
  6504. # We set the colour to WHITE
  6505. root = ET.fromstring(svg_obj)
  6506. for child in root:
  6507. child.set('fill', str(color))
  6508. child.set('opacity', str(transparency_level))
  6509. child.set('stroke', str(color))
  6510. exported_svg.append(ET.tostring(root))
  6511. xmin = Inf
  6512. ymin = Inf
  6513. xmax = -Inf
  6514. ymax = -Inf
  6515. for obj in obj_selection:
  6516. try:
  6517. gxmin, gymin, gxmax, gymax = obj.bounds()
  6518. xmin = min([xmin, gxmin])
  6519. ymin = min([ymin, gymin])
  6520. xmax = max([xmax, gxmax])
  6521. ymax = max([ymax, gymax])
  6522. except Exception as e:
  6523. log.warning("DEV WARNING: Tried to get bounds of empty geometry in App.save_pdf(). %s" % str(e))
  6524. # Determine bounding area for svg export
  6525. bounds = [xmin, ymin, xmax, ymax]
  6526. size = bounds[2] - bounds[0], bounds[3] - bounds[1]
  6527. # This contain the measure units
  6528. uom = obj_selection[0].units.lower()
  6529. # Define a boundary around SVG of about 1.0mm (~39mils)
  6530. if uom in "mm":
  6531. boundary = 1.0
  6532. else:
  6533. boundary = 0.0393701
  6534. # Convert everything to strings for use in the xml doc
  6535. svgwidth = str(size[0] + (2 * boundary))
  6536. svgheight = str(size[1] + (2 * boundary))
  6537. minx = str(bounds[0] - boundary)
  6538. miny = str(bounds[1] + boundary + size[1])
  6539. # Add a SVG Header and footer to the svg output from shapely
  6540. # The transform flips the Y Axis so that everything renders
  6541. # properly within svg apps such as inkscape
  6542. svg_header = '<svg xmlns="http://www.w3.org/2000/svg" ' \
  6543. 'version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" '
  6544. svg_header += 'width="' + svgwidth + uom + '" '
  6545. svg_header += 'height="' + svgheight + uom + '" '
  6546. svg_header += 'viewBox="' + minx + ' -' + miny + ' ' + svgwidth + ' ' + svgheight + '" '
  6547. svg_header += '>'
  6548. svg_header += '<g transform="scale(1,-1)">'
  6549. svg_footer = '</g> </svg>'
  6550. svg_elem = str(svg_header)
  6551. for svg_item in exported_svg:
  6552. svg_elem += str(svg_item)
  6553. svg_elem += str(svg_footer)
  6554. # Parse the xml through a xml parser just to add line feeds
  6555. # and to make it look more pretty for the output
  6556. doc = parse_xml_string(svg_elem)
  6557. doc_final = doc.toprettyxml()
  6558. try:
  6559. if self.defaults['units'].upper() == 'IN':
  6560. unit = inch
  6561. else:
  6562. unit = mm
  6563. doc_final = StringIO(doc_final)
  6564. drawing = svg2rlg(doc_final)
  6565. if p_size == 'Bounds':
  6566. renderPDF.drawToFile(drawing, file_name)
  6567. else:
  6568. if orientation == 'p':
  6569. page_size = portrait(self.pagesize[p_size])
  6570. else:
  6571. page_size = landscape(self.pagesize[p_size])
  6572. my_canvas = canvas.Canvas(file_name, pagesize=page_size)
  6573. my_canvas.translate(bounds[0] * unit, bounds[1] * unit)
  6574. renderPDF.draw(drawing, my_canvas, 0, 0)
  6575. my_canvas.save()
  6576. except Exception as e:
  6577. log.debug("App.save_pdf() --> PDF output --> %s" % str(e))
  6578. return 'fail'
  6579. self.inform.emit('[success] %s: %s' % (_("PDF file saved to"), file_name))
  6580. def export_svg(self, obj_name, filename, scale_stroke_factor=0.00):
  6581. """
  6582. Exports a Geometry Object to an SVG file.
  6583. :param obj_name: the name of the FlatCAM object to be saved as SVG
  6584. :param filename: Path to the SVG file to save to.
  6585. :param scale_stroke_factor: factor by which to change/scale the thickness of the features
  6586. :return:
  6587. """
  6588. self.defaults.report_usage("export_svg()")
  6589. if filename is None:
  6590. filename = self.defaults["global_last_save_folder"] if self.defaults["global_last_save_folder"] \
  6591. is not None else self.defaults["global_last_folder"]
  6592. self.log.debug("export_svg()")
  6593. try:
  6594. obj = self.collection.get_by_name(str(obj_name))
  6595. except Exception:
  6596. # TODO: The return behavior has not been established... should raise exception?
  6597. return "Could not retrieve object: %s" % obj_name
  6598. with self.proc_container.new(_("Exporting SVG")) as proc:
  6599. exported_svg = obj.export_svg(scale_stroke_factor=scale_stroke_factor)
  6600. # Determine bounding area for svg export
  6601. bounds = obj.bounds()
  6602. size = obj.size()
  6603. # Convert everything to strings for use in the xml doc
  6604. svgwidth = str(size[0])
  6605. svgheight = str(size[1])
  6606. minx = str(bounds[0])
  6607. miny = str(bounds[1] - size[1])
  6608. uom = obj.units.lower()
  6609. # Add a SVG Header and footer to the svg output from shapely
  6610. # The transform flips the Y Axis so that everything renders
  6611. # properly within svg apps such as inkscape
  6612. svg_header = '<svg xmlns="http://www.w3.org/2000/svg" ' \
  6613. 'version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" '
  6614. svg_header += 'width="' + svgwidth + uom + '" '
  6615. svg_header += 'height="' + svgheight + uom + '" '
  6616. svg_header += 'viewBox="' + minx + ' ' + miny + ' ' + svgwidth + ' ' + svgheight + '">'
  6617. svg_header += '<g transform="scale(1,-1)">'
  6618. svg_footer = '</g> </svg>'
  6619. svg_elem = svg_header + exported_svg + svg_footer
  6620. # Parse the xml through a xml parser just to add line feeds
  6621. # and to make it look more pretty for the output
  6622. svgcode = parse_xml_string(svg_elem)
  6623. svgcode = svgcode.toprettyxml()
  6624. try:
  6625. with open(filename, 'w') as fp:
  6626. fp.write(svgcode)
  6627. except PermissionError:
  6628. self.inform.emit('[WARNING] %s' %
  6629. _("Permission denied, saving not possible.\n"
  6630. "Most likely another app is holding the file open and not accessible."))
  6631. return 'fail'
  6632. if self.defaults["global_open_style"] is False:
  6633. self.file_opened.emit("SVG", filename)
  6634. self.file_saved.emit("SVG", filename)
  6635. self.inform.emit('[success] %s: %s' % (_("SVG file exported to"), filename))
  6636. def save_source_file(self, obj_name, filename, use_thread=True):
  6637. """
  6638. Exports a FlatCAM Object to an Gerber/Excellon file.
  6639. :param obj_name: the name of the FlatCAM object for which to save it's embedded source file
  6640. :param filename: Path to the Gerber file to save to.
  6641. :param use_thread: if to be run in a separate thread
  6642. :return:
  6643. """
  6644. self.defaults.report_usage("save source file()")
  6645. if filename is None:
  6646. filename = self.defaults["global_last_save_folder"] if self.defaults["global_last_save_folder"] \
  6647. is not None else self.defaults["global_last_folder"]
  6648. self.log.debug("save source file()")
  6649. obj = self.collection.get_by_name(obj_name)
  6650. file_string = StringIO(obj.source_file)
  6651. time_string = "{:%A, %d %B %Y at %H:%M}".format(datetime.now())
  6652. if file_string.getvalue() == '':
  6653. self.inform.emit('[ERROR_NOTCL] %s' %
  6654. _("Save cancelled because source file is empty. Try to export the Gerber file."))
  6655. return 'fail'
  6656. try:
  6657. with open(filename, 'w') as file:
  6658. file.writelines('G04*\n')
  6659. file.writelines('G04 %s (RE)GENERATED BY FLATCAM v%s - www.flatcam.org - Version Date: %s*\n' %
  6660. (obj.kind.upper(), str(self.version), str(self.version_date)))
  6661. file.writelines('G04 Filename: %s*\n' % str(obj_name))
  6662. file.writelines('G04 Created on : %s*\n' % time_string)
  6663. for line in file_string:
  6664. file.writelines(line)
  6665. except PermissionError:
  6666. self.inform.emit('[WARNING] %s' %
  6667. _("Permission denied, saving not possible.\n"
  6668. "Most likely another app is holding the file open and not accessible."))
  6669. return 'fail'
  6670. def export_excellon(self, obj_name, filename, local_use=None, use_thread=True):
  6671. """
  6672. Exports a Excellon Object to an Excellon file.
  6673. :param obj_name: the name of the FlatCAM object to be saved as Excellon
  6674. :param filename: Path to the Excellon file to save to.
  6675. :param local_use:
  6676. :param use_thread: if to be run in a separate thread
  6677. :return:
  6678. """
  6679. self.defaults.report_usage("export_excellon()")
  6680. if filename is None:
  6681. if self.defaults["global_last_save_folder"]:
  6682. filename = self.defaults["global_last_save_folder"] + '/' + 'exported_excellon'
  6683. else:
  6684. filename = self.defaults["global_last_folder"] + '/' + 'exported_excellon'
  6685. self.log.debug("export_excellon()")
  6686. format_exc = ';FILE_FORMAT=%d:%d\n' % (self.defaults["excellon_exp_integer"],
  6687. self.defaults["excellon_exp_decimals"]
  6688. )
  6689. if local_use is None:
  6690. try:
  6691. obj = self.collection.get_by_name(str(obj_name))
  6692. except Exception:
  6693. return "Could not retrieve object: %s" % obj_name
  6694. else:
  6695. obj = local_use
  6696. if not isinstance(obj, ExcellonObject):
  6697. self.inform.emit('[ERROR_NOTCL] %s' %
  6698. _("Failed. Only Excellon objects can be saved as Excellon files..."))
  6699. return
  6700. # updated units
  6701. eunits = self.defaults["excellon_exp_units"]
  6702. ewhole = self.defaults["excellon_exp_integer"]
  6703. efract = self.defaults["excellon_exp_decimals"]
  6704. ezeros = self.defaults["excellon_exp_zeros"]
  6705. eformat = self.defaults["excellon_exp_format"]
  6706. slot_type = self.defaults["excellon_exp_slot_type"]
  6707. fc_units = self.defaults['units'].upper()
  6708. if fc_units == 'MM':
  6709. factor = 1 if eunits == 'METRIC' else 0.03937
  6710. else:
  6711. factor = 25.4 if eunits == 'METRIC' else 1
  6712. def make_excellon():
  6713. try:
  6714. time_str = "{:%A, %d %B %Y at %H:%M}".format(datetime.now())
  6715. header = 'M48\n'
  6716. header += ';EXCELLON GENERATED BY FLATCAM v%s - www.flatcam.org - Version Date: %s\n' % \
  6717. (str(self.version), str(self.version_date))
  6718. header += ';Filename: %s' % str(obj_name) + '\n'
  6719. header += ';Created on : %s' % time_str + '\n'
  6720. if eformat == 'dec':
  6721. has_slots, excellon_code = obj.export_excellon(ewhole, efract, factor=factor, slot_type=slot_type)
  6722. header += eunits + '\n'
  6723. for tool in obj.tools:
  6724. if eunits == 'METRIC':
  6725. header += "T{tool}F00S00C{:.{dec}f}\n".format(float(obj.tools[tool]['C']) * factor,
  6726. tool=str(tool),
  6727. dec=2)
  6728. else:
  6729. header += "T{tool}F00S00C{:.{dec}f}\n".format(float(obj.tools[tool]['C']) * factor,
  6730. tool=str(tool),
  6731. dec=4)
  6732. else:
  6733. if ezeros == 'LZ':
  6734. has_slots, excellon_code = obj.export_excellon(ewhole, efract,
  6735. form='ndec', e_zeros='LZ', factor=factor,
  6736. slot_type=slot_type)
  6737. header += '%s,%s\n' % (eunits, 'LZ')
  6738. header += format_exc
  6739. for tool in obj.tools:
  6740. if eunits == 'METRIC':
  6741. header += "T{tool}F00S00C{:.{dec}f}\n".format(float(obj.tools[tool]['C']) * factor,
  6742. tool=str(tool),
  6743. dec=2)
  6744. else:
  6745. header += "T{tool}F00S00C{:.{dec}f}\n".format(float(obj.tools[tool]['C']) * factor,
  6746. tool=str(tool),
  6747. dec=4)
  6748. else:
  6749. has_slots, excellon_code = obj.export_excellon(ewhole, efract,
  6750. form='ndec', e_zeros='TZ', factor=factor,
  6751. slot_type=slot_type)
  6752. header += '%s,%s\n' % (eunits, 'TZ')
  6753. header += format_exc
  6754. for tool in obj.tools:
  6755. if eunits == 'METRIC':
  6756. header += "T{tool}F00S00C{:.{dec}f}\n".format(float(obj.tools[tool]['C']) * factor,
  6757. tool=str(tool),
  6758. dec=2)
  6759. else:
  6760. header += "T{tool}F00S00C{:.{dec}f}\n".format(float(obj.tools[tool]['C']) * factor,
  6761. tool=str(tool),
  6762. dec=4)
  6763. header += '%\n'
  6764. footer = 'M30\n'
  6765. exported_excellon = header
  6766. exported_excellon += excellon_code
  6767. exported_excellon += footer
  6768. if local_use is None:
  6769. try:
  6770. with open(filename, 'w') as fp:
  6771. fp.write(exported_excellon)
  6772. except PermissionError:
  6773. self.inform.emit('[WARNING] %s' %
  6774. _("Permission denied, saving not possible.\n"
  6775. "Most likely another app is holding the file open and not accessible."))
  6776. return 'fail'
  6777. if self.defaults["global_open_style"] is False:
  6778. self.file_opened.emit("Excellon", filename)
  6779. self.file_saved.emit("Excellon", filename)
  6780. self.inform.emit('[success] %s: %s' % (_("Excellon file exported to"), filename))
  6781. else:
  6782. return exported_excellon
  6783. except Exception as e:
  6784. log.debug("App.export_excellon.make_excellon() --> %s" % str(e))
  6785. return 'fail'
  6786. if use_thread is True:
  6787. with self.proc_container.new(_("Exporting Excellon")) as proc:
  6788. def job_thread_exc(app_obj):
  6789. ret = make_excellon()
  6790. if ret == 'fail':
  6791. self.inform.emit('[ERROR_NOTCL] %s' % _('Could not export Excellon file.'))
  6792. return
  6793. self.worker_task.emit({'fcn': job_thread_exc, 'params': [self]})
  6794. else:
  6795. eret = make_excellon()
  6796. if eret == 'fail':
  6797. self.inform.emit('[ERROR_NOTCL] %s' % _('Could not export Excellon file.'))
  6798. return 'fail'
  6799. if local_use is not None:
  6800. return eret
  6801. def export_gerber(self, obj_name, filename, local_use=None, use_thread=True):
  6802. """
  6803. Exports a Gerber Object to an Gerber file.
  6804. :param obj_name: the name of the FlatCAM object to be saved as Gerber
  6805. :param filename: Path to the Gerber file to save to.
  6806. :param local_use: if the Gerber code is to be saved to a file (None) or used within FlatCAM.
  6807. When not None, the value will be the actual Gerber object for which to create the Gerber code
  6808. :param use_thread: if to be run in a separate thread
  6809. :return:
  6810. """
  6811. self.defaults.report_usage("export_gerber()")
  6812. if filename is None:
  6813. filename = self.defaults["global_last_save_folder"] if self.defaults["global_last_save_folder"] \
  6814. is not None else self.defaults["global_last_folder"]
  6815. self.log.debug("export_gerber()")
  6816. if local_use is None:
  6817. try:
  6818. obj = self.collection.get_by_name(str(obj_name))
  6819. except Exception:
  6820. return "Could not retrieve object: %s" % obj_name
  6821. else:
  6822. obj = local_use
  6823. # updated units
  6824. gunits = self.defaults["gerber_exp_units"]
  6825. gwhole = self.defaults["gerber_exp_integer"]
  6826. gfract = self.defaults["gerber_exp_decimals"]
  6827. gzeros = self.defaults["gerber_exp_zeros"]
  6828. fc_units = self.defaults['units'].upper()
  6829. if fc_units == 'MM':
  6830. factor = 1 if gunits == 'MM' else 0.03937
  6831. else:
  6832. factor = 25.4 if gunits == 'MM' else 1
  6833. def make_gerber():
  6834. try:
  6835. time_str = "{:%A, %d %B %Y at %H:%M}".format(datetime.now())
  6836. header = 'G04*\n'
  6837. header += 'G04 RS-274X GERBER GENERATED BY FLATCAM v%s - www.flatcam.org - Version Date: %s*\n' % \
  6838. (str(self.version), str(self.version_date))
  6839. header += 'G04 Filename: %s*' % str(obj_name) + '\n'
  6840. header += 'G04 Created on : %s*' % time_str + '\n'
  6841. header += '%%FS%sAX%s%sY%s%s*%%\n' % (gzeros, gwhole, gfract, gwhole, gfract)
  6842. header += "%MO{units}*%\n".format(units=gunits)
  6843. for apid in obj.apertures:
  6844. if obj.apertures[apid]['type'] == 'C':
  6845. header += "%ADD{apid}{type},{size}*%\n".format(
  6846. apid=str(apid),
  6847. type='C',
  6848. size=(factor * obj.apertures[apid]['size'])
  6849. )
  6850. elif obj.apertures[apid]['type'] == 'R':
  6851. header += "%ADD{apid}{type},{width}X{height}*%\n".format(
  6852. apid=str(apid),
  6853. type='R',
  6854. width=(factor * obj.apertures[apid]['width']),
  6855. height=(factor * obj.apertures[apid]['height'])
  6856. )
  6857. elif obj.apertures[apid]['type'] == 'O':
  6858. header += "%ADD{apid}{type},{width}X{height}*%\n".format(
  6859. apid=str(apid),
  6860. type='O',
  6861. width=(factor * obj.apertures[apid]['width']),
  6862. height=(factor * obj.apertures[apid]['height'])
  6863. )
  6864. header += '\n'
  6865. # obsolete units but some software may need it
  6866. if gunits == 'IN':
  6867. header += 'G70*\n'
  6868. else:
  6869. header += 'G71*\n'
  6870. # Absolute Mode
  6871. header += 'G90*\n'
  6872. header += 'G01*\n'
  6873. # positive polarity
  6874. header += '%LPD*%\n'
  6875. footer = 'M02*\n'
  6876. gerber_code = obj.export_gerber(gwhole, gfract, g_zeros=gzeros, factor=factor)
  6877. exported_gerber = header
  6878. exported_gerber += gerber_code
  6879. exported_gerber += footer
  6880. if local_use is None:
  6881. try:
  6882. with open(filename, 'w') as fp:
  6883. fp.write(exported_gerber)
  6884. except PermissionError:
  6885. self.inform.emit('[WARNING] %s' %
  6886. _("Permission denied, saving not possible.\n"
  6887. "Most likely another app is holding the file open and not accessible."))
  6888. return 'fail'
  6889. if self.defaults["global_open_style"] is False:
  6890. self.file_opened.emit("Gerber", filename)
  6891. self.file_saved.emit("Gerber", filename)
  6892. self.inform.emit('[success] %s: %s' % (_("Gerber file exported to"), filename))
  6893. else:
  6894. return exported_gerber
  6895. except Exception as e:
  6896. log.debug("App.export_gerber.make_gerber() --> %s" % str(e))
  6897. return 'fail'
  6898. if use_thread is True:
  6899. with self.proc_container.new(_("Exporting Gerber")) as proc:
  6900. def job_thread_grb(app_obj):
  6901. ret = make_gerber()
  6902. if ret == 'fail':
  6903. self.inform.emit('[ERROR_NOTCL] %s' % _('Could not export Gerber file.'))
  6904. return
  6905. self.worker_task.emit({'fcn': job_thread_grb, 'params': [self]})
  6906. else:
  6907. gret = make_gerber()
  6908. if gret == 'fail':
  6909. self.inform.emit('[ERROR_NOTCL] %s' % _('Could not export Gerber file.'))
  6910. return 'fail'
  6911. if local_use is not None:
  6912. return gret
  6913. def export_dxf(self, obj_name, filename, use_thread=True):
  6914. """
  6915. Exports a Geometry Object to an DXF file.
  6916. :param obj_name: the name of the FlatCAM object to be saved as DXF
  6917. :param filename: Path to the DXF file to save to.
  6918. :param use_thread: if to be run in a separate thread
  6919. :return:
  6920. """
  6921. self.defaults.report_usage("export_dxf()")
  6922. if filename is None:
  6923. filename = self.defaults["global_last_save_folder"] if self.defaults["global_last_save_folder"] \
  6924. is not None else self.defaults["global_last_folder"]
  6925. self.log.debug("export_dxf()")
  6926. try:
  6927. obj = self.collection.get_by_name(str(obj_name))
  6928. except Exception:
  6929. # TODO: The return behavior has not been established... should raise exception?
  6930. return "Could not retrieve object: %s" % obj_name
  6931. def make_dxf():
  6932. try:
  6933. dxf_code = obj.export_dxf()
  6934. dxf_code.saveas(filename)
  6935. if self.defaults["global_open_style"] is False:
  6936. self.file_opened.emit("DXF", filename)
  6937. self.file_saved.emit("DXF", filename)
  6938. self.inform.emit('[success] %s: %s' % (_("DXF file exported to"), filename))
  6939. except Exception:
  6940. return 'fail'
  6941. if use_thread is True:
  6942. with self.proc_container.new(_("Exporting DXF")) as proc:
  6943. def job_thread_exc(app_obj):
  6944. ret_dxf_val = make_dxf()
  6945. if ret_dxf_val == 'fail':
  6946. app_obj.inform.emit('[WARNING_NOTCL] %s' % _('Could not export DXF file.'))
  6947. return
  6948. self.worker_task.emit({'fcn': job_thread_exc, 'params': [self]})
  6949. else:
  6950. ret = make_dxf()
  6951. if ret == 'fail':
  6952. self.inform.emit('[WARNING_NOTCL] %s' % _('Could not export DXF file.'))
  6953. return
  6954. def import_svg(self, filename, geo_type='geometry', outname=None, plot=True):
  6955. """
  6956. Adds a new Geometry Object to the projects and populates
  6957. it with shapes extracted from the SVG file.
  6958. :param plot: If True then the resulting object will be plotted on canvas
  6959. :param filename: Path to the SVG file.
  6960. :param geo_type: Type of FlatCAM object that will be created from SVG
  6961. :param outname: The name given to the resulting FlatCAM object
  6962. :return:
  6963. """
  6964. self.defaults.report_usage("import_svg()")
  6965. log.debug("App.import_svg()")
  6966. obj_type = ""
  6967. if geo_type is None or geo_type == "geometry":
  6968. obj_type = "geometry"
  6969. elif geo_type == "gerber":
  6970. obj_type = "gerber"
  6971. else:
  6972. self.inform.emit('[ERROR_NOTCL] %s' %
  6973. _("Not supported type is picked as parameter. Only Geometry and Gerber are supported"))
  6974. return
  6975. units = self.defaults['units'].upper()
  6976. def obj_init(geo_obj, app_obj):
  6977. geo_obj.import_svg(filename, obj_type, units=units)
  6978. geo_obj.multigeo = False
  6979. geo_obj.source_file = self.export_gerber(obj_name=name, filename=None, local_use=geo_obj, use_thread=False)
  6980. with self.proc_container.new(_("Importing SVG")) as proc:
  6981. # Object name
  6982. name = outname or filename.split('/')[-1].split('\\')[-1]
  6983. ret = self.app_obj.new_object(obj_type, name, obj_init, autoselected=False, plot=plot)
  6984. if ret == 'fail':
  6985. self.inform.emit('[ERROR_NOTCL]%s' % _('Import failed.'))
  6986. return 'fail'
  6987. # Register recent file
  6988. self.file_opened.emit("svg", filename)
  6989. # appGUI feedback
  6990. self.inform.emit('[success] %s: %s' % (_("Opened"), filename))
  6991. def import_dxf(self, filename, geo_type='geometry', outname=None, plot=True):
  6992. """
  6993. Adds a new Geometry Object to the projects and populates
  6994. it with shapes extracted from the DXF file.
  6995. :param filename: Path to the DXF file.
  6996. :param geo_type: Type of FlatCAM object that will be created from DXF
  6997. :param outname: Name for the imported Geometry
  6998. :param plot: If True then the resulting object will be plotted on canvas
  6999. :return:
  7000. """
  7001. self.defaults.report_usage("import_dxf()")
  7002. obj_type = ""
  7003. if geo_type is None or geo_type == "geometry":
  7004. obj_type = "geometry"
  7005. elif geo_type == "gerber":
  7006. obj_type = geo_type
  7007. else:
  7008. self.inform.emit('[ERROR_NOTCL] %s' %
  7009. _("Not supported type is picked as parameter. Only Geometry and Gerber are supported"))
  7010. return
  7011. units = self.defaults['units'].upper()
  7012. def obj_init(geo_obj, app_obj):
  7013. geo_obj.import_dxf(filename, obj_type, units=units)
  7014. geo_obj.multigeo = False
  7015. with self.proc_container.new(_("Importing DXF")):
  7016. # Object name
  7017. name = outname or filename.split('/')[-1].split('\\')[-1]
  7018. ret = self.app_obj.new_object(obj_type, name, obj_init, autoselected=False, plot=plot)
  7019. if ret == 'fail':
  7020. self.inform.emit('[ERROR_NOTCL]%s' % _('Import failed.'))
  7021. return 'fail'
  7022. # Register recent file
  7023. self.file_opened.emit("dxf", filename)
  7024. # appGUI feedback
  7025. self.inform.emit('[success] %s: %s' % (_("Opened"), filename))
  7026. def open_gerber(self, filename, outname=None, plot=True, from_tcl=False):
  7027. """
  7028. Opens a Gerber file, parses it and creates a new object for
  7029. it in the program. Thread-safe.
  7030. :param outname: Name of the resulting object. None causes the
  7031. name to be that of the file. Str.
  7032. :param filename: Gerber file filename
  7033. :type filename: str
  7034. :param plot: boolean, to plot or not the resulting object
  7035. :param from_tcl: True if run from Tcl Shell
  7036. :return: None
  7037. """
  7038. # How the object should be initialized
  7039. def obj_init(gerber_obj, app_obj):
  7040. assert isinstance(gerber_obj, GerberObject), \
  7041. "Expected to initialize a GerberObject but got %s" % type(gerber_obj)
  7042. # Opening the file happens here
  7043. try:
  7044. gerber_obj.parse_file(filename)
  7045. except IOError:
  7046. app_obj.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Failed to open file"), filename))
  7047. return "fail"
  7048. except ParseError as err:
  7049. app_obj.inform.emit('[ERROR_NOTCL] %s: %s. %s' % (_("Failed to parse file"), filename, str(err)))
  7050. app_obj.log.error(str(err))
  7051. return "fail"
  7052. except Exception as e:
  7053. log.debug("App.open_gerber() --> %s" % str(e))
  7054. msg = '[ERROR] %s' % _("An internal error has occurred. See shell.\n")
  7055. msg += traceback.format_exc()
  7056. app_obj.inform.emit(msg)
  7057. return "fail"
  7058. if gerber_obj.is_empty():
  7059. app_obj.inform.emit('[ERROR_NOTCL] %s' %
  7060. _("Object is not Gerber file or empty. Aborting object creation."))
  7061. return "fail"
  7062. App.log.debug("open_gerber()")
  7063. with self.proc_container.new(_("Opening Gerber")):
  7064. # Object name
  7065. name = outname or filename.split('/')[-1].split('\\')[-1]
  7066. # # ## Object creation # ##
  7067. ret_val = self.app_obj.new_object("gerber", name, obj_init, autoselected=False, plot=plot)
  7068. if ret_val == 'fail':
  7069. if from_tcl:
  7070. filename = self.defaults['global_tcl_path'] + '/' + name
  7071. ret_val = self.app_obj.new_object("gerber", name, obj_init, autoselected=False, plot=plot)
  7072. if ret_val == 'fail':
  7073. self.inform.emit('[ERROR_NOTCL]%s' % _('Open Gerber failed. Probable not a Gerber file.'))
  7074. return 'fail'
  7075. # Register recent file
  7076. self.file_opened.emit("gerber", filename)
  7077. # appGUI feedback
  7078. self.inform.emit('[success] %s: %s' % (_("Opened"), filename))
  7079. def open_excellon(self, filename, outname=None, plot=True, from_tcl=False):
  7080. """
  7081. Opens an Excellon file, parses it and creates a new object for
  7082. it in the program. Thread-safe.
  7083. :param outname: Name of the resulting object. None causes the name to be that of the file.
  7084. :param filename: Excellon file filename
  7085. :type filename: str
  7086. :param plot: boolean, to plot or not the resulting object
  7087. :param from_tcl: True if run from Tcl Shell
  7088. :return: None
  7089. """
  7090. App.log.debug("open_excellon()")
  7091. # How the object should be initialized
  7092. def obj_init(excellon_obj, app_obj):
  7093. try:
  7094. ret = excellon_obj.parse_file(filename=filename)
  7095. if ret == "fail":
  7096. log.debug("Excellon parsing failed.")
  7097. self.inform.emit('[ERROR_NOTCL] %s' %
  7098. _("This is not Excellon file."))
  7099. return "fail"
  7100. except IOError:
  7101. app_obj.inform.emit('[ERROR_NOTCL] %s: %s' %
  7102. (_("Cannot open file"), filename))
  7103. log.debug("Could not open Excellon object.")
  7104. return "fail"
  7105. except Exception:
  7106. msg = '[ERROR_NOTCL] %s' % \
  7107. _("An internal error has occurred. See shell.\n")
  7108. msg += traceback.format_exc()
  7109. app_obj.inform.emit(msg)
  7110. return "fail"
  7111. ret = excellon_obj.create_geometry()
  7112. if ret == 'fail':
  7113. log.debug("Could not create geometry for Excellon object.")
  7114. return "fail"
  7115. for tool in excellon_obj.tools:
  7116. if excellon_obj.tools[tool]['solid_geometry']:
  7117. return
  7118. app_obj.inform.emit('[ERROR_NOTCL] %s: %s' % (_("No geometry found in file"), filename))
  7119. return "fail"
  7120. with self.proc_container.new(_("Opening Excellon.")):
  7121. # Object name
  7122. name = outname or filename.split('/')[-1].split('\\')[-1]
  7123. ret_val = self.app_obj.new_object("excellon", name, obj_init, autoselected=False, plot=plot)
  7124. if ret_val == 'fail':
  7125. if from_tcl:
  7126. filename = self.defaults['global_tcl_path'] + '/' + name
  7127. ret_val = self.app_obj.new_object("excellon", name, obj_init, autoselected=False, plot=plot)
  7128. if ret_val == 'fail':
  7129. self.inform.emit('[ERROR_NOTCL] %s' %
  7130. _('Open Excellon file failed. Probable not an Excellon file.'))
  7131. return
  7132. # Register recent file
  7133. self.file_opened.emit("excellon", filename)
  7134. # appGUI feedback
  7135. self.inform.emit('[success] %s: %s' % (_("Opened"), filename))
  7136. def open_gcode(self, filename, outname=None, force_parsing=None, plot=True, from_tcl=False):
  7137. """
  7138. Opens a G-gcode file, parses it and creates a new object for
  7139. it in the program. Thread-safe.
  7140. :param filename: G-code file filename
  7141. :param outname: Name of the resulting object. None causes the name to be that of the file.
  7142. :param force_parsing:
  7143. :param plot: If True plot the object on canvas
  7144. :param from_tcl: True if run from Tcl Shell
  7145. :return: None
  7146. """
  7147. App.log.debug("open_gcode()")
  7148. # How the object should be initialized
  7149. def obj_init(job_obj, app_obj_):
  7150. """
  7151. :param job_obj: the resulting object
  7152. :type app_obj_: App
  7153. """
  7154. assert isinstance(app_obj_, App), \
  7155. "Initializer expected App, got %s" % type(app_obj_)
  7156. app_obj_.inform.emit('%s...' % _("Reading GCode file"))
  7157. try:
  7158. f = open(filename)
  7159. gcode = f.read()
  7160. f.close()
  7161. except IOError:
  7162. app_obj_.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Failed to open"), filename))
  7163. return "fail"
  7164. job_obj.gcode = gcode
  7165. gcode_ret = job_obj.gcode_parse(force_parsing=force_parsing)
  7166. if gcode_ret == "fail":
  7167. self.inform.emit('[ERROR_NOTCL] %s' % _("This is not GCODE"))
  7168. return "fail"
  7169. job_obj.create_geometry()
  7170. with self.proc_container.new(_("Opening G-Code.")):
  7171. # Object name
  7172. name = outname or filename.split('/')[-1].split('\\')[-1]
  7173. # New object creation and file processing
  7174. ret_val = self.app_obj.new_object("cncjob", name, obj_init, autoselected=False, plot=plot)
  7175. if ret_val == 'fail':
  7176. if from_tcl:
  7177. filename = self.defaults['global_tcl_path'] + '/' + name
  7178. ret_val = self.app_obj.new_object("cncjob", name, obj_init, autoselected=False, plot=plot)
  7179. if ret_val == 'fail':
  7180. self.inform.emit('[ERROR_NOTCL] %s' %
  7181. _("Failed to create CNCJob Object. Probable not a GCode file. "
  7182. "Try to load it from File menu.\n "
  7183. "Attempting to create a FlatCAM CNCJob Object from "
  7184. "G-Code file failed during processing"))
  7185. return "fail"
  7186. # Register recent file
  7187. self.file_opened.emit("cncjob", filename)
  7188. # appGUI feedback
  7189. self.inform.emit('[success] %s: %s' % (_("Opened"), filename))
  7190. def open_hpgl2(self, filename, outname=None):
  7191. """
  7192. Opens a HPGL2 file, parses it and creates a new object for
  7193. it in the program. Thread-safe.
  7194. :param outname: Name of the resulting object. None causes the name to be that of the file.
  7195. :param filename: HPGL2 file filename
  7196. :return: None
  7197. """
  7198. filename = filename
  7199. # How the object should be initialized
  7200. def obj_init(geo_obj, app_obj):
  7201. assert isinstance(geo_obj, GeometryObject), \
  7202. "Expected to initialize a GeometryObject but got %s" % type(geo_obj)
  7203. # Opening the file happens here
  7204. obj = HPGL2(self)
  7205. try:
  7206. HPGL2.parse_file(obj, filename)
  7207. except IOError:
  7208. app_obj.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Failed to open file"), filename))
  7209. return "fail"
  7210. except ParseError as err:
  7211. app_obj.inform.emit('[ERROR_NOTCL] %s: %s. %s' % (_("Failed to parse file"), filename, str(err)))
  7212. app_obj.log.error(str(err))
  7213. return "fail"
  7214. except Exception as e:
  7215. log.debug("App.open_hpgl2() --> %s" % str(e))
  7216. msg = '[ERROR] %s' % _("An internal error has occurred. See shell.\n")
  7217. msg += traceback.format_exc()
  7218. app_obj.inform.emit(msg)
  7219. return "fail"
  7220. geo_obj.multigeo = True
  7221. geo_obj.solid_geometry = deepcopy(obj.solid_geometry)
  7222. geo_obj.tools = deepcopy(obj.tools)
  7223. geo_obj.source_file = deepcopy(obj.source_file)
  7224. del obj
  7225. if not geo_obj.solid_geometry:
  7226. app_obj.inform.emit('[ERROR_NOTCL] %s' %
  7227. _("Object is not HPGL2 file or empty. Aborting object creation."))
  7228. return "fail"
  7229. App.log.debug("open_hpgl2()")
  7230. with self.proc_container.new(_("Opening HPGL2")):
  7231. # Object name
  7232. name = outname or filename.split('/')[-1].split('\\')[-1]
  7233. # # ## Object creation # ##
  7234. ret = self.app_obj.new_object("geometry", name, obj_init, autoselected=False)
  7235. if ret == 'fail':
  7236. self.inform.emit('[ERROR_NOTCL]%s' % _(' Open HPGL2 failed. Probable not a HPGL2 file.'))
  7237. return 'fail'
  7238. # Register recent file
  7239. self.file_opened.emit("geometry", filename)
  7240. # appGUI feedback
  7241. self.inform.emit('[success] %s: %s' % (_("Opened"), filename))
  7242. def open_script(self, filename, outname=None, silent=False):
  7243. """
  7244. Opens a Script file, parses it and creates a new object for
  7245. it in the program. Thread-safe.
  7246. :param outname: Name of the resulting object. None causes the name to be that of the file.
  7247. :param filename: Script file filename
  7248. :param silent: If True there will be no messages printed to StatusBar
  7249. :return: None
  7250. """
  7251. def obj_init(script_obj, app_obj):
  7252. assert isinstance(script_obj, ScriptObject), \
  7253. "Expected to initialize a ScriptObject but got %s" % type(script_obj)
  7254. if silent is False:
  7255. app_obj.inform.emit('[success] %s' % _("TCL script file opened in Code Editor."))
  7256. try:
  7257. script_obj.parse_file(filename)
  7258. except IOError:
  7259. app_obj.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Failed to open file"), filename))
  7260. return "fail"
  7261. except ParseError as err:
  7262. app_obj.inform.emit('[ERROR_NOTCL] %s: %s. %s' % (_("Failed to parse file"), filename, str(err)))
  7263. app_obj.log.error(str(err))
  7264. return "fail"
  7265. except Exception as e:
  7266. log.debug("App.open_script() -> %s" % str(e))
  7267. msg = '[ERROR] %s' % _("An internal error has occurred. See shell.\n")
  7268. msg += traceback.format_exc()
  7269. app_obj.inform.emit(msg)
  7270. return "fail"
  7271. App.log.debug("open_script()")
  7272. with self.proc_container.new(_("Opening TCL Script...")):
  7273. # Object name
  7274. script_name = outname or filename.split('/')[-1].split('\\')[-1]
  7275. # Object creation
  7276. ret_val = self.app_obj.new_object("script", script_name, obj_init, autoselected=False, plot=False)
  7277. if ret_val == 'fail':
  7278. filename = self.defaults['global_tcl_path'] + '/' + script_name
  7279. ret_val = self.app_obj.new_object("script", script_name, obj_init, autoselected=False, plot=False)
  7280. if ret_val == 'fail':
  7281. self.inform.emit('[ERROR_NOTCL]%s' % _('Failed to open TCL Script.'))
  7282. return 'fail'
  7283. # Register recent file
  7284. self.file_opened.emit("script", filename)
  7285. # appGUI feedback
  7286. self.inform.emit('[success] %s: %s' % (_("Opened"), filename))
  7287. def open_config_file(self, filename, run_from_arg=None):
  7288. """
  7289. Loads a config file from the specified file.
  7290. :param filename: Name of the file from which to load.
  7291. :param run_from_arg: if True the FlatConfig file will be open as an command line argument
  7292. :return: None
  7293. """
  7294. App.log.debug("Opening config file: " + filename)
  7295. if run_from_arg:
  7296. self.splash.showMessage('%s: %ssec\n%s' % (_("Canvas initialization started.\n"
  7297. "Canvas initialization finished in"), '%.2f' % self.used_time,
  7298. _("Opening FlatCAM Config file.")),
  7299. alignment=Qt.AlignBottom | Qt.AlignLeft,
  7300. color=QtGui.QColor("gray"))
  7301. # # add the tab if it was closed
  7302. # self.ui.plot_tab_area.addTab(self.ui.text_editor_tab, _("Code Editor"))
  7303. # # first clear previous text in text editor (if any)
  7304. # self.ui.text_editor_tab.code_editor.clear()
  7305. #
  7306. # # Switch plot_area to CNCJob tab
  7307. # self.ui.plot_tab_area.setCurrentWidget(self.ui.text_editor_tab)
  7308. # close the Code editor if already open
  7309. if self.toggle_codeeditor:
  7310. self.on_toggle_code_editor()
  7311. self.on_toggle_code_editor()
  7312. try:
  7313. if filename:
  7314. f = QtCore.QFile(filename)
  7315. if f.open(QtCore.QIODevice.ReadOnly):
  7316. stream = QtCore.QTextStream(f)
  7317. code_edited = stream.readAll()
  7318. self.text_editor_tab.code_editor.setPlainText(code_edited)
  7319. f.close()
  7320. except IOError:
  7321. App.log.error("Failed to open config file: %s" % filename)
  7322. self.inform.emit('[ERROR_NOTCL] %s: %s' %
  7323. (_("Failed to open config file"), filename))
  7324. return
  7325. def open_project(self, filename, run_from_arg=None, plot=True, cli=None, from_tcl=False):
  7326. """
  7327. Loads a project from the specified file.
  7328. 1) Loads and parses file
  7329. 2) Registers the file as recently opened.
  7330. 3) Calls on_file_new()
  7331. 4) Updates options
  7332. 5) Calls app_obj.new_object() with the object's from_dict() as init method.
  7333. 6) Calls plot_all() if plot=True
  7334. :param filename: Name of the file from which to load.
  7335. :param run_from_arg: True if run for arguments
  7336. :param plot: If True plot all objects in the project
  7337. :param cli: Run from command line
  7338. :param from_tcl: True if run from Tcl Sehll
  7339. :return: None
  7340. """
  7341. App.log.debug("Opening project: " + filename)
  7342. # block autosaving while a project is loaded
  7343. self.block_autosave = True
  7344. # for some reason, setting ui_title does not work when this method is called from Tcl Shell
  7345. # it's because the TclCommand is run in another thread (it inherit TclCommandSignaled)
  7346. if cli is None:
  7347. self.set_ui_title(name=_("Loading Project ... Please Wait ..."))
  7348. if run_from_arg:
  7349. self.splash.showMessage('%s: %ssec\n%s' % (_("Canvas initialization started.\n"
  7350. "Canvas initialization finished in"), '%.2f' % self.used_time,
  7351. _("Opening FlatCAM Project file.")),
  7352. alignment=Qt.AlignBottom | Qt.AlignLeft,
  7353. color=QtGui.QColor("gray"))
  7354. # Open and parse an uncompressed Project file
  7355. try:
  7356. f = open(filename, 'r')
  7357. except IOError:
  7358. if from_tcl:
  7359. name = filename.split('/')[-1].split('\\')[-1]
  7360. filename = self.defaults['global_tcl_path'] + '/' + name
  7361. try:
  7362. f = open(filename, 'r')
  7363. except IOError:
  7364. log.error("Failed to open project file: %s" % filename)
  7365. self.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Failed to open project file"), filename))
  7366. return
  7367. else:
  7368. log.error("Failed to open project file: %s" % filename)
  7369. self.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Failed to open project file"), filename))
  7370. return
  7371. try:
  7372. d = json.load(f, object_hook=dict2obj)
  7373. except Exception as e:
  7374. log.error("Failed to parse project file, trying to see if it loads as an LZMA archive: %s because %s" %
  7375. (filename, str(e)))
  7376. f.close()
  7377. # Open and parse a compressed Project file
  7378. try:
  7379. with lzma.open(filename) as f:
  7380. file_content = f.read().decode('utf-8')
  7381. d = json.loads(file_content, object_hook=dict2obj)
  7382. except Exception as e:
  7383. App.log.error("Failed to open project file: %s with error: %s" % (filename, str(e)))
  7384. self.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Failed to open project file"), filename))
  7385. return
  7386. # Clear the current project
  7387. # # NOT THREAD SAFE # ##
  7388. if run_from_arg is True:
  7389. pass
  7390. elif cli is True:
  7391. self.delete_selection_shape()
  7392. else:
  7393. self.on_file_new()
  7394. # Project options
  7395. self.options.update(d['options'])
  7396. self.project_filename = filename
  7397. # for some reason, setting ui_title does not work when this method is called from Tcl Shell
  7398. # it's because the TclCommand is run in another thread (it inherit TclCommandSignaled)
  7399. if cli is None:
  7400. self.set_screen_units(self.options["units"])
  7401. # Re create objects
  7402. App.log.debug(" **************** Started PROEJCT loading... **************** ")
  7403. for obj in d['objs']:
  7404. try:
  7405. def obj_init(obj_inst, app_inst):
  7406. obj_inst.from_dict(obj)
  7407. App.log.debug("Recreating from opened project an %s object: %s" %
  7408. (obj['kind'].capitalize(), obj['options']['name']))
  7409. # for some reason, setting ui_title does not work when this method is called from Tcl Shell
  7410. # it's because the TclCommand is run in another thread (it inherit TclCommandSignaled)
  7411. if cli is None:
  7412. self.set_ui_title(name="{} {}: {}".format(_("Loading Project ... restoring"),
  7413. obj['kind'].upper(),
  7414. obj['options']['name']
  7415. )
  7416. )
  7417. self.app_obj.new_object(obj['kind'], obj['options']['name'], obj_init, plot=plot)
  7418. except Exception as e:
  7419. print('App.open_project() --> ' + str(e))
  7420. self.inform.emit('[success] %s: %s' % (_("Project loaded from"), filename))
  7421. self.should_we_save = False
  7422. self.file_opened.emit("project", filename)
  7423. # restore autosaving after a project was loaded
  7424. self.block_autosave = False
  7425. # for some reason, setting ui_title does not work when this method is called from Tcl Shell
  7426. # it's because the TclCommand is run in another thread (it inherit TclCommandSignaled)
  7427. if cli is None:
  7428. self.set_ui_title(name=self.project_filename)
  7429. App.log.debug(" **************** Finished PROJECT loading... **************** ")
  7430. def plot_all(self, fit_view=True, muted=False, use_thread=True):
  7431. """
  7432. Re-generates all plots from all objects.
  7433. :param fit_view: if True will plot the objects and will adjust the zoom to fit all plotted objects into view
  7434. :param muted: if True don't print messages
  7435. :param use_thread: if True will use threading for plotting the objects
  7436. :return: None
  7437. """
  7438. self.log.debug("Plot_all()")
  7439. if muted is not True:
  7440. self.inform[str, bool].emit('%s...' % _("Redrawing all objects"), False)
  7441. for plot_obj in self.collection.get_list():
  7442. def worker_task(obj):
  7443. with self.proc_container.new("Plotting"):
  7444. obj.plot(kind=self.defaults["cncjob_plot_kind"])
  7445. if fit_view is True:
  7446. self.app_obj.object_plotted.emit(obj)
  7447. if use_thread is True:
  7448. # Send to worker
  7449. self.worker_task.emit({'fcn': worker_task, 'params': [plot_obj]})
  7450. else:
  7451. worker_task(plot_obj)
  7452. def register_folder(self, filename):
  7453. """
  7454. Register the last folder used by the app to open something
  7455. :param filename: the last folder is extracted from the filename
  7456. :return: None
  7457. """
  7458. self.defaults["global_last_folder"] = os.path.split(str(filename))[0]
  7459. def register_save_folder(self, filename):
  7460. """
  7461. Register the last folder used by the app to save something
  7462. :param filename: the last folder is extracted from the filename
  7463. :return: None
  7464. """
  7465. self.defaults["global_last_save_folder"] = os.path.split(str(filename))[0]
  7466. # def set_progress_bar(self, percentage, text=""):
  7467. # """
  7468. # Set a progress bar to a value (percentage)
  7469. #
  7470. # :param percentage: Value set to the progressbar
  7471. # :param text: Not used
  7472. # :return: None
  7473. # """
  7474. # self.ui.progress_bar.setValue(int(percentage))
  7475. def setup_recent_items(self):
  7476. """
  7477. Setup a dictionary with the recent files accessed, organized by type
  7478. :return:
  7479. """
  7480. icons = {
  7481. "gerber": self.resource_location + "/flatcam_icon16.png",
  7482. "excellon": self.resource_location + "/drill16.png",
  7483. 'geometry': self.resource_location + "/geometry16.png",
  7484. "cncjob": self.resource_location + "/cnc16.png",
  7485. "script": self.resource_location + "/script_new24.png",
  7486. "document": self.resource_location + "/notes16_1.png",
  7487. "project": self.resource_location + "/project16.png",
  7488. "svg": self.resource_location + "/geometry16.png",
  7489. "dxf": self.resource_location + "/dxf16.png",
  7490. "pdf": self.resource_location + "/pdf32.png",
  7491. "image": self.resource_location + "/image16.png"
  7492. }
  7493. try:
  7494. image_opener = self.image_tool.import_image
  7495. except AttributeError:
  7496. image_opener = None
  7497. openers = {
  7498. 'gerber': lambda fname: self.worker_task.emit({'fcn': self.open_gerber, 'params': [fname]}),
  7499. 'excellon': lambda fname: self.worker_task.emit({'fcn': self.open_excellon, 'params': [fname]}),
  7500. 'geometry': lambda fname: self.worker_task.emit({'fcn': self.import_dxf, 'params': [fname]}),
  7501. 'cncjob': lambda fname: self.worker_task.emit({'fcn': self.open_gcode, 'params': [fname]}),
  7502. "script": lambda fname: self.worker_task.emit({'fcn': self.open_script, 'params': [fname]}),
  7503. "document": None,
  7504. 'project': self.open_project,
  7505. 'svg': self.import_svg,
  7506. 'dxf': self.import_dxf,
  7507. 'image': image_opener,
  7508. 'pdf': lambda fname: self.worker_task.emit({'fcn': self.pdf_tool.open_pdf, 'params': [fname]})
  7509. }
  7510. # Open recent file for files
  7511. try:
  7512. f = open(self.data_path + '/recent.json')
  7513. except IOError:
  7514. App.log.error("Failed to load recent item list.")
  7515. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed to load recent item list."))
  7516. return
  7517. try:
  7518. self.recent = json.load(f)
  7519. except json.errors.JSONDecodeError:
  7520. App.log.error("Failed to parse recent item list.")
  7521. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed to parse recent item list."))
  7522. f.close()
  7523. return
  7524. f.close()
  7525. # Open recent file for projects
  7526. try:
  7527. fp = open(self.data_path + '/recent_projects.json')
  7528. except IOError:
  7529. App.log.error("Failed to load recent project item list.")
  7530. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed to load recent projects item list."))
  7531. return
  7532. try:
  7533. self.recent_projects = json.load(fp)
  7534. except json.errors.JSONDecodeError:
  7535. App.log.error("Failed to parse recent project item list.")
  7536. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed to parse recent project item list."))
  7537. fp.close()
  7538. return
  7539. fp.close()
  7540. # Closure needed to create callbacks in a loop.
  7541. # Otherwise late binding occurs.
  7542. def make_callback(func, fname):
  7543. def opener():
  7544. func(fname)
  7545. return opener
  7546. def reset_recent_files():
  7547. # Reset menu
  7548. self.ui.recent.clear()
  7549. self.recent = []
  7550. try:
  7551. ff = open(self.data_path + '/recent.json', 'w')
  7552. except IOError:
  7553. App.log.error("Failed to open recent items file for writing.")
  7554. return
  7555. json.dump(self.recent, ff)
  7556. def reset_recent_projects():
  7557. # Reset menu
  7558. self.ui.recent_projects.clear()
  7559. self.recent_projects = []
  7560. try:
  7561. frp = open(self.data_path + '/recent_projects.json', 'w')
  7562. except IOError:
  7563. App.log.error("Failed to open recent projects items file for writing.")
  7564. return
  7565. json.dump(self.recent, frp)
  7566. # Reset menu
  7567. self.ui.recent.clear()
  7568. self.ui.recent_projects.clear()
  7569. # Create menu items for projects
  7570. for recent in self.recent_projects:
  7571. filename = recent['filename'].split('/')[-1].split('\\')[-1]
  7572. if recent['kind'] == 'project':
  7573. try:
  7574. action = QtWidgets.QAction(QtGui.QIcon(icons[recent["kind"]]), filename, self)
  7575. # Attach callback
  7576. o = make_callback(openers[recent["kind"]], recent['filename'])
  7577. action.triggered.connect(o)
  7578. self.ui.recent_projects.addAction(action)
  7579. except KeyError:
  7580. App.log.error("Unsupported file type: %s" % recent["kind"])
  7581. # Last action in Recent Files menu is one that Clear the content
  7582. clear_action_proj = QtWidgets.QAction(QtGui.QIcon(self.resource_location + '/trash32.png'),
  7583. (_("Clear Recent projects")), self)
  7584. clear_action_proj.triggered.connect(reset_recent_projects)
  7585. self.ui.recent_projects.addSeparator()
  7586. self.ui.recent_projects.addAction(clear_action_proj)
  7587. # Create menu items for files
  7588. for recent in self.recent:
  7589. filename = recent['filename'].split('/')[-1].split('\\')[-1]
  7590. if recent['kind'] != 'project':
  7591. try:
  7592. action = QtWidgets.QAction(QtGui.QIcon(icons[recent["kind"]]), filename, self)
  7593. # Attach callback
  7594. o = make_callback(openers[recent["kind"]], recent['filename'])
  7595. action.triggered.connect(o)
  7596. self.ui.recent.addAction(action)
  7597. except KeyError:
  7598. App.log.error("Unsupported file type: %s" % recent["kind"])
  7599. # Last action in Recent Files menu is one that Clear the content
  7600. clear_action = QtWidgets.QAction(QtGui.QIcon(self.resource_location + '/trash32.png'),
  7601. (_("Clear Recent files")), self)
  7602. clear_action.triggered.connect(reset_recent_files)
  7603. self.ui.recent.addSeparator()
  7604. self.ui.recent.addAction(clear_action)
  7605. # self.builder.get_object('open_recent').set_submenu(recent_menu)
  7606. # self.ui.menufilerecent.set_submenu(recent_menu)
  7607. # recent_menu.show_all()
  7608. # self.ui.recent.show()
  7609. self.log.debug("Recent items list has been populated.")
  7610. def setup_component_editor(self):
  7611. """
  7612. Default text for the Selected tab when is not taken by the Object UI.
  7613. :return:
  7614. """
  7615. # label = QtWidgets.QLabel("Choose an item from Project")
  7616. # label.setAlignment(QtCore.Qt.AlignHCenter | QtCore.Qt.AlignVCenter)
  7617. sel_title = QtWidgets.QTextEdit(
  7618. _('<b>Shortcut Key List</b>'))
  7619. sel_title.setTextInteractionFlags(QtCore.Qt.NoTextInteraction)
  7620. sel_title.setFrameStyle(QtWidgets.QFrame.NoFrame)
  7621. f_settings = QSettings("Open Source", "FlatCAM")
  7622. if f_settings.contains("notebook_font_size"):
  7623. fsize = f_settings.value('notebook_font_size', type=int)
  7624. else:
  7625. fsize = 12
  7626. tsize = fsize + int(fsize / 2)
  7627. # selected_text = (_('''
  7628. # <p><span style="font-size:{tsize}px"><strong>Selected Tab - Choose an Item from Project Tab</strong></span>
  7629. # </p>
  7630. #
  7631. # <p><span style="font-size:{fsize}px"><strong>Details</strong>:<br />
  7632. # The normal flow when working in FlatCAM is the following:</span></p>
  7633. #
  7634. # <ol>
  7635. # <li><span style="font-size:{fsize}px">Loat/Import a Gerber, Excellon, Gcode, DXF, Raster Image or SVG
  7636. # file into
  7637. # FlatCAM using either the menu&#39;s, toolbars, key shortcuts or
  7638. # even dragging and dropping the files on the appGUI.<br />
  7639. # <br />
  7640. # You can also load a <strong>FlatCAM project</strong> by double clicking on the project file, drag &amp;
  7641. # drop of the
  7642. # file into the FLATCAM appGUI or through the menu/toolbar links offered within the app.</span><br />
  7643. # &nbsp;</li>
  7644. # <li><span style="font-size:{fsize}px">Once an object is available in the Project Tab, by selecting it
  7645. # and then
  7646. # focusing on <strong>SELECTED TAB </strong>(more simpler is to double click the object name in the
  7647. # Project Tab), <strong>SELECTED TAB </strong>will be updated with the object properties according to
  7648. # it&#39;s kind: Gerber, Excellon, Geometry or CNCJob object.<br />
  7649. # <br />
  7650. # If the selection of the object is done on the canvas by single click instead, and the
  7651. # <strong>SELECTED TAB</strong>
  7652. # is in focus, again the object properties will be displayed into the Selected Tab. Alternatively,
  7653. # double clicking on the object on the canvas will bring the <strong>SELECTED TAB</strong> and populate
  7654. # it even if it was out of focus.<br />
  7655. # <br />
  7656. # You can change the parameters in this screen and the flow direction is like this:<br />
  7657. # <br />
  7658. # <strong>Gerber/Excellon Object</strong> -&gt; Change Param -&gt; Generate Geometry -&gt;
  7659. # <strong> Geometry Object
  7660. # </strong>-&gt; Add tools (change param in Selected Tab) -&gt; Generate CNCJob -&gt;<strong> CNCJob Object
  7661. # </strong>-&gt; Verify GCode (through Edit CNC Code) and/or append/prepend to GCode (again, done in
  7662. # <strong>SELECTED TAB)&nbsp;</strong>-&gt; Save GCode</span></li>
  7663. # </ol>
  7664. #
  7665. # <p><span style="font-size:{fsize}px">A list of key shortcuts is available through an menu entry in
  7666. # <strong>Help -&gt; Shortcuts List</strong>&nbsp;or through it&#39;s own key shortcut:
  7667. # <strong>F3</strong>.</span></p>
  7668. #
  7669. # ''').format(fsize=fsize, tsize=tsize))
  7670. selected_text = '''
  7671. <p><span style="font-size:{tsize}px"><strong>{title}</strong></span></p>
  7672. <p><span style="font-size:{fsize}px"><strong>{subtitle}</strong>:<br />
  7673. {s1}</span></p>
  7674. <ol>
  7675. <li><span style="font-size:{fsize}px">{s2}<br />
  7676. <br />
  7677. {s3}</span><br />
  7678. &nbsp;</li>
  7679. <li><span style="font-size:{fsize}px">{s4}<br />
  7680. &nbsp;</li>
  7681. <br />
  7682. <li><span style="font-size:{fsize}px">{s5}<br />
  7683. &nbsp;</li>
  7684. <br />
  7685. <li><span style="font-size:{fsize}px">{s6}<br />
  7686. <br />
  7687. {s7}</span></li>
  7688. </ol>
  7689. <p><span style="font-size:{fsize}px">{s8}</span></p>
  7690. '''.format(
  7691. title=_("Selected Tab - Choose an Item from Project Tab"),
  7692. subtitle=_("Details"),
  7693. s1=_("The normal flow when working with the application is the following:"),
  7694. s2=_("Load/Import a Gerber, Excellon, Gcode, DXF, Raster Image or SVG file into the application "
  7695. "using either the toolbars, key shortcuts or even dragging and dropping the "
  7696. "files on the GUI."),
  7697. s3=_("You can also load a project by double clicking on the project file, "
  7698. "drag and drop of the file into the GUI or through the menu (or toolbar) "
  7699. "actions offered within the app."),
  7700. s4=_("Once an object is available in the Project Tab, by selecting it and then focusing "
  7701. "on SELECTED TAB (more simpler is to double click the object name in the Project Tab, "
  7702. "SELECTED TAB will be updated with the object properties according to its kind: "
  7703. "Gerber, Excellon, Geometry or CNCJob object."),
  7704. s5=_("If the selection of the object is done on the canvas by single click instead, "
  7705. "and the SELECTED TAB is in focus, again the object properties will be displayed into the "
  7706. "Selected Tab. Alternatively, double clicking on the object on the canvas will bring "
  7707. "the SELECTED TAB and populate it even if it was out of focus."),
  7708. s6=_("You can change the parameters in this screen and the flow direction is like this:"),
  7709. s7=_("Gerber/Excellon Object --> Change Parameter --> Generate Geometry --> Geometry Object --> "
  7710. "Add tools (change param in Selected Tab) --> Generate CNCJob --> CNCJob Object --> "
  7711. "Verify GCode (through Edit CNC Code) and/or append/prepend to GCode "
  7712. "(again, done in SELECTED TAB) --> Save GCode."),
  7713. s8=_("A list of key shortcuts is available through an menu entry in Help --> Shortcuts List "
  7714. "or through its own key shortcut: <b>F3</b>."),
  7715. tsize=tsize,
  7716. fsize=fsize
  7717. )
  7718. sel_title.setText(selected_text)
  7719. sel_title.setSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding)
  7720. self.ui.selected_scroll_area.setWidget(sel_title)
  7721. def setup_obj_classes(self):
  7722. """
  7723. Sets up application specifics on the FlatCAMObj class. This way the object.app attribute will point to the App
  7724. class.
  7725. :return: None
  7726. """
  7727. FlatCAMObj.app = self
  7728. ObjectCollection.app = self
  7729. Gerber.app = self
  7730. Excellon.app = self
  7731. Geometry.app = self
  7732. CNCjob.app = self
  7733. FCProcess.app = self
  7734. FCProcessContainer.app = self
  7735. OptionsGroupUI.app = self
  7736. def version_check(self):
  7737. """
  7738. Checks for the latest version of the program. Alerts the
  7739. user if theirs is outdated. This method is meant to be run
  7740. in a separate thread.
  7741. :return: None
  7742. """
  7743. self.log.debug("version_check()")
  7744. if self.ui.general_defaults_form.general_app_group.send_stats_cb.get_value() is True:
  7745. full_url = "%s?s=%s&v=%s&os=%s&%s" % (
  7746. App.version_url,
  7747. str(self.defaults['global_serial']),
  7748. str(self.version),
  7749. str(self.os),
  7750. urllib.parse.urlencode(self.defaults["global_stats"])
  7751. )
  7752. # full_url = App.version_url + "?s=" + str(self.defaults['global_serial']) + \
  7753. # "&v=" + str(self.version) + "&os=" + str(self.os) + "&" + \
  7754. # urllib.parse.urlencode(self.defaults["global_stats"])
  7755. else:
  7756. # no_stats dict; just so it won't break things on website
  7757. no_ststs_dict = {}
  7758. no_ststs_dict["global_ststs"] = {}
  7759. full_url = App.version_url + "?s=" + str(self.defaults['global_serial']) + "&v=" + str(self.version)
  7760. full_url += "&os=" + str(self.os) + "&" + urllib.parse.urlencode(no_ststs_dict["global_ststs"])
  7761. App.log.debug("Checking for updates @ %s" % full_url)
  7762. # ## Get the data
  7763. try:
  7764. f = urllib.request.urlopen(full_url)
  7765. except Exception:
  7766. # App.log.warning("Failed checking for latest version. Could not connect.")
  7767. self.log.warning("Failed checking for latest version. Could not connect.")
  7768. self.inform.emit('[WARNING_NOTCL] %s' % _("Failed checking for latest version. Could not connect."))
  7769. return
  7770. try:
  7771. data = json.load(f)
  7772. except Exception as e:
  7773. App.log.error("Could not parse information about latest version.")
  7774. self.inform.emit('[ERROR_NOTCL] %s' % _("Could not parse information about latest version."))
  7775. App.log.debug("json.load(): %s" % str(e))
  7776. f.close()
  7777. return
  7778. f.close()
  7779. # ## Latest version?
  7780. if self.version >= data["version"]:
  7781. App.log.debug("FlatCAM is up to date!")
  7782. self.inform.emit('[success] %s' % _("FlatCAM is up to date!"))
  7783. return
  7784. App.log.debug("Newer version available.")
  7785. self.message.emit(
  7786. _("Newer Version Available"),
  7787. '%s<br><br>><b>%s</b><br>%s' % (
  7788. _("There is a newer version of FlatCAM available for download:"),
  7789. str(data["name"]),
  7790. str(data["message"])
  7791. ),
  7792. _("info")
  7793. )
  7794. def on_plotcanvas_setup(self, container=None):
  7795. """
  7796. This is doing the setup for the plot area (canvas).
  7797. :param container: QT Widget where to install the canvas
  7798. :return: None
  7799. """
  7800. if container:
  7801. plot_container = container
  7802. else:
  7803. plot_container = self.ui.right_layout
  7804. modifier = QtWidgets.QApplication.queryKeyboardModifiers()
  7805. if self.is_legacy is True or modifier == QtCore.Qt.ControlModifier:
  7806. self.is_legacy = True
  7807. self.defaults["global_graphic_engine"] = "2D"
  7808. self.plotcanvas = PlotCanvasLegacy(plot_container, self)
  7809. else:
  7810. try:
  7811. self.plotcanvas = PlotCanvas(plot_container, self)
  7812. except Exception as er:
  7813. msg_txt = traceback.format_exc()
  7814. log.debug("App.on_plotcanvas_setup() failed -> %s" % str(er))
  7815. log.debug("OpenGL canvas initialization failed with the following error.\n" + msg_txt)
  7816. msg = '[ERROR_NOTCL] %s' % _("An internal error has occurred. See shell.\n")
  7817. msg += _("OpenGL canvas initialization failed. HW or HW configuration not supported."
  7818. "Change the graphic engine to Legacy(2D) in Edit -> Preferences -> General tab.\n\n")
  7819. msg += msg_txt
  7820. self.inform.emit(msg)
  7821. return 'fail'
  7822. # So it can receive key presses
  7823. self.plotcanvas.native.setFocus()
  7824. if self.is_legacy is False:
  7825. pan_button = 2 if self.defaults["global_pan_button"] == '2' else 3
  7826. # Set the mouse button for panning
  7827. self.plotcanvas.view.camera.pan_button_setting = pan_button
  7828. self.mm = self.plotcanvas.graph_event_connect('mouse_move', self.on_mouse_move_over_plot)
  7829. self.mp = self.plotcanvas.graph_event_connect('mouse_press', self.on_mouse_click_over_plot)
  7830. self.mr = self.plotcanvas.graph_event_connect('mouse_release', self.on_mouse_click_release_over_plot)
  7831. self.mdc = self.plotcanvas.graph_event_connect('mouse_double_click', self.on_mouse_double_click_over_plot)
  7832. # Keys over plot enabled
  7833. self.kp = self.plotcanvas.graph_event_connect('key_press', self.ui.keyPressEvent)
  7834. if self.defaults['global_cursor_type'] == 'small':
  7835. self.app_cursor = self.plotcanvas.new_cursor()
  7836. else:
  7837. self.app_cursor = self.plotcanvas.new_cursor(big=True)
  7838. if self.ui.grid_snap_btn.isChecked():
  7839. self.app_cursor.enabled = True
  7840. else:
  7841. self.app_cursor.enabled = False
  7842. if self.is_legacy is False:
  7843. self.hover_shapes = ShapeCollection(parent=self.plotcanvas.view.scene, layers=1)
  7844. else:
  7845. # will use the default Matplotlib axes
  7846. self.hover_shapes = ShapeCollectionLegacy(obj=self, app=self, name='hover')
  7847. def on_zoom_fit(self):
  7848. """
  7849. Callback for zoom-fit request. This can be either from the corresponding
  7850. toolbar button or the '1' key when the canvas is focused. Calls ``self.adjust_axes()``
  7851. with axes limits from the geometry bounds of all objects.
  7852. :return: None
  7853. """
  7854. if self.is_legacy is False:
  7855. self.plotcanvas.fit_view()
  7856. else:
  7857. xmin, ymin, xmax, ymax = self.collection.get_bounds()
  7858. width = xmax - xmin
  7859. height = ymax - ymin
  7860. xmin -= 0.05 * width
  7861. xmax += 0.05 * width
  7862. ymin -= 0.05 * height
  7863. ymax += 0.05 * height
  7864. self.plotcanvas.adjust_axes(xmin, ymin, xmax, ymax)
  7865. def on_zoom_in(self):
  7866. """
  7867. Callback for zoom-in request.
  7868. :return:
  7869. """
  7870. self.plotcanvas.zoom(1 / float(self.defaults['global_zoom_ratio']))
  7871. def on_zoom_out(self):
  7872. """
  7873. Callback for zoom-out request.
  7874. :return:
  7875. """
  7876. self.plotcanvas.zoom(float(self.defaults['global_zoom_ratio']))
  7877. def disable_all_plots(self):
  7878. self.defaults.report_usage("disable_all_plots()")
  7879. self.disable_plots(self.collection.get_list())
  7880. self.inform.emit('[success] %s' %
  7881. _("All plots disabled."))
  7882. def disable_other_plots(self):
  7883. self.defaults.report_usage("disable_other_plots()")
  7884. self.disable_plots(self.collection.get_non_selected())
  7885. self.inform.emit('[success] %s' %
  7886. _("All non selected plots disabled."))
  7887. def enable_all_plots(self):
  7888. self.defaults.report_usage("enable_all_plots()")
  7889. self.enable_plots(self.collection.get_list())
  7890. self.inform.emit('[success] %s' %
  7891. _("All plots enabled."))
  7892. def on_enable_sel_plots(self):
  7893. log.debug("App.on_enable_sel_plot()")
  7894. object_list = self.collection.get_selected()
  7895. self.enable_plots(objects=object_list)
  7896. self.inform.emit('[success] %s' % _("Selected plots enabled..."))
  7897. def on_disable_sel_plots(self):
  7898. log.debug("App.on_disable_sel_plot()")
  7899. # self.inform.emit(_("Disabling plots ..."))
  7900. object_list = self.collection.get_selected()
  7901. self.disable_plots(objects=object_list)
  7902. self.inform.emit('[success] %s' % _("Selected plots disabled..."))
  7903. def enable_plots(self, objects):
  7904. """
  7905. Enable plots
  7906. :param objects: list of Objects to be enabled
  7907. :return:
  7908. """
  7909. log.debug("Enabling plots ...")
  7910. # self.inform.emit(_("Working ..."))
  7911. for obj in objects:
  7912. if obj.options['plot'] is False:
  7913. obj.options.set_change_callback(lambda x: None)
  7914. obj.options['plot'] = True
  7915. try:
  7916. # only the Gerber obj has on_plot_cb_click() method
  7917. obj.ui.plot_cb.stateChanged.disconnect(obj.on_plot_cb_click)
  7918. # disable this cb while disconnected,
  7919. # in case the operation takes time the user is not allowed to change it
  7920. obj.ui.plot_cb.setDisabled(True)
  7921. except AttributeError:
  7922. pass
  7923. obj.set_form_item("plot")
  7924. try:
  7925. obj.ui.plot_cb.stateChanged.connect(obj.on_plot_cb_click)
  7926. obj.ui.plot_cb.setDisabled(False)
  7927. except AttributeError:
  7928. pass
  7929. obj.options.set_change_callback(obj.on_options_change)
  7930. def worker_task(objs):
  7931. with self.proc_container.new(_("Enabling plots ...")):
  7932. for plot_obj in objs:
  7933. # obj.options['plot'] = True
  7934. if isinstance(plot_obj, CNCJobObject):
  7935. plot_obj.plot(visible=True, kind=self.defaults["cncjob_plot_kind"])
  7936. else:
  7937. plot_obj.plot(visible=True)
  7938. self.worker_task.emit({'fcn': worker_task, 'params': [objects]})
  7939. def disable_plots(self, objects):
  7940. """
  7941. Disables plots
  7942. :param objects: list of Objects to be disabled
  7943. :return:
  7944. """
  7945. # if no objects selected then do nothing
  7946. if not self.collection.get_selected():
  7947. return
  7948. log.debug("Disabling plots ...")
  7949. # self.inform.emit(_("Working ..."))
  7950. for obj in objects:
  7951. if obj.options['plot'] is True:
  7952. obj.options.set_change_callback(lambda x: None)
  7953. obj.options['plot'] = False
  7954. try:
  7955. # only the Gerber obj has on_plot_cb_click() method
  7956. obj.ui.plot_cb.stateChanged.disconnect(obj.on_plot_cb_click)
  7957. obj.ui.plot_cb.setDisabled(True)
  7958. except AttributeError:
  7959. pass
  7960. obj.set_form_item("plot")
  7961. try:
  7962. obj.ui.plot_cb.stateChanged.connect(obj.on_plot_cb_click)
  7963. obj.ui.plot_cb.setDisabled(False)
  7964. except AttributeError:
  7965. pass
  7966. obj.options.set_change_callback(obj.on_options_change)
  7967. try:
  7968. self.delete_selection_shape()
  7969. except Exception as e:
  7970. log.debug("App.disable_plots() --> %s" % str(e))
  7971. def worker_task(objs):
  7972. with self.proc_container.new(_("Disabling plots ...")):
  7973. for plot_obj in objs:
  7974. # obj.options['plot'] = True
  7975. if isinstance(plot_obj, CNCJobObject):
  7976. plot_obj.plot(visible=False, kind=self.defaults["cncjob_plot_kind"])
  7977. else:
  7978. plot_obj.plot(visible=False)
  7979. self.worker_task.emit({'fcn': worker_task, 'params': [objects]})
  7980. def toggle_plots(self, objects):
  7981. """
  7982. Toggle plots visibility
  7983. :param objects: list of Objects for which to be toggled the visibility
  7984. :return: None
  7985. """
  7986. # if no objects selected then do nothing
  7987. if not self.collection.get_selected():
  7988. return
  7989. log.debug("Toggling plots ...")
  7990. self.inform.emit(_("Working ..."))
  7991. for obj in objects:
  7992. if obj.options['plot'] is False:
  7993. obj.options['plot'] = True
  7994. else:
  7995. obj.options['plot'] = False
  7996. self.app_obj.plots_updated.emit()
  7997. def clear_plots(self):
  7998. """
  7999. Clear the plots
  8000. :return: None
  8001. """
  8002. objects = self.collection.get_list()
  8003. for obj in objects:
  8004. obj.clear(obj == objects[-1])
  8005. # Clear pool to free memory
  8006. self.clear_pool()
  8007. def on_set_color_action_triggered(self):
  8008. """
  8009. This slot gets called by clicking on the menu entry in the Set Color submenu of the context menu in Project Tab
  8010. :return:
  8011. """
  8012. new_color = self.defaults['gerber_plot_fill']
  8013. clicked_action = self.sender()
  8014. assert isinstance(clicked_action, QAction), "Expected a QAction, got %s" % type(clicked_action)
  8015. act_name = clicked_action.text()
  8016. sel_obj_list = self.collection.get_selected()
  8017. if not sel_obj_list:
  8018. return
  8019. # a default value, I just chose this one
  8020. alpha_level = 'BF'
  8021. for sel_obj in sel_obj_list:
  8022. if sel_obj.kind == 'excellon':
  8023. alpha_level = str(hex(
  8024. self.ui.excellon_defaults_form.excellon_gen_group.excellon_alpha_entry.get_value())[2:])
  8025. elif sel_obj.kind == 'gerber':
  8026. alpha_level = str(hex(self.ui.gerber_defaults_form.gerber_gen_group.gerber_alpha_entry.get_value())[2:])
  8027. elif sel_obj.kind == 'geometry':
  8028. alpha_level = 'FF'
  8029. else:
  8030. log.debug(
  8031. "App.on_set_color_action_triggered() --> Default alpfa for this object type not supported yet")
  8032. continue
  8033. sel_obj.alpha_level = alpha_level
  8034. if act_name == _('Red'):
  8035. new_color = '#FF0000' + alpha_level
  8036. if act_name == _('Blue'):
  8037. new_color = '#0000FF' + alpha_level
  8038. if act_name == _('Yellow'):
  8039. new_color = '#FFDF00' + alpha_level
  8040. if act_name == _('Green'):
  8041. new_color = '#00FF00' + alpha_level
  8042. if act_name == _('Purple'):
  8043. new_color = '#FF00FF' + alpha_level
  8044. if act_name == _('Brown'):
  8045. new_color = '#A52A2A' + alpha_level
  8046. if act_name == _('White'):
  8047. new_color = '#FFFFFF' + alpha_level
  8048. if act_name == _('Black'):
  8049. new_color = '#000000' + alpha_level
  8050. if act_name == _('Custom'):
  8051. new_color = QtGui.QColor(self.defaults['gerber_plot_fill'][:7])
  8052. c_dialog = QtWidgets.QColorDialog()
  8053. plot_fill_color = c_dialog.getColor(initial=new_color)
  8054. if plot_fill_color.isValid() is False:
  8055. return
  8056. new_color = str(plot_fill_color.name()) + alpha_level
  8057. if act_name == _("Default"):
  8058. for sel_obj in sel_obj_list:
  8059. if sel_obj.kind == 'excellon':
  8060. new_color = self.defaults['excellon_plot_fill']
  8061. new_line_color = self.defaults['excellon_plot_line']
  8062. elif sel_obj.kind == 'gerber':
  8063. new_color = self.defaults['gerber_plot_fill']
  8064. new_line_color = self.defaults['gerber_plot_line']
  8065. elif sel_obj.kind == 'geometry':
  8066. new_color = self.defaults['geometry_plot_line']
  8067. new_line_color = self.defaults['geometry_plot_line']
  8068. else:
  8069. log.debug(
  8070. "App.on_set_color_action_triggered() --> Default color for this object type not supported yet")
  8071. continue
  8072. sel_obj.fill_color = new_color
  8073. sel_obj.outline_color = new_line_color
  8074. sel_obj.shapes.redraw(
  8075. update_colors=(new_color, new_line_color)
  8076. )
  8077. return
  8078. if act_name == _("Opacity"):
  8079. alpha_level, ok_button = QtWidgets.QInputDialog.getInt(
  8080. self.ui, _("Set alpha level ..."), '%s:' % _("Value"), min=0, max=255, step=1, value=191)
  8081. if ok_button:
  8082. alpha_str = str(hex(alpha_level)[2:]) if alpha_level != 0 else '00'
  8083. for sel_obj in sel_obj_list:
  8084. sel_obj.fill_color = sel_obj.fill_color[:-2] + alpha_str
  8085. sel_obj.shapes.redraw(
  8086. update_colors=(sel_obj.fill_color, sel_obj.outline_color)
  8087. )
  8088. return
  8089. new_line_color = color_variant(new_color[:7], 0.7)
  8090. if act_name == _("White"):
  8091. new_line_color = color_variant("#dedede", 0.7)
  8092. for sel_obj in sel_obj_list:
  8093. sel_obj.fill_color = new_color
  8094. sel_obj.outline_color = new_line_color
  8095. sel_obj.shapes.redraw(
  8096. update_colors=(new_color, new_line_color)
  8097. )
  8098. def generate_cnc_job(self, objects):
  8099. """
  8100. Slot that will be called by clicking an entry in the contextual menu generated in the Project Tab tree
  8101. :param objects: Selected objects in the Project Tab
  8102. :return:
  8103. """
  8104. self.defaults.report_usage("generate_cnc_job()")
  8105. # for obj in objects:
  8106. # obj.generatecncjob()
  8107. for obj in objects:
  8108. obj.on_generatecnc_button_click()
  8109. def save_project(self, filename, quit_action=False, silent=False, from_tcl=False):
  8110. """
  8111. Saves the current project to the specified file.
  8112. :param filename: Name of the file in which to save.
  8113. :type filename: str
  8114. :param quit_action: if the project saving will be followed by an app quit; boolean
  8115. :param silent: if True will not display status messages
  8116. :param from_tcl True is run from Tcl Shell
  8117. :return: None
  8118. """
  8119. self.log.debug("save_project()")
  8120. self.save_in_progress = True
  8121. with self.proc_container.new(_("Saving FlatCAM Project")):
  8122. # Capture the latest changes
  8123. # Current object
  8124. try:
  8125. current_object = self.collection.get_active()
  8126. if current_object:
  8127. current_object.read_form()
  8128. except Exception as e:
  8129. self.log.debug("save_project() --> There was no active object. Skipping read_form. %s" % str(e))
  8130. pass
  8131. # Serialize the whole project
  8132. d = {"objs": [obj.to_dict() for obj in self.collection.get_list()],
  8133. "options": self.options,
  8134. "version": self.version}
  8135. if self.defaults["global_save_compressed"] is True:
  8136. with lzma.open(filename, "w", preset=int(self.defaults['global_compression_level'])) as f:
  8137. g = json.dumps(d, default=to_dict, indent=2, sort_keys=True).encode('utf-8')
  8138. # # Write
  8139. f.write(g)
  8140. self.inform.emit('[success] %s: %s' % (_("Project saved to"), filename))
  8141. else:
  8142. # Open file
  8143. try:
  8144. f = open(filename, 'w')
  8145. except IOError:
  8146. App.log.error("Failed to open file for saving: %s", filename)
  8147. self.inform.emit('[ERROR_NOTCL] %s' % _("The object is used by another application."))
  8148. return
  8149. # Write
  8150. json.dump(d, f, default=to_dict, indent=2, sort_keys=True)
  8151. f.close()
  8152. # verification of the saved project
  8153. # Open and parse
  8154. try:
  8155. saved_f = open(filename, 'r')
  8156. except IOError:
  8157. if silent is False:
  8158. self.inform.emit('[ERROR_NOTCL] %s: %s %s' %
  8159. (_("Failed to verify project file"), filename, _("Retry to save it.")))
  8160. return
  8161. try:
  8162. saved_d = json.load(saved_f, object_hook=dict2obj)
  8163. except Exception:
  8164. if silent is False:
  8165. self.inform.emit('[ERROR_NOTCL] %s: %s %s' %
  8166. (_("Failed to parse saved project file"), filename, _("Retry to save it.")))
  8167. f.close()
  8168. return
  8169. saved_f.close()
  8170. if silent is False:
  8171. if 'version' in saved_d:
  8172. self.inform.emit('[success] %s: %s' % (_("Project saved to"), filename))
  8173. else:
  8174. self.inform.emit('[ERROR_NOTCL] %s: %s %s' %
  8175. (_("Failed to parse saved project file"), filename, _("Retry to save it.")))
  8176. tb_settings = QSettings("Open Source", "FlatCAM")
  8177. lock_state = self.ui.lock_action.isChecked()
  8178. tb_settings.setValue('toolbar_lock', lock_state)
  8179. # This will write the setting to the platform specific storage.
  8180. del tb_settings
  8181. # if quit:
  8182. # t = threading.Thread(target=lambda: self.check_project_file_size(1, filename=filename))
  8183. # t.start()
  8184. self.start_delayed_quit(delay=500, filename=filename, should_quit=quit_action)
  8185. def start_delayed_quit(self, delay, filename, should_quit=None):
  8186. """
  8187. :param delay: period of checking if project file size is more than zero; in seconds
  8188. :param filename: the name of the project file to be checked periodically for size more than zero
  8189. :param should_quit: if the task finished will be followed by an app quit; boolean
  8190. :return:
  8191. """
  8192. to_quit = should_quit
  8193. self.save_timer = QtCore.QTimer()
  8194. self.save_timer.setInterval(delay)
  8195. self.save_timer.timeout.connect(lambda: self.check_project_file_size(filename=filename, should_quit=to_quit))
  8196. self.save_timer.start()
  8197. def check_project_file_size(self, filename, should_quit=None):
  8198. """
  8199. :param filename: the name of the project file to be checked periodically for size more than zero
  8200. :param should_quit: will quit the app if True; boolean
  8201. :return:
  8202. """
  8203. try:
  8204. if os.stat(filename).st_size > 0:
  8205. self.save_in_progress = False
  8206. self.save_timer.stop()
  8207. if should_quit:
  8208. self.app_quit.emit()
  8209. except Exception:
  8210. traceback.print_exc()
  8211. def save_project_auto(self):
  8212. """
  8213. Called periodically to save the project.
  8214. It will save if there is no block on the save, if the project was saved at least once and if there is no save in
  8215. # progress.
  8216. :return:
  8217. """
  8218. if self.block_autosave is False and self.should_we_save is True and self.save_in_progress is False:
  8219. self.on_file_saveproject()
  8220. def save_project_auto_update(self):
  8221. """
  8222. Update the auto save time interval value.
  8223. :return:
  8224. """
  8225. log.debug("App.save_project_auto_update() --> updated the interval timeout.")
  8226. try:
  8227. if self.autosave_timer.isActive():
  8228. self.autosave_timer.stop()
  8229. except Exception:
  8230. pass
  8231. if self.defaults['global_autosave'] is True:
  8232. self.autosave_timer.setInterval(int(self.defaults['global_autosave_timeout']))
  8233. self.autosave_timer.start()
  8234. def on_options_app2project(self):
  8235. """
  8236. Callback for Options->Transfer Options->App=>Project. Copies options
  8237. from application defaults to project defaults.
  8238. :return: None
  8239. """
  8240. self.defaults.report_usage("on_options_app2project")
  8241. self.preferencesUiManager.defaults_read_form()
  8242. self.options.update(self.defaults)
  8243. def shell_message(self, msg, show=False, error=False, warning=False, success=False, selected=False):
  8244. """
  8245. Shows a message on the FlatCAM Shell
  8246. :param msg: Message to display.
  8247. :param show: Opens the shell.
  8248. :param error: Shows the message as an error.
  8249. :param warning: Shows the message as an warning.
  8250. :param success: Shows the message as an success.
  8251. :param selected: Indicate that something was selected on canvas
  8252. :return: None
  8253. """
  8254. if show:
  8255. self.ui.shell_dock.show()
  8256. try:
  8257. if error:
  8258. self.shell.append_error(msg + "\n")
  8259. elif warning:
  8260. self.shell.append_warning(msg + "\n")
  8261. elif success:
  8262. self.shell.append_success(msg + "\n")
  8263. elif selected:
  8264. self.shell.append_selected(msg + "\n")
  8265. else:
  8266. self.shell.append_output(msg + "\n")
  8267. except AttributeError:
  8268. log.debug("shell_message() is called before Shell Class is instantiated. The message is: %s", str(msg))
  8269. class ArgsThread(QtCore.QObject):
  8270. open_signal = pyqtSignal(list)
  8271. start = pyqtSignal()
  8272. stop = pyqtSignal()
  8273. if sys.platform == 'win32':
  8274. address = (r'\\.\pipe\NPtest', 'AF_PIPE')
  8275. else:
  8276. address = ('/tmp/testipc', 'AF_UNIX')
  8277. def __init__(self):
  8278. super().__init__()
  8279. self.listener = None
  8280. self.thread_exit = False
  8281. self.start.connect(self.run)
  8282. self.stop.connect(self.close_listener)
  8283. def my_loop(self, address):
  8284. try:
  8285. self.listener = Listener(*address)
  8286. while self.thread_exit is False:
  8287. conn = self.listener.accept()
  8288. self.serve(conn)
  8289. except socket.error:
  8290. try:
  8291. conn = Client(*address)
  8292. conn.send(sys.argv)
  8293. conn.send('close')
  8294. # close the current instance only if there are args
  8295. if len(sys.argv) > 1:
  8296. try:
  8297. self.listener.close()
  8298. except Exception:
  8299. pass
  8300. sys.exit()
  8301. except ConnectionRefusedError:
  8302. if sys.platform == 'win32':
  8303. pass
  8304. else:
  8305. os.system('rm /tmp/testipc')
  8306. self.listener = Listener(*address)
  8307. while True:
  8308. conn = self.listener.accept()
  8309. self.serve(conn)
  8310. def serve(self, conn):
  8311. while self.thread_exit is False:
  8312. msg = conn.recv()
  8313. if msg == 'close':
  8314. break
  8315. self.open_signal.emit(msg)
  8316. conn.close()
  8317. # the decorator is a must; without it this technique will not work unless the start signal is connected
  8318. # in the main thread (where this class is instantiated) after the instance is moved o the new thread
  8319. @pyqtSlot()
  8320. def run(self):
  8321. self.my_loop(self.address)
  8322. @pyqtSlot()
  8323. def close_listener(self):
  8324. self.thread_exit = True
  8325. self.listener.close()
  8326. # end of file