app_Main.py 454 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513851485158516851785188519852085218522852385248525852685278528852985308531853285338534853585368537853885398540854185428543854485458546854785488549855085518552855385548555855685578558855985608561856285638564856585668567856885698570857185728573857485758576857785788579858085818582858385848585858685878588858985908591859285938594859585968597859885998600860186028603860486058606860786088609861086118612861386148615861686178618861986208621862286238624862586268627862886298630863186328633863486358636863786388639864086418642864386448645864686478648864986508651865286538654865586568657865886598660866186628663866486658666866786688669867086718672867386748675867686778678867986808681868286838684868586868687868886898690869186928693869486958696869786988699870087018702870387048705870687078708870987108711871287138714871587168717871887198720872187228723872487258726872787288729873087318732873387348735873687378738873987408741874287438744874587468747874887498750875187528753875487558756875787588759876087618762876387648765876687678768876987708771877287738774877587768777877887798780878187828783878487858786878787888789879087918792879387948795879687978798879988008801880288038804880588068807880888098810881188128813881488158816881788188819882088218822882388248825882688278828882988308831883288338834883588368837883888398840884188428843884488458846884788488849885088518852885388548855885688578858885988608861886288638864886588668867886888698870887188728873887488758876887788788879888088818882888388848885888688878888888988908891889288938894889588968897889888998900890189028903890489058906890789088909891089118912891389148915891689178918891989208921892289238924892589268927892889298930893189328933893489358936893789388939894089418942894389448945894689478948894989508951895289538954895589568957895889598960896189628963896489658966896789688969897089718972897389748975897689778978897989808981898289838984898589868987898889898990899189928993899489958996899789988999900090019002900390049005900690079008900990109011901290139014901590169017901890199020902190229023902490259026902790289029903090319032903390349035903690379038903990409041904290439044904590469047904890499050905190529053905490559056905790589059906090619062906390649065906690679068906990709071907290739074907590769077907890799080908190829083908490859086908790889089909090919092909390949095909690979098909991009101910291039104910591069107910891099110911191129113911491159116911791189119912091219122912391249125912691279128912991309131913291339134913591369137913891399140914191429143914491459146914791489149915091519152915391549155915691579158915991609161916291639164916591669167916891699170917191729173917491759176917791789179918091819182918391849185918691879188918991909191919291939194919591969197919891999200920192029203920492059206920792089209921092119212921392149215921692179218921992209221922292239224922592269227922892299230923192329233923492359236923792389239924092419242924392449245924692479248924992509251925292539254925592569257925892599260926192629263926492659266926792689269927092719272927392749275927692779278927992809281928292839284928592869287928892899290929192929293929492959296929792989299930093019302930393049305930693079308930993109311931293139314931593169317931893199320932193229323932493259326932793289329933093319332933393349335933693379338933993409341934293439344934593469347934893499350935193529353935493559356935793589359936093619362936393649365936693679368936993709371937293739374937593769377937893799380938193829383938493859386938793889389939093919392939393949395939693979398939994009401940294039404940594069407940894099410941194129413941494159416941794189419942094219422942394249425942694279428942994309431943294339434943594369437943894399440944194429443944494459446944794489449945094519452945394549455945694579458945994609461946294639464946594669467946894699470947194729473947494759476947794789479948094819482948394849485948694879488948994909491949294939494949594969497949894999500950195029503950495059506950795089509951095119512951395149515951695179518951995209521952295239524952595269527952895299530953195329533953495359536953795389539954095419542954395449545954695479548954995509551955295539554955595569557955895599560956195629563956495659566956795689569957095719572957395749575957695779578957995809581958295839584958595869587958895899590959195929593959495959596959795989599960096019602960396049605960696079608960996109611961296139614961596169617961896199620962196229623962496259626962796289629963096319632963396349635963696379638963996409641964296439644964596469647964896499650965196529653965496559656965796589659966096619662966396649665966696679668966996709671967296739674967596769677967896799680968196829683968496859686968796889689969096919692969396949695969696979698969997009701970297039704970597069707970897099710971197129713971497159716971797189719972097219722972397249725972697279728972997309731973297339734973597369737973897399740974197429743974497459746974797489749975097519752975397549755975697579758975997609761976297639764976597669767976897699770977197729773977497759776977797789779978097819782978397849785978697879788978997909791979297939794979597969797979897999800980198029803980498059806980798089809981098119812981398149815981698179818981998209821982298239824982598269827982898299830983198329833983498359836983798389839984098419842984398449845984698479848984998509851985298539854985598569857985898599860986198629863986498659866986798689869987098719872987398749875987698779878987998809881988298839884988598869887988898899890989198929893989498959896989798989899990099019902990399049905990699079908990999109911991299139914991599169917991899199920992199229923992499259926992799289929993099319932993399349935993699379938993999409941994299439944994599469947994899499950995199529953995499559956995799589959996099619962996399649965996699679968996999709971997299739974997599769977997899799980998199829983998499859986998799889989999099919992999399949995999699979998999910000100011000210003100041000510006100071000810009100101001110012100131001410015100161001710018100191002010021100221002310024100251002610027100281002910030100311003210033100341003510036100371003810039100401004110042100431004410045100461004710048100491005010051100521005310054100551005610057100581005910060100611006210063100641006510066100671006810069100701007110072100731007410075100761007710078100791008010081100821008310084100851008610087100881008910090100911009210093100941009510096100971009810099101001010110102101031010410105101061010710108101091011010111101121011310114101151011610117101181011910120101211012210123
  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. # ###################################### Setting the Splash Screen ##########################################
  365. # ###########################################################################################################
  366. splash_settings = QSettings("Open Source", "FlatCAM")
  367. if splash_settings.contains("splash_screen"):
  368. show_splash = splash_settings.value("splash_screen")
  369. else:
  370. splash_settings.setValue('splash_screen', 1)
  371. # This will write the setting to the platform specific storage.
  372. del splash_settings
  373. show_splash = 1
  374. if show_splash and self.cmd_line_headless != 1:
  375. splash_pix = QtGui.QPixmap(self.resource_location + '/splash.png')
  376. self.splash = QtWidgets.QSplashScreen(splash_pix, Qt.WindowStaysOnTopHint)
  377. # self.splash.setMask(splash_pix.mask())
  378. # move splashscreen to the current monitor
  379. desktop = QtWidgets.QApplication.desktop()
  380. screen = desktop.screenNumber(QtGui.QCursor.pos())
  381. current_screen_center = desktop.availableGeometry(screen).center()
  382. self.splash.move(current_screen_center - self.splash.rect().center())
  383. self.splash.show()
  384. self.splash.showMessage(_("FlatCAM is initializing ..."),
  385. alignment=Qt.AlignBottom | Qt.AlignLeft,
  386. color=QtGui.QColor("gray"))
  387. else:
  388. show_splash = 0
  389. # ###########################################################################################################
  390. # ######################################### Initialize GUI ##################################################
  391. # ###########################################################################################################
  392. # FlatCAM colors used in plotting
  393. self.FC_light_green = '#BBF268BF'
  394. self.FC_dark_green = '#006E20BF'
  395. self.FC_light_blue = '#a5a5ffbf'
  396. self.FC_dark_blue = '#0000ffbf'
  397. theme_settings = QtCore.QSettings("Open Source", "FlatCAM")
  398. if theme_settings.contains("theme"):
  399. theme = theme_settings.value('theme', type=str)
  400. else:
  401. theme = 'white'
  402. if self.defaults["global_cursor_color_enabled"]:
  403. self.cursor_color_3D = self.defaults["global_cursor_color"]
  404. else:
  405. if theme == 'white':
  406. self.cursor_color_3D = 'black'
  407. else:
  408. self.cursor_color_3D = 'gray'
  409. # update the defaults dict with the setting in QSetting
  410. self.defaults['global_theme'] = theme
  411. self.ui = MainGUI(self)
  412. # set FlatCAM units in the Status bar
  413. self.set_screen_units(self.defaults['units'])
  414. # ###########################################################################################################
  415. # ########################################### AUTOSAVE SETUP ################################################
  416. # ###########################################################################################################
  417. self.block_autosave = False
  418. self.autosave_timer = QtCore.QTimer(self)
  419. self.save_project_auto_update()
  420. self.autosave_timer.timeout.connect(self.save_project_auto)
  421. # ###########################################################################################################
  422. # #################################### LOAD PREPROCESSORS ###################################################
  423. # ###########################################################################################################
  424. # ----------------------------------------- WARNING --------------------------------------------------------
  425. # Preprocessors need to be loaded before the Preferences Manager builds the Preferences
  426. # That's because the number of preprocessors can vary and here the comboboxes are populated
  427. # -----------------------------------------------------------------------------------------------------------
  428. # a dictionary that have as keys the name of the preprocessor files and the value is the class from
  429. # the preprocessor file
  430. self.preprocessors = load_preprocessors(self)
  431. # make sure that always the 'default' preprocessor is the first item in the dictionary
  432. if 'default' in self.preprocessors.keys():
  433. new_ppp_dict = {}
  434. # add the 'default' name first in the dict after removing from the preprocessor's dictionary
  435. default_pp = self.preprocessors.pop('default')
  436. new_ppp_dict['default'] = default_pp
  437. # then add the rest of the keys
  438. for name, val_class in self.preprocessors.items():
  439. new_ppp_dict[name] = val_class
  440. # and now put back the ordered dict with 'default' key first
  441. self.preprocessors = new_ppp_dict
  442. for name in list(self.preprocessors.keys()):
  443. # 'Paste' preprocessors are to be used only in the Solder Paste Dispensing Tool
  444. if name.partition('_')[0] == 'Paste':
  445. self.ui.tools_defaults_form.tools_solderpaste_group.pp_combo.addItem(name)
  446. continue
  447. self.ui.geometry_defaults_form.geometry_opt_group.pp_geometry_name_cb.addItem(name)
  448. # HPGL preprocessor is only for Geometry objects therefore it should not be in the Excellon Preferences
  449. if name == 'hpgl':
  450. continue
  451. self.ui.excellon_defaults_form.excellon_opt_group.pp_excellon_name_cb.addItem(name)
  452. # ###########################################################################################################
  453. # ##################################### UPDATE PREFERENCES GUI FORMS ########################################
  454. # ###########################################################################################################
  455. self.preferencesUiManager = PreferencesUIManager(defaults=self.defaults, data_path=self.data_path, ui=self.ui,
  456. inform=self.inform)
  457. self.preferencesUiManager.defaults_write_form()
  458. # When the self.defaults dictionary changes will update the Preferences GUI forms
  459. self.defaults.set_change_callback(self.on_defaults_dict_change)
  460. # ###########################################################################################################
  461. # ##################################### FIRST RUN SECTION ###################################################
  462. # ################################ It's done only once after install #####################################
  463. # ###########################################################################################################
  464. if self.defaults["first_run"] is True:
  465. # ONLY AT FIRST STARTUP INIT THE GUI LAYOUT TO 'COMPACT'
  466. initial_lay = 'minimal'
  467. self.ui.general_defaults_form.general_gui_group.on_layout(lay=initial_lay)
  468. # Set the combobox in Preferences to the current layout
  469. idx = self.ui.general_defaults_form.general_gui_group.layout_combo.findText(initial_lay)
  470. self.ui.general_defaults_form.general_gui_group.layout_combo.setCurrentIndex(idx)
  471. # after the first run, this object should be False
  472. self.defaults["first_run"] = False
  473. self.preferencesUiManager.save_defaults(silent=True)
  474. # ###########################################################################################################
  475. # ############################################ Data #########################################################
  476. # ###########################################################################################################
  477. self.recent = []
  478. self.recent_projects = []
  479. self.clipboard = QtWidgets.QApplication.clipboard()
  480. self.project_filename = None
  481. self.toggle_units_ignore = False
  482. self.main_thread = QtWidgets.QApplication.instance().thread()
  483. # ###########################################################################################################
  484. # ########################################## LOAD LANGUAGES ################################################
  485. # ###########################################################################################################
  486. self.languages = fcTranslate.load_languages()
  487. for name in sorted(self.languages.values()):
  488. self.ui.general_defaults_form.general_app_group.language_cb.addItem(name)
  489. # ###########################################################################################################
  490. # ####################################### APPLY APP LANGUAGE ################################################
  491. # ###########################################################################################################
  492. ret_val = fcTranslate.apply_language('strings')
  493. if ret_val == "no language":
  494. self.inform.emit('[ERROR] %s' % _("Could not find the Language files. The App strings are missing."))
  495. log.debug("Could not find the Language files. The App strings are missing.")
  496. else:
  497. # make the current language the current selection on the language combobox
  498. self.ui.general_defaults_form.general_app_group.language_cb.setCurrentText(ret_val)
  499. log.debug("App.__init__() --> Applied %s language." % str(ret_val).capitalize())
  500. # ###########################################################################################################
  501. # ###################################### CREATE UNIQUE SERIAL NUMBER ########################################
  502. # ###########################################################################################################
  503. chars = 'abcdefghijklmnopqrstuvwxyz0123456789'
  504. if self.defaults['global_serial'] == 0 or len(str(self.defaults['global_serial'])) < 10:
  505. self.defaults['global_serial'] = ''.join([random.choice(chars) for __ in range(20)])
  506. self.preferencesUiManager.save_defaults(silent=True, first_time=True)
  507. self.defaults.propagate_defaults()
  508. # ###########################################################################################################
  509. # ######################################## UPDATE THE OPTIONS ###############################################
  510. # ###########################################################################################################
  511. self.options = LoudDict()
  512. # -----------------------------------------------------------------------------------------------------------
  513. # Update the self.options from the self.defaults
  514. # The self.defaults holds the application defaults while the self.options holds the object defaults
  515. # -----------------------------------------------------------------------------------------------------------
  516. # Copy app defaults to project options
  517. for def_key, def_val in self.defaults.items():
  518. self.options[def_key] = deepcopy(def_val)
  519. self.preferencesUiManager.show_preferences_gui()
  520. # ### End of Data ####
  521. # ###########################################################################################################
  522. # #################################### SETUP OBJECT COLLECTION ##############################################
  523. # ###########################################################################################################
  524. self.collection = ObjectCollection(app=self)
  525. self.ui.project_tab_layout.addWidget(self.collection.view)
  526. self.app_obj = AppObject(app=self)
  527. # ### Adjust tabs width ## ##
  528. # self.collection.view.setMinimumWidth(self.ui.options_scroll_area.widget().sizeHint().width() +
  529. # self.ui.options_scroll_area.verticalScrollBar().sizeHint().width())
  530. self.collection.view.setMinimumWidth(290)
  531. self.log.debug("Finished creating Object Collection.")
  532. # ###########################################################################################################
  533. # ######################################## SETUP Plot Area ##################################################
  534. # ###########################################################################################################
  535. # determine if the Legacy Graphic Engine is to be used or the OpenGL one
  536. if self.defaults["global_graphic_engine"] == '3D':
  537. self.is_legacy = False
  538. else:
  539. self.is_legacy = True
  540. # Event signals disconnect id holders
  541. self.mp = None
  542. self.mm = None
  543. self.mr = None
  544. self.mdc = None
  545. self.mp_zc = None
  546. self.kp = None
  547. # Matplotlib axis
  548. self.axes = None
  549. if show_splash:
  550. self.splash.showMessage(_("FlatCAM is initializing ...\n"
  551. "Canvas initialization started."),
  552. alignment=Qt.AlignBottom | Qt.AlignLeft,
  553. color=QtGui.QColor("gray"))
  554. start_plot_time = time.time() # debug
  555. self.plotcanvas = None
  556. self.app_cursor = None
  557. self.hover_shapes = None
  558. self.log.debug("Setting up canvas: %s" % str(self.defaults["global_graphic_engine"]))
  559. # setup the PlotCanvas
  560. self.on_plotcanvas_setup()
  561. end_plot_time = time.time()
  562. self.used_time = end_plot_time - start_plot_time
  563. self.log.debug("Finished Canvas initialization in %s seconds." % str(self.used_time))
  564. if show_splash:
  565. self.splash.showMessage('%s: %ssec' % (_("FlatCAM is initializing ...\n"
  566. "Canvas initialization started.\n"
  567. "Canvas initialization finished in"), '%.2f' % self.used_time),
  568. alignment=Qt.AlignBottom | Qt.AlignLeft,
  569. color=QtGui.QColor("gray"))
  570. self.ui.splitter.setStretchFactor(1, 2)
  571. # ###########################################################################################################
  572. # ############################################### SYS TRAY ##################################################
  573. # ###########################################################################################################
  574. if self.defaults["global_systray_icon"]:
  575. self.parent_w = QtWidgets.QWidget()
  576. if self.cmd_line_headless == 1:
  577. self.trayIcon = FlatCAMSystemTray(app=self,
  578. icon=QtGui.QIcon(self.resource_location +
  579. '/flatcam_icon32_green.png'),
  580. headless=True,
  581. parent=self.parent_w)
  582. else:
  583. self.trayIcon = FlatCAMSystemTray(app=self,
  584. icon=QtGui.QIcon(self.resource_location +
  585. '/flatcam_icon32_green.png'),
  586. parent=self.parent_w)
  587. # ###########################################################################################################
  588. # ############################################### Worker SETUP ##############################################
  589. # ###########################################################################################################
  590. if self.defaults["global_worker_number"]:
  591. self.workers = WorkerStack(workers_number=int(self.defaults["global_worker_number"]))
  592. else:
  593. self.workers = WorkerStack(workers_number=2)
  594. self.worker_task.connect(self.workers.add_task)
  595. self.log.debug("Finished creating Workers crew.")
  596. # ###########################################################################################################
  597. # ############################################# Activity Monitor ###########################################
  598. # ###########################################################################################################
  599. self.activity_view = FlatCAMActivityView(app=self)
  600. self.ui.infobar.addWidget(self.activity_view)
  601. self.proc_container = FCVisibleProcessContainer(self.activity_view)
  602. # ###########################################################################################################
  603. # ############################################# Signal handling #############################################
  604. # ###########################################################################################################
  605. # ########################################## Custom signals ################################################
  606. # signal for displaying messages in status bar
  607. self.inform[str].connect(self.info)
  608. self.inform[str, bool].connect(self.info)
  609. # signal for displaying messages in the shell
  610. self.inform_shell.connect(self.info_shell)
  611. # signal to be called when the app is quiting
  612. self.app_quit.connect(self.quit_application, type=Qt.QueuedConnection)
  613. self.message.connect(lambda: message_dialog(parent=self.ui))
  614. # self.progress.connect(self.set_progress_bar)
  615. # signals emitted when file state change
  616. self.file_opened.connect(self.register_recent)
  617. self.file_opened.connect(lambda kind, filename: self.register_folder(filename))
  618. self.file_saved.connect(lambda kind, filename: self.register_save_folder(filename))
  619. # ########################################## Standard signals ###############################################
  620. # ### Menu
  621. self.ui.menufilenewproject.triggered.connect(self.on_file_new_click)
  622. self.ui.menufilenewgeo.triggered.connect(self.app_obj.new_geometry_object)
  623. self.ui.menufilenewgrb.triggered.connect(self.app_obj.new_gerber_object)
  624. self.ui.menufilenewexc.triggered.connect(self.app_obj.new_excellon_object)
  625. self.ui.menufilenewdoc.triggered.connect(self.app_obj.new_document_object)
  626. self.ui.menufileopengerber.triggered.connect(self.on_fileopengerber)
  627. self.ui.menufileopenexcellon.triggered.connect(self.on_fileopenexcellon)
  628. self.ui.menufileopengcode.triggered.connect(self.on_fileopengcode)
  629. self.ui.menufileopenproject.triggered.connect(self.on_file_openproject)
  630. self.ui.menufileopenconfig.triggered.connect(self.on_file_openconfig)
  631. self.ui.menufilenewscript.triggered.connect(self.on_filenewscript)
  632. self.ui.menufileopenscript.triggered.connect(self.on_fileopenscript)
  633. self.ui.menufileopenscriptexample.triggered.connect(self.on_fileopenscript_example)
  634. self.ui.menufilerunscript.triggered.connect(self.on_filerunscript)
  635. self.ui.menufileimportsvg.triggered.connect(lambda: self.on_file_importsvg("geometry"))
  636. self.ui.menufileimportsvg_as_gerber.triggered.connect(lambda: self.on_file_importsvg("gerber"))
  637. self.ui.menufileimportdxf.triggered.connect(lambda: self.on_file_importdxf("geometry"))
  638. self.ui.menufileimportdxf_as_gerber.triggered.connect(lambda: self.on_file_importdxf("gerber"))
  639. self.ui.menufileimport_hpgl2_as_geo.triggered.connect(self.on_fileopenhpgl2)
  640. self.ui.menufileexportsvg.triggered.connect(self.on_file_exportsvg)
  641. self.ui.menufileexportpng.triggered.connect(self.on_file_exportpng)
  642. self.ui.menufileexportexcellon.triggered.connect(self.on_file_exportexcellon)
  643. self.ui.menufileexportgerber.triggered.connect(self.on_file_exportgerber)
  644. self.ui.menufileexportdxf.triggered.connect(self.on_file_exportdxf)
  645. self.ui.menufile_print.triggered.connect(lambda: self.on_file_save_objects_pdf(use_thread=True))
  646. self.ui.menufilesaveproject.triggered.connect(self.on_file_saveproject)
  647. self.ui.menufilesaveprojectas.triggered.connect(self.on_file_saveprojectas)
  648. # self.ui.menufilesaveprojectcopy.triggered.connect(lambda: self.on_file_saveprojectas(make_copy=True))
  649. self.ui.menufilesavedefaults.triggered.connect(self.on_file_savedefaults)
  650. self.ui.menufileexportpref.triggered.connect(self.on_export_preferences)
  651. self.ui.menufileimportpref.triggered.connect(self.on_import_preferences)
  652. self.ui.menufile_exit.triggered.connect(self.final_save)
  653. self.ui.menueditedit.triggered.connect(lambda: self.object2editor())
  654. self.ui.menueditok.triggered.connect(lambda: self.editor2object())
  655. self.ui.menuedit_convertjoin.triggered.connect(self.on_edit_join)
  656. self.ui.menuedit_convertjoinexc.triggered.connect(self.on_edit_join_exc)
  657. self.ui.menuedit_convertjoingrb.triggered.connect(self.on_edit_join_grb)
  658. self.ui.menuedit_convert_sg2mg.triggered.connect(self.on_convert_singlegeo_to_multigeo)
  659. self.ui.menuedit_convert_mg2sg.triggered.connect(self.on_convert_multigeo_to_singlegeo)
  660. self.ui.menueditdelete.triggered.connect(self.on_delete)
  661. self.ui.menueditcopyobject.triggered.connect(self.on_copy_command)
  662. self.ui.menueditconvert_any2geo.triggered.connect(self.convert_any2geo)
  663. self.ui.menueditconvert_any2gerber.triggered.connect(self.convert_any2gerber)
  664. self.ui.menueditorigin.triggered.connect(self.on_set_origin)
  665. self.ui.menuedit_move2origin.triggered.connect(self.on_move2origin)
  666. self.ui.menueditjump.triggered.connect(self.on_jump_to)
  667. self.ui.menueditlocate.triggered.connect(lambda: self.on_locate(obj=self.collection.get_active()))
  668. self.ui.menuedittoggleunits.triggered.connect(self.on_toggle_units_click)
  669. self.ui.menueditselectall.triggered.connect(self.on_selectall)
  670. self.ui.menueditpreferences.triggered.connect(self.on_preferences)
  671. # self.ui.menuoptions_transfer_a2o.triggered.connect(self.on_options_app2object)
  672. # self.ui.menuoptions_transfer_a2p.triggered.connect(self.on_options_app2project)
  673. # self.ui.menuoptions_transfer_o2a.triggered.connect(self.on_options_object2app)
  674. # self.ui.menuoptions_transfer_p2a.triggered.connect(self.on_options_project2app)
  675. # self.ui.menuoptions_transfer_o2p.triggered.connect(self.on_options_object2project)
  676. # self.ui.menuoptions_transfer_p2o.triggered.connect(self.on_options_project2object)
  677. self.ui.menuoptions_transform_rotate.triggered.connect(self.on_rotate)
  678. self.ui.menuoptions_transform_skewx.triggered.connect(self.on_skewx)
  679. self.ui.menuoptions_transform_skewy.triggered.connect(self.on_skewy)
  680. self.ui.menuoptions_transform_flipx.triggered.connect(self.on_flipx)
  681. self.ui.menuoptions_transform_flipy.triggered.connect(self.on_flipy)
  682. self.ui.menuoptions_view_source.triggered.connect(self.on_view_source)
  683. self.ui.menuoptions_tools_db.triggered.connect(lambda: self.on_tools_database(source='app'))
  684. self.ui.menuviewdisableall.triggered.connect(self.disable_all_plots)
  685. self.ui.menuviewdisableother.triggered.connect(self.disable_other_plots)
  686. self.ui.menuviewenable.triggered.connect(self.enable_all_plots)
  687. self.ui.menuview_zoom_fit.triggered.connect(self.on_zoom_fit)
  688. self.ui.menuview_zoom_in.triggered.connect(self.on_zoom_in)
  689. self.ui.menuview_zoom_out.triggered.connect(self.on_zoom_out)
  690. self.ui.menuview_replot.triggered.connect(self.plot_all)
  691. self.ui.menuview_toggle_code_editor.triggered.connect(self.on_toggle_code_editor)
  692. self.ui.menuview_toggle_fscreen.triggered.connect(self.ui.on_fullscreen)
  693. self.ui.menuview_toggle_parea.triggered.connect(self.ui.on_toggle_plotarea)
  694. self.ui.menuview_toggle_notebook.triggered.connect(self.ui.on_toggle_notebook)
  695. self.ui.menu_toggle_nb.triggered.connect(self.ui.on_toggle_notebook)
  696. self.ui.menuview_toggle_grid.triggered.connect(self.ui.on_toggle_grid)
  697. self.ui.menuview_toggle_workspace.triggered.connect(self.on_workspace_toggle)
  698. self.ui.menuview_toggle_grid_lines.triggered.connect(self.plotcanvas.on_toggle_grid_lines)
  699. self.ui.menuview_toggle_axis.triggered.connect(self.plotcanvas.on_toggle_axis)
  700. self.ui.menuview_toggle_hud.triggered.connect(self.plotcanvas.on_toggle_hud)
  701. self.ui.menutoolshell.triggered.connect(self.ui.toggle_shell_ui)
  702. self.ui.menuhelp_about.triggered.connect(self.on_about)
  703. self.ui.menuhelp_readme.triggered.connect(self.on_readme)
  704. self.ui.menuhelp_manual.triggered.connect(lambda: webbrowser.open(self.manual_url))
  705. self.ui.menuhelp_report_bug.triggered.connect(lambda: webbrowser.open(self.bug_report_url))
  706. self.ui.menuhelp_exc_spec.triggered.connect(lambda: webbrowser.open(self.excellon_spec_url))
  707. self.ui.menuhelp_gerber_spec.triggered.connect(lambda: webbrowser.open(self.gerber_spec_url))
  708. self.ui.menuhelp_videohelp.triggered.connect(lambda: webbrowser.open(self.video_url))
  709. self.ui.menuhelp_shortcut_list.triggered.connect(self.on_shortcut_list)
  710. self.ui.menuprojectenable.triggered.connect(self.on_enable_sel_plots)
  711. self.ui.menuprojectdisable.triggered.connect(self.on_disable_sel_plots)
  712. self.ui.menuprojectgeneratecnc.triggered.connect(lambda: self.generate_cnc_job(self.collection.get_selected()))
  713. self.ui.menuprojectviewsource.triggered.connect(self.on_view_source)
  714. self.ui.menuprojectcopy.triggered.connect(self.on_copy_command)
  715. self.ui.menuprojectedit.triggered.connect(self.object2editor)
  716. self.ui.menuprojectdelete.triggered.connect(self.on_delete)
  717. self.ui.menuprojectsave.triggered.connect(self.on_project_context_save)
  718. self.ui.menuprojectproperties.triggered.connect(self.obj_properties)
  719. # ToolBar signals
  720. self.connect_toolbar_signals()
  721. # Notebook and Plot Tab Area signals
  722. # make the right click on the notebook tab and plot tab area tab raise a menu
  723. self.ui.notebook.tabBar.setContextMenuPolicy(QtCore.Qt.ActionsContextMenu)
  724. self.ui.plot_tab_area.tabBar.setContextMenuPolicy(QtCore.Qt.ActionsContextMenu)
  725. self.on_tab_setup_context_menu()
  726. # activate initial state
  727. self.on_tab_rmb_click(self.defaults["global_tabs_detachable"])
  728. # Context Menu
  729. self.ui.popmenu_disable.triggered.connect(lambda: self.toggle_plots(self.collection.get_selected()))
  730. self.ui.popmenu_panel_toggle.triggered.connect(self.ui.on_toggle_notebook)
  731. self.ui.popmenu_new_geo.triggered.connect(self.app_obj.new_geometry_object)
  732. self.ui.popmenu_new_grb.triggered.connect(self.app_obj.new_gerber_object)
  733. self.ui.popmenu_new_exc.triggered.connect(self.app_obj.new_excellon_object)
  734. self.ui.popmenu_new_prj.triggered.connect(self.on_file_new)
  735. self.ui.zoomfit.triggered.connect(self.on_zoom_fit)
  736. self.ui.clearplot.triggered.connect(self.clear_plots)
  737. self.ui.replot.triggered.connect(self.plot_all)
  738. self.ui.popmenu_copy.triggered.connect(self.on_copy_command)
  739. self.ui.popmenu_delete.triggered.connect(self.on_delete)
  740. self.ui.popmenu_edit.triggered.connect(self.object2editor)
  741. self.ui.popmenu_save.triggered.connect(lambda: self.editor2object())
  742. self.ui.popmenu_move.triggered.connect(self.obj_move)
  743. self.ui.popmenu_properties.triggered.connect(self.obj_properties)
  744. # Project Context Menu -> Color Setting
  745. for act in self.ui.menuprojectcolor.actions():
  746. act.triggered.connect(self.on_set_color_action_triggered)
  747. # ###########################################################################################################
  748. # #################################### GUI PREFERENCES SIGNALS ##############################################
  749. # ###########################################################################################################
  750. self.ui.general_defaults_form.general_app_group.units_radio.activated_custom.connect(
  751. lambda: self.on_toggle_units(no_pref=False))
  752. # ##################################### Workspace Setting Signals ###########################################
  753. self.ui.general_defaults_form.general_app_set_group.wk_cb.currentIndexChanged.connect(
  754. self.on_workspace_modified)
  755. self.ui.general_defaults_form.general_app_set_group.wk_orientation_radio.activated_custom.connect(
  756. self.on_workspace_modified
  757. )
  758. self.ui.general_defaults_form.general_app_set_group.workspace_cb.stateChanged.connect(self.on_workspace)
  759. # ###########################################################################################################
  760. # ######################################## GUI SETTINGS SIGNALS #############################################
  761. # ###########################################################################################################
  762. self.ui.general_defaults_form.general_app_set_group.cursor_radio.activated_custom.connect(self.on_cursor_type)
  763. # ######################################## Tools related signals ############################################
  764. # portability changed signal
  765. self.ui.general_defaults_form.general_app_group.portability_cb.stateChanged.connect(self.on_portable_checked)
  766. # Object list
  767. self.object_status_changed.connect(self.collection.on_collection_updated)
  768. # when there are arguments at application startup this get launched
  769. self.args_at_startup[list].connect(self.on_startup_args)
  770. # ###########################################################################################################
  771. # ####################################### FILE ASSOCIATIONS SIGNALS #########################################
  772. # ###########################################################################################################
  773. self.ui.util_defaults_form.fa_excellon_group.restore_btn.clicked.connect(
  774. lambda: self.restore_extensions(ext_type='excellon'))
  775. self.ui.util_defaults_form.fa_gcode_group.restore_btn.clicked.connect(
  776. lambda: self.restore_extensions(ext_type='gcode'))
  777. self.ui.util_defaults_form.fa_gerber_group.restore_btn.clicked.connect(
  778. lambda: self.restore_extensions(ext_type='gerber'))
  779. self.ui.util_defaults_form.fa_excellon_group.del_all_btn.clicked.connect(
  780. lambda: self.delete_all_extensions(ext_type='excellon'))
  781. self.ui.util_defaults_form.fa_gcode_group.del_all_btn.clicked.connect(
  782. lambda: self.delete_all_extensions(ext_type='gcode'))
  783. self.ui.util_defaults_form.fa_gerber_group.del_all_btn.clicked.connect(
  784. lambda: self.delete_all_extensions(ext_type='gerber'))
  785. self.ui.util_defaults_form.fa_excellon_group.add_btn.clicked.connect(
  786. lambda: self.add_extension(ext_type='excellon'))
  787. self.ui.util_defaults_form.fa_gcode_group.add_btn.clicked.connect(
  788. lambda: self.add_extension(ext_type='gcode'))
  789. self.ui.util_defaults_form.fa_gerber_group.add_btn.clicked.connect(
  790. lambda: self.add_extension(ext_type='gerber'))
  791. self.ui.util_defaults_form.fa_excellon_group.del_btn.clicked.connect(
  792. lambda: self.del_extension(ext_type='excellon'))
  793. self.ui.util_defaults_form.fa_gcode_group.del_btn.clicked.connect(
  794. lambda: self.del_extension(ext_type='gcode'))
  795. self.ui.util_defaults_form.fa_gerber_group.del_btn.clicked.connect(
  796. lambda: self.del_extension(ext_type='gerber'))
  797. # connect the 'Apply' buttons from the Preferences/File Associations
  798. self.ui.util_defaults_form.fa_excellon_group.exc_list_btn.clicked.connect(
  799. lambda: self.on_register_files(obj_type='excellon'))
  800. self.ui.util_defaults_form.fa_gcode_group.gco_list_btn.clicked.connect(
  801. lambda: self.on_register_files(obj_type='gcode'))
  802. self.ui.util_defaults_form.fa_gerber_group.grb_list_btn.clicked.connect(
  803. lambda: self.on_register_files(obj_type='gerber'))
  804. # ###########################################################################################################
  805. # ########################################### KEYWORDS SIGNALS ##############################################
  806. # ###########################################################################################################
  807. self.ui.util_defaults_form.kw_group.restore_btn.clicked.connect(
  808. lambda: self.restore_extensions(ext_type='keyword'))
  809. self.ui.util_defaults_form.kw_group.del_all_btn.clicked.connect(
  810. lambda: self.delete_all_extensions(ext_type='keyword'))
  811. self.ui.util_defaults_form.kw_group.add_btn.clicked.connect(
  812. lambda: self.add_extension(ext_type='keyword'))
  813. self.ui.util_defaults_form.kw_group.del_btn.clicked.connect(
  814. lambda: self.del_extension(ext_type='keyword'))
  815. # ###########################################################################################################
  816. # ########################################### GUI SIGNALS ###################################################
  817. # ###########################################################################################################
  818. self.ui.hud_label.clicked.connect(self.plotcanvas.on_toggle_hud)
  819. self.ui.axis_status_label.clicked.connect(self.plotcanvas.on_toggle_axis)
  820. self.ui.pref_status_label.clicked.connect(self.on_toggle_preferences)
  821. # ###########################################################################################################
  822. # ####################################### VARIOUS SIGNALS ###################################################
  823. # ###########################################################################################################
  824. # connect the abort_all_tasks related slots to the related signals
  825. self.proc_container.idle_flag.connect(self.app_is_idle)
  826. # signal emitted when a tab is closed in the Plot Area
  827. self.ui.plot_tab_area.tab_closed_signal.connect(self.on_plot_area_tab_closed)
  828. # signal to close the application
  829. self.close_app_signal.connect(self.kill_app)
  830. # ################################# FINISHED CONNECTING SIGNALS #############################################
  831. # ###########################################################################################################
  832. # ###########################################################################################################
  833. # ###########################################################################################################
  834. self.log.debug("Finished connecting Signals.")
  835. # ###########################################################################################################
  836. # ########################################## Other setups ###################################################
  837. # ###########################################################################################################
  838. # to use for tools like Distance tool who depends on the event sources who are changed inside the appEditors
  839. # depending on from where those tools are called different actions can be done
  840. self.call_source = 'app'
  841. # this is a flag to signal to other tools that the ui tooltab is locked and not accessible
  842. self.tool_tab_locked = False
  843. # decide if to show or hide the Notebook side of the screen at startup
  844. if self.defaults["global_project_at_startup"] is True:
  845. self.ui.splitter.setSizes([1, 1])
  846. else:
  847. self.ui.splitter.setSizes([0, 1])
  848. # Sets up FlatCAMObj, FCProcess and FCProcessContainer.
  849. self.setup_component_editor()
  850. # ###########################################################################################################
  851. # ####################################### Auto-complete KEYWORDS ############################################
  852. # ###########################################################################################################
  853. self.tcl_commands_list = ['add_circle', 'add_poly', 'add_polygon', 'add_polyline', 'add_rectangle',
  854. 'aligndrill', 'aligndrillgrid', 'bbox', 'clear', 'cncjob', 'cutout',
  855. 'del', 'drillcncjob', 'export_dxf', 'edxf', 'export_excellon',
  856. 'export_exc',
  857. 'export_gcode', 'export_gerber', 'export_svg', 'ext', 'exteriors', 'follow',
  858. 'geo_union', 'geocutout', 'get_bounds', 'get_names', 'get_path', 'get_sys', 'help',
  859. 'interiors', 'isolate', 'join_excellon',
  860. 'join_geometry', 'list_sys', 'milld', 'mills', 'milldrills', 'millslots',
  861. 'mirror', 'ncc',
  862. 'ncr', 'new', 'new_geometry', 'non_copper_regions', 'offset',
  863. 'open_dxf', 'open_excellon', 'open_gcode', 'open_gerber', 'open_project', 'open_svg',
  864. 'options', 'origin',
  865. 'paint', 'panelize', 'plot_all', 'plot_objects', 'plot_status', 'quit_flatcam',
  866. 'save', 'save_project',
  867. 'save_sys', 'scale', 'set_active', 'set_origin', 'set_path', 'set_sys',
  868. 'skew', 'subtract_poly', 'subtract_rectangle',
  869. 'version', 'write_gcode'
  870. ]
  871. self.default_keywords = ['Desktop', 'Documents', 'FlatConfig', 'FlatPrj', 'False', 'Marius', 'My Documents',
  872. 'Paste_1',
  873. 'Repetier', 'Roland_MDX_20', 'Users', 'Toolchange_Custom', 'Toolchange_Probe_MACH3',
  874. 'Toolchange_manual', 'True', 'Users',
  875. 'all', 'auto', 'axis',
  876. 'axisoffset', 'box', 'center_x', 'center_y', 'columns', 'combine', 'connect',
  877. 'contour', 'default',
  878. 'depthperpass', 'dia', 'diatol', 'dist', 'drilled_dias', 'drillz', 'dpp',
  879. 'dwelltime', 'extracut_length', 'endxy', 'enz', 'f', 'feedrate',
  880. 'feedrate_z', 'grbl_11', 'GRBL_laser', 'gridoffsety', 'gridx', 'gridy',
  881. 'has_offset', 'holes', 'hpgl', 'iso_type', 'line_xyz', 'margin', 'marlin', 'method',
  882. 'milled_dias', 'minoffset', 'name', 'offset', 'opt_type', 'order',
  883. 'outname', 'overlap', 'passes', 'postamble', 'pp', 'ppname_e', 'ppname_g',
  884. 'preamble', 'radius', 'ref', 'rest', 'rows', 'shellvar_', 'scale_factor',
  885. 'spacing_columns',
  886. 'spacing_rows', 'spindlespeed', 'startz', 'startxy',
  887. 'toolchange_xy', 'toolchangez', 'travelz',
  888. 'tooldia', 'use_threads', 'value',
  889. 'x', 'x0', 'x1', 'y', 'y0', 'y1', 'z_cut', 'z_move'
  890. ]
  891. self.tcl_keywords = [
  892. 'after', 'append', 'apply', 'argc', 'argv', 'argv0', 'array', 'attemptckalloc', 'attemptckrealloc',
  893. 'auto_execok', 'auto_import', 'auto_load', 'auto_mkindex', 'auto_path', 'auto_qualify', 'auto_reset',
  894. 'bgerror', 'binary', 'break', 'case', 'catch', 'cd', 'chan', 'ckalloc', 'ckfree', 'ckrealloc', 'clock',
  895. 'close', 'concat', 'continue', 'coroutine', 'dde', 'dict', 'encoding', 'env', 'eof', 'error', 'errorCode',
  896. 'errorInfo', 'eval', 'exec', 'exit', 'expr', 'fblocked', 'fconfigure', 'fcopy', 'file', 'fileevent',
  897. 'filename', 'flush', 'for', 'foreach', 'format', 'gets', 'glob', 'global', 'history', 'http', 'if', 'incr',
  898. 'info', 'interp', 'join', 'lappend', 'lassign', 'lindex', 'linsert', 'list', 'llength', 'load', 'lrange',
  899. 'lrepeat', 'lreplace', 'lreverse', 'lsearch', 'lset', 'lsort', 'mathfunc', 'mathop', 'memory', 'msgcat',
  900. 'my', 'namespace', 'next', 'nextto', 'open', 'package', 'parray', 'pid', 'pkg_mkIndex', 'platform',
  901. 'proc', 'puts', 'pwd', 're_syntax', 'read', 'refchan', 'regexp', 'registry', 'regsub', 'rename', 'return',
  902. 'safe', 'scan', 'seek', 'self', 'set', 'socket', 'source', 'split', 'string', 'subst', 'switch',
  903. 'tailcall', 'Tcl', 'Tcl_Access', 'Tcl_AddErrorInfo', 'Tcl_AddObjErrorInfo', 'Tcl_AlertNotifier',
  904. 'Tcl_Alloc', 'Tcl_AllocHashEntryProc', 'Tcl_AllocStatBuf', 'Tcl_AllowExceptions', 'Tcl_AppendAllObjTypes',
  905. 'Tcl_AppendElement', 'Tcl_AppendExportList', 'Tcl_AppendFormatToObj', 'Tcl_AppendLimitedToObj',
  906. 'Tcl_AppendObjToErrorInfo', 'Tcl_AppendObjToObj', 'Tcl_AppendPrintfToObj', 'Tcl_AppendResult',
  907. 'Tcl_AppendResultVA', 'Tcl_AppendStringsToObj', 'Tcl_AppendStringsToObjVA', 'Tcl_AppendToObj',
  908. 'Tcl_AppendUnicodeToObj', 'Tcl_AppInit', 'Tcl_AppInitProc', 'Tcl_ArgvInfo', 'Tcl_AsyncCreate',
  909. 'Tcl_AsyncDelete', 'Tcl_AsyncInvoke', 'Tcl_AsyncMark', 'Tcl_AsyncProc', 'Tcl_AsyncReady',
  910. 'Tcl_AttemptAlloc', 'Tcl_AttemptRealloc', 'Tcl_AttemptSetObjLength', 'Tcl_BackgroundError',
  911. 'Tcl_BackgroundException', 'Tcl_Backslash', 'Tcl_BadChannelOption', 'Tcl_CallWhenDeleted', 'Tcl_Canceled',
  912. 'Tcl_CancelEval', 'Tcl_CancelIdleCall', 'Tcl_ChannelBlockModeProc', 'Tcl_ChannelBuffered',
  913. 'Tcl_ChannelClose2Proc', 'Tcl_ChannelCloseProc', 'Tcl_ChannelFlushProc', 'Tcl_ChannelGetHandleProc',
  914. 'Tcl_ChannelGetOptionProc', 'Tcl_ChannelHandlerProc', 'Tcl_ChannelInputProc', 'Tcl_ChannelName',
  915. 'Tcl_ChannelOutputProc', 'Tcl_ChannelProc', 'Tcl_ChannelSeekProc', 'Tcl_ChannelSetOptionProc',
  916. 'Tcl_ChannelThreadActionProc', 'Tcl_ChannelTruncateProc', 'Tcl_ChannelType', 'Tcl_ChannelVersion',
  917. 'Tcl_ChannelWatchProc', 'Tcl_ChannelWideSeekProc', 'Tcl_Chdir', 'Tcl_ClassGetMetadata',
  918. 'Tcl_ClassSetConstructor', 'Tcl_ClassSetDestructor', 'Tcl_ClassSetMetadata', 'Tcl_ClearChannelHandlers',
  919. 'Tcl_CloneProc', 'Tcl_Close', 'Tcl_CloseProc', 'Tcl_CmdDeleteProc', 'Tcl_CmdInfo',
  920. 'Tcl_CmdObjTraceDeleteProc', 'Tcl_CmdObjTraceProc', 'Tcl_CmdProc', 'Tcl_CmdTraceProc',
  921. 'Tcl_CommandComplete', 'Tcl_CommandTraceInfo', 'Tcl_CommandTraceProc', 'Tcl_CompareHashKeysProc',
  922. 'Tcl_Concat', 'Tcl_ConcatObj', 'Tcl_ConditionFinalize', 'Tcl_ConditionNotify', 'Tcl_ConditionWait',
  923. 'Tcl_Config', 'Tcl_ConvertCountedElement', 'Tcl_ConvertElement', 'Tcl_ConvertToType',
  924. 'Tcl_CopyObjectInstance', 'Tcl_CreateAlias', 'Tcl_CreateAliasObj', 'Tcl_CreateChannel',
  925. 'Tcl_CreateChannelHandler', 'Tcl_CreateCloseHandler', 'Tcl_CreateCommand', 'Tcl_CreateEncoding',
  926. 'Tcl_CreateEnsemble', 'Tcl_CreateEventSource', 'Tcl_CreateExitHandler', 'Tcl_CreateFileHandler',
  927. 'Tcl_CreateHashEntry', 'Tcl_CreateInterp', 'Tcl_CreateMathFunc', 'Tcl_CreateNamespace',
  928. 'Tcl_CreateObjCommand', 'Tcl_CreateObjTrace', 'Tcl_CreateSlave', 'Tcl_CreateThread',
  929. 'Tcl_CreateThreadExitHandler', 'Tcl_CreateTimerHandler', 'Tcl_CreateTrace',
  930. 'Tcl_CutChannel', 'Tcl_DecrRefCount', 'Tcl_DeleteAssocData', 'Tcl_DeleteChannelHandler',
  931. 'Tcl_DeleteCloseHandler', 'Tcl_DeleteCommand', 'Tcl_DeleteCommandFromToken', 'Tcl_DeleteEvents',
  932. 'Tcl_DeleteEventSource', 'Tcl_DeleteExitHandler', 'Tcl_DeleteFileHandler', 'Tcl_DeleteHashEntry',
  933. 'Tcl_DeleteHashTable', 'Tcl_DeleteInterp', 'Tcl_DeleteNamespace', 'Tcl_DeleteThreadExitHandler',
  934. 'Tcl_DeleteTimerHandler', 'Tcl_DeleteTrace', 'Tcl_DetachChannel', 'Tcl_DetachPids', 'Tcl_DictObjDone',
  935. 'Tcl_DictObjFirst', 'Tcl_DictObjGet', 'Tcl_DictObjNext', 'Tcl_DictObjPut', 'Tcl_DictObjPutKeyList',
  936. 'Tcl_DictObjRemove', 'Tcl_DictObjRemoveKeyList', 'Tcl_DictObjSize', 'Tcl_DiscardInterpState',
  937. 'Tcl_DiscardResult', 'Tcl_DontCallWhenDeleted', 'Tcl_DoOneEvent', 'Tcl_DoWhenIdle',
  938. 'Tcl_DriverBlockModeProc', 'Tcl_DriverClose2Proc', 'Tcl_DriverCloseProc', 'Tcl_DriverFlushProc',
  939. 'Tcl_DriverGetHandleProc', 'Tcl_DriverGetOptionProc', 'Tcl_DriverHandlerProc', 'Tcl_DriverInputProc',
  940. 'Tcl_DriverOutputProc', 'Tcl_DriverSeekProc', 'Tcl_DriverSetOptionProc', 'Tcl_DriverThreadActionProc',
  941. 'Tcl_DriverTruncateProc', 'Tcl_DriverWatchProc', 'Tcl_DriverWideSeekProc', 'Tcl_DStringAppend',
  942. 'Tcl_DStringAppendElement', 'Tcl_DStringEndSublist', 'Tcl_DStringFree', 'Tcl_DStringGetResult',
  943. 'Tcl_DStringInit', 'Tcl_DStringLength', 'Tcl_DStringResult', 'Tcl_DStringSetLength',
  944. 'Tcl_DStringStartSublist', 'Tcl_DStringTrunc', 'Tcl_DStringValue', 'Tcl_DumpActiveMemory',
  945. 'Tcl_DupInternalRepProc', 'Tcl_DuplicateObj', 'Tcl_EncodingConvertProc', 'Tcl_EncodingFreeProc',
  946. 'Tcl_EncodingType', 'tcl_endOfWord', 'Tcl_Eof', 'Tcl_ErrnoId', 'Tcl_ErrnoMsg', 'Tcl_Eval', 'Tcl_EvalEx',
  947. 'Tcl_EvalFile', 'Tcl_EvalObjEx', 'Tcl_EvalObjv', 'Tcl_EvalTokens', 'Tcl_EvalTokensStandard', 'Tcl_Event',
  948. 'Tcl_EventCheckProc', 'Tcl_EventDeleteProc', 'Tcl_EventProc', 'Tcl_EventSetupProc', 'Tcl_EventuallyFree',
  949. 'Tcl_Exit', 'Tcl_ExitProc', 'Tcl_ExitThread', 'Tcl_Export', 'Tcl_ExposeCommand', 'Tcl_ExprBoolean',
  950. 'Tcl_ExprBooleanObj', 'Tcl_ExprDouble', 'Tcl_ExprDoubleObj', 'Tcl_ExprLong', 'Tcl_ExprLongObj',
  951. 'Tcl_ExprObj', 'Tcl_ExprString', 'Tcl_ExternalToUtf', 'Tcl_ExternalToUtfDString', 'Tcl_FileProc',
  952. 'Tcl_Filesystem', 'Tcl_Finalize', 'Tcl_FinalizeNotifier', 'Tcl_FinalizeThread', 'Tcl_FindCommand',
  953. 'Tcl_FindEnsemble', 'Tcl_FindExecutable', 'Tcl_FindHashEntry', 'tcl_findLibrary', 'Tcl_FindNamespace',
  954. 'Tcl_FirstHashEntry', 'Tcl_Flush', 'Tcl_ForgetImport', 'Tcl_Format', 'Tcl_FreeHashEntryProc',
  955. 'Tcl_FreeInternalRepProc', 'Tcl_FreeParse', 'Tcl_FreeProc', 'Tcl_FreeResult',
  956. 'Tcl_Free·\xa0Tcl_FreeEncoding', 'Tcl_FSAccess', 'Tcl_FSAccessProc', 'Tcl_FSChdir',
  957. 'Tcl_FSChdirProc', 'Tcl_FSConvertToPathType', 'Tcl_FSCopyDirectory', 'Tcl_FSCopyDirectoryProc',
  958. 'Tcl_FSCopyFile', 'Tcl_FSCopyFileProc', 'Tcl_FSCreateDirectory', 'Tcl_FSCreateDirectoryProc',
  959. 'Tcl_FSCreateInternalRepProc', 'Tcl_FSData', 'Tcl_FSDeleteFile', 'Tcl_FSDeleteFileProc',
  960. 'Tcl_FSDupInternalRepProc', 'Tcl_FSEqualPaths', 'Tcl_FSEvalFile', 'Tcl_FSEvalFileEx',
  961. 'Tcl_FSFileAttrsGet', 'Tcl_FSFileAttrsGetProc', 'Tcl_FSFileAttrsSet', 'Tcl_FSFileAttrsSetProc',
  962. 'Tcl_FSFileAttrStrings', 'Tcl_FSFileSystemInfo', 'Tcl_FSFilesystemPathTypeProc',
  963. 'Tcl_FSFilesystemSeparatorProc', 'Tcl_FSFreeInternalRepProc', 'Tcl_FSGetCwd', 'Tcl_FSGetCwdProc',
  964. 'Tcl_FSGetFileSystemForPath', 'Tcl_FSGetInternalRep', 'Tcl_FSGetNativePath', 'Tcl_FSGetNormalizedPath',
  965. 'Tcl_FSGetPathType', 'Tcl_FSGetTranslatedPath', 'Tcl_FSGetTranslatedStringPath',
  966. 'Tcl_FSInternalToNormalizedProc', 'Tcl_FSJoinPath', 'Tcl_FSJoinToPath', 'Tcl_FSLinkProc',
  967. 'Tcl_FSLink·\xa0Tcl_FSListVolumes', 'Tcl_FSListVolumesProc', 'Tcl_FSLoadFile', 'Tcl_FSLoadFileProc',
  968. 'Tcl_FSLstat', 'Tcl_FSLstatProc', 'Tcl_FSMatchInDirectory', 'Tcl_FSMatchInDirectoryProc',
  969. 'Tcl_FSMountsChanged', 'Tcl_FSNewNativePath', 'Tcl_FSNormalizePathProc', 'Tcl_FSOpenFileChannel',
  970. 'Tcl_FSOpenFileChannelProc', 'Tcl_FSPathInFilesystemProc', 'Tcl_FSPathSeparator', 'Tcl_FSRegister',
  971. 'Tcl_FSRemoveDirectory', 'Tcl_FSRemoveDirectoryProc', 'Tcl_FSRenameFile', 'Tcl_FSRenameFileProc',
  972. 'Tcl_FSSplitPath', 'Tcl_FSStat', 'Tcl_FSStatProc', 'Tcl_FSUnloadFile', 'Tcl_FSUnloadFileProc',
  973. 'Tcl_FSUnregister', 'Tcl_FSUtime', 'Tcl_FSUtimeProc', 'Tcl_GetAccessTimeFromStat', 'Tcl_GetAlias',
  974. 'Tcl_GetAliasObj', 'Tcl_GetAssocData', 'Tcl_GetBignumFromObj', 'Tcl_GetBlocksFromStat',
  975. 'Tcl_GetBlockSizeFromStat', 'Tcl_GetBoolean', 'Tcl_GetBooleanFromObj', 'Tcl_GetByteArrayFromObj',
  976. 'Tcl_GetChangeTimeFromStat', 'Tcl_GetChannel', 'Tcl_GetChannelBufferSize', 'Tcl_GetChannelError',
  977. 'Tcl_GetChannelErrorInterp', 'Tcl_GetChannelHandle', 'Tcl_GetChannelInstanceData', 'Tcl_GetChannelMode',
  978. 'Tcl_GetChannelName', 'Tcl_GetChannelNames', 'Tcl_GetChannelNamesEx', 'Tcl_GetChannelOption',
  979. 'Tcl_GetChannelThread', 'Tcl_GetChannelType', 'Tcl_GetCharLength', 'Tcl_GetClassAsObject',
  980. 'Tcl_GetCommandFromObj', 'Tcl_GetCommandFullName', 'Tcl_GetCommandInfo', 'Tcl_GetCommandInfoFromToken',
  981. 'Tcl_GetCommandName', 'Tcl_GetCurrentNamespace', 'Tcl_GetCurrentThread', 'Tcl_GetCwd',
  982. 'Tcl_GetDefaultEncodingDir', 'Tcl_GetDeviceTypeFromStat', 'Tcl_GetDouble', 'Tcl_GetDoubleFromObj',
  983. 'Tcl_GetEncoding', 'Tcl_GetEncodingFromObj', 'Tcl_GetEncodingName', 'Tcl_GetEncodingNameFromEnvironment',
  984. 'Tcl_GetEncodingNames', 'Tcl_GetEncodingSearchPath', 'Tcl_GetEnsembleFlags', 'Tcl_GetEnsembleMappingDict',
  985. 'Tcl_GetEnsembleNamespace', 'Tcl_GetEnsembleParameterList', 'Tcl_GetEnsembleSubcommandList',
  986. 'Tcl_GetEnsembleUnknownHandler', 'Tcl_GetErrno', 'Tcl_GetErrorLine', 'Tcl_GetFSDeviceFromStat',
  987. 'Tcl_GetFSInodeFromStat', 'Tcl_GetGlobalNamespace', 'Tcl_GetGroupIdFromStat', 'Tcl_GetHashKey',
  988. 'Tcl_GetHashValue', 'Tcl_GetHostName', 'Tcl_GetIndexFromObj', 'Tcl_GetIndexFromObjStruct', 'Tcl_GetInt',
  989. 'Tcl_GetInterpPath', 'Tcl_GetIntFromObj', 'Tcl_GetLinkCountFromStat', 'Tcl_GetLongFromObj',
  990. 'Tcl_GetMaster', 'Tcl_GetMathFuncInfo', 'Tcl_GetModeFromStat', 'Tcl_GetModificationTimeFromStat',
  991. 'Tcl_GetNameOfExecutable', 'Tcl_GetNamespaceUnknownHandler', 'Tcl_GetObjectAsClass', 'Tcl_GetObjectCommand',
  992. 'Tcl_GetObjectFromObj', 'Tcl_GetObjectName', 'Tcl_GetObjectNamespace', 'Tcl_GetObjResult', 'Tcl_GetObjType',
  993. 'Tcl_GetOpenFile', 'Tcl_GetPathType', 'Tcl_GetRange', 'Tcl_GetRegExpFromObj', 'Tcl_GetReturnOptions',
  994. 'Tcl_Gets', 'Tcl_GetServiceMode', 'Tcl_GetSizeFromStat', 'Tcl_GetSlave', 'Tcl_GetsObj',
  995. 'Tcl_GetStackedChannel', 'Tcl_GetStartupScript', 'Tcl_GetStdChannel', 'Tcl_GetString',
  996. 'Tcl_GetStringFromObj', 'Tcl_GetStringResult', 'Tcl_GetThreadData', 'Tcl_GetTime', 'Tcl_GetTopChannel',
  997. 'Tcl_GetUniChar', 'Tcl_GetUnicode', 'Tcl_GetUnicodeFromObj', 'Tcl_GetUserIdFromStat', 'Tcl_GetVar',
  998. 'Tcl_GetVar2', 'Tcl_GetVar2Ex', 'Tcl_GetVersion', 'Tcl_GetWideIntFromObj', 'Tcl_GlobalEval',
  999. 'Tcl_GlobalEvalObj', 'Tcl_GlobTypeData', 'Tcl_HashKeyType', 'Tcl_HashStats', 'Tcl_HideCommand',
  1000. 'Tcl_IdleProc', 'Tcl_Import', 'Tcl_IncrRefCount', 'Tcl_Init', 'Tcl_InitCustomHashTable',
  1001. 'Tcl_InitHashTable', 'Tcl_InitMemory', 'Tcl_InitNotifier', 'Tcl_InitObjHashTable', 'Tcl_InitStubs',
  1002. 'Tcl_InputBlocked', 'Tcl_InputBuffered', 'tcl_interactive', 'Tcl_Interp', 'Tcl_InterpActive',
  1003. 'Tcl_InterpDeleted', 'Tcl_InterpDeleteProc', 'Tcl_InvalidateStringRep', 'Tcl_IsChannelExisting',
  1004. 'Tcl_IsChannelRegistered', 'Tcl_IsChannelShared', 'Tcl_IsEnsemble', 'Tcl_IsSafe', 'Tcl_IsShared',
  1005. 'Tcl_IsStandardChannel', 'Tcl_JoinPath', 'Tcl_JoinThread', 'tcl_library', 'Tcl_LimitAddHandler',
  1006. 'Tcl_LimitCheck', 'Tcl_LimitExceeded', 'Tcl_LimitGetCommands', 'Tcl_LimitGetGranularity',
  1007. 'Tcl_LimitGetTime', 'Tcl_LimitHandlerDeleteProc', 'Tcl_LimitHandlerProc', 'Tcl_LimitReady',
  1008. 'Tcl_LimitRemoveHandler', 'Tcl_LimitSetCommands', 'Tcl_LimitSetGranularity', 'Tcl_LimitSetTime',
  1009. 'Tcl_LimitTypeEnabled', 'Tcl_LimitTypeExceeded', 'Tcl_LimitTypeReset', 'Tcl_LimitTypeSet',
  1010. 'Tcl_LinkVar', 'Tcl_ListMathFuncs', 'Tcl_ListObjAppendElement', 'Tcl_ListObjAppendList',
  1011. 'Tcl_ListObjGetElements', 'Tcl_ListObjIndex', 'Tcl_ListObjLength', 'Tcl_ListObjReplace',
  1012. 'Tcl_LogCommandInfo', 'Tcl_Main', 'Tcl_MainLoopProc', 'Tcl_MakeFileChannel', 'Tcl_MakeSafe',
  1013. 'Tcl_MakeTcpClientChannel', 'Tcl_MathProc', 'TCL_MEM_DEBUG', 'Tcl_Merge', 'Tcl_MethodCallProc',
  1014. 'Tcl_MethodDeclarerClass', 'Tcl_MethodDeclarerObject', 'Tcl_MethodDeleteProc', 'Tcl_MethodIsPublic',
  1015. 'Tcl_MethodIsType', 'Tcl_MethodName', 'Tcl_MethodType', 'Tcl_MutexFinalize', 'Tcl_MutexLock',
  1016. 'Tcl_MutexUnlock', 'Tcl_NamespaceDeleteProc', 'Tcl_NewBignumObj', 'Tcl_NewBooleanObj',
  1017. 'Tcl_NewByteArrayObj', 'Tcl_NewDictObj', 'Tcl_NewDoubleObj', 'Tcl_NewInstanceMethod', 'Tcl_NewIntObj',
  1018. 'Tcl_NewListObj', 'Tcl_NewLongObj', 'Tcl_NewMethod', 'Tcl_NewObj', 'Tcl_NewObjectInstance',
  1019. 'Tcl_NewStringObj', 'Tcl_NewUnicodeObj', 'Tcl_NewWideIntObj', 'Tcl_NextHashEntry', 'tcl_nonwordchars',
  1020. 'Tcl_NotifierProcs', 'Tcl_NotifyChannel', 'Tcl_NRAddCallback', 'Tcl_NRCallObjProc', 'Tcl_NRCmdSwap',
  1021. 'Tcl_NRCreateCommand', 'Tcl_NREvalObj', 'Tcl_NREvalObjv', 'Tcl_NumUtfChars', 'Tcl_Obj', 'Tcl_ObjCmdProc',
  1022. 'Tcl_ObjectContextInvokeNext', 'Tcl_ObjectContextIsFiltering', 'Tcl_ObjectContextMethod',
  1023. 'Tcl_ObjectContextObject', 'Tcl_ObjectContextSkippedArgs', 'Tcl_ObjectDeleted', 'Tcl_ObjectGetMetadata',
  1024. 'Tcl_ObjectGetMethodNameMapper', 'Tcl_ObjectMapMethodNameProc', 'Tcl_ObjectMetadataDeleteProc',
  1025. 'Tcl_ObjectSetMetadata', 'Tcl_ObjectSetMethodNameMapper', 'Tcl_ObjGetVar2', 'Tcl_ObjPrintf',
  1026. 'Tcl_ObjSetVar2', 'Tcl_ObjType', 'Tcl_OpenCommandChannel', 'Tcl_OpenFileChannel', 'Tcl_OpenTcpClient',
  1027. 'Tcl_OpenTcpServer', 'Tcl_OutputBuffered', 'Tcl_PackageInitProc', 'Tcl_PackageUnloadProc', 'Tcl_Panic',
  1028. 'Tcl_PanicProc', 'Tcl_PanicVA', 'Tcl_ParseArgsObjv', 'Tcl_ParseBraces', 'Tcl_ParseCommand', 'Tcl_ParseExpr',
  1029. 'Tcl_ParseQuotedString', 'Tcl_ParseVar', 'Tcl_ParseVarName', 'tcl_patchLevel', 'tcl_pkgPath',
  1030. 'Tcl_PkgPresent', 'Tcl_PkgPresentEx', 'Tcl_PkgProvide', 'Tcl_PkgProvideEx', 'Tcl_PkgRequire',
  1031. 'Tcl_PkgRequireEx', 'Tcl_PkgRequireProc', 'tcl_platform', 'Tcl_PosixError', 'tcl_precision',
  1032. 'Tcl_Preserve', 'Tcl_PrintDouble', 'Tcl_PutEnv', 'Tcl_QueryTimeProc', 'Tcl_QueueEvent', 'tcl_rcFileName',
  1033. 'Tcl_Read', 'Tcl_ReadChars', 'Tcl_ReadRaw', 'Tcl_Realloc', 'Tcl_ReapDetachedProcs', 'Tcl_RecordAndEval',
  1034. 'Tcl_RecordAndEvalObj', 'Tcl_RegExpCompile', 'Tcl_RegExpExec', 'Tcl_RegExpExecObj', 'Tcl_RegExpGetInfo',
  1035. 'Tcl_RegExpIndices', 'Tcl_RegExpInfo', 'Tcl_RegExpMatch', 'Tcl_RegExpMatchObj', 'Tcl_RegExpRange',
  1036. 'Tcl_RegisterChannel', 'Tcl_RegisterConfig', 'Tcl_RegisterObjType', 'Tcl_Release', 'Tcl_ResetResult',
  1037. 'Tcl_RestoreInterpState', 'Tcl_RestoreResult', 'Tcl_SaveInterpState', 'Tcl_SaveResult', 'Tcl_ScaleTimeProc',
  1038. 'Tcl_ScanCountedElement', 'Tcl_ScanElement', 'Tcl_Seek', 'Tcl_ServiceAll', 'Tcl_ServiceEvent',
  1039. 'Tcl_ServiceModeHook', 'Tcl_SetAssocData', 'Tcl_SetBignumObj', 'Tcl_SetBooleanObj',
  1040. 'Tcl_SetByteArrayLength', 'Tcl_SetByteArrayObj', 'Tcl_SetChannelBufferSize', 'Tcl_SetChannelError',
  1041. 'Tcl_SetChannelErrorInterp', 'Tcl_SetChannelOption', 'Tcl_SetCommandInfo', 'Tcl_SetCommandInfoFromToken',
  1042. 'Tcl_SetDefaultEncodingDir', 'Tcl_SetDoubleObj', 'Tcl_SetEncodingSearchPath', 'Tcl_SetEnsembleFlags',
  1043. 'Tcl_SetEnsembleMappingDict', 'Tcl_SetEnsembleParameterList', 'Tcl_SetEnsembleSubcommandList',
  1044. 'Tcl_SetEnsembleUnknownHandler', 'Tcl_SetErrno', 'Tcl_SetErrorCode', 'Tcl_SetErrorCodeVA',
  1045. 'Tcl_SetErrorLine', 'Tcl_SetExitProc', 'Tcl_SetFromAnyProc', 'Tcl_SetHashValue', 'Tcl_SetIntObj',
  1046. 'Tcl_SetListObj', 'Tcl_SetLongObj', 'Tcl_SetMainLoop', 'Tcl_SetMaxBlockTime',
  1047. 'Tcl_SetNamespaceUnknownHandler', 'Tcl_SetNotifier', 'Tcl_SetObjErrorCode', 'Tcl_SetObjLength',
  1048. 'Tcl_SetObjResult', 'Tcl_SetPanicProc', 'Tcl_SetRecursionLimit', 'Tcl_SetResult', 'Tcl_SetReturnOptions',
  1049. 'Tcl_SetServiceMode', 'Tcl_SetStartupScript', 'Tcl_SetStdChannel', 'Tcl_SetStringObj',
  1050. 'Tcl_SetSystemEncoding', 'Tcl_SetTimeProc', 'Tcl_SetTimer', 'Tcl_SetUnicodeObj', 'Tcl_SetVar',
  1051. 'Tcl_SetVar2', 'Tcl_SetVar2Ex', 'Tcl_SetWideIntObj', 'Tcl_SignalId', 'Tcl_SignalMsg', 'Tcl_Sleep',
  1052. 'Tcl_SourceRCFile', 'Tcl_SpliceChannel', 'Tcl_SplitList', 'Tcl_SplitPath', 'Tcl_StackChannel',
  1053. 'Tcl_StandardChannels', 'tcl_startOfNextWord', 'tcl_startOfPreviousWord', 'Tcl_Stat', 'Tcl_StaticPackage',
  1054. 'Tcl_StringCaseMatch', 'Tcl_StringMatch', 'Tcl_SubstObj', 'Tcl_TakeBignumFromObj', 'Tcl_TcpAcceptProc',
  1055. 'Tcl_Tell', 'Tcl_ThreadAlert', 'Tcl_ThreadQueueEvent', 'Tcl_Time', 'Tcl_TimerProc', 'Tcl_Token',
  1056. 'Tcl_TraceCommand', 'tcl_traceCompile', 'tcl_traceEval', 'Tcl_TraceVar', 'Tcl_TraceVar2',
  1057. 'Tcl_TransferResult', 'Tcl_TranslateFileName', 'Tcl_TruncateChannel', 'Tcl_Ungets', 'Tcl_UniChar',
  1058. 'Tcl_UniCharAtIndex', 'Tcl_UniCharCaseMatch', 'Tcl_UniCharIsAlnum', 'Tcl_UniCharIsAlpha',
  1059. 'Tcl_UniCharIsControl', 'Tcl_UniCharIsDigit', 'Tcl_UniCharIsGraph', 'Tcl_UniCharIsLower',
  1060. 'Tcl_UniCharIsPrint', 'Tcl_UniCharIsPunct', 'Tcl_UniCharIsSpace', 'Tcl_UniCharIsUpper',
  1061. 'Tcl_UniCharIsWordChar', 'Tcl_UniCharLen', 'Tcl_UniCharNcasecmp', 'Tcl_UniCharNcmp', 'Tcl_UniCharToLower',
  1062. 'Tcl_UniCharToTitle', 'Tcl_UniCharToUpper', 'Tcl_UniCharToUtf', 'Tcl_UniCharToUtfDString', 'Tcl_UnlinkVar',
  1063. 'Tcl_UnregisterChannel', 'Tcl_UnsetVar', 'Tcl_UnsetVar2', 'Tcl_UnstackChannel', 'Tcl_UntraceCommand',
  1064. 'Tcl_UntraceVar', 'Tcl_UntraceVar2', 'Tcl_UpdateLinkedVar', 'Tcl_UpdateStringProc', 'Tcl_UpVar',
  1065. 'Tcl_UpVar2', 'Tcl_UtfAtIndex', 'Tcl_UtfBackslash', 'Tcl_UtfCharComplete', 'Tcl_UtfFindFirst',
  1066. 'Tcl_UtfFindLast', 'Tcl_UtfNext', 'Tcl_UtfPrev', 'Tcl_UtfToExternal', 'Tcl_UtfToExternalDString',
  1067. 'Tcl_UtfToLower', 'Tcl_UtfToTitle', 'Tcl_UtfToUniChar', 'Tcl_UtfToUniCharDString', 'Tcl_UtfToUpper',
  1068. 'Tcl_ValidateAllMemory', 'Tcl_Value', 'Tcl_VarEval', 'Tcl_VarEvalVA', 'Tcl_VarTraceInfo',
  1069. 'Tcl_VarTraceInfo2', 'Tcl_VarTraceProc', 'tcl_version', 'Tcl_WaitForEvent', 'Tcl_WaitPid',
  1070. 'Tcl_WinTCharToUtf', 'Tcl_WinUtfToTChar', 'tcl_wordBreakAfter', 'tcl_wordBreakBefore', 'tcl_wordchars',
  1071. 'Tcl_Write', 'Tcl_WriteChars', 'Tcl_WriteObj', 'Tcl_WriteRaw', 'Tcl_WrongNumArgs', 'Tcl_ZlibAdler32',
  1072. 'Tcl_ZlibCRC32', 'Tcl_ZlibDeflate', 'Tcl_ZlibInflate', 'Tcl_ZlibStreamChecksum', 'Tcl_ZlibStreamClose',
  1073. 'Tcl_ZlibStreamEof', 'Tcl_ZlibStreamGet', 'Tcl_ZlibStreamGetCommandName', 'Tcl_ZlibStreamInit',
  1074. 'Tcl_ZlibStreamPut', 'tcltest', 'tell', 'throw', 'time', 'tm', 'trace', 'transchan', 'try', 'unknown',
  1075. 'unload', 'unset', 'update', 'uplevel', 'upvar', 'variable', 'vwait', 'while', 'yield', 'yieldto', 'zlib'
  1076. ]
  1077. self.autocomplete_kw_list = self.defaults['util_autocomplete_keywords'].replace(' ', '').split(',')
  1078. self.myKeywords = self.tcl_commands_list + self.autocomplete_kw_list + self.tcl_keywords
  1079. # ###########################################################################################################
  1080. # ############################################## Shell SETUP ################################################
  1081. # ###########################################################################################################
  1082. self.shell = FCShell(app=self, version=self.version)
  1083. self.ui.shell_dock.setWidget(self.shell)
  1084. self.log.debug("TCL Shell has been initialized.")
  1085. # show TCL shell at start-up based on the Menu -? Edit -> Preferences setting.
  1086. if self.defaults["global_shell_at_startup"]:
  1087. self.ui.shell_dock.show()
  1088. else:
  1089. self.ui.shell_dock.hide()
  1090. # ###########################################################################################################
  1091. # ########################################## Tools and Plugins ##############################################
  1092. # ###########################################################################################################
  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. # ######################################### Check for updates ###############################################
  1147. # ###########################################################################################################
  1148. # Separate thread (Not worker)
  1149. # Check for updates on startup but only if the user consent and the app is not in Beta version
  1150. if (self.beta is False or self.beta is None) and \
  1151. self.ui.general_defaults_form.general_app_group.version_check_cb.get_value() is True:
  1152. App.log.info("Checking for updates in backgroud (this is version %s)." % str(self.version))
  1153. # self.thr2 = QtCore.QThread()
  1154. self.worker_task.emit({'fcn': self.version_check,
  1155. 'params': []})
  1156. # self.thr2.start(QtCore.QThread.LowPriority)
  1157. # ###########################################################################################################
  1158. # ##################################### Register files with FlatCAM; #######################################
  1159. # ################################### It works only for Windows for now ####################################
  1160. # ###########################################################################################################
  1161. if sys.platform == 'win32' and self.defaults["first_run"] is True:
  1162. self.on_register_files()
  1163. # ###########################################################################################################
  1164. # ######################################## Variables for global usage #######################################
  1165. # ###########################################################################################################
  1166. # hold the App units
  1167. self.units = 'MM'
  1168. # coordinates for relative position display
  1169. self.rel_point1 = (0, 0)
  1170. self.rel_point2 = (0, 0)
  1171. # variable to store coordinates
  1172. self.pos = (0, 0)
  1173. self.pos_canvas = (0, 0)
  1174. self.pos_jump = (0, 0)
  1175. # variable to store mouse coordinates
  1176. self.mouse = [0, 0]
  1177. # variable to store the delta positions on cavnas
  1178. self.dx = 0
  1179. self.dy = 0
  1180. # decide if we have a double click or single click
  1181. self.doubleclick = False
  1182. # store here the is_dragging value
  1183. self.event_is_dragging = False
  1184. # variable to store if a command is active (then the var is not None) and which one it is
  1185. self.command_active = None
  1186. # variable to store the status of moving selection action
  1187. # None value means that it's not an selection action
  1188. # True value = a selection from left to right
  1189. # False value = a selection from right to left
  1190. self.selection_type = None
  1191. # List to store the objects that are currently loaded in FlatCAM
  1192. # This list is updated on each object creation or object delete
  1193. self.all_objects_list = []
  1194. self.objects_under_the_click_list = []
  1195. # List to store the objects that are selected
  1196. self.sel_objects_list = []
  1197. # holds the key modifier if pressed (CTRL, SHIFT or ALT)
  1198. self.key_modifiers = None
  1199. # Variable to store the status of the code editor
  1200. self.toggle_codeeditor = False
  1201. # Variable to be used for situations when we don't want the LMB click on canvas to auto open the Project Tab
  1202. self.click_noproject = False
  1203. self.cursor = None
  1204. # Variable to store the GCODE that was edited
  1205. self.gcode_edited = ""
  1206. self.text_editor_tab = None
  1207. # reference for the self.ui.code_editor
  1208. self.reference_code_editor = None
  1209. self.script_code = ''
  1210. # if Tools DB are changed/edited in the Edit -> Tools Database tab the value will be set to True
  1211. self.tools_db_changed_flag = False
  1212. self.grb_list = ['art', 'bot', 'bsm', 'cmp', 'crc', 'crs', 'dim', 'g4', 'gb0', 'gb1', 'gb2', 'gb3', 'gb5',
  1213. 'gb6', 'gb7', 'gb8', 'gb9', 'gbd', 'gbl', 'gbo', 'gbp', 'gbr', 'gbs', 'gdo', 'ger', 'gko',
  1214. 'gml', 'gm1', 'gm2', 'gm3', 'grb', 'gtl', 'gto', 'gtp', 'gts', 'ly15', 'ly2', 'mil', 'outline',
  1215. 'pho', 'plc', 'pls', 'smb', 'smt', 'sol', 'spb', 'spt', 'ssb', 'sst', 'stc', 'sts', 'top',
  1216. 'tsm']
  1217. self.exc_list = ['drd', 'drl', 'drill', 'exc', 'ncd', 'tap', 'txt', 'xln']
  1218. self.gcode_list = ['cnc', 'din', 'dnc', 'ecs', 'eia', 'fan', 'fgc', 'fnc', 'gc', 'gcd', 'gcode', 'h', 'hnc',
  1219. 'i', 'min', 'mpf', 'mpr', 'nc', 'ncc', 'ncg', 'ngc', 'ncp', 'out', 'ply', 'rol',
  1220. 'sbp', 'tap', 'xpi']
  1221. self.svg_list = ['svg']
  1222. self.dxf_list = ['dxf']
  1223. self.pdf_list = ['pdf']
  1224. self.prj_list = ['flatprj']
  1225. self.conf_list = ['flatconfig']
  1226. # last used filters
  1227. self.last_op_gerber_filter = None
  1228. self.last_op_excellon_filter = None
  1229. self.last_op_gcode_filter = None
  1230. # global variable used by NCC Tool to signal that some polygons could not be cleared, if True
  1231. # flag for polygons not cleared
  1232. self.poly_not_cleared = False
  1233. # VisPy visuals
  1234. self.isHovering = False
  1235. self.notHovering = True
  1236. # Window geometry
  1237. self.x_pos = None
  1238. self.y_pos = None
  1239. self.width = None
  1240. self.height = None
  1241. # when True, the app has to return from any thread
  1242. self.abort_flag = False
  1243. # set the value used in the Windows Title
  1244. self.engine = self.ui.general_defaults_form.general_app_group.ge_radio.get_value()
  1245. # this holds a widget that is installed in the Plot Area when View Source option is used
  1246. self.source_editor_tab = None
  1247. self.pagesize = {}
  1248. # Storage for shapes, storage that can be used by FlatCAm tools for utility geometry
  1249. # VisPy visuals
  1250. if self.is_legacy is False:
  1251. try:
  1252. self.tool_shapes = ShapeCollection(parent=self.plotcanvas.view.scene, layers=1)
  1253. except AttributeError:
  1254. self.tool_shapes = None
  1255. else:
  1256. from appGUI.PlotCanvasLegacy import ShapeCollectionLegacy
  1257. self.tool_shapes = ShapeCollectionLegacy(obj=self, app=self, name="tool")
  1258. # used in the delayed shutdown self.start_delayed_quit() method
  1259. self.save_timer = None
  1260. # ###########################################################################################################
  1261. # ################################## ADDING FlatCAM EDITORS section #########################################
  1262. # ###########################################################################################################
  1263. # watch out for the position of the editors instantiation ... if it is done before a save of the default values
  1264. # at the first launch of the App , the editors will not be functional.
  1265. try:
  1266. self.geo_editor = FlatCAMGeoEditor(self)
  1267. except Exception as es:
  1268. log.debug("app_Main.__init__() --> Geo Editor Error: %s" % str(es))
  1269. try:
  1270. self.exc_editor = FlatCAMExcEditor(self)
  1271. except Exception as es:
  1272. log.debug("app_Main.__init__() --> Excellon Editor Error: %s" % str(es))
  1273. try:
  1274. self.grb_editor = FlatCAMGrbEditor(self)
  1275. except Exception as es:
  1276. log.debug("app_Main.__init__() --> Gerber Editor Error: %s" % str(es))
  1277. self.log.debug("Finished adding FlatCAM Editor's.")
  1278. self.set_ui_title(name=_("New Project - Not saved"))
  1279. # disable the Excellon path optimizations made with Google OR-Tools if the app is run on a 32bit platform
  1280. current_platform = platform.architecture()[0]
  1281. if current_platform != '64bit':
  1282. self.ui.excellon_defaults_form.excellon_gen_group.excellon_optimization_radio.set_value('T')
  1283. self.ui.excellon_defaults_form.excellon_gen_group.excellon_optimization_radio.setDisabled(True)
  1284. # ###########################################################################################################
  1285. # ########################################### EXCLUSION AREAS ###############################################
  1286. # ###########################################################################################################
  1287. self.exc_areas = ExclusionAreas(app=self)
  1288. # ###########################################################################################################
  1289. # ##################################### Finished the CONSTRUCTOR ############################################
  1290. # ###########################################################################################################
  1291. App.log.debug("END of constructor. Releasing control.")
  1292. # ###########################################################################################################
  1293. # ########################################## SHOW GUI #######################################################
  1294. # ###########################################################################################################
  1295. # if the app is not started as headless, show it
  1296. if self.cmd_line_headless != 1:
  1297. if show_splash:
  1298. # finish the splash
  1299. self.splash.finish(self.ui)
  1300. mgui_settings = QSettings("Open Source", "FlatCAM")
  1301. if mgui_settings.contains("maximized_gui"):
  1302. maximized_ui = mgui_settings.value('maximized_gui', type=bool)
  1303. if maximized_ui is True:
  1304. self.ui.showMaximized()
  1305. else:
  1306. self.ui.show()
  1307. else:
  1308. self.ui.show()
  1309. if self.defaults["global_systray_icon"]:
  1310. self.trayIcon.show()
  1311. else:
  1312. log.warning("******************* RUNNING HEADLESS *******************")
  1313. # ###########################################################################################################
  1314. # ######################################## START-UP ARGUMENTS ###############################################
  1315. # ###########################################################################################################
  1316. # test if the program was started with a script as parameter
  1317. if self.cmd_line_shellvar:
  1318. try:
  1319. cnt = 0
  1320. command_tcl = 0
  1321. for i in self.cmd_line_shellvar.split(','):
  1322. if i is not None:
  1323. # noinspection PyBroadException
  1324. try:
  1325. command_tcl = eval(i)
  1326. except Exception:
  1327. command_tcl = i
  1328. command_tcl_formatted = 'set shellvar_{nr} "{cmd}"'.format(cmd=str(command_tcl), nr=str(cnt))
  1329. cnt += 1
  1330. # if there are Windows paths then replace the path separator with a Unix like one
  1331. if sys.platform == 'win32':
  1332. command_tcl_formatted = command_tcl_formatted.replace('\\', '/')
  1333. self.shell.exec_command(command_tcl_formatted, no_echo=True)
  1334. except Exception as ext:
  1335. print("ERROR: ", ext)
  1336. sys.exit(2)
  1337. if self.cmd_line_shellfile:
  1338. if self.cmd_line_headless != 1:
  1339. if self.ui.shell_dock.isHidden():
  1340. self.ui.shell_dock.show()
  1341. try:
  1342. with open(self.cmd_line_shellfile, "r") as myfile:
  1343. # if show_splash:
  1344. # self.splash.showMessage('%s: %ssec\n%s' % (
  1345. # _("Canvas initialization started.\n"
  1346. # "Canvas initialization finished in"), '%.2f' % self.used_time,
  1347. # _("Executing Tcl Script ...")),
  1348. # alignment=Qt.AlignBottom | Qt.AlignLeft,
  1349. # color=QtGui.QColor("gray"))
  1350. cmd_line_shellfile_text = myfile.read()
  1351. if self.cmd_line_headless != 1:
  1352. self.shell.exec_command(cmd_line_shellfile_text)
  1353. else:
  1354. self.shell.exec_command(cmd_line_shellfile_text, no_echo=True)
  1355. except Exception as ext:
  1356. print("ERROR: ", ext)
  1357. sys.exit(2)
  1358. # accept some type file as command line parameter: FlatCAM project, FlatCAM preferences or scripts
  1359. # the path/file_name must be enclosed in quotes if it contain spaces
  1360. if App.args:
  1361. self.args_at_startup.emit(App.args)
  1362. if self.defaults.old_defaults_found is True:
  1363. self.inform.emit('[WARNING_NOTCL] %s' % _("Found old default preferences files. "
  1364. "Please reboot the application to update."))
  1365. self.defaults.old_defaults_found = False
  1366. # ######################################### INIT FINISHED #######################################################
  1367. # #################################################################################################################
  1368. # #################################################################################################################
  1369. # #################################################################################################################
  1370. # #################################################################################################################
  1371. # #################################################################################################################
  1372. @staticmethod
  1373. def copy_and_overwrite(from_path, to_path):
  1374. """
  1375. From here:
  1376. https://stackoverflow.com/questions/12683834/how-to-copy-directory-recursively-in-python-and-overwrite-all
  1377. :param from_path: source path
  1378. :param to_path: destination path
  1379. :return: None
  1380. """
  1381. if os.path.exists(to_path):
  1382. shutil.rmtree(to_path)
  1383. try:
  1384. shutil.copytree(from_path, to_path)
  1385. except FileNotFoundError:
  1386. from_new_path = os.path.dirname(os.path.realpath(__file__)) + '\\appGUI\\VisPyData\\data'
  1387. shutil.copytree(from_new_path, to_path)
  1388. def on_startup_args(self, args, silent=False):
  1389. """
  1390. This will process any arguments provided to the application at startup. Like trying to launch a file or project.
  1391. :param silent: when True it will not print messages on Tcl Shell and/or status bar
  1392. :param args: a list containing the application args at startup
  1393. :return: None
  1394. """
  1395. if args is not None:
  1396. args_to_process = args
  1397. else:
  1398. args_to_process = App.args
  1399. log.debug("Application was started with arguments: %s. Processing ..." % str(args_to_process))
  1400. for argument in args_to_process:
  1401. if '.FlatPrj'.lower() in argument.lower():
  1402. try:
  1403. project_name = str(argument)
  1404. if project_name == "":
  1405. if silent is False:
  1406. self.inform.emit(_("Cancelled."))
  1407. else:
  1408. # self.open_project(project_name)
  1409. run_from_arg = True
  1410. # self.worker_task.emit({'fcn': self.open_project,
  1411. # 'params': [project_name, run_from_arg]})
  1412. self.open_project(filename=project_name, run_from_arg=run_from_arg)
  1413. except Exception as e:
  1414. log.debug("Could not open FlatCAM project file as App parameter due: %s" % str(e))
  1415. elif '.FlatConfig'.lower() in argument.lower():
  1416. try:
  1417. file_name = str(argument)
  1418. if file_name == "":
  1419. if silent is False:
  1420. self.inform.emit(_("Open Config file failed."))
  1421. else:
  1422. run_from_arg = True
  1423. # self.worker_task.emit({'fcn': self.open_config_file,
  1424. # 'params': [file_name, run_from_arg]})
  1425. self.open_config_file(file_name, run_from_arg=run_from_arg)
  1426. except Exception as e:
  1427. log.debug("Could not open FlatCAM Config file as App parameter due: %s" % str(e))
  1428. elif '.FlatScript'.lower() in argument.lower() or '.TCL'.lower() in argument.lower():
  1429. try:
  1430. file_name = str(argument)
  1431. if file_name == "":
  1432. if silent is False:
  1433. self.inform.emit(_("Open Script file failed."))
  1434. else:
  1435. if silent is False:
  1436. self.on_fileopenscript(name=file_name)
  1437. self.ui.plot_tab_area.setCurrentWidget(self.ui.plot_tab)
  1438. self.on_filerunscript(name=file_name)
  1439. except Exception as e:
  1440. log.debug("Could not open FlatCAM Script file as App parameter due: %s" % str(e))
  1441. elif 'quit'.lower() in argument.lower() or 'exit'.lower() in argument.lower():
  1442. log.debug("App.on_startup_args() --> Quit event.")
  1443. sys.exit()
  1444. elif 'save'.lower() in argument.lower():
  1445. log.debug("App.on_startup_args() --> Save event. App Defaults saved.")
  1446. self.preferencesUiManager.save_defaults()
  1447. else:
  1448. exc_list = self.ui.util_defaults_form.fa_excellon_group.exc_list_text.get_value().split(',')
  1449. proc_arg = argument.lower()
  1450. for ext in exc_list:
  1451. proc_ext = ext.replace(' ', '')
  1452. proc_ext = '.%s' % proc_ext
  1453. if proc_ext.lower() in proc_arg and proc_ext != '.':
  1454. file_name = str(argument)
  1455. if file_name == "":
  1456. if silent is False:
  1457. self.inform.emit(_("Open Excellon file failed."))
  1458. else:
  1459. self.on_fileopenexcellon(name=file_name, signal=None)
  1460. return
  1461. gco_list = self.ui.util_defaults_form.fa_gcode_group.gco_list_text.get_value().split(',')
  1462. for ext in gco_list:
  1463. proc_ext = ext.replace(' ', '')
  1464. proc_ext = '.%s' % proc_ext
  1465. if proc_ext.lower() in proc_arg and proc_ext != '.':
  1466. file_name = str(argument)
  1467. if file_name == "":
  1468. if silent is False:
  1469. self.inform.emit(_("Open GCode file failed."))
  1470. else:
  1471. self.on_fileopengcode(name=file_name, signal=None)
  1472. return
  1473. grb_list = self.ui.util_defaults_form.fa_gerber_group.grb_list_text.get_value().split(',')
  1474. for ext in grb_list:
  1475. proc_ext = ext.replace(' ', '')
  1476. proc_ext = '.%s' % proc_ext
  1477. if proc_ext.lower() in proc_arg and proc_ext != '.':
  1478. file_name = str(argument)
  1479. if file_name == "":
  1480. if silent is False:
  1481. self.inform.emit(_("Open Gerber file failed."))
  1482. else:
  1483. self.on_fileopengerber(name=file_name, signal=None)
  1484. return
  1485. # if it reached here without already returning then the app was registered with a file that it does not
  1486. # recognize therefore we must quit but take into consideration the app reboot from within, in that case
  1487. # the args_to_process will contain the path to the FlatCAM.exe (cx_freezed executable)
  1488. # for arg in args_to_process:
  1489. # if 'FlatCAM.exe' in arg:
  1490. # continue
  1491. # else:
  1492. # sys.exit(2)
  1493. def set_ui_title(self, name):
  1494. """
  1495. Sets the title of the main window.
  1496. :param name: String that store the project path and project name
  1497. :return: None
  1498. """
  1499. self.ui.setWindowTitle('FlatCAM %s %s - %s - [%s] %s' %
  1500. (self.version,
  1501. ('BETA' if self.beta else ''),
  1502. platform.architecture()[0],
  1503. self.engine,
  1504. name)
  1505. )
  1506. def on_app_restart(self):
  1507. # make sure that the Sys Tray icon is hidden before restart otherwise it will
  1508. # be left in the SySTray
  1509. try:
  1510. self.trayIcon.hide()
  1511. except Exception:
  1512. pass
  1513. fcTranslate.restart_program(app=self)
  1514. def clear_pool(self):
  1515. """
  1516. Clear the multiprocessing pool and calls garbage collector.
  1517. :return: None
  1518. """
  1519. self.pool.close()
  1520. self.pool = Pool()
  1521. self.pool_recreated.emit(self.pool)
  1522. gc.collect()
  1523. def install_tools(self):
  1524. """
  1525. This installs the FlatCAM tools (plugin-like) which reside in their own classes.
  1526. Instantiation of the Tools classes.
  1527. The order that the tools are installed is important as they can depend on each other install position.
  1528. :return: None
  1529. """
  1530. self.distance_tool = Distance(self)
  1531. self.distance_tool.install(icon=QtGui.QIcon(self.resource_location + '/distance16.png'), pos=self.ui.menuedit,
  1532. before=self.ui.menueditorigin,
  1533. separator=False)
  1534. self.distance_min_tool = DistanceMin(self)
  1535. self.distance_min_tool.install(icon=QtGui.QIcon(self.resource_location + '/distance_min16.png'),
  1536. pos=self.ui.menuedit,
  1537. before=self.ui.menueditorigin,
  1538. separator=True)
  1539. self.dblsidedtool = DblSidedTool(self)
  1540. self.dblsidedtool.install(icon=QtGui.QIcon(self.resource_location + '/doubleside16.png'), separator=False)
  1541. self.cal_exc_tool = ToolCalibration(self)
  1542. self.cal_exc_tool.install(icon=QtGui.QIcon(self.resource_location + '/calibrate_16.png'), pos=self.ui.menutool,
  1543. before=self.dblsidedtool.menuAction,
  1544. separator=False)
  1545. self.align_objects_tool = AlignObjects(self)
  1546. self.align_objects_tool.install(icon=QtGui.QIcon(self.resource_location + '/align16.png'), separator=False)
  1547. self.edrills_tool = ToolExtractDrills(self)
  1548. self.edrills_tool.install(icon=QtGui.QIcon(self.resource_location + '/drill16.png'), separator=True)
  1549. self.panelize_tool = Panelize(self)
  1550. self.panelize_tool.install(icon=QtGui.QIcon(self.resource_location + '/panelize16.png'))
  1551. self.film_tool = Film(self)
  1552. self.film_tool.install(icon=QtGui.QIcon(self.resource_location + '/film16.png'))
  1553. self.paste_tool = SolderPaste(self)
  1554. self.paste_tool.install(icon=QtGui.QIcon(self.resource_location + '/solderpastebis32.png'))
  1555. self.calculator_tool = ToolCalculator(self)
  1556. self.calculator_tool.install(icon=QtGui.QIcon(self.resource_location + '/calculator16.png'), separator=True)
  1557. self.sub_tool = ToolSub(self)
  1558. self.sub_tool.install(icon=QtGui.QIcon(self.resource_location + '/sub32.png'),
  1559. pos=self.ui.menutool, separator=True)
  1560. self.rules_tool = RulesCheck(self)
  1561. self.rules_tool.install(icon=QtGui.QIcon(self.resource_location + '/rules32.png'),
  1562. pos=self.ui.menutool, separator=False)
  1563. self.optimal_tool = ToolOptimal(self)
  1564. self.optimal_tool.install(icon=QtGui.QIcon(self.resource_location + '/open_excellon32.png'),
  1565. pos=self.ui.menutool, separator=True)
  1566. self.move_tool = ToolMove(self)
  1567. self.move_tool.install(icon=QtGui.QIcon(self.resource_location + '/move16.png'), pos=self.ui.menuedit,
  1568. before=self.ui.menueditorigin, separator=True)
  1569. self.cutout_tool = CutOut(self)
  1570. self.cutout_tool.install(icon=QtGui.QIcon(self.resource_location + '/cut16_bis.png'), pos=self.ui.menutool,
  1571. before=self.sub_tool.menuAction)
  1572. self.ncclear_tool = NonCopperClear(self)
  1573. self.ncclear_tool.install(icon=QtGui.QIcon(self.resource_location + '/ncc16.png'), pos=self.ui.menutool,
  1574. before=self.sub_tool.menuAction, separator=True)
  1575. self.paint_tool = ToolPaint(self)
  1576. self.paint_tool.install(icon=QtGui.QIcon(self.resource_location + '/paint16.png'), pos=self.ui.menutool,
  1577. before=self.sub_tool.menuAction, separator=True)
  1578. self.isolation_tool = ToolIsolation(self)
  1579. self.isolation_tool.install(icon=QtGui.QIcon(self.resource_location + '/iso_16.png'), pos=self.ui.menutool,
  1580. before=self.sub_tool.menuAction, separator=True)
  1581. self.copper_thieving_tool = ToolCopperThieving(self)
  1582. self.copper_thieving_tool.install(icon=QtGui.QIcon(self.resource_location + '/copperfill32.png'),
  1583. pos=self.ui.menutool)
  1584. self.fiducial_tool = ToolFiducials(self)
  1585. self.fiducial_tool.install(icon=QtGui.QIcon(self.resource_location + '/fiducials_32.png'),
  1586. pos=self.ui.menutool)
  1587. self.qrcode_tool = QRCode(self)
  1588. self.qrcode_tool.install(icon=QtGui.QIcon(self.resource_location + '/qrcode32.png'),
  1589. pos=self.ui.menutool)
  1590. self.punch_tool = ToolPunchGerber(self)
  1591. self.punch_tool.install(icon=QtGui.QIcon(self.resource_location + '/punch32.png'), pos=self.ui.menutool)
  1592. self.invert_tool = ToolInvertGerber(self)
  1593. self.invert_tool.install(icon=QtGui.QIcon(self.resource_location + '/invert32.png'), pos=self.ui.menutool)
  1594. self.corners_tool = ToolCorners(self)
  1595. self.corners_tool.install(icon=QtGui.QIcon(self.resource_location + '/corners_32.png'), pos=self.ui.menutool)
  1596. self.etch_tool = ToolEtchCompensation(self)
  1597. self.etch_tool.install(icon=QtGui.QIcon(self.resource_location + '/etch_32.png'), pos=self.ui.menutool)
  1598. self.transform_tool = ToolTransform(self)
  1599. self.transform_tool.install(icon=QtGui.QIcon(self.resource_location + '/transform.png'),
  1600. pos=self.ui.menuoptions, separator=True)
  1601. self.properties_tool = Properties(self)
  1602. self.properties_tool.install(icon=QtGui.QIcon(self.resource_location + '/properties32.png'),
  1603. pos=self.ui.menuoptions)
  1604. self.pdf_tool = ToolPDF(self)
  1605. self.pdf_tool.install(icon=QtGui.QIcon(self.resource_location + '/pdf32.png'),
  1606. pos=self.ui.menufileimport,
  1607. separator=True)
  1608. self.image_tool = ToolImage(self)
  1609. self.image_tool.install(icon=QtGui.QIcon(self.resource_location + '/image32.png'),
  1610. pos=self.ui.menufileimport,
  1611. separator=True)
  1612. self.pcb_wizard_tool = PcbWizard(self)
  1613. self.pcb_wizard_tool.install(icon=QtGui.QIcon(self.resource_location + '/drill32.png'),
  1614. pos=self.ui.menufileimport)
  1615. self.log.debug("Tools are installed.")
  1616. def remove_tools(self):
  1617. """
  1618. Will remove all the actions in the Tool menu.
  1619. :return: None
  1620. """
  1621. for act in self.ui.menutool.actions():
  1622. self.ui.menutool.removeAction(act)
  1623. def init_tools(self):
  1624. """
  1625. Initialize the Tool tab in the notebook side of the central widget.
  1626. Remove the actions in the Tools menu.
  1627. Instantiate again the FlatCAM tools (plugins).
  1628. All this is required when changing the layout: standard, compact etc.
  1629. :return: None
  1630. """
  1631. log.debug("init_tools()")
  1632. # delete the data currently in the Tools Tab and the Tab itself
  1633. widget = QtWidgets.QTabWidget.widget(self.ui.notebook, 2)
  1634. if widget is not None:
  1635. widget.deleteLater()
  1636. self.ui.notebook.removeTab(2)
  1637. # rebuild the Tools Tab
  1638. self.ui.tool_tab = QtWidgets.QWidget()
  1639. self.ui.tool_tab_layout = QtWidgets.QVBoxLayout(self.ui.tool_tab)
  1640. self.ui.tool_tab_layout.setContentsMargins(2, 2, 2, 2)
  1641. self.ui.notebook.addTab(self.ui.tool_tab, "Tool")
  1642. self.ui.tool_scroll_area = VerticalScrollArea()
  1643. self.ui.tool_tab_layout.addWidget(self.ui.tool_scroll_area)
  1644. # reinstall all the Tools as some may have been removed when the data was removed from the Tools Tab
  1645. # first remove all of them
  1646. self.remove_tools()
  1647. # re-add the TCL Shell action to the Tools menu and reconnect it to ist slot function
  1648. self.ui.menutoolshell = self.ui.menutool.addAction(QtGui.QIcon(self.resource_location + '/shell16.png'),
  1649. '&Command Line\tS')
  1650. self.ui.menutoolshell.triggered.connect(self.ui.toggle_shell_ui)
  1651. # third install all of them
  1652. try:
  1653. self.install_tools()
  1654. except AttributeError:
  1655. pass
  1656. self.log.debug("Tools are initialized.")
  1657. # def parse_system_fonts(self):
  1658. # self.worker_task.emit({'fcn': self.f_parse.get_fonts_by_types,
  1659. # 'params': []})
  1660. def connect_toolbar_signals(self):
  1661. """
  1662. Reconnect the signals to the actions in the toolbar.
  1663. This has to be done each time after the FlatCAM tools are removed/installed.
  1664. :return: None
  1665. """
  1666. # Toolbar
  1667. # File Toolbar Signals
  1668. # self.ui.file_new_btn.triggered.connect(self.on_file_new)
  1669. self.ui.file_open_btn.triggered.connect(self.on_file_openproject)
  1670. self.ui.file_save_btn.triggered.connect(self.on_file_saveproject)
  1671. self.ui.file_open_gerber_btn.triggered.connect(self.on_fileopengerber)
  1672. self.ui.file_open_excellon_btn.triggered.connect(self.on_fileopenexcellon)
  1673. # View Toolbar Signals
  1674. self.ui.clear_plot_btn.triggered.connect(self.clear_plots)
  1675. self.ui.replot_btn.triggered.connect(self.plot_all)
  1676. self.ui.zoom_fit_btn.triggered.connect(self.on_zoom_fit)
  1677. self.ui.zoom_in_btn.triggered.connect(lambda: self.plotcanvas.zoom(1 / 1.5))
  1678. self.ui.zoom_out_btn.triggered.connect(lambda: self.plotcanvas.zoom(1.5))
  1679. # Edit Toolbar Signals
  1680. self.ui.editgeo_btn.triggered.connect(self.object2editor)
  1681. self.ui.update_obj_btn.triggered.connect(lambda: self.editor2object())
  1682. self.ui.copy_btn.triggered.connect(self.on_copy_command)
  1683. self.ui.delete_btn.triggered.connect(self.on_delete)
  1684. self.ui.distance_btn.triggered.connect(lambda: self.distance_tool.run(toggle=True))
  1685. self.ui.distance_min_btn.triggered.connect(lambda: self.distance_min_tool.run(toggle=True))
  1686. self.ui.origin_btn.triggered.connect(self.on_set_origin)
  1687. self.ui.move2origin_btn.triggered.connect(self.on_move2origin)
  1688. self.ui.jmp_btn.triggered.connect(self.on_jump_to)
  1689. self.ui.locate_btn.triggered.connect(lambda: self.on_locate(obj=self.collection.get_active()))
  1690. # Scripting Toolbar Signals
  1691. self.ui.shell_btn.triggered.connect(self.ui.toggle_shell_ui)
  1692. self.ui.new_script_btn.triggered.connect(self.on_filenewscript)
  1693. self.ui.open_script_btn.triggered.connect(self.on_fileopenscript)
  1694. self.ui.run_script_btn.triggered.connect(self.on_filerunscript)
  1695. # Tools Toolbar Signals
  1696. self.ui.dblsided_btn.triggered.connect(lambda: self.dblsidedtool.run(toggle=True))
  1697. self.ui.cal_btn.triggered.connect(lambda: self.cal_exc_tool.run(toggle=True))
  1698. self.ui.align_btn.triggered.connect(lambda: self.align_objects_tool.run(toggle=True))
  1699. self.ui.extract_btn.triggered.connect(lambda: self.edrills_tool.run(toggle=True))
  1700. self.ui.cutout_btn.triggered.connect(lambda: self.cutout_tool.run(toggle=True))
  1701. self.ui.ncc_btn.triggered.connect(lambda: self.ncclear_tool.run(toggle=True))
  1702. self.ui.paint_btn.triggered.connect(lambda: self.paint_tool.run(toggle=True))
  1703. self.ui.isolation_btn.triggered.connect(lambda: self.isolation_tool.run(toggle=True))
  1704. self.ui.panelize_btn.triggered.connect(lambda: self.panelize_tool.run(toggle=True))
  1705. self.ui.film_btn.triggered.connect(lambda: self.film_tool.run(toggle=True))
  1706. self.ui.solder_btn.triggered.connect(lambda: self.paste_tool.run(toggle=True))
  1707. self.ui.sub_btn.triggered.connect(lambda: self.sub_tool.run(toggle=True))
  1708. self.ui.rules_btn.triggered.connect(lambda: self.rules_tool.run(toggle=True))
  1709. self.ui.optimal_btn.triggered.connect(lambda: self.optimal_tool.run(toggle=True))
  1710. self.ui.calculators_btn.triggered.connect(lambda: self.calculator_tool.run(toggle=True))
  1711. self.ui.transform_btn.triggered.connect(lambda: self.transform_tool.run(toggle=True))
  1712. self.ui.qrcode_btn.triggered.connect(lambda: self.qrcode_tool.run(toggle=True))
  1713. self.ui.copperfill_btn.triggered.connect(lambda: self.copper_thieving_tool.run(toggle=True))
  1714. self.ui.fiducials_btn.triggered.connect(lambda: self.fiducial_tool.run(toggle=True))
  1715. self.ui.punch_btn.triggered.connect(lambda: self.punch_tool.run(toggle=True))
  1716. self.ui.invert_btn.triggered.connect(lambda: self.invert_tool.run(toggle=True))
  1717. self.ui.corners_tool_btn.triggered.connect(lambda: self.corners_tool.run(toggle=True))
  1718. self.ui.etch_btn.triggered.connect(lambda: self.etch_tool.run(toggle=True))
  1719. def object2editor(self):
  1720. """
  1721. Send the current Geometry, Gerber, Excellon object or CNCJob (if any) into the it's editor.
  1722. :return: None
  1723. """
  1724. self.defaults.report_usage("object2editor()")
  1725. # disable the objects menu as it may interfere with the appEditors
  1726. self.ui.menuobjects.setDisabled(True)
  1727. edited_object = self.collection.get_active()
  1728. if isinstance(edited_object, GerberObject) or isinstance(edited_object, GeometryObject) or \
  1729. isinstance(edited_object, ExcellonObject) or isinstance(edited_object, CNCJobObject):
  1730. pass
  1731. else:
  1732. self.inform.emit('[WARNING_NOTCL] %s' % _("Select a Geometry, Gerber, Excellon or CNCJob Object to edit."))
  1733. return
  1734. if isinstance(edited_object, GeometryObject):
  1735. # store the Geometry Editor Toolbar visibility before entering in the Editor
  1736. self.geo_editor.toolbar_old_state = True if self.ui.geo_edit_toolbar.isVisible() else False
  1737. # we set the notebook to hidden
  1738. # self.ui.splitter.setSizes([0, 1])
  1739. if edited_object.multigeo is True:
  1740. sel_rows = [item.row() for item in edited_object.ui.geo_tools_table.selectedItems()]
  1741. if len(sel_rows) > 1:
  1742. self.inform.emit('[WARNING_NOTCL] %s' %
  1743. _("Simultaneous editing of tools geometry in a MultiGeo Geometry "
  1744. "is not possible.\n"
  1745. "Edit only one geometry at a time."))
  1746. # determine the tool dia of the selected tool
  1747. selected_tooldia = float(edited_object.ui.geo_tools_table.item(sel_rows[0], 1).text())
  1748. # now find the key in the edited_object.tools that has this tooldia
  1749. multi_tool = 1
  1750. for tool in edited_object.tools:
  1751. if edited_object.tools[tool]['tooldia'] == selected_tooldia:
  1752. multi_tool = tool
  1753. break
  1754. self.geo_editor.edit_fcgeometry(edited_object, multigeo_tool=multi_tool)
  1755. else:
  1756. self.geo_editor.edit_fcgeometry(edited_object)
  1757. # set call source to the Editor we go into
  1758. self.call_source = 'geo_editor'
  1759. elif isinstance(edited_object, ExcellonObject):
  1760. # store the Excellon Editor Toolbar visibility before entering in the Editor
  1761. self.exc_editor.toolbar_old_state = True if self.ui.exc_edit_toolbar.isVisible() else False
  1762. if self.ui.splitter.sizes()[0] == 0:
  1763. self.ui.splitter.setSizes([1, 1])
  1764. self.exc_editor.edit_fcexcellon(edited_object)
  1765. # set call source to the Editor we go into
  1766. self.call_source = 'exc_editor'
  1767. elif isinstance(edited_object, GerberObject):
  1768. # store the Gerber Editor Toolbar visibility before entering in the Editor
  1769. self.grb_editor.toolbar_old_state = True if self.ui.grb_edit_toolbar.isVisible() else False
  1770. if self.ui.splitter.sizes()[0] == 0:
  1771. self.ui.splitter.setSizes([1, 1])
  1772. self.grb_editor.edit_fcgerber(edited_object)
  1773. # set call source to the Editor we go into
  1774. self.call_source = 'grb_editor'
  1775. # reset the following variables so the UI is built again after edit
  1776. edited_object.ui_build = False
  1777. edited_object.build_aperture_storage = False
  1778. elif isinstance(edited_object, CNCJobObject):
  1779. if self.ui.splitter.sizes()[0] == 0:
  1780. self.ui.splitter.setSizes([1, 1])
  1781. edited_object.on_edit_code_click()
  1782. return
  1783. # make sure that we can't select another object while in Editor Mode:
  1784. # self.collection.view.setSelectionMode(QtWidgets.QAbstractItemView.NoSelection)
  1785. self.ui.project_frame.setDisabled(True)
  1786. # delete any selection shape that might be active as they are not relevant in Editor
  1787. self.delete_selection_shape()
  1788. self.ui.plot_tab_area.setTabText(0, "EDITOR Area")
  1789. self.ui.plot_tab_area.protectTab(0)
  1790. self.inform.emit('[WARNING_NOTCL] %s' % _("Editor is activated ..."))
  1791. self.should_we_save = True
  1792. def editor2object(self, cleanup=None):
  1793. """
  1794. Transfers the Geometry or Excellon from it's editor to the current object.
  1795. :return: None
  1796. """
  1797. self.defaults.report_usage("editor2object()")
  1798. # re-enable the objects menu that was disabled on entry in Editor mode
  1799. self.ui.menuobjects.setDisabled(False)
  1800. # do not update a geometry or excellon object unless it comes out of an editor
  1801. if self.call_source != 'app':
  1802. edited_obj = self.collection.get_active()
  1803. if cleanup is None:
  1804. msgbox = QtWidgets.QMessageBox()
  1805. msgbox.setText(_("Do you want to save the edited object?"))
  1806. msgbox.setWindowTitle(_("Close Editor"))
  1807. msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/save_as.png'))
  1808. msgbox.setIcon(QtWidgets.QMessageBox.Question)
  1809. bt_yes = msgbox.addButton(_('Yes'), QtWidgets.QMessageBox.YesRole)
  1810. bt_no = msgbox.addButton(_('No'), QtWidgets.QMessageBox.NoRole)
  1811. bt_cancel = msgbox.addButton(_('Cancel'), QtWidgets.QMessageBox.RejectRole)
  1812. msgbox.setDefaultButton(bt_yes)
  1813. msgbox.exec_()
  1814. response = msgbox.clickedButton()
  1815. if response == bt_yes:
  1816. # clean the Tools Tab
  1817. self.ui.tool_scroll_area.takeWidget()
  1818. self.ui.tool_scroll_area.setWidget(QtWidgets.QWidget())
  1819. self.ui.notebook.setTabText(2, "Tool")
  1820. if isinstance(edited_obj, GeometryObject):
  1821. obj_type = "Geometry"
  1822. self.geo_editor.update_fcgeometry(edited_obj)
  1823. # self.geo_editor.update_options(edited_obj)
  1824. # restore GUI to the Selected TAB
  1825. # Remove anything else in the appGUI
  1826. self.ui.tool_scroll_area.takeWidget()
  1827. # update the geo object options so it is including the bounding box values
  1828. try:
  1829. xmin, ymin, xmax, ymax = edited_obj.bounds(flatten=True)
  1830. edited_obj.options['xmin'] = xmin
  1831. edited_obj.options['ymin'] = ymin
  1832. edited_obj.options['xmax'] = xmax
  1833. edited_obj.options['ymax'] = ymax
  1834. except AttributeError as e:
  1835. self.inform.emit('[WARNING] %s' % _("Object empty after edit."))
  1836. log.debug("App.editor2object() --> Geometry --> %s" % str(e))
  1837. edited_obj.build_ui()
  1838. edited_obj.plot()
  1839. self.inform.emit('[success] %s' % _("Editor exited. Editor content saved."))
  1840. elif isinstance(edited_obj, GerberObject):
  1841. obj_type = "Gerber"
  1842. self.grb_editor.update_fcgerber()
  1843. # self.grb_editor.update_options(edited_obj)
  1844. # delete the old object (the source object) if it was an empty one
  1845. try:
  1846. if len(edited_obj.solid_geometry) == 0:
  1847. old_name = edited_obj.options['name']
  1848. self.collection.delete_by_name(old_name)
  1849. except TypeError:
  1850. # if the solid_geometry is a single Polygon the len() will not work
  1851. # in any case, falling here means that we have something in the solid_geometry, even if only
  1852. # a single Polygon, therefore we pass this
  1853. pass
  1854. self.inform.emit('[success] %s' % _("Editor exited. Editor content saved."))
  1855. # restore GUI to the Selected TAB
  1856. # Remove anything else in the appGUI
  1857. self.ui.selected_scroll_area.takeWidget()
  1858. elif isinstance(edited_obj, ExcellonObject):
  1859. obj_type = "Excellon"
  1860. self.exc_editor.update_fcexcellon(edited_obj)
  1861. # self.exc_editor.update_options(edited_obj)
  1862. # restore GUI to the Selected TAB
  1863. # Remove anything else in the appGUI
  1864. self.ui.tool_scroll_area.takeWidget()
  1865. # delete the old object (the source object) if it was an empty one
  1866. if len(edited_obj.drills) == 0 and len(edited_obj.slots) == 0:
  1867. old_name = edited_obj.options['name']
  1868. self.collection.delete_by_name(name=old_name)
  1869. self.inform.emit('[success] %s' % _("Editor exited. Editor content saved."))
  1870. else:
  1871. self.inform.emit('[WARNING_NOTCL] %s' %
  1872. _("Select a Gerber, Geometry or Excellon Object to update."))
  1873. return
  1874. self.inform.emit('[selected] %s %s' % (obj_type, _("is updated, returning to App...")))
  1875. elif response == bt_no:
  1876. # clean the Tools Tab
  1877. self.ui.tool_scroll_area.takeWidget()
  1878. self.ui.tool_scroll_area.setWidget(QtWidgets.QWidget())
  1879. self.ui.notebook.setTabText(2, "Tool")
  1880. self.inform.emit('[WARNING_NOTCL] %s' % _("Editor exited. Editor content was not saved."))
  1881. if isinstance(edited_obj, GeometryObject):
  1882. self.geo_editor.deactivate()
  1883. edited_obj.build_ui()
  1884. edited_obj.plot()
  1885. elif isinstance(edited_obj, GerberObject):
  1886. self.grb_editor.deactivate_grb_editor()
  1887. edited_obj.build_ui()
  1888. elif isinstance(edited_obj, ExcellonObject):
  1889. self.exc_editor.deactivate()
  1890. edited_obj.build_ui()
  1891. else:
  1892. self.inform.emit('[WARNING_NOTCL] %s' %
  1893. _("Select a Gerber, Geometry or Excellon Object to update."))
  1894. return
  1895. elif response == bt_cancel:
  1896. return
  1897. # edited_obj.set_ui(edited_obj.ui_type(decimals=self.decimals))
  1898. # edited_obj.build_ui()
  1899. # Switch notebook to Selected page
  1900. # self.ui.notebook.setCurrentWidget(self.ui.selected_tab)
  1901. else:
  1902. if isinstance(edited_obj, GeometryObject):
  1903. self.geo_editor.deactivate()
  1904. elif isinstance(edited_obj, GerberObject):
  1905. self.grb_editor.deactivate_grb_editor()
  1906. elif isinstance(edited_obj, ExcellonObject):
  1907. self.exc_editor.deactivate()
  1908. else:
  1909. self.inform.emit('[WARNING_NOTCL] %s' %
  1910. _("Select a Gerber, Geometry or Excellon Object to update."))
  1911. return
  1912. # if notebook is hidden we show it
  1913. if self.ui.splitter.sizes()[0] == 0:
  1914. self.ui.splitter.setSizes([1, 1])
  1915. # restore the call_source to app
  1916. self.call_source = 'app'
  1917. # edited_obj.plot()
  1918. self.ui.plot_tab_area.setTabText(0, "Plot Area")
  1919. self.ui.plot_tab_area.protectTab(0)
  1920. # make sure that we reenable the selection on Project Tab after returning from Editor Mode:
  1921. # self.collection.view.setSelectionMode(QtWidgets.QAbstractItemView.ExtendedSelection)
  1922. self.ui.project_frame.setDisabled(False)
  1923. def get_last_folder(self):
  1924. """
  1925. Get the folder path from where the last file was opened.
  1926. :return: String, last opened folder path
  1927. """
  1928. return self.defaults["global_last_folder"]
  1929. def get_last_save_folder(self):
  1930. """
  1931. Get the folder path from where the last file was saved.
  1932. :return: String, last saved folder path
  1933. """
  1934. loc = self.defaults["global_last_save_folder"]
  1935. if loc is None:
  1936. loc = self.defaults["global_last_folder"]
  1937. if loc is None:
  1938. loc = os.path.dirname(__file__)
  1939. return loc
  1940. @QtCore.pyqtSlot(str)
  1941. @QtCore.pyqtSlot(str, bool)
  1942. def info(self, msg, shell_echo=True):
  1943. """
  1944. Informs the user. Normally on the status bar, optionally
  1945. also on the shell.
  1946. :param msg: Text to write.
  1947. :type msg: str
  1948. :param shell_echo: Control if to display the message msg in the Shell
  1949. :type shell_echo: bool
  1950. :return: None
  1951. """
  1952. # Type of message in brackets at the beginning of the message.
  1953. match = re.search(r"\[(.*)\](.*)", msg)
  1954. if match:
  1955. level = match.group(1)
  1956. msg_ = match.group(2)
  1957. self.ui.fcinfo.set_status(str(msg_), level=level)
  1958. if shell_echo is True:
  1959. if level.lower() == "error":
  1960. self.shell_message(msg, error=True, show=True)
  1961. elif level.lower() == "warning":
  1962. self.shell_message(msg, warning=True, show=True)
  1963. elif level.lower() == "error_notcl":
  1964. self.shell_message(msg, error=True, show=False)
  1965. elif level.lower() == "warning_notcl":
  1966. self.shell_message(msg, warning=True, show=False)
  1967. elif level.lower() == "success":
  1968. self.shell_message(msg, success=True, show=False)
  1969. elif level.lower() == "selected":
  1970. self.shell_message(msg, selected=True, show=False)
  1971. else:
  1972. self.shell_message(msg, show=False)
  1973. else:
  1974. self.ui.fcinfo.set_status(str(msg), level="info")
  1975. # make sure that if the message is to clear the infobar with a space
  1976. # is not printed over and over on the shell
  1977. if msg != '' and shell_echo is True:
  1978. self.shell_message(msg)
  1979. def info_shell(self, msg):
  1980. self.shell_message(msg=msg)
  1981. def on_import_preferences(self):
  1982. """
  1983. Loads the application default settings from a saved file into
  1984. ``self.defaults`` dictionary.
  1985. :return: None
  1986. """
  1987. self.defaults.report_usage("on_import_preferences")
  1988. App.log.debug("App.on_import_preferences()")
  1989. # Show file chooser
  1990. filter_ = "Config File (*.FlatConfig);;All Files (*.*)"
  1991. try:
  1992. filename, _f = QtWidgets.QFileDialog.getOpenFileName(caption=_("Import FlatCAM Preferences"),
  1993. directory=self.data_path,
  1994. filter=filter_)
  1995. except TypeError:
  1996. filename, _f = QtWidgets.QFileDialog.getOpenFileName(caption=_("Import FlatCAM Preferences"),
  1997. filter=filter_)
  1998. filename = str(filename)
  1999. if filename == "":
  2000. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  2001. return
  2002. # Load in the defaults from the chosen file
  2003. self.defaults.load(filename=filename)
  2004. self.preferencesUiManager.on_preferences_edited()
  2005. self.inform.emit('[success] %s: %s' % (_("Imported Defaults from"), filename))
  2006. def on_export_preferences(self):
  2007. """
  2008. Save the defaults dictionary to a file.
  2009. :return: None
  2010. """
  2011. self.defaults.report_usage("on_export_preferences")
  2012. App.log.debug("on_export_preferences()")
  2013. # defaults_file_content = None
  2014. # Show file chooser
  2015. date = str(datetime.today()).rpartition('.')[0]
  2016. date = ''.join(c for c in date if c not in ':-')
  2017. date = date.replace(' ', '_')
  2018. filter__ = "Config File .FlatConfig (*.FlatConfig);;All Files (*.*)"
  2019. try:
  2020. filename, _f = FCFileSaveDialog.get_saved_filename(
  2021. caption=_("Export FlatCAM Preferences"),
  2022. directory=self.data_path + '/preferences_' + date,
  2023. ext_filter=filter__
  2024. )
  2025. except TypeError:
  2026. filename, _f = FCFileSaveDialog.get_saved_filename(
  2027. caption=_("Export FlatCAM Preferences"), ext_filter=filter__)
  2028. filename = str(filename)
  2029. if filename == "":
  2030. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  2031. return
  2032. # Update options
  2033. self.preferencesUiManager.defaults_read_form()
  2034. self.defaults.propagate_defaults()
  2035. # Save update options
  2036. try:
  2037. self.defaults.write(filename=filename)
  2038. except Exception:
  2039. self.inform.emit('[ERROR_NOTCL] %s %s' % (_("Failed to write defaults to file."), str(filename)))
  2040. return
  2041. if self.defaults["global_open_style"] is False:
  2042. self.file_opened.emit("preferences", filename)
  2043. self.file_saved.emit("preferences", filename)
  2044. self.inform.emit('[success] %s: %s' % (_("Exported preferences to"), filename))
  2045. def save_to_file(self, content_to_save, txt_content):
  2046. """
  2047. Save something to a file.
  2048. :return: None
  2049. """
  2050. self.defaults.report_usage("save_to_file")
  2051. App.log.debug("save_to_file()")
  2052. self.date = str(datetime.today()).rpartition('.')[0]
  2053. self.date = ''.join(c for c in self.date if c not in ':-')
  2054. self.date = self.date.replace(' ', '_')
  2055. filter__ = "HTML File .html (*.html);;TXT File .txt (*.txt);;All Files (*.*)"
  2056. path_to_save = self.defaults["global_last_save_folder"] if \
  2057. self.defaults["global_last_save_folder"] is not None else self.data_path
  2058. try:
  2059. filename, _f = FCFileSaveDialog.get_saved_filename(
  2060. caption=_("Save to file"),
  2061. directory=path_to_save + '/file_' + self.date,
  2062. ext_filter=filter__
  2063. )
  2064. except TypeError:
  2065. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Save to file"), ext_filter=filter__)
  2066. filename = str(filename)
  2067. if filename == "":
  2068. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  2069. return
  2070. else:
  2071. try:
  2072. with open(filename, 'w') as f:
  2073. ___ = f.read()
  2074. except PermissionError:
  2075. self.inform.emit('[WARNING] %s' %
  2076. _("Permission denied, saving not possible.\n"
  2077. "Most likely another app is holding the file open and not accessible."))
  2078. return
  2079. except IOError:
  2080. App.log.debug('Creating a new file ...')
  2081. f = open(filename, 'w')
  2082. f.close()
  2083. except Exception:
  2084. e = sys.exc_info()[0]
  2085. App.log.error("Could not load the file.")
  2086. App.log.error(str(e))
  2087. self.inform.emit('[ERROR_NOTCL] %s' % _("Could not load the file."))
  2088. return
  2089. # Save content
  2090. if filename.rpartition('.')[2].lower() == 'html':
  2091. file_content = content_to_save
  2092. else:
  2093. file_content = txt_content
  2094. try:
  2095. with open(filename, "w") as f:
  2096. f.write(file_content)
  2097. except Exception:
  2098. self.inform.emit('[ERROR_NOTCL] %s %s' % (_("Failed to write defaults to file."), str(filename)))
  2099. return
  2100. self.inform.emit('[success] %s: %s' % (_("Exported file to"), filename))
  2101. def register_recent(self, kind, filename):
  2102. """
  2103. Will register the files opened into record dictionaries. The FlatCAM projects has it's own
  2104. dictionary.
  2105. :param kind: type of file that was opened
  2106. :param filename: the path and file name for the file that was opened
  2107. :return:
  2108. """
  2109. self.log.debug("register_recent()")
  2110. self.log.debug(" %s" % kind)
  2111. self.log.debug(" %s" % filename)
  2112. record = {'kind': str(kind), 'filename': str(filename)}
  2113. if record in self.recent:
  2114. return
  2115. if record in self.recent_projects:
  2116. return
  2117. if record['kind'] == 'project':
  2118. self.recent_projects.insert(0, record)
  2119. else:
  2120. self.recent.insert(0, record)
  2121. if len(self.recent) > self.defaults['global_recent_limit']: # Limit reached
  2122. self.recent.pop()
  2123. if len(self.recent_projects) > self.defaults['global_recent_limit']: # Limit reached
  2124. self.recent_projects.pop()
  2125. try:
  2126. f = open(self.data_path + '/recent.json', 'w')
  2127. except IOError:
  2128. App.log.error("Failed to open recent items file for writing.")
  2129. self.inform.emit('[ERROR_NOTCL] %s' %
  2130. _('Failed to open recent files file for writing.'))
  2131. return
  2132. json.dump(self.recent, f, default=to_dict, indent=2, sort_keys=True)
  2133. f.close()
  2134. try:
  2135. fp = open(self.data_path + '/recent_projects.json', 'w')
  2136. except IOError:
  2137. App.log.error("Failed to open recent items file for writing.")
  2138. self.inform.emit('[ERROR_NOTCL] %s' %
  2139. _('Failed to open recent projects file for writing.'))
  2140. return
  2141. json.dump(self.recent_projects, fp, default=to_dict, indent=2, sort_keys=True)
  2142. fp.close()
  2143. # Re-build the recent items menu
  2144. self.setup_recent_items()
  2145. def on_about(self):
  2146. """
  2147. Displays the "about" dialog found in the Menu --> Help.
  2148. :return: None
  2149. """
  2150. self.defaults.report_usage("on_about")
  2151. version = self.version
  2152. version_date = self.version_date
  2153. beta = self.beta
  2154. class AboutDialog(QtWidgets.QDialog):
  2155. def __init__(self, app, parent=None):
  2156. QtWidgets.QDialog.__init__(self, parent)
  2157. self.app = app
  2158. # Icon and title
  2159. self.setWindowIcon(parent.app_icon)
  2160. self.setWindowTitle(_("About FlatCAM"))
  2161. self.resize(600, 200)
  2162. # self.setStyleSheet("background-image: url(share/flatcam_icon256.png); background-attachment: fixed")
  2163. # self.setStyleSheet(
  2164. # "border-image: url(share/flatcam_icon256.png) 0 0 0 0 stretch stretch; "
  2165. # "background-attachment: fixed"
  2166. # )
  2167. # bgimage = QtGui.QImage(self.resource_location + '/flatcam_icon256.png')
  2168. # s_bgimage = bgimage.scaled(QtCore.QSize(self.frameGeometry().width(), self.frameGeometry().height()))
  2169. # palette = QtGui.QPalette()
  2170. # palette.setBrush(10, QtGui.QBrush(bgimage)) # 10 = Windowrole
  2171. # self.setPalette(palette)
  2172. logo = QtWidgets.QLabel()
  2173. logo.setPixmap(QtGui.QPixmap(self.app.resource_location + '/flatcam_icon256.png'))
  2174. title = QtWidgets.QLabel(
  2175. "<font size=8><B>FlatCAM</B></font><BR>"
  2176. "{title}<BR>"
  2177. "<BR>"
  2178. "<BR>"
  2179. "<a href = \"https://bitbucket.org/jpcgt/flatcam/src/Beta/\"><B>{devel}</B></a><BR>"
  2180. "<a href = \"https://bitbucket.org/jpcgt/flatcam/downloads/\"><b>{down}</B></a><BR>"
  2181. "<a href = \"https://bitbucket.org/jpcgt/flatcam/issues?status=new&status=open/\">"
  2182. "<B>{issue}</B></a><BR>".format(
  2183. title=_("2D Computer-Aided Printed Circuit Board Manufacturing"),
  2184. devel=_("Development"),
  2185. down=_("DOWNLOAD"),
  2186. issue=_("Issue tracker"))
  2187. )
  2188. title.setOpenExternalLinks(True)
  2189. closebtn = QtWidgets.QPushButton(_("Close"))
  2190. tab_widget = QtWidgets.QTabWidget()
  2191. description_label = QtWidgets.QLabel(
  2192. "FlatCAM {version} {beta} ({date}) - {arch}<br>"
  2193. "<a href = \"http://flatcam.org/\">http://flatcam.org</a><br>".format(
  2194. version=version,
  2195. beta=('BETA' if beta else ''),
  2196. date=version_date,
  2197. arch=platform.architecture()[0])
  2198. )
  2199. description_label.setOpenExternalLinks(True)
  2200. lic_lbl_header = QtWidgets.QLabel(
  2201. '%s:<br>%s<br>' % (
  2202. _('Licensed under the MIT license'),
  2203. "<a href = \"http://www.opensource.org/licenses/mit-license.php\">"
  2204. "http://www.opensource.org/licenses/mit-license.php</a>"
  2205. )
  2206. )
  2207. lic_lbl_header.setOpenExternalLinks(True)
  2208. lic_lbl_body = QtWidgets.QLabel(
  2209. _(
  2210. 'Permission is hereby granted, free of charge, to any person obtaining a copy\n'
  2211. 'of this software and associated documentation files (the "Software"), to deal\n'
  2212. 'in the Software without restriction, including without limitation the rights\n'
  2213. 'to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n'
  2214. 'copies of the Software, and to permit persons to whom the Software is\n'
  2215. 'furnished to do so, subject to the following conditions:\n\n'
  2216. 'The above copyright notice and this permission notice shall be included in\n'
  2217. 'all copies or substantial portions of the Software.\n\n'
  2218. 'THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n'
  2219. 'IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n'
  2220. 'FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n'
  2221. 'AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n'
  2222. 'LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n'
  2223. 'OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n'
  2224. 'THE SOFTWARE.'
  2225. )
  2226. )
  2227. attributions_label = QtWidgets.QLabel(
  2228. _(
  2229. 'Some of the icons used are from the following sources:<br>'
  2230. '<div>Icons by <a href="https://www.flaticon.com/authors/freepik" '
  2231. 'title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" '
  2232. 'title="Flaticon">www.flaticon.com</a></div>'
  2233. '<div>Icons by <a target="_blank" href="https://icons8.com">Icons8</a></div>'
  2234. 'Icons by <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>'
  2235. '<div>Icons by <a href="https://www.flaticon.com/authors/pixel-perfect" '
  2236. 'title="Pixel perfect">Pixel perfect</a> from <a href="https://www.flaticon.com/" '
  2237. 'title="Flaticon">www.flaticon.com</a></div>'
  2238. )
  2239. )
  2240. attributions_label.setOpenExternalLinks(True)
  2241. # layouts
  2242. layout1 = QtWidgets.QVBoxLayout()
  2243. layout1_1 = QtWidgets.QHBoxLayout()
  2244. layout1_2 = QtWidgets.QHBoxLayout()
  2245. layout2 = QtWidgets.QHBoxLayout()
  2246. layout3 = QtWidgets.QHBoxLayout()
  2247. self.setLayout(layout1)
  2248. layout1.addLayout(layout1_1)
  2249. layout1.addLayout(layout1_2)
  2250. layout1.addLayout(layout2)
  2251. layout1.addLayout(layout3)
  2252. layout1_1.addStretch()
  2253. layout1_1.addWidget(description_label)
  2254. layout1_2.addWidget(tab_widget)
  2255. self.splash_tab = QtWidgets.QWidget()
  2256. self.splash_tab.setObjectName("splash_about")
  2257. self.splash_tab_layout = QtWidgets.QHBoxLayout(self.splash_tab)
  2258. self.splash_tab_layout.setContentsMargins(2, 2, 2, 2)
  2259. tab_widget.addTab(self.splash_tab, _("Splash"))
  2260. self.programmmers_tab = QtWidgets.QWidget()
  2261. self.programmmers_tab.setObjectName("programmers_about")
  2262. self.programmmers_tab_layout = QtWidgets.QVBoxLayout(self.programmmers_tab)
  2263. self.programmmers_tab_layout.setContentsMargins(2, 2, 2, 2)
  2264. tab_widget.addTab(self.programmmers_tab, _("Programmers"))
  2265. self.translators_tab = QtWidgets.QWidget()
  2266. self.translators_tab.setObjectName("translators_about")
  2267. self.translators_tab_layout = QtWidgets.QVBoxLayout(self.translators_tab)
  2268. self.translators_tab_layout.setContentsMargins(2, 2, 2, 2)
  2269. tab_widget.addTab(self.translators_tab, _("Translators"))
  2270. self.license_tab = QtWidgets.QWidget()
  2271. self.license_tab.setObjectName("license_about")
  2272. self.license_tab_layout = QtWidgets.QVBoxLayout(self.license_tab)
  2273. self.license_tab_layout.setContentsMargins(2, 2, 2, 2)
  2274. tab_widget.addTab(self.license_tab, _("License"))
  2275. self.attributions_tab = QtWidgets.QWidget()
  2276. self.attributions_tab.setObjectName("attributions_about")
  2277. self.attributions_tab_layout = QtWidgets.QVBoxLayout(self.attributions_tab)
  2278. self.attributions_tab_layout.setContentsMargins(2, 2, 2, 2)
  2279. tab_widget.addTab(self.attributions_tab, _("Attributions"))
  2280. self.splash_tab_layout.addWidget(logo, stretch=0)
  2281. self.splash_tab_layout.addWidget(title, stretch=1)
  2282. pal = QtGui.QPalette()
  2283. pal.setColor(QtGui.QPalette.Background, Qt.white)
  2284. self.prog_grid_lay = QtWidgets.QGridLayout()
  2285. self.prog_grid_lay.setHorizontalSpacing(20)
  2286. self.prog_grid_lay.setColumnStretch(0, 0)
  2287. self.prog_grid_lay.setColumnStretch(2, 1)
  2288. prog_widget = QtWidgets.QWidget()
  2289. prog_widget.setLayout(self.prog_grid_lay)
  2290. prog_scroll = QtWidgets.QScrollArea()
  2291. prog_scroll.setWidget(prog_widget)
  2292. prog_scroll.setWidgetResizable(True)
  2293. prog_scroll.setFrameShape(QtWidgets.QFrame.NoFrame)
  2294. prog_scroll.setPalette(pal)
  2295. self.programmmers_tab_layout.addWidget(prog_scroll)
  2296. self.prog_grid_lay.addWidget(QtWidgets.QLabel('<b>%s</b>' % _("Programmer")), 0, 0)
  2297. self.prog_grid_lay.addWidget(QtWidgets.QLabel('<b>%s</b>' % _("Status")), 0, 1)
  2298. self.prog_grid_lay.addWidget(QtWidgets.QLabel('<b>%s</b>' % _("E-mail")), 0, 2)
  2299. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Juan Pablo Caram"), 1, 0)
  2300. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % _("Program Author")), 1, 1)
  2301. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "<>"), 1, 2)
  2302. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Denis Hayrullin"), 2, 0)
  2303. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Kamil Sopko"), 3, 0)
  2304. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Marius Stanciu"), 4, 0)
  2305. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % _("BETA Maintainer >= 2019")), 4, 1)
  2306. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "<marius_adrian@yahoo.com>"), 4, 2)
  2307. self.prog_grid_lay.addWidget(QtWidgets.QLabel(''), 5, 0)
  2308. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "David Robertson"), 6, 0)
  2309. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Matthieu Berthomé"), 7, 0)
  2310. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Mike Evans"), 8, 0)
  2311. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Victor Benso"), 9, 0)
  2312. self.prog_grid_lay.addWidget(QtWidgets.QLabel(''), 10, 0)
  2313. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Jørn Sandvik Nilsson"), 12, 0)
  2314. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Lei Zheng"), 13, 0)
  2315. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Leandro Heck"), 14, 0)
  2316. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Marco A Quezada"), 15, 0)
  2317. self.prog_grid_lay.addWidget(QtWidgets.QLabel(''), 16, 0)
  2318. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Cedric Dussud"), 20, 0)
  2319. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Chris Hemingway"), 22, 0)
  2320. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Damian Wrobel"), 24, 0)
  2321. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Daniel Sallin"), 28, 0)
  2322. self.prog_grid_lay.addWidget(QtWidgets.QLabel(''), 32, 0)
  2323. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Bruno Vunderl"), 40, 0)
  2324. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Gonzalo Lopez"), 42, 0)
  2325. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Jakob Staudt"), 45, 0)
  2326. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Mike Smith"), 49, 0)
  2327. self.prog_grid_lay.addWidget(QtWidgets.QLabel(''), 52, 0)
  2328. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Barnaby Walters"), 55, 0)
  2329. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Steve Martina"), 57, 0)
  2330. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Thomas Duffin"), 59, 0)
  2331. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Andrey Kultyapov"), 61, 0)
  2332. self.prog_grid_lay.addWidget(QtWidgets.QLabel(''), 63, 0)
  2333. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Alex Lazar"), 64, 0)
  2334. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Chris Breneman"), 65, 0)
  2335. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Eric Varsanyi"), 67, 0)
  2336. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Lubos Medovarsky"), 69, 0)
  2337. self.prog_grid_lay.addWidget(QtWidgets.QLabel(''), 74, 0)
  2338. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "@Idechix"), 100, 0)
  2339. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "@SM"), 101, 0)
  2340. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "@grbf"), 102, 0)
  2341. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "@Symonty"), 103, 0)
  2342. self.prog_grid_lay.addWidget(QtWidgets.QLabel('%s' % "@mgix"), 104, 0)
  2343. self.translator_grid_lay = QtWidgets.QGridLayout()
  2344. self.translator_grid_lay.setColumnStretch(0, 0)
  2345. self.translator_grid_lay.setColumnStretch(1, 0)
  2346. self.translator_grid_lay.setColumnStretch(2, 1)
  2347. self.translator_grid_lay.setColumnStretch(3, 0)
  2348. # trans_widget = QtWidgets.QWidget()
  2349. # trans_widget.setLayout(self.translator_grid_lay)
  2350. # self.translators_tab_layout.addWidget(trans_widget)
  2351. # self.translators_tab_layout.addStretch()
  2352. trans_widget = QtWidgets.QWidget()
  2353. trans_widget.setLayout(self.translator_grid_lay)
  2354. trans_scroll = QtWidgets.QScrollArea()
  2355. trans_scroll.setWidget(trans_widget)
  2356. trans_scroll.setWidgetResizable(True)
  2357. trans_scroll.setFrameShape(QtWidgets.QFrame.NoFrame)
  2358. trans_scroll.setPalette(pal)
  2359. self.translators_tab_layout.addWidget(trans_scroll)
  2360. self.translator_grid_lay.addWidget(QtWidgets.QLabel('<b>%s</b>' % _("Language")), 0, 0)
  2361. self.translator_grid_lay.addWidget(QtWidgets.QLabel('<b>%s</b>' % _("Translator")), 0, 1)
  2362. self.translator_grid_lay.addWidget(QtWidgets.QLabel('<b>%s</b>' % _("Corrections")), 0, 2)
  2363. self.translator_grid_lay.addWidget(QtWidgets.QLabel('<b>%s</b>' % _("E-mail")), 0, 3)
  2364. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "BR - Portuguese"), 1, 0)
  2365. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Carlos Stein"), 1, 1)
  2366. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "<carlos.stein@gmail.com>"), 1, 3)
  2367. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "French"), 2, 0)
  2368. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Michel Maciejewski"), 2, 1)
  2369. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % ""), 2, 2)
  2370. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "<micmac589@gmail.com>"), 2, 3)
  2371. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Hungarian"), 3, 0)
  2372. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % " "), 3, 1)
  2373. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % " "), 3, 2)
  2374. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % " "), 3, 3)
  2375. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Italian"), 4, 0)
  2376. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Massimiliano Golfetto"), 4, 1)
  2377. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % " "), 4, 2)
  2378. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "<golfetto.pcb@gmail.com>"), 4, 3)
  2379. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "German"), 5, 0)
  2380. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Marius Stanciu (Google-Tr)"), 5, 1)
  2381. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Jens Karstedt, Detlef Eckardt"), 5, 2)
  2382. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % " "), 5, 3)
  2383. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Romanian"), 6, 0)
  2384. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Marius Stanciu"), 6, 1)
  2385. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "<marius_adrian@yahoo.com>"), 6, 3)
  2386. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Russian"), 7, 0)
  2387. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Andrey Kultyapov"), 7, 1)
  2388. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "<camellan@yandex.ru>"), 7, 3)
  2389. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Spanish"), 8, 0)
  2390. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % "Marius Stanciu (Google-Tr)"), 8, 1)
  2391. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % ""), 8, 2)
  2392. self.translator_grid_lay.addWidget(QtWidgets.QLabel('%s' % " "), 8, 3)
  2393. self.translator_grid_lay.setColumnStretch(0, 0)
  2394. self.translators_tab_layout.addStretch()
  2395. self.license_tab_layout.addWidget(lic_lbl_header)
  2396. self.license_tab_layout.addWidget(lic_lbl_body)
  2397. self.license_tab_layout.addStretch()
  2398. self.attributions_tab_layout.addWidget(attributions_label)
  2399. self.attributions_tab_layout.addStretch()
  2400. layout3.addStretch()
  2401. layout3.addWidget(closebtn)
  2402. closebtn.clicked.connect(self.accept)
  2403. AboutDialog(app=self, parent=self.ui).exec_()
  2404. def on_readme(self):
  2405. """
  2406. Displays the "about" dialog found in the Menu --> Help.
  2407. :return: None
  2408. """
  2409. class ReadmeDialog(QtWidgets.QDialog):
  2410. def __init__(self, app, parent=None):
  2411. QtWidgets.QDialog.__init__(self, parent)
  2412. self.app = app
  2413. open_source_link = "<a href = 'https://opensource.org/'<b>Open Source</b></a>"
  2414. new_features_link = "<a href = 'https://bitbucket.org/jpcgt/flatcam/pull-requests/'" \
  2415. "<b>click</b></a>"
  2416. bugs_link = "<a href = 'https://bitbucket.org/jpcgt/flatcam/issues/new'<b>click</b></a>"
  2417. donation_link = "<a href = 'https://www.paypal.com/cgi-bin/webscr?cmd=_" \
  2418. "donations&business=WLTJJ3Q77D98L&currency_code=USD&source=url'<b>click</b></a>"
  2419. # Icon and title
  2420. self.setWindowIcon(parent.app_icon)
  2421. self.setWindowTitle(_("Important Information's"))
  2422. self.resize(750, 375)
  2423. logo = QtWidgets.QLabel()
  2424. logo.setPixmap(QtGui.QPixmap(self.app.resource_location + '/contribute256.png'))
  2425. content = QtWidgets.QLabel(
  2426. "%s<br>"
  2427. "%s<br><br>"
  2428. "%s,<br>"
  2429. "%s<br>"
  2430. "<ul>"
  2431. "<li> &nbsp;%s %s</li>"
  2432. "<li> &nbsp;%s %s</li>"
  2433. "</ul>"
  2434. "%s %s.<br>"
  2435. "%s"
  2436. "<ul>"
  2437. "<li> &nbsp;%s &#128077;</li>"
  2438. "<li> &nbsp;%s &#128513;</li>"
  2439. "</ul>" %
  2440. (
  2441. _("This program is %s and free in a very wide meaning of the word.") % open_source_link,
  2442. _("Yet it cannot evolve without <b>contributions</b>."),
  2443. _("If you want to see this application grow and become better and better"),
  2444. _("you can <b>contribute</b> to the development yourself by:"),
  2445. _("Pull Requests on the Bitbucket repository, if you are a developer"),
  2446. new_features_link,
  2447. _("Bug Reports by providing the steps required to reproduce the bug"),
  2448. bugs_link,
  2449. _("If you like or use this program you can make a donation"),
  2450. donation_link,
  2451. _("You don't have to make a donation %s, and it is totally optional but:") % donation_link,
  2452. _("it will be welcomed with joy"),
  2453. _("it will give me a reason to continue")
  2454. )
  2455. )
  2456. content.setOpenExternalLinks(True)
  2457. # palette
  2458. pal = QtGui.QPalette()
  2459. pal.setColor(QtGui.QPalette.Background, Qt.white)
  2460. # layouts
  2461. main_layout = QtWidgets.QVBoxLayout()
  2462. self.setLayout(main_layout)
  2463. tab_layout = QtWidgets.QHBoxLayout()
  2464. buttons_hlay = QtWidgets.QHBoxLayout()
  2465. main_layout.addLayout(tab_layout)
  2466. main_layout.addLayout(buttons_hlay)
  2467. tab_widget = QtWidgets.QTabWidget()
  2468. tab_layout.addWidget(tab_widget)
  2469. closebtn = QtWidgets.QPushButton(_("Close"))
  2470. buttons_hlay.addStretch()
  2471. buttons_hlay.addWidget(closebtn)
  2472. # CONTRIBUTE section
  2473. self.intro_tab = QtWidgets.QWidget()
  2474. self.intro_tab_layout = QtWidgets.QHBoxLayout(self.intro_tab)
  2475. self.intro_tab_layout.setContentsMargins(2, 2, 2, 2)
  2476. tab_widget.addTab(self.intro_tab, _("Contribute"))
  2477. self.grid_lay = QtWidgets.QGridLayout()
  2478. self.grid_lay.setHorizontalSpacing(20)
  2479. self.grid_lay.setColumnStretch(0, 0)
  2480. self.grid_lay.setColumnStretch(1, 1)
  2481. intro_wdg = QtWidgets.QWidget()
  2482. intro_wdg.setLayout(self.grid_lay)
  2483. intro_scroll_area = QtWidgets.QScrollArea()
  2484. intro_scroll_area.setWidget(intro_wdg)
  2485. intro_scroll_area.setWidgetResizable(True)
  2486. intro_scroll_area.setFrameShape(QtWidgets.QFrame.NoFrame)
  2487. intro_scroll_area.setPalette(pal)
  2488. self.grid_lay.addWidget(logo, 0, 0)
  2489. self.grid_lay.addWidget(content, 0, 1)
  2490. self.intro_tab_layout.addWidget(intro_scroll_area)
  2491. # LINKS EXCHANGE section
  2492. self.links_tab = QtWidgets.QWidget()
  2493. self.links_tab_layout = QtWidgets.QVBoxLayout(self.links_tab)
  2494. self.links_tab_layout.setContentsMargins(2, 2, 2, 2)
  2495. tab_widget.addTab(self.links_tab, _("Links Exchange"))
  2496. self.links_lay = QtWidgets.QHBoxLayout()
  2497. links_wdg = QtWidgets.QWidget()
  2498. links_wdg.setLayout(self.links_lay)
  2499. links_scroll_area = QtWidgets.QScrollArea()
  2500. links_scroll_area.setWidget(links_wdg)
  2501. links_scroll_area.setWidgetResizable(True)
  2502. links_scroll_area.setFrameShape(QtWidgets.QFrame.NoFrame)
  2503. links_scroll_area.setPalette(pal)
  2504. self.links_lay.addWidget(QtWidgets.QLabel('%s' % _("Soon ...")), alignment=QtCore.Qt.AlignCenter)
  2505. self.links_tab_layout.addWidget(links_scroll_area)
  2506. # HOW TO section
  2507. self.howto_tab = QtWidgets.QWidget()
  2508. self.howto_tab_layout = QtWidgets.QVBoxLayout(self.howto_tab)
  2509. self.howto_tab_layout.setContentsMargins(2, 2, 2, 2)
  2510. tab_widget.addTab(self.howto_tab, _("How To's"))
  2511. self.howto_lay = QtWidgets.QHBoxLayout()
  2512. howto_wdg = QtWidgets.QWidget()
  2513. howto_wdg.setLayout(self.howto_lay)
  2514. howto_scroll_area = QtWidgets.QScrollArea()
  2515. howto_scroll_area.setWidget(howto_wdg)
  2516. howto_scroll_area.setWidgetResizable(True)
  2517. howto_scroll_area.setFrameShape(QtWidgets.QFrame.NoFrame)
  2518. howto_scroll_area.setPalette(pal)
  2519. self.howto_lay.addWidget(QtWidgets.QLabel('%s' % _("Soon ...")), alignment=QtCore.Qt.AlignCenter)
  2520. self.howto_tab_layout.addWidget(howto_scroll_area)
  2521. # BUTTONS section
  2522. closebtn.clicked.connect(self.accept)
  2523. ReadmeDialog(app=self, parent=self.ui).exec_()
  2524. def install_bookmarks(self, book_dict=None):
  2525. """
  2526. Install the bookmarks actions in the Help menu -> Bookmarks
  2527. :param book_dict: a dict having the actions text as keys and the weblinks as the values
  2528. :return: None
  2529. """
  2530. if book_dict is None:
  2531. self.defaults["global_bookmarks"].update(
  2532. {
  2533. '1': ['FlatCAM', "http://flatcam.org"],
  2534. '2': ['Backup Site', ""]
  2535. }
  2536. )
  2537. else:
  2538. self.defaults["global_bookmarks"].clear()
  2539. self.defaults["global_bookmarks"].update(book_dict)
  2540. # first try to disconnect if somehow they get connected from elsewhere
  2541. for act in self.ui.menuhelp_bookmarks.actions():
  2542. try:
  2543. act.triggered.disconnect()
  2544. except TypeError:
  2545. pass
  2546. # clear all actions except the last one who is the Bookmark manager
  2547. if act is self.ui.menuhelp_bookmarks.actions()[-1]:
  2548. pass
  2549. else:
  2550. self.ui.menuhelp_bookmarks.removeAction(act)
  2551. bm_limit = int(self.defaults["global_bookmarks_limit"])
  2552. if self.defaults["global_bookmarks"]:
  2553. # order the self.defaults["global_bookmarks"] dict keys by the value as integer
  2554. # the whole convoluted things is because when serializing the self.defaults (on app close or save)
  2555. # the JSON is first making the keys as strings (therefore I have to use strings too
  2556. # or do the conversion :(
  2557. # )
  2558. # and it is ordering them (actually I want that to make the defaults easy to search within) but making
  2559. # the '10' entry jsut after '1' therefore ordering as strings
  2560. sorted_bookmarks = sorted(list(self.defaults["global_bookmarks"].items())[:bm_limit],
  2561. key=lambda x: int(x[0]))
  2562. for entry, bookmark in sorted_bookmarks:
  2563. title = bookmark[0]
  2564. weblink = bookmark[1]
  2565. act = QtWidgets.QAction(parent=self.ui.menuhelp_bookmarks)
  2566. act.setText(title)
  2567. act.setIcon(QtGui.QIcon(self.resource_location + '/link16.png'))
  2568. # from here: https://stackoverflow.com/questions/20390323/pyqt-dynamic-generate-qmenu-action-and-connect
  2569. if title == 'Backup Site' and weblink == "":
  2570. act.triggered.connect(self.on_backup_site)
  2571. else:
  2572. act.triggered.connect(lambda sig, link=weblink: webbrowser.open(link))
  2573. self.ui.menuhelp_bookmarks.insertAction(self.ui.menuhelp_bookmarks_manager, act)
  2574. self.ui.menuhelp_bookmarks_manager.triggered.connect(self.on_bookmarks_manager)
  2575. def on_bookmarks_manager(self):
  2576. """
  2577. Adds the bookmark manager in a Tab in Plot Area
  2578. :return:
  2579. """
  2580. for idx in range(self.ui.plot_tab_area.count()):
  2581. if self.ui.plot_tab_area.tabText(idx) == _("Bookmarks Manager"):
  2582. # there can be only one instance of Bookmark Manager at one time
  2583. return
  2584. # BookDialog(app=self, storage=self.defaults["global_bookmarks"], parent=self.ui).exec_()
  2585. self.book_dialog_tab = BookmarkManager(app=self, storage=self.defaults["global_bookmarks"], parent=self.ui)
  2586. self.book_dialog_tab.setObjectName("bookmarks_tab")
  2587. # add the tab if it was closed
  2588. self.ui.plot_tab_area.addTab(self.book_dialog_tab, _("Bookmarks Manager"))
  2589. # delete the absolute and relative position and messages in the infobar
  2590. self.ui.position_label.setText("")
  2591. # self.ui.rel_position_label.setText("")
  2592. # Switch plot_area to preferences page
  2593. self.ui.plot_tab_area.setCurrentWidget(self.book_dialog_tab)
  2594. def on_backup_site(self):
  2595. msgbox = QtWidgets.QMessageBox()
  2596. msgbox.setText(_("This entry will resolve to another website if:\n\n"
  2597. "1. FlatCAM.org website is down\n"
  2598. "2. Someone forked FlatCAM project and wants to point\n"
  2599. "to his own website\n\n"
  2600. "If you can't get any informations about FlatCAM beta\n"
  2601. "use the YouTube channel link from the Help menu."))
  2602. msgbox.setWindowTitle(_("Alternative website"))
  2603. msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/globe16.png'))
  2604. msgbox.setIcon(QtWidgets.QMessageBox.Question)
  2605. bt_yes = msgbox.addButton(_('Close'), QtWidgets.QMessageBox.YesRole)
  2606. msgbox.setDefaultButton(bt_yes)
  2607. msgbox.exec_()
  2608. # response = msgbox.clickedButton()
  2609. def on_file_savedefaults(self):
  2610. """
  2611. Callback for menu item File->Save Defaults. Saves application default options
  2612. ``self.defaults`` to current_defaults.FlatConfig.
  2613. :return: None
  2614. """
  2615. self.preferencesUiManager.save_defaults()
  2616. def final_save(self):
  2617. """
  2618. Callback for doing a preferences save to file whenever the application is about to quit.
  2619. If the project has changes, it will ask the user to save the project.
  2620. :return: None
  2621. """
  2622. if self.save_in_progress:
  2623. self.inform.emit('[WARNING_NOTCL] %s' % _("Application is saving the project. Please wait ..."))
  2624. return
  2625. if self.should_we_save and self.collection.get_list():
  2626. msgbox = QtWidgets.QMessageBox()
  2627. msgbox.setText(_("There are files/objects modified in FlatCAM. "
  2628. "\n"
  2629. "Do you want to Save the project?"))
  2630. msgbox.setWindowTitle(_("Save changes"))
  2631. msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/save_as.png'))
  2632. msgbox.setIcon(QtWidgets.QMessageBox.Question)
  2633. bt_yes = msgbox.addButton(_('Yes'), QtWidgets.QMessageBox.YesRole)
  2634. bt_no = msgbox.addButton(_('No'), QtWidgets.QMessageBox.NoRole)
  2635. bt_cancel = msgbox.addButton(_('Cancel'), QtWidgets.QMessageBox.RejectRole)
  2636. msgbox.setDefaultButton(bt_yes)
  2637. msgbox.exec_()
  2638. response = msgbox.clickedButton()
  2639. if response == bt_yes:
  2640. try:
  2641. self.trayIcon.hide()
  2642. except Exception:
  2643. pass
  2644. self.on_file_saveprojectas(use_thread=True, quit_action=True)
  2645. elif response == bt_no:
  2646. try:
  2647. self.trayIcon.hide()
  2648. except Exception:
  2649. pass
  2650. self.quit_application()
  2651. elif response == bt_cancel:
  2652. return
  2653. else:
  2654. try:
  2655. self.trayIcon.hide()
  2656. except Exception:
  2657. pass
  2658. self.quit_application()
  2659. def quit_application(self):
  2660. """
  2661. Called (as a pyslot or not) when the application is quit.
  2662. :return: None
  2663. """
  2664. # close editors before quiting the app, if they are open
  2665. if self.geo_editor.editor_active is True:
  2666. self.geo_editor.deactivate()
  2667. try:
  2668. self.geo_editor.disconnect()
  2669. except TypeError:
  2670. pass
  2671. log.debug("App.quit_application() --> Geo Editor deactivated.")
  2672. if self.exc_editor.editor_active is True:
  2673. self.exc_editor.deactivate()
  2674. try:
  2675. self.grb_editor.disconnect()
  2676. except TypeError:
  2677. pass
  2678. log.debug("App.quit_application() --> Excellon Editor deactivated.")
  2679. if self.grb_editor.editor_active is True:
  2680. self.grb_editor.deactivate_grb_editor()
  2681. try:
  2682. self.exc_editor.disconnect()
  2683. except TypeError:
  2684. pass
  2685. log.debug("App.quit_application() --> Gerber Editor deactivated.")
  2686. # disconnect the mouse events
  2687. if self.is_legacy:
  2688. self.plotcanvas.graph_event_disconnect(self.mm)
  2689. self.plotcanvas.graph_event_disconnect(self.mp)
  2690. self.plotcanvas.graph_event_disconnect(self.mr)
  2691. self.plotcanvas.graph_event_disconnect(self.mdc)
  2692. self.plotcanvas.graph_event_disconnect(self.kp)
  2693. else:
  2694. self.mm = self.plotcanvas.graph_event_disconnect('mouse_move', self.on_mouse_move_over_plot)
  2695. self.mp = self.plotcanvas.graph_event_disconnect('mouse_press', self.on_mouse_click_over_plot)
  2696. self.mr = self.plotcanvas.graph_event_disconnect('mouse_release', self.on_mouse_click_release_over_plot)
  2697. self.mdc = self.plotcanvas.graph_event_disconnect('mouse_double_click',
  2698. self.on_mouse_double_click_over_plot)
  2699. self.kp = self.plotcanvas.graph_event_disconnect('key_press', self.ui.keyPressEvent)
  2700. self.preferencesUiManager.save_defaults(silent=True)
  2701. log.debug("App.quit_application() --> App Defaults saved.")
  2702. if self.cmd_line_headless != 1:
  2703. # save app state to file
  2704. stgs = QSettings("Open Source", "FlatCAM")
  2705. stgs.setValue('saved_gui_state', self.ui.saveState())
  2706. stgs.setValue('maximized_gui', self.ui.isMaximized())
  2707. stgs.setValue(
  2708. 'language',
  2709. self.ui.general_defaults_form.general_app_group.language_cb.get_value()
  2710. )
  2711. stgs.setValue(
  2712. 'notebook_font_size',
  2713. self.ui.general_defaults_form.general_app_set_group.notebook_font_size_spinner.get_value()
  2714. )
  2715. stgs.setValue(
  2716. 'axis_font_size',
  2717. self.ui.general_defaults_form.general_app_set_group.axis_font_size_spinner.get_value()
  2718. )
  2719. stgs.setValue(
  2720. 'textbox_font_size',
  2721. self.ui.general_defaults_form.general_app_set_group.textbox_font_size_spinner.get_value()
  2722. )
  2723. stgs.setValue(
  2724. 'hud_font_size',
  2725. self.ui.general_defaults_form.general_app_set_group.hud_font_size_spinner.get_value()
  2726. )
  2727. stgs.setValue('toolbar_lock', self.ui.lock_action.isChecked())
  2728. stgs.setValue(
  2729. 'machinist',
  2730. 1 if self.ui.general_defaults_form.general_app_set_group.machinist_cb.get_value() else 0
  2731. )
  2732. # This will write the setting to the platform specific storage.
  2733. del stgs
  2734. log.debug("App.quit_application() --> App UI state saved.")
  2735. # try to quit the Socket opened by ArgsThread class
  2736. try:
  2737. # self.new_launch.thread_exit = True
  2738. # self.new_launch.listener.close()
  2739. self.new_launch.stop.emit()
  2740. except Exception as err:
  2741. log.debug("App.quit_application() --> %s" % str(err))
  2742. # try to quit the QThread that run ArgsThread class
  2743. try:
  2744. # del self.new_launch
  2745. self.listen_th.quit()
  2746. except Exception as e:
  2747. log.debug("App.quit_application() --> %s" % str(e))
  2748. # terminate workers
  2749. # self.workers.__del__()
  2750. self.clear_pool()
  2751. # quit app by signalling for self.kill_app() method
  2752. # self.close_app_signal.emit()
  2753. QtWidgets.qApp.quit()
  2754. # QtCore.QCoreApplication.quit()
  2755. # When the main event loop is not started yet in which case the qApp.quit() will do nothing
  2756. # we use the following command
  2757. minor_v = sys.version_info.minor
  2758. if minor_v < 8:
  2759. # make sure that the app closes
  2760. sys.exit(0)
  2761. else:
  2762. os._exit(0) # fix to work with Python 3.8
  2763. @staticmethod
  2764. def kill_app():
  2765. QtWidgets.qApp.quit()
  2766. # When the main event loop is not started yet in which case the qApp.quit() will do nothing
  2767. # we use the following command
  2768. sys.exit(0)
  2769. def on_portable_checked(self, state):
  2770. """
  2771. Callback called when the checkbox in Preferences GUI is checked.
  2772. It will set the application as portable by creating the preferences and recent files in the
  2773. 'config' folder found in the FlatCAM installation folder.
  2774. :param state: boolean, the state of the checkbox when clicked/checked
  2775. :return:
  2776. """
  2777. line_no = 0
  2778. data = None
  2779. if sys.platform != 'win32':
  2780. # this won't work in Linux or MacOS
  2781. return
  2782. # test if the app was frozen and choose the path for the configuration file
  2783. if getattr(sys, "frozen", False) is True:
  2784. current_data_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) + '\\config'
  2785. else:
  2786. current_data_path = os.path.dirname(os.path.realpath(__file__)) + '\\config'
  2787. config_file = current_data_path + '\\configuration.txt'
  2788. try:
  2789. with open(config_file, 'r') as f:
  2790. try:
  2791. data = f.readlines()
  2792. except Exception as e:
  2793. log.debug('App.__init__() -->%s' % str(e))
  2794. return
  2795. except FileNotFoundError:
  2796. pass
  2797. for line in data:
  2798. line = line.strip('\n')
  2799. param = str(line).rpartition('=')
  2800. if param[0] == 'portable':
  2801. break
  2802. line_no += 1
  2803. if state:
  2804. data[line_no] = 'portable=True\n'
  2805. # create the new defauults files
  2806. # create current_defaults.FlatConfig file if there is none
  2807. try:
  2808. f = open(current_data_path + '/current_defaults.FlatConfig')
  2809. f.close()
  2810. except IOError:
  2811. App.log.debug('Creating empty current_defaults.FlatConfig')
  2812. f = open(current_data_path + '/current_defaults.FlatConfig', 'w')
  2813. json.dump({}, f)
  2814. f.close()
  2815. # create factory_defaults.FlatConfig file if there is none
  2816. try:
  2817. f = open(current_data_path + '/factory_defaults.FlatConfig')
  2818. f.close()
  2819. except IOError:
  2820. App.log.debug('Creating empty factory_defaults.FlatConfig')
  2821. f = open(current_data_path + '/factory_defaults.FlatConfig', 'w')
  2822. json.dump({}, f)
  2823. f.close()
  2824. try:
  2825. f = open(current_data_path + '/recent.json')
  2826. f.close()
  2827. except IOError:
  2828. App.log.debug('Creating empty recent.json')
  2829. f = open(current_data_path + '/recent.json', 'w')
  2830. json.dump([], f)
  2831. f.close()
  2832. try:
  2833. fp = open(current_data_path + '/recent_projects.json')
  2834. fp.close()
  2835. except IOError:
  2836. App.log.debug('Creating empty recent_projects.json')
  2837. fp = open(current_data_path + '/recent_projects.json', 'w')
  2838. json.dump([], fp)
  2839. fp.close()
  2840. # save the current defaults to the new defaults file
  2841. self.preferencesUiManager.save_defaults(silent=True, data_path=current_data_path)
  2842. else:
  2843. data[line_no] = 'portable=False\n'
  2844. with open(config_file, 'w') as f:
  2845. f.writelines(data)
  2846. def on_register_files(self, obj_type=None):
  2847. """
  2848. Called whenever there is a need to register file extensions with FlatCAM.
  2849. Works only in Windows and should be called only when FlatCAM is run in Windows.
  2850. :param obj_type: the type of object to be register for.
  2851. Can be: 'gerber', 'excellon' or 'gcode'. 'geometry' is not used for the moment.
  2852. :return: None
  2853. """
  2854. log.debug("Manufacturing files extensions are registered with FlatCAM.")
  2855. new_reg_path = 'Software\\Classes\\'
  2856. # find if the current user is admin
  2857. try:
  2858. is_admin = os.getuid() == 0
  2859. except AttributeError:
  2860. is_admin = ctypes.windll.shell32.IsUserAnAdmin() == 1
  2861. if is_admin is True:
  2862. root_path = winreg.HKEY_LOCAL_MACHINE
  2863. else:
  2864. root_path = winreg.HKEY_CURRENT_USER
  2865. # create the keys
  2866. def set_reg(name, root_pth, new_reg_path, value):
  2867. try:
  2868. winreg.CreateKey(root_pth, new_reg_path)
  2869. with winreg.OpenKey(root_pth, new_reg_path, 0, winreg.KEY_WRITE) as registry_key:
  2870. winreg.SetValueEx(registry_key, name, 0, winreg.REG_SZ, value)
  2871. return True
  2872. except WindowsError:
  2873. return False
  2874. # delete key in registry
  2875. def delete_reg(root_pth, reg_path, key_to_del):
  2876. key_to_del_path = reg_path + key_to_del
  2877. try:
  2878. winreg.DeleteKey(root_pth, key_to_del_path)
  2879. return True
  2880. except WindowsError:
  2881. return False
  2882. if obj_type is None or obj_type == 'excellon':
  2883. exc_list = \
  2884. self.ui.util_defaults_form.fa_excellon_group.exc_list_text.get_value().replace(' ', '').split(',')
  2885. exc_list = [x for x in exc_list if x != '']
  2886. # register all keys in the Preferences window
  2887. for ext in exc_list:
  2888. new_k = new_reg_path + '.%s' % ext
  2889. set_reg('', root_path=root_path, new_reg_path=new_k, value='FlatCAM')
  2890. # and unregister those that are no longer in the Preferences windows but are in the file
  2891. for ext in self.defaults["fa_excellon"].replace(' ', '').split(','):
  2892. if ext not in exc_list:
  2893. delete_reg(root_path=root_path, reg_path=new_reg_path, key_to_del='.%s' % ext)
  2894. # now write the updated extensions to the self.defaults
  2895. # new_ext = ''
  2896. # for ext in exc_list:
  2897. # new_ext = new_ext + ext + ', '
  2898. # self.defaults["fa_excellon"] = new_ext
  2899. self.inform.emit('[success] %s' % _("Selected Excellon file extensions registered with FlatCAM."))
  2900. if obj_type is None or obj_type == 'gcode':
  2901. gco_list = self.ui.util_defaults_form.fa_gcode_group.gco_list_text.get_value().replace(' ', '').split(',')
  2902. gco_list = [x for x in gco_list if x != '']
  2903. # register all keys in the Preferences window
  2904. for ext in gco_list:
  2905. new_k = new_reg_path + '.%s' % ext
  2906. set_reg('', root_path=root_path, new_reg_path=new_k, value='FlatCAM')
  2907. # and unregister those that are no longer in the Preferences windows but are in the file
  2908. for ext in self.defaults["fa_gcode"].replace(' ', '').split(','):
  2909. if ext not in gco_list:
  2910. delete_reg(root_path=root_path, reg_path=new_reg_path, key_to_del='.%s' % ext)
  2911. # now write the updated extensions to the self.defaults
  2912. # new_ext = ''
  2913. # for ext in gco_list:
  2914. # new_ext = new_ext + ext + ', '
  2915. # self.defaults["fa_gcode"] = new_ext
  2916. self.inform.emit('[success] %s' %
  2917. _("Selected GCode file extensions registered with FlatCAM."))
  2918. if obj_type is None or obj_type == 'gerber':
  2919. grb_list = self.ui.util_defaults_form.fa_gerber_group.grb_list_text.get_value().replace(' ', '').split(',')
  2920. grb_list = [x for x in grb_list if x != '']
  2921. # register all keys in the Preferences window
  2922. for ext in grb_list:
  2923. new_k = new_reg_path + '.%s' % ext
  2924. set_reg('', root_path=root_path, new_reg_path=new_k, value='FlatCAM')
  2925. # and unregister those that are no longer in the Preferences windows but are in the file
  2926. for ext in self.defaults["fa_gerber"].replace(' ', '').split(','):
  2927. if ext not in grb_list:
  2928. delete_reg(root_path=root_path, reg_path=new_reg_path, key_to_del='.%s' % ext)
  2929. # now write the updated extensions to the self.defaults
  2930. # new_ext = ''
  2931. # for ext in grb_list:
  2932. # new_ext = new_ext + ext + ', '
  2933. # self.defaults["fa_gerber"] = new_ext
  2934. self.inform.emit('[success] %s' %
  2935. _("Selected Gerber file extensions registered with FlatCAM."))
  2936. def add_extension(self, ext_type):
  2937. """
  2938. Add a file extension to the list for a specific object
  2939. :param ext_type: type of FlatCAM object: excellon, gerber, geometry and then 'not FlatCAM object' keyword
  2940. :return:
  2941. """
  2942. if ext_type == 'excellon':
  2943. new_ext = self.ui.util_defaults_form.fa_excellon_group.ext_entry.get_value()
  2944. if new_ext == '':
  2945. return
  2946. old_val = self.ui.util_defaults_form.fa_excellon_group.exc_list_text.get_value().replace(' ', '').split(',')
  2947. if new_ext in old_val:
  2948. return
  2949. old_val.append(new_ext)
  2950. old_val.sort()
  2951. self.ui.util_defaults_form.fa_excellon_group.exc_list_text.set_value(', '.join(old_val))
  2952. if ext_type == 'gcode':
  2953. new_ext = self.ui.util_defaults_form.fa_gcode_group.ext_entry.get_value()
  2954. if new_ext == '':
  2955. return
  2956. old_val = self.ui.util_defaults_form.fa_gcode_group.gco_list_text.get_value().replace(' ', '').split(',')
  2957. if new_ext in old_val:
  2958. return
  2959. old_val.append(new_ext)
  2960. old_val.sort()
  2961. self.ui.util_defaults_form.fa_gcode_group.gco_list_text.set_value(', '.join(old_val))
  2962. if ext_type == 'gerber':
  2963. new_ext = self.ui.util_defaults_form.fa_gerber_group.ext_entry.get_value()
  2964. if new_ext == '':
  2965. return
  2966. old_val = self.ui.util_defaults_form.fa_gerber_group.grb_list_text.get_value().replace(' ', '').split(',')
  2967. if new_ext in old_val:
  2968. return
  2969. old_val.append(new_ext)
  2970. old_val.sort()
  2971. self.ui.util_defaults_form.fa_gerber_group.grb_list_text.set_value(', '.join(old_val))
  2972. if ext_type == 'keyword':
  2973. new_kw = self.ui.util_defaults_form.kw_group.kw_entry.get_value()
  2974. if new_kw == '':
  2975. return
  2976. old_val = self.ui.util_defaults_form.kw_group.kw_list_text.get_value().replace(' ', '').split(',')
  2977. if new_kw in old_val:
  2978. return
  2979. old_val.append(new_kw)
  2980. old_val.sort()
  2981. self.ui.util_defaults_form.kw_group.kw_list_text.set_value(', '.join(old_val))
  2982. # update the self.myKeywords so the model is updated
  2983. self.autocomplete_kw_list = \
  2984. self.ui.util_defaults_form.kw_group.kw_list_text.get_value().replace(' ', '').split(',')
  2985. self.myKeywords = self.tcl_commands_list + self.autocomplete_kw_list + self.tcl_keywords
  2986. self.shell._edit.set_model_data(self.myKeywords)
  2987. def del_extension(self, ext_type):
  2988. """
  2989. Remove a file extension from the list for a specific object
  2990. :param ext_type: type of FlatCAM object: excellon, gerber, geometry and then 'not FlatCAM object' keyword
  2991. :return:
  2992. """
  2993. if ext_type == 'excellon':
  2994. new_ext = self.ui.util_defaults_form.fa_excellon_group.ext_entry.get_value()
  2995. if new_ext == '':
  2996. return
  2997. old_val = self.ui.util_defaults_form.fa_excellon_group.exc_list_text.get_value().replace(' ', '').split(',')
  2998. if new_ext not in old_val:
  2999. return
  3000. old_val.remove(new_ext)
  3001. old_val.sort()
  3002. self.ui.util_defaults_form.fa_excellon_group.exc_list_text.set_value(', '.join(old_val))
  3003. if ext_type == 'gcode':
  3004. new_ext = self.ui.util_defaults_form.fa_gcode_group.ext_entry.get_value()
  3005. if new_ext == '':
  3006. return
  3007. old_val = self.ui.util_defaults_form.fa_gcode_group.gco_list_text.get_value().replace(' ', '').split(',')
  3008. if new_ext not in old_val:
  3009. return
  3010. old_val.remove(new_ext)
  3011. old_val.sort()
  3012. self.ui.util_defaults_form.fa_gcode_group.gco_list_text.set_value(', '.join(old_val))
  3013. if ext_type == 'gerber':
  3014. new_ext = self.ui.util_defaults_form.fa_gerber_group.ext_entry.get_value()
  3015. if new_ext == '':
  3016. return
  3017. old_val = self.ui.util_defaults_form.fa_gerber_group.grb_list_text.get_value().replace(' ', '').split(',')
  3018. if new_ext not in old_val:
  3019. return
  3020. old_val.remove(new_ext)
  3021. old_val.sort()
  3022. self.ui.util_defaults_form.fa_gerber_group.grb_list_text.set_value(', '.join(old_val))
  3023. if ext_type == 'keyword':
  3024. new_kw = self.ui.util_defaults_form.kw_group.kw_entry.get_value()
  3025. if new_kw == '':
  3026. return
  3027. old_val = self.ui.util_defaults_form.kw_group.kw_list_text.get_value().replace(' ', '').split(',')
  3028. if new_kw not in old_val:
  3029. return
  3030. old_val.remove(new_kw)
  3031. old_val.sort()
  3032. self.ui.util_defaults_form.kw_group.kw_list_text.set_value(', '.join(old_val))
  3033. # update the self.myKeywords so the model is updated
  3034. self.autocomplete_kw_list = \
  3035. self.ui.util_defaults_form.kw_group.kw_list_text.get_value().replace(' ', '').split(',')
  3036. self.myKeywords = self.tcl_commands_list + self.autocomplete_kw_list + self.tcl_keywords
  3037. self.shell._edit.set_model_data(self.myKeywords)
  3038. def restore_extensions(self, ext_type):
  3039. """
  3040. Restore all file extensions associations with FlatCAM, for a specific object
  3041. :param ext_type: type of FlatCAM object: excellon, gerber, geometry and then 'not FlatCAM object' keyword
  3042. :return:
  3043. """
  3044. if ext_type == 'excellon':
  3045. # don't add 'txt' to the associations (too many files are .txt and not Excellon) but keep it in the list
  3046. # for the ability to open Excellon files with .txt extension
  3047. new_exc_list = deepcopy(self.exc_list)
  3048. try:
  3049. new_exc_list.remove('txt')
  3050. except ValueError:
  3051. pass
  3052. self.ui.util_defaults_form.fa_excellon_group.exc_list_text.set_value(', '.join(new_exc_list))
  3053. if ext_type == 'gcode':
  3054. self.ui.util_defaults_form.fa_gcode_group.gco_list_text.set_value(', '.join(self.gcode_list))
  3055. if ext_type == 'gerber':
  3056. self.ui.util_defaults_form.fa_gerber_group.grb_list_text.set_value(', '.join(self.grb_list))
  3057. if ext_type == 'keyword':
  3058. self.ui.util_defaults_form.kw_group.kw_list_text.set_value(', '.join(self.default_keywords))
  3059. # update the self.myKeywords so the model is updated
  3060. self.autocomplete_kw_list = self.default_keywords
  3061. self.myKeywords = self.tcl_commands_list + self.autocomplete_kw_list + self.tcl_keywords
  3062. self.shell._edit.set_model_data(self.myKeywords)
  3063. def delete_all_extensions(self, ext_type):
  3064. """
  3065. Delete all file extensions associations with FlatCAM, for a specific object
  3066. :param ext_type: type of FlatCAM object: excellon, gerber, geometry and then 'not FlatCAM object' keyword
  3067. :return:
  3068. """
  3069. if ext_type == 'excellon':
  3070. self.ui.util_defaults_form.fa_excellon_group.exc_list_text.set_value('')
  3071. if ext_type == 'gcode':
  3072. self.ui.util_defaults_form.fa_gcode_group.gco_list_text.set_value('')
  3073. if ext_type == 'gerber':
  3074. self.ui.util_defaults_form.fa_gerber_group.grb_list_text.set_value('')
  3075. if ext_type == 'keyword':
  3076. self.ui.util_defaults_form.kw_group.kw_list_text.set_value('')
  3077. # update the self.myKeywords so the model is updated
  3078. self.myKeywords = self.tcl_commands_list + self.tcl_keywords
  3079. self.shell._edit.set_model_data(self.myKeywords)
  3080. def on_edit_join(self, name=None):
  3081. """
  3082. Callback for Edit->Join. Joins the selected geometry objects into
  3083. a new one.
  3084. :return: None
  3085. """
  3086. self.defaults.report_usage("on_edit_join()")
  3087. obj_name_single = str(name) if name else "Combo_SingleGeo"
  3088. obj_name_multi = str(name) if name else "Combo_MultiGeo"
  3089. geo_type_set = set()
  3090. objs = self.collection.get_selected()
  3091. if len(objs) < 2:
  3092. self.inform.emit('[ERROR_NOTCL] %s: %d' %
  3093. (_("At least two objects are required for join. Objects currently selected"), len(objs)))
  3094. return 'fail'
  3095. for obj in objs:
  3096. geo_type_set.add(obj.multigeo)
  3097. # if len(geo_type_list) == 1 means that all list elements are the same
  3098. if len(geo_type_set) != 1:
  3099. self.inform.emit('[ERROR] %s' %
  3100. _("Failed join. The Geometry objects are of different types.\n"
  3101. "At least one is MultiGeo type and the other is SingleGeo type. A possibility is to "
  3102. "convert from one to another and retry joining \n"
  3103. "but in the case of converting from MultiGeo to SingleGeo, informations may be lost and "
  3104. "the result may not be what was expected. \n"
  3105. "Check the generated GCODE."))
  3106. return
  3107. # if at least one True object is in the list then due of the previous check, all list elements are True objects
  3108. if True in geo_type_set:
  3109. def initialize(geo_obj, app):
  3110. GeometryObject.merge(geo_list=objs, geo_final=geo_obj, multigeo=True)
  3111. app.inform.emit('[success] %s.' % _("Geometry merging finished"))
  3112. # rename all the ['name] key in obj.tools[tooluid]['data'] to the obj_name_multi
  3113. for v in geo_obj.tools.values():
  3114. v['data']['name'] = obj_name_multi
  3115. self.app_obj.new_object("geometry", obj_name_multi, initialize)
  3116. else:
  3117. def initialize(geo_obj, app):
  3118. GeometryObject.merge(geo_list=objs, geo_final=geo_obj, multigeo=False)
  3119. app.inform.emit('[success] %s.' % _("Geometry merging finished"))
  3120. # rename all the ['name] key in obj.tools[tooluid]['data'] to the obj_name_multi
  3121. for v in geo_obj.tools.values():
  3122. v['data']['name'] = obj_name_single
  3123. self.app_obj.new_object("geometry", obj_name_single, initialize)
  3124. self.should_we_save = True
  3125. def on_edit_join_exc(self):
  3126. """
  3127. Callback for Edit->Join Excellon. Joins the selected Excellon objects into
  3128. a new Excellon.
  3129. :return: None
  3130. """
  3131. self.defaults.report_usage("on_edit_join_exc()")
  3132. objs = self.collection.get_selected()
  3133. for obj in objs:
  3134. if not isinstance(obj, ExcellonObject):
  3135. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Excellon joining works only on Excellon objects."))
  3136. return
  3137. if len(objs) < 2:
  3138. self.inform.emit('[ERROR_NOTCL] %s: %d' %
  3139. (_("At least two objects are required for join. Objects currently selected"), len(objs)))
  3140. return 'fail'
  3141. def initialize(exc_obj, app):
  3142. ExcellonObject.merge(exc_list=objs, exc_final=exc_obj, decimals=self.decimals)
  3143. app.inform.emit('[success] %s.' % _("Excellon merging finished"))
  3144. self.app_obj.new_object("excellon", 'Combo_Excellon', initialize)
  3145. self.should_we_save = True
  3146. def on_edit_join_grb(self):
  3147. """
  3148. Callback for Edit->Join Gerber. Joins the selected Gerber objects into
  3149. a new Gerber object.
  3150. :return: None
  3151. """
  3152. self.defaults.report_usage("on_edit_join_grb()")
  3153. objs = self.collection.get_selected()
  3154. for obj in objs:
  3155. if not isinstance(obj, GerberObject):
  3156. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Gerber joining works only on Gerber objects."))
  3157. return
  3158. if len(objs) < 2:
  3159. self.inform.emit('[ERROR_NOTCL] %s: %d' %
  3160. (_("At least two objects are required for join. Objects currently selected"), len(objs)))
  3161. return 'fail'
  3162. def initialize(grb_obj, app):
  3163. GerberObject.merge(grb_list=objs, grb_final=grb_obj)
  3164. app.inform.emit('[success] %s.' % _("Gerber merging finished"))
  3165. self.app_obj.new_object("gerber", 'Combo_Gerber', initialize)
  3166. self.should_we_save = True
  3167. def on_convert_singlegeo_to_multigeo(self):
  3168. """
  3169. Called for converting a Geometry object from single-geo to multi-geo.
  3170. Single-geo Geometry objects store their geometry data into self.solid_geometry.
  3171. Multi-geo Geometry objects store their geometry data into the self.tools dictionary, each key (a tool actually)
  3172. having as a value another dictionary. This value dictionary has one of it's keys 'solid_geometry' which holds
  3173. the solid-geometry of that tool.
  3174. :return: None
  3175. """
  3176. self.defaults.report_usage("on_convert_singlegeo_to_multigeo()")
  3177. obj = self.collection.get_active()
  3178. if obj is None:
  3179. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Select a Geometry Object and try again."))
  3180. return
  3181. if not isinstance(obj, GeometryObject):
  3182. self.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Expected a GeometryObject, got"), type(obj)))
  3183. return
  3184. obj.multigeo = True
  3185. for tooluid, dict_value in obj.tools.items():
  3186. dict_value['solid_geometry'] = deepcopy(obj.solid_geometry)
  3187. if not isinstance(obj.solid_geometry, list):
  3188. obj.solid_geometry = [obj.solid_geometry]
  3189. # obj.solid_geometry[:] = []
  3190. obj.plot()
  3191. self.should_we_save = True
  3192. self.inform.emit('[success] %s' % _("A Geometry object was converted to MultiGeo type."))
  3193. def on_convert_multigeo_to_singlegeo(self):
  3194. """
  3195. Called for converting a Geometry object from multi-geo to single-geo.
  3196. Single-geo Geometry objects store their geometry data into self.solid_geometry.
  3197. Multi-geo Geometry objects store their geometry data into the self.tools dictionary, each key (a tool actually)
  3198. having as a value another dictionary. This value dictionary has one of it's keys 'solid_geometry' which holds
  3199. the solid-geometry of that tool.
  3200. :return: None
  3201. """
  3202. self.defaults.report_usage("on_convert_multigeo_to_singlegeo()")
  3203. obj = self.collection.get_active()
  3204. if obj is None:
  3205. self.inform.emit('[ERROR_NOTCL] %s' %
  3206. _("Failed. Select a Geometry Object and try again."))
  3207. return
  3208. if not isinstance(obj, GeometryObject):
  3209. self.inform.emit('[ERROR_NOTCL] %s: %s' %
  3210. (_("Expected a GeometryObject, got"), type(obj)))
  3211. return
  3212. obj.multigeo = False
  3213. total_solid_geometry = []
  3214. for tooluid, dict_value in obj.tools.items():
  3215. total_solid_geometry += deepcopy(dict_value['solid_geometry'])
  3216. # clear the original geometry
  3217. dict_value['solid_geometry'][:] = []
  3218. obj.solid_geometry = deepcopy(total_solid_geometry)
  3219. obj.plot()
  3220. self.should_we_save = True
  3221. self.inform.emit('[success] %s' %
  3222. _("A Geometry object was converted to SingleGeo type."))
  3223. def on_defaults_dict_change(self, field):
  3224. """
  3225. Called whenever a key changed in the self.defaults dictionary. It will set the required GUI element in the
  3226. Edit -> Preferences tab window.
  3227. :param field: the key of the self.defaults dictionary that was changed.
  3228. :return: None
  3229. """
  3230. self.preferencesUiManager.defaults_write_form_field(field=field)
  3231. if field == "units":
  3232. self.set_screen_units(self.defaults['units'])
  3233. def set_screen_units(self, units):
  3234. """
  3235. Set the FlatCAM units on the status bar.
  3236. :param units: the new measuring units to be displayed in FlatCAM's status bar.
  3237. :return: None
  3238. """
  3239. self.ui.units_label.setText("[" + units.lower() + "]")
  3240. def on_toggle_units_click(self):
  3241. try:
  3242. self.ui.general_defaults_form.general_app_group.units_radio.activated_custom.disconnect()
  3243. except (TypeError, AttributeError):
  3244. pass
  3245. if self.defaults["units"] == 'MM':
  3246. self.ui.general_defaults_form.general_app_group.units_radio.set_value("IN")
  3247. else:
  3248. self.ui.general_defaults_form.general_app_group.units_radio.set_value("MM")
  3249. self.on_toggle_units(no_pref=True)
  3250. self.ui.general_defaults_form.general_app_group.units_radio.activated_custom.connect(
  3251. lambda: self.on_toggle_units(no_pref=False))
  3252. def on_toggle_units(self, no_pref=False):
  3253. """
  3254. Callback for the Units radio-button change in the Preferences tab.
  3255. Changes the application's default units adn for the project too.
  3256. If changing the project's units, the change propagates to all of
  3257. the objects in the project.
  3258. :return: None
  3259. """
  3260. self.defaults.report_usage("on_toggle_units")
  3261. if self.toggle_units_ignore:
  3262. return
  3263. new_units = self.ui.general_defaults_form.general_app_group.units_radio.get_value().upper()
  3264. # If option is the same, then ignore
  3265. if new_units == self.defaults["units"].upper():
  3266. self.log.debug("on_toggle_units(): Same as previous, ignoring.")
  3267. return
  3268. # Keys in self.defaults for which to scale their values
  3269. dimensions = ['tools_iso_tooldia', 'gerber_noncoppermargin', 'gerber_bboxmargin',
  3270. "gerber_editor_newsize", "gerber_editor_lin_pitch", "gerber_editor_buff_f",
  3271. "tools_iso_tool_vtipdia",
  3272. "tools_iso_tool_cutz", "gerber_editor_newdim", "gerber_editor_ma_low",
  3273. "gerber_editor_ma_high",
  3274. 'excellon_cutz', 'excellon_travelz', "excellon_toolchangexy", 'excellon_offset',
  3275. 'excellon_feedrate_z', 'excellon_feedrate_rapid', 'excellon_toolchangez',
  3276. 'excellon_tooldia', 'excellon_slot_tooldia', 'excellon_endz', 'excellon_endxy',
  3277. "excellon_feedrate_probe", "excellon_milling_dia",
  3278. "excellon_z_pdepth", "excellon_editor_newdia", "excellon_editor_lin_pitch",
  3279. "excellon_editor_slot_lin_pitch", "excellon_editor_slot_length",
  3280. 'geometry_cutz', "geometry_depthperpass", 'geometry_travelz', 'geometry_feedrate',
  3281. 'geometry_feedrate_rapid', "geometry_toolchangez", "geometry_feedrate_z",
  3282. "geometry_toolchangexy", 'geometry_cnctooldia', 'geometry_endz', 'geometry_endxy',
  3283. "geometry_extracut_length", "geometry_z_pdepth",
  3284. "geometry_feedrate_probe", "geometry_startz", "geometry_segx", "geometry_segy",
  3285. 'cncjob_tooldia',
  3286. 'tools_paintmargin', 'tools_painttooldia', "tools_paintcutz", "tools_painttipdia",
  3287. "tools_paintnewdia",
  3288. "tools_ncctools", "tools_nccmargin", "tools_ncccutz", "tools_ncctipdia",
  3289. "tools_nccnewdia", "tools_ncc_offset_value",
  3290. "tools_2sided_drilldia",
  3291. "tools_film_boundary", "tools_film_scale_stroke",
  3292. "tools_cutouttooldia", 'tools_cutoutmargin', 'tools_cutoutgapsize', "tools_cutout_z",
  3293. "tools_cutout_depthperpass",
  3294. "tools_panelize_constrainx", "tools_panelize_constrainy", "tools_panelize_spacing_columns",
  3295. "tools_panelize_spacing_rows",
  3296. "tools_calc_vshape_tip_dia", "tools_calc_vshape_cut_z",
  3297. "tools_transform_offset_x", "tools_transform_offset_y", "tools_transform_mirror_point",
  3298. "tools_transform_buffer_dis",
  3299. "tools_solderpaste_tools", "tools_solderpaste_new", "tools_solderpaste_z_start",
  3300. "tools_solderpaste_z_dispense", "tools_solderpaste_z_stop", "tools_solderpaste_z_travel",
  3301. "tools_solderpaste_z_toolchange", "tools_solderpaste_xy_toolchange", "tools_solderpaste_frxy",
  3302. "tools_solderpaste_frz", "tools_solderpaste_frz_dispense",
  3303. "tools_cr_trace_size_val", "tools_cr_c2c_val", "tools_cr_c2o_val", "tools_cr_s2s_val",
  3304. "tools_cr_s2sm_val", "tools_cr_s2o_val", "tools_cr_sm2sm_val", "tools_cr_ri_val",
  3305. "tools_cr_h2h_val", "tools_cr_dh_val",
  3306. "tools_fiducials_dia", "tools_fiducials_margin", "tools_fiducials_line_thickness",
  3307. "tools_copper_thieving_clearance", "tools_copper_thieving_margin",
  3308. "tools_copper_thieving_dots_dia", "tools_copper_thieving_dots_spacing",
  3309. "tools_copper_thieving_squares_size", "tools_copper_thieving_squares_spacing",
  3310. "tools_copper_thieving_lines_size", "tools_copper_thieving_lines_spacing",
  3311. "tools_copper_thieving_rb_margin", "tools_copper_thieving_rb_thickness",
  3312. "tools_copper_thieving_mask_clearance",
  3313. "tools_cal_travelz", "tools_cal_verz", "tools_cal_toolchangez", "tools_cal_toolchange_xy",
  3314. "tools_edrills_hole_fixed_dia", "tools_edrills_circular_ring", "tools_edrills_oblong_ring",
  3315. "tools_edrills_square_ring", "tools_edrills_rectangular_ring", "tools_edrills_others_ring",
  3316. "tools_punch_hole_fixed_dia", "tools_punch_circular_ring", "tools_punch_oblong_ring",
  3317. "tools_punch_square_ring", "tools_punch_rectangular_ring", "tools_punch_others_ring",
  3318. "tools_invert_margin",
  3319. 'global_gridx', 'global_gridy', 'global_snap_max', "global_tolerance",
  3320. 'global_tpdf_bmargin', 'global_tpdf_tmargin', 'global_tpdf_rmargin', 'global_tpdf_lmargin']
  3321. def scale_defaults(sfactor):
  3322. for dim in dimensions:
  3323. if dim in [
  3324. 'gerber_editor_newdim', 'excellon_toolchangexy', 'geometry_toolchangexy', 'excellon_endxy',
  3325. 'geometry_endxy', 'tools_solderpaste_xy_toolchange', 'tools_cal_toolchange_xy',
  3326. 'tools_transform_mirror_point'
  3327. ]:
  3328. if self.defaults[dim] is None or self.defaults[dim] == '':
  3329. continue
  3330. try:
  3331. coordinates = self.defaults[dim].split(",")
  3332. coords_xy = [float(eval(a)) for a in coordinates if a != '']
  3333. coords_xy[0] *= sfactor
  3334. coords_xy[1] *= sfactor
  3335. self.defaults[dim] = "%.*f, %.*f" % (
  3336. self.decimals, coords_xy[0], self.decimals, coords_xy[1])
  3337. except Exception as e:
  3338. log.debug("App.on_toggle_units.scale_defaults() --> 'string tuples': %s" % str(e))
  3339. elif dim in [
  3340. 'geometry_cnctooldia', 'tools_ncctools', 'tools_solderpaste_tools'
  3341. ]:
  3342. if self.defaults[dim] is None or self.defaults[dim] == '':
  3343. continue
  3344. try:
  3345. self.defaults[dim] = float(self.defaults[dim])
  3346. tools_diameters = [self.defaults[dim]]
  3347. except ValueError:
  3348. try:
  3349. tools_string = self.defaults[dim].split(",")
  3350. tools_diameters = [eval(a) for a in tools_string if a != '']
  3351. except Exception as e:
  3352. log.debug("App.on_toggle_units().scale_options() --> %s" % str(e))
  3353. continue
  3354. self.defaults[dim] = ''
  3355. td_len = len(tools_diameters)
  3356. if td_len > 1:
  3357. for t in range(td_len):
  3358. tools_diameters[t] *= sfactor
  3359. self.defaults[dim] += "%.*f," % (self.decimals, tools_diameters[t])
  3360. else:
  3361. tools_diameters[0] *= sfactor
  3362. self.defaults[dim] += "%.*f" % (self.decimals, tools_diameters[0])
  3363. elif dim in ['global_gridx', 'global_gridy']:
  3364. # format the number of decimals to the one specified in self.decimals
  3365. try:
  3366. val = float(self.defaults[dim]) * sfactor
  3367. except Exception as e:
  3368. log.debug('App.on_toggle_units().scale_defaults() --> %s' % str(e))
  3369. continue
  3370. self.defaults[dim] = float('%.*f' % (self.decimals, val))
  3371. else:
  3372. # the number of decimals for the rest is kept unchanged
  3373. if self.defaults[dim]:
  3374. try:
  3375. val = float(self.defaults[dim]) * sfactor
  3376. except Exception as e:
  3377. log.debug('App.on_toggle_units().scale_defaults() --> Value: %s %s' % (str(dim), str(e)))
  3378. continue
  3379. self.defaults[dim] = val
  3380. # The scaling factor depending on choice of units.
  3381. factor = 25.4 if new_units == 'MM' else 1 / 25.4
  3382. # Changing project units. Warn user.
  3383. msgbox = QtWidgets.QMessageBox()
  3384. msgbox.setWindowTitle(_("Toggle Units"))
  3385. msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/toggle_units32.png'))
  3386. msgbox.setIcon(QtWidgets.QMessageBox.Question)
  3387. msgbox.setText(_("Changing the units of the project\n"
  3388. "will scale all objects.\n\n"
  3389. "Do you want to continue?"))
  3390. bt_ok = msgbox.addButton(_('Ok'), QtWidgets.QMessageBox.AcceptRole)
  3391. msgbox.addButton(_('Cancel'), QtWidgets.QMessageBox.RejectRole)
  3392. msgbox.setDefaultButton(bt_ok)
  3393. msgbox.exec_()
  3394. response = msgbox.clickedButton()
  3395. if response == bt_ok:
  3396. if no_pref is False:
  3397. self.preferencesUiManager.defaults_read_form()
  3398. scale_defaults(factor)
  3399. self.preferencesUiManager.defaults_write_form(fl_units=new_units)
  3400. self.defaults["units"] = new_units
  3401. # update the defaults from form, some may assume that the conversion is enough and it's not
  3402. self.on_options_app2project()
  3403. # update the objects
  3404. for obj in self.collection.get_list():
  3405. obj.convert_units(new_units)
  3406. # make that the properties stored in the object are also updated
  3407. self.app_obj.object_changed.emit(obj)
  3408. # rebuild the object UI
  3409. obj.build_ui()
  3410. # change this only if the workspace is active
  3411. if self.defaults['global_workspace'] is True:
  3412. self.plotcanvas.draw_workspace(pagesize=self.defaults['global_workspaceT'])
  3413. # adjust the grid values on the main toolbar
  3414. val_x = float(self.defaults['global_gridx']) * factor
  3415. val_y = val_x if self.ui.grid_gap_link_cb.isChecked() else float(self.defaults['global_gridx']) * factor
  3416. current = self.collection.get_active()
  3417. if current is not None:
  3418. # the transfer of converted values to the UI form for Geometry is done local in the FlatCAMObj.py
  3419. if not isinstance(current, GeometryObject):
  3420. current.to_form()
  3421. # replot all objects
  3422. self.plot_all()
  3423. # set the status labels to reflect the current FlatCAM units
  3424. self.set_screen_units(new_units)
  3425. # signal to the app that we changed the object properties and it should save the project
  3426. self.should_we_save = True
  3427. self.inform.emit('[success] %s: %s' % (_("Converted units to"), new_units))
  3428. else:
  3429. # Undo toggling
  3430. self.toggle_units_ignore = True
  3431. if self.defaults['units'].upper() == 'MM':
  3432. self.ui.general_defaults_form.general_app_group.units_radio.set_value('IN')
  3433. else:
  3434. self.ui.general_defaults_form.general_app_group.units_radio.set_value('MM')
  3435. self.toggle_units_ignore = False
  3436. # store the grid values so they are not changed in the next step
  3437. val_x = float(self.defaults['global_gridx'])
  3438. val_y = float(self.defaults['global_gridy'])
  3439. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  3440. self.preferencesUiManager.defaults_read_form()
  3441. # the self.preferencesUiManager.defaults_read_form() will update all defaults values
  3442. # in self.defaults from the GUI elements but
  3443. # I don't want it for the grid values, so I update them here
  3444. self.defaults['global_gridx'] = val_x
  3445. self.defaults['global_gridy'] = val_y
  3446. self.ui.grid_gap_x_entry.set_value(val_x, decimals=self.decimals)
  3447. self.ui.grid_gap_y_entry.set_value(val_y, decimals=self.decimals)
  3448. def on_tab_rmb_click(self, checked):
  3449. self.ui.notebook.set_detachable(val=checked)
  3450. self.defaults["global_tabs_detachable"] = checked
  3451. self.ui.plot_tab_area.set_detachable(val=checked)
  3452. self.defaults["global_tabs_detachable"] = checked
  3453. def on_tab_setup_context_menu(self):
  3454. initial_checked = self.defaults["global_tabs_detachable"]
  3455. action_name = str(_("Detachable Tabs"))
  3456. action = QtWidgets.QAction(self)
  3457. action.setCheckable(True)
  3458. action.setText(action_name)
  3459. action.setChecked(initial_checked)
  3460. self.ui.notebook.tabBar.addAction(action)
  3461. self.ui.plot_tab_area.tabBar.addAction(action)
  3462. try:
  3463. action.triggered.disconnect()
  3464. except TypeError:
  3465. pass
  3466. action.triggered.connect(self.on_tab_rmb_click)
  3467. def on_deselect_all(self):
  3468. self.collection.set_all_inactive()
  3469. self.delete_selection_shape()
  3470. def on_workspace_modified(self):
  3471. # self.save_defaults(silent=True)
  3472. self.plotcanvas.delete_workspace()
  3473. self.preferencesUiManager.defaults_read_form()
  3474. self.plotcanvas.draw_workspace(workspace_size=self.defaults['global_workspaceT'])
  3475. def on_workspace(self):
  3476. if self.ui.general_defaults_form.general_app_set_group.workspace_cb.get_value():
  3477. self.plotcanvas.draw_workspace(workspace_size=self.defaults['global_workspaceT'])
  3478. self.inform[str, bool].emit(_("Workspace enabled."), False)
  3479. else:
  3480. self.plotcanvas.delete_workspace()
  3481. self.inform[str, bool].emit(_("Workspace disabled."), False)
  3482. self.preferencesUiManager.defaults_read_form()
  3483. # self.save_defaults(silent=True)
  3484. def on_workspace_toggle(self):
  3485. state = False if self.ui.general_defaults_form.general_app_set_group.workspace_cb.get_value() else True
  3486. try:
  3487. self.ui.general_defaults_form.general_app_set_group.workspace_cb.stateChanged.disconnect(self.on_workspace)
  3488. except TypeError:
  3489. pass
  3490. self.ui.general_defaults_form.general_app_set_group.workspace_cb.set_value(state)
  3491. self.ui.general_defaults_form.general_app_set_group.workspace_cb.stateChanged.connect(self.on_workspace)
  3492. self.on_workspace()
  3493. def on_cursor_type(self, val):
  3494. """
  3495. :param val: type of mouse cursor, set in Preferences ('small' or 'big')
  3496. :return: None
  3497. """
  3498. self.app_cursor.enabled = False
  3499. if val == 'small':
  3500. self.ui.general_defaults_form.general_app_set_group.cursor_size_entry.setDisabled(False)
  3501. self.ui.general_defaults_form.general_app_set_group.cursor_size_lbl.setDisabled(False)
  3502. self.app_cursor = self.plotcanvas.new_cursor()
  3503. else:
  3504. self.ui.general_defaults_form.general_app_set_group.cursor_size_entry.setDisabled(True)
  3505. self.ui.general_defaults_form.general_app_set_group.cursor_size_lbl.setDisabled(True)
  3506. self.app_cursor = self.plotcanvas.new_cursor(big=True)
  3507. if self.ui.grid_snap_btn.isChecked():
  3508. self.app_cursor.enabled = True
  3509. else:
  3510. self.app_cursor.enabled = False
  3511. def on_tool_add_keypress(self):
  3512. # ## Current application units in Upper Case
  3513. self.units = self.defaults['units'].upper()
  3514. notebook_widget_name = self.ui.notebook.currentWidget().objectName()
  3515. # work only if the notebook tab on focus is the Selected_Tab and only if the object is Geometry
  3516. if notebook_widget_name == 'selected_tab':
  3517. if self.collection.get_active().kind == 'geometry':
  3518. # Tool add works for Geometry only if Advanced is True in Preferences
  3519. if self.defaults["global_app_level"] == 'a':
  3520. tool_add_popup = FCInputDialog(title="New Tool ...",
  3521. text='Enter a Tool Diameter:',
  3522. min=0.0000, max=99.9999, decimals=4)
  3523. tool_add_popup.setWindowIcon(QtGui.QIcon(self.resource_location + '/letter_t_32.png'))
  3524. val, ok = tool_add_popup.get_value()
  3525. if ok:
  3526. if float(val) == 0:
  3527. self.inform.emit('[WARNING_NOTCL] %s' %
  3528. _("Please enter a tool diameter with non-zero value, in Float format."))
  3529. return
  3530. self.collection.get_active().on_tool_add(dia=float(val))
  3531. else:
  3532. self.inform.emit('[WARNING_NOTCL] %s...' % _("Adding Tool cancelled"))
  3533. else:
  3534. msgbox = QtWidgets.QMessageBox()
  3535. msgbox.setText(_("Adding Tool works only when Advanced is checked.\n"
  3536. "Go to Preferences -> General - Show Advanced Options."))
  3537. msgbox.setWindowTitle("Tool adding ...")
  3538. msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/warning.png'))
  3539. msgbox.setIcon(QtWidgets.QMessageBox.Warning)
  3540. bt_ok = msgbox.addButton(_('Ok'), QtWidgets.QMessageBox.AcceptRole)
  3541. msgbox.setDefaultButton(bt_ok)
  3542. msgbox.exec_()
  3543. # work only if the notebook tab on focus is the Tools_Tab
  3544. if notebook_widget_name == 'tool_tab':
  3545. tool_widget = self.ui.tool_scroll_area.widget().objectName()
  3546. # and only if the tool is NCC Tool
  3547. if tool_widget == self.ncclear_tool.toolName:
  3548. self.ncclear_tool.on_add_tool_by_key()
  3549. # and only if the tool is Paint Area Tool
  3550. elif tool_widget == self.paint_tool.toolName:
  3551. self.paint_tool.on_add_tool_by_key()
  3552. # and only if the tool is Solder Paste Dispensing Tool
  3553. elif tool_widget == self.paste_tool.toolName:
  3554. self.paste_tool.on_add_tool_by_key()
  3555. # It's meant to delete tools in tool tables via a 'Delete' shortcut key but only if certain conditions are met
  3556. # See description below.
  3557. def on_delete_keypress(self):
  3558. notebook_widget_name = self.ui.notebook.currentWidget().objectName()
  3559. # work only if the notebook tab on focus is the Selected_Tab and only if the object is Geometry
  3560. if notebook_widget_name == 'selected_tab':
  3561. if str(type(self.collection.get_active())) == "<class 'FlatCAMObj.GeometryObject'>":
  3562. self.collection.get_active().on_tool_delete()
  3563. # work only if the notebook tab on focus is the Tools_Tab
  3564. elif notebook_widget_name == 'tool_tab':
  3565. tool_widget = self.ui.tool_scroll_area.widget().objectName()
  3566. # and only if the tool is NCC Tool
  3567. if tool_widget == self.ncclear_tool.toolName:
  3568. self.ncclear_tool.on_tool_delete()
  3569. # and only if the tool is Paint Tool
  3570. elif tool_widget == self.paint_tool.toolName:
  3571. self.paint_tool.on_tool_delete()
  3572. # and only if the tool is Solder Paste Dispensing Tool
  3573. elif tool_widget == self.paste_tool.toolName:
  3574. self.paste_tool.on_tool_delete()
  3575. # and only if the tool is Isolation Tool
  3576. elif tool_widget == self.isolation_tool.toolName:
  3577. self.isolation_tool.on_tool_delete()
  3578. else:
  3579. self.on_delete()
  3580. # It's meant to delete selected objects. It work also activated by a shortcut key 'Delete' same as above so in
  3581. # some screens you have to be careful where you hover with your mouse.
  3582. # Hovering over Selected tab, if the selected tab is a Geometry it will delete tools in tool table. But even if
  3583. # there is a Selected tab in focus with a Geometry inside, if you hover over canvas it will delete an object.
  3584. # Complicated, I know :)
  3585. def on_delete(self, force_deletion=False):
  3586. """
  3587. Delete the currently selected FlatCAMObjs.
  3588. :param force_deletion: used by Tcl command
  3589. :return: None
  3590. """
  3591. self.defaults.report_usage("on_delete()")
  3592. response = None
  3593. bt_ok = None
  3594. # Make sure that the deletion will happen only after the Editor is no longer active otherwise we might delete
  3595. # a geometry object before we update it.
  3596. if self.geo_editor.editor_active is False and self.exc_editor.editor_active is False \
  3597. and self.grb_editor.editor_active is False:
  3598. if self.defaults["global_delete_confirmation"] is True and force_deletion is False:
  3599. msgbox = QtWidgets.QMessageBox()
  3600. msgbox.setWindowTitle(_("Delete objects"))
  3601. msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/deleteshape32.png'))
  3602. msgbox.setIcon(QtWidgets.QMessageBox.Question)
  3603. # msgbox.setText("<B>%s</B>" % _("Change project units ..."))
  3604. msgbox.setText(_("Are you sure you want to permanently delete\n"
  3605. "the selected objects?"))
  3606. bt_ok = msgbox.addButton(_('Ok'), QtWidgets.QMessageBox.AcceptRole)
  3607. msgbox.addButton(_('Cancel'), QtWidgets.QMessageBox.RejectRole)
  3608. msgbox.setDefaultButton(bt_ok)
  3609. msgbox.exec_()
  3610. response = msgbox.clickedButton()
  3611. if self.defaults["global_delete_confirmation"] is False or force_deletion is True:
  3612. response = bt_ok
  3613. if response == bt_ok:
  3614. if self.collection.get_active():
  3615. self.log.debug("App.on_delete()")
  3616. for obj_active in self.collection.get_selected():
  3617. # if the deleted object is GerberObject then make sure to delete the possible mark shapes
  3618. if obj_active.kind == 'gerber':
  3619. for el in obj_active.mark_shapes:
  3620. obj_active.mark_shapes[el].clear(update=True)
  3621. obj_active.mark_shapes[el].enabled = False
  3622. # obj_active.mark_shapes[el] = None
  3623. del el
  3624. elif obj_active.kind == 'cncjob':
  3625. try:
  3626. obj_active.text_col.enabled = False
  3627. del obj_active.text_col
  3628. obj_active.annotation.clear(update=True)
  3629. del obj_active.annotation
  3630. except AttributeError as e:
  3631. log.debug(
  3632. "App.on_delete() --> delete annotations on a FlatCAMCNCJob object. %s" % str(e)
  3633. )
  3634. while self.collection.get_selected():
  3635. self.delete_first_selected()
  3636. # make sure that the selection shape is deleted, too
  3637. self.delete_selection_shape()
  3638. # if there are no longer objects delete also the exclusion areas shapes
  3639. if not self.collection.get_list():
  3640. self.exc_areas.clear_shapes()
  3641. self.inform.emit('%s...' % _("Object(s) deleted"))
  3642. else:
  3643. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. No object(s) selected..."))
  3644. else:
  3645. self.inform.emit(_("Save the work in Editor and try again ..."))
  3646. def delete_first_selected(self):
  3647. # Keep this for later
  3648. try:
  3649. sel_obj = self.collection.get_active()
  3650. name = sel_obj.options["name"]
  3651. isPlotted = sel_obj.options["plot"]
  3652. except AttributeError:
  3653. self.log.debug("Nothing selected for deletion")
  3654. return
  3655. if self.is_legacy is True:
  3656. # Remove plot only if the object was plotted otherwise delaxes will fail
  3657. if isPlotted:
  3658. try:
  3659. # self.plotcanvas.figure.delaxes(self.collection.get_active().axes)
  3660. self.plotcanvas.figure.delaxes(self.collection.get_active().shapes.axes)
  3661. except Exception as e:
  3662. log.debug("App.delete_first_selected() --> %s" % str(e))
  3663. self.plotcanvas.auto_adjust_axes()
  3664. # Remove from dictionary
  3665. self.collection.delete_active()
  3666. # Clear form
  3667. self.setup_component_editor()
  3668. self.inform.emit('%s: %s' % (_("Object deleted"), name))
  3669. def on_set_origin(self):
  3670. """
  3671. Set the origin to the left mouse click position
  3672. :return: None
  3673. """
  3674. # display the message for the user
  3675. # and ask him to click on the desired position
  3676. self.defaults.report_usage("on_set_origin()")
  3677. def origin_replot():
  3678. def worker_task():
  3679. with self.proc_container.new('%s...' % _("Plotting")):
  3680. for obj in self.collection.get_list():
  3681. obj.plot()
  3682. self.plotcanvas.fit_view()
  3683. if self.is_legacy:
  3684. self.plotcanvas.graph_event_disconnect(self.mp_zc)
  3685. else:
  3686. self.plotcanvas.graph_event_disconnect('mouse_press', self.on_set_zero_click)
  3687. self.worker_task.emit({'fcn': worker_task, 'params': []})
  3688. self.inform.emit(_('Click to set the origin ...'))
  3689. self.mp_zc = self.plotcanvas.graph_event_connect('mouse_press', self.on_set_zero_click)
  3690. # first disconnect it as it may have been used by something else
  3691. try:
  3692. self.replot_signal.disconnect()
  3693. except TypeError:
  3694. pass
  3695. self.replot_signal[list].connect(origin_replot)
  3696. def on_set_zero_click(self, event, location=None, noplot=False, use_thread=True):
  3697. """
  3698. :param event:
  3699. :param location:
  3700. :param noplot:
  3701. :param use_thread:
  3702. :return:
  3703. """
  3704. noplot_sig = noplot
  3705. def worker_task():
  3706. with self.proc_container.new(_("Setting Origin...")):
  3707. obj_list = self.collection.get_list()
  3708. for obj in obj_list:
  3709. obj.offset((x, y))
  3710. self.app_obj.object_changed.emit(obj)
  3711. # Update the object bounding box options
  3712. a, b, c, d = obj.bounds()
  3713. obj.options['xmin'] = a
  3714. obj.options['ymin'] = b
  3715. obj.options['xmax'] = c
  3716. obj.options['ymax'] = d
  3717. self.inform.emit('[success] %s...' % _('Origin set'))
  3718. for obj in obj_list:
  3719. out_name = obj.options["name"]
  3720. if obj.kind == 'gerber':
  3721. obj.source_file = self.export_gerber(
  3722. obj_name=out_name, filename=None, local_use=obj, use_thread=False)
  3723. elif obj.kind == 'excellon':
  3724. obj.source_file = self.export_excellon(
  3725. obj_name=out_name, filename=None, local_use=obj, use_thread=False)
  3726. if noplot_sig is False:
  3727. self.replot_signal.emit([])
  3728. if location is not None:
  3729. if len(location) != 2:
  3730. self.inform.emit('[ERROR_NOTCL] %s...' % _("Origin coordinates specified but incomplete."))
  3731. return 'fail'
  3732. x, y = location
  3733. if use_thread is True:
  3734. self.worker_task.emit({'fcn': worker_task, 'params': []})
  3735. else:
  3736. worker_task()
  3737. self.should_we_save = True
  3738. return
  3739. if event is not None and event.button == 1:
  3740. if self.is_legacy is False:
  3741. event_pos = event.pos
  3742. else:
  3743. event_pos = (event.xdata, event.ydata)
  3744. pos_canvas = self.plotcanvas.translate_coords(event_pos)
  3745. if self.grid_status():
  3746. pos = self.geo_editor.snap(pos_canvas[0], pos_canvas[1])
  3747. else:
  3748. pos = pos_canvas
  3749. x = 0 - pos[0]
  3750. y = 0 - pos[1]
  3751. if use_thread is True:
  3752. self.worker_task.emit({'fcn': worker_task, 'params': []})
  3753. else:
  3754. worker_task()
  3755. self.should_we_save = True
  3756. def on_move2origin(self, use_thread=True):
  3757. """
  3758. Move selected objects to origin.
  3759. :param use_thread: Control if to use threaded operation. Boolean.
  3760. :return:
  3761. """
  3762. def worker_task():
  3763. with self.proc_container.new(_("Moving to Origin...")):
  3764. obj_list = self.collection.get_selected()
  3765. if not obj_list:
  3766. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. No object(s) selected..."))
  3767. return
  3768. xminlist = []
  3769. yminlist = []
  3770. # first get a bounding box to fit all
  3771. for obj in obj_list:
  3772. xmin, ymin, xmax, ymax = obj.bounds()
  3773. xminlist.append(xmin)
  3774. yminlist.append(ymin)
  3775. # get the minimum x,y for all objects selected
  3776. x = min(xminlist)
  3777. y = min(yminlist)
  3778. for obj in obj_list:
  3779. obj.offset((-x, -y))
  3780. self.app_obj.object_changed.emit(obj)
  3781. # Update the object bounding box options
  3782. a, b, c, d = obj.bounds()
  3783. obj.options['xmin'] = a
  3784. obj.options['ymin'] = b
  3785. obj.options['xmax'] = c
  3786. obj.options['ymax'] = d
  3787. for obj in obj_list:
  3788. obj.plot()
  3789. for obj in obj_list:
  3790. out_name = obj.options["name"]
  3791. if obj.kind == 'gerber':
  3792. obj.source_file = self.export_gerber(
  3793. obj_name=out_name, filename=None, local_use=obj, use_thread=False)
  3794. elif obj.kind == 'excellon':
  3795. obj.source_file = self.export_excellon(
  3796. obj_name=out_name, filename=None, local_use=obj, use_thread=False)
  3797. self.inform.emit('[success] %s...' % _('Origin set'))
  3798. if use_thread is True:
  3799. self.worker_task.emit({'fcn': worker_task, 'params': []})
  3800. else:
  3801. worker_task()
  3802. self.should_we_save = True
  3803. def on_jump_to(self, custom_location=None, fit_center=True):
  3804. """
  3805. Jump to a location by setting the mouse cursor location.
  3806. :param custom_location: Jump to a specified point. (x, y) tuple.
  3807. :param fit_center: If to fit view. Boolean.
  3808. :return:
  3809. """
  3810. self.defaults.report_usage("on_jump_to()")
  3811. if not custom_location:
  3812. dia_box_location = None
  3813. try:
  3814. dia_box_location = eval(self.clipboard.text())
  3815. except Exception:
  3816. pass
  3817. if type(dia_box_location) == tuple:
  3818. dia_box_location = str(dia_box_location)
  3819. else:
  3820. dia_box_location = None
  3821. # dia_box = Dialog_box(title=_("Jump to ..."),
  3822. # label=_("Enter the coordinates in format X,Y:"),
  3823. # icon=QtGui.QIcon(self.resource_location + '/jump_to16.png'),
  3824. # initial_text=dia_box_location)
  3825. dia_box = DialogBoxRadio(title=_("Jump to ..."),
  3826. label=_("Enter the coordinates in format X,Y:"),
  3827. icon=QtGui.QIcon(self.resource_location + '/jump_to16.png'),
  3828. initial_text=dia_box_location,
  3829. reference=self.defaults['global_jump_ref'])
  3830. if dia_box.ok is True:
  3831. try:
  3832. location = eval(dia_box.location)
  3833. if not isinstance(location, tuple):
  3834. self.inform.emit(_("Wrong coordinates. Enter coordinates in format: X,Y"))
  3835. return
  3836. if dia_box.reference == 'rel':
  3837. rel_x = self.mouse[0] + location[0]
  3838. rel_y = self.mouse[1] + location[1]
  3839. location = (rel_x, rel_y)
  3840. self.defaults['global_jump_ref'] = dia_box.reference
  3841. except Exception:
  3842. return
  3843. else:
  3844. return
  3845. else:
  3846. location = custom_location
  3847. self.jump_signal.emit(location)
  3848. if fit_center:
  3849. self.plotcanvas.fit_center(loc=location)
  3850. cursor = QtGui.QCursor()
  3851. if self.is_legacy is False:
  3852. # I don't know where those differences come from but they are constant for the current
  3853. # execution of the application and they are multiples of a value around 0.0263mm.
  3854. # In a random way sometimes they are more sometimes they are less
  3855. # if units == 'MM':
  3856. # cal_factor = 0.0263
  3857. # else:
  3858. # cal_factor = 0.0263 / 25.4
  3859. cal_location = (location[0], location[1])
  3860. canvas_origin = self.plotcanvas.native.mapToGlobal(QtCore.QPoint(0, 0))
  3861. jump_loc = self.plotcanvas.translate_coords_2((cal_location[0], cal_location[1]))
  3862. j_pos = (
  3863. int(canvas_origin.x() + round(jump_loc[0])),
  3864. int(canvas_origin.y() + round(jump_loc[1]))
  3865. )
  3866. cursor.setPos(j_pos[0], j_pos[1])
  3867. else:
  3868. # find the canvas origin which is in the top left corner
  3869. canvas_origin = self.plotcanvas.native.mapToGlobal(QtCore.QPoint(0, 0))
  3870. # determine the coordinates for the lowest left point of the canvas
  3871. x0, y0 = canvas_origin.x(), canvas_origin.y() + self.ui.right_layout.geometry().height()
  3872. # transform the given location from data coordinates to display coordinates. THe display coordinates are
  3873. # in pixels where the origin 0,0 is in the lowest left point of the display window (in our case is the
  3874. # canvas) and the point (width, height) is in the top-right location
  3875. loc = self.plotcanvas.axes.transData.transform_point(location)
  3876. j_pos = (
  3877. int(x0 + loc[0]),
  3878. int(y0 - loc[1])
  3879. )
  3880. cursor.setPos(j_pos[0], j_pos[1])
  3881. self.plotcanvas.mouse = [location[0], location[1]]
  3882. if self.defaults["global_cursor_color_enabled"] is True:
  3883. self.plotcanvas.draw_cursor(x_pos=location[0], y_pos=location[1], color=self.cursor_color_3D)
  3884. else:
  3885. self.plotcanvas.draw_cursor(x_pos=location[0], y_pos=location[1])
  3886. if self.grid_status():
  3887. # Update cursor
  3888. self.app_cursor.set_data(np.asarray([(location[0], location[1])]),
  3889. symbol='++', edge_color=self.cursor_color_3D,
  3890. edge_width=self.defaults["global_cursor_width"],
  3891. size=self.defaults["global_cursor_size"])
  3892. # Set the relative position label
  3893. dx = location[0] - float(self.rel_point1[0])
  3894. dy = location[1] - float(self.rel_point1[1])
  3895. self.ui.position_label.setText("&nbsp;<b>X</b>: %.4f&nbsp;&nbsp; "
  3896. "<b>Y</b>: %.4f&nbsp;" % (location[0], location[1]))
  3897. # # Set the position label
  3898. #
  3899. # self.ui.rel_position_label.setText("<b>Dx</b>: %.4f&nbsp;&nbsp; <b>Dy</b>: "
  3900. # "%.4f&nbsp;&nbsp;&nbsp;&nbsp;" % (dx, dy))
  3901. units = self.defaults["units"].lower()
  3902. self.plotcanvas.text_hud.text = \
  3903. 'Dx:\t{:<.4f} [{:s}]\nDy:\t{:<.4f} [{:s}]\n\nX: \t{:<.4f} [{:s}]\nY: \t{:<.4f} [{:s}]'.format(
  3904. dx, units, dy, units, location[0], units, location[1], units)
  3905. self.inform.emit('[success] %s' % _("Done."))
  3906. return location
  3907. def on_locate(self, obj, fit_center=True):
  3908. """
  3909. Jump to one of the corners (or center) of an object by setting the mouse cursor location
  3910. :param obj: The object on which to locate certain points
  3911. :param fit_center: If to fit view. Boolean.
  3912. :return: A point location. (x, y) tuple.
  3913. """
  3914. self.defaults.report_usage("on_locate()")
  3915. if obj is None:
  3916. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  3917. return 'fail'
  3918. class DialogBoxChoice(QtWidgets.QDialog):
  3919. def __init__(self, title=None, icon=None, choice='bl'):
  3920. """
  3921. :param title: string with the window title
  3922. """
  3923. super(DialogBoxChoice, self).__init__()
  3924. self.ok = False
  3925. self.setWindowIcon(icon)
  3926. self.setWindowTitle(str(title))
  3927. self.form = QtWidgets.QFormLayout(self)
  3928. self.ref_radio = RadioSet([
  3929. {"label": _("Bottom-Left"), "value": "bl"},
  3930. {"label": _("Top-Left"), "value": "tl"},
  3931. {"label": _("Bottom-Right"), "value": "br"},
  3932. {"label": _("Top-Right"), "value": "tr"},
  3933. {"label": _("Center"), "value": "c"}
  3934. ], orientation='vertical', stretch=False)
  3935. self.ref_radio.set_value(choice)
  3936. self.form.addRow(self.ref_radio)
  3937. self.button_box = QtWidgets.QDialogButtonBox(
  3938. QtWidgets.QDialogButtonBox.Ok | QtWidgets.QDialogButtonBox.Cancel,
  3939. Qt.Horizontal, parent=self)
  3940. self.form.addRow(self.button_box)
  3941. self.button_box.accepted.connect(self.accept)
  3942. self.button_box.rejected.connect(self.reject)
  3943. if self.exec_() == QtWidgets.QDialog.Accepted:
  3944. self.ok = True
  3945. self.location_point = self.ref_radio.get_value()
  3946. else:
  3947. self.ok = False
  3948. self.location_point = None
  3949. dia_box = DialogBoxChoice(title=_("Locate ..."),
  3950. icon=QtGui.QIcon(self.resource_location + '/locate16.png'),
  3951. choice=self.defaults['global_locate_pt'])
  3952. if dia_box.ok is True:
  3953. try:
  3954. location_point = dia_box.location_point
  3955. self.defaults['global_locate_pt'] = dia_box.location_point
  3956. except Exception:
  3957. return
  3958. else:
  3959. return
  3960. loc_b = obj.bounds()
  3961. if location_point == 'bl':
  3962. location = (loc_b[0], loc_b[1])
  3963. elif location_point == 'tl':
  3964. location = (loc_b[0], loc_b[3])
  3965. elif location_point == 'br':
  3966. location = (loc_b[2], loc_b[1])
  3967. elif location_point == 'tr':
  3968. location = (loc_b[2], loc_b[3])
  3969. else:
  3970. # center
  3971. cx = loc_b[0] + ((loc_b[2] - loc_b[0]) / 2)
  3972. cy = loc_b[1] + ((loc_b[3] - loc_b[1]) / 2)
  3973. location = (cx, cy)
  3974. self.locate_signal.emit(location, location_point)
  3975. if fit_center:
  3976. self.plotcanvas.fit_center(loc=location)
  3977. cursor = QtGui.QCursor()
  3978. if self.is_legacy is False:
  3979. # I don't know where those differences come from but they are constant for the current
  3980. # execution of the application and they are multiples of a value around 0.0263mm.
  3981. # In a random way sometimes they are more sometimes they are less
  3982. # if units == 'MM':
  3983. # cal_factor = 0.0263
  3984. # else:
  3985. # cal_factor = 0.0263 / 25.4
  3986. cal_location = (location[0], location[1])
  3987. canvas_origin = self.plotcanvas.native.mapToGlobal(QtCore.QPoint(0, 0))
  3988. jump_loc = self.plotcanvas.translate_coords_2((cal_location[0], cal_location[1]))
  3989. j_pos = (
  3990. int(canvas_origin.x() + round(jump_loc[0])),
  3991. int(canvas_origin.y() + round(jump_loc[1]))
  3992. )
  3993. cursor.setPos(j_pos[0], j_pos[1])
  3994. else:
  3995. # find the canvas origin which is in the top left corner
  3996. canvas_origin = self.plotcanvas.native.mapToGlobal(QtCore.QPoint(0, 0))
  3997. # determine the coordinates for the lowest left point of the canvas
  3998. x0, y0 = canvas_origin.x(), canvas_origin.y() + self.ui.right_layout.geometry().height()
  3999. # transform the given location from data coordinates to display coordinates. THe display coordinates are
  4000. # in pixels where the origin 0,0 is in the lowest left point of the display window (in our case is the
  4001. # canvas) and the point (width, height) is in the top-right location
  4002. loc = self.plotcanvas.axes.transData.transform_point(location)
  4003. j_pos = (
  4004. int(x0 + loc[0]),
  4005. int(y0 - loc[1])
  4006. )
  4007. cursor.setPos(j_pos[0], j_pos[1])
  4008. self.plotcanvas.mouse = [location[0], location[1]]
  4009. if self.defaults["global_cursor_color_enabled"] is True:
  4010. self.plotcanvas.draw_cursor(x_pos=location[0], y_pos=location[1], color=self.cursor_color_3D)
  4011. else:
  4012. self.plotcanvas.draw_cursor(x_pos=location[0], y_pos=location[1])
  4013. if self.grid_status():
  4014. # Update cursor
  4015. self.app_cursor.set_data(np.asarray([(location[0], location[1])]),
  4016. symbol='++', edge_color=self.cursor_color_3D,
  4017. edge_width=self.defaults["global_cursor_width"],
  4018. size=self.defaults["global_cursor_size"])
  4019. # Set the relative position label
  4020. self.dx = location[0] - float(self.rel_point1[0])
  4021. self.dy = location[1] - float(self.rel_point1[1])
  4022. # Set the position label
  4023. self.ui.position_label.setText("&nbsp;<b>X</b>: %.4f&nbsp;&nbsp; "
  4024. "<b>Y</b>: %.4f&nbsp;" % (location[0], location[1]))
  4025. # self.ui.rel_position_label.setText("<b>Dx</b>: %.4f&nbsp;&nbsp; <b>Dy</b>: "
  4026. # "%.4f&nbsp;&nbsp;&nbsp;&nbsp;" % (self.dx, self.dy))
  4027. units = self.defaults["units"].lower()
  4028. self.plotcanvas.text_hud.text = \
  4029. 'Dx:\t{:<.4f} [{:s}]\nDy:\t{:<.4f} [{:s}]\n\nX: \t{:<.4f} [{:s}]\nY: \t{:<.4f} [{:s}]'.format(
  4030. self.dx, units, self.dy, units, location[0], units, location[1], units)
  4031. self.inform.emit('[success] %s' % _("Done."))
  4032. return location
  4033. def on_copy_command(self):
  4034. """
  4035. Will copy a selection of objects, creating new objects.
  4036. :return:
  4037. """
  4038. self.defaults.report_usage("on_copy_command()")
  4039. def initialize(obj_init, app):
  4040. """
  4041. :param obj_init: the new object
  4042. :type obj_init: class
  4043. :param app: An instance of the App class
  4044. :type app: App
  4045. :return: None
  4046. :rtype:
  4047. """
  4048. obj_init.solid_geometry = deepcopy(obj.solid_geometry)
  4049. try:
  4050. obj_init.follow_geometry = deepcopy(obj.follow_geometry)
  4051. except AttributeError:
  4052. pass
  4053. try:
  4054. obj_init.apertures = deepcopy(obj.apertures)
  4055. except AttributeError:
  4056. pass
  4057. try:
  4058. if obj.tools:
  4059. obj_init.tools = deepcopy(obj.tools)
  4060. except Exception as err:
  4061. log.debug("App.on_copy_command() --> %s" % str(err))
  4062. try:
  4063. obj_init.source_file = deepcopy(obj.source_file)
  4064. except (AttributeError, TypeError):
  4065. pass
  4066. def initialize_excellon(obj_init, app):
  4067. obj_init.source_file = deepcopy(obj.source_file)
  4068. obj_init.tools = deepcopy(obj.tools)
  4069. # drills are offset, so they need to be deep copied
  4070. obj_init.drills = deepcopy(obj.drills)
  4071. # slots are offset, so they need to be deep copied
  4072. obj_init.slots = deepcopy(obj.slots)
  4073. obj_init.create_geometry()
  4074. def initialize_script(obj_init, app_obj):
  4075. obj_init.source_file = deepcopy(obj.source_file)
  4076. def initialize_document(obj_init, app_obj):
  4077. obj_init.source_file = deepcopy(obj.source_file)
  4078. for obj in self.collection.get_selected():
  4079. obj_name = obj.options["name"]
  4080. try:
  4081. if isinstance(obj, ExcellonObject):
  4082. self.app_obj.new_object("excellon", str(obj_name) + "_copy", initialize_excellon)
  4083. elif isinstance(obj, GerberObject):
  4084. self.app_obj.new_object("gerber", str(obj_name) + "_copy", initialize)
  4085. elif isinstance(obj, GeometryObject):
  4086. self.app_obj.new_object("geometry", str(obj_name) + "_copy", initialize)
  4087. elif isinstance(obj, ScriptObject):
  4088. self.app_obj.new_object("script", str(obj_name) + "_copy", initialize_script)
  4089. elif isinstance(obj, DocumentObject):
  4090. self.app_obj.new_object("document", str(obj_name) + "_copy", initialize_document)
  4091. except Exception as e:
  4092. return "Operation failed: %s" % str(e)
  4093. def on_copy_object2(self, custom_name):
  4094. def initialize_geometry(obj_init, app):
  4095. obj_init.solid_geometry = deepcopy(obj.solid_geometry)
  4096. try:
  4097. obj_init.follow_geometry = deepcopy(obj.follow_geometry)
  4098. except AttributeError:
  4099. pass
  4100. try:
  4101. obj_init.apertures = deepcopy(obj.apertures)
  4102. except AttributeError:
  4103. pass
  4104. try:
  4105. if obj.tools:
  4106. obj_init.tools = deepcopy(obj.tools)
  4107. except Exception as ee:
  4108. log.debug("on_copy_object2() --> %s" % str(ee))
  4109. def initialize_gerber(obj_init, app):
  4110. obj_init.solid_geometry = deepcopy(obj.solid_geometry)
  4111. obj_init.apertures = deepcopy(obj.apertures)
  4112. obj_init.aperture_macros = deepcopy(obj.aperture_macros)
  4113. def initialize_excellon(obj_init, app):
  4114. obj_init.tools = deepcopy(obj.tools)
  4115. # drills are offset, so they need to be deep copied
  4116. obj_init.drills = deepcopy(obj.drills)
  4117. # slots are offset, so they need to be deep copied
  4118. obj_init.slots = deepcopy(obj.slots)
  4119. obj_init.create_geometry()
  4120. for obj in self.collection.get_selected():
  4121. obj_name = obj.options["name"]
  4122. try:
  4123. if isinstance(obj, ExcellonObject):
  4124. self.app_obj.new_object("excellon", str(obj_name) + custom_name, initialize_excellon)
  4125. elif isinstance(obj, GerberObject):
  4126. self.app_obj.new_object("gerber", str(obj_name) + custom_name, initialize_gerber)
  4127. elif isinstance(obj, GeometryObject):
  4128. self.app_obj.new_object("geometry", str(obj_name) + custom_name, initialize_geometry)
  4129. except Exception as er:
  4130. return "Operation failed: %s" % str(er)
  4131. def on_rename_object(self, text):
  4132. """
  4133. Will rename an object.
  4134. :param text: New name for the object.
  4135. :return:
  4136. """
  4137. self.defaults.report_usage("on_rename_object()")
  4138. named_obj = self.collection.get_active()
  4139. for obj in named_obj:
  4140. if obj is list:
  4141. self.on_rename_object(text)
  4142. else:
  4143. try:
  4144. obj.options['name'] = text
  4145. except Exception as e:
  4146. log.warning("App.on_rename_object() --> Could not rename the object in the list. --> %s" % str(e))
  4147. def convert_any2geo(self):
  4148. """
  4149. Will convert any object out of Gerber, Excellon, Geometry to Geometry object.
  4150. :return:
  4151. """
  4152. self.defaults.report_usage("convert_any2geo()")
  4153. def initialize(obj_init, app):
  4154. obj_init.solid_geometry = obj.solid_geometry
  4155. try:
  4156. obj_init.follow_geometry = obj.follow_geometry
  4157. except AttributeError:
  4158. pass
  4159. try:
  4160. obj_init.apertures = obj.apertures
  4161. except AttributeError:
  4162. pass
  4163. try:
  4164. if obj.tools:
  4165. obj_init.tools = obj.tools
  4166. except AttributeError:
  4167. pass
  4168. def initialize_excellon(obj_init, app):
  4169. # objs = self.collection.get_selected()
  4170. # GeometryObject.merge(objs, obj)
  4171. solid_geo = []
  4172. for tool in obj.tools:
  4173. for geo in obj.tools[tool]['solid_geometry']:
  4174. solid_geo.append(geo)
  4175. obj_init.solid_geometry = deepcopy(solid_geo)
  4176. if not self.collection.get_selected():
  4177. log.warning("App.convert_any2geo --> No object selected")
  4178. self.inform.emit('[WARNING_NOTCL] %s' %
  4179. _("No object is selected. Select an object and try again."))
  4180. return
  4181. for obj in self.collection.get_selected():
  4182. obj_name = obj.options["name"]
  4183. try:
  4184. if isinstance(obj, ExcellonObject):
  4185. self.app_obj.new_object("geometry", str(obj_name) + "_conv", initialize_excellon)
  4186. else:
  4187. self.app_obj.new_object("geometry", str(obj_name) + "_conv", initialize)
  4188. except Exception as e:
  4189. return "Operation failed: %s" % str(e)
  4190. def convert_any2gerber(self):
  4191. """
  4192. Will convert any object out of Gerber, Excellon, Geometry to Gerber object.
  4193. :return:
  4194. """
  4195. self.defaults.report_usage("convert_any2gerber()")
  4196. def initialize_geometry(obj_init, app):
  4197. apertures = {}
  4198. apid = 0
  4199. apertures[str(apid)] = {}
  4200. apertures[str(apid)]['geometry'] = []
  4201. for obj_orig in obj.solid_geometry:
  4202. new_elem = {}
  4203. new_elem['solid'] = obj_orig
  4204. try:
  4205. new_elem['follow'] = obj_orig.exterior
  4206. except AttributeError:
  4207. pass
  4208. apertures[str(apid)]['geometry'].append(deepcopy(new_elem))
  4209. apertures[str(apid)]['size'] = 0.0
  4210. apertures[str(apid)]['type'] = 'C'
  4211. obj_init.solid_geometry = deepcopy(obj.solid_geometry)
  4212. obj_init.apertures = deepcopy(apertures)
  4213. def initialize_excellon(obj_init, app):
  4214. apertures = {}
  4215. apid = 10
  4216. for tool in obj.tools:
  4217. apertures[str(apid)] = {}
  4218. apertures[str(apid)]['geometry'] = []
  4219. for geo in obj.tools[tool]['solid_geometry']:
  4220. new_el = {}
  4221. new_el['solid'] = geo
  4222. new_el['follow'] = geo.exterior
  4223. apertures[str(apid)]['geometry'].append(deepcopy(new_el))
  4224. apertures[str(apid)]['size'] = float(obj.tools[tool]['C'])
  4225. apertures[str(apid)]['type'] = 'C'
  4226. apid += 1
  4227. # create solid_geometry
  4228. solid_geometry = []
  4229. for apid in apertures:
  4230. for geo_el in apertures[apid]['geometry']:
  4231. solid_geometry.append(geo_el['solid'])
  4232. solid_geometry = MultiPolygon(solid_geometry)
  4233. solid_geometry = solid_geometry.buffer(0.0000001)
  4234. obj_init.solid_geometry = deepcopy(solid_geometry)
  4235. obj_init.apertures = deepcopy(apertures)
  4236. # clear the working objects (perhaps not necessary due of Python GC)
  4237. apertures.clear()
  4238. if not self.collection.get_selected():
  4239. log.warning("App.convert_any2gerber --> No object selected")
  4240. self.inform.emit('[WARNING_NOTCL] %s' %
  4241. _("No object is selected. Select an object and try again."))
  4242. return
  4243. for obj in self.collection.get_selected():
  4244. obj_name = obj.options["name"]
  4245. try:
  4246. if isinstance(obj, ExcellonObject):
  4247. self.app_obj.new_object("gerber", str(obj_name) + "_conv", initialize_excellon)
  4248. elif isinstance(obj, GeometryObject):
  4249. self.app_obj.new_object("gerber", str(obj_name) + "_conv", initialize_geometry)
  4250. else:
  4251. log.warning("App.convert_any2gerber --> This is no vaild object for conversion.")
  4252. except Exception as e:
  4253. return "Operation failed: %s" % str(e)
  4254. def abort_all_tasks(self):
  4255. """
  4256. Executed when a certain key combo is pressed (Ctrl+Alt+X). Will abort current task
  4257. on the first possible occasion.
  4258. :return:
  4259. """
  4260. if self.abort_flag is False:
  4261. self.inform.emit(_("Aborting. The current task will be gracefully closed as soon as possible..."))
  4262. self.abort_flag = True
  4263. self.cleanup.emit()
  4264. def app_is_idle(self):
  4265. if self.abort_flag:
  4266. self.inform.emit('[WARNING_NOTCL] %s' % _("The current task was gracefully closed on user request..."))
  4267. self.abort_flag = False
  4268. def on_selectall(self):
  4269. """
  4270. Will draw a selection box shape around the selected objects.
  4271. :return:
  4272. """
  4273. self.defaults.report_usage("on_selectall()")
  4274. # delete the possible selection box around a possible selected object
  4275. self.delete_selection_shape()
  4276. for name in self.collection.get_names():
  4277. self.collection.set_active(name)
  4278. curr_sel_obj = self.collection.get_by_name(name)
  4279. # create the selection box around the selected object
  4280. if self.defaults['global_selection_shape'] is True:
  4281. self.draw_selection_shape(curr_sel_obj)
  4282. def on_toggle_preferences(self):
  4283. pref_open = False
  4284. for idx in range(self.ui.plot_tab_area.count()):
  4285. if self.ui.plot_tab_area.tabText(idx) == _("Preferences"):
  4286. pref_open = True
  4287. if pref_open:
  4288. for idx in range(self.ui.plot_tab_area.count()):
  4289. if self.ui.plot_tab_area.tabText(idx) == _("Preferences"):
  4290. self.ui.plot_tab_area.removeTab(idx)
  4291. break
  4292. self.ui.pref_status_label.setStyleSheet("")
  4293. else:
  4294. self.on_preferences()
  4295. def on_preferences(self):
  4296. """
  4297. Adds the Preferences in a Tab in Plot Area
  4298. :return:
  4299. """
  4300. # add the tab if it was closed
  4301. self.ui.plot_tab_area.addTab(self.ui.preferences_tab, _("Preferences"))
  4302. # delete the absolute and relative position and messages in the infobar
  4303. self.ui.position_label.setText("")
  4304. # self.ui.rel_position_label.setText("")
  4305. # Switch plot_area to preferences page
  4306. self.ui.plot_tab_area.setCurrentWidget(self.ui.preferences_tab)
  4307. # self.ui.show()
  4308. self.ui.pref_status_label.setStyleSheet("""
  4309. QLabel
  4310. {
  4311. color: black;
  4312. background-color: lightseagreen;
  4313. }
  4314. """
  4315. )
  4316. # detect changes in the preferences
  4317. for idx in range(self.ui.pref_tab_area.count()):
  4318. for tb in self.ui.pref_tab_area.widget(idx).findChildren(QtCore.QObject):
  4319. try:
  4320. try:
  4321. tb.textEdited.disconnect(self.preferencesUiManager.on_preferences_edited)
  4322. except (TypeError, AttributeError):
  4323. pass
  4324. tb.textEdited.connect(self.preferencesUiManager.on_preferences_edited)
  4325. except AttributeError:
  4326. pass
  4327. try:
  4328. try:
  4329. tb.modificationChanged.disconnect(self.preferencesUiManager.on_preferences_edited)
  4330. except (TypeError, AttributeError):
  4331. pass
  4332. tb.modificationChanged.connect(self.preferencesUiManager.on_preferences_edited)
  4333. except AttributeError:
  4334. pass
  4335. try:
  4336. try:
  4337. tb.toggled.disconnect(self.preferencesUiManager.on_preferences_edited)
  4338. except (TypeError, AttributeError):
  4339. pass
  4340. tb.toggled.connect(self.preferencesUiManager.on_preferences_edited)
  4341. except AttributeError:
  4342. pass
  4343. try:
  4344. try:
  4345. tb.valueChanged.disconnect(self.preferencesUiManager.on_preferences_edited)
  4346. except (TypeError, AttributeError):
  4347. pass
  4348. tb.valueChanged.connect(self.preferencesUiManager.on_preferences_edited)
  4349. except AttributeError:
  4350. pass
  4351. try:
  4352. try:
  4353. tb.currentIndexChanged.disconnect(self.preferencesUiManager.on_preferences_edited)
  4354. except (TypeError, AttributeError):
  4355. pass
  4356. tb.currentIndexChanged.connect(self.preferencesUiManager.on_preferences_edited)
  4357. except AttributeError:
  4358. pass
  4359. def on_tools_database(self, source='app'):
  4360. """
  4361. Adds the Tools Database in a Tab in Plot Area.
  4362. :return:
  4363. """
  4364. for idx in range(self.ui.plot_tab_area.count()):
  4365. if self.ui.plot_tab_area.tabText(idx) == _("Tools Database"):
  4366. # there can be only one instance of Tools Database at one time
  4367. return
  4368. if source == 'app':
  4369. self.tools_db_tab = ToolsDB2(
  4370. app=self,
  4371. parent=self.ui,
  4372. callback_on_edited=self.on_tools_db_edited,
  4373. callback_on_tool_request=self.on_geometry_tool_add_from_db_executed
  4374. )
  4375. elif source == 'ncc':
  4376. self.tools_db_tab = ToolsDB2(
  4377. app=self,
  4378. parent=self.ui,
  4379. callback_on_edited=self.on_tools_db_edited,
  4380. callback_on_tool_request=self.ncclear_tool.on_ncc_tool_add_from_db_executed
  4381. )
  4382. elif source == 'paint':
  4383. self.tools_db_tab = ToolsDB2(
  4384. app=self,
  4385. parent=self.ui,
  4386. callback_on_edited=self.on_tools_db_edited,
  4387. callback_on_tool_request=self.paint_tool.on_paint_tool_add_from_db_executed
  4388. )
  4389. elif source == 'iso':
  4390. self.tools_db_tab = ToolsDB2(
  4391. app=self,
  4392. parent=self.ui,
  4393. callback_on_edited=self.on_tools_db_edited,
  4394. callback_on_tool_request=self.isolation_tool.on_iso_tool_add_from_db_executed
  4395. )
  4396. # add the tab if it was closed
  4397. try:
  4398. self.ui.plot_tab_area.addTab(self.tools_db_tab, _("Tools Database"))
  4399. self.tools_db_tab.setObjectName("database_tab")
  4400. except Exception as e:
  4401. log.debug("App.on_tools_database() --> %s" % str(e))
  4402. return
  4403. # delete the absolute and relative position and messages in the infobar
  4404. self.ui.position_label.setText("")
  4405. # self.ui.rel_position_label.setText("")
  4406. # Switch plot_area to preferences page
  4407. self.ui.plot_tab_area.setCurrentWidget(self.tools_db_tab)
  4408. # detect changes in the Tools in Tools DB, connect signals from table widget in tab
  4409. self.tools_db_tab.ui_connect()
  4410. def on_tools_db_edited(self):
  4411. """
  4412. Executed whenever a tool is edited in Tools Database.
  4413. Will color the text of the Tools Database tab to Red color.
  4414. :return:
  4415. """
  4416. self.inform[str, bool].emit('[WARNING_NOTCL] %s' % _("Tools in Tools Database edited but not saved."), False)
  4417. for idx in range(self.ui.plot_tab_area.count()):
  4418. if self.ui.plot_tab_area.tabText(idx) == _("Tools Database"):
  4419. self.ui.plot_tab_area.tabBar.setTabTextColor(idx, QtGui.QColor('red'))
  4420. self.tools_db_tab.save_db_btn.setStyleSheet("QPushButton {color: red;}")
  4421. self.tools_db_changed_flag = True
  4422. def on_geometry_tool_add_from_db_executed(self, tool):
  4423. """
  4424. Here add the tool from DB in the selected geometry object.
  4425. :return:
  4426. """
  4427. tool_from_db = deepcopy(tool)
  4428. obj = self.collection.get_active()
  4429. if obj.kind == 'geometry':
  4430. obj.on_tool_from_db_inserted(tool=tool_from_db)
  4431. # close the tab and delete it
  4432. for idx in range(self.ui.plot_tab_area.count()):
  4433. if self.ui.plot_tab_area.tabText(idx) == _("Tools Database"):
  4434. wdg = self.ui.plot_tab_area.widget(idx)
  4435. wdg.deleteLater()
  4436. self.ui.plot_tab_area.removeTab(idx)
  4437. self.inform.emit('[success] %s' % _("Tool from DB added in Tool Table."))
  4438. elif obj.kind == 'gerber':
  4439. self.isolation_tool.on_tool_from_db_inserted(tool=tool_from_db)
  4440. # close the tab and delete it
  4441. for idx in range(self.ui.plot_tab_area.count()):
  4442. if self.ui.plot_tab_area.tabText(idx) == _("Tools Database"):
  4443. wdg = self.ui.plot_tab_area.widget(idx)
  4444. wdg.deleteLater()
  4445. self.ui.plot_tab_area.removeTab(idx)
  4446. self.inform.emit('[success] %s' % _("Tool from DB added in Tool Table."))
  4447. else:
  4448. self.inform.emit('[ERROR_NOTCL] %s' % _("Adding tool from DB is not allowed for this object."))
  4449. def on_plot_area_tab_closed(self, tab_obj_name):
  4450. """
  4451. Executed whenever a QTab is closed in the Plot Area.
  4452. :param tab_obj_name: The objectName of the Tab that was closed. This objectName is assigned on Tab creation
  4453. :return:
  4454. """
  4455. if tab_obj_name == "preferences_tab":
  4456. self.preferencesUiManager.on_close_preferences_tab()
  4457. elif tab_obj_name == "database_tab":
  4458. # disconnect the signals from the table widget in tab
  4459. self.tools_db_tab.ui_disconnect()
  4460. if self.tools_db_changed_flag is True:
  4461. msgbox = QtWidgets.QMessageBox()
  4462. msgbox.setText(_("One or more Tools are edited.\n"
  4463. "Do you want to update the Tools Database?"))
  4464. msgbox.setWindowTitle(_("Save Tools Database"))
  4465. msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/save_as.png'))
  4466. msgbox.setIcon(QtWidgets.QMessageBox.Question)
  4467. bt_yes = msgbox.addButton(_('Yes'), QtWidgets.QMessageBox.YesRole)
  4468. msgbox.addButton(_('No'), QtWidgets.QMessageBox.NoRole)
  4469. msgbox.setDefaultButton(bt_yes)
  4470. msgbox.exec_()
  4471. response = msgbox.clickedButton()
  4472. if response == bt_yes:
  4473. self.tools_db_tab.on_save_tools_db()
  4474. self.inform.emit('[success] %s' % "Tools DB saved to file.")
  4475. else:
  4476. self.tools_db_changed_flag = False
  4477. self.inform.emit('')
  4478. return
  4479. self.tools_db_tab.deleteLater()
  4480. elif tab_obj_name == "text_editor_tab":
  4481. self.toggle_codeeditor = False
  4482. elif tab_obj_name == "bookmarks_tab":
  4483. self.book_dialog_tab.rebuild_actions()
  4484. self.book_dialog_tab.deleteLater()
  4485. else:
  4486. return
  4487. # def on_plotarea_tab_closed(self, tab_idx):
  4488. # """
  4489. #
  4490. # :param tab_idx: Index of the Tab from the plotarea that was closed
  4491. # :return:
  4492. # """
  4493. # widget = self.ui.plot_tab_area.widget(tab_idx)
  4494. #
  4495. # if widget is not None:
  4496. # widget.deleteLater()
  4497. # self.ui.plot_tab_area.removeTab(tab_idx)
  4498. def on_flipy(self):
  4499. """
  4500. Executed when the menu entry in Options -> Flip on Y axis is clicked.
  4501. :return:
  4502. """
  4503. self.defaults.report_usage("on_flipy()")
  4504. obj_list = self.collection.get_selected()
  4505. xminlist = []
  4506. yminlist = []
  4507. xmaxlist = []
  4508. ymaxlist = []
  4509. if not obj_list:
  4510. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected to Flip on Y axis."))
  4511. else:
  4512. try:
  4513. # first get a bounding box to fit all
  4514. for obj in obj_list:
  4515. xmin, ymin, xmax, ymax = obj.bounds()
  4516. xminlist.append(xmin)
  4517. yminlist.append(ymin)
  4518. xmaxlist.append(xmax)
  4519. ymaxlist.append(ymax)
  4520. # get the minimum x,y and maximum x,y for all objects selected
  4521. xminimal = min(xminlist)
  4522. yminimal = min(yminlist)
  4523. xmaximal = max(xmaxlist)
  4524. ymaximal = max(ymaxlist)
  4525. px = 0.5 * (xminimal + xmaximal)
  4526. py = 0.5 * (yminimal + ymaximal)
  4527. # execute mirroring
  4528. for obj in obj_list:
  4529. obj.mirror('X', [px, py])
  4530. obj.plot()
  4531. self.app_obj.object_changed.emit(obj)
  4532. self.inform.emit('[success] %s' %
  4533. _("Flip on Y axis done."))
  4534. except Exception as e:
  4535. self.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Flip action was not executed."), str(e)))
  4536. return
  4537. def on_flipx(self):
  4538. """
  4539. Executed when the menu entry in Options -> Flip on X axis is clicked.
  4540. :return:
  4541. """
  4542. self.defaults.report_usage("on_flipx()")
  4543. obj_list = self.collection.get_selected()
  4544. xminlist = []
  4545. yminlist = []
  4546. xmaxlist = []
  4547. ymaxlist = []
  4548. if not obj_list:
  4549. self.inform.emit('[WARNING_NOTCL] %s' %
  4550. _("No object selected to Flip on X axis."))
  4551. else:
  4552. try:
  4553. # first get a bounding box to fit all
  4554. for obj in obj_list:
  4555. xmin, ymin, xmax, ymax = obj.bounds()
  4556. xminlist.append(xmin)
  4557. yminlist.append(ymin)
  4558. xmaxlist.append(xmax)
  4559. ymaxlist.append(ymax)
  4560. # get the minimum x,y and maximum x,y for all objects selected
  4561. xminimal = min(xminlist)
  4562. yminimal = min(yminlist)
  4563. xmaximal = max(xmaxlist)
  4564. ymaximal = max(ymaxlist)
  4565. px = 0.5 * (xminimal + xmaximal)
  4566. py = 0.5 * (yminimal + ymaximal)
  4567. # execute mirroring
  4568. for obj in obj_list:
  4569. obj.mirror('Y', [px, py])
  4570. obj.plot()
  4571. self.app_obj.object_changed.emit(obj)
  4572. self.inform.emit('[success] %s' %
  4573. _("Flip on X axis done."))
  4574. except Exception as e:
  4575. self.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Flip action was not executed."), str(e)))
  4576. return
  4577. def on_rotate(self, silent=False, preset=None):
  4578. """
  4579. Executed when Options -> Rotate Selection menu entry is clicked.
  4580. :param silent: If silent is True then use the preset value for the angle of the rotation.
  4581. :param preset: A value to be used as predefined angle for rotation.
  4582. :return:
  4583. """
  4584. self.defaults.report_usage("on_rotate()")
  4585. obj_list = self.collection.get_selected()
  4586. xminlist = []
  4587. yminlist = []
  4588. xmaxlist = []
  4589. ymaxlist = []
  4590. if not obj_list:
  4591. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected to Rotate."))
  4592. else:
  4593. if silent is False:
  4594. rotatebox = FCInputDialog(title=_("Transform"), text=_("Enter the Angle value:"),
  4595. min=-360, max=360, decimals=4,
  4596. init_val=float(self.defaults['tools_transform_rotate']))
  4597. num, ok = rotatebox.get_value()
  4598. else:
  4599. num = preset
  4600. ok = True
  4601. if ok:
  4602. try:
  4603. # first get a bounding box to fit all
  4604. for obj in obj_list:
  4605. xmin, ymin, xmax, ymax = obj.bounds()
  4606. xminlist.append(xmin)
  4607. yminlist.append(ymin)
  4608. xmaxlist.append(xmax)
  4609. ymaxlist.append(ymax)
  4610. # get the minimum x,y and maximum x,y for all objects selected
  4611. xminimal = min(xminlist)
  4612. yminimal = min(yminlist)
  4613. xmaximal = max(xmaxlist)
  4614. ymaximal = max(ymaxlist)
  4615. px = 0.5 * (xminimal + xmaximal)
  4616. py = 0.5 * (yminimal + ymaximal)
  4617. for sel_obj in obj_list:
  4618. sel_obj.rotate(-float(num), point=(px, py))
  4619. sel_obj.plot()
  4620. self.app_obj.object_changed.emit(sel_obj)
  4621. self.inform.emit('[success] %s' % _("Rotation done."))
  4622. except Exception as e:
  4623. self.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Rotation movement was not executed."), str(e)))
  4624. return
  4625. def on_skewx(self):
  4626. """
  4627. Executed when the menu entry in Options -> Skew on X axis is clicked.
  4628. :return:
  4629. """
  4630. self.defaults.report_usage("on_skewx()")
  4631. obj_list = self.collection.get_selected()
  4632. xminlist = []
  4633. yminlist = []
  4634. if not obj_list:
  4635. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected to Skew/Shear on X axis."))
  4636. else:
  4637. skewxbox = FCInputDialog(title=_("Transform"), text=_("Enter the Angle value:"),
  4638. min=-360, max=360, decimals=4,
  4639. init_val=float(self.defaults['tools_transform_skew_x']))
  4640. num, ok = skewxbox.get_value()
  4641. if ok:
  4642. # first get a bounding box to fit all
  4643. for obj in obj_list:
  4644. xmin, ymin, xmax, ymax = obj.bounds()
  4645. xminlist.append(xmin)
  4646. yminlist.append(ymin)
  4647. # get the minimum x,y and maximum x,y for all objects selected
  4648. xminimal = min(xminlist)
  4649. yminimal = min(yminlist)
  4650. for obj in obj_list:
  4651. obj.skew(num, 0, point=(xminimal, yminimal))
  4652. obj.plot()
  4653. self.app_obj.object_changed.emit(obj)
  4654. self.inform.emit('[success] %s' % _("Skew on X axis done."))
  4655. def on_skewy(self):
  4656. """
  4657. Executed when the menu entry in Options -> Skew on Y axis is clicked.
  4658. :return:
  4659. """
  4660. self.defaults.report_usage("on_skewy()")
  4661. obj_list = self.collection.get_selected()
  4662. xminlist = []
  4663. yminlist = []
  4664. if not obj_list:
  4665. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected to Skew/Shear on Y axis."))
  4666. else:
  4667. skewybox = FCInputDialog(title=_("Transform"), text=_("Enter the Angle value:"),
  4668. min=-360, max=360, decimals=4,
  4669. init_val=float(self.defaults['tools_transform_skew_y']))
  4670. num, ok = skewybox.get_value()
  4671. if ok:
  4672. # first get a bounding box to fit all
  4673. for obj in obj_list:
  4674. xmin, ymin, xmax, ymax = obj.bounds()
  4675. xminlist.append(xmin)
  4676. yminlist.append(ymin)
  4677. # get the minimum x,y and maximum x,y for all objects selected
  4678. xminimal = min(xminlist)
  4679. yminimal = min(yminlist)
  4680. for obj in obj_list:
  4681. obj.skew(0, num, point=(xminimal, yminimal))
  4682. obj.plot()
  4683. self.app_obj.object_changed.emit(obj)
  4684. self.inform.emit('[success] %s' % _("Skew on Y axis done."))
  4685. def on_plots_updated(self):
  4686. """
  4687. Callback used to report when the plots have changed.
  4688. Adjust axes and zooms to fit.
  4689. :return: None
  4690. """
  4691. if self.is_legacy is False:
  4692. self.plotcanvas.update()
  4693. else:
  4694. self.plotcanvas.auto_adjust_axes()
  4695. self.on_zoom_fit()
  4696. self.collection.update_view()
  4697. # self.inform.emit(_("Plots updated ..."))
  4698. def on_toolbar_replot(self):
  4699. """
  4700. Callback for toolbar button. Re-plots all objects.
  4701. :return: None
  4702. """
  4703. self.log.debug("on_toolbar_replot()")
  4704. try:
  4705. self.collection.get_active().read_form()
  4706. except AttributeError:
  4707. self.log.debug("on_toolbar_replot(): AttributeError")
  4708. pass
  4709. self.plot_all()
  4710. def grid_status(self):
  4711. return True if self.ui.grid_snap_btn.isChecked() else False
  4712. def populate_cmenu_grids(self):
  4713. units = self.defaults['units'].lower()
  4714. # for act in self.ui.cmenu_gridmenu.actions():
  4715. # act.triggered.disconnect()
  4716. self.ui.cmenu_gridmenu.clear()
  4717. sorted_list = sorted(self.defaults["global_grid_context_menu"][str(units)])
  4718. grid_toggle = self.ui.cmenu_gridmenu.addAction(QtGui.QIcon(self.resource_location + '/grid32_menu.png'),
  4719. _("Grid On/Off"))
  4720. grid_toggle.setCheckable(True)
  4721. grid_toggle.setChecked(True) if self.grid_status() else grid_toggle.setChecked(False)
  4722. self.ui.cmenu_gridmenu.addSeparator()
  4723. for grid in sorted_list:
  4724. action = self.ui.cmenu_gridmenu.addAction(QtGui.QIcon(self.resource_location + '/grid32_menu.png'),
  4725. "%s" % str(grid))
  4726. action.triggered.connect(self.set_grid)
  4727. self.ui.cmenu_gridmenu.addSeparator()
  4728. grid_add = self.ui.cmenu_gridmenu.addAction(QtGui.QIcon(self.resource_location + '/plus32.png'),
  4729. _("Add"))
  4730. grid_delete = self.ui.cmenu_gridmenu.addAction(QtGui.QIcon(self.resource_location + '/delete32.png'),
  4731. _("Delete"))
  4732. grid_add.triggered.connect(self.on_grid_add)
  4733. grid_delete.triggered.connect(self.on_grid_delete)
  4734. grid_toggle.triggered.connect(lambda: self.ui.grid_snap_btn.trigger())
  4735. def set_grid(self):
  4736. menu_action = self.sender()
  4737. assert isinstance(menu_action, QtWidgets.QAction), "Expected QAction got %s" % type(menu_action)
  4738. self.ui.grid_gap_x_entry.setText(menu_action.text())
  4739. self.ui.grid_gap_y_entry.setText(menu_action.text())
  4740. def on_grid_add(self):
  4741. # ## Current application units in lower Case
  4742. units = self.defaults['units'].lower()
  4743. grid_add_popup = FCInputDialog(title=_("New Grid ..."),
  4744. text=_('Enter a Grid Value:'),
  4745. min=0.0000, max=99.9999, decimals=4)
  4746. grid_add_popup.setWindowIcon(QtGui.QIcon(self.resource_location + '/plus32.png'))
  4747. val, ok = grid_add_popup.get_value()
  4748. if ok:
  4749. if float(val) == 0:
  4750. self.inform.emit('[WARNING_NOTCL] %s' %
  4751. _("Please enter a grid value with non-zero value, in Float format."))
  4752. return
  4753. else:
  4754. if val not in self.defaults["global_grid_context_menu"][str(units)]:
  4755. self.defaults["global_grid_context_menu"][str(units)].append(val)
  4756. self.inform.emit('[success] %s...' % _("New Grid added"))
  4757. else:
  4758. self.inform.emit('[WARNING_NOTCL] %s...' % _("Grid already exists"))
  4759. else:
  4760. self.inform.emit('[WARNING_NOTCL] %s...' % _("Adding New Grid cancelled"))
  4761. def on_grid_delete(self):
  4762. # ## Current application units in lower Case
  4763. units = self.defaults['units'].lower()
  4764. grid_del_popup = FCInputDialog(title="Delete Grid ...",
  4765. text='Enter a Grid Value:',
  4766. min=0.0000, max=99.9999, decimals=4)
  4767. grid_del_popup.setWindowIcon(QtGui.QIcon(self.resource_location + '/delete32.png'))
  4768. val, ok = grid_del_popup.get_value()
  4769. if ok:
  4770. if float(val) == 0:
  4771. self.inform.emit('[WARNING_NOTCL] %s' %
  4772. _("Please enter a grid value with non-zero value, in Float format."))
  4773. return
  4774. else:
  4775. try:
  4776. self.defaults["global_grid_context_menu"][str(units)].remove(val)
  4777. except ValueError:
  4778. self.inform.emit('[ERROR_NOTCL]%s...' % _(" Grid Value does not exist"))
  4779. return
  4780. self.inform.emit('[success] %s...' % _("Grid Value deleted"))
  4781. else:
  4782. self.inform.emit('[WARNING_NOTCL] %s...' % _("Delete Grid value cancelled"))
  4783. def on_shortcut_list(self):
  4784. self.defaults.report_usage("on_shortcut_list()")
  4785. # add the tab if it was closed
  4786. self.ui.plot_tab_area.addTab(self.ui.shortcuts_tab, _("Key Shortcut List"))
  4787. # delete the absolute and relative position and messages in the infobar
  4788. self.ui.position_label.setText("")
  4789. # self.ui.rel_position_label.setText("")
  4790. # Switch plot_area to preferences page
  4791. self.ui.plot_tab_area.setCurrentWidget(self.ui.shortcuts_tab)
  4792. # self.ui.show()
  4793. def on_select_tab(self, name):
  4794. # if the splitter is hidden, display it, else hide it but only if the current widget is the same
  4795. if self.ui.splitter.sizes()[0] == 0:
  4796. self.ui.splitter.setSizes([1, 1])
  4797. else:
  4798. if self.ui.notebook.currentWidget().objectName() == name + '_tab':
  4799. self.ui.splitter.setSizes([0, 1])
  4800. if name == 'project':
  4801. self.ui.notebook.setCurrentWidget(self.ui.project_tab)
  4802. elif name == 'selected':
  4803. self.ui.notebook.setCurrentWidget(self.ui.selected_tab)
  4804. elif name == 'tool':
  4805. self.ui.notebook.setCurrentWidget(self.ui.tool_tab)
  4806. def on_copy_name(self):
  4807. self.defaults.report_usage("on_copy_name()")
  4808. obj = self.collection.get_active()
  4809. try:
  4810. name = obj.options["name"]
  4811. except AttributeError:
  4812. log.debug("on_copy_name() --> No object selected to copy it's name")
  4813. self.inform.emit('[WARNING_NOTCL] %s' %
  4814. _(" No object selected to copy it's name"))
  4815. return
  4816. self.clipboard.setText(name)
  4817. self.inform.emit(_("Name copied on clipboard ..."))
  4818. def on_mouse_click_over_plot(self, event):
  4819. """
  4820. Default actions are:
  4821. :param event: Contains information about the event, like which button
  4822. was clicked, the pixel coordinates and the axes coordinates.
  4823. :return: None
  4824. """
  4825. self.pos = []
  4826. if self.is_legacy is False:
  4827. event_pos = event.pos
  4828. # pan_button = 2 if self.defaults["global_pan_button"] == '2'else 3
  4829. # # Set the mouse button for panning
  4830. # self.plotcanvas.view.camera.pan_button_setting = pan_button
  4831. else:
  4832. event_pos = (event.xdata, event.ydata)
  4833. # Matplotlib has the middle and right buttons mapped in reverse compared with VisPy
  4834. # pan_button = 3 if self.defaults["global_pan_button"] == '2' else 2
  4835. # So it can receive key presses
  4836. self.plotcanvas.native.setFocus()
  4837. self.pos_canvas = self.plotcanvas.translate_coords(event_pos)
  4838. if self.grid_status():
  4839. self.pos = self.geo_editor.snap(self.pos_canvas[0], self.pos_canvas[1])
  4840. else:
  4841. self.pos = (self.pos_canvas[0], self.pos_canvas[1])
  4842. try:
  4843. if event.button == 1:
  4844. # Reset here the relative coordinates so there is a new reference on the click position
  4845. if self.rel_point1 is None:
  4846. self.rel_point1 = self.pos
  4847. else:
  4848. self.rel_point2 = copy(self.rel_point1)
  4849. self.rel_point1 = self.pos
  4850. self.on_mouse_move_over_plot(event, origin_click=True)
  4851. except Exception as e:
  4852. App.log.debug("App.on_mouse_click_over_plot() --> Outside plot? --> %s" % str(e))
  4853. def on_mouse_double_click_over_plot(self, event):
  4854. if event.button == 1:
  4855. self.doubleclick = True
  4856. def on_mouse_move_over_plot(self, event, origin_click=None):
  4857. """
  4858. Callback for the mouse motion event over the plot.
  4859. :param event: Contains information about the event.
  4860. :param origin_click
  4861. :return: None
  4862. """
  4863. if self.is_legacy is False:
  4864. event_pos = event.pos
  4865. if self.defaults["global_pan_button"] == '2':
  4866. pan_button = 2
  4867. else:
  4868. pan_button = 3
  4869. self.event_is_dragging = event.is_dragging
  4870. else:
  4871. event_pos = (event.xdata, event.ydata)
  4872. # Matplotlib has the middle and right buttons mapped in reverse compared with VisPy
  4873. if self.defaults["global_pan_button"] == '2':
  4874. pan_button = 3
  4875. else:
  4876. pan_button = 2
  4877. self.event_is_dragging = self.plotcanvas.is_dragging
  4878. # So it can receive key presses but not when the Tcl Shell is active
  4879. if not self.ui.shell_dock.isVisible():
  4880. if not self.plotcanvas.native.hasFocus():
  4881. self.plotcanvas.native.setFocus()
  4882. self.pos_jump = event_pos
  4883. self.ui.popMenu.mouse_is_panning = False
  4884. if origin_click is None:
  4885. # if the RMB is clicked and mouse is moving over plot then 'panning_action' is True
  4886. if event.button == pan_button and self.event_is_dragging == 1:
  4887. # if a popup menu is active don't change mouse_is_panning variable because is not True
  4888. if self.ui.popMenu.popup_active:
  4889. self.ui.popMenu.popup_active = False
  4890. return
  4891. self.ui.popMenu.mouse_is_panning = True
  4892. return
  4893. if self.rel_point1 is not None:
  4894. try: # May fail in case mouse not within axes
  4895. pos_canvas = self.plotcanvas.translate_coords(event_pos)
  4896. if pos_canvas[0] is None or pos_canvas[1] is None:
  4897. return
  4898. if self.grid_status():
  4899. pos = self.geo_editor.snap(pos_canvas[0], pos_canvas[1])
  4900. # Update cursor
  4901. self.app_cursor.set_data(np.asarray([(pos[0], pos[1])]),
  4902. symbol='++', edge_color=self.cursor_color_3D,
  4903. edge_width=self.defaults["global_cursor_width"],
  4904. size=self.defaults["global_cursor_size"])
  4905. else:
  4906. pos = (pos_canvas[0], pos_canvas[1])
  4907. self.dx = pos[0] - float(self.rel_point1[0])
  4908. self.dy = pos[1] - float(self.rel_point1[1])
  4909. self.ui.position_label.setText("&nbsp;<b>X</b>: %.4f&nbsp;&nbsp; "
  4910. "<b>Y</b>: %.4f&nbsp;" % (pos[0], pos[1]))
  4911. # self.ui.rel_position_label.setText("<b>Dx</b>: %.4f&nbsp;&nbsp; <b>Dy</b>: "
  4912. # "%.4f&nbsp;&nbsp;&nbsp;&nbsp;" % (self.dx, self.dy))
  4913. units = self.defaults["units"].lower()
  4914. self.plotcanvas.text_hud.text = \
  4915. 'Dx:\t{:<.4f} [{:s}]\nDy:\t{:<.4f} [{:s}]\n\nX: \t{:<.4f} [{:s}]\nY: \t{:<.4f} [{:s}]'.format(
  4916. self.dx, units, self.dy, units, pos[0], units, pos[1], units)
  4917. self.mouse = [pos[0], pos[1]]
  4918. # if the mouse is moved and the LMB is clicked then the action is a selection
  4919. if self.event_is_dragging == 1 and event.button == 1:
  4920. self.delete_selection_shape()
  4921. if self.dx < 0:
  4922. self.draw_moving_selection_shape(self.pos, pos, color=self.defaults['global_alt_sel_line'],
  4923. face_color=self.defaults['global_alt_sel_fill'])
  4924. self.selection_type = False
  4925. elif self.dx >= 0:
  4926. self.draw_moving_selection_shape(self.pos, pos)
  4927. self.selection_type = True
  4928. else:
  4929. self.selection_type = None
  4930. else:
  4931. self.selection_type = None
  4932. # hover effect - enabled in Preferences -> General -> appGUI Settings
  4933. if self.defaults['global_hover']:
  4934. for obj in self.collection.get_list():
  4935. try:
  4936. # select the object(s) only if it is enabled (plotted)
  4937. if obj.options['plot']:
  4938. if obj not in self.collection.get_selected():
  4939. poly_obj = Polygon(
  4940. [(obj.options['xmin'], obj.options['ymin']),
  4941. (obj.options['xmax'], obj.options['ymin']),
  4942. (obj.options['xmax'], obj.options['ymax']),
  4943. (obj.options['xmin'], obj.options['ymax'])]
  4944. )
  4945. if Point(pos).within(poly_obj):
  4946. if obj.isHovering is False:
  4947. obj.isHovering = True
  4948. obj.notHovering = True
  4949. # create the selection box around the selected object
  4950. self.draw_hover_shape(obj, color='#d1e0e0FF')
  4951. else:
  4952. if obj.notHovering is True:
  4953. obj.notHovering = False
  4954. obj.isHovering = False
  4955. self.delete_hover_shape()
  4956. except Exception:
  4957. # the Exception here will happen if we try to select on screen and we have an
  4958. # newly (and empty) just created Geometry or Excellon object that do not have the
  4959. # xmin, xmax, ymin, ymax options.
  4960. # In this case poly_obj creation (see above) will fail
  4961. pass
  4962. except Exception as e:
  4963. log.debug("App.on_mouse_move_over_plot() - rel_point1 is not None -> %s" % str(e))
  4964. self.ui.position_label.setText("")
  4965. # self.ui.rel_position_label.setText("")
  4966. self.mouse = None
  4967. def on_mouse_click_release_over_plot(self, event):
  4968. """
  4969. Callback for the mouse click release over plot. This event is generated by the Matplotlib backend
  4970. and has been registered in ''self.__init__()''.
  4971. :param event: contains information about the event.
  4972. :return:
  4973. """
  4974. if self.is_legacy is False:
  4975. event_pos = event.pos
  4976. right_button = 2
  4977. else:
  4978. event_pos = (event.xdata, event.ydata)
  4979. # Matplotlib has the middle and right buttons mapped in reverse compared with VisPy
  4980. right_button = 3
  4981. pos_canvas = self.plotcanvas.translate_coords(event_pos)
  4982. if self.grid_status():
  4983. pos = self.geo_editor.snap(pos_canvas[0], pos_canvas[1])
  4984. else:
  4985. pos = (pos_canvas[0], pos_canvas[1])
  4986. # if the released mouse button was RMB then test if it was a panning motion or not, if not it was a context
  4987. # canvas menu
  4988. if event.button == right_button and self.ui.popMenu.mouse_is_panning is False: # right click
  4989. self.ui.popMenu.mouse_is_panning = False
  4990. self.cursor = QtGui.QCursor()
  4991. self.populate_cmenu_grids()
  4992. self.ui.popMenu.popup(self.cursor.pos())
  4993. # if the released mouse button was LMB then test if we had a right-to-left selection or a left-to-right
  4994. # selection and then select a type of selection ("enclosing" or "touching")
  4995. if event.button == 1: # left click
  4996. modifiers = QtWidgets.QApplication.keyboardModifiers()
  4997. # If the SHIFT key is pressed when LMB is clicked then the coordinates are copied to clipboard
  4998. if modifiers == QtCore.Qt.ShiftModifier:
  4999. # do not auto open the Project Tab
  5000. self.click_noproject = True
  5001. self.clipboard.setText(
  5002. self.defaults["global_point_clipboard_format"] %
  5003. (self.decimals, self.pos[0], self.decimals, self.pos[1])
  5004. )
  5005. self.inform.emit('[success] %s' % _("Coordinates copied to clipboard."))
  5006. return
  5007. if self.doubleclick is True:
  5008. self.doubleclick = False
  5009. if self.collection.get_selected():
  5010. self.ui.notebook.setCurrentWidget(self.ui.selected_tab)
  5011. if self.ui.splitter.sizes()[0] == 0:
  5012. self.ui.splitter.setSizes([1, 1])
  5013. try:
  5014. # delete the selection shape(S) as it may be in the way
  5015. self.delete_selection_shape()
  5016. self.delete_hover_shape()
  5017. except Exception as e:
  5018. log.warning("FlatCAMApp.on_mouse_click_release_over_plot() double click --> Error: %s" % str(e))
  5019. return
  5020. else:
  5021. # WORKAROUND for LEGACY MODE
  5022. if self.is_legacy is True:
  5023. # if there is no move on canvas then we have no dragging selection
  5024. if self.dx == 0 or self.dy == 0:
  5025. self.selection_type = None
  5026. if self.selection_type is not None:
  5027. try:
  5028. self.selection_area_handler(self.pos, pos, self.selection_type)
  5029. self.selection_type = None
  5030. except Exception as e:
  5031. log.warning("FlatCAMApp.on_mouse_click_release_over_plot() select area --> Error: %s" % str(e))
  5032. return
  5033. else:
  5034. key_modifier = QtWidgets.QApplication.keyboardModifiers()
  5035. if key_modifier == QtCore.Qt.ShiftModifier:
  5036. mod_key = 'Shift'
  5037. elif key_modifier == QtCore.Qt.ControlModifier:
  5038. mod_key = 'Control'
  5039. else:
  5040. mod_key = None
  5041. try:
  5042. if self.command_active is None:
  5043. # If the CTRL key is pressed when the LMB is clicked then if the object is selected it will
  5044. # deselect, and if it's not selected then it will be selected
  5045. # If there is no active command (self.command_active is None) then we check if we clicked
  5046. # on a object by checking the bounding limits against mouse click position
  5047. if mod_key == self.defaults["global_mselect_key"]:
  5048. self.select_objects(key='multisel')
  5049. else:
  5050. # If there is no active command (self.command_active is None) then we check if
  5051. # we clicked on a object by checking the bounding limits against mouse click position
  5052. self.select_objects()
  5053. self.delete_hover_shape()
  5054. except Exception as e:
  5055. log.warning("FlatCAMApp.on_mouse_click_release_over_plot() select click --> Error: %s" % str(e))
  5056. return
  5057. def selection_area_handler(self, start_pos, end_pos, sel_type):
  5058. """
  5059. :param start_pos: mouse position when the selection LMB click was done
  5060. :param end_pos: mouse position when the left mouse button is released
  5061. :param sel_type: if True it's a left to right selection (enclosure), if False it's a 'touch' selection
  5062. :return:
  5063. """
  5064. poly_selection = Polygon([start_pos, (end_pos[0], start_pos[1]), end_pos, (start_pos[0], end_pos[1])])
  5065. # delete previous selection shape
  5066. self.delete_selection_shape()
  5067. # make all objects inactive
  5068. self.collection.set_all_inactive()
  5069. for obj in self.collection.get_list():
  5070. try:
  5071. # select the object(s) only if it is enabled (plotted)
  5072. if obj.options['plot']:
  5073. poly_obj = Polygon([(obj.options['xmin'], obj.options['ymin']),
  5074. (obj.options['xmax'], obj.options['ymin']),
  5075. (obj.options['xmax'], obj.options['ymax']),
  5076. (obj.options['xmin'], obj.options['ymax'])])
  5077. if sel_type is True:
  5078. if poly_obj.within(poly_selection):
  5079. # create the selection box around the selected object
  5080. if self.defaults['global_selection_shape'] is True:
  5081. self.draw_selection_shape(obj)
  5082. self.collection.set_active(obj.options['name'])
  5083. else:
  5084. if poly_selection.intersects(poly_obj):
  5085. # create the selection box around the selected object
  5086. if self.defaults['global_selection_shape'] is True:
  5087. self.draw_selection_shape(obj)
  5088. self.collection.set_active(obj.options['name'])
  5089. obj.selection_shape_drawn = True
  5090. except Exception as e:
  5091. # the Exception here will happen if we try to select on screen and we have an newly (and empty)
  5092. # just created Geometry or Excellon object that do not have the xmin, xmax, ymin, ymax options.
  5093. # In this case poly_obj creation (see above) will fail
  5094. log.debug("App.selection_area_handler() --> %s" % str(e))
  5095. def select_objects(self, key=None):
  5096. """
  5097. Will select objects clicked on canvas
  5098. :param key: for future use in cumulative selection
  5099. :return:
  5100. """
  5101. # list where we store the overlapped objects under our mouse left click position
  5102. if key is None:
  5103. self.objects_under_the_click_list = []
  5104. # Populate the list with the overlapped objects on the click position
  5105. curr_x, curr_y = self.pos
  5106. for obj in self.all_objects_list:
  5107. # ScriptObject and DocumentObject objects can't be selected
  5108. if obj.kind == 'script' or obj.kind == 'document':
  5109. continue
  5110. if key == 'multisel' and obj.options['name'] in self.objects_under_the_click_list:
  5111. continue
  5112. if (curr_x >= obj.options['xmin']) and (curr_x <= obj.options['xmax']) and \
  5113. (curr_y >= obj.options['ymin']) and (curr_y <= obj.options['ymax']):
  5114. if obj.options['name'] not in self.objects_under_the_click_list:
  5115. if obj.options['plot']:
  5116. # add objects to the objects_under_the_click list only if the object is plotted
  5117. # (active and not disabled)
  5118. self.objects_under_the_click_list.append(obj.options['name'])
  5119. try:
  5120. if self.objects_under_the_click_list:
  5121. curr_sel_obj = self.collection.get_active()
  5122. # case when there is only an object under the click and we toggle it
  5123. if len(self.objects_under_the_click_list) == 1:
  5124. if curr_sel_obj is None:
  5125. self.collection.set_active(self.objects_under_the_click_list[0])
  5126. curr_sel_obj = self.collection.get_active()
  5127. # create the selection box around the selected object
  5128. if self.defaults['global_selection_shape'] is True:
  5129. self.draw_selection_shape(curr_sel_obj)
  5130. curr_sel_obj.selection_shape_drawn = True
  5131. elif curr_sel_obj.options['name'] not in self.objects_under_the_click_list:
  5132. self.collection.on_objects_selection(False)
  5133. self.delete_selection_shape()
  5134. curr_sel_obj.selection_shape_drawn = False
  5135. self.collection.set_active(self.objects_under_the_click_list[0])
  5136. curr_sel_obj = self.collection.get_active()
  5137. # create the selection box around the selected object
  5138. if self.defaults['global_selection_shape'] is True:
  5139. self.draw_selection_shape(curr_sel_obj)
  5140. curr_sel_obj.selection_shape_drawn = True
  5141. self.selected_message(curr_sel_obj=curr_sel_obj)
  5142. elif curr_sel_obj.selection_shape_drawn is False:
  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. else:
  5147. self.collection.on_objects_selection(False)
  5148. self.delete_selection_shape()
  5149. if self.call_source != 'app':
  5150. self.call_source = 'app'
  5151. self.selected_message(curr_sel_obj=curr_sel_obj)
  5152. else:
  5153. # If there is no selected object
  5154. # make active the first element of the overlapped objects list
  5155. if self.collection.get_active() is None:
  5156. self.collection.set_active(self.objects_under_the_click_list[0])
  5157. self.collection.get_by_name(self.objects_under_the_click_list[0]).selection_shape_drawn = True
  5158. name_sel_obj = self.collection.get_active().options['name']
  5159. # In case that there is a selected object but it is not in the overlapped object list
  5160. # make that object inactive and activate the first element in the overlapped object list
  5161. if name_sel_obj not in self.objects_under_the_click_list:
  5162. self.collection.set_inactive(name_sel_obj)
  5163. name_sel_obj = self.objects_under_the_click_list[0]
  5164. self.collection.set_active(name_sel_obj)
  5165. else:
  5166. sel_idx = self.objects_under_the_click_list.index(name_sel_obj)
  5167. self.collection.set_all_inactive()
  5168. self.collection.set_active(
  5169. self.objects_under_the_click_list[(sel_idx + 1) % len(self.objects_under_the_click_list)])
  5170. curr_sel_obj = self.collection.get_active()
  5171. # delete the possible selection box around a possible selected object
  5172. self.delete_selection_shape()
  5173. curr_sel_obj.selection_shape_drawn = False
  5174. # create the selection box around the selected object
  5175. if self.defaults['global_selection_shape'] is True:
  5176. self.draw_selection_shape(curr_sel_obj)
  5177. curr_sel_obj.selection_shape_drawn = True
  5178. self.selected_message(curr_sel_obj=curr_sel_obj)
  5179. else:
  5180. # deselect everything
  5181. self.collection.on_objects_selection(False)
  5182. # delete the possible selection box around a possible selected object
  5183. self.delete_selection_shape()
  5184. for o in self.collection.get_list():
  5185. o.selection_shape_drawn = False
  5186. # and as a convenience move the focus to the Project tab because Selected tab is now empty but
  5187. # only when working on App
  5188. if self.call_source == 'app':
  5189. if self.click_noproject is False:
  5190. # if the Tool Tab is in focus don't change focus to Project Tab
  5191. if not self.ui.notebook.currentWidget() is self.ui.tool_tab:
  5192. self.ui.notebook.setCurrentWidget(self.ui.project_tab)
  5193. else:
  5194. # restore auto open the Project Tab
  5195. self.click_noproject = False
  5196. # delete any text in the status bar, implicitly the last object name that was selected
  5197. # self.inform.emit("")
  5198. else:
  5199. self.call_source = 'app'
  5200. except Exception as e:
  5201. log.error("[ERROR] Something went bad in App.select_objects(). %s" % str(e))
  5202. def selected_message(self, curr_sel_obj):
  5203. if curr_sel_obj:
  5204. if curr_sel_obj.kind == 'gerber':
  5205. self.inform.emit('[selected]<span style="color:{color};">{name}</span> {tx}'.format(
  5206. color='green',
  5207. name=str(curr_sel_obj.options['name']),
  5208. tx=_("selected"))
  5209. )
  5210. elif curr_sel_obj.kind == 'excellon':
  5211. self.inform.emit('[selected]<span style="color:{color};">{name}</span> {tx}'.format(
  5212. color='brown',
  5213. name=str(curr_sel_obj.options['name']),
  5214. tx=_("selected"))
  5215. )
  5216. elif curr_sel_obj.kind == 'cncjob':
  5217. self.inform.emit('[selected]<span style="color:{color};">{name}</span> {tx}'.format(
  5218. color='blue',
  5219. name=str(curr_sel_obj.options['name']),
  5220. tx=_("selected"))
  5221. )
  5222. elif curr_sel_obj.kind == 'geometry':
  5223. self.inform.emit('[selected]<span style="color:{color};">{name}</span> {tx}'.format(
  5224. color='red',
  5225. name=str(curr_sel_obj.options['name']),
  5226. tx=_("selected"))
  5227. )
  5228. def delete_hover_shape(self):
  5229. self.hover_shapes.clear()
  5230. self.hover_shapes.redraw()
  5231. def draw_hover_shape(self, sel_obj, color=None):
  5232. """
  5233. :param sel_obj: The object for which the hover shape must be drawn
  5234. :param color: The color of the hover shape
  5235. :return: None
  5236. """
  5237. pt1 = (float(sel_obj.options['xmin']), float(sel_obj.options['ymin']))
  5238. pt2 = (float(sel_obj.options['xmax']), float(sel_obj.options['ymin']))
  5239. pt3 = (float(sel_obj.options['xmax']), float(sel_obj.options['ymax']))
  5240. pt4 = (float(sel_obj.options['xmin']), float(sel_obj.options['ymax']))
  5241. hover_rect = Polygon([pt1, pt2, pt3, pt4])
  5242. if self.defaults['units'].upper() == 'MM':
  5243. hover_rect = hover_rect.buffer(-0.1)
  5244. hover_rect = hover_rect.buffer(0.2)
  5245. else:
  5246. hover_rect = hover_rect.buffer(-0.00393)
  5247. hover_rect = hover_rect.buffer(0.00787)
  5248. # if color:
  5249. # face = Color(color)
  5250. # face.alpha = 0.2
  5251. # outline = Color(color, alpha=0.8)
  5252. # else:
  5253. # face = Color(self.defaults['global_sel_fill'])
  5254. # face.alpha = 0.2
  5255. # outline = self.defaults['global_sel_line']
  5256. if color:
  5257. face = color[:-2] + str(hex(int(0.2 * 255)))[2:]
  5258. outline = color[:-2] + str(hex(int(0.8 * 255)))[2:]
  5259. else:
  5260. face = self.defaults['global_sel_fill'][:-2] + str(hex(int(0.2 * 255)))[2:]
  5261. outline = self.defaults['global_sel_line']
  5262. self.hover_shapes.add(hover_rect, color=outline, face_color=face, update=True, layer=0, tolerance=None)
  5263. if self.is_legacy is True:
  5264. self.hover_shapes.redraw()
  5265. def delete_selection_shape(self):
  5266. self.move_tool.sel_shapes.clear()
  5267. self.move_tool.sel_shapes.redraw()
  5268. def draw_selection_shape(self, sel_obj, color=None):
  5269. """
  5270. Will draw a selection shape around the selected object.
  5271. :param sel_obj: The object for which the selection shape must be drawn
  5272. :param color: The color for the selection shape.
  5273. :return: None
  5274. """
  5275. if sel_obj is None:
  5276. return
  5277. pt1 = (float(sel_obj.options['xmin']), float(sel_obj.options['ymin']))
  5278. pt2 = (float(sel_obj.options['xmax']), float(sel_obj.options['ymin']))
  5279. pt3 = (float(sel_obj.options['xmax']), float(sel_obj.options['ymax']))
  5280. pt4 = (float(sel_obj.options['xmin']), float(sel_obj.options['ymax']))
  5281. sel_rect = Polygon([pt1, pt2, pt3, pt4])
  5282. if self.defaults['units'].upper() == 'MM':
  5283. sel_rect = sel_rect.buffer(-0.1)
  5284. sel_rect = sel_rect.buffer(0.2)
  5285. else:
  5286. sel_rect = sel_rect.buffer(-0.00393)
  5287. sel_rect = sel_rect.buffer(0.00787)
  5288. if color:
  5289. face = color[:-2] + str(hex(int(0.2 * 255)))[2:]
  5290. outline = color[:-2] + str(hex(int(0.8 * 255)))[2:]
  5291. else:
  5292. if self.is_legacy is False:
  5293. face = self.defaults['global_sel_fill'][:-2] + str(hex(int(0.2 * 255)))[2:]
  5294. outline = self.defaults['global_sel_line'][:-2] + str(hex(int(0.8 * 255)))[2:]
  5295. else:
  5296. face = self.defaults['global_sel_fill'][:-2] + str(hex(int(0.4 * 255)))[2:]
  5297. outline = self.defaults['global_sel_line'][:-2] + str(hex(int(1.0 * 255)))[2:]
  5298. self.sel_objects_list.append(self.move_tool.sel_shapes.add(sel_rect,
  5299. color=outline,
  5300. face_color=face,
  5301. update=True,
  5302. layer=0,
  5303. tolerance=None))
  5304. if self.is_legacy is True:
  5305. self.move_tool.sel_shapes.redraw()
  5306. def draw_moving_selection_shape(self, old_coords, coords, **kwargs):
  5307. """
  5308. Will draw a selection shape when dragging mouse on canvas.
  5309. :param old_coords: Old coordinates
  5310. :param coords: New coordinates
  5311. :param kwargs: Keyword arguments
  5312. :return:
  5313. """
  5314. if 'color' in kwargs:
  5315. color = kwargs['color']
  5316. else:
  5317. color = self.defaults['global_sel_line']
  5318. if 'face_color' in kwargs:
  5319. face_color = kwargs['face_color']
  5320. else:
  5321. face_color = self.defaults['global_sel_fill']
  5322. if 'face_alpha' in kwargs:
  5323. face_alpha = kwargs['face_alpha']
  5324. else:
  5325. face_alpha = 0.3
  5326. x0, y0 = old_coords
  5327. x1, y1 = coords
  5328. pt1 = (x0, y0)
  5329. pt2 = (x1, y0)
  5330. pt3 = (x1, y1)
  5331. pt4 = (x0, y1)
  5332. sel_rect = Polygon([pt1, pt2, pt3, pt4])
  5333. # color_t = Color(face_color)
  5334. # color_t.alpha = face_alpha
  5335. color_t = face_color[:-2] + str(hex(int(face_alpha * 255)))[2:]
  5336. self.move_tool.sel_shapes.add(sel_rect, color=color, face_color=color_t, update=True,
  5337. layer=0, tolerance=None)
  5338. if self.is_legacy is True:
  5339. self.move_tool.sel_shapes.redraw()
  5340. def on_file_new_click(self):
  5341. """
  5342. Callback for menu item File -> New.
  5343. Executed on clicking the Menu -> File -> New Project
  5344. :return:
  5345. """
  5346. if self.collection.get_list() and self.should_we_save:
  5347. msgbox = QtWidgets.QMessageBox()
  5348. # msgbox.setText("<B>Save changes ...</B>")
  5349. msgbox.setText(_("There are files/objects opened in FlatCAM.\n"
  5350. "Creating a New project will delete them.\n"
  5351. "Do you want to Save the project?"))
  5352. msgbox.setWindowTitle(_("Save changes"))
  5353. msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/save_as.png'))
  5354. msgbox.setIcon(QtWidgets.QMessageBox.Question)
  5355. bt_yes = msgbox.addButton(_('Yes'), QtWidgets.QMessageBox.YesRole)
  5356. bt_no = msgbox.addButton(_('No'), QtWidgets.QMessageBox.NoRole)
  5357. bt_cancel = msgbox.addButton(_('Cancel'), QtWidgets.QMessageBox.RejectRole)
  5358. msgbox.setDefaultButton(bt_yes)
  5359. msgbox.exec_()
  5360. response = msgbox.clickedButton()
  5361. if response == bt_yes:
  5362. self.on_file_saveprojectas()
  5363. elif response == bt_cancel:
  5364. return
  5365. elif response == bt_no:
  5366. self.on_file_new()
  5367. else:
  5368. self.on_file_new()
  5369. self.inform.emit('[success] %s...' % _("New Project created"))
  5370. def on_file_new(self, cli=None):
  5371. """
  5372. Returns the application to its startup state. This method is thread-safe.
  5373. :param cli: Boolean. If True this method was run from command line
  5374. :return: None
  5375. """
  5376. self.defaults.report_usage("on_file_new")
  5377. # Remove everything from memory
  5378. App.log.debug("on_file_new()")
  5379. # close any editor that might be open
  5380. if self.call_source != 'app':
  5381. self.editor2object(cleanup=True)
  5382. # ## EDITOR section
  5383. self.geo_editor = FlatCAMGeoEditor(self)
  5384. self.exc_editor = FlatCAMExcEditor(self)
  5385. self.grb_editor = FlatCAMGrbEditor(self)
  5386. # Clear pool
  5387. self.clear_pool()
  5388. for obj in self.collection.get_list():
  5389. # delete shapes left drawn from mark shape_collections, if any
  5390. if isinstance(obj, GerberObject):
  5391. try:
  5392. for el in obj.mark_shapes:
  5393. obj.mark_shapes[el].clear(update=True)
  5394. obj.mark_shapes[el].enabled = False
  5395. del el
  5396. except AttributeError:
  5397. pass
  5398. # also delete annotation shapes, if any
  5399. elif isinstance(obj, CNCJobObject):
  5400. try:
  5401. obj.text_col.enabled = False
  5402. del obj.text_col
  5403. obj.annotation.clear(update=True)
  5404. del obj.annotation
  5405. except AttributeError:
  5406. pass
  5407. # delete the exclusion areas
  5408. self.exc_areas.clear_shapes()
  5409. # tcl needs to be reinitialized, otherwise old shell variables etc remains
  5410. self.shell.init_tcl()
  5411. # delete any selection shape on canvas
  5412. self.delete_selection_shape()
  5413. # delete all FlatCAM objects
  5414. self.collection.delete_all()
  5415. # add in Selected tab an initial text that describe the flow of work in FlatCAm
  5416. self.setup_component_editor()
  5417. # Clear project filename
  5418. self.project_filename = None
  5419. # Load the application defaults
  5420. self.defaults.load(filename=os.path.join(self.data_path, 'current_defaults.FlatConfig'))
  5421. # Re-fresh project options
  5422. self.on_options_app2project()
  5423. # Init FlatCAMTools
  5424. self.init_tools()
  5425. # Try to close all tabs in the PlotArea but only if the appGUI is active (CLI is None)
  5426. if cli is None:
  5427. # we need to go in reverse because once we remove a tab then the index changes
  5428. # meaning that removing the first tab (idx = 0) then the tab at former idx = 1 will assume idx = 0
  5429. # and so on. Therefore the deletion should be done in reverse
  5430. wdg_count = self.ui.plot_tab_area.tabBar.count() - 1
  5431. for index in range(wdg_count, -1, -1):
  5432. try:
  5433. self.ui.plot_tab_area.closeTab(index)
  5434. except Exception as e:
  5435. log.debug("App.on_file_new() --> %s" % str(e))
  5436. # # And then add again the Plot Area
  5437. self.ui.plot_tab_area.insertTab(0, self.ui.plot_tab, "Plot Area")
  5438. self.ui.plot_tab_area.protectTab(0)
  5439. # take the focus of the Notebook on Project Tab.
  5440. self.ui.notebook.setCurrentWidget(self.ui.project_tab)
  5441. self.set_ui_title(name=_("New Project - Not saved"))
  5442. def obj_properties(self):
  5443. """
  5444. Will launch the object Properties Tool
  5445. :return:
  5446. """
  5447. self.defaults.report_usage("obj_properties()")
  5448. self.properties_tool.run(toggle=False)
  5449. def on_project_context_save(self):
  5450. """
  5451. Wrapper, will save the object function of it's type
  5452. :return:
  5453. """
  5454. obj = self.collection.get_active()
  5455. if type(obj) == GeometryObject:
  5456. self.on_file_exportdxf()
  5457. elif type(obj) == ExcellonObject:
  5458. self.on_file_saveexcellon()
  5459. elif type(obj) == CNCJobObject:
  5460. obj.on_exportgcode_button_click()
  5461. elif type(obj) == GerberObject:
  5462. self.on_file_savegerber()
  5463. elif type(obj) == ScriptObject:
  5464. self.on_file_savescript()
  5465. elif type(obj) == DocumentObject:
  5466. self.on_file_savedocument()
  5467. def obj_move(self):
  5468. """
  5469. Callback for the Move menu entry in various Context Menu's.
  5470. :return:
  5471. """
  5472. self.defaults.report_usage("obj_move()")
  5473. self.move_tool.run(toggle=False)
  5474. def on_fileopengerber(self, signal, name=None):
  5475. """
  5476. File menu callback for opening a Gerber.
  5477. :param signal: required because clicking the entry will generate a checked signal which needs a container
  5478. :param name:
  5479. :return: None
  5480. """
  5481. self.defaults.report_usage("on_fileopengerber")
  5482. App.log.debug("on_fileopengerber()")
  5483. _filter_ = "Gerber Files (*.gbr *.ger *.gtl *.gbl *.gts *.gbs *.gtp *.gbp *.gto *.gbo *.gm1 *.gml *.gm3 " \
  5484. "*.gko *.cmp *.sol *.stc *.sts *.plc *.pls *.crc *.crs *.tsm *.bsm *.ly2 *.ly15 *.dim *.mil *.grb " \
  5485. "*.top *.bot *.smt *.smb *.sst *.ssb *.spt *.spb *.pho *.gdo *.art *.gbd *.outline);;" \
  5486. "Protel Files (*.gtl *.gbl *.gts *.gbs *.gto *.gbo *.gtp *.gbp *.gml *.gm1 *.gm3 *.gko " \
  5487. "*.outline);;" \
  5488. "Eagle Files (*.cmp *.sol *.stc *.sts *.plc *.pls *.crc *.crs *.tsm *.bsm *.ly2 *.ly15 *.dim " \
  5489. "*.mil);;" \
  5490. "OrCAD Files (*.top *.bot *.smt *.smb *.sst *.ssb *.spt *.spb);;" \
  5491. "Allegro Files (*.art);;" \
  5492. "Mentor Files (*.pho *.gdo);;" \
  5493. "All Files (*.*)"
  5494. if name is None:
  5495. try:
  5496. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open Gerber"),
  5497. directory=self.get_last_folder(),
  5498. filter=_filter_,
  5499. initialFilter=self.last_op_gerber_filter)
  5500. except TypeError:
  5501. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open Gerber"), filter=_filter_)
  5502. filenames = [str(filename) for filename in filenames]
  5503. self.last_op_gerber_filter = _f
  5504. else:
  5505. filenames = [name]
  5506. self.splash.showMessage('%s: %ssec\n%s' % (_("Canvas initialization started.\n"
  5507. "Canvas initialization finished in"), '%.2f' % self.used_time,
  5508. _("Opening Gerber file.")),
  5509. alignment=Qt.AlignBottom | Qt.AlignLeft,
  5510. color=QtGui.QColor("gray"))
  5511. if len(filenames) == 0:
  5512. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5513. else:
  5514. for filename in filenames:
  5515. if filename != '':
  5516. self.worker_task.emit({'fcn': self.open_gerber, 'params': [filename]})
  5517. def on_fileopenexcellon(self, signal, name=None):
  5518. """
  5519. File menu callback for opening an Excellon file.
  5520. :param signal: required because clicking the entry will generate a checked signal which needs a container
  5521. :param name:
  5522. :return: None
  5523. """
  5524. self.defaults.report_usage("on_fileopenexcellon")
  5525. App.log.debug("on_fileopenexcellon()")
  5526. _filter_ = "Excellon Files (*.drl *.txt *.xln *.drd *.tap *.exc *.ncd);;" \
  5527. "All Files (*.*)"
  5528. if name is None:
  5529. try:
  5530. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open Excellon"),
  5531. directory=self.get_last_folder(),
  5532. filter=_filter_,
  5533. initialFilter=self.last_op_excellon_filter)
  5534. except TypeError:
  5535. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open Excellon"), filter=_filter_)
  5536. filenames = [str(filename) for filename in filenames]
  5537. self.last_op_excellon_filter = _f
  5538. else:
  5539. filenames = [str(name)]
  5540. self.splash.showMessage('%s: %ssec\n%s' % (_("Canvas initialization started.\n"
  5541. "Canvas initialization finished in"), '%.2f' % self.used_time,
  5542. _("Opening Excellon file.")),
  5543. alignment=Qt.AlignBottom | Qt.AlignLeft,
  5544. color=QtGui.QColor("gray"))
  5545. if len(filenames) == 0:
  5546. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5547. else:
  5548. for filename in filenames:
  5549. if filename != '':
  5550. self.worker_task.emit({'fcn': self.open_excellon, 'params': [filename]})
  5551. def on_fileopengcode(self, signal, name=None):
  5552. """
  5553. File menu call back for opening gcode.
  5554. :param signal: required because clicking the entry will generate a checked signal which needs a container
  5555. :param name:
  5556. :return:
  5557. """
  5558. self.defaults.report_usage("on_fileopengcode")
  5559. App.log.debug("on_fileopengcode()")
  5560. # https://bobcadsupport.com/helpdesk/index.php?/Knowledgebase/Article/View/13/5/known-g-code-file-extensions
  5561. _filter_ = "G-Code Files (*.txt *.nc *.ncc *.tap *.gcode *.cnc *.ecs *.fnc *.dnc *.ncg *.gc *.fan *.fgc" \
  5562. " *.din *.xpi *.hnc *.h *.i *.ncp *.min *.gcd *.rol *.mpr *.ply *.out *.eia *.sbp *.mpf);;" \
  5563. "All Files (*.*)"
  5564. if name is None:
  5565. try:
  5566. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open G-Code"),
  5567. directory=self.get_last_folder(),
  5568. filter=_filter_,
  5569. initialFilter=self.last_op_gcode_filter)
  5570. except TypeError:
  5571. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open G-Code"), filter=_filter_)
  5572. filenames = [str(filename) for filename in filenames]
  5573. self.last_op_gcode_filter = _f
  5574. else:
  5575. filenames = [name]
  5576. self.splash.showMessage('%s: %ssec\n%s' % (_("Canvas initialization started.\n"
  5577. "Canvas initialization finished in"), '%.2f' % self.used_time,
  5578. _("Opening G-Code file.")),
  5579. alignment=Qt.AlignBottom | Qt.AlignLeft,
  5580. color=QtGui.QColor("gray"))
  5581. if len(filenames) == 0:
  5582. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5583. else:
  5584. for filename in filenames:
  5585. if filename != '':
  5586. self.worker_task.emit({'fcn': self.open_gcode, 'params': [filename, None, True]})
  5587. def on_file_openproject(self, signal):
  5588. """
  5589. File menu callback for opening a project.
  5590. :param signal: required because clicking the entry will generate a checked signal which needs a container
  5591. :return: None
  5592. """
  5593. self.defaults.report_usage("on_file_openproject")
  5594. App.log.debug("on_file_openproject()")
  5595. _filter_ = "FlatCAM Project (*.FlatPrj);;All Files (*.*)"
  5596. try:
  5597. filename, _f = QtWidgets.QFileDialog.getOpenFileName(caption=_("Open Project"),
  5598. directory=self.get_last_folder(), filter=_filter_)
  5599. except TypeError:
  5600. filename, _f = QtWidgets.QFileDialog.getOpenFileName(caption=_("Open Project"), filter=_filter_)
  5601. # The Qt methods above will return a QString which can cause problems later.
  5602. # So far json.dump() will fail to serialize it.
  5603. # TODO: Improve the serialization methods and remove this fix.
  5604. filename = str(filename)
  5605. if filename == "":
  5606. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5607. else:
  5608. # self.worker_task.emit({'fcn': self.open_project,
  5609. # 'params': [filename]})
  5610. # The above was failing because open_project() is not
  5611. # thread safe. The new_project()
  5612. self.open_project(filename)
  5613. def on_fileopenhpgl2(self, signal, name=None):
  5614. """
  5615. File menu callback for opening a HPGL2.
  5616. :param signal: required because clicking the entry will generate a checked signal which needs a container
  5617. :param name:
  5618. :return: None
  5619. """
  5620. self.defaults.report_usage("on_fileopenhpgl2")
  5621. App.log.debug("on_fileopenhpgl2()")
  5622. _filter_ = "HPGL2 Files (*.plt);;" \
  5623. "All Files (*.*)"
  5624. if name is None:
  5625. try:
  5626. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open HPGL2"),
  5627. directory=self.get_last_folder(),
  5628. filter=_filter_)
  5629. except TypeError:
  5630. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open HPGL2"), filter=_filter_)
  5631. filenames = [str(filename) for filename in filenames]
  5632. else:
  5633. filenames = [name]
  5634. self.splash.showMessage('%s: %ssec\n%s' % (_("Canvas initialization started.\n"
  5635. "Canvas initialization finished in"), '%.2f' % self.used_time,
  5636. _("Opening HPGL2 file.")),
  5637. alignment=Qt.AlignBottom | Qt.AlignLeft,
  5638. color=QtGui.QColor("gray"))
  5639. if len(filenames) == 0:
  5640. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5641. else:
  5642. for filename in filenames:
  5643. if filename != '':
  5644. self.worker_task.emit({'fcn': self.open_hpgl2, 'params': [filename]})
  5645. def on_file_openconfig(self, signal):
  5646. """
  5647. File menu callback for opening a config file.
  5648. :param signal: required because clicking the entry will generate a checked signal which needs a container
  5649. :return: None
  5650. """
  5651. self.defaults.report_usage("on_file_openconfig")
  5652. App.log.debug("on_file_openconfig()")
  5653. _filter_ = "FlatCAM Config (*.FlatConfig);;FlatCAM Config (*.json);;All Files (*.*)"
  5654. try:
  5655. filename, _f = QtWidgets.QFileDialog.getOpenFileName(caption=_("Open Configuration File"),
  5656. directory=self.data_path, filter=_filter_)
  5657. except TypeError:
  5658. filename, _f = QtWidgets.QFileDialog.getOpenFileName(caption=_("Open Configuration File"),
  5659. filter=_filter_)
  5660. if filename == "":
  5661. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5662. else:
  5663. self.open_config_file(filename)
  5664. def on_file_exportsvg(self):
  5665. """
  5666. Callback for menu item File->Export SVG.
  5667. :return: None
  5668. """
  5669. self.defaults.report_usage("on_file_exportsvg")
  5670. App.log.debug("on_file_exportsvg()")
  5671. obj = self.collection.get_active()
  5672. if obj is None:
  5673. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  5674. msg = _("Please Select a Geometry object to export")
  5675. msgbox = QtWidgets.QMessageBox()
  5676. msgbox.setIcon(QtWidgets.QMessageBox.Warning)
  5677. msgbox.setInformativeText(msg)
  5678. bt_ok = msgbox.addButton(_('Ok'), QtWidgets.QMessageBox.AcceptRole)
  5679. msgbox.setDefaultButton(bt_ok)
  5680. msgbox.exec_()
  5681. return
  5682. # Check for more compatible types and add as required
  5683. if (not isinstance(obj, GeometryObject)
  5684. and not isinstance(obj, GerberObject)
  5685. and not isinstance(obj, CNCJobObject)
  5686. and not isinstance(obj, ExcellonObject)):
  5687. msg = '[ERROR_NOTCL] %s' % \
  5688. _("Only Geometry, Gerber and CNCJob objects can be used.")
  5689. msgbox = QtWidgets.QMessageBox()
  5690. msgbox.setIcon(QtWidgets.QMessageBox.Warning)
  5691. msgbox.setInformativeText(msg)
  5692. bt_ok = msgbox.addButton(_('Ok'), QtWidgets.QMessageBox.AcceptRole)
  5693. msgbox.setDefaultButton(bt_ok)
  5694. msgbox.exec_()
  5695. return
  5696. name = obj.options["name"]
  5697. _filter = "SVG File (*.svg);;All Files (*.*)"
  5698. try:
  5699. filename, _f = FCFileSaveDialog.get_saved_filename(
  5700. caption=_("Export SVG"),
  5701. directory=self.get_last_save_folder() + '/' + str(name) + '_svg',
  5702. ext_filter=_filter)
  5703. except TypeError:
  5704. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Export SVG"), ext_filter=_filter)
  5705. filename = str(filename)
  5706. if filename == "":
  5707. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5708. return
  5709. else:
  5710. self.export_svg(name, filename)
  5711. if self.defaults["global_open_style"] is False:
  5712. self.file_opened.emit("SVG", filename)
  5713. self.file_saved.emit("SVG", filename)
  5714. def on_file_exportpng(self):
  5715. self.defaults.report_usage("on_file_exportpng")
  5716. App.log.debug("on_file_exportpng()")
  5717. self.date = str(datetime.today()).rpartition('.')[0]
  5718. self.date = ''.join(c for c in self.date if c not in ':-')
  5719. self.date = self.date.replace(' ', '_')
  5720. data = None
  5721. if self.is_legacy is False:
  5722. image = _screenshot(alpha=False)
  5723. data = np.asarray(image)
  5724. if not data.ndim == 3 and data.shape[-1] in (3, 4):
  5725. self.inform.emit('[[WARNING_NOTCL]] %s' % _('Data must be a 3D array with last dimension 3 or 4'))
  5726. return
  5727. filter_ = "PNG File (*.png);;All Files (*.*)"
  5728. try:
  5729. filename, _f = FCFileSaveDialog.get_saved_filename(
  5730. caption=_("Export PNG Image"),
  5731. directory=self.get_last_save_folder() + '/png_' + self.date,
  5732. ext_filter=filter_)
  5733. except TypeError:
  5734. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Export PNG Image"), ext_filter=filter_)
  5735. filename = str(filename)
  5736. if filename == "":
  5737. self.inform.emit(_("Cancelled."))
  5738. return
  5739. else:
  5740. if self.is_legacy is False:
  5741. write_png(filename, data)
  5742. else:
  5743. self.plotcanvas.figure.savefig(filename)
  5744. if self.defaults["global_open_style"] is False:
  5745. self.file_opened.emit("png", filename)
  5746. self.file_saved.emit("png", filename)
  5747. def on_file_savegerber(self):
  5748. """
  5749. Callback for menu item in Project context menu.
  5750. :return: None
  5751. """
  5752. self.defaults.report_usage("on_file_savegerber")
  5753. App.log.debug("on_file_savegerber()")
  5754. obj = self.collection.get_active()
  5755. if obj is None:
  5756. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  5757. return
  5758. # Check for more compatible types and add as required
  5759. if not isinstance(obj, GerberObject):
  5760. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Only Gerber objects can be saved as Gerber files..."))
  5761. return
  5762. name = self.collection.get_active().options["name"]
  5763. _filter = "Gerber File (*.GBR);;Gerber File (*.GRB);;All Files (*.*)"
  5764. try:
  5765. filename, _f = FCFileSaveDialog.get_saved_filename(
  5766. caption="Save Gerber source file",
  5767. directory=self.get_last_save_folder() + '/' + name,
  5768. ext_filter=_filter)
  5769. except TypeError:
  5770. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Save Gerber source file"), ext_filter=_filter)
  5771. filename = str(filename)
  5772. if filename == "":
  5773. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5774. return
  5775. else:
  5776. self.save_source_file(name, filename)
  5777. if self.defaults["global_open_style"] is False:
  5778. self.file_opened.emit("Gerber", filename)
  5779. self.file_saved.emit("Gerber", filename)
  5780. def on_file_savescript(self):
  5781. """
  5782. Callback for menu item in Project context menu.
  5783. :return: None
  5784. """
  5785. self.defaults.report_usage("on_file_savescript")
  5786. App.log.debug("on_file_savescript()")
  5787. obj = self.collection.get_active()
  5788. if obj is None:
  5789. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  5790. return
  5791. # Check for more compatible types and add as required
  5792. if not isinstance(obj, ScriptObject):
  5793. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Only Script objects can be saved as TCL Script files..."))
  5794. return
  5795. name = self.collection.get_active().options["name"]
  5796. _filter = "FlatCAM Scripts (*.FlatScript);;All Files (*.*)"
  5797. try:
  5798. filename, _f = FCFileSaveDialog.get_saved_filename(
  5799. caption="Save Script source file",
  5800. directory=self.get_last_save_folder() + '/' + name,
  5801. ext_filter=_filter)
  5802. except TypeError:
  5803. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Save Script source file"), ext_filter=_filter)
  5804. filename = str(filename)
  5805. if filename == "":
  5806. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5807. return
  5808. else:
  5809. self.save_source_file(name, filename)
  5810. if self.defaults["global_open_style"] is False:
  5811. self.file_opened.emit("Script", filename)
  5812. self.file_saved.emit("Script", filename)
  5813. def on_file_savedocument(self):
  5814. """
  5815. Callback for menu item in Project context menu.
  5816. :return: None
  5817. """
  5818. self.defaults.report_usage("on_file_savedocument")
  5819. App.log.debug("on_file_savedocument()")
  5820. obj = self.collection.get_active()
  5821. if obj is None:
  5822. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  5823. return
  5824. # Check for more compatible types and add as required
  5825. if not isinstance(obj, ScriptObject):
  5826. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Only Document objects can be saved as Document files..."))
  5827. return
  5828. name = self.collection.get_active().options["name"]
  5829. _filter = "FlatCAM Documents (*.FlatDoc);;All Files (*.*)"
  5830. try:
  5831. filename, _f = FCFileSaveDialog.get_saved_filename(
  5832. caption="Save Document source file",
  5833. directory=self.get_last_save_folder() + '/' + name,
  5834. ext_filter=_filter)
  5835. except TypeError:
  5836. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Save Document source file"),
  5837. ext_filter=_filter)
  5838. filename = str(filename)
  5839. if filename == "":
  5840. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5841. return
  5842. else:
  5843. self.save_source_file(name, filename)
  5844. if self.defaults["global_open_style"] is False:
  5845. self.file_opened.emit("Document", filename)
  5846. self.file_saved.emit("Document", filename)
  5847. def on_file_saveexcellon(self):
  5848. """
  5849. Callback for menu item in project context menu.
  5850. :return: None
  5851. """
  5852. self.defaults.report_usage("on_file_saveexcellon")
  5853. App.log.debug("on_file_saveexcellon()")
  5854. obj = self.collection.get_active()
  5855. if obj is None:
  5856. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  5857. return
  5858. # Check for more compatible types and add as required
  5859. if not isinstance(obj, ExcellonObject):
  5860. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Only Excellon objects can be saved as Excellon files..."))
  5861. return
  5862. name = self.collection.get_active().options["name"]
  5863. _filter = "Excellon File (*.DRL);;Excellon File (*.TXT);;All Files (*.*)"
  5864. try:
  5865. filename, _f = FCFileSaveDialog.get_saved_filename(
  5866. caption=_("Save Excellon source file"),
  5867. directory=self.get_last_save_folder() + '/' + name,
  5868. ext_filter=_filter)
  5869. except TypeError:
  5870. filename, _f = FCFileSaveDialog.get_saved_filename(
  5871. caption=_("Save Excellon source file"), ext_filter=_filter)
  5872. filename = str(filename)
  5873. if filename == "":
  5874. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5875. return
  5876. else:
  5877. self.save_source_file(name, filename)
  5878. if self.defaults["global_open_style"] is False:
  5879. self.file_opened.emit("Excellon", filename)
  5880. self.file_saved.emit("Excellon", filename)
  5881. def on_file_exportexcellon(self):
  5882. """
  5883. Callback for menu item File->Export->Excellon.
  5884. :return: None
  5885. """
  5886. self.defaults.report_usage("on_file_exportexcellon")
  5887. App.log.debug("on_file_exportexcellon()")
  5888. obj = self.collection.get_active()
  5889. if obj is None:
  5890. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  5891. return
  5892. # Check for more compatible types and add as required
  5893. if not isinstance(obj, ExcellonObject):
  5894. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Only Excellon objects can be saved as Excellon files..."))
  5895. return
  5896. name = self.collection.get_active().options["name"]
  5897. _filter = self.defaults["excellon_save_filters"]
  5898. try:
  5899. filename, _f = FCFileSaveDialog.get_saved_filename(
  5900. caption=_("Export Excellon"),
  5901. directory=self.get_last_save_folder() + '/' + name,
  5902. ext_filter=_filter)
  5903. except TypeError:
  5904. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Export Excellon"), ext_filter=_filter)
  5905. filename = str(filename)
  5906. if filename == "":
  5907. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5908. return
  5909. else:
  5910. used_extension = filename.rpartition('.')[2]
  5911. obj.update_filters(last_ext=used_extension, filter_string='excellon_save_filters')
  5912. self.export_excellon(name, filename)
  5913. if self.defaults["global_open_style"] is False:
  5914. self.file_opened.emit("Excellon", filename)
  5915. self.file_saved.emit("Excellon", filename)
  5916. def on_file_exportgerber(self):
  5917. """
  5918. Callback for menu item File->Export->Gerber.
  5919. :return: None
  5920. """
  5921. self.defaults.report_usage("on_file_exportgerber")
  5922. App.log.debug("on_file_exportgerber()")
  5923. obj = self.collection.get_active()
  5924. if obj is None:
  5925. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  5926. return
  5927. # Check for more compatible types and add as required
  5928. if not isinstance(obj, GerberObject):
  5929. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. Only Gerber objects can be saved as Gerber files..."))
  5930. return
  5931. name = self.collection.get_active().options["name"]
  5932. _filter_ = self.defaults['gerber_save_filters']
  5933. try:
  5934. filename, _f = FCFileSaveDialog.get_saved_filename(
  5935. caption=_("Export Gerber"),
  5936. directory=self.get_last_save_folder() + '/' + name,
  5937. ext_filter=_filter_)
  5938. except TypeError:
  5939. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Export Gerber"), ext_filter=_filter_)
  5940. filename = str(filename)
  5941. if filename == "":
  5942. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5943. return
  5944. else:
  5945. used_extension = filename.rpartition('.')[2]
  5946. obj.update_filters(last_ext=used_extension, filter_string='gerber_save_filters')
  5947. self.export_gerber(name, filename)
  5948. if self.defaults["global_open_style"] is False:
  5949. self.file_opened.emit("Gerber", filename)
  5950. self.file_saved.emit("Gerber", filename)
  5951. def on_file_exportdxf(self):
  5952. """
  5953. Callback for menu item File->Export DXF.
  5954. :return: None
  5955. """
  5956. self.defaults.report_usage("on_file_exportdxf")
  5957. App.log.debug("on_file_exportdxf()")
  5958. obj = self.collection.get_active()
  5959. if obj is None:
  5960. self.inform.emit('[WARNING_NOTCL] %s' % _("No object selected."))
  5961. msg = _("Please Select a Geometry object to export")
  5962. msgbox = QtWidgets.QMessageBox()
  5963. msgbox.setIcon(QtWidgets.QMessageBox.Warning)
  5964. msgbox.setInformativeText(msg)
  5965. bt_ok = msgbox.addButton(_('Ok'), QtWidgets.QMessageBox.AcceptRole)
  5966. msgbox.setDefaultButton(bt_ok)
  5967. msgbox.exec_()
  5968. return
  5969. # Check for more compatible types and add as required
  5970. if not isinstance(obj, GeometryObject):
  5971. msg = '[ERROR_NOTCL] %s' % _("Only Geometry objects can be used.")
  5972. msgbox = QtWidgets.QMessageBox()
  5973. msgbox.setIcon(QtWidgets.QMessageBox.Warning)
  5974. msgbox.setInformativeText(msg)
  5975. bt_ok = msgbox.addButton(_('Ok'), QtWidgets.QMessageBox.AcceptRole)
  5976. msgbox.setDefaultButton(bt_ok)
  5977. msgbox.exec_()
  5978. return
  5979. name = self.collection.get_active().options["name"]
  5980. _filter_ = "DXF File .dxf (*.DXF);;All Files (*.*)"
  5981. try:
  5982. filename, _f = FCFileSaveDialog.get_saved_filename(
  5983. caption=_("Export DXF"),
  5984. directory=self.get_last_save_folder() + '/' + name,
  5985. ext_filter=_filter_)
  5986. except TypeError:
  5987. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Export DXF"), ext_filter=_filter_)
  5988. filename = str(filename)
  5989. if filename == "":
  5990. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  5991. return
  5992. else:
  5993. self.export_dxf(name, filename)
  5994. if self.defaults["global_open_style"] is False:
  5995. self.file_opened.emit("DXF", filename)
  5996. self.file_saved.emit("DXF", filename)
  5997. def on_file_importsvg(self, type_of_obj):
  5998. """
  5999. Callback for menu item File->Import SVG.
  6000. :param type_of_obj: to import the SVG as Geometry or as Gerber
  6001. :type type_of_obj: str
  6002. :return: None
  6003. """
  6004. self.defaults.report_usage("on_file_importsvg")
  6005. App.log.debug("on_file_importsvg()")
  6006. _filter_ = "SVG File .svg (*.svg);;All Files (*.*)"
  6007. try:
  6008. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Import SVG"),
  6009. directory=self.get_last_folder(), filter=_filter_)
  6010. except TypeError:
  6011. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Import SVG"),
  6012. filter=_filter_)
  6013. if type_of_obj != "geometry" and type_of_obj != "gerber":
  6014. type_of_obj = "geometry"
  6015. filenames = [str(filename) for filename in filenames]
  6016. if len(filenames) == 0:
  6017. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  6018. else:
  6019. for filename in filenames:
  6020. if filename != '':
  6021. self.worker_task.emit({'fcn': self.import_svg,
  6022. 'params': [filename, type_of_obj]})
  6023. def on_file_importdxf(self, type_of_obj):
  6024. """
  6025. Callback for menu item File->Import DXF.
  6026. :param type_of_obj: to import the DXF as Geometry or as Gerber
  6027. :type type_of_obj: str
  6028. :return: None
  6029. """
  6030. self.defaults.report_usage("on_file_importdxf")
  6031. App.log.debug("on_file_importdxf()")
  6032. _filter_ = "DXF File .dxf (*.DXF);;All Files (*.*)"
  6033. try:
  6034. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Import DXF"),
  6035. directory=self.get_last_folder(),
  6036. filter=_filter_)
  6037. except TypeError:
  6038. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Import DXF"),
  6039. filter=_filter_)
  6040. if type_of_obj != "geometry" and type_of_obj != "gerber":
  6041. type_of_obj = "geometry"
  6042. filenames = [str(filename) for filename in filenames]
  6043. if len(filenames) == 0:
  6044. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  6045. else:
  6046. for filename in filenames:
  6047. if filename != '':
  6048. self.worker_task.emit({'fcn': self.import_dxf,
  6049. 'params': [filename, type_of_obj]})
  6050. # ###############################################################################################################
  6051. # ### The following section has the functions that are displayed and call the Editor tab CNCJob Tab #############
  6052. # ###############################################################################################################
  6053. def init_code_editor(self, name):
  6054. self.text_editor_tab = TextEditor(app=self, plain_text=True)
  6055. # add the tab if it was closed
  6056. self.ui.plot_tab_area.addTab(self.text_editor_tab, '%s' % name)
  6057. self.text_editor_tab.setObjectName('text_editor_tab')
  6058. # delete the absolute and relative position and messages in the infobar
  6059. self.ui.position_label.setText("")
  6060. # self.ui.rel_position_label.setText("")
  6061. # first clear previous text in text editor (if any)
  6062. self.text_editor_tab.code_editor.clear()
  6063. self.text_editor_tab.code_editor.setReadOnly(False)
  6064. self.toggle_codeeditor = True
  6065. self.text_editor_tab.code_editor.completer_enable = False
  6066. self.text_editor_tab.buttonRun.hide()
  6067. # make sure to keep a reference to the code editor
  6068. self.reference_code_editor = self.text_editor_tab.code_editor
  6069. # Switch plot_area to CNCJob tab
  6070. self.ui.plot_tab_area.setCurrentWidget(self.text_editor_tab)
  6071. def on_view_source(self):
  6072. """
  6073. Called when the user wants to see the source file of the selected object
  6074. :return:
  6075. """
  6076. self.inform.emit('%s' % _("Viewing the source code of the selected object."))
  6077. self.proc_container.view.set_busy(_("Loading..."))
  6078. try:
  6079. obj = self.collection.get_active()
  6080. except Exception as e:
  6081. log.debug("App.on_view_source() --> %s" % str(e))
  6082. self.inform.emit('[WARNING_NOTCL] %s' % _("Select an Gerber or Excellon file to view it's source file."))
  6083. return 'fail'
  6084. if obj is None:
  6085. self.inform.emit('[WARNING_NOTCL] %s' % _("Select an Gerber or Excellon file to view it's source file."))
  6086. return 'fail'
  6087. flt = "All Files (*.*)"
  6088. if obj.kind == 'gerber':
  6089. flt = "Gerber Files .gbr (*.GBR);;PDF Files .pdf (*.PDF);;All Files (*.*)"
  6090. elif obj.kind == 'excellon':
  6091. flt = "Excellon Files .drl (*.DRL);;PDF Files .pdf (*.PDF);;All Files (*.*)"
  6092. elif obj.kind == 'cncjob':
  6093. flt = "GCode Files .nc (*.NC);;PDF Files .pdf (*.PDF);;All Files (*.*)"
  6094. self.source_editor_tab = TextEditor(app=self, plain_text=True)
  6095. # add the tab if it was closed
  6096. self.ui.plot_tab_area.addTab(self.source_editor_tab, '%s' % _("Source Editor"))
  6097. self.source_editor_tab.setObjectName('source_editor_tab')
  6098. # delete the absolute and relative position and messages in the infobar
  6099. self.ui.position_label.setText("")
  6100. # self.ui.rel_position_label.setText("")
  6101. # first clear previous text in text editor (if any)
  6102. self.source_editor_tab.code_editor.clear()
  6103. self.source_editor_tab.code_editor.setReadOnly(False)
  6104. self.source_editor_tab.code_editor.completer_enable = False
  6105. self.source_editor_tab.buttonRun.hide()
  6106. # Switch plot_area to CNCJob tab
  6107. self.ui.plot_tab_area.setCurrentWidget(self.source_editor_tab)
  6108. try:
  6109. self.source_editor_tab.buttonOpen.clicked.disconnect()
  6110. except TypeError:
  6111. pass
  6112. self.source_editor_tab.buttonOpen.clicked.connect(lambda: self.source_editor_tab.handleOpen(filt=flt))
  6113. try:
  6114. self.source_editor_tab.buttonSave.clicked.disconnect()
  6115. except TypeError:
  6116. pass
  6117. self.source_editor_tab.buttonSave.clicked.connect(lambda: self.source_editor_tab.handleSaveGCode(filt=flt))
  6118. # then append the text from GCode to the text editor
  6119. if obj.kind == 'cncjob':
  6120. try:
  6121. file = obj.export_gcode(
  6122. preamble=self.defaults["cncjob_prepend"],
  6123. postamble=self.defaults["cncjob_append"],
  6124. to_file=True)
  6125. if file == 'fail':
  6126. return 'fail'
  6127. except AttributeError:
  6128. self.inform.emit('[WARNING_NOTCL] %s' %
  6129. _("There is no selected object for which to see it's source file code."))
  6130. return 'fail'
  6131. else:
  6132. try:
  6133. file = StringIO(obj.source_file)
  6134. except (AttributeError, TypeError):
  6135. self.inform.emit('[WARNING_NOTCL] %s' %
  6136. _("There is no selected object for which to see it's source file code."))
  6137. return 'fail'
  6138. self.source_editor_tab.t_frame.hide()
  6139. try:
  6140. self.source_editor_tab.code_editor.setPlainText(file.getvalue())
  6141. # for line in file:
  6142. # QtWidgets.QApplication.processEvents()
  6143. # proc_line = str(line).strip('\n')
  6144. # self.source_editor_tab.code_editor.append(proc_line)
  6145. except Exception as e:
  6146. log.debug('App.on_view_source() -->%s' % str(e))
  6147. self.inform.emit('[ERROR] %s: %s' % (_('Failed to load the source code for the selected object'), str(e)))
  6148. return
  6149. self.source_editor_tab.handleTextChanged()
  6150. self.source_editor_tab.t_frame.show()
  6151. self.source_editor_tab.code_editor.moveCursor(QtGui.QTextCursor.Start)
  6152. self.proc_container.view.set_idle()
  6153. # self.ui.show()
  6154. def on_toggle_code_editor(self):
  6155. self.defaults.report_usage("on_toggle_code_editor()")
  6156. if self.toggle_codeeditor is False:
  6157. self.init_code_editor(name=_("Code Editor"))
  6158. self.text_editor_tab.buttonOpen.clicked.disconnect()
  6159. self.text_editor_tab.buttonOpen.clicked.connect(self.text_editor_tab.handleOpen)
  6160. self.text_editor_tab.buttonSave.clicked.disconnect()
  6161. self.text_editor_tab.buttonSave.clicked.connect(self.text_editor_tab.handleSaveGCode)
  6162. else:
  6163. for idx in range(self.ui.plot_tab_area.count()):
  6164. if self.ui.plot_tab_area.widget(idx).objectName() == "text_editor_tab":
  6165. self.ui.plot_tab_area.closeTab(idx)
  6166. break
  6167. self.toggle_codeeditor = False
  6168. def on_code_editor_close(self):
  6169. self.toggle_codeeditor = False
  6170. def goto_text_line(self):
  6171. """
  6172. Will scroll a text to the specified text line.
  6173. :return: None
  6174. """
  6175. dia_box = Dialog_box(title=_("Go to Line ..."),
  6176. label=_("Line:"),
  6177. icon=QtGui.QIcon(self.resource_location + '/jump_to16.png'),
  6178. initial_text='')
  6179. try:
  6180. line = int(dia_box.location) - 1
  6181. except (ValueError, TypeError):
  6182. line = 0
  6183. if dia_box.ok:
  6184. # make sure to move first the cursor at the end so after finding the line the line will be positioned
  6185. # at the top of the window
  6186. self.ui.plot_tab_area.currentWidget().code_editor.moveCursor(QTextCursor.End)
  6187. # get the document() of the TextEditor
  6188. doc = self.ui.plot_tab_area.currentWidget().code_editor.document()
  6189. # create a Text Cursor based on the searched line
  6190. cursor = QTextCursor(doc.findBlockByLineNumber(line))
  6191. # set cursor of the code editor with the cursor at the searcehd line
  6192. self.ui.plot_tab_area.currentWidget().code_editor.setTextCursor(cursor)
  6193. def on_filenewscript(self, silent=False):
  6194. """
  6195. Will create a new script file and open it in the Code Editor
  6196. :param silent: if True will not display status messages
  6197. :return: None
  6198. """
  6199. if silent is False:
  6200. self.inform.emit('[success] %s' % _("New TCL script file created in Code Editor."))
  6201. # delete the absolute and relative position and messages in the infobar
  6202. self.ui.position_label.setText("")
  6203. # self.ui.rel_position_label.setText("")
  6204. self.app_obj.new_script_object()
  6205. # script_text = script_obj.source_file
  6206. #
  6207. # self.proc_container.view.set_busy(_("Loading..."))
  6208. # script_obj.script_editor_tab.t_frame.hide()
  6209. #
  6210. # script_obj.script_editor_tab.t_frame.show()
  6211. # self.proc_container.view.set_idle()
  6212. def on_fileopenscript(self, name=None, silent=False):
  6213. """
  6214. Will open a Tcl script file into the Code Editor
  6215. :param silent: if True will not display status messages
  6216. :param name: name of a Tcl script file to open
  6217. :return: None
  6218. """
  6219. self.defaults.report_usage("on_fileopenscript")
  6220. App.log.debug("on_fileopenscript()")
  6221. _filter_ = "TCL script .FlatScript (*.FlatScript);;TCL script .tcl (*.TCL);;TCL script .txt (*.TXT);;" \
  6222. "All Files (*.*)"
  6223. if name:
  6224. filenames = [name]
  6225. else:
  6226. try:
  6227. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(
  6228. caption=_("Open TCL script"), directory=self.get_last_folder(), filter=_filter_)
  6229. except TypeError:
  6230. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open TCL script"), filter=_filter_)
  6231. if len(filenames) == 0:
  6232. if silent is False:
  6233. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  6234. else:
  6235. for filename in filenames:
  6236. if filename != '':
  6237. self.worker_task.emit({'fcn': self.open_script, 'params': [filename]})
  6238. def on_fileopenscript_example(self, name=None, silent=False):
  6239. """
  6240. Will open a Tcl script file into the Code Editor
  6241. :param silent: if True will not display status messages
  6242. :param name: name of a Tcl script file to open
  6243. :return:
  6244. """
  6245. self.defaults.report_usage("on_fileopenscript_example")
  6246. log.debug("on_fileopenscript_example()")
  6247. _filter_ = "TCL script .FlatScript (*.FlatScript);;TCL script .tcl (*.TCL);;TCL script .txt (*.TXT);;" \
  6248. "All Files (*.*)"
  6249. # test if the app was frozen and choose the path for the configuration file
  6250. if getattr(sys, "frozen", False) is True:
  6251. example_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) + '\\assets\\examples'
  6252. else:
  6253. example_path = os.path.dirname(os.path.realpath(__file__)) + '\\assets\\examples'
  6254. if name:
  6255. filenames = [name]
  6256. else:
  6257. try:
  6258. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(
  6259. caption=_("Open TCL script"), directory=example_path, filter=_filter_)
  6260. except TypeError:
  6261. filenames, _f = QtWidgets.QFileDialog.getOpenFileNames(caption=_("Open TCL script"), filter=_filter_)
  6262. if len(filenames) == 0:
  6263. if silent is False:
  6264. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  6265. else:
  6266. for filename in filenames:
  6267. if filename != '':
  6268. self.worker_task.emit({'fcn': self.open_script, 'params': [filename]})
  6269. def on_filerunscript(self, name=None, silent=False):
  6270. """
  6271. File menu callback for loading and running a TCL script.
  6272. :param silent: if True will not display status messages
  6273. :param name: name of a Tcl script file to be run by FlatCAM
  6274. :return: None
  6275. """
  6276. self.defaults.report_usage("on_filerunscript")
  6277. App.log.debug("on_file_runscript()")
  6278. if name:
  6279. filename = name
  6280. if self.cmd_line_headless != 1:
  6281. self.splash.showMessage('%s: %ssec\n%s' %
  6282. (_("Canvas initialization started.\n"
  6283. "Canvas initialization finished in"), '%.2f' % self.used_time,
  6284. _("Executing ScriptObject file.")
  6285. ),
  6286. alignment=Qt.AlignBottom | Qt.AlignLeft,
  6287. color=QtGui.QColor("gray"))
  6288. else:
  6289. _filter_ = "TCL script .FlatScript (*.FlatScript);;TCL script .tcl (*.TCL);;TCL script .txt (*.TXT);;" \
  6290. "All Files (*.*)"
  6291. try:
  6292. filename, _f = QtWidgets.QFileDialog.getOpenFileName(caption=_("Run TCL script"),
  6293. directory=self.get_last_folder(), filter=_filter_)
  6294. except TypeError:
  6295. filename, _f = QtWidgets.QFileDialog.getOpenFileName(caption=_("Run TCL script"), filter=_filter_)
  6296. # The Qt methods above will return a QString which can cause problems later.
  6297. # So far json.dump() will fail to serialize it.
  6298. filename = str(filename)
  6299. if filename == "":
  6300. if silent is False:
  6301. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  6302. else:
  6303. if self.cmd_line_headless != 1:
  6304. if self.ui.shell_dock.isHidden():
  6305. self.ui.shell_dock.show()
  6306. try:
  6307. with open(filename, "r") as tcl_script:
  6308. cmd_line_shellfile_content = tcl_script.read()
  6309. if self.cmd_line_headless != 1:
  6310. self.shell.exec_command(cmd_line_shellfile_content)
  6311. else:
  6312. self.shell.exec_command(cmd_line_shellfile_content, no_echo=True)
  6313. if silent is False:
  6314. self.inform.emit('[success] %s' % _("TCL script file opened in Code Editor and executed."))
  6315. except Exception as e:
  6316. log.debug("App.on_filerunscript() -> %s" % str(e))
  6317. sys.exit(2)
  6318. def on_file_saveproject(self, silent=False):
  6319. """
  6320. Callback for menu item File->Save Project. Saves the project to
  6321. ``self.project_filename`` or calls ``self.on_file_saveprojectas()``
  6322. if set to None. The project is saved by calling ``self.save_project()``.
  6323. :param silent: if True will not display status messages
  6324. :return: None
  6325. """
  6326. self.defaults.report_usage("on_file_saveproject")
  6327. if self.project_filename is None:
  6328. self.on_file_saveprojectas()
  6329. else:
  6330. self.worker_task.emit({'fcn': self.save_project,
  6331. 'params': [self.project_filename, silent]})
  6332. if self.defaults["global_open_style"] is False:
  6333. self.file_opened.emit("project", self.project_filename)
  6334. self.file_saved.emit("project", self.project_filename)
  6335. self.set_ui_title(name=self.project_filename)
  6336. self.should_we_save = False
  6337. def on_file_saveprojectas(self, make_copy=False, use_thread=True, quit_action=False):
  6338. """
  6339. Callback for menu item File->Save Project As... Opens a file
  6340. chooser and saves the project to the given file via
  6341. ``self.save_project()``.
  6342. :param make_copy if to be create a copy of the project; boolean
  6343. :param use_thread: if to be run in a separate thread; boolean
  6344. :param quit_action: if to be followed by quiting the application; boolean
  6345. :return: None
  6346. """
  6347. self.defaults.report_usage("on_file_saveprojectas")
  6348. self.date = str(datetime.today()).rpartition('.')[0]
  6349. self.date = ''.join(c for c in self.date if c not in ':-')
  6350. self.date = self.date.replace(' ', '_')
  6351. filter_ = "FlatCAM Project .FlatPrj (*.FlatPrj);; All Files (*.*)"
  6352. try:
  6353. filename, _f = FCFileSaveDialog.get_saved_filename(
  6354. caption=_("Save Project As ..."),
  6355. directory='{l_save}/{proj}_{date}'.format(l_save=str(self.get_last_save_folder()), date=self.date,
  6356. proj=_("Project")),
  6357. ext_filter=filter_
  6358. )
  6359. except TypeError:
  6360. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Save Project As ..."), ext_filter=filter_)
  6361. filename = str(filename)
  6362. if filename == '':
  6363. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  6364. return
  6365. if use_thread is True:
  6366. self.worker_task.emit({'fcn': self.save_project,
  6367. 'params': [filename, quit_action]})
  6368. else:
  6369. self.save_project(filename, quit_action)
  6370. # self.save_project(filename)
  6371. if self.defaults["global_open_style"] is False:
  6372. self.file_opened.emit("project", filename)
  6373. self.file_saved.emit("project", filename)
  6374. if not make_copy:
  6375. self.project_filename = filename
  6376. self.set_ui_title(name=self.project_filename)
  6377. self.should_we_save = False
  6378. def on_file_save_objects_pdf(self, use_thread=True):
  6379. self.date = str(datetime.today()).rpartition('.')[0]
  6380. self.date = ''.join(c for c in self.date if c not in ':-')
  6381. self.date = self.date.replace(' ', '_')
  6382. try:
  6383. obj_selection = self.collection.get_selected()
  6384. if len(obj_selection) == 1:
  6385. obj_name = str(obj_selection[0].options['name'])
  6386. else:
  6387. obj_name = _("FlatCAM objects print")
  6388. except AttributeError as err:
  6389. log.debug("App.on_file_save_object_pdf() --> %s" % str(err))
  6390. self.inform.emit('[ERROR_NOTCL] %s' % _("No object selected."))
  6391. return
  6392. if not obj_selection:
  6393. self.inform.emit('[ERROR_NOTCL] %s' % _("No object selected."))
  6394. return
  6395. filter_ = "PDF File .pdf (*.PDF);; All Files (*.*)"
  6396. try:
  6397. filename, _f = FCFileSaveDialog.get_saved_filename(
  6398. caption=_("Save Object as PDF ..."),
  6399. directory='{l_save}/{obj_name}_{date}'.format(l_save=str(self.get_last_save_folder()),
  6400. obj_name=obj_name,
  6401. date=self.date),
  6402. ext_filter=filter_
  6403. )
  6404. except TypeError:
  6405. filename, _f = FCFileSaveDialog.get_saved_filename(caption=_("Save Object as PDF ..."), ext_filter=filter_)
  6406. filename = str(filename)
  6407. if filename == '':
  6408. self.inform.emit('[WARNING_NOTCL] %s' % _("Cancelled."))
  6409. return
  6410. if use_thread is True:
  6411. self.proc_container.new(_("Printing PDF ... Please wait."))
  6412. self.worker_task.emit({'fcn': self.save_pdf, 'params': [filename, obj_selection]})
  6413. else:
  6414. self.save_pdf(filename, obj_selection)
  6415. # self.save_project(filename)
  6416. if self.defaults["global_open_style"] is False:
  6417. self.file_opened.emit("pdf", filename)
  6418. self.file_saved.emit("pdf", filename)
  6419. def save_pdf(self, file_name, obj_selection):
  6420. p_size = self.defaults['global_workspaceT']
  6421. orientation = self.defaults['global_workspace_orientation']
  6422. color = 'black'
  6423. transparency_level = 1.0
  6424. self.pagesize = {}
  6425. self.pagesize.update(
  6426. {
  6427. 'Bounds': None,
  6428. 'A0': (841 * mm, 1189 * mm),
  6429. 'A1': (594 * mm, 841 * mm),
  6430. 'A2': (420 * mm, 594 * mm),
  6431. 'A3': (297 * mm, 420 * mm),
  6432. 'A4': (210 * mm, 297 * mm),
  6433. 'A5': (148 * mm, 210 * mm),
  6434. 'A6': (105 * mm, 148 * mm),
  6435. 'A7': (74 * mm, 105 * mm),
  6436. 'A8': (52 * mm, 74 * mm),
  6437. 'A9': (37 * mm, 52 * mm),
  6438. 'A10': (26 * mm, 37 * mm),
  6439. 'B0': (1000 * mm, 1414 * mm),
  6440. 'B1': (707 * mm, 1000 * mm),
  6441. 'B2': (500 * mm, 707 * mm),
  6442. 'B3': (353 * mm, 500 * mm),
  6443. 'B4': (250 * mm, 353 * mm),
  6444. 'B5': (176 * mm, 250 * mm),
  6445. 'B6': (125 * mm, 176 * mm),
  6446. 'B7': (88 * mm, 125 * mm),
  6447. 'B8': (62 * mm, 88 * mm),
  6448. 'B9': (44 * mm, 62 * mm),
  6449. 'B10': (31 * mm, 44 * mm),
  6450. 'C0': (917 * mm, 1297 * mm),
  6451. 'C1': (648 * mm, 917 * mm),
  6452. 'C2': (458 * mm, 648 * mm),
  6453. 'C3': (324 * mm, 458 * mm),
  6454. 'C4': (229 * mm, 324 * mm),
  6455. 'C5': (162 * mm, 229 * mm),
  6456. 'C6': (114 * mm, 162 * mm),
  6457. 'C7': (81 * mm, 114 * mm),
  6458. 'C8': (57 * mm, 81 * mm),
  6459. 'C9': (40 * mm, 57 * mm),
  6460. 'C10': (28 * mm, 40 * mm),
  6461. # American paper sizes
  6462. 'LETTER': (8.5 * inch, 11 * inch),
  6463. 'LEGAL': (8.5 * inch, 14 * inch),
  6464. 'ELEVENSEVENTEEN': (11 * inch, 17 * inch),
  6465. # From https://en.wikipedia.org/wiki/Paper_size
  6466. 'JUNIOR_LEGAL': (5 * inch, 8 * inch),
  6467. 'HALF_LETTER': (5.5 * inch, 8 * inch),
  6468. 'GOV_LETTER': (8 * inch, 10.5 * inch),
  6469. 'GOV_LEGAL': (8.5 * inch, 13 * inch),
  6470. 'LEDGER': (17 * inch, 11 * inch),
  6471. }
  6472. )
  6473. exported_svg = []
  6474. for obj in obj_selection:
  6475. svg_obj = obj.export_svg(scale_stroke_factor=0.0,
  6476. scale_factor_x=None, scale_factor_y=None,
  6477. skew_factor_x=None, skew_factor_y=None,
  6478. mirror=None)
  6479. if obj.kind.lower() == 'gerber':
  6480. # color = self.defaults["gerber_plot_fill"][:-2]
  6481. color = obj.fill_color[:-2]
  6482. elif obj.kind.lower() == 'excellon':
  6483. color = '#C40000'
  6484. elif obj.kind.lower() == 'geometry':
  6485. color = self.defaults["global_draw_color"]
  6486. # Change the attributes of the exported SVG
  6487. # We don't need stroke-width
  6488. # We set opacity to maximum
  6489. # We set the colour to WHITE
  6490. root = ET.fromstring(svg_obj)
  6491. for child in root:
  6492. child.set('fill', str(color))
  6493. child.set('opacity', str(transparency_level))
  6494. child.set('stroke', str(color))
  6495. exported_svg.append(ET.tostring(root))
  6496. xmin = Inf
  6497. ymin = Inf
  6498. xmax = -Inf
  6499. ymax = -Inf
  6500. for obj in obj_selection:
  6501. try:
  6502. gxmin, gymin, gxmax, gymax = obj.bounds()
  6503. xmin = min([xmin, gxmin])
  6504. ymin = min([ymin, gymin])
  6505. xmax = max([xmax, gxmax])
  6506. ymax = max([ymax, gymax])
  6507. except Exception as e:
  6508. log.warning("DEV WARNING: Tried to get bounds of empty geometry in App.save_pdf(). %s" % str(e))
  6509. # Determine bounding area for svg export
  6510. bounds = [xmin, ymin, xmax, ymax]
  6511. size = bounds[2] - bounds[0], bounds[3] - bounds[1]
  6512. # This contain the measure units
  6513. uom = obj_selection[0].units.lower()
  6514. # Define a boundary around SVG of about 1.0mm (~39mils)
  6515. if uom in "mm":
  6516. boundary = 1.0
  6517. else:
  6518. boundary = 0.0393701
  6519. # Convert everything to strings for use in the xml doc
  6520. svgwidth = str(size[0] + (2 * boundary))
  6521. svgheight = str(size[1] + (2 * boundary))
  6522. minx = str(bounds[0] - boundary)
  6523. miny = str(bounds[1] + boundary + size[1])
  6524. # Add a SVG Header and footer to the svg output from shapely
  6525. # The transform flips the Y Axis so that everything renders
  6526. # properly within svg apps such as inkscape
  6527. svg_header = '<svg xmlns="http://www.w3.org/2000/svg" ' \
  6528. 'version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" '
  6529. svg_header += 'width="' + svgwidth + uom + '" '
  6530. svg_header += 'height="' + svgheight + uom + '" '
  6531. svg_header += 'viewBox="' + minx + ' -' + miny + ' ' + svgwidth + ' ' + svgheight + '" '
  6532. svg_header += '>'
  6533. svg_header += '<g transform="scale(1,-1)">'
  6534. svg_footer = '</g> </svg>'
  6535. svg_elem = str(svg_header)
  6536. for svg_item in exported_svg:
  6537. svg_elem += str(svg_item)
  6538. svg_elem += str(svg_footer)
  6539. # Parse the xml through a xml parser just to add line feeds
  6540. # and to make it look more pretty for the output
  6541. doc = parse_xml_string(svg_elem)
  6542. doc_final = doc.toprettyxml()
  6543. try:
  6544. if self.defaults['units'].upper() == 'IN':
  6545. unit = inch
  6546. else:
  6547. unit = mm
  6548. doc_final = StringIO(doc_final)
  6549. drawing = svg2rlg(doc_final)
  6550. if p_size == 'Bounds':
  6551. renderPDF.drawToFile(drawing, file_name)
  6552. else:
  6553. if orientation == 'p':
  6554. page_size = portrait(self.pagesize[p_size])
  6555. else:
  6556. page_size = landscape(self.pagesize[p_size])
  6557. my_canvas = canvas.Canvas(file_name, pagesize=page_size)
  6558. my_canvas.translate(bounds[0] * unit, bounds[1] * unit)
  6559. renderPDF.draw(drawing, my_canvas, 0, 0)
  6560. my_canvas.save()
  6561. except Exception as e:
  6562. log.debug("App.save_pdf() --> PDF output --> %s" % str(e))
  6563. return 'fail'
  6564. self.inform.emit('[success] %s: %s' % (_("PDF file saved to"), file_name))
  6565. def export_svg(self, obj_name, filename, scale_stroke_factor=0.00):
  6566. """
  6567. Exports a Geometry Object to an SVG file.
  6568. :param obj_name: the name of the FlatCAM object to be saved as SVG
  6569. :param filename: Path to the SVG file to save to.
  6570. :param scale_stroke_factor: factor by which to change/scale the thickness of the features
  6571. :return:
  6572. """
  6573. self.defaults.report_usage("export_svg()")
  6574. if filename is None:
  6575. filename = self.defaults["global_last_save_folder"] if self.defaults["global_last_save_folder"] \
  6576. is not None else self.defaults["global_last_folder"]
  6577. self.log.debug("export_svg()")
  6578. try:
  6579. obj = self.collection.get_by_name(str(obj_name))
  6580. except Exception:
  6581. # TODO: The return behavior has not been established... should raise exception?
  6582. return "Could not retrieve object: %s" % obj_name
  6583. with self.proc_container.new(_("Exporting SVG")) as proc:
  6584. exported_svg = obj.export_svg(scale_stroke_factor=scale_stroke_factor)
  6585. # Determine bounding area for svg export
  6586. bounds = obj.bounds()
  6587. size = obj.size()
  6588. # Convert everything to strings for use in the xml doc
  6589. svgwidth = str(size[0])
  6590. svgheight = str(size[1])
  6591. minx = str(bounds[0])
  6592. miny = str(bounds[1] - size[1])
  6593. uom = obj.units.lower()
  6594. # Add a SVG Header and footer to the svg output from shapely
  6595. # The transform flips the Y Axis so that everything renders
  6596. # properly within svg apps such as inkscape
  6597. svg_header = '<svg xmlns="http://www.w3.org/2000/svg" ' \
  6598. 'version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" '
  6599. svg_header += 'width="' + svgwidth + uom + '" '
  6600. svg_header += 'height="' + svgheight + uom + '" '
  6601. svg_header += 'viewBox="' + minx + ' ' + miny + ' ' + svgwidth + ' ' + svgheight + '">'
  6602. svg_header += '<g transform="scale(1,-1)">'
  6603. svg_footer = '</g> </svg>'
  6604. svg_elem = svg_header + exported_svg + svg_footer
  6605. # Parse the xml through a xml parser just to add line feeds
  6606. # and to make it look more pretty for the output
  6607. svgcode = parse_xml_string(svg_elem)
  6608. svgcode = svgcode.toprettyxml()
  6609. try:
  6610. with open(filename, 'w') as fp:
  6611. fp.write(svgcode)
  6612. except PermissionError:
  6613. self.inform.emit('[WARNING] %s' %
  6614. _("Permission denied, saving not possible.\n"
  6615. "Most likely another app is holding the file open and not accessible."))
  6616. return 'fail'
  6617. if self.defaults["global_open_style"] is False:
  6618. self.file_opened.emit("SVG", filename)
  6619. self.file_saved.emit("SVG", filename)
  6620. self.inform.emit('[success] %s: %s' % (_("SVG file exported to"), filename))
  6621. def save_source_file(self, obj_name, filename, use_thread=True):
  6622. """
  6623. Exports a FlatCAM Object to an Gerber/Excellon file.
  6624. :param obj_name: the name of the FlatCAM object for which to save it's embedded source file
  6625. :param filename: Path to the Gerber file to save to.
  6626. :param use_thread: if to be run in a separate thread
  6627. :return:
  6628. """
  6629. self.defaults.report_usage("save source file()")
  6630. if filename is None:
  6631. filename = self.defaults["global_last_save_folder"] if self.defaults["global_last_save_folder"] \
  6632. is not None else self.defaults["global_last_folder"]
  6633. self.log.debug("save source file()")
  6634. obj = self.collection.get_by_name(obj_name)
  6635. file_string = StringIO(obj.source_file)
  6636. time_string = "{:%A, %d %B %Y at %H:%M}".format(datetime.now())
  6637. if file_string.getvalue() == '':
  6638. self.inform.emit('[ERROR_NOTCL] %s' %
  6639. _("Save cancelled because source file is empty. Try to export the Gerber file."))
  6640. return 'fail'
  6641. try:
  6642. with open(filename, 'w') as file:
  6643. file.writelines('G04*\n')
  6644. file.writelines('G04 %s (RE)GENERATED BY FLATCAM v%s - www.flatcam.org - Version Date: %s*\n' %
  6645. (obj.kind.upper(), str(self.version), str(self.version_date)))
  6646. file.writelines('G04 Filename: %s*\n' % str(obj_name))
  6647. file.writelines('G04 Created on : %s*\n' % time_string)
  6648. for line in file_string:
  6649. file.writelines(line)
  6650. except PermissionError:
  6651. self.inform.emit('[WARNING] %s' %
  6652. _("Permission denied, saving not possible.\n"
  6653. "Most likely another app is holding the file open and not accessible."))
  6654. return 'fail'
  6655. def export_excellon(self, obj_name, filename, local_use=None, use_thread=True):
  6656. """
  6657. Exports a Excellon Object to an Excellon file.
  6658. :param obj_name: the name of the FlatCAM object to be saved as Excellon
  6659. :param filename: Path to the Excellon file to save to.
  6660. :param local_use:
  6661. :param use_thread: if to be run in a separate thread
  6662. :return:
  6663. """
  6664. self.defaults.report_usage("export_excellon()")
  6665. if filename is None:
  6666. if self.defaults["global_last_save_folder"]:
  6667. filename = self.defaults["global_last_save_folder"] + '/' + 'exported_excellon'
  6668. else:
  6669. filename = self.defaults["global_last_folder"] + '/' + 'exported_excellon'
  6670. self.log.debug("export_excellon()")
  6671. format_exc = ';FILE_FORMAT=%d:%d\n' % (self.defaults["excellon_exp_integer"],
  6672. self.defaults["excellon_exp_decimals"]
  6673. )
  6674. if local_use is None:
  6675. try:
  6676. obj = self.collection.get_by_name(str(obj_name))
  6677. except Exception:
  6678. return "Could not retrieve object: %s" % obj_name
  6679. else:
  6680. obj = local_use
  6681. if not isinstance(obj, ExcellonObject):
  6682. self.inform.emit('[ERROR_NOTCL] %s' %
  6683. _("Failed. Only Excellon objects can be saved as Excellon files..."))
  6684. return
  6685. # updated units
  6686. eunits = self.defaults["excellon_exp_units"]
  6687. ewhole = self.defaults["excellon_exp_integer"]
  6688. efract = self.defaults["excellon_exp_decimals"]
  6689. ezeros = self.defaults["excellon_exp_zeros"]
  6690. eformat = self.defaults["excellon_exp_format"]
  6691. slot_type = self.defaults["excellon_exp_slot_type"]
  6692. fc_units = self.defaults['units'].upper()
  6693. if fc_units == 'MM':
  6694. factor = 1 if eunits == 'METRIC' else 0.03937
  6695. else:
  6696. factor = 25.4 if eunits == 'METRIC' else 1
  6697. def make_excellon():
  6698. try:
  6699. time_str = "{:%A, %d %B %Y at %H:%M}".format(datetime.now())
  6700. header = 'M48\n'
  6701. header += ';EXCELLON GENERATED BY FLATCAM v%s - www.flatcam.org - Version Date: %s\n' % \
  6702. (str(self.version), str(self.version_date))
  6703. header += ';Filename: %s' % str(obj_name) + '\n'
  6704. header += ';Created on : %s' % time_str + '\n'
  6705. if eformat == 'dec':
  6706. has_slots, excellon_code = obj.export_excellon(ewhole, efract, factor=factor, slot_type=slot_type)
  6707. header += eunits + '\n'
  6708. for tool in obj.tools:
  6709. if eunits == 'METRIC':
  6710. header += "T{tool}F00S00C{:.{dec}f}\n".format(float(obj.tools[tool]['C']) * factor,
  6711. tool=str(tool),
  6712. dec=2)
  6713. else:
  6714. header += "T{tool}F00S00C{:.{dec}f}\n".format(float(obj.tools[tool]['C']) * factor,
  6715. tool=str(tool),
  6716. dec=4)
  6717. else:
  6718. if ezeros == 'LZ':
  6719. has_slots, excellon_code = obj.export_excellon(ewhole, efract,
  6720. form='ndec', e_zeros='LZ', factor=factor,
  6721. slot_type=slot_type)
  6722. header += '%s,%s\n' % (eunits, 'LZ')
  6723. header += format_exc
  6724. for tool in obj.tools:
  6725. if eunits == 'METRIC':
  6726. header += "T{tool}F00S00C{:.{dec}f}\n".format(float(obj.tools[tool]['C']) * factor,
  6727. tool=str(tool),
  6728. dec=2)
  6729. else:
  6730. header += "T{tool}F00S00C{:.{dec}f}\n".format(float(obj.tools[tool]['C']) * factor,
  6731. tool=str(tool),
  6732. dec=4)
  6733. else:
  6734. has_slots, excellon_code = obj.export_excellon(ewhole, efract,
  6735. form='ndec', e_zeros='TZ', factor=factor,
  6736. slot_type=slot_type)
  6737. header += '%s,%s\n' % (eunits, 'TZ')
  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. header += '%\n'
  6749. footer = 'M30\n'
  6750. exported_excellon = header
  6751. exported_excellon += excellon_code
  6752. exported_excellon += footer
  6753. if local_use is None:
  6754. try:
  6755. with open(filename, 'w') as fp:
  6756. fp.write(exported_excellon)
  6757. except PermissionError:
  6758. self.inform.emit('[WARNING] %s' %
  6759. _("Permission denied, saving not possible.\n"
  6760. "Most likely another app is holding the file open and not accessible."))
  6761. return 'fail'
  6762. if self.defaults["global_open_style"] is False:
  6763. self.file_opened.emit("Excellon", filename)
  6764. self.file_saved.emit("Excellon", filename)
  6765. self.inform.emit('[success] %s: %s' % (_("Excellon file exported to"), filename))
  6766. else:
  6767. return exported_excellon
  6768. except Exception as e:
  6769. log.debug("App.export_excellon.make_excellon() --> %s" % str(e))
  6770. return 'fail'
  6771. if use_thread is True:
  6772. with self.proc_container.new(_("Exporting Excellon")) as proc:
  6773. def job_thread_exc(app_obj):
  6774. ret = make_excellon()
  6775. if ret == 'fail':
  6776. self.inform.emit('[ERROR_NOTCL] %s' % _('Could not export Excellon file.'))
  6777. return
  6778. self.worker_task.emit({'fcn': job_thread_exc, 'params': [self]})
  6779. else:
  6780. eret = make_excellon()
  6781. if eret == 'fail':
  6782. self.inform.emit('[ERROR_NOTCL] %s' % _('Could not export Excellon file.'))
  6783. return 'fail'
  6784. if local_use is not None:
  6785. return eret
  6786. def export_gerber(self, obj_name, filename, local_use=None, use_thread=True):
  6787. """
  6788. Exports a Gerber Object to an Gerber file.
  6789. :param obj_name: the name of the FlatCAM object to be saved as Gerber
  6790. :param filename: Path to the Gerber file to save to.
  6791. :param local_use: if the Gerber code is to be saved to a file (None) or used within FlatCAM.
  6792. When not None, the value will be the actual Gerber object for which to create the Gerber code
  6793. :param use_thread: if to be run in a separate thread
  6794. :return:
  6795. """
  6796. self.defaults.report_usage("export_gerber()")
  6797. if filename is None:
  6798. filename = self.defaults["global_last_save_folder"] if self.defaults["global_last_save_folder"] \
  6799. is not None else self.defaults["global_last_folder"]
  6800. self.log.debug("export_gerber()")
  6801. if local_use is None:
  6802. try:
  6803. obj = self.collection.get_by_name(str(obj_name))
  6804. except Exception:
  6805. return "Could not retrieve object: %s" % obj_name
  6806. else:
  6807. obj = local_use
  6808. # updated units
  6809. gunits = self.defaults["gerber_exp_units"]
  6810. gwhole = self.defaults["gerber_exp_integer"]
  6811. gfract = self.defaults["gerber_exp_decimals"]
  6812. gzeros = self.defaults["gerber_exp_zeros"]
  6813. fc_units = self.defaults['units'].upper()
  6814. if fc_units == 'MM':
  6815. factor = 1 if gunits == 'MM' else 0.03937
  6816. else:
  6817. factor = 25.4 if gunits == 'MM' else 1
  6818. def make_gerber():
  6819. try:
  6820. time_str = "{:%A, %d %B %Y at %H:%M}".format(datetime.now())
  6821. header = 'G04*\n'
  6822. header += 'G04 RS-274X GERBER GENERATED BY FLATCAM v%s - www.flatcam.org - Version Date: %s*\n' % \
  6823. (str(self.version), str(self.version_date))
  6824. header += 'G04 Filename: %s*' % str(obj_name) + '\n'
  6825. header += 'G04 Created on : %s*' % time_str + '\n'
  6826. header += '%%FS%sAX%s%sY%s%s*%%\n' % (gzeros, gwhole, gfract, gwhole, gfract)
  6827. header += "%MO{units}*%\n".format(units=gunits)
  6828. for apid in obj.apertures:
  6829. if obj.apertures[apid]['type'] == 'C':
  6830. header += "%ADD{apid}{type},{size}*%\n".format(
  6831. apid=str(apid),
  6832. type='C',
  6833. size=(factor * obj.apertures[apid]['size'])
  6834. )
  6835. elif obj.apertures[apid]['type'] == 'R':
  6836. header += "%ADD{apid}{type},{width}X{height}*%\n".format(
  6837. apid=str(apid),
  6838. type='R',
  6839. width=(factor * obj.apertures[apid]['width']),
  6840. height=(factor * obj.apertures[apid]['height'])
  6841. )
  6842. elif obj.apertures[apid]['type'] == 'O':
  6843. header += "%ADD{apid}{type},{width}X{height}*%\n".format(
  6844. apid=str(apid),
  6845. type='O',
  6846. width=(factor * obj.apertures[apid]['width']),
  6847. height=(factor * obj.apertures[apid]['height'])
  6848. )
  6849. header += '\n'
  6850. # obsolete units but some software may need it
  6851. if gunits == 'IN':
  6852. header += 'G70*\n'
  6853. else:
  6854. header += 'G71*\n'
  6855. # Absolute Mode
  6856. header += 'G90*\n'
  6857. header += 'G01*\n'
  6858. # positive polarity
  6859. header += '%LPD*%\n'
  6860. footer = 'M02*\n'
  6861. gerber_code = obj.export_gerber(gwhole, gfract, g_zeros=gzeros, factor=factor)
  6862. exported_gerber = header
  6863. exported_gerber += gerber_code
  6864. exported_gerber += footer
  6865. if local_use is None:
  6866. try:
  6867. with open(filename, 'w') as fp:
  6868. fp.write(exported_gerber)
  6869. except PermissionError:
  6870. self.inform.emit('[WARNING] %s' %
  6871. _("Permission denied, saving not possible.\n"
  6872. "Most likely another app is holding the file open and not accessible."))
  6873. return 'fail'
  6874. if self.defaults["global_open_style"] is False:
  6875. self.file_opened.emit("Gerber", filename)
  6876. self.file_saved.emit("Gerber", filename)
  6877. self.inform.emit('[success] %s: %s' % (_("Gerber file exported to"), filename))
  6878. else:
  6879. return exported_gerber
  6880. except Exception as e:
  6881. log.debug("App.export_gerber.make_gerber() --> %s" % str(e))
  6882. return 'fail'
  6883. if use_thread is True:
  6884. with self.proc_container.new(_("Exporting Gerber")) as proc:
  6885. def job_thread_grb(app_obj):
  6886. ret = make_gerber()
  6887. if ret == 'fail':
  6888. self.inform.emit('[ERROR_NOTCL] %s' % _('Could not export Gerber file.'))
  6889. return
  6890. self.worker_task.emit({'fcn': job_thread_grb, 'params': [self]})
  6891. else:
  6892. gret = make_gerber()
  6893. if gret == 'fail':
  6894. self.inform.emit('[ERROR_NOTCL] %s' % _('Could not export Gerber file.'))
  6895. return 'fail'
  6896. if local_use is not None:
  6897. return gret
  6898. def export_dxf(self, obj_name, filename, use_thread=True):
  6899. """
  6900. Exports a Geometry Object to an DXF file.
  6901. :param obj_name: the name of the FlatCAM object to be saved as DXF
  6902. :param filename: Path to the DXF file to save to.
  6903. :param use_thread: if to be run in a separate thread
  6904. :return:
  6905. """
  6906. self.defaults.report_usage("export_dxf()")
  6907. if filename is None:
  6908. filename = self.defaults["global_last_save_folder"] if self.defaults["global_last_save_folder"] \
  6909. is not None else self.defaults["global_last_folder"]
  6910. self.log.debug("export_dxf()")
  6911. try:
  6912. obj = self.collection.get_by_name(str(obj_name))
  6913. except Exception:
  6914. # TODO: The return behavior has not been established... should raise exception?
  6915. return "Could not retrieve object: %s" % obj_name
  6916. def make_dxf():
  6917. try:
  6918. dxf_code = obj.export_dxf()
  6919. dxf_code.saveas(filename)
  6920. if self.defaults["global_open_style"] is False:
  6921. self.file_opened.emit("DXF", filename)
  6922. self.file_saved.emit("DXF", filename)
  6923. self.inform.emit('[success] %s: %s' % (_("DXF file exported to"), filename))
  6924. except Exception:
  6925. return 'fail'
  6926. if use_thread is True:
  6927. with self.proc_container.new(_("Exporting DXF")) as proc:
  6928. def job_thread_exc(app_obj):
  6929. ret_dxf_val = make_dxf()
  6930. if ret_dxf_val == 'fail':
  6931. app_obj.inform.emit('[WARNING_NOTCL] %s' % _('Could not export DXF file.'))
  6932. return
  6933. self.worker_task.emit({'fcn': job_thread_exc, 'params': [self]})
  6934. else:
  6935. ret = make_dxf()
  6936. if ret == 'fail':
  6937. self.inform.emit('[WARNING_NOTCL] %s' % _('Could not export DXF file.'))
  6938. return
  6939. def import_svg(self, filename, geo_type='geometry', outname=None, plot=True):
  6940. """
  6941. Adds a new Geometry Object to the projects and populates
  6942. it with shapes extracted from the SVG file.
  6943. :param plot: If True then the resulting object will be plotted on canvas
  6944. :param filename: Path to the SVG file.
  6945. :param geo_type: Type of FlatCAM object that will be created from SVG
  6946. :param outname: The name given to the resulting FlatCAM object
  6947. :return:
  6948. """
  6949. self.defaults.report_usage("import_svg()")
  6950. log.debug("App.import_svg()")
  6951. obj_type = ""
  6952. if geo_type is None or geo_type == "geometry":
  6953. obj_type = "geometry"
  6954. elif geo_type == "gerber":
  6955. obj_type = "gerber"
  6956. else:
  6957. self.inform.emit('[ERROR_NOTCL] %s' %
  6958. _("Not supported type is picked as parameter. Only Geometry and Gerber are supported"))
  6959. return
  6960. units = self.defaults['units'].upper()
  6961. def obj_init(geo_obj, app_obj):
  6962. geo_obj.import_svg(filename, obj_type, units=units)
  6963. geo_obj.multigeo = False
  6964. geo_obj.source_file = self.export_gerber(obj_name=name, filename=None, local_use=geo_obj, use_thread=False)
  6965. with self.proc_container.new(_("Importing SVG")) as proc:
  6966. # Object name
  6967. name = outname or filename.split('/')[-1].split('\\')[-1]
  6968. ret = self.app_obj.new_object(obj_type, name, obj_init, autoselected=False, plot=plot)
  6969. if ret == 'fail':
  6970. self.inform.emit('[ERROR_NOTCL]%s' % _('Import failed.'))
  6971. return 'fail'
  6972. # Register recent file
  6973. self.file_opened.emit("svg", filename)
  6974. # appGUI feedback
  6975. self.inform.emit('[success] %s: %s' % (_("Opened"), filename))
  6976. def import_dxf(self, filename, geo_type='geometry', outname=None, plot=True):
  6977. """
  6978. Adds a new Geometry Object to the projects and populates
  6979. it with shapes extracted from the DXF file.
  6980. :param filename: Path to the DXF file.
  6981. :param geo_type: Type of FlatCAM object that will be created from DXF
  6982. :param outname: Name for the imported Geometry
  6983. :param plot: If True then the resulting object will be plotted on canvas
  6984. :return:
  6985. """
  6986. self.defaults.report_usage("import_dxf()")
  6987. obj_type = ""
  6988. if geo_type is None or geo_type == "geometry":
  6989. obj_type = "geometry"
  6990. elif geo_type == "gerber":
  6991. obj_type = geo_type
  6992. else:
  6993. self.inform.emit('[ERROR_NOTCL] %s' %
  6994. _("Not supported type is picked as parameter. Only Geometry and Gerber are supported"))
  6995. return
  6996. units = self.defaults['units'].upper()
  6997. def obj_init(geo_obj, app_obj):
  6998. geo_obj.import_dxf(filename, obj_type, units=units)
  6999. geo_obj.multigeo = False
  7000. with self.proc_container.new(_("Importing DXF")):
  7001. # Object name
  7002. name = outname or filename.split('/')[-1].split('\\')[-1]
  7003. ret = self.app_obj.new_object(obj_type, name, obj_init, autoselected=False, plot=plot)
  7004. if ret == 'fail':
  7005. self.inform.emit('[ERROR_NOTCL]%s' % _('Import failed.'))
  7006. return 'fail'
  7007. # Register recent file
  7008. self.file_opened.emit("dxf", filename)
  7009. # appGUI feedback
  7010. self.inform.emit('[success] %s: %s' % (_("Opened"), filename))
  7011. def open_gerber(self, filename, outname=None, plot=True, from_tcl=False):
  7012. """
  7013. Opens a Gerber file, parses it and creates a new object for
  7014. it in the program. Thread-safe.
  7015. :param outname: Name of the resulting object. None causes the
  7016. name to be that of the file. Str.
  7017. :param filename: Gerber file filename
  7018. :type filename: str
  7019. :param plot: boolean, to plot or not the resulting object
  7020. :param from_tcl: True if run from Tcl Shell
  7021. :return: None
  7022. """
  7023. # How the object should be initialized
  7024. def obj_init(gerber_obj, app_obj):
  7025. assert isinstance(gerber_obj, GerberObject), \
  7026. "Expected to initialize a GerberObject but got %s" % type(gerber_obj)
  7027. # Opening the file happens here
  7028. try:
  7029. gerber_obj.parse_file(filename)
  7030. except IOError:
  7031. app_obj.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Failed to open file"), filename))
  7032. return "fail"
  7033. except ParseError as err:
  7034. app_obj.inform.emit('[ERROR_NOTCL] %s: %s. %s' % (_("Failed to parse file"), filename, str(err)))
  7035. app_obj.log.error(str(err))
  7036. return "fail"
  7037. except Exception as e:
  7038. log.debug("App.open_gerber() --> %s" % str(e))
  7039. msg = '[ERROR] %s' % _("An internal error has occurred. See shell.\n")
  7040. msg += traceback.format_exc()
  7041. app_obj.inform.emit(msg)
  7042. return "fail"
  7043. if gerber_obj.is_empty():
  7044. app_obj.inform.emit('[ERROR_NOTCL] %s' %
  7045. _("Object is not Gerber file or empty. Aborting object creation."))
  7046. return "fail"
  7047. App.log.debug("open_gerber()")
  7048. with self.proc_container.new(_("Opening Gerber")):
  7049. # Object name
  7050. name = outname or filename.split('/')[-1].split('\\')[-1]
  7051. # # ## Object creation # ##
  7052. ret_val = self.app_obj.new_object("gerber", name, obj_init, autoselected=False, plot=plot)
  7053. if ret_val == 'fail':
  7054. if from_tcl:
  7055. filename = self.defaults['global_tcl_path'] + '/' + name
  7056. ret_val = self.app_obj.new_object("gerber", name, obj_init, autoselected=False, plot=plot)
  7057. if ret_val == 'fail':
  7058. self.inform.emit('[ERROR_NOTCL]%s' % _('Open Gerber failed. Probable not a Gerber file.'))
  7059. return 'fail'
  7060. # Register recent file
  7061. self.file_opened.emit("gerber", filename)
  7062. # appGUI feedback
  7063. self.inform.emit('[success] %s: %s' % (_("Opened"), filename))
  7064. def open_excellon(self, filename, outname=None, plot=True, from_tcl=False):
  7065. """
  7066. Opens an Excellon file, parses it and creates a new object for
  7067. it in the program. Thread-safe.
  7068. :param outname: Name of the resulting object. None causes the name to be that of the file.
  7069. :param filename: Excellon file filename
  7070. :type filename: str
  7071. :param plot: boolean, to plot or not the resulting object
  7072. :param from_tcl: True if run from Tcl Shell
  7073. :return: None
  7074. """
  7075. App.log.debug("open_excellon()")
  7076. # How the object should be initialized
  7077. def obj_init(excellon_obj, app_obj):
  7078. try:
  7079. ret = excellon_obj.parse_file(filename=filename)
  7080. if ret == "fail":
  7081. log.debug("Excellon parsing failed.")
  7082. self.inform.emit('[ERROR_NOTCL] %s' %
  7083. _("This is not Excellon file."))
  7084. return "fail"
  7085. except IOError:
  7086. app_obj.inform.emit('[ERROR_NOTCL] %s: %s' %
  7087. (_("Cannot open file"), filename))
  7088. log.debug("Could not open Excellon object.")
  7089. return "fail"
  7090. except Exception:
  7091. msg = '[ERROR_NOTCL] %s' % \
  7092. _("An internal error has occurred. See shell.\n")
  7093. msg += traceback.format_exc()
  7094. app_obj.inform.emit(msg)
  7095. return "fail"
  7096. ret = excellon_obj.create_geometry()
  7097. if ret == 'fail':
  7098. log.debug("Could not create geometry for Excellon object.")
  7099. return "fail"
  7100. for tool in excellon_obj.tools:
  7101. if excellon_obj.tools[tool]['solid_geometry']:
  7102. return
  7103. app_obj.inform.emit('[ERROR_NOTCL] %s: %s' % (_("No geometry found in file"), filename))
  7104. return "fail"
  7105. with self.proc_container.new(_("Opening Excellon.")):
  7106. # Object name
  7107. name = outname or filename.split('/')[-1].split('\\')[-1]
  7108. ret_val = self.app_obj.new_object("excellon", name, obj_init, autoselected=False, plot=plot)
  7109. if ret_val == 'fail':
  7110. if from_tcl:
  7111. filename = self.defaults['global_tcl_path'] + '/' + name
  7112. ret_val = self.app_obj.new_object("excellon", name, obj_init, autoselected=False, plot=plot)
  7113. if ret_val == 'fail':
  7114. self.inform.emit('[ERROR_NOTCL] %s' %
  7115. _('Open Excellon file failed. Probable not an Excellon file.'))
  7116. return
  7117. # Register recent file
  7118. self.file_opened.emit("excellon", filename)
  7119. # appGUI feedback
  7120. self.inform.emit('[success] %s: %s' % (_("Opened"), filename))
  7121. def open_gcode(self, filename, outname=None, force_parsing=None, plot=True, from_tcl=False):
  7122. """
  7123. Opens a G-gcode file, parses it and creates a new object for
  7124. it in the program. Thread-safe.
  7125. :param filename: G-code file filename
  7126. :param outname: Name of the resulting object. None causes the name to be that of the file.
  7127. :param force_parsing:
  7128. :param plot: If True plot the object on canvas
  7129. :param from_tcl: True if run from Tcl Shell
  7130. :return: None
  7131. """
  7132. App.log.debug("open_gcode()")
  7133. # How the object should be initialized
  7134. def obj_init(job_obj, app_obj_):
  7135. """
  7136. :param job_obj: the resulting object
  7137. :type app_obj_: App
  7138. """
  7139. assert isinstance(app_obj_, App), \
  7140. "Initializer expected App, got %s" % type(app_obj_)
  7141. app_obj_.inform.emit('%s...' % _("Reading GCode file"))
  7142. try:
  7143. f = open(filename)
  7144. gcode = f.read()
  7145. f.close()
  7146. except IOError:
  7147. app_obj_.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Failed to open"), filename))
  7148. return "fail"
  7149. job_obj.gcode = gcode
  7150. gcode_ret = job_obj.gcode_parse(force_parsing=force_parsing)
  7151. if gcode_ret == "fail":
  7152. self.inform.emit('[ERROR_NOTCL] %s' % _("This is not GCODE"))
  7153. return "fail"
  7154. job_obj.create_geometry()
  7155. with self.proc_container.new(_("Opening G-Code.")):
  7156. # Object name
  7157. name = outname or filename.split('/')[-1].split('\\')[-1]
  7158. # New object creation and file processing
  7159. ret_val = self.app_obj.new_object("cncjob", name, obj_init, autoselected=False, plot=plot)
  7160. if ret_val == 'fail':
  7161. if from_tcl:
  7162. filename = self.defaults['global_tcl_path'] + '/' + name
  7163. ret_val = self.app_obj.new_object("cncjob", name, obj_init, autoselected=False, plot=plot)
  7164. if ret_val == 'fail':
  7165. self.inform.emit('[ERROR_NOTCL] %s' %
  7166. _("Failed to create CNCJob Object. Probable not a GCode file. "
  7167. "Try to load it from File menu.\n "
  7168. "Attempting to create a FlatCAM CNCJob Object from "
  7169. "G-Code file failed during processing"))
  7170. return "fail"
  7171. # Register recent file
  7172. self.file_opened.emit("cncjob", filename)
  7173. # appGUI feedback
  7174. self.inform.emit('[success] %s: %s' % (_("Opened"), filename))
  7175. def open_hpgl2(self, filename, outname=None):
  7176. """
  7177. Opens a HPGL2 file, parses it and creates a new object for
  7178. it in the program. Thread-safe.
  7179. :param outname: Name of the resulting object. None causes the name to be that of the file.
  7180. :param filename: HPGL2 file filename
  7181. :return: None
  7182. """
  7183. filename = filename
  7184. # How the object should be initialized
  7185. def obj_init(geo_obj, app_obj):
  7186. assert isinstance(geo_obj, GeometryObject), \
  7187. "Expected to initialize a GeometryObject but got %s" % type(geo_obj)
  7188. # Opening the file happens here
  7189. obj = HPGL2(self)
  7190. try:
  7191. HPGL2.parse_file(obj, filename)
  7192. except IOError:
  7193. app_obj.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Failed to open file"), filename))
  7194. return "fail"
  7195. except ParseError as err:
  7196. app_obj.inform.emit('[ERROR_NOTCL] %s: %s. %s' % (_("Failed to parse file"), filename, str(err)))
  7197. app_obj.log.error(str(err))
  7198. return "fail"
  7199. except Exception as e:
  7200. log.debug("App.open_hpgl2() --> %s" % str(e))
  7201. msg = '[ERROR] %s' % _("An internal error has occurred. See shell.\n")
  7202. msg += traceback.format_exc()
  7203. app_obj.inform.emit(msg)
  7204. return "fail"
  7205. geo_obj.multigeo = True
  7206. geo_obj.solid_geometry = deepcopy(obj.solid_geometry)
  7207. geo_obj.tools = deepcopy(obj.tools)
  7208. geo_obj.source_file = deepcopy(obj.source_file)
  7209. del obj
  7210. if not geo_obj.solid_geometry:
  7211. app_obj.inform.emit('[ERROR_NOTCL] %s' %
  7212. _("Object is not HPGL2 file or empty. Aborting object creation."))
  7213. return "fail"
  7214. App.log.debug("open_hpgl2()")
  7215. with self.proc_container.new(_("Opening HPGL2")):
  7216. # Object name
  7217. name = outname or filename.split('/')[-1].split('\\')[-1]
  7218. # # ## Object creation # ##
  7219. ret = self.app_obj.new_object("geometry", name, obj_init, autoselected=False)
  7220. if ret == 'fail':
  7221. self.inform.emit('[ERROR_NOTCL]%s' % _(' Open HPGL2 failed. Probable not a HPGL2 file.'))
  7222. return 'fail'
  7223. # Register recent file
  7224. self.file_opened.emit("geometry", filename)
  7225. # appGUI feedback
  7226. self.inform.emit('[success] %s: %s' % (_("Opened"), filename))
  7227. def open_script(self, filename, outname=None, silent=False):
  7228. """
  7229. Opens a Script file, parses it and creates a new object for
  7230. it in the program. Thread-safe.
  7231. :param outname: Name of the resulting object. None causes the name to be that of the file.
  7232. :param filename: Script file filename
  7233. :param silent: If True there will be no messages printed to StatusBar
  7234. :return: None
  7235. """
  7236. def obj_init(script_obj, app_obj):
  7237. assert isinstance(script_obj, ScriptObject), \
  7238. "Expected to initialize a ScriptObject but got %s" % type(script_obj)
  7239. if silent is False:
  7240. app_obj.inform.emit('[success] %s' % _("TCL script file opened in Code Editor."))
  7241. try:
  7242. script_obj.parse_file(filename)
  7243. except IOError:
  7244. app_obj.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Failed to open file"), filename))
  7245. return "fail"
  7246. except ParseError as err:
  7247. app_obj.inform.emit('[ERROR_NOTCL] %s: %s. %s' % (_("Failed to parse file"), filename, str(err)))
  7248. app_obj.log.error(str(err))
  7249. return "fail"
  7250. except Exception as e:
  7251. log.debug("App.open_script() -> %s" % str(e))
  7252. msg = '[ERROR] %s' % _("An internal error has occurred. See shell.\n")
  7253. msg += traceback.format_exc()
  7254. app_obj.inform.emit(msg)
  7255. return "fail"
  7256. App.log.debug("open_script()")
  7257. with self.proc_container.new(_("Opening TCL Script...")):
  7258. # Object name
  7259. script_name = outname or filename.split('/')[-1].split('\\')[-1]
  7260. # Object creation
  7261. ret_val = self.app_obj.new_object("script", script_name, obj_init, autoselected=False, plot=False)
  7262. if ret_val == 'fail':
  7263. filename = self.defaults['global_tcl_path'] + '/' + script_name
  7264. ret_val = self.app_obj.new_object("script", script_name, obj_init, autoselected=False, plot=False)
  7265. if ret_val == 'fail':
  7266. self.inform.emit('[ERROR_NOTCL]%s' % _('Failed to open TCL Script.'))
  7267. return 'fail'
  7268. # Register recent file
  7269. self.file_opened.emit("script", filename)
  7270. # appGUI feedback
  7271. self.inform.emit('[success] %s: %s' % (_("Opened"), filename))
  7272. def open_config_file(self, filename, run_from_arg=None):
  7273. """
  7274. Loads a config file from the specified file.
  7275. :param filename: Name of the file from which to load.
  7276. :param run_from_arg: if True the FlatConfig file will be open as an command line argument
  7277. :return: None
  7278. """
  7279. App.log.debug("Opening config file: " + filename)
  7280. if run_from_arg:
  7281. self.splash.showMessage('%s: %ssec\n%s' % (_("Canvas initialization started.\n"
  7282. "Canvas initialization finished in"), '%.2f' % self.used_time,
  7283. _("Opening FlatCAM Config file.")),
  7284. alignment=Qt.AlignBottom | Qt.AlignLeft,
  7285. color=QtGui.QColor("gray"))
  7286. # # add the tab if it was closed
  7287. # self.ui.plot_tab_area.addTab(self.ui.text_editor_tab, _("Code Editor"))
  7288. # # first clear previous text in text editor (if any)
  7289. # self.ui.text_editor_tab.code_editor.clear()
  7290. #
  7291. # # Switch plot_area to CNCJob tab
  7292. # self.ui.plot_tab_area.setCurrentWidget(self.ui.text_editor_tab)
  7293. # close the Code editor if already open
  7294. if self.toggle_codeeditor:
  7295. self.on_toggle_code_editor()
  7296. self.on_toggle_code_editor()
  7297. try:
  7298. if filename:
  7299. f = QtCore.QFile(filename)
  7300. if f.open(QtCore.QIODevice.ReadOnly):
  7301. stream = QtCore.QTextStream(f)
  7302. code_edited = stream.readAll()
  7303. self.text_editor_tab.code_editor.setPlainText(code_edited)
  7304. f.close()
  7305. except IOError:
  7306. App.log.error("Failed to open config file: %s" % filename)
  7307. self.inform.emit('[ERROR_NOTCL] %s: %s' %
  7308. (_("Failed to open config file"), filename))
  7309. return
  7310. def open_project(self, filename, run_from_arg=None, plot=True, cli=None, from_tcl=False):
  7311. """
  7312. Loads a project from the specified file.
  7313. 1) Loads and parses file
  7314. 2) Registers the file as recently opened.
  7315. 3) Calls on_file_new()
  7316. 4) Updates options
  7317. 5) Calls app_obj.new_object() with the object's from_dict() as init method.
  7318. 6) Calls plot_all() if plot=True
  7319. :param filename: Name of the file from which to load.
  7320. :param run_from_arg: True if run for arguments
  7321. :param plot: If True plot all objects in the project
  7322. :param cli: Run from command line
  7323. :param from_tcl: True if run from Tcl Sehll
  7324. :return: None
  7325. """
  7326. App.log.debug("Opening project: " + filename)
  7327. # block autosaving while a project is loaded
  7328. self.block_autosave = True
  7329. # for some reason, setting ui_title does not work when this method is called from Tcl Shell
  7330. # it's because the TclCommand is run in another thread (it inherit TclCommandSignaled)
  7331. if cli is None:
  7332. self.set_ui_title(name=_("Loading Project ... Please Wait ..."))
  7333. if run_from_arg:
  7334. self.splash.showMessage('%s: %ssec\n%s' % (_("Canvas initialization started.\n"
  7335. "Canvas initialization finished in"), '%.2f' % self.used_time,
  7336. _("Opening FlatCAM Project file.")),
  7337. alignment=Qt.AlignBottom | Qt.AlignLeft,
  7338. color=QtGui.QColor("gray"))
  7339. # Open and parse an uncompressed Project file
  7340. try:
  7341. f = open(filename, 'r')
  7342. except IOError:
  7343. if from_tcl:
  7344. name = filename.split('/')[-1].split('\\')[-1]
  7345. filename = self.defaults['global_tcl_path'] + '/' + name
  7346. try:
  7347. f = open(filename, 'r')
  7348. except IOError:
  7349. log.error("Failed to open project file: %s" % filename)
  7350. self.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Failed to open project file"), filename))
  7351. return
  7352. else:
  7353. log.error("Failed to open project file: %s" % filename)
  7354. self.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Failed to open project file"), filename))
  7355. return
  7356. try:
  7357. d = json.load(f, object_hook=dict2obj)
  7358. except Exception as e:
  7359. log.error("Failed to parse project file, trying to see if it loads as an LZMA archive: %s because %s" %
  7360. (filename, str(e)))
  7361. f.close()
  7362. # Open and parse a compressed Project file
  7363. try:
  7364. with lzma.open(filename) as f:
  7365. file_content = f.read().decode('utf-8')
  7366. d = json.loads(file_content, object_hook=dict2obj)
  7367. except Exception as e:
  7368. App.log.error("Failed to open project file: %s with error: %s" % (filename, str(e)))
  7369. self.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Failed to open project file"), filename))
  7370. return
  7371. # Clear the current project
  7372. # # NOT THREAD SAFE # ##
  7373. if run_from_arg is True:
  7374. pass
  7375. elif cli is True:
  7376. self.delete_selection_shape()
  7377. else:
  7378. self.on_file_new()
  7379. # Project options
  7380. self.options.update(d['options'])
  7381. self.project_filename = filename
  7382. # for some reason, setting ui_title does not work when this method is called from Tcl Shell
  7383. # it's because the TclCommand is run in another thread (it inherit TclCommandSignaled)
  7384. if cli is None:
  7385. self.set_screen_units(self.options["units"])
  7386. # Re create objects
  7387. App.log.debug(" **************** Started PROEJCT loading... **************** ")
  7388. for obj in d['objs']:
  7389. try:
  7390. def obj_init(obj_inst, app_inst):
  7391. obj_inst.from_dict(obj)
  7392. App.log.debug("Recreating from opened project an %s object: %s" %
  7393. (obj['kind'].capitalize(), obj['options']['name']))
  7394. # for some reason, setting ui_title does not work when this method is called from Tcl Shell
  7395. # it's because the TclCommand is run in another thread (it inherit TclCommandSignaled)
  7396. if cli is None:
  7397. self.set_ui_title(name="{} {}: {}".format(_("Loading Project ... restoring"),
  7398. obj['kind'].upper(),
  7399. obj['options']['name']
  7400. )
  7401. )
  7402. self.app_obj.new_object(obj['kind'], obj['options']['name'], obj_init, plot=plot)
  7403. except Exception as e:
  7404. print('App.open_project() --> ' + str(e))
  7405. self.inform.emit('[success] %s: %s' % (_("Project loaded from"), filename))
  7406. self.should_we_save = False
  7407. self.file_opened.emit("project", filename)
  7408. # restore autosaving after a project was loaded
  7409. self.block_autosave = False
  7410. # for some reason, setting ui_title does not work when this method is called from Tcl Shell
  7411. # it's because the TclCommand is run in another thread (it inherit TclCommandSignaled)
  7412. if cli is None:
  7413. self.set_ui_title(name=self.project_filename)
  7414. App.log.debug(" **************** Finished PROJECT loading... **************** ")
  7415. def plot_all(self, fit_view=True, muted=False, use_thread=True):
  7416. """
  7417. Re-generates all plots from all objects.
  7418. :param fit_view: if True will plot the objects and will adjust the zoom to fit all plotted objects into view
  7419. :param muted: if True don't print messages
  7420. :param use_thread: if True will use threading for plotting the objects
  7421. :return: None
  7422. """
  7423. self.log.debug("Plot_all()")
  7424. if muted is not True:
  7425. self.inform[str, bool].emit('%s...' % _("Redrawing all objects"), False)
  7426. for plot_obj in self.collection.get_list():
  7427. def worker_task(obj):
  7428. with self.proc_container.new("Plotting"):
  7429. obj.plot(kind=self.defaults["cncjob_plot_kind"])
  7430. if fit_view is True:
  7431. self.app_obj.object_plotted.emit(obj)
  7432. if use_thread is True:
  7433. # Send to worker
  7434. self.worker_task.emit({'fcn': worker_task, 'params': [plot_obj]})
  7435. else:
  7436. worker_task(plot_obj)
  7437. def register_folder(self, filename):
  7438. """
  7439. Register the last folder used by the app to open something
  7440. :param filename: the last folder is extracted from the filename
  7441. :return: None
  7442. """
  7443. self.defaults["global_last_folder"] = os.path.split(str(filename))[0]
  7444. def register_save_folder(self, filename):
  7445. """
  7446. Register the last folder used by the app to save something
  7447. :param filename: the last folder is extracted from the filename
  7448. :return: None
  7449. """
  7450. self.defaults["global_last_save_folder"] = os.path.split(str(filename))[0]
  7451. # def set_progress_bar(self, percentage, text=""):
  7452. # """
  7453. # Set a progress bar to a value (percentage)
  7454. #
  7455. # :param percentage: Value set to the progressbar
  7456. # :param text: Not used
  7457. # :return: None
  7458. # """
  7459. # self.ui.progress_bar.setValue(int(percentage))
  7460. def setup_recent_items(self):
  7461. """
  7462. Setup a dictionary with the recent files accessed, organized by type
  7463. :return:
  7464. """
  7465. icons = {
  7466. "gerber": self.resource_location + "/flatcam_icon16.png",
  7467. "excellon": self.resource_location + "/drill16.png",
  7468. 'geometry': self.resource_location + "/geometry16.png",
  7469. "cncjob": self.resource_location + "/cnc16.png",
  7470. "script": self.resource_location + "/script_new24.png",
  7471. "document": self.resource_location + "/notes16_1.png",
  7472. "project": self.resource_location + "/project16.png",
  7473. "svg": self.resource_location + "/geometry16.png",
  7474. "dxf": self.resource_location + "/dxf16.png",
  7475. "pdf": self.resource_location + "/pdf32.png",
  7476. "image": self.resource_location + "/image16.png"
  7477. }
  7478. try:
  7479. image_opener = self.image_tool.import_image
  7480. except AttributeError:
  7481. image_opener = None
  7482. openers = {
  7483. 'gerber': lambda fname: self.worker_task.emit({'fcn': self.open_gerber, 'params': [fname]}),
  7484. 'excellon': lambda fname: self.worker_task.emit({'fcn': self.open_excellon, 'params': [fname]}),
  7485. 'geometry': lambda fname: self.worker_task.emit({'fcn': self.import_dxf, 'params': [fname]}),
  7486. 'cncjob': lambda fname: self.worker_task.emit({'fcn': self.open_gcode, 'params': [fname]}),
  7487. "script": lambda fname: self.worker_task.emit({'fcn': self.open_script, 'params': [fname]}),
  7488. "document": None,
  7489. 'project': self.open_project,
  7490. 'svg': self.import_svg,
  7491. 'dxf': self.import_dxf,
  7492. 'image': image_opener,
  7493. 'pdf': lambda fname: self.worker_task.emit({'fcn': self.pdf_tool.open_pdf, 'params': [fname]})
  7494. }
  7495. # Open recent file for files
  7496. try:
  7497. f = open(self.data_path + '/recent.json')
  7498. except IOError:
  7499. App.log.error("Failed to load recent item list.")
  7500. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed to load recent item list."))
  7501. return
  7502. try:
  7503. self.recent = json.load(f)
  7504. except json.errors.JSONDecodeError:
  7505. App.log.error("Failed to parse recent item list.")
  7506. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed to parse recent item list."))
  7507. f.close()
  7508. return
  7509. f.close()
  7510. # Open recent file for projects
  7511. try:
  7512. fp = open(self.data_path + '/recent_projects.json')
  7513. except IOError:
  7514. App.log.error("Failed to load recent project item list.")
  7515. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed to load recent projects item list."))
  7516. return
  7517. try:
  7518. self.recent_projects = json.load(fp)
  7519. except json.errors.JSONDecodeError:
  7520. App.log.error("Failed to parse recent project item list.")
  7521. self.inform.emit('[ERROR_NOTCL] %s' % _("Failed to parse recent project item list."))
  7522. fp.close()
  7523. return
  7524. fp.close()
  7525. # Closure needed to create callbacks in a loop.
  7526. # Otherwise late binding occurs.
  7527. def make_callback(func, fname):
  7528. def opener():
  7529. func(fname)
  7530. return opener
  7531. def reset_recent_files():
  7532. # Reset menu
  7533. self.ui.recent.clear()
  7534. self.recent = []
  7535. try:
  7536. ff = open(self.data_path + '/recent.json', 'w')
  7537. except IOError:
  7538. App.log.error("Failed to open recent items file for writing.")
  7539. return
  7540. json.dump(self.recent, ff)
  7541. def reset_recent_projects():
  7542. # Reset menu
  7543. self.ui.recent_projects.clear()
  7544. self.recent_projects = []
  7545. try:
  7546. frp = open(self.data_path + '/recent_projects.json', 'w')
  7547. except IOError:
  7548. App.log.error("Failed to open recent projects items file for writing.")
  7549. return
  7550. json.dump(self.recent, frp)
  7551. # Reset menu
  7552. self.ui.recent.clear()
  7553. self.ui.recent_projects.clear()
  7554. # Create menu items for projects
  7555. for recent in self.recent_projects:
  7556. filename = recent['filename'].split('/')[-1].split('\\')[-1]
  7557. if recent['kind'] == 'project':
  7558. try:
  7559. action = QtWidgets.QAction(QtGui.QIcon(icons[recent["kind"]]), filename, self)
  7560. # Attach callback
  7561. o = make_callback(openers[recent["kind"]], recent['filename'])
  7562. action.triggered.connect(o)
  7563. self.ui.recent_projects.addAction(action)
  7564. except KeyError:
  7565. App.log.error("Unsupported file type: %s" % recent["kind"])
  7566. # Last action in Recent Files menu is one that Clear the content
  7567. clear_action_proj = QtWidgets.QAction(QtGui.QIcon(self.resource_location + '/trash32.png'),
  7568. (_("Clear Recent projects")), self)
  7569. clear_action_proj.triggered.connect(reset_recent_projects)
  7570. self.ui.recent_projects.addSeparator()
  7571. self.ui.recent_projects.addAction(clear_action_proj)
  7572. # Create menu items for files
  7573. for recent in self.recent:
  7574. filename = recent['filename'].split('/')[-1].split('\\')[-1]
  7575. if recent['kind'] != 'project':
  7576. try:
  7577. action = QtWidgets.QAction(QtGui.QIcon(icons[recent["kind"]]), filename, self)
  7578. # Attach callback
  7579. o = make_callback(openers[recent["kind"]], recent['filename'])
  7580. action.triggered.connect(o)
  7581. self.ui.recent.addAction(action)
  7582. except KeyError:
  7583. App.log.error("Unsupported file type: %s" % recent["kind"])
  7584. # Last action in Recent Files menu is one that Clear the content
  7585. clear_action = QtWidgets.QAction(QtGui.QIcon(self.resource_location + '/trash32.png'),
  7586. (_("Clear Recent files")), self)
  7587. clear_action.triggered.connect(reset_recent_files)
  7588. self.ui.recent.addSeparator()
  7589. self.ui.recent.addAction(clear_action)
  7590. # self.builder.get_object('open_recent').set_submenu(recent_menu)
  7591. # self.ui.menufilerecent.set_submenu(recent_menu)
  7592. # recent_menu.show_all()
  7593. # self.ui.recent.show()
  7594. self.log.debug("Recent items list has been populated.")
  7595. def setup_component_editor(self):
  7596. """
  7597. Default text for the Selected tab when is not taken by the Object UI.
  7598. :return:
  7599. """
  7600. # label = QtWidgets.QLabel("Choose an item from Project")
  7601. # label.setAlignment(QtCore.Qt.AlignHCenter | QtCore.Qt.AlignVCenter)
  7602. sel_title = QtWidgets.QTextEdit(
  7603. _('<b>Shortcut Key List</b>'))
  7604. sel_title.setTextInteractionFlags(QtCore.Qt.NoTextInteraction)
  7605. sel_title.setFrameStyle(QtWidgets.QFrame.NoFrame)
  7606. f_settings = QSettings("Open Source", "FlatCAM")
  7607. if f_settings.contains("notebook_font_size"):
  7608. fsize = f_settings.value('notebook_font_size', type=int)
  7609. else:
  7610. fsize = 12
  7611. tsize = fsize + int(fsize / 2)
  7612. # selected_text = (_('''
  7613. # <p><span style="font-size:{tsize}px"><strong>Selected Tab - Choose an Item from Project Tab</strong></span>
  7614. # </p>
  7615. #
  7616. # <p><span style="font-size:{fsize}px"><strong>Details</strong>:<br />
  7617. # The normal flow when working in FlatCAM is the following:</span></p>
  7618. #
  7619. # <ol>
  7620. # <li><span style="font-size:{fsize}px">Loat/Import a Gerber, Excellon, Gcode, DXF, Raster Image or SVG
  7621. # file into
  7622. # FlatCAM using either the menu&#39;s, toolbars, key shortcuts or
  7623. # even dragging and dropping the files on the appGUI.<br />
  7624. # <br />
  7625. # You can also load a <strong>FlatCAM project</strong> by double clicking on the project file, drag &amp;
  7626. # drop of the
  7627. # file into the FLATCAM appGUI or through the menu/toolbar links offered within the app.</span><br />
  7628. # &nbsp;</li>
  7629. # <li><span style="font-size:{fsize}px">Once an object is available in the Project Tab, by selecting it
  7630. # and then
  7631. # focusing on <strong>SELECTED TAB </strong>(more simpler is to double click the object name in the
  7632. # Project Tab), <strong>SELECTED TAB </strong>will be updated with the object properties according to
  7633. # it&#39;s kind: Gerber, Excellon, Geometry or CNCJob object.<br />
  7634. # <br />
  7635. # If the selection of the object is done on the canvas by single click instead, and the
  7636. # <strong>SELECTED TAB</strong>
  7637. # is in focus, again the object properties will be displayed into the Selected Tab. Alternatively,
  7638. # double clicking on the object on the canvas will bring the <strong>SELECTED TAB</strong> and populate
  7639. # it even if it was out of focus.<br />
  7640. # <br />
  7641. # You can change the parameters in this screen and the flow direction is like this:<br />
  7642. # <br />
  7643. # <strong>Gerber/Excellon Object</strong> -&gt; Change Param -&gt; Generate Geometry -&gt;
  7644. # <strong> Geometry Object
  7645. # </strong>-&gt; Add tools (change param in Selected Tab) -&gt; Generate CNCJob -&gt;<strong> CNCJob Object
  7646. # </strong>-&gt; Verify GCode (through Edit CNC Code) and/or append/prepend to GCode (again, done in
  7647. # <strong>SELECTED TAB)&nbsp;</strong>-&gt; Save GCode</span></li>
  7648. # </ol>
  7649. #
  7650. # <p><span style="font-size:{fsize}px">A list of key shortcuts is available through an menu entry in
  7651. # <strong>Help -&gt; Shortcuts List</strong>&nbsp;or through it&#39;s own key shortcut:
  7652. # <strong>F3</strong>.</span></p>
  7653. #
  7654. # ''').format(fsize=fsize, tsize=tsize))
  7655. selected_text = '''
  7656. <p><span style="font-size:{tsize}px"><strong>{title}</strong></span></p>
  7657. <p><span style="font-size:{fsize}px"><strong>{subtitle}</strong>:<br />
  7658. {s1}</span></p>
  7659. <ol>
  7660. <li><span style="font-size:{fsize}px">{s2}<br />
  7661. <br />
  7662. {s3}</span><br />
  7663. &nbsp;</li>
  7664. <li><span style="font-size:{fsize}px">{s4}<br />
  7665. &nbsp;</li>
  7666. <br />
  7667. <li><span style="font-size:{fsize}px">{s5}<br />
  7668. &nbsp;</li>
  7669. <br />
  7670. <li><span style="font-size:{fsize}px">{s6}<br />
  7671. <br />
  7672. {s7}</span></li>
  7673. </ol>
  7674. <p><span style="font-size:{fsize}px">{s8}</span></p>
  7675. '''.format(
  7676. title=_("Selected Tab - Choose an Item from Project Tab"),
  7677. subtitle=_("Details"),
  7678. s1=_("The normal flow when working with the application is the following:"),
  7679. s2=_("Load/Import a Gerber, Excellon, Gcode, DXF, Raster Image or SVG file into the application "
  7680. "using either the toolbars, key shortcuts or even dragging and dropping the "
  7681. "files on the GUI."),
  7682. s3=_("You can also load a project by double clicking on the project file, "
  7683. "drag and drop of the file into the GUI or through the menu (or toolbar) "
  7684. "actions offered within the app."),
  7685. s4=_("Once an object is available in the Project Tab, by selecting it and then focusing "
  7686. "on SELECTED TAB (more simpler is to double click the object name in the Project Tab, "
  7687. "SELECTED TAB will be updated with the object properties according to its kind: "
  7688. "Gerber, Excellon, Geometry or CNCJob object."),
  7689. s5=_("If the selection of the object is done on the canvas by single click instead, "
  7690. "and the SELECTED TAB is in focus, again the object properties will be displayed into the "
  7691. "Selected Tab. Alternatively, double clicking on the object on the canvas will bring "
  7692. "the SELECTED TAB and populate it even if it was out of focus."),
  7693. s6=_("You can change the parameters in this screen and the flow direction is like this:"),
  7694. s7=_("Gerber/Excellon Object --> Change Parameter --> Generate Geometry --> Geometry Object --> "
  7695. "Add tools (change param in Selected Tab) --> Generate CNCJob --> CNCJob Object --> "
  7696. "Verify GCode (through Edit CNC Code) and/or append/prepend to GCode "
  7697. "(again, done in SELECTED TAB) --> Save GCode."),
  7698. s8=_("A list of key shortcuts is available through an menu entry in Help --> Shortcuts List "
  7699. "or through its own key shortcut: <b>F3</b>."),
  7700. tsize=tsize,
  7701. fsize=fsize
  7702. )
  7703. sel_title.setText(selected_text)
  7704. sel_title.setSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding)
  7705. self.ui.selected_scroll_area.setWidget(sel_title)
  7706. def setup_obj_classes(self):
  7707. """
  7708. Sets up application specifics on the FlatCAMObj class. This way the object.app attribute will point to the App
  7709. class.
  7710. :return: None
  7711. """
  7712. FlatCAMObj.app = self
  7713. ObjectCollection.app = self
  7714. Gerber.app = self
  7715. Excellon.app = self
  7716. Geometry.app = self
  7717. CNCjob.app = self
  7718. FCProcess.app = self
  7719. FCProcessContainer.app = self
  7720. OptionsGroupUI.app = self
  7721. def version_check(self):
  7722. """
  7723. Checks for the latest version of the program. Alerts the
  7724. user if theirs is outdated. This method is meant to be run
  7725. in a separate thread.
  7726. :return: None
  7727. """
  7728. self.log.debug("version_check()")
  7729. if self.ui.general_defaults_form.general_app_group.send_stats_cb.get_value() is True:
  7730. full_url = "%s?s=%s&v=%s&os=%s&%s" % (
  7731. App.version_url,
  7732. str(self.defaults['global_serial']),
  7733. str(self.version),
  7734. str(self.os),
  7735. urllib.parse.urlencode(self.defaults["global_stats"])
  7736. )
  7737. # full_url = App.version_url + "?s=" + str(self.defaults['global_serial']) + \
  7738. # "&v=" + str(self.version) + "&os=" + str(self.os) + "&" + \
  7739. # urllib.parse.urlencode(self.defaults["global_stats"])
  7740. else:
  7741. # no_stats dict; just so it won't break things on website
  7742. no_ststs_dict = {}
  7743. no_ststs_dict["global_ststs"] = {}
  7744. full_url = App.version_url + "?s=" + str(self.defaults['global_serial']) + "&v=" + str(self.version)
  7745. full_url += "&os=" + str(self.os) + "&" + urllib.parse.urlencode(no_ststs_dict["global_ststs"])
  7746. App.log.debug("Checking for updates @ %s" % full_url)
  7747. # ## Get the data
  7748. try:
  7749. f = urllib.request.urlopen(full_url)
  7750. except Exception:
  7751. # App.log.warning("Failed checking for latest version. Could not connect.")
  7752. self.log.warning("Failed checking for latest version. Could not connect.")
  7753. self.inform.emit('[WARNING_NOTCL] %s' % _("Failed checking for latest version. Could not connect."))
  7754. return
  7755. try:
  7756. data = json.load(f)
  7757. except Exception as e:
  7758. App.log.error("Could not parse information about latest version.")
  7759. self.inform.emit('[ERROR_NOTCL] %s' % _("Could not parse information about latest version."))
  7760. App.log.debug("json.load(): %s" % str(e))
  7761. f.close()
  7762. return
  7763. f.close()
  7764. # ## Latest version?
  7765. if self.version >= data["version"]:
  7766. App.log.debug("FlatCAM is up to date!")
  7767. self.inform.emit('[success] %s' % _("FlatCAM is up to date!"))
  7768. return
  7769. App.log.debug("Newer version available.")
  7770. self.message.emit(
  7771. _("Newer Version Available"),
  7772. '%s<br><br>><b>%s</b><br>%s' % (
  7773. _("There is a newer version of FlatCAM available for download:"),
  7774. str(data["name"]),
  7775. str(data["message"])
  7776. ),
  7777. _("info")
  7778. )
  7779. def on_plotcanvas_setup(self, container=None):
  7780. """
  7781. This is doing the setup for the plot area (canvas).
  7782. :param container: QT Widget where to install the canvas
  7783. :return: None
  7784. """
  7785. if container:
  7786. plot_container = container
  7787. else:
  7788. plot_container = self.ui.right_layout
  7789. modifier = QtWidgets.QApplication.queryKeyboardModifiers()
  7790. if self.is_legacy is True or modifier == QtCore.Qt.ControlModifier:
  7791. self.is_legacy = True
  7792. self.defaults["global_graphic_engine"] = "2D"
  7793. self.plotcanvas = PlotCanvasLegacy(plot_container, self)
  7794. else:
  7795. try:
  7796. self.plotcanvas = PlotCanvas(plot_container, self)
  7797. except Exception as er:
  7798. msg_txt = traceback.format_exc()
  7799. log.debug("App.on_plotcanvas_setup() failed -> %s" % str(er))
  7800. log.debug("OpenGL canvas initialization failed with the following error.\n" + msg_txt)
  7801. msg = '[ERROR_NOTCL] %s' % _("An internal error has occurred. See shell.\n")
  7802. msg += _("OpenGL canvas initialization failed. HW or HW configuration not supported."
  7803. "Change the graphic engine to Legacy(2D) in Edit -> Preferences -> General tab.\n\n")
  7804. msg += msg_txt
  7805. self.inform.emit(msg)
  7806. return 'fail'
  7807. # So it can receive key presses
  7808. self.plotcanvas.native.setFocus()
  7809. if self.is_legacy is False:
  7810. pan_button = 2 if self.defaults["global_pan_button"] == '2' else 3
  7811. # Set the mouse button for panning
  7812. self.plotcanvas.view.camera.pan_button_setting = pan_button
  7813. self.mm = self.plotcanvas.graph_event_connect('mouse_move', self.on_mouse_move_over_plot)
  7814. self.mp = self.plotcanvas.graph_event_connect('mouse_press', self.on_mouse_click_over_plot)
  7815. self.mr = self.plotcanvas.graph_event_connect('mouse_release', self.on_mouse_click_release_over_plot)
  7816. self.mdc = self.plotcanvas.graph_event_connect('mouse_double_click', self.on_mouse_double_click_over_plot)
  7817. # Keys over plot enabled
  7818. self.kp = self.plotcanvas.graph_event_connect('key_press', self.ui.keyPressEvent)
  7819. if self.defaults['global_cursor_type'] == 'small':
  7820. self.app_cursor = self.plotcanvas.new_cursor()
  7821. else:
  7822. self.app_cursor = self.plotcanvas.new_cursor(big=True)
  7823. if self.ui.grid_snap_btn.isChecked():
  7824. self.app_cursor.enabled = True
  7825. else:
  7826. self.app_cursor.enabled = False
  7827. if self.is_legacy is False:
  7828. self.hover_shapes = ShapeCollection(parent=self.plotcanvas.view.scene, layers=1)
  7829. else:
  7830. # will use the default Matplotlib axes
  7831. self.hover_shapes = ShapeCollectionLegacy(obj=self, app=self, name='hover')
  7832. def on_zoom_fit(self):
  7833. """
  7834. Callback for zoom-fit request. This can be either from the corresponding
  7835. toolbar button or the '1' key when the canvas is focused. Calls ``self.adjust_axes()``
  7836. with axes limits from the geometry bounds of all objects.
  7837. :return: None
  7838. """
  7839. if self.is_legacy is False:
  7840. self.plotcanvas.fit_view()
  7841. else:
  7842. xmin, ymin, xmax, ymax = self.collection.get_bounds()
  7843. width = xmax - xmin
  7844. height = ymax - ymin
  7845. xmin -= 0.05 * width
  7846. xmax += 0.05 * width
  7847. ymin -= 0.05 * height
  7848. ymax += 0.05 * height
  7849. self.plotcanvas.adjust_axes(xmin, ymin, xmax, ymax)
  7850. def on_zoom_in(self):
  7851. """
  7852. Callback for zoom-in request.
  7853. :return:
  7854. """
  7855. self.plotcanvas.zoom(1 / float(self.defaults['global_zoom_ratio']))
  7856. def on_zoom_out(self):
  7857. """
  7858. Callback for zoom-out request.
  7859. :return:
  7860. """
  7861. self.plotcanvas.zoom(float(self.defaults['global_zoom_ratio']))
  7862. def disable_all_plots(self):
  7863. self.defaults.report_usage("disable_all_plots()")
  7864. self.disable_plots(self.collection.get_list())
  7865. self.inform.emit('[success] %s' %
  7866. _("All plots disabled."))
  7867. def disable_other_plots(self):
  7868. self.defaults.report_usage("disable_other_plots()")
  7869. self.disable_plots(self.collection.get_non_selected())
  7870. self.inform.emit('[success] %s' %
  7871. _("All non selected plots disabled."))
  7872. def enable_all_plots(self):
  7873. self.defaults.report_usage("enable_all_plots()")
  7874. self.enable_plots(self.collection.get_list())
  7875. self.inform.emit('[success] %s' %
  7876. _("All plots enabled."))
  7877. def on_enable_sel_plots(self):
  7878. log.debug("App.on_enable_sel_plot()")
  7879. object_list = self.collection.get_selected()
  7880. self.enable_plots(objects=object_list)
  7881. self.inform.emit('[success] %s' % _("Selected plots enabled..."))
  7882. def on_disable_sel_plots(self):
  7883. log.debug("App.on_disable_sel_plot()")
  7884. # self.inform.emit(_("Disabling plots ..."))
  7885. object_list = self.collection.get_selected()
  7886. self.disable_plots(objects=object_list)
  7887. self.inform.emit('[success] %s' % _("Selected plots disabled..."))
  7888. def enable_plots(self, objects):
  7889. """
  7890. Enable plots
  7891. :param objects: list of Objects to be enabled
  7892. :return:
  7893. """
  7894. log.debug("Enabling plots ...")
  7895. # self.inform.emit(_("Working ..."))
  7896. for obj in objects:
  7897. if obj.options['plot'] is False:
  7898. obj.options.set_change_callback(lambda x: None)
  7899. obj.options['plot'] = True
  7900. try:
  7901. # only the Gerber obj has on_plot_cb_click() method
  7902. obj.ui.plot_cb.stateChanged.disconnect(obj.on_plot_cb_click)
  7903. # disable this cb while disconnected,
  7904. # in case the operation takes time the user is not allowed to change it
  7905. obj.ui.plot_cb.setDisabled(True)
  7906. except AttributeError:
  7907. pass
  7908. obj.set_form_item("plot")
  7909. try:
  7910. obj.ui.plot_cb.stateChanged.connect(obj.on_plot_cb_click)
  7911. obj.ui.plot_cb.setDisabled(False)
  7912. except AttributeError:
  7913. pass
  7914. obj.options.set_change_callback(obj.on_options_change)
  7915. def worker_task(objs):
  7916. with self.proc_container.new(_("Enabling plots ...")):
  7917. for plot_obj in objs:
  7918. # obj.options['plot'] = True
  7919. if isinstance(plot_obj, CNCJobObject):
  7920. plot_obj.plot(visible=True, kind=self.defaults["cncjob_plot_kind"])
  7921. else:
  7922. plot_obj.plot(visible=True)
  7923. self.worker_task.emit({'fcn': worker_task, 'params': [objects]})
  7924. def disable_plots(self, objects):
  7925. """
  7926. Disables plots
  7927. :param objects: list of Objects to be disabled
  7928. :return:
  7929. """
  7930. # if no objects selected then do nothing
  7931. if not self.collection.get_selected():
  7932. return
  7933. log.debug("Disabling plots ...")
  7934. # self.inform.emit(_("Working ..."))
  7935. for obj in objects:
  7936. if obj.options['plot'] is True:
  7937. obj.options.set_change_callback(lambda x: None)
  7938. obj.options['plot'] = False
  7939. try:
  7940. # only the Gerber obj has on_plot_cb_click() method
  7941. obj.ui.plot_cb.stateChanged.disconnect(obj.on_plot_cb_click)
  7942. obj.ui.plot_cb.setDisabled(True)
  7943. except AttributeError:
  7944. pass
  7945. obj.set_form_item("plot")
  7946. try:
  7947. obj.ui.plot_cb.stateChanged.connect(obj.on_plot_cb_click)
  7948. obj.ui.plot_cb.setDisabled(False)
  7949. except AttributeError:
  7950. pass
  7951. obj.options.set_change_callback(obj.on_options_change)
  7952. try:
  7953. self.delete_selection_shape()
  7954. except Exception as e:
  7955. log.debug("App.disable_plots() --> %s" % str(e))
  7956. def worker_task(objs):
  7957. with self.proc_container.new(_("Disabling plots ...")):
  7958. for plot_obj in objs:
  7959. # obj.options['plot'] = True
  7960. if isinstance(plot_obj, CNCJobObject):
  7961. plot_obj.plot(visible=False, kind=self.defaults["cncjob_plot_kind"])
  7962. else:
  7963. plot_obj.plot(visible=False)
  7964. self.worker_task.emit({'fcn': worker_task, 'params': [objects]})
  7965. def toggle_plots(self, objects):
  7966. """
  7967. Toggle plots visibility
  7968. :param objects: list of Objects for which to be toggled the visibility
  7969. :return: None
  7970. """
  7971. # if no objects selected then do nothing
  7972. if not self.collection.get_selected():
  7973. return
  7974. log.debug("Toggling plots ...")
  7975. self.inform.emit(_("Working ..."))
  7976. for obj in objects:
  7977. if obj.options['plot'] is False:
  7978. obj.options['plot'] = True
  7979. else:
  7980. obj.options['plot'] = False
  7981. self.app_obj.plots_updated.emit()
  7982. def clear_plots(self):
  7983. """
  7984. Clear the plots
  7985. :return: None
  7986. """
  7987. objects = self.collection.get_list()
  7988. for obj in objects:
  7989. obj.clear(obj == objects[-1])
  7990. # Clear pool to free memory
  7991. self.clear_pool()
  7992. def on_set_color_action_triggered(self):
  7993. """
  7994. This slot gets called by clicking on the menu entry in the Set Color submenu of the context menu in Project Tab
  7995. :return:
  7996. """
  7997. new_color = self.defaults['gerber_plot_fill']
  7998. clicked_action = self.sender()
  7999. assert isinstance(clicked_action, QAction), "Expected a QAction, got %s" % type(clicked_action)
  8000. act_name = clicked_action.text()
  8001. sel_obj_list = self.collection.get_selected()
  8002. if not sel_obj_list:
  8003. return
  8004. # a default value, I just chose this one
  8005. alpha_level = 'BF'
  8006. for sel_obj in sel_obj_list:
  8007. if sel_obj.kind == 'excellon':
  8008. alpha_level = str(hex(
  8009. self.ui.excellon_defaults_form.excellon_gen_group.excellon_alpha_entry.get_value())[2:])
  8010. elif sel_obj.kind == 'gerber':
  8011. alpha_level = str(hex(self.ui.gerber_defaults_form.gerber_gen_group.gerber_alpha_entry.get_value())[2:])
  8012. elif sel_obj.kind == 'geometry':
  8013. alpha_level = 'FF'
  8014. else:
  8015. log.debug(
  8016. "App.on_set_color_action_triggered() --> Default alpfa for this object type not supported yet")
  8017. continue
  8018. sel_obj.alpha_level = alpha_level
  8019. if act_name == _('Red'):
  8020. new_color = '#FF0000' + alpha_level
  8021. if act_name == _('Blue'):
  8022. new_color = '#0000FF' + alpha_level
  8023. if act_name == _('Yellow'):
  8024. new_color = '#FFDF00' + alpha_level
  8025. if act_name == _('Green'):
  8026. new_color = '#00FF00' + alpha_level
  8027. if act_name == _('Purple'):
  8028. new_color = '#FF00FF' + alpha_level
  8029. if act_name == _('Brown'):
  8030. new_color = '#A52A2A' + alpha_level
  8031. if act_name == _('White'):
  8032. new_color = '#FFFFFF' + alpha_level
  8033. if act_name == _('Black'):
  8034. new_color = '#000000' + alpha_level
  8035. if act_name == _('Custom'):
  8036. new_color = QtGui.QColor(self.defaults['gerber_plot_fill'][:7])
  8037. c_dialog = QtWidgets.QColorDialog()
  8038. plot_fill_color = c_dialog.getColor(initial=new_color)
  8039. if plot_fill_color.isValid() is False:
  8040. return
  8041. new_color = str(plot_fill_color.name()) + alpha_level
  8042. if act_name == _("Default"):
  8043. for sel_obj in sel_obj_list:
  8044. if sel_obj.kind == 'excellon':
  8045. new_color = self.defaults['excellon_plot_fill']
  8046. new_line_color = self.defaults['excellon_plot_line']
  8047. elif sel_obj.kind == 'gerber':
  8048. new_color = self.defaults['gerber_plot_fill']
  8049. new_line_color = self.defaults['gerber_plot_line']
  8050. elif sel_obj.kind == 'geometry':
  8051. new_color = self.defaults['geometry_plot_line']
  8052. new_line_color = self.defaults['geometry_plot_line']
  8053. else:
  8054. log.debug(
  8055. "App.on_set_color_action_triggered() --> Default color for this object type not supported yet")
  8056. continue
  8057. sel_obj.fill_color = new_color
  8058. sel_obj.outline_color = new_line_color
  8059. sel_obj.shapes.redraw(
  8060. update_colors=(new_color, new_line_color)
  8061. )
  8062. return
  8063. if act_name == _("Opacity"):
  8064. alpha_level, ok_button = QtWidgets.QInputDialog.getInt(
  8065. self.ui, _("Set alpha level ..."), '%s:' % _("Value"), min=0, max=255, step=1, value=191)
  8066. if ok_button:
  8067. alpha_str = str(hex(alpha_level)[2:]) if alpha_level != 0 else '00'
  8068. for sel_obj in sel_obj_list:
  8069. sel_obj.fill_color = sel_obj.fill_color[:-2] + alpha_str
  8070. sel_obj.shapes.redraw(
  8071. update_colors=(sel_obj.fill_color, sel_obj.outline_color)
  8072. )
  8073. return
  8074. new_line_color = color_variant(new_color[:7], 0.7)
  8075. if act_name == _("White"):
  8076. new_line_color = color_variant("#dedede", 0.7)
  8077. for sel_obj in sel_obj_list:
  8078. sel_obj.fill_color = new_color
  8079. sel_obj.outline_color = new_line_color
  8080. sel_obj.shapes.redraw(
  8081. update_colors=(new_color, new_line_color)
  8082. )
  8083. def generate_cnc_job(self, objects):
  8084. """
  8085. Slot that will be called by clicking an entry in the contextual menu generated in the Project Tab tree
  8086. :param objects: Selected objects in the Project Tab
  8087. :return:
  8088. """
  8089. self.defaults.report_usage("generate_cnc_job()")
  8090. # for obj in objects:
  8091. # obj.generatecncjob()
  8092. for obj in objects:
  8093. obj.on_generatecnc_button_click()
  8094. def save_project(self, filename, quit_action=False, silent=False, from_tcl=False):
  8095. """
  8096. Saves the current project to the specified file.
  8097. :param filename: Name of the file in which to save.
  8098. :type filename: str
  8099. :param quit_action: if the project saving will be followed by an app quit; boolean
  8100. :param silent: if True will not display status messages
  8101. :param from_tcl True is run from Tcl Shell
  8102. :return: None
  8103. """
  8104. self.log.debug("save_project()")
  8105. self.save_in_progress = True
  8106. with self.proc_container.new(_("Saving FlatCAM Project")):
  8107. # Capture the latest changes
  8108. # Current object
  8109. try:
  8110. current_object = self.collection.get_active()
  8111. if current_object:
  8112. current_object.read_form()
  8113. except Exception as e:
  8114. self.log.debug("save_project() --> There was no active object. Skipping read_form. %s" % str(e))
  8115. pass
  8116. # Serialize the whole project
  8117. d = {"objs": [obj.to_dict() for obj in self.collection.get_list()],
  8118. "options": self.options,
  8119. "version": self.version}
  8120. if self.defaults["global_save_compressed"] is True:
  8121. with lzma.open(filename, "w", preset=int(self.defaults['global_compression_level'])) as f:
  8122. g = json.dumps(d, default=to_dict, indent=2, sort_keys=True).encode('utf-8')
  8123. # # Write
  8124. f.write(g)
  8125. self.inform.emit('[success] %s: %s' % (_("Project saved to"), filename))
  8126. else:
  8127. # Open file
  8128. try:
  8129. f = open(filename, 'w')
  8130. except IOError:
  8131. App.log.error("Failed to open file for saving: %s", filename)
  8132. self.inform.emit('[ERROR_NOTCL] %s' % _("The object is used by another application."))
  8133. return
  8134. # Write
  8135. json.dump(d, f, default=to_dict, indent=2, sort_keys=True)
  8136. f.close()
  8137. # verification of the saved project
  8138. # Open and parse
  8139. try:
  8140. saved_f = open(filename, 'r')
  8141. except IOError:
  8142. if silent is False:
  8143. self.inform.emit('[ERROR_NOTCL] %s: %s %s' %
  8144. (_("Failed to verify project file"), filename, _("Retry to save it.")))
  8145. return
  8146. try:
  8147. saved_d = json.load(saved_f, object_hook=dict2obj)
  8148. except Exception:
  8149. if silent is False:
  8150. self.inform.emit('[ERROR_NOTCL] %s: %s %s' %
  8151. (_("Failed to parse saved project file"), filename, _("Retry to save it.")))
  8152. f.close()
  8153. return
  8154. saved_f.close()
  8155. if silent is False:
  8156. if 'version' in saved_d:
  8157. self.inform.emit('[success] %s: %s' % (_("Project saved to"), filename))
  8158. else:
  8159. self.inform.emit('[ERROR_NOTCL] %s: %s %s' %
  8160. (_("Failed to parse saved project file"), filename, _("Retry to save it.")))
  8161. tb_settings = QSettings("Open Source", "FlatCAM")
  8162. lock_state = self.ui.lock_action.isChecked()
  8163. tb_settings.setValue('toolbar_lock', lock_state)
  8164. # This will write the setting to the platform specific storage.
  8165. del tb_settings
  8166. # if quit:
  8167. # t = threading.Thread(target=lambda: self.check_project_file_size(1, filename=filename))
  8168. # t.start()
  8169. self.start_delayed_quit(delay=500, filename=filename, should_quit=quit_action)
  8170. def start_delayed_quit(self, delay, filename, should_quit=None):
  8171. """
  8172. :param delay: period of checking if project file size is more than zero; in seconds
  8173. :param filename: the name of the project file to be checked periodically for size more than zero
  8174. :param should_quit: if the task finished will be followed by an app quit; boolean
  8175. :return:
  8176. """
  8177. to_quit = should_quit
  8178. self.save_timer = QtCore.QTimer()
  8179. self.save_timer.setInterval(delay)
  8180. self.save_timer.timeout.connect(lambda: self.check_project_file_size(filename=filename, should_quit=to_quit))
  8181. self.save_timer.start()
  8182. def check_project_file_size(self, filename, should_quit=None):
  8183. """
  8184. :param filename: the name of the project file to be checked periodically for size more than zero
  8185. :param should_quit: will quit the app if True; boolean
  8186. :return:
  8187. """
  8188. try:
  8189. if os.stat(filename).st_size > 0:
  8190. self.save_in_progress = False
  8191. self.save_timer.stop()
  8192. if should_quit:
  8193. self.app_quit.emit()
  8194. except Exception:
  8195. traceback.print_exc()
  8196. def save_project_auto(self):
  8197. """
  8198. Called periodically to save the project.
  8199. 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
  8200. # progress.
  8201. :return:
  8202. """
  8203. if self.block_autosave is False and self.should_we_save is True and self.save_in_progress is False:
  8204. self.on_file_saveproject()
  8205. def save_project_auto_update(self):
  8206. """
  8207. Update the auto save time interval value.
  8208. :return:
  8209. """
  8210. log.debug("App.save_project_auto_update() --> updated the interval timeout.")
  8211. try:
  8212. if self.autosave_timer.isActive():
  8213. self.autosave_timer.stop()
  8214. except Exception:
  8215. pass
  8216. if self.defaults['global_autosave'] is True:
  8217. self.autosave_timer.setInterval(int(self.defaults['global_autosave_timeout']))
  8218. self.autosave_timer.start()
  8219. def on_options_app2project(self):
  8220. """
  8221. Callback for Options->Transfer Options->App=>Project. Copies options
  8222. from application defaults to project defaults.
  8223. :return: None
  8224. """
  8225. self.defaults.report_usage("on_options_app2project")
  8226. self.preferencesUiManager.defaults_read_form()
  8227. self.options.update(self.defaults)
  8228. def shell_message(self, msg, show=False, error=False, warning=False, success=False, selected=False):
  8229. """
  8230. Shows a message on the FlatCAM Shell
  8231. :param msg: Message to display.
  8232. :param show: Opens the shell.
  8233. :param error: Shows the message as an error.
  8234. :param warning: Shows the message as an warning.
  8235. :param success: Shows the message as an success.
  8236. :param selected: Indicate that something was selected on canvas
  8237. :return: None
  8238. """
  8239. if show:
  8240. self.ui.shell_dock.show()
  8241. try:
  8242. if error:
  8243. self.shell.append_error(msg + "\n")
  8244. elif warning:
  8245. self.shell.append_warning(msg + "\n")
  8246. elif success:
  8247. self.shell.append_success(msg + "\n")
  8248. elif selected:
  8249. self.shell.append_selected(msg + "\n")
  8250. else:
  8251. self.shell.append_output(msg + "\n")
  8252. except AttributeError:
  8253. log.debug("shell_message() is called before Shell Class is instantiated. The message is: %s", str(msg))
  8254. class ArgsThread(QtCore.QObject):
  8255. open_signal = pyqtSignal(list)
  8256. start = pyqtSignal()
  8257. stop = pyqtSignal()
  8258. if sys.platform == 'win32':
  8259. address = (r'\\.\pipe\NPtest', 'AF_PIPE')
  8260. else:
  8261. address = ('/tmp/testipc', 'AF_UNIX')
  8262. def __init__(self):
  8263. super().__init__()
  8264. self.listener = None
  8265. self.thread_exit = False
  8266. self.start.connect(self.run)
  8267. self.stop.connect(self.close_listener)
  8268. def my_loop(self, address):
  8269. try:
  8270. self.listener = Listener(*address)
  8271. while self.thread_exit is False:
  8272. conn = self.listener.accept()
  8273. self.serve(conn)
  8274. except socket.error:
  8275. try:
  8276. conn = Client(*address)
  8277. conn.send(sys.argv)
  8278. conn.send('close')
  8279. # close the current instance only if there are args
  8280. if len(sys.argv) > 1:
  8281. try:
  8282. self.listener.close()
  8283. except Exception:
  8284. pass
  8285. sys.exit()
  8286. except ConnectionRefusedError:
  8287. if sys.platform == 'win32':
  8288. pass
  8289. else:
  8290. os.system('rm /tmp/testipc')
  8291. self.listener = Listener(*address)
  8292. while True:
  8293. conn = self.listener.accept()
  8294. self.serve(conn)
  8295. def serve(self, conn):
  8296. while self.thread_exit is False:
  8297. msg = conn.recv()
  8298. if msg == 'close':
  8299. break
  8300. self.open_signal.emit(msg)
  8301. conn.close()
  8302. # the decorator is a must; without it this technique will not work unless the start signal is connected
  8303. # in the main thread (where this class is instantiated) after the instance is moved o the new thread
  8304. @pyqtSlot()
  8305. def run(self):
  8306. self.my_loop(self.address)
  8307. @pyqtSlot()
  8308. def close_listener(self):
  8309. self.thread_exit = True
  8310. self.listener.close()
  8311. # end of file