Marlin_main.cpp 305 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090
  1. /* -*- c++ -*- */
  2. /**
  3. * @file
  4. */
  5. /**
  6. * @mainpage Reprap 3D printer firmware based on Sprinter and grbl.
  7. *
  8. * @section intro_sec Introduction
  9. *
  10. * This firmware is a mashup between Sprinter and grbl.
  11. * https://github.com/kliment/Sprinter
  12. * https://github.com/simen/grbl/tree
  13. *
  14. * It has preliminary support for Matthew Roberts advance algorithm
  15. * http://reprap.org/pipermail/reprap-dev/2011-May/003323.html
  16. *
  17. * Prusa Research s.r.o. https://www.prusa3d.cz
  18. *
  19. * @section copyright_sec Copyright
  20. *
  21. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  22. *
  23. * This program is free software: you can redistribute it and/or modify
  24. * it under the terms of the GNU General Public License as published by
  25. * the Free Software Foundation, either version 3 of the License, or
  26. * (at your option) any later version.
  27. *
  28. * This program is distributed in the hope that it will be useful,
  29. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  30. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  31. * GNU General Public License for more details.
  32. *
  33. * You should have received a copy of the GNU General Public License
  34. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  35. *
  36. * @section notes_sec Notes
  37. *
  38. * * Do not create static objects in global functions.
  39. * Otherwise constructor guard against concurrent calls is generated costing
  40. * about 8B RAM and 14B flash.
  41. *
  42. *
  43. */
  44. #include "Marlin.h"
  45. #ifdef ENABLE_AUTO_BED_LEVELING
  46. #include "vector_3.h"
  47. #ifdef AUTO_BED_LEVELING_GRID
  48. #include "qr_solve.h"
  49. #endif
  50. #endif // ENABLE_AUTO_BED_LEVELING
  51. #ifdef MESH_BED_LEVELING
  52. #include "mesh_bed_leveling.h"
  53. #include "mesh_bed_calibration.h"
  54. #endif
  55. #include "printers.h"
  56. #include "menu.h"
  57. #include "ultralcd.h"
  58. #include "planner.h"
  59. #include "stepper.h"
  60. #include "temperature.h"
  61. #include "motion_control.h"
  62. #include "cardreader.h"
  63. #include "ConfigurationStore.h"
  64. #include "language.h"
  65. #include "pins_arduino.h"
  66. #include "math.h"
  67. #include "util.h"
  68. #include "Timer.h"
  69. #include <avr/wdt.h>
  70. #include <avr/pgmspace.h>
  71. #include "Dcodes.h"
  72. #ifdef SWSPI
  73. #include "swspi.h"
  74. #endif //SWSPI
  75. #include "spi.h"
  76. #ifdef SWI2C
  77. #include "swi2c.h"
  78. #endif //SWI2C
  79. #ifdef FILAMENT_SENSOR
  80. #include "fsensor.h"
  81. #endif //FILAMENT_SENSOR
  82. #ifdef TMC2130
  83. #include "tmc2130.h"
  84. #endif //TMC2130
  85. #ifdef W25X20CL
  86. #include "w25x20cl.h"
  87. #include "optiboot_w25x20cl.h"
  88. #endif //W25X20CL
  89. #ifdef BLINKM
  90. #include "BlinkM.h"
  91. #include "Wire.h"
  92. #endif
  93. #ifdef ULTRALCD
  94. #include "ultralcd.h"
  95. #endif
  96. #if NUM_SERVOS > 0
  97. #include "Servo.h"
  98. #endif
  99. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  100. #include <SPI.h>
  101. #endif
  102. #include "mmu.h"
  103. #define VERSION_STRING "1.0.2"
  104. #include "ultralcd.h"
  105. #include "sound.h"
  106. #include "cmdqueue.h"
  107. // Macros for bit masks
  108. #define BIT(b) (1<<(b))
  109. #define TEST(n,b) (((n)&BIT(b))!=0)
  110. #define SET_BIT(n,b,value) (n) ^= ((-value)^(n)) & (BIT(b))
  111. //Macro for print fan speed
  112. #define FAN_PULSE_WIDTH_LIMIT ((fanSpeed > 100) ? 3 : 4) //time in ms
  113. #define PRINTING_TYPE_SD 0
  114. #define PRINTING_TYPE_USB 1
  115. //filament types
  116. #define FILAMENT_DEFAULT 0
  117. #define FILAMENT_FLEX 1
  118. #define FILAMENT_PVA 2
  119. // look here for descriptions of G-codes: http://linuxcnc.org/handbook/gcode/g-code.html
  120. // http://objects.reprap.org/wiki/Mendel_User_Manual:_RepRapGCodes
  121. //Implemented Codes
  122. //-------------------
  123. // PRUSA CODES
  124. // P F - Returns FW versions
  125. // P R - Returns revision of printer
  126. // G0 -> G1
  127. // G1 - Coordinated Movement X Y Z E
  128. // G2 - CW ARC
  129. // G3 - CCW ARC
  130. // G4 - Dwell S<seconds> or P<milliseconds>
  131. // G10 - retract filament according to settings of M207
  132. // G11 - retract recover filament according to settings of M208
  133. // G28 - Home all Axis
  134. // G29 - Detailed Z-Probe, probes the bed at 3 or more points. Will fail if you haven't homed yet.
  135. // G30 - Single Z Probe, probes bed at current XY location.
  136. // G31 - Dock sled (Z_PROBE_SLED only)
  137. // G32 - Undock sled (Z_PROBE_SLED only)
  138. // G80 - Automatic mesh bed leveling
  139. // G81 - Print bed profile
  140. // G90 - Use Absolute Coordinates
  141. // G91 - Use Relative Coordinates
  142. // G92 - Set current position to coordinates given
  143. // M Codes
  144. // M0 - Unconditional stop - Wait for user to press a button on the LCD
  145. // M1 - Same as M0
  146. // M17 - Enable/Power all stepper motors
  147. // M18 - Disable all stepper motors; same as M84
  148. // M20 - List SD card
  149. // M21 - Init SD card
  150. // M22 - Release SD card
  151. // M23 - Select SD file (M23 filename.g)
  152. // M24 - Start/resume SD print
  153. // M25 - Pause SD print
  154. // M26 - Set SD position in bytes (M26 S12345)
  155. // M27 - Report SD print status
  156. // M28 - Start SD write (M28 filename.g)
  157. // M29 - Stop SD write
  158. // M30 - Delete file from SD (M30 filename.g)
  159. // M31 - Output time since last M109 or SD card start to serial
  160. // M32 - Select file and start SD print (Can be used _while_ printing from SD card files):
  161. // syntax "M32 /path/filename#", or "M32 S<startpos bytes> !filename#"
  162. // Call gcode file : "M32 P !filename#" and return to caller file after finishing (similar to #include).
  163. // The '#' is necessary when calling from within sd files, as it stops buffer prereading
  164. // M42 - Change pin status via gcode Use M42 Px Sy to set pin x to value y, when omitting Px the onboard led will be used.
  165. // M73 - Show percent done and print time remaining
  166. // M80 - Turn on Power Supply
  167. // M81 - Turn off Power Supply
  168. // M82 - Set E codes absolute (default)
  169. // M83 - Set E codes relative while in Absolute Coordinates (G90) mode
  170. // M84 - Disable steppers until next move,
  171. // or use S<seconds> to specify an inactivity timeout, after which the steppers will be disabled. S0 to disable the timeout.
  172. // M85 - Set inactivity shutdown timer with parameter S<seconds>. To disable set zero (default)
  173. // M86 - Set safety timer expiration time with parameter S<seconds>; M86 S0 will disable safety timer
  174. // M92 - Set axis_steps_per_unit - same syntax as G92
  175. // M104 - Set extruder target temp
  176. // M105 - Read current temp
  177. // M106 - Fan on
  178. // M107 - Fan off
  179. // M109 - Sxxx Wait for extruder current temp to reach target temp. Waits only when heating
  180. // Rxxx Wait for extruder current temp to reach target temp. Waits when heating and cooling
  181. // IF AUTOTEMP is enabled, S<mintemp> B<maxtemp> F<factor>. Exit autotemp by any M109 without F
  182. // M112 - Emergency stop
  183. // M113 - Get or set the timeout interval for Host Keepalive "busy" messages
  184. // M114 - Output current position to serial port
  185. // M115 - Capabilities string
  186. // M117 - display message
  187. // M119 - Output Endstop status to serial port
  188. // M126 - Solenoid Air Valve Open (BariCUDA support by jmil)
  189. // M127 - Solenoid Air Valve Closed (BariCUDA vent to atmospheric pressure by jmil)
  190. // M128 - EtoP Open (BariCUDA EtoP = electricity to air pressure transducer by jmil)
  191. // M129 - EtoP Closed (BariCUDA EtoP = electricity to air pressure transducer by jmil)
  192. // M140 - Set bed target temp
  193. // M150 - Set BlinkM Color Output R: Red<0-255> U(!): Green<0-255> B: Blue<0-255> over i2c, G for green does not work.
  194. // M190 - Sxxx Wait for bed current temp to reach target temp. Waits only when heating
  195. // Rxxx Wait for bed current temp to reach target temp. Waits when heating and cooling
  196. // M200 D<millimeters>- set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).
  197. // M201 - Set max acceleration in units/s^2 for print moves (M201 X1000 Y1000)
  198. // M202 - Set max acceleration in units/s^2 for travel moves (M202 X1000 Y1000) Unused in Marlin!!
  199. // M203 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
  200. // M204 - Set default acceleration: S normal moves T filament only moves (M204 S3000 T7000) in mm/sec^2 also sets minimum segment time in ms (B20000) to prevent buffer under-runs and M20 minimum feedrate
  201. // M205 - advanced settings: minimum travel speed S=while printing T=travel only, B=minimum segment time X= maximum xy jerk, Z=maximum Z jerk, E=maximum E jerk
  202. // M206 - set additional homing offset
  203. // M207 - set retract length S[positive mm] F[feedrate mm/min] Z[additional zlift/hop], stays in mm regardless of M200 setting
  204. // M208 - set recover=unretract length S[positive mm surplus to the M207 S*] F[feedrate mm/sec]
  205. // M209 - S<1=true/0=false> enable automatic retract detect if the slicer did not support G10/11: every normal extrude-only move will be classified as retract depending on the direction.
  206. // M218 - set hotend offset (in mm): T<extruder_number> X<offset_on_X> Y<offset_on_Y>
  207. // M220 S<factor in percent>- set speed factor override percentage
  208. // M221 S<factor in percent>- set extrude factor override percentage
  209. // M226 P<pin number> S<pin state>- Wait until the specified pin reaches the state required
  210. // M240 - Trigger a camera to take a photograph
  211. // M250 - Set LCD contrast C<contrast value> (value 0..63)
  212. // M280 - set servo position absolute. P: servo index, S: angle or microseconds
  213. // M300 - Play beep sound S<frequency Hz> P<duration ms>
  214. // M301 - Set PID parameters P I and D
  215. // M302 - Allow cold extrudes, or set the minimum extrude S<temperature>.
  216. // M303 - PID relay autotune S<temperature> sets the target temperature. (default target temperature = 150C)
  217. // M304 - Set bed PID parameters P I and D
  218. // M400 - Finish all moves
  219. // M401 - Lower z-probe if present
  220. // M402 - Raise z-probe if present
  221. // M404 - N<dia in mm> Enter the nominal filament width (3mm, 1.75mm ) or will display nominal filament width without parameters
  222. // M405 - Turn on Filament Sensor extrusion control. Optional D<delay in cm> to set delay in centimeters between sensor and extruder
  223. // M406 - Turn off Filament Sensor extrusion control
  224. // M407 - Displays measured filament diameter
  225. // M500 - stores parameters in EEPROM
  226. // M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
  227. // M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
  228. // M503 - print the current settings (from memory not from EEPROM)
  229. // M509 - force language selection on next restart
  230. // M540 - Use S[0|1] to enable or disable the stop SD card print on endstop hit (requires ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
  231. // M600 - Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
  232. // M605 - Set dual x-carriage movement mode: S<mode> [ X<duplication x-offset> R<duplication temp offset> ]
  233. // M860 - Wait for PINDA thermistor to reach target temperature.
  234. // M861 - Set / Read PINDA temperature compensation offsets
  235. // M900 - Set LIN_ADVANCE options, if enabled. See Configuration_adv.h for details.
  236. // M907 - Set digital trimpot motor current using axis codes.
  237. // M908 - Control digital trimpot directly.
  238. // M350 - Set microstepping mode.
  239. // M351 - Toggle MS1 MS2 pins directly.
  240. // M928 - Start SD logging (M928 filename.g) - ended by M29
  241. // M999 - Restart after being stopped by error
  242. //Stepper Movement Variables
  243. //===========================================================================
  244. //=============================imported variables============================
  245. //===========================================================================
  246. //===========================================================================
  247. //=============================public variables=============================
  248. //===========================================================================
  249. #ifdef SDSUPPORT
  250. CardReader card;
  251. #endif
  252. unsigned long PingTime = millis();
  253. unsigned long NcTime;
  254. //used for PINDA temp calibration and pause print
  255. #define DEFAULT_RETRACTION 1
  256. #define DEFAULT_RETRACTION_MM 4 //MM
  257. float default_retraction = DEFAULT_RETRACTION;
  258. float homing_feedrate[] = HOMING_FEEDRATE;
  259. // Currently only the extruder axis may be switched to a relative mode.
  260. // Other axes are always absolute or relative based on the common relative_mode flag.
  261. bool axis_relative_modes[] = AXIS_RELATIVE_MODES;
  262. int feedmultiply=100; //100->1 200->2
  263. int saved_feedmultiply;
  264. int extrudemultiply=100; //100->1 200->2
  265. int extruder_multiply[EXTRUDERS] = {100
  266. #if EXTRUDERS > 1
  267. , 100
  268. #if EXTRUDERS > 2
  269. , 100
  270. #endif
  271. #endif
  272. };
  273. int bowden_length[4] = {385, 385, 385, 385};
  274. bool is_usb_printing = false;
  275. bool homing_flag = false;
  276. bool temp_cal_active = false;
  277. unsigned long kicktime = millis()+100000;
  278. unsigned int usb_printing_counter;
  279. int8_t lcd_change_fil_state = 0;
  280. int feedmultiplyBckp = 100;
  281. float HotendTempBckp = 0;
  282. int fanSpeedBckp = 0;
  283. float pause_lastpos[4];
  284. unsigned long pause_time = 0;
  285. unsigned long start_pause_print = millis();
  286. unsigned long t_fan_rising_edge = millis();
  287. LongTimer safetyTimer;
  288. LongTimer crashDetTimer;
  289. //unsigned long load_filament_time;
  290. bool mesh_bed_leveling_flag = false;
  291. bool mesh_bed_run_from_menu = false;
  292. int8_t FarmMode = 0;
  293. bool prusa_sd_card_upload = false;
  294. unsigned int status_number = 0;
  295. unsigned long total_filament_used;
  296. unsigned int heating_status;
  297. unsigned int heating_status_counter;
  298. bool loading_flag = false;
  299. char snmm_filaments_used = 0;
  300. bool fan_state[2];
  301. int fan_edge_counter[2];
  302. int fan_speed[2];
  303. char dir_names[3][9];
  304. bool sortAlpha = false;
  305. float filament_size[EXTRUDERS] = { DEFAULT_NOMINAL_FILAMENT_DIA
  306. #if EXTRUDERS > 1
  307. , DEFAULT_NOMINAL_FILAMENT_DIA
  308. #if EXTRUDERS > 2
  309. , DEFAULT_NOMINAL_FILAMENT_DIA
  310. #endif
  311. #endif
  312. };
  313. float extruder_multiplier[EXTRUDERS] = {1.0
  314. #if EXTRUDERS > 1
  315. , 1.0
  316. #if EXTRUDERS > 2
  317. , 1.0
  318. #endif
  319. #endif
  320. };
  321. float current_position[NUM_AXIS] = { 0.0, 0.0, 0.0, 0.0 };
  322. //shortcuts for more readable code
  323. #define _x current_position[X_AXIS]
  324. #define _y current_position[Y_AXIS]
  325. #define _z current_position[Z_AXIS]
  326. #define _e current_position[E_AXIS]
  327. float min_pos[3] = { X_MIN_POS, Y_MIN_POS, Z_MIN_POS };
  328. float max_pos[3] = { X_MAX_POS, Y_MAX_POS, Z_MAX_POS };
  329. bool axis_known_position[3] = {false, false, false};
  330. // Extruder offset
  331. #if EXTRUDERS > 1
  332. #define NUM_EXTRUDER_OFFSETS 2 // only in XY plane
  333. float extruder_offset[NUM_EXTRUDER_OFFSETS][EXTRUDERS] = {
  334. #if defined(EXTRUDER_OFFSET_X) && defined(EXTRUDER_OFFSET_Y)
  335. EXTRUDER_OFFSET_X, EXTRUDER_OFFSET_Y
  336. #endif
  337. };
  338. #endif
  339. uint8_t active_extruder = 0;
  340. int fanSpeed=0;
  341. #ifdef FWRETRACT
  342. bool retracted[EXTRUDERS]={false
  343. #if EXTRUDERS > 1
  344. , false
  345. #if EXTRUDERS > 2
  346. , false
  347. #endif
  348. #endif
  349. };
  350. bool retracted_swap[EXTRUDERS]={false
  351. #if EXTRUDERS > 1
  352. , false
  353. #if EXTRUDERS > 2
  354. , false
  355. #endif
  356. #endif
  357. };
  358. float retract_length_swap = RETRACT_LENGTH_SWAP;
  359. float retract_recover_length_swap = RETRACT_RECOVER_LENGTH_SWAP;
  360. #endif
  361. #ifdef PS_DEFAULT_OFF
  362. bool powersupply = false;
  363. #else
  364. bool powersupply = true;
  365. #endif
  366. bool cancel_heatup = false ;
  367. #ifdef HOST_KEEPALIVE_FEATURE
  368. int busy_state = NOT_BUSY;
  369. static long prev_busy_signal_ms = -1;
  370. uint8_t host_keepalive_interval = HOST_KEEPALIVE_INTERVAL;
  371. #else
  372. #define host_keepalive();
  373. #define KEEPALIVE_STATE(n);
  374. #endif
  375. const char errormagic[] PROGMEM = "Error:";
  376. const char echomagic[] PROGMEM = "echo:";
  377. bool no_response = false;
  378. uint8_t important_status;
  379. uint8_t saved_filament_type;
  380. // save/restore printing
  381. bool saved_printing = false;
  382. // save/restore printing in case that mmu was not responding
  383. bool mmu_print_saved = false;
  384. // storing estimated time to end of print counted by slicer
  385. uint8_t print_percent_done_normal = PRINT_PERCENT_DONE_INIT;
  386. uint16_t print_time_remaining_normal = PRINT_TIME_REMAINING_INIT; //estimated remaining print time in minutes
  387. uint8_t print_percent_done_silent = PRINT_PERCENT_DONE_INIT;
  388. uint16_t print_time_remaining_silent = PRINT_TIME_REMAINING_INIT; //estimated remaining print time in minutes
  389. bool wizard_active = false; //autoload temporarily disabled during wizard
  390. //===========================================================================
  391. //=============================Private Variables=============================
  392. //===========================================================================
  393. const char axis_codes[NUM_AXIS] = {'X', 'Y', 'Z', 'E'};
  394. float destination[NUM_AXIS] = { 0.0, 0.0, 0.0, 0.0};
  395. // For tracing an arc
  396. static float offset[3] = {0.0, 0.0, 0.0};
  397. static float feedrate = 1500.0, next_feedrate, saved_feedrate;
  398. // Determines Absolute or Relative Coordinates.
  399. // Also there is bool axis_relative_modes[] per axis flag.
  400. static bool relative_mode = false;
  401. const int sensitive_pins[] = SENSITIVE_PINS; // Sensitive pin list for M42
  402. //static float tt = 0;
  403. //static float bt = 0;
  404. //Inactivity shutdown variables
  405. static unsigned long previous_millis_cmd = 0;
  406. unsigned long max_inactive_time = 0;
  407. static unsigned long stepper_inactive_time = DEFAULT_STEPPER_DEACTIVE_TIME*1000l;
  408. static unsigned long safetytimer_inactive_time = DEFAULT_SAFETYTIMER_TIME_MINS*60*1000ul;
  409. unsigned long starttime=0;
  410. unsigned long stoptime=0;
  411. unsigned long _usb_timer = 0;
  412. bool extruder_under_pressure = true;
  413. bool Stopped=false;
  414. #if NUM_SERVOS > 0
  415. Servo servos[NUM_SERVOS];
  416. #endif
  417. bool CooldownNoWait = true;
  418. bool target_direction;
  419. //Insert variables if CHDK is defined
  420. #ifdef CHDK
  421. unsigned long chdkHigh = 0;
  422. boolean chdkActive = false;
  423. #endif
  424. // save/restore printing
  425. static uint32_t saved_sdpos = 0;
  426. static uint8_t saved_printing_type = PRINTING_TYPE_SD;
  427. static float saved_pos[4] = { 0, 0, 0, 0 };
  428. // Feedrate hopefully derived from an active block of the planner at the time the print has been canceled, in mm/min.
  429. static float saved_feedrate2 = 0;
  430. static uint8_t saved_active_extruder = 0;
  431. static bool saved_extruder_under_pressure = false;
  432. static bool saved_extruder_relative_mode = false;
  433. //===========================================================================
  434. //=============================Routines======================================
  435. //===========================================================================
  436. static void get_arc_coordinates();
  437. static bool setTargetedHotend(int code, uint8_t &extruder);
  438. static void print_time_remaining_init();
  439. static void wait_for_heater(long codenum, uint8_t extruder);
  440. uint16_t gcode_in_progress = 0;
  441. uint16_t mcode_in_progress = 0;
  442. void serial_echopair_P(const char *s_P, float v)
  443. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  444. void serial_echopair_P(const char *s_P, double v)
  445. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  446. void serial_echopair_P(const char *s_P, unsigned long v)
  447. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  448. #ifdef SDSUPPORT
  449. #include "SdFatUtil.h"
  450. int freeMemory() { return SdFatUtil::FreeRam(); }
  451. #else
  452. extern "C" {
  453. extern unsigned int __bss_end;
  454. extern unsigned int __heap_start;
  455. extern void *__brkval;
  456. int freeMemory() {
  457. int free_memory;
  458. if ((int)__brkval == 0)
  459. free_memory = ((int)&free_memory) - ((int)&__bss_end);
  460. else
  461. free_memory = ((int)&free_memory) - ((int)__brkval);
  462. return free_memory;
  463. }
  464. }
  465. #endif //!SDSUPPORT
  466. void setup_killpin()
  467. {
  468. #if defined(KILL_PIN) && KILL_PIN > -1
  469. SET_INPUT(KILL_PIN);
  470. WRITE(KILL_PIN,HIGH);
  471. #endif
  472. }
  473. // Set home pin
  474. void setup_homepin(void)
  475. {
  476. #if defined(HOME_PIN) && HOME_PIN > -1
  477. SET_INPUT(HOME_PIN);
  478. WRITE(HOME_PIN,HIGH);
  479. #endif
  480. }
  481. void setup_photpin()
  482. {
  483. #if defined(PHOTOGRAPH_PIN) && PHOTOGRAPH_PIN > -1
  484. SET_OUTPUT(PHOTOGRAPH_PIN);
  485. WRITE(PHOTOGRAPH_PIN, LOW);
  486. #endif
  487. }
  488. void setup_powerhold()
  489. {
  490. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  491. SET_OUTPUT(SUICIDE_PIN);
  492. WRITE(SUICIDE_PIN, HIGH);
  493. #endif
  494. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  495. SET_OUTPUT(PS_ON_PIN);
  496. #if defined(PS_DEFAULT_OFF)
  497. WRITE(PS_ON_PIN, PS_ON_ASLEEP);
  498. #else
  499. WRITE(PS_ON_PIN, PS_ON_AWAKE);
  500. #endif
  501. #endif
  502. }
  503. void suicide()
  504. {
  505. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  506. SET_OUTPUT(SUICIDE_PIN);
  507. WRITE(SUICIDE_PIN, LOW);
  508. #endif
  509. }
  510. void servo_init()
  511. {
  512. #if (NUM_SERVOS >= 1) && defined(SERVO0_PIN) && (SERVO0_PIN > -1)
  513. servos[0].attach(SERVO0_PIN);
  514. #endif
  515. #if (NUM_SERVOS >= 2) && defined(SERVO1_PIN) && (SERVO1_PIN > -1)
  516. servos[1].attach(SERVO1_PIN);
  517. #endif
  518. #if (NUM_SERVOS >= 3) && defined(SERVO2_PIN) && (SERVO2_PIN > -1)
  519. servos[2].attach(SERVO2_PIN);
  520. #endif
  521. #if (NUM_SERVOS >= 4) && defined(SERVO3_PIN) && (SERVO3_PIN > -1)
  522. servos[3].attach(SERVO3_PIN);
  523. #endif
  524. #if (NUM_SERVOS >= 5)
  525. #error "TODO: enter initalisation code for more servos"
  526. #endif
  527. }
  528. void stop_and_save_print_to_ram(float z_move, float e_move);
  529. void restore_print_from_ram_and_continue(float e_move);
  530. bool fans_check_enabled = true;
  531. #ifdef TMC2130
  532. extern int8_t CrashDetectMenu;
  533. void crashdet_enable()
  534. {
  535. tmc2130_sg_stop_on_crash = true;
  536. eeprom_update_byte((uint8_t*)EEPROM_CRASH_DET, 0xFF);
  537. CrashDetectMenu = 1;
  538. }
  539. void crashdet_disable()
  540. {
  541. tmc2130_sg_stop_on_crash = false;
  542. tmc2130_sg_crash = 0;
  543. eeprom_update_byte((uint8_t*)EEPROM_CRASH_DET, 0x00);
  544. CrashDetectMenu = 0;
  545. }
  546. void crashdet_stop_and_save_print()
  547. {
  548. stop_and_save_print_to_ram(10, -default_retraction); //XY - no change, Z 10mm up, E -1mm retract
  549. }
  550. void crashdet_restore_print_and_continue()
  551. {
  552. restore_print_from_ram_and_continue(default_retraction); //XYZ = orig, E +1mm unretract
  553. // babystep_apply();
  554. }
  555. void crashdet_stop_and_save_print2()
  556. {
  557. cli();
  558. planner_abort_hard(); //abort printing
  559. cmdqueue_reset(); //empty cmdqueue
  560. card.sdprinting = false;
  561. card.closefile();
  562. // Reset and re-enable the stepper timer just before the global interrupts are enabled.
  563. st_reset_timer();
  564. sei();
  565. }
  566. void crashdet_detected(uint8_t mask)
  567. {
  568. st_synchronize();
  569. static uint8_t crashDet_counter = 0;
  570. bool automatic_recovery_after_crash = true;
  571. if (crashDet_counter++ == 0) {
  572. crashDetTimer.start();
  573. }
  574. else if (crashDetTimer.expired(CRASHDET_TIMER * 1000ul)){
  575. crashDetTimer.stop();
  576. crashDet_counter = 0;
  577. }
  578. else if(crashDet_counter == CRASHDET_COUNTER_MAX){
  579. automatic_recovery_after_crash = false;
  580. crashDetTimer.stop();
  581. crashDet_counter = 0;
  582. }
  583. else {
  584. crashDetTimer.start();
  585. }
  586. lcd_update_enable(true);
  587. lcd_clear();
  588. lcd_update(2);
  589. if (mask & X_AXIS_MASK)
  590. {
  591. eeprom_update_byte((uint8_t*)EEPROM_CRASH_COUNT_X, eeprom_read_byte((uint8_t*)EEPROM_CRASH_COUNT_X) + 1);
  592. eeprom_update_word((uint16_t*)EEPROM_CRASH_COUNT_X_TOT, eeprom_read_word((uint16_t*)EEPROM_CRASH_COUNT_X_TOT) + 1);
  593. }
  594. if (mask & Y_AXIS_MASK)
  595. {
  596. eeprom_update_byte((uint8_t*)EEPROM_CRASH_COUNT_Y, eeprom_read_byte((uint8_t*)EEPROM_CRASH_COUNT_Y) + 1);
  597. eeprom_update_word((uint16_t*)EEPROM_CRASH_COUNT_Y_TOT, eeprom_read_word((uint16_t*)EEPROM_CRASH_COUNT_Y_TOT) + 1);
  598. }
  599. lcd_update_enable(true);
  600. lcd_update(2);
  601. lcd_setstatuspgm(_T(MSG_CRASH_DETECTED));
  602. gcode_G28(true, true, false); //home X and Y
  603. st_synchronize();
  604. if (automatic_recovery_after_crash) {
  605. enquecommand_P(PSTR("CRASH_RECOVER"));
  606. }else{
  607. HotendTempBckp = degTargetHotend(active_extruder);
  608. setTargetHotend(0, active_extruder);
  609. bool yesno = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Crash detected. Resume print?"), false);
  610. lcd_update_enable(true);
  611. if (yesno)
  612. {
  613. char cmd1[10];
  614. strcpy(cmd1, "M109 S");
  615. strcat(cmd1, ftostr3(HotendTempBckp));
  616. enquecommand(cmd1);
  617. enquecommand_P(PSTR("CRASH_RECOVER"));
  618. }
  619. else
  620. {
  621. enquecommand_P(PSTR("CRASH_CANCEL"));
  622. }
  623. }
  624. }
  625. void crashdet_recover()
  626. {
  627. crashdet_restore_print_and_continue();
  628. tmc2130_sg_stop_on_crash = true;
  629. }
  630. void crashdet_cancel()
  631. {
  632. tmc2130_sg_stop_on_crash = true;
  633. if (saved_printing_type == PRINTING_TYPE_SD) {
  634. lcd_print_stop();
  635. }else if(saved_printing_type == PRINTING_TYPE_USB){
  636. SERIAL_ECHOLNPGM("// action:cancel"); //for Octoprint: works the same as clicking "Abort" button in Octoprint GUI
  637. SERIAL_PROTOCOLLNRPGM(_T(MSG_OK));
  638. }
  639. }
  640. #endif //TMC2130
  641. void failstats_reset_print()
  642. {
  643. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_X, 0);
  644. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_Y, 0);
  645. eeprom_update_byte((uint8_t *)EEPROM_FERROR_COUNT, 0);
  646. eeprom_update_byte((uint8_t *)EEPROM_POWER_COUNT, 0);
  647. }
  648. #ifdef MESH_BED_LEVELING
  649. enum MeshLevelingState { MeshReport, MeshStart, MeshNext, MeshSet };
  650. #endif
  651. // Factory reset function
  652. // This function is used to erase parts or whole EEPROM memory which is used for storing calibration and and so on.
  653. // Level input parameter sets depth of reset
  654. // Quiet parameter masks all waitings for user interact.
  655. int er_progress = 0;
  656. void factory_reset(char level, bool quiet)
  657. {
  658. lcd_clear();
  659. switch (level) {
  660. // Level 0: Language reset
  661. case 0:
  662. if((eSoundMode==e_SOUND_MODE_LOUD)||(eSoundMode==e_SOUND_MODE_ONCE))
  663. WRITE(BEEPER, HIGH);
  664. _delay_ms(100);
  665. WRITE(BEEPER, LOW);
  666. lang_reset();
  667. break;
  668. //Level 1: Reset statistics
  669. case 1:
  670. if((eSoundMode==e_SOUND_MODE_LOUD)||(eSoundMode==e_SOUND_MODE_ONCE))
  671. WRITE(BEEPER, HIGH);
  672. _delay_ms(100);
  673. WRITE(BEEPER, LOW);
  674. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, 0);
  675. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, 0);
  676. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_X, 0);
  677. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_Y, 0);
  678. eeprom_update_byte((uint8_t *)EEPROM_FERROR_COUNT, 0);
  679. eeprom_update_byte((uint8_t *)EEPROM_POWER_COUNT, 0);
  680. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_X_TOT, 0);
  681. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_Y_TOT, 0);
  682. eeprom_update_word((uint16_t *)EEPROM_FERROR_COUNT_TOT, 0);
  683. eeprom_update_word((uint16_t *)EEPROM_POWER_COUNT_TOT, 0);
  684. lcd_menu_statistics();
  685. break;
  686. // Level 2: Prepare for shipping
  687. case 2:
  688. //lcd_puts_P(PSTR("Factory RESET"));
  689. //lcd_puts_at_P(1,2,PSTR("Shipping prep"));
  690. // Force language selection at the next boot up.
  691. lang_reset();
  692. // Force the "Follow calibration flow" message at the next boot up.
  693. calibration_status_store(CALIBRATION_STATUS_Z_CALIBRATION);
  694. eeprom_write_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 1); //run wizard
  695. farm_no = 0;
  696. farm_mode = false;
  697. eeprom_update_byte((uint8_t*)EEPROM_FARM_MODE, farm_mode);
  698. EEPROM_save_B(EEPROM_FARM_NUMBER, &farm_no);
  699. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, 0);
  700. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, 0);
  701. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_X_TOT, 0);
  702. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_Y_TOT, 0);
  703. eeprom_update_word((uint16_t *)EEPROM_FERROR_COUNT_TOT, 0);
  704. eeprom_update_word((uint16_t *)EEPROM_POWER_COUNT_TOT, 0);
  705. #ifdef FILAMENT_SENSOR
  706. fsensor_enable();
  707. fsensor_autoload_set(true);
  708. #endif //FILAMENT_SENSOR
  709. if((eSoundMode==e_SOUND_MODE_LOUD)||(eSoundMode==e_SOUND_MODE_ONCE))
  710. WRITE(BEEPER, HIGH);
  711. _delay_ms(100);
  712. WRITE(BEEPER, LOW);
  713. //_delay_ms(2000);
  714. break;
  715. // Level 3: erase everything, whole EEPROM will be set to 0xFF
  716. case 3:
  717. lcd_puts_P(PSTR("Factory RESET"));
  718. lcd_puts_at_P(1, 2, PSTR("ERASING all data"));
  719. if((eSoundMode==e_SOUND_MODE_LOUD)||(eSoundMode==e_SOUND_MODE_ONCE))
  720. WRITE(BEEPER, HIGH);
  721. _delay_ms(100);
  722. WRITE(BEEPER, LOW);
  723. er_progress = 0;
  724. lcd_puts_at_P(3, 3, PSTR(" "));
  725. lcd_set_cursor(3, 3);
  726. lcd_print(er_progress);
  727. // Erase EEPROM
  728. for (int i = 0; i < 4096; i++) {
  729. eeprom_write_byte((uint8_t*)i, 0xFF);
  730. if (i % 41 == 0) {
  731. er_progress++;
  732. lcd_puts_at_P(3, 3, PSTR(" "));
  733. lcd_set_cursor(3, 3);
  734. lcd_print(er_progress);
  735. lcd_puts_P(PSTR("%"));
  736. }
  737. }
  738. break;
  739. case 4:
  740. bowden_menu();
  741. break;
  742. default:
  743. break;
  744. }
  745. }
  746. FILE _uartout = {0};
  747. int uart_putchar(char c, FILE *stream)
  748. {
  749. MYSERIAL.write(c);
  750. return 0;
  751. }
  752. void lcd_splash()
  753. {
  754. // lcd_puts_at_P(0, 1, PSTR(" Original Prusa "));
  755. // lcd_puts_at_P(0, 2, PSTR(" 3D Printers "));
  756. // lcd_puts_P(PSTR("\x1b[1;3HOriginal Prusa\x1b[2;4H3D Printers"));
  757. // fputs_P(PSTR(ESC_2J ESC_H(1,1) "Original Prusa i3" ESC_H(3,2) "Prusa Research"), lcdout);
  758. lcd_puts_P(PSTR(ESC_2J ESC_H(1,1) "Original Prusa i3" ESC_H(3,2) "Prusa Research"));
  759. // lcd_printf_P(_N(ESC_2J "x:%.3f\ny:%.3f\nz:%.3f\ne:%.3f"), _x, _y, _z, _e);
  760. }
  761. void factory_reset()
  762. {
  763. KEEPALIVE_STATE(PAUSED_FOR_USER);
  764. if (!READ(BTN_ENC))
  765. {
  766. _delay_ms(1000);
  767. if (!READ(BTN_ENC))
  768. {
  769. lcd_clear();
  770. lcd_puts_P(PSTR("Factory RESET"));
  771. SET_OUTPUT(BEEPER);
  772. if((eSoundMode==e_SOUND_MODE_LOUD)||(eSoundMode==e_SOUND_MODE_ONCE))
  773. WRITE(BEEPER, HIGH);
  774. while (!READ(BTN_ENC));
  775. WRITE(BEEPER, LOW);
  776. _delay_ms(2000);
  777. char level = reset_menu();
  778. factory_reset(level, false);
  779. switch (level) {
  780. case 0: _delay_ms(0); break;
  781. case 1: _delay_ms(0); break;
  782. case 2: _delay_ms(0); break;
  783. case 3: _delay_ms(0); break;
  784. }
  785. }
  786. }
  787. KEEPALIVE_STATE(IN_HANDLER);
  788. }
  789. void show_fw_version_warnings() {
  790. if (FW_DEV_VERSION == FW_VERSION_GOLD || FW_DEV_VERSION == FW_VERSION_RC) return;
  791. switch (FW_DEV_VERSION) {
  792. case(FW_VERSION_ALPHA): lcd_show_fullscreen_message_and_wait_P(_i("You are using firmware alpha version. This is development version. Using this version is not recommended and may cause printer damage.")); break;////MSG_FW_VERSION_ALPHA c=20 r=8
  793. case(FW_VERSION_BETA): lcd_show_fullscreen_message_and_wait_P(_i("You are using firmware beta version. This is development version. Using this version is not recommended and may cause printer damage.")); break;////MSG_FW_VERSION_BETA c=20 r=8
  794. case(FW_VERSION_DEVEL):
  795. case(FW_VERSION_DEBUG):
  796. lcd_update_enable(false);
  797. lcd_clear();
  798. #if FW_DEV_VERSION == FW_VERSION_DEVEL
  799. lcd_puts_at_P(0, 0, PSTR("Development build !!"));
  800. #else
  801. lcd_puts_at_P(0, 0, PSTR("Debbugging build !!!"));
  802. #endif
  803. lcd_puts_at_P(0, 1, PSTR("May destroy printer!"));
  804. lcd_puts_at_P(0, 2, PSTR("ver ")); lcd_puts_P(PSTR(FW_VERSION_FULL));
  805. lcd_puts_at_P(0, 3, PSTR(FW_REPOSITORY));
  806. lcd_wait_for_click();
  807. break;
  808. // default: lcd_show_fullscreen_message_and_wait_P(_i("WARNING: This is an unofficial, unsupported build. Use at your own risk!")); break;////MSG_FW_VERSION_UNKNOWN c=20 r=8
  809. }
  810. lcd_update_enable(true);
  811. }
  812. uint8_t check_printer_version()
  813. {
  814. uint8_t version_changed = 0;
  815. uint16_t printer_type = eeprom_read_word((uint16_t*)EEPROM_PRINTER_TYPE);
  816. uint16_t motherboard = eeprom_read_word((uint16_t*)EEPROM_BOARD_TYPE);
  817. if (printer_type != PRINTER_TYPE) {
  818. if (printer_type == 0xffff) eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  819. else version_changed |= 0b10;
  820. }
  821. if (motherboard != MOTHERBOARD) {
  822. if(motherboard == 0xffff) eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  823. else version_changed |= 0b01;
  824. }
  825. return version_changed;
  826. }
  827. void erase_eeprom_section(uint16_t offset, uint16_t bytes)
  828. {
  829. for (unsigned int i = offset; i < (offset+bytes); i++) eeprom_write_byte((uint8_t*)i, 0xFF);
  830. }
  831. #ifdef BOOTAPP
  832. #include "bootapp.h" //bootloader support
  833. #endif //BOOTAPP
  834. #if (LANG_MODE != 0) //secondary language support
  835. #ifdef W25X20CL
  836. // language update from external flash
  837. #define LANGBOOT_BLOCKSIZE 0x1000u
  838. #define LANGBOOT_RAMBUFFER 0x0800
  839. void update_sec_lang_from_external_flash()
  840. {
  841. if ((boot_app_magic == BOOT_APP_MAGIC) && (boot_app_flags & BOOT_APP_FLG_USER0))
  842. {
  843. uint8_t lang = boot_reserved >> 4;
  844. uint8_t state = boot_reserved & 0xf;
  845. lang_table_header_t header;
  846. uint32_t src_addr;
  847. if (lang_get_header(lang, &header, &src_addr))
  848. {
  849. fputs_P(PSTR(ESC_H(1,3) "Language update."), lcdout);
  850. for (uint8_t i = 0; i < state; i++) fputc('.', lcdout);
  851. delay(100);
  852. boot_reserved = (state + 1) | (lang << 4);
  853. if ((state * LANGBOOT_BLOCKSIZE) < header.size)
  854. {
  855. cli();
  856. uint16_t size = header.size - state * LANGBOOT_BLOCKSIZE;
  857. if (size > LANGBOOT_BLOCKSIZE) size = LANGBOOT_BLOCKSIZE;
  858. w25x20cl_rd_data(src_addr + state * LANGBOOT_BLOCKSIZE, (uint8_t*)LANGBOOT_RAMBUFFER, size);
  859. if (state == 0)
  860. {
  861. //TODO - check header integrity
  862. }
  863. bootapp_ram2flash(LANGBOOT_RAMBUFFER, _SEC_LANG_TABLE + state * LANGBOOT_BLOCKSIZE, size);
  864. }
  865. else
  866. {
  867. //TODO - check sec lang data integrity
  868. eeprom_update_byte((unsigned char *)EEPROM_LANG, LANG_ID_SEC);
  869. }
  870. }
  871. }
  872. boot_app_flags &= ~BOOT_APP_FLG_USER0;
  873. }
  874. #ifdef DEBUG_W25X20CL
  875. uint8_t lang_xflash_enum_codes(uint16_t* codes)
  876. {
  877. lang_table_header_t header;
  878. uint8_t count = 0;
  879. uint32_t addr = 0x00000;
  880. while (1)
  881. {
  882. printf_P(_n("LANGTABLE%d:"), count);
  883. w25x20cl_rd_data(addr, (uint8_t*)&header, sizeof(lang_table_header_t));
  884. if (header.magic != LANG_MAGIC)
  885. {
  886. printf_P(_n("NG!\n"));
  887. break;
  888. }
  889. printf_P(_n("OK\n"));
  890. printf_P(_n(" _lt_magic = 0x%08lx %S\n"), header.magic, (header.magic==LANG_MAGIC)?_n("OK"):_n("NA"));
  891. printf_P(_n(" _lt_size = 0x%04x (%d)\n"), header.size, header.size);
  892. printf_P(_n(" _lt_count = 0x%04x (%d)\n"), header.count, header.count);
  893. printf_P(_n(" _lt_chsum = 0x%04x\n"), header.checksum);
  894. printf_P(_n(" _lt_code = 0x%04x (%c%c)\n"), header.code, header.code >> 8, header.code & 0xff);
  895. printf_P(_n(" _lt_sign = 0x%08lx\n"), header.signature);
  896. addr += header.size;
  897. codes[count] = header.code;
  898. count ++;
  899. }
  900. return count;
  901. }
  902. void list_sec_lang_from_external_flash()
  903. {
  904. uint16_t codes[8];
  905. uint8_t count = lang_xflash_enum_codes(codes);
  906. printf_P(_n("XFlash lang count = %hhd\n"), count);
  907. }
  908. #endif //DEBUG_W25X20CL
  909. #endif //W25X20CL
  910. #endif //(LANG_MODE != 0)
  911. // "Setup" function is called by the Arduino framework on startup.
  912. // Before startup, the Timers-functions (PWM)/Analog RW and HardwareSerial provided by the Arduino-code
  913. // are initialized by the main() routine provided by the Arduino framework.
  914. void setup()
  915. {
  916. mmu_init();
  917. ultralcd_init();
  918. spi_init();
  919. lcd_splash();
  920. Sound_Init(); // also guarantee "SET_OUTPUT(BEEPER)"
  921. #ifdef W25X20CL
  922. if (!w25x20cl_init())
  923. kill(_i("External SPI flash W25X20CL not responding."));
  924. // Enter an STK500 compatible Optiboot boot loader waiting for flashing the languages to an external flash memory.
  925. optiboot_w25x20cl_enter();
  926. #endif
  927. #if (LANG_MODE != 0) //secondary language support
  928. #ifdef W25X20CL
  929. if (w25x20cl_init())
  930. update_sec_lang_from_external_flash();
  931. #endif //W25X20CL
  932. #endif //(LANG_MODE != 0)
  933. setup_killpin();
  934. setup_powerhold();
  935. farm_mode = eeprom_read_byte((uint8_t*)EEPROM_FARM_MODE);
  936. EEPROM_read_B(EEPROM_FARM_NUMBER, &farm_no);
  937. if ((farm_mode == 0xFF && farm_no == 0) || ((uint16_t)farm_no == 0xFFFF))
  938. farm_mode = false; //if farm_mode has not been stored to eeprom yet and farm number is set to zero or EEPROM is fresh, deactivate farm mode
  939. if ((uint16_t)farm_no == 0xFFFF) farm_no = 0;
  940. selectedSerialPort = eeprom_read_byte((uint8_t*)EEPROM_SECOND_SERIAL_ACTIVE);
  941. if (selectedSerialPort == 0xFF) selectedSerialPort = 0;
  942. if (farm_mode)
  943. {
  944. no_response = true; //we need confirmation by recieving PRUSA thx
  945. important_status = 8;
  946. prusa_statistics(8);
  947. selectedSerialPort = 1;
  948. #ifdef TMC2130
  949. //increased extruder current (PFW363)
  950. tmc2130_current_h[E_AXIS] = 36;
  951. tmc2130_current_r[E_AXIS] = 36;
  952. #endif //TMC2130
  953. #ifdef FILAMENT_SENSOR
  954. //disabled filament autoload (PFW360)
  955. fsensor_autoload_set(false);
  956. #endif //FILAMENT_SENSOR
  957. }
  958. MYSERIAL.begin(BAUDRATE);
  959. fdev_setup_stream(uartout, uart_putchar, NULL, _FDEV_SETUP_WRITE); //setup uart out stream
  960. stdout = uartout;
  961. SERIAL_PROTOCOLLNPGM("start");
  962. SERIAL_ECHO_START;
  963. printf_P(PSTR(" " FW_VERSION_FULL "\n"));
  964. #ifdef DEBUG_SEC_LANG
  965. lang_table_header_t header;
  966. uint32_t src_addr = 0x00000;
  967. if (lang_get_header(1, &header, &src_addr))
  968. {
  969. //this is comparsion of some printing-methods regarding to flash space usage and code size/readability
  970. #define LT_PRINT_TEST 2
  971. // flash usage
  972. // total p.test
  973. //0 252718 t+c text code
  974. //1 253142 424 170 254
  975. //2 253040 322 164 158
  976. //3 253248 530 135 395
  977. #if (LT_PRINT_TEST==1) //not optimized printf
  978. printf_P(_n(" _src_addr = 0x%08lx\n"), src_addr);
  979. printf_P(_n(" _lt_magic = 0x%08lx %S\n"), header.magic, (header.magic==LANG_MAGIC)?_n("OK"):_n("NA"));
  980. printf_P(_n(" _lt_size = 0x%04x (%d)\n"), header.size, header.size);
  981. printf_P(_n(" _lt_count = 0x%04x (%d)\n"), header.count, header.count);
  982. printf_P(_n(" _lt_chsum = 0x%04x\n"), header.checksum);
  983. printf_P(_n(" _lt_code = 0x%04x (%c%c)\n"), header.code, header.code >> 8, header.code & 0xff);
  984. printf_P(_n(" _lt_sign = 0x%08lx\n"), header.signature);
  985. #elif (LT_PRINT_TEST==2) //optimized printf
  986. printf_P(
  987. _n(
  988. " _src_addr = 0x%08lx\n"
  989. " _lt_magic = 0x%08lx %S\n"
  990. " _lt_size = 0x%04x (%d)\n"
  991. " _lt_count = 0x%04x (%d)\n"
  992. " _lt_chsum = 0x%04x\n"
  993. " _lt_code = 0x%04x (%c%c)\n"
  994. " _lt_resv1 = 0x%08lx\n"
  995. ),
  996. src_addr,
  997. header.magic, (header.magic==LANG_MAGIC)?_n("OK"):_n("NA"),
  998. header.size, header.size,
  999. header.count, header.count,
  1000. header.checksum,
  1001. header.code, header.code >> 8, header.code & 0xff,
  1002. header.signature
  1003. );
  1004. #elif (LT_PRINT_TEST==3) //arduino print/println (leading zeros not solved)
  1005. MYSERIAL.print(" _src_addr = 0x");
  1006. MYSERIAL.println(src_addr, 16);
  1007. MYSERIAL.print(" _lt_magic = 0x");
  1008. MYSERIAL.print(header.magic, 16);
  1009. MYSERIAL.println((header.magic==LANG_MAGIC)?" OK":" NA");
  1010. MYSERIAL.print(" _lt_size = 0x");
  1011. MYSERIAL.print(header.size, 16);
  1012. MYSERIAL.print(" (");
  1013. MYSERIAL.print(header.size, 10);
  1014. MYSERIAL.println(")");
  1015. MYSERIAL.print(" _lt_count = 0x");
  1016. MYSERIAL.print(header.count, 16);
  1017. MYSERIAL.print(" (");
  1018. MYSERIAL.print(header.count, 10);
  1019. MYSERIAL.println(")");
  1020. MYSERIAL.print(" _lt_chsum = 0x");
  1021. MYSERIAL.println(header.checksum, 16);
  1022. MYSERIAL.print(" _lt_code = 0x");
  1023. MYSERIAL.print(header.code, 16);
  1024. MYSERIAL.print(" (");
  1025. MYSERIAL.print((char)(header.code >> 8), 0);
  1026. MYSERIAL.print((char)(header.code & 0xff), 0);
  1027. MYSERIAL.println(")");
  1028. MYSERIAL.print(" _lt_resv1 = 0x");
  1029. MYSERIAL.println(header.signature, 16);
  1030. #endif //(LT_PRINT_TEST==)
  1031. #undef LT_PRINT_TEST
  1032. #if 0
  1033. w25x20cl_rd_data(0x25ba, (uint8_t*)&block_buffer, 1024);
  1034. for (uint16_t i = 0; i < 1024; i++)
  1035. {
  1036. if ((i % 16) == 0) printf_P(_n("%04x:"), 0x25ba+i);
  1037. printf_P(_n(" %02x"), ((uint8_t*)&block_buffer)[i]);
  1038. if ((i % 16) == 15) putchar('\n');
  1039. }
  1040. #endif
  1041. uint16_t sum = 0;
  1042. for (uint16_t i = 0; i < header.size; i++)
  1043. sum += (uint16_t)pgm_read_byte((uint8_t*)(_SEC_LANG_TABLE + i)) << ((i & 1)?0:8);
  1044. printf_P(_n("_SEC_LANG_TABLE checksum = %04x\n"), sum);
  1045. sum -= header.checksum; //subtract checksum
  1046. printf_P(_n("_SEC_LANG_TABLE checksum = %04x\n"), sum);
  1047. sum = (sum >> 8) | ((sum & 0xff) << 8); //swap bytes
  1048. if (sum == header.checksum)
  1049. printf_P(_n("Checksum OK\n"), sum);
  1050. else
  1051. printf_P(_n("Checksum NG\n"), sum);
  1052. }
  1053. else
  1054. printf_P(_n("lang_get_header failed!\n"));
  1055. #if 0
  1056. for (uint16_t i = 0; i < 1024*10; i++)
  1057. {
  1058. if ((i % 16) == 0) printf_P(_n("%04x:"), _SEC_LANG_TABLE+i);
  1059. printf_P(_n(" %02x"), pgm_read_byte((uint8_t*)(_SEC_LANG_TABLE+i)));
  1060. if ((i % 16) == 15) putchar('\n');
  1061. }
  1062. #endif
  1063. #if 0
  1064. SERIAL_ECHOLN("Reading eeprom from 0 to 100: start");
  1065. for (int i = 0; i < 4096; ++i) {
  1066. int b = eeprom_read_byte((unsigned char*)i);
  1067. if (b != 255) {
  1068. SERIAL_ECHO(i);
  1069. SERIAL_ECHO(":");
  1070. SERIAL_ECHO(b);
  1071. SERIAL_ECHOLN("");
  1072. }
  1073. }
  1074. SERIAL_ECHOLN("Reading eeprom from 0 to 100: done");
  1075. #endif
  1076. #endif //DEBUG_SEC_LANG
  1077. // Check startup - does nothing if bootloader sets MCUSR to 0
  1078. byte mcu = MCUSR;
  1079. /* if (mcu & 1) SERIAL_ECHOLNRPGM(_T(MSG_POWERUP));
  1080. if (mcu & 2) SERIAL_ECHOLNRPGM(MSG_EXTERNAL_RESET);
  1081. if (mcu & 4) SERIAL_ECHOLNRPGM(MSG_BROWNOUT_RESET);
  1082. if (mcu & 8) SERIAL_ECHOLNRPGM(MSG_WATCHDOG_RESET);
  1083. if (mcu & 32) SERIAL_ECHOLNRPGM(MSG_SOFTWARE_RESET);*/
  1084. if (mcu & 1) puts_P(_T(MSG_POWERUP));
  1085. if (mcu & 2) puts_P(MSG_EXTERNAL_RESET);
  1086. if (mcu & 4) puts_P(MSG_BROWNOUT_RESET);
  1087. if (mcu & 8) puts_P(MSG_WATCHDOG_RESET);
  1088. if (mcu & 32) puts_P(MSG_SOFTWARE_RESET);
  1089. MCUSR = 0;
  1090. //SERIAL_ECHORPGM(MSG_MARLIN);
  1091. //SERIAL_ECHOLNRPGM(VERSION_STRING);
  1092. #ifdef STRING_VERSION_CONFIG_H
  1093. #ifdef STRING_CONFIG_H_AUTHOR
  1094. SERIAL_ECHO_START;
  1095. SERIAL_ECHORPGM(_i(" Last Updated: "));////MSG_CONFIGURATION_VER c=0 r=0
  1096. SERIAL_ECHOPGM(STRING_VERSION_CONFIG_H);
  1097. SERIAL_ECHORPGM(_n(" | Author: "));////MSG_AUTHOR c=0 r=0
  1098. SERIAL_ECHOLNPGM(STRING_CONFIG_H_AUTHOR);
  1099. SERIAL_ECHOPGM("Compiled: ");
  1100. SERIAL_ECHOLNPGM(__DATE__);
  1101. #endif
  1102. #endif
  1103. SERIAL_ECHO_START;
  1104. SERIAL_ECHORPGM(_i(" Free Memory: "));////MSG_FREE_MEMORY c=0 r=0
  1105. SERIAL_ECHO(freeMemory());
  1106. SERIAL_ECHORPGM(_i(" PlannerBufferBytes: "));////MSG_PLANNER_BUFFER_BYTES c=0 r=0
  1107. SERIAL_ECHOLN((int)sizeof(block_t)*BLOCK_BUFFER_SIZE);
  1108. //lcd_update_enable(false); // why do we need this?? - andre
  1109. // loads data from EEPROM if available else uses defaults (and resets step acceleration rate)
  1110. bool previous_settings_retrieved = false;
  1111. uint8_t hw_changed = check_printer_version();
  1112. if (!(hw_changed & 0b10)) { //if printer version wasn't changed, check for eeprom version and retrieve settings from eeprom in case that version wasn't changed
  1113. previous_settings_retrieved = Config_RetrieveSettings(EEPROM_OFFSET);
  1114. }
  1115. else { //printer version was changed so use default settings
  1116. Config_ResetDefault();
  1117. }
  1118. SdFatUtil::set_stack_guard(); //writes magic number at the end of static variables to protect against overwriting static memory by stack
  1119. tp_init(); // Initialize temperature loop
  1120. lcd_splash(); // we need to do this again, because tp_init() kills lcd
  1121. plan_init(); // Initialize planner;
  1122. factory_reset();
  1123. lcd_encoder_diff=0;
  1124. #ifdef TMC2130
  1125. uint8_t silentMode = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
  1126. if (silentMode == 0xff) silentMode = 0;
  1127. tmc2130_mode = TMC2130_MODE_NORMAL;
  1128. uint8_t crashdet = eeprom_read_byte((uint8_t*)EEPROM_CRASH_DET);
  1129. if (crashdet && !farm_mode)
  1130. {
  1131. crashdet_enable();
  1132. puts_P(_N("CrashDetect ENABLED!"));
  1133. }
  1134. else
  1135. {
  1136. crashdet_disable();
  1137. puts_P(_N("CrashDetect DISABLED"));
  1138. }
  1139. #ifdef TMC2130_LINEARITY_CORRECTION
  1140. #ifdef TMC2130_LINEARITY_CORRECTION_XYZ
  1141. tmc2130_wave_fac[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_X_FAC);
  1142. tmc2130_wave_fac[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_Y_FAC);
  1143. tmc2130_wave_fac[Z_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_Z_FAC);
  1144. #endif //TMC2130_LINEARITY_CORRECTION_XYZ
  1145. tmc2130_wave_fac[E_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_E_FAC);
  1146. if (tmc2130_wave_fac[X_AXIS] == 0xff) tmc2130_wave_fac[X_AXIS] = 0;
  1147. if (tmc2130_wave_fac[Y_AXIS] == 0xff) tmc2130_wave_fac[Y_AXIS] = 0;
  1148. if (tmc2130_wave_fac[Z_AXIS] == 0xff) tmc2130_wave_fac[Z_AXIS] = 0;
  1149. if (tmc2130_wave_fac[E_AXIS] == 0xff) tmc2130_wave_fac[E_AXIS] = 0;
  1150. #endif //TMC2130_LINEARITY_CORRECTION
  1151. #ifdef TMC2130_VARIABLE_RESOLUTION
  1152. tmc2130_mres[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_X_MRES);
  1153. tmc2130_mres[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_Y_MRES);
  1154. tmc2130_mres[Z_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_Z_MRES);
  1155. tmc2130_mres[E_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_E_MRES);
  1156. if (tmc2130_mres[X_AXIS] == 0xff) tmc2130_mres[X_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_XY);
  1157. if (tmc2130_mres[Y_AXIS] == 0xff) tmc2130_mres[Y_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_XY);
  1158. if (tmc2130_mres[Z_AXIS] == 0xff) tmc2130_mres[Z_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_Z);
  1159. if (tmc2130_mres[E_AXIS] == 0xff) tmc2130_mres[E_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_E);
  1160. eeprom_update_byte((uint8_t*)EEPROM_TMC2130_X_MRES, tmc2130_mres[X_AXIS]);
  1161. eeprom_update_byte((uint8_t*)EEPROM_TMC2130_Y_MRES, tmc2130_mres[Y_AXIS]);
  1162. eeprom_update_byte((uint8_t*)EEPROM_TMC2130_Z_MRES, tmc2130_mres[Z_AXIS]);
  1163. eeprom_update_byte((uint8_t*)EEPROM_TMC2130_E_MRES, tmc2130_mres[E_AXIS]);
  1164. #else //TMC2130_VARIABLE_RESOLUTION
  1165. tmc2130_mres[X_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_XY);
  1166. tmc2130_mres[Y_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_XY);
  1167. tmc2130_mres[Z_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_Z);
  1168. tmc2130_mres[E_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_E);
  1169. #endif //TMC2130_VARIABLE_RESOLUTION
  1170. #endif //TMC2130
  1171. st_init(); // Initialize stepper, this enables interrupts!
  1172. #ifdef TMC2130
  1173. tmc2130_mode = silentMode?TMC2130_MODE_SILENT:TMC2130_MODE_NORMAL;
  1174. update_mode_profile();
  1175. tmc2130_init();
  1176. #endif //TMC2130
  1177. setup_photpin();
  1178. servo_init();
  1179. // Reset the machine correction matrix.
  1180. // It does not make sense to load the correction matrix until the machine is homed.
  1181. world2machine_reset();
  1182. #ifdef FILAMENT_SENSOR
  1183. fsensor_init();
  1184. #endif //FILAMENT_SENSOR
  1185. #if defined(CONTROLLERFAN_PIN) && (CONTROLLERFAN_PIN > -1)
  1186. SET_OUTPUT(CONTROLLERFAN_PIN); //Set pin used for driver cooling fan
  1187. #endif
  1188. setup_homepin();
  1189. #ifdef TMC2130
  1190. if (1) {
  1191. // try to run to zero phase before powering the Z motor.
  1192. // Move in negative direction
  1193. WRITE(Z_DIR_PIN,INVERT_Z_DIR);
  1194. // Round the current micro-micro steps to micro steps.
  1195. for (uint16_t phase = (tmc2130_rd_MSCNT(Z_AXIS) + 8) >> 4; phase > 0; -- phase) {
  1196. // Until the phase counter is reset to zero.
  1197. WRITE(Z_STEP_PIN, !INVERT_Z_STEP_PIN);
  1198. delay(2);
  1199. WRITE(Z_STEP_PIN, INVERT_Z_STEP_PIN);
  1200. delay(2);
  1201. }
  1202. }
  1203. #endif //TMC2130
  1204. #if defined(Z_AXIS_ALWAYS_ON)
  1205. enable_z();
  1206. #endif
  1207. farm_mode = eeprom_read_byte((uint8_t*)EEPROM_FARM_MODE);
  1208. EEPROM_read_B(EEPROM_FARM_NUMBER, &farm_no);
  1209. if ((farm_mode == 0xFF && farm_no == 0) || (farm_no == static_cast<int>(0xFFFF))) farm_mode = false; //if farm_mode has not been stored to eeprom yet and farm number is set to zero or EEPROM is fresh, deactivate farm mode
  1210. if (farm_no == static_cast<int>(0xFFFF)) farm_no = 0;
  1211. if (farm_mode)
  1212. {
  1213. prusa_statistics(8);
  1214. }
  1215. // Enable Toshiba FlashAir SD card / WiFi enahanced card.
  1216. card.ToshibaFlashAir_enable(eeprom_read_byte((unsigned char*)EEPROM_TOSHIBA_FLASH_AIR_COMPATIBLITY) == 1);
  1217. if (eeprom_read_dword((uint32_t*)(EEPROM_TOP - 4)) == 0x0ffffffff &&
  1218. eeprom_read_dword((uint32_t*)(EEPROM_TOP - 8)) == 0x0ffffffff) {
  1219. // Maiden startup. The firmware has been loaded and first started on a virgin RAMBo board,
  1220. // where all the EEPROM entries are set to 0x0ff.
  1221. // Once a firmware boots up, it forces at least a language selection, which changes
  1222. // EEPROM_LANG to number lower than 0x0ff.
  1223. // 1) Set a high power mode.
  1224. #ifdef TMC2130
  1225. eeprom_write_byte((uint8_t*)EEPROM_SILENT, 0);
  1226. tmc2130_mode = TMC2130_MODE_NORMAL;
  1227. #endif //TMC2130
  1228. eeprom_write_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 1); //run wizard
  1229. }
  1230. // Force SD card update. Otherwise the SD card update is done from loop() on card.checkautostart(false),
  1231. // but this times out if a blocking dialog is shown in setup().
  1232. card.initsd();
  1233. #ifdef DEBUG_SD_SPEED_TEST
  1234. if (card.cardOK)
  1235. {
  1236. uint8_t* buff = (uint8_t*)block_buffer;
  1237. uint32_t block = 0;
  1238. uint32_t sumr = 0;
  1239. uint32_t sumw = 0;
  1240. for (int i = 0; i < 1024; i++)
  1241. {
  1242. uint32_t u = micros();
  1243. bool res = card.card.readBlock(i, buff);
  1244. u = micros() - u;
  1245. if (res)
  1246. {
  1247. printf_P(PSTR("readBlock %4d 512 bytes %lu us\n"), i, u);
  1248. sumr += u;
  1249. u = micros();
  1250. res = card.card.writeBlock(i, buff);
  1251. u = micros() - u;
  1252. if (res)
  1253. {
  1254. printf_P(PSTR("writeBlock %4d 512 bytes %lu us\n"), i, u);
  1255. sumw += u;
  1256. }
  1257. else
  1258. {
  1259. printf_P(PSTR("writeBlock %4d error\n"), i);
  1260. break;
  1261. }
  1262. }
  1263. else
  1264. {
  1265. printf_P(PSTR("readBlock %4d error\n"), i);
  1266. break;
  1267. }
  1268. }
  1269. uint32_t avg_rspeed = (1024 * 1000000) / (sumr / 512);
  1270. uint32_t avg_wspeed = (1024 * 1000000) / (sumw / 512);
  1271. printf_P(PSTR("avg read speed %lu bytes/s\n"), avg_rspeed);
  1272. printf_P(PSTR("avg write speed %lu bytes/s\n"), avg_wspeed);
  1273. }
  1274. else
  1275. printf_P(PSTR("Card NG!\n"));
  1276. #endif //DEBUG_SD_SPEED_TEST
  1277. if (eeprom_read_byte((uint8_t*)EEPROM_POWER_COUNT) == 0xff) eeprom_write_byte((uint8_t*)EEPROM_POWER_COUNT, 0);
  1278. if (eeprom_read_byte((uint8_t*)EEPROM_CRASH_COUNT_X) == 0xff) eeprom_write_byte((uint8_t*)EEPROM_CRASH_COUNT_X, 0);
  1279. if (eeprom_read_byte((uint8_t*)EEPROM_CRASH_COUNT_Y) == 0xff) eeprom_write_byte((uint8_t*)EEPROM_CRASH_COUNT_Y, 0);
  1280. if (eeprom_read_byte((uint8_t*)EEPROM_FERROR_COUNT) == 0xff) eeprom_write_byte((uint8_t*)EEPROM_FERROR_COUNT, 0);
  1281. if (eeprom_read_word((uint16_t*)EEPROM_POWER_COUNT_TOT) == 0xffff) eeprom_write_word((uint16_t*)EEPROM_POWER_COUNT_TOT, 0);
  1282. if (eeprom_read_word((uint16_t*)EEPROM_CRASH_COUNT_X_TOT) == 0xffff) eeprom_write_word((uint16_t*)EEPROM_CRASH_COUNT_X_TOT, 0);
  1283. if (eeprom_read_word((uint16_t*)EEPROM_CRASH_COUNT_Y_TOT) == 0xffff) eeprom_write_word((uint16_t*)EEPROM_CRASH_COUNT_Y_TOT, 0);
  1284. if (eeprom_read_word((uint16_t*)EEPROM_FERROR_COUNT_TOT) == 0xffff) eeprom_write_word((uint16_t*)EEPROM_FERROR_COUNT_TOT, 0);
  1285. #ifdef SNMM
  1286. if (eeprom_read_dword((uint32_t*)EEPROM_BOWDEN_LENGTH) == 0x0ffffffff) { //bowden length used for SNMM
  1287. int _z = BOWDEN_LENGTH;
  1288. for(int i = 0; i<4; i++) EEPROM_save_B(EEPROM_BOWDEN_LENGTH + i * 2, &_z);
  1289. }
  1290. #endif
  1291. // In the future, somewhere here would one compare the current firmware version against the firmware version stored in the EEPROM.
  1292. // If they differ, an update procedure may need to be performed. At the end of this block, the current firmware version
  1293. // is being written into the EEPROM, so the update procedure will be triggered only once.
  1294. #if (LANG_MODE != 0) //secondary language support
  1295. #ifdef DEBUG_W25X20CL
  1296. W25X20CL_SPI_ENTER();
  1297. uint8_t uid[8]; // 64bit unique id
  1298. w25x20cl_rd_uid(uid);
  1299. puts_P(_n("W25X20CL UID="));
  1300. for (uint8_t i = 0; i < 8; i ++)
  1301. printf_P(PSTR("%02hhx"), uid[i]);
  1302. putchar('\n');
  1303. list_sec_lang_from_external_flash();
  1304. #endif //DEBUG_W25X20CL
  1305. // lang_reset();
  1306. if (!lang_select(eeprom_read_byte((uint8_t*)EEPROM_LANG)))
  1307. lcd_language();
  1308. #ifdef DEBUG_SEC_LANG
  1309. uint16_t sec_lang_code = lang_get_code(1);
  1310. uint16_t ui = _SEC_LANG_TABLE; //table pointer
  1311. printf_P(_n("lang_selected=%d\nlang_table=0x%04x\nSEC_LANG_CODE=0x%04x (%c%c)\n"), lang_selected, ui, sec_lang_code, sec_lang_code >> 8, sec_lang_code & 0xff);
  1312. // lang_print_sec_lang(uartout);
  1313. #endif //DEBUG_SEC_LANG
  1314. #endif //(LANG_MODE != 0)
  1315. if (eeprom_read_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE) == 255) {
  1316. eeprom_write_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE, 0);
  1317. temp_cal_active = false;
  1318. } else temp_cal_active = eeprom_read_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE);
  1319. if (eeprom_read_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA) == 255) {
  1320. //eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0);
  1321. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  1322. int16_t z_shift = 0;
  1323. for (uint8_t i = 0; i < 5; i++) EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i * 2, &z_shift);
  1324. eeprom_write_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE, 0);
  1325. temp_cal_active = false;
  1326. }
  1327. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO) == 255) {
  1328. eeprom_write_byte((uint8_t*)EEPROM_UVLO, 0);
  1329. }
  1330. if (eeprom_read_byte((uint8_t*)EEPROM_SD_SORT) == 255) {
  1331. eeprom_write_byte((uint8_t*)EEPROM_SD_SORT, 0);
  1332. }
  1333. check_babystep(); //checking if Z babystep is in allowed range
  1334. #ifdef UVLO_SUPPORT
  1335. setup_uvlo_interrupt();
  1336. #endif //UVLO_SUPPORT
  1337. #if !defined(DEBUG_DISABLE_FANCHECK) && defined(FANCHECK) && defined(TACH_1) && TACH_1 >-1
  1338. setup_fan_interrupt();
  1339. #endif //DEBUG_DISABLE_FANCHECK
  1340. #ifdef FILAMENT_SENSOR
  1341. fsensor_setup_interrupt();
  1342. #endif //FILAMENT_SENSOR
  1343. for (int i = 0; i<4; i++) EEPROM_read_B(EEPROM_BOWDEN_LENGTH + i * 2, &bowden_length[i]);
  1344. #ifndef DEBUG_DISABLE_STARTMSGS
  1345. KEEPALIVE_STATE(PAUSED_FOR_USER);
  1346. show_fw_version_warnings();
  1347. switch (hw_changed) {
  1348. //if motherboard or printer type was changed inform user as it can indicate flashing wrong firmware version
  1349. //if user confirms with knob, new hw version (printer and/or motherboard) is written to eeprom and message will be not shown next time
  1350. case(0b01):
  1351. lcd_show_fullscreen_message_and_wait_P(_i("Warning: motherboard type changed.")); ////MSG_CHANGED_MOTHERBOARD c=20 r=4
  1352. eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  1353. break;
  1354. case(0b10):
  1355. lcd_show_fullscreen_message_and_wait_P(_i("Warning: printer type changed.")); ////MSG_CHANGED_PRINTER c=20 r=4
  1356. eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  1357. break;
  1358. case(0b11):
  1359. lcd_show_fullscreen_message_and_wait_P(_i("Warning: both printer type and motherboard type changed.")); ////MSG_CHANGED_BOTH c=20 r=4
  1360. eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  1361. eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  1362. break;
  1363. default: break; //no change, show no message
  1364. }
  1365. if (!previous_settings_retrieved) {
  1366. lcd_show_fullscreen_message_and_wait_P(_i("Old settings found. Default PID, Esteps etc. will be set.")); //if EEPROM version or printer type was changed, inform user that default setting were loaded////MSG_DEFAULT_SETTINGS_LOADED c=20 r=4
  1367. erase_eeprom_section(EEPROM_OFFSET, 156); //erase M500 part of eeprom
  1368. }
  1369. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) == 1) {
  1370. lcd_wizard(0);
  1371. }
  1372. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) == 0) { //dont show calibration status messages if wizard is currently active
  1373. if (calibration_status() == CALIBRATION_STATUS_ASSEMBLED ||
  1374. calibration_status() == CALIBRATION_STATUS_UNKNOWN ||
  1375. calibration_status() == CALIBRATION_STATUS_XYZ_CALIBRATION) {
  1376. // Reset the babystepping values, so the printer will not move the Z axis up when the babystepping is enabled.
  1377. eeprom_update_word((uint16_t*)EEPROM_BABYSTEP_Z, 0);
  1378. // Show the message.
  1379. lcd_show_fullscreen_message_and_wait_P(_T(MSG_FOLLOW_CALIBRATION_FLOW));
  1380. }
  1381. else if (calibration_status() == CALIBRATION_STATUS_LIVE_ADJUST) {
  1382. // Show the message.
  1383. lcd_show_fullscreen_message_and_wait_P(_T(MSG_BABYSTEP_Z_NOT_SET));
  1384. lcd_update_enable(true);
  1385. }
  1386. else if (calibration_status() == CALIBRATION_STATUS_CALIBRATED && temp_cal_active == true && calibration_status_pinda() == false) {
  1387. //lcd_show_fullscreen_message_and_wait_P(_i("Temperature calibration has not been run yet"));////MSG_PINDA_NOT_CALIBRATED c=20 r=4
  1388. lcd_update_enable(true);
  1389. }
  1390. else if (calibration_status() == CALIBRATION_STATUS_Z_CALIBRATION) {
  1391. // Show the message.
  1392. lcd_show_fullscreen_message_and_wait_P(_T(MSG_FOLLOW_Z_CALIBRATION_FLOW));
  1393. }
  1394. }
  1395. #if !defined (DEBUG_DISABLE_FORCE_SELFTEST) && defined (TMC2130)
  1396. if (force_selftest_if_fw_version() && calibration_status() < CALIBRATION_STATUS_ASSEMBLED) {
  1397. lcd_show_fullscreen_message_and_wait_P(_i("Selftest will be run to calibrate accurate sensorless rehoming."));////MSG_FORCE_SELFTEST c=20 r=8
  1398. update_current_firmware_version_to_eeprom();
  1399. lcd_selftest();
  1400. }
  1401. #endif //TMC2130 && !DEBUG_DISABLE_FORCE_SELFTEST
  1402. KEEPALIVE_STATE(IN_PROCESS);
  1403. #endif //DEBUG_DISABLE_STARTMSGS
  1404. lcd_update_enable(true);
  1405. lcd_clear();
  1406. lcd_update(2);
  1407. // Store the currently running firmware into an eeprom,
  1408. // so the next time the firmware gets updated, it will know from which version it has been updated.
  1409. update_current_firmware_version_to_eeprom();
  1410. #ifdef TMC2130
  1411. tmc2130_home_origin[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_X_ORIGIN);
  1412. tmc2130_home_bsteps[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_X_BSTEPS);
  1413. tmc2130_home_fsteps[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_X_FSTEPS);
  1414. if (tmc2130_home_origin[X_AXIS] == 0xff) tmc2130_home_origin[X_AXIS] = 0;
  1415. if (tmc2130_home_bsteps[X_AXIS] == 0xff) tmc2130_home_bsteps[X_AXIS] = 48;
  1416. if (tmc2130_home_fsteps[X_AXIS] == 0xff) tmc2130_home_fsteps[X_AXIS] = 48;
  1417. tmc2130_home_origin[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_ORIGIN);
  1418. tmc2130_home_bsteps[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_BSTEPS);
  1419. tmc2130_home_fsteps[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_FSTEPS);
  1420. if (tmc2130_home_origin[Y_AXIS] == 0xff) tmc2130_home_origin[Y_AXIS] = 0;
  1421. if (tmc2130_home_bsteps[Y_AXIS] == 0xff) tmc2130_home_bsteps[Y_AXIS] = 48;
  1422. if (tmc2130_home_fsteps[Y_AXIS] == 0xff) tmc2130_home_fsteps[Y_AXIS] = 48;
  1423. tmc2130_home_enabled = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_ENABLED);
  1424. if (tmc2130_home_enabled == 0xff) tmc2130_home_enabled = 0;
  1425. #endif //TMC2130
  1426. #ifdef UVLO_SUPPORT
  1427. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO) != 0) { //previous print was terminated by UVLO
  1428. /*
  1429. if (lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_RECOVER_PRINT), false)) recover_print();
  1430. else {
  1431. eeprom_update_byte((uint8_t*)EEPROM_UVLO, 0);
  1432. lcd_update_enable(true);
  1433. lcd_update(2);
  1434. lcd_setstatuspgm(_T(WELCOME_MSG));
  1435. }
  1436. */
  1437. manage_heater(); // Update temperatures
  1438. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1439. printf_P(_N("Power panic detected!\nCurrent bed temp:%d\nSaved bed temp:%d\n"), (int)degBed(), eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED))
  1440. #endif
  1441. if ( degBed() > ( (float)eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED) - AUTOMATIC_UVLO_BED_TEMP_OFFSET) ){
  1442. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1443. puts_P(_N("Automatic recovery!"));
  1444. #endif
  1445. recover_print(1);
  1446. }
  1447. else{
  1448. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1449. puts_P(_N("Normal recovery!"));
  1450. #endif
  1451. if ( lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_RECOVER_PRINT), false) ) recover_print(0);
  1452. else {
  1453. eeprom_update_byte((uint8_t*)EEPROM_UVLO, 0);
  1454. lcd_update_enable(true);
  1455. lcd_update(2);
  1456. lcd_setstatuspgm(_T(WELCOME_MSG));
  1457. }
  1458. }
  1459. }
  1460. #endif //UVLO_SUPPORT
  1461. KEEPALIVE_STATE(NOT_BUSY);
  1462. #ifdef WATCHDOG
  1463. wdt_enable(WDTO_4S);
  1464. #endif //WATCHDOG
  1465. }
  1466. void trace();
  1467. #define CHUNK_SIZE 64 // bytes
  1468. #define SAFETY_MARGIN 1
  1469. char chunk[CHUNK_SIZE+SAFETY_MARGIN];
  1470. int chunkHead = 0;
  1471. void serial_read_stream() {
  1472. setAllTargetHotends(0);
  1473. setTargetBed(0);
  1474. lcd_clear();
  1475. lcd_puts_P(PSTR(" Upload in progress"));
  1476. // first wait for how many bytes we will receive
  1477. uint32_t bytesToReceive;
  1478. // receive the four bytes
  1479. char bytesToReceiveBuffer[4];
  1480. for (int i=0; i<4; i++) {
  1481. int data;
  1482. while ((data = MYSERIAL.read()) == -1) {};
  1483. bytesToReceiveBuffer[i] = data;
  1484. }
  1485. // make it a uint32
  1486. memcpy(&bytesToReceive, &bytesToReceiveBuffer, 4);
  1487. // we're ready, notify the sender
  1488. MYSERIAL.write('+');
  1489. // lock in the routine
  1490. uint32_t receivedBytes = 0;
  1491. while (prusa_sd_card_upload) {
  1492. int i;
  1493. for (i=0; i<CHUNK_SIZE; i++) {
  1494. int data;
  1495. // check if we're not done
  1496. if (receivedBytes == bytesToReceive) {
  1497. break;
  1498. }
  1499. // read the next byte
  1500. while ((data = MYSERIAL.read()) == -1) {};
  1501. receivedBytes++;
  1502. // save it to the chunk
  1503. chunk[i] = data;
  1504. }
  1505. // write the chunk to SD
  1506. card.write_command_no_newline(&chunk[0]);
  1507. // notify the sender we're ready for more data
  1508. MYSERIAL.write('+');
  1509. // for safety
  1510. manage_heater();
  1511. // check if we're done
  1512. if(receivedBytes == bytesToReceive) {
  1513. trace(); // beep
  1514. card.closefile();
  1515. prusa_sd_card_upload = false;
  1516. SERIAL_PROTOCOLLNRPGM(MSG_FILE_SAVED);
  1517. }
  1518. }
  1519. }
  1520. #ifdef HOST_KEEPALIVE_FEATURE
  1521. /**
  1522. * Output a "busy" message at regular intervals
  1523. * while the machine is not accepting commands.
  1524. */
  1525. void host_keepalive() {
  1526. if (farm_mode) return;
  1527. long ms = millis();
  1528. if (host_keepalive_interval && busy_state != NOT_BUSY) {
  1529. if ((ms - prev_busy_signal_ms) < (long)(1000L * host_keepalive_interval)) return;
  1530. switch (busy_state) {
  1531. case IN_HANDLER:
  1532. case IN_PROCESS:
  1533. SERIAL_ECHO_START;
  1534. SERIAL_ECHOLNPGM("busy: processing");
  1535. break;
  1536. case PAUSED_FOR_USER:
  1537. SERIAL_ECHO_START;
  1538. SERIAL_ECHOLNPGM("busy: paused for user");
  1539. break;
  1540. case PAUSED_FOR_INPUT:
  1541. SERIAL_ECHO_START;
  1542. SERIAL_ECHOLNPGM("busy: paused for input");
  1543. break;
  1544. default:
  1545. break;
  1546. }
  1547. }
  1548. prev_busy_signal_ms = ms;
  1549. }
  1550. #endif
  1551. // The loop() function is called in an endless loop by the Arduino framework from the default main() routine.
  1552. // Before loop(), the setup() function is called by the main() routine.
  1553. void loop()
  1554. {
  1555. KEEPALIVE_STATE(NOT_BUSY);
  1556. if ((usb_printing_counter > 0) && ((millis()-_usb_timer) > 1000))
  1557. {
  1558. is_usb_printing = true;
  1559. usb_printing_counter--;
  1560. _usb_timer = millis();
  1561. }
  1562. if (usb_printing_counter == 0)
  1563. {
  1564. is_usb_printing = false;
  1565. }
  1566. if (prusa_sd_card_upload)
  1567. {
  1568. //we read byte-by byte
  1569. serial_read_stream();
  1570. } else
  1571. {
  1572. get_command();
  1573. #ifdef SDSUPPORT
  1574. card.checkautostart(false);
  1575. #endif
  1576. if(buflen)
  1577. {
  1578. cmdbuffer_front_already_processed = false;
  1579. #ifdef SDSUPPORT
  1580. if(card.saving)
  1581. {
  1582. // Saving a G-code file onto an SD-card is in progress.
  1583. // Saving starts with M28, saving until M29 is seen.
  1584. if(strstr_P(CMDBUFFER_CURRENT_STRING, PSTR("M29")) == NULL) {
  1585. card.write_command(CMDBUFFER_CURRENT_STRING);
  1586. if(card.logging)
  1587. process_commands();
  1588. else
  1589. SERIAL_PROTOCOLLNRPGM(_T(MSG_OK));
  1590. } else {
  1591. card.closefile();
  1592. SERIAL_PROTOCOLLNRPGM(MSG_FILE_SAVED);
  1593. }
  1594. } else {
  1595. process_commands();
  1596. }
  1597. #else
  1598. process_commands();
  1599. #endif //SDSUPPORT
  1600. if (! cmdbuffer_front_already_processed && buflen)
  1601. {
  1602. // ptr points to the start of the block currently being processed.
  1603. // The first character in the block is the block type.
  1604. char *ptr = cmdbuffer + bufindr;
  1605. if (*ptr == CMDBUFFER_CURRENT_TYPE_SDCARD) {
  1606. // To support power panic, move the lenght of the command on the SD card to a planner buffer.
  1607. union {
  1608. struct {
  1609. char lo;
  1610. char hi;
  1611. } lohi;
  1612. uint16_t value;
  1613. } sdlen;
  1614. sdlen.value = 0;
  1615. {
  1616. // This block locks the interrupts globally for 3.25 us,
  1617. // which corresponds to a maximum repeat frequency of 307.69 kHz.
  1618. // This blocking is safe in the context of a 10kHz stepper driver interrupt
  1619. // or a 115200 Bd serial line receive interrupt, which will not trigger faster than 12kHz.
  1620. cli();
  1621. // Reset the command to something, which will be ignored by the power panic routine,
  1622. // so this buffer length will not be counted twice.
  1623. *ptr ++ = CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED;
  1624. // Extract the current buffer length.
  1625. sdlen.lohi.lo = *ptr ++;
  1626. sdlen.lohi.hi = *ptr;
  1627. // and pass it to the planner queue.
  1628. planner_add_sd_length(sdlen.value);
  1629. sei();
  1630. }
  1631. }
  1632. else if((*ptr == CMDBUFFER_CURRENT_TYPE_USB_WITH_LINENR) && !IS_SD_PRINTING){
  1633. cli();
  1634. *ptr ++ = CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED;
  1635. // and one for each command to previous block in the planner queue.
  1636. planner_add_sd_length(1);
  1637. sei();
  1638. }
  1639. // Now it is safe to release the already processed command block. If interrupted by the power panic now,
  1640. // this block's SD card length will not be counted twice as its command type has been replaced
  1641. // by CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED.
  1642. cmdqueue_pop_front();
  1643. }
  1644. host_keepalive();
  1645. }
  1646. }
  1647. //check heater every n milliseconds
  1648. manage_heater();
  1649. isPrintPaused ? manage_inactivity(true) : manage_inactivity(false);
  1650. checkHitEndstops();
  1651. lcd_update(0);
  1652. #ifdef FILAMENT_SENSOR
  1653. if (mcode_in_progress != 600 && !mmu_enabled) //M600 not in progress
  1654. fsensor_update();
  1655. #endif //FILAMENT_SENSOR
  1656. #ifdef TMC2130
  1657. tmc2130_check_overtemp();
  1658. if (tmc2130_sg_crash)
  1659. {
  1660. uint8_t crash = tmc2130_sg_crash;
  1661. tmc2130_sg_crash = 0;
  1662. // crashdet_stop_and_save_print();
  1663. switch (crash)
  1664. {
  1665. case 1: enquecommand_P((PSTR("CRASH_DETECTEDX"))); break;
  1666. case 2: enquecommand_P((PSTR("CRASH_DETECTEDY"))); break;
  1667. case 3: enquecommand_P((PSTR("CRASH_DETECTEDXY"))); break;
  1668. }
  1669. }
  1670. #endif //TMC2130
  1671. mmu_loop();
  1672. }
  1673. #define DEFINE_PGM_READ_ANY(type, reader) \
  1674. static inline type pgm_read_any(const type *p) \
  1675. { return pgm_read_##reader##_near(p); }
  1676. DEFINE_PGM_READ_ANY(float, float);
  1677. DEFINE_PGM_READ_ANY(signed char, byte);
  1678. #define XYZ_CONSTS_FROM_CONFIG(type, array, CONFIG) \
  1679. static const PROGMEM type array##_P[3] = \
  1680. { X_##CONFIG, Y_##CONFIG, Z_##CONFIG }; \
  1681. static inline type array(int axis) \
  1682. { return pgm_read_any(&array##_P[axis]); } \
  1683. type array##_ext(int axis) \
  1684. { return pgm_read_any(&array##_P[axis]); }
  1685. XYZ_CONSTS_FROM_CONFIG(float, base_min_pos, MIN_POS);
  1686. XYZ_CONSTS_FROM_CONFIG(float, base_max_pos, MAX_POS);
  1687. XYZ_CONSTS_FROM_CONFIG(float, base_home_pos, HOME_POS);
  1688. XYZ_CONSTS_FROM_CONFIG(float, max_length, MAX_LENGTH);
  1689. XYZ_CONSTS_FROM_CONFIG(float, home_retract_mm, HOME_RETRACT_MM);
  1690. XYZ_CONSTS_FROM_CONFIG(signed char, home_dir, HOME_DIR);
  1691. static void axis_is_at_home(int axis) {
  1692. current_position[axis] = base_home_pos(axis) + cs.add_homing[axis];
  1693. min_pos[axis] = base_min_pos(axis) + cs.add_homing[axis];
  1694. max_pos[axis] = base_max_pos(axis) + cs.add_homing[axis];
  1695. }
  1696. inline void set_current_to_destination() { memcpy(current_position, destination, sizeof(current_position)); }
  1697. inline void set_destination_to_current() { memcpy(destination, current_position, sizeof(destination)); }
  1698. static void setup_for_endstop_move(bool enable_endstops_now = true) {
  1699. saved_feedrate = feedrate;
  1700. saved_feedmultiply = feedmultiply;
  1701. feedmultiply = 100;
  1702. previous_millis_cmd = millis();
  1703. enable_endstops(enable_endstops_now);
  1704. }
  1705. static void clean_up_after_endstop_move() {
  1706. #ifdef ENDSTOPS_ONLY_FOR_HOMING
  1707. enable_endstops(false);
  1708. #endif
  1709. feedrate = saved_feedrate;
  1710. feedmultiply = saved_feedmultiply;
  1711. previous_millis_cmd = millis();
  1712. }
  1713. #ifdef ENABLE_AUTO_BED_LEVELING
  1714. #ifdef AUTO_BED_LEVELING_GRID
  1715. static void set_bed_level_equation_lsq(double *plane_equation_coefficients)
  1716. {
  1717. vector_3 planeNormal = vector_3(-plane_equation_coefficients[0], -plane_equation_coefficients[1], 1);
  1718. planeNormal.debug("planeNormal");
  1719. plan_bed_level_matrix = matrix_3x3::create_look_at(planeNormal);
  1720. //bedLevel.debug("bedLevel");
  1721. //plan_bed_level_matrix.debug("bed level before");
  1722. //vector_3 uncorrected_position = plan_get_position_mm();
  1723. //uncorrected_position.debug("position before");
  1724. vector_3 corrected_position = plan_get_position();
  1725. // corrected_position.debug("position after");
  1726. current_position[X_AXIS] = corrected_position.x;
  1727. current_position[Y_AXIS] = corrected_position.y;
  1728. current_position[Z_AXIS] = corrected_position.z;
  1729. // put the bed at 0 so we don't go below it.
  1730. current_position[Z_AXIS] = cs.zprobe_zoffset; // in the lsq we reach here after raising the extruder due to the loop structure
  1731. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1732. }
  1733. #else // not AUTO_BED_LEVELING_GRID
  1734. static void set_bed_level_equation_3pts(float z_at_pt_1, float z_at_pt_2, float z_at_pt_3) {
  1735. plan_bed_level_matrix.set_to_identity();
  1736. vector_3 pt1 = vector_3(ABL_PROBE_PT_1_X, ABL_PROBE_PT_1_Y, z_at_pt_1);
  1737. vector_3 pt2 = vector_3(ABL_PROBE_PT_2_X, ABL_PROBE_PT_2_Y, z_at_pt_2);
  1738. vector_3 pt3 = vector_3(ABL_PROBE_PT_3_X, ABL_PROBE_PT_3_Y, z_at_pt_3);
  1739. vector_3 from_2_to_1 = (pt1 - pt2).get_normal();
  1740. vector_3 from_2_to_3 = (pt3 - pt2).get_normal();
  1741. vector_3 planeNormal = vector_3::cross(from_2_to_1, from_2_to_3).get_normal();
  1742. planeNormal = vector_3(planeNormal.x, planeNormal.y, abs(planeNormal.z));
  1743. plan_bed_level_matrix = matrix_3x3::create_look_at(planeNormal);
  1744. vector_3 corrected_position = plan_get_position();
  1745. current_position[X_AXIS] = corrected_position.x;
  1746. current_position[Y_AXIS] = corrected_position.y;
  1747. current_position[Z_AXIS] = corrected_position.z;
  1748. // put the bed at 0 so we don't go below it.
  1749. current_position[Z_AXIS] = cs.zprobe_zoffset;
  1750. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1751. }
  1752. #endif // AUTO_BED_LEVELING_GRID
  1753. static void run_z_probe() {
  1754. plan_bed_level_matrix.set_to_identity();
  1755. feedrate = homing_feedrate[Z_AXIS];
  1756. // move down until you find the bed
  1757. float zPosition = -10;
  1758. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1759. st_synchronize();
  1760. // we have to let the planner know where we are right now as it is not where we said to go.
  1761. zPosition = st_get_position_mm(Z_AXIS);
  1762. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS]);
  1763. // move up the retract distance
  1764. zPosition += home_retract_mm(Z_AXIS);
  1765. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1766. st_synchronize();
  1767. // move back down slowly to find bed
  1768. feedrate = homing_feedrate[Z_AXIS]/4;
  1769. zPosition -= home_retract_mm(Z_AXIS) * 2;
  1770. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1771. st_synchronize();
  1772. current_position[Z_AXIS] = st_get_position_mm(Z_AXIS);
  1773. // make sure the planner knows where we are as it may be a bit different than we last said to move to
  1774. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1775. }
  1776. static void do_blocking_move_to(float x, float y, float z) {
  1777. float oldFeedRate = feedrate;
  1778. feedrate = homing_feedrate[Z_AXIS];
  1779. current_position[Z_AXIS] = z;
  1780. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], feedrate/60, active_extruder);
  1781. st_synchronize();
  1782. feedrate = XY_TRAVEL_SPEED;
  1783. current_position[X_AXIS] = x;
  1784. current_position[Y_AXIS] = y;
  1785. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], feedrate/60, active_extruder);
  1786. st_synchronize();
  1787. feedrate = oldFeedRate;
  1788. }
  1789. static void do_blocking_move_relative(float offset_x, float offset_y, float offset_z) {
  1790. do_blocking_move_to(current_position[X_AXIS] + offset_x, current_position[Y_AXIS] + offset_y, current_position[Z_AXIS] + offset_z);
  1791. }
  1792. /// Probe bed height at position (x,y), returns the measured z value
  1793. static float probe_pt(float x, float y, float z_before) {
  1794. // move to right place
  1795. do_blocking_move_to(current_position[X_AXIS], current_position[Y_AXIS], z_before);
  1796. do_blocking_move_to(x - X_PROBE_OFFSET_FROM_EXTRUDER, y - Y_PROBE_OFFSET_FROM_EXTRUDER, current_position[Z_AXIS]);
  1797. run_z_probe();
  1798. float measured_z = current_position[Z_AXIS];
  1799. SERIAL_PROTOCOLRPGM(_T(MSG_BED));
  1800. SERIAL_PROTOCOLPGM(" x: ");
  1801. SERIAL_PROTOCOL(x);
  1802. SERIAL_PROTOCOLPGM(" y: ");
  1803. SERIAL_PROTOCOL(y);
  1804. SERIAL_PROTOCOLPGM(" z: ");
  1805. SERIAL_PROTOCOL(measured_z);
  1806. SERIAL_PROTOCOLPGM("\n");
  1807. return measured_z;
  1808. }
  1809. #endif // #ifdef ENABLE_AUTO_BED_LEVELING
  1810. #ifdef LIN_ADVANCE
  1811. /**
  1812. * M900: Set and/or Get advance K factor and WH/D ratio
  1813. *
  1814. * K<factor> Set advance K factor
  1815. * R<ratio> Set ratio directly (overrides WH/D)
  1816. * W<width> H<height> D<diam> Set ratio from WH/D
  1817. */
  1818. inline void gcode_M900() {
  1819. st_synchronize();
  1820. const float newK = code_seen('K') ? code_value_float() : -1;
  1821. if (newK >= 0) extruder_advance_k = newK;
  1822. float newR = code_seen('R') ? code_value_float() : -1;
  1823. if (newR < 0) {
  1824. const float newD = code_seen('D') ? code_value_float() : -1,
  1825. newW = code_seen('W') ? code_value_float() : -1,
  1826. newH = code_seen('H') ? code_value_float() : -1;
  1827. if (newD >= 0 && newW >= 0 && newH >= 0)
  1828. newR = newD ? (newW * newH) / (sq(newD * 0.5) * M_PI) : 0;
  1829. }
  1830. if (newR >= 0) advance_ed_ratio = newR;
  1831. SERIAL_ECHO_START;
  1832. SERIAL_ECHOPGM("Advance K=");
  1833. SERIAL_ECHOLN(extruder_advance_k);
  1834. SERIAL_ECHOPGM(" E/D=");
  1835. const float ratio = advance_ed_ratio;
  1836. if (ratio) SERIAL_ECHOLN(ratio); else SERIAL_ECHOLNPGM("Auto");
  1837. }
  1838. #endif // LIN_ADVANCE
  1839. bool check_commands() {
  1840. bool end_command_found = false;
  1841. while (buflen)
  1842. {
  1843. if ((code_seen("M84")) || (code_seen("M 84"))) end_command_found = true;
  1844. if (!cmdbuffer_front_already_processed)
  1845. cmdqueue_pop_front();
  1846. cmdbuffer_front_already_processed = false;
  1847. }
  1848. return end_command_found;
  1849. }
  1850. #ifdef TMC2130
  1851. bool calibrate_z_auto()
  1852. {
  1853. //lcd_display_message_fullscreen_P(_T(MSG_CALIBRATE_Z_AUTO));
  1854. lcd_clear();
  1855. lcd_puts_at_P(0,1, _T(MSG_CALIBRATE_Z_AUTO));
  1856. bool endstops_enabled = enable_endstops(true);
  1857. int axis_up_dir = -home_dir(Z_AXIS);
  1858. tmc2130_home_enter(Z_AXIS_MASK);
  1859. current_position[Z_AXIS] = 0;
  1860. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1861. set_destination_to_current();
  1862. destination[Z_AXIS] += (1.1 * max_length(Z_AXIS) * axis_up_dir);
  1863. feedrate = homing_feedrate[Z_AXIS];
  1864. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1865. st_synchronize();
  1866. // current_position[axis] = 0;
  1867. // plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1868. tmc2130_home_exit();
  1869. enable_endstops(false);
  1870. current_position[Z_AXIS] = 0;
  1871. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1872. set_destination_to_current();
  1873. destination[Z_AXIS] += 10 * axis_up_dir; //10mm up
  1874. feedrate = homing_feedrate[Z_AXIS] / 2;
  1875. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1876. st_synchronize();
  1877. enable_endstops(endstops_enabled);
  1878. current_position[Z_AXIS] = Z_MAX_POS+2.0;
  1879. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1880. return true;
  1881. }
  1882. #endif //TMC2130
  1883. void homeaxis(int axis, uint8_t cnt, uint8_t* pstep)
  1884. {
  1885. bool endstops_enabled = enable_endstops(true); //RP: endstops should be allways enabled durring homing
  1886. #define HOMEAXIS_DO(LETTER) \
  1887. ((LETTER##_MIN_PIN > -1 && LETTER##_HOME_DIR==-1) || (LETTER##_MAX_PIN > -1 && LETTER##_HOME_DIR==1))
  1888. if ((axis==X_AXIS)?HOMEAXIS_DO(X):(axis==Y_AXIS)?HOMEAXIS_DO(Y):0)
  1889. {
  1890. int axis_home_dir = home_dir(axis);
  1891. feedrate = homing_feedrate[axis];
  1892. #ifdef TMC2130
  1893. tmc2130_home_enter(X_AXIS_MASK << axis);
  1894. #endif //TMC2130
  1895. // Move right a bit, so that the print head does not touch the left end position,
  1896. // and the following left movement has a chance to achieve the required velocity
  1897. // for the stall guard to work.
  1898. current_position[axis] = 0;
  1899. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1900. set_destination_to_current();
  1901. // destination[axis] = 11.f;
  1902. destination[axis] = 3.f;
  1903. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1904. st_synchronize();
  1905. // Move left away from the possible collision with the collision detection disabled.
  1906. endstops_hit_on_purpose();
  1907. enable_endstops(false);
  1908. current_position[axis] = 0;
  1909. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1910. destination[axis] = - 1.;
  1911. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1912. st_synchronize();
  1913. // Now continue to move up to the left end stop with the collision detection enabled.
  1914. enable_endstops(true);
  1915. destination[axis] = - 1.1 * max_length(axis);
  1916. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1917. st_synchronize();
  1918. for (uint8_t i = 0; i < cnt; i++)
  1919. {
  1920. // Move right from the collision to a known distance from the left end stop with the collision detection disabled.
  1921. endstops_hit_on_purpose();
  1922. enable_endstops(false);
  1923. current_position[axis] = 0;
  1924. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1925. destination[axis] = 10.f;
  1926. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1927. st_synchronize();
  1928. endstops_hit_on_purpose();
  1929. // Now move left up to the collision, this time with a repeatable velocity.
  1930. enable_endstops(true);
  1931. destination[axis] = - 11.f;
  1932. #ifdef TMC2130
  1933. feedrate = homing_feedrate[axis];
  1934. #else //TMC2130
  1935. feedrate = homing_feedrate[axis] / 2;
  1936. #endif //TMC2130
  1937. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1938. st_synchronize();
  1939. #ifdef TMC2130
  1940. uint16_t mscnt = tmc2130_rd_MSCNT(axis);
  1941. if (pstep) pstep[i] = mscnt >> 4;
  1942. printf_P(PSTR("%3d step=%2d mscnt=%4d\n"), i, mscnt >> 4, mscnt);
  1943. #endif //TMC2130
  1944. }
  1945. endstops_hit_on_purpose();
  1946. enable_endstops(false);
  1947. #ifdef TMC2130
  1948. uint8_t orig = tmc2130_home_origin[axis];
  1949. uint8_t back = tmc2130_home_bsteps[axis];
  1950. if (tmc2130_home_enabled && (orig <= 63))
  1951. {
  1952. tmc2130_goto_step(axis, orig, 2, 1000, tmc2130_get_res(axis));
  1953. if (back > 0)
  1954. tmc2130_do_steps(axis, back, 1, 1000);
  1955. }
  1956. else
  1957. tmc2130_do_steps(axis, 8, 2, 1000);
  1958. tmc2130_home_exit();
  1959. #endif //TMC2130
  1960. axis_is_at_home(axis);
  1961. axis_known_position[axis] = true;
  1962. // Move from minimum
  1963. #ifdef TMC2130
  1964. float dist = 0.01f * tmc2130_home_fsteps[axis];
  1965. #else //TMC2130
  1966. float dist = 0.01f * 64;
  1967. #endif //TMC2130
  1968. current_position[axis] -= dist;
  1969. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1970. current_position[axis] += dist;
  1971. destination[axis] = current_position[axis];
  1972. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], 0.5f*feedrate/60, active_extruder);
  1973. st_synchronize();
  1974. feedrate = 0.0;
  1975. }
  1976. else if ((axis==Z_AXIS)?HOMEAXIS_DO(Z):0)
  1977. {
  1978. #ifdef TMC2130
  1979. FORCE_HIGH_POWER_START;
  1980. #endif
  1981. int axis_home_dir = home_dir(axis);
  1982. current_position[axis] = 0;
  1983. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1984. destination[axis] = 1.5 * max_length(axis) * axis_home_dir;
  1985. feedrate = homing_feedrate[axis];
  1986. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1987. st_synchronize();
  1988. #ifdef TMC2130
  1989. if (READ(Z_TMC2130_DIAG) != 0) { //Z crash
  1990. FORCE_HIGH_POWER_END;
  1991. kill(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  1992. return;
  1993. }
  1994. #endif //TMC2130
  1995. current_position[axis] = 0;
  1996. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1997. destination[axis] = -home_retract_mm(axis) * axis_home_dir;
  1998. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1999. st_synchronize();
  2000. destination[axis] = 2*home_retract_mm(axis) * axis_home_dir;
  2001. feedrate = homing_feedrate[axis]/2 ;
  2002. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  2003. st_synchronize();
  2004. #ifdef TMC2130
  2005. if (READ(Z_TMC2130_DIAG) != 0) { //Z crash
  2006. FORCE_HIGH_POWER_END;
  2007. kill(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  2008. return;
  2009. }
  2010. #endif //TMC2130
  2011. axis_is_at_home(axis);
  2012. destination[axis] = current_position[axis];
  2013. feedrate = 0.0;
  2014. endstops_hit_on_purpose();
  2015. axis_known_position[axis] = true;
  2016. #ifdef TMC2130
  2017. FORCE_HIGH_POWER_END;
  2018. #endif
  2019. }
  2020. enable_endstops(endstops_enabled);
  2021. }
  2022. /**/
  2023. void home_xy()
  2024. {
  2025. set_destination_to_current();
  2026. homeaxis(X_AXIS);
  2027. homeaxis(Y_AXIS);
  2028. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2029. endstops_hit_on_purpose();
  2030. }
  2031. void refresh_cmd_timeout(void)
  2032. {
  2033. previous_millis_cmd = millis();
  2034. }
  2035. #ifdef FWRETRACT
  2036. void retract(bool retracting, bool swapretract = false) {
  2037. if(retracting && !retracted[active_extruder]) {
  2038. destination[X_AXIS]=current_position[X_AXIS];
  2039. destination[Y_AXIS]=current_position[Y_AXIS];
  2040. destination[Z_AXIS]=current_position[Z_AXIS];
  2041. destination[E_AXIS]=current_position[E_AXIS];
  2042. current_position[E_AXIS]+=(swapretract?retract_length_swap:cs.retract_length)*float(extrudemultiply)*0.01f;
  2043. plan_set_e_position(current_position[E_AXIS]);
  2044. float oldFeedrate = feedrate;
  2045. feedrate=cs.retract_feedrate*60;
  2046. retracted[active_extruder]=true;
  2047. prepare_move();
  2048. current_position[Z_AXIS]-=cs.retract_zlift;
  2049. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2050. prepare_move();
  2051. feedrate = oldFeedrate;
  2052. } else if(!retracting && retracted[active_extruder]) {
  2053. destination[X_AXIS]=current_position[X_AXIS];
  2054. destination[Y_AXIS]=current_position[Y_AXIS];
  2055. destination[Z_AXIS]=current_position[Z_AXIS];
  2056. destination[E_AXIS]=current_position[E_AXIS];
  2057. current_position[Z_AXIS]+=cs.retract_zlift;
  2058. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2059. current_position[E_AXIS]-=(swapretract?(retract_length_swap+retract_recover_length_swap):(cs.retract_length+cs.retract_recover_length))*float(extrudemultiply)*0.01f;
  2060. plan_set_e_position(current_position[E_AXIS]);
  2061. float oldFeedrate = feedrate;
  2062. feedrate=cs.retract_recover_feedrate*60;
  2063. retracted[active_extruder]=false;
  2064. prepare_move();
  2065. feedrate = oldFeedrate;
  2066. }
  2067. } //retract
  2068. #endif //FWRETRACT
  2069. void trace() {
  2070. //if((eSoundMode==e_SOUND_MODE_LOUD)||(eSoundMode==e_SOUND_MODE_ONCE))
  2071. tone(BEEPER, 440);
  2072. delay(25);
  2073. noTone(BEEPER);
  2074. delay(20);
  2075. }
  2076. /*
  2077. void ramming() {
  2078. // float tmp[4] = DEFAULT_MAX_FEEDRATE;
  2079. if (current_temperature[0] < 230) {
  2080. //PLA
  2081. max_feedrate[E_AXIS] = 50;
  2082. //current_position[E_AXIS] -= 8;
  2083. //plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2100 / 60, active_extruder);
  2084. //current_position[E_AXIS] += 8;
  2085. //plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2100 / 60, active_extruder);
  2086. current_position[E_AXIS] += 5.4;
  2087. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2800 / 60, active_extruder);
  2088. current_position[E_AXIS] += 3.2;
  2089. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  2090. current_position[E_AXIS] += 3;
  2091. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3400 / 60, active_extruder);
  2092. st_synchronize();
  2093. max_feedrate[E_AXIS] = 80;
  2094. current_position[E_AXIS] -= 82;
  2095. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 9500 / 60, active_extruder);
  2096. max_feedrate[E_AXIS] = 50;//tmp[E_AXIS];
  2097. current_position[E_AXIS] -= 20;
  2098. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 1200 / 60, active_extruder);
  2099. current_position[E_AXIS] += 5;
  2100. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 400 / 60, active_extruder);
  2101. current_position[E_AXIS] += 5;
  2102. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder);
  2103. current_position[E_AXIS] -= 10;
  2104. st_synchronize();
  2105. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder);
  2106. current_position[E_AXIS] += 10;
  2107. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder);
  2108. current_position[E_AXIS] -= 10;
  2109. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 800 / 60, active_extruder);
  2110. current_position[E_AXIS] += 10;
  2111. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 800 / 60, active_extruder);
  2112. current_position[E_AXIS] -= 10;
  2113. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 800 / 60, active_extruder);
  2114. st_synchronize();
  2115. }
  2116. else {
  2117. //ABS
  2118. max_feedrate[E_AXIS] = 50;
  2119. //current_position[E_AXIS] -= 8;
  2120. //plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2100 / 60, active_extruder);
  2121. //current_position[E_AXIS] += 8;
  2122. //plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2100 / 60, active_extruder);
  2123. current_position[E_AXIS] += 3.1;
  2124. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2000 / 60, active_extruder);
  2125. current_position[E_AXIS] += 3.1;
  2126. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2500 / 60, active_extruder);
  2127. current_position[E_AXIS] += 4;
  2128. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  2129. st_synchronize();
  2130. //current_position[X_AXIS] += 23; //delay
  2131. //plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600/60, active_extruder); //delay
  2132. //current_position[X_AXIS] -= 23; //delay
  2133. //plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600/60, active_extruder); //delay
  2134. delay(4700);
  2135. max_feedrate[E_AXIS] = 80;
  2136. current_position[E_AXIS] -= 92;
  2137. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 9900 / 60, active_extruder);
  2138. max_feedrate[E_AXIS] = 50;//tmp[E_AXIS];
  2139. current_position[E_AXIS] -= 5;
  2140. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 800 / 60, active_extruder);
  2141. current_position[E_AXIS] += 5;
  2142. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 400 / 60, active_extruder);
  2143. current_position[E_AXIS] -= 5;
  2144. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder);
  2145. st_synchronize();
  2146. current_position[E_AXIS] += 5;
  2147. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder);
  2148. current_position[E_AXIS] -= 5;
  2149. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder);
  2150. current_position[E_AXIS] += 5;
  2151. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder);
  2152. current_position[E_AXIS] -= 5;
  2153. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder);
  2154. st_synchronize();
  2155. }
  2156. }
  2157. */
  2158. #ifdef TMC2130
  2159. void force_high_power_mode(bool start_high_power_section) {
  2160. uint8_t silent;
  2161. silent = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
  2162. if (silent == 1) {
  2163. //we are in silent mode, set to normal mode to enable crash detection
  2164. // Wait for the planner queue to drain and for the stepper timer routine to reach an idle state.
  2165. st_synchronize();
  2166. cli();
  2167. tmc2130_mode = (start_high_power_section == true) ? TMC2130_MODE_NORMAL : TMC2130_MODE_SILENT;
  2168. update_mode_profile();
  2169. tmc2130_init();
  2170. // We may have missed a stepper timer interrupt due to the time spent in the tmc2130_init() routine.
  2171. // Be safe than sorry, reset the stepper timer before re-enabling interrupts.
  2172. st_reset_timer();
  2173. sei();
  2174. }
  2175. }
  2176. #endif //TMC2130
  2177. void gcode_G28(bool home_x_axis, bool home_y_axis, bool home_z_axis) {
  2178. gcode_G28(home_x_axis, 0, home_y_axis, 0, home_z_axis, 0, false, true);
  2179. }
  2180. void gcode_G28(bool home_x_axis, long home_x_value, bool home_y_axis, long home_y_value, bool home_z_axis, long home_z_value, bool calib, bool without_mbl) {
  2181. st_synchronize();
  2182. #if 0
  2183. SERIAL_ECHOPGM("G28, initial "); print_world_coordinates();
  2184. SERIAL_ECHOPGM("G28, initial "); print_physical_coordinates();
  2185. #endif
  2186. // Flag for the display update routine and to disable the print cancelation during homing.
  2187. homing_flag = true;
  2188. // Which axes should be homed?
  2189. bool home_x = home_x_axis;
  2190. bool home_y = home_y_axis;
  2191. bool home_z = home_z_axis;
  2192. // Either all X,Y,Z codes are present, or none of them.
  2193. bool home_all_axes = home_x == home_y && home_x == home_z;
  2194. if (home_all_axes)
  2195. // No X/Y/Z code provided means to home all axes.
  2196. home_x = home_y = home_z = true;
  2197. //if we are homing all axes, first move z higher to protect heatbed/steel sheet
  2198. if (home_all_axes) {
  2199. current_position[Z_AXIS] += MESH_HOME_Z_SEARCH;
  2200. feedrate = homing_feedrate[Z_AXIS];
  2201. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], feedrate / 60, active_extruder);
  2202. st_synchronize();
  2203. }
  2204. #ifdef ENABLE_AUTO_BED_LEVELING
  2205. plan_bed_level_matrix.set_to_identity(); //Reset the plane ("erase" all leveling data)
  2206. #endif //ENABLE_AUTO_BED_LEVELING
  2207. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  2208. // the planner will not perform any adjustments in the XY plane.
  2209. // Wait for the motors to stop and update the current position with the absolute values.
  2210. world2machine_revert_to_uncorrected();
  2211. // For mesh bed leveling deactivate the matrix temporarily.
  2212. // It is necessary to disable the bed leveling for the X and Y homing moves, so that the move is performed
  2213. // in a single axis only.
  2214. // In case of re-homing the X or Y axes only, the mesh bed leveling is restored after G28.
  2215. #ifdef MESH_BED_LEVELING
  2216. uint8_t mbl_was_active = mbl.active;
  2217. mbl.active = 0;
  2218. current_position[Z_AXIS] = st_get_position_mm(Z_AXIS);
  2219. #endif
  2220. // Reset baby stepping to zero, if the babystepping has already been loaded before. The babystepsTodo value will be
  2221. // consumed during the first movements following this statement.
  2222. if (home_z)
  2223. babystep_undo();
  2224. saved_feedrate = feedrate;
  2225. saved_feedmultiply = feedmultiply;
  2226. feedmultiply = 100;
  2227. previous_millis_cmd = millis();
  2228. enable_endstops(true);
  2229. memcpy(destination, current_position, sizeof(destination));
  2230. feedrate = 0.0;
  2231. #if Z_HOME_DIR > 0 // If homing away from BED do Z first
  2232. if(home_z)
  2233. homeaxis(Z_AXIS);
  2234. #endif
  2235. #ifdef QUICK_HOME
  2236. // In the quick mode, if both x and y are to be homed, a diagonal move will be performed initially.
  2237. if(home_x && home_y) //first diagonal move
  2238. {
  2239. current_position[X_AXIS] = 0;current_position[Y_AXIS] = 0;
  2240. int x_axis_home_dir = home_dir(X_AXIS);
  2241. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2242. destination[X_AXIS] = 1.5 * max_length(X_AXIS) * x_axis_home_dir;destination[Y_AXIS] = 1.5 * max_length(Y_AXIS) * home_dir(Y_AXIS);
  2243. feedrate = homing_feedrate[X_AXIS];
  2244. if(homing_feedrate[Y_AXIS]<feedrate)
  2245. feedrate = homing_feedrate[Y_AXIS];
  2246. if (max_length(X_AXIS) > max_length(Y_AXIS)) {
  2247. feedrate *= sqrt(pow(max_length(Y_AXIS) / max_length(X_AXIS), 2) + 1);
  2248. } else {
  2249. feedrate *= sqrt(pow(max_length(X_AXIS) / max_length(Y_AXIS), 2) + 1);
  2250. }
  2251. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  2252. st_synchronize();
  2253. axis_is_at_home(X_AXIS);
  2254. axis_is_at_home(Y_AXIS);
  2255. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2256. destination[X_AXIS] = current_position[X_AXIS];
  2257. destination[Y_AXIS] = current_position[Y_AXIS];
  2258. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  2259. feedrate = 0.0;
  2260. st_synchronize();
  2261. endstops_hit_on_purpose();
  2262. current_position[X_AXIS] = destination[X_AXIS];
  2263. current_position[Y_AXIS] = destination[Y_AXIS];
  2264. current_position[Z_AXIS] = destination[Z_AXIS];
  2265. }
  2266. #endif /* QUICK_HOME */
  2267. #ifdef TMC2130
  2268. if(home_x)
  2269. {
  2270. if (!calib)
  2271. homeaxis(X_AXIS);
  2272. else
  2273. tmc2130_home_calibrate(X_AXIS);
  2274. }
  2275. if(home_y)
  2276. {
  2277. if (!calib)
  2278. homeaxis(Y_AXIS);
  2279. else
  2280. tmc2130_home_calibrate(Y_AXIS);
  2281. }
  2282. #endif //TMC2130
  2283. if(home_x_axis && home_x_value != 0)
  2284. current_position[X_AXIS]=home_x_value+cs.add_homing[X_AXIS];
  2285. if(home_y_axis && home_y_value != 0)
  2286. current_position[Y_AXIS]=home_y_value+cs.add_homing[Y_AXIS];
  2287. #if Z_HOME_DIR < 0 // If homing towards BED do Z last
  2288. #ifndef Z_SAFE_HOMING
  2289. if(home_z) {
  2290. #if defined (Z_RAISE_BEFORE_HOMING) && (Z_RAISE_BEFORE_HOMING > 0)
  2291. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  2292. feedrate = max_feedrate[Z_AXIS];
  2293. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate, active_extruder);
  2294. st_synchronize();
  2295. #endif // defined (Z_RAISE_BEFORE_HOMING) && (Z_RAISE_BEFORE_HOMING > 0)
  2296. #if (defined(MESH_BED_LEVELING) && !defined(MK1BP)) // If Mesh bed leveling, move X&Y to safe position for home
  2297. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] ))
  2298. {
  2299. homeaxis(X_AXIS);
  2300. homeaxis(Y_AXIS);
  2301. }
  2302. // 1st mesh bed leveling measurement point, corrected.
  2303. world2machine_initialize();
  2304. world2machine(pgm_read_float(bed_ref_points_4), pgm_read_float(bed_ref_points_4+1), destination[X_AXIS], destination[Y_AXIS]);
  2305. world2machine_reset();
  2306. if (destination[Y_AXIS] < Y_MIN_POS)
  2307. destination[Y_AXIS] = Y_MIN_POS;
  2308. destination[Z_AXIS] = MESH_HOME_Z_SEARCH; // Set destination away from bed
  2309. feedrate = homing_feedrate[Z_AXIS]/10;
  2310. current_position[Z_AXIS] = 0;
  2311. enable_endstops(false);
  2312. #ifdef DEBUG_BUILD
  2313. SERIAL_ECHOLNPGM("plan_set_position()");
  2314. MYSERIAL.println(current_position[X_AXIS]);MYSERIAL.println(current_position[Y_AXIS]);
  2315. MYSERIAL.println(current_position[Z_AXIS]);MYSERIAL.println(current_position[E_AXIS]);
  2316. #endif
  2317. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2318. #ifdef DEBUG_BUILD
  2319. SERIAL_ECHOLNPGM("plan_buffer_line()");
  2320. MYSERIAL.println(destination[X_AXIS]);MYSERIAL.println(destination[Y_AXIS]);
  2321. MYSERIAL.println(destination[Z_AXIS]);MYSERIAL.println(destination[E_AXIS]);
  2322. MYSERIAL.println(feedrate);MYSERIAL.println(active_extruder);
  2323. #endif
  2324. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate, active_extruder);
  2325. st_synchronize();
  2326. current_position[X_AXIS] = destination[X_AXIS];
  2327. current_position[Y_AXIS] = destination[Y_AXIS];
  2328. enable_endstops(true);
  2329. endstops_hit_on_purpose();
  2330. homeaxis(Z_AXIS);
  2331. #else // MESH_BED_LEVELING
  2332. homeaxis(Z_AXIS);
  2333. #endif // MESH_BED_LEVELING
  2334. }
  2335. #else // defined(Z_SAFE_HOMING): Z Safe mode activated.
  2336. if(home_all_axes) {
  2337. destination[X_AXIS] = round(Z_SAFE_HOMING_X_POINT - X_PROBE_OFFSET_FROM_EXTRUDER);
  2338. destination[Y_AXIS] = round(Z_SAFE_HOMING_Y_POINT - Y_PROBE_OFFSET_FROM_EXTRUDER);
  2339. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  2340. feedrate = XY_TRAVEL_SPEED/60;
  2341. current_position[Z_AXIS] = 0;
  2342. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2343. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate, active_extruder);
  2344. st_synchronize();
  2345. current_position[X_AXIS] = destination[X_AXIS];
  2346. current_position[Y_AXIS] = destination[Y_AXIS];
  2347. homeaxis(Z_AXIS);
  2348. }
  2349. // Let's see if X and Y are homed and probe is inside bed area.
  2350. if(home_z) {
  2351. if ( (axis_known_position[X_AXIS]) && (axis_known_position[Y_AXIS]) \
  2352. && (current_position[X_AXIS]+X_PROBE_OFFSET_FROM_EXTRUDER >= X_MIN_POS) \
  2353. && (current_position[X_AXIS]+X_PROBE_OFFSET_FROM_EXTRUDER <= X_MAX_POS) \
  2354. && (current_position[Y_AXIS]+Y_PROBE_OFFSET_FROM_EXTRUDER >= Y_MIN_POS) \
  2355. && (current_position[Y_AXIS]+Y_PROBE_OFFSET_FROM_EXTRUDER <= Y_MAX_POS)) {
  2356. current_position[Z_AXIS] = 0;
  2357. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2358. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  2359. feedrate = max_feedrate[Z_AXIS];
  2360. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate, active_extruder);
  2361. st_synchronize();
  2362. homeaxis(Z_AXIS);
  2363. } else if (!((axis_known_position[X_AXIS]) && (axis_known_position[Y_AXIS]))) {
  2364. LCD_MESSAGERPGM(MSG_POSITION_UNKNOWN);
  2365. SERIAL_ECHO_START;
  2366. SERIAL_ECHOLNRPGM(MSG_POSITION_UNKNOWN);
  2367. } else {
  2368. LCD_MESSAGERPGM(MSG_ZPROBE_OUT);
  2369. SERIAL_ECHO_START;
  2370. SERIAL_ECHOLNRPGM(MSG_ZPROBE_OUT);
  2371. }
  2372. }
  2373. #endif // Z_SAFE_HOMING
  2374. #endif // Z_HOME_DIR < 0
  2375. if(home_z_axis && home_z_value != 0)
  2376. current_position[Z_AXIS]=home_z_value+cs.add_homing[Z_AXIS];
  2377. #ifdef ENABLE_AUTO_BED_LEVELING
  2378. if(home_z)
  2379. current_position[Z_AXIS] += cs.zprobe_zoffset; //Add Z_Probe offset (the distance is negative)
  2380. #endif
  2381. // Set the planner and stepper routine positions.
  2382. // At this point the mesh bed leveling and world2machine corrections are disabled and current_position
  2383. // contains the machine coordinates.
  2384. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2385. #ifdef ENDSTOPS_ONLY_FOR_HOMING
  2386. enable_endstops(false);
  2387. #endif
  2388. feedrate = saved_feedrate;
  2389. feedmultiply = saved_feedmultiply;
  2390. previous_millis_cmd = millis();
  2391. endstops_hit_on_purpose();
  2392. #ifndef MESH_BED_LEVELING
  2393. // If MESH_BED_LEVELING is not active, then it is the original Prusa i3.
  2394. // Offer the user to load the baby step value, which has been adjusted at the previous print session.
  2395. if(card.sdprinting && eeprom_read_word((uint16_t *)EEPROM_BABYSTEP_Z))
  2396. lcd_adjust_z();
  2397. #endif
  2398. // Load the machine correction matrix
  2399. world2machine_initialize();
  2400. // and correct the current_position XY axes to match the transformed coordinate system.
  2401. world2machine_update_current();
  2402. #if (defined(MESH_BED_LEVELING) && !defined(MK1BP))
  2403. if (home_x_axis || home_y_axis || without_mbl || home_z_axis)
  2404. {
  2405. if (! home_z && mbl_was_active) {
  2406. // Re-enable the mesh bed leveling if only the X and Y axes were re-homed.
  2407. mbl.active = true;
  2408. // and re-adjust the current logical Z axis with the bed leveling offset applicable at the current XY position.
  2409. current_position[Z_AXIS] -= mbl.get_z(st_get_position_mm(X_AXIS), st_get_position_mm(Y_AXIS));
  2410. }
  2411. }
  2412. else
  2413. {
  2414. st_synchronize();
  2415. homing_flag = false;
  2416. }
  2417. #endif
  2418. if (farm_mode) { prusa_statistics(20); };
  2419. homing_flag = false;
  2420. #if 0
  2421. SERIAL_ECHOPGM("G28, final "); print_world_coordinates();
  2422. SERIAL_ECHOPGM("G28, final "); print_physical_coordinates();
  2423. SERIAL_ECHOPGM("G28, final "); print_mesh_bed_leveling_table();
  2424. #endif
  2425. }
  2426. void adjust_bed_reset()
  2427. {
  2428. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID, 1);
  2429. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_LEFT, 0);
  2430. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_RIGHT, 0);
  2431. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_FRONT, 0);
  2432. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_REAR, 0);
  2433. }
  2434. bool gcode_M45(bool onlyZ, int8_t verbosity_level)
  2435. {
  2436. bool final_result = false;
  2437. #ifdef TMC2130
  2438. FORCE_HIGH_POWER_START;
  2439. #endif // TMC2130
  2440. // Only Z calibration?
  2441. if (!onlyZ)
  2442. {
  2443. setTargetBed(0);
  2444. setAllTargetHotends(0);
  2445. adjust_bed_reset(); //reset bed level correction
  2446. }
  2447. // Disable the default update procedure of the display. We will do a modal dialog.
  2448. lcd_update_enable(false);
  2449. // Let the planner use the uncorrected coordinates.
  2450. mbl.reset();
  2451. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  2452. // the planner will not perform any adjustments in the XY plane.
  2453. // Wait for the motors to stop and update the current position with the absolute values.
  2454. world2machine_revert_to_uncorrected();
  2455. // Reset the baby step value applied without moving the axes.
  2456. babystep_reset();
  2457. // Mark all axes as in a need for homing.
  2458. memset(axis_known_position, 0, sizeof(axis_known_position));
  2459. // Home in the XY plane.
  2460. //set_destination_to_current();
  2461. setup_for_endstop_move();
  2462. lcd_display_message_fullscreen_P(_T(MSG_AUTO_HOME));
  2463. home_xy();
  2464. enable_endstops(false);
  2465. current_position[X_AXIS] += 5;
  2466. current_position[Y_AXIS] += 5;
  2467. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], homing_feedrate[Z_AXIS] / 40, active_extruder);
  2468. st_synchronize();
  2469. // Let the user move the Z axes up to the end stoppers.
  2470. #ifdef TMC2130
  2471. if (calibrate_z_auto())
  2472. {
  2473. #else //TMC2130
  2474. if (lcd_calibrate_z_end_stop_manual(onlyZ))
  2475. {
  2476. #endif //TMC2130
  2477. refresh_cmd_timeout();
  2478. #ifndef STEEL_SHEET
  2479. if (((degHotend(0) > MAX_HOTEND_TEMP_CALIBRATION) || (degBed() > MAX_BED_TEMP_CALIBRATION)) && (!onlyZ))
  2480. {
  2481. lcd_wait_for_cool_down();
  2482. }
  2483. #endif //STEEL_SHEET
  2484. if(!onlyZ)
  2485. {
  2486. KEEPALIVE_STATE(PAUSED_FOR_USER);
  2487. #ifdef STEEL_SHEET
  2488. bool result = lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_STEEL_SHEET_CHECK), false, false);
  2489. if(result) lcd_show_fullscreen_message_and_wait_P(_T(MSG_REMOVE_STEEL_SHEET));
  2490. #endif //STEEL_SHEET
  2491. lcd_show_fullscreen_message_and_wait_P(_T(MSG_CONFIRM_NOZZLE_CLEAN));
  2492. lcd_show_fullscreen_message_and_wait_P(_T(MSG_PAPER));
  2493. KEEPALIVE_STATE(IN_HANDLER);
  2494. lcd_display_message_fullscreen_P(_T(MSG_FIND_BED_OFFSET_AND_SKEW_LINE1));
  2495. lcd_set_cursor(0, 2);
  2496. lcd_print(1);
  2497. lcd_puts_P(_T(MSG_FIND_BED_OFFSET_AND_SKEW_LINE2));
  2498. }
  2499. // Move the print head close to the bed.
  2500. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2501. bool endstops_enabled = enable_endstops(true);
  2502. #ifdef TMC2130
  2503. tmc2130_home_enter(Z_AXIS_MASK);
  2504. #endif //TMC2130
  2505. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], homing_feedrate[Z_AXIS] / 40, active_extruder);
  2506. st_synchronize();
  2507. #ifdef TMC2130
  2508. tmc2130_home_exit();
  2509. #endif //TMC2130
  2510. enable_endstops(endstops_enabled);
  2511. if (st_get_position_mm(Z_AXIS) == MESH_HOME_Z_SEARCH)
  2512. {
  2513. int8_t verbosity_level = 0;
  2514. if (code_seen('V'))
  2515. {
  2516. // Just 'V' without a number counts as V1.
  2517. char c = strchr_pointer[1];
  2518. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  2519. }
  2520. if (onlyZ)
  2521. {
  2522. clean_up_after_endstop_move();
  2523. // Z only calibration.
  2524. // Load the machine correction matrix
  2525. world2machine_initialize();
  2526. // and correct the current_position to match the transformed coordinate system.
  2527. world2machine_update_current();
  2528. //FIXME
  2529. bool result = sample_mesh_and_store_reference();
  2530. if (result)
  2531. {
  2532. if (calibration_status() == CALIBRATION_STATUS_Z_CALIBRATION)
  2533. // Shipped, the nozzle height has been set already. The user can start printing now.
  2534. calibration_status_store(CALIBRATION_STATUS_CALIBRATED);
  2535. final_result = true;
  2536. // babystep_apply();
  2537. }
  2538. }
  2539. else
  2540. {
  2541. // Reset the baby step value and the baby step applied flag.
  2542. calibration_status_store(CALIBRATION_STATUS_XYZ_CALIBRATION);
  2543. eeprom_update_word((uint16_t*)EEPROM_BABYSTEP_Z, 0);
  2544. // Complete XYZ calibration.
  2545. uint8_t point_too_far_mask = 0;
  2546. BedSkewOffsetDetectionResultType result = find_bed_offset_and_skew(verbosity_level, point_too_far_mask);
  2547. clean_up_after_endstop_move();
  2548. // Print head up.
  2549. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2550. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], homing_feedrate[Z_AXIS] / 40, active_extruder);
  2551. st_synchronize();
  2552. //#ifndef NEW_XYZCAL
  2553. if (result >= 0)
  2554. {
  2555. #ifdef HEATBED_V2
  2556. sample_z();
  2557. #else //HEATBED_V2
  2558. point_too_far_mask = 0;
  2559. // Second half: The fine adjustment.
  2560. // Let the planner use the uncorrected coordinates.
  2561. mbl.reset();
  2562. world2machine_reset();
  2563. // Home in the XY plane.
  2564. setup_for_endstop_move();
  2565. home_xy();
  2566. result = improve_bed_offset_and_skew(1, verbosity_level, point_too_far_mask);
  2567. clean_up_after_endstop_move();
  2568. // Print head up.
  2569. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2570. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], homing_feedrate[Z_AXIS] / 40, active_extruder);
  2571. st_synchronize();
  2572. // if (result >= 0) babystep_apply();
  2573. #endif //HEATBED_V2
  2574. }
  2575. //#endif //NEW_XYZCAL
  2576. lcd_update_enable(true);
  2577. lcd_update(2);
  2578. lcd_bed_calibration_show_result(result, point_too_far_mask);
  2579. if (result >= 0)
  2580. {
  2581. // Calibration valid, the machine should be able to print. Advise the user to run the V2Calibration.gcode.
  2582. calibration_status_store(CALIBRATION_STATUS_LIVE_ADJUST);
  2583. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) != 1) lcd_show_fullscreen_message_and_wait_P(_T(MSG_BABYSTEP_Z_NOT_SET));
  2584. final_result = true;
  2585. }
  2586. }
  2587. #ifdef TMC2130
  2588. tmc2130_home_exit();
  2589. #endif
  2590. }
  2591. else
  2592. {
  2593. lcd_show_fullscreen_message_and_wait_P(PSTR("Calibration failed! Check the axes and run again."));
  2594. final_result = false;
  2595. }
  2596. }
  2597. else
  2598. {
  2599. // Timeouted.
  2600. }
  2601. lcd_update_enable(true);
  2602. #ifdef TMC2130
  2603. FORCE_HIGH_POWER_END;
  2604. #endif // TMC2130
  2605. return final_result;
  2606. }
  2607. void gcode_M114()
  2608. {
  2609. SERIAL_PROTOCOLPGM("X:");
  2610. SERIAL_PROTOCOL(current_position[X_AXIS]);
  2611. SERIAL_PROTOCOLPGM(" Y:");
  2612. SERIAL_PROTOCOL(current_position[Y_AXIS]);
  2613. SERIAL_PROTOCOLPGM(" Z:");
  2614. SERIAL_PROTOCOL(current_position[Z_AXIS]);
  2615. SERIAL_PROTOCOLPGM(" E:");
  2616. SERIAL_PROTOCOL(current_position[E_AXIS]);
  2617. SERIAL_PROTOCOLRPGM(_n(" Count X: "));////MSG_COUNT_X c=0 r=0
  2618. SERIAL_PROTOCOL(float(st_get_position(X_AXIS)) / cs.axis_steps_per_unit[X_AXIS]);
  2619. SERIAL_PROTOCOLPGM(" Y:");
  2620. SERIAL_PROTOCOL(float(st_get_position(Y_AXIS)) / cs.axis_steps_per_unit[Y_AXIS]);
  2621. SERIAL_PROTOCOLPGM(" Z:");
  2622. SERIAL_PROTOCOL(float(st_get_position(Z_AXIS)) / cs.axis_steps_per_unit[Z_AXIS]);
  2623. SERIAL_PROTOCOLPGM(" E:");
  2624. SERIAL_PROTOCOL(float(st_get_position(E_AXIS)) / cs.axis_steps_per_unit[E_AXIS]);
  2625. SERIAL_PROTOCOLLN("");
  2626. }
  2627. void gcode_M600(bool automatic, float x_position, float y_position, float z_shift, float e_shift, float e_shift_late) {
  2628. st_synchronize();
  2629. float lastpos[4];
  2630. if (farm_mode)
  2631. {
  2632. prusa_statistics(22);
  2633. }
  2634. //First backup current position and settings
  2635. feedmultiplyBckp=feedmultiply;
  2636. HotendTempBckp = degTargetHotend(active_extruder);
  2637. fanSpeedBckp = fanSpeed;
  2638. lastpos[X_AXIS]=current_position[X_AXIS];
  2639. lastpos[Y_AXIS]=current_position[Y_AXIS];
  2640. lastpos[Z_AXIS]=current_position[Z_AXIS];
  2641. lastpos[E_AXIS]=current_position[E_AXIS];
  2642. //Retract E
  2643. current_position[E_AXIS]+= e_shift;
  2644. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], FILAMENTCHANGE_RFEED, active_extruder);
  2645. st_synchronize();
  2646. //Lift Z
  2647. current_position[Z_AXIS]+= z_shift;
  2648. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], FILAMENTCHANGE_ZFEED, active_extruder);
  2649. st_synchronize();
  2650. //Move XY to side
  2651. current_position[X_AXIS]= x_position;
  2652. current_position[Y_AXIS]= y_position;
  2653. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], FILAMENTCHANGE_XYFEED, active_extruder);
  2654. st_synchronize();
  2655. //Beep, manage nozzle heater and wait for user to start unload filament
  2656. if(!mmu_enabled) M600_wait_for_user();
  2657. lcd_change_fil_state = 0;
  2658. // Unload filament
  2659. if (mmu_enabled)
  2660. extr_unload(); //unload just current filament for multimaterial printers (used also in M702)
  2661. else
  2662. unload_filament(); //unload filament for single material (used also in M702)
  2663. //finish moves
  2664. st_synchronize();
  2665. if (!mmu_enabled)
  2666. {
  2667. KEEPALIVE_STATE(PAUSED_FOR_USER);
  2668. lcd_change_fil_state = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Was filament unload successful?"), false, true);////MSG_UNLOAD_SUCCESSFUL c=20 r=2
  2669. if (lcd_change_fil_state == 0) lcd_show_fullscreen_message_and_wait_P(_i("Please open idler and remove filament manually."));////MSG_CHECK_IDLER c=20 r=4
  2670. lcd_update_enable(true);
  2671. }
  2672. if (mmu_enabled)
  2673. {
  2674. if (!automatic) {
  2675. if (saved_printing) mmu_eject_filament(mmu_extruder, false); //if M600 was invoked by filament senzor (FINDA) eject filament so user can easily remove it
  2676. mmu_M600_wait_and_beep();
  2677. if (saved_printing) {
  2678. lcd_clear();
  2679. lcd_set_cursor(0, 2);
  2680. lcd_puts_P(_T(MSG_PLEASE_WAIT));
  2681. mmu_command(MMU_CMD_R0);
  2682. manage_response(false, false);
  2683. }
  2684. }
  2685. mmu_M600_load_filament(automatic);
  2686. }
  2687. else
  2688. M600_load_filament();
  2689. if(!automatic) M600_check_state();
  2690. lcd_update_enable(true);
  2691. //Not let's go back to print
  2692. fanSpeed = fanSpeedBckp;
  2693. //Feed a little of filament to stabilize pressure
  2694. if (!automatic) {
  2695. current_position[E_AXIS] += FILAMENTCHANGE_RECFEED;
  2696. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], FILAMENTCHANGE_EXFEED, active_extruder);
  2697. }
  2698. //Move XY back
  2699. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], FILAMENTCHANGE_XYFEED, active_extruder);
  2700. st_synchronize();
  2701. //Move Z back
  2702. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], current_position[E_AXIS], FILAMENTCHANGE_ZFEED, active_extruder);
  2703. st_synchronize();
  2704. //Set E position to original
  2705. plan_set_e_position(lastpos[E_AXIS]);
  2706. memcpy(current_position, lastpos, sizeof(lastpos));
  2707. memcpy(destination, current_position, sizeof(current_position));
  2708. //Recover feed rate
  2709. feedmultiply=feedmultiplyBckp;
  2710. char cmd[9];
  2711. sprintf_P(cmd, PSTR("M220 S%i"), feedmultiplyBckp);
  2712. enquecommand(cmd);
  2713. lcd_setstatuspgm(_T(WELCOME_MSG));
  2714. custom_message_type = CUSTOM_MSG_TYPE_STATUS;
  2715. }
  2716. void gcode_M701()
  2717. {
  2718. printf_P(PSTR("gcode_M701 begin\n"));
  2719. if (mmu_enabled)
  2720. {
  2721. extr_adj(tmp_extruder);//loads current extruder
  2722. mmu_extruder = tmp_extruder;
  2723. }
  2724. else
  2725. {
  2726. enable_z();
  2727. custom_message_type = CUSTOM_MSG_TYPE_F_LOAD;
  2728. #ifdef FILAMENT_SENSOR
  2729. fsensor_oq_meassure_start(40);
  2730. #endif //FILAMENT_SENSOR
  2731. lcd_setstatuspgm(_T(MSG_LOADING_FILAMENT));
  2732. current_position[E_AXIS] += 40;
  2733. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 400 / 60, active_extruder); //fast sequence
  2734. st_synchronize();
  2735. if (current_position[Z_AXIS] < 20) current_position[Z_AXIS] += 30;
  2736. current_position[E_AXIS] += 30;
  2737. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 400 / 60, active_extruder); //fast sequence
  2738. st_synchronize();
  2739. current_position[E_AXIS] += 25;
  2740. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 100 / 60, active_extruder); //slow sequence
  2741. st_synchronize();
  2742. if((eSoundMode==e_SOUND_MODE_LOUD)||(eSoundMode==e_SOUND_MODE_ONCE)) tone(BEEPER, 500);
  2743. delay_keep_alive(50);
  2744. noTone(BEEPER);
  2745. if (!farm_mode && loading_flag) {
  2746. bool clean = lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_FILAMENT_CLEAN), false, true);
  2747. while (!clean) {
  2748. lcd_update_enable(true);
  2749. lcd_update(2);
  2750. current_position[E_AXIS] += 25;
  2751. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 100 / 60, active_extruder); //slow sequence
  2752. st_synchronize();
  2753. clean = lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_FILAMENT_CLEAN), false, true);
  2754. }
  2755. }
  2756. lcd_update_enable(true);
  2757. lcd_update(2);
  2758. lcd_setstatuspgm(_T(WELCOME_MSG));
  2759. disable_z();
  2760. loading_flag = false;
  2761. custom_message_type = CUSTOM_MSG_TYPE_STATUS;
  2762. #ifdef FILAMENT_SENSOR
  2763. if (mmu_enabled == false)
  2764. {
  2765. fsensor_oq_meassure_stop();
  2766. if (!fsensor_oq_result())
  2767. {
  2768. bool disable = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Fil. sensor response is poor, disable it?"), false, true);
  2769. lcd_update_enable(true);
  2770. lcd_update(2);
  2771. if (disable)
  2772. fsensor_disable();
  2773. }
  2774. }
  2775. #endif //FILAMENT_SENSOR
  2776. }
  2777. }
  2778. /**
  2779. * @brief Get serial number from 32U2 processor
  2780. *
  2781. * Typical format of S/N is:CZPX0917X003XC13518
  2782. *
  2783. * Command operates only in farm mode, if not in farm mode, "Not in farm mode." is written to MYSERIAL.
  2784. *
  2785. * Send command ;S to serial port 0 to retrieve serial number stored in 32U2 processor,
  2786. * reply is transmitted to serial port 1 character by character.
  2787. * Operation takes typically 23 ms. If the retransmit is not finished until 100 ms,
  2788. * it is interrupted, so less, or no characters are retransmitted, only newline character is send
  2789. * in any case.
  2790. */
  2791. static void gcode_PRUSA_SN()
  2792. {
  2793. if (farm_mode) {
  2794. selectedSerialPort = 0;
  2795. putchar(';');
  2796. putchar('S');
  2797. int numbersRead = 0;
  2798. ShortTimer timeout;
  2799. timeout.start();
  2800. while (numbersRead < 19) {
  2801. while (MSerial.available() > 0) {
  2802. uint8_t serial_char = MSerial.read();
  2803. selectedSerialPort = 1;
  2804. putchar(serial_char);
  2805. numbersRead++;
  2806. selectedSerialPort = 0;
  2807. }
  2808. if (timeout.expired(100u)) break;
  2809. }
  2810. selectedSerialPort = 1;
  2811. putchar('\n');
  2812. #if 0
  2813. for (int b = 0; b < 3; b++) {
  2814. tone(BEEPER, 110);
  2815. delay(50);
  2816. noTone(BEEPER);
  2817. delay(50);
  2818. }
  2819. #endif
  2820. } else {
  2821. puts_P(_N("Not in farm mode."));
  2822. }
  2823. }
  2824. #ifdef BACKLASH_X
  2825. extern uint8_t st_backlash_x;
  2826. #endif //BACKLASH_X
  2827. #ifdef BACKLASH_Y
  2828. extern uint8_t st_backlash_y;
  2829. #endif //BACKLASH_Y
  2830. void process_commands()
  2831. {
  2832. if (!buflen) return; //empty command
  2833. #ifdef FILAMENT_RUNOUT_SUPPORT
  2834. SET_INPUT(FR_SENS);
  2835. #endif
  2836. #ifdef CMDBUFFER_DEBUG
  2837. SERIAL_ECHOPGM("Processing a GCODE command: ");
  2838. SERIAL_ECHO(cmdbuffer+bufindr+CMDHDRSIZE);
  2839. SERIAL_ECHOLNPGM("");
  2840. SERIAL_ECHOPGM("In cmdqueue: ");
  2841. SERIAL_ECHO(buflen);
  2842. SERIAL_ECHOLNPGM("");
  2843. #endif /* CMDBUFFER_DEBUG */
  2844. unsigned long codenum; //throw away variable
  2845. char *starpos = NULL;
  2846. #ifdef ENABLE_AUTO_BED_LEVELING
  2847. float x_tmp, y_tmp, z_tmp, real_z;
  2848. #endif
  2849. // PRUSA GCODES
  2850. KEEPALIVE_STATE(IN_HANDLER);
  2851. #ifdef SNMM
  2852. float tmp_motor[3] = DEFAULT_PWM_MOTOR_CURRENT;
  2853. float tmp_motor_loud[3] = DEFAULT_PWM_MOTOR_CURRENT_LOUD;
  2854. int8_t SilentMode;
  2855. #endif
  2856. if (code_seen("M117")) { //moved to highest priority place to be able to to print strings which includes "G", "PRUSA" and "^"
  2857. starpos = (strchr(strchr_pointer + 5, '*'));
  2858. if (starpos != NULL)
  2859. *(starpos) = '\0';
  2860. lcd_setstatus(strchr_pointer + 5);
  2861. }
  2862. #ifdef TMC2130
  2863. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("CRASH_"), 6) == 0)
  2864. {
  2865. if(code_seen("CRASH_DETECTED"))
  2866. {
  2867. uint8_t mask = 0;
  2868. if (code_seen('X')) mask |= X_AXIS_MASK;
  2869. if (code_seen('Y')) mask |= Y_AXIS_MASK;
  2870. crashdet_detected(mask);
  2871. }
  2872. else if(code_seen("CRASH_RECOVER"))
  2873. crashdet_recover();
  2874. else if(code_seen("CRASH_CANCEL"))
  2875. crashdet_cancel();
  2876. }
  2877. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("TMC_"), 4) == 0)
  2878. {
  2879. if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_WAVE_"), 9) == 0)
  2880. {
  2881. uint8_t axis = *(CMDBUFFER_CURRENT_STRING + 13);
  2882. axis = (axis == 'E')?3:(axis - 'X');
  2883. if (axis < 4)
  2884. {
  2885. uint8_t fac = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, NULL, 10);
  2886. tmc2130_set_wave(axis, 247, fac);
  2887. }
  2888. }
  2889. else if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_STEP_"), 9) == 0)
  2890. {
  2891. uint8_t axis = *(CMDBUFFER_CURRENT_STRING + 13);
  2892. axis = (axis == 'E')?3:(axis - 'X');
  2893. if (axis < 4)
  2894. {
  2895. uint8_t step = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, NULL, 10);
  2896. uint16_t res = tmc2130_get_res(axis);
  2897. tmc2130_goto_step(axis, step & (4*res - 1), 2, 1000, res);
  2898. }
  2899. }
  2900. else if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_CHOP_"), 9) == 0)
  2901. {
  2902. uint8_t axis = *(CMDBUFFER_CURRENT_STRING + 13);
  2903. axis = (axis == 'E')?3:(axis - 'X');
  2904. if (axis < 4)
  2905. {
  2906. uint8_t chop0 = tmc2130_chopper_config[axis].toff;
  2907. uint8_t chop1 = tmc2130_chopper_config[axis].hstr;
  2908. uint8_t chop2 = tmc2130_chopper_config[axis].hend;
  2909. uint8_t chop3 = tmc2130_chopper_config[axis].tbl;
  2910. char* str_end = 0;
  2911. if (CMDBUFFER_CURRENT_STRING[14])
  2912. {
  2913. chop0 = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, &str_end, 10) & 15;
  2914. if (str_end && *str_end)
  2915. {
  2916. chop1 = (uint8_t)strtol(str_end, &str_end, 10) & 7;
  2917. if (str_end && *str_end)
  2918. {
  2919. chop2 = (uint8_t)strtol(str_end, &str_end, 10) & 15;
  2920. if (str_end && *str_end)
  2921. chop3 = (uint8_t)strtol(str_end, &str_end, 10) & 3;
  2922. }
  2923. }
  2924. }
  2925. tmc2130_chopper_config[axis].toff = chop0;
  2926. tmc2130_chopper_config[axis].hstr = chop1 & 7;
  2927. tmc2130_chopper_config[axis].hend = chop2 & 15;
  2928. tmc2130_chopper_config[axis].tbl = chop3 & 3;
  2929. tmc2130_setup_chopper(axis, tmc2130_mres[axis], tmc2130_current_h[axis], tmc2130_current_r[axis]);
  2930. //printf_P(_N("TMC_SET_CHOP_%c %hhd %hhd %hhd %hhd\n"), "xyze"[axis], chop0, chop1, chop2, chop3);
  2931. }
  2932. }
  2933. }
  2934. #ifdef BACKLASH_X
  2935. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("BACKLASH_X"), 10) == 0)
  2936. {
  2937. uint8_t bl = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 10, NULL, 10);
  2938. st_backlash_x = bl;
  2939. printf_P(_N("st_backlash_x = %hhd\n"), st_backlash_x);
  2940. }
  2941. #endif //BACKLASH_X
  2942. #ifdef BACKLASH_Y
  2943. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("BACKLASH_Y"), 10) == 0)
  2944. {
  2945. uint8_t bl = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 10, NULL, 10);
  2946. st_backlash_y = bl;
  2947. printf_P(_N("st_backlash_y = %hhd\n"), st_backlash_y);
  2948. }
  2949. #endif //BACKLASH_Y
  2950. #endif //TMC2130
  2951. else if (code_seen("FSENSOR_RECOVER")) {
  2952. fsensor_restore_print_and_continue();
  2953. }
  2954. else if(code_seen("PRUSA")){
  2955. if (code_seen("Ping")) { //PRUSA Ping
  2956. if (farm_mode) {
  2957. PingTime = millis();
  2958. //MYSERIAL.print(farm_no); MYSERIAL.println(": OK");
  2959. }
  2960. }
  2961. else if (code_seen("PRN")) {
  2962. printf_P(_N("%d"), status_number);
  2963. }else if (code_seen("FAN")) {
  2964. printf_P(_N("E0:%d RPM\nPRN0:%d RPM\n"), 60*fan_speed[0], 60*fan_speed[1]);
  2965. }else if (code_seen("fn")) {
  2966. if (farm_mode) {
  2967. printf_P(_N("%d"), farm_no);
  2968. }
  2969. else {
  2970. puts_P(_N("Not in farm mode."));
  2971. }
  2972. }
  2973. else if (code_seen("thx"))
  2974. {
  2975. no_response = false;
  2976. }
  2977. else if (code_seen("uvlo"))
  2978. {
  2979. eeprom_update_byte((uint8_t*)EEPROM_UVLO,0);
  2980. enquecommand_P(PSTR("M24"));
  2981. }
  2982. else if (code_seen("MMURES"))
  2983. {
  2984. mmu_reset();
  2985. }
  2986. else if (code_seen("RESET")) {
  2987. // careful!
  2988. if (farm_mode) {
  2989. #ifdef WATCHDOG
  2990. boot_app_magic = BOOT_APP_MAGIC;
  2991. boot_app_flags = BOOT_APP_FLG_RUN;
  2992. wdt_enable(WDTO_15MS);
  2993. cli();
  2994. while(1);
  2995. #else //WATCHDOG
  2996. asm volatile("jmp 0x3E000");
  2997. #endif //WATCHDOG
  2998. }
  2999. else {
  3000. MYSERIAL.println("Not in farm mode.");
  3001. }
  3002. }else if (code_seen("fv")) {
  3003. // get file version
  3004. #ifdef SDSUPPORT
  3005. card.openFile(strchr_pointer + 3,true);
  3006. while (true) {
  3007. uint16_t readByte = card.get();
  3008. MYSERIAL.write(readByte);
  3009. if (readByte=='\n') {
  3010. break;
  3011. }
  3012. }
  3013. card.closefile();
  3014. #endif // SDSUPPORT
  3015. } else if (code_seen("M28")) {
  3016. trace();
  3017. prusa_sd_card_upload = true;
  3018. card.openFile(strchr_pointer+4,false);
  3019. } else if (code_seen("SN")) {
  3020. gcode_PRUSA_SN();
  3021. } else if(code_seen("Fir")){
  3022. SERIAL_PROTOCOLLN(FW_VERSION_FULL);
  3023. } else if(code_seen("Rev")){
  3024. SERIAL_PROTOCOLLN(FILAMENT_SIZE "-" ELECTRONICS "-" NOZZLE_TYPE );
  3025. } else if(code_seen("Lang")) {
  3026. lang_reset();
  3027. } else if(code_seen("Lz")) {
  3028. EEPROM_save_B(EEPROM_BABYSTEP_Z,0);
  3029. } else if(code_seen("Beat")) {
  3030. // Kick farm link timer
  3031. kicktime = millis();
  3032. } else if(code_seen("FR")) {
  3033. // Factory full reset
  3034. factory_reset(0,true);
  3035. }
  3036. //else if (code_seen('Cal')) {
  3037. // lcd_calibration();
  3038. // }
  3039. }
  3040. else if (code_seen('^')) {
  3041. // nothing, this is a version line
  3042. } else if(code_seen('G'))
  3043. {
  3044. gcode_in_progress = (int)code_value();
  3045. // printf_P(_N("BEGIN G-CODE=%u\n"), gcode_in_progress);
  3046. switch (gcode_in_progress)
  3047. {
  3048. case 0: // G0 -> G1
  3049. case 1: // G1
  3050. if(Stopped == false) {
  3051. #ifdef FILAMENT_RUNOUT_SUPPORT
  3052. if(READ(FR_SENS)){
  3053. feedmultiplyBckp=feedmultiply;
  3054. float target[4];
  3055. float lastpos[4];
  3056. target[X_AXIS]=current_position[X_AXIS];
  3057. target[Y_AXIS]=current_position[Y_AXIS];
  3058. target[Z_AXIS]=current_position[Z_AXIS];
  3059. target[E_AXIS]=current_position[E_AXIS];
  3060. lastpos[X_AXIS]=current_position[X_AXIS];
  3061. lastpos[Y_AXIS]=current_position[Y_AXIS];
  3062. lastpos[Z_AXIS]=current_position[Z_AXIS];
  3063. lastpos[E_AXIS]=current_position[E_AXIS];
  3064. //retract by E
  3065. target[E_AXIS]+= FILAMENTCHANGE_FIRSTRETRACT ;
  3066. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 400, active_extruder);
  3067. target[Z_AXIS]+= FILAMENTCHANGE_ZADD ;
  3068. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 300, active_extruder);
  3069. target[X_AXIS]= FILAMENTCHANGE_XPOS ;
  3070. target[Y_AXIS]= FILAMENTCHANGE_YPOS ;
  3071. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 70, active_extruder);
  3072. target[E_AXIS]+= FILAMENTCHANGE_FINALRETRACT ;
  3073. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 20, active_extruder);
  3074. //finish moves
  3075. st_synchronize();
  3076. //disable extruder steppers so filament can be removed
  3077. disable_e0();
  3078. disable_e1();
  3079. disable_e2();
  3080. delay(100);
  3081. //LCD_ALERTMESSAGEPGM(_T(MSG_FILAMENTCHANGE));
  3082. uint8_t cnt=0;
  3083. int counterBeep = 0;
  3084. lcd_wait_interact();
  3085. while(!lcd_clicked()){
  3086. cnt++;
  3087. manage_heater();
  3088. manage_inactivity(true);
  3089. //lcd_update(0);
  3090. if(cnt==0)
  3091. {
  3092. #if BEEPER > 0
  3093. if (counterBeep== 500){
  3094. counterBeep = 0;
  3095. }
  3096. SET_OUTPUT(BEEPER);
  3097. if (counterBeep== 0){
  3098. if((eSoundMode==e_SOUND_MODE_LOUD)||(eSoundMode==e_SOUND_MODE_ONCE))
  3099. WRITE(BEEPER,HIGH);
  3100. }
  3101. if (counterBeep== 20){
  3102. WRITE(BEEPER,LOW);
  3103. }
  3104. counterBeep++;
  3105. #else
  3106. #endif
  3107. }
  3108. }
  3109. WRITE(BEEPER,LOW);
  3110. target[E_AXIS]+= FILAMENTCHANGE_FIRSTFEED ;
  3111. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 20, active_extruder);
  3112. target[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  3113. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  3114. lcd_change_fil_state = 0;
  3115. lcd_loading_filament();
  3116. while ((lcd_change_fil_state == 0)||(lcd_change_fil_state != 1)){
  3117. lcd_change_fil_state = 0;
  3118. lcd_alright();
  3119. switch(lcd_change_fil_state){
  3120. case 2:
  3121. target[E_AXIS]+= FILAMENTCHANGE_FIRSTFEED ;
  3122. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 20, active_extruder);
  3123. target[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  3124. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  3125. lcd_loading_filament();
  3126. break;
  3127. case 3:
  3128. target[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  3129. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  3130. lcd_loading_color();
  3131. break;
  3132. default:
  3133. lcd_change_success();
  3134. break;
  3135. }
  3136. }
  3137. target[E_AXIS]+= 5;
  3138. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  3139. target[E_AXIS]+= FILAMENTCHANGE_FIRSTRETRACT;
  3140. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 400, active_extruder);
  3141. //current_position[E_AXIS]=target[E_AXIS]; //the long retract of L is compensated by manual filament feeding
  3142. //plan_set_e_position(current_position[E_AXIS]);
  3143. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 70, active_extruder); //should do nothing
  3144. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], target[Z_AXIS], target[E_AXIS], 70, active_extruder); //move xy back
  3145. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], target[E_AXIS], 200, active_extruder); //move z back
  3146. target[E_AXIS]= target[E_AXIS] - FILAMENTCHANGE_FIRSTRETRACT;
  3147. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], target[E_AXIS], 5, active_extruder); //final untretract
  3148. plan_set_e_position(lastpos[E_AXIS]);
  3149. feedmultiply=feedmultiplyBckp;
  3150. char cmd[9];
  3151. sprintf_P(cmd, PSTR("M220 S%i"), feedmultiplyBckp);
  3152. enquecommand(cmd);
  3153. }
  3154. #endif
  3155. get_coordinates(); // For X Y Z E F
  3156. if (total_filament_used > ((current_position[E_AXIS] - destination[E_AXIS]) * 100)) { //protection against total_filament_used overflow
  3157. total_filament_used = total_filament_used + ((destination[E_AXIS] - current_position[E_AXIS]) * 100);
  3158. }
  3159. #ifdef FWRETRACT
  3160. if(cs.autoretract_enabled)
  3161. if( !(code_seen('X') || code_seen('Y') || code_seen('Z')) && code_seen('E')) {
  3162. float echange=destination[E_AXIS]-current_position[E_AXIS];
  3163. if((echange<-MIN_RETRACT && !retracted[active_extruder]) || (echange>MIN_RETRACT && retracted[active_extruder])) { //move appears to be an attempt to retract or recover
  3164. current_position[E_AXIS] = destination[E_AXIS]; //hide the slicer-generated retract/recover from calculations
  3165. plan_set_e_position(current_position[E_AXIS]); //AND from the planner
  3166. retract(!retracted[active_extruder]);
  3167. return;
  3168. }
  3169. }
  3170. #endif //FWRETRACT
  3171. prepare_move();
  3172. //ClearToSend();
  3173. }
  3174. break;
  3175. case 2: // G2 - CW ARC
  3176. if(Stopped == false) {
  3177. get_arc_coordinates();
  3178. prepare_arc_move(true);
  3179. }
  3180. break;
  3181. case 3: // G3 - CCW ARC
  3182. if(Stopped == false) {
  3183. get_arc_coordinates();
  3184. prepare_arc_move(false);
  3185. }
  3186. break;
  3187. case 4: // G4 dwell
  3188. codenum = 0;
  3189. if(code_seen('P')) codenum = code_value(); // milliseconds to wait
  3190. if(code_seen('S')) codenum = code_value() * 1000; // seconds to wait
  3191. if(codenum != 0) LCD_MESSAGERPGM(_i("Sleep..."));////MSG_DWELL c=0 r=0
  3192. st_synchronize();
  3193. codenum += millis(); // keep track of when we started waiting
  3194. previous_millis_cmd = millis();
  3195. while(millis() < codenum) {
  3196. manage_heater();
  3197. manage_inactivity();
  3198. lcd_update(0);
  3199. }
  3200. break;
  3201. #ifdef FWRETRACT
  3202. case 10: // G10 retract
  3203. #if EXTRUDERS > 1
  3204. retracted_swap[active_extruder]=(code_seen('S') && code_value_long() == 1); // checks for swap retract argument
  3205. retract(true,retracted_swap[active_extruder]);
  3206. #else
  3207. retract(true);
  3208. #endif
  3209. break;
  3210. case 11: // G11 retract_recover
  3211. #if EXTRUDERS > 1
  3212. retract(false,retracted_swap[active_extruder]);
  3213. #else
  3214. retract(false);
  3215. #endif
  3216. break;
  3217. #endif //FWRETRACT
  3218. case 28: //G28 Home all Axis one at a time
  3219. {
  3220. long home_x_value = 0;
  3221. long home_y_value = 0;
  3222. long home_z_value = 0;
  3223. // Which axes should be homed?
  3224. bool home_x = code_seen(axis_codes[X_AXIS]);
  3225. home_x_value = code_value_long();
  3226. bool home_y = code_seen(axis_codes[Y_AXIS]);
  3227. home_y_value = code_value_long();
  3228. bool home_z = code_seen(axis_codes[Z_AXIS]);
  3229. home_z_value = code_value_long();
  3230. bool without_mbl = code_seen('W');
  3231. // calibrate?
  3232. bool calib = code_seen('C');
  3233. gcode_G28(home_x, home_x_value, home_y, home_y_value, home_z, home_z_value, calib, without_mbl);
  3234. if ((home_x || home_y || without_mbl || home_z) == false) {
  3235. // Push the commands to the front of the message queue in the reverse order!
  3236. // There shall be always enough space reserved for these commands.
  3237. goto case_G80;
  3238. }
  3239. break;
  3240. }
  3241. #ifdef ENABLE_AUTO_BED_LEVELING
  3242. case 29: // G29 Detailed Z-Probe, probes the bed at 3 or more points.
  3243. {
  3244. #if Z_MIN_PIN == -1
  3245. #error "You must have a Z_MIN endstop in order to enable Auto Bed Leveling feature! Z_MIN_PIN must point to a valid hardware pin."
  3246. #endif
  3247. // Prevent user from running a G29 without first homing in X and Y
  3248. if (! (axis_known_position[X_AXIS] && axis_known_position[Y_AXIS]) )
  3249. {
  3250. LCD_MESSAGERPGM(MSG_POSITION_UNKNOWN);
  3251. SERIAL_ECHO_START;
  3252. SERIAL_ECHOLNRPGM(MSG_POSITION_UNKNOWN);
  3253. break; // abort G29, since we don't know where we are
  3254. }
  3255. st_synchronize();
  3256. // make sure the bed_level_rotation_matrix is identity or the planner will get it incorectly
  3257. //vector_3 corrected_position = plan_get_position_mm();
  3258. //corrected_position.debug("position before G29");
  3259. plan_bed_level_matrix.set_to_identity();
  3260. vector_3 uncorrected_position = plan_get_position();
  3261. //uncorrected_position.debug("position durring G29");
  3262. current_position[X_AXIS] = uncorrected_position.x;
  3263. current_position[Y_AXIS] = uncorrected_position.y;
  3264. current_position[Z_AXIS] = uncorrected_position.z;
  3265. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  3266. setup_for_endstop_move();
  3267. feedrate = homing_feedrate[Z_AXIS];
  3268. #ifdef AUTO_BED_LEVELING_GRID
  3269. // probe at the points of a lattice grid
  3270. int xGridSpacing = (RIGHT_PROBE_BED_POSITION - LEFT_PROBE_BED_POSITION) / (AUTO_BED_LEVELING_GRID_POINTS-1);
  3271. int yGridSpacing = (BACK_PROBE_BED_POSITION - FRONT_PROBE_BED_POSITION) / (AUTO_BED_LEVELING_GRID_POINTS-1);
  3272. // solve the plane equation ax + by + d = z
  3273. // A is the matrix with rows [x y 1] for all the probed points
  3274. // B is the vector of the Z positions
  3275. // the normal vector to the plane is formed by the coefficients of the plane equation in the standard form, which is Vx*x+Vy*y+Vz*z+d = 0
  3276. // so Vx = -a Vy = -b Vz = 1 (we want the vector facing towards positive Z
  3277. // "A" matrix of the linear system of equations
  3278. double eqnAMatrix[AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS*3];
  3279. // "B" vector of Z points
  3280. double eqnBVector[AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS];
  3281. int probePointCounter = 0;
  3282. bool zig = true;
  3283. for (int yProbe=FRONT_PROBE_BED_POSITION; yProbe <= BACK_PROBE_BED_POSITION; yProbe += yGridSpacing)
  3284. {
  3285. int xProbe, xInc;
  3286. if (zig)
  3287. {
  3288. xProbe = LEFT_PROBE_BED_POSITION;
  3289. //xEnd = RIGHT_PROBE_BED_POSITION;
  3290. xInc = xGridSpacing;
  3291. zig = false;
  3292. } else // zag
  3293. {
  3294. xProbe = RIGHT_PROBE_BED_POSITION;
  3295. //xEnd = LEFT_PROBE_BED_POSITION;
  3296. xInc = -xGridSpacing;
  3297. zig = true;
  3298. }
  3299. for (int xCount=0; xCount < AUTO_BED_LEVELING_GRID_POINTS; xCount++)
  3300. {
  3301. float z_before;
  3302. if (probePointCounter == 0)
  3303. {
  3304. // raise before probing
  3305. z_before = Z_RAISE_BEFORE_PROBING;
  3306. } else
  3307. {
  3308. // raise extruder
  3309. z_before = current_position[Z_AXIS] + Z_RAISE_BETWEEN_PROBINGS;
  3310. }
  3311. float measured_z = probe_pt(xProbe, yProbe, z_before);
  3312. eqnBVector[probePointCounter] = measured_z;
  3313. eqnAMatrix[probePointCounter + 0*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = xProbe;
  3314. eqnAMatrix[probePointCounter + 1*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = yProbe;
  3315. eqnAMatrix[probePointCounter + 2*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = 1;
  3316. probePointCounter++;
  3317. xProbe += xInc;
  3318. }
  3319. }
  3320. clean_up_after_endstop_move();
  3321. // solve lsq problem
  3322. double *plane_equation_coefficients = qr_solve(AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS, 3, eqnAMatrix, eqnBVector);
  3323. SERIAL_PROTOCOLPGM("Eqn coefficients: a: ");
  3324. SERIAL_PROTOCOL(plane_equation_coefficients[0]);
  3325. SERIAL_PROTOCOLPGM(" b: ");
  3326. SERIAL_PROTOCOL(plane_equation_coefficients[1]);
  3327. SERIAL_PROTOCOLPGM(" d: ");
  3328. SERIAL_PROTOCOLLN(plane_equation_coefficients[2]);
  3329. set_bed_level_equation_lsq(plane_equation_coefficients);
  3330. free(plane_equation_coefficients);
  3331. #else // AUTO_BED_LEVELING_GRID not defined
  3332. // Probe at 3 arbitrary points
  3333. // probe 1
  3334. float z_at_pt_1 = probe_pt(ABL_PROBE_PT_1_X, ABL_PROBE_PT_1_Y, Z_RAISE_BEFORE_PROBING);
  3335. // probe 2
  3336. float z_at_pt_2 = probe_pt(ABL_PROBE_PT_2_X, ABL_PROBE_PT_2_Y, current_position[Z_AXIS] + Z_RAISE_BETWEEN_PROBINGS);
  3337. // probe 3
  3338. float z_at_pt_3 = probe_pt(ABL_PROBE_PT_3_X, ABL_PROBE_PT_3_Y, current_position[Z_AXIS] + Z_RAISE_BETWEEN_PROBINGS);
  3339. clean_up_after_endstop_move();
  3340. set_bed_level_equation_3pts(z_at_pt_1, z_at_pt_2, z_at_pt_3);
  3341. #endif // AUTO_BED_LEVELING_GRID
  3342. st_synchronize();
  3343. // The following code correct the Z height difference from z-probe position and hotend tip position.
  3344. // The Z height on homing is measured by Z-Probe, but the probe is quite far from the hotend.
  3345. // When the bed is uneven, this height must be corrected.
  3346. real_z = float(st_get_position(Z_AXIS))/cs.axis_steps_per_unit[Z_AXIS]; //get the real Z (since the auto bed leveling is already correcting the plane)
  3347. x_tmp = current_position[X_AXIS] + X_PROBE_OFFSET_FROM_EXTRUDER;
  3348. y_tmp = current_position[Y_AXIS] + Y_PROBE_OFFSET_FROM_EXTRUDER;
  3349. z_tmp = current_position[Z_AXIS];
  3350. apply_rotation_xyz(plan_bed_level_matrix, x_tmp, y_tmp, z_tmp); //Apply the correction sending the probe offset
  3351. current_position[Z_AXIS] = z_tmp - real_z + current_position[Z_AXIS]; //The difference is added to current position and sent to planner.
  3352. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  3353. }
  3354. break;
  3355. #ifndef Z_PROBE_SLED
  3356. case 30: // G30 Single Z Probe
  3357. {
  3358. st_synchronize();
  3359. // TODO: make sure the bed_level_rotation_matrix is identity or the planner will get set incorectly
  3360. setup_for_endstop_move();
  3361. feedrate = homing_feedrate[Z_AXIS];
  3362. run_z_probe();
  3363. SERIAL_PROTOCOLPGM(_T(MSG_BED));
  3364. SERIAL_PROTOCOLPGM(" X: ");
  3365. SERIAL_PROTOCOL(current_position[X_AXIS]);
  3366. SERIAL_PROTOCOLPGM(" Y: ");
  3367. SERIAL_PROTOCOL(current_position[Y_AXIS]);
  3368. SERIAL_PROTOCOLPGM(" Z: ");
  3369. SERIAL_PROTOCOL(current_position[Z_AXIS]);
  3370. SERIAL_PROTOCOLPGM("\n");
  3371. clean_up_after_endstop_move();
  3372. }
  3373. break;
  3374. #else
  3375. case 31: // dock the sled
  3376. dock_sled(true);
  3377. break;
  3378. case 32: // undock the sled
  3379. dock_sled(false);
  3380. break;
  3381. #endif // Z_PROBE_SLED
  3382. #endif // ENABLE_AUTO_BED_LEVELING
  3383. #ifdef MESH_BED_LEVELING
  3384. case 30: // G30 Single Z Probe
  3385. {
  3386. st_synchronize();
  3387. // TODO: make sure the bed_level_rotation_matrix is identity or the planner will get set incorectly
  3388. setup_for_endstop_move();
  3389. feedrate = homing_feedrate[Z_AXIS];
  3390. find_bed_induction_sensor_point_z(-10.f, 3);
  3391. printf_P(_N("%S X: %.5f Y: %.5f Z: %.5f\n"), _T(MSG_BED), _x, _y, _z);
  3392. clean_up_after_endstop_move();
  3393. }
  3394. break;
  3395. case 75:
  3396. {
  3397. for (int i = 40; i <= 110; i++)
  3398. printf_P(_N("%d %.2f"), i, temp_comp_interpolation(i));
  3399. }
  3400. break;
  3401. case 76: //PINDA probe temperature calibration
  3402. {
  3403. #ifdef PINDA_THERMISTOR
  3404. if (true)
  3405. {
  3406. if (calibration_status() >= CALIBRATION_STATUS_XYZ_CALIBRATION) {
  3407. //we need to know accurate position of first calibration point
  3408. //if xyz calibration was not performed yet, interrupt temperature calibration and inform user that xyz cal. is needed
  3409. lcd_show_fullscreen_message_and_wait_P(_i("Please run XYZ calibration first."));
  3410. break;
  3411. }
  3412. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS]))
  3413. {
  3414. // We don't know where we are! HOME!
  3415. // Push the commands to the front of the message queue in the reverse order!
  3416. // There shall be always enough space reserved for these commands.
  3417. repeatcommand_front(); // repeat G76 with all its parameters
  3418. enquecommand_front_P((PSTR("G28 W0")));
  3419. break;
  3420. }
  3421. lcd_show_fullscreen_message_and_wait_P(_i("Stable ambient temperature 21-26C is needed a rigid stand is required."));////MSG_TEMP_CAL_WARNING c=20 r=4
  3422. bool result = lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_STEEL_SHEET_CHECK), false, false);
  3423. if (result)
  3424. {
  3425. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3426. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3427. current_position[Z_AXIS] = 50;
  3428. current_position[Y_AXIS] = 180;
  3429. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3430. st_synchronize();
  3431. lcd_show_fullscreen_message_and_wait_P(_T(MSG_REMOVE_STEEL_SHEET));
  3432. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  3433. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  3434. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3435. st_synchronize();
  3436. gcode_G28(false, false, true);
  3437. }
  3438. if ((current_temperature_pinda > 35) && (farm_mode == false)) {
  3439. //waiting for PIDNA probe to cool down in case that we are not in farm mode
  3440. current_position[Z_AXIS] = 100;
  3441. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3442. if (lcd_wait_for_pinda(35) == false) { //waiting for PINDA probe to cool, if this takes more then time expected, temp. cal. fails
  3443. lcd_temp_cal_show_result(false);
  3444. break;
  3445. }
  3446. }
  3447. lcd_update_enable(true);
  3448. KEEPALIVE_STATE(NOT_BUSY); //no need to print busy messages as we print current temperatures periodicaly
  3449. SERIAL_ECHOLNPGM("PINDA probe calibration start");
  3450. float zero_z;
  3451. int z_shift = 0; //unit: steps
  3452. float start_temp = 5 * (int)(current_temperature_pinda / 5);
  3453. if (start_temp < 35) start_temp = 35;
  3454. if (start_temp < current_temperature_pinda) start_temp += 5;
  3455. printf_P(_N("start temperature: %.1f\n"), start_temp);
  3456. // setTargetHotend(200, 0);
  3457. setTargetBed(70 + (start_temp - 30));
  3458. custom_message_type = CUSTOM_MSG_TYPE_TEMCAL;
  3459. custom_message_state = 1;
  3460. lcd_setstatuspgm(_T(MSG_TEMP_CALIBRATION));
  3461. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3462. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3463. current_position[X_AXIS] = PINDA_PREHEAT_X;
  3464. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  3465. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3466. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  3467. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3468. st_synchronize();
  3469. while (current_temperature_pinda < start_temp)
  3470. {
  3471. delay_keep_alive(1000);
  3472. serialecho_temperatures();
  3473. }
  3474. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0); //invalidate temp. calibration in case that in will be aborted during the calibration process
  3475. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3476. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3477. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  3478. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  3479. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3480. st_synchronize();
  3481. bool find_z_result = find_bed_induction_sensor_point_z(-1.f);
  3482. if (find_z_result == false) {
  3483. lcd_temp_cal_show_result(find_z_result);
  3484. break;
  3485. }
  3486. zero_z = current_position[Z_AXIS];
  3487. printf_P(_N("\nZERO: %.3f\n"), current_position[Z_AXIS]);
  3488. int i = -1; for (; i < 5; i++)
  3489. {
  3490. float temp = (40 + i * 5);
  3491. printf_P(_N("\nStep: %d/6 (skipped)\nPINDA temperature: %d Z shift (mm):0\n"), i + 2, (40 + i*5));
  3492. if (i >= 0) EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i * 2, &z_shift);
  3493. if (start_temp <= temp) break;
  3494. }
  3495. for (i++; i < 5; i++)
  3496. {
  3497. float temp = (40 + i * 5);
  3498. printf_P(_N("\nStep: %d/6\n"), i + 2);
  3499. custom_message_state = i + 2;
  3500. setTargetBed(50 + 10 * (temp - 30) / 5);
  3501. // setTargetHotend(255, 0);
  3502. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3503. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3504. current_position[X_AXIS] = PINDA_PREHEAT_X;
  3505. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  3506. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3507. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  3508. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3509. st_synchronize();
  3510. while (current_temperature_pinda < temp)
  3511. {
  3512. delay_keep_alive(1000);
  3513. serialecho_temperatures();
  3514. }
  3515. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3516. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3517. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  3518. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  3519. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3520. st_synchronize();
  3521. find_z_result = find_bed_induction_sensor_point_z(-1.f);
  3522. if (find_z_result == false) {
  3523. lcd_temp_cal_show_result(find_z_result);
  3524. break;
  3525. }
  3526. z_shift = (int)((current_position[Z_AXIS] - zero_z)*cs.axis_steps_per_unit[Z_AXIS]);
  3527. printf_P(_N("\nPINDA temperature: %.1f Z shift (mm): %.3f"), current_temperature_pinda, current_position[Z_AXIS] - zero_z);
  3528. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i * 2, &z_shift);
  3529. }
  3530. lcd_temp_cal_show_result(true);
  3531. break;
  3532. }
  3533. #endif //PINDA_THERMISTOR
  3534. setTargetBed(PINDA_MIN_T);
  3535. float zero_z;
  3536. int z_shift = 0; //unit: steps
  3537. int t_c; // temperature
  3538. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  3539. // We don't know where we are! HOME!
  3540. // Push the commands to the front of the message queue in the reverse order!
  3541. // There shall be always enough space reserved for these commands.
  3542. repeatcommand_front(); // repeat G76 with all its parameters
  3543. enquecommand_front_P((PSTR("G28 W0")));
  3544. break;
  3545. }
  3546. puts_P(_N("PINDA probe calibration start"));
  3547. custom_message_type = CUSTOM_MSG_TYPE_TEMCAL;
  3548. custom_message_state = 1;
  3549. lcd_setstatuspgm(_T(MSG_TEMP_CALIBRATION));
  3550. current_position[X_AXIS] = PINDA_PREHEAT_X;
  3551. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  3552. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  3553. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3554. st_synchronize();
  3555. while (abs(degBed() - PINDA_MIN_T) > 1) {
  3556. delay_keep_alive(1000);
  3557. serialecho_temperatures();
  3558. }
  3559. //enquecommand_P(PSTR("M190 S50"));
  3560. for (int i = 0; i < PINDA_HEAT_T; i++) {
  3561. delay_keep_alive(1000);
  3562. serialecho_temperatures();
  3563. }
  3564. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0); //invalidate temp. calibration in case that in will be aborted during the calibration process
  3565. current_position[Z_AXIS] = 5;
  3566. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3567. current_position[X_AXIS] = pgm_read_float(bed_ref_points);
  3568. current_position[Y_AXIS] = pgm_read_float(bed_ref_points + 1);
  3569. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3570. st_synchronize();
  3571. find_bed_induction_sensor_point_z(-1.f);
  3572. zero_z = current_position[Z_AXIS];
  3573. printf_P(_N("\nZERO: %.3f\n"), current_position[Z_AXIS]);
  3574. for (int i = 0; i<5; i++) {
  3575. printf_P(_N("\nStep: %d/6\n"), i + 2);
  3576. custom_message_state = i + 2;
  3577. t_c = 60 + i * 10;
  3578. setTargetBed(t_c);
  3579. current_position[X_AXIS] = PINDA_PREHEAT_X;
  3580. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  3581. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  3582. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3583. st_synchronize();
  3584. while (degBed() < t_c) {
  3585. delay_keep_alive(1000);
  3586. serialecho_temperatures();
  3587. }
  3588. for (int i = 0; i < PINDA_HEAT_T; i++) {
  3589. delay_keep_alive(1000);
  3590. serialecho_temperatures();
  3591. }
  3592. current_position[Z_AXIS] = 5;
  3593. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3594. current_position[X_AXIS] = pgm_read_float(bed_ref_points);
  3595. current_position[Y_AXIS] = pgm_read_float(bed_ref_points + 1);
  3596. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3597. st_synchronize();
  3598. find_bed_induction_sensor_point_z(-1.f);
  3599. z_shift = (int)((current_position[Z_AXIS] - zero_z)*cs.axis_steps_per_unit[Z_AXIS]);
  3600. printf_P(_N("\nTemperature: %d Z shift (mm): %.3f\n"), t_c, current_position[Z_AXIS] - zero_z);
  3601. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i*2, &z_shift);
  3602. }
  3603. custom_message_type = CUSTOM_MSG_TYPE_STATUS;
  3604. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  3605. puts_P(_N("Temperature calibration done."));
  3606. disable_x();
  3607. disable_y();
  3608. disable_z();
  3609. disable_e0();
  3610. disable_e1();
  3611. disable_e2();
  3612. setTargetBed(0); //set bed target temperature back to 0
  3613. lcd_show_fullscreen_message_and_wait_P(_T(MSG_TEMP_CALIBRATION_DONE));
  3614. temp_cal_active = true;
  3615. eeprom_update_byte((unsigned char *)EEPROM_TEMP_CAL_ACTIVE, 1);
  3616. lcd_update_enable(true);
  3617. lcd_update(2);
  3618. }
  3619. break;
  3620. #ifdef DIS
  3621. case 77:
  3622. {
  3623. //G77 X200 Y150 XP100 YP15 XO10 Y015
  3624. //for 9 point mesh bed leveling G77 X203 Y196 XP3 YP3 XO0 YO0
  3625. //G77 X232 Y218 XP116 YP109 XO-11 YO0
  3626. float dimension_x = 40;
  3627. float dimension_y = 40;
  3628. int points_x = 40;
  3629. int points_y = 40;
  3630. float offset_x = 74;
  3631. float offset_y = 33;
  3632. if (code_seen('X')) dimension_x = code_value();
  3633. if (code_seen('Y')) dimension_y = code_value();
  3634. if (code_seen("XP")) { strchr_pointer+=1; points_x = code_value(); }
  3635. if (code_seen("YP")) { strchr_pointer+=1; points_y = code_value(); }
  3636. if (code_seen("XO")) { strchr_pointer+=1; offset_x = code_value(); }
  3637. if (code_seen("YO")) { strchr_pointer+=1; offset_y = code_value(); }
  3638. bed_analysis(dimension_x,dimension_y,points_x,points_y,offset_x,offset_y);
  3639. } break;
  3640. #endif
  3641. case 79: {
  3642. for (int i = 255; i > 0; i = i - 5) {
  3643. fanSpeed = i;
  3644. //delay_keep_alive(2000);
  3645. for (int j = 0; j < 100; j++) {
  3646. delay_keep_alive(100);
  3647. }
  3648. printf_P(_N("%d: %d\n"), i, fan_speed[1]);
  3649. }
  3650. }break;
  3651. /**
  3652. * G80: Mesh-based Z probe, probes a grid and produces a
  3653. * mesh to compensate for variable bed height
  3654. *
  3655. * The S0 report the points as below
  3656. *
  3657. * +----> X-axis
  3658. * |
  3659. * |
  3660. * v Y-axis
  3661. *
  3662. */
  3663. case 80:
  3664. #ifdef MK1BP
  3665. break;
  3666. #endif //MK1BP
  3667. case_G80:
  3668. {
  3669. mesh_bed_leveling_flag = true;
  3670. static bool run = false;
  3671. #ifdef SUPPORT_VERBOSITY
  3672. int8_t verbosity_level = 0;
  3673. if (code_seen('V')) {
  3674. // Just 'V' without a number counts as V1.
  3675. char c = strchr_pointer[1];
  3676. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  3677. }
  3678. #endif //SUPPORT_VERBOSITY
  3679. // Firstly check if we know where we are
  3680. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  3681. // We don't know where we are! HOME!
  3682. // Push the commands to the front of the message queue in the reverse order!
  3683. // There shall be always enough space reserved for these commands.
  3684. if (lcd_commands_type != LCD_COMMAND_STOP_PRINT) {
  3685. repeatcommand_front(); // repeat G80 with all its parameters
  3686. enquecommand_front_P((PSTR("G28 W0")));
  3687. }
  3688. else {
  3689. mesh_bed_leveling_flag = false;
  3690. }
  3691. break;
  3692. }
  3693. bool temp_comp_start = true;
  3694. #ifdef PINDA_THERMISTOR
  3695. temp_comp_start = false;
  3696. #endif //PINDA_THERMISTOR
  3697. if (temp_comp_start)
  3698. if (run == false && temp_cal_active == true && calibration_status_pinda() == true && target_temperature_bed >= 50) {
  3699. if (lcd_commands_type != LCD_COMMAND_STOP_PRINT) {
  3700. temp_compensation_start();
  3701. run = true;
  3702. repeatcommand_front(); // repeat G80 with all its parameters
  3703. enquecommand_front_P((PSTR("G28 W0")));
  3704. }
  3705. else {
  3706. mesh_bed_leveling_flag = false;
  3707. }
  3708. break;
  3709. }
  3710. run = false;
  3711. if (lcd_commands_type == LCD_COMMAND_STOP_PRINT) {
  3712. mesh_bed_leveling_flag = false;
  3713. break;
  3714. }
  3715. // Save custom message state, set a new custom message state to display: Calibrating point 9.
  3716. unsigned int custom_message_type_old = custom_message_type;
  3717. unsigned int custom_message_state_old = custom_message_state;
  3718. custom_message_type = CUSTOM_MSG_TYPE_MESHBL;
  3719. custom_message_state = (MESH_MEAS_NUM_X_POINTS * MESH_MEAS_NUM_Y_POINTS) + 10;
  3720. lcd_update(1);
  3721. mbl.reset(); //reset mesh bed leveling
  3722. // Reset baby stepping to zero, if the babystepping has already been loaded before. The babystepsTodo value will be
  3723. // consumed during the first movements following this statement.
  3724. babystep_undo();
  3725. // Cycle through all points and probe them
  3726. // First move up. During this first movement, the babystepping will be reverted.
  3727. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3728. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], homing_feedrate[Z_AXIS] / 60, active_extruder);
  3729. // The move to the first calibration point.
  3730. current_position[X_AXIS] = pgm_read_float(bed_ref_points);
  3731. current_position[Y_AXIS] = pgm_read_float(bed_ref_points + 1);
  3732. #ifdef SUPPORT_VERBOSITY
  3733. if (verbosity_level >= 1)
  3734. {
  3735. bool clamped = world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  3736. clamped ? SERIAL_PROTOCOLPGM("First calibration point clamped.\n") : SERIAL_PROTOCOLPGM("No clamping for first calibration point.\n");
  3737. }
  3738. #endif //SUPPORT_VERBOSITY
  3739. // mbl.get_meas_xy(0, 0, current_position[X_AXIS], current_position[Y_AXIS], false);
  3740. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], homing_feedrate[X_AXIS] / 30, active_extruder);
  3741. // Wait until the move is finished.
  3742. st_synchronize();
  3743. int mesh_point = 0; //index number of calibration point
  3744. int ix = 0;
  3745. int iy = 0;
  3746. int XY_AXIS_FEEDRATE = homing_feedrate[X_AXIS] / 20;
  3747. int Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 40;
  3748. bool has_z = is_bed_z_jitter_data_valid(); //checks if we have data from Z calibration (offsets of the Z heiths of the 8 calibration points from the first point)
  3749. #ifdef SUPPORT_VERBOSITY
  3750. if (verbosity_level >= 1) {
  3751. has_z ? SERIAL_PROTOCOLPGM("Z jitter data from Z cal. valid.\n") : SERIAL_PROTOCOLPGM("Z jitter data from Z cal. not valid.\n");
  3752. }
  3753. #endif // SUPPORT_VERBOSITY
  3754. setup_for_endstop_move(false); //save feedrate and feedmultiply, sets feedmultiply to 100
  3755. const char *kill_message = NULL;
  3756. while (mesh_point != MESH_MEAS_NUM_X_POINTS * MESH_MEAS_NUM_Y_POINTS) {
  3757. // Get coords of a measuring point.
  3758. ix = mesh_point % MESH_MEAS_NUM_X_POINTS; // from 0 to MESH_NUM_X_POINTS - 1
  3759. iy = mesh_point / MESH_MEAS_NUM_X_POINTS;
  3760. if (iy & 1) ix = (MESH_MEAS_NUM_X_POINTS - 1) - ix; // Zig zag
  3761. float z0 = 0.f;
  3762. if (has_z && mesh_point > 0) {
  3763. uint16_t z_offset_u = eeprom_read_word((uint16_t*)(EEPROM_BED_CALIBRATION_Z_JITTER + 2 * (ix + iy * 3 - 1)));
  3764. z0 = mbl.z_values[0][0] + *reinterpret_cast<int16_t*>(&z_offset_u) * 0.01;
  3765. //#if 0
  3766. #ifdef SUPPORT_VERBOSITY
  3767. if (verbosity_level >= 1) {
  3768. SERIAL_ECHOLNPGM("");
  3769. SERIAL_ECHOPGM("Bed leveling, point: ");
  3770. MYSERIAL.print(mesh_point);
  3771. SERIAL_ECHOPGM(", calibration z: ");
  3772. MYSERIAL.print(z0, 5);
  3773. SERIAL_ECHOLNPGM("");
  3774. }
  3775. #endif // SUPPORT_VERBOSITY
  3776. //#endif
  3777. }
  3778. // Move Z up to MESH_HOME_Z_SEARCH.
  3779. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3780. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], Z_LIFT_FEEDRATE, active_extruder);
  3781. st_synchronize();
  3782. // Move to XY position of the sensor point.
  3783. current_position[X_AXIS] = pgm_read_float(bed_ref_points + 2 * mesh_point);
  3784. current_position[Y_AXIS] = pgm_read_float(bed_ref_points + 2 * mesh_point + 1);
  3785. world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  3786. #ifdef SUPPORT_VERBOSITY
  3787. if (verbosity_level >= 1) {
  3788. SERIAL_PROTOCOL(mesh_point);
  3789. clamped ? SERIAL_PROTOCOLPGM(": xy clamped.\n") : SERIAL_PROTOCOLPGM(": no xy clamping\n");
  3790. }
  3791. #endif // SUPPORT_VERBOSITY
  3792. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], XY_AXIS_FEEDRATE, active_extruder);
  3793. st_synchronize();
  3794. // Go down until endstop is hit
  3795. const float Z_CALIBRATION_THRESHOLD = 1.f;
  3796. if (!find_bed_induction_sensor_point_z((has_z && mesh_point > 0) ? z0 - Z_CALIBRATION_THRESHOLD : -10.f)) { //if we have data from z calibration max allowed difference is 1mm for each point, if we dont have data max difference is 10mm from initial point
  3797. kill_message = _T(MSG_BED_LEVELING_FAILED_POINT_LOW);
  3798. break;
  3799. }
  3800. if (MESH_HOME_Z_SEARCH - current_position[Z_AXIS] < 0.1f) {
  3801. kill_message = _i("Bed leveling failed. Sensor disconnected or cable broken. Waiting for reset.");////MSG_BED_LEVELING_FAILED_PROBE_DISCONNECTED c=20 r=4
  3802. break;
  3803. }
  3804. if (has_z && fabs(z0 - current_position[Z_AXIS]) > Z_CALIBRATION_THRESHOLD) { //if we have data from z calibration, max. allowed difference is 1mm for each point
  3805. kill_message = _i("Bed leveling failed. Sensor triggered too high. Waiting for reset.");////MSG_BED_LEVELING_FAILED_POINT_HIGH c=20 r=4
  3806. break;
  3807. }
  3808. #ifdef SUPPORT_VERBOSITY
  3809. if (verbosity_level >= 10) {
  3810. SERIAL_ECHOPGM("X: ");
  3811. MYSERIAL.print(current_position[X_AXIS], 5);
  3812. SERIAL_ECHOLNPGM("");
  3813. SERIAL_ECHOPGM("Y: ");
  3814. MYSERIAL.print(current_position[Y_AXIS], 5);
  3815. SERIAL_PROTOCOLPGM("\n");
  3816. }
  3817. #endif // SUPPORT_VERBOSITY
  3818. float offset_z = 0;
  3819. #ifdef PINDA_THERMISTOR
  3820. offset_z = temp_compensation_pinda_thermistor_offset(current_temperature_pinda);
  3821. #endif //PINDA_THERMISTOR
  3822. // #ifdef SUPPORT_VERBOSITY
  3823. /* if (verbosity_level >= 1)
  3824. {
  3825. SERIAL_ECHOPGM("mesh bed leveling: ");
  3826. MYSERIAL.print(current_position[Z_AXIS], 5);
  3827. SERIAL_ECHOPGM(" offset: ");
  3828. MYSERIAL.print(offset_z, 5);
  3829. SERIAL_ECHOLNPGM("");
  3830. }*/
  3831. // #endif // SUPPORT_VERBOSITY
  3832. mbl.set_z(ix, iy, current_position[Z_AXIS] - offset_z); //store measured z values z_values[iy][ix] = z - offset_z;
  3833. custom_message_state--;
  3834. mesh_point++;
  3835. lcd_update(1);
  3836. }
  3837. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3838. #ifdef SUPPORT_VERBOSITY
  3839. if (verbosity_level >= 20) {
  3840. SERIAL_ECHOLNPGM("Mesh bed leveling while loop finished.");
  3841. SERIAL_ECHOLNPGM("MESH_HOME_Z_SEARCH: ");
  3842. MYSERIAL.print(current_position[Z_AXIS], 5);
  3843. }
  3844. #endif // SUPPORT_VERBOSITY
  3845. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], Z_LIFT_FEEDRATE, active_extruder);
  3846. st_synchronize();
  3847. if (mesh_point != MESH_MEAS_NUM_X_POINTS * MESH_MEAS_NUM_Y_POINTS) {
  3848. kill(kill_message);
  3849. SERIAL_ECHOLNPGM("killed");
  3850. }
  3851. clean_up_after_endstop_move();
  3852. // SERIAL_ECHOLNPGM("clean up finished ");
  3853. bool apply_temp_comp = true;
  3854. #ifdef PINDA_THERMISTOR
  3855. apply_temp_comp = false;
  3856. #endif
  3857. if (apply_temp_comp)
  3858. if(temp_cal_active == true && calibration_status_pinda() == true) temp_compensation_apply(); //apply PINDA temperature compensation
  3859. babystep_apply(); // Apply Z height correction aka baby stepping before mesh bed leveing gets activated.
  3860. // SERIAL_ECHOLNPGM("babystep applied");
  3861. bool eeprom_bed_correction_valid = eeprom_read_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID) == 1;
  3862. #ifdef SUPPORT_VERBOSITY
  3863. if (verbosity_level >= 1) {
  3864. eeprom_bed_correction_valid ? SERIAL_PROTOCOLPGM("Bed correction data valid\n") : SERIAL_PROTOCOLPGM("Bed correction data not valid\n");
  3865. }
  3866. #endif // SUPPORT_VERBOSITY
  3867. for (uint8_t i = 0; i < 4; ++i) {
  3868. unsigned char codes[4] = { 'L', 'R', 'F', 'B' };
  3869. long correction = 0;
  3870. if (code_seen(codes[i]))
  3871. correction = code_value_long();
  3872. else if (eeprom_bed_correction_valid) {
  3873. unsigned char *addr = (i < 2) ?
  3874. ((i == 0) ? (unsigned char*)EEPROM_BED_CORRECTION_LEFT : (unsigned char*)EEPROM_BED_CORRECTION_RIGHT) :
  3875. ((i == 2) ? (unsigned char*)EEPROM_BED_CORRECTION_FRONT : (unsigned char*)EEPROM_BED_CORRECTION_REAR);
  3876. correction = eeprom_read_int8(addr);
  3877. }
  3878. if (correction == 0)
  3879. continue;
  3880. float offset = float(correction) * 0.001f;
  3881. if (fabs(offset) > 0.101f) {
  3882. SERIAL_ERROR_START;
  3883. SERIAL_ECHOPGM("Excessive bed leveling correction: ");
  3884. SERIAL_ECHO(offset);
  3885. SERIAL_ECHOLNPGM(" microns");
  3886. }
  3887. else {
  3888. switch (i) {
  3889. case 0:
  3890. for (uint8_t row = 0; row < 3; ++row) {
  3891. mbl.z_values[row][1] += 0.5f * offset;
  3892. mbl.z_values[row][0] += offset;
  3893. }
  3894. break;
  3895. case 1:
  3896. for (uint8_t row = 0; row < 3; ++row) {
  3897. mbl.z_values[row][1] += 0.5f * offset;
  3898. mbl.z_values[row][2] += offset;
  3899. }
  3900. break;
  3901. case 2:
  3902. for (uint8_t col = 0; col < 3; ++col) {
  3903. mbl.z_values[1][col] += 0.5f * offset;
  3904. mbl.z_values[0][col] += offset;
  3905. }
  3906. break;
  3907. case 3:
  3908. for (uint8_t col = 0; col < 3; ++col) {
  3909. mbl.z_values[1][col] += 0.5f * offset;
  3910. mbl.z_values[2][col] += offset;
  3911. }
  3912. break;
  3913. }
  3914. }
  3915. }
  3916. // SERIAL_ECHOLNPGM("Bed leveling correction finished");
  3917. mbl.upsample_3x3(); //bilinear interpolation from 3x3 to 7x7 points while using the same array z_values[iy][ix] for storing (just coppying measured data to new destination and interpolating between them)
  3918. // SERIAL_ECHOLNPGM("Upsample finished");
  3919. mbl.active = 1; //activate mesh bed leveling
  3920. // SERIAL_ECHOLNPGM("Mesh bed leveling activated");
  3921. go_home_with_z_lift();
  3922. // SERIAL_ECHOLNPGM("Go home finished");
  3923. //unretract (after PINDA preheat retraction)
  3924. if (degHotend(active_extruder) > EXTRUDE_MINTEMP && temp_cal_active == true && calibration_status_pinda() == true && target_temperature_bed >= 50) {
  3925. current_position[E_AXIS] += default_retraction;
  3926. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 400, active_extruder);
  3927. }
  3928. KEEPALIVE_STATE(NOT_BUSY);
  3929. // Restore custom message state
  3930. lcd_setstatuspgm(_T(WELCOME_MSG));
  3931. custom_message_type = custom_message_type_old;
  3932. custom_message_state = custom_message_state_old;
  3933. mesh_bed_leveling_flag = false;
  3934. mesh_bed_run_from_menu = false;
  3935. lcd_update(2);
  3936. }
  3937. break;
  3938. /**
  3939. * G81: Print mesh bed leveling status and bed profile if activated
  3940. */
  3941. case 81:
  3942. if (mbl.active) {
  3943. SERIAL_PROTOCOLPGM("Num X,Y: ");
  3944. SERIAL_PROTOCOL(MESH_NUM_X_POINTS);
  3945. SERIAL_PROTOCOLPGM(",");
  3946. SERIAL_PROTOCOL(MESH_NUM_Y_POINTS);
  3947. SERIAL_PROTOCOLPGM("\nZ search height: ");
  3948. SERIAL_PROTOCOL(MESH_HOME_Z_SEARCH);
  3949. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  3950. for (int y = MESH_NUM_Y_POINTS-1; y >= 0; y--) {
  3951. for (int x = 0; x < MESH_NUM_X_POINTS; x++) {
  3952. SERIAL_PROTOCOLPGM(" ");
  3953. SERIAL_PROTOCOL_F(mbl.z_values[y][x], 5);
  3954. }
  3955. SERIAL_PROTOCOLPGM("\n");
  3956. }
  3957. }
  3958. else
  3959. SERIAL_PROTOCOLLNPGM("Mesh bed leveling not active.");
  3960. break;
  3961. #if 0
  3962. /**
  3963. * G82: Single Z probe at current location
  3964. *
  3965. * WARNING! USE WITH CAUTION! If you'll try to probe where is no leveling pad, nasty things can happen!
  3966. *
  3967. */
  3968. case 82:
  3969. SERIAL_PROTOCOLLNPGM("Finding bed ");
  3970. setup_for_endstop_move();
  3971. find_bed_induction_sensor_point_z();
  3972. clean_up_after_endstop_move();
  3973. SERIAL_PROTOCOLPGM("Bed found at: ");
  3974. SERIAL_PROTOCOL_F(current_position[Z_AXIS], 5);
  3975. SERIAL_PROTOCOLPGM("\n");
  3976. break;
  3977. /**
  3978. * G83: Prusa3D specific: Babystep in Z and store to EEPROM
  3979. */
  3980. case 83:
  3981. {
  3982. int babystepz = code_seen('S') ? code_value() : 0;
  3983. int BabyPosition = code_seen('P') ? code_value() : 0;
  3984. if (babystepz != 0) {
  3985. //FIXME Vojtech: What shall be the index of the axis Z: 3 or 4?
  3986. // Is the axis indexed starting with zero or one?
  3987. if (BabyPosition > 4) {
  3988. SERIAL_PROTOCOLLNPGM("Index out of bounds");
  3989. }else{
  3990. // Save it to the eeprom
  3991. babystepLoadZ = babystepz;
  3992. EEPROM_save_B(EEPROM_BABYSTEP_Z0+(BabyPosition*2),&babystepLoadZ);
  3993. // adjust the Z
  3994. babystepsTodoZadd(babystepLoadZ);
  3995. }
  3996. }
  3997. }
  3998. break;
  3999. /**
  4000. * G84: Prusa3D specific: UNDO Babystep Z (move Z axis back)
  4001. */
  4002. case 84:
  4003. babystepsTodoZsubtract(babystepLoadZ);
  4004. // babystepLoadZ = 0;
  4005. break;
  4006. /**
  4007. * G85: Prusa3D specific: Pick best babystep
  4008. */
  4009. case 85:
  4010. lcd_pick_babystep();
  4011. break;
  4012. #endif
  4013. /**
  4014. * G86: Prusa3D specific: Disable babystep correction after home.
  4015. * This G-code will be performed at the start of a calibration script.
  4016. */
  4017. case 86:
  4018. calibration_status_store(CALIBRATION_STATUS_LIVE_ADJUST);
  4019. break;
  4020. /**
  4021. * G87: Prusa3D specific: Enable babystep correction after home
  4022. * This G-code will be performed at the end of a calibration script.
  4023. */
  4024. case 87:
  4025. calibration_status_store(CALIBRATION_STATUS_CALIBRATED);
  4026. break;
  4027. /**
  4028. * G88: Prusa3D specific: Don't know what it is for, it is in V2Calibration.gcode
  4029. */
  4030. case 88:
  4031. break;
  4032. #endif // ENABLE_MESH_BED_LEVELING
  4033. case 90: // G90
  4034. relative_mode = false;
  4035. break;
  4036. case 91: // G91
  4037. relative_mode = true;
  4038. break;
  4039. case 92: // G92
  4040. if(!code_seen(axis_codes[E_AXIS]))
  4041. st_synchronize();
  4042. for(int8_t i=0; i < NUM_AXIS; i++) {
  4043. if(code_seen(axis_codes[i])) {
  4044. if(i == E_AXIS) {
  4045. current_position[i] = code_value();
  4046. plan_set_e_position(current_position[E_AXIS]);
  4047. }
  4048. else {
  4049. current_position[i] = code_value()+cs.add_homing[i];
  4050. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  4051. }
  4052. }
  4053. }
  4054. break;
  4055. case 98: // G98 (activate farm mode)
  4056. farm_mode = 1;
  4057. PingTime = millis();
  4058. eeprom_update_byte((unsigned char *)EEPROM_FARM_MODE, farm_mode);
  4059. EEPROM_save_B(EEPROM_FARM_NUMBER, &farm_no);
  4060. SilentModeMenu = SILENT_MODE_OFF;
  4061. eeprom_update_byte((unsigned char *)EEPROM_SILENT, SilentModeMenu);
  4062. break;
  4063. case 99: // G99 (deactivate farm mode)
  4064. farm_mode = 0;
  4065. lcd_printer_connected();
  4066. eeprom_update_byte((unsigned char *)EEPROM_FARM_MODE, farm_mode);
  4067. lcd_update(2);
  4068. break;
  4069. default:
  4070. printf_P(PSTR("Unknown G code: %s \n"), cmdbuffer + bufindr + CMDHDRSIZE);
  4071. }
  4072. // printf_P(_N("END G-CODE=%u\n"), gcode_in_progress);
  4073. gcode_in_progress = 0;
  4074. } // end if(code_seen('G'))
  4075. else if(code_seen('M'))
  4076. {
  4077. int index;
  4078. for (index = 1; *(strchr_pointer + index) == ' ' || *(strchr_pointer + index) == '\t'; index++);
  4079. /*for (++strchr_pointer; *strchr_pointer == ' ' || *strchr_pointer == '\t'; ++strchr_pointer);*/
  4080. if (*(strchr_pointer+index) < '0' || *(strchr_pointer+index) > '9') {
  4081. printf_P(PSTR("Invalid M code: %s \n"), cmdbuffer + bufindr + CMDHDRSIZE);
  4082. } else
  4083. {
  4084. mcode_in_progress = (int)code_value();
  4085. // printf_P(_N("BEGIN M-CODE=%u\n"), mcode_in_progress);
  4086. switch(mcode_in_progress)
  4087. {
  4088. case 0: // M0 - Unconditional stop - Wait for user button press on LCD
  4089. case 1: // M1 - Conditional stop - Wait for user button press on LCD
  4090. {
  4091. char *src = strchr_pointer + 2;
  4092. codenum = 0;
  4093. bool hasP = false, hasS = false;
  4094. if (code_seen('P')) {
  4095. codenum = code_value(); // milliseconds to wait
  4096. hasP = codenum > 0;
  4097. }
  4098. if (code_seen('S')) {
  4099. codenum = code_value() * 1000; // seconds to wait
  4100. hasS = codenum > 0;
  4101. }
  4102. starpos = strchr(src, '*');
  4103. if (starpos != NULL) *(starpos) = '\0';
  4104. while (*src == ' ') ++src;
  4105. if (!hasP && !hasS && *src != '\0') {
  4106. lcd_setstatus(src);
  4107. } else {
  4108. LCD_MESSAGERPGM(_i("Wait for user..."));////MSG_USERWAIT c=0 r=0
  4109. }
  4110. lcd_ignore_click(); //call lcd_ignore_click aslo for else ???
  4111. st_synchronize();
  4112. previous_millis_cmd = millis();
  4113. if (codenum > 0){
  4114. codenum += millis(); // keep track of when we started waiting
  4115. KEEPALIVE_STATE(PAUSED_FOR_USER);
  4116. while(millis() < codenum && !lcd_clicked()){
  4117. manage_heater();
  4118. manage_inactivity(true);
  4119. lcd_update(0);
  4120. }
  4121. KEEPALIVE_STATE(IN_HANDLER);
  4122. lcd_ignore_click(false);
  4123. }else{
  4124. KEEPALIVE_STATE(PAUSED_FOR_USER);
  4125. while(!lcd_clicked()){
  4126. manage_heater();
  4127. manage_inactivity(true);
  4128. lcd_update(0);
  4129. }
  4130. KEEPALIVE_STATE(IN_HANDLER);
  4131. }
  4132. if (IS_SD_PRINTING)
  4133. LCD_MESSAGERPGM(_T(MSG_RESUMING_PRINT));
  4134. else
  4135. LCD_MESSAGERPGM(_T(WELCOME_MSG));
  4136. }
  4137. break;
  4138. case 17:
  4139. LCD_MESSAGERPGM(_i("No move."));////MSG_NO_MOVE c=0 r=0
  4140. enable_x();
  4141. enable_y();
  4142. enable_z();
  4143. enable_e0();
  4144. enable_e1();
  4145. enable_e2();
  4146. break;
  4147. #ifdef SDSUPPORT
  4148. case 20: // M20 - list SD card
  4149. SERIAL_PROTOCOLLNRPGM(_N("Begin file list"));////MSG_BEGIN_FILE_LIST c=0 r=0
  4150. card.ls();
  4151. SERIAL_PROTOCOLLNRPGM(_N("End file list"));////MSG_END_FILE_LIST c=0 r=0
  4152. break;
  4153. case 21: // M21 - init SD card
  4154. card.initsd();
  4155. break;
  4156. case 22: //M22 - release SD card
  4157. card.release();
  4158. break;
  4159. case 23: //M23 - Select file
  4160. starpos = (strchr(strchr_pointer + 4,'*'));
  4161. if(starpos!=NULL)
  4162. *(starpos)='\0';
  4163. card.openFile(strchr_pointer + 4,true);
  4164. break;
  4165. case 24: //M24 - Start SD print
  4166. if (!card.paused)
  4167. failstats_reset_print();
  4168. card.startFileprint();
  4169. starttime=millis();
  4170. break;
  4171. case 25: //M25 - Pause SD print
  4172. card.pauseSDPrint();
  4173. break;
  4174. case 26: //M26 - Set SD index
  4175. if(card.cardOK && code_seen('S')) {
  4176. card.setIndex(code_value_long());
  4177. }
  4178. break;
  4179. case 27: //M27 - Get SD status
  4180. card.getStatus();
  4181. break;
  4182. case 28: //M28 - Start SD write
  4183. starpos = (strchr(strchr_pointer + 4,'*'));
  4184. if(starpos != NULL){
  4185. char* npos = strchr(CMDBUFFER_CURRENT_STRING, 'N');
  4186. strchr_pointer = strchr(npos,' ') + 1;
  4187. *(starpos) = '\0';
  4188. }
  4189. card.openFile(strchr_pointer+4,false);
  4190. break;
  4191. case 29: //M29 - Stop SD write
  4192. //processed in write to file routine above
  4193. //card,saving = false;
  4194. break;
  4195. case 30: //M30 <filename> Delete File
  4196. if (card.cardOK){
  4197. card.closefile();
  4198. starpos = (strchr(strchr_pointer + 4,'*'));
  4199. if(starpos != NULL){
  4200. char* npos = strchr(CMDBUFFER_CURRENT_STRING, 'N');
  4201. strchr_pointer = strchr(npos,' ') + 1;
  4202. *(starpos) = '\0';
  4203. }
  4204. card.removeFile(strchr_pointer + 4);
  4205. }
  4206. break;
  4207. case 32: //M32 - Select file and start SD print
  4208. {
  4209. if(card.sdprinting) {
  4210. st_synchronize();
  4211. }
  4212. starpos = (strchr(strchr_pointer + 4,'*'));
  4213. char* namestartpos = (strchr(strchr_pointer + 4,'!')); //find ! to indicate filename string start.
  4214. if(namestartpos==NULL)
  4215. {
  4216. namestartpos=strchr_pointer + 4; //default name position, 4 letters after the M
  4217. }
  4218. else
  4219. namestartpos++; //to skip the '!'
  4220. if(starpos!=NULL)
  4221. *(starpos)='\0';
  4222. bool call_procedure=(code_seen('P'));
  4223. if(strchr_pointer>namestartpos)
  4224. call_procedure=false; //false alert, 'P' found within filename
  4225. if( card.cardOK )
  4226. {
  4227. card.openFile(namestartpos,true,!call_procedure);
  4228. if(code_seen('S'))
  4229. if(strchr_pointer<namestartpos) //only if "S" is occuring _before_ the filename
  4230. card.setIndex(code_value_long());
  4231. card.startFileprint();
  4232. if(!call_procedure)
  4233. starttime=millis(); //procedure calls count as normal print time.
  4234. }
  4235. } break;
  4236. case 928: //M928 - Start SD write
  4237. starpos = (strchr(strchr_pointer + 5,'*'));
  4238. if(starpos != NULL){
  4239. char* npos = strchr(CMDBUFFER_CURRENT_STRING, 'N');
  4240. strchr_pointer = strchr(npos,' ') + 1;
  4241. *(starpos) = '\0';
  4242. }
  4243. card.openLogFile(strchr_pointer+5);
  4244. break;
  4245. #endif //SDSUPPORT
  4246. case 31: //M31 take time since the start of the SD print or an M109 command
  4247. {
  4248. stoptime=millis();
  4249. char time[30];
  4250. unsigned long t=(stoptime-starttime)/1000;
  4251. int sec,min;
  4252. min=t/60;
  4253. sec=t%60;
  4254. sprintf_P(time, PSTR("%i min, %i sec"), min, sec);
  4255. SERIAL_ECHO_START;
  4256. SERIAL_ECHOLN(time);
  4257. lcd_setstatus(time);
  4258. autotempShutdown();
  4259. }
  4260. break;
  4261. case 42: //M42 -Change pin status via gcode
  4262. if (code_seen('S'))
  4263. {
  4264. int pin_status = code_value();
  4265. int pin_number = LED_PIN;
  4266. if (code_seen('P') && pin_status >= 0 && pin_status <= 255)
  4267. pin_number = code_value();
  4268. for(int8_t i = 0; i < (int8_t)(sizeof(sensitive_pins)/sizeof(int)); i++)
  4269. {
  4270. if (sensitive_pins[i] == pin_number)
  4271. {
  4272. pin_number = -1;
  4273. break;
  4274. }
  4275. }
  4276. #if defined(FAN_PIN) && FAN_PIN > -1
  4277. if (pin_number == FAN_PIN)
  4278. fanSpeed = pin_status;
  4279. #endif
  4280. if (pin_number > -1)
  4281. {
  4282. pinMode(pin_number, OUTPUT);
  4283. digitalWrite(pin_number, pin_status);
  4284. analogWrite(pin_number, pin_status);
  4285. }
  4286. }
  4287. break;
  4288. case 44: // M44: Prusa3D: Reset the bed skew and offset calibration.
  4289. // Reset the baby step value and the baby step applied flag.
  4290. calibration_status_store(CALIBRATION_STATUS_ASSEMBLED);
  4291. eeprom_update_word((uint16_t*)EEPROM_BABYSTEP_Z, 0);
  4292. // Reset the skew and offset in both RAM and EEPROM.
  4293. reset_bed_offset_and_skew();
  4294. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  4295. // the planner will not perform any adjustments in the XY plane.
  4296. // Wait for the motors to stop and update the current position with the absolute values.
  4297. world2machine_revert_to_uncorrected();
  4298. break;
  4299. case 45: // M45: Prusa3D: bed skew and offset with manual Z up
  4300. {
  4301. int8_t verbosity_level = 0;
  4302. bool only_Z = code_seen('Z');
  4303. #ifdef SUPPORT_VERBOSITY
  4304. if (code_seen('V'))
  4305. {
  4306. // Just 'V' without a number counts as V1.
  4307. char c = strchr_pointer[1];
  4308. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  4309. }
  4310. #endif //SUPPORT_VERBOSITY
  4311. gcode_M45(only_Z, verbosity_level);
  4312. }
  4313. break;
  4314. /*
  4315. case 46:
  4316. {
  4317. // M46: Prusa3D: Show the assigned IP address.
  4318. uint8_t ip[4];
  4319. bool hasIP = card.ToshibaFlashAir_GetIP(ip);
  4320. if (hasIP) {
  4321. SERIAL_ECHOPGM("Toshiba FlashAir current IP: ");
  4322. SERIAL_ECHO(int(ip[0]));
  4323. SERIAL_ECHOPGM(".");
  4324. SERIAL_ECHO(int(ip[1]));
  4325. SERIAL_ECHOPGM(".");
  4326. SERIAL_ECHO(int(ip[2]));
  4327. SERIAL_ECHOPGM(".");
  4328. SERIAL_ECHO(int(ip[3]));
  4329. SERIAL_ECHOLNPGM("");
  4330. } else {
  4331. SERIAL_ECHOLNPGM("Toshiba FlashAir GetIP failed");
  4332. }
  4333. break;
  4334. }
  4335. */
  4336. case 47:
  4337. // M47: Prusa3D: Show end stops dialog on the display.
  4338. KEEPALIVE_STATE(PAUSED_FOR_USER);
  4339. lcd_diag_show_end_stops();
  4340. KEEPALIVE_STATE(IN_HANDLER);
  4341. break;
  4342. #if 0
  4343. case 48: // M48: scan the bed induction sensor points, print the sensor trigger coordinates to the serial line for visualization on the PC.
  4344. {
  4345. // Disable the default update procedure of the display. We will do a modal dialog.
  4346. lcd_update_enable(false);
  4347. // Let the planner use the uncorrected coordinates.
  4348. mbl.reset();
  4349. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  4350. // the planner will not perform any adjustments in the XY plane.
  4351. // Wait for the motors to stop and update the current position with the absolute values.
  4352. world2machine_revert_to_uncorrected();
  4353. // Move the print head close to the bed.
  4354. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4355. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS],current_position[Z_AXIS] , current_position[E_AXIS], homing_feedrate[Z_AXIS]/40, active_extruder);
  4356. st_synchronize();
  4357. // Home in the XY plane.
  4358. set_destination_to_current();
  4359. setup_for_endstop_move();
  4360. home_xy();
  4361. int8_t verbosity_level = 0;
  4362. if (code_seen('V')) {
  4363. // Just 'V' without a number counts as V1.
  4364. char c = strchr_pointer[1];
  4365. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  4366. }
  4367. bool success = scan_bed_induction_points(verbosity_level);
  4368. clean_up_after_endstop_move();
  4369. // Print head up.
  4370. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4371. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS],current_position[Z_AXIS] , current_position[E_AXIS], homing_feedrate[Z_AXIS]/40, active_extruder);
  4372. st_synchronize();
  4373. lcd_update_enable(true);
  4374. break;
  4375. }
  4376. #endif
  4377. // M48 Z-Probe repeatability measurement function.
  4378. //
  4379. // Usage: M48 <n #_samples> <X X_position_for_samples> <Y Y_position_for_samples> <V Verbose_Level> <L legs_of_movement_prior_to_doing_probe>
  4380. //
  4381. // This function assumes the bed has been homed. Specificaly, that a G28 command
  4382. // as been issued prior to invoking the M48 Z-Probe repeatability measurement function.
  4383. // Any information generated by a prior G29 Bed leveling command will be lost and need to be
  4384. // regenerated.
  4385. //
  4386. // The number of samples will default to 10 if not specified. You can use upper or lower case
  4387. // letters for any of the options EXCEPT n. n must be in lower case because Marlin uses a capital
  4388. // N for its communication protocol and will get horribly confused if you send it a capital N.
  4389. //
  4390. #ifdef ENABLE_AUTO_BED_LEVELING
  4391. #ifdef Z_PROBE_REPEATABILITY_TEST
  4392. case 48: // M48 Z-Probe repeatability
  4393. {
  4394. #if Z_MIN_PIN == -1
  4395. #error "You must have a Z_MIN endstop in order to enable calculation of Z-Probe repeatability."
  4396. #endif
  4397. double sum=0.0;
  4398. double mean=0.0;
  4399. double sigma=0.0;
  4400. double sample_set[50];
  4401. int verbose_level=1, n=0, j, n_samples = 10, n_legs=0;
  4402. double X_current, Y_current, Z_current;
  4403. double X_probe_location, Y_probe_location, Z_start_location, ext_position;
  4404. if (code_seen('V') || code_seen('v')) {
  4405. verbose_level = code_value();
  4406. if (verbose_level<0 || verbose_level>4 ) {
  4407. SERIAL_PROTOCOLPGM("?Verbose Level not plausable.\n");
  4408. goto Sigma_Exit;
  4409. }
  4410. }
  4411. if (verbose_level > 0) {
  4412. SERIAL_PROTOCOLPGM("M48 Z-Probe Repeatability test. Version 2.00\n");
  4413. SERIAL_PROTOCOLPGM("Full support at: http://3dprintboard.com/forum.php\n");
  4414. }
  4415. if (code_seen('n')) {
  4416. n_samples = code_value();
  4417. if (n_samples<4 || n_samples>50 ) {
  4418. SERIAL_PROTOCOLPGM("?Specified sample size not plausable.\n");
  4419. goto Sigma_Exit;
  4420. }
  4421. }
  4422. X_current = X_probe_location = st_get_position_mm(X_AXIS);
  4423. Y_current = Y_probe_location = st_get_position_mm(Y_AXIS);
  4424. Z_current = st_get_position_mm(Z_AXIS);
  4425. Z_start_location = st_get_position_mm(Z_AXIS) + Z_RAISE_BEFORE_PROBING;
  4426. ext_position = st_get_position_mm(E_AXIS);
  4427. if (code_seen('X') || code_seen('x') ) {
  4428. X_probe_location = code_value() - X_PROBE_OFFSET_FROM_EXTRUDER;
  4429. if (X_probe_location<X_MIN_POS || X_probe_location>X_MAX_POS ) {
  4430. SERIAL_PROTOCOLPGM("?Specified X position out of range.\n");
  4431. goto Sigma_Exit;
  4432. }
  4433. }
  4434. if (code_seen('Y') || code_seen('y') ) {
  4435. Y_probe_location = code_value() - Y_PROBE_OFFSET_FROM_EXTRUDER;
  4436. if (Y_probe_location<Y_MIN_POS || Y_probe_location>Y_MAX_POS ) {
  4437. SERIAL_PROTOCOLPGM("?Specified Y position out of range.\n");
  4438. goto Sigma_Exit;
  4439. }
  4440. }
  4441. if (code_seen('L') || code_seen('l') ) {
  4442. n_legs = code_value();
  4443. if ( n_legs==1 )
  4444. n_legs = 2;
  4445. if ( n_legs<0 || n_legs>15 ) {
  4446. SERIAL_PROTOCOLPGM("?Specified number of legs in movement not plausable.\n");
  4447. goto Sigma_Exit;
  4448. }
  4449. }
  4450. //
  4451. // Do all the preliminary setup work. First raise the probe.
  4452. //
  4453. st_synchronize();
  4454. plan_bed_level_matrix.set_to_identity();
  4455. plan_buffer_line( X_current, Y_current, Z_start_location,
  4456. ext_position,
  4457. homing_feedrate[Z_AXIS]/60,
  4458. active_extruder);
  4459. st_synchronize();
  4460. //
  4461. // Now get everything to the specified probe point So we can safely do a probe to
  4462. // get us close to the bed. If the Z-Axis is far from the bed, we don't want to
  4463. // use that as a starting point for each probe.
  4464. //
  4465. if (verbose_level > 2)
  4466. SERIAL_PROTOCOL("Positioning probe for the test.\n");
  4467. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  4468. ext_position,
  4469. homing_feedrate[X_AXIS]/60,
  4470. active_extruder);
  4471. st_synchronize();
  4472. current_position[X_AXIS] = X_current = st_get_position_mm(X_AXIS);
  4473. current_position[Y_AXIS] = Y_current = st_get_position_mm(Y_AXIS);
  4474. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  4475. current_position[E_AXIS] = ext_position = st_get_position_mm(E_AXIS);
  4476. //
  4477. // OK, do the inital probe to get us close to the bed.
  4478. // Then retrace the right amount and use that in subsequent probes
  4479. //
  4480. setup_for_endstop_move();
  4481. run_z_probe();
  4482. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  4483. Z_start_location = st_get_position_mm(Z_AXIS) + Z_RAISE_BEFORE_PROBING;
  4484. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  4485. ext_position,
  4486. homing_feedrate[X_AXIS]/60,
  4487. active_extruder);
  4488. st_synchronize();
  4489. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  4490. for( n=0; n<n_samples; n++) {
  4491. do_blocking_move_to( X_probe_location, Y_probe_location, Z_start_location); // Make sure we are at the probe location
  4492. if ( n_legs) {
  4493. double radius=0.0, theta=0.0, x_sweep, y_sweep;
  4494. int rotational_direction, l;
  4495. rotational_direction = (unsigned long) millis() & 0x0001; // clockwise or counter clockwise
  4496. radius = (unsigned long) millis() % (long) (X_MAX_LENGTH/4); // limit how far out to go
  4497. theta = (float) ((unsigned long) millis() % (long) 360) / (360./(2*3.1415926)); // turn into radians
  4498. //SERIAL_ECHOPAIR("starting radius: ",radius);
  4499. //SERIAL_ECHOPAIR(" theta: ",theta);
  4500. //SERIAL_ECHOPAIR(" direction: ",rotational_direction);
  4501. //SERIAL_PROTOCOLLNPGM("");
  4502. for( l=0; l<n_legs-1; l++) {
  4503. if (rotational_direction==1)
  4504. theta += (float) ((unsigned long) millis() % (long) 20) / (360.0/(2*3.1415926)); // turn into radians
  4505. else
  4506. theta -= (float) ((unsigned long) millis() % (long) 20) / (360.0/(2*3.1415926)); // turn into radians
  4507. radius += (float) ( ((long) ((unsigned long) millis() % (long) 10)) - 5);
  4508. if ( radius<0.0 )
  4509. radius = -radius;
  4510. X_current = X_probe_location + cos(theta) * radius;
  4511. Y_current = Y_probe_location + sin(theta) * radius;
  4512. if ( X_current<X_MIN_POS) // Make sure our X & Y are sane
  4513. X_current = X_MIN_POS;
  4514. if ( X_current>X_MAX_POS)
  4515. X_current = X_MAX_POS;
  4516. if ( Y_current<Y_MIN_POS) // Make sure our X & Y are sane
  4517. Y_current = Y_MIN_POS;
  4518. if ( Y_current>Y_MAX_POS)
  4519. Y_current = Y_MAX_POS;
  4520. if (verbose_level>3 ) {
  4521. SERIAL_ECHOPAIR("x: ", X_current);
  4522. SERIAL_ECHOPAIR("y: ", Y_current);
  4523. SERIAL_PROTOCOLLNPGM("");
  4524. }
  4525. do_blocking_move_to( X_current, Y_current, Z_current );
  4526. }
  4527. do_blocking_move_to( X_probe_location, Y_probe_location, Z_start_location); // Go back to the probe location
  4528. }
  4529. setup_for_endstop_move();
  4530. run_z_probe();
  4531. sample_set[n] = current_position[Z_AXIS];
  4532. //
  4533. // Get the current mean for the data points we have so far
  4534. //
  4535. sum=0.0;
  4536. for( j=0; j<=n; j++) {
  4537. sum = sum + sample_set[j];
  4538. }
  4539. mean = sum / (double (n+1));
  4540. //
  4541. // Now, use that mean to calculate the standard deviation for the
  4542. // data points we have so far
  4543. //
  4544. sum=0.0;
  4545. for( j=0; j<=n; j++) {
  4546. sum = sum + (sample_set[j]-mean) * (sample_set[j]-mean);
  4547. }
  4548. sigma = sqrt( sum / (double (n+1)) );
  4549. if (verbose_level > 1) {
  4550. SERIAL_PROTOCOL(n+1);
  4551. SERIAL_PROTOCOL(" of ");
  4552. SERIAL_PROTOCOL(n_samples);
  4553. SERIAL_PROTOCOLPGM(" z: ");
  4554. SERIAL_PROTOCOL_F(current_position[Z_AXIS], 6);
  4555. }
  4556. if (verbose_level > 2) {
  4557. SERIAL_PROTOCOL(" mean: ");
  4558. SERIAL_PROTOCOL_F(mean,6);
  4559. SERIAL_PROTOCOL(" sigma: ");
  4560. SERIAL_PROTOCOL_F(sigma,6);
  4561. }
  4562. if (verbose_level > 0)
  4563. SERIAL_PROTOCOLPGM("\n");
  4564. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  4565. current_position[E_AXIS], homing_feedrate[Z_AXIS]/60, active_extruder);
  4566. st_synchronize();
  4567. }
  4568. delay(1000);
  4569. clean_up_after_endstop_move();
  4570. // enable_endstops(true);
  4571. if (verbose_level > 0) {
  4572. SERIAL_PROTOCOLPGM("Mean: ");
  4573. SERIAL_PROTOCOL_F(mean, 6);
  4574. SERIAL_PROTOCOLPGM("\n");
  4575. }
  4576. SERIAL_PROTOCOLPGM("Standard Deviation: ");
  4577. SERIAL_PROTOCOL_F(sigma, 6);
  4578. SERIAL_PROTOCOLPGM("\n\n");
  4579. Sigma_Exit:
  4580. break;
  4581. }
  4582. #endif // Z_PROBE_REPEATABILITY_TEST
  4583. #endif // ENABLE_AUTO_BED_LEVELING
  4584. case 73: //M73 show percent done and time remaining
  4585. if(code_seen('P')) print_percent_done_normal = code_value();
  4586. if(code_seen('R')) print_time_remaining_normal = code_value();
  4587. if(code_seen('Q')) print_percent_done_silent = code_value();
  4588. if(code_seen('S')) print_time_remaining_silent = code_value();
  4589. {
  4590. const char* _msg_mode_done_remain = _N("%S MODE: Percent done: %d; print time remaining in mins: %d\n");
  4591. printf_P(_msg_mode_done_remain, _N("NORMAL"), int(print_percent_done_normal), print_time_remaining_normal);
  4592. printf_P(_msg_mode_done_remain, _N("SILENT"), int(print_percent_done_silent), print_time_remaining_silent);
  4593. }
  4594. break;
  4595. case 104: // M104
  4596. {
  4597. uint8_t extruder;
  4598. if(setTargetedHotend(104,extruder)){
  4599. break;
  4600. }
  4601. if (code_seen('S'))
  4602. {
  4603. setTargetHotendSafe(code_value(), extruder);
  4604. }
  4605. setWatch();
  4606. break;
  4607. }
  4608. case 112: // M112 -Emergency Stop
  4609. kill(_n(""), 3);
  4610. break;
  4611. case 140: // M140 set bed temp
  4612. if (code_seen('S')) setTargetBed(code_value());
  4613. break;
  4614. case 105 : // M105
  4615. {
  4616. uint8_t extruder;
  4617. if(setTargetedHotend(105, extruder)){
  4618. break;
  4619. }
  4620. #if defined(TEMP_0_PIN) && TEMP_0_PIN > -1
  4621. SERIAL_PROTOCOLPGM("ok T:");
  4622. SERIAL_PROTOCOL_F(degHotend(extruder),1);
  4623. SERIAL_PROTOCOLPGM(" /");
  4624. SERIAL_PROTOCOL_F(degTargetHotend(extruder),1);
  4625. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  4626. SERIAL_PROTOCOLPGM(" B:");
  4627. SERIAL_PROTOCOL_F(degBed(),1);
  4628. SERIAL_PROTOCOLPGM(" /");
  4629. SERIAL_PROTOCOL_F(degTargetBed(),1);
  4630. #endif //TEMP_BED_PIN
  4631. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  4632. SERIAL_PROTOCOLPGM(" T");
  4633. SERIAL_PROTOCOL(cur_extruder);
  4634. SERIAL_PROTOCOLPGM(":");
  4635. SERIAL_PROTOCOL_F(degHotend(cur_extruder),1);
  4636. SERIAL_PROTOCOLPGM(" /");
  4637. SERIAL_PROTOCOL_F(degTargetHotend(cur_extruder),1);
  4638. }
  4639. #else
  4640. SERIAL_ERROR_START;
  4641. SERIAL_ERRORLNRPGM(_i("No thermistors - no temperature"));////MSG_ERR_NO_THERMISTORS c=0 r=0
  4642. #endif
  4643. SERIAL_PROTOCOLPGM(" @:");
  4644. #ifdef EXTRUDER_WATTS
  4645. SERIAL_PROTOCOL((EXTRUDER_WATTS * getHeaterPower(tmp_extruder))/127);
  4646. SERIAL_PROTOCOLPGM("W");
  4647. #else
  4648. SERIAL_PROTOCOL(getHeaterPower(extruder));
  4649. #endif
  4650. SERIAL_PROTOCOLPGM(" B@:");
  4651. #ifdef BED_WATTS
  4652. SERIAL_PROTOCOL((BED_WATTS * getHeaterPower(-1))/127);
  4653. SERIAL_PROTOCOLPGM("W");
  4654. #else
  4655. SERIAL_PROTOCOL(getHeaterPower(-1));
  4656. #endif
  4657. #ifdef PINDA_THERMISTOR
  4658. SERIAL_PROTOCOLPGM(" P:");
  4659. SERIAL_PROTOCOL_F(current_temperature_pinda,1);
  4660. #endif //PINDA_THERMISTOR
  4661. #ifdef AMBIENT_THERMISTOR
  4662. SERIAL_PROTOCOLPGM(" A:");
  4663. SERIAL_PROTOCOL_F(current_temperature_ambient,1);
  4664. #endif //AMBIENT_THERMISTOR
  4665. #ifdef SHOW_TEMP_ADC_VALUES
  4666. {float raw = 0.0;
  4667. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  4668. SERIAL_PROTOCOLPGM(" ADC B:");
  4669. SERIAL_PROTOCOL_F(degBed(),1);
  4670. SERIAL_PROTOCOLPGM("C->");
  4671. raw = rawBedTemp();
  4672. SERIAL_PROTOCOL_F(raw/OVERSAMPLENR,5);
  4673. SERIAL_PROTOCOLPGM(" Rb->");
  4674. SERIAL_PROTOCOL_F(100 * (1 + (PtA * (raw/OVERSAMPLENR)) + (PtB * sq((raw/OVERSAMPLENR)))), 5);
  4675. SERIAL_PROTOCOLPGM(" Rxb->");
  4676. SERIAL_PROTOCOL_F(raw, 5);
  4677. #endif
  4678. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  4679. SERIAL_PROTOCOLPGM(" T");
  4680. SERIAL_PROTOCOL(cur_extruder);
  4681. SERIAL_PROTOCOLPGM(":");
  4682. SERIAL_PROTOCOL_F(degHotend(cur_extruder),1);
  4683. SERIAL_PROTOCOLPGM("C->");
  4684. raw = rawHotendTemp(cur_extruder);
  4685. SERIAL_PROTOCOL_F(raw/OVERSAMPLENR,5);
  4686. SERIAL_PROTOCOLPGM(" Rt");
  4687. SERIAL_PROTOCOL(cur_extruder);
  4688. SERIAL_PROTOCOLPGM("->");
  4689. SERIAL_PROTOCOL_F(100 * (1 + (PtA * (raw/OVERSAMPLENR)) + (PtB * sq((raw/OVERSAMPLENR)))), 5);
  4690. SERIAL_PROTOCOLPGM(" Rx");
  4691. SERIAL_PROTOCOL(cur_extruder);
  4692. SERIAL_PROTOCOLPGM("->");
  4693. SERIAL_PROTOCOL_F(raw, 5);
  4694. }}
  4695. #endif
  4696. SERIAL_PROTOCOLLN("");
  4697. KEEPALIVE_STATE(NOT_BUSY);
  4698. return;
  4699. break;
  4700. }
  4701. case 109:
  4702. {// M109 - Wait for extruder heater to reach target.
  4703. uint8_t extruder;
  4704. if(setTargetedHotend(109, extruder)){
  4705. break;
  4706. }
  4707. LCD_MESSAGERPGM(_T(MSG_HEATING));
  4708. heating_status = 1;
  4709. if (farm_mode) { prusa_statistics(1); };
  4710. #ifdef AUTOTEMP
  4711. autotemp_enabled=false;
  4712. #endif
  4713. if (code_seen('S')) {
  4714. setTargetHotendSafe(code_value(), extruder);
  4715. CooldownNoWait = true;
  4716. } else if (code_seen('R')) {
  4717. setTargetHotendSafe(code_value(), extruder);
  4718. CooldownNoWait = false;
  4719. }
  4720. #ifdef AUTOTEMP
  4721. if (code_seen('S')) autotemp_min=code_value();
  4722. if (code_seen('B')) autotemp_max=code_value();
  4723. if (code_seen('F'))
  4724. {
  4725. autotemp_factor=code_value();
  4726. autotemp_enabled=true;
  4727. }
  4728. #endif
  4729. setWatch();
  4730. codenum = millis();
  4731. /* See if we are heating up or cooling down */
  4732. target_direction = isHeatingHotend(extruder); // true if heating, false if cooling
  4733. KEEPALIVE_STATE(NOT_BUSY);
  4734. cancel_heatup = false;
  4735. wait_for_heater(codenum, extruder); //loops until target temperature is reached
  4736. LCD_MESSAGERPGM(_T(MSG_HEATING_COMPLETE));
  4737. KEEPALIVE_STATE(IN_HANDLER);
  4738. heating_status = 2;
  4739. if (farm_mode) { prusa_statistics(2); };
  4740. //starttime=millis();
  4741. previous_millis_cmd = millis();
  4742. }
  4743. break;
  4744. case 190: // M190 - Wait for bed heater to reach target.
  4745. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  4746. LCD_MESSAGERPGM(_T(MSG_BED_HEATING));
  4747. heating_status = 3;
  4748. if (farm_mode) { prusa_statistics(1); };
  4749. if (code_seen('S'))
  4750. {
  4751. setTargetBed(code_value());
  4752. CooldownNoWait = true;
  4753. }
  4754. else if (code_seen('R'))
  4755. {
  4756. setTargetBed(code_value());
  4757. CooldownNoWait = false;
  4758. }
  4759. codenum = millis();
  4760. cancel_heatup = false;
  4761. target_direction = isHeatingBed(); // true if heating, false if cooling
  4762. KEEPALIVE_STATE(NOT_BUSY);
  4763. while ( (target_direction)&&(!cancel_heatup) ? (isHeatingBed()) : (isCoolingBed()&&(CooldownNoWait==false)) )
  4764. {
  4765. if(( millis() - codenum) > 1000 ) //Print Temp Reading every 1 second while heating up.
  4766. {
  4767. if (!farm_mode) {
  4768. float tt = degHotend(active_extruder);
  4769. SERIAL_PROTOCOLPGM("T:");
  4770. SERIAL_PROTOCOL(tt);
  4771. SERIAL_PROTOCOLPGM(" E:");
  4772. SERIAL_PROTOCOL((int)active_extruder);
  4773. SERIAL_PROTOCOLPGM(" B:");
  4774. SERIAL_PROTOCOL_F(degBed(), 1);
  4775. SERIAL_PROTOCOLLN("");
  4776. }
  4777. codenum = millis();
  4778. }
  4779. manage_heater();
  4780. manage_inactivity();
  4781. lcd_update(0);
  4782. }
  4783. LCD_MESSAGERPGM(_T(MSG_BED_DONE));
  4784. KEEPALIVE_STATE(IN_HANDLER);
  4785. heating_status = 4;
  4786. previous_millis_cmd = millis();
  4787. #endif
  4788. break;
  4789. #if defined(FAN_PIN) && FAN_PIN > -1
  4790. case 106: //M106 Fan On
  4791. if (code_seen('S')){
  4792. fanSpeed=constrain(code_value(),0,255);
  4793. }
  4794. else {
  4795. fanSpeed=255;
  4796. }
  4797. break;
  4798. case 107: //M107 Fan Off
  4799. fanSpeed = 0;
  4800. break;
  4801. #endif //FAN_PIN
  4802. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  4803. case 80: // M80 - Turn on Power Supply
  4804. SET_OUTPUT(PS_ON_PIN); //GND
  4805. WRITE(PS_ON_PIN, PS_ON_AWAKE);
  4806. // If you have a switch on suicide pin, this is useful
  4807. // if you want to start another print with suicide feature after
  4808. // a print without suicide...
  4809. #if defined SUICIDE_PIN && SUICIDE_PIN > -1
  4810. SET_OUTPUT(SUICIDE_PIN);
  4811. WRITE(SUICIDE_PIN, HIGH);
  4812. #endif
  4813. powersupply = true;
  4814. LCD_MESSAGERPGM(_T(WELCOME_MSG));
  4815. lcd_update(0);
  4816. break;
  4817. #endif
  4818. case 81: // M81 - Turn off Power Supply
  4819. disable_heater();
  4820. st_synchronize();
  4821. disable_e0();
  4822. disable_e1();
  4823. disable_e2();
  4824. finishAndDisableSteppers();
  4825. fanSpeed = 0;
  4826. delay(1000); // Wait a little before to switch off
  4827. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  4828. st_synchronize();
  4829. suicide();
  4830. #elif defined(PS_ON_PIN) && PS_ON_PIN > -1
  4831. SET_OUTPUT(PS_ON_PIN);
  4832. WRITE(PS_ON_PIN, PS_ON_ASLEEP);
  4833. #endif
  4834. powersupply = false;
  4835. LCD_MESSAGERPGM(CAT4(CUSTOM_MENDEL_NAME,PSTR(" "),MSG_OFF,PSTR(".")));
  4836. lcd_update(0);
  4837. break;
  4838. case 82:
  4839. axis_relative_modes[3] = false;
  4840. break;
  4841. case 83:
  4842. axis_relative_modes[3] = true;
  4843. break;
  4844. case 18: //compatibility
  4845. case 84: // M84
  4846. if(code_seen('S')){
  4847. stepper_inactive_time = code_value() * 1000;
  4848. }
  4849. else
  4850. {
  4851. bool all_axis = !((code_seen(axis_codes[X_AXIS])) || (code_seen(axis_codes[Y_AXIS])) || (code_seen(axis_codes[Z_AXIS]))|| (code_seen(axis_codes[E_AXIS])));
  4852. if(all_axis)
  4853. {
  4854. st_synchronize();
  4855. disable_e0();
  4856. disable_e1();
  4857. disable_e2();
  4858. finishAndDisableSteppers();
  4859. }
  4860. else
  4861. {
  4862. st_synchronize();
  4863. if (code_seen('X')) disable_x();
  4864. if (code_seen('Y')) disable_y();
  4865. if (code_seen('Z')) disable_z();
  4866. #if ((E0_ENABLE_PIN != X_ENABLE_PIN) && (E1_ENABLE_PIN != Y_ENABLE_PIN)) // Only enable on boards that have seperate ENABLE_PINS
  4867. if (code_seen('E')) {
  4868. disable_e0();
  4869. disable_e1();
  4870. disable_e2();
  4871. }
  4872. #endif
  4873. }
  4874. }
  4875. //in the end of print set estimated time to end of print and extruders used during print to default values for next print
  4876. print_time_remaining_init();
  4877. snmm_filaments_used = 0;
  4878. break;
  4879. case 85: // M85
  4880. if(code_seen('S')) {
  4881. max_inactive_time = code_value() * 1000;
  4882. }
  4883. break;
  4884. #ifdef SAFETYTIMER
  4885. case 86: // M86 - set safety timer expiration time in seconds; M86 S0 will disable safety timer
  4886. //when safety timer expires heatbed and nozzle target temperatures are set to zero
  4887. if (code_seen('S')) {
  4888. safetytimer_inactive_time = code_value() * 1000;
  4889. safetyTimer.start();
  4890. }
  4891. break;
  4892. #endif
  4893. case 92: // M92
  4894. for(int8_t i=0; i < NUM_AXIS; i++)
  4895. {
  4896. if(code_seen(axis_codes[i]))
  4897. {
  4898. if(i == 3) { // E
  4899. float value = code_value();
  4900. if(value < 20.0) {
  4901. float factor = cs.axis_steps_per_unit[i] / value; // increase e constants if M92 E14 is given for netfab.
  4902. cs.max_jerk[E_AXIS] *= factor;
  4903. max_feedrate[i] *= factor;
  4904. axis_steps_per_sqr_second[i] *= factor;
  4905. }
  4906. cs.axis_steps_per_unit[i] = value;
  4907. }
  4908. else {
  4909. cs.axis_steps_per_unit[i] = code_value();
  4910. }
  4911. }
  4912. }
  4913. break;
  4914. case 110: // M110 - reset line pos
  4915. if (code_seen('N'))
  4916. gcode_LastN = code_value_long();
  4917. break;
  4918. #ifdef HOST_KEEPALIVE_FEATURE
  4919. case 113: // M113 - Get or set Host Keepalive interval
  4920. if (code_seen('S')) {
  4921. host_keepalive_interval = (uint8_t)code_value_short();
  4922. // NOMORE(host_keepalive_interval, 60);
  4923. }
  4924. else {
  4925. SERIAL_ECHO_START;
  4926. SERIAL_ECHOPAIR("M113 S", (unsigned long)host_keepalive_interval);
  4927. SERIAL_PROTOCOLLN("");
  4928. }
  4929. break;
  4930. #endif
  4931. case 115: // M115
  4932. if (code_seen('V')) {
  4933. // Report the Prusa version number.
  4934. SERIAL_PROTOCOLLNRPGM(FW_VERSION_STR_P());
  4935. } else if (code_seen('U')) {
  4936. // Check the firmware version provided. If the firmware version provided by the U code is higher than the currently running firmware,
  4937. // pause the print and ask the user to upgrade the firmware.
  4938. show_upgrade_dialog_if_version_newer(++ strchr_pointer);
  4939. } else {
  4940. SERIAL_ECHOPGM("FIRMWARE_NAME:Prusa-Firmware ");
  4941. SERIAL_ECHORPGM(FW_VERSION_STR_P());
  4942. SERIAL_ECHOPGM(" based on Marlin FIRMWARE_URL:https://github.com/prusa3d/Prusa-Firmware PROTOCOL_VERSION:");
  4943. SERIAL_ECHOPGM(PROTOCOL_VERSION);
  4944. SERIAL_ECHOPGM(" MACHINE_TYPE:");
  4945. SERIAL_ECHOPGM(CUSTOM_MENDEL_NAME);
  4946. SERIAL_ECHOPGM(" EXTRUDER_COUNT:");
  4947. SERIAL_ECHOPGM(STRINGIFY(EXTRUDERS));
  4948. SERIAL_ECHOPGM(" UUID:");
  4949. SERIAL_ECHOLNPGM(MACHINE_UUID);
  4950. }
  4951. break;
  4952. /* case 117: // M117 display message
  4953. starpos = (strchr(strchr_pointer + 5,'*'));
  4954. if(starpos!=NULL)
  4955. *(starpos)='\0';
  4956. lcd_setstatus(strchr_pointer + 5);
  4957. break;*/
  4958. case 114: // M114
  4959. gcode_M114();
  4960. break;
  4961. case 120: // M120
  4962. enable_endstops(false) ;
  4963. break;
  4964. case 121: // M121
  4965. enable_endstops(true) ;
  4966. break;
  4967. case 119: // M119
  4968. SERIAL_PROTOCOLRPGM(_N("Reporting endstop status"));////MSG_M119_REPORT c=0 r=0
  4969. SERIAL_PROTOCOLLN("");
  4970. #if defined(X_MIN_PIN) && X_MIN_PIN > -1
  4971. SERIAL_PROTOCOLRPGM(_n("x_min: "));////MSG_X_MIN c=0 r=0
  4972. if(READ(X_MIN_PIN)^X_MIN_ENDSTOP_INVERTING){
  4973. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_HIT));
  4974. }else{
  4975. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_OPEN));
  4976. }
  4977. SERIAL_PROTOCOLLN("");
  4978. #endif
  4979. #if defined(X_MAX_PIN) && X_MAX_PIN > -1
  4980. SERIAL_PROTOCOLRPGM(_n("x_max: "));////MSG_X_MAX c=0 r=0
  4981. if(READ(X_MAX_PIN)^X_MAX_ENDSTOP_INVERTING){
  4982. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_HIT));
  4983. }else{
  4984. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_OPEN));
  4985. }
  4986. SERIAL_PROTOCOLLN("");
  4987. #endif
  4988. #if defined(Y_MIN_PIN) && Y_MIN_PIN > -1
  4989. SERIAL_PROTOCOLRPGM(_n("y_min: "));////MSG_Y_MIN c=0 r=0
  4990. if(READ(Y_MIN_PIN)^Y_MIN_ENDSTOP_INVERTING){
  4991. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_HIT));
  4992. }else{
  4993. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_OPEN));
  4994. }
  4995. SERIAL_PROTOCOLLN("");
  4996. #endif
  4997. #if defined(Y_MAX_PIN) && Y_MAX_PIN > -1
  4998. SERIAL_PROTOCOLRPGM(_n("y_max: "));////MSG_Y_MAX c=0 r=0
  4999. if(READ(Y_MAX_PIN)^Y_MAX_ENDSTOP_INVERTING){
  5000. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_HIT));
  5001. }else{
  5002. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_OPEN));
  5003. }
  5004. SERIAL_PROTOCOLLN("");
  5005. #endif
  5006. #if defined(Z_MIN_PIN) && Z_MIN_PIN > -1
  5007. SERIAL_PROTOCOLRPGM(MSG_Z_MIN);
  5008. if(READ(Z_MIN_PIN)^Z_MIN_ENDSTOP_INVERTING){
  5009. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_HIT));
  5010. }else{
  5011. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_OPEN));
  5012. }
  5013. SERIAL_PROTOCOLLN("");
  5014. #endif
  5015. #if defined(Z_MAX_PIN) && Z_MAX_PIN > -1
  5016. SERIAL_PROTOCOLRPGM(MSG_Z_MAX);
  5017. if(READ(Z_MAX_PIN)^Z_MAX_ENDSTOP_INVERTING){
  5018. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_HIT));
  5019. }else{
  5020. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_OPEN));
  5021. }
  5022. SERIAL_PROTOCOLLN("");
  5023. #endif
  5024. break;
  5025. //TODO: update for all axis, use for loop
  5026. #ifdef BLINKM
  5027. case 150: // M150
  5028. {
  5029. byte red;
  5030. byte grn;
  5031. byte blu;
  5032. if(code_seen('R')) red = code_value();
  5033. if(code_seen('U')) grn = code_value();
  5034. if(code_seen('B')) blu = code_value();
  5035. SendColors(red,grn,blu);
  5036. }
  5037. break;
  5038. #endif //BLINKM
  5039. case 200: // M200 D<millimeters> set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).
  5040. {
  5041. uint8_t extruder = active_extruder;
  5042. if(code_seen('T')) {
  5043. extruder = code_value();
  5044. if(extruder >= EXTRUDERS) {
  5045. SERIAL_ECHO_START;
  5046. SERIAL_ECHO(_i("M200 Invalid extruder "));////MSG_M200_INVALID_EXTRUDER c=0 r=0
  5047. break;
  5048. }
  5049. }
  5050. if(code_seen('D')) {
  5051. float diameter = (float)code_value();
  5052. if (diameter == 0.0) {
  5053. // setting any extruder filament size disables volumetric on the assumption that
  5054. // slicers either generate in extruder values as cubic mm or as as filament feeds
  5055. // for all extruders
  5056. cs.volumetric_enabled = false;
  5057. } else {
  5058. filament_size[extruder] = (float)code_value();
  5059. // make sure all extruders have some sane value for the filament size
  5060. filament_size[0] = (filament_size[0] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : filament_size[0]);
  5061. #if EXTRUDERS > 1
  5062. filament_size[1] = (filament_size[1] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : filament_size[1]);
  5063. #if EXTRUDERS > 2
  5064. filament_size[2] = (filament_size[2] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : filament_size[2]);
  5065. #endif
  5066. #endif
  5067. cs.volumetric_enabled = true;
  5068. }
  5069. } else {
  5070. //reserved for setting filament diameter via UFID or filament measuring device
  5071. break;
  5072. }
  5073. calculate_extruder_multipliers();
  5074. }
  5075. break;
  5076. case 201: // M201
  5077. for (int8_t i = 0; i < NUM_AXIS; i++)
  5078. {
  5079. if (code_seen(axis_codes[i]))
  5080. {
  5081. unsigned long val = code_value();
  5082. #ifdef TMC2130
  5083. unsigned long val_silent = val;
  5084. if ((i == X_AXIS) || (i == Y_AXIS))
  5085. {
  5086. if (val > NORMAL_MAX_ACCEL_XY)
  5087. val = NORMAL_MAX_ACCEL_XY;
  5088. if (val_silent > SILENT_MAX_ACCEL_XY)
  5089. val_silent = SILENT_MAX_ACCEL_XY;
  5090. }
  5091. cs.max_acceleration_units_per_sq_second_normal[i] = val;
  5092. max_acceleration_units_per_sq_second_silent[i] = val_silent;
  5093. #else //TMC2130
  5094. max_acceleration_units_per_sq_second[i] = val;
  5095. #endif //TMC2130
  5096. }
  5097. }
  5098. // steps per sq second need to be updated to agree with the units per sq second (as they are what is used in the planner)
  5099. reset_acceleration_rates();
  5100. break;
  5101. #if 0 // Not used for Sprinter/grbl gen6
  5102. case 202: // M202
  5103. for(int8_t i=0; i < NUM_AXIS; i++) {
  5104. if(code_seen(axis_codes[i])) axis_travel_steps_per_sqr_second[i] = code_value() * cs.axis_steps_per_unit[i];
  5105. }
  5106. break;
  5107. #endif
  5108. case 203: // M203 max feedrate mm/sec
  5109. for (int8_t i = 0; i < NUM_AXIS; i++)
  5110. {
  5111. if (code_seen(axis_codes[i]))
  5112. {
  5113. float val = code_value();
  5114. #ifdef TMC2130
  5115. float val_silent = val;
  5116. if ((i == X_AXIS) || (i == Y_AXIS))
  5117. {
  5118. if (val > NORMAL_MAX_FEEDRATE_XY)
  5119. val = NORMAL_MAX_FEEDRATE_XY;
  5120. if (val_silent > SILENT_MAX_FEEDRATE_XY)
  5121. val_silent = SILENT_MAX_FEEDRATE_XY;
  5122. }
  5123. cs.max_feedrate_normal[i] = val;
  5124. max_feedrate_silent[i] = val_silent;
  5125. #else //TMC2130
  5126. max_feedrate[i] = val;
  5127. #endif //TMC2130
  5128. }
  5129. }
  5130. break;
  5131. case 204:
  5132. // M204 acclereration settings.
  5133. // Supporting old format: M204 S[normal moves] T[filmanent only moves]
  5134. // and new format: M204 P[printing moves] R[filmanent only moves] T[travel moves] (as of now T is ignored)
  5135. {
  5136. if(code_seen('S')) {
  5137. // Legacy acceleration format. This format is used by the legacy Marlin, MK2 or MK3 firmware,
  5138. // and it is also generated by Slic3r to control acceleration per extrusion type
  5139. // (there is a separate acceleration settings in Slicer for perimeter, first layer etc).
  5140. cs.acceleration = code_value();
  5141. // Interpret the T value as retract acceleration in the old Marlin format.
  5142. if(code_seen('T'))
  5143. cs.retract_acceleration = code_value();
  5144. } else {
  5145. // New acceleration format, compatible with the upstream Marlin.
  5146. if(code_seen('P'))
  5147. cs.acceleration = code_value();
  5148. if(code_seen('R'))
  5149. cs.retract_acceleration = code_value();
  5150. if(code_seen('T')) {
  5151. // Interpret the T value as the travel acceleration in the new Marlin format.
  5152. //FIXME Prusa3D firmware currently does not support travel acceleration value independent from the extruding acceleration value.
  5153. // travel_acceleration = code_value();
  5154. }
  5155. }
  5156. }
  5157. break;
  5158. case 205: //M205 advanced settings: minimum travel speed S=while printing T=travel only, B=minimum segment time X= maximum xy jerk, Z=maximum Z jerk
  5159. {
  5160. if(code_seen('S')) cs.minimumfeedrate = code_value();
  5161. if(code_seen('T')) cs.mintravelfeedrate = code_value();
  5162. if(code_seen('B')) cs.minsegmenttime = code_value() ;
  5163. if(code_seen('X')) cs.max_jerk[X_AXIS] = cs.max_jerk[Y_AXIS] = code_value();
  5164. if(code_seen('Y')) cs.max_jerk[Y_AXIS] = code_value();
  5165. if(code_seen('Z')) cs.max_jerk[Z_AXIS] = code_value();
  5166. if(code_seen('E')) cs.max_jerk[E_AXIS] = code_value();
  5167. if (cs.max_jerk[X_AXIS] > DEFAULT_XJERK) cs.max_jerk[X_AXIS] = DEFAULT_XJERK;
  5168. if (cs.max_jerk[Y_AXIS] > DEFAULT_YJERK) cs.max_jerk[Y_AXIS] = DEFAULT_YJERK;
  5169. }
  5170. break;
  5171. case 206: // M206 additional homing offset
  5172. for(int8_t i=0; i < 3; i++)
  5173. {
  5174. if(code_seen(axis_codes[i])) cs.add_homing[i] = code_value();
  5175. }
  5176. break;
  5177. #ifdef FWRETRACT
  5178. case 207: //M207 - set retract length S[positive mm] F[feedrate mm/min] Z[additional zlift/hop]
  5179. {
  5180. if(code_seen('S'))
  5181. {
  5182. cs.retract_length = code_value() ;
  5183. }
  5184. if(code_seen('F'))
  5185. {
  5186. cs.retract_feedrate = code_value()/60 ;
  5187. }
  5188. if(code_seen('Z'))
  5189. {
  5190. cs.retract_zlift = code_value() ;
  5191. }
  5192. }break;
  5193. case 208: // M208 - set retract recover length S[positive mm surplus to the M207 S*] F[feedrate mm/min]
  5194. {
  5195. if(code_seen('S'))
  5196. {
  5197. cs.retract_recover_length = code_value() ;
  5198. }
  5199. if(code_seen('F'))
  5200. {
  5201. cs.retract_recover_feedrate = code_value()/60 ;
  5202. }
  5203. }break;
  5204. case 209: // M209 - S<1=true/0=false> enable automatic retract detect if the slicer did not support G10/11: every normal extrude-only move will be classified as retract depending on the direction.
  5205. {
  5206. if(code_seen('S'))
  5207. {
  5208. int t= code_value() ;
  5209. switch(t)
  5210. {
  5211. case 0:
  5212. {
  5213. cs.autoretract_enabled=false;
  5214. retracted[0]=false;
  5215. #if EXTRUDERS > 1
  5216. retracted[1]=false;
  5217. #endif
  5218. #if EXTRUDERS > 2
  5219. retracted[2]=false;
  5220. #endif
  5221. }break;
  5222. case 1:
  5223. {
  5224. cs.autoretract_enabled=true;
  5225. retracted[0]=false;
  5226. #if EXTRUDERS > 1
  5227. retracted[1]=false;
  5228. #endif
  5229. #if EXTRUDERS > 2
  5230. retracted[2]=false;
  5231. #endif
  5232. }break;
  5233. default:
  5234. SERIAL_ECHO_START;
  5235. SERIAL_ECHORPGM(MSG_UNKNOWN_COMMAND);
  5236. SERIAL_ECHO(CMDBUFFER_CURRENT_STRING);
  5237. SERIAL_ECHOLNPGM("\"(1)");
  5238. }
  5239. }
  5240. }break;
  5241. #endif // FWRETRACT
  5242. #if EXTRUDERS > 1
  5243. case 218: // M218 - set hotend offset (in mm), T<extruder_number> X<offset_on_X> Y<offset_on_Y>
  5244. {
  5245. uint8_t extruder;
  5246. if(setTargetedHotend(218, extruder)){
  5247. break;
  5248. }
  5249. if(code_seen('X'))
  5250. {
  5251. extruder_offset[X_AXIS][extruder] = code_value();
  5252. }
  5253. if(code_seen('Y'))
  5254. {
  5255. extruder_offset[Y_AXIS][extruder] = code_value();
  5256. }
  5257. SERIAL_ECHO_START;
  5258. SERIAL_ECHORPGM(MSG_HOTEND_OFFSET);
  5259. for(extruder = 0; extruder < EXTRUDERS; extruder++)
  5260. {
  5261. SERIAL_ECHO(" ");
  5262. SERIAL_ECHO(extruder_offset[X_AXIS][extruder]);
  5263. SERIAL_ECHO(",");
  5264. SERIAL_ECHO(extruder_offset[Y_AXIS][extruder]);
  5265. }
  5266. SERIAL_ECHOLN("");
  5267. }break;
  5268. #endif
  5269. case 220: // M220 S<factor in percent>- set speed factor override percentage
  5270. {
  5271. if(code_seen('S'))
  5272. {
  5273. feedmultiply = code_value() ;
  5274. }
  5275. }
  5276. break;
  5277. case 221: // M221 S<factor in percent>- set extrude factor override percentage
  5278. {
  5279. if(code_seen('S'))
  5280. {
  5281. int tmp_code = code_value();
  5282. if (code_seen('T'))
  5283. {
  5284. uint8_t extruder;
  5285. if(setTargetedHotend(221, extruder)){
  5286. break;
  5287. }
  5288. extruder_multiply[extruder] = tmp_code;
  5289. }
  5290. else
  5291. {
  5292. extrudemultiply = tmp_code ;
  5293. }
  5294. }
  5295. calculate_extruder_multipliers();
  5296. }
  5297. break;
  5298. case 226: // M226 P<pin number> S<pin state>- Wait until the specified pin reaches the state required
  5299. {
  5300. if(code_seen('P')){
  5301. int pin_number = code_value(); // pin number
  5302. int pin_state = -1; // required pin state - default is inverted
  5303. if(code_seen('S')) pin_state = code_value(); // required pin state
  5304. if(pin_state >= -1 && pin_state <= 1){
  5305. for(int8_t i = 0; i < (int8_t)(sizeof(sensitive_pins)/sizeof(int)); i++)
  5306. {
  5307. if (sensitive_pins[i] == pin_number)
  5308. {
  5309. pin_number = -1;
  5310. break;
  5311. }
  5312. }
  5313. if (pin_number > -1)
  5314. {
  5315. int target = LOW;
  5316. st_synchronize();
  5317. pinMode(pin_number, INPUT);
  5318. switch(pin_state){
  5319. case 1:
  5320. target = HIGH;
  5321. break;
  5322. case 0:
  5323. target = LOW;
  5324. break;
  5325. case -1:
  5326. target = !digitalRead(pin_number);
  5327. break;
  5328. }
  5329. while(digitalRead(pin_number) != target){
  5330. manage_heater();
  5331. manage_inactivity();
  5332. lcd_update(0);
  5333. }
  5334. }
  5335. }
  5336. }
  5337. }
  5338. break;
  5339. #if NUM_SERVOS > 0
  5340. case 280: // M280 - set servo position absolute. P: servo index, S: angle or microseconds
  5341. {
  5342. int servo_index = -1;
  5343. int servo_position = 0;
  5344. if (code_seen('P'))
  5345. servo_index = code_value();
  5346. if (code_seen('S')) {
  5347. servo_position = code_value();
  5348. if ((servo_index >= 0) && (servo_index < NUM_SERVOS)) {
  5349. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  5350. servos[servo_index].attach(0);
  5351. #endif
  5352. servos[servo_index].write(servo_position);
  5353. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  5354. delay(PROBE_SERVO_DEACTIVATION_DELAY);
  5355. servos[servo_index].detach();
  5356. #endif
  5357. }
  5358. else {
  5359. SERIAL_ECHO_START;
  5360. SERIAL_ECHO("Servo ");
  5361. SERIAL_ECHO(servo_index);
  5362. SERIAL_ECHOLN(" out of range");
  5363. }
  5364. }
  5365. else if (servo_index >= 0) {
  5366. SERIAL_PROTOCOL(_T(MSG_OK));
  5367. SERIAL_PROTOCOL(" Servo ");
  5368. SERIAL_PROTOCOL(servo_index);
  5369. SERIAL_PROTOCOL(": ");
  5370. SERIAL_PROTOCOL(servos[servo_index].read());
  5371. SERIAL_PROTOCOLLN("");
  5372. }
  5373. }
  5374. break;
  5375. #endif // NUM_SERVOS > 0
  5376. #if (LARGE_FLASH == true && ( BEEPER > 0 || defined(ULTRALCD) || defined(LCD_USE_I2C_BUZZER)))
  5377. case 300: // M300
  5378. {
  5379. int beepS = code_seen('S') ? code_value() : 110;
  5380. int beepP = code_seen('P') ? code_value() : 1000;
  5381. if (beepS > 0)
  5382. {
  5383. #if BEEPER > 0
  5384. if((eSoundMode==e_SOUND_MODE_LOUD)||(eSoundMode==e_SOUND_MODE_ONCE))
  5385. tone(BEEPER, beepS);
  5386. delay(beepP);
  5387. noTone(BEEPER);
  5388. #endif
  5389. }
  5390. else
  5391. {
  5392. delay(beepP);
  5393. }
  5394. }
  5395. break;
  5396. #endif // M300
  5397. #ifdef PIDTEMP
  5398. case 301: // M301
  5399. {
  5400. if(code_seen('P')) cs.Kp = code_value();
  5401. if(code_seen('I')) cs.Ki = scalePID_i(code_value());
  5402. if(code_seen('D')) cs.Kd = scalePID_d(code_value());
  5403. #ifdef PID_ADD_EXTRUSION_RATE
  5404. if(code_seen('C')) Kc = code_value();
  5405. #endif
  5406. updatePID();
  5407. SERIAL_PROTOCOLRPGM(_T(MSG_OK));
  5408. SERIAL_PROTOCOL(" p:");
  5409. SERIAL_PROTOCOL(cs.Kp);
  5410. SERIAL_PROTOCOL(" i:");
  5411. SERIAL_PROTOCOL(unscalePID_i(cs.Ki));
  5412. SERIAL_PROTOCOL(" d:");
  5413. SERIAL_PROTOCOL(unscalePID_d(cs.Kd));
  5414. #ifdef PID_ADD_EXTRUSION_RATE
  5415. SERIAL_PROTOCOL(" c:");
  5416. //Kc does not have scaling applied above, or in resetting defaults
  5417. SERIAL_PROTOCOL(Kc);
  5418. #endif
  5419. SERIAL_PROTOCOLLN("");
  5420. }
  5421. break;
  5422. #endif //PIDTEMP
  5423. #ifdef PIDTEMPBED
  5424. case 304: // M304
  5425. {
  5426. if(code_seen('P')) cs.bedKp = code_value();
  5427. if(code_seen('I')) cs.bedKi = scalePID_i(code_value());
  5428. if(code_seen('D')) cs.bedKd = scalePID_d(code_value());
  5429. updatePID();
  5430. SERIAL_PROTOCOLRPGM(_T(MSG_OK));
  5431. SERIAL_PROTOCOL(" p:");
  5432. SERIAL_PROTOCOL(cs.bedKp);
  5433. SERIAL_PROTOCOL(" i:");
  5434. SERIAL_PROTOCOL(unscalePID_i(cs.bedKi));
  5435. SERIAL_PROTOCOL(" d:");
  5436. SERIAL_PROTOCOL(unscalePID_d(cs.bedKd));
  5437. SERIAL_PROTOCOLLN("");
  5438. }
  5439. break;
  5440. #endif //PIDTEMP
  5441. case 240: // M240 Triggers a camera by emulating a Canon RC-1 : http://www.doc-diy.net/photo/rc-1_hacked/
  5442. {
  5443. #ifdef CHDK
  5444. SET_OUTPUT(CHDK);
  5445. WRITE(CHDK, HIGH);
  5446. chdkHigh = millis();
  5447. chdkActive = true;
  5448. #else
  5449. #if defined(PHOTOGRAPH_PIN) && PHOTOGRAPH_PIN > -1
  5450. const uint8_t NUM_PULSES=16;
  5451. const float PULSE_LENGTH=0.01524;
  5452. for(int i=0; i < NUM_PULSES; i++) {
  5453. WRITE(PHOTOGRAPH_PIN, HIGH);
  5454. _delay_ms(PULSE_LENGTH);
  5455. WRITE(PHOTOGRAPH_PIN, LOW);
  5456. _delay_ms(PULSE_LENGTH);
  5457. }
  5458. delay(7.33);
  5459. for(int i=0; i < NUM_PULSES; i++) {
  5460. WRITE(PHOTOGRAPH_PIN, HIGH);
  5461. _delay_ms(PULSE_LENGTH);
  5462. WRITE(PHOTOGRAPH_PIN, LOW);
  5463. _delay_ms(PULSE_LENGTH);
  5464. }
  5465. #endif
  5466. #endif //chdk end if
  5467. }
  5468. break;
  5469. #ifdef PREVENT_DANGEROUS_EXTRUDE
  5470. case 302: // allow cold extrudes, or set the minimum extrude temperature
  5471. {
  5472. float temp = .0;
  5473. if (code_seen('S')) temp=code_value();
  5474. set_extrude_min_temp(temp);
  5475. }
  5476. break;
  5477. #endif
  5478. case 303: // M303 PID autotune
  5479. {
  5480. float temp = 150.0;
  5481. int e=0;
  5482. int c=5;
  5483. if (code_seen('E')) e=code_value();
  5484. if (e<0)
  5485. temp=70;
  5486. if (code_seen('S')) temp=code_value();
  5487. if (code_seen('C')) c=code_value();
  5488. PID_autotune(temp, e, c);
  5489. }
  5490. break;
  5491. case 400: // M400 finish all moves
  5492. {
  5493. st_synchronize();
  5494. }
  5495. break;
  5496. case 403: //M403 set filament type (material) for particular extruder and send this information to mmu
  5497. {
  5498. //currently three different materials are needed (default, flex and PVA)
  5499. //add storing this information for different load/unload profiles etc. in the future
  5500. //firmware does not wait for "ok" from mmu
  5501. if (mmu_enabled)
  5502. {
  5503. uint8_t extruder;
  5504. uint8_t filament;
  5505. if(code_seen('E')) extruder = code_value();
  5506. if(code_seen('F')) filament = code_value();
  5507. mmu_set_filament_type(extruder, filament);
  5508. }
  5509. }
  5510. break;
  5511. case 500: // M500 Store settings in EEPROM
  5512. {
  5513. Config_StoreSettings(EEPROM_OFFSET);
  5514. }
  5515. break;
  5516. case 501: // M501 Read settings from EEPROM
  5517. {
  5518. Config_RetrieveSettings(EEPROM_OFFSET);
  5519. }
  5520. break;
  5521. case 502: // M502 Revert to default settings
  5522. {
  5523. Config_ResetDefault();
  5524. }
  5525. break;
  5526. case 503: // M503 print settings currently in memory
  5527. {
  5528. Config_PrintSettings();
  5529. }
  5530. break;
  5531. case 509: //M509 Force language selection
  5532. {
  5533. lang_reset();
  5534. SERIAL_ECHO_START;
  5535. SERIAL_PROTOCOLPGM(("LANG SEL FORCED"));
  5536. }
  5537. break;
  5538. #ifdef ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED
  5539. case 540:
  5540. {
  5541. if(code_seen('S')) abort_on_endstop_hit = code_value() > 0;
  5542. }
  5543. break;
  5544. #endif
  5545. #ifdef CUSTOM_M_CODE_SET_Z_PROBE_OFFSET
  5546. case CUSTOM_M_CODE_SET_Z_PROBE_OFFSET:
  5547. {
  5548. float value;
  5549. if (code_seen('Z'))
  5550. {
  5551. value = code_value();
  5552. if ((Z_PROBE_OFFSET_RANGE_MIN <= value) && (value <= Z_PROBE_OFFSET_RANGE_MAX))
  5553. {
  5554. cs.zprobe_zoffset = -value; // compare w/ line 278 of ConfigurationStore.cpp
  5555. SERIAL_ECHO_START;
  5556. SERIAL_ECHOLNRPGM(CAT4(MSG_ZPROBE_ZOFFSET, " ", _T(MSG_OK),PSTR("")));
  5557. SERIAL_PROTOCOLLN("");
  5558. }
  5559. else
  5560. {
  5561. SERIAL_ECHO_START;
  5562. SERIAL_ECHORPGM(MSG_ZPROBE_ZOFFSET);
  5563. SERIAL_ECHORPGM(MSG_Z_MIN);
  5564. SERIAL_ECHO(Z_PROBE_OFFSET_RANGE_MIN);
  5565. SERIAL_ECHORPGM(MSG_Z_MAX);
  5566. SERIAL_ECHO(Z_PROBE_OFFSET_RANGE_MAX);
  5567. SERIAL_PROTOCOLLN("");
  5568. }
  5569. }
  5570. else
  5571. {
  5572. SERIAL_ECHO_START;
  5573. SERIAL_ECHOLNRPGM(CAT2(MSG_ZPROBE_ZOFFSET, PSTR(" : ")));
  5574. SERIAL_ECHO(-cs.zprobe_zoffset);
  5575. SERIAL_PROTOCOLLN("");
  5576. }
  5577. break;
  5578. }
  5579. #endif // CUSTOM_M_CODE_SET_Z_PROBE_OFFSET
  5580. #ifdef FILAMENTCHANGEENABLE
  5581. case 600: //Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
  5582. {
  5583. st_synchronize();
  5584. float x_position = current_position[X_AXIS];
  5585. float y_position = current_position[Y_AXIS];
  5586. float z_shift = 0;
  5587. float e_shift_init = 0;
  5588. float e_shift_late = 0;
  5589. bool automatic = false;
  5590. //Retract extruder
  5591. if(code_seen('E'))
  5592. {
  5593. e_shift_init = code_value();
  5594. }
  5595. else
  5596. {
  5597. #ifdef FILAMENTCHANGE_FIRSTRETRACT
  5598. e_shift_init = FILAMENTCHANGE_FIRSTRETRACT ;
  5599. #endif
  5600. }
  5601. //currently don't work as we are using the same unload sequence as in M702, needs re-work
  5602. if (code_seen('L'))
  5603. {
  5604. e_shift_late = code_value();
  5605. }
  5606. else
  5607. {
  5608. #ifdef FILAMENTCHANGE_FINALRETRACT
  5609. e_shift_late = FILAMENTCHANGE_FINALRETRACT;
  5610. #endif
  5611. }
  5612. //Lift Z
  5613. if(code_seen('Z'))
  5614. {
  5615. z_shift = code_value();
  5616. }
  5617. else
  5618. {
  5619. #ifdef FILAMENTCHANGE_ZADD
  5620. z_shift= FILAMENTCHANGE_ZADD ;
  5621. if(current_position[Z_AXIS] < 25) z_shift+= 25 ;
  5622. #endif
  5623. }
  5624. //Move XY to side
  5625. if(code_seen('X'))
  5626. {
  5627. x_position = code_value();
  5628. }
  5629. else
  5630. {
  5631. #ifdef FILAMENTCHANGE_XPOS
  5632. x_position = FILAMENTCHANGE_XPOS;
  5633. #endif
  5634. }
  5635. if(code_seen('Y'))
  5636. {
  5637. y_position = code_value();
  5638. }
  5639. else
  5640. {
  5641. #ifdef FILAMENTCHANGE_YPOS
  5642. y_position = FILAMENTCHANGE_YPOS ;
  5643. #endif
  5644. }
  5645. if (mmu_enabled && code_seen("AUTO"))
  5646. automatic = true;
  5647. gcode_M600(automatic, x_position, y_position, z_shift, e_shift_init, e_shift_late);
  5648. }
  5649. break;
  5650. #endif //FILAMENTCHANGEENABLE
  5651. case 601: {
  5652. if(lcd_commands_type == 0) lcd_commands_type = LCD_COMMAND_LONG_PAUSE;
  5653. }
  5654. break;
  5655. case 602: {
  5656. if(lcd_commands_type == 0) lcd_commands_type = LCD_COMMAND_LONG_PAUSE_RESUME;
  5657. }
  5658. break;
  5659. #ifdef PINDA_THERMISTOR
  5660. case 860: // M860 - Wait for PINDA thermistor to reach target temperature.
  5661. {
  5662. int set_target_pinda = 0;
  5663. if (code_seen('S')) {
  5664. set_target_pinda = code_value();
  5665. }
  5666. else {
  5667. break;
  5668. }
  5669. LCD_MESSAGERPGM(_T(MSG_PLEASE_WAIT));
  5670. SERIAL_PROTOCOLPGM("Wait for PINDA target temperature:");
  5671. SERIAL_PROTOCOL(set_target_pinda);
  5672. SERIAL_PROTOCOLLN("");
  5673. codenum = millis();
  5674. cancel_heatup = false;
  5675. bool is_pinda_cooling = false;
  5676. if ((degTargetBed() == 0) && (degTargetHotend(0) == 0)) {
  5677. is_pinda_cooling = true;
  5678. }
  5679. while ( ((!is_pinda_cooling) && (!cancel_heatup) && (current_temperature_pinda < set_target_pinda)) || (is_pinda_cooling && (current_temperature_pinda > set_target_pinda)) ) {
  5680. if ((millis() - codenum) > 1000) //Print Temp Reading every 1 second while waiting.
  5681. {
  5682. SERIAL_PROTOCOLPGM("P:");
  5683. SERIAL_PROTOCOL_F(current_temperature_pinda, 1);
  5684. SERIAL_PROTOCOLPGM("/");
  5685. SERIAL_PROTOCOL(set_target_pinda);
  5686. SERIAL_PROTOCOLLN("");
  5687. codenum = millis();
  5688. }
  5689. manage_heater();
  5690. manage_inactivity();
  5691. lcd_update(0);
  5692. }
  5693. LCD_MESSAGERPGM(_T(MSG_OK));
  5694. break;
  5695. }
  5696. case 861: // M861 - Set/Read PINDA temperature compensation offsets
  5697. if (code_seen('?')) { // ? - Print out current EEPROM offset values
  5698. uint8_t cal_status = calibration_status_pinda();
  5699. int16_t usteps = 0;
  5700. cal_status ? SERIAL_PROTOCOLLN("PINDA cal status: 1") : SERIAL_PROTOCOLLN("PINDA cal status: 0");
  5701. SERIAL_PROTOCOLLN("index, temp, ustep, um");
  5702. for (uint8_t i = 0; i < 6; i++)
  5703. {
  5704. if(i>0) EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + (i-1) * 2, &usteps);
  5705. float mm = ((float)usteps) / cs.axis_steps_per_unit[Z_AXIS];
  5706. i == 0 ? SERIAL_PROTOCOLPGM("n/a") : SERIAL_PROTOCOL(i - 1);
  5707. SERIAL_PROTOCOLPGM(", ");
  5708. SERIAL_PROTOCOL(35 + (i * 5));
  5709. SERIAL_PROTOCOLPGM(", ");
  5710. SERIAL_PROTOCOL(usteps);
  5711. SERIAL_PROTOCOLPGM(", ");
  5712. SERIAL_PROTOCOL(mm * 1000);
  5713. SERIAL_PROTOCOLLN("");
  5714. }
  5715. }
  5716. else if (code_seen('!')) { // ! - Set factory default values
  5717. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  5718. int16_t z_shift = 8; //40C - 20um - 8usteps
  5719. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT, &z_shift);
  5720. z_shift = 24; //45C - 60um - 24usteps
  5721. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + 2, &z_shift);
  5722. z_shift = 48; //50C - 120um - 48usteps
  5723. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + 4, &z_shift);
  5724. z_shift = 80; //55C - 200um - 80usteps
  5725. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + 6, &z_shift);
  5726. z_shift = 120; //60C - 300um - 120usteps
  5727. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + 8, &z_shift);
  5728. SERIAL_PROTOCOLLN("factory restored");
  5729. }
  5730. else if (code_seen('Z')) { // Z - Set all values to 0 (effectively disabling PINDA temperature compensation)
  5731. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  5732. int16_t z_shift = 0;
  5733. for (uint8_t i = 0; i < 5; i++) EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i * 2, &z_shift);
  5734. SERIAL_PROTOCOLLN("zerorized");
  5735. }
  5736. else if (code_seen('S')) { // Sxxx Iyyy - Set compensation ustep value S for compensation table index I
  5737. int16_t usteps = code_value();
  5738. if (code_seen('I')) {
  5739. byte index = code_value();
  5740. if ((index >= 0) && (index < 5)) {
  5741. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + index * 2, &usteps);
  5742. SERIAL_PROTOCOLLN("OK");
  5743. SERIAL_PROTOCOLLN("index, temp, ustep, um");
  5744. for (uint8_t i = 0; i < 6; i++)
  5745. {
  5746. usteps = 0;
  5747. if (i>0) EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + (i - 1) * 2, &usteps);
  5748. float mm = ((float)usteps) / cs.axis_steps_per_unit[Z_AXIS];
  5749. i == 0 ? SERIAL_PROTOCOLPGM("n/a") : SERIAL_PROTOCOL(i - 1);
  5750. SERIAL_PROTOCOLPGM(", ");
  5751. SERIAL_PROTOCOL(35 + (i * 5));
  5752. SERIAL_PROTOCOLPGM(", ");
  5753. SERIAL_PROTOCOL(usteps);
  5754. SERIAL_PROTOCOLPGM(", ");
  5755. SERIAL_PROTOCOL(mm * 1000);
  5756. SERIAL_PROTOCOLLN("");
  5757. }
  5758. }
  5759. }
  5760. }
  5761. else {
  5762. SERIAL_PROTOCOLPGM("no valid command");
  5763. }
  5764. break;
  5765. #endif //PINDA_THERMISTOR
  5766. #ifdef LIN_ADVANCE
  5767. case 900: // M900: Set LIN_ADVANCE options.
  5768. gcode_M900();
  5769. break;
  5770. #endif
  5771. case 907: // M907 Set digital trimpot motor current using axis codes.
  5772. {
  5773. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  5774. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) st_current_set(i,code_value());
  5775. if(code_seen('B')) st_current_set(4,code_value());
  5776. if(code_seen('S')) for(int i=0;i<=4;i++) st_current_set(i,code_value());
  5777. #endif
  5778. #ifdef MOTOR_CURRENT_PWM_XY_PIN
  5779. if(code_seen('X')) st_current_set(0, code_value());
  5780. #endif
  5781. #ifdef MOTOR_CURRENT_PWM_Z_PIN
  5782. if(code_seen('Z')) st_current_set(1, code_value());
  5783. #endif
  5784. #ifdef MOTOR_CURRENT_PWM_E_PIN
  5785. if(code_seen('E')) st_current_set(2, code_value());
  5786. #endif
  5787. }
  5788. break;
  5789. case 908: // M908 Control digital trimpot directly.
  5790. {
  5791. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  5792. uint8_t channel,current;
  5793. if(code_seen('P')) channel=code_value();
  5794. if(code_seen('S')) current=code_value();
  5795. digitalPotWrite(channel, current);
  5796. #endif
  5797. }
  5798. break;
  5799. #ifdef TMC2130
  5800. case 910: // M910 TMC2130 init
  5801. {
  5802. tmc2130_init();
  5803. }
  5804. break;
  5805. case 911: // M911 Set TMC2130 holding currents
  5806. {
  5807. if (code_seen('X')) tmc2130_set_current_h(0, code_value());
  5808. if (code_seen('Y')) tmc2130_set_current_h(1, code_value());
  5809. if (code_seen('Z')) tmc2130_set_current_h(2, code_value());
  5810. if (code_seen('E')) tmc2130_set_current_h(3, code_value());
  5811. }
  5812. break;
  5813. case 912: // M912 Set TMC2130 running currents
  5814. {
  5815. if (code_seen('X')) tmc2130_set_current_r(0, code_value());
  5816. if (code_seen('Y')) tmc2130_set_current_r(1, code_value());
  5817. if (code_seen('Z')) tmc2130_set_current_r(2, code_value());
  5818. if (code_seen('E')) tmc2130_set_current_r(3, code_value());
  5819. }
  5820. break;
  5821. case 913: // M913 Print TMC2130 currents
  5822. {
  5823. tmc2130_print_currents();
  5824. }
  5825. break;
  5826. case 914: // M914 Set normal mode
  5827. {
  5828. tmc2130_mode = TMC2130_MODE_NORMAL;
  5829. update_mode_profile();
  5830. tmc2130_init();
  5831. }
  5832. break;
  5833. case 915: // M915 Set silent mode
  5834. {
  5835. tmc2130_mode = TMC2130_MODE_SILENT;
  5836. update_mode_profile();
  5837. tmc2130_init();
  5838. }
  5839. break;
  5840. case 916: // M916 Set sg_thrs
  5841. {
  5842. if (code_seen('X')) tmc2130_sg_thr[X_AXIS] = code_value();
  5843. if (code_seen('Y')) tmc2130_sg_thr[Y_AXIS] = code_value();
  5844. if (code_seen('Z')) tmc2130_sg_thr[Z_AXIS] = code_value();
  5845. if (code_seen('E')) tmc2130_sg_thr[E_AXIS] = code_value();
  5846. for (uint8_t a = X_AXIS; a <= E_AXIS; a++)
  5847. printf_P(_N("tmc2130_sg_thr[%c]=%d\n"), "XYZE"[a], tmc2130_sg_thr[a]);
  5848. }
  5849. break;
  5850. case 917: // M917 Set TMC2130 pwm_ampl
  5851. {
  5852. if (code_seen('X')) tmc2130_set_pwm_ampl(0, code_value());
  5853. if (code_seen('Y')) tmc2130_set_pwm_ampl(1, code_value());
  5854. if (code_seen('Z')) tmc2130_set_pwm_ampl(2, code_value());
  5855. if (code_seen('E')) tmc2130_set_pwm_ampl(3, code_value());
  5856. }
  5857. break;
  5858. case 918: // M918 Set TMC2130 pwm_grad
  5859. {
  5860. if (code_seen('X')) tmc2130_set_pwm_grad(0, code_value());
  5861. if (code_seen('Y')) tmc2130_set_pwm_grad(1, code_value());
  5862. if (code_seen('Z')) tmc2130_set_pwm_grad(2, code_value());
  5863. if (code_seen('E')) tmc2130_set_pwm_grad(3, code_value());
  5864. }
  5865. break;
  5866. #endif //TMC2130
  5867. case 350: // M350 Set microstepping mode. Warning: Steps per unit remains unchanged. S code sets stepping mode for all drivers.
  5868. {
  5869. #ifdef TMC2130
  5870. if(code_seen('E'))
  5871. {
  5872. uint16_t res_new = code_value();
  5873. if ((res_new == 8) || (res_new == 16) || (res_new == 32) || (res_new == 64) || (res_new == 128))
  5874. {
  5875. st_synchronize();
  5876. uint8_t axis = E_AXIS;
  5877. uint16_t res = tmc2130_get_res(axis);
  5878. tmc2130_set_res(axis, res_new);
  5879. if (res_new > res)
  5880. {
  5881. uint16_t fac = (res_new / res);
  5882. cs.axis_steps_per_unit[axis] *= fac;
  5883. position[E_AXIS] *= fac;
  5884. }
  5885. else
  5886. {
  5887. uint16_t fac = (res / res_new);
  5888. cs.axis_steps_per_unit[axis] /= fac;
  5889. position[E_AXIS] /= fac;
  5890. }
  5891. }
  5892. }
  5893. #else //TMC2130
  5894. #if defined(X_MS1_PIN) && X_MS1_PIN > -1
  5895. if(code_seen('S')) for(int i=0;i<=4;i++) microstep_mode(i,code_value());
  5896. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_mode(i,(uint8_t)code_value());
  5897. if(code_seen('B')) microstep_mode(4,code_value());
  5898. microstep_readings();
  5899. #endif
  5900. #endif //TMC2130
  5901. }
  5902. break;
  5903. case 351: // M351 Toggle MS1 MS2 pins directly, S# determines MS1 or MS2, X# sets the pin high/low.
  5904. {
  5905. #if defined(X_MS1_PIN) && X_MS1_PIN > -1
  5906. if(code_seen('S')) switch((int)code_value())
  5907. {
  5908. case 1:
  5909. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_ms(i,code_value(),-1);
  5910. if(code_seen('B')) microstep_ms(4,code_value(),-1);
  5911. break;
  5912. case 2:
  5913. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_ms(i,-1,code_value());
  5914. if(code_seen('B')) microstep_ms(4,-1,code_value());
  5915. break;
  5916. }
  5917. microstep_readings();
  5918. #endif
  5919. }
  5920. break;
  5921. case 701: //M701: load filament
  5922. {
  5923. if (mmu_enabled && code_seen('E'))
  5924. tmp_extruder = code_value();
  5925. gcode_M701();
  5926. }
  5927. break;
  5928. case 702:
  5929. {
  5930. if (mmu_enabled)
  5931. {
  5932. if (code_seen('U'))
  5933. extr_unload_used(); //unload all filaments which were used in current print
  5934. else if (code_seen('C'))
  5935. extr_unload(); //unload just current filament
  5936. else
  5937. extr_unload_all(); //unload all filaments
  5938. }
  5939. else
  5940. unload_filament();
  5941. }
  5942. break;
  5943. case 999: // M999: Restart after being stopped
  5944. Stopped = false;
  5945. lcd_reset_alert_level();
  5946. gcode_LastN = Stopped_gcode_LastN;
  5947. FlushSerialRequestResend();
  5948. break;
  5949. default:
  5950. printf_P(PSTR("Unknown M code: %s \n"), cmdbuffer + bufindr + CMDHDRSIZE);
  5951. }
  5952. // printf_P(_N("END M-CODE=%u\n"), mcode_in_progress);
  5953. mcode_in_progress = 0;
  5954. }
  5955. } // end if(code_seen('M')) (end of M codes)
  5956. else if(code_seen('T'))
  5957. {
  5958. int index;
  5959. st_synchronize();
  5960. for (index = 1; *(strchr_pointer + index) == ' ' || *(strchr_pointer + index) == '\t'; index++);
  5961. if ((*(strchr_pointer + index) < '0' || *(strchr_pointer + index) > '4') && *(strchr_pointer + index) != '?') {
  5962. SERIAL_ECHOLNPGM("Invalid T code.");
  5963. }
  5964. else {
  5965. if (*(strchr_pointer + index) == '?') {
  5966. tmp_extruder = choose_extruder_menu();
  5967. }
  5968. else {
  5969. tmp_extruder = code_value();
  5970. }
  5971. snmm_filaments_used |= (1 << tmp_extruder); //for stop print
  5972. if (mmu_enabled)
  5973. {
  5974. mmu_command(MMU_CMD_T0 + tmp_extruder);
  5975. manage_response(true, true);
  5976. mmu_command(MMU_CMD_C0);
  5977. mmu_extruder = tmp_extruder; //filament change is finished
  5978. if (*(strchr_pointer + index) == '?')// for single material usage with mmu
  5979. {
  5980. mmu_load_to_nozzle();
  5981. }
  5982. }
  5983. else
  5984. {
  5985. #ifdef SNMM
  5986. #ifdef LIN_ADVANCE
  5987. if (mmu_extruder != tmp_extruder)
  5988. clear_current_adv_vars(); //Check if the selected extruder is not the active one and reset LIN_ADVANCE variables if so.
  5989. #endif
  5990. mmu_extruder = tmp_extruder;
  5991. delay(100);
  5992. disable_e0();
  5993. disable_e1();
  5994. disable_e2();
  5995. pinMode(E_MUX0_PIN, OUTPUT);
  5996. pinMode(E_MUX1_PIN, OUTPUT);
  5997. delay(100);
  5998. SERIAL_ECHO_START;
  5999. SERIAL_ECHO("T:");
  6000. SERIAL_ECHOLN((int)tmp_extruder);
  6001. switch (tmp_extruder) {
  6002. case 1:
  6003. WRITE(E_MUX0_PIN, HIGH);
  6004. WRITE(E_MUX1_PIN, LOW);
  6005. break;
  6006. case 2:
  6007. WRITE(E_MUX0_PIN, LOW);
  6008. WRITE(E_MUX1_PIN, HIGH);
  6009. break;
  6010. case 3:
  6011. WRITE(E_MUX0_PIN, HIGH);
  6012. WRITE(E_MUX1_PIN, HIGH);
  6013. break;
  6014. default:
  6015. WRITE(E_MUX0_PIN, LOW);
  6016. WRITE(E_MUX1_PIN, LOW);
  6017. break;
  6018. }
  6019. delay(100);
  6020. #else //SNMM
  6021. if (tmp_extruder >= EXTRUDERS) {
  6022. SERIAL_ECHO_START;
  6023. SERIAL_ECHOPGM("T");
  6024. SERIAL_PROTOCOLLN((int)tmp_extruder);
  6025. SERIAL_ECHOLNRPGM(_n("Invalid extruder"));////MSG_INVALID_EXTRUDER c=0 r=0
  6026. }
  6027. else {
  6028. #if EXTRUDERS > 1
  6029. boolean make_move = false;
  6030. #endif
  6031. if (code_seen('F')) {
  6032. #if EXTRUDERS > 1
  6033. make_move = true;
  6034. #endif
  6035. next_feedrate = code_value();
  6036. if (next_feedrate > 0.0) {
  6037. feedrate = next_feedrate;
  6038. }
  6039. }
  6040. #if EXTRUDERS > 1
  6041. if (tmp_extruder != active_extruder) {
  6042. // Save current position to return to after applying extruder offset
  6043. memcpy(destination, current_position, sizeof(destination));
  6044. // Offset extruder (only by XY)
  6045. int i;
  6046. for (i = 0; i < 2; i++) {
  6047. current_position[i] = current_position[i] -
  6048. extruder_offset[i][active_extruder] +
  6049. extruder_offset[i][tmp_extruder];
  6050. }
  6051. // Set the new active extruder and position
  6052. active_extruder = tmp_extruder;
  6053. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  6054. // Move to the old position if 'F' was in the parameters
  6055. if (make_move && Stopped == false) {
  6056. prepare_move();
  6057. }
  6058. }
  6059. #endif
  6060. SERIAL_ECHO_START;
  6061. SERIAL_ECHORPGM(_n("Active Extruder: "));////MSG_ACTIVE_EXTRUDER c=0 r=0
  6062. SERIAL_PROTOCOLLN((int)active_extruder);
  6063. }
  6064. #endif //SNMM
  6065. }
  6066. }
  6067. } // end if(code_seen('T')) (end of T codes)
  6068. else if (code_seen('D')) // D codes (debug)
  6069. {
  6070. switch((int)code_value())
  6071. {
  6072. #ifdef DEBUG_DCODES
  6073. case -1: // D-1 - Endless loop
  6074. dcode__1(); break;
  6075. case 0: // D0 - Reset
  6076. dcode_0(); break;
  6077. case 1: // D1 - Clear EEPROM
  6078. dcode_1(); break;
  6079. case 2: // D2 - Read/Write RAM
  6080. dcode_2(); break;
  6081. #endif //DEBUG_DCODES
  6082. #ifdef DEBUG_DCODE3
  6083. case 3: // D3 - Read/Write EEPROM
  6084. dcode_3(); break;
  6085. #endif //DEBUG_DCODE3
  6086. #ifdef DEBUG_DCODES
  6087. case 4: // D4 - Read/Write PIN
  6088. dcode_4(); break;
  6089. case 5: // D5 - Read/Write FLASH
  6090. // dcode_5(); break;
  6091. break;
  6092. case 6: // D6 - Read/Write external FLASH
  6093. dcode_6(); break;
  6094. case 7: // D7 - Read/Write Bootloader
  6095. dcode_7(); break;
  6096. case 8: // D8 - Read/Write PINDA
  6097. dcode_8(); break;
  6098. case 9: // D9 - Read/Write ADC
  6099. dcode_9(); break;
  6100. case 10: // D10 - XYZ calibration = OK
  6101. dcode_10(); break;
  6102. #ifdef TMC2130
  6103. case 2130: // D9125 - TMC2130
  6104. dcode_2130(); break;
  6105. #endif //TMC2130
  6106. #ifdef FILAMENT_SENSOR
  6107. case 9125: // D9125 - FILAMENT_SENSOR
  6108. dcode_9125(); break;
  6109. #endif //FILAMENT_SENSOR
  6110. #endif //DEBUG_DCODES
  6111. }
  6112. }
  6113. else
  6114. {
  6115. SERIAL_ECHO_START;
  6116. SERIAL_ECHORPGM(MSG_UNKNOWN_COMMAND);
  6117. SERIAL_ECHO(CMDBUFFER_CURRENT_STRING);
  6118. SERIAL_ECHOLNPGM("\"(2)");
  6119. }
  6120. KEEPALIVE_STATE(NOT_BUSY);
  6121. ClearToSend();
  6122. }
  6123. void FlushSerialRequestResend()
  6124. {
  6125. //char cmdbuffer[bufindr][100]="Resend:";
  6126. MYSERIAL.flush();
  6127. printf_P(_N("%S: %ld\n%S\n"), _i("Resend"), gcode_LastN + 1, _T(MSG_OK));
  6128. }
  6129. // Confirm the execution of a command, if sent from a serial line.
  6130. // Execution of a command from a SD card will not be confirmed.
  6131. void ClearToSend()
  6132. {
  6133. previous_millis_cmd = millis();
  6134. if ((CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB) || (CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB_WITH_LINENR))
  6135. SERIAL_PROTOCOLLNRPGM(_T(MSG_OK));
  6136. }
  6137. #if MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  6138. void update_currents() {
  6139. float current_high[3] = DEFAULT_PWM_MOTOR_CURRENT_LOUD;
  6140. float current_low[3] = DEFAULT_PWM_MOTOR_CURRENT;
  6141. float tmp_motor[3];
  6142. //SERIAL_ECHOLNPGM("Currents updated: ");
  6143. if (destination[Z_AXIS] < Z_SILENT) {
  6144. //SERIAL_ECHOLNPGM("LOW");
  6145. for (uint8_t i = 0; i < 3; i++) {
  6146. st_current_set(i, current_low[i]);
  6147. /*MYSERIAL.print(int(i));
  6148. SERIAL_ECHOPGM(": ");
  6149. MYSERIAL.println(current_low[i]);*/
  6150. }
  6151. }
  6152. else if (destination[Z_AXIS] > Z_HIGH_POWER) {
  6153. //SERIAL_ECHOLNPGM("HIGH");
  6154. for (uint8_t i = 0; i < 3; i++) {
  6155. st_current_set(i, current_high[i]);
  6156. /*MYSERIAL.print(int(i));
  6157. SERIAL_ECHOPGM(": ");
  6158. MYSERIAL.println(current_high[i]);*/
  6159. }
  6160. }
  6161. else {
  6162. for (uint8_t i = 0; i < 3; i++) {
  6163. float q = current_low[i] - Z_SILENT*((current_high[i] - current_low[i]) / (Z_HIGH_POWER - Z_SILENT));
  6164. tmp_motor[i] = ((current_high[i] - current_low[i]) / (Z_HIGH_POWER - Z_SILENT))*destination[Z_AXIS] + q;
  6165. st_current_set(i, tmp_motor[i]);
  6166. /*MYSERIAL.print(int(i));
  6167. SERIAL_ECHOPGM(": ");
  6168. MYSERIAL.println(tmp_motor[i]);*/
  6169. }
  6170. }
  6171. }
  6172. #endif //MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  6173. void get_coordinates()
  6174. {
  6175. bool seen[4]={false,false,false,false};
  6176. for(int8_t i=0; i < NUM_AXIS; i++) {
  6177. if(code_seen(axis_codes[i]))
  6178. {
  6179. bool relative = axis_relative_modes[i] || relative_mode;
  6180. destination[i] = (float)code_value();
  6181. if (i == E_AXIS) {
  6182. float emult = extruder_multiplier[active_extruder];
  6183. if (emult != 1.) {
  6184. if (! relative) {
  6185. destination[i] -= current_position[i];
  6186. relative = true;
  6187. }
  6188. destination[i] *= emult;
  6189. }
  6190. }
  6191. if (relative)
  6192. destination[i] += current_position[i];
  6193. seen[i]=true;
  6194. #if MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  6195. if (i == Z_AXIS && SilentModeMenu == SILENT_MODE_AUTO) update_currents();
  6196. #endif //MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  6197. }
  6198. else destination[i] = current_position[i]; //Are these else lines really needed?
  6199. }
  6200. if(code_seen('F')) {
  6201. next_feedrate = code_value();
  6202. #ifdef MAX_SILENT_FEEDRATE
  6203. if (tmc2130_mode == TMC2130_MODE_SILENT)
  6204. if (next_feedrate > MAX_SILENT_FEEDRATE) next_feedrate = MAX_SILENT_FEEDRATE;
  6205. #endif //MAX_SILENT_FEEDRATE
  6206. if(next_feedrate > 0.0) feedrate = next_feedrate;
  6207. if (!seen[0] && !seen[1] && !seen[2] && seen[3])
  6208. {
  6209. // float e_max_speed =
  6210. // printf_P(PSTR("E MOVE speed %7.3f\n"), feedrate / 60)
  6211. }
  6212. }
  6213. }
  6214. void get_arc_coordinates()
  6215. {
  6216. #ifdef SF_ARC_FIX
  6217. bool relative_mode_backup = relative_mode;
  6218. relative_mode = true;
  6219. #endif
  6220. get_coordinates();
  6221. #ifdef SF_ARC_FIX
  6222. relative_mode=relative_mode_backup;
  6223. #endif
  6224. if(code_seen('I')) {
  6225. offset[0] = code_value();
  6226. }
  6227. else {
  6228. offset[0] = 0.0;
  6229. }
  6230. if(code_seen('J')) {
  6231. offset[1] = code_value();
  6232. }
  6233. else {
  6234. offset[1] = 0.0;
  6235. }
  6236. }
  6237. void clamp_to_software_endstops(float target[3])
  6238. {
  6239. #ifdef DEBUG_DISABLE_SWLIMITS
  6240. return;
  6241. #endif //DEBUG_DISABLE_SWLIMITS
  6242. world2machine_clamp(target[0], target[1]);
  6243. // Clamp the Z coordinate.
  6244. if (min_software_endstops) {
  6245. float negative_z_offset = 0;
  6246. #ifdef ENABLE_AUTO_BED_LEVELING
  6247. if (Z_PROBE_OFFSET_FROM_EXTRUDER < 0) negative_z_offset = negative_z_offset + Z_PROBE_OFFSET_FROM_EXTRUDER;
  6248. if (cs.add_homing[Z_AXIS] < 0) negative_z_offset = negative_z_offset + cs.add_homing[Z_AXIS];
  6249. #endif
  6250. if (target[Z_AXIS] < min_pos[Z_AXIS]+negative_z_offset) target[Z_AXIS] = min_pos[Z_AXIS]+negative_z_offset;
  6251. }
  6252. if (max_software_endstops) {
  6253. if (target[Z_AXIS] > max_pos[Z_AXIS]) target[Z_AXIS] = max_pos[Z_AXIS];
  6254. }
  6255. }
  6256. #ifdef MESH_BED_LEVELING
  6257. void mesh_plan_buffer_line(const float &x, const float &y, const float &z, const float &e, const float &feed_rate, const uint8_t extruder) {
  6258. float dx = x - current_position[X_AXIS];
  6259. float dy = y - current_position[Y_AXIS];
  6260. float dz = z - current_position[Z_AXIS];
  6261. int n_segments = 0;
  6262. if (mbl.active) {
  6263. float len = abs(dx) + abs(dy);
  6264. if (len > 0)
  6265. // Split to 3cm segments or shorter.
  6266. n_segments = int(ceil(len / 30.f));
  6267. }
  6268. if (n_segments > 1) {
  6269. float de = e - current_position[E_AXIS];
  6270. for (int i = 1; i < n_segments; ++ i) {
  6271. float t = float(i) / float(n_segments);
  6272. if (saved_printing || (mbl.active == false)) return;
  6273. plan_buffer_line(
  6274. current_position[X_AXIS] + t * dx,
  6275. current_position[Y_AXIS] + t * dy,
  6276. current_position[Z_AXIS] + t * dz,
  6277. current_position[E_AXIS] + t * de,
  6278. feed_rate, extruder);
  6279. }
  6280. }
  6281. // The rest of the path.
  6282. plan_buffer_line(x, y, z, e, feed_rate, extruder);
  6283. current_position[X_AXIS] = x;
  6284. current_position[Y_AXIS] = y;
  6285. current_position[Z_AXIS] = z;
  6286. current_position[E_AXIS] = e;
  6287. }
  6288. #endif // MESH_BED_LEVELING
  6289. void prepare_move()
  6290. {
  6291. clamp_to_software_endstops(destination);
  6292. previous_millis_cmd = millis();
  6293. // Do not use feedmultiply for E or Z only moves
  6294. if( (current_position[X_AXIS] == destination [X_AXIS]) && (current_position[Y_AXIS] == destination [Y_AXIS])) {
  6295. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  6296. }
  6297. else {
  6298. #ifdef MESH_BED_LEVELING
  6299. mesh_plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate*feedmultiply*(1./(60.f*100.f)), active_extruder);
  6300. #else
  6301. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate*feedmultiply*(1./(60.f*100.f)), active_extruder);
  6302. #endif
  6303. }
  6304. for(int8_t i=0; i < NUM_AXIS; i++) {
  6305. current_position[i] = destination[i];
  6306. }
  6307. }
  6308. void prepare_arc_move(char isclockwise) {
  6309. float r = hypot(offset[X_AXIS], offset[Y_AXIS]); // Compute arc radius for mc_arc
  6310. // Trace the arc
  6311. mc_arc(current_position, destination, offset, X_AXIS, Y_AXIS, Z_AXIS, feedrate*feedmultiply/60/100.0, r, isclockwise, active_extruder);
  6312. // As far as the parser is concerned, the position is now == target. In reality the
  6313. // motion control system might still be processing the action and the real tool position
  6314. // in any intermediate location.
  6315. for(int8_t i=0; i < NUM_AXIS; i++) {
  6316. current_position[i] = destination[i];
  6317. }
  6318. previous_millis_cmd = millis();
  6319. }
  6320. #if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
  6321. #if defined(FAN_PIN)
  6322. #if CONTROLLERFAN_PIN == FAN_PIN
  6323. #error "You cannot set CONTROLLERFAN_PIN equal to FAN_PIN"
  6324. #endif
  6325. #endif
  6326. unsigned long lastMotor = 0; //Save the time for when a motor was turned on last
  6327. unsigned long lastMotorCheck = 0;
  6328. void controllerFan()
  6329. {
  6330. if ((millis() - lastMotorCheck) >= 2500) //Not a time critical function, so we only check every 2500ms
  6331. {
  6332. lastMotorCheck = millis();
  6333. if(!READ(X_ENABLE_PIN) || !READ(Y_ENABLE_PIN) || !READ(Z_ENABLE_PIN) || (soft_pwm_bed > 0)
  6334. #if EXTRUDERS > 2
  6335. || !READ(E2_ENABLE_PIN)
  6336. #endif
  6337. #if EXTRUDER > 1
  6338. #if defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1
  6339. || !READ(X2_ENABLE_PIN)
  6340. #endif
  6341. || !READ(E1_ENABLE_PIN)
  6342. #endif
  6343. || !READ(E0_ENABLE_PIN)) //If any of the drivers are enabled...
  6344. {
  6345. lastMotor = millis(); //... set time to NOW so the fan will turn on
  6346. }
  6347. if ((millis() - lastMotor) >= (CONTROLLERFAN_SECS*1000UL) || lastMotor == 0) //If the last time any driver was enabled, is longer since than CONTROLLERSEC...
  6348. {
  6349. digitalWrite(CONTROLLERFAN_PIN, 0);
  6350. analogWrite(CONTROLLERFAN_PIN, 0);
  6351. }
  6352. else
  6353. {
  6354. // allows digital or PWM fan output to be used (see M42 handling)
  6355. digitalWrite(CONTROLLERFAN_PIN, CONTROLLERFAN_SPEED);
  6356. analogWrite(CONTROLLERFAN_PIN, CONTROLLERFAN_SPEED);
  6357. }
  6358. }
  6359. }
  6360. #endif
  6361. #ifdef TEMP_STAT_LEDS
  6362. static bool blue_led = false;
  6363. static bool red_led = false;
  6364. static uint32_t stat_update = 0;
  6365. void handle_status_leds(void) {
  6366. float max_temp = 0.0;
  6367. if(millis() > stat_update) {
  6368. stat_update += 500; // Update every 0.5s
  6369. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  6370. max_temp = max(max_temp, degHotend(cur_extruder));
  6371. max_temp = max(max_temp, degTargetHotend(cur_extruder));
  6372. }
  6373. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  6374. max_temp = max(max_temp, degTargetBed());
  6375. max_temp = max(max_temp, degBed());
  6376. #endif
  6377. if((max_temp > 55.0) && (red_led == false)) {
  6378. digitalWrite(STAT_LED_RED, 1);
  6379. digitalWrite(STAT_LED_BLUE, 0);
  6380. red_led = true;
  6381. blue_led = false;
  6382. }
  6383. if((max_temp < 54.0) && (blue_led == false)) {
  6384. digitalWrite(STAT_LED_RED, 0);
  6385. digitalWrite(STAT_LED_BLUE, 1);
  6386. red_led = false;
  6387. blue_led = true;
  6388. }
  6389. }
  6390. }
  6391. #endif
  6392. #ifdef SAFETYTIMER
  6393. /**
  6394. * @brief Turn off heating after safetytimer_inactive_time milliseconds of inactivity
  6395. *
  6396. * Full screen blocking notification message is shown after heater turning off.
  6397. * Paused print is not considered inactivity, as nozzle is cooled anyway and bed cooling would
  6398. * damage print.
  6399. *
  6400. * If safetytimer_inactive_time is zero, feature is disabled (heating is never turned off because of inactivity)
  6401. */
  6402. static void handleSafetyTimer()
  6403. {
  6404. #if (EXTRUDERS > 1)
  6405. #error Implemented only for one extruder.
  6406. #endif //(EXTRUDERS > 1)
  6407. if ((PRINTER_ACTIVE) || (!degTargetBed() && !degTargetHotend(0)) || (!safetytimer_inactive_time))
  6408. {
  6409. safetyTimer.stop();
  6410. }
  6411. else if ((degTargetBed() || degTargetHotend(0)) && (!safetyTimer.running()))
  6412. {
  6413. safetyTimer.start();
  6414. }
  6415. else if (safetyTimer.expired(safetytimer_inactive_time))
  6416. {
  6417. setTargetBed(0);
  6418. setAllTargetHotends(0);
  6419. lcd_show_fullscreen_message_and_wait_P(_i("Heating disabled by safety timer."));////MSG_BED_HEATING_SAFETY_DISABLED c=0 r=0
  6420. }
  6421. }
  6422. #endif //SAFETYTIMER
  6423. void manage_inactivity(bool ignore_stepper_queue/*=false*/) //default argument set in Marlin.h
  6424. {
  6425. #ifdef FILAMENT_SENSOR
  6426. if (mmu_enabled == false)
  6427. {
  6428. if (mcode_in_progress != 600) //M600 not in progress
  6429. {
  6430. if (!moves_planned() && !IS_SD_PRINTING && !is_usb_printing && (lcd_commands_type != LCD_COMMAND_V2_CAL) && !wizard_active)
  6431. {
  6432. if (fsensor_check_autoload())
  6433. {
  6434. fsensor_autoload_check_stop();
  6435. if (degHotend0() > EXTRUDE_MINTEMP)
  6436. {
  6437. if ((eSoundMode == e_SOUND_MODE_LOUD) || (eSoundMode == e_SOUND_MODE_ONCE))
  6438. tone(BEEPER, 1000);
  6439. delay_keep_alive(50);
  6440. noTone(BEEPER);
  6441. loading_flag = true;
  6442. enquecommand_front_P((PSTR("M701")));
  6443. }
  6444. else
  6445. {
  6446. lcd_update_enable(false);
  6447. lcd_clear();
  6448. lcd_set_cursor(0, 0);
  6449. lcd_puts_P(_T(MSG_ERROR));
  6450. lcd_set_cursor(0, 2);
  6451. lcd_puts_P(_T(MSG_PREHEAT_NOZZLE));
  6452. delay(2000);
  6453. lcd_clear();
  6454. lcd_update_enable(true);
  6455. }
  6456. }
  6457. }
  6458. else
  6459. fsensor_autoload_check_stop();
  6460. }
  6461. }
  6462. #endif //FILAMENT_SENSOR
  6463. #ifdef SAFETYTIMER
  6464. handleSafetyTimer();
  6465. #endif //SAFETYTIMER
  6466. #if defined(KILL_PIN) && KILL_PIN > -1
  6467. static int killCount = 0; // make the inactivity button a bit less responsive
  6468. const int KILL_DELAY = 10000;
  6469. #endif
  6470. if(buflen < (BUFSIZE-1)){
  6471. get_command();
  6472. }
  6473. if( (millis() - previous_millis_cmd) > max_inactive_time )
  6474. if(max_inactive_time)
  6475. kill(_n(""), 4);
  6476. if(stepper_inactive_time) {
  6477. if( (millis() - previous_millis_cmd) > stepper_inactive_time )
  6478. {
  6479. if(blocks_queued() == false && ignore_stepper_queue == false) {
  6480. disable_x();
  6481. // SERIAL_ECHOLNPGM("manage_inactivity - disable Y");
  6482. disable_y();
  6483. disable_z();
  6484. disable_e0();
  6485. disable_e1();
  6486. disable_e2();
  6487. }
  6488. }
  6489. }
  6490. #ifdef CHDK //Check if pin should be set to LOW after M240 set it to HIGH
  6491. if (chdkActive && (millis() - chdkHigh > CHDK_DELAY))
  6492. {
  6493. chdkActive = false;
  6494. WRITE(CHDK, LOW);
  6495. }
  6496. #endif
  6497. #if defined(KILL_PIN) && KILL_PIN > -1
  6498. // Check if the kill button was pressed and wait just in case it was an accidental
  6499. // key kill key press
  6500. // -------------------------------------------------------------------------------
  6501. if( 0 == READ(KILL_PIN) )
  6502. {
  6503. killCount++;
  6504. }
  6505. else if (killCount > 0)
  6506. {
  6507. killCount--;
  6508. }
  6509. // Exceeded threshold and we can confirm that it was not accidental
  6510. // KILL the machine
  6511. // ----------------------------------------------------------------
  6512. if ( killCount >= KILL_DELAY)
  6513. {
  6514. kill("", 5);
  6515. }
  6516. #endif
  6517. #if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
  6518. controllerFan(); //Check if fan should be turned on to cool stepper drivers down
  6519. #endif
  6520. #ifdef EXTRUDER_RUNOUT_PREVENT
  6521. if( (millis() - previous_millis_cmd) > EXTRUDER_RUNOUT_SECONDS*1000 )
  6522. if(degHotend(active_extruder)>EXTRUDER_RUNOUT_MINTEMP)
  6523. {
  6524. bool oldstatus=READ(E0_ENABLE_PIN);
  6525. enable_e0();
  6526. float oldepos=current_position[E_AXIS];
  6527. float oldedes=destination[E_AXIS];
  6528. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS],
  6529. destination[E_AXIS]+EXTRUDER_RUNOUT_EXTRUDE*EXTRUDER_RUNOUT_ESTEPS/cs.axis_steps_per_unit[E_AXIS],
  6530. EXTRUDER_RUNOUT_SPEED/60.*EXTRUDER_RUNOUT_ESTEPS/cs.axis_steps_per_unit[E_AXIS], active_extruder);
  6531. current_position[E_AXIS]=oldepos;
  6532. destination[E_AXIS]=oldedes;
  6533. plan_set_e_position(oldepos);
  6534. previous_millis_cmd=millis();
  6535. st_synchronize();
  6536. WRITE(E0_ENABLE_PIN,oldstatus);
  6537. }
  6538. #endif
  6539. #ifdef TEMP_STAT_LEDS
  6540. handle_status_leds();
  6541. #endif
  6542. check_axes_activity();
  6543. mmu_loop();
  6544. }
  6545. void kill(const char *full_screen_message, unsigned char id)
  6546. {
  6547. printf_P(_N("KILL: %d\n"), id);
  6548. //return;
  6549. cli(); // Stop interrupts
  6550. disable_heater();
  6551. disable_x();
  6552. // SERIAL_ECHOLNPGM("kill - disable Y");
  6553. disable_y();
  6554. disable_z();
  6555. disable_e0();
  6556. disable_e1();
  6557. disable_e2();
  6558. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  6559. pinMode(PS_ON_PIN,INPUT);
  6560. #endif
  6561. SERIAL_ERROR_START;
  6562. SERIAL_ERRORLNRPGM(_i("Printer halted. kill() called!"));////MSG_ERR_KILLED c=0 r=0
  6563. if (full_screen_message != NULL) {
  6564. SERIAL_ERRORLNRPGM(full_screen_message);
  6565. lcd_display_message_fullscreen_P(full_screen_message);
  6566. } else {
  6567. LCD_ALERTMESSAGERPGM(_i("KILLED. "));////MSG_KILLED c=0 r=0
  6568. }
  6569. // FMC small patch to update the LCD before ending
  6570. sei(); // enable interrupts
  6571. for ( int i=5; i--; lcd_update(0))
  6572. {
  6573. delay(200);
  6574. }
  6575. cli(); // disable interrupts
  6576. suicide();
  6577. while(1)
  6578. {
  6579. #ifdef WATCHDOG
  6580. wdt_reset();
  6581. #endif //WATCHDOG
  6582. /* Intentionally left empty */
  6583. } // Wait for reset
  6584. }
  6585. void Stop()
  6586. {
  6587. disable_heater();
  6588. if(Stopped == false) {
  6589. Stopped = true;
  6590. Stopped_gcode_LastN = gcode_LastN; // Save last g_code for restart
  6591. SERIAL_ERROR_START;
  6592. SERIAL_ERRORLNRPGM(_T(MSG_ERR_STOPPED));
  6593. LCD_MESSAGERPGM(_T(MSG_STOPPED));
  6594. }
  6595. }
  6596. bool IsStopped() { return Stopped; };
  6597. #ifdef FAST_PWM_FAN
  6598. void setPwmFrequency(uint8_t pin, int val)
  6599. {
  6600. val &= 0x07;
  6601. switch(digitalPinToTimer(pin))
  6602. {
  6603. #if defined(TCCR0A)
  6604. case TIMER0A:
  6605. case TIMER0B:
  6606. // TCCR0B &= ~(_BV(CS00) | _BV(CS01) | _BV(CS02));
  6607. // TCCR0B |= val;
  6608. break;
  6609. #endif
  6610. #if defined(TCCR1A)
  6611. case TIMER1A:
  6612. case TIMER1B:
  6613. // TCCR1B &= ~(_BV(CS10) | _BV(CS11) | _BV(CS12));
  6614. // TCCR1B |= val;
  6615. break;
  6616. #endif
  6617. #if defined(TCCR2)
  6618. case TIMER2:
  6619. case TIMER2:
  6620. TCCR2 &= ~(_BV(CS10) | _BV(CS11) | _BV(CS12));
  6621. TCCR2 |= val;
  6622. break;
  6623. #endif
  6624. #if defined(TCCR2A)
  6625. case TIMER2A:
  6626. case TIMER2B:
  6627. TCCR2B &= ~(_BV(CS20) | _BV(CS21) | _BV(CS22));
  6628. TCCR2B |= val;
  6629. break;
  6630. #endif
  6631. #if defined(TCCR3A)
  6632. case TIMER3A:
  6633. case TIMER3B:
  6634. case TIMER3C:
  6635. TCCR3B &= ~(_BV(CS30) | _BV(CS31) | _BV(CS32));
  6636. TCCR3B |= val;
  6637. break;
  6638. #endif
  6639. #if defined(TCCR4A)
  6640. case TIMER4A:
  6641. case TIMER4B:
  6642. case TIMER4C:
  6643. TCCR4B &= ~(_BV(CS40) | _BV(CS41) | _BV(CS42));
  6644. TCCR4B |= val;
  6645. break;
  6646. #endif
  6647. #if defined(TCCR5A)
  6648. case TIMER5A:
  6649. case TIMER5B:
  6650. case TIMER5C:
  6651. TCCR5B &= ~(_BV(CS50) | _BV(CS51) | _BV(CS52));
  6652. TCCR5B |= val;
  6653. break;
  6654. #endif
  6655. }
  6656. }
  6657. #endif //FAST_PWM_FAN
  6658. //! @brief Get and validate extruder number
  6659. //!
  6660. //! If it is not specified, active_extruder is returned in parameter extruder.
  6661. //! @param [in] code M code number
  6662. //! @param [out] extruder
  6663. //! @return error
  6664. //! @retval true Invalid extruder specified in T code
  6665. //! @retval false Valid extruder specified in T code, or not specifiead
  6666. bool setTargetedHotend(int code, uint8_t &extruder)
  6667. {
  6668. extruder = active_extruder;
  6669. if(code_seen('T')) {
  6670. extruder = code_value();
  6671. if(extruder >= EXTRUDERS) {
  6672. SERIAL_ECHO_START;
  6673. switch(code){
  6674. case 104:
  6675. SERIAL_ECHORPGM(_i("M104 Invalid extruder "));////MSG_M104_INVALID_EXTRUDER c=0 r=0
  6676. break;
  6677. case 105:
  6678. SERIAL_ECHO(_i("M105 Invalid extruder "));////MSG_M105_INVALID_EXTRUDER c=0 r=0
  6679. break;
  6680. case 109:
  6681. SERIAL_ECHO(_i("M109 Invalid extruder "));////MSG_M109_INVALID_EXTRUDER c=0 r=0
  6682. break;
  6683. case 218:
  6684. SERIAL_ECHO(_i("M218 Invalid extruder "));////MSG_M218_INVALID_EXTRUDER c=0 r=0
  6685. break;
  6686. case 221:
  6687. SERIAL_ECHO(_i("M221 Invalid extruder "));////MSG_M221_INVALID_EXTRUDER c=0 r=0
  6688. break;
  6689. }
  6690. SERIAL_PROTOCOLLN((int)extruder);
  6691. return true;
  6692. }
  6693. }
  6694. return false;
  6695. }
  6696. void save_statistics(unsigned long _total_filament_used, unsigned long _total_print_time) //_total_filament_used unit: mm/100; print time in s
  6697. {
  6698. if (eeprom_read_byte((uint8_t *)EEPROM_TOTALTIME) == 255 && eeprom_read_byte((uint8_t *)EEPROM_TOTALTIME + 1) == 255 && eeprom_read_byte((uint8_t *)EEPROM_TOTALTIME + 2) == 255 && eeprom_read_byte((uint8_t *)EEPROM_TOTALTIME + 3) == 255)
  6699. {
  6700. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, 0);
  6701. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, 0);
  6702. }
  6703. unsigned long _previous_filament = eeprom_read_dword((uint32_t *)EEPROM_FILAMENTUSED); //_previous_filament unit: cm
  6704. unsigned long _previous_time = eeprom_read_dword((uint32_t *)EEPROM_TOTALTIME); //_previous_time unit: min
  6705. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, _previous_time + (_total_print_time/60)); //EEPROM_TOTALTIME unit: min
  6706. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, _previous_filament + (_total_filament_used / 1000));
  6707. total_filament_used = 0;
  6708. }
  6709. float calculate_extruder_multiplier(float diameter) {
  6710. float out = 1.f;
  6711. if (cs.volumetric_enabled && diameter > 0.f) {
  6712. float area = M_PI * diameter * diameter * 0.25;
  6713. out = 1.f / area;
  6714. }
  6715. if (extrudemultiply != 100)
  6716. out *= float(extrudemultiply) * 0.01f;
  6717. return out;
  6718. }
  6719. void calculate_extruder_multipliers() {
  6720. extruder_multiplier[0] = calculate_extruder_multiplier(filament_size[0]);
  6721. #if EXTRUDERS > 1
  6722. extruder_multiplier[1] = calculate_extruder_multiplier(filament_size[1]);
  6723. #if EXTRUDERS > 2
  6724. extruder_multiplier[2] = calculate_extruder_multiplier(filament_size[2]);
  6725. #endif
  6726. #endif
  6727. }
  6728. void delay_keep_alive(unsigned int ms)
  6729. {
  6730. for (;;) {
  6731. manage_heater();
  6732. // Manage inactivity, but don't disable steppers on timeout.
  6733. manage_inactivity(true);
  6734. lcd_update(0);
  6735. if (ms == 0)
  6736. break;
  6737. else if (ms >= 50) {
  6738. delay(50);
  6739. ms -= 50;
  6740. } else {
  6741. delay(ms);
  6742. ms = 0;
  6743. }
  6744. }
  6745. }
  6746. static void wait_for_heater(long codenum, uint8_t extruder) {
  6747. #ifdef TEMP_RESIDENCY_TIME
  6748. long residencyStart;
  6749. residencyStart = -1;
  6750. /* continue to loop until we have reached the target temp
  6751. _and_ until TEMP_RESIDENCY_TIME hasn't passed since we reached it */
  6752. while ((!cancel_heatup) && ((residencyStart == -1) ||
  6753. (residencyStart >= 0 && (((unsigned int)(millis() - residencyStart)) < (TEMP_RESIDENCY_TIME * 1000UL))))) {
  6754. #else
  6755. while (target_direction ? (isHeatingHotend(tmp_extruder)) : (isCoolingHotend(tmp_extruder) && (CooldownNoWait == false))) {
  6756. #endif //TEMP_RESIDENCY_TIME
  6757. if ((millis() - codenum) > 1000UL)
  6758. { //Print Temp Reading and remaining time every 1 second while heating up/cooling down
  6759. if (!farm_mode) {
  6760. SERIAL_PROTOCOLPGM("T:");
  6761. SERIAL_PROTOCOL_F(degHotend(extruder), 1);
  6762. SERIAL_PROTOCOLPGM(" E:");
  6763. SERIAL_PROTOCOL((int)extruder);
  6764. #ifdef TEMP_RESIDENCY_TIME
  6765. SERIAL_PROTOCOLPGM(" W:");
  6766. if (residencyStart > -1)
  6767. {
  6768. codenum = ((TEMP_RESIDENCY_TIME * 1000UL) - (millis() - residencyStart)) / 1000UL;
  6769. SERIAL_PROTOCOLLN(codenum);
  6770. }
  6771. else
  6772. {
  6773. SERIAL_PROTOCOLLN("?");
  6774. }
  6775. }
  6776. #else
  6777. SERIAL_PROTOCOLLN("");
  6778. #endif
  6779. codenum = millis();
  6780. }
  6781. manage_heater();
  6782. manage_inactivity();
  6783. lcd_update(0);
  6784. #ifdef TEMP_RESIDENCY_TIME
  6785. /* start/restart the TEMP_RESIDENCY_TIME timer whenever we reach target temp for the first time
  6786. or when current temp falls outside the hysteresis after target temp was reached */
  6787. if ((residencyStart == -1 && target_direction && (degHotend(extruder) >= (degTargetHotend(extruder) - TEMP_WINDOW))) ||
  6788. (residencyStart == -1 && !target_direction && (degHotend(extruder) <= (degTargetHotend(extruder) + TEMP_WINDOW))) ||
  6789. (residencyStart > -1 && labs(degHotend(extruder) - degTargetHotend(extruder)) > TEMP_HYSTERESIS))
  6790. {
  6791. residencyStart = millis();
  6792. }
  6793. #endif //TEMP_RESIDENCY_TIME
  6794. }
  6795. }
  6796. void check_babystep()
  6797. {
  6798. int babystep_z;
  6799. EEPROM_read_B(EEPROM_BABYSTEP_Z, &babystep_z);
  6800. if ((babystep_z < Z_BABYSTEP_MIN) || (babystep_z > Z_BABYSTEP_MAX)) {
  6801. babystep_z = 0; //if babystep value is out of min max range, set it to 0
  6802. SERIAL_ECHOLNPGM("Z live adjust out of range. Setting to 0");
  6803. EEPROM_save_B(EEPROM_BABYSTEP_Z, &babystep_z);
  6804. lcd_show_fullscreen_message_and_wait_P(PSTR("Z live adjust out of range. Setting to 0. Click to continue."));
  6805. lcd_update_enable(true);
  6806. }
  6807. }
  6808. #ifdef DIS
  6809. void d_setup()
  6810. {
  6811. pinMode(D_DATACLOCK, INPUT_PULLUP);
  6812. pinMode(D_DATA, INPUT_PULLUP);
  6813. pinMode(D_REQUIRE, OUTPUT);
  6814. digitalWrite(D_REQUIRE, HIGH);
  6815. }
  6816. float d_ReadData()
  6817. {
  6818. int digit[13];
  6819. String mergeOutput;
  6820. float output;
  6821. digitalWrite(D_REQUIRE, HIGH);
  6822. for (int i = 0; i<13; i++)
  6823. {
  6824. for (int j = 0; j < 4; j++)
  6825. {
  6826. while (digitalRead(D_DATACLOCK) == LOW) {}
  6827. while (digitalRead(D_DATACLOCK) == HIGH) {}
  6828. bitWrite(digit[i], j, digitalRead(D_DATA));
  6829. }
  6830. }
  6831. digitalWrite(D_REQUIRE, LOW);
  6832. mergeOutput = "";
  6833. output = 0;
  6834. for (int r = 5; r <= 10; r++) //Merge digits
  6835. {
  6836. mergeOutput += digit[r];
  6837. }
  6838. output = mergeOutput.toFloat();
  6839. if (digit[4] == 8) //Handle sign
  6840. {
  6841. output *= -1;
  6842. }
  6843. for (int i = digit[11]; i > 0; i--) //Handle floating point
  6844. {
  6845. output /= 10;
  6846. }
  6847. return output;
  6848. }
  6849. void bed_analysis(float x_dimension, float y_dimension, int x_points_num, int y_points_num, float shift_x, float shift_y) {
  6850. int t1 = 0;
  6851. int t_delay = 0;
  6852. int digit[13];
  6853. int m;
  6854. char str[3];
  6855. //String mergeOutput;
  6856. char mergeOutput[15];
  6857. float output;
  6858. int mesh_point = 0; //index number of calibration point
  6859. float bed_zero_ref_x = (-22.f + X_PROBE_OFFSET_FROM_EXTRUDER); //shift between zero point on bed and target and between probe and nozzle
  6860. float bed_zero_ref_y = (-0.6f + Y_PROBE_OFFSET_FROM_EXTRUDER);
  6861. float mesh_home_z_search = 4;
  6862. float row[x_points_num];
  6863. int ix = 0;
  6864. int iy = 0;
  6865. const char* filename_wldsd = "wldsd.txt";
  6866. char data_wldsd[70];
  6867. char numb_wldsd[10];
  6868. d_setup();
  6869. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  6870. // We don't know where we are! HOME!
  6871. // Push the commands to the front of the message queue in the reverse order!
  6872. // There shall be always enough space reserved for these commands.
  6873. repeatcommand_front(); // repeat G80 with all its parameters
  6874. enquecommand_front_P((PSTR("G28 W0")));
  6875. enquecommand_front_P((PSTR("G1 Z5")));
  6876. return;
  6877. }
  6878. unsigned int custom_message_type_old = custom_message_type;
  6879. unsigned int custom_message_state_old = custom_message_state;
  6880. custom_message_type = CUSTOM_MSG_TYPE_MESHBL;
  6881. custom_message_state = (x_points_num * y_points_num) + 10;
  6882. lcd_update(1);
  6883. mbl.reset();
  6884. babystep_undo();
  6885. card.openFile(filename_wldsd, false);
  6886. current_position[Z_AXIS] = mesh_home_z_search;
  6887. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], homing_feedrate[Z_AXIS] / 60, active_extruder);
  6888. int XY_AXIS_FEEDRATE = homing_feedrate[X_AXIS] / 20;
  6889. int Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 40;
  6890. setup_for_endstop_move(false);
  6891. SERIAL_PROTOCOLPGM("Num X,Y: ");
  6892. SERIAL_PROTOCOL(x_points_num);
  6893. SERIAL_PROTOCOLPGM(",");
  6894. SERIAL_PROTOCOL(y_points_num);
  6895. SERIAL_PROTOCOLPGM("\nZ search height: ");
  6896. SERIAL_PROTOCOL(mesh_home_z_search);
  6897. SERIAL_PROTOCOLPGM("\nDimension X,Y: ");
  6898. SERIAL_PROTOCOL(x_dimension);
  6899. SERIAL_PROTOCOLPGM(",");
  6900. SERIAL_PROTOCOL(y_dimension);
  6901. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  6902. while (mesh_point != x_points_num * y_points_num) {
  6903. ix = mesh_point % x_points_num; // from 0 to MESH_NUM_X_POINTS - 1
  6904. iy = mesh_point / x_points_num;
  6905. if (iy & 1) ix = (x_points_num - 1) - ix; // Zig zag
  6906. float z0 = 0.f;
  6907. current_position[Z_AXIS] = mesh_home_z_search;
  6908. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], Z_LIFT_FEEDRATE, active_extruder);
  6909. st_synchronize();
  6910. current_position[X_AXIS] = 13.f + ix * (x_dimension / (x_points_num - 1)) - bed_zero_ref_x + shift_x;
  6911. current_position[Y_AXIS] = 6.4f + iy * (y_dimension / (y_points_num - 1)) - bed_zero_ref_y + shift_y;
  6912. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], XY_AXIS_FEEDRATE, active_extruder);
  6913. st_synchronize();
  6914. if (!find_bed_induction_sensor_point_z(-10.f)) { //if we have data from z calibration max allowed difference is 1mm for each point, if we dont have data max difference is 10mm from initial point
  6915. break;
  6916. card.closefile();
  6917. }
  6918. //memset(numb_wldsd, 0, sizeof(numb_wldsd));
  6919. //dtostrf(d_ReadData(), 8, 5, numb_wldsd);
  6920. //strcat(data_wldsd, numb_wldsd);
  6921. //MYSERIAL.println(data_wldsd);
  6922. //delay(1000);
  6923. //delay(3000);
  6924. //t1 = millis();
  6925. //while (digitalRead(D_DATACLOCK) == LOW) {}
  6926. //while (digitalRead(D_DATACLOCK) == HIGH) {}
  6927. memset(digit, 0, sizeof(digit));
  6928. //cli();
  6929. digitalWrite(D_REQUIRE, LOW);
  6930. for (int i = 0; i<13; i++)
  6931. {
  6932. //t1 = millis();
  6933. for (int j = 0; j < 4; j++)
  6934. {
  6935. while (digitalRead(D_DATACLOCK) == LOW) {}
  6936. while (digitalRead(D_DATACLOCK) == HIGH) {}
  6937. bitWrite(digit[i], j, digitalRead(D_DATA));
  6938. }
  6939. //t_delay = (millis() - t1);
  6940. //SERIAL_PROTOCOLPGM(" ");
  6941. //SERIAL_PROTOCOL_F(t_delay, 5);
  6942. //SERIAL_PROTOCOLPGM(" ");
  6943. }
  6944. //sei();
  6945. digitalWrite(D_REQUIRE, HIGH);
  6946. mergeOutput[0] = '\0';
  6947. output = 0;
  6948. for (int r = 5; r <= 10; r++) //Merge digits
  6949. {
  6950. sprintf(str, "%d", digit[r]);
  6951. strcat(mergeOutput, str);
  6952. }
  6953. output = atof(mergeOutput);
  6954. if (digit[4] == 8) //Handle sign
  6955. {
  6956. output *= -1;
  6957. }
  6958. for (int i = digit[11]; i > 0; i--) //Handle floating point
  6959. {
  6960. output *= 0.1;
  6961. }
  6962. //output = d_ReadData();
  6963. //row[ix] = current_position[Z_AXIS];
  6964. memset(data_wldsd, 0, sizeof(data_wldsd));
  6965. for (int i = 0; i <3; i++) {
  6966. memset(numb_wldsd, 0, sizeof(numb_wldsd));
  6967. dtostrf(current_position[i], 8, 5, numb_wldsd);
  6968. strcat(data_wldsd, numb_wldsd);
  6969. strcat(data_wldsd, ";");
  6970. }
  6971. memset(numb_wldsd, 0, sizeof(numb_wldsd));
  6972. dtostrf(output, 8, 5, numb_wldsd);
  6973. strcat(data_wldsd, numb_wldsd);
  6974. //strcat(data_wldsd, ";");
  6975. card.write_command(data_wldsd);
  6976. //row[ix] = d_ReadData();
  6977. row[ix] = output; // current_position[Z_AXIS];
  6978. if (iy % 2 == 1 ? ix == 0 : ix == x_points_num - 1) {
  6979. for (int i = 0; i < x_points_num; i++) {
  6980. SERIAL_PROTOCOLPGM(" ");
  6981. SERIAL_PROTOCOL_F(row[i], 5);
  6982. }
  6983. SERIAL_PROTOCOLPGM("\n");
  6984. }
  6985. custom_message_state--;
  6986. mesh_point++;
  6987. lcd_update(1);
  6988. }
  6989. card.closefile();
  6990. }
  6991. #endif
  6992. void temp_compensation_start() {
  6993. custom_message_type = CUSTOM_MSG_TYPE_TEMPRE;
  6994. custom_message_state = PINDA_HEAT_T + 1;
  6995. lcd_update(2);
  6996. if (degHotend(active_extruder) > EXTRUDE_MINTEMP) {
  6997. current_position[E_AXIS] -= default_retraction;
  6998. }
  6999. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 400, active_extruder);
  7000. current_position[X_AXIS] = PINDA_PREHEAT_X;
  7001. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  7002. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  7003. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  7004. st_synchronize();
  7005. while (fabs(degBed() - target_temperature_bed) > 1) delay_keep_alive(1000);
  7006. for (int i = 0; i < PINDA_HEAT_T; i++) {
  7007. delay_keep_alive(1000);
  7008. custom_message_state = PINDA_HEAT_T - i;
  7009. if (custom_message_state == 99 || custom_message_state == 9) lcd_update(2); //force whole display redraw if number of digits changed
  7010. else lcd_update(1);
  7011. }
  7012. custom_message_type = CUSTOM_MSG_TYPE_STATUS;
  7013. custom_message_state = 0;
  7014. }
  7015. void temp_compensation_apply() {
  7016. int i_add;
  7017. int z_shift = 0;
  7018. float z_shift_mm;
  7019. if (calibration_status() == CALIBRATION_STATUS_CALIBRATED) {
  7020. if (target_temperature_bed % 10 == 0 && target_temperature_bed >= 60 && target_temperature_bed <= 100) {
  7021. i_add = (target_temperature_bed - 60) / 10;
  7022. EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + i_add * 2, &z_shift);
  7023. z_shift_mm = z_shift / cs.axis_steps_per_unit[Z_AXIS];
  7024. }else {
  7025. //interpolation
  7026. z_shift_mm = temp_comp_interpolation(target_temperature_bed) / cs.axis_steps_per_unit[Z_AXIS];
  7027. }
  7028. printf_P(_N("\nZ shift applied:%.3f\n"), z_shift_mm);
  7029. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS] - z_shift_mm, current_position[E_AXIS], homing_feedrate[Z_AXIS] / 40, active_extruder);
  7030. st_synchronize();
  7031. plan_set_z_position(current_position[Z_AXIS]);
  7032. }
  7033. else {
  7034. //we have no temp compensation data
  7035. }
  7036. }
  7037. float temp_comp_interpolation(float inp_temperature) {
  7038. //cubic spline interpolation
  7039. int n, i, j;
  7040. float h[10], a, b, c, d, sum, s[10] = { 0 }, x[10], F[10], f[10], m[10][10] = { 0 }, temp;
  7041. int shift[10];
  7042. int temp_C[10];
  7043. n = 6; //number of measured points
  7044. shift[0] = 0;
  7045. for (i = 0; i < n; i++) {
  7046. if (i>0) EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + (i-1) * 2, &shift[i]); //read shift in steps from EEPROM
  7047. temp_C[i] = 50 + i * 10; //temperature in C
  7048. #ifdef PINDA_THERMISTOR
  7049. temp_C[i] = 35 + i * 5; //temperature in C
  7050. #else
  7051. temp_C[i] = 50 + i * 10; //temperature in C
  7052. #endif
  7053. x[i] = (float)temp_C[i];
  7054. f[i] = (float)shift[i];
  7055. }
  7056. if (inp_temperature < x[0]) return 0;
  7057. for (i = n - 1; i>0; i--) {
  7058. F[i] = (f[i] - f[i - 1]) / (x[i] - x[i - 1]);
  7059. h[i - 1] = x[i] - x[i - 1];
  7060. }
  7061. //*********** formation of h, s , f matrix **************
  7062. for (i = 1; i<n - 1; i++) {
  7063. m[i][i] = 2 * (h[i - 1] + h[i]);
  7064. if (i != 1) {
  7065. m[i][i - 1] = h[i - 1];
  7066. m[i - 1][i] = h[i - 1];
  7067. }
  7068. m[i][n - 1] = 6 * (F[i + 1] - F[i]);
  7069. }
  7070. //*********** forward elimination **************
  7071. for (i = 1; i<n - 2; i++) {
  7072. temp = (m[i + 1][i] / m[i][i]);
  7073. for (j = 1; j <= n - 1; j++)
  7074. m[i + 1][j] -= temp*m[i][j];
  7075. }
  7076. //*********** backward substitution *********
  7077. for (i = n - 2; i>0; i--) {
  7078. sum = 0;
  7079. for (j = i; j <= n - 2; j++)
  7080. sum += m[i][j] * s[j];
  7081. s[i] = (m[i][n - 1] - sum) / m[i][i];
  7082. }
  7083. for (i = 0; i<n - 1; i++)
  7084. if ((x[i] <= inp_temperature && inp_temperature <= x[i + 1]) || (i == n-2 && inp_temperature > x[i + 1])) {
  7085. a = (s[i + 1] - s[i]) / (6 * h[i]);
  7086. b = s[i] / 2;
  7087. c = (f[i + 1] - f[i]) / h[i] - (2 * h[i] * s[i] + s[i + 1] * h[i]) / 6;
  7088. d = f[i];
  7089. sum = a*pow((inp_temperature - x[i]), 3) + b*pow((inp_temperature - x[i]), 2) + c*(inp_temperature - x[i]) + d;
  7090. }
  7091. return sum;
  7092. }
  7093. #ifdef PINDA_THERMISTOR
  7094. float temp_compensation_pinda_thermistor_offset(float temperature_pinda)
  7095. {
  7096. if (!temp_cal_active) return 0;
  7097. if (!calibration_status_pinda()) return 0;
  7098. return temp_comp_interpolation(temperature_pinda) / cs.axis_steps_per_unit[Z_AXIS];
  7099. }
  7100. #endif //PINDA_THERMISTOR
  7101. void long_pause() //long pause print
  7102. {
  7103. st_synchronize();
  7104. //save currently set parameters to global variables
  7105. saved_feedmultiply = feedmultiply;
  7106. HotendTempBckp = degTargetHotend(active_extruder);
  7107. fanSpeedBckp = fanSpeed;
  7108. start_pause_print = millis();
  7109. //save position
  7110. pause_lastpos[X_AXIS] = current_position[X_AXIS];
  7111. pause_lastpos[Y_AXIS] = current_position[Y_AXIS];
  7112. pause_lastpos[Z_AXIS] = current_position[Z_AXIS];
  7113. pause_lastpos[E_AXIS] = current_position[E_AXIS];
  7114. //retract
  7115. current_position[E_AXIS] -= default_retraction;
  7116. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 400, active_extruder);
  7117. //lift z
  7118. current_position[Z_AXIS] += Z_PAUSE_LIFT;
  7119. if (current_position[Z_AXIS] > Z_MAX_POS) current_position[Z_AXIS] = Z_MAX_POS;
  7120. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 15, active_extruder);
  7121. //set nozzle target temperature to 0
  7122. setAllTargetHotends(0);
  7123. //Move XY to side
  7124. current_position[X_AXIS] = X_PAUSE_POS;
  7125. current_position[Y_AXIS] = Y_PAUSE_POS;
  7126. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 50, active_extruder);
  7127. // Turn off the print fan
  7128. fanSpeed = 0;
  7129. st_synchronize();
  7130. }
  7131. void serialecho_temperatures() {
  7132. float tt = degHotend(active_extruder);
  7133. SERIAL_PROTOCOLPGM("T:");
  7134. SERIAL_PROTOCOL(tt);
  7135. SERIAL_PROTOCOLPGM(" E:");
  7136. SERIAL_PROTOCOL((int)active_extruder);
  7137. SERIAL_PROTOCOLPGM(" B:");
  7138. SERIAL_PROTOCOL_F(degBed(), 1);
  7139. SERIAL_PROTOCOLLN("");
  7140. }
  7141. extern uint32_t sdpos_atomic;
  7142. #ifdef UVLO_SUPPORT
  7143. void uvlo_()
  7144. {
  7145. unsigned long time_start = millis();
  7146. bool sd_print = card.sdprinting;
  7147. // Conserve power as soon as possible.
  7148. disable_x();
  7149. disable_y();
  7150. #ifdef TMC2130
  7151. tmc2130_set_current_h(Z_AXIS, 20);
  7152. tmc2130_set_current_r(Z_AXIS, 20);
  7153. tmc2130_set_current_h(E_AXIS, 20);
  7154. tmc2130_set_current_r(E_AXIS, 20);
  7155. #endif //TMC2130
  7156. // Indicate that the interrupt has been triggered.
  7157. // SERIAL_ECHOLNPGM("UVLO");
  7158. // Read out the current Z motor microstep counter. This will be later used
  7159. // for reaching the zero full step before powering off.
  7160. uint16_t z_microsteps = 0;
  7161. #ifdef TMC2130
  7162. z_microsteps = tmc2130_rd_MSCNT(Z_TMC2130_CS);
  7163. #endif //TMC2130
  7164. // Calculate the file position, from which to resume this print.
  7165. long sd_position = sdpos_atomic; //atomic sd position of last command added in queue
  7166. {
  7167. uint16_t sdlen_planner = planner_calc_sd_length(); //length of sd commands in planner
  7168. sd_position -= sdlen_planner;
  7169. uint16_t sdlen_cmdqueue = cmdqueue_calc_sd_length(); //length of sd commands in cmdqueue
  7170. sd_position -= sdlen_cmdqueue;
  7171. if (sd_position < 0) sd_position = 0;
  7172. }
  7173. // Backup the feedrate in mm/min.
  7174. int feedrate_bckp = blocks_queued() ? (block_buffer[block_buffer_tail].nominal_speed * 60.f) : feedrate;
  7175. // After this call, the planner queue is emptied and the current_position is set to a current logical coordinate.
  7176. // The logical coordinate will likely differ from the machine coordinate if the skew calibration and mesh bed leveling
  7177. // are in action.
  7178. planner_abort_hard();
  7179. // Store the current extruder position.
  7180. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION_E), st_get_position_mm(E_AXIS));
  7181. eeprom_update_byte((uint8_t*)EEPROM_UVLO_E_ABS, axis_relative_modes[3]?0:1);
  7182. // Clean the input command queue.
  7183. cmdqueue_reset();
  7184. card.sdprinting = false;
  7185. // card.closefile();
  7186. // Enable stepper driver interrupt to move Z axis.
  7187. // This should be fine as the planner and command queues are empty and the SD card printing is disabled.
  7188. //FIXME one may want to disable serial lines at this point of time to avoid interfering with the command queue,
  7189. // though it should not happen that the command queue is touched as the plan_buffer_line always succeed without blocking.
  7190. sei();
  7191. plan_buffer_line(
  7192. current_position[X_AXIS],
  7193. current_position[Y_AXIS],
  7194. current_position[Z_AXIS],
  7195. current_position[E_AXIS] - default_retraction,
  7196. 95, active_extruder);
  7197. st_synchronize();
  7198. disable_e0();
  7199. plan_buffer_line(
  7200. current_position[X_AXIS],
  7201. current_position[Y_AXIS],
  7202. current_position[Z_AXIS] + UVLO_Z_AXIS_SHIFT + float((1024 - z_microsteps + 7) >> 4) / cs.axis_steps_per_unit[Z_AXIS],
  7203. current_position[E_AXIS] - default_retraction,
  7204. 40, active_extruder);
  7205. st_synchronize();
  7206. disable_e0();
  7207. plan_buffer_line(
  7208. current_position[X_AXIS],
  7209. current_position[Y_AXIS],
  7210. current_position[Z_AXIS] + UVLO_Z_AXIS_SHIFT + float((1024 - z_microsteps + 7) >> 4) / cs.axis_steps_per_unit[Z_AXIS],
  7211. current_position[E_AXIS] - default_retraction,
  7212. 40, active_extruder);
  7213. st_synchronize();
  7214. disable_e0();
  7215. disable_z();
  7216. // Move Z up to the next 0th full step.
  7217. // Write the file position.
  7218. eeprom_update_dword((uint32_t*)(EEPROM_FILE_POSITION), sd_position);
  7219. // Store the mesh bed leveling offsets. This is 2*9=18 bytes, which takes 18*3.4us=52us in worst case.
  7220. for (int8_t mesh_point = 0; mesh_point < 9; ++ mesh_point) {
  7221. uint8_t ix = mesh_point % MESH_MEAS_NUM_X_POINTS; // from 0 to MESH_NUM_X_POINTS - 1
  7222. uint8_t iy = mesh_point / MESH_MEAS_NUM_X_POINTS;
  7223. // Scale the z value to 1u resolution.
  7224. int16_t v = mbl.active ? int16_t(floor(mbl.z_values[iy*3][ix*3] * 1000.f + 0.5f)) : 0;
  7225. eeprom_update_word((uint16_t*)(EEPROM_UVLO_MESH_BED_LEVELING+2*mesh_point), *reinterpret_cast<uint16_t*>(&v));
  7226. }
  7227. // Read out the current Z motor microstep counter. This will be later used
  7228. // for reaching the zero full step before powering off.
  7229. eeprom_update_word((uint16_t*)(EEPROM_UVLO_Z_MICROSTEPS), z_microsteps);
  7230. // Store the current position.
  7231. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0), current_position[X_AXIS]);
  7232. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 4), current_position[Y_AXIS]);
  7233. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION_Z), current_position[Z_AXIS]);
  7234. // Store the current feed rate, temperatures, fan speed and extruder multipliers (flow rates)
  7235. EEPROM_save_B(EEPROM_UVLO_FEEDRATE, &feedrate_bckp);
  7236. eeprom_update_byte((uint8_t*)EEPROM_UVLO_TARGET_HOTEND, target_temperature[active_extruder]);
  7237. eeprom_update_byte((uint8_t*)EEPROM_UVLO_TARGET_BED, target_temperature_bed);
  7238. eeprom_update_byte((uint8_t*)EEPROM_UVLO_FAN_SPEED, fanSpeed);
  7239. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_0), extruder_multiplier[0]);
  7240. #if EXTRUDERS > 1
  7241. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_1), extruder_multiplier[1]);
  7242. #if EXTRUDERS > 2
  7243. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_2), extruder_multiplier[2]);
  7244. #endif
  7245. #endif
  7246. eeprom_update_word((uint16_t*)(EEPROM_EXTRUDEMULTIPLY), (uint16_t)extrudemultiply);
  7247. // Finaly store the "power outage" flag.
  7248. if(sd_print) eeprom_update_byte((uint8_t*)EEPROM_UVLO, 1);
  7249. st_synchronize();
  7250. printf_P(_N("stps%d\n"), tmc2130_rd_MSCNT(Z_AXIS));
  7251. disable_z();
  7252. // Increment power failure counter
  7253. eeprom_update_byte((uint8_t*)EEPROM_POWER_COUNT, eeprom_read_byte((uint8_t*)EEPROM_POWER_COUNT) + 1);
  7254. eeprom_update_word((uint16_t*)EEPROM_POWER_COUNT_TOT, eeprom_read_word((uint16_t*)EEPROM_POWER_COUNT_TOT) + 1);
  7255. printf_P(_N("UVLO - end %d\n"), millis() - time_start);
  7256. #if 0
  7257. // Move the print head to the side of the print until all the power stored in the power supply capacitors is depleted.
  7258. current_position[X_AXIS] = (current_position[X_AXIS] < 0.5f * (X_MIN_POS + X_MAX_POS)) ? X_MIN_POS : X_MAX_POS;
  7259. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 500, active_extruder);
  7260. st_synchronize();
  7261. #endif
  7262. wdt_enable(WDTO_500MS);
  7263. WRITE(BEEPER,HIGH);
  7264. while(1)
  7265. ;
  7266. }
  7267. void uvlo_tiny()
  7268. {
  7269. uint16_t z_microsteps=0;
  7270. // Conserve power as soon as possible.
  7271. disable_x();
  7272. disable_y();
  7273. disable_e0();
  7274. #ifdef TMC2130
  7275. tmc2130_set_current_h(Z_AXIS, 20);
  7276. tmc2130_set_current_r(Z_AXIS, 20);
  7277. #endif //TMC2130
  7278. // Read out the current Z motor microstep counter
  7279. #ifdef TMC2130
  7280. z_microsteps=tmc2130_rd_MSCNT(Z_TMC2130_CS);
  7281. #endif //TMC2130
  7282. planner_abort_hard();
  7283. sei();
  7284. plan_buffer_line(
  7285. current_position[X_AXIS],
  7286. current_position[Y_AXIS],
  7287. // current_position[Z_AXIS]+float((1024-z_microsteps+7)>>4)/axis_steps_per_unit[Z_AXIS],
  7288. current_position[Z_AXIS]+UVLO_Z_AXIS_SHIFT+float((1024-z_microsteps+7)>>4)/cs.axis_steps_per_unit[Z_AXIS],
  7289. current_position[E_AXIS],
  7290. 40, active_extruder);
  7291. st_synchronize();
  7292. disable_z();
  7293. // Finaly store the "power outage" flag.
  7294. //if(sd_print)
  7295. eeprom_update_byte((uint8_t*)EEPROM_UVLO,2);
  7296. eeprom_update_word((uint16_t*)(EEPROM_UVLO_TINY_Z_MICROSTEPS),z_microsteps);
  7297. eeprom_update_float((float*)(EEPROM_UVLO_TINY_CURRENT_POSITION_Z), current_position[Z_AXIS]);
  7298. // Increment power failure counter
  7299. eeprom_update_byte((uint8_t*)EEPROM_POWER_COUNT, eeprom_read_byte((uint8_t*)EEPROM_POWER_COUNT) + 1);
  7300. eeprom_update_word((uint16_t*)EEPROM_POWER_COUNT_TOT, eeprom_read_word((uint16_t*)EEPROM_POWER_COUNT_TOT) + 1);
  7301. wdt_enable(WDTO_500MS);
  7302. WRITE(BEEPER,HIGH);
  7303. while(1)
  7304. ;
  7305. }
  7306. #endif //UVLO_SUPPORT
  7307. #if (defined(FANCHECK) && defined(TACH_1) && (TACH_1 >-1))
  7308. void setup_fan_interrupt() {
  7309. //INT7
  7310. DDRE &= ~(1 << 7); //input pin
  7311. PORTE &= ~(1 << 7); //no internal pull-up
  7312. //start with sensing rising edge
  7313. EICRB &= ~(1 << 6);
  7314. EICRB |= (1 << 7);
  7315. //enable INT7 interrupt
  7316. EIMSK |= (1 << 7);
  7317. }
  7318. // The fan interrupt is triggered at maximum 325Hz (may be a bit more due to component tollerances),
  7319. // and it takes 4.24 us to process (the interrupt invocation overhead not taken into account).
  7320. ISR(INT7_vect) {
  7321. //measuring speed now works for fanSpeed > 18 (approximately), which is sufficient because MIN_PRINT_FAN_SPEED is higher
  7322. if (fanSpeed < MIN_PRINT_FAN_SPEED) return;
  7323. if ((1 << 6) & EICRB) { //interrupt was triggered by rising edge
  7324. t_fan_rising_edge = millis_nc();
  7325. }
  7326. else { //interrupt was triggered by falling edge
  7327. if ((millis_nc() - t_fan_rising_edge) >= FAN_PULSE_WIDTH_LIMIT) {//this pulse was from sensor and not from pwm
  7328. fan_edge_counter[1] += 2; //we are currently counting all edges so lets count two edges for one pulse
  7329. }
  7330. }
  7331. EICRB ^= (1 << 6); //change edge
  7332. }
  7333. #endif
  7334. #ifdef UVLO_SUPPORT
  7335. void setup_uvlo_interrupt() {
  7336. DDRE &= ~(1 << 4); //input pin
  7337. PORTE &= ~(1 << 4); //no internal pull-up
  7338. //sensing falling edge
  7339. EICRB |= (1 << 0);
  7340. EICRB &= ~(1 << 1);
  7341. //enable INT4 interrupt
  7342. EIMSK |= (1 << 4);
  7343. }
  7344. ISR(INT4_vect) {
  7345. EIMSK &= ~(1 << 4); //disable INT4 interrupt to make sure that this code will be executed just once
  7346. SERIAL_ECHOLNPGM("INT4");
  7347. if(IS_SD_PRINTING && (!(eeprom_read_byte((uint8_t*)EEPROM_UVLO))) ) uvlo_();
  7348. if(eeprom_read_byte((uint8_t*)EEPROM_UVLO)) uvlo_tiny();
  7349. }
  7350. void recover_print(uint8_t automatic) {
  7351. char cmd[30];
  7352. lcd_update_enable(true);
  7353. lcd_update(2);
  7354. lcd_setstatuspgm(_i("Recovering print "));////MSG_RECOVERING_PRINT c=20 r=1
  7355. bool bTiny=(eeprom_read_byte((uint8_t*)EEPROM_UVLO)==2);
  7356. recover_machine_state_after_power_panic(bTiny); //recover position, temperatures and extrude_multipliers
  7357. // Lift the print head, so one may remove the excess priming material.
  7358. if(!bTiny&&(current_position[Z_AXIS]<25))
  7359. enquecommand_P(PSTR("G1 Z25 F800"));
  7360. // Home X and Y axes. Homing just X and Y shall not touch the babystep and the world2machine transformation status.
  7361. enquecommand_P(PSTR("G28 X Y"));
  7362. // Set the target bed and nozzle temperatures and wait.
  7363. sprintf_P(cmd, PSTR("M109 S%d"), target_temperature[active_extruder]);
  7364. enquecommand(cmd);
  7365. sprintf_P(cmd, PSTR("M190 S%d"), target_temperature_bed);
  7366. enquecommand(cmd);
  7367. enquecommand_P(PSTR("M83")); //E axis relative mode
  7368. //enquecommand_P(PSTR("G1 E5 F120")); //Extrude some filament to stabilize pessure
  7369. // If not automatically recoreverd (long power loss), extrude extra filament to stabilize
  7370. if(automatic == 0){
  7371. enquecommand_P(PSTR("G1 E5 F120")); //Extrude some filament to stabilize pessure
  7372. }
  7373. enquecommand_P(PSTR("G1 E" STRINGIFY(-default_retraction)" F480"));
  7374. printf_P(_N("After waiting for temp:\nCurrent pos X_AXIS:%.3f\nCurrent pos Y_AXIS:%.3f\n"), current_position[X_AXIS], current_position[Y_AXIS]);
  7375. // Restart the print.
  7376. restore_print_from_eeprom();
  7377. printf_P(_N("Current pos Z_AXIS:%.3f\nCurrent pos E_AXIS:%.3f\n"), current_position[Z_AXIS], current_position[E_AXIS]);
  7378. }
  7379. void recover_machine_state_after_power_panic(bool bTiny)
  7380. {
  7381. char cmd[30];
  7382. // 1) Recover the logical cordinates at the time of the power panic.
  7383. // The logical XY coordinates are needed to recover the machine Z coordinate corrected by the mesh bed leveling.
  7384. current_position[X_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0));
  7385. current_position[Y_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 4));
  7386. // Recover the logical coordinate of the Z axis at the time of the power panic.
  7387. // The current position after power panic is moved to the next closest 0th full step.
  7388. if(bTiny)
  7389. current_position[Z_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_TINY_CURRENT_POSITION_Z)) +
  7390. UVLO_Z_AXIS_SHIFT + float((1024 - eeprom_read_word((uint16_t*)(EEPROM_UVLO_TINY_Z_MICROSTEPS)) + 7) >> 4) / cs.axis_steps_per_unit[Z_AXIS];
  7391. else
  7392. current_position[Z_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_Z)) +
  7393. UVLO_Z_AXIS_SHIFT + float((1024 - eeprom_read_word((uint16_t*)(EEPROM_UVLO_Z_MICROSTEPS)) + 7) >> 4) / cs.axis_steps_per_unit[Z_AXIS];
  7394. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO_E_ABS)) {
  7395. current_position[E_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_E));
  7396. sprintf_P(cmd, PSTR("G92 E"));
  7397. dtostrf(current_position[E_AXIS], 6, 3, cmd + strlen(cmd));
  7398. enquecommand(cmd);
  7399. }
  7400. memcpy(destination, current_position, sizeof(destination));
  7401. SERIAL_ECHOPGM("recover_machine_state_after_power_panic, initial ");
  7402. print_world_coordinates();
  7403. // 2) Initialize the logical to physical coordinate system transformation.
  7404. world2machine_initialize();
  7405. // 3) Restore the mesh bed leveling offsets. This is 2*9=18 bytes, which takes 18*3.4us=52us in worst case.
  7406. mbl.active = false;
  7407. for (int8_t mesh_point = 0; mesh_point < 9; ++ mesh_point) {
  7408. uint8_t ix = mesh_point % MESH_MEAS_NUM_X_POINTS; // from 0 to MESH_NUM_X_POINTS - 1
  7409. uint8_t iy = mesh_point / MESH_MEAS_NUM_X_POINTS;
  7410. // Scale the z value to 10u resolution.
  7411. int16_t v;
  7412. eeprom_read_block(&v, (void*)(EEPROM_UVLO_MESH_BED_LEVELING+2*mesh_point), 2);
  7413. if (v != 0)
  7414. mbl.active = true;
  7415. mbl.z_values[iy][ix] = float(v) * 0.001f;
  7416. }
  7417. if (mbl.active)
  7418. mbl.upsample_3x3();
  7419. // SERIAL_ECHOPGM("recover_machine_state_after_power_panic, initial ");
  7420. // print_mesh_bed_leveling_table();
  7421. // 4) Load the baby stepping value, which is expected to be active at the time of power panic.
  7422. // The baby stepping value is used to reset the physical Z axis when rehoming the Z axis.
  7423. babystep_load();
  7424. // 5) Set the physical positions from the logical positions using the world2machine transformation and the active bed leveling.
  7425. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  7426. // 6) Power up the motors, mark their positions as known.
  7427. //FIXME Verfiy, whether the X and Y axes should be powered up here, as they will later be re-homed anyway.
  7428. axis_known_position[X_AXIS] = true; enable_x();
  7429. axis_known_position[Y_AXIS] = true; enable_y();
  7430. axis_known_position[Z_AXIS] = true; enable_z();
  7431. SERIAL_ECHOPGM("recover_machine_state_after_power_panic, initial ");
  7432. print_physical_coordinates();
  7433. // 7) Recover the target temperatures.
  7434. target_temperature[active_extruder] = eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_HOTEND);
  7435. target_temperature_bed = eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED);
  7436. // 8) Recover extruder multipilers
  7437. extruder_multiplier[0] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_0));
  7438. #if EXTRUDERS > 1
  7439. extruder_multiplier[1] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_1));
  7440. #if EXTRUDERS > 2
  7441. extruder_multiplier[2] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_2));
  7442. #endif
  7443. #endif
  7444. extrudemultiply = (int)eeprom_read_word((uint16_t*)(EEPROM_EXTRUDEMULTIPLY));
  7445. }
  7446. void restore_print_from_eeprom() {
  7447. int feedrate_rec;
  7448. uint8_t fan_speed_rec;
  7449. char cmd[30];
  7450. char filename[13];
  7451. uint8_t depth = 0;
  7452. char dir_name[9];
  7453. fan_speed_rec = eeprom_read_byte((uint8_t*)EEPROM_UVLO_FAN_SPEED);
  7454. EEPROM_read_B(EEPROM_UVLO_FEEDRATE, &feedrate_rec);
  7455. SERIAL_ECHOPGM("Feedrate:");
  7456. MYSERIAL.println(feedrate_rec);
  7457. depth = eeprom_read_byte((uint8_t*)EEPROM_DIR_DEPTH);
  7458. MYSERIAL.println(int(depth));
  7459. for (int i = 0; i < depth; i++) {
  7460. for (int j = 0; j < 8; j++) {
  7461. dir_name[j] = eeprom_read_byte((uint8_t*)EEPROM_DIRS + j + 8 * i);
  7462. }
  7463. dir_name[8] = '\0';
  7464. MYSERIAL.println(dir_name);
  7465. strcpy(dir_names[i], dir_name);
  7466. card.chdir(dir_name);
  7467. }
  7468. for (int i = 0; i < 8; i++) {
  7469. filename[i] = eeprom_read_byte((uint8_t*)EEPROM_FILENAME + i);
  7470. }
  7471. filename[8] = '\0';
  7472. MYSERIAL.print(filename);
  7473. strcat_P(filename, PSTR(".gco"));
  7474. sprintf_P(cmd, PSTR("M23 %s"), filename);
  7475. enquecommand(cmd);
  7476. uint32_t position = eeprom_read_dword((uint32_t*)(EEPROM_FILE_POSITION));
  7477. SERIAL_ECHOPGM("Position read from eeprom:");
  7478. MYSERIAL.println(position);
  7479. // E axis relative mode.
  7480. enquecommand_P(PSTR("M83"));
  7481. // Move to the XY print position in logical coordinates, where the print has been killed.
  7482. strcpy_P(cmd, PSTR("G1 X")); strcat(cmd, ftostr32(eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0))));
  7483. strcat_P(cmd, PSTR(" Y")); strcat(cmd, ftostr32(eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 4))));
  7484. strcat_P(cmd, PSTR(" F2000"));
  7485. enquecommand(cmd);
  7486. // Move the Z axis down to the print, in logical coordinates.
  7487. strcpy_P(cmd, PSTR("G1 Z")); strcat(cmd, ftostr32(eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_Z))));
  7488. enquecommand(cmd);
  7489. // Unretract.
  7490. enquecommand_P(PSTR("G1 E" STRINGIFY(2*default_retraction)" F480"));
  7491. // Set the feedrate saved at the power panic.
  7492. sprintf_P(cmd, PSTR("G1 F%d"), feedrate_rec);
  7493. enquecommand(cmd);
  7494. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO_E_ABS))
  7495. {
  7496. enquecommand_P(PSTR("M82")); //E axis abslute mode
  7497. }
  7498. // Set the fan speed saved at the power panic.
  7499. strcpy_P(cmd, PSTR("M106 S"));
  7500. strcat(cmd, itostr3(int(fan_speed_rec)));
  7501. enquecommand(cmd);
  7502. // Set a position in the file.
  7503. sprintf_P(cmd, PSTR("M26 S%lu"), position);
  7504. enquecommand(cmd);
  7505. enquecommand_P(PSTR("G4 S0"));
  7506. enquecommand_P(PSTR("PRUSA uvlo"));
  7507. }
  7508. #endif //UVLO_SUPPORT
  7509. ////////////////////////////////////////////////////////////////////////////////
  7510. // save/restore printing
  7511. void stop_and_save_print_to_ram(float z_move, float e_move)
  7512. {
  7513. if (saved_printing) return;
  7514. #if 0
  7515. unsigned char nplanner_blocks;
  7516. #endif
  7517. unsigned char nlines;
  7518. uint16_t sdlen_planner;
  7519. uint16_t sdlen_cmdqueue;
  7520. cli();
  7521. if (card.sdprinting) {
  7522. #if 0
  7523. nplanner_blocks = number_of_blocks();
  7524. #endif
  7525. saved_sdpos = sdpos_atomic; //atomic sd position of last command added in queue
  7526. sdlen_planner = planner_calc_sd_length(); //length of sd commands in planner
  7527. saved_sdpos -= sdlen_planner;
  7528. sdlen_cmdqueue = cmdqueue_calc_sd_length(); //length of sd commands in cmdqueue
  7529. saved_sdpos -= sdlen_cmdqueue;
  7530. saved_printing_type = PRINTING_TYPE_SD;
  7531. }
  7532. else if (is_usb_printing) { //reuse saved_sdpos for storing line number
  7533. saved_sdpos = gcode_LastN; //start with line number of command added recently to cmd queue
  7534. //reuse planner_calc_sd_length function for getting number of lines of commands in planner:
  7535. nlines = planner_calc_sd_length(); //number of lines of commands in planner
  7536. saved_sdpos -= nlines;
  7537. saved_sdpos -= buflen; //number of blocks in cmd buffer
  7538. saved_printing_type = PRINTING_TYPE_USB;
  7539. }
  7540. else {
  7541. //not sd printing nor usb printing
  7542. }
  7543. #if 0
  7544. SERIAL_ECHOPGM("SDPOS_ATOMIC="); MYSERIAL.println(sdpos_atomic, DEC);
  7545. SERIAL_ECHOPGM("SDPOS="); MYSERIAL.println(card.get_sdpos(), DEC);
  7546. SERIAL_ECHOPGM("SDLEN_PLAN="); MYSERIAL.println(sdlen_planner, DEC);
  7547. SERIAL_ECHOPGM("SDLEN_CMDQ="); MYSERIAL.println(sdlen_cmdqueue, DEC);
  7548. SERIAL_ECHOPGM("PLANNERBLOCKS="); MYSERIAL.println(int(nplanner_blocks), DEC);
  7549. SERIAL_ECHOPGM("SDSAVED="); MYSERIAL.println(saved_sdpos, DEC);
  7550. //SERIAL_ECHOPGM("SDFILELEN="); MYSERIAL.println(card.fileSize(), DEC);
  7551. {
  7552. card.setIndex(saved_sdpos);
  7553. SERIAL_ECHOLNPGM("Content of planner buffer: ");
  7554. for (unsigned int idx = 0; idx < sdlen_planner; ++ idx)
  7555. MYSERIAL.print(char(card.get()));
  7556. SERIAL_ECHOLNPGM("Content of command buffer: ");
  7557. for (unsigned int idx = 0; idx < sdlen_cmdqueue; ++ idx)
  7558. MYSERIAL.print(char(card.get()));
  7559. SERIAL_ECHOLNPGM("End of command buffer");
  7560. }
  7561. {
  7562. // Print the content of the planner buffer, line by line:
  7563. card.setIndex(saved_sdpos);
  7564. int8_t iline = 0;
  7565. for (unsigned char idx = block_buffer_tail; idx != block_buffer_head; idx = (idx + 1) & (BLOCK_BUFFER_SIZE - 1), ++ iline) {
  7566. SERIAL_ECHOPGM("Planner line (from file): ");
  7567. MYSERIAL.print(int(iline), DEC);
  7568. SERIAL_ECHOPGM(", length: ");
  7569. MYSERIAL.print(block_buffer[idx].sdlen, DEC);
  7570. SERIAL_ECHOPGM(", steps: (");
  7571. MYSERIAL.print(block_buffer[idx].steps_x, DEC);
  7572. SERIAL_ECHOPGM(",");
  7573. MYSERIAL.print(block_buffer[idx].steps_y, DEC);
  7574. SERIAL_ECHOPGM(",");
  7575. MYSERIAL.print(block_buffer[idx].steps_z, DEC);
  7576. SERIAL_ECHOPGM(",");
  7577. MYSERIAL.print(block_buffer[idx].steps_e, DEC);
  7578. SERIAL_ECHOPGM("), events: ");
  7579. MYSERIAL.println(block_buffer[idx].step_event_count, DEC);
  7580. for (int len = block_buffer[idx].sdlen; len > 0; -- len)
  7581. MYSERIAL.print(char(card.get()));
  7582. }
  7583. }
  7584. {
  7585. // Print the content of the command buffer, line by line:
  7586. int8_t iline = 0;
  7587. union {
  7588. struct {
  7589. char lo;
  7590. char hi;
  7591. } lohi;
  7592. uint16_t value;
  7593. } sdlen_single;
  7594. int _bufindr = bufindr;
  7595. for (int _buflen = buflen; _buflen > 0; ++ iline) {
  7596. if (cmdbuffer[_bufindr] == CMDBUFFER_CURRENT_TYPE_SDCARD) {
  7597. sdlen_single.lohi.lo = cmdbuffer[_bufindr + 1];
  7598. sdlen_single.lohi.hi = cmdbuffer[_bufindr + 2];
  7599. }
  7600. SERIAL_ECHOPGM("Buffer line (from buffer): ");
  7601. MYSERIAL.print(int(iline), DEC);
  7602. SERIAL_ECHOPGM(", type: ");
  7603. MYSERIAL.print(int(cmdbuffer[_bufindr]), DEC);
  7604. SERIAL_ECHOPGM(", len: ");
  7605. MYSERIAL.println(sdlen_single.value, DEC);
  7606. // Print the content of the buffer line.
  7607. MYSERIAL.println(cmdbuffer + _bufindr + CMDHDRSIZE);
  7608. SERIAL_ECHOPGM("Buffer line (from file): ");
  7609. MYSERIAL.println(int(iline), DEC);
  7610. for (; sdlen_single.value > 0; -- sdlen_single.value)
  7611. MYSERIAL.print(char(card.get()));
  7612. if (-- _buflen == 0)
  7613. break;
  7614. // First skip the current command ID and iterate up to the end of the string.
  7615. for (_bufindr += CMDHDRSIZE; cmdbuffer[_bufindr] != 0; ++ _bufindr) ;
  7616. // Second, skip the end of string null character and iterate until a nonzero command ID is found.
  7617. for (++ _bufindr; _bufindr < sizeof(cmdbuffer) && cmdbuffer[_bufindr] == 0; ++ _bufindr) ;
  7618. // If the end of the buffer was empty,
  7619. if (_bufindr == sizeof(cmdbuffer)) {
  7620. // skip to the start and find the nonzero command.
  7621. for (_bufindr = 0; cmdbuffer[_bufindr] == 0; ++ _bufindr) ;
  7622. }
  7623. }
  7624. }
  7625. #endif
  7626. #if 0
  7627. saved_feedrate2 = feedrate; //save feedrate
  7628. #else
  7629. // Try to deduce the feedrate from the first block of the planner.
  7630. // Speed is in mm/min.
  7631. saved_feedrate2 = blocks_queued() ? (block_buffer[block_buffer_tail].nominal_speed * 60.f) : feedrate;
  7632. #endif
  7633. planner_abort_hard(); //abort printing
  7634. memcpy(saved_pos, current_position, sizeof(saved_pos));
  7635. saved_active_extruder = active_extruder; //save active_extruder
  7636. saved_extruder_under_pressure = extruder_under_pressure; //extruder under pressure flag - currently unused
  7637. saved_extruder_relative_mode = axis_relative_modes[E_AXIS];
  7638. cmdqueue_reset(); //empty cmdqueue
  7639. card.sdprinting = false;
  7640. // card.closefile();
  7641. saved_printing = true;
  7642. // We may have missed a stepper timer interrupt. Be safe than sorry, reset the stepper timer before re-enabling interrupts.
  7643. st_reset_timer();
  7644. sei();
  7645. if ((z_move != 0) || (e_move != 0)) { // extruder or z move
  7646. #if 1
  7647. // Rather than calling plan_buffer_line directly, push the move into the command queue,
  7648. char buf[48];
  7649. // First unretract (relative extrusion)
  7650. if(!saved_extruder_relative_mode){
  7651. strcpy_P(buf, PSTR("M83"));
  7652. enquecommand(buf, false);
  7653. }
  7654. //retract 45mm/s
  7655. strcpy_P(buf, PSTR("G1 E"));
  7656. dtostrf(e_move, 6, 3, buf + strlen(buf));
  7657. strcat_P(buf, PSTR(" F"));
  7658. dtostrf(2700, 8, 3, buf + strlen(buf));
  7659. enquecommand(buf, false);
  7660. // Then lift Z axis
  7661. strcpy_P(buf, PSTR("G1 Z"));
  7662. dtostrf(saved_pos[Z_AXIS] + z_move, 8, 3, buf + strlen(buf));
  7663. strcat_P(buf, PSTR(" F"));
  7664. dtostrf(homing_feedrate[Z_AXIS], 8, 3, buf + strlen(buf));
  7665. // At this point the command queue is empty.
  7666. enquecommand(buf, false);
  7667. // If this call is invoked from the main Arduino loop() function, let the caller know that the command
  7668. // in the command queue is not the original command, but a new one, so it should not be removed from the queue.
  7669. repeatcommand_front();
  7670. #else
  7671. plan_buffer_line(saved_pos[X_AXIS], saved_pos[Y_AXIS], saved_pos[Z_AXIS] + z_move, saved_pos[E_AXIS] + e_move, homing_feedrate[Z_AXIS], active_extruder);
  7672. st_synchronize(); //wait moving
  7673. memcpy(current_position, saved_pos, sizeof(saved_pos));
  7674. memcpy(destination, current_position, sizeof(destination));
  7675. #endif
  7676. }
  7677. }
  7678. void restore_print_from_ram_and_continue(float e_move)
  7679. {
  7680. if (!saved_printing) return;
  7681. // for (int axis = X_AXIS; axis <= E_AXIS; axis++)
  7682. // current_position[axis] = st_get_position_mm(axis);
  7683. active_extruder = saved_active_extruder; //restore active_extruder
  7684. feedrate = saved_feedrate2; //restore feedrate
  7685. axis_relative_modes[E_AXIS] = saved_extruder_relative_mode;
  7686. float e = saved_pos[E_AXIS] - e_move;
  7687. plan_set_e_position(e);
  7688. //first move print head in XY to the saved position:
  7689. plan_buffer_line(saved_pos[X_AXIS], saved_pos[Y_AXIS], current_position[Z_AXIS], saved_pos[E_AXIS] - e_move, homing_feedrate[Z_AXIS]/13, active_extruder);
  7690. st_synchronize();
  7691. //then move Z
  7692. plan_buffer_line(saved_pos[X_AXIS], saved_pos[Y_AXIS], saved_pos[Z_AXIS], saved_pos[E_AXIS] - e_move, homing_feedrate[Z_AXIS]/13, active_extruder);
  7693. st_synchronize();
  7694. //and finaly unretract (35mm/s)
  7695. plan_buffer_line(saved_pos[X_AXIS], saved_pos[Y_AXIS], saved_pos[Z_AXIS], saved_pos[E_AXIS], 35, active_extruder);
  7696. st_synchronize();
  7697. memcpy(current_position, saved_pos, sizeof(saved_pos));
  7698. memcpy(destination, current_position, sizeof(destination));
  7699. if (saved_printing_type == PRINTING_TYPE_SD) { //was sd printing
  7700. card.setIndex(saved_sdpos);
  7701. sdpos_atomic = saved_sdpos;
  7702. card.sdprinting = true;
  7703. printf_P(PSTR("ok\n")); //dummy response because of octoprint is waiting for this
  7704. }
  7705. else if (saved_printing_type == PRINTING_TYPE_USB) { //was usb printing
  7706. gcode_LastN = saved_sdpos; //saved_sdpos was reused for storing line number when usb printing
  7707. serial_count = 0;
  7708. FlushSerialRequestResend();
  7709. }
  7710. else {
  7711. //not sd printing nor usb printing
  7712. }
  7713. lcd_setstatuspgm(_T(WELCOME_MSG));
  7714. saved_printing = false;
  7715. }
  7716. void print_world_coordinates()
  7717. {
  7718. printf_P(_N("world coordinates: (%.3f, %.3f, %.3f)\n"), current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS]);
  7719. }
  7720. void print_physical_coordinates()
  7721. {
  7722. printf_P(_N("physical coordinates: (%.3f, %.3f, %.3f)\n"), st_get_position_mm(X_AXIS), st_get_position_mm(Y_AXIS), st_get_position_mm(Z_AXIS));
  7723. }
  7724. void print_mesh_bed_leveling_table()
  7725. {
  7726. SERIAL_ECHOPGM("mesh bed leveling: ");
  7727. for (int8_t y = 0; y < MESH_NUM_Y_POINTS; ++ y)
  7728. for (int8_t x = 0; x < MESH_NUM_Y_POINTS; ++ x) {
  7729. MYSERIAL.print(mbl.z_values[y][x], 3);
  7730. SERIAL_ECHOPGM(" ");
  7731. }
  7732. SERIAL_ECHOLNPGM("");
  7733. }
  7734. uint16_t print_time_remaining() {
  7735. uint16_t print_t = PRINT_TIME_REMAINING_INIT;
  7736. #ifdef TMC2130
  7737. if (SilentModeMenu == SILENT_MODE_OFF) print_t = print_time_remaining_normal;
  7738. else print_t = print_time_remaining_silent;
  7739. #else
  7740. print_t = print_time_remaining_normal;
  7741. #endif //TMC2130
  7742. if ((print_t != PRINT_TIME_REMAINING_INIT) && (feedmultiply != 0)) print_t = 100ul * print_t / feedmultiply;
  7743. return print_t;
  7744. }
  7745. uint8_t calc_percent_done()
  7746. {
  7747. //in case that we have information from M73 gcode return percentage counted by slicer, else return percentage counted as byte_printed/filesize
  7748. uint8_t percent_done = 0;
  7749. #ifdef TMC2130
  7750. if (SilentModeMenu == SILENT_MODE_OFF && print_percent_done_normal <= 100) {
  7751. percent_done = print_percent_done_normal;
  7752. }
  7753. else if (print_percent_done_silent <= 100) {
  7754. percent_done = print_percent_done_silent;
  7755. }
  7756. #else
  7757. if (print_percent_done_normal <= 100) {
  7758. percent_done = print_percent_done_normal;
  7759. }
  7760. #endif //TMC2130
  7761. else {
  7762. percent_done = card.percentDone();
  7763. }
  7764. return percent_done;
  7765. }
  7766. static void print_time_remaining_init()
  7767. {
  7768. print_time_remaining_normal = PRINT_TIME_REMAINING_INIT;
  7769. print_time_remaining_silent = PRINT_TIME_REMAINING_INIT;
  7770. print_percent_done_normal = PRINT_PERCENT_DONE_INIT;
  7771. print_percent_done_silent = PRINT_PERCENT_DONE_INIT;
  7772. }
  7773. void M600_check_state()
  7774. {
  7775. //Wait for user to check the state
  7776. lcd_change_fil_state = 0;
  7777. while (lcd_change_fil_state != 1){
  7778. lcd_change_fil_state = 0;
  7779. KEEPALIVE_STATE(PAUSED_FOR_USER);
  7780. lcd_alright();
  7781. KEEPALIVE_STATE(IN_HANDLER);
  7782. switch(lcd_change_fil_state){
  7783. // Filament failed to load so load it again
  7784. case 2:
  7785. if (mmu_enabled)
  7786. mmu_M600_load_filament(false); //nonautomatic load; change to "wrong filament loaded" option?
  7787. else
  7788. M600_load_filament_movements();
  7789. break;
  7790. // Filament loaded properly but color is not clear
  7791. case 3:
  7792. current_position[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  7793. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2, active_extruder);
  7794. lcd_loading_color();
  7795. break;
  7796. // Everything good
  7797. default:
  7798. lcd_change_success();
  7799. break;
  7800. }
  7801. }
  7802. }
  7803. void M600_wait_for_user() {
  7804. //Beep, manage nozzle heater and wait for user to start unload filament
  7805. KEEPALIVE_STATE(PAUSED_FOR_USER);
  7806. int counterBeep = 0;
  7807. unsigned long waiting_start_time = millis();
  7808. uint8_t wait_for_user_state = 0;
  7809. lcd_display_message_fullscreen_P(_T(MSG_PRESS_TO_UNLOAD));
  7810. bool bFirst=true;
  7811. while (!(wait_for_user_state == 0 && lcd_clicked())){
  7812. manage_heater();
  7813. manage_inactivity(true);
  7814. #if BEEPER > 0
  7815. if (counterBeep == 500) {
  7816. counterBeep = 0;
  7817. }
  7818. SET_OUTPUT(BEEPER);
  7819. if (counterBeep == 0) {
  7820. if((eSoundMode==e_SOUND_MODE_LOUD)||((eSoundMode==e_SOUND_MODE_ONCE)&&bFirst))
  7821. {
  7822. bFirst=false;
  7823. WRITE(BEEPER, HIGH);
  7824. }
  7825. }
  7826. if (counterBeep == 20) {
  7827. WRITE(BEEPER, LOW);
  7828. }
  7829. counterBeep++;
  7830. #endif //BEEPER > 0
  7831. switch (wait_for_user_state) {
  7832. case 0: //nozzle is hot, waiting for user to press the knob to unload filament
  7833. delay_keep_alive(4);
  7834. if (millis() > waiting_start_time + (unsigned long)M600_TIMEOUT * 1000) {
  7835. lcd_display_message_fullscreen_P(_i("Press knob to preheat nozzle and continue."));////MSG_PRESS_TO_PREHEAT c=20 r=4
  7836. wait_for_user_state = 1;
  7837. setTargetHotend(0, 0);
  7838. setTargetHotend(0, 1);
  7839. setTargetHotend(0, 2);
  7840. st_synchronize();
  7841. disable_e0();
  7842. disable_e1();
  7843. disable_e2();
  7844. }
  7845. break;
  7846. case 1: //nozzle target temperature is set to zero, waiting for user to start nozzle preheat
  7847. delay_keep_alive(4);
  7848. if (lcd_clicked()) {
  7849. setTargetHotend(HotendTempBckp, active_extruder);
  7850. lcd_wait_for_heater();
  7851. wait_for_user_state = 2;
  7852. }
  7853. break;
  7854. case 2: //waiting for nozzle to reach target temperature
  7855. if (abs(degTargetHotend(active_extruder) - degHotend(active_extruder)) < 1) {
  7856. lcd_display_message_fullscreen_P(_T(MSG_PRESS_TO_UNLOAD));
  7857. waiting_start_time = millis();
  7858. wait_for_user_state = 0;
  7859. }
  7860. else {
  7861. counterBeep = 20; //beeper will be inactive during waiting for nozzle preheat
  7862. lcd_set_cursor(1, 4);
  7863. lcd_print(ftostr3(degHotend(active_extruder)));
  7864. }
  7865. break;
  7866. }
  7867. }
  7868. WRITE(BEEPER, LOW);
  7869. }
  7870. void M600_load_filament_movements()
  7871. {
  7872. #ifdef SNMM
  7873. display_loading();
  7874. do
  7875. {
  7876. current_position[E_AXIS] += 0.002;
  7877. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 500, active_extruder);
  7878. delay_keep_alive(2);
  7879. }
  7880. while (!lcd_clicked());
  7881. st_synchronize();
  7882. current_position[E_AXIS] += bowden_length[mmu_extruder];
  7883. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000, active_extruder);
  7884. current_position[E_AXIS] += FIL_LOAD_LENGTH - 60;
  7885. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 1400, active_extruder);
  7886. current_position[E_AXIS] += 40;
  7887. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 400, active_extruder);
  7888. current_position[E_AXIS] += 10;
  7889. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 50, active_extruder);
  7890. #else
  7891. current_position[E_AXIS]+= FILAMENTCHANGE_FIRSTFEED ;
  7892. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], FILAMENTCHANGE_EFEED, active_extruder);
  7893. #endif
  7894. current_position[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  7895. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], FILAMENTCHANGE_EXFEED, active_extruder);
  7896. lcd_loading_filament();
  7897. }
  7898. void M600_load_filament() {
  7899. //load filament for single material and SNMM
  7900. lcd_wait_interact();
  7901. //load_filament_time = millis();
  7902. KEEPALIVE_STATE(PAUSED_FOR_USER);
  7903. #ifdef FILAMENT_SENSOR
  7904. fsensor_autoload_check_start();
  7905. #endif //FILAMENT_SENSOR
  7906. while(!lcd_clicked())
  7907. {
  7908. manage_heater();
  7909. manage_inactivity(true);
  7910. #ifdef FILAMENT_SENSOR
  7911. if (fsensor_check_autoload())
  7912. {
  7913. if((eSoundMode==e_SOUND_MODE_LOUD)||(eSoundMode==e_SOUND_MODE_ONCE))
  7914. tone(BEEPER, 1000);
  7915. delay_keep_alive(50);
  7916. noTone(BEEPER);
  7917. break;
  7918. }
  7919. #endif //FILAMENT_SENSOR
  7920. }
  7921. #ifdef FILAMENT_SENSOR
  7922. fsensor_autoload_check_stop();
  7923. #endif //FILAMENT_SENSOR
  7924. KEEPALIVE_STATE(IN_HANDLER);
  7925. #ifdef FILAMENT_SENSOR
  7926. fsensor_oq_meassure_start(70);
  7927. #endif //FILAMENT_SENSOR
  7928. M600_load_filament_movements();
  7929. if((eSoundMode==e_SOUND_MODE_LOUD)||(eSoundMode==e_SOUND_MODE_ONCE))
  7930. tone(BEEPER, 500);
  7931. delay_keep_alive(50);
  7932. noTone(BEEPER);
  7933. #ifdef FILAMENT_SENSOR
  7934. fsensor_oq_meassure_stop();
  7935. if (!fsensor_oq_result())
  7936. {
  7937. bool disable = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Fil. sensor response is poor, disable it?"), false, true);
  7938. lcd_update_enable(true);
  7939. lcd_update(2);
  7940. if (disable)
  7941. fsensor_disable();
  7942. }
  7943. #endif //FILAMENT_SENSOR
  7944. lcd_update_enable(false);
  7945. }
  7946. #define FIL_LOAD_LENGTH 60