Marlin_main.cpp 398 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194101951019610197101981019910200102011020210203102041020510206102071020810209102101021110212102131021410215102161021710218102191022010221102221022310224102251022610227102281022910230102311023210233102341023510236102371023810239102401024110242102431024410245102461024710248102491025010251102521025310254102551025610257102581025910260102611026210263102641026510266102671026810269102701027110272102731027410275102761027710278102791028010281102821028310284102851028610287102881028910290102911029210293102941029510296102971029810299103001030110302103031030410305103061030710308103091031010311103121031310314103151031610317103181031910320103211032210323103241032510326103271032810329103301033110332103331033410335103361033710338103391034010341103421034310344103451034610347103481034910350103511035210353103541035510356103571035810359103601036110362103631036410365103661036710368103691037010371103721037310374103751037610377103781037910380103811038210383103841038510386103871038810389103901039110392103931039410395103961039710398103991040010401104021040310404104051040610407104081040910410104111041210413104141041510416104171041810419104201042110422104231042410425104261042710428104291043010431104321043310434104351043610437104381043910440104411044210443104441044510446104471044810449104501045110452104531045410455104561045710458104591046010461104621046310464104651046610467104681046910470104711047210473104741047510476104771047810479104801048110482104831048410485104861048710488104891049010491104921049310494104951049610497104981049910500105011050210503105041050510506105071050810509105101051110512105131051410515105161051710518105191052010521105221052310524105251052610527105281052910530105311053210533105341053510536105371053810539105401054110542105431054410545105461054710548105491055010551105521055310554105551055610557105581055910560105611056210563105641056510566105671056810569105701057110572105731057410575105761057710578105791058010581105821058310584105851058610587105881058910590105911059210593105941059510596105971059810599106001060110602106031060410605106061060710608106091061010611106121061310614106151061610617106181061910620106211062210623106241062510626106271062810629106301063110632106331063410635106361063710638106391064010641106421064310644106451064610647106481064910650106511065210653106541065510656106571065810659106601066110662106631066410665106661066710668106691067010671106721067310674106751067610677106781067910680106811068210683106841068510686106871068810689106901069110692106931069410695106961069710698106991070010701107021070310704107051070610707107081070910710107111071210713107141071510716107171071810719107201072110722107231072410725107261072710728107291073010731107321073310734107351073610737107381073910740107411074210743107441074510746107471074810749107501075110752107531075410755107561075710758107591076010761107621076310764107651076610767107681076910770107711077210773107741077510776107771077810779107801078110782107831078410785107861078710788107891079010791107921079310794107951079610797107981079910800108011080210803108041080510806108071080810809108101081110812108131081410815108161081710818108191082010821108221082310824108251082610827108281082910830108311083210833108341083510836108371083810839108401084110842108431084410845108461084710848108491085010851108521085310854108551085610857108581085910860108611086210863108641086510866108671086810869108701087110872108731087410875108761087710878108791088010881108821088310884108851088610887108881088910890108911089210893108941089510896108971089810899109001090110902109031090410905109061090710908109091091010911109121091310914109151091610917109181091910920109211092210923109241092510926109271092810929109301093110932109331093410935109361093710938109391094010941109421094310944109451094610947109481094910950109511095210953109541095510956109571095810959109601096110962109631096410965109661096710968109691097010971109721097310974109751097610977109781097910980109811098210983109841098510986109871098810989109901099110992109931099410995109961099710998109991100011001110021100311004110051100611007110081100911010110111101211013110141101511016110171101811019110201102111022110231102411025110261102711028110291103011031110321103311034110351103611037110381103911040110411104211043110441104511046110471104811049110501105111052110531105411055110561105711058110591106011061110621106311064110651106611067110681106911070110711107211073110741107511076110771107811079110801108111082110831108411085110861108711088110891109011091110921109311094110951109611097110981109911100111011110211103111041110511106111071110811109111101111111112111131111411115111161111711118111191112011121111221112311124111251112611127111281112911130111311113211133111341113511136111371113811139111401114111142111431114411145111461114711148111491115011151111521115311154111551115611157111581115911160111611116211163111641116511166111671116811169111701117111172111731117411175111761117711178111791118011181111821118311184111851118611187111881118911190111911119211193111941119511196111971119811199112001120111202112031120411205112061120711208112091121011211112121121311214112151121611217112181121911220112211122211223112241122511226112271122811229112301123111232112331123411235112361123711238112391124011241112421124311244112451124611247112481124911250112511125211253112541125511256112571125811259112601126111262112631126411265112661126711268112691127011271112721127311274112751127611277112781127911280112811128211283112841128511286112871128811289112901129111292112931129411295112961129711298112991130011301113021130311304113051130611307113081130911310113111131211313113141131511316113171131811319113201132111322113231132411325113261132711328113291133011331113321133311334113351133611337113381133911340113411134211343113441134511346113471134811349113501135111352113531135411355113561135711358113591136011361113621136311364113651136611367113681136911370113711137211373113741137511376113771137811379113801138111382113831138411385113861138711388113891139011391113921139311394113951139611397113981139911400114011140211403114041140511406114071140811409114101141111412114131141411415114161141711418114191142011421114221142311424114251142611427114281142911430114311143211433114341143511436114371143811439114401144111442114431144411445114461144711448114491145011451114521145311454114551145611457114581145911460114611146211463114641146511466114671146811469114701147111472114731147411475114761147711478114791148011481114821148311484114851148611487114881148911490114911149211493114941149511496114971149811499115001150111502115031150411505115061150711508115091151011511115121151311514115151151611517115181151911520115211152211523115241152511526115271152811529115301153111532115331153411535115361153711538115391154011541115421154311544115451154611547115481154911550115511155211553115541155511556115571155811559115601156111562115631156411565115661156711568115691157011571115721157311574115751157611577115781157911580115811158211583115841158511586115871158811589115901159111592115931159411595115961159711598115991160011601116021160311604116051160611607116081160911610116111161211613116141161511616116171161811619116201162111622116231162411625116261162711628116291163011631116321163311634116351163611637116381163911640116411164211643116441164511646116471164811649116501165111652116531165411655116561165711658116591166011661116621166311664116651166611667116681166911670116711167211673116741167511676116771167811679116801168111682116831168411685116861168711688116891169011691116921169311694116951169611697116981169911700117011170211703117041170511706117071170811709117101171111712117131171411715117161171711718117191172011721117221172311724117251172611727117281172911730117311173211733117341173511736117371173811739117401174111742117431174411745117461174711748117491175011751117521175311754117551175611757117581175911760117611176211763117641176511766117671176811769117701177111772117731177411775117761177711778117791178011781117821178311784117851178611787117881178911790117911179211793117941179511796117971179811799118001180111802118031180411805118061180711808118091181011811118121181311814118151181611817118181181911820118211182211823118241182511826118271182811829118301183111832118331183411835118361183711838118391184011841118421184311844118451184611847118481184911850118511185211853118541185511856118571185811859118601186111862118631186411865118661186711868118691187011871118721187311874118751187611877118781187911880118811188211883118841188511886118871188811889118901189111892118931189411895118961189711898118991190011901119021190311904119051190611907119081190911910119111191211913119141191511916119171191811919119201192111922119231192411925119261192711928119291193011931119321193311934119351193611937119381193911940119411194211943119441194511946119471194811949
  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. //-//
  45. #include "Configuration.h"
  46. #include "Marlin.h"
  47. #include "config.h"
  48. #include "macros.h"
  49. #ifdef ENABLE_AUTO_BED_LEVELING
  50. #include "vector_3.h"
  51. #ifdef AUTO_BED_LEVELING_GRID
  52. #include "qr_solve.h"
  53. #endif
  54. #endif // ENABLE_AUTO_BED_LEVELING
  55. #ifdef MESH_BED_LEVELING
  56. #include "mesh_bed_leveling.h"
  57. #include "mesh_bed_calibration.h"
  58. #endif
  59. #include "printers.h"
  60. #include "menu.h"
  61. #include "ultralcd.h"
  62. #include "backlight.h"
  63. #include "planner.h"
  64. #include "stepper.h"
  65. #include "temperature.h"
  66. #include "motion_control.h"
  67. #include "cardreader.h"
  68. #include "ConfigurationStore.h"
  69. #include "language.h"
  70. #include "pins_arduino.h"
  71. #include "math.h"
  72. #include "util.h"
  73. #include "Timer.h"
  74. #include <avr/wdt.h>
  75. #include <avr/pgmspace.h>
  76. #include "Dcodes.h"
  77. #include "AutoDeplete.h"
  78. #ifndef LA_NOCOMPAT
  79. #include "la10compat.h"
  80. #endif
  81. #include "spi.h"
  82. #ifdef FILAMENT_SENSOR
  83. #include "fsensor.h"
  84. #ifdef IR_SENSOR
  85. #include "pat9125.h" // for pat9125_probe
  86. #endif
  87. #endif //FILAMENT_SENSOR
  88. #ifdef TMC2130
  89. #include "tmc2130.h"
  90. #endif //TMC2130
  91. #ifdef XFLASH
  92. #include "xflash.h"
  93. #include "optiboot_xflash.h"
  94. #endif //XFLASH
  95. #ifdef BLINKM
  96. #include "BlinkM.h"
  97. #include "Wire.h"
  98. #endif
  99. #ifdef ULTRALCD
  100. #include "ultralcd.h"
  101. #endif
  102. #if NUM_SERVOS > 0
  103. #include "Servo.h"
  104. #endif
  105. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  106. #include <SPI.h>
  107. #endif
  108. #include "mmu.h"
  109. #define VERSION_STRING "1.0.2"
  110. #include "ultralcd.h"
  111. #include "sound.h"
  112. #include "cmdqueue.h"
  113. //Macro for print fan speed
  114. #define FAN_PULSE_WIDTH_LIMIT ((fanSpeed > 100) ? 3 : 4) //time in ms
  115. //filament types
  116. #define FILAMENT_DEFAULT 0
  117. #define FILAMENT_FLEX 1
  118. #define FILAMENT_PVA 2
  119. #define FILAMENT_UNDEFINED 255
  120. //Stepper Movement Variables
  121. //===========================================================================
  122. //=============================imported variables============================
  123. //===========================================================================
  124. //===========================================================================
  125. //=============================public variables=============================
  126. //===========================================================================
  127. #ifdef SDSUPPORT
  128. CardReader card;
  129. #endif
  130. unsigned long PingTime = _millis();
  131. unsigned long NcTime;
  132. uint8_t mbl_z_probe_nr = 3; //numer of Z measurements for each point in mesh bed leveling calibration
  133. //used for PINDA temp calibration and pause print
  134. #define DEFAULT_RETRACTION 1
  135. #define DEFAULT_RETRACTION_MM 4 //MM
  136. float default_retraction = DEFAULT_RETRACTION;
  137. float homing_feedrate[] = HOMING_FEEDRATE;
  138. //Although this flag and many others like this could be represented with a struct/bitfield for each axis (more readable and efficient code), the implementation
  139. //would not be standard across all platforms. That being said, the code will continue to use bitmasks for independent axis.
  140. //Moreover, according to C/C++ standard, the ordering of bits is platform/compiler dependent and the compiler is allowed to align the bits arbitrarily,
  141. //thus bit operations like shifting and masking may stop working and will be very hard to fix.
  142. uint8_t axis_relative_modes = 0;
  143. int feedmultiply=100; //100->1 200->2
  144. int extrudemultiply=100; //100->1 200->2
  145. int extruder_multiply[EXTRUDERS] = {100
  146. #if EXTRUDERS > 1
  147. , 100
  148. #if EXTRUDERS > 2
  149. , 100
  150. #endif
  151. #endif
  152. };
  153. int bowden_length[4] = {385, 385, 385, 385};
  154. bool is_usb_printing = false;
  155. bool homing_flag = false;
  156. unsigned long kicktime = _millis()+100000;
  157. unsigned int usb_printing_counter;
  158. int8_t lcd_change_fil_state = 0;
  159. unsigned long pause_time = 0;
  160. unsigned long start_pause_print = _millis();
  161. unsigned long t_fan_rising_edge = _millis();
  162. LongTimer safetyTimer;
  163. static LongTimer crashDetTimer;
  164. //unsigned long load_filament_time;
  165. bool mesh_bed_leveling_flag = false;
  166. bool mesh_bed_run_from_menu = false;
  167. bool prusa_sd_card_upload = false;
  168. unsigned int status_number = 0;
  169. unsigned long total_filament_used;
  170. unsigned int heating_status;
  171. unsigned int heating_status_counter;
  172. bool loading_flag = false;
  173. char snmm_filaments_used = 0;
  174. bool fan_state[2];
  175. int fan_edge_counter[2];
  176. int fan_speed[2];
  177. float extruder_multiplier[EXTRUDERS] = {1.0
  178. #if EXTRUDERS > 1
  179. , 1.0
  180. #if EXTRUDERS > 2
  181. , 1.0
  182. #endif
  183. #endif
  184. };
  185. float current_position[NUM_AXIS] = { 0.0, 0.0, 0.0, 0.0 };
  186. //shortcuts for more readable code
  187. #define _x current_position[X_AXIS]
  188. #define _y current_position[Y_AXIS]
  189. #define _z current_position[Z_AXIS]
  190. #define _e current_position[E_AXIS]
  191. float min_pos[3] = { X_MIN_POS, Y_MIN_POS, Z_MIN_POS };
  192. float max_pos[3] = { X_MAX_POS, Y_MAX_POS, Z_MAX_POS };
  193. bool axis_known_position[3] = {false, false, false};
  194. // Extruder offset
  195. #if EXTRUDERS > 1
  196. #define NUM_EXTRUDER_OFFSETS 2 // only in XY plane
  197. float extruder_offset[NUM_EXTRUDER_OFFSETS][EXTRUDERS] = {
  198. #if defined(EXTRUDER_OFFSET_X) && defined(EXTRUDER_OFFSET_Y)
  199. EXTRUDER_OFFSET_X, EXTRUDER_OFFSET_Y
  200. #endif
  201. };
  202. #endif
  203. uint8_t active_extruder = 0;
  204. int fanSpeed=0;
  205. uint8_t newFanSpeed = 0;
  206. #ifdef FWRETRACT
  207. bool retracted[EXTRUDERS]={false
  208. #if EXTRUDERS > 1
  209. , false
  210. #if EXTRUDERS > 2
  211. , false
  212. #endif
  213. #endif
  214. };
  215. bool retracted_swap[EXTRUDERS]={false
  216. #if EXTRUDERS > 1
  217. , false
  218. #if EXTRUDERS > 2
  219. , false
  220. #endif
  221. #endif
  222. };
  223. float retract_length_swap = RETRACT_LENGTH_SWAP;
  224. float retract_recover_length_swap = RETRACT_RECOVER_LENGTH_SWAP;
  225. #endif
  226. #ifdef PS_DEFAULT_OFF
  227. bool powersupply = false;
  228. #else
  229. bool powersupply = true;
  230. #endif
  231. bool cancel_heatup = false ;
  232. int8_t busy_state = NOT_BUSY;
  233. static long prev_busy_signal_ms = -1;
  234. uint8_t host_keepalive_interval = HOST_KEEPALIVE_INTERVAL;
  235. const char errormagic[] PROGMEM = "Error:";
  236. const char echomagic[] PROGMEM = "echo:";
  237. const char G28W0[] PROGMEM = "G28 W0";
  238. bool no_response = false;
  239. uint8_t important_status;
  240. uint8_t saved_filament_type;
  241. #define SAVED_TARGET_UNSET (X_MIN_POS-1)
  242. float saved_target[NUM_AXIS] = {SAVED_TARGET_UNSET, 0, 0, 0};
  243. // save/restore printing in case that mmu was not responding
  244. bool mmu_print_saved = false;
  245. // storing estimated time to end of print counted by slicer
  246. uint8_t print_percent_done_normal = PRINT_PERCENT_DONE_INIT;
  247. uint8_t print_percent_done_silent = PRINT_PERCENT_DONE_INIT;
  248. uint16_t print_time_remaining_normal = PRINT_TIME_REMAINING_INIT; //estimated remaining print time in minutes
  249. uint16_t print_time_remaining_silent = PRINT_TIME_REMAINING_INIT; //estimated remaining print time in minutes
  250. uint16_t print_time_to_change_normal = PRINT_TIME_REMAINING_INIT; //estimated remaining time to next change in minutes
  251. uint16_t print_time_to_change_silent = PRINT_TIME_REMAINING_INIT; //estimated remaining time to next change in minutes
  252. uint32_t IP_address = 0;
  253. //===========================================================================
  254. //=============================Private Variables=============================
  255. //===========================================================================
  256. #define MSG_BED_LEVELING_FAILED_TIMEOUT 30
  257. const char axis_codes[NUM_AXIS] = {'X', 'Y', 'Z', 'E'};
  258. float destination[NUM_AXIS] = { 0.0, 0.0, 0.0, 0.0};
  259. // For tracing an arc
  260. static float offset[3] = {0.0, 0.0, 0.0};
  261. // Current feedrate
  262. float feedrate = 1500.0;
  263. // Feedrate for the next move
  264. static float next_feedrate;
  265. // Original feedrate saved during homing moves
  266. static float saved_feedrate;
  267. const int sensitive_pins[] = SENSITIVE_PINS; // Sensitive pin list for M42
  268. //static float tt = 0;
  269. //static float bt = 0;
  270. //Inactivity shutdown variables
  271. static unsigned long previous_millis_cmd = 0;
  272. unsigned long max_inactive_time = 0;
  273. static unsigned long stepper_inactive_time = DEFAULT_STEPPER_DEACTIVE_TIME*1000l;
  274. static unsigned long safetytimer_inactive_time = DEFAULT_SAFETYTIMER_TIME_MINS*60*1000ul;
  275. unsigned long starttime=0;
  276. unsigned long stoptime=0;
  277. unsigned long _usb_timer = 0;
  278. bool Stopped=false;
  279. #if NUM_SERVOS > 0
  280. Servo servos[NUM_SERVOS];
  281. #endif
  282. bool target_direction;
  283. //Insert variables if CHDK is defined
  284. #ifdef CHDK
  285. unsigned long chdkHigh = 0;
  286. boolean chdkActive = false;
  287. #endif
  288. //! @name RAM save/restore printing
  289. //! @{
  290. bool saved_printing = false; //!< Print is paused and saved in RAM
  291. static uint32_t saved_sdpos = 0; //!< SD card position, or line number in case of USB printing
  292. uint8_t saved_printing_type = PRINTING_TYPE_SD;
  293. static float saved_pos[4] = { 0, 0, 0, 0 };
  294. static uint16_t saved_feedrate2 = 0; //!< Default feedrate (truncated from float)
  295. static int saved_feedmultiply2 = 0;
  296. static uint8_t saved_active_extruder = 0;
  297. static float saved_extruder_temperature = 0.0; //!< Active extruder temperature
  298. static bool saved_extruder_relative_mode = false;
  299. static int saved_fanSpeed = 0; //!< Print fan speed
  300. //! @}
  301. static int saved_feedmultiply_mm = 100;
  302. class AutoReportFeatures {
  303. union {
  304. struct {
  305. uint8_t temp : 1; //Temperature flag
  306. uint8_t fans : 1; //Fans flag
  307. uint8_t pos: 1; //Position flag
  308. uint8_t ar4 : 1; //Unused
  309. uint8_t ar5 : 1; //Unused
  310. uint8_t ar6 : 1; //Unused
  311. uint8_t ar7 : 1; //Unused
  312. } __attribute__((packed)) bits;
  313. uint8_t byte;
  314. } arFunctionsActive;
  315. uint8_t auto_report_period;
  316. public:
  317. LongTimer auto_report_timer;
  318. AutoReportFeatures():auto_report_period(0){
  319. #if defined(AUTO_REPORT)
  320. arFunctionsActive.byte = 0xff;
  321. #else
  322. arFunctionsActive.byte = 0;
  323. #endif //AUTO_REPORT
  324. }
  325. inline bool Temp()const { return arFunctionsActive.bits.temp != 0; }
  326. inline void SetTemp(uint8_t v){ arFunctionsActive.bits.temp = v; }
  327. inline bool Fans()const { return arFunctionsActive.bits.fans != 0; }
  328. inline void SetFans(uint8_t v){ arFunctionsActive.bits.fans = v; }
  329. inline bool Pos()const { return arFunctionsActive.bits.pos != 0; }
  330. inline void SetPos(uint8_t v){ arFunctionsActive.bits.pos = v; }
  331. inline void SetMask(uint8_t mask){ arFunctionsActive.byte = mask; }
  332. /// sets the autoreporting timer's period
  333. /// setting it to zero stops the timer
  334. void SetPeriod(uint8_t p){
  335. auto_report_period = p;
  336. if (auto_report_period != 0){
  337. auto_report_timer.start();
  338. } else{
  339. auto_report_timer.stop();
  340. }
  341. }
  342. inline void TimerStart() { auto_report_timer.start(); }
  343. inline bool TimerRunning()const { return auto_report_timer.running(); }
  344. inline bool TimerExpired() { return auto_report_timer.expired(auto_report_period * 1000ul); }
  345. };
  346. AutoReportFeatures autoReportFeatures;
  347. //===========================================================================
  348. //=============================Routines======================================
  349. //===========================================================================
  350. static void get_arc_coordinates();
  351. static bool setTargetedHotend(int code, uint8_t &extruder);
  352. static void print_time_remaining_init();
  353. static void wait_for_heater(long codenum, uint8_t extruder);
  354. static void gcode_G28(bool home_x_axis, bool home_y_axis, bool home_z_axis);
  355. static void gcode_M105(uint8_t extruder);
  356. static void temp_compensation_start();
  357. static void temp_compensation_apply();
  358. static bool get_PRUSA_SN(char* SN);
  359. uint16_t gcode_in_progress = 0;
  360. uint16_t mcode_in_progress = 0;
  361. void serial_echopair_P(const char *s_P, float v)
  362. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  363. void serial_echopair_P(const char *s_P, double v)
  364. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  365. void serial_echopair_P(const char *s_P, unsigned long v)
  366. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  367. /*FORCE_INLINE*/ void serialprintPGM(const char *str)
  368. {
  369. #if 0
  370. char ch=pgm_read_byte(str);
  371. while(ch)
  372. {
  373. MYSERIAL.write(ch);
  374. ch=pgm_read_byte(++str);
  375. }
  376. #else
  377. // hmm, same size as the above version, the compiler did a good job optimizing the above
  378. while( uint8_t ch = pgm_read_byte(str) ){
  379. MYSERIAL.write((char)ch);
  380. ++str;
  381. }
  382. #endif
  383. }
  384. #ifdef SDSUPPORT
  385. #include "SdFatUtil.h"
  386. int freeMemory() { return SdFatUtil::FreeRam(); }
  387. #else
  388. extern "C" {
  389. extern unsigned int __bss_end;
  390. extern unsigned int __heap_start;
  391. extern void *__brkval;
  392. int freeMemory() {
  393. int free_memory;
  394. if ((int)__brkval == 0)
  395. free_memory = ((int)&free_memory) - ((int)&__bss_end);
  396. else
  397. free_memory = ((int)&free_memory) - ((int)__brkval);
  398. return free_memory;
  399. }
  400. }
  401. #endif //!SDSUPPORT
  402. void setup_killpin()
  403. {
  404. #if defined(KILL_PIN) && KILL_PIN > -1
  405. SET_INPUT(KILL_PIN);
  406. WRITE(KILL_PIN,HIGH);
  407. #endif
  408. }
  409. // Set home pin
  410. void setup_homepin(void)
  411. {
  412. #if defined(HOME_PIN) && HOME_PIN > -1
  413. SET_INPUT(HOME_PIN);
  414. WRITE(HOME_PIN,HIGH);
  415. #endif
  416. }
  417. void setup_photpin()
  418. {
  419. #if defined(PHOTOGRAPH_PIN) && PHOTOGRAPH_PIN > -1
  420. SET_OUTPUT(PHOTOGRAPH_PIN);
  421. WRITE(PHOTOGRAPH_PIN, LOW);
  422. #endif
  423. }
  424. void setup_powerhold()
  425. {
  426. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  427. SET_OUTPUT(SUICIDE_PIN);
  428. WRITE(SUICIDE_PIN, HIGH);
  429. #endif
  430. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  431. SET_OUTPUT(PS_ON_PIN);
  432. #if defined(PS_DEFAULT_OFF)
  433. WRITE(PS_ON_PIN, PS_ON_ASLEEP);
  434. #else
  435. WRITE(PS_ON_PIN, PS_ON_AWAKE);
  436. #endif
  437. #endif
  438. }
  439. void suicide()
  440. {
  441. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  442. SET_OUTPUT(SUICIDE_PIN);
  443. WRITE(SUICIDE_PIN, LOW);
  444. #endif
  445. }
  446. void servo_init()
  447. {
  448. #if (NUM_SERVOS >= 1) && defined(SERVO0_PIN) && (SERVO0_PIN > -1)
  449. servos[0].attach(SERVO0_PIN);
  450. #endif
  451. #if (NUM_SERVOS >= 2) && defined(SERVO1_PIN) && (SERVO1_PIN > -1)
  452. servos[1].attach(SERVO1_PIN);
  453. #endif
  454. #if (NUM_SERVOS >= 3) && defined(SERVO2_PIN) && (SERVO2_PIN > -1)
  455. servos[2].attach(SERVO2_PIN);
  456. #endif
  457. #if (NUM_SERVOS >= 4) && defined(SERVO3_PIN) && (SERVO3_PIN > -1)
  458. servos[3].attach(SERVO3_PIN);
  459. #endif
  460. #if (NUM_SERVOS >= 5)
  461. #error "TODO: enter initalisation code for more servos"
  462. #endif
  463. }
  464. bool fans_check_enabled = true;
  465. #ifdef TMC2130
  466. void crashdet_stop_and_save_print()
  467. {
  468. stop_and_save_print_to_ram(10, -default_retraction); //XY - no change, Z 10mm up, E -1mm retract
  469. }
  470. void crashdet_restore_print_and_continue()
  471. {
  472. restore_print_from_ram_and_continue(default_retraction); //XYZ = orig, E +1mm unretract
  473. // babystep_apply();
  474. }
  475. void crashdet_stop_and_save_print2()
  476. {
  477. cli();
  478. planner_abort_hard(); //abort printing
  479. cmdqueue_reset(); //empty cmdqueue
  480. card.sdprinting = false;
  481. card.closefile();
  482. // Reset and re-enable the stepper timer just before the global interrupts are enabled.
  483. st_reset_timer();
  484. sei();
  485. }
  486. void crashdet_detected(uint8_t mask)
  487. {
  488. st_synchronize();
  489. static uint8_t crashDet_counter = 0;
  490. bool automatic_recovery_after_crash = true;
  491. if (crashDet_counter++ == 0) {
  492. crashDetTimer.start();
  493. }
  494. else if (crashDetTimer.expired(CRASHDET_TIMER * 1000ul)){
  495. crashDetTimer.stop();
  496. crashDet_counter = 0;
  497. }
  498. else if(crashDet_counter == CRASHDET_COUNTER_MAX){
  499. automatic_recovery_after_crash = false;
  500. crashDetTimer.stop();
  501. crashDet_counter = 0;
  502. }
  503. else {
  504. crashDetTimer.start();
  505. }
  506. lcd_update_enable(true);
  507. lcd_clear();
  508. lcd_update(2);
  509. if (mask & X_AXIS_MASK)
  510. {
  511. eeprom_update_byte((uint8_t*)EEPROM_CRASH_COUNT_X, eeprom_read_byte((uint8_t*)EEPROM_CRASH_COUNT_X) + 1);
  512. eeprom_update_word((uint16_t*)EEPROM_CRASH_COUNT_X_TOT, eeprom_read_word((uint16_t*)EEPROM_CRASH_COUNT_X_TOT) + 1);
  513. }
  514. if (mask & Y_AXIS_MASK)
  515. {
  516. eeprom_update_byte((uint8_t*)EEPROM_CRASH_COUNT_Y, eeprom_read_byte((uint8_t*)EEPROM_CRASH_COUNT_Y) + 1);
  517. eeprom_update_word((uint16_t*)EEPROM_CRASH_COUNT_Y_TOT, eeprom_read_word((uint16_t*)EEPROM_CRASH_COUNT_Y_TOT) + 1);
  518. }
  519. lcd_update_enable(true);
  520. lcd_update(2);
  521. lcd_setstatuspgm(_T(MSG_CRASH_DETECTED));
  522. gcode_G28(true, true, false); //home X and Y
  523. st_synchronize();
  524. if (automatic_recovery_after_crash) {
  525. enquecommand_P(PSTR("CRASH_RECOVER"));
  526. }else{
  527. setTargetHotend(0, active_extruder);
  528. bool yesno = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Crash detected. Resume print?"), false);
  529. lcd_update_enable(true);
  530. if (yesno)
  531. {
  532. enquecommand_P(PSTR("CRASH_RECOVER"));
  533. }
  534. else
  535. {
  536. enquecommand_P(PSTR("CRASH_CANCEL"));
  537. }
  538. }
  539. }
  540. void crashdet_recover()
  541. {
  542. crashdet_restore_print_and_continue();
  543. if (lcd_crash_detect_enabled()) tmc2130_sg_stop_on_crash = true;
  544. }
  545. void crashdet_cancel()
  546. {
  547. saved_printing = false;
  548. tmc2130_sg_stop_on_crash = true;
  549. if (saved_printing_type == PRINTING_TYPE_SD) {
  550. lcd_print_stop();
  551. }else if(saved_printing_type == PRINTING_TYPE_USB){
  552. SERIAL_ECHOLNRPGM(MSG_OCTOPRINT_CANCEL); //for Octoprint: works the same as clicking "Abort" button in Octoprint GUI
  553. cmdqueue_reset();
  554. }
  555. }
  556. #endif //TMC2130
  557. void failstats_reset_print()
  558. {
  559. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_X, 0);
  560. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_Y, 0);
  561. eeprom_update_byte((uint8_t *)EEPROM_FERROR_COUNT, 0);
  562. eeprom_update_byte((uint8_t *)EEPROM_POWER_COUNT, 0);
  563. eeprom_update_byte((uint8_t *)EEPROM_MMU_FAIL, 0);
  564. eeprom_update_byte((uint8_t *)EEPROM_MMU_LOAD_FAIL, 0);
  565. #if defined(FILAMENT_SENSOR) && defined(PAT9125)
  566. fsensor_softfail = 0;
  567. #endif
  568. }
  569. void softReset()
  570. {
  571. cli();
  572. wdt_enable(WDTO_15MS);
  573. while(1);
  574. }
  575. #ifdef MESH_BED_LEVELING
  576. enum MeshLevelingState { MeshReport, MeshStart, MeshNext, MeshSet };
  577. #endif
  578. static void factory_reset_stats(){
  579. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, 0);
  580. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, 0);
  581. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_X, 0);
  582. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_Y, 0);
  583. eeprom_update_byte((uint8_t *)EEPROM_FERROR_COUNT, 0);
  584. eeprom_update_byte((uint8_t *)EEPROM_POWER_COUNT, 0);
  585. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_X_TOT, 0);
  586. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_Y_TOT, 0);
  587. eeprom_update_word((uint16_t *)EEPROM_FERROR_COUNT_TOT, 0);
  588. eeprom_update_word((uint16_t *)EEPROM_POWER_COUNT_TOT, 0);
  589. eeprom_update_word((uint16_t *)EEPROM_MMU_FAIL_TOT, 0);
  590. eeprom_update_word((uint16_t *)EEPROM_MMU_LOAD_FAIL_TOT, 0);
  591. eeprom_update_byte((uint8_t *)EEPROM_MMU_FAIL, 0);
  592. eeprom_update_byte((uint8_t *)EEPROM_MMU_LOAD_FAIL, 0);
  593. }
  594. // Factory reset function
  595. // This function is used to erase parts or whole EEPROM memory which is used for storing calibration and and so on.
  596. // Level input parameter sets depth of reset
  597. static void factory_reset(char level)
  598. {
  599. lcd_clear();
  600. Sound_MakeCustom(100,0,false);
  601. switch (level) {
  602. case 0: // Level 0: Language reset
  603. lang_reset();
  604. break;
  605. case 1: //Level 1: Reset statistics
  606. factory_reset_stats();
  607. lcd_menu_statistics();
  608. break;
  609. case 2: // Level 2: Prepare for shipping
  610. factory_reset_stats();
  611. // [[fallthrough]] // there is no break intentionally
  612. case 4: // Level 4: Preparation after being serviced
  613. // Force language selection at the next boot up.
  614. lang_reset();
  615. // Force the "Follow calibration flow" message at the next boot up.
  616. calibration_status_store(CALIBRATION_STATUS_Z_CALIBRATION);
  617. eeprom_write_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 2); //run wizard
  618. farm_mode = false;
  619. eeprom_update_byte((uint8_t*)EEPROM_FARM_MODE, farm_mode);
  620. #ifdef FILAMENT_SENSOR
  621. fsensor_enable();
  622. fsensor_autoload_set(true);
  623. #endif //FILAMENT_SENSOR
  624. break;
  625. case 3:
  626. menu_progressbar_init(EEPROM_TOP, PSTR("ERASING all data"));
  627. // Erase EEPROM
  628. for (uint16_t i = 0; i < EEPROM_TOP; i++) {
  629. eeprom_update_byte((uint8_t*)i, 0xFF);
  630. menu_progressbar_update(i);
  631. }
  632. menu_progressbar_finish();
  633. softReset();
  634. break;
  635. #ifdef SNMM
  636. case 5:
  637. bowden_menu();
  638. break;
  639. #endif
  640. default:
  641. break;
  642. }
  643. }
  644. extern "C" {
  645. FILE _uartout; //= {0}; Global variable is always zero initialized. No need to explicitly state this.
  646. }
  647. int uart_putchar(char c, FILE *)
  648. {
  649. MYSERIAL.write(c);
  650. return 0;
  651. }
  652. void lcd_splash()
  653. {
  654. lcd_clear(); // clears display and homes screen
  655. lcd_puts_P(PSTR("\n Original Prusa i3\n Prusa Research"));
  656. }
  657. void factory_reset()
  658. {
  659. KEEPALIVE_STATE(PAUSED_FOR_USER);
  660. if (!READ(BTN_ENC))
  661. {
  662. _delay_ms(1000);
  663. if (!READ(BTN_ENC))
  664. {
  665. lcd_clear();
  666. lcd_puts_P(PSTR("Factory RESET"));
  667. SET_OUTPUT(BEEPER);
  668. if(eSoundMode!=e_SOUND_MODE_SILENT)
  669. WRITE(BEEPER, HIGH);
  670. while (!READ(BTN_ENC));
  671. WRITE(BEEPER, LOW);
  672. _delay_ms(2000);
  673. char level = reset_menu();
  674. factory_reset(level);
  675. switch (level) {
  676. case 0:
  677. case 1:
  678. case 2:
  679. case 3:
  680. case 4: _delay_ms(0); break;
  681. }
  682. }
  683. }
  684. KEEPALIVE_STATE(IN_HANDLER);
  685. }
  686. void show_fw_version_warnings() {
  687. if (FW_DEV_VERSION == FW_VERSION_GOLD || FW_DEV_VERSION == FW_VERSION_RC) return;
  688. switch (FW_DEV_VERSION) {
  689. 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
  690. 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
  691. case(FW_VERSION_DEVEL):
  692. case(FW_VERSION_DEBUG):
  693. lcd_update_enable(false);
  694. lcd_clear();
  695. #if FW_DEV_VERSION == FW_VERSION_DEVEL
  696. lcd_puts_at_P(0, 0, PSTR("Development build !!"));
  697. #else
  698. lcd_puts_at_P(0, 0, PSTR("Debbugging build !!!"));
  699. #endif
  700. lcd_puts_at_P(0, 1, PSTR("May destroy printer!"));
  701. lcd_puts_at_P(0, 2, PSTR("ver ")); lcd_puts_P(PSTR(FW_VERSION_FULL));
  702. lcd_puts_at_P(0, 3, PSTR(FW_REPOSITORY));
  703. lcd_wait_for_click();
  704. break;
  705. // 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
  706. }
  707. lcd_update_enable(true);
  708. }
  709. //! @brief try to check if firmware is on right type of printer
  710. static void check_if_fw_is_on_right_printer(){
  711. #ifdef FILAMENT_SENSOR
  712. if((PRINTER_TYPE == PRINTER_MK3) || (PRINTER_TYPE == PRINTER_MK3S)){
  713. #ifdef IR_SENSOR
  714. if (pat9125_probe()){
  715. lcd_show_fullscreen_message_and_wait_P(_i("MK3S firmware detected on MK3 printer"));}////c=20 r=3
  716. #endif //IR_SENSOR
  717. #ifdef PAT9125
  718. //will return 1 only if IR can detect filament in bondtech extruder so this may fail even when we have IR sensor
  719. const uint8_t ir_detected = !READ(IR_SENSOR_PIN);
  720. if (ir_detected){
  721. lcd_show_fullscreen_message_and_wait_P(_i("MK3 firmware detected on MK3S printer"));}////c=20 r=3
  722. #endif //PAT9125
  723. }
  724. #endif //FILAMENT_SENSOR
  725. }
  726. uint8_t check_printer_version()
  727. {
  728. uint8_t version_changed = 0;
  729. uint16_t printer_type = eeprom_read_word((uint16_t*)EEPROM_PRINTER_TYPE);
  730. uint16_t motherboard = eeprom_read_word((uint16_t*)EEPROM_BOARD_TYPE);
  731. if (printer_type != PRINTER_TYPE) {
  732. if (printer_type == 0xffff) eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  733. else version_changed |= 0b10;
  734. }
  735. if (motherboard != MOTHERBOARD) {
  736. if(motherboard == 0xffff) eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  737. else version_changed |= 0b01;
  738. }
  739. return version_changed;
  740. }
  741. #ifdef BOOTAPP
  742. #include "bootapp.h" //bootloader support
  743. #endif //BOOTAPP
  744. #if (LANG_MODE != 0) //secondary language support
  745. #ifdef XFLASH
  746. // language update from external flash
  747. #define LANGBOOT_BLOCKSIZE 0x1000u
  748. #define LANGBOOT_RAMBUFFER 0x0800
  749. void update_sec_lang_from_external_flash()
  750. {
  751. if ((boot_app_magic == BOOT_APP_MAGIC) && (boot_app_flags & BOOT_APP_FLG_USER0))
  752. {
  753. uint8_t lang = boot_reserved >> 4;
  754. uint8_t state = boot_reserved & 0xf;
  755. lang_table_header_t header;
  756. uint32_t src_addr;
  757. if (lang_get_header(lang, &header, &src_addr))
  758. {
  759. lcd_puts_at_P(1,3,PSTR("Language update."));
  760. for (uint8_t i = 0; i < state; i++) fputc('.', lcdout);
  761. _delay(100);
  762. boot_reserved = (state + 1) | (lang << 4);
  763. if ((state * LANGBOOT_BLOCKSIZE) < header.size)
  764. {
  765. cli();
  766. uint16_t size = header.size - state * LANGBOOT_BLOCKSIZE;
  767. if (size > LANGBOOT_BLOCKSIZE) size = LANGBOOT_BLOCKSIZE;
  768. xflash_rd_data(src_addr + state * LANGBOOT_BLOCKSIZE, (uint8_t*)LANGBOOT_RAMBUFFER, size);
  769. if (state == 0)
  770. {
  771. //TODO - check header integrity
  772. }
  773. bootapp_ram2flash(LANGBOOT_RAMBUFFER, _SEC_LANG_TABLE + state * LANGBOOT_BLOCKSIZE, size);
  774. }
  775. else
  776. {
  777. //TODO - check sec lang data integrity
  778. eeprom_update_byte((unsigned char *)EEPROM_LANG, LANG_ID_SEC);
  779. }
  780. }
  781. }
  782. boot_app_flags &= ~BOOT_APP_FLG_USER0;
  783. }
  784. #ifdef DEBUG_XFLASH
  785. uint8_t lang_xflash_enum_codes(uint16_t* codes)
  786. {
  787. lang_table_header_t header;
  788. uint8_t count = 0;
  789. uint32_t addr = 0x00000;
  790. while (1)
  791. {
  792. printf_P(_n("LANGTABLE%d:"), count);
  793. xflash_rd_data(addr, (uint8_t*)&header, sizeof(lang_table_header_t));
  794. if (header.magic != LANG_MAGIC)
  795. {
  796. puts_P(_n("NG!"));
  797. break;
  798. }
  799. puts_P(_n("OK"));
  800. printf_P(_n(" _lt_magic = 0x%08lx %S\n"), header.magic, (header.magic==LANG_MAGIC)?_n("OK"):_n("NA"));
  801. printf_P(_n(" _lt_size = 0x%04x (%d)\n"), header.size, header.size);
  802. printf_P(_n(" _lt_count = 0x%04x (%d)\n"), header.count, header.count);
  803. printf_P(_n(" _lt_chsum = 0x%04x\n"), header.checksum);
  804. printf_P(_n(" _lt_code = 0x%04x (%c%c)\n"), header.code, header.code >> 8, header.code & 0xff);
  805. printf_P(_n(" _lt_sign = 0x%08lx\n"), header.signature);
  806. addr += header.size;
  807. codes[count] = header.code;
  808. count ++;
  809. }
  810. return count;
  811. }
  812. void list_sec_lang_from_external_flash()
  813. {
  814. uint16_t codes[8];
  815. uint8_t count = lang_xflash_enum_codes(codes);
  816. printf_P(_n("XFlash lang count = %hhd\n"), count);
  817. }
  818. #endif //DEBUG_XFLASH
  819. #endif //XFLASH
  820. #endif //(LANG_MODE != 0)
  821. static void xflash_err_msg()
  822. {
  823. lcd_clear();
  824. lcd_puts_P(_n("External SPI flash\nXFLASH is not res-\nponding. Language\nswitch unavailable."));
  825. }
  826. // "Setup" function is called by the Arduino framework on startup.
  827. // Before startup, the Timers-functions (PWM)/Analog RW and HardwareSerial provided by the Arduino-code
  828. // are initialized by the main() routine provided by the Arduino framework.
  829. void setup()
  830. {
  831. timer2_init(); // enables functional millis
  832. mmu_init();
  833. ultralcd_init();
  834. spi_init();
  835. lcd_splash();
  836. Sound_Init(); // also guarantee "SET_OUTPUT(BEEPER)"
  837. selectedSerialPort = eeprom_read_byte((uint8_t *)EEPROM_SECOND_SERIAL_ACTIVE);
  838. if (selectedSerialPort == 0xFF) selectedSerialPort = 0;
  839. eeprom_update_byte((uint8_t *)EEPROM_SECOND_SERIAL_ACTIVE, selectedSerialPort);
  840. MYSERIAL.begin(BAUDRATE);
  841. fdev_setup_stream(uartout, uart_putchar, NULL, _FDEV_SETUP_WRITE); //setup uart out stream
  842. stdout = uartout;
  843. #ifdef XFLASH
  844. bool xflash_success = xflash_init();
  845. uint8_t optiboot_status = 1;
  846. if (xflash_success)
  847. {
  848. optiboot_status = optiboot_xflash_enter();
  849. #if (LANG_MODE != 0) //secondary language support
  850. update_sec_lang_from_external_flash();
  851. #endif //(LANG_MODE != 0)
  852. }
  853. else
  854. {
  855. xflash_err_msg();
  856. }
  857. #else
  858. const bool xflash_success = true;
  859. #endif //XFLASH
  860. setup_killpin();
  861. setup_powerhold();
  862. farm_mode = eeprom_read_byte((uint8_t*)EEPROM_FARM_MODE);
  863. if (farm_mode == 0xFF)
  864. 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
  865. if (farm_mode)
  866. {
  867. no_response = true; //we need confirmation by recieving PRUSA thx
  868. important_status = 8;
  869. prusa_statistics(8);
  870. #ifdef HAS_SECOND_SERIAL_PORT
  871. selectedSerialPort = 1;
  872. #endif //HAS_SECOND_SERIAL_PORT
  873. MYSERIAL.begin(BAUDRATE);
  874. #ifdef TMC2130
  875. //increased extruder current (PFW363)
  876. tmc2130_current_h[E_AXIS] = 36;
  877. tmc2130_current_r[E_AXIS] = 36;
  878. #endif //TMC2130
  879. #ifdef FILAMENT_SENSOR
  880. //disabled filament autoload (PFW360)
  881. fsensor_autoload_set(false);
  882. #endif //FILAMENT_SENSOR
  883. // ~ FanCheck -> on
  884. if(!(eeprom_read_byte((uint8_t*)EEPROM_FAN_CHECK_ENABLED)))
  885. eeprom_update_byte((unsigned char *)EEPROM_FAN_CHECK_ENABLED,true);
  886. }
  887. //saved EEPROM SN is not valid. Try to retrieve it.
  888. //SN is valid only if it is NULL terminated. Any other character means either uninitialized or corrupted
  889. if (eeprom_read_byte((uint8_t*)EEPROM_PRUSA_SN + 19))
  890. {
  891. char SN[20];
  892. if (get_PRUSA_SN(SN))
  893. {
  894. eeprom_update_block(SN, (uint8_t*)EEPROM_PRUSA_SN, 20);
  895. puts_P(PSTR("SN updated"));
  896. }
  897. else
  898. puts_P(PSTR("SN update failed"));
  899. }
  900. #ifndef XFLASH
  901. SERIAL_PROTOCOLLNPGM("start");
  902. #else
  903. if ((optiboot_status != 0) || (selectedSerialPort != 0))
  904. SERIAL_PROTOCOLLNPGM("start");
  905. #endif
  906. SERIAL_ECHO_START;
  907. puts_P(PSTR(" " FW_VERSION_FULL));
  908. //SERIAL_ECHOPAIR("Active sheet before:", static_cast<unsigned long int>(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet))));
  909. #ifdef DEBUG_SEC_LANG
  910. lang_table_header_t header;
  911. uint32_t src_addr = 0x00000;
  912. if (lang_get_header(1, &header, &src_addr))
  913. {
  914. //this is comparsion of some printing-methods regarding to flash space usage and code size/readability
  915. #define LT_PRINT_TEST 2
  916. // flash usage
  917. // total p.test
  918. //0 252718 t+c text code
  919. //1 253142 424 170 254
  920. //2 253040 322 164 158
  921. //3 253248 530 135 395
  922. #if (LT_PRINT_TEST==1) //not optimized printf
  923. printf_P(_n(" _src_addr = 0x%08lx\n"), src_addr);
  924. printf_P(_n(" _lt_magic = 0x%08lx %S\n"), header.magic, (header.magic==LANG_MAGIC)?_n("OK"):_n("NA"));
  925. printf_P(_n(" _lt_size = 0x%04x (%d)\n"), header.size, header.size);
  926. printf_P(_n(" _lt_count = 0x%04x (%d)\n"), header.count, header.count);
  927. printf_P(_n(" _lt_chsum = 0x%04x\n"), header.checksum);
  928. printf_P(_n(" _lt_code = 0x%04x (%c%c)\n"), header.code, header.code >> 8, header.code & 0xff);
  929. printf_P(_n(" _lt_sign = 0x%08lx\n"), header.signature);
  930. #elif (LT_PRINT_TEST==2) //optimized printf
  931. printf_P(
  932. _n(
  933. " _src_addr = 0x%08lx\n"
  934. " _lt_magic = 0x%08lx %S\n"
  935. " _lt_size = 0x%04x (%d)\n"
  936. " _lt_count = 0x%04x (%d)\n"
  937. " _lt_chsum = 0x%04x\n"
  938. " _lt_code = 0x%04x (%c%c)\n"
  939. " _lt_resv1 = 0x%08lx\n"
  940. ),
  941. src_addr,
  942. header.magic, (header.magic==LANG_MAGIC)?_n("OK"):_n("NA"),
  943. header.size, header.size,
  944. header.count, header.count,
  945. header.checksum,
  946. header.code, header.code >> 8, header.code & 0xff,
  947. header.signature
  948. );
  949. #elif (LT_PRINT_TEST==3) //arduino print/println (leading zeros not solved)
  950. MYSERIAL.print(" _src_addr = 0x");
  951. MYSERIAL.println(src_addr, 16);
  952. MYSERIAL.print(" _lt_magic = 0x");
  953. MYSERIAL.print(header.magic, 16);
  954. MYSERIAL.println((header.magic==LANG_MAGIC)?" OK":" NA");
  955. MYSERIAL.print(" _lt_size = 0x");
  956. MYSERIAL.print(header.size, 16);
  957. MYSERIAL.print(" (");
  958. MYSERIAL.print(header.size, 10);
  959. MYSERIAL.println(")");
  960. MYSERIAL.print(" _lt_count = 0x");
  961. MYSERIAL.print(header.count, 16);
  962. MYSERIAL.print(" (");
  963. MYSERIAL.print(header.count, 10);
  964. MYSERIAL.println(")");
  965. MYSERIAL.print(" _lt_chsum = 0x");
  966. MYSERIAL.println(header.checksum, 16);
  967. MYSERIAL.print(" _lt_code = 0x");
  968. MYSERIAL.print(header.code, 16);
  969. MYSERIAL.print(" (");
  970. MYSERIAL.print((char)(header.code >> 8), 0);
  971. MYSERIAL.print((char)(header.code & 0xff), 0);
  972. MYSERIAL.println(")");
  973. MYSERIAL.print(" _lt_resv1 = 0x");
  974. MYSERIAL.println(header.signature, 16);
  975. #endif //(LT_PRINT_TEST==)
  976. #undef LT_PRINT_TEST
  977. #if 0
  978. xflash_rd_data(0x25ba, (uint8_t*)&block_buffer, 1024);
  979. for (uint16_t i = 0; i < 1024; i++)
  980. {
  981. if ((i % 16) == 0) printf_P(_n("%04x:"), 0x25ba+i);
  982. printf_P(_n(" %02x"), ((uint8_t*)&block_buffer)[i]);
  983. if ((i % 16) == 15) putchar('\n');
  984. }
  985. #endif
  986. uint16_t sum = 0;
  987. for (uint16_t i = 0; i < header.size; i++)
  988. sum += (uint16_t)pgm_read_byte((uint8_t*)(_SEC_LANG_TABLE + i)) << ((i & 1)?0:8);
  989. printf_P(_n("_SEC_LANG_TABLE checksum = %04x\n"), sum);
  990. sum -= header.checksum; //subtract checksum
  991. printf_P(_n("_SEC_LANG_TABLE checksum = %04x\n"), sum);
  992. sum = (sum >> 8) | ((sum & 0xff) << 8); //swap bytes
  993. if (sum == header.checksum)
  994. puts_P(_n("Checksum OK"), sum);
  995. else
  996. puts_P(_n("Checksum NG"), sum);
  997. }
  998. else
  999. puts_P(_n("lang_get_header failed!"));
  1000. #if 0
  1001. for (uint16_t i = 0; i < 1024*10; i++)
  1002. {
  1003. if ((i % 16) == 0) printf_P(_n("%04x:"), _SEC_LANG_TABLE+i);
  1004. printf_P(_n(" %02x"), pgm_read_byte((uint8_t*)(_SEC_LANG_TABLE+i)));
  1005. if ((i % 16) == 15) putchar('\n');
  1006. }
  1007. #endif
  1008. #if 0
  1009. SERIAL_ECHOLN("Reading eeprom from 0 to 100: start");
  1010. for (int i = 0; i < 4096; ++i) {
  1011. int b = eeprom_read_byte((unsigned char*)i);
  1012. if (b != 255) {
  1013. SERIAL_ECHO(i);
  1014. SERIAL_ECHO(":");
  1015. SERIAL_ECHO(b);
  1016. SERIAL_ECHOLN("");
  1017. }
  1018. }
  1019. SERIAL_ECHOLN("Reading eeprom from 0 to 100: done");
  1020. #endif
  1021. #endif //DEBUG_SEC_LANG
  1022. // Check startup - does nothing if bootloader sets MCUSR to 0
  1023. byte mcu = MCUSR;
  1024. /* if (mcu & 1) SERIAL_ECHOLNRPGM(MSG_POWERUP);
  1025. if (mcu & 2) SERIAL_ECHOLNRPGM(MSG_EXTERNAL_RESET);
  1026. if (mcu & 4) SERIAL_ECHOLNRPGM(MSG_BROWNOUT_RESET);
  1027. if (mcu & 8) SERIAL_ECHOLNRPGM(MSG_WATCHDOG_RESET);
  1028. if (mcu & 32) SERIAL_ECHOLNRPGM(MSG_SOFTWARE_RESET);*/
  1029. if (mcu & 1) puts_P(MSG_POWERUP);
  1030. if (mcu & 2) puts_P(MSG_EXTERNAL_RESET);
  1031. if (mcu & 4) puts_P(MSG_BROWNOUT_RESET);
  1032. if (mcu & 8) puts_P(MSG_WATCHDOG_RESET);
  1033. if (mcu & 32) puts_P(MSG_SOFTWARE_RESET);
  1034. MCUSR = 0;
  1035. //SERIAL_ECHORPGM(MSG_MARLIN);
  1036. //SERIAL_ECHOLNRPGM(VERSION_STRING);
  1037. #ifdef STRING_VERSION_CONFIG_H
  1038. #ifdef STRING_CONFIG_H_AUTHOR
  1039. SERIAL_ECHO_START;
  1040. SERIAL_ECHORPGM(_n(" Last Updated: "));////MSG_CONFIGURATION_VER
  1041. SERIAL_ECHOPGM(STRING_VERSION_CONFIG_H);
  1042. SERIAL_ECHORPGM(_n(" | Author: "));////MSG_AUTHOR
  1043. SERIAL_ECHOLNPGM(STRING_CONFIG_H_AUTHOR);
  1044. SERIAL_ECHOPGM("Compiled: ");
  1045. SERIAL_ECHOLNPGM(__DATE__);
  1046. #endif
  1047. #endif
  1048. SERIAL_ECHO_START;
  1049. SERIAL_ECHORPGM(_n(" Free Memory: "));////MSG_FREE_MEMORY
  1050. SERIAL_ECHO(freeMemory());
  1051. SERIAL_ECHORPGM(_n(" PlannerBufferBytes: "));////MSG_PLANNER_BUFFER_BYTES
  1052. SERIAL_ECHOLN((int)sizeof(block_t)*BLOCK_BUFFER_SIZE);
  1053. //lcd_update_enable(false); // why do we need this?? - andre
  1054. // loads data from EEPROM if available else uses defaults (and resets step acceleration rate)
  1055. bool previous_settings_retrieved = false;
  1056. uint8_t hw_changed = check_printer_version();
  1057. 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
  1058. previous_settings_retrieved = Config_RetrieveSettings();
  1059. }
  1060. else { //printer version was changed so use default settings
  1061. Config_ResetDefault();
  1062. }
  1063. SdFatUtil::set_stack_guard(); //writes magic number at the end of static variables to protect against overwriting static memory by stack
  1064. tp_init(); // Initialize temperature loop
  1065. if (xflash_success) lcd_splash(); // we need to do this again, because tp_init() kills lcd
  1066. else
  1067. {
  1068. xflash_err_msg();
  1069. puts_P(_n("XFLASH not responding."));
  1070. }
  1071. #ifdef EXTRUDER_ALTFAN_DETECT
  1072. SERIAL_ECHORPGM(_n("Extruder fan type: "));
  1073. if (extruder_altfan_detect())
  1074. SERIAL_ECHOLNRPGM(PSTR("ALTFAN"));
  1075. else
  1076. SERIAL_ECHOLNRPGM(PSTR("NOCTUA"));
  1077. #endif //EXTRUDER_ALTFAN_DETECT
  1078. plan_init(); // Initialize planner;
  1079. factory_reset();
  1080. if (eeprom_read_dword((uint32_t*)(EEPROM_TOP - 4)) == 0x0ffffffff &&
  1081. eeprom_read_dword((uint32_t*)(EEPROM_TOP - 8)) == 0x0ffffffff)
  1082. {
  1083. // Maiden startup. The firmware has been loaded and first started on a virgin RAMBo board,
  1084. // where all the EEPROM entries are set to 0x0ff.
  1085. // Once a firmware boots up, it forces at least a language selection, which changes
  1086. // EEPROM_LANG to number lower than 0x0ff.
  1087. // 1) Set a high power mode.
  1088. eeprom_update_byte((uint8_t*)EEPROM_SILENT, SILENT_MODE_OFF);
  1089. #ifdef TMC2130
  1090. tmc2130_mode = TMC2130_MODE_NORMAL;
  1091. #endif //TMC2130
  1092. eeprom_write_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 1); //run wizard
  1093. }
  1094. lcd_encoder_diff=0;
  1095. #ifdef TMC2130
  1096. uint8_t silentMode = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
  1097. if (silentMode == 0xff) silentMode = 0;
  1098. tmc2130_mode = TMC2130_MODE_NORMAL;
  1099. if (lcd_crash_detect_enabled() && !farm_mode)
  1100. {
  1101. lcd_crash_detect_enable();
  1102. puts_P(_N("CrashDetect ENABLED!"));
  1103. }
  1104. else
  1105. {
  1106. lcd_crash_detect_disable();
  1107. puts_P(_N("CrashDetect DISABLED"));
  1108. }
  1109. #ifdef TMC2130_LINEARITY_CORRECTION
  1110. #ifdef TMC2130_LINEARITY_CORRECTION_XYZ
  1111. tmc2130_wave_fac[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_X_FAC);
  1112. tmc2130_wave_fac[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_Y_FAC);
  1113. tmc2130_wave_fac[Z_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_Z_FAC);
  1114. #endif //TMC2130_LINEARITY_CORRECTION_XYZ
  1115. tmc2130_wave_fac[E_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_E_FAC);
  1116. if (tmc2130_wave_fac[X_AXIS] == 0xff) tmc2130_wave_fac[X_AXIS] = 0;
  1117. if (tmc2130_wave_fac[Y_AXIS] == 0xff) tmc2130_wave_fac[Y_AXIS] = 0;
  1118. if (tmc2130_wave_fac[Z_AXIS] == 0xff) tmc2130_wave_fac[Z_AXIS] = 0;
  1119. if (tmc2130_wave_fac[E_AXIS] == 0xff) tmc2130_wave_fac[E_AXIS] = 0;
  1120. #endif //TMC2130_LINEARITY_CORRECTION
  1121. #ifdef TMC2130_VARIABLE_RESOLUTION
  1122. tmc2130_mres[X_AXIS] = tmc2130_usteps2mres(cs.axis_ustep_resolution[X_AXIS]);
  1123. tmc2130_mres[Y_AXIS] = tmc2130_usteps2mres(cs.axis_ustep_resolution[Y_AXIS]);
  1124. tmc2130_mres[Z_AXIS] = tmc2130_usteps2mres(cs.axis_ustep_resolution[Z_AXIS]);
  1125. tmc2130_mres[E_AXIS] = tmc2130_usteps2mres(cs.axis_ustep_resolution[E_AXIS]);
  1126. #else //TMC2130_VARIABLE_RESOLUTION
  1127. tmc2130_mres[X_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_XY);
  1128. tmc2130_mres[Y_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_XY);
  1129. tmc2130_mres[Z_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_Z);
  1130. tmc2130_mres[E_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_E);
  1131. #endif //TMC2130_VARIABLE_RESOLUTION
  1132. #endif //TMC2130
  1133. st_init(); // Initialize stepper, this enables interrupts!
  1134. #ifdef TMC2130
  1135. tmc2130_mode = silentMode?TMC2130_MODE_SILENT:TMC2130_MODE_NORMAL;
  1136. update_mode_profile();
  1137. tmc2130_init();
  1138. #endif //TMC2130
  1139. #ifdef PSU_Delta
  1140. init_force_z(); // ! important for correct Z-axis initialization
  1141. #endif // PSU_Delta
  1142. setup_photpin();
  1143. servo_init();
  1144. // Reset the machine correction matrix.
  1145. // It does not make sense to load the correction matrix until the machine is homed.
  1146. world2machine_reset();
  1147. // Initialize current_position accounting for software endstops to
  1148. // avoid unexpected initial shifts on the first move
  1149. clamp_to_software_endstops(current_position);
  1150. plan_set_position_curposXYZE();
  1151. #ifdef FILAMENT_SENSOR
  1152. fsensor_init();
  1153. #endif //FILAMENT_SENSOR
  1154. #if defined(CONTROLLERFAN_PIN) && (CONTROLLERFAN_PIN > -1)
  1155. SET_OUTPUT(CONTROLLERFAN_PIN); //Set pin used for driver cooling fan
  1156. #endif
  1157. setup_homepin();
  1158. #if defined(Z_AXIS_ALWAYS_ON)
  1159. enable_z();
  1160. #endif
  1161. farm_mode = eeprom_read_byte((uint8_t*)EEPROM_FARM_MODE);
  1162. if (farm_mode == 0xFF) 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
  1163. if (farm_mode)
  1164. {
  1165. prusa_statistics(8);
  1166. }
  1167. // Enable Toshiba FlashAir SD card / WiFi enahanced card.
  1168. card.ToshibaFlashAir_enable(eeprom_read_byte((unsigned char*)EEPROM_TOSHIBA_FLASH_AIR_COMPATIBLITY) == 1);
  1169. // Force SD card update. Otherwise the SD card update is done from loop() on card.checkautostart(false),
  1170. // but this times out if a blocking dialog is shown in setup().
  1171. card.initsd();
  1172. #ifdef DEBUG_SD_SPEED_TEST
  1173. if (card.cardOK)
  1174. {
  1175. uint8_t* buff = (uint8_t*)block_buffer;
  1176. uint32_t block = 0;
  1177. uint32_t sumr = 0;
  1178. uint32_t sumw = 0;
  1179. for (int i = 0; i < 1024; i++)
  1180. {
  1181. uint32_t u = _micros();
  1182. bool res = card.card.readBlock(i, buff);
  1183. u = _micros() - u;
  1184. if (res)
  1185. {
  1186. printf_P(PSTR("readBlock %4d 512 bytes %lu us\n"), i, u);
  1187. sumr += u;
  1188. u = _micros();
  1189. res = card.card.writeBlock(i, buff);
  1190. u = _micros() - u;
  1191. if (res)
  1192. {
  1193. printf_P(PSTR("writeBlock %4d 512 bytes %lu us\n"), i, u);
  1194. sumw += u;
  1195. }
  1196. else
  1197. {
  1198. printf_P(PSTR("writeBlock %4d error\n"), i);
  1199. break;
  1200. }
  1201. }
  1202. else
  1203. {
  1204. printf_P(PSTR("readBlock %4d error\n"), i);
  1205. break;
  1206. }
  1207. }
  1208. uint32_t avg_rspeed = (1024 * 1000000) / (sumr / 512);
  1209. uint32_t avg_wspeed = (1024 * 1000000) / (sumw / 512);
  1210. printf_P(PSTR("avg read speed %lu bytes/s\n"), avg_rspeed);
  1211. printf_P(PSTR("avg write speed %lu bytes/s\n"), avg_wspeed);
  1212. }
  1213. else
  1214. printf_P(PSTR("Card NG!\n"));
  1215. #endif //DEBUG_SD_SPEED_TEST
  1216. eeprom_init();
  1217. #ifdef SNMM
  1218. if (eeprom_read_dword((uint32_t*)EEPROM_BOWDEN_LENGTH) == 0x0ffffffff) { //bowden length used for SNMM
  1219. int _z = BOWDEN_LENGTH;
  1220. for(int i = 0; i<4; i++) EEPROM_save_B(EEPROM_BOWDEN_LENGTH + i * 2, &_z);
  1221. }
  1222. #endif
  1223. // In the future, somewhere here would one compare the current firmware version against the firmware version stored in the EEPROM.
  1224. // If they differ, an update procedure may need to be performed. At the end of this block, the current firmware version
  1225. // is being written into the EEPROM, so the update procedure will be triggered only once.
  1226. #if (LANG_MODE != 0) //secondary language support
  1227. #ifdef DEBUG_XFLASH
  1228. XFLASH_SPI_ENTER();
  1229. uint8_t uid[8]; // 64bit unique id
  1230. xflash_rd_uid(uid);
  1231. puts_P(_n("XFLASH UID="));
  1232. for (uint8_t i = 0; i < 8; i ++)
  1233. printf_P(PSTR("%02hhx"), uid[i]);
  1234. putchar('\n');
  1235. list_sec_lang_from_external_flash();
  1236. #endif //DEBUG_XFLASH
  1237. // lang_reset();
  1238. if (!lang_select(eeprom_read_byte((uint8_t*)EEPROM_LANG)))
  1239. lcd_language();
  1240. #ifdef DEBUG_SEC_LANG
  1241. uint16_t sec_lang_code = lang_get_code(1);
  1242. uint16_t ui = _SEC_LANG_TABLE; //table pointer
  1243. 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);
  1244. lang_print_sec_lang(uartout);
  1245. #endif //DEBUG_SEC_LANG
  1246. #endif //(LANG_MODE != 0)
  1247. if (eeprom_read_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE) == 255) {
  1248. eeprom_write_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE, 0);
  1249. }
  1250. if (eeprom_read_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA) == 255) {
  1251. //eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0);
  1252. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  1253. int16_t z_shift = 0;
  1254. for (uint8_t i = 0; i < 5; i++) EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i * 2, &z_shift);
  1255. eeprom_write_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE, 0);
  1256. }
  1257. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO) == 255) {
  1258. eeprom_write_byte((uint8_t*)EEPROM_UVLO, 0);
  1259. }
  1260. if (eeprom_read_byte((uint8_t*)EEPROM_SD_SORT) == 255) {
  1261. eeprom_write_byte((uint8_t*)EEPROM_SD_SORT, 0);
  1262. }
  1263. //mbl_mode_init();
  1264. mbl_settings_init();
  1265. SilentModeMenu_MMU = eeprom_read_byte((uint8_t*)EEPROM_MMU_STEALTH);
  1266. if (SilentModeMenu_MMU == 255) {
  1267. SilentModeMenu_MMU = 1;
  1268. eeprom_write_byte((uint8_t*)EEPROM_MMU_STEALTH, SilentModeMenu_MMU);
  1269. }
  1270. #if !defined(DEBUG_DISABLE_FANCHECK) && defined(FANCHECK) && defined(TACH_1) && TACH_1 >-1
  1271. setup_fan_interrupt();
  1272. #endif //DEBUG_DISABLE_FANCHECK
  1273. #ifdef PAT9125
  1274. fsensor_setup_interrupt();
  1275. #endif //PAT9125
  1276. for (int i = 0; i<4; i++) EEPROM_read_B(EEPROM_BOWDEN_LENGTH + i * 2, &bowden_length[i]);
  1277. #ifndef DEBUG_DISABLE_STARTMSGS
  1278. KEEPALIVE_STATE(PAUSED_FOR_USER);
  1279. if (!farm_mode) {
  1280. check_if_fw_is_on_right_printer();
  1281. show_fw_version_warnings();
  1282. }
  1283. switch (hw_changed) {
  1284. //if motherboard or printer type was changed inform user as it can indicate flashing wrong firmware version
  1285. //if user confirms with knob, new hw version (printer and/or motherboard) is written to eeprom and message will be not shown next time
  1286. case(0b01):
  1287. lcd_show_fullscreen_message_and_wait_P(_i("Warning: motherboard type changed.")); ////MSG_CHANGED_MOTHERBOARD c=20 r=4
  1288. eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  1289. break;
  1290. case(0b10):
  1291. lcd_show_fullscreen_message_and_wait_P(_i("Warning: printer type changed.")); ////MSG_CHANGED_PRINTER c=20 r=4
  1292. eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  1293. break;
  1294. case(0b11):
  1295. lcd_show_fullscreen_message_and_wait_P(_i("Warning: both printer type and motherboard type changed.")); ////MSG_CHANGED_BOTH c=20 r=4
  1296. eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  1297. eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  1298. break;
  1299. default: break; //no change, show no message
  1300. }
  1301. if (!previous_settings_retrieved) {
  1302. 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=5
  1303. Config_StoreSettings();
  1304. }
  1305. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) >= 1) {
  1306. lcd_wizard(WizState::Run);
  1307. }
  1308. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) == 0) { //dont show calibration status messages if wizard is currently active
  1309. if (calibration_status() == CALIBRATION_STATUS_ASSEMBLED ||
  1310. calibration_status() == CALIBRATION_STATUS_UNKNOWN ||
  1311. calibration_status() == CALIBRATION_STATUS_XYZ_CALIBRATION) {
  1312. // Reset the babystepping values, so the printer will not move the Z axis up when the babystepping is enabled.
  1313. eeprom_update_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),0);
  1314. // Show the message.
  1315. lcd_show_fullscreen_message_and_wait_P(_T(MSG_FOLLOW_CALIBRATION_FLOW));
  1316. }
  1317. else if (calibration_status() == CALIBRATION_STATUS_LIVE_ADJUST) {
  1318. // Show the message.
  1319. lcd_show_fullscreen_message_and_wait_P(_T(MSG_BABYSTEP_Z_NOT_SET));
  1320. lcd_update_enable(true);
  1321. }
  1322. else if (calibration_status() == CALIBRATION_STATUS_CALIBRATED && eeprom_read_byte((unsigned char *)EEPROM_TEMP_CAL_ACTIVE) && calibration_status_pinda() == false) {
  1323. //lcd_show_fullscreen_message_and_wait_P(_i("Temperature calibration has not been run yet"));////MSG_PINDA_NOT_CALIBRATED c=20 r=4
  1324. lcd_update_enable(true);
  1325. }
  1326. else if (calibration_status() == CALIBRATION_STATUS_Z_CALIBRATION) {
  1327. // Show the message.
  1328. lcd_show_fullscreen_message_and_wait_P(_T(MSG_FOLLOW_Z_CALIBRATION_FLOW));
  1329. }
  1330. }
  1331. #if !defined (DEBUG_DISABLE_FORCE_SELFTEST) && defined (TMC2130)
  1332. if (force_selftest_if_fw_version() && calibration_status() < CALIBRATION_STATUS_ASSEMBLED) {
  1333. lcd_show_fullscreen_message_and_wait_P(_i("Selftest will be run to calibrate accurate sensorless rehoming."));////MSG_FORCE_SELFTEST c=20 r=8
  1334. update_current_firmware_version_to_eeprom();
  1335. lcd_selftest();
  1336. }
  1337. #endif //TMC2130 && !DEBUG_DISABLE_FORCE_SELFTEST
  1338. KEEPALIVE_STATE(IN_PROCESS);
  1339. #endif //DEBUG_DISABLE_STARTMSGS
  1340. lcd_update_enable(true);
  1341. lcd_clear();
  1342. lcd_update(2);
  1343. // Store the currently running firmware into an eeprom,
  1344. // so the next time the firmware gets updated, it will know from which version it has been updated.
  1345. update_current_firmware_version_to_eeprom();
  1346. #ifdef TMC2130
  1347. tmc2130_home_origin[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_X_ORIGIN);
  1348. tmc2130_home_bsteps[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_X_BSTEPS);
  1349. tmc2130_home_fsteps[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_X_FSTEPS);
  1350. if (tmc2130_home_origin[X_AXIS] == 0xff) tmc2130_home_origin[X_AXIS] = 0;
  1351. if (tmc2130_home_bsteps[X_AXIS] == 0xff) tmc2130_home_bsteps[X_AXIS] = 48;
  1352. if (tmc2130_home_fsteps[X_AXIS] == 0xff) tmc2130_home_fsteps[X_AXIS] = 48;
  1353. tmc2130_home_origin[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_ORIGIN);
  1354. tmc2130_home_bsteps[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_BSTEPS);
  1355. tmc2130_home_fsteps[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_FSTEPS);
  1356. if (tmc2130_home_origin[Y_AXIS] == 0xff) tmc2130_home_origin[Y_AXIS] = 0;
  1357. if (tmc2130_home_bsteps[Y_AXIS] == 0xff) tmc2130_home_bsteps[Y_AXIS] = 48;
  1358. if (tmc2130_home_fsteps[Y_AXIS] == 0xff) tmc2130_home_fsteps[Y_AXIS] = 48;
  1359. tmc2130_home_enabled = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_ENABLED);
  1360. if (tmc2130_home_enabled == 0xff) tmc2130_home_enabled = 0;
  1361. #endif //TMC2130
  1362. #ifdef UVLO_SUPPORT
  1363. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO) != 0) { //previous print was terminated by UVLO
  1364. /*
  1365. if (lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_RECOVER_PRINT), false)) recover_print();
  1366. else {
  1367. eeprom_update_byte((uint8_t*)EEPROM_UVLO, 0);
  1368. lcd_update_enable(true);
  1369. lcd_update(2);
  1370. lcd_setstatuspgm(_T(WELCOME_MSG));
  1371. }
  1372. */
  1373. manage_heater(); // Update temperatures
  1374. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1375. 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));
  1376. #endif
  1377. if ( degBed() > ( (float)eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED) - AUTOMATIC_UVLO_BED_TEMP_OFFSET) ){
  1378. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1379. puts_P(_N("Automatic recovery!"));
  1380. #endif
  1381. recover_print(1);
  1382. }
  1383. else{
  1384. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1385. puts_P(_N("Normal recovery!"));
  1386. #endif
  1387. if ( lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_RECOVER_PRINT), false) ) recover_print(0);
  1388. else {
  1389. eeprom_update_byte((uint8_t*)EEPROM_UVLO, 0);
  1390. lcd_update_enable(true);
  1391. lcd_update(2);
  1392. lcd_setstatuspgm(_T(WELCOME_MSG));
  1393. }
  1394. }
  1395. }
  1396. // Only arm the uvlo interrupt _after_ a recovering print has been initialized and
  1397. // the entire state machine initialized.
  1398. setup_uvlo_interrupt();
  1399. #endif //UVLO_SUPPORT
  1400. fCheckModeInit();
  1401. fSetMmuMode(mmu_enabled);
  1402. KEEPALIVE_STATE(NOT_BUSY);
  1403. #ifdef WATCHDOG
  1404. wdt_enable(WDTO_4S);
  1405. #endif //WATCHDOG
  1406. }
  1407. void trace();
  1408. #define CHUNK_SIZE 64 // bytes
  1409. #define SAFETY_MARGIN 1
  1410. char chunk[CHUNK_SIZE+SAFETY_MARGIN];
  1411. int chunkHead = 0;
  1412. void serial_read_stream() {
  1413. setAllTargetHotends(0);
  1414. setTargetBed(0);
  1415. lcd_clear();
  1416. lcd_puts_P(PSTR(" Upload in progress"));
  1417. // first wait for how many bytes we will receive
  1418. uint32_t bytesToReceive;
  1419. // receive the four bytes
  1420. char bytesToReceiveBuffer[4];
  1421. for (int i=0; i<4; i++) {
  1422. int data;
  1423. while ((data = MYSERIAL.read()) == -1) {};
  1424. bytesToReceiveBuffer[i] = data;
  1425. }
  1426. // make it a uint32
  1427. memcpy(&bytesToReceive, &bytesToReceiveBuffer, 4);
  1428. // we're ready, notify the sender
  1429. MYSERIAL.write('+');
  1430. // lock in the routine
  1431. uint32_t receivedBytes = 0;
  1432. while (prusa_sd_card_upload) {
  1433. int i;
  1434. for (i=0; i<CHUNK_SIZE; i++) {
  1435. int data;
  1436. // check if we're not done
  1437. if (receivedBytes == bytesToReceive) {
  1438. break;
  1439. }
  1440. // read the next byte
  1441. while ((data = MYSERIAL.read()) == -1) {};
  1442. receivedBytes++;
  1443. // save it to the chunk
  1444. chunk[i] = data;
  1445. }
  1446. // write the chunk to SD
  1447. card.write_command_no_newline(&chunk[0]);
  1448. // notify the sender we're ready for more data
  1449. MYSERIAL.write('+');
  1450. // for safety
  1451. manage_heater();
  1452. // check if we're done
  1453. if(receivedBytes == bytesToReceive) {
  1454. trace(); // beep
  1455. card.closefile();
  1456. prusa_sd_card_upload = false;
  1457. SERIAL_PROTOCOLLNRPGM(MSG_FILE_SAVED);
  1458. }
  1459. }
  1460. }
  1461. /**
  1462. * Output a "busy" message at regular intervals
  1463. * while the machine is not accepting commands.
  1464. */
  1465. void host_keepalive() {
  1466. #ifndef HOST_KEEPALIVE_FEATURE
  1467. return;
  1468. #endif //HOST_KEEPALIVE_FEATURE
  1469. if (farm_mode) return;
  1470. long ms = _millis();
  1471. #if defined(AUTO_REPORT)
  1472. {
  1473. if (autoReportFeatures.TimerExpired())
  1474. {
  1475. if(autoReportFeatures.Temp()){
  1476. gcode_M105(active_extruder);
  1477. }
  1478. if(autoReportFeatures.Pos()){
  1479. gcode_M114();
  1480. }
  1481. #if defined(AUTO_REPORT) && (defined(FANCHECK) && (((defined(TACH_0) && (TACH_0 >-1)) || (defined(TACH_1) && (TACH_1 > -1)))))
  1482. if(autoReportFeatures.Fans()){
  1483. gcode_M123();
  1484. }
  1485. #endif //AUTO_REPORT and (FANCHECK and TACH_0 or TACH_1)
  1486. autoReportFeatures.TimerStart();
  1487. }
  1488. }
  1489. #endif //AUTO_REPORT
  1490. if (host_keepalive_interval && busy_state != NOT_BUSY) {
  1491. if ((ms - prev_busy_signal_ms) < (long)(1000L * host_keepalive_interval)) return;
  1492. switch (busy_state) {
  1493. case IN_HANDLER:
  1494. case IN_PROCESS:
  1495. SERIAL_ECHO_START;
  1496. SERIAL_ECHOLNPGM("busy: processing");
  1497. break;
  1498. case PAUSED_FOR_USER:
  1499. SERIAL_ECHO_START;
  1500. SERIAL_ECHOLNPGM("busy: paused for user");
  1501. break;
  1502. case PAUSED_FOR_INPUT:
  1503. SERIAL_ECHO_START;
  1504. SERIAL_ECHOLNPGM("busy: paused for input");
  1505. break;
  1506. default:
  1507. break;
  1508. }
  1509. }
  1510. prev_busy_signal_ms = ms;
  1511. }
  1512. // The loop() function is called in an endless loop by the Arduino framework from the default main() routine.
  1513. // Before loop(), the setup() function is called by the main() routine.
  1514. void loop()
  1515. {
  1516. KEEPALIVE_STATE(NOT_BUSY);
  1517. if ((usb_printing_counter > 0) && ((_millis()-_usb_timer) > 1000))
  1518. {
  1519. is_usb_printing = true;
  1520. usb_printing_counter--;
  1521. _usb_timer = _millis();
  1522. }
  1523. if (usb_printing_counter == 0)
  1524. {
  1525. is_usb_printing = false;
  1526. }
  1527. if (isPrintPaused && saved_printing_type == PRINTING_TYPE_USB) //keep believing that usb is being printed. Prevents accessing dangerous menus while pausing.
  1528. {
  1529. is_usb_printing = true;
  1530. }
  1531. #ifdef FANCHECK
  1532. if (fan_check_error && isPrintPaused && !IS_SD_PRINTING) {
  1533. KEEPALIVE_STATE(PAUSED_FOR_USER);
  1534. host_keepalive(); //prevent timeouts since usb processing is disabled until print is resumed. This is for a crude way of pausing a print on all hosts.
  1535. }
  1536. #endif
  1537. if (prusa_sd_card_upload)
  1538. {
  1539. //we read byte-by byte
  1540. serial_read_stream();
  1541. }
  1542. else
  1543. {
  1544. get_command();
  1545. #ifdef SDSUPPORT
  1546. card.checkautostart(false);
  1547. #endif
  1548. if(buflen)
  1549. {
  1550. cmdbuffer_front_already_processed = false;
  1551. #ifdef SDSUPPORT
  1552. if(card.saving)
  1553. {
  1554. // Saving a G-code file onto an SD-card is in progress.
  1555. // Saving starts with M28, saving until M29 is seen.
  1556. if(strstr_P(CMDBUFFER_CURRENT_STRING, PSTR("M29")) == NULL) {
  1557. card.write_command(CMDBUFFER_CURRENT_STRING);
  1558. if(card.logging)
  1559. process_commands();
  1560. else
  1561. SERIAL_PROTOCOLLNRPGM(MSG_OK);
  1562. } else {
  1563. card.closefile();
  1564. SERIAL_PROTOCOLLNRPGM(MSG_FILE_SAVED);
  1565. }
  1566. } else {
  1567. process_commands();
  1568. }
  1569. #else
  1570. process_commands();
  1571. #endif //SDSUPPORT
  1572. if (! cmdbuffer_front_already_processed && buflen)
  1573. {
  1574. // ptr points to the start of the block currently being processed.
  1575. // The first character in the block is the block type.
  1576. char *ptr = cmdbuffer + bufindr;
  1577. if (*ptr == CMDBUFFER_CURRENT_TYPE_SDCARD) {
  1578. // To support power panic, move the lenght of the command on the SD card to a planner buffer.
  1579. union {
  1580. struct {
  1581. char lo;
  1582. char hi;
  1583. } lohi;
  1584. uint16_t value;
  1585. } sdlen;
  1586. sdlen.value = 0;
  1587. {
  1588. // This block locks the interrupts globally for 3.25 us,
  1589. // which corresponds to a maximum repeat frequency of 307.69 kHz.
  1590. // This blocking is safe in the context of a 10kHz stepper driver interrupt
  1591. // or a 115200 Bd serial line receive interrupt, which will not trigger faster than 12kHz.
  1592. cli();
  1593. // Reset the command to something, which will be ignored by the power panic routine,
  1594. // so this buffer length will not be counted twice.
  1595. *ptr ++ = CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED;
  1596. // Extract the current buffer length.
  1597. sdlen.lohi.lo = *ptr ++;
  1598. sdlen.lohi.hi = *ptr;
  1599. // and pass it to the planner queue.
  1600. planner_add_sd_length(sdlen.value);
  1601. sei();
  1602. }
  1603. }
  1604. else if((*ptr == CMDBUFFER_CURRENT_TYPE_USB_WITH_LINENR) && !IS_SD_PRINTING){
  1605. cli();
  1606. *ptr ++ = CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED;
  1607. // and one for each command to previous block in the planner queue.
  1608. planner_add_sd_length(1);
  1609. sei();
  1610. }
  1611. // Now it is safe to release the already processed command block. If interrupted by the power panic now,
  1612. // this block's SD card length will not be counted twice as its command type has been replaced
  1613. // by CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED.
  1614. cmdqueue_pop_front();
  1615. }
  1616. host_keepalive();
  1617. }
  1618. }
  1619. //check heater every n milliseconds
  1620. manage_heater();
  1621. isPrintPaused ? manage_inactivity(true) : manage_inactivity(false);
  1622. checkHitEndstops();
  1623. lcd_update(0);
  1624. #ifdef TMC2130
  1625. tmc2130_check_overtemp();
  1626. if (tmc2130_sg_crash)
  1627. {
  1628. uint8_t crash = tmc2130_sg_crash;
  1629. tmc2130_sg_crash = 0;
  1630. // crashdet_stop_and_save_print();
  1631. switch (crash)
  1632. {
  1633. case 1: enquecommand_P((PSTR("CRASH_DETECTEDX"))); break;
  1634. case 2: enquecommand_P((PSTR("CRASH_DETECTEDY"))); break;
  1635. case 3: enquecommand_P((PSTR("CRASH_DETECTEDXY"))); break;
  1636. }
  1637. }
  1638. #endif //TMC2130
  1639. mmu_loop();
  1640. }
  1641. #define DEFINE_PGM_READ_ANY(type, reader) \
  1642. static inline type pgm_read_any(const type *p) \
  1643. { return pgm_read_##reader##_near(p); }
  1644. DEFINE_PGM_READ_ANY(float, float);
  1645. DEFINE_PGM_READ_ANY(signed char, byte);
  1646. #define XYZ_CONSTS_FROM_CONFIG(type, array, CONFIG) \
  1647. static const PROGMEM type array##_P[3] = \
  1648. { X_##CONFIG, Y_##CONFIG, Z_##CONFIG }; \
  1649. static inline type array(int axis) \
  1650. { return pgm_read_any(&array##_P[axis]); } \
  1651. type array##_ext(int axis) \
  1652. { return pgm_read_any(&array##_P[axis]); }
  1653. XYZ_CONSTS_FROM_CONFIG(float, base_min_pos, MIN_POS);
  1654. XYZ_CONSTS_FROM_CONFIG(float, base_max_pos, MAX_POS);
  1655. XYZ_CONSTS_FROM_CONFIG(float, base_home_pos, HOME_POS);
  1656. XYZ_CONSTS_FROM_CONFIG(float, max_length, MAX_LENGTH);
  1657. XYZ_CONSTS_FROM_CONFIG(float, home_retract_mm, HOME_RETRACT_MM);
  1658. XYZ_CONSTS_FROM_CONFIG(signed char, home_dir, HOME_DIR);
  1659. static void axis_is_at_home(int axis) {
  1660. current_position[axis] = base_home_pos(axis) + cs.add_homing[axis];
  1661. min_pos[axis] = base_min_pos(axis) + cs.add_homing[axis];
  1662. max_pos[axis] = base_max_pos(axis) + cs.add_homing[axis];
  1663. }
  1664. //! @return original feedmultiply
  1665. static int setup_for_endstop_move(bool enable_endstops_now = true) {
  1666. saved_feedrate = feedrate;
  1667. int l_feedmultiply = feedmultiply;
  1668. feedmultiply = 100;
  1669. previous_millis_cmd = _millis();
  1670. enable_endstops(enable_endstops_now);
  1671. return l_feedmultiply;
  1672. }
  1673. //! @param original_feedmultiply feedmultiply to restore
  1674. static void clean_up_after_endstop_move(int original_feedmultiply) {
  1675. #ifdef ENDSTOPS_ONLY_FOR_HOMING
  1676. enable_endstops(false);
  1677. #endif
  1678. feedrate = saved_feedrate;
  1679. feedmultiply = original_feedmultiply;
  1680. previous_millis_cmd = _millis();
  1681. }
  1682. #ifdef ENABLE_AUTO_BED_LEVELING
  1683. #ifdef AUTO_BED_LEVELING_GRID
  1684. static void set_bed_level_equation_lsq(double *plane_equation_coefficients)
  1685. {
  1686. vector_3 planeNormal = vector_3(-plane_equation_coefficients[0], -plane_equation_coefficients[1], 1);
  1687. planeNormal.debug("planeNormal");
  1688. plan_bed_level_matrix = matrix_3x3::create_look_at(planeNormal);
  1689. //bedLevel.debug("bedLevel");
  1690. //plan_bed_level_matrix.debug("bed level before");
  1691. //vector_3 uncorrected_position = plan_get_position_mm();
  1692. //uncorrected_position.debug("position before");
  1693. vector_3 corrected_position = plan_get_position();
  1694. // corrected_position.debug("position after");
  1695. current_position[X_AXIS] = corrected_position.x;
  1696. current_position[Y_AXIS] = corrected_position.y;
  1697. current_position[Z_AXIS] = corrected_position.z;
  1698. // put the bed at 0 so we don't go below it.
  1699. current_position[Z_AXIS] = cs.zprobe_zoffset; // in the lsq we reach here after raising the extruder due to the loop structure
  1700. plan_set_position_curposXYZE();
  1701. }
  1702. #else // not AUTO_BED_LEVELING_GRID
  1703. static void set_bed_level_equation_3pts(float z_at_pt_1, float z_at_pt_2, float z_at_pt_3) {
  1704. plan_bed_level_matrix.set_to_identity();
  1705. vector_3 pt1 = vector_3(ABL_PROBE_PT_1_X, ABL_PROBE_PT_1_Y, z_at_pt_1);
  1706. vector_3 pt2 = vector_3(ABL_PROBE_PT_2_X, ABL_PROBE_PT_2_Y, z_at_pt_2);
  1707. vector_3 pt3 = vector_3(ABL_PROBE_PT_3_X, ABL_PROBE_PT_3_Y, z_at_pt_3);
  1708. vector_3 from_2_to_1 = (pt1 - pt2).get_normal();
  1709. vector_3 from_2_to_3 = (pt3 - pt2).get_normal();
  1710. vector_3 planeNormal = vector_3::cross(from_2_to_1, from_2_to_3).get_normal();
  1711. planeNormal = vector_3(planeNormal.x, planeNormal.y, abs(planeNormal.z));
  1712. plan_bed_level_matrix = matrix_3x3::create_look_at(planeNormal);
  1713. vector_3 corrected_position = plan_get_position();
  1714. current_position[X_AXIS] = corrected_position.x;
  1715. current_position[Y_AXIS] = corrected_position.y;
  1716. current_position[Z_AXIS] = corrected_position.z;
  1717. // put the bed at 0 so we don't go below it.
  1718. current_position[Z_AXIS] = cs.zprobe_zoffset;
  1719. plan_set_position_curposXYZE();
  1720. }
  1721. #endif // AUTO_BED_LEVELING_GRID
  1722. static void run_z_probe() {
  1723. plan_bed_level_matrix.set_to_identity();
  1724. feedrate = homing_feedrate[Z_AXIS];
  1725. // move down until you find the bed
  1726. float zPosition = -10;
  1727. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1728. st_synchronize();
  1729. // we have to let the planner know where we are right now as it is not where we said to go.
  1730. zPosition = st_get_position_mm(Z_AXIS);
  1731. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS]);
  1732. // move up the retract distance
  1733. zPosition += home_retract_mm(Z_AXIS);
  1734. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1735. st_synchronize();
  1736. // move back down slowly to find bed
  1737. feedrate = homing_feedrate[Z_AXIS]/4;
  1738. zPosition -= home_retract_mm(Z_AXIS) * 2;
  1739. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1740. st_synchronize();
  1741. current_position[Z_AXIS] = st_get_position_mm(Z_AXIS);
  1742. // make sure the planner knows where we are as it may be a bit different than we last said to move to
  1743. plan_set_position_curposXYZE();
  1744. }
  1745. static void do_blocking_move_to(float x, float y, float z) {
  1746. float oldFeedRate = feedrate;
  1747. feedrate = homing_feedrate[Z_AXIS];
  1748. current_position[Z_AXIS] = z;
  1749. plan_buffer_line_curposXYZE(feedrate/60, active_extruder);
  1750. st_synchronize();
  1751. feedrate = XY_TRAVEL_SPEED;
  1752. current_position[X_AXIS] = x;
  1753. current_position[Y_AXIS] = y;
  1754. plan_buffer_line_curposXYZE(feedrate/60, active_extruder);
  1755. st_synchronize();
  1756. feedrate = oldFeedRate;
  1757. }
  1758. static void do_blocking_move_relative(float offset_x, float offset_y, float offset_z) {
  1759. do_blocking_move_to(current_position[X_AXIS] + offset_x, current_position[Y_AXIS] + offset_y, current_position[Z_AXIS] + offset_z);
  1760. }
  1761. /// Probe bed height at position (x,y), returns the measured z value
  1762. static float probe_pt(float x, float y, float z_before) {
  1763. // move to right place
  1764. do_blocking_move_to(current_position[X_AXIS], current_position[Y_AXIS], z_before);
  1765. do_blocking_move_to(x - X_PROBE_OFFSET_FROM_EXTRUDER, y - Y_PROBE_OFFSET_FROM_EXTRUDER, current_position[Z_AXIS]);
  1766. run_z_probe();
  1767. float measured_z = current_position[Z_AXIS];
  1768. SERIAL_PROTOCOLRPGM(_T(MSG_BED));
  1769. SERIAL_PROTOCOLPGM(" x: ");
  1770. SERIAL_PROTOCOL(x);
  1771. SERIAL_PROTOCOLPGM(" y: ");
  1772. SERIAL_PROTOCOL(y);
  1773. SERIAL_PROTOCOLPGM(" z: ");
  1774. SERIAL_PROTOCOL(measured_z);
  1775. SERIAL_PROTOCOLPGM("\n");
  1776. return measured_z;
  1777. }
  1778. #endif // #ifdef ENABLE_AUTO_BED_LEVELING
  1779. #ifdef LIN_ADVANCE
  1780. /**
  1781. * M900: Set and/or Get advance K factor
  1782. *
  1783. * K<factor> Set advance K factor
  1784. */
  1785. inline void gcode_M900() {
  1786. float newK = code_seen('K') ? code_value_float() : -2;
  1787. #ifdef LA_NOCOMPAT
  1788. if (newK >= 0 && newK < LA_K_MAX)
  1789. extruder_advance_K = newK;
  1790. else
  1791. SERIAL_ECHOLNPGM("K out of allowed range!");
  1792. #else
  1793. if (newK == 0)
  1794. {
  1795. extruder_advance_K = 0;
  1796. la10c_reset();
  1797. }
  1798. else
  1799. {
  1800. newK = la10c_value(newK);
  1801. if (newK < 0)
  1802. SERIAL_ECHOLNPGM("K out of allowed range!");
  1803. else
  1804. extruder_advance_K = newK;
  1805. }
  1806. #endif
  1807. SERIAL_ECHO_START;
  1808. SERIAL_ECHOPGM("Advance K=");
  1809. SERIAL_ECHOLN(extruder_advance_K);
  1810. }
  1811. #endif // LIN_ADVANCE
  1812. bool check_commands() {
  1813. bool end_command_found = false;
  1814. while (buflen)
  1815. {
  1816. if ((code_seen_P(PSTR("M84"))) || (code_seen_P(PSTR("M 84")))) end_command_found = true;
  1817. if (!cmdbuffer_front_already_processed)
  1818. cmdqueue_pop_front();
  1819. cmdbuffer_front_already_processed = false;
  1820. }
  1821. return end_command_found;
  1822. }
  1823. // raise_z_above: slowly raise Z to the requested height
  1824. //
  1825. // contrarily to a simple move, this function will carefully plan a move
  1826. // when the current Z position is unknown. In such cases, stallguard is
  1827. // enabled and will prevent prolonged pushing against the Z tops
  1828. void raise_z_above(float target, bool plan)
  1829. {
  1830. if (current_position[Z_AXIS] >= target)
  1831. return;
  1832. // Z needs raising
  1833. current_position[Z_AXIS] = target;
  1834. #if defined(Z_MIN_PIN) && (Z_MIN_PIN > -1) && !defined(DEBUG_DISABLE_ZMINLIMIT)
  1835. bool z_min_endstop = (READ(Z_MIN_PIN) != Z_MIN_ENDSTOP_INVERTING);
  1836. #else
  1837. bool z_min_endstop = false;
  1838. #endif
  1839. if (axis_known_position[Z_AXIS] || z_min_endstop)
  1840. {
  1841. // current position is known or very low, it's safe to raise Z
  1842. if(plan) plan_buffer_line_curposXYZE(max_feedrate[Z_AXIS]);
  1843. return;
  1844. }
  1845. // ensure Z is powered in normal mode to overcome initial load
  1846. enable_z();
  1847. st_synchronize();
  1848. // rely on crashguard to limit damage
  1849. bool z_endstop_enabled = enable_z_endstop(true);
  1850. #ifdef TMC2130
  1851. tmc2130_home_enter(Z_AXIS_MASK);
  1852. #endif //TMC2130
  1853. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 60);
  1854. st_synchronize();
  1855. #ifdef TMC2130
  1856. if (endstop_z_hit_on_purpose())
  1857. {
  1858. // not necessarily exact, but will avoid further vertical moves
  1859. current_position[Z_AXIS] = max_pos[Z_AXIS];
  1860. plan_set_position_curposXYZE();
  1861. }
  1862. tmc2130_home_exit();
  1863. #endif //TMC2130
  1864. enable_z_endstop(z_endstop_enabled);
  1865. }
  1866. #ifdef TMC2130
  1867. bool calibrate_z_auto()
  1868. {
  1869. //lcd_display_message_fullscreen_P(_T(MSG_CALIBRATE_Z_AUTO));
  1870. lcd_clear();
  1871. lcd_puts_at_P(0, 1, _T(MSG_CALIBRATE_Z_AUTO));
  1872. bool endstops_enabled = enable_endstops(true);
  1873. int axis_up_dir = -home_dir(Z_AXIS);
  1874. tmc2130_home_enter(Z_AXIS_MASK);
  1875. current_position[Z_AXIS] = 0;
  1876. plan_set_position_curposXYZE();
  1877. set_destination_to_current();
  1878. destination[Z_AXIS] += (1.1 * max_length(Z_AXIS) * axis_up_dir);
  1879. feedrate = homing_feedrate[Z_AXIS];
  1880. plan_buffer_line_destinationXYZE(feedrate / 60);
  1881. st_synchronize();
  1882. // current_position[axis] = 0;
  1883. // plan_set_position_curposXYZE();
  1884. tmc2130_home_exit();
  1885. enable_endstops(false);
  1886. current_position[Z_AXIS] = 0;
  1887. plan_set_position_curposXYZE();
  1888. set_destination_to_current();
  1889. destination[Z_AXIS] += 10 * axis_up_dir; //10mm up
  1890. feedrate = homing_feedrate[Z_AXIS] / 2;
  1891. plan_buffer_line_destinationXYZE(feedrate / 60);
  1892. st_synchronize();
  1893. enable_endstops(endstops_enabled);
  1894. if (PRINTER_TYPE == PRINTER_MK3) {
  1895. current_position[Z_AXIS] = Z_MAX_POS + 2.0;
  1896. }
  1897. else {
  1898. current_position[Z_AXIS] = Z_MAX_POS + 9.0;
  1899. }
  1900. plan_set_position_curposXYZE();
  1901. return true;
  1902. }
  1903. #endif //TMC2130
  1904. #ifdef TMC2130
  1905. static void check_Z_crash(void)
  1906. {
  1907. if (READ(Z_TMC2130_DIAG) != 0) { //Z crash
  1908. FORCE_HIGH_POWER_END;
  1909. current_position[Z_AXIS] = 0;
  1910. plan_set_position_curposXYZE();
  1911. current_position[Z_AXIS] += MESH_HOME_Z_SEARCH;
  1912. plan_buffer_line_curposXYZE(max_feedrate[Z_AXIS]);
  1913. st_synchronize();
  1914. kill(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  1915. }
  1916. }
  1917. #endif //TMC2130
  1918. #ifdef TMC2130
  1919. void homeaxis(int axis, uint8_t cnt, uint8_t* pstep)
  1920. #else
  1921. void homeaxis(int axis, uint8_t cnt)
  1922. #endif //TMC2130
  1923. {
  1924. bool endstops_enabled = enable_endstops(true); //RP: endstops should be allways enabled durring homing
  1925. #define HOMEAXIS_DO(LETTER) \
  1926. ((LETTER##_MIN_PIN > -1 && LETTER##_HOME_DIR==-1) || (LETTER##_MAX_PIN > -1 && LETTER##_HOME_DIR==1))
  1927. if ((axis==X_AXIS)?HOMEAXIS_DO(X):(axis==Y_AXIS)?HOMEAXIS_DO(Y):0)
  1928. {
  1929. int axis_home_dir = home_dir(axis);
  1930. feedrate = homing_feedrate[axis];
  1931. #ifdef TMC2130
  1932. tmc2130_home_enter(X_AXIS_MASK << axis);
  1933. #endif //TMC2130
  1934. // Move away a bit, so that the print head does not touch the end position,
  1935. // and the following movement to endstop has a chance to achieve the required velocity
  1936. // for the stall guard to work.
  1937. current_position[axis] = 0;
  1938. plan_set_position_curposXYZE();
  1939. set_destination_to_current();
  1940. // destination[axis] = 11.f;
  1941. destination[axis] = -3.f * axis_home_dir;
  1942. plan_buffer_line_destinationXYZE(feedrate/60);
  1943. st_synchronize();
  1944. // Move away from the possible collision with opposite endstop with the collision detection disabled.
  1945. endstops_hit_on_purpose();
  1946. enable_endstops(false);
  1947. current_position[axis] = 0;
  1948. plan_set_position_curposXYZE();
  1949. destination[axis] = 1. * axis_home_dir;
  1950. plan_buffer_line_destinationXYZE(feedrate/60);
  1951. st_synchronize();
  1952. // Now continue to move up to the left end stop with the collision detection enabled.
  1953. enable_endstops(true);
  1954. destination[axis] = 1.1 * axis_home_dir * max_length(axis);
  1955. plan_buffer_line_destinationXYZE(feedrate/60);
  1956. st_synchronize();
  1957. for (uint8_t i = 0; i < cnt; i++)
  1958. {
  1959. // Move away from the collision to a known distance from the left end stop with the collision detection disabled.
  1960. endstops_hit_on_purpose();
  1961. enable_endstops(false);
  1962. current_position[axis] = 0;
  1963. plan_set_position_curposXYZE();
  1964. destination[axis] = -10.f * axis_home_dir;
  1965. plan_buffer_line_destinationXYZE(feedrate/60);
  1966. st_synchronize();
  1967. endstops_hit_on_purpose();
  1968. // Now move left up to the collision, this time with a repeatable velocity.
  1969. enable_endstops(true);
  1970. destination[axis] = 11.f * axis_home_dir;
  1971. #ifdef TMC2130
  1972. feedrate = homing_feedrate[axis];
  1973. #else //TMC2130
  1974. feedrate = homing_feedrate[axis] / 2;
  1975. #endif //TMC2130
  1976. plan_buffer_line_destinationXYZE(feedrate/60);
  1977. st_synchronize();
  1978. #ifdef TMC2130
  1979. uint16_t mscnt = tmc2130_rd_MSCNT(axis);
  1980. if (pstep) pstep[i] = mscnt >> 4;
  1981. printf_P(PSTR("%3d step=%2d mscnt=%4d\n"), i, mscnt >> 4, mscnt);
  1982. #endif //TMC2130
  1983. }
  1984. endstops_hit_on_purpose();
  1985. enable_endstops(false);
  1986. #ifdef TMC2130
  1987. uint8_t orig = tmc2130_home_origin[axis];
  1988. uint8_t back = tmc2130_home_bsteps[axis];
  1989. if (tmc2130_home_enabled && (orig <= 63))
  1990. {
  1991. tmc2130_goto_step(axis, orig, 2, 1000, tmc2130_get_res(axis));
  1992. if (back > 0)
  1993. tmc2130_do_steps(axis, back, -axis_home_dir, 1000);
  1994. }
  1995. else
  1996. tmc2130_do_steps(axis, 8, -axis_home_dir, 1000);
  1997. tmc2130_home_exit();
  1998. #endif //TMC2130
  1999. axis_is_at_home(axis);
  2000. axis_known_position[axis] = true;
  2001. // Move from minimum
  2002. #ifdef TMC2130
  2003. float dist = - axis_home_dir * 0.01f * tmc2130_home_fsteps[axis];
  2004. #else //TMC2130
  2005. float dist = - axis_home_dir * 0.01f * 64;
  2006. #endif //TMC2130
  2007. current_position[axis] -= dist;
  2008. plan_set_position_curposXYZE();
  2009. current_position[axis] += dist;
  2010. destination[axis] = current_position[axis];
  2011. plan_buffer_line_destinationXYZE(0.5f*feedrate/60);
  2012. st_synchronize();
  2013. feedrate = 0.0;
  2014. }
  2015. else if ((axis==Z_AXIS)?HOMEAXIS_DO(Z):0)
  2016. {
  2017. #ifdef TMC2130
  2018. FORCE_HIGH_POWER_START;
  2019. #endif
  2020. int axis_home_dir = home_dir(axis);
  2021. current_position[axis] = 0;
  2022. plan_set_position_curposXYZE();
  2023. destination[axis] = 1.5 * max_length(axis) * axis_home_dir;
  2024. feedrate = homing_feedrate[axis];
  2025. plan_buffer_line_destinationXYZE(feedrate/60);
  2026. st_synchronize();
  2027. #ifdef TMC2130
  2028. check_Z_crash();
  2029. #endif //TMC2130
  2030. current_position[axis] = 0;
  2031. plan_set_position_curposXYZE();
  2032. destination[axis] = -home_retract_mm(axis) * axis_home_dir;
  2033. plan_buffer_line_destinationXYZE(feedrate/60);
  2034. st_synchronize();
  2035. destination[axis] = 2*home_retract_mm(axis) * axis_home_dir;
  2036. feedrate = homing_feedrate[axis]/2 ;
  2037. plan_buffer_line_destinationXYZE(feedrate/60);
  2038. st_synchronize();
  2039. #ifdef TMC2130
  2040. check_Z_crash();
  2041. #endif //TMC2130
  2042. axis_is_at_home(axis);
  2043. destination[axis] = current_position[axis];
  2044. feedrate = 0.0;
  2045. endstops_hit_on_purpose();
  2046. axis_known_position[axis] = true;
  2047. #ifdef TMC2130
  2048. FORCE_HIGH_POWER_END;
  2049. #endif
  2050. }
  2051. enable_endstops(endstops_enabled);
  2052. }
  2053. /**/
  2054. void home_xy()
  2055. {
  2056. set_destination_to_current();
  2057. homeaxis(X_AXIS);
  2058. homeaxis(Y_AXIS);
  2059. plan_set_position_curposXYZE();
  2060. endstops_hit_on_purpose();
  2061. }
  2062. void refresh_cmd_timeout(void)
  2063. {
  2064. previous_millis_cmd = _millis();
  2065. }
  2066. #ifdef FWRETRACT
  2067. void retract(bool retracting, bool swapretract = false) {
  2068. // Perform FW retraction, just if needed, but behave as if the move has never took place in
  2069. // order to keep E/Z coordinates unchanged. This is done by manipulating the internal planner
  2070. // position, which requires a sync
  2071. if(retracting && !retracted[active_extruder]) {
  2072. st_synchronize();
  2073. set_destination_to_current();
  2074. current_position[E_AXIS]+=(swapretract?retract_length_swap:cs.retract_length)*float(extrudemultiply)*0.01f;
  2075. plan_set_e_position(current_position[E_AXIS]);
  2076. float oldFeedrate = feedrate;
  2077. feedrate=cs.retract_feedrate*60;
  2078. retracted[active_extruder]=true;
  2079. prepare_move();
  2080. if(cs.retract_zlift) {
  2081. st_synchronize();
  2082. current_position[Z_AXIS]-=cs.retract_zlift;
  2083. plan_set_position_curposXYZE();
  2084. prepare_move();
  2085. }
  2086. feedrate = oldFeedrate;
  2087. } else if(!retracting && retracted[active_extruder]) {
  2088. st_synchronize();
  2089. set_destination_to_current();
  2090. float oldFeedrate = feedrate;
  2091. feedrate=cs.retract_recover_feedrate*60;
  2092. if(cs.retract_zlift) {
  2093. current_position[Z_AXIS]+=cs.retract_zlift;
  2094. plan_set_position_curposXYZE();
  2095. prepare_move();
  2096. st_synchronize();
  2097. }
  2098. current_position[E_AXIS]-=(swapretract?(retract_length_swap+retract_recover_length_swap):(cs.retract_length+cs.retract_recover_length))*float(extrudemultiply)*0.01f;
  2099. plan_set_e_position(current_position[E_AXIS]);
  2100. retracted[active_extruder]=false;
  2101. prepare_move();
  2102. feedrate = oldFeedrate;
  2103. }
  2104. } //retract
  2105. #endif //FWRETRACT
  2106. void trace() {
  2107. Sound_MakeCustom(25,440,true);
  2108. }
  2109. /*
  2110. void ramming() {
  2111. // float tmp[4] = DEFAULT_MAX_FEEDRATE;
  2112. if (current_temperature[0] < 230) {
  2113. //PLA
  2114. max_feedrate[E_AXIS] = 50;
  2115. //current_position[E_AXIS] -= 8;
  2116. //plan_buffer_line_curposXYZE(2100 / 60, active_extruder);
  2117. //current_position[E_AXIS] += 8;
  2118. //plan_buffer_line_curposXYZE(2100 / 60, active_extruder);
  2119. current_position[E_AXIS] += 5.4;
  2120. plan_buffer_line_curposXYZE(2800 / 60, active_extruder);
  2121. current_position[E_AXIS] += 3.2;
  2122. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  2123. current_position[E_AXIS] += 3;
  2124. plan_buffer_line_curposXYZE(3400 / 60, active_extruder);
  2125. st_synchronize();
  2126. max_feedrate[E_AXIS] = 80;
  2127. current_position[E_AXIS] -= 82;
  2128. plan_buffer_line_curposXYZE(9500 / 60, active_extruder);
  2129. max_feedrate[E_AXIS] = 50;//tmp[E_AXIS];
  2130. current_position[E_AXIS] -= 20;
  2131. plan_buffer_line_curposXYZE(1200 / 60, active_extruder);
  2132. current_position[E_AXIS] += 5;
  2133. plan_buffer_line_curposXYZE(400 / 60, active_extruder);
  2134. current_position[E_AXIS] += 5;
  2135. plan_buffer_line_curposXYZE(600 / 60, active_extruder);
  2136. current_position[E_AXIS] -= 10;
  2137. st_synchronize();
  2138. plan_buffer_line_curposXYZE(600 / 60, active_extruder);
  2139. current_position[E_AXIS] += 10;
  2140. plan_buffer_line_curposXYZE(600 / 60, active_extruder);
  2141. current_position[E_AXIS] -= 10;
  2142. plan_buffer_line_curposXYZE(800 / 60, active_extruder);
  2143. current_position[E_AXIS] += 10;
  2144. plan_buffer_line_curposXYZE(800 / 60, active_extruder);
  2145. current_position[E_AXIS] -= 10;
  2146. plan_buffer_line_curposXYZE(800 / 60, active_extruder);
  2147. st_synchronize();
  2148. }
  2149. else {
  2150. //ABS
  2151. max_feedrate[E_AXIS] = 50;
  2152. //current_position[E_AXIS] -= 8;
  2153. //plan_buffer_line_curposXYZE(2100 / 60, active_extruder);
  2154. //current_position[E_AXIS] += 8;
  2155. //plan_buffer_line_curposXYZE(2100 / 60, active_extruder);
  2156. current_position[E_AXIS] += 3.1;
  2157. plan_buffer_line_curposXYZE(2000 / 60, active_extruder);
  2158. current_position[E_AXIS] += 3.1;
  2159. plan_buffer_line_curposXYZE(2500 / 60, active_extruder);
  2160. current_position[E_AXIS] += 4;
  2161. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  2162. st_synchronize();
  2163. //current_position[X_AXIS] += 23; //delay
  2164. //plan_buffer_line_curposXYZE(600/60, active_extruder); //delay
  2165. //current_position[X_AXIS] -= 23; //delay
  2166. //plan_buffer_line_curposXYZE(600/60, active_extruder); //delay
  2167. _delay(4700);
  2168. max_feedrate[E_AXIS] = 80;
  2169. current_position[E_AXIS] -= 92;
  2170. plan_buffer_line_curposXYZE(9900 / 60, active_extruder);
  2171. max_feedrate[E_AXIS] = 50;//tmp[E_AXIS];
  2172. current_position[E_AXIS] -= 5;
  2173. plan_buffer_line_curposXYZE(800 / 60, active_extruder);
  2174. current_position[E_AXIS] += 5;
  2175. plan_buffer_line_curposXYZE(400 / 60, active_extruder);
  2176. current_position[E_AXIS] -= 5;
  2177. plan_buffer_line_curposXYZE(600 / 60, active_extruder);
  2178. st_synchronize();
  2179. current_position[E_AXIS] += 5;
  2180. plan_buffer_line_curposXYZE(600 / 60, active_extruder);
  2181. current_position[E_AXIS] -= 5;
  2182. plan_buffer_line_curposXYZE(600 / 60, active_extruder);
  2183. current_position[E_AXIS] += 5;
  2184. plan_buffer_line_curposXYZE(600 / 60, active_extruder);
  2185. current_position[E_AXIS] -= 5;
  2186. plan_buffer_line_curposXYZE(600 / 60, active_extruder);
  2187. st_synchronize();
  2188. }
  2189. }
  2190. */
  2191. #ifdef TMC2130
  2192. void force_high_power_mode(bool start_high_power_section) {
  2193. #ifdef PSU_Delta
  2194. if (start_high_power_section == true) enable_force_z();
  2195. #endif //PSU_Delta
  2196. uint8_t silent;
  2197. silent = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
  2198. if (silent == 1) {
  2199. //we are in silent mode, set to normal mode to enable crash detection
  2200. // Wait for the planner queue to drain and for the stepper timer routine to reach an idle state.
  2201. st_synchronize();
  2202. cli();
  2203. tmc2130_mode = (start_high_power_section == true) ? TMC2130_MODE_NORMAL : TMC2130_MODE_SILENT;
  2204. update_mode_profile();
  2205. tmc2130_init();
  2206. // We may have missed a stepper timer interrupt due to the time spent in the tmc2130_init() routine.
  2207. // Be safe than sorry, reset the stepper timer before re-enabling interrupts.
  2208. st_reset_timer();
  2209. sei();
  2210. }
  2211. }
  2212. #endif //TMC2130
  2213. void gcode_M105(uint8_t extruder)
  2214. {
  2215. #if defined(TEMP_0_PIN) && TEMP_0_PIN > -1
  2216. SERIAL_PROTOCOLPGM("T:");
  2217. SERIAL_PROTOCOL_F(degHotend(extruder),1);
  2218. SERIAL_PROTOCOLPGM(" /");
  2219. SERIAL_PROTOCOL_F(degTargetHotend(extruder),1);
  2220. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  2221. SERIAL_PROTOCOLPGM(" B:");
  2222. SERIAL_PROTOCOL_F(degBed(),1);
  2223. SERIAL_PROTOCOLPGM(" /");
  2224. SERIAL_PROTOCOL_F(degTargetBed(),1);
  2225. #endif //TEMP_BED_PIN
  2226. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  2227. SERIAL_PROTOCOLPGM(" T");
  2228. SERIAL_PROTOCOL(cur_extruder);
  2229. SERIAL_PROTOCOL(':');
  2230. SERIAL_PROTOCOL_F(degHotend(cur_extruder),1);
  2231. SERIAL_PROTOCOLPGM(" /");
  2232. SERIAL_PROTOCOL_F(degTargetHotend(cur_extruder),1);
  2233. }
  2234. #else
  2235. SERIAL_ERROR_START;
  2236. SERIAL_ERRORLNRPGM(_i("No thermistors - no temperature"));////MSG_ERR_NO_THERMISTORS
  2237. #endif
  2238. SERIAL_PROTOCOLPGM(" @:");
  2239. #ifdef EXTRUDER_WATTS
  2240. SERIAL_PROTOCOL((EXTRUDER_WATTS * getHeaterPower(tmp_extruder))/127);
  2241. SERIAL_PROTOCOLPGM("W");
  2242. #else
  2243. SERIAL_PROTOCOL(getHeaterPower(extruder));
  2244. #endif
  2245. SERIAL_PROTOCOLPGM(" B@:");
  2246. #ifdef BED_WATTS
  2247. SERIAL_PROTOCOL((BED_WATTS * getHeaterPower(-1))/127);
  2248. SERIAL_PROTOCOLPGM("W");
  2249. #else
  2250. SERIAL_PROTOCOL(getHeaterPower(-1));
  2251. #endif
  2252. #ifdef PINDA_THERMISTOR
  2253. SERIAL_PROTOCOLPGM(" P:");
  2254. SERIAL_PROTOCOL_F(current_temperature_pinda,1);
  2255. #endif //PINDA_THERMISTOR
  2256. #ifdef AMBIENT_THERMISTOR
  2257. SERIAL_PROTOCOLPGM(" A:");
  2258. SERIAL_PROTOCOL_F(current_temperature_ambient,1);
  2259. #endif //AMBIENT_THERMISTOR
  2260. #ifdef SHOW_TEMP_ADC_VALUES
  2261. {
  2262. float raw = 0.0;
  2263. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  2264. SERIAL_PROTOCOLPGM(" ADC B:");
  2265. SERIAL_PROTOCOL_F(degBed(),1);
  2266. SERIAL_PROTOCOLPGM("C->");
  2267. raw = rawBedTemp();
  2268. SERIAL_PROTOCOL_F(raw/OVERSAMPLENR,5);
  2269. SERIAL_PROTOCOLPGM(" Rb->");
  2270. SERIAL_PROTOCOL_F(100 * (1 + (PtA * (raw/OVERSAMPLENR)) + (PtB * sq((raw/OVERSAMPLENR)))), 5);
  2271. SERIAL_PROTOCOLPGM(" Rxb->");
  2272. SERIAL_PROTOCOL_F(raw, 5);
  2273. #endif
  2274. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  2275. SERIAL_PROTOCOLPGM(" T");
  2276. SERIAL_PROTOCOL(cur_extruder);
  2277. SERIAL_PROTOCOLPGM(":");
  2278. SERIAL_PROTOCOL_F(degHotend(cur_extruder),1);
  2279. SERIAL_PROTOCOLPGM("C->");
  2280. raw = rawHotendTemp(cur_extruder);
  2281. SERIAL_PROTOCOL_F(raw/OVERSAMPLENR,5);
  2282. SERIAL_PROTOCOLPGM(" Rt");
  2283. SERIAL_PROTOCOL(cur_extruder);
  2284. SERIAL_PROTOCOLPGM("->");
  2285. SERIAL_PROTOCOL_F(100 * (1 + (PtA * (raw/OVERSAMPLENR)) + (PtB * sq((raw/OVERSAMPLENR)))), 5);
  2286. SERIAL_PROTOCOLPGM(" Rx");
  2287. SERIAL_PROTOCOL(cur_extruder);
  2288. SERIAL_PROTOCOLPGM("->");
  2289. SERIAL_PROTOCOL_F(raw, 5);
  2290. }
  2291. }
  2292. #endif
  2293. SERIAL_PROTOCOLLN();
  2294. }
  2295. #ifdef TMC2130
  2296. static 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)
  2297. #else
  2298. static 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 without_mbl)
  2299. #endif //TMC2130
  2300. {
  2301. st_synchronize();
  2302. #if 0
  2303. SERIAL_ECHOPGM("G28, initial "); print_world_coordinates();
  2304. SERIAL_ECHOPGM("G28, initial "); print_physical_coordinates();
  2305. #endif
  2306. // Flag for the display update routine and to disable the print cancelation during homing.
  2307. homing_flag = true;
  2308. // Which axes should be homed?
  2309. bool home_x = home_x_axis;
  2310. bool home_y = home_y_axis;
  2311. bool home_z = home_z_axis;
  2312. // Either all X,Y,Z codes are present, or none of them.
  2313. bool home_all_axes = home_x == home_y && home_x == home_z;
  2314. if (home_all_axes)
  2315. // No X/Y/Z code provided means to home all axes.
  2316. home_x = home_y = home_z = true;
  2317. //if we are homing all axes, first move z higher to protect heatbed/steel sheet
  2318. if (home_all_axes) {
  2319. raise_z_above(MESH_HOME_Z_SEARCH);
  2320. st_synchronize();
  2321. }
  2322. #ifdef ENABLE_AUTO_BED_LEVELING
  2323. plan_bed_level_matrix.set_to_identity(); //Reset the plane ("erase" all leveling data)
  2324. #endif //ENABLE_AUTO_BED_LEVELING
  2325. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  2326. // the planner will not perform any adjustments in the XY plane.
  2327. // Wait for the motors to stop and update the current position with the absolute values.
  2328. world2machine_revert_to_uncorrected();
  2329. // For mesh bed leveling deactivate the matrix temporarily.
  2330. // It is necessary to disable the bed leveling for the X and Y homing moves, so that the move is performed
  2331. // in a single axis only.
  2332. // In case of re-homing the X or Y axes only, the mesh bed leveling is restored after G28.
  2333. #ifdef MESH_BED_LEVELING
  2334. uint8_t mbl_was_active = mbl.active;
  2335. mbl.active = 0;
  2336. current_position[Z_AXIS] = st_get_position_mm(Z_AXIS);
  2337. #endif
  2338. // Reset baby stepping to zero, if the babystepping has already been loaded before.
  2339. if (home_z)
  2340. babystep_undo();
  2341. saved_feedrate = feedrate;
  2342. int l_feedmultiply = feedmultiply;
  2343. feedmultiply = 100;
  2344. previous_millis_cmd = _millis();
  2345. enable_endstops(true);
  2346. memcpy(destination, current_position, sizeof(destination));
  2347. feedrate = 0.0;
  2348. #if Z_HOME_DIR > 0 // If homing away from BED do Z first
  2349. if(home_z)
  2350. homeaxis(Z_AXIS);
  2351. #endif
  2352. #ifdef QUICK_HOME
  2353. // In the quick mode, if both x and y are to be homed, a diagonal move will be performed initially.
  2354. if(home_x && home_y) //first diagonal move
  2355. {
  2356. current_position[X_AXIS] = 0;current_position[Y_AXIS] = 0;
  2357. int x_axis_home_dir = home_dir(X_AXIS);
  2358. plan_set_position_curposXYZE();
  2359. 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);
  2360. feedrate = homing_feedrate[X_AXIS];
  2361. if(homing_feedrate[Y_AXIS]<feedrate)
  2362. feedrate = homing_feedrate[Y_AXIS];
  2363. if (max_length(X_AXIS) > max_length(Y_AXIS)) {
  2364. feedrate *= sqrt(pow(max_length(Y_AXIS) / max_length(X_AXIS), 2) + 1);
  2365. } else {
  2366. feedrate *= sqrt(pow(max_length(X_AXIS) / max_length(Y_AXIS), 2) + 1);
  2367. }
  2368. plan_buffer_line_destinationXYZE(feedrate/60);
  2369. st_synchronize();
  2370. axis_is_at_home(X_AXIS);
  2371. axis_is_at_home(Y_AXIS);
  2372. plan_set_position_curposXYZE();
  2373. destination[X_AXIS] = current_position[X_AXIS];
  2374. destination[Y_AXIS] = current_position[Y_AXIS];
  2375. plan_buffer_line_destinationXYZE(feedrate/60);
  2376. feedrate = 0.0;
  2377. st_synchronize();
  2378. endstops_hit_on_purpose();
  2379. current_position[X_AXIS] = destination[X_AXIS];
  2380. current_position[Y_AXIS] = destination[Y_AXIS];
  2381. current_position[Z_AXIS] = destination[Z_AXIS];
  2382. }
  2383. #endif /* QUICK_HOME */
  2384. #ifdef TMC2130
  2385. if(home_x)
  2386. {
  2387. if (!calib)
  2388. homeaxis(X_AXIS);
  2389. else
  2390. tmc2130_home_calibrate(X_AXIS);
  2391. }
  2392. if(home_y)
  2393. {
  2394. if (!calib)
  2395. homeaxis(Y_AXIS);
  2396. else
  2397. tmc2130_home_calibrate(Y_AXIS);
  2398. }
  2399. #else //TMC2130
  2400. if(home_x) homeaxis(X_AXIS);
  2401. if(home_y) homeaxis(Y_AXIS);
  2402. #endif //TMC2130
  2403. if(home_x_axis && home_x_value != 0)
  2404. current_position[X_AXIS]=home_x_value+cs.add_homing[X_AXIS];
  2405. if(home_y_axis && home_y_value != 0)
  2406. current_position[Y_AXIS]=home_y_value+cs.add_homing[Y_AXIS];
  2407. #if Z_HOME_DIR < 0 // If homing towards BED do Z last
  2408. #ifndef Z_SAFE_HOMING
  2409. if(home_z) {
  2410. #if defined (Z_RAISE_BEFORE_HOMING) && (Z_RAISE_BEFORE_HOMING > 0)
  2411. raise_z_above(Z_RAISE_BEFORE_HOMING);
  2412. st_synchronize();
  2413. #endif // defined (Z_RAISE_BEFORE_HOMING) && (Z_RAISE_BEFORE_HOMING > 0)
  2414. #if (defined(MESH_BED_LEVELING) && !defined(MK1BP)) // If Mesh bed leveling, move X&Y to safe position for home
  2415. raise_z_above(MESH_HOME_Z_SEARCH);
  2416. st_synchronize();
  2417. if (!axis_known_position[X_AXIS]) homeaxis(X_AXIS);
  2418. if (!axis_known_position[Y_AXIS]) homeaxis(Y_AXIS);
  2419. // 1st mesh bed leveling measurement point, corrected.
  2420. world2machine_initialize();
  2421. world2machine(pgm_read_float(bed_ref_points_4), pgm_read_float(bed_ref_points_4+1), destination[X_AXIS], destination[Y_AXIS]);
  2422. world2machine_reset();
  2423. if (destination[Y_AXIS] < Y_MIN_POS)
  2424. destination[Y_AXIS] = Y_MIN_POS;
  2425. feedrate = homing_feedrate[X_AXIS] / 20;
  2426. enable_endstops(false);
  2427. #ifdef DEBUG_BUILD
  2428. SERIAL_ECHOLNPGM("plan_set_position()");
  2429. MYSERIAL.println(current_position[X_AXIS]);MYSERIAL.println(current_position[Y_AXIS]);
  2430. MYSERIAL.println(current_position[Z_AXIS]);MYSERIAL.println(current_position[E_AXIS]);
  2431. #endif
  2432. plan_set_position_curposXYZE();
  2433. #ifdef DEBUG_BUILD
  2434. SERIAL_ECHOLNPGM("plan_buffer_line()");
  2435. MYSERIAL.println(destination[X_AXIS]);MYSERIAL.println(destination[Y_AXIS]);
  2436. MYSERIAL.println(destination[Z_AXIS]);MYSERIAL.println(destination[E_AXIS]);
  2437. MYSERIAL.println(feedrate);MYSERIAL.println(active_extruder);
  2438. #endif
  2439. plan_buffer_line_destinationXYZE(feedrate);
  2440. st_synchronize();
  2441. current_position[X_AXIS] = destination[X_AXIS];
  2442. current_position[Y_AXIS] = destination[Y_AXIS];
  2443. enable_endstops(true);
  2444. endstops_hit_on_purpose();
  2445. homeaxis(Z_AXIS);
  2446. #else // MESH_BED_LEVELING
  2447. homeaxis(Z_AXIS);
  2448. #endif // MESH_BED_LEVELING
  2449. }
  2450. #else // defined(Z_SAFE_HOMING): Z Safe mode activated.
  2451. if(home_all_axes) {
  2452. destination[X_AXIS] = round(Z_SAFE_HOMING_X_POINT - X_PROBE_OFFSET_FROM_EXTRUDER);
  2453. destination[Y_AXIS] = round(Z_SAFE_HOMING_Y_POINT - Y_PROBE_OFFSET_FROM_EXTRUDER);
  2454. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  2455. feedrate = XY_TRAVEL_SPEED/60;
  2456. current_position[Z_AXIS] = 0;
  2457. plan_set_position_curposXYZE();
  2458. plan_buffer_line_destinationXYZE(feedrate);
  2459. st_synchronize();
  2460. current_position[X_AXIS] = destination[X_AXIS];
  2461. current_position[Y_AXIS] = destination[Y_AXIS];
  2462. homeaxis(Z_AXIS);
  2463. }
  2464. // Let's see if X and Y are homed and probe is inside bed area.
  2465. if(home_z) {
  2466. if ( (axis_known_position[X_AXIS]) && (axis_known_position[Y_AXIS]) \
  2467. && (current_position[X_AXIS]+X_PROBE_OFFSET_FROM_EXTRUDER >= X_MIN_POS) \
  2468. && (current_position[X_AXIS]+X_PROBE_OFFSET_FROM_EXTRUDER <= X_MAX_POS) \
  2469. && (current_position[Y_AXIS]+Y_PROBE_OFFSET_FROM_EXTRUDER >= Y_MIN_POS) \
  2470. && (current_position[Y_AXIS]+Y_PROBE_OFFSET_FROM_EXTRUDER <= Y_MAX_POS)) {
  2471. current_position[Z_AXIS] = 0;
  2472. plan_set_position_curposXYZE();
  2473. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  2474. feedrate = max_feedrate[Z_AXIS];
  2475. plan_buffer_line_destinationXYZE(feedrate);
  2476. st_synchronize();
  2477. homeaxis(Z_AXIS);
  2478. } else if (!((axis_known_position[X_AXIS]) && (axis_known_position[Y_AXIS]))) {
  2479. LCD_MESSAGERPGM(MSG_POSITION_UNKNOWN);
  2480. SERIAL_ECHO_START;
  2481. SERIAL_ECHOLNRPGM(MSG_POSITION_UNKNOWN);
  2482. } else {
  2483. LCD_MESSAGERPGM(MSG_ZPROBE_OUT);
  2484. SERIAL_ECHO_START;
  2485. SERIAL_ECHOLNRPGM(MSG_ZPROBE_OUT);
  2486. }
  2487. }
  2488. #endif // Z_SAFE_HOMING
  2489. #endif // Z_HOME_DIR < 0
  2490. if(home_z_axis && home_z_value != 0)
  2491. current_position[Z_AXIS]=home_z_value+cs.add_homing[Z_AXIS];
  2492. #ifdef ENABLE_AUTO_BED_LEVELING
  2493. if(home_z)
  2494. current_position[Z_AXIS] += cs.zprobe_zoffset; //Add Z_Probe offset (the distance is negative)
  2495. #endif
  2496. // Set the planner and stepper routine positions.
  2497. // At this point the mesh bed leveling and world2machine corrections are disabled and current_position
  2498. // contains the machine coordinates.
  2499. plan_set_position_curposXYZE();
  2500. #ifdef ENDSTOPS_ONLY_FOR_HOMING
  2501. enable_endstops(false);
  2502. #endif
  2503. feedrate = saved_feedrate;
  2504. feedmultiply = l_feedmultiply;
  2505. previous_millis_cmd = _millis();
  2506. endstops_hit_on_purpose();
  2507. #ifndef MESH_BED_LEVELING
  2508. //-// Oct 2019 :: this part of code is (from) now probably un-compilable
  2509. // If MESH_BED_LEVELING is not active, then it is the original Prusa i3.
  2510. // Offer the user to load the baby step value, which has been adjusted at the previous print session.
  2511. if(card.sdprinting && eeprom_read_word((uint16_t *)EEPROM_BABYSTEP_Z))
  2512. lcd_adjust_z();
  2513. #endif
  2514. // Load the machine correction matrix
  2515. world2machine_initialize();
  2516. // and correct the current_position XY axes to match the transformed coordinate system.
  2517. world2machine_update_current();
  2518. #if (defined(MESH_BED_LEVELING) && !defined(MK1BP))
  2519. if (home_x_axis || home_y_axis || without_mbl || home_z_axis)
  2520. {
  2521. if (! home_z && mbl_was_active) {
  2522. // Re-enable the mesh bed leveling if only the X and Y axes were re-homed.
  2523. mbl.active = true;
  2524. // and re-adjust the current logical Z axis with the bed leveling offset applicable at the current XY position.
  2525. current_position[Z_AXIS] -= mbl.get_z(st_get_position_mm(X_AXIS), st_get_position_mm(Y_AXIS));
  2526. }
  2527. }
  2528. else
  2529. {
  2530. st_synchronize();
  2531. homing_flag = false;
  2532. }
  2533. #endif
  2534. if (farm_mode) { prusa_statistics(20); };
  2535. homing_flag = false;
  2536. #if 0
  2537. SERIAL_ECHOPGM("G28, final "); print_world_coordinates();
  2538. SERIAL_ECHOPGM("G28, final "); print_physical_coordinates();
  2539. SERIAL_ECHOPGM("G28, final "); print_mesh_bed_leveling_table();
  2540. #endif
  2541. }
  2542. static void gcode_G28(bool home_x_axis, bool home_y_axis, bool home_z_axis)
  2543. {
  2544. #ifdef TMC2130
  2545. gcode_G28(home_x_axis, 0, home_y_axis, 0, home_z_axis, 0, false, true);
  2546. #else
  2547. gcode_G28(home_x_axis, 0, home_y_axis, 0, home_z_axis, 0, true);
  2548. #endif //TMC2130
  2549. }
  2550. void adjust_bed_reset()
  2551. {
  2552. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID, 1);
  2553. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_LEFT, 0);
  2554. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_RIGHT, 0);
  2555. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_FRONT, 0);
  2556. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_REAR, 0);
  2557. }
  2558. //! @brief Calibrate XYZ
  2559. //! @param onlyZ if true, calibrate only Z axis
  2560. //! @param verbosity_level
  2561. //! @retval true Succeeded
  2562. //! @retval false Failed
  2563. bool gcode_M45(bool onlyZ, int8_t verbosity_level)
  2564. {
  2565. bool final_result = false;
  2566. #ifdef TMC2130
  2567. FORCE_HIGH_POWER_START;
  2568. #endif // TMC2130
  2569. FORCE_BL_ON_START;
  2570. // Only Z calibration?
  2571. if (!onlyZ)
  2572. {
  2573. setTargetBed(0);
  2574. setAllTargetHotends(0);
  2575. adjust_bed_reset(); //reset bed level correction
  2576. }
  2577. // Disable the default update procedure of the display. We will do a modal dialog.
  2578. lcd_update_enable(false);
  2579. // Let the planner use the uncorrected coordinates.
  2580. mbl.reset();
  2581. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  2582. // the planner will not perform any adjustments in the XY plane.
  2583. // Wait for the motors to stop and update the current position with the absolute values.
  2584. world2machine_revert_to_uncorrected();
  2585. // Reset the baby step value applied without moving the axes.
  2586. babystep_reset();
  2587. // Mark all axes as in a need for homing.
  2588. memset(axis_known_position, 0, sizeof(axis_known_position));
  2589. // Home in the XY plane.
  2590. //set_destination_to_current();
  2591. int l_feedmultiply = setup_for_endstop_move();
  2592. lcd_display_message_fullscreen_P(_T(MSG_AUTO_HOME));
  2593. raise_z_above(MESH_HOME_Z_SEARCH);
  2594. st_synchronize();
  2595. home_xy();
  2596. enable_endstops(false);
  2597. current_position[X_AXIS] += 5;
  2598. current_position[Y_AXIS] += 5;
  2599. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  2600. st_synchronize();
  2601. // Let the user move the Z axes up to the end stoppers.
  2602. #ifdef TMC2130
  2603. if (calibrate_z_auto())
  2604. {
  2605. #else //TMC2130
  2606. if (lcd_calibrate_z_end_stop_manual(onlyZ))
  2607. {
  2608. #endif //TMC2130
  2609. lcd_show_fullscreen_message_and_wait_P(_T(MSG_CONFIRM_NOZZLE_CLEAN));
  2610. if(onlyZ){
  2611. lcd_display_message_fullscreen_P(_T(MSG_MEASURE_BED_REFERENCE_HEIGHT_LINE1));
  2612. lcd_set_cursor(0, 3);
  2613. lcd_print(1);
  2614. lcd_puts_P(_T(MSG_MEASURE_BED_REFERENCE_HEIGHT_LINE2));
  2615. }else{
  2616. //lcd_show_fullscreen_message_and_wait_P(_T(MSG_PAPER));
  2617. lcd_display_message_fullscreen_P(_T(MSG_FIND_BED_OFFSET_AND_SKEW_LINE1));
  2618. lcd_set_cursor(0, 2);
  2619. lcd_print(1);
  2620. lcd_puts_P(_T(MSG_FIND_BED_OFFSET_AND_SKEW_LINE2));
  2621. }
  2622. refresh_cmd_timeout();
  2623. #ifndef STEEL_SHEET
  2624. if (((degHotend(0) > MAX_HOTEND_TEMP_CALIBRATION) || (degBed() > MAX_BED_TEMP_CALIBRATION)) && (!onlyZ))
  2625. {
  2626. lcd_wait_for_cool_down();
  2627. }
  2628. #endif //STEEL_SHEET
  2629. if(!onlyZ)
  2630. {
  2631. KEEPALIVE_STATE(PAUSED_FOR_USER);
  2632. #ifdef STEEL_SHEET
  2633. bool result = lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_STEEL_SHEET_CHECK), false, false);
  2634. if(result) lcd_show_fullscreen_message_and_wait_P(_T(MSG_REMOVE_STEEL_SHEET));
  2635. #endif //STEEL_SHEET
  2636. lcd_show_fullscreen_message_and_wait_P(_T(MSG_PAPER));
  2637. KEEPALIVE_STATE(IN_HANDLER);
  2638. lcd_display_message_fullscreen_P(_T(MSG_FIND_BED_OFFSET_AND_SKEW_LINE1));
  2639. lcd_set_cursor(0, 2);
  2640. lcd_print(1);
  2641. lcd_puts_P(_T(MSG_FIND_BED_OFFSET_AND_SKEW_LINE2));
  2642. }
  2643. bool endstops_enabled = enable_endstops(false);
  2644. current_position[Z_AXIS] -= 1; //move 1mm down with disabled endstop
  2645. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  2646. st_synchronize();
  2647. // Move the print head close to the bed.
  2648. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2649. enable_endstops(true);
  2650. #ifdef TMC2130
  2651. tmc2130_home_enter(Z_AXIS_MASK);
  2652. #endif //TMC2130
  2653. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  2654. st_synchronize();
  2655. #ifdef TMC2130
  2656. tmc2130_home_exit();
  2657. #endif //TMC2130
  2658. enable_endstops(endstops_enabled);
  2659. if ((st_get_position_mm(Z_AXIS) <= (MESH_HOME_Z_SEARCH + HOME_Z_SEARCH_THRESHOLD)) &&
  2660. (st_get_position_mm(Z_AXIS) >= (MESH_HOME_Z_SEARCH - HOME_Z_SEARCH_THRESHOLD)))
  2661. {
  2662. if (onlyZ)
  2663. {
  2664. clean_up_after_endstop_move(l_feedmultiply);
  2665. // Z only calibration.
  2666. // Load the machine correction matrix
  2667. world2machine_initialize();
  2668. // and correct the current_position to match the transformed coordinate system.
  2669. world2machine_update_current();
  2670. //FIXME
  2671. bool result = sample_mesh_and_store_reference();
  2672. if (result)
  2673. {
  2674. if (calibration_status() == CALIBRATION_STATUS_Z_CALIBRATION)
  2675. // Shipped, the nozzle height has been set already. The user can start printing now.
  2676. calibration_status_store(CALIBRATION_STATUS_CALIBRATED);
  2677. final_result = true;
  2678. // babystep_apply();
  2679. }
  2680. }
  2681. else
  2682. {
  2683. // Reset the baby step value and the baby step applied flag.
  2684. calibration_status_store(CALIBRATION_STATUS_XYZ_CALIBRATION);
  2685. eeprom_update_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),0);
  2686. // Complete XYZ calibration.
  2687. uint8_t point_too_far_mask = 0;
  2688. BedSkewOffsetDetectionResultType result = find_bed_offset_and_skew(verbosity_level, point_too_far_mask);
  2689. clean_up_after_endstop_move(l_feedmultiply);
  2690. // Print head up.
  2691. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2692. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  2693. st_synchronize();
  2694. //#ifndef NEW_XYZCAL
  2695. if (result >= 0)
  2696. {
  2697. #ifdef HEATBED_V2
  2698. sample_z();
  2699. #else //HEATBED_V2
  2700. point_too_far_mask = 0;
  2701. // Second half: The fine adjustment.
  2702. // Let the planner use the uncorrected coordinates.
  2703. mbl.reset();
  2704. world2machine_reset();
  2705. // Home in the XY plane.
  2706. int l_feedmultiply = setup_for_endstop_move();
  2707. home_xy();
  2708. result = improve_bed_offset_and_skew(1, verbosity_level, point_too_far_mask);
  2709. clean_up_after_endstop_move(l_feedmultiply);
  2710. // Print head up.
  2711. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2712. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  2713. st_synchronize();
  2714. // if (result >= 0) babystep_apply();
  2715. #endif //HEATBED_V2
  2716. }
  2717. //#endif //NEW_XYZCAL
  2718. lcd_update_enable(true);
  2719. lcd_update(2);
  2720. lcd_bed_calibration_show_result(result, point_too_far_mask);
  2721. if (result >= 0)
  2722. {
  2723. // Calibration valid, the machine should be able to print. Advise the user to run the V2Calibration.gcode.
  2724. calibration_status_store(CALIBRATION_STATUS_LIVE_ADJUST);
  2725. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) != 1) lcd_show_fullscreen_message_and_wait_P(_T(MSG_BABYSTEP_Z_NOT_SET));
  2726. final_result = true;
  2727. }
  2728. }
  2729. #ifdef TMC2130
  2730. tmc2130_home_exit();
  2731. #endif
  2732. }
  2733. else
  2734. {
  2735. lcd_show_fullscreen_message_and_wait_P(PSTR("Calibration failed! Check the axes and run again."));
  2736. final_result = false;
  2737. }
  2738. }
  2739. else
  2740. {
  2741. // Timeouted.
  2742. }
  2743. lcd_update_enable(true);
  2744. #ifdef TMC2130
  2745. FORCE_HIGH_POWER_END;
  2746. #endif // TMC2130
  2747. FORCE_BL_ON_END;
  2748. return final_result;
  2749. }
  2750. void gcode_M114()
  2751. {
  2752. SERIAL_PROTOCOLPGM("X:");
  2753. SERIAL_PROTOCOL(current_position[X_AXIS]);
  2754. SERIAL_PROTOCOLPGM(" Y:");
  2755. SERIAL_PROTOCOL(current_position[Y_AXIS]);
  2756. SERIAL_PROTOCOLPGM(" Z:");
  2757. SERIAL_PROTOCOL(current_position[Z_AXIS]);
  2758. SERIAL_PROTOCOLPGM(" E:");
  2759. SERIAL_PROTOCOL(current_position[E_AXIS]);
  2760. SERIAL_PROTOCOLRPGM(_n(" Count X: "));////MSG_COUNT_X
  2761. SERIAL_PROTOCOL(float(st_get_position(X_AXIS)) / cs.axis_steps_per_unit[X_AXIS]);
  2762. SERIAL_PROTOCOLPGM(" Y:");
  2763. SERIAL_PROTOCOL(float(st_get_position(Y_AXIS)) / cs.axis_steps_per_unit[Y_AXIS]);
  2764. SERIAL_PROTOCOLPGM(" Z:");
  2765. SERIAL_PROTOCOL(float(st_get_position(Z_AXIS)) / cs.axis_steps_per_unit[Z_AXIS]);
  2766. SERIAL_PROTOCOLPGM(" E:");
  2767. SERIAL_PROTOCOL(float(st_get_position(E_AXIS)) / cs.axis_steps_per_unit[E_AXIS]);
  2768. SERIAL_PROTOCOLLN();
  2769. }
  2770. #if (defined(FANCHECK) && (((defined(TACH_0) && (TACH_0 >-1)) || (defined(TACH_1) && (TACH_1 > -1)))))
  2771. void gcode_M123()
  2772. {
  2773. printf_P(_N("E0:%d RPM PRN1:%d RPM E0@:%u PRN1@:%d\n"), 60*fan_speed[active_extruder], 60*fan_speed[1], newFanSpeed, fanSpeed);
  2774. }
  2775. #endif //FANCHECK and TACH_0 or TACH_1
  2776. //! extracted code to compute z_shift for M600 in case of filament change operation
  2777. //! requested from fsensors.
  2778. //! The function ensures, that the printhead lifts to at least 25mm above the heat bed
  2779. //! unlike the previous implementation, which was adding 25mm even when the head was
  2780. //! printing at e.g. 24mm height.
  2781. //! A safety margin of FILAMENTCHANGE_ZADD is added in all cases to avoid touching
  2782. //! the printout.
  2783. //! This function is templated to enable fast change of computation data type.
  2784. //! @return new z_shift value
  2785. template<typename T>
  2786. static T gcode_M600_filament_change_z_shift()
  2787. {
  2788. #ifdef FILAMENTCHANGE_ZADD
  2789. static_assert(Z_MAX_POS < (255 - FILAMENTCHANGE_ZADD), "Z-range too high, change the T type from uint8_t to uint16_t");
  2790. // avoid floating point arithmetics when not necessary - results in shorter code
  2791. T ztmp = T( current_position[Z_AXIS] );
  2792. T z_shift = 0;
  2793. if(ztmp < T(25)){
  2794. z_shift = T(25) - ztmp; // make sure to be at least 25mm above the heat bed
  2795. }
  2796. return z_shift + T(FILAMENTCHANGE_ZADD); // always move above printout
  2797. #else
  2798. return T(0);
  2799. #endif
  2800. }
  2801. static void gcode_M600(bool automatic, float x_position, float y_position, float z_shift, float e_shift, float /*e_shift_late*/)
  2802. {
  2803. st_synchronize();
  2804. float lastpos[4];
  2805. if (farm_mode)
  2806. {
  2807. prusa_statistics(22);
  2808. }
  2809. //First backup current position and settings
  2810. int feedmultiplyBckp = feedmultiply;
  2811. float HotendTempBckp = degTargetHotend(active_extruder);
  2812. int fanSpeedBckp = fanSpeed;
  2813. lastpos[X_AXIS] = current_position[X_AXIS];
  2814. lastpos[Y_AXIS] = current_position[Y_AXIS];
  2815. lastpos[Z_AXIS] = current_position[Z_AXIS];
  2816. lastpos[E_AXIS] = current_position[E_AXIS];
  2817. //Retract E
  2818. current_position[E_AXIS] += e_shift;
  2819. plan_buffer_line_curposXYZE(FILAMENTCHANGE_RFEED);
  2820. st_synchronize();
  2821. //Lift Z
  2822. current_position[Z_AXIS] += z_shift;
  2823. plan_buffer_line_curposXYZE(FILAMENTCHANGE_ZFEED);
  2824. st_synchronize();
  2825. //Move XY to side
  2826. current_position[X_AXIS] = x_position;
  2827. current_position[Y_AXIS] = y_position;
  2828. plan_buffer_line_curposXYZE(FILAMENTCHANGE_XYFEED);
  2829. st_synchronize();
  2830. //Beep, manage nozzle heater and wait for user to start unload filament
  2831. if(!mmu_enabled) M600_wait_for_user(HotendTempBckp);
  2832. lcd_change_fil_state = 0;
  2833. // Unload filament
  2834. if (mmu_enabled) extr_unload(); //unload just current filament for multimaterial printers (used also in M702)
  2835. else unload_filament(); //unload filament for single material (used also in M702)
  2836. //finish moves
  2837. st_synchronize();
  2838. if (!mmu_enabled)
  2839. {
  2840. KEEPALIVE_STATE(PAUSED_FOR_USER);
  2841. lcd_change_fil_state = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Was filament unload successful?"),
  2842. false, true); ////MSG_UNLOAD_SUCCESSFUL c=20 r=2
  2843. if (lcd_change_fil_state == 0)
  2844. {
  2845. lcd_clear();
  2846. lcd_puts_at_P(0, 2, _T(MSG_PLEASE_WAIT));
  2847. current_position[X_AXIS] -= 100;
  2848. plan_buffer_line_curposXYZE(FILAMENTCHANGE_XYFEED);
  2849. st_synchronize();
  2850. lcd_show_fullscreen_message_and_wait_P(_i("Please open idler and remove filament manually."));////MSG_CHECK_IDLER c=20 r=4
  2851. }
  2852. }
  2853. if (mmu_enabled)
  2854. {
  2855. if (!automatic) {
  2856. 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
  2857. mmu_M600_wait_and_beep();
  2858. if (saved_printing) {
  2859. lcd_clear();
  2860. lcd_puts_at_P(0, 2, _T(MSG_PLEASE_WAIT));
  2861. mmu_command(MmuCmd::R0);
  2862. manage_response(false, false);
  2863. }
  2864. }
  2865. mmu_M600_load_filament(automatic, HotendTempBckp);
  2866. }
  2867. else
  2868. M600_load_filament();
  2869. if (!automatic) M600_check_state(HotendTempBckp);
  2870. lcd_update_enable(true);
  2871. //Not let's go back to print
  2872. fanSpeed = fanSpeedBckp;
  2873. //Feed a little of filament to stabilize pressure
  2874. if (!automatic)
  2875. {
  2876. current_position[E_AXIS] += FILAMENTCHANGE_RECFEED;
  2877. plan_buffer_line_curposXYZE(FILAMENTCHANGE_EXFEED);
  2878. }
  2879. //Move XY back
  2880. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS],
  2881. FILAMENTCHANGE_XYFEED, active_extruder);
  2882. st_synchronize();
  2883. //Move Z back
  2884. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], current_position[E_AXIS],
  2885. FILAMENTCHANGE_ZFEED, active_extruder);
  2886. st_synchronize();
  2887. //Set E position to original
  2888. plan_set_e_position(lastpos[E_AXIS]);
  2889. memcpy(current_position, lastpos, sizeof(lastpos));
  2890. memcpy(destination, current_position, sizeof(current_position));
  2891. //Recover feed rate
  2892. feedmultiply = feedmultiplyBckp;
  2893. char cmd[9];
  2894. sprintf_P(cmd, PSTR("M220 S%i"), feedmultiplyBckp);
  2895. enquecommand(cmd);
  2896. #ifdef IR_SENSOR
  2897. //this will set fsensor_watch_autoload to correct value and prevent possible M701 gcode enqueuing when M600 is finished
  2898. fsensor_check_autoload();
  2899. #endif //IR_SENSOR
  2900. lcd_setstatuspgm(_T(WELCOME_MSG));
  2901. custom_message_type = CustomMsg::Status;
  2902. }
  2903. void gcode_M701()
  2904. {
  2905. printf_P(PSTR("gcode_M701 begin\n"));
  2906. if (farm_mode)
  2907. {
  2908. prusa_statistics(22);
  2909. }
  2910. if (mmu_enabled)
  2911. {
  2912. extr_adj(tmp_extruder);//loads current extruder
  2913. mmu_extruder = tmp_extruder;
  2914. }
  2915. else
  2916. {
  2917. enable_z();
  2918. custom_message_type = CustomMsg::FilamentLoading;
  2919. #ifdef FSENSOR_QUALITY
  2920. fsensor_oq_meassure_start(40);
  2921. #endif //FSENSOR_QUALITY
  2922. lcd_setstatuspgm(_T(MSG_LOADING_FILAMENT));
  2923. current_position[E_AXIS] += 40;
  2924. plan_buffer_line_curposXYZE(400 / 60); //fast sequence
  2925. st_synchronize();
  2926. raise_z_above(MIN_Z_FOR_LOAD, false);
  2927. current_position[E_AXIS] += 30;
  2928. plan_buffer_line_curposXYZE(400 / 60); //fast sequence
  2929. load_filament_final_feed(); //slow sequence
  2930. st_synchronize();
  2931. Sound_MakeCustom(50,500,false);
  2932. if (!farm_mode && loading_flag) {
  2933. lcd_load_filament_color_check();
  2934. }
  2935. lcd_update_enable(true);
  2936. lcd_update(2);
  2937. lcd_setstatuspgm(_T(WELCOME_MSG));
  2938. disable_z();
  2939. loading_flag = false;
  2940. custom_message_type = CustomMsg::Status;
  2941. #ifdef FSENSOR_QUALITY
  2942. fsensor_oq_meassure_stop();
  2943. if (!fsensor_oq_result())
  2944. {
  2945. bool disable = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Fil. sensor response is poor, disable it?"), false, true);
  2946. lcd_update_enable(true);
  2947. lcd_update(2);
  2948. if (disable)
  2949. fsensor_disable();
  2950. }
  2951. #endif //FSENSOR_QUALITY
  2952. }
  2953. }
  2954. /**
  2955. * @brief Get serial number from 32U2 processor
  2956. *
  2957. * Typical format of S/N is:CZPX0917X003XC13518
  2958. *
  2959. * Send command ;S to serial port 0 to retrieve serial number stored in 32U2 processor,
  2960. * reply is stored in *SN.
  2961. * Operation takes typically 23 ms. If the retransmit is not finished until 100 ms,
  2962. * it is interrupted, so less, or no characters are retransmitted, the function returns false
  2963. * The command will fail if the 32U2 processor is unpowered via USB since it is isolated from the rest of the electronics.
  2964. * In that case the value that is stored in the EEPROM should be used instead.
  2965. *
  2966. * @return 1 on success
  2967. * @return 0 on general failure
  2968. */
  2969. static bool get_PRUSA_SN(char* SN)
  2970. {
  2971. uint8_t selectedSerialPort_bak = selectedSerialPort;
  2972. selectedSerialPort = 0;
  2973. SERIAL_ECHOLNRPGM(PSTR(";S"));
  2974. uint8_t numbersRead = 0;
  2975. ShortTimer timeout;
  2976. timeout.start();
  2977. while (numbersRead < 19) {
  2978. if (MSerial.available() > 0) {
  2979. SN[numbersRead] = MSerial.read();
  2980. numbersRead++;
  2981. }
  2982. if (timeout.expired(100u)) break;
  2983. }
  2984. SN[numbersRead] = 0;
  2985. selectedSerialPort = selectedSerialPort_bak;
  2986. return (numbersRead == 19);
  2987. }
  2988. //! Detection of faulty RAMBo 1.1b boards equipped with bigger capacitors
  2989. //! at the TACH_1 pin, which causes bad detection of print fan speed.
  2990. //! Warning: This function is not to be used by ordinary users, it is here only for automated testing purposes,
  2991. //! it may even interfere with other functions of the printer! You have been warned!
  2992. //! The test idea is to measure the time necessary to charge the capacitor.
  2993. //! So the algorithm is as follows:
  2994. //! 1. Set TACH_1 pin to INPUT mode and LOW
  2995. //! 2. Wait a few ms
  2996. //! 3. disable interrupts and measure the time until the TACH_1 pin reaches HIGH
  2997. //! Repeat 1.-3. several times
  2998. //! Good RAMBo's times are in the range of approx. 260-320 us
  2999. //! Bad RAMBo's times are approx. 260-1200 us
  3000. //! So basically we are interested in maximum time, the minima are mostly the same.
  3001. //! May be that's why the bad RAMBo's still produce some fan RPM reading, but not corresponding to reality
  3002. static void gcode_PRUSA_BadRAMBoFanTest(){
  3003. //printf_P(PSTR("Enter fan pin test\n"));
  3004. #if !defined(DEBUG_DISABLE_FANCHECK) && defined(FANCHECK) && defined(TACH_1) && TACH_1 >-1
  3005. fan_measuring = false; // prevent EXTINT7 breaking into the measurement
  3006. unsigned long tach1max = 0;
  3007. uint8_t tach1cntr = 0;
  3008. for( /* nothing */; tach1cntr < 100; ++tach1cntr){
  3009. //printf_P(PSTR("TACH_1: %d\n"), tach1cntr);
  3010. SET_OUTPUT(TACH_1);
  3011. WRITE(TACH_1, LOW);
  3012. _delay(20); // the delay may be lower
  3013. unsigned long tachMeasure = _micros();
  3014. cli();
  3015. SET_INPUT(TACH_1);
  3016. // just wait brutally in an endless cycle until we reach HIGH
  3017. // if this becomes a problem it may be improved to non-endless cycle
  3018. while( READ(TACH_1) == 0 ) ;
  3019. sei();
  3020. tachMeasure = _micros() - tachMeasure;
  3021. if( tach1max < tachMeasure )
  3022. tach1max = tachMeasure;
  3023. //printf_P(PSTR("TACH_1: %d: capacitor check time=%lu us\n"), (int)tach1cntr, tachMeasure);
  3024. }
  3025. //printf_P(PSTR("TACH_1: max=%lu us\n"), tach1max);
  3026. SERIAL_PROTOCOLPGM("RAMBo FAN ");
  3027. if( tach1max > 500 ){
  3028. // bad RAMBo
  3029. SERIAL_PROTOCOLLNPGM("BAD");
  3030. } else {
  3031. SERIAL_PROTOCOLLNPGM("OK");
  3032. }
  3033. // cleanup after the test function
  3034. SET_INPUT(TACH_1);
  3035. WRITE(TACH_1, HIGH);
  3036. #endif
  3037. }
  3038. // G92 - Set current position to coordinates given
  3039. static void gcode_G92()
  3040. {
  3041. bool codes[NUM_AXIS];
  3042. float values[NUM_AXIS];
  3043. // Check which axes need to be set
  3044. for(uint8_t i = 0; i < NUM_AXIS; ++i)
  3045. {
  3046. codes[i] = code_seen(axis_codes[i]);
  3047. if(codes[i])
  3048. values[i] = code_value();
  3049. }
  3050. if((codes[E_AXIS] && values[E_AXIS] == 0) &&
  3051. (!codes[X_AXIS] && !codes[Y_AXIS] && !codes[Z_AXIS]))
  3052. {
  3053. // As a special optimization, when _just_ clearing the E position
  3054. // we schedule a flag asynchronously along with the next block to
  3055. // reset the starting E position instead of stopping the planner
  3056. current_position[E_AXIS] = 0;
  3057. plan_reset_next_e();
  3058. }
  3059. else
  3060. {
  3061. // In any other case we're forced to synchronize
  3062. st_synchronize();
  3063. for(uint8_t i = 0; i < 3; ++i)
  3064. {
  3065. if(codes[i])
  3066. current_position[i] = values[i] + cs.add_homing[i];
  3067. }
  3068. if(codes[E_AXIS])
  3069. current_position[E_AXIS] = values[E_AXIS];
  3070. // Set all at once
  3071. plan_set_position_curposXYZE();
  3072. }
  3073. }
  3074. #ifdef EXTENDED_CAPABILITIES_REPORT
  3075. static void cap_line(const char* name, bool ena = false) {
  3076. printf_P(PSTR("Cap:%S:%c\n"), name, (char)ena + '0');
  3077. }
  3078. static void extended_capabilities_report()
  3079. {
  3080. // AUTOREPORT_TEMP (M155)
  3081. cap_line(PSTR("AUTOREPORT_TEMP"), ENABLED(AUTO_REPORT));
  3082. #if (defined(FANCHECK) && (((defined(TACH_0) && (TACH_0 >-1)) || (defined(TACH_1) && (TACH_1 > -1)))))
  3083. // AUTOREPORT_FANS (M123)
  3084. cap_line(PSTR("AUTOREPORT_FANS"), ENABLED(AUTO_REPORT));
  3085. #endif //FANCHECK and TACH_0 or TACH_1
  3086. // AUTOREPORT_POSITION (M114)
  3087. cap_line(PSTR("AUTOREPORT_POSITION"), ENABLED(AUTO_REPORT));
  3088. //@todo Update RepRap cap
  3089. }
  3090. #endif //EXTENDED_CAPABILITIES_REPORT
  3091. #ifdef BACKLASH_X
  3092. extern uint8_t st_backlash_x;
  3093. #endif //BACKLASH_X
  3094. #ifdef BACKLASH_Y
  3095. extern uint8_t st_backlash_y;
  3096. #endif //BACKLASH_Y
  3097. //! \ingroup marlin_main
  3098. //! @brief Parse and process commands
  3099. //!
  3100. //! look here for descriptions of G-codes: https://reprap.org/wiki/G-code
  3101. //!
  3102. //!
  3103. //! Implemented Codes
  3104. //! -------------------
  3105. //!
  3106. //! * _This list is not updated. Current documentation is maintained inside the process_cmd function._
  3107. //!
  3108. //!@n PRUSA CODES
  3109. //!@n P F - Returns FW versions
  3110. //!@n P R - Returns revision of printer
  3111. //!
  3112. //!@n G0 -> G1
  3113. //!@n G1 - Coordinated Movement X Y Z E
  3114. //!@n G2 - CW ARC
  3115. //!@n G3 - CCW ARC
  3116. //!@n G4 - Dwell S<seconds> or P<milliseconds>
  3117. //!@n G10 - retract filament according to settings of M207
  3118. //!@n G11 - retract recover filament according to settings of M208
  3119. //!@n G28 - Home all Axes
  3120. //!@n G29 - Detailed Z-Probe, probes the bed at 3 or more points. Will fail if you haven't homed yet.
  3121. //!@n G30 - Single Z Probe, probes bed at current XY location.
  3122. //!@n G31 - Dock sled (Z_PROBE_SLED only)
  3123. //!@n G32 - Undock sled (Z_PROBE_SLED only)
  3124. //!@n G80 - Automatic mesh bed leveling
  3125. //!@n G81 - Print bed profile
  3126. //!@n G90 - Use Absolute Coordinates
  3127. //!@n G91 - Use Relative Coordinates
  3128. //!@n G92 - Set current position to coordinates given
  3129. //!
  3130. //!@n M Codes
  3131. //!@n M0 - Unconditional stop - Wait for user to press a button on the LCD
  3132. //!@n M1 - Same as M0
  3133. //!@n M17 - Enable/Power all stepper motors
  3134. //!@n M18 - Disable all stepper motors; same as M84
  3135. //!@n M20 - List SD card
  3136. //!@n M21 - Init SD card
  3137. //!@n M22 - Release SD card
  3138. //!@n M23 - Select SD file (M23 filename.g)
  3139. //!@n M24 - Start/resume SD print
  3140. //!@n M25 - Pause SD print
  3141. //!@n M26 - Set SD position in bytes (M26 S12345)
  3142. //!@n M27 - Report SD print status
  3143. //!@n M28 - Start SD write (M28 filename.g)
  3144. //!@n M29 - Stop SD write
  3145. //!@n M30 - Delete file from SD (M30 filename.g)
  3146. //!@n M31 - Output time since last M109 or SD card start to serial
  3147. //!@n M32 - Select file and start SD print (Can be used _while_ printing from SD card files):
  3148. //! syntax "M32 /path/filename#", or "M32 S<startpos bytes> !filename#"
  3149. //! Call gcode file : "M32 P !filename#" and return to caller file after finishing (similar to #include).
  3150. //! The '#' is necessary when calling from within sd files, as it stops buffer prereading
  3151. //!@n 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.
  3152. //!@n M73 - Show percent done and print time remaining
  3153. //!@n M80 - Turn on Power Supply
  3154. //!@n M81 - Turn off Power Supply
  3155. //!@n M82 - Set E codes absolute (default)
  3156. //!@n M83 - Set E codes relative while in Absolute Coordinates (G90) mode
  3157. //!@n M84 - Disable steppers until next move,
  3158. //! or use S<seconds> to specify an inactivity timeout, after which the steppers will be disabled. S0 to disable the timeout.
  3159. //!@n M85 - Set inactivity shutdown timer with parameter S<seconds>. To disable set zero (default)
  3160. //!@n M86 - Set safety timer expiration time with parameter S<seconds>; M86 S0 will disable safety timer
  3161. //!@n M92 - Set axis_steps_per_unit - same syntax as G92
  3162. //!@n M104 - Set extruder target temp
  3163. //!@n M105 - Read current temp
  3164. //!@n M106 - Fan on
  3165. //!@n M107 - Fan off
  3166. //!@n M109 - Sxxx Wait for extruder current temp to reach target temp. Waits only when heating
  3167. //! Rxxx Wait for extruder current temp to reach target temp. Waits when heating and cooling
  3168. //! IF AUTOTEMP is enabled, S<mintemp> B<maxtemp> F<factor>. Exit autotemp by any M109 without F
  3169. //!@n M112 - Emergency stop
  3170. //!@n M113 - Get or set the timeout interval for Host Keepalive "busy" messages
  3171. //!@n M114 - Output current position to serial port
  3172. //!@n M115 - Capabilities string
  3173. //!@n M117 - display message
  3174. //!@n M119 - Output Endstop status to serial port
  3175. //!@n M123 - Tachometer value
  3176. //!@n M126 - Solenoid Air Valve Open (BariCUDA support by jmil)
  3177. //!@n M127 - Solenoid Air Valve Closed (BariCUDA vent to atmospheric pressure by jmil)
  3178. //!@n M128 - EtoP Open (BariCUDA EtoP = electricity to air pressure transducer by jmil)
  3179. //!@n M129 - EtoP Closed (BariCUDA EtoP = electricity to air pressure transducer by jmil)
  3180. //!@n M140 - Set bed target temp
  3181. //!@n 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.
  3182. //!@n M155 - Automatically send temperatures, fan speeds, position
  3183. //!@n M190 - Sxxx Wait for bed current temp to reach target temp. Waits only when heating
  3184. //! Rxxx Wait for bed current temp to reach target temp. Waits when heating and cooling
  3185. //!@n M200 D<millimeters>- set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).
  3186. //!@n M201 - Set max acceleration in units/s^2 for print moves (M201 X1000 Y1000)
  3187. //!@n M202 - Set max acceleration in units/s^2 for travel moves (M202 X1000 Y1000) Unused in Marlin!!
  3188. //!@n M203 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
  3189. //!@n 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
  3190. //!@n 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
  3191. //!@n M206 - set additional homing offset
  3192. //!@n M207 - set retract length S[positive mm] F[feedrate mm/min] Z[additional zlift/hop], stays in mm regardless of M200 setting
  3193. //!@n M208 - set recover=unretract length S[positive mm surplus to the M207 S*] F[feedrate mm/sec]
  3194. //!@n 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.
  3195. //!@n M218 - set hotend offset (in mm): T<extruder_number> X<offset_on_X> Y<offset_on_Y>
  3196. //!@n M220 S<factor in percent>- set speed factor override percentage
  3197. //!@n M221 S<factor in percent>- set extrude factor override percentage
  3198. //!@n M226 P<pin number> S<pin state>- Wait until the specified pin reaches the state required
  3199. //!@n M240 - Trigger a camera to take a photograph
  3200. //!@n M250 - Set LCD contrast C<contrast value> (value 0..63)
  3201. //!@n M280 - set servo position absolute. P: servo index, S: angle or microseconds
  3202. //!@n M300 - Play beep sound S<frequency Hz> P<duration ms>
  3203. //!@n M301 - Set PID parameters P I and D
  3204. //!@n M302 - Allow cold extrudes, or set the minimum extrude S<temperature>.
  3205. //!@n M303 - PID relay autotune S<temperature> sets the target temperature. (default target temperature = 150C)
  3206. //!@n M304 - Set bed PID parameters P I and D
  3207. //!@n M400 - Finish all moves
  3208. //!@n M401 - Lower z-probe if present
  3209. //!@n M402 - Raise z-probe if present
  3210. //!@n M404 - N<dia in mm> Enter the nominal filament width (3mm, 1.75mm ) or will display nominal filament width without parameters
  3211. //!@n M405 - Turn on Filament Sensor extrusion control. Optional D<delay in cm> to set delay in centimeters between sensor and extruder
  3212. //!@n M406 - Turn off Filament Sensor extrusion control
  3213. //!@n M407 - Displays measured filament diameter
  3214. //!@n M500 - stores parameters in EEPROM
  3215. //!@n M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
  3216. //!@n M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
  3217. //!@n M503 - print the current settings (from memory not from EEPROM)
  3218. //!@n M509 - force language selection on next restart
  3219. //!@n M540 - Use S[0|1] to enable or disable the stop SD card print on endstop hit (requires ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
  3220. //!@n M552 - Set IP address
  3221. //!@n M600 - Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
  3222. //!@n M605 - Set dual x-carriage movement mode: S<mode> [ X<duplication x-offset> R<duplication temp offset> ]
  3223. //!@n M860 - Wait for PINDA thermistor to reach target temperature.
  3224. //!@n M861 - Set / Read PINDA temperature compensation offsets
  3225. //!@n M900 - Set LIN_ADVANCE options, if enabled. See Configuration_adv.h for details.
  3226. //!@n M907 - Set digital trimpot motor current using axis codes.
  3227. //!@n M908 - Control digital trimpot directly.
  3228. //!@n M350 - Set microstepping mode.
  3229. //!@n M351 - Toggle MS1 MS2 pins directly.
  3230. //!
  3231. //!@n M928 - Start SD logging (M928 filename.g) - ended by M29
  3232. //!@n M999 - Restart after being stopped by error
  3233. //! <br><br>
  3234. /** @defgroup marlin_main Marlin main */
  3235. /** \ingroup GCodes */
  3236. //! _This is a list of currently implemented G Codes in Prusa firmware (dynamically generated from doxygen)._
  3237. /**
  3238. They are shown in order of appearance in the code.
  3239. There are reasons why some G Codes aren't in numerical order.
  3240. */
  3241. void process_commands()
  3242. {
  3243. #ifdef FANCHECK
  3244. if(fan_check_error == EFCE_DETECTED) {
  3245. fan_check_error = EFCE_REPORTED;
  3246. if (is_usb_printing)
  3247. lcd_pause_usb_print();
  3248. else
  3249. lcd_pause_print();
  3250. }
  3251. #endif
  3252. if (!buflen) return; //empty command
  3253. #ifdef FILAMENT_RUNOUT_SUPPORT
  3254. SET_INPUT(FR_SENS);
  3255. #endif
  3256. #ifdef CMDBUFFER_DEBUG
  3257. SERIAL_ECHOPGM("Processing a GCODE command: ");
  3258. SERIAL_ECHO(cmdbuffer+bufindr+CMDHDRSIZE);
  3259. SERIAL_ECHOLNPGM("");
  3260. SERIAL_ECHOPGM("In cmdqueue: ");
  3261. SERIAL_ECHO(buflen);
  3262. SERIAL_ECHOLNPGM("");
  3263. #endif /* CMDBUFFER_DEBUG */
  3264. unsigned long codenum; //throw away variable
  3265. char *starpos = NULL;
  3266. #ifdef ENABLE_AUTO_BED_LEVELING
  3267. float x_tmp, y_tmp, z_tmp, real_z;
  3268. #endif
  3269. // PRUSA GCODES
  3270. KEEPALIVE_STATE(IN_HANDLER);
  3271. #ifdef SNMM
  3272. float tmp_motor[3] = DEFAULT_PWM_MOTOR_CURRENT;
  3273. float tmp_motor_loud[3] = DEFAULT_PWM_MOTOR_CURRENT_LOUD;
  3274. int8_t SilentMode;
  3275. #endif
  3276. /*!
  3277. ---------------------------------------------------------------------------------
  3278. ### M117 - Display Message <a href="https://reprap.org/wiki/G-code#M117:_Display_Message">M117: Display Message</a>
  3279. This causes the given message to be shown in the status line on an attached LCD.
  3280. It is processed early as to allow printing messages that contain G, M, N or T.
  3281. ---------------------------------------------------------------------------------
  3282. ### Special internal commands
  3283. These are used by internal functions to process certain actions in the right order. Some of these are also usable by the user.
  3284. They are processed early as the commands are complex (strings).
  3285. These are only available on the MK3(S) as these require TMC2130 drivers:
  3286. - CRASH DETECTED
  3287. - CRASH RECOVER
  3288. - CRASH_CANCEL
  3289. - TMC_SET_WAVE
  3290. - TMC_SET_STEP
  3291. - TMC_SET_CHOP
  3292. */
  3293. if (code_seen_P(PSTR("M117"))) //moved to highest priority place to be able to to print strings which includes "G", "PRUSA" and "^"
  3294. {
  3295. starpos = (strchr(strchr_pointer + 5, '*'));
  3296. if (starpos != NULL)
  3297. *(starpos) = '\0';
  3298. lcd_setstatus(strchr_pointer + 5);
  3299. custom_message_type = CustomMsg::MsgUpdate;
  3300. }
  3301. /*!
  3302. ### M0, M1 - Stop the printer <a href="https://reprap.org/wiki/G-code#M0:_Stop_or_Unconditional_stop">M0: Stop or Unconditional stop</a>
  3303. #### Usage
  3304. M0 [P<ms<] [S<sec>] [string]
  3305. M1 [P<ms>] [S<sec>] [string]
  3306. #### Parameters
  3307. - `P<ms>` - Expire time, in milliseconds
  3308. - `S<sec>` - Expire time, in seconds
  3309. - `string` - Must for M1 and optional for M0 message to display on the LCD
  3310. */
  3311. else if (code_seen_P(PSTR("M0")) || code_seen_P(PSTR("M1 "))) {// M0 and M1 - (Un)conditional stop - Wait for user button press on LCD
  3312. char *src = strchr_pointer + 2;
  3313. codenum = 0;
  3314. bool hasP = false, hasS = false;
  3315. if (code_seen('P')) {
  3316. codenum = code_value(); // milliseconds to wait
  3317. hasP = codenum > 0;
  3318. }
  3319. if (code_seen('S')) {
  3320. codenum = code_value() * 1000; // seconds to wait
  3321. hasS = codenum > 0;
  3322. }
  3323. starpos = strchr(src, '*');
  3324. if (starpos != NULL) *(starpos) = '\0';
  3325. while (*src == ' ') ++src;
  3326. custom_message_type = CustomMsg::M0Wait;
  3327. if (!hasP && !hasS && *src != '\0') {
  3328. lcd_setstatus(src);
  3329. } else {
  3330. LCD_MESSAGERPGM(_i("Wait for user..."));////MSG_USERWAIT
  3331. }
  3332. lcd_ignore_click(); //call lcd_ignore_click aslo for else ???
  3333. st_synchronize();
  3334. previous_millis_cmd = _millis();
  3335. if (codenum > 0) {
  3336. codenum += _millis(); // keep track of when we started waiting
  3337. KEEPALIVE_STATE(PAUSED_FOR_USER);
  3338. while(_millis() < codenum && !lcd_clicked()) {
  3339. manage_heater();
  3340. manage_inactivity(true);
  3341. lcd_update(0);
  3342. }
  3343. KEEPALIVE_STATE(IN_HANDLER);
  3344. lcd_ignore_click(false);
  3345. } else {
  3346. marlin_wait_for_click();
  3347. }
  3348. if (IS_SD_PRINTING)
  3349. custom_message_type = CustomMsg::Status;
  3350. else
  3351. LCD_MESSAGERPGM(_T(WELCOME_MSG));
  3352. }
  3353. #ifdef TMC2130
  3354. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("CRASH_"), 6) == 0)
  3355. {
  3356. // ### CRASH_DETECTED - TMC2130
  3357. // ---------------------------------
  3358. if(code_seen_P(PSTR("CRASH_DETECTED")))
  3359. {
  3360. uint8_t mask = 0;
  3361. if (code_seen('X')) mask |= X_AXIS_MASK;
  3362. if (code_seen('Y')) mask |= Y_AXIS_MASK;
  3363. crashdet_detected(mask);
  3364. }
  3365. // ### CRASH_RECOVER - TMC2130
  3366. // ----------------------------------
  3367. else if(code_seen_P(PSTR("CRASH_RECOVER")))
  3368. crashdet_recover();
  3369. // ### CRASH_CANCEL - TMC2130
  3370. // ----------------------------------
  3371. else if(code_seen_P(PSTR("CRASH_CANCEL")))
  3372. crashdet_cancel();
  3373. }
  3374. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("TMC_"), 4) == 0)
  3375. {
  3376. // ### TMC_SET_WAVE_
  3377. // --------------------
  3378. if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_WAVE_"), 9) == 0)
  3379. {
  3380. uint8_t axis = *(CMDBUFFER_CURRENT_STRING + 13);
  3381. axis = (axis == 'E')?3:(axis - 'X');
  3382. if (axis < 4)
  3383. {
  3384. uint8_t fac = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, NULL, 10);
  3385. tmc2130_set_wave(axis, 247, fac);
  3386. }
  3387. }
  3388. // ### TMC_SET_STEP_
  3389. // ------------------
  3390. else if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_STEP_"), 9) == 0)
  3391. {
  3392. uint8_t axis = *(CMDBUFFER_CURRENT_STRING + 13);
  3393. axis = (axis == 'E')?3:(axis - 'X');
  3394. if (axis < 4)
  3395. {
  3396. uint8_t step = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, NULL, 10);
  3397. uint16_t res = tmc2130_get_res(axis);
  3398. tmc2130_goto_step(axis, step & (4*res - 1), 2, 1000, res);
  3399. }
  3400. }
  3401. // ### TMC_SET_CHOP_
  3402. // -------------------
  3403. else if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_CHOP_"), 9) == 0)
  3404. {
  3405. uint8_t axis = *(CMDBUFFER_CURRENT_STRING + 13);
  3406. axis = (axis == 'E')?3:(axis - 'X');
  3407. if (axis < 4)
  3408. {
  3409. uint8_t chop0 = tmc2130_chopper_config[axis].toff;
  3410. uint8_t chop1 = tmc2130_chopper_config[axis].hstr;
  3411. uint8_t chop2 = tmc2130_chopper_config[axis].hend;
  3412. uint8_t chop3 = tmc2130_chopper_config[axis].tbl;
  3413. char* str_end = 0;
  3414. if (CMDBUFFER_CURRENT_STRING[14])
  3415. {
  3416. chop0 = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, &str_end, 10) & 15;
  3417. if (str_end && *str_end)
  3418. {
  3419. chop1 = (uint8_t)strtol(str_end, &str_end, 10) & 7;
  3420. if (str_end && *str_end)
  3421. {
  3422. chop2 = (uint8_t)strtol(str_end, &str_end, 10) & 15;
  3423. if (str_end && *str_end)
  3424. chop3 = (uint8_t)strtol(str_end, &str_end, 10) & 3;
  3425. }
  3426. }
  3427. }
  3428. tmc2130_chopper_config[axis].toff = chop0;
  3429. tmc2130_chopper_config[axis].hstr = chop1 & 7;
  3430. tmc2130_chopper_config[axis].hend = chop2 & 15;
  3431. tmc2130_chopper_config[axis].tbl = chop3 & 3;
  3432. tmc2130_setup_chopper(axis, tmc2130_mres[axis], tmc2130_current_h[axis], tmc2130_current_r[axis]);
  3433. //printf_P(_N("TMC_SET_CHOP_%c %hhd %hhd %hhd %hhd\n"), "xyze"[axis], chop0, chop1, chop2, chop3);
  3434. }
  3435. }
  3436. }
  3437. #ifdef BACKLASH_X
  3438. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("BACKLASH_X"), 10) == 0)
  3439. {
  3440. uint8_t bl = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 10, NULL, 10);
  3441. st_backlash_x = bl;
  3442. printf_P(_N("st_backlash_x = %hhd\n"), st_backlash_x);
  3443. }
  3444. #endif //BACKLASH_X
  3445. #ifdef BACKLASH_Y
  3446. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("BACKLASH_Y"), 10) == 0)
  3447. {
  3448. uint8_t bl = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 10, NULL, 10);
  3449. st_backlash_y = bl;
  3450. printf_P(_N("st_backlash_y = %hhd\n"), st_backlash_y);
  3451. }
  3452. #endif //BACKLASH_Y
  3453. #endif //TMC2130
  3454. else if(code_seen_P(PSTR("PRUSA"))){
  3455. /*!
  3456. ---------------------------------------------------------------------------------
  3457. ### PRUSA - Internal command set <a href="https://reprap.org/wiki/G-code#G98:_Activate_farm_mode">G98: Activate farm mode - Notes</a>
  3458. Set of internal PRUSA commands
  3459. #### Usage
  3460. PRUSA [ Ping | PRN | FAN | fn | thx | uvlo | MMURES | RESET | fv | M28 | SN | Fir | Rev | Lang | Lz | Beat | FR ]
  3461. #### Parameters
  3462. - `Ping`
  3463. - `PRN` - Prints revision of the printer
  3464. - `FAN` - Prints fan details
  3465. - `fn` - Prints farm no.
  3466. - `thx`
  3467. - `uvlo`
  3468. - `MMURES` - Reset MMU
  3469. - `RESET` - (Careful!)
  3470. - `fv` - ?
  3471. - `M28`
  3472. - `SN`
  3473. - `Fir` - Prints firmware version
  3474. - `Rev`- Prints filament size, elelectronics, nozzle type
  3475. - `Lang` - Reset the language
  3476. - `Lz`
  3477. - `Beat` - Kick farm link timer
  3478. - `FR` - Full factory reset
  3479. - `nozzle set <diameter>` - set nozzle diameter (farm mode only), e.g. `PRUSA nozzle set 0.4`
  3480. - `nozzle D<diameter>` - check the nozzle diameter (farm mode only), works like M862.1 P, e.g. `PRUSA nozzle D0.4`
  3481. - `nozzle` - prints nozzle diameter (farm mode only), works like M862.1 P, e.g. `PRUSA nozzle`
  3482. */
  3483. if (code_seen_P(PSTR("Ping"))) { // PRUSA Ping
  3484. if (farm_mode) {
  3485. PingTime = _millis();
  3486. }
  3487. }
  3488. else if (code_seen_P(PSTR("PRN"))) { // PRUSA PRN
  3489. printf_P(_N("%d"), status_number);
  3490. } else if( code_seen_P(PSTR("FANPINTST"))){
  3491. gcode_PRUSA_BadRAMBoFanTest();
  3492. }else if (code_seen_P(PSTR("FAN"))) { // PRUSA FAN
  3493. printf_P(_N("E0:%d RPM\nPRN0:%d RPM\n"), 60*fan_speed[0], 60*fan_speed[1]);
  3494. }
  3495. else if (code_seen_P(PSTR("thx"))) // PRUSA thx
  3496. {
  3497. no_response = false;
  3498. }
  3499. else if (code_seen_P(PSTR("uvlo"))) // PRUSA uvlo
  3500. {
  3501. eeprom_update_byte((uint8_t*)EEPROM_UVLO,0);
  3502. enquecommand_P(PSTR("M24"));
  3503. }
  3504. else if (code_seen_P(PSTR("MMURES"))) // PRUSA MMURES
  3505. {
  3506. mmu_reset();
  3507. }
  3508. else if (code_seen_P(PSTR("RESET"))) { // PRUSA RESET
  3509. #ifdef WATCHDOG
  3510. #if defined(XFLASH) && defined(BOOTAPP)
  3511. boot_app_magic = BOOT_APP_MAGIC;
  3512. boot_app_flags = BOOT_APP_FLG_RUN;
  3513. #endif //defined(XFLASH) && defined(BOOTAPP)
  3514. softReset();
  3515. #elif defined(BOOTAPP) //this is a safety precaution. This is because the new bootloader turns off the heaters, but the old one doesn't. The watchdog should be used most of the time.
  3516. asm volatile("jmp 0x3E000");
  3517. #endif
  3518. }else if (code_seen_P("fv")) { // PRUSA fv
  3519. // get file version
  3520. #ifdef SDSUPPORT
  3521. card.openFileReadFilteredGcode(strchr_pointer + 3,true);
  3522. while (true) {
  3523. uint16_t readByte = card.getFilteredGcodeChar();
  3524. MYSERIAL.write(readByte);
  3525. if (readByte=='\n') {
  3526. break;
  3527. }
  3528. }
  3529. card.closefile();
  3530. #endif // SDSUPPORT
  3531. } else if (code_seen_P(PSTR("M28"))) { // PRUSA M28
  3532. trace();
  3533. prusa_sd_card_upload = true;
  3534. card.openFileWrite(strchr_pointer+4);
  3535. } else if (code_seen_P(PSTR("SN"))) { // PRUSA SN
  3536. char SN[20];
  3537. eeprom_read_block(SN, (uint8_t*)EEPROM_PRUSA_SN, 20);
  3538. if (SN[19])
  3539. puts_P(PSTR("SN invalid"));
  3540. else
  3541. puts(SN);
  3542. } else if(code_seen_P(PSTR("Fir"))){ // PRUSA Fir
  3543. SERIAL_PROTOCOLLN(FW_VERSION_FULL);
  3544. } else if(code_seen_P(PSTR("Rev"))){ // PRUSA Rev
  3545. SERIAL_PROTOCOLLN(FILAMENT_SIZE "-" ELECTRONICS "-" NOZZLE_TYPE );
  3546. } else if(code_seen_P(PSTR("Lang"))) { // PRUSA Lang
  3547. lang_reset();
  3548. } else if(code_seen_P(PSTR("Lz"))) { // PRUSA Lz
  3549. eeprom_update_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),0);
  3550. } else if(code_seen_P(PSTR("Beat"))) { // PRUSA Beat
  3551. // Kick farm link timer
  3552. kicktime = _millis();
  3553. } else if(code_seen_P(PSTR("FR"))) { // PRUSA FR
  3554. // Factory full reset
  3555. factory_reset(0);
  3556. } else if(code_seen_P(PSTR("MBL"))) { // PRUSA MBL
  3557. // Change the MBL status without changing the logical Z position.
  3558. if(code_seen('V')) {
  3559. bool value = code_value_short();
  3560. st_synchronize();
  3561. if(value != mbl.active) {
  3562. mbl.active = value;
  3563. // Use plan_set_z_position to reset the physical values
  3564. plan_set_z_position(current_position[Z_AXIS]);
  3565. }
  3566. }
  3567. //-//
  3568. /*
  3569. } else if(code_seen("rrr")) {
  3570. MYSERIAL.println("=== checking ===");
  3571. MYSERIAL.println(eeprom_read_byte((uint8_t*)EEPROM_CHECK_MODE),DEC);
  3572. MYSERIAL.println(eeprom_read_byte((uint8_t*)EEPROM_NOZZLE_DIAMETER),DEC);
  3573. MYSERIAL.println(eeprom_read_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM),DEC);
  3574. MYSERIAL.println(farm_mode,DEC);
  3575. MYSERIAL.println(eCheckMode,DEC);
  3576. } else if(code_seen("www")) {
  3577. MYSERIAL.println("=== @ FF ===");
  3578. eeprom_update_byte((uint8_t*)EEPROM_CHECK_MODE,0xFF);
  3579. eeprom_update_byte((uint8_t*)EEPROM_NOZZLE_DIAMETER,0xFF);
  3580. eeprom_update_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM,0xFFFF);
  3581. */
  3582. } else if (code_seen_P(PSTR("nozzle"))) { // PRUSA nozzle
  3583. uint16_t nDiameter;
  3584. if(code_seen('D'))
  3585. {
  3586. nDiameter=(uint16_t)(code_value()*1000.0+0.5); // [,um]
  3587. nozzle_diameter_check(nDiameter);
  3588. }
  3589. else if(code_seen_P(PSTR("set")) && farm_mode)
  3590. {
  3591. strchr_pointer++; // skip 1st char (~ 's')
  3592. strchr_pointer++; // skip 2nd char (~ 'e')
  3593. nDiameter=(uint16_t)(code_value()*1000.0+0.5); // [,um]
  3594. eeprom_update_byte((uint8_t*)EEPROM_NOZZLE_DIAMETER,(uint8_t)ClNozzleDiameter::_Diameter_Undef); // for correct synchronization after farm-mode exiting
  3595. eeprom_update_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM,nDiameter);
  3596. }
  3597. else SERIAL_PROTOCOLLN((float)eeprom_read_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM)/1000.0);
  3598. //-// !!! SupportMenu
  3599. /*
  3600. // musi byt PRED "PRUSA model"
  3601. } else if (code_seen("smodel")) { //! PRUSA smodel
  3602. size_t nOffset;
  3603. // ! -> "l"
  3604. strchr_pointer+=5*sizeof(*strchr_pointer); // skip 1st - 5th char (~ 'smode')
  3605. nOffset=strspn(strchr_pointer+1," \t\n\r\v\f");
  3606. if(*(strchr_pointer+1+nOffset))
  3607. printer_smodel_check(strchr_pointer);
  3608. else SERIAL_PROTOCOLLN(PRINTER_NAME);
  3609. } else if (code_seen("model")) { //! PRUSA model
  3610. uint16_t nPrinterModel;
  3611. strchr_pointer+=4*sizeof(*strchr_pointer); // skip 1st - 4th char (~ 'mode')
  3612. nPrinterModel=(uint16_t)code_value_long();
  3613. if(nPrinterModel!=0)
  3614. printer_model_check(nPrinterModel);
  3615. else SERIAL_PROTOCOLLN(PRINTER_TYPE);
  3616. } else if (code_seen("version")) { //! PRUSA version
  3617. strchr_pointer+=7*sizeof(*strchr_pointer); // skip 1st - 7th char (~ 'version')
  3618. while(*strchr_pointer==' ') // skip leading spaces
  3619. strchr_pointer++;
  3620. if(*strchr_pointer!=0)
  3621. fw_version_check(strchr_pointer);
  3622. else SERIAL_PROTOCOLLN(FW_VERSION);
  3623. } else if (code_seen("gcode")) { //! PRUSA gcode
  3624. uint16_t nGcodeLevel;
  3625. strchr_pointer+=4*sizeof(*strchr_pointer); // skip 1st - 4th char (~ 'gcod')
  3626. nGcodeLevel=(uint16_t)code_value_long();
  3627. if(nGcodeLevel!=0)
  3628. gcode_level_check(nGcodeLevel);
  3629. else SERIAL_PROTOCOLLN(GCODE_LEVEL);
  3630. */
  3631. }
  3632. //else if (code_seen('Cal')) {
  3633. // lcd_calibration();
  3634. // }
  3635. }
  3636. // This prevents reading files with "^" in their names.
  3637. // Since it is unclear, if there is some usage of this construct,
  3638. // it will be deprecated in 3.9 alpha a possibly completely removed in the future:
  3639. // else if (code_seen('^')) {
  3640. // // nothing, this is a version line
  3641. // }
  3642. else if(code_seen('G'))
  3643. {
  3644. gcode_in_progress = (int)code_value();
  3645. // printf_P(_N("BEGIN G-CODE=%u\n"), gcode_in_progress);
  3646. switch (gcode_in_progress)
  3647. {
  3648. /*!
  3649. ---------------------------------------------------------------------------------
  3650. # G Codes
  3651. ### G0, G1 - Coordinated movement X Y Z E <a href="https://reprap.org/wiki/G-code#G0_.26_G1:_Move">G0 & G1: Move</a>
  3652. In Prusa Firmware G0 and G1 are the same.
  3653. #### Usage
  3654. G0 [ X | Y | Z | E | F | S ]
  3655. G1 [ X | Y | Z | E | F | S ]
  3656. #### Parameters
  3657. - `X` - The position to move to on the X axis
  3658. - `Y` - The position to move to on the Y axis
  3659. - `Z` - The position to move to on the Z axis
  3660. - `E` - The amount to extrude between the starting point and ending point
  3661. - `F` - The feedrate per minute of the move between the starting point and ending point (if supplied)
  3662. */
  3663. case 0: // G0 -> G1
  3664. case 1: // G1
  3665. if(Stopped == false) {
  3666. #ifdef FILAMENT_RUNOUT_SUPPORT
  3667. if(READ(FR_SENS)){
  3668. int feedmultiplyBckp=feedmultiply;
  3669. float target[4];
  3670. float lastpos[4];
  3671. target[X_AXIS]=current_position[X_AXIS];
  3672. target[Y_AXIS]=current_position[Y_AXIS];
  3673. target[Z_AXIS]=current_position[Z_AXIS];
  3674. target[E_AXIS]=current_position[E_AXIS];
  3675. lastpos[X_AXIS]=current_position[X_AXIS];
  3676. lastpos[Y_AXIS]=current_position[Y_AXIS];
  3677. lastpos[Z_AXIS]=current_position[Z_AXIS];
  3678. lastpos[E_AXIS]=current_position[E_AXIS];
  3679. //retract by E
  3680. target[E_AXIS]+= FILAMENTCHANGE_FIRSTRETRACT ;
  3681. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 400, active_extruder);
  3682. target[Z_AXIS]+= FILAMENTCHANGE_ZADD ;
  3683. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 300, active_extruder);
  3684. target[X_AXIS]= FILAMENTCHANGE_XPOS ;
  3685. target[Y_AXIS]= FILAMENTCHANGE_YPOS ;
  3686. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 70, active_extruder);
  3687. target[E_AXIS]+= FILAMENTCHANGE_FINALRETRACT ;
  3688. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 20, active_extruder);
  3689. //finish moves
  3690. st_synchronize();
  3691. //disable extruder steppers so filament can be removed
  3692. disable_e0();
  3693. disable_e1();
  3694. disable_e2();
  3695. _delay(100);
  3696. //LCD_ALERTMESSAGEPGM(_T(MSG_FILAMENTCHANGE));
  3697. uint8_t cnt=0;
  3698. int counterBeep = 0;
  3699. lcd_wait_interact();
  3700. while(!lcd_clicked()){
  3701. cnt++;
  3702. manage_heater();
  3703. manage_inactivity(true);
  3704. //lcd_update(0);
  3705. if(cnt==0)
  3706. {
  3707. #if BEEPER > 0
  3708. if (counterBeep== 500){
  3709. counterBeep = 0;
  3710. }
  3711. SET_OUTPUT(BEEPER);
  3712. if (counterBeep== 0){
  3713. if(eSoundMode!=e_SOUND_MODE_SILENT)
  3714. WRITE(BEEPER,HIGH);
  3715. }
  3716. if (counterBeep== 20){
  3717. WRITE(BEEPER,LOW);
  3718. }
  3719. counterBeep++;
  3720. #else
  3721. #endif
  3722. }
  3723. }
  3724. WRITE(BEEPER,LOW);
  3725. target[E_AXIS]+= FILAMENTCHANGE_FIRSTFEED ;
  3726. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 20, active_extruder);
  3727. target[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  3728. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  3729. lcd_change_fil_state = 0;
  3730. lcd_loading_filament();
  3731. while ((lcd_change_fil_state == 0)||(lcd_change_fil_state != 1)){
  3732. lcd_change_fil_state = 0;
  3733. lcd_alright();
  3734. switch(lcd_change_fil_state){
  3735. case 2:
  3736. target[E_AXIS]+= FILAMENTCHANGE_FIRSTFEED ;
  3737. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 20, active_extruder);
  3738. target[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  3739. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  3740. lcd_loading_filament();
  3741. break;
  3742. case 3:
  3743. target[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  3744. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  3745. lcd_loading_color();
  3746. break;
  3747. default:
  3748. lcd_change_success();
  3749. break;
  3750. }
  3751. }
  3752. target[E_AXIS]+= 5;
  3753. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  3754. target[E_AXIS]+= FILAMENTCHANGE_FIRSTRETRACT;
  3755. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 400, active_extruder);
  3756. //current_position[E_AXIS]=target[E_AXIS]; //the long retract of L is compensated by manual filament feeding
  3757. //plan_set_e_position(current_position[E_AXIS]);
  3758. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 70, active_extruder); //should do nothing
  3759. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], target[Z_AXIS], target[E_AXIS], 70, active_extruder); //move xy back
  3760. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], target[E_AXIS], 200, active_extruder); //move z back
  3761. target[E_AXIS]= target[E_AXIS] - FILAMENTCHANGE_FIRSTRETRACT;
  3762. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], target[E_AXIS], 5, active_extruder); //final untretract
  3763. plan_set_e_position(lastpos[E_AXIS]);
  3764. feedmultiply=feedmultiplyBckp;
  3765. char cmd[9];
  3766. sprintf_P(cmd, PSTR("M220 S%i"), feedmultiplyBckp);
  3767. enquecommand(cmd);
  3768. }
  3769. #endif
  3770. get_coordinates(); // For X Y Z E F
  3771. // When recovering from a previous print move, restore the originally
  3772. // calculated target position on the first USB/SD command. This accounts
  3773. // properly for relative moves
  3774. if ((saved_target[0] != SAVED_TARGET_UNSET) &&
  3775. ((CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_SDCARD) ||
  3776. (CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB_WITH_LINENR)))
  3777. {
  3778. memcpy(destination, saved_target, sizeof(destination));
  3779. saved_target[0] = SAVED_TARGET_UNSET;
  3780. }
  3781. if (total_filament_used > ((current_position[E_AXIS] - destination[E_AXIS]) * 100)) { //protection against total_filament_used overflow
  3782. total_filament_used = total_filament_used + ((destination[E_AXIS] - current_position[E_AXIS]) * 100);
  3783. }
  3784. #ifdef FWRETRACT
  3785. if(cs.autoretract_enabled) {
  3786. if( !(code_seen('X') || code_seen('Y') || code_seen('Z')) && code_seen('E')) {
  3787. float echange=destination[E_AXIS]-current_position[E_AXIS];
  3788. if((echange<-MIN_RETRACT && !retracted[active_extruder]) || (echange>MIN_RETRACT && retracted[active_extruder])) { //move appears to be an attempt to retract or recover
  3789. st_synchronize();
  3790. current_position[E_AXIS] = destination[E_AXIS]; //hide the slicer-generated retract/recover from calculations
  3791. plan_set_e_position(current_position[E_AXIS]); //AND from the planner
  3792. retract(!retracted[active_extruder]);
  3793. return;
  3794. }
  3795. }
  3796. }
  3797. #endif //FWRETRACT
  3798. prepare_move();
  3799. //ClearToSend();
  3800. }
  3801. break;
  3802. /*!
  3803. ### G2, G3 - Controlled Arc Move <a href="https://reprap.org/wiki/G-code#G2_.26_G3:_Controlled_Arc_Move">G2 & G3: Controlled Arc Move</a>
  3804. These commands don't propperly work with MBL enabled. The compensation only happens at the end of the move, so avoid long arcs.
  3805. #### Usage
  3806. G2 [ X | Y | I | E | F ] (Clockwise Arc)
  3807. G3 [ X | Y | I | E | F ] (Counter-Clockwise Arc)
  3808. #### Parameters
  3809. - `X` - The position to move to on the X axis
  3810. - `Y` - The position to move to on the Y axis
  3811. - `I` - The point in X space from the current X position to maintain a constant distance from
  3812. - `J` - The point in Y space from the current Y position to maintain a constant distance from
  3813. - `E` - The amount to extrude between the starting point and ending point
  3814. - `F` - The feedrate per minute of the move between the starting point and ending point (if supplied)
  3815. */
  3816. case 2:
  3817. if(Stopped == false) {
  3818. get_arc_coordinates();
  3819. prepare_arc_move(true);
  3820. }
  3821. break;
  3822. // -------------------------------
  3823. case 3:
  3824. if(Stopped == false) {
  3825. get_arc_coordinates();
  3826. prepare_arc_move(false);
  3827. }
  3828. break;
  3829. /*!
  3830. ### G4 - Dwell <a href="https://reprap.org/wiki/G-code#G4:_Dwell">G4: Dwell</a>
  3831. Pause the machine for a period of time.
  3832. #### Usage
  3833. G4 [ P | S ]
  3834. #### Parameters
  3835. - `P` - Time to wait, in milliseconds
  3836. - `S` - Time to wait, in seconds
  3837. */
  3838. case 4:
  3839. codenum = 0;
  3840. if(code_seen('P')) codenum = code_value(); // milliseconds to wait
  3841. if(code_seen('S')) codenum = code_value() * 1000; // seconds to wait
  3842. if(codenum != 0) LCD_MESSAGERPGM(_n("Sleep..."));////MSG_DWELL
  3843. st_synchronize();
  3844. codenum += _millis(); // keep track of when we started waiting
  3845. previous_millis_cmd = _millis();
  3846. while(_millis() < codenum) {
  3847. manage_heater();
  3848. manage_inactivity();
  3849. lcd_update(0);
  3850. }
  3851. break;
  3852. #ifdef FWRETRACT
  3853. /*!
  3854. ### G10 - Retract <a href="https://reprap.org/wiki/G-code#G10:_Retract">G10: Retract</a>
  3855. Retracts filament according to settings of `M207`
  3856. */
  3857. case 10:
  3858. #if EXTRUDERS > 1
  3859. retracted_swap[active_extruder]=(code_seen('S') && code_value_long() == 1); // checks for swap retract argument
  3860. retract(true,retracted_swap[active_extruder]);
  3861. #else
  3862. retract(true);
  3863. #endif
  3864. break;
  3865. /*!
  3866. ### G11 - Retract recover <a href="https://reprap.org/wiki/G-code#G11:_Unretract">G11: Unretract</a>
  3867. Unretracts/recovers filament according to settings of `M208`
  3868. */
  3869. case 11:
  3870. #if EXTRUDERS > 1
  3871. retract(false,retracted_swap[active_extruder]);
  3872. #else
  3873. retract(false);
  3874. #endif
  3875. break;
  3876. #endif //FWRETRACT
  3877. /*!
  3878. ### G21 - Sets Units to Millimters <a href="https://reprap.org/wiki/G-code#G21:_Set_Units_to_Millimeters">G21: Set Units to Millimeters</a>
  3879. Units are in millimeters. Prusa doesn't support inches.
  3880. */
  3881. case 21:
  3882. break; //Doing nothing. This is just to prevent serial UNKOWN warnings.
  3883. /*!
  3884. ### G28 - Home all Axes one at a time <a href="https://reprap.org/wiki/G-code#G28:_Move_to_Origin_.28Home.29">G28: Move to Origin (Home)</a>
  3885. Using `G28` without any parameters will perfom homing of all axes AND mesh bed leveling, while `G28 W` will just home all axes (no mesh bed leveling).
  3886. #### Usage
  3887. G28 [ X | Y | Z | W | C ]
  3888. #### Parameters
  3889. - `X` - Flag to go back to the X axis origin
  3890. - `Y` - Flag to go back to the Y axis origin
  3891. - `Z` - Flag to go back to the Z axis origin
  3892. - `W` - Suppress mesh bed leveling if `X`, `Y` or `Z` are not provided
  3893. - `C` - Calibrate X and Y origin (home) - Only on MK3/s
  3894. */
  3895. case 28:
  3896. {
  3897. long home_x_value = 0;
  3898. long home_y_value = 0;
  3899. long home_z_value = 0;
  3900. // Which axes should be homed?
  3901. bool home_x = code_seen(axis_codes[X_AXIS]);
  3902. home_x_value = code_value_long();
  3903. bool home_y = code_seen(axis_codes[Y_AXIS]);
  3904. home_y_value = code_value_long();
  3905. bool home_z = code_seen(axis_codes[Z_AXIS]);
  3906. home_z_value = code_value_long();
  3907. bool without_mbl = code_seen('W');
  3908. // calibrate?
  3909. #ifdef TMC2130
  3910. bool calib = code_seen('C');
  3911. gcode_G28(home_x, home_x_value, home_y, home_y_value, home_z, home_z_value, calib, without_mbl);
  3912. #else
  3913. gcode_G28(home_x, home_x_value, home_y, home_y_value, home_z, home_z_value, without_mbl);
  3914. #endif //TMC2130
  3915. if ((home_x || home_y || without_mbl || home_z) == false) {
  3916. // Push the commands to the front of the message queue in the reverse order!
  3917. // There shall be always enough space reserved for these commands.
  3918. goto case_G80;
  3919. }
  3920. break;
  3921. }
  3922. #ifdef ENABLE_AUTO_BED_LEVELING
  3923. /*!
  3924. ### G29 - Detailed Z-Probe <a href="https://reprap.org/wiki/G-code#G29:_Detailed_Z-Probe">G29: Detailed Z-Probe</a>
  3925. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  3926. See `G81`
  3927. */
  3928. case 29:
  3929. {
  3930. #if Z_MIN_PIN == -1
  3931. #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."
  3932. #endif
  3933. // Prevent user from running a G29 without first homing in X and Y
  3934. if (! (axis_known_position[X_AXIS] && axis_known_position[Y_AXIS]) )
  3935. {
  3936. LCD_MESSAGERPGM(MSG_POSITION_UNKNOWN);
  3937. SERIAL_ECHO_START;
  3938. SERIAL_ECHOLNRPGM(MSG_POSITION_UNKNOWN);
  3939. break; // abort G29, since we don't know where we are
  3940. }
  3941. st_synchronize();
  3942. // make sure the bed_level_rotation_matrix is identity or the planner will get it incorectly
  3943. //vector_3 corrected_position = plan_get_position_mm();
  3944. //corrected_position.debug("position before G29");
  3945. plan_bed_level_matrix.set_to_identity();
  3946. vector_3 uncorrected_position = plan_get_position();
  3947. //uncorrected_position.debug("position durring G29");
  3948. current_position[X_AXIS] = uncorrected_position.x;
  3949. current_position[Y_AXIS] = uncorrected_position.y;
  3950. current_position[Z_AXIS] = uncorrected_position.z;
  3951. plan_set_position_curposXYZE();
  3952. int l_feedmultiply = setup_for_endstop_move();
  3953. feedrate = homing_feedrate[Z_AXIS];
  3954. #ifdef AUTO_BED_LEVELING_GRID
  3955. // probe at the points of a lattice grid
  3956. int xGridSpacing = (RIGHT_PROBE_BED_POSITION - LEFT_PROBE_BED_POSITION) / (AUTO_BED_LEVELING_GRID_POINTS-1);
  3957. int yGridSpacing = (BACK_PROBE_BED_POSITION - FRONT_PROBE_BED_POSITION) / (AUTO_BED_LEVELING_GRID_POINTS-1);
  3958. // solve the plane equation ax + by + d = z
  3959. // A is the matrix with rows [x y 1] for all the probed points
  3960. // B is the vector of the Z positions
  3961. // 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
  3962. // so Vx = -a Vy = -b Vz = 1 (we want the vector facing towards positive Z
  3963. // "A" matrix of the linear system of equations
  3964. double eqnAMatrix[AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS*3];
  3965. // "B" vector of Z points
  3966. double eqnBVector[AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS];
  3967. int probePointCounter = 0;
  3968. bool zig = true;
  3969. for (int yProbe=FRONT_PROBE_BED_POSITION; yProbe <= BACK_PROBE_BED_POSITION; yProbe += yGridSpacing)
  3970. {
  3971. int xProbe, xInc;
  3972. if (zig)
  3973. {
  3974. xProbe = LEFT_PROBE_BED_POSITION;
  3975. //xEnd = RIGHT_PROBE_BED_POSITION;
  3976. xInc = xGridSpacing;
  3977. zig = false;
  3978. } else // zag
  3979. {
  3980. xProbe = RIGHT_PROBE_BED_POSITION;
  3981. //xEnd = LEFT_PROBE_BED_POSITION;
  3982. xInc = -xGridSpacing;
  3983. zig = true;
  3984. }
  3985. for (int xCount=0; xCount < AUTO_BED_LEVELING_GRID_POINTS; xCount++)
  3986. {
  3987. float z_before;
  3988. if (probePointCounter == 0)
  3989. {
  3990. // raise before probing
  3991. z_before = Z_RAISE_BEFORE_PROBING;
  3992. } else
  3993. {
  3994. // raise extruder
  3995. z_before = current_position[Z_AXIS] + Z_RAISE_BETWEEN_PROBINGS;
  3996. }
  3997. float measured_z = probe_pt(xProbe, yProbe, z_before);
  3998. eqnBVector[probePointCounter] = measured_z;
  3999. eqnAMatrix[probePointCounter + 0*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = xProbe;
  4000. eqnAMatrix[probePointCounter + 1*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = yProbe;
  4001. eqnAMatrix[probePointCounter + 2*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = 1;
  4002. probePointCounter++;
  4003. xProbe += xInc;
  4004. }
  4005. }
  4006. clean_up_after_endstop_move(l_feedmultiply);
  4007. // solve lsq problem
  4008. double *plane_equation_coefficients = qr_solve(AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS, 3, eqnAMatrix, eqnBVector);
  4009. SERIAL_PROTOCOLPGM("Eqn coefficients: a: ");
  4010. SERIAL_PROTOCOL(plane_equation_coefficients[0]);
  4011. SERIAL_PROTOCOLPGM(" b: ");
  4012. SERIAL_PROTOCOL(plane_equation_coefficients[1]);
  4013. SERIAL_PROTOCOLPGM(" d: ");
  4014. SERIAL_PROTOCOLLN(plane_equation_coefficients[2]);
  4015. set_bed_level_equation_lsq(plane_equation_coefficients);
  4016. free(plane_equation_coefficients);
  4017. #else // AUTO_BED_LEVELING_GRID not defined
  4018. // Probe at 3 arbitrary points
  4019. // probe 1
  4020. float z_at_pt_1 = probe_pt(ABL_PROBE_PT_1_X, ABL_PROBE_PT_1_Y, Z_RAISE_BEFORE_PROBING);
  4021. // probe 2
  4022. 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);
  4023. // probe 3
  4024. 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);
  4025. clean_up_after_endstop_move(l_feedmultiply);
  4026. set_bed_level_equation_3pts(z_at_pt_1, z_at_pt_2, z_at_pt_3);
  4027. #endif // AUTO_BED_LEVELING_GRID
  4028. st_synchronize();
  4029. // The following code correct the Z height difference from z-probe position and hotend tip position.
  4030. // The Z height on homing is measured by Z-Probe, but the probe is quite far from the hotend.
  4031. // When the bed is uneven, this height must be corrected.
  4032. 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)
  4033. x_tmp = current_position[X_AXIS] + X_PROBE_OFFSET_FROM_EXTRUDER;
  4034. y_tmp = current_position[Y_AXIS] + Y_PROBE_OFFSET_FROM_EXTRUDER;
  4035. z_tmp = current_position[Z_AXIS];
  4036. apply_rotation_xyz(plan_bed_level_matrix, x_tmp, y_tmp, z_tmp); //Apply the correction sending the probe offset
  4037. current_position[Z_AXIS] = z_tmp - real_z + current_position[Z_AXIS]; //The difference is added to current position and sent to planner.
  4038. plan_set_position_curposXYZE();
  4039. }
  4040. break;
  4041. #ifndef Z_PROBE_SLED
  4042. /*!
  4043. ### G30 - Single Z Probe <a href="https://reprap.org/wiki/G-code#G30:_Single_Z-Probe">G30: Single Z-Probe</a>
  4044. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4045. */
  4046. case 30:
  4047. {
  4048. st_synchronize();
  4049. // TODO: make sure the bed_level_rotation_matrix is identity or the planner will get set incorectly
  4050. int l_feedmultiply = setup_for_endstop_move();
  4051. feedrate = homing_feedrate[Z_AXIS];
  4052. run_z_probe();
  4053. SERIAL_PROTOCOLPGM(_T(MSG_BED));
  4054. SERIAL_PROTOCOLPGM(" X: ");
  4055. SERIAL_PROTOCOL(current_position[X_AXIS]);
  4056. SERIAL_PROTOCOLPGM(" Y: ");
  4057. SERIAL_PROTOCOL(current_position[Y_AXIS]);
  4058. SERIAL_PROTOCOLPGM(" Z: ");
  4059. SERIAL_PROTOCOL(current_position[Z_AXIS]);
  4060. SERIAL_PROTOCOLPGM("\n");
  4061. clean_up_after_endstop_move(l_feedmultiply);
  4062. }
  4063. break;
  4064. #else
  4065. /*!
  4066. ### G31 - Dock the sled <a href="https://reprap.org/wiki/G-code#G31:_Dock_Z_Probe_sled">G31: Dock Z Probe sled</a>
  4067. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4068. */
  4069. case 31:
  4070. dock_sled(true);
  4071. break;
  4072. /*!
  4073. ### G32 - Undock the sled <a href="https://reprap.org/wiki/G-code#G32:_Undock_Z_Probe_sled">G32: Undock Z Probe sled</a>
  4074. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4075. */
  4076. case 32:
  4077. dock_sled(false);
  4078. break;
  4079. #endif // Z_PROBE_SLED
  4080. #endif // ENABLE_AUTO_BED_LEVELING
  4081. #ifdef MESH_BED_LEVELING
  4082. /*!
  4083. ### G30 - Single Z Probe <a href="https://reprap.org/wiki/G-code#G30:_Single_Z-Probe">G30: Single Z-Probe</a>
  4084. Sensor must be over the bed.
  4085. The maximum travel distance before an error is triggered is 10mm.
  4086. */
  4087. case 30:
  4088. {
  4089. homing_flag = true;
  4090. st_synchronize();
  4091. // TODO: make sure the bed_level_rotation_matrix is identity or the planner will get set incorectly
  4092. int l_feedmultiply = setup_for_endstop_move();
  4093. feedrate = homing_feedrate[Z_AXIS];
  4094. find_bed_induction_sensor_point_z(-10.f, 3);
  4095. printf_P(_N("%S X: %.5f Y: %.5f Z: %.5f\n"), _T(MSG_BED), _x, _y, _z);
  4096. clean_up_after_endstop_move(l_feedmultiply);
  4097. homing_flag = false;
  4098. }
  4099. break;
  4100. /*!
  4101. ### G75 - Print temperature interpolation <a href="https://reprap.org/wiki/G-code#G75:_Print_temperature_interpolation">G75: Print temperature interpolation</a>
  4102. Show/print PINDA temperature interpolating.
  4103. */
  4104. case 75:
  4105. {
  4106. for (int i = 40; i <= 110; i++)
  4107. printf_P(_N("%d %.2f"), i, temp_comp_interpolation(i));
  4108. }
  4109. break;
  4110. /*!
  4111. ### G76 - PINDA probe temperature calibration <a href="https://reprap.org/wiki/G-code#G76:_PINDA_probe_temperature_calibration">G76: PINDA probe temperature calibration</a>
  4112. This G-code is used to calibrate the temperature drift of the PINDA (inductive Sensor).
  4113. The PINDAv2 sensor has a built-in thermistor which has the advantage that the calibration can be done once for all materials.
  4114. The Original i3 Prusa MK2/s uses PINDAv1 and this calibration improves the temperature drift, but not as good as the PINDAv2.
  4115. superPINDA sensor has internal temperature compensation and no thermistor output. There is no point of doing temperature calibration in such case.
  4116. If PINDA_THERMISTOR and SUPERPINDA_SUPPORT is defined during compilation, calibration is skipped with serial message "No PINDA thermistor".
  4117. This can be caused also if PINDA thermistor connection is broken or PINDA temperature is lower than PINDA_MINTEMP.
  4118. #### Example
  4119. ```
  4120. G76
  4121. echo PINDA probe calibration start
  4122. echo start temperature: 35.0°
  4123. echo ...
  4124. echo PINDA temperature -- Z shift (mm): 0.---
  4125. ```
  4126. */
  4127. case 76:
  4128. {
  4129. #ifdef PINDA_THERMISTOR
  4130. if (!has_temperature_compensation())
  4131. {
  4132. SERIAL_ECHOLNPGM("No PINDA thermistor");
  4133. break;
  4134. }
  4135. if (calibration_status() >= CALIBRATION_STATUS_XYZ_CALIBRATION) {
  4136. //we need to know accurate position of first calibration point
  4137. //if xyz calibration was not performed yet, interrupt temperature calibration and inform user that xyz cal. is needed
  4138. lcd_show_fullscreen_message_and_wait_P(_i("Please run XYZ calibration first."));
  4139. break;
  4140. }
  4141. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS]))
  4142. {
  4143. // We don't know where we are! HOME!
  4144. // Push the commands to the front of the message queue in the reverse order!
  4145. // There shall be always enough space reserved for these commands.
  4146. repeatcommand_front(); // repeat G76 with all its parameters
  4147. enquecommand_front_P(G28W0);
  4148. break;
  4149. }
  4150. 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
  4151. bool result = lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_STEEL_SHEET_CHECK), false, false);
  4152. if (result)
  4153. {
  4154. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4155. plan_buffer_line_curposXYZE(3000 / 60);
  4156. current_position[Z_AXIS] = 50;
  4157. current_position[Y_AXIS] = 180;
  4158. plan_buffer_line_curposXYZE(3000 / 60);
  4159. st_synchronize();
  4160. lcd_show_fullscreen_message_and_wait_P(_T(MSG_REMOVE_STEEL_SHEET));
  4161. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  4162. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  4163. plan_buffer_line_curposXYZE(3000 / 60);
  4164. st_synchronize();
  4165. gcode_G28(false, false, true);
  4166. }
  4167. if ((current_temperature_pinda > 35) && (farm_mode == false)) {
  4168. //waiting for PIDNA probe to cool down in case that we are not in farm mode
  4169. current_position[Z_AXIS] = 100;
  4170. plan_buffer_line_curposXYZE(3000 / 60);
  4171. if (lcd_wait_for_pinda(35) == false) { //waiting for PINDA probe to cool, if this takes more then time expected, temp. cal. fails
  4172. lcd_temp_cal_show_result(false);
  4173. break;
  4174. }
  4175. }
  4176. homing_flag = true; // keep homing on to avoid babystepping while the LCD is enabled
  4177. lcd_update_enable(true);
  4178. KEEPALIVE_STATE(NOT_BUSY); //no need to print busy messages as we print current temperatures periodicaly
  4179. SERIAL_ECHOLNPGM("PINDA probe calibration start");
  4180. float zero_z;
  4181. int z_shift = 0; //unit: steps
  4182. float start_temp = 5 * (int)(current_temperature_pinda / 5);
  4183. if (start_temp < 35) start_temp = 35;
  4184. if (start_temp < current_temperature_pinda) start_temp += 5;
  4185. printf_P(_N("start temperature: %.1f\n"), start_temp);
  4186. // setTargetHotend(200, 0);
  4187. setTargetBed(70 + (start_temp - 30));
  4188. custom_message_type = CustomMsg::TempCal;
  4189. custom_message_state = 1;
  4190. lcd_setstatuspgm(_T(MSG_TEMP_CALIBRATION));
  4191. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4192. plan_buffer_line_curposXYZE(3000 / 60);
  4193. current_position[X_AXIS] = PINDA_PREHEAT_X;
  4194. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  4195. plan_buffer_line_curposXYZE(3000 / 60);
  4196. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  4197. plan_buffer_line_curposXYZE(3000 / 60);
  4198. st_synchronize();
  4199. while (current_temperature_pinda < start_temp)
  4200. {
  4201. delay_keep_alive(1000);
  4202. serialecho_temperatures();
  4203. }
  4204. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0); //invalidate temp. calibration in case that in will be aborted during the calibration process
  4205. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4206. plan_buffer_line_curposXYZE(3000 / 60);
  4207. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  4208. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  4209. plan_buffer_line_curposXYZE(3000 / 60);
  4210. st_synchronize();
  4211. bool find_z_result = find_bed_induction_sensor_point_z(-1.f);
  4212. if (find_z_result == false) {
  4213. lcd_temp_cal_show_result(find_z_result);
  4214. homing_flag = false;
  4215. break;
  4216. }
  4217. zero_z = current_position[Z_AXIS];
  4218. printf_P(_N("\nZERO: %.3f\n"), current_position[Z_AXIS]);
  4219. int i = -1; for (; i < 5; i++)
  4220. {
  4221. float temp = (40 + i * 5);
  4222. printf_P(_N("\nStep: %d/6 (skipped)\nPINDA temperature: %d Z shift (mm):0\n"), i + 2, (40 + i*5));
  4223. if (i >= 0) EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i * 2, &z_shift);
  4224. if (start_temp <= temp) break;
  4225. }
  4226. for (i++; i < 5; i++)
  4227. {
  4228. float temp = (40 + i * 5);
  4229. printf_P(_N("\nStep: %d/6\n"), i + 2);
  4230. custom_message_state = i + 2;
  4231. setTargetBed(50 + 10 * (temp - 30) / 5);
  4232. // setTargetHotend(255, 0);
  4233. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4234. plan_buffer_line_curposXYZE(3000 / 60);
  4235. current_position[X_AXIS] = PINDA_PREHEAT_X;
  4236. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  4237. plan_buffer_line_curposXYZE(3000 / 60);
  4238. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  4239. plan_buffer_line_curposXYZE(3000 / 60);
  4240. st_synchronize();
  4241. while (current_temperature_pinda < temp)
  4242. {
  4243. delay_keep_alive(1000);
  4244. serialecho_temperatures();
  4245. }
  4246. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4247. plan_buffer_line_curposXYZE(3000 / 60);
  4248. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  4249. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  4250. plan_buffer_line_curposXYZE(3000 / 60);
  4251. st_synchronize();
  4252. find_z_result = find_bed_induction_sensor_point_z(-1.f);
  4253. if (find_z_result == false) {
  4254. lcd_temp_cal_show_result(find_z_result);
  4255. break;
  4256. }
  4257. z_shift = (int)((current_position[Z_AXIS] - zero_z)*cs.axis_steps_per_unit[Z_AXIS]);
  4258. printf_P(_N("\nPINDA temperature: %.1f Z shift (mm): %.3f"), current_temperature_pinda, current_position[Z_AXIS] - zero_z);
  4259. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i * 2, &z_shift);
  4260. }
  4261. lcd_temp_cal_show_result(true);
  4262. homing_flag = false;
  4263. #else //PINDA_THERMISTOR
  4264. setTargetBed(PINDA_MIN_T);
  4265. float zero_z;
  4266. int z_shift = 0; //unit: steps
  4267. int t_c; // temperature
  4268. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  4269. // We don't know where we are! HOME!
  4270. // Push the commands to the front of the message queue in the reverse order!
  4271. // There shall be always enough space reserved for these commands.
  4272. repeatcommand_front(); // repeat G76 with all its parameters
  4273. enquecommand_front_P(G28W0);
  4274. break;
  4275. }
  4276. puts_P(_N("PINDA probe calibration start"));
  4277. custom_message_type = CustomMsg::TempCal;
  4278. custom_message_state = 1;
  4279. lcd_setstatuspgm(_T(MSG_TEMP_CALIBRATION));
  4280. current_position[X_AXIS] = PINDA_PREHEAT_X;
  4281. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  4282. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  4283. plan_buffer_line_curposXYZE(3000 / 60);
  4284. st_synchronize();
  4285. while (abs(degBed() - PINDA_MIN_T) > 1) {
  4286. delay_keep_alive(1000);
  4287. serialecho_temperatures();
  4288. }
  4289. //enquecommand_P(PSTR("M190 S50"));
  4290. for (int i = 0; i < PINDA_HEAT_T; i++) {
  4291. delay_keep_alive(1000);
  4292. serialecho_temperatures();
  4293. }
  4294. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0); //invalidate temp. calibration in case that in will be aborted during the calibration process
  4295. current_position[Z_AXIS] = 5;
  4296. plan_buffer_line_curposXYZE(3000 / 60);
  4297. current_position[X_AXIS] = BED_X0;
  4298. current_position[Y_AXIS] = BED_Y0;
  4299. plan_buffer_line_curposXYZE(3000 / 60);
  4300. st_synchronize();
  4301. find_bed_induction_sensor_point_z(-1.f);
  4302. zero_z = current_position[Z_AXIS];
  4303. printf_P(_N("\nZERO: %.3f\n"), current_position[Z_AXIS]);
  4304. for (int i = 0; i<5; i++) {
  4305. printf_P(_N("\nStep: %d/6\n"), i + 2);
  4306. custom_message_state = i + 2;
  4307. t_c = 60 + i * 10;
  4308. setTargetBed(t_c);
  4309. current_position[X_AXIS] = PINDA_PREHEAT_X;
  4310. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  4311. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  4312. plan_buffer_line_curposXYZE(3000 / 60);
  4313. st_synchronize();
  4314. while (degBed() < t_c) {
  4315. delay_keep_alive(1000);
  4316. serialecho_temperatures();
  4317. }
  4318. for (int i = 0; i < PINDA_HEAT_T; i++) {
  4319. delay_keep_alive(1000);
  4320. serialecho_temperatures();
  4321. }
  4322. current_position[Z_AXIS] = 5;
  4323. plan_buffer_line_curposXYZE(3000 / 60);
  4324. current_position[X_AXIS] = BED_X0;
  4325. current_position[Y_AXIS] = BED_Y0;
  4326. plan_buffer_line_curposXYZE(3000 / 60);
  4327. st_synchronize();
  4328. find_bed_induction_sensor_point_z(-1.f);
  4329. z_shift = (int)((current_position[Z_AXIS] - zero_z)*cs.axis_steps_per_unit[Z_AXIS]);
  4330. printf_P(_N("\nTemperature: %d Z shift (mm): %.3f\n"), t_c, current_position[Z_AXIS] - zero_z);
  4331. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i*2, &z_shift);
  4332. }
  4333. custom_message_type = CustomMsg::Status;
  4334. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  4335. puts_P(_N("Temperature calibration done."));
  4336. disable_x();
  4337. disable_y();
  4338. disable_z();
  4339. disable_e0();
  4340. disable_e1();
  4341. disable_e2();
  4342. setTargetBed(0); //set bed target temperature back to 0
  4343. lcd_show_fullscreen_message_and_wait_P(_T(MSG_TEMP_CALIBRATION_DONE));
  4344. eeprom_update_byte((unsigned char *)EEPROM_TEMP_CAL_ACTIVE, 1);
  4345. lcd_update_enable(true);
  4346. lcd_update(2);
  4347. #endif //PINDA_THERMISTOR
  4348. }
  4349. break;
  4350. /*!
  4351. ### G80 - Mesh-based Z probe <a href="https://reprap.org/wiki/G-code#G80:_Mesh-based_Z_probe">G80: Mesh-based Z probe</a>
  4352. Default 3x3 grid can be changed on MK2.5/s and MK3/s to 7x7 grid.
  4353. #### Usage
  4354. G80 [ N | R | V | L | R | F | B ]
  4355. #### Parameters
  4356. - `N` - Number of mesh points on x axis. Default is 3. Valid values are 3 and 7.
  4357. - `R` - Probe retries. Default 3 max. 10
  4358. - `V` - Verbosity level 1=low, 10=mid, 20=high. It only can be used if the firmware has been compiled with SUPPORT_VERBOSITY active.
  4359. Using the following parameters enables additional "manual" bed leveling correction. Valid values are -100 microns to 100 microns.
  4360. #### Additional Parameters
  4361. - `L` - Left Bed Level correct value in um.
  4362. - `R` - Right Bed Level correct value in um.
  4363. - `F` - Front Bed Level correct value in um.
  4364. - `B` - Back Bed Level correct value in um.
  4365. */
  4366. /*
  4367. * Probes a grid and produces a mesh to compensate for variable bed height
  4368. * The S0 report the points as below
  4369. * +----> X-axis
  4370. * |
  4371. * |
  4372. * v Y-axis
  4373. */
  4374. case 80:
  4375. #ifdef MK1BP
  4376. break;
  4377. #endif //MK1BP
  4378. case_G80:
  4379. {
  4380. mesh_bed_leveling_flag = true;
  4381. #ifndef PINDA_THERMISTOR
  4382. static bool run = false; // thermistor-less PINDA temperature compensation is running
  4383. #endif // ndef PINDA_THERMISTOR
  4384. #ifdef SUPPORT_VERBOSITY
  4385. int8_t verbosity_level = 0;
  4386. if (code_seen('V')) {
  4387. // Just 'V' without a number counts as V1.
  4388. char c = strchr_pointer[1];
  4389. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  4390. }
  4391. #endif //SUPPORT_VERBOSITY
  4392. // Firstly check if we know where we are
  4393. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  4394. // We don't know where we are! HOME!
  4395. // Push the commands to the front of the message queue in the reverse order!
  4396. // There shall be always enough space reserved for these commands.
  4397. repeatcommand_front(); // repeat G80 with all its parameters
  4398. enquecommand_front_P(G28W0);
  4399. break;
  4400. }
  4401. uint8_t nMeasPoints = MESH_MEAS_NUM_X_POINTS;
  4402. if (code_seen('N')) {
  4403. nMeasPoints = code_value_uint8();
  4404. if (nMeasPoints != 7) {
  4405. nMeasPoints = 3;
  4406. }
  4407. }
  4408. else {
  4409. nMeasPoints = eeprom_read_byte((uint8_t*)EEPROM_MBL_POINTS_NR);
  4410. }
  4411. uint8_t nProbeRetry = 3;
  4412. if (code_seen('R')) {
  4413. nProbeRetry = code_value_uint8();
  4414. if (nProbeRetry > 10) {
  4415. nProbeRetry = 10;
  4416. }
  4417. }
  4418. else {
  4419. nProbeRetry = eeprom_read_byte((uint8_t*)EEPROM_MBL_PROBE_NR);
  4420. }
  4421. bool magnet_elimination = (eeprom_read_byte((uint8_t*)EEPROM_MBL_MAGNET_ELIMINATION) > 0);
  4422. #ifndef PINDA_THERMISTOR
  4423. if (run == false && temp_cal_active == true && calibration_status_pinda() == true && target_temperature_bed >= 50)
  4424. {
  4425. temp_compensation_start();
  4426. run = true;
  4427. repeatcommand_front(); // repeat G80 with all its parameters
  4428. enquecommand_front_P(G28W0);
  4429. break;
  4430. }
  4431. run = false;
  4432. #endif //PINDA_THERMISTOR
  4433. // Save custom message state, set a new custom message state to display: Calibrating point 9.
  4434. CustomMsg custom_message_type_old = custom_message_type;
  4435. unsigned int custom_message_state_old = custom_message_state;
  4436. custom_message_type = CustomMsg::MeshBedLeveling;
  4437. custom_message_state = (nMeasPoints * nMeasPoints) + 10;
  4438. lcd_update(1);
  4439. mbl.reset(); //reset mesh bed leveling
  4440. // Reset baby stepping to zero, if the babystepping has already been loaded before.
  4441. babystep_undo();
  4442. // Cycle through all points and probe them
  4443. // First move up. During this first movement, the babystepping will be reverted.
  4444. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4445. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 60);
  4446. // The move to the first calibration point.
  4447. current_position[X_AXIS] = BED_X0;
  4448. current_position[Y_AXIS] = BED_Y0;
  4449. #ifdef SUPPORT_VERBOSITY
  4450. if (verbosity_level >= 1)
  4451. {
  4452. bool clamped = world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  4453. clamped ? SERIAL_PROTOCOLPGM("First calibration point clamped.\n") : SERIAL_PROTOCOLPGM("No clamping for first calibration point.\n");
  4454. }
  4455. #else //SUPPORT_VERBOSITY
  4456. world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  4457. #endif //SUPPORT_VERBOSITY
  4458. plan_buffer_line_curposXYZE(homing_feedrate[X_AXIS] / 30);
  4459. // Wait until the move is finished.
  4460. st_synchronize();
  4461. uint8_t mesh_point = 0; //index number of calibration point
  4462. int XY_AXIS_FEEDRATE = homing_feedrate[X_AXIS] / 20;
  4463. int Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 40;
  4464. 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)
  4465. #ifdef SUPPORT_VERBOSITY
  4466. if (verbosity_level >= 1) {
  4467. has_z ? SERIAL_PROTOCOLPGM("Z jitter data from Z cal. valid.\n") : SERIAL_PROTOCOLPGM("Z jitter data from Z cal. not valid.\n");
  4468. }
  4469. #endif // SUPPORT_VERBOSITY
  4470. int l_feedmultiply = setup_for_endstop_move(false); //save feedrate and feedmultiply, sets feedmultiply to 100
  4471. while (mesh_point != nMeasPoints * nMeasPoints) {
  4472. // Get coords of a measuring point.
  4473. uint8_t ix = mesh_point % nMeasPoints; // from 0 to MESH_NUM_X_POINTS - 1
  4474. uint8_t iy = mesh_point / nMeasPoints;
  4475. /*if (!mbl_point_measurement_valid(ix, iy, nMeasPoints, true)) {
  4476. printf_P(PSTR("Skipping point [%d;%d] \n"), ix, iy);
  4477. custom_message_state--;
  4478. mesh_point++;
  4479. continue; //skip
  4480. }*/
  4481. if (iy & 1) ix = (nMeasPoints - 1) - ix; // Zig zag
  4482. if (nMeasPoints == 7) //if we have 7x7 mesh, compare with Z-calibration for points which are in 3x3 mesh
  4483. {
  4484. has_z = ((ix % 3 == 0) && (iy % 3 == 0)) && is_bed_z_jitter_data_valid();
  4485. }
  4486. float z0 = 0.f;
  4487. if (has_z && (mesh_point > 0)) {
  4488. uint16_t z_offset_u = 0;
  4489. if (nMeasPoints == 7) {
  4490. z_offset_u = eeprom_read_word((uint16_t*)(EEPROM_BED_CALIBRATION_Z_JITTER + 2 * ((ix/3) + iy - 1)));
  4491. }
  4492. else {
  4493. z_offset_u = eeprom_read_word((uint16_t*)(EEPROM_BED_CALIBRATION_Z_JITTER + 2 * (ix + iy * 3 - 1)));
  4494. }
  4495. z0 = mbl.z_values[0][0] + *reinterpret_cast<int16_t*>(&z_offset_u) * 0.01;
  4496. #ifdef SUPPORT_VERBOSITY
  4497. if (verbosity_level >= 1) {
  4498. printf_P(PSTR("Bed leveling, point: %d, calibration Z stored in eeprom: %d, calibration z: %f \n"), mesh_point, z_offset_u, z0);
  4499. }
  4500. #endif // SUPPORT_VERBOSITY
  4501. }
  4502. // Move Z up to MESH_HOME_Z_SEARCH.
  4503. if((ix == 0) && (iy == 0)) current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4504. else current_position[Z_AXIS] += 2.f / nMeasPoints; //use relative movement from Z coordinate where PINDa triggered on previous point. This makes calibration faster.
  4505. float init_z_bckp = current_position[Z_AXIS];
  4506. plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE);
  4507. st_synchronize();
  4508. // Move to XY position of the sensor point.
  4509. current_position[X_AXIS] = BED_X(ix, nMeasPoints);
  4510. current_position[Y_AXIS] = BED_Y(iy, nMeasPoints);
  4511. //printf_P(PSTR("[%f;%f]\n"), current_position[X_AXIS], current_position[Y_AXIS]);
  4512. #ifdef SUPPORT_VERBOSITY
  4513. if (verbosity_level >= 1) {
  4514. bool clamped = world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  4515. SERIAL_PROTOCOL(mesh_point);
  4516. clamped ? SERIAL_PROTOCOLPGM(": xy clamped.\n") : SERIAL_PROTOCOLPGM(": no xy clamping\n");
  4517. }
  4518. #else //SUPPORT_VERBOSITY
  4519. world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  4520. #endif // SUPPORT_VERBOSITY
  4521. //printf_P(PSTR("after clamping: [%f;%f]\n"), current_position[X_AXIS], current_position[Y_AXIS]);
  4522. plan_buffer_line_curposXYZE(XY_AXIS_FEEDRATE);
  4523. st_synchronize();
  4524. // Go down until endstop is hit
  4525. const float Z_CALIBRATION_THRESHOLD = 1.f;
  4526. if (!find_bed_induction_sensor_point_z((has_z && mesh_point > 0) ? z0 - Z_CALIBRATION_THRESHOLD : -10.f, nProbeRetry)) { //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
  4527. printf_P(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  4528. break;
  4529. }
  4530. if (init_z_bckp - current_position[Z_AXIS] < 0.1f) { //broken cable or initial Z coordinate too low. Go to MESH_HOME_Z_SEARCH and repeat last step (z-probe) again to distinguish between these two cases.
  4531. //printf_P(PSTR("Another attempt! Current Z position: %f\n"), current_position[Z_AXIS]);
  4532. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4533. plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE);
  4534. st_synchronize();
  4535. if (!find_bed_induction_sensor_point_z((has_z && mesh_point > 0) ? z0 - Z_CALIBRATION_THRESHOLD : -10.f, nProbeRetry)) { //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
  4536. printf_P(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  4537. break;
  4538. }
  4539. if (MESH_HOME_Z_SEARCH - current_position[Z_AXIS] < 0.1f) {
  4540. puts_P(PSTR("Bed leveling failed. Sensor disconnected or cable broken."));
  4541. break;
  4542. }
  4543. }
  4544. 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
  4545. puts_P(PSTR("Bed leveling failed. Sensor triggered too high."));
  4546. break;
  4547. }
  4548. #ifdef SUPPORT_VERBOSITY
  4549. if (verbosity_level >= 10) {
  4550. SERIAL_ECHOPGM("X: ");
  4551. MYSERIAL.print(current_position[X_AXIS], 5);
  4552. SERIAL_ECHOLNPGM("");
  4553. SERIAL_ECHOPGM("Y: ");
  4554. MYSERIAL.print(current_position[Y_AXIS], 5);
  4555. SERIAL_PROTOCOLPGM("\n");
  4556. }
  4557. #endif // SUPPORT_VERBOSITY
  4558. float offset_z = 0;
  4559. #ifdef PINDA_THERMISTOR
  4560. offset_z = temp_compensation_pinda_thermistor_offset(current_temperature_pinda);
  4561. #endif //PINDA_THERMISTOR
  4562. // #ifdef SUPPORT_VERBOSITY
  4563. /* if (verbosity_level >= 1)
  4564. {
  4565. SERIAL_ECHOPGM("mesh bed leveling: ");
  4566. MYSERIAL.print(current_position[Z_AXIS], 5);
  4567. SERIAL_ECHOPGM(" offset: ");
  4568. MYSERIAL.print(offset_z, 5);
  4569. SERIAL_ECHOLNPGM("");
  4570. }*/
  4571. // #endif // SUPPORT_VERBOSITY
  4572. mbl.set_z(ix, iy, current_position[Z_AXIS] - offset_z); //store measured z values z_values[iy][ix] = z - offset_z;
  4573. custom_message_state--;
  4574. mesh_point++;
  4575. lcd_update(1);
  4576. }
  4577. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4578. #ifdef SUPPORT_VERBOSITY
  4579. if (verbosity_level >= 20) {
  4580. SERIAL_ECHOLNPGM("Mesh bed leveling while loop finished.");
  4581. SERIAL_ECHOLNPGM("MESH_HOME_Z_SEARCH: ");
  4582. MYSERIAL.print(current_position[Z_AXIS], 5);
  4583. }
  4584. #endif // SUPPORT_VERBOSITY
  4585. plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE);
  4586. st_synchronize();
  4587. if (mesh_point != nMeasPoints * nMeasPoints) {
  4588. Sound_MakeSound(e_SOUND_TYPE_StandardAlert);
  4589. bool bState;
  4590. do { // repeat until Z-leveling o.k.
  4591. lcd_display_message_fullscreen_P(_i("Some problem encountered, Z-leveling enforced ..."));
  4592. #ifdef TMC2130
  4593. lcd_wait_for_click_delay(MSG_BED_LEVELING_FAILED_TIMEOUT);
  4594. calibrate_z_auto(); // Z-leveling (X-assembly stay up!!!)
  4595. #else // TMC2130
  4596. lcd_wait_for_click_delay(0); // ~ no timeout
  4597. lcd_calibrate_z_end_stop_manual(true); // Z-leveling (X-assembly stay up!!!)
  4598. #endif // TMC2130
  4599. // ~ Z-homing (can not be used "G28", because X & Y-homing would have been done before (Z-homing))
  4600. bState=enable_z_endstop(false);
  4601. current_position[Z_AXIS] -= 1;
  4602. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  4603. st_synchronize();
  4604. enable_z_endstop(true);
  4605. #ifdef TMC2130
  4606. tmc2130_home_enter(Z_AXIS_MASK);
  4607. #endif // TMC2130
  4608. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4609. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  4610. st_synchronize();
  4611. #ifdef TMC2130
  4612. tmc2130_home_exit();
  4613. #endif // TMC2130
  4614. enable_z_endstop(bState);
  4615. } while (st_get_position_mm(Z_AXIS) > MESH_HOME_Z_SEARCH); // i.e. Z-leveling not o.k.
  4616. // plan_set_z_position(MESH_HOME_Z_SEARCH); // is not necessary ('do-while' loop always ends at the expected Z-position)
  4617. custom_message_type=CustomMsg::Status; // display / status-line recovery
  4618. lcd_update_enable(true); // display / status-line recovery
  4619. gcode_G28(true, true, true); // X & Y & Z-homing (must be after individual Z-homing (problem with spool-holder)!)
  4620. repeatcommand_front(); // re-run (i.e. of "G80")
  4621. break;
  4622. }
  4623. clean_up_after_endstop_move(l_feedmultiply);
  4624. // SERIAL_ECHOLNPGM("clean up finished ");
  4625. #ifndef PINDA_THERMISTOR
  4626. if(temp_cal_active == true && calibration_status_pinda() == true) temp_compensation_apply(); //apply PINDA temperature compensation
  4627. #endif
  4628. babystep_apply(); // Apply Z height correction aka baby stepping before mesh bed leveing gets activated.
  4629. // SERIAL_ECHOLNPGM("babystep applied");
  4630. bool eeprom_bed_correction_valid = eeprom_read_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID) == 1;
  4631. #ifdef SUPPORT_VERBOSITY
  4632. if (verbosity_level >= 1) {
  4633. eeprom_bed_correction_valid ? SERIAL_PROTOCOLPGM("Bed correction data valid\n") : SERIAL_PROTOCOLPGM("Bed correction data not valid\n");
  4634. }
  4635. #endif // SUPPORT_VERBOSITY
  4636. for (uint8_t i = 0; i < 4; ++i) {
  4637. unsigned char codes[4] = { 'L', 'R', 'F', 'B' };
  4638. long correction = 0;
  4639. if (code_seen(codes[i]))
  4640. correction = code_value_long();
  4641. else if (eeprom_bed_correction_valid) {
  4642. unsigned char *addr = (i < 2) ?
  4643. ((i == 0) ? (unsigned char*)EEPROM_BED_CORRECTION_LEFT : (unsigned char*)EEPROM_BED_CORRECTION_RIGHT) :
  4644. ((i == 2) ? (unsigned char*)EEPROM_BED_CORRECTION_FRONT : (unsigned char*)EEPROM_BED_CORRECTION_REAR);
  4645. correction = eeprom_read_int8(addr);
  4646. }
  4647. if (correction == 0)
  4648. continue;
  4649. if (labs(correction) > BED_ADJUSTMENT_UM_MAX) {
  4650. SERIAL_ERROR_START;
  4651. SERIAL_ECHOPGM("Excessive bed leveling correction: ");
  4652. SERIAL_ECHO(correction);
  4653. SERIAL_ECHOLNPGM(" microns");
  4654. }
  4655. else {
  4656. float offset = float(correction) * 0.001f;
  4657. switch (i) {
  4658. case 0:
  4659. for (uint8_t row = 0; row < nMeasPoints; ++row) {
  4660. for (uint8_t col = 0; col < nMeasPoints - 1; ++col) {
  4661. mbl.z_values[row][col] += offset * (nMeasPoints - 1 - col) / (nMeasPoints - 1);
  4662. }
  4663. }
  4664. break;
  4665. case 1:
  4666. for (uint8_t row = 0; row < nMeasPoints; ++row) {
  4667. for (uint8_t col = 1; col < nMeasPoints; ++col) {
  4668. mbl.z_values[row][col] += offset * col / (nMeasPoints - 1);
  4669. }
  4670. }
  4671. break;
  4672. case 2:
  4673. for (uint8_t col = 0; col < nMeasPoints; ++col) {
  4674. for (uint8_t row = 0; row < nMeasPoints; ++row) {
  4675. mbl.z_values[row][col] += offset * (nMeasPoints - 1 - row) / (nMeasPoints - 1);
  4676. }
  4677. }
  4678. break;
  4679. case 3:
  4680. for (uint8_t col = 0; col < nMeasPoints; ++col) {
  4681. for (uint8_t row = 1; row < nMeasPoints; ++row) {
  4682. mbl.z_values[row][col] += offset * row / (nMeasPoints - 1);
  4683. }
  4684. }
  4685. break;
  4686. }
  4687. }
  4688. }
  4689. // SERIAL_ECHOLNPGM("Bed leveling correction finished");
  4690. if (nMeasPoints == 3) {
  4691. mbl.upsample_3x3(); //interpolation from 3x3 to 7x7 points using largrangian polynomials while using the same array z_values[iy][ix] for storing (just coppying measured data to new destination and interpolating between them)
  4692. }
  4693. /*
  4694. SERIAL_PROTOCOLPGM("Num X,Y: ");
  4695. SERIAL_PROTOCOL(MESH_NUM_X_POINTS);
  4696. SERIAL_PROTOCOLPGM(",");
  4697. SERIAL_PROTOCOL(MESH_NUM_Y_POINTS);
  4698. SERIAL_PROTOCOLPGM("\nZ search height: ");
  4699. SERIAL_PROTOCOL(MESH_HOME_Z_SEARCH);
  4700. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  4701. for (int y = MESH_NUM_Y_POINTS-1; y >= 0; y--) {
  4702. for (int x = 0; x < MESH_NUM_X_POINTS; x++) {
  4703. SERIAL_PROTOCOLPGM(" ");
  4704. SERIAL_PROTOCOL_F(mbl.z_values[y][x], 5);
  4705. }
  4706. SERIAL_PROTOCOLPGM("\n");
  4707. }
  4708. */
  4709. if (nMeasPoints == 7 && magnet_elimination) {
  4710. mbl_interpolation(nMeasPoints);
  4711. }
  4712. /*
  4713. SERIAL_PROTOCOLPGM("Num X,Y: ");
  4714. SERIAL_PROTOCOL(MESH_NUM_X_POINTS);
  4715. SERIAL_PROTOCOLPGM(",");
  4716. SERIAL_PROTOCOL(MESH_NUM_Y_POINTS);
  4717. SERIAL_PROTOCOLPGM("\nZ search height: ");
  4718. SERIAL_PROTOCOL(MESH_HOME_Z_SEARCH);
  4719. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  4720. for (int y = MESH_NUM_Y_POINTS-1; y >= 0; y--) {
  4721. for (int x = 0; x < MESH_NUM_X_POINTS; x++) {
  4722. SERIAL_PROTOCOLPGM(" ");
  4723. SERIAL_PROTOCOL_F(mbl.z_values[y][x], 5);
  4724. }
  4725. SERIAL_PROTOCOLPGM("\n");
  4726. }
  4727. */
  4728. // SERIAL_ECHOLNPGM("Upsample finished");
  4729. mbl.active = 1; //activate mesh bed leveling
  4730. // SERIAL_ECHOLNPGM("Mesh bed leveling activated");
  4731. go_home_with_z_lift();
  4732. // SERIAL_ECHOLNPGM("Go home finished");
  4733. //unretract (after PINDA preheat retraction)
  4734. if ((degHotend(active_extruder) > EXTRUDE_MINTEMP) && eeprom_read_byte((unsigned char *)EEPROM_TEMP_CAL_ACTIVE) && calibration_status_pinda() && (target_temperature_bed >= 50)) {
  4735. current_position[E_AXIS] += default_retraction;
  4736. plan_buffer_line_curposXYZE(400);
  4737. }
  4738. KEEPALIVE_STATE(NOT_BUSY);
  4739. // Restore custom message state
  4740. lcd_setstatuspgm(_T(WELCOME_MSG));
  4741. custom_message_type = custom_message_type_old;
  4742. custom_message_state = custom_message_state_old;
  4743. mesh_bed_leveling_flag = false;
  4744. mesh_bed_run_from_menu = false;
  4745. lcd_update(2);
  4746. }
  4747. break;
  4748. /*!
  4749. ### G81 - Mesh bed leveling status <a href="https://reprap.org/wiki/G-code#G81:_Mesh_bed_leveling_status">G81: Mesh bed leveling status</a>
  4750. Prints mesh bed leveling status and bed profile if activated.
  4751. */
  4752. case 81:
  4753. if (mbl.active) {
  4754. SERIAL_PROTOCOLPGM("Num X,Y: ");
  4755. SERIAL_PROTOCOL(MESH_NUM_X_POINTS);
  4756. SERIAL_PROTOCOL(',');
  4757. SERIAL_PROTOCOL(MESH_NUM_Y_POINTS);
  4758. SERIAL_PROTOCOLPGM("\nZ search height: ");
  4759. SERIAL_PROTOCOL(MESH_HOME_Z_SEARCH);
  4760. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  4761. for (int y = MESH_NUM_Y_POINTS-1; y >= 0; y--) {
  4762. for (int x = 0; x < MESH_NUM_X_POINTS; x++) {
  4763. SERIAL_PROTOCOLPGM(" ");
  4764. SERIAL_PROTOCOL_F(mbl.z_values[y][x], 5);
  4765. }
  4766. SERIAL_PROTOCOLLN();
  4767. }
  4768. }
  4769. else
  4770. SERIAL_PROTOCOLLNPGM("Mesh bed leveling not active.");
  4771. break;
  4772. #if 0
  4773. /*!
  4774. ### G82: Single Z probe at current location - Not active <a href="https://reprap.org/wiki/G-code#G82:_Single_Z_probe_at_current_location">G82: Single Z probe at current location</a>
  4775. WARNING! USE WITH CAUTION! If you'll try to probe where is no leveling pad, nasty things can happen!
  4776. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4777. */
  4778. case 82:
  4779. SERIAL_PROTOCOLLNPGM("Finding bed ");
  4780. int l_feedmultiply = setup_for_endstop_move();
  4781. find_bed_induction_sensor_point_z();
  4782. clean_up_after_endstop_move(l_feedmultiply);
  4783. SERIAL_PROTOCOLPGM("Bed found at: ");
  4784. SERIAL_PROTOCOL_F(current_position[Z_AXIS], 5);
  4785. SERIAL_PROTOCOLPGM("\n");
  4786. break;
  4787. /*!
  4788. ### G83: Babystep in Z and store to EEPROM - Not active <a href="https://reprap.org/wiki/G-code#G83:_Babystep_in_Z_and_store_to_EEPROM">G83: Babystep in Z and store to EEPROM</a>
  4789. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4790. */
  4791. case 83:
  4792. {
  4793. int babystepz = code_seen('S') ? code_value() : 0;
  4794. int BabyPosition = code_seen('P') ? code_value() : 0;
  4795. if (babystepz != 0) {
  4796. //FIXME Vojtech: What shall be the index of the axis Z: 3 or 4?
  4797. // Is the axis indexed starting with zero or one?
  4798. if (BabyPosition > 4) {
  4799. SERIAL_PROTOCOLLNPGM("Index out of bounds");
  4800. }else{
  4801. // Save it to the eeprom
  4802. babystepLoadZ = babystepz;
  4803. EEPROM_save_B(EEPROM_BABYSTEP_Z0+(BabyPosition*2),&babystepLoadZ);
  4804. // adjust the Z
  4805. babystepsTodoZadd(babystepLoadZ);
  4806. }
  4807. }
  4808. }
  4809. break;
  4810. /*!
  4811. ### G84: UNDO Babystep Z (move Z axis back) - Not active <a href="https://reprap.org/wiki/G-code#G84:_UNDO_Babystep_Z_.28move_Z_axis_back.29">G84: UNDO Babystep Z (move Z axis back)</a>
  4812. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4813. */
  4814. case 84:
  4815. babystepsTodoZsubtract(babystepLoadZ);
  4816. // babystepLoadZ = 0;
  4817. break;
  4818. /*!
  4819. ### G85: Pick best babystep - Not active <a href="https://reprap.org/wiki/G-code#G85:_Pick_best_babystep">G85: Pick best babystep</a>
  4820. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4821. */
  4822. case 85:
  4823. lcd_pick_babystep();
  4824. break;
  4825. #endif
  4826. /*!
  4827. ### G86 - Disable babystep correction after home <a href="https://reprap.org/wiki/G-code#G86:_Disable_babystep_correction_after_home">G86: Disable babystep correction after home</a>
  4828. This G-code will be performed at the start of a calibration script.
  4829. (Prusa3D specific)
  4830. */
  4831. case 86:
  4832. calibration_status_store(CALIBRATION_STATUS_LIVE_ADJUST);
  4833. break;
  4834. /*!
  4835. ### G87 - Enable babystep correction after home <a href="https://reprap.org/wiki/G-code#G87:_Enable_babystep_correction_after_home">G87: Enable babystep correction after home</a>
  4836. This G-code will be performed at the end of a calibration script.
  4837. (Prusa3D specific)
  4838. */
  4839. case 87:
  4840. calibration_status_store(CALIBRATION_STATUS_CALIBRATED);
  4841. break;
  4842. /*!
  4843. ### G88 - Reserved <a href="https://reprap.org/wiki/G-code#G88:_Reserved">G88: Reserved</a>
  4844. Currently has no effect.
  4845. */
  4846. // Prusa3D specific: Don't know what it is for, it is in V2Calibration.gcode
  4847. case 88:
  4848. break;
  4849. #endif // ENABLE_MESH_BED_LEVELING
  4850. /*!
  4851. ### G90 - Switch off relative mode <a href="https://reprap.org/wiki/G-code#G90:_Set_to_Absolute_Positioning">G90: Set to Absolute Positioning</a>
  4852. All coordinates from now on are absolute relative to the origin of the machine. E axis is left intact.
  4853. */
  4854. case 90: {
  4855. axis_relative_modes &= ~(X_AXIS_MASK | Y_AXIS_MASK | Z_AXIS_MASK);
  4856. }
  4857. break;
  4858. /*!
  4859. ### G91 - Switch on relative mode <a href="https://reprap.org/wiki/G-code#G91:_Set_to_Relative_Positioning">G91: Set to Relative Positioning</a>
  4860. All coordinates from now on are relative to the last position. E axis is left intact.
  4861. */
  4862. case 91: {
  4863. axis_relative_modes |= X_AXIS_MASK | Y_AXIS_MASK | Z_AXIS_MASK;
  4864. }
  4865. break;
  4866. /*!
  4867. ### G92 - Set position <a href="https://reprap.org/wiki/G-code#G92:_Set_Position">G92: Set Position</a>
  4868. It is used for setting the current position of each axis. The parameters are always absolute to the origin.
  4869. If a parameter is omitted, that axis will not be affected.
  4870. If `X`, `Y`, or `Z` axis are specified, the move afterwards might stutter because of Mesh Bed Leveling. `E` axis is not affected if the target position is 0 (`G92 E0`).
  4871. A G92 without coordinates will reset all axes to zero on some firmware. This is not the case for Prusa-Firmware!
  4872. #### Usage
  4873. G92 [ X | Y | Z | E ]
  4874. #### Parameters
  4875. - `X` - new X axis position
  4876. - `Y` - new Y axis position
  4877. - `Z` - new Z axis position
  4878. - `E` - new extruder position
  4879. */
  4880. case 92: {
  4881. gcode_G92();
  4882. }
  4883. break;
  4884. /*!
  4885. ### G98 - Activate farm mode <a href="https://reprap.org/wiki/G-code#G98:_Activate_farm_mode">G98: Activate farm mode</a>
  4886. Enable Prusa-specific Farm functions and g-code.
  4887. See Internal Prusa commands.
  4888. */
  4889. case 98:
  4890. farm_mode = 1;
  4891. PingTime = _millis();
  4892. eeprom_update_byte((unsigned char *)EEPROM_FARM_MODE, farm_mode);
  4893. SilentModeMenu = SILENT_MODE_OFF;
  4894. eeprom_update_byte((unsigned char *)EEPROM_SILENT, SilentModeMenu);
  4895. fCheckModeInit(); // alternatively invoke printer reset
  4896. break;
  4897. /*! ### G99 - Deactivate farm mode <a href="https://reprap.org/wiki/G-code#G99:_Deactivate_farm_mode">G99: Deactivate farm mode</a>
  4898. Disables Prusa-specific Farm functions and g-code.
  4899. */
  4900. case 99:
  4901. farm_mode = 0;
  4902. lcd_printer_connected();
  4903. eeprom_update_byte((unsigned char *)EEPROM_FARM_MODE, farm_mode);
  4904. lcd_update(2);
  4905. fCheckModeInit(); // alternatively invoke printer reset
  4906. break;
  4907. default:
  4908. printf_P(PSTR("Unknown G code: %s \n"), cmdbuffer + bufindr + CMDHDRSIZE);
  4909. }
  4910. // printf_P(_N("END G-CODE=%u\n"), gcode_in_progress);
  4911. gcode_in_progress = 0;
  4912. } // end if(code_seen('G'))
  4913. /*!
  4914. ### End of G-Codes
  4915. */
  4916. /*!
  4917. ---------------------------------------------------------------------------------
  4918. # M Commands
  4919. */
  4920. else if(code_seen('M'))
  4921. {
  4922. int index;
  4923. for (index = 1; *(strchr_pointer + index) == ' ' || *(strchr_pointer + index) == '\t'; index++);
  4924. /*for (++strchr_pointer; *strchr_pointer == ' ' || *strchr_pointer == '\t'; ++strchr_pointer);*/
  4925. if (*(strchr_pointer+index) < '0' || *(strchr_pointer+index) > '9') {
  4926. printf_P(PSTR("Invalid M code: %s \n"), cmdbuffer + bufindr + CMDHDRSIZE);
  4927. } else
  4928. {
  4929. mcode_in_progress = (int)code_value();
  4930. // printf_P(_N("BEGIN M-CODE=%u\n"), mcode_in_progress);
  4931. switch(mcode_in_progress)
  4932. {
  4933. /*!
  4934. ### M17 - Enable all axes <a href="https://reprap.org/wiki/G-code#M17:_Enable.2FPower_all_stepper_motors">M17: Enable/Power all stepper motors</a>
  4935. */
  4936. case 17:
  4937. LCD_MESSAGERPGM(_i("No move."));////MSG_NO_MOVE
  4938. enable_x();
  4939. enable_y();
  4940. enable_z();
  4941. enable_e0();
  4942. enable_e1();
  4943. enable_e2();
  4944. break;
  4945. #ifdef SDSUPPORT
  4946. /*!
  4947. ### M20 - SD Card file list <a href="https://reprap.org/wiki/G-code#M20:_List_SD_card">M20: List SD card</a>
  4948. #### Usage
  4949. M20 [ L ]
  4950. #### Parameters
  4951. - `L` - Reports ling filenames instead of just short filenames. Requires host software parsing.
  4952. */
  4953. case 20:
  4954. KEEPALIVE_STATE(NOT_BUSY); // do not send busy messages during listing. Inhibits the output of manage_heater()
  4955. SERIAL_PROTOCOLLNRPGM(_N("Begin file list"));////MSG_BEGIN_FILE_LIST
  4956. card.ls(code_seen('L'));
  4957. SERIAL_PROTOCOLLNRPGM(_N("End file list"));////MSG_END_FILE_LIST
  4958. break;
  4959. /*!
  4960. ### M21 - Init SD card <a href="https://reprap.org/wiki/G-code#M21:_Initialize_SD_card">M21: Initialize SD card</a>
  4961. */
  4962. case 21:
  4963. card.initsd();
  4964. break;
  4965. /*!
  4966. ### M22 - Release SD card <a href="https://reprap.org/wiki/G-code#M22:_Release_SD_card">M22: Release SD card</a>
  4967. */
  4968. case 22:
  4969. card.release();
  4970. break;
  4971. /*!
  4972. ### M23 - Select file <a href="https://reprap.org/wiki/G-code#M23:_Select_SD_file">M23: Select SD file</a>
  4973. #### Usage
  4974. M23 [filename]
  4975. */
  4976. case 23:
  4977. starpos = (strchr(strchr_pointer + 4,'*'));
  4978. if(starpos!=NULL)
  4979. *(starpos)='\0';
  4980. card.openFileReadFilteredGcode(strchr_pointer + 4);
  4981. break;
  4982. /*!
  4983. ### M24 - Start SD print <a href="https://reprap.org/wiki/G-code#M24:_Start.2Fresume_SD_print">M24: Start/resume SD print</a>
  4984. */
  4985. case 24:
  4986. if (isPrintPaused)
  4987. lcd_resume_print();
  4988. else
  4989. {
  4990. if (!card.get_sdpos())
  4991. {
  4992. // A new print has started from scratch, reset stats
  4993. failstats_reset_print();
  4994. #ifndef LA_NOCOMPAT
  4995. la10c_reset();
  4996. #endif
  4997. }
  4998. card.startFileprint();
  4999. starttime=_millis();
  5000. }
  5001. break;
  5002. /*!
  5003. ### M26 - Set SD index <a href="https://reprap.org/wiki/G-code#M26:_Set_SD_position">M26: Set SD position</a>
  5004. Set position in SD card file to index in bytes.
  5005. This command is expected to be called after M23 and before M24.
  5006. Otherwise effect of this command is undefined.
  5007. #### Usage
  5008. M26 [ S ]
  5009. #### Parameters
  5010. - `S` - Index in bytes
  5011. */
  5012. case 26:
  5013. if(card.cardOK && code_seen('S')) {
  5014. long index = code_value_long();
  5015. card.setIndex(index);
  5016. // We don't disable interrupt during update of sdpos_atomic
  5017. // as we expect, that SD card print is not active in this moment
  5018. sdpos_atomic = index;
  5019. }
  5020. break;
  5021. /*!
  5022. ### M27 - Get SD status <a href="https://reprap.org/wiki/G-code#M27:_Report_SD_print_status">M27: Report SD print status</a>
  5023. #### Usage
  5024. M27 [ P ]
  5025. #### Parameters
  5026. - `P` - Show full SFN path instead of LFN only.
  5027. */
  5028. case 27:
  5029. card.getStatus(code_seen('P'));
  5030. break;
  5031. /*!
  5032. ### M28 - Start SD write <a href="https://reprap.org/wiki/G-code#M28:_Begin_write_to_SD_card">M28: Begin write to SD card</a>
  5033. */
  5034. case 28:
  5035. starpos = (strchr(strchr_pointer + 4,'*'));
  5036. if(starpos != NULL){
  5037. char* npos = strchr(CMDBUFFER_CURRENT_STRING, 'N');
  5038. strchr_pointer = strchr(npos,' ') + 1;
  5039. *(starpos) = '\0';
  5040. }
  5041. card.openFileWrite(strchr_pointer+4);
  5042. break;
  5043. /*! ### M29 - Stop SD write <a href="https://reprap.org/wiki/G-code#M29:_Stop_writing_to_SD_card">M29: Stop writing to SD card</a>
  5044. Stops writing to the SD file signaling the end of the uploaded file. It is processed very early and it's not written to the card.
  5045. */
  5046. case 29:
  5047. //processed in write to file routine above
  5048. //card,saving = false;
  5049. break;
  5050. /*!
  5051. ### M30 - Delete file <a href="https://reprap.org/wiki/G-code#M30:_Delete_a_file_on_the_SD_card">M30: Delete a file on the SD card</a>
  5052. #### Usage
  5053. M30 [filename]
  5054. */
  5055. case 30:
  5056. if (card.cardOK){
  5057. card.closefile();
  5058. starpos = (strchr(strchr_pointer + 4,'*'));
  5059. if(starpos != NULL){
  5060. char* npos = strchr(CMDBUFFER_CURRENT_STRING, 'N');
  5061. strchr_pointer = strchr(npos,' ') + 1;
  5062. *(starpos) = '\0';
  5063. }
  5064. card.removeFile(strchr_pointer + 4);
  5065. }
  5066. break;
  5067. /*!
  5068. ### M32 - Select file and start SD print <a href="https://reprap.org/wiki/G-code#M32:_Select_file_and_start_SD_print">M32: Select file and start SD print</a>
  5069. @todo What are the parameters P and S for in M32?
  5070. */
  5071. case 32:
  5072. {
  5073. if(card.sdprinting) {
  5074. st_synchronize();
  5075. }
  5076. starpos = (strchr(strchr_pointer + 4,'*'));
  5077. char* namestartpos = (strchr(strchr_pointer + 4,'!')); //find ! to indicate filename string start.
  5078. if(namestartpos==NULL)
  5079. {
  5080. namestartpos=strchr_pointer + 4; //default name position, 4 letters after the M
  5081. }
  5082. else
  5083. namestartpos++; //to skip the '!'
  5084. if(starpos!=NULL)
  5085. *(starpos)='\0';
  5086. bool call_procedure=(code_seen('P'));
  5087. if(strchr_pointer>namestartpos)
  5088. call_procedure=false; //false alert, 'P' found within filename
  5089. if( card.cardOK )
  5090. {
  5091. card.openFileReadFilteredGcode(namestartpos,!call_procedure);
  5092. if(code_seen('S'))
  5093. if(strchr_pointer<namestartpos) //only if "S" is occuring _before_ the filename
  5094. card.setIndex(code_value_long());
  5095. card.startFileprint();
  5096. if(!call_procedure)
  5097. {
  5098. if(!card.get_sdpos())
  5099. {
  5100. // A new print has started from scratch, reset stats
  5101. failstats_reset_print();
  5102. #ifndef LA_NOCOMPAT
  5103. la10c_reset();
  5104. #endif
  5105. }
  5106. starttime=_millis(); // procedure calls count as normal print time.
  5107. }
  5108. }
  5109. } break;
  5110. /*!
  5111. ### M928 - Start SD logging <a href="https://reprap.org/wiki/G-code#M928:_Start_SD_logging">M928: Start SD logging</a>
  5112. #### Usage
  5113. M928 [filename]
  5114. */
  5115. case 928:
  5116. starpos = (strchr(strchr_pointer + 5,'*'));
  5117. if(starpos != NULL){
  5118. char* npos = strchr(CMDBUFFER_CURRENT_STRING, 'N');
  5119. strchr_pointer = strchr(npos,' ') + 1;
  5120. *(starpos) = '\0';
  5121. }
  5122. card.openLogFile(strchr_pointer+5);
  5123. break;
  5124. #endif //SDSUPPORT
  5125. /*!
  5126. ### M31 - Report current print time <a href="https://reprap.org/wiki/G-code#M31:_Output_time_since_last_M109_or_SD_card_start_to_serial">M31: Output time since last M109 or SD card start to serial</a>
  5127. */
  5128. case 31: //M31 take time since the start of the SD print or an M109 command
  5129. {
  5130. stoptime=_millis();
  5131. char time[30];
  5132. unsigned long t=(stoptime-starttime)/1000;
  5133. int sec,min;
  5134. min=t/60;
  5135. sec=t%60;
  5136. sprintf_P(time, PSTR("%i min, %i sec"), min, sec);
  5137. SERIAL_ECHO_START;
  5138. SERIAL_ECHOLN(time);
  5139. lcd_setstatus(time);
  5140. autotempShutdown();
  5141. }
  5142. break;
  5143. /*!
  5144. ### M42 - Set pin state <a href="https://reprap.org/wiki/G-code#M42:_Switch_I.2FO_pin">M42: Switch I/O pin</a>
  5145. #### Usage
  5146. M42 [ P | S ]
  5147. #### Parameters
  5148. - `P` - Pin number.
  5149. - `S` - Pin value. If the pin is analog, values are from 0 to 255. If the pin is digital, values are from 0 to 1.
  5150. */
  5151. case 42:
  5152. if (code_seen('S'))
  5153. {
  5154. int pin_status = code_value();
  5155. int pin_number = LED_PIN;
  5156. if (code_seen('P') && pin_status >= 0 && pin_status <= 255)
  5157. pin_number = code_value();
  5158. for(int8_t i = 0; i < (int8_t)(sizeof(sensitive_pins)/sizeof(int)); i++)
  5159. {
  5160. if (sensitive_pins[i] == pin_number)
  5161. {
  5162. pin_number = -1;
  5163. break;
  5164. }
  5165. }
  5166. #if defined(FAN_PIN) && FAN_PIN > -1
  5167. if (pin_number == FAN_PIN)
  5168. fanSpeed = pin_status;
  5169. #endif
  5170. if (pin_number > -1)
  5171. {
  5172. pinMode(pin_number, OUTPUT);
  5173. digitalWrite(pin_number, pin_status);
  5174. analogWrite(pin_number, pin_status);
  5175. }
  5176. }
  5177. break;
  5178. /*!
  5179. ### M44 - Reset the bed skew and offset calibration <a href="https://reprap.org/wiki/G-code#M44:_Reset_the_bed_skew_and_offset_calibration">M44: Reset the bed skew and offset calibration</a>
  5180. */
  5181. case 44: // M44: Prusa3D: Reset the bed skew and offset calibration.
  5182. // Reset the baby step value and the baby step applied flag.
  5183. calibration_status_store(CALIBRATION_STATUS_ASSEMBLED);
  5184. eeprom_update_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),0);
  5185. // Reset the skew and offset in both RAM and EEPROM.
  5186. reset_bed_offset_and_skew();
  5187. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  5188. // the planner will not perform any adjustments in the XY plane.
  5189. // Wait for the motors to stop and update the current position with the absolute values.
  5190. world2machine_revert_to_uncorrected();
  5191. break;
  5192. /*!
  5193. ### M45 - Bed skew and offset with manual Z up <a href="https://reprap.org/wiki/G-code#M45:_Bed_skew_and_offset_with_manual_Z_up">M45: Bed skew and offset with manual Z up</a>
  5194. #### Usage
  5195. M45 [ V ]
  5196. #### Parameters
  5197. - `V` - Verbosity level 1, 10 and 20 (low, mid, high). Only when SUPPORT_VERBOSITY is defined. Optional.
  5198. - `Z` - If it is provided, only Z calibration will run. Otherwise full calibration is executed.
  5199. */
  5200. case 45: // M45: Prusa3D: bed skew and offset with manual Z up
  5201. {
  5202. int8_t verbosity_level = 0;
  5203. bool only_Z = code_seen('Z');
  5204. #ifdef SUPPORT_VERBOSITY
  5205. if (code_seen('V'))
  5206. {
  5207. // Just 'V' without a number counts as V1.
  5208. char c = strchr_pointer[1];
  5209. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  5210. }
  5211. #endif //SUPPORT_VERBOSITY
  5212. gcode_M45(only_Z, verbosity_level);
  5213. }
  5214. break;
  5215. /*!
  5216. ### M46 - Show the assigned IP address <a href="https://reprap.org/wiki/G-code#M46:_Show_the_assigned_IP_address">M46: Show the assigned IP address.</a>
  5217. */
  5218. case 46:
  5219. {
  5220. // M46: Prusa3D: Show the assigned IP address.
  5221. if (card.ToshibaFlashAir_isEnabled()) {
  5222. uint8_t ip[4];
  5223. if (card.ToshibaFlashAir_GetIP(ip)) {
  5224. // SERIAL_PROTOCOLPGM("Toshiba FlashAir current IP: ");
  5225. SERIAL_PROTOCOL(uint8_t(ip[0]));
  5226. SERIAL_PROTOCOL('.');
  5227. SERIAL_PROTOCOL(uint8_t(ip[1]));
  5228. SERIAL_PROTOCOL('.');
  5229. SERIAL_PROTOCOL(uint8_t(ip[2]));
  5230. SERIAL_PROTOCOL('.');
  5231. SERIAL_PROTOCOL(uint8_t(ip[3]));
  5232. SERIAL_PROTOCOLLN();
  5233. } else {
  5234. SERIAL_PROTOCOLPGM("?Toshiba FlashAir GetIP failed\n");
  5235. }
  5236. } else {
  5237. SERIAL_PROTOCOLLNPGM("n/a");
  5238. }
  5239. break;
  5240. }
  5241. /*!
  5242. ### M47 - Show end stops dialog on the display <a href="https://reprap.org/wiki/G-code#M47:_Show_end_stops_dialog_on_the_display">M47: Show end stops dialog on the display</a>
  5243. */
  5244. case 47:
  5245. KEEPALIVE_STATE(PAUSED_FOR_USER);
  5246. lcd_diag_show_end_stops();
  5247. KEEPALIVE_STATE(IN_HANDLER);
  5248. break;
  5249. #if 0
  5250. case 48: // M48: scan the bed induction sensor points, print the sensor trigger coordinates to the serial line for visualization on the PC.
  5251. {
  5252. // Disable the default update procedure of the display. We will do a modal dialog.
  5253. lcd_update_enable(false);
  5254. // Let the planner use the uncorrected coordinates.
  5255. mbl.reset();
  5256. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  5257. // the planner will not perform any adjustments in the XY plane.
  5258. // Wait for the motors to stop and update the current position with the absolute values.
  5259. world2machine_revert_to_uncorrected();
  5260. // Move the print head close to the bed.
  5261. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  5262. 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);
  5263. st_synchronize();
  5264. // Home in the XY plane.
  5265. set_destination_to_current();
  5266. int l_feedmultiply = setup_for_endstop_move();
  5267. home_xy();
  5268. int8_t verbosity_level = 0;
  5269. if (code_seen('V')) {
  5270. // Just 'V' without a number counts as V1.
  5271. char c = strchr_pointer[1];
  5272. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  5273. }
  5274. bool success = scan_bed_induction_points(verbosity_level);
  5275. clean_up_after_endstop_move(l_feedmultiply);
  5276. // Print head up.
  5277. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  5278. 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);
  5279. st_synchronize();
  5280. lcd_update_enable(true);
  5281. break;
  5282. }
  5283. #endif
  5284. #ifdef ENABLE_AUTO_BED_LEVELING
  5285. #ifdef Z_PROBE_REPEATABILITY_TEST
  5286. /*!
  5287. ### M48 - Z-Probe repeatability measurement function <a href="https://reprap.org/wiki/G-code#M48:_Measure_Z-Probe_repeatability">M48: Measure Z-Probe repeatability</a>
  5288. This function assumes the bed has been homed. Specifically, that a G28 command as been issued prior to invoking the M48 Z-Probe repeatability measurement function. Any information generated by a prior G29 Bed leveling command will be lost and needs to be regenerated.
  5289. The number of samples will default to 10 if not specified. You can use upper or lower case letters for any of the options EXCEPT n. n must be in lower case because Marlin uses a capital N for its communication protocol and will get horribly confused if you send it a capital N.
  5290. @todo Why would you check for both uppercase and lowercase? Seems wasteful.
  5291. #### Usage
  5292. M48 [ n | X | Y | V | L ]
  5293. #### Parameters
  5294. - `n` - Number of samples. Valid values 4-50
  5295. - `X` - X position for samples
  5296. - `Y` - Y position for samples
  5297. - `V` - Verbose level. Valid values 1-4
  5298. - `L` - Legs of movementprior to doing probe. Valid values 1-15
  5299. */
  5300. case 48: // M48 Z-Probe repeatability
  5301. {
  5302. #if Z_MIN_PIN == -1
  5303. #error "You must have a Z_MIN endstop in order to enable calculation of Z-Probe repeatability."
  5304. #endif
  5305. double sum=0.0;
  5306. double mean=0.0;
  5307. double sigma=0.0;
  5308. double sample_set[50];
  5309. int verbose_level=1, n=0, j, n_samples = 10, n_legs=0;
  5310. double X_current, Y_current, Z_current;
  5311. double X_probe_location, Y_probe_location, Z_start_location, ext_position;
  5312. if (code_seen('V') || code_seen('v')) {
  5313. verbose_level = code_value();
  5314. if (verbose_level<0 || verbose_level>4 ) {
  5315. SERIAL_PROTOCOLPGM("?Verbose Level not plausable.\n");
  5316. goto Sigma_Exit;
  5317. }
  5318. }
  5319. if (verbose_level > 0) {
  5320. SERIAL_PROTOCOLPGM("M48 Z-Probe Repeatability test. Version 2.00\n");
  5321. SERIAL_PROTOCOLPGM("Full support at: http://3dprintboard.com/forum.php\n");
  5322. }
  5323. if (code_seen('n')) {
  5324. n_samples = code_value();
  5325. if (n_samples<4 || n_samples>50 ) {
  5326. SERIAL_PROTOCOLPGM("?Specified sample size not plausable.\n");
  5327. goto Sigma_Exit;
  5328. }
  5329. }
  5330. X_current = X_probe_location = st_get_position_mm(X_AXIS);
  5331. Y_current = Y_probe_location = st_get_position_mm(Y_AXIS);
  5332. Z_current = st_get_position_mm(Z_AXIS);
  5333. Z_start_location = st_get_position_mm(Z_AXIS) + Z_RAISE_BEFORE_PROBING;
  5334. ext_position = st_get_position_mm(E_AXIS);
  5335. if (code_seen('X') || code_seen('x') ) {
  5336. X_probe_location = code_value() - X_PROBE_OFFSET_FROM_EXTRUDER;
  5337. if (X_probe_location<X_MIN_POS || X_probe_location>X_MAX_POS ) {
  5338. SERIAL_PROTOCOLPGM("?Specified X position out of range.\n");
  5339. goto Sigma_Exit;
  5340. }
  5341. }
  5342. if (code_seen('Y') || code_seen('y') ) {
  5343. Y_probe_location = code_value() - Y_PROBE_OFFSET_FROM_EXTRUDER;
  5344. if (Y_probe_location<Y_MIN_POS || Y_probe_location>Y_MAX_POS ) {
  5345. SERIAL_PROTOCOLPGM("?Specified Y position out of range.\n");
  5346. goto Sigma_Exit;
  5347. }
  5348. }
  5349. if (code_seen('L') || code_seen('l') ) {
  5350. n_legs = code_value();
  5351. if ( n_legs==1 )
  5352. n_legs = 2;
  5353. if ( n_legs<0 || n_legs>15 ) {
  5354. SERIAL_PROTOCOLPGM("?Specified number of legs in movement not plausable.\n");
  5355. goto Sigma_Exit;
  5356. }
  5357. }
  5358. //
  5359. // Do all the preliminary setup work. First raise the probe.
  5360. //
  5361. st_synchronize();
  5362. plan_bed_level_matrix.set_to_identity();
  5363. plan_buffer_line( X_current, Y_current, Z_start_location,
  5364. ext_position,
  5365. homing_feedrate[Z_AXIS]/60,
  5366. active_extruder);
  5367. st_synchronize();
  5368. //
  5369. // Now get everything to the specified probe point So we can safely do a probe to
  5370. // get us close to the bed. If the Z-Axis is far from the bed, we don't want to
  5371. // use that as a starting point for each probe.
  5372. //
  5373. if (verbose_level > 2)
  5374. SERIAL_PROTOCOL("Positioning probe for the test.\n");
  5375. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  5376. ext_position,
  5377. homing_feedrate[X_AXIS]/60,
  5378. active_extruder);
  5379. st_synchronize();
  5380. current_position[X_AXIS] = X_current = st_get_position_mm(X_AXIS);
  5381. current_position[Y_AXIS] = Y_current = st_get_position_mm(Y_AXIS);
  5382. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  5383. current_position[E_AXIS] = ext_position = st_get_position_mm(E_AXIS);
  5384. //
  5385. // OK, do the inital probe to get us close to the bed.
  5386. // Then retrace the right amount and use that in subsequent probes
  5387. //
  5388. int l_feedmultiply = setup_for_endstop_move();
  5389. run_z_probe();
  5390. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  5391. Z_start_location = st_get_position_mm(Z_AXIS) + Z_RAISE_BEFORE_PROBING;
  5392. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  5393. ext_position,
  5394. homing_feedrate[X_AXIS]/60,
  5395. active_extruder);
  5396. st_synchronize();
  5397. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  5398. for( n=0; n<n_samples; n++) {
  5399. do_blocking_move_to( X_probe_location, Y_probe_location, Z_start_location); // Make sure we are at the probe location
  5400. if ( n_legs) {
  5401. double radius=0.0, theta=0.0, x_sweep, y_sweep;
  5402. int rotational_direction, l;
  5403. rotational_direction = (unsigned long) _millis() & 0x0001; // clockwise or counter clockwise
  5404. radius = (unsigned long) _millis() % (long) (X_MAX_LENGTH/4); // limit how far out to go
  5405. theta = (float) ((unsigned long) _millis() % (long) 360) / (360./(2*3.1415926)); // turn into radians
  5406. //SERIAL_ECHOPAIR("starting radius: ",radius);
  5407. //SERIAL_ECHOPAIR(" theta: ",theta);
  5408. //SERIAL_ECHOPAIR(" direction: ",rotational_direction);
  5409. //SERIAL_PROTOCOLLNPGM("");
  5410. for( l=0; l<n_legs-1; l++) {
  5411. if (rotational_direction==1)
  5412. theta += (float) ((unsigned long) _millis() % (long) 20) / (360.0/(2*3.1415926)); // turn into radians
  5413. else
  5414. theta -= (float) ((unsigned long) _millis() % (long) 20) / (360.0/(2*3.1415926)); // turn into radians
  5415. radius += (float) ( ((long) ((unsigned long) _millis() % (long) 10)) - 5);
  5416. if ( radius<0.0 )
  5417. radius = -radius;
  5418. X_current = X_probe_location + cos(theta) * radius;
  5419. Y_current = Y_probe_location + sin(theta) * radius;
  5420. if ( X_current<X_MIN_POS) // Make sure our X & Y are sane
  5421. X_current = X_MIN_POS;
  5422. if ( X_current>X_MAX_POS)
  5423. X_current = X_MAX_POS;
  5424. if ( Y_current<Y_MIN_POS) // Make sure our X & Y are sane
  5425. Y_current = Y_MIN_POS;
  5426. if ( Y_current>Y_MAX_POS)
  5427. Y_current = Y_MAX_POS;
  5428. if (verbose_level>3 ) {
  5429. SERIAL_ECHOPAIR("x: ", X_current);
  5430. SERIAL_ECHOPAIR("y: ", Y_current);
  5431. SERIAL_PROTOCOLLNPGM("");
  5432. }
  5433. do_blocking_move_to( X_current, Y_current, Z_current );
  5434. }
  5435. do_blocking_move_to( X_probe_location, Y_probe_location, Z_start_location); // Go back to the probe location
  5436. }
  5437. int l_feedmultiply = setup_for_endstop_move();
  5438. run_z_probe();
  5439. sample_set[n] = current_position[Z_AXIS];
  5440. //
  5441. // Get the current mean for the data points we have so far
  5442. //
  5443. sum=0.0;
  5444. for( j=0; j<=n; j++) {
  5445. sum = sum + sample_set[j];
  5446. }
  5447. mean = sum / (double (n+1));
  5448. //
  5449. // Now, use that mean to calculate the standard deviation for the
  5450. // data points we have so far
  5451. //
  5452. sum=0.0;
  5453. for( j=0; j<=n; j++) {
  5454. sum = sum + (sample_set[j]-mean) * (sample_set[j]-mean);
  5455. }
  5456. sigma = sqrt( sum / (double (n+1)) );
  5457. if (verbose_level > 1) {
  5458. SERIAL_PROTOCOL(n+1);
  5459. SERIAL_PROTOCOL(" of ");
  5460. SERIAL_PROTOCOL(n_samples);
  5461. SERIAL_PROTOCOLPGM(" z: ");
  5462. SERIAL_PROTOCOL_F(current_position[Z_AXIS], 6);
  5463. }
  5464. if (verbose_level > 2) {
  5465. SERIAL_PROTOCOL(" mean: ");
  5466. SERIAL_PROTOCOL_F(mean,6);
  5467. SERIAL_PROTOCOL(" sigma: ");
  5468. SERIAL_PROTOCOL_F(sigma,6);
  5469. }
  5470. if (verbose_level > 0)
  5471. SERIAL_PROTOCOLPGM("\n");
  5472. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  5473. current_position[E_AXIS], homing_feedrate[Z_AXIS]/60, active_extruder);
  5474. st_synchronize();
  5475. }
  5476. _delay(1000);
  5477. clean_up_after_endstop_move(l_feedmultiply);
  5478. // enable_endstops(true);
  5479. if (verbose_level > 0) {
  5480. SERIAL_PROTOCOLPGM("Mean: ");
  5481. SERIAL_PROTOCOL_F(mean, 6);
  5482. SERIAL_PROTOCOLPGM("\n");
  5483. }
  5484. SERIAL_PROTOCOLPGM("Standard Deviation: ");
  5485. SERIAL_PROTOCOL_F(sigma, 6);
  5486. SERIAL_PROTOCOLPGM("\n\n");
  5487. Sigma_Exit:
  5488. break;
  5489. }
  5490. #endif // Z_PROBE_REPEATABILITY_TEST
  5491. #endif // ENABLE_AUTO_BED_LEVELING
  5492. /*!
  5493. ### M73 - Set/get print progress <a href="https://reprap.org/wiki/G-code#M73:_Set.2FGet_build_percentage">M73: Set/Get build percentage</a>
  5494. #### Usage
  5495. M73 [ P | R | Q | S | C | D ]
  5496. #### Parameters
  5497. - `P` - Percent in normal mode
  5498. - `R` - Time remaining in normal mode
  5499. - `Q` - Percent in silent mode
  5500. - `S` - Time in silent mode
  5501. - `C` - Time to change/pause/user interaction in normal mode
  5502. - `D` - Time to change/pause/user interaction in silent mode
  5503. */
  5504. //!@todo update RepRap Gcode wiki
  5505. case 73: //M73 show percent done, time remaining and time to change/pause
  5506. {
  5507. if(code_seen('P')) print_percent_done_normal = code_value();
  5508. if(code_seen('R')) print_time_remaining_normal = code_value();
  5509. if(code_seen('Q')) print_percent_done_silent = code_value();
  5510. if(code_seen('S')) print_time_remaining_silent = code_value();
  5511. if(code_seen('C')){
  5512. float print_time_to_change_normal_f = code_value_float();
  5513. print_time_to_change_normal = ( print_time_to_change_normal_f <= 0 ) ? PRINT_TIME_REMAINING_INIT : print_time_to_change_normal_f;
  5514. }
  5515. if(code_seen('D')){
  5516. float print_time_to_change_silent_f = code_value_float();
  5517. print_time_to_change_silent = ( print_time_to_change_silent_f <= 0 ) ? PRINT_TIME_REMAINING_INIT : print_time_to_change_silent_f;
  5518. }
  5519. {
  5520. const char* _msg_mode_done_remain = _N("%S MODE: Percent done: %hhd; print time remaining in mins: %d; Change in mins: %d\n");
  5521. printf_P(_msg_mode_done_remain, _N("NORMAL"), int8_t(print_percent_done_normal), print_time_remaining_normal, print_time_to_change_normal);
  5522. printf_P(_msg_mode_done_remain, _N("SILENT"), int8_t(print_percent_done_silent), print_time_remaining_silent, print_time_to_change_silent);
  5523. }
  5524. break;
  5525. }
  5526. /*!
  5527. ### M104 - Set hotend temperature <a href="https://reprap.org/wiki/G-code#M104:_Set_Extruder_Temperature">M104: Set Extruder Temperature</a>
  5528. #### Usage
  5529. M104 [ S ]
  5530. #### Parameters
  5531. - `S` - Target temperature
  5532. */
  5533. case 104: // M104
  5534. {
  5535. uint8_t extruder;
  5536. if(setTargetedHotend(104,extruder)){
  5537. break;
  5538. }
  5539. if (code_seen('S'))
  5540. {
  5541. setTargetHotendSafe(code_value(), extruder);
  5542. }
  5543. break;
  5544. }
  5545. /*!
  5546. ### M112 - Emergency stop <a href="https://reprap.org/wiki/G-code#M112:_Full_.28Emergency.29_Stop">M112: Full (Emergency) Stop</a>
  5547. It is processed much earlier as to bypass the cmdqueue.
  5548. */
  5549. case 112:
  5550. kill(MSG_M112_KILL, 3);
  5551. break;
  5552. /*!
  5553. ### M140 - Set bed temperature <a href="https://reprap.org/wiki/G-code#M140:_Set_Bed_Temperature_.28Fast.29">M140: Set Bed Temperature (Fast)</a>
  5554. #### Usage
  5555. M140 [ S ]
  5556. #### Parameters
  5557. - `S` - Target temperature
  5558. */
  5559. case 140:
  5560. if (code_seen('S')) setTargetBed(code_value());
  5561. break;
  5562. /*!
  5563. ### M105 - Report temperatures <a href="https://reprap.org/wiki/G-code#M105:_Get_Extruder_Temperature">M105: Get Extruder Temperature</a>
  5564. Prints temperatures:
  5565. - `T:` - Hotend (actual / target)
  5566. - `B:` - Bed (actual / target)
  5567. - `Tx:` - x Tool (actual / target)
  5568. - `@:` - Hotend power
  5569. - `B@:` - Bed power
  5570. - `P:` - PINDAv2 actual (only MK2.5/s and MK3/s)
  5571. - `A:` - Ambient actual (only MK3/s)
  5572. _Example:_
  5573. ok T:20.2 /0.0 B:19.1 /0.0 T0:20.2 /0.0 @:0 B@:0 P:19.8 A:26.4
  5574. */
  5575. case 105:
  5576. {
  5577. uint8_t extruder;
  5578. if(setTargetedHotend(105, extruder)){
  5579. break;
  5580. }
  5581. SERIAL_PROTOCOLPGM("ok ");
  5582. gcode_M105(extruder);
  5583. cmdqueue_pop_front(); //prevent an ok after the command since this command uses an ok at the beginning.
  5584. break;
  5585. }
  5586. #if defined(AUTO_REPORT)
  5587. /*!
  5588. ### M155 - Automatically send status <a href="https://reprap.org/wiki/G-code#M155:_Automatically_send_temperatures">M155: Automatically send temperatures</a>
  5589. #### Usage
  5590. M155 [ S ] [ C ]
  5591. #### Parameters
  5592. - `S` - Set autoreporting interval in seconds. 0 to disable. Maximum: 255
  5593. - `C` - Activate auto-report function (bit mask). Default is temperature.
  5594. bit 0 = Auto-report temperatures
  5595. bit 1 = Auto-report fans
  5596. bit 2 = Auto-report position
  5597. bit 3 = free
  5598. bit 4 = free
  5599. bit 5 = free
  5600. bit 6 = free
  5601. bit 7 = free
  5602. */
  5603. //!@todo update RepRap Gcode wiki
  5604. //!@todo Should be temperature always? Octoprint doesn't switch to M105 if M155 timer is set
  5605. case 155:
  5606. {
  5607. if (code_seen('S')){
  5608. autoReportFeatures.SetPeriod( code_value_uint8() );
  5609. }
  5610. if (code_seen('C')){
  5611. autoReportFeatures.SetMask(code_value());
  5612. } else{
  5613. autoReportFeatures.SetMask(1); //Backwards compability to host systems like Octoprint to send only temp if paramerter `C`isn't used.
  5614. }
  5615. }
  5616. break;
  5617. #endif //AUTO_REPORT
  5618. /*!
  5619. ### M109 - Wait for extruder temperature <a href="https://reprap.org/wiki/G-code#M109:_Set_Extruder_Temperature_and_Wait">M109: Set Extruder Temperature and Wait</a>
  5620. #### Usage
  5621. M104 [ B | R | S ]
  5622. #### Parameters (not mandatory)
  5623. - `S` - Set extruder temperature
  5624. - `R` - Set extruder temperature
  5625. - `B` - Set max. extruder temperature, while `S` is min. temperature. Not active in default, only if AUTOTEMP is defined in source code.
  5626. Parameters S and R are treated identically.
  5627. Command always waits for both cool down and heat up.
  5628. If no parameters are supplied waits for previously set extruder temperature.
  5629. */
  5630. case 109:
  5631. {
  5632. uint8_t extruder;
  5633. if(setTargetedHotend(109, extruder)){
  5634. break;
  5635. }
  5636. LCD_MESSAGERPGM(_T(MSG_HEATING));
  5637. heating_status = 1;
  5638. if (farm_mode) { prusa_statistics(1); };
  5639. #ifdef AUTOTEMP
  5640. autotemp_enabled=false;
  5641. #endif
  5642. if (code_seen('S')) {
  5643. setTargetHotendSafe(code_value(), extruder);
  5644. } else if (code_seen('R')) {
  5645. setTargetHotendSafe(code_value(), extruder);
  5646. }
  5647. #ifdef AUTOTEMP
  5648. if (code_seen('S')) autotemp_min=code_value();
  5649. if (code_seen('B')) autotemp_max=code_value();
  5650. if (code_seen('F'))
  5651. {
  5652. autotemp_factor=code_value();
  5653. autotemp_enabled=true;
  5654. }
  5655. #endif
  5656. codenum = _millis();
  5657. /* See if we are heating up or cooling down */
  5658. target_direction = isHeatingHotend(extruder); // true if heating, false if cooling
  5659. KEEPALIVE_STATE(NOT_BUSY);
  5660. cancel_heatup = false;
  5661. wait_for_heater(codenum, extruder); //loops until target temperature is reached
  5662. LCD_MESSAGERPGM(_T(MSG_HEATING_COMPLETE));
  5663. KEEPALIVE_STATE(IN_HANDLER);
  5664. heating_status = 2;
  5665. if (farm_mode) { prusa_statistics(2); };
  5666. //starttime=_millis();
  5667. previous_millis_cmd = _millis();
  5668. }
  5669. break;
  5670. /*!
  5671. ### M190 - Wait for bed temperature <a href="https://reprap.org/wiki/G-code#M190:_Wait_for_bed_temperature_to_reach_target_temp">M190: Wait for bed temperature to reach target temp</a>
  5672. #### Usage
  5673. M190 [ R | S ]
  5674. #### Parameters (not mandatory)
  5675. - `S` - Set extruder temperature and wait for heating
  5676. - `R` - Set extruder temperature and wait for heating or cooling
  5677. If no parameter is supplied, waits for heating or cooling to previously set temperature.
  5678. */
  5679. case 190:
  5680. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  5681. {
  5682. bool CooldownNoWait = false;
  5683. LCD_MESSAGERPGM(_T(MSG_BED_HEATING));
  5684. heating_status = 3;
  5685. if (farm_mode) { prusa_statistics(1); };
  5686. if (code_seen('S'))
  5687. {
  5688. setTargetBed(code_value());
  5689. CooldownNoWait = true;
  5690. }
  5691. else if (code_seen('R'))
  5692. {
  5693. setTargetBed(code_value());
  5694. }
  5695. codenum = _millis();
  5696. cancel_heatup = false;
  5697. target_direction = isHeatingBed(); // true if heating, false if cooling
  5698. KEEPALIVE_STATE(NOT_BUSY);
  5699. while ( (target_direction)&&(!cancel_heatup) ? (isHeatingBed()) : (isCoolingBed()&&(CooldownNoWait==false)) )
  5700. {
  5701. if(( _millis() - codenum) > 1000 ) //Print Temp Reading every 1 second while heating up.
  5702. {
  5703. if (!farm_mode) {
  5704. float tt = degHotend(active_extruder);
  5705. SERIAL_PROTOCOLPGM("T:");
  5706. SERIAL_PROTOCOL(tt);
  5707. SERIAL_PROTOCOLPGM(" E:");
  5708. SERIAL_PROTOCOL((int)active_extruder);
  5709. SERIAL_PROTOCOLPGM(" B:");
  5710. SERIAL_PROTOCOL_F(degBed(), 1);
  5711. SERIAL_PROTOCOLLN();
  5712. }
  5713. codenum = _millis();
  5714. }
  5715. manage_heater();
  5716. manage_inactivity();
  5717. lcd_update(0);
  5718. }
  5719. LCD_MESSAGERPGM(_T(MSG_BED_DONE));
  5720. KEEPALIVE_STATE(IN_HANDLER);
  5721. heating_status = 4;
  5722. previous_millis_cmd = _millis();
  5723. }
  5724. #endif
  5725. break;
  5726. #if defined(FAN_PIN) && FAN_PIN > -1
  5727. /*!
  5728. ### M106 - Set fan speed <a href="https://reprap.org/wiki/G-code#M106:_Fan_On">M106: Fan On</a>
  5729. #### Usage
  5730. M106 [ S ]
  5731. #### Parameters
  5732. - `S` - Specifies the duty cycle of the print fan. Allowed values are 0-255. If it's omitted, a value of 255 is used.
  5733. */
  5734. case 106: // M106 Sxxx Fan On S<speed> 0 .. 255
  5735. if (code_seen('S')){
  5736. fanSpeed=constrain(code_value(),0,255);
  5737. }
  5738. else {
  5739. fanSpeed=255;
  5740. }
  5741. break;
  5742. /*!
  5743. ### M107 - Fan off <a href="https://reprap.org/wiki/G-code#M107:_Fan_Off">M107: Fan Off</a>
  5744. */
  5745. case 107:
  5746. fanSpeed = 0;
  5747. break;
  5748. #endif //FAN_PIN
  5749. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  5750. /*!
  5751. ### M80 - Turn on the Power Supply <a href="https://reprap.org/wiki/G-code#M80:_ATX_Power_On">M80: ATX Power On</a>
  5752. Only works if the firmware is compiled with PS_ON_PIN defined.
  5753. */
  5754. case 80:
  5755. SET_OUTPUT(PS_ON_PIN); //GND
  5756. WRITE(PS_ON_PIN, PS_ON_AWAKE);
  5757. // If you have a switch on suicide pin, this is useful
  5758. // if you want to start another print with suicide feature after
  5759. // a print without suicide...
  5760. #if defined SUICIDE_PIN && SUICIDE_PIN > -1
  5761. SET_OUTPUT(SUICIDE_PIN);
  5762. WRITE(SUICIDE_PIN, HIGH);
  5763. #endif
  5764. powersupply = true;
  5765. LCD_MESSAGERPGM(_T(WELCOME_MSG));
  5766. lcd_update(0);
  5767. break;
  5768. /*!
  5769. ### M81 - Turn off Power Supply <a href="https://reprap.org/wiki/G-code#M81:_ATX_Power_Off">M81: ATX Power Off</a>
  5770. Only works if the firmware is compiled with PS_ON_PIN defined.
  5771. */
  5772. case 81:
  5773. disable_heater();
  5774. st_synchronize();
  5775. disable_e0();
  5776. disable_e1();
  5777. disable_e2();
  5778. finishAndDisableSteppers();
  5779. fanSpeed = 0;
  5780. _delay(1000); // Wait a little before to switch off
  5781. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  5782. st_synchronize();
  5783. suicide();
  5784. #elif defined(PS_ON_PIN) && PS_ON_PIN > -1
  5785. SET_OUTPUT(PS_ON_PIN);
  5786. WRITE(PS_ON_PIN, PS_ON_ASLEEP);
  5787. #endif
  5788. powersupply = false;
  5789. LCD_MESSAGERPGM(CAT4(CUSTOM_MENDEL_NAME,PSTR(" "),MSG_OFF,PSTR(".")));
  5790. lcd_update(0);
  5791. break;
  5792. #endif
  5793. /*!
  5794. ### M82 - Set E axis to absolute mode <a href="https://reprap.org/wiki/G-code#M82:_Set_extruder_to_absolute_mode">M82: Set extruder to absolute mode</a>
  5795. Makes the extruder interpret extrusion as absolute positions.
  5796. */
  5797. case 82:
  5798. axis_relative_modes &= ~E_AXIS_MASK;
  5799. break;
  5800. /*!
  5801. ### M83 - Set E axis to relative mode <a href="https://reprap.org/wiki/G-code#M83:_Set_extruder_to_relative_mode">M83: Set extruder to relative mode</a>
  5802. Makes the extruder interpret extrusion values as relative positions.
  5803. */
  5804. case 83:
  5805. axis_relative_modes |= E_AXIS_MASK;
  5806. break;
  5807. /*!
  5808. ### M84 - Disable steppers <a href="https://reprap.org/wiki/G-code#M84:_Stop_idle_hold">M84: Stop idle hold</a>
  5809. This command can be used to set the stepper inactivity timeout (`S`) or to disable steppers (`X`,`Y`,`Z`,`E`)
  5810. This command can be used without any additional parameters. In that case all steppers are disabled.
  5811. The file completeness check uses this parameter to detect an incomplete file. It has to be present at the end of a file with no parameters.
  5812. M84 [ S | X | Y | Z | E ]
  5813. - `S` - Seconds
  5814. - `X` - X axis
  5815. - `Y` - Y axis
  5816. - `Z` - Z axis
  5817. - `E` - Exruder
  5818. ### M18 - Disable steppers <a href="https://reprap.org/wiki/G-code#M18:_Disable_all_stepper_motors">M18: Disable all stepper motors</a>
  5819. Equal to M84 (compatibility)
  5820. */
  5821. case 18: //compatibility
  5822. case 84: // M84
  5823. if(code_seen('S')){
  5824. stepper_inactive_time = code_value() * 1000;
  5825. }
  5826. else
  5827. {
  5828. 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])));
  5829. if(all_axis)
  5830. {
  5831. st_synchronize();
  5832. disable_e0();
  5833. disable_e1();
  5834. disable_e2();
  5835. finishAndDisableSteppers();
  5836. }
  5837. else
  5838. {
  5839. st_synchronize();
  5840. if (code_seen('X')) disable_x();
  5841. if (code_seen('Y')) disable_y();
  5842. if (code_seen('Z')) disable_z();
  5843. #if ((E0_ENABLE_PIN != X_ENABLE_PIN) && (E1_ENABLE_PIN != Y_ENABLE_PIN)) // Only enable on boards that have seperate ENABLE_PINS
  5844. if (code_seen('E')) {
  5845. disable_e0();
  5846. disable_e1();
  5847. disable_e2();
  5848. }
  5849. #endif
  5850. }
  5851. }
  5852. //in the end of print set estimated time to end of print and extruders used during print to default values for next print
  5853. print_time_remaining_init();
  5854. snmm_filaments_used = 0;
  5855. break;
  5856. /*!
  5857. ### M85 - Set max inactive time <a href="https://reprap.org/wiki/G-code#M85:_Set_Inactivity_Shutdown_Timer">M85: Set Inactivity Shutdown Timer</a>
  5858. #### Usage
  5859. M85 [ S ]
  5860. #### Parameters
  5861. - `S` - specifies the time in seconds. If a value of 0 is specified, the timer is disabled.
  5862. */
  5863. case 85: // M85
  5864. if(code_seen('S')) {
  5865. max_inactive_time = code_value() * 1000;
  5866. }
  5867. break;
  5868. #ifdef SAFETYTIMER
  5869. /*!
  5870. ### M86 - Set safety timer expiration time <a href="https://reprap.org/wiki/G-code#M86:_Set_Safety_Timer_expiration_time">M86: Set Safety Timer expiration time</a>
  5871. When safety timer expires, heatbed and nozzle target temperatures are set to zero.
  5872. #### Usage
  5873. M86 [ S ]
  5874. #### Parameters
  5875. - `S` - specifies the time in seconds. If a value of 0 is specified, the timer is disabled.
  5876. */
  5877. case 86:
  5878. if (code_seen('S')) {
  5879. safetytimer_inactive_time = code_value() * 1000;
  5880. safetyTimer.start();
  5881. }
  5882. break;
  5883. #endif
  5884. /*!
  5885. ### M92 Set Axis steps-per-unit <a href="https://reprap.org/wiki/G-code#M92:_Set_axis_steps_per_unit">M92: Set axis_steps_per_unit</a>
  5886. Allows programming of steps per unit (usually mm) for motor drives. These values are reset to firmware defaults on power on, unless saved to EEPROM if available (M500 in Marlin)
  5887. #### Usage
  5888. M92 [ X | Y | Z | E ]
  5889. #### Parameters
  5890. - `X` - Steps per unit for the X drive
  5891. - `Y` - Steps per unit for the Y drive
  5892. - `Z` - Steps per unit for the Z drive
  5893. - `E` - Steps per unit for the extruder drive
  5894. */
  5895. case 92:
  5896. for(int8_t i=0; i < NUM_AXIS; i++)
  5897. {
  5898. if(code_seen(axis_codes[i]))
  5899. {
  5900. if(i == E_AXIS) { // E
  5901. float value = code_value();
  5902. if(value < 20.0) {
  5903. float factor = cs.axis_steps_per_unit[i] / value; // increase e constants if M92 E14 is given for netfab.
  5904. cs.max_jerk[E_AXIS] *= factor;
  5905. max_feedrate[i] *= factor;
  5906. axis_steps_per_sqr_second[i] *= factor;
  5907. }
  5908. cs.axis_steps_per_unit[i] = value;
  5909. #if defined(FILAMENT_SENSOR) && defined(PAT9125)
  5910. fsensor_set_axis_steps_per_unit(value);
  5911. #endif
  5912. }
  5913. else {
  5914. cs.axis_steps_per_unit[i] = code_value();
  5915. }
  5916. }
  5917. }
  5918. break;
  5919. /*!
  5920. ### M110 - Set Line number <a href="https://reprap.org/wiki/G-code#M110:_Set_Current_Line_Number">M110: Set Current Line Number</a>
  5921. Sets the line number in G-code
  5922. #### Usage
  5923. M110 [ N ]
  5924. #### Parameters
  5925. - `N` - Line number
  5926. */
  5927. case 110:
  5928. if (code_seen('N'))
  5929. gcode_LastN = code_value_long();
  5930. break;
  5931. /*!
  5932. ### M113 - Get or set host keep-alive interval <a href="https://reprap.org/wiki/G-code#M113:_Host_Keepalive">M113: Host Keepalive</a>
  5933. During some lengthy processes, such as G29, Marlin may appear to the host to have “gone away.” The “host keepalive” feature will send messages to the host when Marlin is busy or waiting for user response so the host won’t try to reconnect (or disconnect).
  5934. #### Usage
  5935. M113 [ S ]
  5936. #### Parameters
  5937. - `S` - Seconds. Default is 2 seconds between "busy" messages
  5938. */
  5939. case 113:
  5940. if (code_seen('S')) {
  5941. host_keepalive_interval = (uint8_t)code_value_short();
  5942. // NOMORE(host_keepalive_interval, 60);
  5943. }
  5944. else {
  5945. SERIAL_ECHO_START;
  5946. SERIAL_ECHOPAIR("M113 S", (unsigned long)host_keepalive_interval);
  5947. SERIAL_PROTOCOLLN();
  5948. }
  5949. break;
  5950. /*!
  5951. ### M115 - Firmware info <a href="https://reprap.org/wiki/G-code#M115:_Get_Firmware_Version_and_Capabilities">M115: Get Firmware Version and Capabilities</a>
  5952. Print the firmware info and capabilities
  5953. Without any arguments, prints Prusa firmware version number, machine type, extruder count and UUID.
  5954. `M115 U` Checks the firmware version provided. If the firmware version provided by the U code is higher than the currently running firmware, it will pause the print for 30s and ask the user to upgrade the firmware.
  5955. _Examples:_
  5956. `M115` results:
  5957. `FIRMWARE_NAME:Prusa-Firmware 3.8.1 based on Marlin FIRMWARE_URL:https://github.com/prusa3d/Prusa-Firmware PROTOCOL_VERSION:1.0 MACHINE_TYPE:Prusa i3 MK3S EXTRUDER_COUNT:1 UUID:00000000-0000-0000-0000-000000000000`
  5958. `M115 V` results:
  5959. `3.8.1`
  5960. `M115 U3.8.2-RC1` results on LCD display for 30s or user interaction:
  5961. `New firmware version available: 3.8.2-RC1 Please upgrade.`
  5962. #### Usage
  5963. M115 [ V | U ]
  5964. #### Parameters
  5965. - V - Report current installed firmware version
  5966. - U - Firmware version provided by G-code to be compared to current one.
  5967. */
  5968. case 115: // M115
  5969. if (code_seen('V')) {
  5970. // Report the Prusa version number.
  5971. SERIAL_PROTOCOLLNRPGM(FW_VERSION_STR_P());
  5972. } else if (code_seen('U')) {
  5973. // Check the firmware version provided. If the firmware version provided by the U code is higher than the currently running firmware,
  5974. // pause the print for 30s and ask the user to upgrade the firmware.
  5975. show_upgrade_dialog_if_version_newer(++ strchr_pointer);
  5976. } else {
  5977. SERIAL_ECHOPGM("FIRMWARE_NAME:Prusa-Firmware ");
  5978. SERIAL_ECHORPGM(FW_VERSION_STR_P());
  5979. SERIAL_ECHOPGM(" based on Marlin FIRMWARE_URL:https://github.com/prusa3d/Prusa-Firmware PROTOCOL_VERSION:");
  5980. SERIAL_ECHOPGM(PROTOCOL_VERSION);
  5981. SERIAL_ECHOPGM(" MACHINE_TYPE:");
  5982. SERIAL_ECHOPGM(CUSTOM_MENDEL_NAME);
  5983. SERIAL_ECHOPGM(" EXTRUDER_COUNT:");
  5984. SERIAL_ECHOPGM(STRINGIFY(EXTRUDERS));
  5985. SERIAL_ECHOPGM(" UUID:");
  5986. SERIAL_ECHOLNPGM(MACHINE_UUID);
  5987. #ifdef EXTENDED_CAPABILITIES_REPORT
  5988. extended_capabilities_report();
  5989. #endif //EXTENDED_CAPABILITIES_REPORT
  5990. }
  5991. break;
  5992. /*!
  5993. ### M114 - Get current position <a href="https://reprap.org/wiki/G-code#M114:_Get_Current_Position">M114: Get Current Position</a>
  5994. */
  5995. case 114:
  5996. gcode_M114();
  5997. break;
  5998. /*
  5999. M117 moved up to get the high priority
  6000. case 117: // M117 display message
  6001. starpos = (strchr(strchr_pointer + 5,'*'));
  6002. if(starpos!=NULL)
  6003. *(starpos)='\0';
  6004. lcd_setstatus(strchr_pointer + 5);
  6005. break;*/
  6006. #ifdef M120_M121_ENABLED
  6007. /*!
  6008. ### M120 - Enable endstops <a href="https://reprap.org/wiki/G-code#M120:_Enable_endstop_detection">M120: Enable endstop detection</a>
  6009. */
  6010. case 120:
  6011. enable_endstops(true) ;
  6012. break;
  6013. /*!
  6014. ### M121 - Disable endstops <a href="https://reprap.org/wiki/G-code#M121:_Disable_endstop_detection">M121: Disable endstop detection</a>
  6015. */
  6016. case 121:
  6017. enable_endstops(false) ;
  6018. break;
  6019. #endif //M120_M121_ENABLED
  6020. /*!
  6021. ### M119 - Get endstop states <a href="https://reprap.org/wiki/G-code#M119:_Get_Endstop_Status">M119: Get Endstop Status</a>
  6022. Returns the current state of the configured X, Y, Z endstops. Takes into account any 'inverted endstop' settings, so one can confirm that the machine is interpreting the endstops correctly.
  6023. */
  6024. case 119:
  6025. SERIAL_PROTOCOLRPGM(_N("Reporting endstop status"));////MSG_M119_REPORT
  6026. SERIAL_PROTOCOLLN();
  6027. #if defined(X_MIN_PIN) && X_MIN_PIN > -1
  6028. SERIAL_PROTOCOLRPGM(_n("x_min: "));////MSG_X_MIN
  6029. if(READ(X_MIN_PIN)^X_MIN_ENDSTOP_INVERTING){
  6030. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  6031. }else{
  6032. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  6033. }
  6034. SERIAL_PROTOCOLLN();
  6035. #endif
  6036. #if defined(X_MAX_PIN) && X_MAX_PIN > -1
  6037. SERIAL_PROTOCOLRPGM(_n("x_max: "));////MSG_X_MAX
  6038. if(READ(X_MAX_PIN)^X_MAX_ENDSTOP_INVERTING){
  6039. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  6040. }else{
  6041. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  6042. }
  6043. SERIAL_PROTOCOLLN();
  6044. #endif
  6045. #if defined(Y_MIN_PIN) && Y_MIN_PIN > -1
  6046. SERIAL_PROTOCOLRPGM(_n("y_min: "));////MSG_Y_MIN
  6047. if(READ(Y_MIN_PIN)^Y_MIN_ENDSTOP_INVERTING){
  6048. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  6049. }else{
  6050. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  6051. }
  6052. SERIAL_PROTOCOLLN();
  6053. #endif
  6054. #if defined(Y_MAX_PIN) && Y_MAX_PIN > -1
  6055. SERIAL_PROTOCOLRPGM(_n("y_max: "));////MSG_Y_MAX
  6056. if(READ(Y_MAX_PIN)^Y_MAX_ENDSTOP_INVERTING){
  6057. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  6058. }else{
  6059. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  6060. }
  6061. SERIAL_PROTOCOLLN();
  6062. #endif
  6063. #if defined(Z_MIN_PIN) && Z_MIN_PIN > -1
  6064. SERIAL_PROTOCOLRPGM(MSG_Z_MIN);
  6065. if(READ(Z_MIN_PIN)^Z_MIN_ENDSTOP_INVERTING){
  6066. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  6067. }else{
  6068. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  6069. }
  6070. SERIAL_PROTOCOLLN();
  6071. #endif
  6072. #if defined(Z_MAX_PIN) && Z_MAX_PIN > -1
  6073. SERIAL_PROTOCOLRPGM(MSG_Z_MAX);
  6074. if(READ(Z_MAX_PIN)^Z_MAX_ENDSTOP_INVERTING){
  6075. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  6076. }else{
  6077. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  6078. }
  6079. SERIAL_PROTOCOLLN();
  6080. #endif
  6081. break;
  6082. //!@todo update for all axes, use for loop
  6083. #if (defined(FANCHECK) && (((defined(TACH_0) && (TACH_0 >-1)) || (defined(TACH_1) && (TACH_1 > -1)))))
  6084. /*!
  6085. ### M123 - Tachometer value <a href="https://www.reprap.org/wiki/G-code#M123:_Tachometer_value_.28RepRap.29">M123: Tachometer value</a>
  6086. This command is used to report fan speeds and fan pwm values.
  6087. #### Usage
  6088. M123
  6089. - E0: - Hotend fan speed in RPM
  6090. - PRN1: - Part cooling fans speed in RPM
  6091. - E0@: - Hotend fan PWM value
  6092. - PRN1@: -Part cooling fan PWM value
  6093. _Example:_
  6094. E0:3240 RPM PRN1:4560 RPM E0@:255 PRN1@:255
  6095. */
  6096. //!@todo Update RepRap Gcode wiki
  6097. case 123:
  6098. gcode_M123();
  6099. break;
  6100. #endif //FANCHECK and TACH_0 and TACH_1
  6101. #ifdef BLINKM
  6102. /*!
  6103. ### M150 - Set RGB(W) Color <a href="https://reprap.org/wiki/G-code#M150:_Set_LED_color">M150: Set LED color</a>
  6104. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code by defining BLINKM and its dependencies.
  6105. #### Usage
  6106. M150 [ R | U | B ]
  6107. #### Parameters
  6108. - `R` - Red color value
  6109. - `U` - Green color value. It is NOT `G`!
  6110. - `B` - Blue color value
  6111. */
  6112. case 150:
  6113. {
  6114. byte red;
  6115. byte grn;
  6116. byte blu;
  6117. if(code_seen('R')) red = code_value();
  6118. if(code_seen('U')) grn = code_value();
  6119. if(code_seen('B')) blu = code_value();
  6120. SendColors(red,grn,blu);
  6121. }
  6122. break;
  6123. #endif //BLINKM
  6124. /*!
  6125. ### M200 - Set filament diameter <a href="https://reprap.org/wiki/G-code#M200:_Set_filament_diameter">M200: Set filament diameter</a>
  6126. #### Usage
  6127. M200 [ D | T ]
  6128. #### Parameters
  6129. - `D` - Diameter in mm
  6130. - `T` - Number of extruder (MMUs)
  6131. */
  6132. case 200: // M200 D<millimeters> set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).
  6133. {
  6134. uint8_t extruder = active_extruder;
  6135. if(code_seen('T')) {
  6136. extruder = code_value();
  6137. if(extruder >= EXTRUDERS) {
  6138. SERIAL_ECHO_START;
  6139. SERIAL_ECHO(_n("M200 Invalid extruder "));////MSG_M200_INVALID_EXTRUDER
  6140. break;
  6141. }
  6142. }
  6143. if(code_seen('D')) {
  6144. float diameter = (float)code_value();
  6145. if (diameter == 0.0) {
  6146. // setting any extruder filament size disables volumetric on the assumption that
  6147. // slicers either generate in extruder values as cubic mm or as as filament feeds
  6148. // for all extruders
  6149. cs.volumetric_enabled = false;
  6150. } else {
  6151. cs.filament_size[extruder] = (float)code_value();
  6152. // make sure all extruders have some sane value for the filament size
  6153. cs.filament_size[0] = (cs.filament_size[0] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : cs.filament_size[0]);
  6154. #if EXTRUDERS > 1
  6155. cs.filament_size[1] = (cs.filament_size[1] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : cs.filament_size[1]);
  6156. #if EXTRUDERS > 2
  6157. cs.filament_size[2] = (cs.filament_size[2] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : cs.filament_size[2]);
  6158. #endif
  6159. #endif
  6160. cs.volumetric_enabled = true;
  6161. }
  6162. } else {
  6163. //reserved for setting filament diameter via UFID or filament measuring device
  6164. break;
  6165. }
  6166. calculate_extruder_multipliers();
  6167. }
  6168. break;
  6169. /*!
  6170. ### M201 - Set Print Max Acceleration <a href="https://reprap.org/wiki/G-code#M201:_Set_max_printing_acceleration">M201: Set max printing acceleration</a>
  6171. For each axis individually.
  6172. */
  6173. case 201:
  6174. for (int8_t i = 0; i < NUM_AXIS; i++)
  6175. {
  6176. if (code_seen(axis_codes[i]))
  6177. {
  6178. unsigned long val = code_value();
  6179. #ifdef TMC2130
  6180. unsigned long val_silent = val;
  6181. if ((i == X_AXIS) || (i == Y_AXIS))
  6182. {
  6183. if (val > NORMAL_MAX_ACCEL_XY)
  6184. val = NORMAL_MAX_ACCEL_XY;
  6185. if (val_silent > SILENT_MAX_ACCEL_XY)
  6186. val_silent = SILENT_MAX_ACCEL_XY;
  6187. }
  6188. cs.max_acceleration_units_per_sq_second_normal[i] = val;
  6189. cs.max_acceleration_units_per_sq_second_silent[i] = val_silent;
  6190. #else //TMC2130
  6191. max_acceleration_units_per_sq_second[i] = val;
  6192. #endif //TMC2130
  6193. }
  6194. }
  6195. // 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)
  6196. reset_acceleration_rates();
  6197. break;
  6198. #if 0 // Not used for Sprinter/grbl gen6
  6199. case 202: // M202
  6200. for(int8_t i=0; i < NUM_AXIS; i++) {
  6201. if(code_seen(axis_codes[i])) axis_travel_steps_per_sqr_second[i] = code_value() * cs.axis_steps_per_unit[i];
  6202. }
  6203. break;
  6204. #endif
  6205. /*!
  6206. ### M203 - Set Max Feedrate <a href="https://reprap.org/wiki/G-code#M203:_Set_maximum_feedrate">M203: Set maximum feedrate</a>
  6207. For each axis individually.
  6208. */
  6209. case 203: // M203 max feedrate mm/sec
  6210. for (uint8_t i = 0; i < NUM_AXIS; i++)
  6211. {
  6212. if (code_seen(axis_codes[i]))
  6213. {
  6214. float val = code_value();
  6215. #ifdef TMC2130
  6216. float val_silent = val;
  6217. if ((i == X_AXIS) || (i == Y_AXIS))
  6218. {
  6219. if (val > NORMAL_MAX_FEEDRATE_XY)
  6220. val = NORMAL_MAX_FEEDRATE_XY;
  6221. if (val_silent > SILENT_MAX_FEEDRATE_XY)
  6222. val_silent = SILENT_MAX_FEEDRATE_XY;
  6223. }
  6224. cs.max_feedrate_normal[i] = val;
  6225. cs.max_feedrate_silent[i] = val_silent;
  6226. #else //TMC2130
  6227. max_feedrate[i] = val;
  6228. #endif //TMC2130
  6229. }
  6230. }
  6231. break;
  6232. /*!
  6233. ### M204 - Acceleration settings <a href="https://reprap.org/wiki/G-code#M204:_Set_default_acceleration">M204: Set default acceleration</a>
  6234. #### Old format:
  6235. ##### Usage
  6236. M204 [ S | T ]
  6237. ##### Parameters
  6238. - `S` - normal moves
  6239. - `T` - filmanent only moves
  6240. #### New format:
  6241. ##### Usage
  6242. M204 [ P | R | T ]
  6243. ##### Parameters
  6244. - `P` - printing moves
  6245. - `R` - filmanent only moves
  6246. - `T` - travel moves (as of now T is ignored)
  6247. */
  6248. case 204:
  6249. {
  6250. if(code_seen('S')) {
  6251. // Legacy acceleration format. This format is used by the legacy Marlin, MK2 or MK3 firmware,
  6252. // and it is also generated by Slic3r to control acceleration per extrusion type
  6253. // (there is a separate acceleration settings in Slicer for perimeter, first layer etc).
  6254. cs.acceleration = cs.travel_acceleration = code_value();
  6255. // Interpret the T value as retract acceleration in the old Marlin format.
  6256. if(code_seen('T'))
  6257. cs.retract_acceleration = code_value();
  6258. } else {
  6259. // New acceleration format, compatible with the upstream Marlin.
  6260. if(code_seen('P'))
  6261. cs.acceleration = code_value();
  6262. if(code_seen('R'))
  6263. cs.retract_acceleration = code_value();
  6264. if(code_seen('T'))
  6265. cs.travel_acceleration = code_value();
  6266. }
  6267. }
  6268. break;
  6269. /*!
  6270. ### M205 - Set advanced settings <a href="https://reprap.org/wiki/G-code#M205:_Advanced_settings">M205: Advanced settings</a>
  6271. Set some advanced settings related to movement.
  6272. #### Usage
  6273. M205 [ S | T | B | X | Y | Z | E ]
  6274. #### Parameters
  6275. - `S` - Minimum feedrate for print moves (unit/s)
  6276. - `T` - Minimum feedrate for travel moves (units/s)
  6277. - `B` - Minimum segment time (us)
  6278. - `X` - Maximum X jerk (units/s)
  6279. - `Y` - Maximum Y jerk (units/s)
  6280. - `Z` - Maximum Z jerk (units/s)
  6281. - `E` - Maximum E jerk (units/s)
  6282. */
  6283. case 205:
  6284. {
  6285. if(code_seen('S')) cs.minimumfeedrate = code_value();
  6286. if(code_seen('T')) cs.mintravelfeedrate = code_value();
  6287. if(code_seen('B')) cs.minsegmenttime = code_value() ;
  6288. if(code_seen('X')) cs.max_jerk[X_AXIS] = cs.max_jerk[Y_AXIS] = code_value();
  6289. if(code_seen('Y')) cs.max_jerk[Y_AXIS] = code_value();
  6290. if(code_seen('Z')) cs.max_jerk[Z_AXIS] = code_value();
  6291. if(code_seen('E'))
  6292. {
  6293. float e = code_value();
  6294. #ifndef LA_NOCOMPAT
  6295. e = la10c_jerk(e);
  6296. #endif
  6297. cs.max_jerk[E_AXIS] = e;
  6298. }
  6299. if (cs.max_jerk[X_AXIS] > DEFAULT_XJERK) cs.max_jerk[X_AXIS] = DEFAULT_XJERK;
  6300. if (cs.max_jerk[Y_AXIS] > DEFAULT_YJERK) cs.max_jerk[Y_AXIS] = DEFAULT_YJERK;
  6301. }
  6302. break;
  6303. /*!
  6304. ### M206 - Set additional homing offsets <a href="https://reprap.org/wiki/G-code#M206:_Offset_axes">M206: Offset axes</a>
  6305. #### Usage
  6306. M206 [ X | Y | Z ]
  6307. #### Parameters
  6308. - `X` - X axis offset
  6309. - `Y` - Y axis offset
  6310. - `Z` - Z axis offset
  6311. */
  6312. case 206:
  6313. for(uint8_t i=0; i < 3; i++)
  6314. {
  6315. if(code_seen(axis_codes[i])) cs.add_homing[i] = code_value();
  6316. }
  6317. break;
  6318. #ifdef FWRETRACT
  6319. /*!
  6320. ### M207 - Set firmware retraction <a href="https://reprap.org/wiki/G-code#M207:_Set_retract_length">M207: Set retract length</a>
  6321. #### Usage
  6322. M207 [ S | F | Z ]
  6323. #### Parameters
  6324. - `S` - positive length to retract, in mm
  6325. - `F` - retraction feedrate, in mm/min
  6326. - `Z` - additional zlift/hop
  6327. */
  6328. case 207: //M207 - set retract length S[positive mm] F[feedrate mm/min] Z[additional zlift/hop]
  6329. {
  6330. if(code_seen('S'))
  6331. {
  6332. cs.retract_length = code_value() ;
  6333. }
  6334. if(code_seen('F'))
  6335. {
  6336. cs.retract_feedrate = code_value()/60 ;
  6337. }
  6338. if(code_seen('Z'))
  6339. {
  6340. cs.retract_zlift = code_value() ;
  6341. }
  6342. }break;
  6343. /*!
  6344. ### M208 - Set retract recover length <a href="https://reprap.org/wiki/G-code#M208:_Set_unretract_length">M208: Set unretract length</a>
  6345. #### Usage
  6346. M208 [ S | F ]
  6347. #### Parameters
  6348. - `S` - positive length surplus to the M207 Snnn, in mm
  6349. - `F` - feedrate, in mm/sec
  6350. */
  6351. case 208: // M208 - set retract recover length S[positive mm surplus to the M207 S*] F[feedrate mm/min]
  6352. {
  6353. if(code_seen('S'))
  6354. {
  6355. cs.retract_recover_length = code_value() ;
  6356. }
  6357. if(code_seen('F'))
  6358. {
  6359. cs.retract_recover_feedrate = code_value()/60 ;
  6360. }
  6361. }break;
  6362. /*!
  6363. ### M209 - Enable/disable automatict retract <a href="https://reprap.org/wiki/G-code#M209:_Enable_automatic_retract">M209: Enable automatic retract</a>
  6364. This boolean value S 1=true or 0=false enables automatic retract detect if the slicer did not support G10/G11: every normal extrude-only move will be classified as retract depending on the direction.
  6365. #### Usage
  6366. M209 [ S ]
  6367. #### Parameters
  6368. - `S` - 1=true or 0=false
  6369. */
  6370. 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.
  6371. {
  6372. if(code_seen('S'))
  6373. {
  6374. int t= code_value() ;
  6375. switch(t)
  6376. {
  6377. case 0:
  6378. {
  6379. cs.autoretract_enabled=false;
  6380. retracted[0]=false;
  6381. #if EXTRUDERS > 1
  6382. retracted[1]=false;
  6383. #endif
  6384. #if EXTRUDERS > 2
  6385. retracted[2]=false;
  6386. #endif
  6387. }break;
  6388. case 1:
  6389. {
  6390. cs.autoretract_enabled=true;
  6391. retracted[0]=false;
  6392. #if EXTRUDERS > 1
  6393. retracted[1]=false;
  6394. #endif
  6395. #if EXTRUDERS > 2
  6396. retracted[2]=false;
  6397. #endif
  6398. }break;
  6399. default:
  6400. SERIAL_ECHO_START;
  6401. SERIAL_ECHORPGM(MSG_UNKNOWN_COMMAND);
  6402. SERIAL_ECHO(CMDBUFFER_CURRENT_STRING);
  6403. SERIAL_ECHOLNPGM("\"(1)");
  6404. }
  6405. }
  6406. }break;
  6407. #endif // FWRETRACT
  6408. #if EXTRUDERS > 1
  6409. /*!
  6410. ### M218 - Set hotend offset <a href="https://reprap.org/wiki/G-code#M218:_Set_Hotend_Offset">M218: Set Hotend Offset</a>
  6411. In Prusa Firmware this G-code is only active if `EXTRUDERS` is higher then 1 in the source code. On Original i3 Prusa MK2/s MK2.5/s MK3/s it is not active.
  6412. #### Usage
  6413. M218 [ X | Y ]
  6414. #### Parameters
  6415. - `X` - X offset
  6416. - `Y` - Y offset
  6417. */
  6418. case 218: // M218 - set hotend offset (in mm), T<extruder_number> X<offset_on_X> Y<offset_on_Y>
  6419. {
  6420. uint8_t extruder;
  6421. if(setTargetedHotend(218, extruder)){
  6422. break;
  6423. }
  6424. if(code_seen('X'))
  6425. {
  6426. extruder_offset[X_AXIS][extruder] = code_value();
  6427. }
  6428. if(code_seen('Y'))
  6429. {
  6430. extruder_offset[Y_AXIS][extruder] = code_value();
  6431. }
  6432. SERIAL_ECHO_START;
  6433. SERIAL_ECHORPGM(MSG_HOTEND_OFFSET);
  6434. for(extruder = 0; extruder < EXTRUDERS; extruder++)
  6435. {
  6436. SERIAL_ECHO(" ");
  6437. SERIAL_ECHO(extruder_offset[X_AXIS][extruder]);
  6438. SERIAL_ECHO(",");
  6439. SERIAL_ECHO(extruder_offset[Y_AXIS][extruder]);
  6440. }
  6441. SERIAL_ECHOLN("");
  6442. }break;
  6443. #endif
  6444. /*!
  6445. ### M220 Set feedrate percentage <a href="https://reprap.org/wiki/G-code#M220:_Set_speed_factor_override_percentage">M220: Set speed factor override percentage</a>
  6446. #### Usage
  6447. M220 [ B | S | R ]
  6448. #### Parameters
  6449. - `B` - Backup current speed factor
  6450. - `S` - Speed factor override percentage (0..100 or higher)
  6451. - `R` - Restore previous speed factor
  6452. */
  6453. case 220: // M220 S<factor in percent>- set speed factor override percentage
  6454. {
  6455. bool codesWereSeen = false;
  6456. if (code_seen('B')) //backup current speed factor
  6457. {
  6458. saved_feedmultiply_mm = feedmultiply;
  6459. codesWereSeen = true;
  6460. }
  6461. if (code_seen('S'))
  6462. {
  6463. feedmultiply = code_value();
  6464. codesWereSeen = true;
  6465. }
  6466. if (code_seen('R')) //restore previous feedmultiply
  6467. {
  6468. feedmultiply = saved_feedmultiply_mm;
  6469. codesWereSeen = true;
  6470. }
  6471. if (!codesWereSeen)
  6472. {
  6473. printf_P(PSTR("%i%%\n"), feedmultiply);
  6474. }
  6475. }
  6476. break;
  6477. /*!
  6478. ### M221 - Set extrude factor override percentage <a href="https://reprap.org/wiki/G-code#M221:_Set_extrude_factor_override_percentage">M221: Set extrude factor override percentage</a>
  6479. #### Usage
  6480. M221 [ S | T ]
  6481. #### Parameters
  6482. - `S` - Extrude factor override percentage (0..100 or higher), default 100%
  6483. - `T` - Extruder drive number (Prusa Firmware only), default 0 if not set.
  6484. */
  6485. case 221: // M221 S<factor in percent>- set extrude factor override percentage
  6486. {
  6487. if (code_seen('S'))
  6488. {
  6489. int tmp_code = code_value();
  6490. if (code_seen('T'))
  6491. {
  6492. uint8_t extruder;
  6493. if (setTargetedHotend(221, extruder))
  6494. break;
  6495. extruder_multiply[extruder] = tmp_code;
  6496. }
  6497. else
  6498. {
  6499. extrudemultiply = tmp_code ;
  6500. }
  6501. }
  6502. else
  6503. {
  6504. printf_P(PSTR("%i%%\n"), extrudemultiply);
  6505. }
  6506. calculate_extruder_multipliers();
  6507. }
  6508. break;
  6509. /*!
  6510. ### M226 - Wait for Pin state <a href="https://reprap.org/wiki/G-code#M226:_Wait_for_pin_state">M226: Wait for pin state</a>
  6511. Wait until the specified pin reaches the state required
  6512. #### Usage
  6513. M226 [ P | S ]
  6514. #### Parameters
  6515. - `P` - pin number
  6516. - `S` - pin state
  6517. */
  6518. case 226: // M226 P<pin number> S<pin state>- Wait until the specified pin reaches the state required
  6519. {
  6520. if(code_seen('P')){
  6521. int pin_number = code_value(); // pin number
  6522. int pin_state = -1; // required pin state - default is inverted
  6523. if(code_seen('S')) pin_state = code_value(); // required pin state
  6524. if(pin_state >= -1 && pin_state <= 1){
  6525. for(int8_t i = 0; i < (int8_t)(sizeof(sensitive_pins)/sizeof(int)); i++)
  6526. {
  6527. if (sensitive_pins[i] == pin_number)
  6528. {
  6529. pin_number = -1;
  6530. break;
  6531. }
  6532. }
  6533. if (pin_number > -1)
  6534. {
  6535. int target = LOW;
  6536. st_synchronize();
  6537. pinMode(pin_number, INPUT);
  6538. switch(pin_state){
  6539. case 1:
  6540. target = HIGH;
  6541. break;
  6542. case 0:
  6543. target = LOW;
  6544. break;
  6545. case -1:
  6546. target = !digitalRead(pin_number);
  6547. break;
  6548. }
  6549. while(digitalRead(pin_number) != target){
  6550. manage_heater();
  6551. manage_inactivity();
  6552. lcd_update(0);
  6553. }
  6554. }
  6555. }
  6556. }
  6557. }
  6558. break;
  6559. #if NUM_SERVOS > 0
  6560. /*!
  6561. ### M280 - Set/Get servo position <a href="https://reprap.org/wiki/G-code#M280:_Set_servo_position">M280: Set servo position</a>
  6562. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  6563. #### Usage
  6564. M280 [ P | S ]
  6565. #### Parameters
  6566. - `P` - Servo index (id)
  6567. - `S` - Target position
  6568. */
  6569. case 280: // M280 - set servo position absolute. P: servo index, S: angle or microseconds
  6570. {
  6571. int servo_index = -1;
  6572. int servo_position = 0;
  6573. if (code_seen('P'))
  6574. servo_index = code_value();
  6575. if (code_seen('S')) {
  6576. servo_position = code_value();
  6577. if ((servo_index >= 0) && (servo_index < NUM_SERVOS)) {
  6578. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  6579. servos[servo_index].attach(0);
  6580. #endif
  6581. servos[servo_index].write(servo_position);
  6582. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  6583. _delay(PROBE_SERVO_DEACTIVATION_DELAY);
  6584. servos[servo_index].detach();
  6585. #endif
  6586. }
  6587. else {
  6588. SERIAL_ECHO_START;
  6589. SERIAL_ECHO("Servo ");
  6590. SERIAL_ECHO(servo_index);
  6591. SERIAL_ECHOLN(" out of range");
  6592. }
  6593. }
  6594. else if (servo_index >= 0) {
  6595. SERIAL_PROTOCOL(MSG_OK);
  6596. SERIAL_PROTOCOL(" Servo ");
  6597. SERIAL_PROTOCOL(servo_index);
  6598. SERIAL_PROTOCOL(": ");
  6599. SERIAL_PROTOCOL(servos[servo_index].read());
  6600. SERIAL_PROTOCOLLN();
  6601. }
  6602. }
  6603. break;
  6604. #endif // NUM_SERVOS > 0
  6605. #if (LARGE_FLASH == true && ( BEEPER > 0 || defined(ULTRALCD) || defined(LCD_USE_I2C_BUZZER)))
  6606. /*!
  6607. ### M300 - Play tone <a href="https://reprap.org/wiki/G-code#M300:_Play_beep_sound">M300: Play beep sound</a>
  6608. In Prusa Firmware the defaults are `100Hz` and `1000ms`, so that `M300` without parameters will beep for a second.
  6609. #### Usage
  6610. M300 [ S | P ]
  6611. #### Parameters
  6612. - `S` - frequency in Hz. Not all firmware versions support this parameter
  6613. - `P` - duration in milliseconds
  6614. */
  6615. case 300: // M300
  6616. {
  6617. int beepS = code_seen('S') ? code_value() : 110;
  6618. int beepP = code_seen('P') ? code_value() : 1000;
  6619. if (beepS > 0)
  6620. {
  6621. #if BEEPER > 0
  6622. Sound_MakeCustom(beepP,beepS,false);
  6623. #endif
  6624. }
  6625. else
  6626. {
  6627. _delay(beepP);
  6628. }
  6629. }
  6630. break;
  6631. #endif // M300
  6632. #ifdef PIDTEMP
  6633. /*!
  6634. ### M301 - Set hotend PID <a href="https://reprap.org/wiki/G-code#M301:_Set_PID_parameters">M301: Set PID parameters</a>
  6635. Sets Proportional (P), Integral (I) and Derivative (D) values for hot end.
  6636. See also <a href="https://reprap.org/wiki/PID_Tuning">PID Tuning.</a>
  6637. #### Usage
  6638. M301 [ P | I | D | C ]
  6639. #### Parameters
  6640. - `P` - proportional (Kp)
  6641. - `I` - integral (Ki)
  6642. - `D` - derivative (Kd)
  6643. - `C` - heating power=Kc*(e_speed0)
  6644. */
  6645. case 301:
  6646. {
  6647. if(code_seen('P')) cs.Kp = code_value();
  6648. if(code_seen('I')) cs.Ki = scalePID_i(code_value());
  6649. if(code_seen('D')) cs.Kd = scalePID_d(code_value());
  6650. #ifdef PID_ADD_EXTRUSION_RATE
  6651. if(code_seen('C')) Kc = code_value();
  6652. #endif
  6653. updatePID();
  6654. SERIAL_PROTOCOLRPGM(MSG_OK);
  6655. SERIAL_PROTOCOL(" p:");
  6656. SERIAL_PROTOCOL(cs.Kp);
  6657. SERIAL_PROTOCOL(" i:");
  6658. SERIAL_PROTOCOL(unscalePID_i(cs.Ki));
  6659. SERIAL_PROTOCOL(" d:");
  6660. SERIAL_PROTOCOL(unscalePID_d(cs.Kd));
  6661. #ifdef PID_ADD_EXTRUSION_RATE
  6662. SERIAL_PROTOCOL(" c:");
  6663. //Kc does not have scaling applied above, or in resetting defaults
  6664. SERIAL_PROTOCOL(Kc);
  6665. #endif
  6666. SERIAL_PROTOCOLLN();
  6667. }
  6668. break;
  6669. #endif //PIDTEMP
  6670. #ifdef PIDTEMPBED
  6671. /*!
  6672. ### M304 - Set bed PID <a href="https://reprap.org/wiki/G-code#M304:_Set_PID_parameters_-_Bed">M304: Set PID parameters - Bed</a>
  6673. Sets Proportional (P), Integral (I) and Derivative (D) values for bed.
  6674. See also <a href="https://reprap.org/wiki/PID_Tuning">PID Tuning.</a>
  6675. #### Usage
  6676. M304 [ P | I | D ]
  6677. #### Parameters
  6678. - `P` - proportional (Kp)
  6679. - `I` - integral (Ki)
  6680. - `D` - derivative (Kd)
  6681. */
  6682. case 304:
  6683. {
  6684. if(code_seen('P')) cs.bedKp = code_value();
  6685. if(code_seen('I')) cs.bedKi = scalePID_i(code_value());
  6686. if(code_seen('D')) cs.bedKd = scalePID_d(code_value());
  6687. updatePID();
  6688. SERIAL_PROTOCOLRPGM(MSG_OK);
  6689. SERIAL_PROTOCOL(" p:");
  6690. SERIAL_PROTOCOL(cs.bedKp);
  6691. SERIAL_PROTOCOL(" i:");
  6692. SERIAL_PROTOCOL(unscalePID_i(cs.bedKi));
  6693. SERIAL_PROTOCOL(" d:");
  6694. SERIAL_PROTOCOL(unscalePID_d(cs.bedKd));
  6695. SERIAL_PROTOCOLLN();
  6696. }
  6697. break;
  6698. #endif //PIDTEMP
  6699. /*!
  6700. ### M240 - Trigger camera <a href="https://reprap.org/wiki/G-code#M240:_Trigger_camera">M240: Trigger camera</a>
  6701. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  6702. You need to (re)define and assign `CHDK` or `PHOTOGRAPH_PIN` the correct pin number to be able to use the feature.
  6703. */
  6704. case 240: // M240 Triggers a camera by emulating a Canon RC-1 : http://www.doc-diy.net/photo/rc-1_hacked/
  6705. {
  6706. #ifdef CHDK
  6707. SET_OUTPUT(CHDK);
  6708. WRITE(CHDK, HIGH);
  6709. chdkHigh = _millis();
  6710. chdkActive = true;
  6711. #else
  6712. #if defined(PHOTOGRAPH_PIN) && PHOTOGRAPH_PIN > -1
  6713. const uint8_t NUM_PULSES=16;
  6714. const float PULSE_LENGTH=0.01524;
  6715. for(int i=0; i < NUM_PULSES; i++) {
  6716. WRITE(PHOTOGRAPH_PIN, HIGH);
  6717. _delay_ms(PULSE_LENGTH);
  6718. WRITE(PHOTOGRAPH_PIN, LOW);
  6719. _delay_ms(PULSE_LENGTH);
  6720. }
  6721. _delay(7.33);
  6722. for(int i=0; i < NUM_PULSES; i++) {
  6723. WRITE(PHOTOGRAPH_PIN, HIGH);
  6724. _delay_ms(PULSE_LENGTH);
  6725. WRITE(PHOTOGRAPH_PIN, LOW);
  6726. _delay_ms(PULSE_LENGTH);
  6727. }
  6728. #endif
  6729. #endif //chdk end if
  6730. }
  6731. break;
  6732. #ifdef PREVENT_DANGEROUS_EXTRUDE
  6733. /*!
  6734. ### M302 - Allow cold extrude, or set minimum extrude temperature <a href="https://reprap.org/wiki/G-code#M302:_Allow_cold_extrudes">M302: Allow cold extrudes</a>
  6735. This tells the printer to allow movement of the extruder motor above a certain temperature, or if disabled, to allow extruder movement when the hotend is below a safe printing temperature.
  6736. #### Usage
  6737. M302 [ S ]
  6738. #### Parameters
  6739. - `S` - Cold extrude minimum temperature
  6740. */
  6741. case 302:
  6742. {
  6743. float temp = .0;
  6744. if (code_seen('S')) temp=code_value();
  6745. set_extrude_min_temp(temp);
  6746. }
  6747. break;
  6748. #endif
  6749. /*!
  6750. ### M303 - PID autotune <a href="https://reprap.org/wiki/G-code#M303:_Run_PID_tuning">M303: Run PID tuning</a>
  6751. PID Tuning refers to a control algorithm used in some repraps to tune heating behavior for hot ends and heated beds. This command generates Proportional (Kp), Integral (Ki), and Derivative (Kd) values for the hotend or bed. Send the appropriate code and wait for the output to update the firmware values.
  6752. #### Usage
  6753. M303 [ E | S | C ]
  6754. #### Parameters
  6755. - `E` - Extruder, default `E0`. Use `E-1` to calibrate the bed PID
  6756. - `S` - Target temperature, default `210°C` for hotend, 70 for bed
  6757. - `C` - Cycles, default `5`
  6758. */
  6759. case 303:
  6760. {
  6761. float temp = 150.0;
  6762. int e=0;
  6763. int c=5;
  6764. if (code_seen('E')) e=code_value();
  6765. if (e<0)
  6766. temp=70;
  6767. if (code_seen('S')) temp=code_value();
  6768. if (code_seen('C')) c=code_value();
  6769. PID_autotune(temp, e, c);
  6770. }
  6771. break;
  6772. /*!
  6773. ### M400 - Wait for all moves to finish <a href="https://reprap.org/wiki/G-code#M400:_Wait_for_current_moves_to_finish">M400: Wait for current moves to finish</a>
  6774. Finishes all current moves and and thus clears the buffer.
  6775. Equivalent to `G4` with no parameters.
  6776. */
  6777. case 400:
  6778. {
  6779. st_synchronize();
  6780. }
  6781. break;
  6782. /*!
  6783. ### M403 - Set filament type (material) for particular extruder and notify the MMU <a href="https://reprap.org/wiki/G-code#M403:_Set_filament_type_.28material.29_for_particular_extruder_and_notify_the_MMU.">M403 - Set filament type (material) for particular extruder and notify the MMU</a>
  6784. Currently three different materials are needed (default, flex and PVA).
  6785. And storing this information for different load/unload profiles etc. in the future firmware does not have to wait for "ok" from MMU.
  6786. #### Usage
  6787. M403 [ E | F ]
  6788. #### Parameters
  6789. - `E` - Extruder number. 0-indexed.
  6790. - `F` - Filament type
  6791. */
  6792. case 403:
  6793. {
  6794. // currently three different materials are needed (default, flex and PVA)
  6795. // add storing this information for different load/unload profiles etc. in the future
  6796. // firmware does not wait for "ok" from mmu
  6797. if (mmu_enabled)
  6798. {
  6799. uint8_t extruder = 255;
  6800. uint8_t filament = FILAMENT_UNDEFINED;
  6801. if(code_seen('E')) extruder = code_value();
  6802. if(code_seen('F')) filament = code_value();
  6803. mmu_set_filament_type(extruder, filament);
  6804. }
  6805. }
  6806. break;
  6807. /*!
  6808. ### M500 - Store settings in EEPROM <a href="https://reprap.org/wiki/G-code#M500:_Store_parameters_in_non-volatile_storage">M500: Store parameters in non-volatile storage</a>
  6809. Save current parameters to EEPROM.
  6810. */
  6811. case 500:
  6812. {
  6813. Config_StoreSettings();
  6814. }
  6815. break;
  6816. /*!
  6817. ### M501 - Read settings from EEPROM <a href="https://reprap.org/wiki/G-code#M501:_Read_parameters_from_EEPROM">M501: Read parameters from EEPROM</a>
  6818. Set the active parameters to those stored in the EEPROM. This is useful to revert parameters after experimenting with them.
  6819. */
  6820. case 501:
  6821. {
  6822. Config_RetrieveSettings();
  6823. }
  6824. break;
  6825. /*!
  6826. ### M502 - Revert all settings to factory default <a href="https://reprap.org/wiki/G-code#M502:_Restore_Default_Settings">M502: Restore Default Settings</a>
  6827. This command resets all tunable parameters to their default values, as set in the firmware's configuration files. This doesn't reset any parameters stored in the EEPROM, so it must be followed by M500 to write the default settings.
  6828. */
  6829. case 502:
  6830. {
  6831. Config_ResetDefault();
  6832. }
  6833. break;
  6834. /*!
  6835. ### M503 - Repport all settings currently in memory <a href="https://reprap.org/wiki/G-code#M503:_Report_Current_Settings">M503: Report Current Settings</a>
  6836. This command asks the firmware to reply with the current print settings as set in memory. Settings will differ from EEPROM contents if changed since the last load / save. The reply output includes the G-Code commands to produce each setting. For example, Steps-Per-Unit values are displayed as an M92 command.
  6837. */
  6838. case 503:
  6839. {
  6840. Config_PrintSettings();
  6841. }
  6842. break;
  6843. /*!
  6844. ### M509 - Force language selection <a href="https://reprap.org/wiki/G-code#M509:_Force_language_selection">M509: Force language selection</a>
  6845. Resets the language to English.
  6846. Only on Original Prusa i3 MK2.5/s and MK3/s with multiple languages.
  6847. */
  6848. case 509:
  6849. {
  6850. lang_reset();
  6851. SERIAL_ECHO_START;
  6852. SERIAL_PROTOCOLPGM(("LANG SEL FORCED"));
  6853. }
  6854. break;
  6855. #ifdef ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED
  6856. /*!
  6857. ### M540 - Abort print on endstop hit (enable/disable) <a href="https://reprap.org/wiki/G-code#M540_in_Marlin:_Enable.2FDisable_.22Stop_SD_Print_on_Endstop_Hit.22">M540 in Marlin: Enable/Disable "Stop SD Print on Endstop Hit"</a>
  6858. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code. You must define `ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED`.
  6859. #### Usage
  6860. M540 [ S ]
  6861. #### Parameters
  6862. - `S` - disabled=0, enabled=1
  6863. */
  6864. case 540:
  6865. {
  6866. if(code_seen('S')) abort_on_endstop_hit = code_value() > 0;
  6867. }
  6868. break;
  6869. #endif
  6870. /*!
  6871. ### M851 - Set Z-Probe Offset <a href="https://reprap.org/wiki/G-code#M851:_Set_Z-Probe_Offset">M851: Set Z-Probe Offset"</a>
  6872. Sets the Z-probe Z offset. This offset is used to determine the actual Z position of the nozzle when using a probe to home Z with G28. This value may also be used by G81 (Prusa) / G29 (Marlin) to apply correction to the Z position.
  6873. This value represents the distance from nozzle to the bed surface at the point where the probe is triggered. This value will be negative for typical switch probes, inductive probes, and setups where the nozzle makes a circuit with a raised metal contact. This setting will be greater than zero on machines where the nozzle itself is used as the probe, pressing down on the bed to press a switch. (This is a common setup on delta machines.)
  6874. #### Usage
  6875. M851 [ Z ]
  6876. #### Parameters
  6877. - `Z` - Z offset probe to nozzle.
  6878. */
  6879. #ifdef CUSTOM_M_CODE_SET_Z_PROBE_OFFSET
  6880. case CUSTOM_M_CODE_SET_Z_PROBE_OFFSET:
  6881. {
  6882. float value;
  6883. if (code_seen('Z'))
  6884. {
  6885. value = code_value();
  6886. if ((Z_PROBE_OFFSET_RANGE_MIN <= value) && (value <= Z_PROBE_OFFSET_RANGE_MAX))
  6887. {
  6888. cs.zprobe_zoffset = -value; // compare w/ line 278 of ConfigurationStore.cpp
  6889. SERIAL_ECHO_START;
  6890. SERIAL_ECHOLNRPGM(CAT4(MSG_ZPROBE_ZOFFSET, " ", MSG_OK,PSTR("")));
  6891. SERIAL_PROTOCOLLN();
  6892. }
  6893. else
  6894. {
  6895. SERIAL_ECHO_START;
  6896. SERIAL_ECHORPGM(MSG_ZPROBE_ZOFFSET);
  6897. SERIAL_ECHORPGM(MSG_Z_MIN);
  6898. SERIAL_ECHO(Z_PROBE_OFFSET_RANGE_MIN);
  6899. SERIAL_ECHORPGM(MSG_Z_MAX);
  6900. SERIAL_ECHO(Z_PROBE_OFFSET_RANGE_MAX);
  6901. SERIAL_PROTOCOLLN();
  6902. }
  6903. }
  6904. else
  6905. {
  6906. SERIAL_ECHO_START;
  6907. SERIAL_ECHOLNRPGM(CAT2(MSG_ZPROBE_ZOFFSET, PSTR(" : ")));
  6908. SERIAL_ECHO(-cs.zprobe_zoffset);
  6909. SERIAL_PROTOCOLLN();
  6910. }
  6911. break;
  6912. }
  6913. #endif // CUSTOM_M_CODE_SET_Z_PROBE_OFFSET
  6914. /*!
  6915. ### M552 - Set IP address <a href="https://reprap.org/wiki/G-code#M552:_Set_IP_address.2C_enable.2Fdisable_network_interface">M552: Set IP address, enable/disable network interface"</a>
  6916. Sets the printer IP address that is shown in the support menu. Designed to be used with the help of host software.
  6917. If P is not specified nothing happens.
  6918. If the structure of the IP address is invalid, 0.0.0.0 is assumed and nothing is shown on the screen in the Support menu.
  6919. #### Usage
  6920. M552 [ P<IP_address> ]
  6921. #### Parameters
  6922. - `P` - The IP address in xxx.xxx.xxx.xxx format. Eg: P192.168.1.14
  6923. */
  6924. case 552:
  6925. {
  6926. if (code_seen('P'))
  6927. {
  6928. uint8_t valCnt = 0;
  6929. IP_address = 0;
  6930. do
  6931. {
  6932. *strchr_pointer = '*';
  6933. ((uint8_t*)&IP_address)[valCnt] = code_value_short();
  6934. valCnt++;
  6935. } while ((valCnt < 4) && code_seen('.'));
  6936. if (valCnt != 4)
  6937. IP_address = 0;
  6938. }
  6939. } break;
  6940. #ifdef FILAMENTCHANGEENABLE
  6941. /*!
  6942. ### M600 - Initiate Filament change procedure <a href="https://reprap.org/wiki/G-code#M600:_Filament_change_pause">M600: Filament change pause</a>
  6943. Initiates Filament change, it is also used during Filament Runout Sensor process.
  6944. If the `M600` is triggered under 25mm it will do a Z-lift of 25mm to prevent a filament blob.
  6945. #### Usage
  6946. M600 [ X | Y | Z | E | L | AUTO ]
  6947. - `X` - X position, default 211
  6948. - `Y` - Y position, default 0
  6949. - `Z` - relative lift Z, default 2.
  6950. - `E` - initial retract, default -2
  6951. - `L` - later retract distance for removal, default -80
  6952. - `AUTO` - Automatically (only with MMU)
  6953. */
  6954. case 600: //Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
  6955. {
  6956. st_synchronize();
  6957. float x_position = current_position[X_AXIS];
  6958. float y_position = current_position[Y_AXIS];
  6959. float z_shift = 0; // is it necessary to be a float?
  6960. float e_shift_init = 0;
  6961. float e_shift_late = 0;
  6962. bool automatic = false;
  6963. //Retract extruder
  6964. if(code_seen('E'))
  6965. {
  6966. e_shift_init = code_value();
  6967. }
  6968. else
  6969. {
  6970. #ifdef FILAMENTCHANGE_FIRSTRETRACT
  6971. e_shift_init = FILAMENTCHANGE_FIRSTRETRACT ;
  6972. #endif
  6973. }
  6974. //currently don't work as we are using the same unload sequence as in M702, needs re-work
  6975. if (code_seen('L'))
  6976. {
  6977. e_shift_late = code_value();
  6978. }
  6979. else
  6980. {
  6981. #ifdef FILAMENTCHANGE_FINALRETRACT
  6982. e_shift_late = FILAMENTCHANGE_FINALRETRACT;
  6983. #endif
  6984. }
  6985. //Lift Z
  6986. if(code_seen('Z'))
  6987. {
  6988. z_shift = code_value();
  6989. }
  6990. else
  6991. {
  6992. z_shift = gcode_M600_filament_change_z_shift<uint8_t>();
  6993. }
  6994. //Move XY to side
  6995. if(code_seen('X'))
  6996. {
  6997. x_position = code_value();
  6998. }
  6999. else
  7000. {
  7001. #ifdef FILAMENTCHANGE_XPOS
  7002. x_position = FILAMENTCHANGE_XPOS;
  7003. #endif
  7004. }
  7005. if(code_seen('Y'))
  7006. {
  7007. y_position = code_value();
  7008. }
  7009. else
  7010. {
  7011. #ifdef FILAMENTCHANGE_YPOS
  7012. y_position = FILAMENTCHANGE_YPOS ;
  7013. #endif
  7014. }
  7015. if (mmu_enabled && code_seen_P(PSTR("AUTO")))
  7016. automatic = true;
  7017. gcode_M600(automatic, x_position, y_position, z_shift, e_shift_init, e_shift_late);
  7018. }
  7019. break;
  7020. #endif //FILAMENTCHANGEENABLE
  7021. /*!
  7022. ### M601 - Pause print <a href="https://reprap.org/wiki/G-code#M601:_Pause_print">M601: Pause print</a>
  7023. */
  7024. /*!
  7025. ### M125 - Pause print (TODO: not implemented)
  7026. */
  7027. /*!
  7028. ### M25 - Pause SD print <a href="https://reprap.org/wiki/G-code#M25:_Pause_SD_print">M25: Pause SD print</a>
  7029. */
  7030. case 25:
  7031. case 601:
  7032. {
  7033. if (!isPrintPaused) {
  7034. st_synchronize();
  7035. ClearToSend(); //send OK even before the command finishes executing because we want to make sure it is not skipped because of cmdqueue_pop_front();
  7036. cmdqueue_pop_front(); //trick because we want skip this command (M601) after restore
  7037. lcd_pause_print();
  7038. }
  7039. }
  7040. break;
  7041. /*!
  7042. ### M602 - Resume print <a href="https://reprap.org/wiki/G-code#M602:_Resume_print">M602: Resume print</a>
  7043. */
  7044. case 602:
  7045. {
  7046. if (isPrintPaused) lcd_resume_print();
  7047. }
  7048. break;
  7049. /*!
  7050. ### M603 - Stop print <a href="https://reprap.org/wiki/G-code#M603:_Stop_print">M603: Stop print</a>
  7051. */
  7052. case 603: {
  7053. lcd_print_stop();
  7054. }
  7055. break;
  7056. #ifdef PINDA_THERMISTOR
  7057. /*!
  7058. ### M860 - Wait for extruder temperature (PINDA) <a href="https://reprap.org/wiki/G-code#M860_Wait_for_Probe_Temperature">M860 Wait for Probe Temperature</a>
  7059. Wait for PINDA thermistor to reach target temperature
  7060. #### Usage
  7061. M860 [ S ]
  7062. #### Parameters
  7063. - `S` - Target temperature
  7064. */
  7065. case 860:
  7066. {
  7067. int set_target_pinda = 0;
  7068. if (code_seen('S')) {
  7069. set_target_pinda = code_value();
  7070. }
  7071. else {
  7072. break;
  7073. }
  7074. LCD_MESSAGERPGM(_T(MSG_PLEASE_WAIT));
  7075. SERIAL_PROTOCOLPGM("Wait for PINDA target temperature:");
  7076. SERIAL_PROTOCOL(set_target_pinda);
  7077. SERIAL_PROTOCOLLN();
  7078. codenum = _millis();
  7079. cancel_heatup = false;
  7080. bool is_pinda_cooling = false;
  7081. if ((degTargetBed() == 0) && (degTargetHotend(0) == 0)) {
  7082. is_pinda_cooling = true;
  7083. }
  7084. while ( ((!is_pinda_cooling) && (!cancel_heatup) && (current_temperature_pinda < set_target_pinda)) || (is_pinda_cooling && (current_temperature_pinda > set_target_pinda)) ) {
  7085. if ((_millis() - codenum) > 1000) //Print Temp Reading every 1 second while waiting.
  7086. {
  7087. SERIAL_PROTOCOLPGM("P:");
  7088. SERIAL_PROTOCOL_F(current_temperature_pinda, 1);
  7089. SERIAL_PROTOCOL('/');
  7090. SERIAL_PROTOCOLLN(set_target_pinda);
  7091. codenum = _millis();
  7092. }
  7093. manage_heater();
  7094. manage_inactivity();
  7095. lcd_update(0);
  7096. }
  7097. LCD_MESSAGERPGM(MSG_OK);
  7098. break;
  7099. }
  7100. /*!
  7101. ### M861 - Set/Get PINDA temperature compensation offsets <a href="https://reprap.org/wiki/G-code#M861_Set_Probe_Thermal_Compensation">M861 Set Probe Thermal Compensation</a>
  7102. Set compensation ustep value `S` for compensation table index `I`.
  7103. #### Usage
  7104. M861 [ ? | ! | Z | S | I ]
  7105. #### Parameters
  7106. - `?` - Print current EEPROM offset values
  7107. - `!` - Set factory default values
  7108. - `Z` - Set all values to 0 (effectively disabling PINDA temperature compensation)
  7109. - `S` - Microsteps
  7110. - `I` - Table index
  7111. */
  7112. case 861:
  7113. if (code_seen('?')) { // ? - Print out current EEPROM offset values
  7114. uint8_t cal_status = calibration_status_pinda();
  7115. int16_t usteps = 0;
  7116. cal_status ? SERIAL_PROTOCOLLN("PINDA cal status: 1") : SERIAL_PROTOCOLLN("PINDA cal status: 0");
  7117. SERIAL_PROTOCOLLN("index, temp, ustep, um");
  7118. for (uint8_t i = 0; i < 6; i++)
  7119. {
  7120. if(i>0) EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + (i-1) * 2, &usteps);
  7121. float mm = ((float)usteps) / cs.axis_steps_per_unit[Z_AXIS];
  7122. i == 0 ? SERIAL_PROTOCOLPGM("n/a") : SERIAL_PROTOCOL(i - 1);
  7123. SERIAL_PROTOCOLPGM(", ");
  7124. SERIAL_PROTOCOL(35 + (i * 5));
  7125. SERIAL_PROTOCOLPGM(", ");
  7126. SERIAL_PROTOCOL(usteps);
  7127. SERIAL_PROTOCOLPGM(", ");
  7128. SERIAL_PROTOCOL(mm * 1000);
  7129. SERIAL_PROTOCOLLN();
  7130. }
  7131. }
  7132. else if (code_seen('!')) { // ! - Set factory default values
  7133. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  7134. int16_t z_shift = 8; //40C - 20um - 8usteps
  7135. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT, &z_shift);
  7136. z_shift = 24; //45C - 60um - 24usteps
  7137. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + 2, &z_shift);
  7138. z_shift = 48; //50C - 120um - 48usteps
  7139. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + 4, &z_shift);
  7140. z_shift = 80; //55C - 200um - 80usteps
  7141. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + 6, &z_shift);
  7142. z_shift = 120; //60C - 300um - 120usteps
  7143. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + 8, &z_shift);
  7144. SERIAL_PROTOCOLLN("factory restored");
  7145. }
  7146. else if (code_seen('Z')) { // Z - Set all values to 0 (effectively disabling PINDA temperature compensation)
  7147. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  7148. int16_t z_shift = 0;
  7149. for (uint8_t i = 0; i < 5; i++) EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i * 2, &z_shift);
  7150. SERIAL_PROTOCOLLN("zerorized");
  7151. }
  7152. else if (code_seen('S')) { // Sxxx Iyyy - Set compensation ustep value S for compensation table index I
  7153. int16_t usteps = code_value();
  7154. if (code_seen('I')) {
  7155. uint8_t index = code_value();
  7156. if (index < 5) {
  7157. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + index * 2, &usteps);
  7158. SERIAL_PROTOCOLLN("OK");
  7159. SERIAL_PROTOCOLLN("index, temp, ustep, um");
  7160. for (uint8_t i = 0; i < 6; i++)
  7161. {
  7162. usteps = 0;
  7163. if (i>0) EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + (i - 1) * 2, &usteps);
  7164. float mm = ((float)usteps) / cs.axis_steps_per_unit[Z_AXIS];
  7165. i == 0 ? SERIAL_PROTOCOLPGM("n/a") : SERIAL_PROTOCOL(i - 1);
  7166. SERIAL_PROTOCOLPGM(", ");
  7167. SERIAL_PROTOCOL(35 + (i * 5));
  7168. SERIAL_PROTOCOLPGM(", ");
  7169. SERIAL_PROTOCOL(usteps);
  7170. SERIAL_PROTOCOLPGM(", ");
  7171. SERIAL_PROTOCOL(mm * 1000);
  7172. SERIAL_PROTOCOLLN();
  7173. }
  7174. }
  7175. }
  7176. }
  7177. else {
  7178. SERIAL_PROTOCOLPGM("no valid command");
  7179. }
  7180. break;
  7181. #endif //PINDA_THERMISTOR
  7182. /*!
  7183. ### M862 - Print checking <a href="https://reprap.org/wiki/G-code#M862:_Print_checking">M862: Print checking</a>
  7184. Checks the parameters of the printer and gcode and performs compatibility check
  7185. - M862.1 { P<nozzle_diameter> | Q } 0.25/0.40/0.60
  7186. - M862.2 { P<model_code> | Q }
  7187. - M862.3 { P"<model_name>" | Q }
  7188. - M862.4 { P<fw_version> | Q }
  7189. - M862.5 { P<gcode_level> | Q }
  7190. When run with P<> argument, the check is performed against the input value.
  7191. When run with Q argument, the current value is shown.
  7192. M862.3 accepts text identifiers of printer types too.
  7193. The syntax of M862.3 is (note the quotes around the type):
  7194. M862.3 P "MK3S"
  7195. Accepted printer type identifiers and their numeric counterparts:
  7196. - MK1 (100)
  7197. - MK2 (200)
  7198. - MK2MM (201)
  7199. - MK2S (202)
  7200. - MK2SMM (203)
  7201. - MK2.5 (250)
  7202. - MK2.5MMU2 (20250)
  7203. - MK2.5S (252)
  7204. - MK2.5SMMU2S (20252)
  7205. - MK3 (300)
  7206. - MK3MMU2 (20300)
  7207. - MK3S (302)
  7208. - MK3SMMU2S (20302)
  7209. */
  7210. case 862: // M862: print checking
  7211. float nDummy;
  7212. uint8_t nCommand;
  7213. nCommand=(uint8_t)(modff(code_value_float(),&nDummy)*10.0+0.5);
  7214. switch((ClPrintChecking)nCommand)
  7215. {
  7216. case ClPrintChecking::_Nozzle: // ~ .1
  7217. uint16_t nDiameter;
  7218. if(code_seen('P'))
  7219. {
  7220. nDiameter=(uint16_t)(code_value()*1000.0+0.5); // [,um]
  7221. nozzle_diameter_check(nDiameter);
  7222. }
  7223. /*
  7224. else if(code_seen('S')&&farm_mode)
  7225. {
  7226. nDiameter=(uint16_t)(code_value()*1000.0+0.5); // [,um]
  7227. eeprom_update_byte((uint8_t*)EEPROM_NOZZLE_DIAMETER,(uint8_t)ClNozzleDiameter::_Diameter_Undef); // for correct synchronization after farm-mode exiting
  7228. eeprom_update_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM,nDiameter);
  7229. }
  7230. */
  7231. else if(code_seen('Q'))
  7232. SERIAL_PROTOCOLLN((float)eeprom_read_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM)/1000.0);
  7233. break;
  7234. case ClPrintChecking::_Model: // ~ .2
  7235. if(code_seen('P'))
  7236. {
  7237. uint16_t nPrinterModel;
  7238. nPrinterModel=(uint16_t)code_value_long();
  7239. printer_model_check(nPrinterModel);
  7240. }
  7241. else if(code_seen('Q'))
  7242. SERIAL_PROTOCOLLN(nPrinterType);
  7243. break;
  7244. case ClPrintChecking::_Smodel: // ~ .3
  7245. if(code_seen('P'))
  7246. printer_smodel_check(strchr_pointer);
  7247. else if(code_seen('Q'))
  7248. SERIAL_PROTOCOLLNRPGM(sPrinterName);
  7249. break;
  7250. case ClPrintChecking::_Version: // ~ .4
  7251. if(code_seen('P'))
  7252. fw_version_check(++strchr_pointer);
  7253. else if(code_seen('Q'))
  7254. SERIAL_PROTOCOLLNRPGM(FW_VERSION_STR_P());
  7255. break;
  7256. case ClPrintChecking::_Gcode: // ~ .5
  7257. if(code_seen('P'))
  7258. {
  7259. uint16_t nGcodeLevel;
  7260. nGcodeLevel=(uint16_t)code_value_long();
  7261. gcode_level_check(nGcodeLevel);
  7262. }
  7263. else if(code_seen('Q'))
  7264. SERIAL_PROTOCOLLN(GCODE_LEVEL);
  7265. break;
  7266. }
  7267. break;
  7268. #ifdef LIN_ADVANCE
  7269. /*!
  7270. ### M900 - Set Linear advance options <a href="https://reprap.org/wiki/G-code#M900_Set_Linear_Advance_Scaling_Factors">M900 Set Linear Advance Scaling Factors</a>
  7271. Sets the advance extrusion factors for Linear Advance. If any of the R, W, H, or D parameters are set to zero the ratio will be computed dynamically during printing.
  7272. #### Usage
  7273. M900 [ K | R | W | H | D]
  7274. #### Parameters
  7275. - `K` - Advance K factor
  7276. - `R` - Set ratio directly (overrides WH/D)
  7277. - `W` - Width
  7278. - `H` - Height
  7279. - `D` - Diameter Set ratio from WH/D
  7280. */
  7281. case 900:
  7282. gcode_M900();
  7283. break;
  7284. #endif
  7285. /*!
  7286. ### M907 - Set digital trimpot motor current in mA using axis codes <a href="https://reprap.org/wiki/G-code#M907:_Set_digital_trimpot_motor">M907: Set digital trimpot motor</a>
  7287. Set digital trimpot motor current using axis codes (X, Y, Z, E, B, S).
  7288. #### Usage
  7289. M907 [ X | Y | Z | E | B | S ]
  7290. #### Parameters
  7291. - `X` - X motor driver
  7292. - `Y` - Y motor driver
  7293. - `Z` - Z motor driver
  7294. - `E` - Extruder motor driver
  7295. - `B` - Second Extruder motor driver
  7296. - `S` - All motors
  7297. */
  7298. case 907:
  7299. {
  7300. #ifdef TMC2130
  7301. // See tmc2130_cur2val() for translation to 0 .. 63 range
  7302. for (int i = 0; i < NUM_AXIS; i++)
  7303. if(code_seen(axis_codes[i]))
  7304. {
  7305. long cur_mA = code_value_long();
  7306. uint8_t val = tmc2130_cur2val(cur_mA);
  7307. tmc2130_set_current_h(i, val);
  7308. tmc2130_set_current_r(i, val);
  7309. //if (i == E_AXIS) printf_P(PSTR("E-axis current=%ldmA\n"), cur_mA);
  7310. }
  7311. #else //TMC2130
  7312. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  7313. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) st_current_set(i,code_value());
  7314. if(code_seen('B')) st_current_set(4,code_value());
  7315. if(code_seen('S')) for(int i=0;i<=4;i++) st_current_set(i,code_value());
  7316. #endif
  7317. #ifdef MOTOR_CURRENT_PWM_XY_PIN
  7318. if(code_seen('X')) st_current_set(0, code_value());
  7319. #endif
  7320. #ifdef MOTOR_CURRENT_PWM_Z_PIN
  7321. if(code_seen('Z')) st_current_set(1, code_value());
  7322. #endif
  7323. #ifdef MOTOR_CURRENT_PWM_E_PIN
  7324. if(code_seen('E')) st_current_set(2, code_value());
  7325. #endif
  7326. #endif //TMC2130
  7327. }
  7328. break;
  7329. /*!
  7330. ### M908 - Control digital trimpot directly <a href="https://reprap.org/wiki/G-code#M908:_Control_digital_trimpot_directly">M908: Control digital trimpot directly</a>
  7331. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code. Not usable on Prusa printers.
  7332. #### Usage
  7333. M908 [ P | S ]
  7334. #### Parameters
  7335. - `P` - channel
  7336. - `S` - current
  7337. */
  7338. case 908:
  7339. {
  7340. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  7341. uint8_t channel,current;
  7342. if(code_seen('P')) channel=code_value();
  7343. if(code_seen('S')) current=code_value();
  7344. digitalPotWrite(channel, current);
  7345. #endif
  7346. }
  7347. break;
  7348. #ifdef TMC2130_SERVICE_CODES_M910_M918
  7349. /*!
  7350. ### M910 - TMC2130 init <a href="https://reprap.org/wiki/G-code#M910:_TMC2130_init">M910: TMC2130 init</a>
  7351. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7352. */
  7353. case 910:
  7354. {
  7355. tmc2130_init();
  7356. }
  7357. break;
  7358. /*!
  7359. ### M911 - Set TMC2130 holding currents <a href="https://reprap.org/wiki/G-code#M911:_Set_TMC2130_holding_currents">M911: Set TMC2130 holding currents</a>
  7360. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7361. #### Usage
  7362. M911 [ X | Y | Z | E ]
  7363. #### Parameters
  7364. - `X` - X stepper driver holding current value
  7365. - `Y` - Y stepper driver holding current value
  7366. - `Z` - Z stepper driver holding current value
  7367. - `E` - Extruder stepper driver holding current value
  7368. */
  7369. case 911:
  7370. {
  7371. if (code_seen('X')) tmc2130_set_current_h(0, code_value());
  7372. if (code_seen('Y')) tmc2130_set_current_h(1, code_value());
  7373. if (code_seen('Z')) tmc2130_set_current_h(2, code_value());
  7374. if (code_seen('E')) tmc2130_set_current_h(3, code_value());
  7375. }
  7376. break;
  7377. /*!
  7378. ### M912 - Set TMC2130 running currents <a href="https://reprap.org/wiki/G-code#M912:_Set_TMC2130_running_currents">M912: Set TMC2130 running currents</a>
  7379. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7380. #### Usage
  7381. M912 [ X | Y | Z | E ]
  7382. #### Parameters
  7383. - `X` - X stepper driver running current value
  7384. - `Y` - Y stepper driver running current value
  7385. - `Z` - Z stepper driver running current value
  7386. - `E` - Extruder stepper driver running current value
  7387. */
  7388. case 912:
  7389. {
  7390. if (code_seen('X')) tmc2130_set_current_r(0, code_value());
  7391. if (code_seen('Y')) tmc2130_set_current_r(1, code_value());
  7392. if (code_seen('Z')) tmc2130_set_current_r(2, code_value());
  7393. if (code_seen('E')) tmc2130_set_current_r(3, code_value());
  7394. }
  7395. break;
  7396. /*!
  7397. ### M913 - Print TMC2130 currents <a href="https://reprap.org/wiki/G-code#M913:_Print_TMC2130_currents">M913: Print TMC2130 currents</a>
  7398. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7399. Shows TMC2130 currents.
  7400. */
  7401. case 913:
  7402. {
  7403. tmc2130_print_currents();
  7404. }
  7405. break;
  7406. /*!
  7407. ### M914 - Set TMC2130 normal mode <a href="https://reprap.org/wiki/G-code#M914:_Set_TMC2130_normal_mode">M914: Set TMC2130 normal mode</a>
  7408. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7409. */
  7410. case 914:
  7411. {
  7412. tmc2130_mode = TMC2130_MODE_NORMAL;
  7413. update_mode_profile();
  7414. tmc2130_init();
  7415. }
  7416. break;
  7417. /*!
  7418. ### M915 - Set TMC2130 silent mode <a href="https://reprap.org/wiki/G-code#M915:_Set_TMC2130_silent_mode">M915: Set TMC2130 silent mode</a>
  7419. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7420. */
  7421. case 915:
  7422. {
  7423. tmc2130_mode = TMC2130_MODE_SILENT;
  7424. update_mode_profile();
  7425. tmc2130_init();
  7426. }
  7427. break;
  7428. /*!
  7429. ### M916 - Set TMC2130 Stallguard sensitivity threshold <a href="https://reprap.org/wiki/G-code#M916:_Set_TMC2130_Stallguard_sensitivity_threshold">M916: Set TMC2130 Stallguard sensitivity threshold</a>
  7430. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7431. #### Usage
  7432. M916 [ X | Y | Z | E ]
  7433. #### Parameters
  7434. - `X` - X stepper driver stallguard sensitivity threshold value
  7435. - `Y` - Y stepper driver stallguard sensitivity threshold value
  7436. - `Z` - Z stepper driver stallguard sensitivity threshold value
  7437. - `E` - Extruder stepper driver stallguard sensitivity threshold value
  7438. */
  7439. case 916:
  7440. {
  7441. if (code_seen('X')) tmc2130_sg_thr[X_AXIS] = code_value();
  7442. if (code_seen('Y')) tmc2130_sg_thr[Y_AXIS] = code_value();
  7443. if (code_seen('Z')) tmc2130_sg_thr[Z_AXIS] = code_value();
  7444. if (code_seen('E')) tmc2130_sg_thr[E_AXIS] = code_value();
  7445. for (uint8_t a = X_AXIS; a <= E_AXIS; a++)
  7446. printf_P(_N("tmc2130_sg_thr[%c]=%d\n"), "XYZE"[a], tmc2130_sg_thr[a]);
  7447. }
  7448. break;
  7449. /*!
  7450. ### M917 - Set TMC2130 PWM amplitude offset (pwm_ampl) <a href="https://reprap.org/wiki/G-code#M917:_Set_TMC2130_PWM_amplitude_offset_.28pwm_ampl.29">M917: Set TMC2130 PWM amplitude offset (pwm_ampl)</a>
  7451. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7452. #### Usage
  7453. M917 [ X | Y | Z | E ]
  7454. #### Parameters
  7455. - `X` - X stepper driver PWM amplitude offset value
  7456. - `Y` - Y stepper driver PWM amplitude offset value
  7457. - `Z` - Z stepper driver PWM amplitude offset value
  7458. - `E` - Extruder stepper driver PWM amplitude offset value
  7459. */
  7460. case 917:
  7461. {
  7462. if (code_seen('X')) tmc2130_set_pwm_ampl(0, code_value());
  7463. if (code_seen('Y')) tmc2130_set_pwm_ampl(1, code_value());
  7464. if (code_seen('Z')) tmc2130_set_pwm_ampl(2, code_value());
  7465. if (code_seen('E')) tmc2130_set_pwm_ampl(3, code_value());
  7466. }
  7467. break;
  7468. /*!
  7469. ### M918 - Set TMC2130 PWM amplitude gradient (pwm_grad) <a href="https://reprap.org/wiki/G-code#M918:_Set_TMC2130_PWM_amplitude_gradient_.28pwm_grad.29">M918: Set TMC2130 PWM amplitude gradient (pwm_grad)</a>
  7470. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7471. #### Usage
  7472. M918 [ X | Y | Z | E ]
  7473. #### Parameters
  7474. - `X` - X stepper driver PWM amplitude gradient value
  7475. - `Y` - Y stepper driver PWM amplitude gradient value
  7476. - `Z` - Z stepper driver PWM amplitude gradient value
  7477. - `E` - Extruder stepper driver PWM amplitude gradient value
  7478. */
  7479. case 918:
  7480. {
  7481. if (code_seen('X')) tmc2130_set_pwm_grad(0, code_value());
  7482. if (code_seen('Y')) tmc2130_set_pwm_grad(1, code_value());
  7483. if (code_seen('Z')) tmc2130_set_pwm_grad(2, code_value());
  7484. if (code_seen('E')) tmc2130_set_pwm_grad(3, code_value());
  7485. }
  7486. break;
  7487. #endif //TMC2130_SERVICE_CODES_M910_M918
  7488. /*!
  7489. ### M350 - Set microstepping mode <a href="https://reprap.org/wiki/G-code#M350:_Set_microstepping_mode">M350: Set microstepping mode</a>
  7490. Printers with TMC2130 drivers have `X`, `Y`, `Z` and `E` as options. The steps-per-unit value is updated accordingly. Not all resolutions are valid!
  7491. Printers without TMC2130 drivers also have `B` and `S` options. In this case, the steps-per-unit value in not changed!
  7492. #### Usage
  7493. M350 [ X | Y | Z | E | B | S ]
  7494. #### Parameters
  7495. - `X` - X new resolution
  7496. - `Y` - Y new resolution
  7497. - `Z` - Z new resolution
  7498. - `E` - E new resolution
  7499. Only valid for MK2.5(S) or printers without TMC2130 drivers
  7500. - `B` - Second extruder new resolution
  7501. - `S` - All axes new resolution
  7502. */
  7503. case 350:
  7504. {
  7505. #ifdef TMC2130
  7506. for (int i=0; i<NUM_AXIS; i++)
  7507. {
  7508. if(code_seen(axis_codes[i]))
  7509. {
  7510. uint16_t res_new = code_value();
  7511. bool res_valid = (res_new == 8) || (res_new == 16) || (res_new == 32); // resolutions valid for all axis
  7512. res_valid |= (i != E_AXIS) && ((res_new == 1) || (res_new == 2) || (res_new == 4)); // resolutions valid for X Y Z only
  7513. res_valid |= (i == E_AXIS) && ((res_new == 64) || (res_new == 128)); // resolutions valid for E only
  7514. if (res_valid)
  7515. {
  7516. st_synchronize();
  7517. uint16_t res = tmc2130_get_res(i);
  7518. tmc2130_set_res(i, res_new);
  7519. cs.axis_ustep_resolution[i] = res_new;
  7520. if (res_new > res)
  7521. {
  7522. uint16_t fac = (res_new / res);
  7523. cs.axis_steps_per_unit[i] *= fac;
  7524. position[i] *= fac;
  7525. }
  7526. else
  7527. {
  7528. uint16_t fac = (res / res_new);
  7529. cs.axis_steps_per_unit[i] /= fac;
  7530. position[i] /= fac;
  7531. }
  7532. #if defined(FILAMENT_SENSOR) && defined(PAT9125)
  7533. if (i == E_AXIS)
  7534. fsensor_set_axis_steps_per_unit(cs.axis_steps_per_unit[i]);
  7535. #endif
  7536. }
  7537. }
  7538. }
  7539. #else //TMC2130
  7540. #if defined(X_MS1_PIN) && X_MS1_PIN > -1
  7541. if(code_seen('S')) for(int i=0;i<=4;i++) microstep_mode(i,code_value());
  7542. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_mode(i,(uint8_t)code_value());
  7543. if(code_seen('B')) microstep_mode(4,code_value());
  7544. microstep_readings();
  7545. #endif
  7546. #endif //TMC2130
  7547. }
  7548. break;
  7549. /*!
  7550. ### M351 - Toggle Microstep Pins <a href="https://reprap.org/wiki/G-code#M351:_Toggle_MS1_MS2_pins_directly">M351: Toggle MS1 MS2 pins directly</a>
  7551. Toggle MS1 MS2 pins directly.
  7552. #### Usage
  7553. M351 [B<0|1>] [E<0|1>] S<1|2> [X<0|1>] [Y<0|1>] [Z<0|1>]
  7554. #### Parameters
  7555. - `X` - Update X axis
  7556. - `Y` - Update Y axis
  7557. - `Z` - Update Z axis
  7558. - `E` - Update E axis
  7559. - `S` - which MSx pin to toggle
  7560. - `B` - new pin value
  7561. */
  7562. case 351:
  7563. {
  7564. #if defined(X_MS1_PIN) && X_MS1_PIN > -1
  7565. if(code_seen('S')) switch((int)code_value())
  7566. {
  7567. case 1:
  7568. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_ms(i,code_value(),-1);
  7569. if(code_seen('B')) microstep_ms(4,code_value(),-1);
  7570. break;
  7571. case 2:
  7572. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_ms(i,-1,code_value());
  7573. if(code_seen('B')) microstep_ms(4,-1,code_value());
  7574. break;
  7575. }
  7576. microstep_readings();
  7577. #endif
  7578. }
  7579. break;
  7580. /*!
  7581. ### M701 - Load filament <a href="https://reprap.org/wiki/G-code#M701:_Load_filament">M701: Load filament</a>
  7582. */
  7583. case 701:
  7584. {
  7585. if (mmu_enabled && code_seen('E'))
  7586. tmp_extruder = code_value();
  7587. gcode_M701();
  7588. }
  7589. break;
  7590. /*!
  7591. ### M702 - Unload filament <a href="https://reprap.org/wiki/G-code#M702:_Unload_filament">G32: Undock Z Probe sled</a>
  7592. #### Usage
  7593. M702 [ U | C ]
  7594. #### Parameters
  7595. - `U` - Unload all filaments used in current print
  7596. - `C` - Unload just current filament
  7597. - without any parameters unload all filaments
  7598. */
  7599. case 702:
  7600. {
  7601. #ifdef SNMM
  7602. if (code_seen('U'))
  7603. extr_unload_used(); //! if "U" unload all filaments which were used in current print
  7604. else if (code_seen('C'))
  7605. extr_unload(); //! if "C" unload just current filament
  7606. else
  7607. extr_unload_all(); //! otherwise unload all filaments
  7608. #else
  7609. if (code_seen('C')) {
  7610. if(mmu_enabled) extr_unload(); //! if "C" unload current filament; if mmu is not present no action is performed
  7611. }
  7612. else {
  7613. if(mmu_enabled) extr_unload(); //! unload current filament
  7614. else unload_filament();
  7615. }
  7616. #endif //SNMM
  7617. }
  7618. break;
  7619. /*!
  7620. ### M999 - Restart after being stopped <a href="https://reprap.org/wiki/G-code#M999:_Restart_after_being_stopped_by_error">M999: Restart after being stopped by error</a>
  7621. @todo Usually doesn't work. Should be fixed or removed. Most of the time, if `Stopped` it set, the print fails and is unrecoverable.
  7622. */
  7623. case 999:
  7624. Stopped = false;
  7625. lcd_reset_alert_level();
  7626. gcode_LastN = Stopped_gcode_LastN;
  7627. FlushSerialRequestResend();
  7628. break;
  7629. /*!
  7630. #### End of M-Commands
  7631. */
  7632. default:
  7633. printf_P(PSTR("Unknown M code: %s \n"), cmdbuffer + bufindr + CMDHDRSIZE);
  7634. }
  7635. // printf_P(_N("END M-CODE=%u\n"), mcode_in_progress);
  7636. mcode_in_progress = 0;
  7637. }
  7638. }
  7639. // end if(code_seen('M')) (end of M codes)
  7640. /*!
  7641. -----------------------------------------------------------------------------------------
  7642. # T Codes
  7643. T<extruder nr.> - select extruder in case of multi extruder printer. select filament in case of MMU_V2.
  7644. #### For MMU_V2:
  7645. T<n> Gcode to extrude at least 38.10 mm at feedrate 19.02 mm/s must follow immediately to load to extruder wheels.
  7646. @n T? Gcode to extrude shouldn't have to follow, load to extruder wheels is done automatically
  7647. @n Tx Same as T?, except nozzle doesn't have to be preheated. Tc must be placed after extruder nozzle is preheated to finish filament load.
  7648. @n Tc Load to nozzle after filament was prepared by Tc and extruder nozzle is already heated.
  7649. */
  7650. else if(code_seen('T'))
  7651. {
  7652. static const char duplicate_Tcode_ignored[] PROGMEM = "Duplicate T-code ignored.";
  7653. int index;
  7654. bool load_to_nozzle = false;
  7655. for (index = 1; *(strchr_pointer + index) == ' ' || *(strchr_pointer + index) == '\t'; index++);
  7656. *(strchr_pointer + index) = tolower(*(strchr_pointer + index));
  7657. if ((*(strchr_pointer + index) < '0' || *(strchr_pointer + index) > '4') && *(strchr_pointer + index) != '?' && *(strchr_pointer + index) != 'x' && *(strchr_pointer + index) != 'c') {
  7658. SERIAL_ECHOLNPGM("Invalid T code.");
  7659. }
  7660. else if (*(strchr_pointer + index) == 'x'){ //load to bondtech gears; if mmu is not present do nothing
  7661. if (mmu_enabled)
  7662. {
  7663. tmp_extruder = choose_menu_P(_T(MSG_CHOOSE_FILAMENT), _T(MSG_FILAMENT));
  7664. if ((tmp_extruder == mmu_extruder) && mmu_fil_loaded) //dont execute the same T-code twice in a row
  7665. {
  7666. puts_P(duplicate_Tcode_ignored);
  7667. }
  7668. else
  7669. {
  7670. st_synchronize();
  7671. mmu_command(MmuCmd::T0 + tmp_extruder);
  7672. manage_response(true, true, MMU_TCODE_MOVE);
  7673. }
  7674. }
  7675. }
  7676. else if (*(strchr_pointer + index) == 'c') { //load to from bondtech gears to nozzle (nozzle should be preheated)
  7677. if (mmu_enabled)
  7678. {
  7679. st_synchronize();
  7680. mmu_continue_loading(is_usb_printing || (lcd_commands_type == LcdCommands::Layer1Cal));
  7681. mmu_extruder = tmp_extruder; //filament change is finished
  7682. mmu_load_to_nozzle();
  7683. }
  7684. }
  7685. else {
  7686. if (*(strchr_pointer + index) == '?')
  7687. {
  7688. if(mmu_enabled)
  7689. {
  7690. tmp_extruder = choose_menu_P(_T(MSG_CHOOSE_FILAMENT), _T(MSG_FILAMENT));
  7691. load_to_nozzle = true;
  7692. } else
  7693. {
  7694. tmp_extruder = choose_menu_P(_T(MSG_CHOOSE_EXTRUDER), _T(MSG_EXTRUDER));
  7695. }
  7696. }
  7697. else {
  7698. tmp_extruder = code_value();
  7699. if (mmu_enabled && lcd_autoDepleteEnabled())
  7700. {
  7701. tmp_extruder = ad_getAlternative(tmp_extruder);
  7702. }
  7703. }
  7704. st_synchronize();
  7705. snmm_filaments_used |= (1 << tmp_extruder); //for stop print
  7706. if (mmu_enabled)
  7707. {
  7708. if ((tmp_extruder == mmu_extruder) && mmu_fil_loaded) //dont execute the same T-code twice in a row
  7709. {
  7710. puts_P(duplicate_Tcode_ignored);
  7711. }
  7712. else
  7713. {
  7714. #if defined(MMU_HAS_CUTTER) && defined(MMU_ALWAYS_CUT)
  7715. if (EEPROM_MMU_CUTTER_ENABLED_always == eeprom_read_byte((uint8_t*)EEPROM_MMU_CUTTER_ENABLED))
  7716. {
  7717. mmu_command(MmuCmd::K0 + tmp_extruder);
  7718. manage_response(true, true, MMU_UNLOAD_MOVE);
  7719. }
  7720. #endif //defined(MMU_HAS_CUTTER) && defined(MMU_ALWAYS_CUT)
  7721. mmu_command(MmuCmd::T0 + tmp_extruder);
  7722. manage_response(true, true, MMU_TCODE_MOVE);
  7723. mmu_continue_loading(is_usb_printing || (lcd_commands_type == LcdCommands::Layer1Cal));
  7724. mmu_extruder = tmp_extruder; //filament change is finished
  7725. if (load_to_nozzle)// for single material usage with mmu
  7726. {
  7727. mmu_load_to_nozzle();
  7728. }
  7729. }
  7730. }
  7731. else
  7732. {
  7733. #ifdef SNMM
  7734. mmu_extruder = tmp_extruder;
  7735. _delay(100);
  7736. disable_e0();
  7737. disable_e1();
  7738. disable_e2();
  7739. pinMode(E_MUX0_PIN, OUTPUT);
  7740. pinMode(E_MUX1_PIN, OUTPUT);
  7741. _delay(100);
  7742. SERIAL_ECHO_START;
  7743. SERIAL_ECHO("T:");
  7744. SERIAL_ECHOLN((int)tmp_extruder);
  7745. switch (tmp_extruder) {
  7746. case 1:
  7747. WRITE(E_MUX0_PIN, HIGH);
  7748. WRITE(E_MUX1_PIN, LOW);
  7749. break;
  7750. case 2:
  7751. WRITE(E_MUX0_PIN, LOW);
  7752. WRITE(E_MUX1_PIN, HIGH);
  7753. break;
  7754. case 3:
  7755. WRITE(E_MUX0_PIN, HIGH);
  7756. WRITE(E_MUX1_PIN, HIGH);
  7757. break;
  7758. default:
  7759. WRITE(E_MUX0_PIN, LOW);
  7760. WRITE(E_MUX1_PIN, LOW);
  7761. break;
  7762. }
  7763. _delay(100);
  7764. #else //SNMM
  7765. if (tmp_extruder >= EXTRUDERS) {
  7766. SERIAL_ECHO_START;
  7767. SERIAL_ECHO('T');
  7768. SERIAL_PROTOCOLLN((int)tmp_extruder);
  7769. SERIAL_ECHOLNRPGM(_n("Invalid extruder"));////MSG_INVALID_EXTRUDER
  7770. }
  7771. else {
  7772. #if EXTRUDERS > 1
  7773. boolean make_move = false;
  7774. #endif
  7775. if (code_seen('F')) {
  7776. #if EXTRUDERS > 1
  7777. make_move = true;
  7778. #endif
  7779. next_feedrate = code_value();
  7780. if (next_feedrate > 0.0) {
  7781. feedrate = next_feedrate;
  7782. }
  7783. }
  7784. #if EXTRUDERS > 1
  7785. if (tmp_extruder != active_extruder) {
  7786. // Save current position to return to after applying extruder offset
  7787. memcpy(destination, current_position, sizeof(destination));
  7788. // Offset extruder (only by XY)
  7789. int i;
  7790. for (i = 0; i < 2; i++) {
  7791. current_position[i] = current_position[i] -
  7792. extruder_offset[i][active_extruder] +
  7793. extruder_offset[i][tmp_extruder];
  7794. }
  7795. // Set the new active extruder and position
  7796. active_extruder = tmp_extruder;
  7797. plan_set_position_curposXYZE();
  7798. // Move to the old position if 'F' was in the parameters
  7799. if (make_move && Stopped == false) {
  7800. prepare_move();
  7801. }
  7802. }
  7803. #endif
  7804. SERIAL_ECHO_START;
  7805. SERIAL_ECHORPGM(_n("Active Extruder: "));////MSG_ACTIVE_EXTRUDER
  7806. SERIAL_PROTOCOLLN((int)active_extruder);
  7807. }
  7808. #endif //SNMM
  7809. }
  7810. }
  7811. } // end if(code_seen('T')) (end of T codes)
  7812. /*!
  7813. #### End of T-Codes
  7814. */
  7815. /**
  7816. *---------------------------------------------------------------------------------
  7817. *# D codes
  7818. */
  7819. else if (code_seen('D')) // D codes (debug)
  7820. {
  7821. switch((int)code_value())
  7822. {
  7823. /*!
  7824. ### D-1 - Endless Loop <a href="https://reprap.org/wiki/G-code#D-1:_Endless_Loop">D-1: Endless Loop</a>
  7825. */
  7826. case -1:
  7827. dcode__1(); break;
  7828. #ifdef DEBUG_DCODES
  7829. /*!
  7830. ### D0 - Reset <a href="https://reprap.org/wiki/G-code#D0:_Reset">D0: Reset</a>
  7831. #### Usage
  7832. D0 [ B ]
  7833. #### Parameters
  7834. - `B` - Bootloader
  7835. */
  7836. case 0:
  7837. dcode_0(); break;
  7838. /*!
  7839. *
  7840. ### D1 - Clear EEPROM and RESET <a href="https://reprap.org/wiki/G-code#D1:_Clear_EEPROM_and_RESET">D1: Clear EEPROM and RESET</a>
  7841. D1
  7842. *
  7843. */
  7844. case 1:
  7845. dcode_1(); break;
  7846. /*!
  7847. ### D2 - Read/Write RAM <a href="https://reprap.org/wiki/G-code#D2:_Read.2FWrite_RAM">D3: Read/Write RAM</a>
  7848. This command can be used without any additional parameters. It will read the entire RAM.
  7849. #### Usage
  7850. D2 [ A | C | X ]
  7851. #### Parameters
  7852. - `A` - Address (x0000-x1fff)
  7853. - `C` - Count (1-8192)
  7854. - `X` - Data
  7855. #### Notes
  7856. - The hex address needs to be lowercase without the 0 before the x
  7857. - Count is decimal
  7858. - The hex data needs to be lowercase
  7859. */
  7860. case 2:
  7861. dcode_2(); break;
  7862. #endif //DEBUG_DCODES
  7863. #if defined DEBUG_DCODE3 || defined DEBUG_DCODES
  7864. /*!
  7865. ### D3 - Read/Write EEPROM <a href="https://reprap.org/wiki/G-code#D3:_Read.2FWrite_EEPROM">D3: Read/Write EEPROM</a>
  7866. This command can be used without any additional parameters. It will read the entire eeprom.
  7867. #### Usage
  7868. D3 [ A | C | X ]
  7869. #### Parameters
  7870. - `A` - Address (x0000-x0fff)
  7871. - `C` - Count (1-4096)
  7872. - `X` - Data (hex)
  7873. #### Notes
  7874. - The hex address needs to be lowercase without the 0 before the x
  7875. - Count is decimal
  7876. - The hex data needs to be lowercase
  7877. */
  7878. case 3:
  7879. dcode_3(); break;
  7880. #endif //DEBUG_DCODE3
  7881. #ifdef DEBUG_DCODES
  7882. /*!
  7883. ### D4 - Read/Write PIN <a href="https://reprap.org/wiki/G-code#D4:_Read.2FWrite_PIN">D4: Read/Write PIN</a>
  7884. To read the digital value of a pin you need only to define the pin number.
  7885. #### Usage
  7886. D4 [ P | F | V ]
  7887. #### Parameters
  7888. - `P` - Pin (0-255)
  7889. - `F` - Function in/out (0/1)
  7890. - `V` - Value (0/1)
  7891. */
  7892. case 4:
  7893. dcode_4(); break;
  7894. #endif //DEBUG_DCODES
  7895. #if defined DEBUG_DCODE5 || defined DEBUG_DCODES
  7896. /*!
  7897. ### D5 - Read/Write FLASH <a href="https://reprap.org/wiki/G-code#D5:_Read.2FWrite_FLASH">D5: Read/Write Flash</a>
  7898. This command can be used without any additional parameters. It will read the 1kb FLASH.
  7899. #### Usage
  7900. D5 [ A | C | X | E ]
  7901. #### Parameters
  7902. - `A` - Address (x00000-x3ffff)
  7903. - `C` - Count (1-8192)
  7904. - `X` - Data (hex)
  7905. - `E` - Erase
  7906. #### Notes
  7907. - The hex address needs to be lowercase without the 0 before the x
  7908. - Count is decimal
  7909. - The hex data needs to be lowercase
  7910. */
  7911. case 5:
  7912. dcode_5(); break;
  7913. #endif //DEBUG_DCODE5
  7914. #ifdef DEBUG_DCODES
  7915. /*!
  7916. ### D6 - Read/Write external FLASH <a href="https://reprap.org/wiki/G-code#D6:_Read.2FWrite_external_FLASH">D6: Read/Write external Flash</a>
  7917. Reserved
  7918. */
  7919. case 6:
  7920. dcode_6(); break;
  7921. /*!
  7922. ### D7 - Read/Write Bootloader <a href="https://reprap.org/wiki/G-code#D7:_Read.2FWrite_Bootloader">D7: Read/Write Bootloader</a>
  7923. Reserved
  7924. */
  7925. case 7:
  7926. dcode_7(); break;
  7927. /*!
  7928. ### D8 - Read/Write PINDA <a href="https://reprap.org/wiki/G-code#D8:_Read.2FWrite_PINDA">D8: Read/Write PINDA</a>
  7929. #### Usage
  7930. D8 [ ? | ! | P | Z ]
  7931. #### Parameters
  7932. - `?` - Read PINDA temperature shift values
  7933. - `!` - Reset PINDA temperature shift values to default
  7934. - `P` - Pinda temperature [C]
  7935. - `Z` - Z Offset [mm]
  7936. */
  7937. case 8:
  7938. dcode_8(); break;
  7939. /*!
  7940. ### D9 - Read ADC <a href="https://reprap.org/wiki/G-code#D9:_Read.2FWrite_ADC">D9: Read ADC</a>
  7941. #### Usage
  7942. D9 [ I | V ]
  7943. #### Parameters
  7944. - `I` - ADC channel index
  7945. - `0` - Heater 0 temperature
  7946. - `1` - Heater 1 temperature
  7947. - `2` - Bed temperature
  7948. - `3` - PINDA temperature
  7949. - `4` - PWR voltage
  7950. - `5` - Ambient temperature
  7951. - `6` - BED voltage
  7952. - `V` Value to be written as simulated
  7953. */
  7954. case 9:
  7955. dcode_9(); break;
  7956. /*!
  7957. ### D10 - Set XYZ calibration = OK <a href="https://reprap.org/wiki/G-code#D10:_Set_XYZ_calibration_.3D_OK">D10: Set XYZ calibration = OK</a>
  7958. */
  7959. case 10:
  7960. dcode_10(); break;
  7961. /*!
  7962. ### D12 - Time <a href="https://reprap.org/wiki/G-code#D12:_Time">D12: Time</a>
  7963. Writes the current time in the log file.
  7964. */
  7965. #endif //DEBUG_DCODES
  7966. #ifdef HEATBED_ANALYSIS
  7967. /*!
  7968. ### D80 - Bed check <a href="https://reprap.org/wiki/G-code#D80:_Bed_check">D80: Bed check</a>
  7969. This command will log data to SD card file "mesh.txt".
  7970. #### Usage
  7971. D80 [ E | F | G | H | I | J ]
  7972. #### Parameters
  7973. - `E` - Dimension X (default 40)
  7974. - `F` - Dimention Y (default 40)
  7975. - `G` - Points X (default 40)
  7976. - `H` - Points Y (default 40)
  7977. - `I` - Offset X (default 74)
  7978. - `J` - Offset Y (default 34)
  7979. */
  7980. case 80:
  7981. dcode_80(); break;
  7982. /*!
  7983. ### D81 - Bed analysis <a href="https://reprap.org/wiki/G-code#D81:_Bed_analysis">D80: Bed analysis</a>
  7984. This command will log data to SD card file "wldsd.txt".
  7985. #### Usage
  7986. D81 [ E | F | G | H | I | J ]
  7987. #### Parameters
  7988. - `E` - Dimension X (default 40)
  7989. - `F` - Dimention Y (default 40)
  7990. - `G` - Points X (default 40)
  7991. - `H` - Points Y (default 40)
  7992. - `I` - Offset X (default 74)
  7993. - `J` - Offset Y (default 34)
  7994. */
  7995. case 81:
  7996. dcode_81(); break;
  7997. #endif //HEATBED_ANALYSIS
  7998. #ifdef DEBUG_DCODES
  7999. /*!
  8000. ### D106 - Print measured fan speed for different pwm values <a href="https://reprap.org/wiki/G-code#D106:_Print_measured_fan_speed_for_different_pwm_values">D106: Print measured fan speed for different pwm values</a>
  8001. */
  8002. case 106:
  8003. dcode_106(); break;
  8004. #ifdef TMC2130
  8005. /*!
  8006. ### D2130 - Trinamic stepper controller <a href="https://reprap.org/wiki/G-code#D2130:_Trinamic_stepper_controller">D2130: Trinamic stepper controller</a>
  8007. @todo Please review by owner of the code. RepRap Wiki Gcode needs to be updated after review of owner as well.
  8008. #### Usage
  8009. D2130 [ Axis | Command | Subcommand | Value ]
  8010. #### Parameters
  8011. - Axis
  8012. - `X` - X stepper driver
  8013. - `Y` - Y stepper driver
  8014. - `Z` - Z stepper driver
  8015. - `E` - Extruder stepper driver
  8016. - Commands
  8017. - `0` - Current off
  8018. - `1` - Current on
  8019. - `+` - Single step
  8020. - `-` - Single step oposite direction
  8021. - `NNN` - Value sereval steps
  8022. - `?` - Read register
  8023. - Subcommands for read register
  8024. - `mres` - Micro step resolution. More information in datasheet '5.5.2 CHOPCONF – Chopper Configuration'
  8025. - `step` - Step
  8026. - `mscnt` - Microstep counter. More information in datasheet '5.5 Motor Driver Registers'
  8027. - `mscuract` - Actual microstep current for motor. More information in datasheet '5.5 Motor Driver Registers'
  8028. - `wave` - Microstep linearity compensation curve
  8029. - `!` - Set register
  8030. - Subcommands for set register
  8031. - `mres` - Micro step resolution
  8032. - `step` - Step
  8033. - `wave` - Microstep linearity compensation curve
  8034. - Values for set register
  8035. - `0, 180 --> 250` - Off
  8036. - `0.9 --> 1.25` - Valid values (recommended is 1.1)
  8037. - `@` - Home calibrate axis
  8038. Examples:
  8039. D2130E?wave
  8040. Print extruder microstep linearity compensation curve
  8041. D2130E!wave0
  8042. Disable extruder linearity compensation curve, (sine curve is used)
  8043. D2130E!wave220
  8044. (sin(x))^1.1 extruder microstep compensation curve used
  8045. Notes:
  8046. For more information see https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2130_datasheet.pdf
  8047. *
  8048. */
  8049. case 2130:
  8050. dcode_2130(); break;
  8051. #endif //TMC2130
  8052. #if (defined (FILAMENT_SENSOR) && defined(PAT9125))
  8053. /*!
  8054. ### D9125 - PAT9125 filament sensor <a href="https://reprap.org/wiki/G-code#D9:_Read.2FWrite_ADC">D9125: PAT9125 filament sensor</a>
  8055. #### Usage
  8056. D9125 [ ? | ! | R | X | Y | L ]
  8057. #### Parameters
  8058. - `?` - Print values
  8059. - `!` - Print values
  8060. - `R` - Resolution. Not active in code
  8061. - `X` - X values
  8062. - `Y` - Y values
  8063. - `L` - Activate filament sensor log
  8064. */
  8065. case 9125:
  8066. dcode_9125(); break;
  8067. #endif //FILAMENT_SENSOR
  8068. #endif //DEBUG_DCODES
  8069. }
  8070. }
  8071. else
  8072. {
  8073. SERIAL_ECHO_START;
  8074. SERIAL_ECHORPGM(MSG_UNKNOWN_COMMAND);
  8075. SERIAL_ECHO(CMDBUFFER_CURRENT_STRING);
  8076. SERIAL_ECHOLNPGM("\"(2)");
  8077. }
  8078. KEEPALIVE_STATE(NOT_BUSY);
  8079. ClearToSend();
  8080. }
  8081. /*!
  8082. #### End of D-Codes
  8083. */
  8084. /** @defgroup GCodes G-Code List
  8085. */
  8086. // ---------------------------------------------------
  8087. void FlushSerialRequestResend()
  8088. {
  8089. //char cmdbuffer[bufindr][100]="Resend:";
  8090. MYSERIAL.flush();
  8091. printf_P(_N("%S: %ld\n%S\n"), _n("Resend"), gcode_LastN + 1, MSG_OK);
  8092. }
  8093. // Confirm the execution of a command, if sent from a serial line.
  8094. // Execution of a command from a SD card will not be confirmed.
  8095. void ClearToSend()
  8096. {
  8097. previous_millis_cmd = _millis();
  8098. if (buflen && ((CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB) || (CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB_WITH_LINENR)))
  8099. SERIAL_PROTOCOLLNRPGM(MSG_OK);
  8100. }
  8101. #if MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  8102. void update_currents() {
  8103. float current_high[3] = DEFAULT_PWM_MOTOR_CURRENT_LOUD;
  8104. float current_low[3] = DEFAULT_PWM_MOTOR_CURRENT;
  8105. float tmp_motor[3];
  8106. //SERIAL_ECHOLNPGM("Currents updated: ");
  8107. if (destination[Z_AXIS] < Z_SILENT) {
  8108. //SERIAL_ECHOLNPGM("LOW");
  8109. for (uint8_t i = 0; i < 3; i++) {
  8110. st_current_set(i, current_low[i]);
  8111. /*MYSERIAL.print(int(i));
  8112. SERIAL_ECHOPGM(": ");
  8113. MYSERIAL.println(current_low[i]);*/
  8114. }
  8115. }
  8116. else if (destination[Z_AXIS] > Z_HIGH_POWER) {
  8117. //SERIAL_ECHOLNPGM("HIGH");
  8118. for (uint8_t i = 0; i < 3; i++) {
  8119. st_current_set(i, current_high[i]);
  8120. /*MYSERIAL.print(int(i));
  8121. SERIAL_ECHOPGM(": ");
  8122. MYSERIAL.println(current_high[i]);*/
  8123. }
  8124. }
  8125. else {
  8126. for (uint8_t i = 0; i < 3; i++) {
  8127. float q = current_low[i] - Z_SILENT*((current_high[i] - current_low[i]) / (Z_HIGH_POWER - Z_SILENT));
  8128. tmp_motor[i] = ((current_high[i] - current_low[i]) / (Z_HIGH_POWER - Z_SILENT))*destination[Z_AXIS] + q;
  8129. st_current_set(i, tmp_motor[i]);
  8130. /*MYSERIAL.print(int(i));
  8131. SERIAL_ECHOPGM(": ");
  8132. MYSERIAL.println(tmp_motor[i]);*/
  8133. }
  8134. }
  8135. }
  8136. #endif //MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  8137. void get_coordinates()
  8138. {
  8139. bool seen[4]={false,false,false,false};
  8140. for(int8_t i=0; i < NUM_AXIS; i++) {
  8141. if(code_seen(axis_codes[i]))
  8142. {
  8143. bool relative = axis_relative_modes & (1 << i);
  8144. destination[i] = (float)code_value();
  8145. if (i == E_AXIS) {
  8146. float emult = extruder_multiplier[active_extruder];
  8147. if (emult != 1.) {
  8148. if (! relative) {
  8149. destination[i] -= current_position[i];
  8150. relative = true;
  8151. }
  8152. destination[i] *= emult;
  8153. }
  8154. }
  8155. if (relative)
  8156. destination[i] += current_position[i];
  8157. seen[i]=true;
  8158. #if MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  8159. if (i == Z_AXIS && SilentModeMenu == SILENT_MODE_AUTO) update_currents();
  8160. #endif //MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  8161. }
  8162. else destination[i] = current_position[i]; //Are these else lines really needed?
  8163. }
  8164. if(code_seen('F')) {
  8165. next_feedrate = code_value();
  8166. #ifdef MAX_SILENT_FEEDRATE
  8167. if (tmc2130_mode == TMC2130_MODE_SILENT)
  8168. if (next_feedrate > MAX_SILENT_FEEDRATE) next_feedrate = MAX_SILENT_FEEDRATE;
  8169. #endif //MAX_SILENT_FEEDRATE
  8170. if(next_feedrate > 0.0) feedrate = next_feedrate;
  8171. if (!seen[0] && !seen[1] && !seen[2] && seen[3])
  8172. {
  8173. // float e_max_speed =
  8174. // printf_P(PSTR("E MOVE speed %7.3f\n"), feedrate / 60)
  8175. }
  8176. }
  8177. }
  8178. void get_arc_coordinates()
  8179. {
  8180. #ifdef SF_ARC_FIX
  8181. bool relative_mode_backup = relative_mode;
  8182. relative_mode = true;
  8183. #endif
  8184. get_coordinates();
  8185. #ifdef SF_ARC_FIX
  8186. relative_mode=relative_mode_backup;
  8187. #endif
  8188. if(code_seen('I')) {
  8189. offset[0] = code_value();
  8190. }
  8191. else {
  8192. offset[0] = 0.0;
  8193. }
  8194. if(code_seen('J')) {
  8195. offset[1] = code_value();
  8196. }
  8197. else {
  8198. offset[1] = 0.0;
  8199. }
  8200. }
  8201. void clamp_to_software_endstops(float target[3])
  8202. {
  8203. #ifdef DEBUG_DISABLE_SWLIMITS
  8204. return;
  8205. #endif //DEBUG_DISABLE_SWLIMITS
  8206. world2machine_clamp(target[0], target[1]);
  8207. // Clamp the Z coordinate.
  8208. if (min_software_endstops) {
  8209. float negative_z_offset = 0;
  8210. #ifdef ENABLE_AUTO_BED_LEVELING
  8211. if (Z_PROBE_OFFSET_FROM_EXTRUDER < 0) negative_z_offset = negative_z_offset + Z_PROBE_OFFSET_FROM_EXTRUDER;
  8212. if (cs.add_homing[Z_AXIS] < 0) negative_z_offset = negative_z_offset + cs.add_homing[Z_AXIS];
  8213. #endif
  8214. if (target[Z_AXIS] < min_pos[Z_AXIS]+negative_z_offset) target[Z_AXIS] = min_pos[Z_AXIS]+negative_z_offset;
  8215. }
  8216. if (max_software_endstops) {
  8217. if (target[Z_AXIS] > max_pos[Z_AXIS]) target[Z_AXIS] = max_pos[Z_AXIS];
  8218. }
  8219. }
  8220. #ifdef MESH_BED_LEVELING
  8221. 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) {
  8222. float dx = x - current_position[X_AXIS];
  8223. float dy = y - current_position[Y_AXIS];
  8224. int n_segments = 0;
  8225. if (mbl.active) {
  8226. float len = abs(dx) + abs(dy);
  8227. if (len > 0)
  8228. // Split to 3cm segments or shorter.
  8229. n_segments = int(ceil(len / 30.f));
  8230. }
  8231. if (n_segments > 1) {
  8232. // In a multi-segment move explicitly set the final target in the plan
  8233. // as the move will be recalculated in it's entirety
  8234. float gcode_target[NUM_AXIS];
  8235. gcode_target[X_AXIS] = x;
  8236. gcode_target[Y_AXIS] = y;
  8237. gcode_target[Z_AXIS] = z;
  8238. gcode_target[E_AXIS] = e;
  8239. float dz = z - current_position[Z_AXIS];
  8240. float de = e - current_position[E_AXIS];
  8241. for (int i = 1; i < n_segments; ++ i) {
  8242. float t = float(i) / float(n_segments);
  8243. plan_buffer_line(current_position[X_AXIS] + t * dx,
  8244. current_position[Y_AXIS] + t * dy,
  8245. current_position[Z_AXIS] + t * dz,
  8246. current_position[E_AXIS] + t * de,
  8247. feed_rate, extruder, gcode_target);
  8248. if (waiting_inside_plan_buffer_line_print_aborted)
  8249. return;
  8250. }
  8251. }
  8252. // The rest of the path.
  8253. plan_buffer_line(x, y, z, e, feed_rate, extruder);
  8254. }
  8255. #endif // MESH_BED_LEVELING
  8256. void prepare_move()
  8257. {
  8258. clamp_to_software_endstops(destination);
  8259. previous_millis_cmd = _millis();
  8260. // Do not use feedmultiply for E or Z only moves
  8261. if( (current_position[X_AXIS] == destination [X_AXIS]) && (current_position[Y_AXIS] == destination [Y_AXIS])) {
  8262. plan_buffer_line_destinationXYZE(feedrate/60);
  8263. }
  8264. else {
  8265. #ifdef MESH_BED_LEVELING
  8266. 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);
  8267. #else
  8268. plan_buffer_line_destinationXYZE(feedrate*feedmultiply*(1./(60.f*100.f)));
  8269. #endif
  8270. }
  8271. set_current_to_destination();
  8272. }
  8273. void prepare_arc_move(char isclockwise) {
  8274. float r = hypot(offset[X_AXIS], offset[Y_AXIS]); // Compute arc radius for mc_arc
  8275. // Trace the arc
  8276. mc_arc(current_position, destination, offset, X_AXIS, Y_AXIS, Z_AXIS, feedrate*feedmultiply/60/100.0, r, isclockwise, active_extruder);
  8277. // As far as the parser is concerned, the position is now == target. In reality the
  8278. // motion control system might still be processing the action and the real tool position
  8279. // in any intermediate location.
  8280. for(int8_t i=0; i < NUM_AXIS; i++) {
  8281. current_position[i] = destination[i];
  8282. }
  8283. previous_millis_cmd = _millis();
  8284. }
  8285. #if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
  8286. #if defined(FAN_PIN)
  8287. #if CONTROLLERFAN_PIN == FAN_PIN
  8288. #error "You cannot set CONTROLLERFAN_PIN equal to FAN_PIN"
  8289. #endif
  8290. #endif
  8291. unsigned long lastMotor = 0; //Save the time for when a motor was turned on last
  8292. unsigned long lastMotorCheck = 0;
  8293. void controllerFan()
  8294. {
  8295. if ((_millis() - lastMotorCheck) >= 2500) //Not a time critical function, so we only check every 2500ms
  8296. {
  8297. lastMotorCheck = _millis();
  8298. if(!READ(X_ENABLE_PIN) || !READ(Y_ENABLE_PIN) || !READ(Z_ENABLE_PIN) || (soft_pwm_bed > 0)
  8299. #if EXTRUDERS > 2
  8300. || !READ(E2_ENABLE_PIN)
  8301. #endif
  8302. #if EXTRUDER > 1
  8303. #if defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1
  8304. || !READ(X2_ENABLE_PIN)
  8305. #endif
  8306. || !READ(E1_ENABLE_PIN)
  8307. #endif
  8308. || !READ(E0_ENABLE_PIN)) //If any of the drivers are enabled...
  8309. {
  8310. lastMotor = _millis(); //... set time to NOW so the fan will turn on
  8311. }
  8312. if ((_millis() - lastMotor) >= (CONTROLLERFAN_SECS*1000UL) || lastMotor == 0) //If the last time any driver was enabled, is longer since than CONTROLLERSEC...
  8313. {
  8314. digitalWrite(CONTROLLERFAN_PIN, 0);
  8315. analogWrite(CONTROLLERFAN_PIN, 0);
  8316. }
  8317. else
  8318. {
  8319. // allows digital or PWM fan output to be used (see M42 handling)
  8320. digitalWrite(CONTROLLERFAN_PIN, CONTROLLERFAN_SPEED);
  8321. analogWrite(CONTROLLERFAN_PIN, CONTROLLERFAN_SPEED);
  8322. }
  8323. }
  8324. }
  8325. #endif
  8326. #ifdef TEMP_STAT_LEDS
  8327. static bool blue_led = false;
  8328. static bool red_led = false;
  8329. static uint32_t stat_update = 0;
  8330. void handle_status_leds(void) {
  8331. float max_temp = 0.0;
  8332. if(_millis() > stat_update) {
  8333. stat_update += 500; // Update every 0.5s
  8334. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  8335. max_temp = max(max_temp, degHotend(cur_extruder));
  8336. max_temp = max(max_temp, degTargetHotend(cur_extruder));
  8337. }
  8338. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  8339. max_temp = max(max_temp, degTargetBed());
  8340. max_temp = max(max_temp, degBed());
  8341. #endif
  8342. if((max_temp > 55.0) && (red_led == false)) {
  8343. digitalWrite(STAT_LED_RED, 1);
  8344. digitalWrite(STAT_LED_BLUE, 0);
  8345. red_led = true;
  8346. blue_led = false;
  8347. }
  8348. if((max_temp < 54.0) && (blue_led == false)) {
  8349. digitalWrite(STAT_LED_RED, 0);
  8350. digitalWrite(STAT_LED_BLUE, 1);
  8351. red_led = false;
  8352. blue_led = true;
  8353. }
  8354. }
  8355. }
  8356. #endif
  8357. #ifdef SAFETYTIMER
  8358. /**
  8359. * @brief Turn off heating after safetytimer_inactive_time milliseconds of inactivity
  8360. *
  8361. * Full screen blocking notification message is shown after heater turning off.
  8362. * Paused print is not considered inactivity, as nozzle is cooled anyway and bed cooling would
  8363. * damage print.
  8364. *
  8365. * If safetytimer_inactive_time is zero, feature is disabled (heating is never turned off because of inactivity)
  8366. */
  8367. static void handleSafetyTimer()
  8368. {
  8369. #if (EXTRUDERS > 1)
  8370. #error Implemented only for one extruder.
  8371. #endif //(EXTRUDERS > 1)
  8372. if ((PRINTER_ACTIVE) || (!degTargetBed() && !degTargetHotend(0)) || (!safetytimer_inactive_time))
  8373. {
  8374. safetyTimer.stop();
  8375. }
  8376. else if ((degTargetBed() || degTargetHotend(0)) && (!safetyTimer.running()))
  8377. {
  8378. safetyTimer.start();
  8379. }
  8380. else if (safetyTimer.expired(farm_mode?FARM_DEFAULT_SAFETYTIMER_TIME_ms:safetytimer_inactive_time))
  8381. {
  8382. setTargetBed(0);
  8383. setAllTargetHotends(0);
  8384. lcd_show_fullscreen_message_and_wait_P(_i("Heating disabled by safety timer."));////MSG_BED_HEATING_SAFETY_DISABLED
  8385. }
  8386. }
  8387. #endif //SAFETYTIMER
  8388. #ifdef IR_SENSOR_ANALOG
  8389. #define FS_CHECK_COUNT 16
  8390. /// Switching mechanism of the fsensor type.
  8391. /// Called from 2 spots which have a very similar behavior
  8392. /// 1: ClFsensorPCB::_Old -> ClFsensorPCB::_Rev04 and print _i("FS v0.4 or newer")
  8393. /// 2: ClFsensorPCB::_Rev04 -> oFsensorPCB=ClFsensorPCB::_Old and print _i("FS v0.3 or older")
  8394. void manage_inactivity_IR_ANALOG_Check(uint16_t &nFSCheckCount, ClFsensorPCB isVersion, ClFsensorPCB switchTo, const char *statusLineTxt_P) {
  8395. bool bTemp = (!CHECK_ALL_HEATERS);
  8396. bTemp = bTemp && (menu_menu == lcd_status_screen);
  8397. bTemp = bTemp && ((oFsensorPCB == isVersion) || (oFsensorPCB == ClFsensorPCB::_Undef));
  8398. bTemp = bTemp && fsensor_enabled;
  8399. if (bTemp) {
  8400. nFSCheckCount++;
  8401. if (nFSCheckCount > FS_CHECK_COUNT) {
  8402. nFSCheckCount = 0; // not necessary
  8403. oFsensorPCB = switchTo;
  8404. eeprom_update_byte((uint8_t *)EEPROM_FSENSOR_PCB, (uint8_t)oFsensorPCB);
  8405. printf_IRSensorAnalogBoardChange();
  8406. lcd_setstatuspgm(statusLineTxt_P);
  8407. }
  8408. } else {
  8409. nFSCheckCount = 0;
  8410. }
  8411. }
  8412. #endif
  8413. void manage_inactivity(bool ignore_stepper_queue/*=false*/) //default argument set in Marlin.h
  8414. {
  8415. #ifdef FILAMENT_SENSOR
  8416. bool bInhibitFlag = false;
  8417. #ifdef IR_SENSOR_ANALOG
  8418. static uint16_t nFSCheckCount=0;
  8419. #endif // IR_SENSOR_ANALOG
  8420. if (mmu_enabled == false)
  8421. {
  8422. //-// if (mcode_in_progress != 600) //M600 not in progress
  8423. if (!PRINTER_ACTIVE) bInhibitFlag=(menu_menu==lcd_menu_show_sensors_state); //Block Filament sensor actions if PRINTER is not active and Support::SensorInfo menu active
  8424. #ifdef IR_SENSOR_ANALOG
  8425. bInhibitFlag=bInhibitFlag||bMenuFSDetect; // Block Filament sensor actions if Settings::HWsetup::FSdetect menu active
  8426. #endif // IR_SENSOR_ANALOG
  8427. if ((mcode_in_progress != 600) && (eFilamentAction != FilamentAction::AutoLoad) && (!bInhibitFlag) && (menu_menu != lcd_move_e)) //M600 not in progress, preHeat @ autoLoad menu not active
  8428. {
  8429. if (!moves_planned() && !IS_SD_PRINTING && !is_usb_printing && (lcd_commands_type != LcdCommands::Layer1Cal) && ! eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE))
  8430. {
  8431. #ifdef IR_SENSOR_ANALOG
  8432. static uint16_t minVolt = Voltage2Raw(6.F), maxVolt = 0;
  8433. // detect min-max, some long term sliding window for filtration may be added
  8434. // avoiding floating point operations, thus computing in raw
  8435. if( current_voltage_raw_IR > maxVolt )maxVolt = current_voltage_raw_IR;
  8436. if( current_voltage_raw_IR < minVolt )minVolt = current_voltage_raw_IR;
  8437. #if 0 // Start: IR Sensor debug info
  8438. { // debug print
  8439. static uint16_t lastVolt = ~0U;
  8440. if( current_voltage_raw_IR != lastVolt ){
  8441. printf_P(PSTR("fs volt=%4.2fV (min=%4.2f max=%4.2f)\n"), Raw2Voltage(current_voltage_raw_IR), Raw2Voltage(minVolt), Raw2Voltage(maxVolt) );
  8442. lastVolt = current_voltage_raw_IR;
  8443. }
  8444. }
  8445. #endif // End: IR Sensor debug info
  8446. //! The trouble is, I can hold the filament in the hole in such a way, that it creates the exact voltage
  8447. //! to be detected as the new fsensor
  8448. //! We can either fake it by extending the detection window to a looooong time
  8449. //! or do some other countermeasures
  8450. //! what we want to detect:
  8451. //! if minvolt gets below ~0.3V, it means there is an old fsensor
  8452. //! if maxvolt gets above 4.6V, it means we either have an old fsensor or broken cables/fsensor
  8453. //! So I'm waiting for a situation, when minVolt gets to range <0, 1.5> and maxVolt gets into range <3.0, 5>
  8454. //! If and only if minVolt is in range <0.3, 1.5> and maxVolt is in range <3.0, 4.6>, I'm considering a situation with the new fsensor
  8455. if( minVolt >= IRsensor_Ldiode_TRESHOLD && minVolt <= IRsensor_Lmax_TRESHOLD
  8456. && maxVolt >= IRsensor_Hmin_TRESHOLD && maxVolt <= IRsensor_Hopen_TRESHOLD
  8457. ){
  8458. manage_inactivity_IR_ANALOG_Check(nFSCheckCount, ClFsensorPCB::_Old, ClFsensorPCB::_Rev04, _i("FS v0.4 or newer") ); ////c=18
  8459. }
  8460. //! If and only if minVolt is in range <0.0, 0.3> and maxVolt is in range <4.6, 5.0V>, I'm considering a situation with the old fsensor
  8461. //! Note, we are not relying on one voltage here - getting just +5V can mean an old fsensor or a broken new sensor - that's why
  8462. //! we need to have both voltages detected correctly to allow switching back to the old fsensor.
  8463. else if( minVolt < IRsensor_Ldiode_TRESHOLD
  8464. && maxVolt > IRsensor_Hopen_TRESHOLD && maxVolt <= IRsensor_VMax_TRESHOLD
  8465. ){
  8466. manage_inactivity_IR_ANALOG_Check(nFSCheckCount, ClFsensorPCB::_Rev04, oFsensorPCB=ClFsensorPCB::_Old, _i("FS v0.3 or older")); ////c=18
  8467. }
  8468. #endif // IR_SENSOR_ANALOG
  8469. if (fsensor_check_autoload())
  8470. {
  8471. #ifdef PAT9125
  8472. fsensor_autoload_check_stop();
  8473. #endif //PAT9125
  8474. //-// if (degHotend0() > EXTRUDE_MINTEMP)
  8475. if(0)
  8476. {
  8477. Sound_MakeCustom(50,1000,false);
  8478. loading_flag = true;
  8479. enquecommand_front_P((PSTR("M701")));
  8480. }
  8481. else
  8482. {
  8483. /*
  8484. lcd_update_enable(false);
  8485. show_preheat_nozzle_warning();
  8486. lcd_update_enable(true);
  8487. */
  8488. eFilamentAction=FilamentAction::AutoLoad;
  8489. bFilamentFirstRun=false;
  8490. if(target_temperature[0]>=EXTRUDE_MINTEMP){
  8491. bFilamentPreheatState=true;
  8492. // mFilamentItem(target_temperature[0],target_temperature_bed);
  8493. menu_submenu(mFilamentItemForce);
  8494. } else {
  8495. menu_submenu(lcd_generic_preheat_menu);
  8496. lcd_timeoutToStatus.start();
  8497. }
  8498. }
  8499. }
  8500. }
  8501. else
  8502. {
  8503. #ifdef PAT9125
  8504. fsensor_autoload_check_stop();
  8505. #endif //PAT9125
  8506. if (fsensor_enabled && !saved_printing)
  8507. fsensor_update();
  8508. }
  8509. }
  8510. }
  8511. #endif //FILAMENT_SENSOR
  8512. #ifdef SAFETYTIMER
  8513. handleSafetyTimer();
  8514. #endif //SAFETYTIMER
  8515. #if defined(KILL_PIN) && KILL_PIN > -1
  8516. static int killCount = 0; // make the inactivity button a bit less responsive
  8517. const int KILL_DELAY = 10000;
  8518. #endif
  8519. if(buflen < (BUFSIZE-1)){
  8520. get_command();
  8521. }
  8522. if( (_millis() - previous_millis_cmd) > max_inactive_time )
  8523. if(max_inactive_time)
  8524. kill(_n("Inactivity Shutdown"), 4);
  8525. if(stepper_inactive_time) {
  8526. if( (_millis() - previous_millis_cmd) > stepper_inactive_time )
  8527. {
  8528. if(blocks_queued() == false && ignore_stepper_queue == false) {
  8529. disable_x();
  8530. disable_y();
  8531. disable_z();
  8532. disable_e0();
  8533. disable_e1();
  8534. disable_e2();
  8535. }
  8536. }
  8537. }
  8538. #ifdef CHDK //Check if pin should be set to LOW after M240 set it to HIGH
  8539. if (chdkActive && (_millis() - chdkHigh > CHDK_DELAY))
  8540. {
  8541. chdkActive = false;
  8542. WRITE(CHDK, LOW);
  8543. }
  8544. #endif
  8545. #if defined(KILL_PIN) && KILL_PIN > -1
  8546. // Check if the kill button was pressed and wait just in case it was an accidental
  8547. // key kill key press
  8548. // -------------------------------------------------------------------------------
  8549. if( 0 == READ(KILL_PIN) )
  8550. {
  8551. killCount++;
  8552. }
  8553. else if (killCount > 0)
  8554. {
  8555. killCount--;
  8556. }
  8557. // Exceeded threshold and we can confirm that it was not accidental
  8558. // KILL the machine
  8559. // ----------------------------------------------------------------
  8560. if ( killCount >= KILL_DELAY)
  8561. {
  8562. kill(NULL, 5);
  8563. }
  8564. #endif
  8565. #if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
  8566. controllerFan(); //Check if fan should be turned on to cool stepper drivers down
  8567. #endif
  8568. #ifdef EXTRUDER_RUNOUT_PREVENT
  8569. if( (_millis() - previous_millis_cmd) > EXTRUDER_RUNOUT_SECONDS*1000 )
  8570. if(degHotend(active_extruder)>EXTRUDER_RUNOUT_MINTEMP)
  8571. {
  8572. bool oldstatus=READ(E0_ENABLE_PIN);
  8573. enable_e0();
  8574. float oldepos=current_position[E_AXIS];
  8575. float oldedes=destination[E_AXIS];
  8576. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS],
  8577. destination[E_AXIS]+EXTRUDER_RUNOUT_EXTRUDE*EXTRUDER_RUNOUT_ESTEPS/cs.axis_steps_per_unit[E_AXIS],
  8578. EXTRUDER_RUNOUT_SPEED/60.*EXTRUDER_RUNOUT_ESTEPS/cs.axis_steps_per_unit[E_AXIS], active_extruder);
  8579. current_position[E_AXIS]=oldepos;
  8580. destination[E_AXIS]=oldedes;
  8581. plan_set_e_position(oldepos);
  8582. previous_millis_cmd=_millis();
  8583. st_synchronize();
  8584. WRITE(E0_ENABLE_PIN,oldstatus);
  8585. }
  8586. #endif
  8587. #ifdef TEMP_STAT_LEDS
  8588. handle_status_leds();
  8589. #endif
  8590. check_axes_activity();
  8591. mmu_loop();
  8592. }
  8593. void kill(const char *full_screen_message, unsigned char id)
  8594. {
  8595. printf_P(_N("KILL: %d\n"), id);
  8596. //return;
  8597. cli(); // Stop interrupts
  8598. disable_heater();
  8599. disable_x();
  8600. // SERIAL_ECHOLNPGM("kill - disable Y");
  8601. disable_y();
  8602. poweroff_z();
  8603. disable_e0();
  8604. disable_e1();
  8605. disable_e2();
  8606. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  8607. pinMode(PS_ON_PIN,INPUT);
  8608. #endif
  8609. SERIAL_ERROR_START;
  8610. SERIAL_ERRORLNRPGM(_n("Printer halted. kill() called!"));////MSG_ERR_KILLED
  8611. if (full_screen_message != NULL) {
  8612. SERIAL_ERRORLNRPGM(full_screen_message);
  8613. lcd_display_message_fullscreen_P(full_screen_message);
  8614. } else {
  8615. LCD_ALERTMESSAGERPGM(_n("KILLED. "));////MSG_KILLED
  8616. }
  8617. // FMC small patch to update the LCD before ending
  8618. sei(); // enable interrupts
  8619. for ( int i=5; i--; lcd_update(0))
  8620. {
  8621. _delay(200);
  8622. }
  8623. cli(); // disable interrupts
  8624. suicide();
  8625. while(1)
  8626. {
  8627. #ifdef WATCHDOG
  8628. wdt_reset();
  8629. #endif //WATCHDOG
  8630. /* Intentionally left empty */
  8631. } // Wait for reset
  8632. }
  8633. // Stop: Emergency stop used by overtemp functions which allows recovery
  8634. //
  8635. // In addition to stopping the print, this prevents subsequent G[0-3] commands to be
  8636. // processed via USB (using "Stopped") until the print is resumed via M999 or
  8637. // manually started from scratch with the LCD.
  8638. //
  8639. // Note that the current instruction is completely discarded, so resuming from Stop()
  8640. // will introduce either over/under extrusion on the current segment, and will not
  8641. // survive a power panic. Switching Stop() to use the pause machinery instead (with
  8642. // the addition of disabling the headers) could allow true recovery in the future.
  8643. void Stop()
  8644. {
  8645. disable_heater();
  8646. if(Stopped == false) {
  8647. Stopped = true;
  8648. lcd_print_stop();
  8649. Stopped_gcode_LastN = gcode_LastN; // Save last g_code for restart
  8650. SERIAL_ERROR_START;
  8651. SERIAL_ERRORLNRPGM(MSG_ERR_STOPPED);
  8652. LCD_MESSAGERPGM(_T(MSG_STOPPED));
  8653. }
  8654. }
  8655. bool IsStopped() { return Stopped; };
  8656. void finishAndDisableSteppers()
  8657. {
  8658. st_synchronize();
  8659. disable_x();
  8660. disable_y();
  8661. disable_z();
  8662. disable_e0();
  8663. disable_e1();
  8664. disable_e2();
  8665. #ifndef LA_NOCOMPAT
  8666. // Steppers are disabled both when a print is stopped and also via M84 (which is additionally
  8667. // checked-for to indicate a complete file), so abuse this function to reset the LA detection
  8668. // state for the next print.
  8669. la10c_reset();
  8670. #endif
  8671. }
  8672. #ifdef FAST_PWM_FAN
  8673. void setPwmFrequency(uint8_t pin, int val)
  8674. {
  8675. val &= 0x07;
  8676. switch(digitalPinToTimer(pin))
  8677. {
  8678. #if defined(TCCR0A)
  8679. case TIMER0A:
  8680. case TIMER0B:
  8681. // TCCR0B &= ~(_BV(CS00) | _BV(CS01) | _BV(CS02));
  8682. // TCCR0B |= val;
  8683. break;
  8684. #endif
  8685. #if defined(TCCR1A)
  8686. case TIMER1A:
  8687. case TIMER1B:
  8688. // TCCR1B &= ~(_BV(CS10) | _BV(CS11) | _BV(CS12));
  8689. // TCCR1B |= val;
  8690. break;
  8691. #endif
  8692. #if defined(TCCR2)
  8693. case TIMER2:
  8694. case TIMER2:
  8695. TCCR2 &= ~(_BV(CS10) | _BV(CS11) | _BV(CS12));
  8696. TCCR2 |= val;
  8697. break;
  8698. #endif
  8699. #if defined(TCCR2A)
  8700. case TIMER2A:
  8701. case TIMER2B:
  8702. TCCR2B &= ~(_BV(CS20) | _BV(CS21) | _BV(CS22));
  8703. TCCR2B |= val;
  8704. break;
  8705. #endif
  8706. #if defined(TCCR3A)
  8707. case TIMER3A:
  8708. case TIMER3B:
  8709. case TIMER3C:
  8710. TCCR3B &= ~(_BV(CS30) | _BV(CS31) | _BV(CS32));
  8711. TCCR3B |= val;
  8712. break;
  8713. #endif
  8714. #if defined(TCCR4A)
  8715. case TIMER4A:
  8716. case TIMER4B:
  8717. case TIMER4C:
  8718. TCCR4B &= ~(_BV(CS40) | _BV(CS41) | _BV(CS42));
  8719. TCCR4B |= val;
  8720. break;
  8721. #endif
  8722. #if defined(TCCR5A)
  8723. case TIMER5A:
  8724. case TIMER5B:
  8725. case TIMER5C:
  8726. TCCR5B &= ~(_BV(CS50) | _BV(CS51) | _BV(CS52));
  8727. TCCR5B |= val;
  8728. break;
  8729. #endif
  8730. }
  8731. }
  8732. #endif //FAST_PWM_FAN
  8733. //! @brief Get and validate extruder number
  8734. //!
  8735. //! If it is not specified, active_extruder is returned in parameter extruder.
  8736. //! @param [in] code M code number
  8737. //! @param [out] extruder
  8738. //! @return error
  8739. //! @retval true Invalid extruder specified in T code
  8740. //! @retval false Valid extruder specified in T code, or not specifiead
  8741. bool setTargetedHotend(int code, uint8_t &extruder)
  8742. {
  8743. extruder = active_extruder;
  8744. if(code_seen('T')) {
  8745. extruder = code_value();
  8746. if(extruder >= EXTRUDERS) {
  8747. SERIAL_ECHO_START;
  8748. switch(code){
  8749. case 104:
  8750. SERIAL_ECHORPGM(_n("M104 Invalid extruder "));////MSG_M104_INVALID_EXTRUDER
  8751. break;
  8752. case 105:
  8753. SERIAL_ECHORPGM(_n("M105 Invalid extruder "));////MSG_M105_INVALID_EXTRUDER
  8754. break;
  8755. case 109:
  8756. SERIAL_ECHORPGM(_n("M109 Invalid extruder "));////MSG_M109_INVALID_EXTRUDER
  8757. break;
  8758. case 218:
  8759. SERIAL_ECHORPGM(_n("M218 Invalid extruder "));////MSG_M218_INVALID_EXTRUDER
  8760. break;
  8761. case 221:
  8762. SERIAL_ECHORPGM(_n("M221 Invalid extruder "));////MSG_M221_INVALID_EXTRUDER
  8763. break;
  8764. }
  8765. SERIAL_PROTOCOLLN((int)extruder);
  8766. return true;
  8767. }
  8768. }
  8769. return false;
  8770. }
  8771. void save_statistics(unsigned long _total_filament_used, unsigned long _total_print_time) //_total_filament_used unit: mm/100; print time in s
  8772. {
  8773. 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)
  8774. {
  8775. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, 0);
  8776. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, 0);
  8777. }
  8778. unsigned long _previous_filament = eeprom_read_dword((uint32_t *)EEPROM_FILAMENTUSED); //_previous_filament unit: cm
  8779. unsigned long _previous_time = eeprom_read_dword((uint32_t *)EEPROM_TOTALTIME); //_previous_time unit: min
  8780. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, _previous_time + (_total_print_time/60)); //EEPROM_TOTALTIME unit: min
  8781. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, _previous_filament + (_total_filament_used / 1000));
  8782. total_filament_used = 0;
  8783. }
  8784. float calculate_extruder_multiplier(float diameter) {
  8785. float out = 1.f;
  8786. if (cs.volumetric_enabled && diameter > 0.f) {
  8787. float area = M_PI * diameter * diameter * 0.25;
  8788. out = 1.f / area;
  8789. }
  8790. if (extrudemultiply != 100)
  8791. out *= float(extrudemultiply) * 0.01f;
  8792. return out;
  8793. }
  8794. void calculate_extruder_multipliers() {
  8795. extruder_multiplier[0] = calculate_extruder_multiplier(cs.filament_size[0]);
  8796. #if EXTRUDERS > 1
  8797. extruder_multiplier[1] = calculate_extruder_multiplier(cs.filament_size[1]);
  8798. #if EXTRUDERS > 2
  8799. extruder_multiplier[2] = calculate_extruder_multiplier(cs.filament_size[2]);
  8800. #endif
  8801. #endif
  8802. }
  8803. void delay_keep_alive(unsigned int ms)
  8804. {
  8805. for (;;) {
  8806. manage_heater();
  8807. // Manage inactivity, but don't disable steppers on timeout.
  8808. manage_inactivity(true);
  8809. lcd_update(0);
  8810. if (ms == 0)
  8811. break;
  8812. else if (ms >= 50) {
  8813. _delay(50);
  8814. ms -= 50;
  8815. } else {
  8816. _delay(ms);
  8817. ms = 0;
  8818. }
  8819. }
  8820. }
  8821. static void wait_for_heater(long codenum, uint8_t extruder) {
  8822. if (!degTargetHotend(extruder))
  8823. return;
  8824. #ifdef TEMP_RESIDENCY_TIME
  8825. long residencyStart;
  8826. residencyStart = -1;
  8827. /* continue to loop until we have reached the target temp
  8828. _and_ until TEMP_RESIDENCY_TIME hasn't passed since we reached it */
  8829. cancel_heatup = false;
  8830. while ((!cancel_heatup) && ((residencyStart == -1) ||
  8831. (residencyStart >= 0 && (((unsigned int)(_millis() - residencyStart)) < (TEMP_RESIDENCY_TIME * 1000UL))))) {
  8832. #else
  8833. while (target_direction ? (isHeatingHotend(tmp_extruder)) : (isCoolingHotend(tmp_extruder) && (CooldownNoWait == false))) {
  8834. #endif //TEMP_RESIDENCY_TIME
  8835. if ((_millis() - codenum) > 1000UL)
  8836. { //Print Temp Reading and remaining time every 1 second while heating up/cooling down
  8837. if (!farm_mode) {
  8838. SERIAL_PROTOCOLPGM("T:");
  8839. SERIAL_PROTOCOL_F(degHotend(extruder), 1);
  8840. SERIAL_PROTOCOLPGM(" E:");
  8841. SERIAL_PROTOCOL((int)extruder);
  8842. #ifdef TEMP_RESIDENCY_TIME
  8843. SERIAL_PROTOCOLPGM(" W:");
  8844. if (residencyStart > -1)
  8845. {
  8846. codenum = ((TEMP_RESIDENCY_TIME * 1000UL) - (_millis() - residencyStart)) / 1000UL;
  8847. SERIAL_PROTOCOLLN(codenum);
  8848. }
  8849. else
  8850. {
  8851. SERIAL_PROTOCOLLN('?');
  8852. }
  8853. }
  8854. #else
  8855. SERIAL_PROTOCOLLN();
  8856. #endif
  8857. codenum = _millis();
  8858. }
  8859. manage_heater();
  8860. manage_inactivity(true); //do not disable steppers
  8861. lcd_update(0);
  8862. #ifdef TEMP_RESIDENCY_TIME
  8863. /* start/restart the TEMP_RESIDENCY_TIME timer whenever we reach target temp for the first time
  8864. or when current temp falls outside the hysteresis after target temp was reached */
  8865. if ((residencyStart == -1 && target_direction && (degHotend(extruder) >= (degTargetHotend(extruder) - TEMP_WINDOW))) ||
  8866. (residencyStart == -1 && !target_direction && (degHotend(extruder) <= (degTargetHotend(extruder) + TEMP_WINDOW))) ||
  8867. (residencyStart > -1 && labs(degHotend(extruder) - degTargetHotend(extruder)) > TEMP_HYSTERESIS))
  8868. {
  8869. residencyStart = _millis();
  8870. }
  8871. #endif //TEMP_RESIDENCY_TIME
  8872. }
  8873. }
  8874. void check_babystep()
  8875. {
  8876. int babystep_z = eeprom_read_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->
  8877. s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)));
  8878. if ((babystep_z < Z_BABYSTEP_MIN) || (babystep_z > Z_BABYSTEP_MAX)) {
  8879. babystep_z = 0; //if babystep value is out of min max range, set it to 0
  8880. SERIAL_ECHOLNPGM("Z live adjust out of range. Setting to 0");
  8881. eeprom_write_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->
  8882. s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),
  8883. babystep_z);
  8884. lcd_show_fullscreen_message_and_wait_P(PSTR("Z live adjust out of range. Setting to 0. Click to continue."));
  8885. lcd_update_enable(true);
  8886. }
  8887. }
  8888. #ifdef HEATBED_ANALYSIS
  8889. void d_setup()
  8890. {
  8891. pinMode(D_DATACLOCK, INPUT_PULLUP);
  8892. pinMode(D_DATA, INPUT_PULLUP);
  8893. pinMode(D_REQUIRE, OUTPUT);
  8894. digitalWrite(D_REQUIRE, HIGH);
  8895. }
  8896. float d_ReadData()
  8897. {
  8898. int digit[13];
  8899. String mergeOutput;
  8900. float output;
  8901. digitalWrite(D_REQUIRE, HIGH);
  8902. for (int i = 0; i<13; i++)
  8903. {
  8904. for (int j = 0; j < 4; j++)
  8905. {
  8906. while (digitalRead(D_DATACLOCK) == LOW) {}
  8907. while (digitalRead(D_DATACLOCK) == HIGH) {}
  8908. bitWrite(digit[i], j, digitalRead(D_DATA));
  8909. }
  8910. }
  8911. digitalWrite(D_REQUIRE, LOW);
  8912. mergeOutput = "";
  8913. output = 0;
  8914. for (int r = 5; r <= 10; r++) //Merge digits
  8915. {
  8916. mergeOutput += digit[r];
  8917. }
  8918. output = mergeOutput.toFloat();
  8919. if (digit[4] == 8) //Handle sign
  8920. {
  8921. output *= -1;
  8922. }
  8923. for (int i = digit[11]; i > 0; i--) //Handle floating point
  8924. {
  8925. output /= 10;
  8926. }
  8927. return output;
  8928. }
  8929. void bed_check(float x_dimension, float y_dimension, int x_points_num, int y_points_num, float shift_x, float shift_y) {
  8930. int t1 = 0;
  8931. int t_delay = 0;
  8932. int digit[13];
  8933. int m;
  8934. char str[3];
  8935. //String mergeOutput;
  8936. char mergeOutput[15];
  8937. float output;
  8938. int mesh_point = 0; //index number of calibration point
  8939. 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
  8940. float bed_zero_ref_y = (-0.6f + Y_PROBE_OFFSET_FROM_EXTRUDER);
  8941. float mesh_home_z_search = 4;
  8942. float measure_z_height = 0.2f;
  8943. float row[x_points_num];
  8944. int ix = 0;
  8945. int iy = 0;
  8946. const char* filename_wldsd = "mesh.txt";
  8947. char data_wldsd[x_points_num * 7 + 1]; //6 chars(" -A.BCD")for each measurement + null
  8948. char numb_wldsd[8]; // (" -A.BCD" + null)
  8949. #ifdef MICROMETER_LOGGING
  8950. d_setup();
  8951. #endif //MICROMETER_LOGGING
  8952. int XY_AXIS_FEEDRATE = homing_feedrate[X_AXIS] / 20;
  8953. int Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 40;
  8954. unsigned int custom_message_type_old = custom_message_type;
  8955. unsigned int custom_message_state_old = custom_message_state;
  8956. custom_message_type = CustomMsg::MeshBedLeveling;
  8957. custom_message_state = (x_points_num * y_points_num) + 10;
  8958. lcd_update(1);
  8959. //mbl.reset();
  8960. babystep_undo();
  8961. card.openFile(filename_wldsd, false);
  8962. /*destination[Z_AXIS] = mesh_home_z_search;
  8963. //plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE);
  8964. plan_buffer_line_destinationXYZE(Z_LIFT_FEEDRATE);
  8965. for(int8_t i=0; i < NUM_AXIS; i++) {
  8966. current_position[i] = destination[i];
  8967. }
  8968. st_synchronize();
  8969. */
  8970. destination[Z_AXIS] = measure_z_height;
  8971. plan_buffer_line_destinationXYZE(Z_LIFT_FEEDRATE);
  8972. for(int8_t i=0; i < NUM_AXIS; i++) {
  8973. current_position[i] = destination[i];
  8974. }
  8975. st_synchronize();
  8976. /*int l_feedmultiply = */setup_for_endstop_move(false);
  8977. SERIAL_PROTOCOLPGM("Num X,Y: ");
  8978. SERIAL_PROTOCOL(x_points_num);
  8979. SERIAL_PROTOCOLPGM(",");
  8980. SERIAL_PROTOCOL(y_points_num);
  8981. SERIAL_PROTOCOLPGM("\nZ search height: ");
  8982. SERIAL_PROTOCOL(mesh_home_z_search);
  8983. SERIAL_PROTOCOLPGM("\nDimension X,Y: ");
  8984. SERIAL_PROTOCOL(x_dimension);
  8985. SERIAL_PROTOCOLPGM(",");
  8986. SERIAL_PROTOCOL(y_dimension);
  8987. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  8988. while (mesh_point != x_points_num * y_points_num) {
  8989. ix = mesh_point % x_points_num; // from 0 to MESH_NUM_X_POINTS - 1
  8990. iy = mesh_point / x_points_num;
  8991. if (iy & 1) ix = (x_points_num - 1) - ix; // Zig zag
  8992. float z0 = 0.f;
  8993. /*destination[Z_AXIS] = mesh_home_z_search;
  8994. //plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE);
  8995. plan_buffer_line_destinationXYZE(Z_LIFT_FEEDRATE);
  8996. for(int8_t i=0; i < NUM_AXIS; i++) {
  8997. current_position[i] = destination[i];
  8998. }
  8999. st_synchronize();*/
  9000. //current_position[X_AXIS] = 13.f + ix * (x_dimension / (x_points_num - 1)) - bed_zero_ref_x + shift_x;
  9001. //current_position[Y_AXIS] = 6.4f + iy * (y_dimension / (y_points_num - 1)) - bed_zero_ref_y + shift_y;
  9002. destination[X_AXIS] = ix * (x_dimension / (x_points_num - 1)) + shift_x;
  9003. destination[Y_AXIS] = iy * (y_dimension / (y_points_num - 1)) + shift_y;
  9004. mesh_plan_buffer_line_destinationXYZE(XY_AXIS_FEEDRATE/6);
  9005. set_current_to_destination();
  9006. st_synchronize();
  9007. // printf_P(PSTR("X = %f; Y= %f \n"), current_position[X_AXIS], current_position[Y_AXIS]);
  9008. delay_keep_alive(1000);
  9009. #ifdef MICROMETER_LOGGING
  9010. //memset(numb_wldsd, 0, sizeof(numb_wldsd));
  9011. //dtostrf(d_ReadData(), 8, 5, numb_wldsd);
  9012. //strcat(data_wldsd, numb_wldsd);
  9013. //MYSERIAL.println(data_wldsd);
  9014. //delay(1000);
  9015. //delay(3000);
  9016. //t1 = millis();
  9017. //while (digitalRead(D_DATACLOCK) == LOW) {}
  9018. //while (digitalRead(D_DATACLOCK) == HIGH) {}
  9019. memset(digit, 0, sizeof(digit));
  9020. //cli();
  9021. digitalWrite(D_REQUIRE, LOW);
  9022. for (int i = 0; i<13; i++)
  9023. {
  9024. //t1 = millis();
  9025. for (int j = 0; j < 4; j++)
  9026. {
  9027. while (digitalRead(D_DATACLOCK) == LOW) {}
  9028. while (digitalRead(D_DATACLOCK) == HIGH) {}
  9029. //printf_P(PSTR("Done %d\n"), j);
  9030. bitWrite(digit[i], j, digitalRead(D_DATA));
  9031. }
  9032. //t_delay = (millis() - t1);
  9033. //SERIAL_PROTOCOLPGM(" ");
  9034. //SERIAL_PROTOCOL_F(t_delay, 5);
  9035. //SERIAL_PROTOCOLPGM(" ");
  9036. }
  9037. //sei();
  9038. digitalWrite(D_REQUIRE, HIGH);
  9039. mergeOutput[0] = '\0';
  9040. output = 0;
  9041. for (int r = 5; r <= 10; r++) //Merge digits
  9042. {
  9043. sprintf(str, "%d", digit[r]);
  9044. strcat(mergeOutput, str);
  9045. }
  9046. output = atof(mergeOutput);
  9047. if (digit[4] == 8) //Handle sign
  9048. {
  9049. output *= -1;
  9050. }
  9051. for (int i = digit[11]; i > 0; i--) //Handle floating point
  9052. {
  9053. output *= 0.1;
  9054. }
  9055. //output = d_ReadData();
  9056. //row[ix] = current_position[Z_AXIS];
  9057. //row[ix] = d_ReadData();
  9058. row[ix] = output;
  9059. if (iy % 2 == 1 ? ix == 0 : ix == x_points_num - 1) {
  9060. memset(data_wldsd, 0, sizeof(data_wldsd));
  9061. for (int i = 0; i < x_points_num; i++) {
  9062. SERIAL_PROTOCOLPGM(" ");
  9063. SERIAL_PROTOCOL_F(row[i], 5);
  9064. memset(numb_wldsd, 0, sizeof(numb_wldsd));
  9065. dtostrf(row[i], 7, 3, numb_wldsd);
  9066. strcat(data_wldsd, numb_wldsd);
  9067. }
  9068. card.write_command(data_wldsd);
  9069. SERIAL_PROTOCOLPGM("\n");
  9070. }
  9071. custom_message_state--;
  9072. mesh_point++;
  9073. lcd_update(1);
  9074. }
  9075. #endif //MICROMETER_LOGGING
  9076. card.closefile();
  9077. //clean_up_after_endstop_move(l_feedmultiply);
  9078. }
  9079. void bed_analysis(float x_dimension, float y_dimension, int x_points_num, int y_points_num, float shift_x, float shift_y) {
  9080. int t1 = 0;
  9081. int t_delay = 0;
  9082. int digit[13];
  9083. int m;
  9084. char str[3];
  9085. //String mergeOutput;
  9086. char mergeOutput[15];
  9087. float output;
  9088. int mesh_point = 0; //index number of calibration point
  9089. 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
  9090. float bed_zero_ref_y = (-0.6f + Y_PROBE_OFFSET_FROM_EXTRUDER);
  9091. float mesh_home_z_search = 4;
  9092. float row[x_points_num];
  9093. int ix = 0;
  9094. int iy = 0;
  9095. const char* filename_wldsd = "wldsd.txt";
  9096. char data_wldsd[70];
  9097. char numb_wldsd[10];
  9098. d_setup();
  9099. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  9100. // We don't know where we are! HOME!
  9101. // Push the commands to the front of the message queue in the reverse order!
  9102. // There shall be always enough space reserved for these commands.
  9103. repeatcommand_front(); // repeat G80 with all its parameters
  9104. enquecommand_front_P(G28W0);
  9105. enquecommand_front_P((PSTR("G1 Z5")));
  9106. return;
  9107. }
  9108. unsigned int custom_message_type_old = custom_message_type;
  9109. unsigned int custom_message_state_old = custom_message_state;
  9110. custom_message_type = CustomMsg::MeshBedLeveling;
  9111. custom_message_state = (x_points_num * y_points_num) + 10;
  9112. lcd_update(1);
  9113. mbl.reset();
  9114. babystep_undo();
  9115. card.openFile(filename_wldsd, false);
  9116. current_position[Z_AXIS] = mesh_home_z_search;
  9117. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 60, active_extruder);
  9118. int XY_AXIS_FEEDRATE = homing_feedrate[X_AXIS] / 20;
  9119. int Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 40;
  9120. int l_feedmultiply = setup_for_endstop_move(false);
  9121. SERIAL_PROTOCOLPGM("Num X,Y: ");
  9122. SERIAL_PROTOCOL(x_points_num);
  9123. SERIAL_PROTOCOLPGM(",");
  9124. SERIAL_PROTOCOL(y_points_num);
  9125. SERIAL_PROTOCOLPGM("\nZ search height: ");
  9126. SERIAL_PROTOCOL(mesh_home_z_search);
  9127. SERIAL_PROTOCOLPGM("\nDimension X,Y: ");
  9128. SERIAL_PROTOCOL(x_dimension);
  9129. SERIAL_PROTOCOLPGM(",");
  9130. SERIAL_PROTOCOL(y_dimension);
  9131. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  9132. while (mesh_point != x_points_num * y_points_num) {
  9133. ix = mesh_point % x_points_num; // from 0 to MESH_NUM_X_POINTS - 1
  9134. iy = mesh_point / x_points_num;
  9135. if (iy & 1) ix = (x_points_num - 1) - ix; // Zig zag
  9136. float z0 = 0.f;
  9137. current_position[Z_AXIS] = mesh_home_z_search;
  9138. plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE, active_extruder);
  9139. st_synchronize();
  9140. current_position[X_AXIS] = 13.f + ix * (x_dimension / (x_points_num - 1)) - bed_zero_ref_x + shift_x;
  9141. current_position[Y_AXIS] = 6.4f + iy * (y_dimension / (y_points_num - 1)) - bed_zero_ref_y + shift_y;
  9142. plan_buffer_line_curposXYZE(XY_AXIS_FEEDRATE, active_extruder);
  9143. st_synchronize();
  9144. 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
  9145. break;
  9146. card.closefile();
  9147. }
  9148. //memset(numb_wldsd, 0, sizeof(numb_wldsd));
  9149. //dtostrf(d_ReadData(), 8, 5, numb_wldsd);
  9150. //strcat(data_wldsd, numb_wldsd);
  9151. //MYSERIAL.println(data_wldsd);
  9152. //_delay(1000);
  9153. //_delay(3000);
  9154. //t1 = _millis();
  9155. //while (digitalRead(D_DATACLOCK) == LOW) {}
  9156. //while (digitalRead(D_DATACLOCK) == HIGH) {}
  9157. memset(digit, 0, sizeof(digit));
  9158. //cli();
  9159. digitalWrite(D_REQUIRE, LOW);
  9160. for (int i = 0; i<13; i++)
  9161. {
  9162. //t1 = _millis();
  9163. for (int j = 0; j < 4; j++)
  9164. {
  9165. while (digitalRead(D_DATACLOCK) == LOW) {}
  9166. while (digitalRead(D_DATACLOCK) == HIGH) {}
  9167. bitWrite(digit[i], j, digitalRead(D_DATA));
  9168. }
  9169. //t_delay = (_millis() - t1);
  9170. //SERIAL_PROTOCOLPGM(" ");
  9171. //SERIAL_PROTOCOL_F(t_delay, 5);
  9172. //SERIAL_PROTOCOLPGM(" ");
  9173. }
  9174. //sei();
  9175. digitalWrite(D_REQUIRE, HIGH);
  9176. mergeOutput[0] = '\0';
  9177. output = 0;
  9178. for (int r = 5; r <= 10; r++) //Merge digits
  9179. {
  9180. sprintf(str, "%d", digit[r]);
  9181. strcat(mergeOutput, str);
  9182. }
  9183. output = atof(mergeOutput);
  9184. if (digit[4] == 8) //Handle sign
  9185. {
  9186. output *= -1;
  9187. }
  9188. for (int i = digit[11]; i > 0; i--) //Handle floating point
  9189. {
  9190. output *= 0.1;
  9191. }
  9192. //output = d_ReadData();
  9193. //row[ix] = current_position[Z_AXIS];
  9194. memset(data_wldsd, 0, sizeof(data_wldsd));
  9195. for (int i = 0; i <3; i++) {
  9196. memset(numb_wldsd, 0, sizeof(numb_wldsd));
  9197. dtostrf(current_position[i], 8, 5, numb_wldsd);
  9198. strcat(data_wldsd, numb_wldsd);
  9199. strcat(data_wldsd, ";");
  9200. }
  9201. memset(numb_wldsd, 0, sizeof(numb_wldsd));
  9202. dtostrf(output, 8, 5, numb_wldsd);
  9203. strcat(data_wldsd, numb_wldsd);
  9204. //strcat(data_wldsd, ";");
  9205. card.write_command(data_wldsd);
  9206. //row[ix] = d_ReadData();
  9207. row[ix] = output; // current_position[Z_AXIS];
  9208. if (iy % 2 == 1 ? ix == 0 : ix == x_points_num - 1) {
  9209. for (int i = 0; i < x_points_num; i++) {
  9210. SERIAL_PROTOCOLPGM(" ");
  9211. SERIAL_PROTOCOL_F(row[i], 5);
  9212. }
  9213. SERIAL_PROTOCOLPGM("\n");
  9214. }
  9215. custom_message_state--;
  9216. mesh_point++;
  9217. lcd_update(1);
  9218. }
  9219. card.closefile();
  9220. clean_up_after_endstop_move(l_feedmultiply);
  9221. }
  9222. #endif //HEATBED_ANALYSIS
  9223. #ifndef PINDA_THERMISTOR
  9224. static void temp_compensation_start() {
  9225. custom_message_type = CustomMsg::TempCompPreheat;
  9226. custom_message_state = PINDA_HEAT_T + 1;
  9227. lcd_update(2);
  9228. if (degHotend(active_extruder) > EXTRUDE_MINTEMP) {
  9229. current_position[E_AXIS] -= default_retraction;
  9230. }
  9231. plan_buffer_line_curposXYZE(400, active_extruder);
  9232. current_position[X_AXIS] = PINDA_PREHEAT_X;
  9233. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  9234. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  9235. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  9236. st_synchronize();
  9237. while (fabs(degBed() - target_temperature_bed) > 1) delay_keep_alive(1000);
  9238. for (int i = 0; i < PINDA_HEAT_T; i++) {
  9239. delay_keep_alive(1000);
  9240. custom_message_state = PINDA_HEAT_T - i;
  9241. if (custom_message_state == 99 || custom_message_state == 9) lcd_update(2); //force whole display redraw if number of digits changed
  9242. else lcd_update(1);
  9243. }
  9244. custom_message_type = CustomMsg::Status;
  9245. custom_message_state = 0;
  9246. }
  9247. static void temp_compensation_apply() {
  9248. int i_add;
  9249. int z_shift = 0;
  9250. float z_shift_mm;
  9251. if (calibration_status() == CALIBRATION_STATUS_CALIBRATED) {
  9252. if (target_temperature_bed % 10 == 0 && target_temperature_bed >= 60 && target_temperature_bed <= 100) {
  9253. i_add = (target_temperature_bed - 60) / 10;
  9254. EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + i_add * 2, &z_shift);
  9255. z_shift_mm = z_shift / cs.axis_steps_per_unit[Z_AXIS];
  9256. }else {
  9257. //interpolation
  9258. z_shift_mm = temp_comp_interpolation(target_temperature_bed) / cs.axis_steps_per_unit[Z_AXIS];
  9259. }
  9260. printf_P(_N("\nZ shift applied:%.3f\n"), z_shift_mm);
  9261. 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);
  9262. st_synchronize();
  9263. plan_set_z_position(current_position[Z_AXIS]);
  9264. }
  9265. else {
  9266. //we have no temp compensation data
  9267. }
  9268. }
  9269. #endif //ndef PINDA_THERMISTOR
  9270. float temp_comp_interpolation(float inp_temperature) {
  9271. //cubic spline interpolation
  9272. int n, i, j;
  9273. float h[10], a, b, c, d, sum, s[10] = { 0 }, x[10], F[10], f[10], m[10][10] = { 0 }, temp;
  9274. int shift[10];
  9275. int temp_C[10];
  9276. n = 6; //number of measured points
  9277. shift[0] = 0;
  9278. for (i = 0; i < n; i++) {
  9279. if (i>0) EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + (i-1) * 2, &shift[i]); //read shift in steps from EEPROM
  9280. temp_C[i] = 50 + i * 10; //temperature in C
  9281. #ifdef PINDA_THERMISTOR
  9282. constexpr int start_compensating_temp = 35;
  9283. temp_C[i] = start_compensating_temp + i * 5; //temperature in degrees C
  9284. #ifdef SUPERPINDA_SUPPORT
  9285. static_assert(start_compensating_temp >= PINDA_MINTEMP, "Temperature compensation start point is lower than PINDA_MINTEMP.");
  9286. #endif //SUPERPINDA_SUPPORT
  9287. #else
  9288. temp_C[i] = 50 + i * 10; //temperature in C
  9289. #endif
  9290. x[i] = (float)temp_C[i];
  9291. f[i] = (float)shift[i];
  9292. }
  9293. if (inp_temperature < x[0]) return 0;
  9294. for (i = n - 1; i>0; i--) {
  9295. F[i] = (f[i] - f[i - 1]) / (x[i] - x[i - 1]);
  9296. h[i - 1] = x[i] - x[i - 1];
  9297. }
  9298. //*********** formation of h, s , f matrix **************
  9299. for (i = 1; i<n - 1; i++) {
  9300. m[i][i] = 2 * (h[i - 1] + h[i]);
  9301. if (i != 1) {
  9302. m[i][i - 1] = h[i - 1];
  9303. m[i - 1][i] = h[i - 1];
  9304. }
  9305. m[i][n - 1] = 6 * (F[i + 1] - F[i]);
  9306. }
  9307. //*********** forward elimination **************
  9308. for (i = 1; i<n - 2; i++) {
  9309. temp = (m[i + 1][i] / m[i][i]);
  9310. for (j = 1; j <= n - 1; j++)
  9311. m[i + 1][j] -= temp*m[i][j];
  9312. }
  9313. //*********** backward substitution *********
  9314. for (i = n - 2; i>0; i--) {
  9315. sum = 0;
  9316. for (j = i; j <= n - 2; j++)
  9317. sum += m[i][j] * s[j];
  9318. s[i] = (m[i][n - 1] - sum) / m[i][i];
  9319. }
  9320. for (i = 0; i<n - 1; i++)
  9321. if ((x[i] <= inp_temperature && inp_temperature <= x[i + 1]) || (i == n-2 && inp_temperature > x[i + 1])) {
  9322. a = (s[i + 1] - s[i]) / (6 * h[i]);
  9323. b = s[i] / 2;
  9324. c = (f[i + 1] - f[i]) / h[i] - (2 * h[i] * s[i] + s[i + 1] * h[i]) / 6;
  9325. d = f[i];
  9326. sum = a*pow((inp_temperature - x[i]), 3) + b*pow((inp_temperature - x[i]), 2) + c*(inp_temperature - x[i]) + d;
  9327. }
  9328. return sum;
  9329. }
  9330. #ifdef PINDA_THERMISTOR
  9331. float temp_compensation_pinda_thermistor_offset(float temperature_pinda)
  9332. {
  9333. if (!eeprom_read_byte((unsigned char *)EEPROM_TEMP_CAL_ACTIVE)) return 0;
  9334. if (!calibration_status_pinda()) return 0;
  9335. return temp_comp_interpolation(temperature_pinda) / cs.axis_steps_per_unit[Z_AXIS];
  9336. }
  9337. #endif //PINDA_THERMISTOR
  9338. void long_pause() //long pause print
  9339. {
  9340. st_synchronize();
  9341. start_pause_print = _millis();
  9342. // Stop heaters
  9343. setAllTargetHotends(0);
  9344. //lift z
  9345. current_position[Z_AXIS] += Z_PAUSE_LIFT;
  9346. if (current_position[Z_AXIS] > Z_MAX_POS) current_position[Z_AXIS] = Z_MAX_POS;
  9347. plan_buffer_line_curposXYZE(15);
  9348. //Move XY to side
  9349. current_position[X_AXIS] = X_PAUSE_POS;
  9350. current_position[Y_AXIS] = Y_PAUSE_POS;
  9351. plan_buffer_line_curposXYZE(50);
  9352. // Turn off the print fan
  9353. fanSpeed = 0;
  9354. }
  9355. void serialecho_temperatures() {
  9356. float tt = degHotend(active_extruder);
  9357. SERIAL_PROTOCOLPGM("T:");
  9358. SERIAL_PROTOCOL(tt);
  9359. SERIAL_PROTOCOLPGM(" E:");
  9360. SERIAL_PROTOCOL((int)active_extruder);
  9361. SERIAL_PROTOCOLPGM(" B:");
  9362. SERIAL_PROTOCOL_F(degBed(), 1);
  9363. SERIAL_PROTOCOLLN();
  9364. }
  9365. #ifdef UVLO_SUPPORT
  9366. void uvlo_drain_reset()
  9367. {
  9368. // burn all that residual power
  9369. wdt_enable(WDTO_1S);
  9370. WRITE(BEEPER,HIGH);
  9371. lcd_clear();
  9372. lcd_puts_at_P(0, 1, MSG_POWERPANIC_DETECTED);
  9373. while(1);
  9374. }
  9375. void uvlo_()
  9376. {
  9377. unsigned long time_start = _millis();
  9378. bool sd_print = card.sdprinting;
  9379. // Conserve power as soon as possible.
  9380. #ifdef LCD_BL_PIN
  9381. backlightMode = BACKLIGHT_MODE_DIM;
  9382. backlightLevel_LOW = 0;
  9383. backlight_update();
  9384. #endif //LCD_BL_PIN
  9385. disable_x();
  9386. disable_y();
  9387. #ifdef TMC2130
  9388. tmc2130_set_current_h(Z_AXIS, 20);
  9389. tmc2130_set_current_r(Z_AXIS, 20);
  9390. tmc2130_set_current_h(E_AXIS, 20);
  9391. tmc2130_set_current_r(E_AXIS, 20);
  9392. #endif //TMC2130
  9393. // Stop all heaters
  9394. uint8_t saved_target_temperature_bed = target_temperature_bed;
  9395. uint16_t saved_target_temperature_ext = target_temperature[active_extruder];
  9396. setAllTargetHotends(0);
  9397. setTargetBed(0);
  9398. // Calculate the file position, from which to resume this print.
  9399. long sd_position = sdpos_atomic; //atomic sd position of last command added in queue
  9400. {
  9401. uint16_t sdlen_planner = planner_calc_sd_length(); //length of sd commands in planner
  9402. sd_position -= sdlen_planner;
  9403. uint16_t sdlen_cmdqueue = cmdqueue_calc_sd_length(); //length of sd commands in cmdqueue
  9404. sd_position -= sdlen_cmdqueue;
  9405. if (sd_position < 0) sd_position = 0;
  9406. }
  9407. // save the global state at planning time
  9408. uint16_t feedrate_bckp;
  9409. if (current_block)
  9410. {
  9411. memcpy(saved_target, current_block->gcode_target, sizeof(saved_target));
  9412. feedrate_bckp = current_block->gcode_feedrate;
  9413. }
  9414. else
  9415. {
  9416. saved_target[0] = SAVED_TARGET_UNSET;
  9417. feedrate_bckp = feedrate;
  9418. }
  9419. // From this point on and up to the print recovery, Z should not move during X/Y travels and
  9420. // should be controlled precisely. Reset the MBL status before planner_abort_hard in order to
  9421. // get the physical Z for further manipulation.
  9422. bool mbl_was_active = mbl.active;
  9423. mbl.active = false;
  9424. // After this call, the planner queue is emptied and the current_position is set to a current logical coordinate.
  9425. // The logical coordinate will likely differ from the machine coordinate if the skew calibration and mesh bed leveling
  9426. // are in action.
  9427. planner_abort_hard();
  9428. // Store the print logical Z position, which we need to recover (a slight error here would be
  9429. // recovered on the next Gcode instruction, while a physical location error would not)
  9430. float logical_z = current_position[Z_AXIS];
  9431. if(mbl_was_active) logical_z -= mbl.get_z(st_get_position_mm(X_AXIS), st_get_position_mm(Y_AXIS));
  9432. eeprom_update_float((float*)EEPROM_UVLO_CURRENT_POSITION_Z, logical_z);
  9433. // Store the print E position before we lose track
  9434. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION_E), current_position[E_AXIS]);
  9435. eeprom_update_byte((uint8_t*)EEPROM_UVLO_E_ABS, (axis_relative_modes & E_AXIS_MASK)?0:1);
  9436. // Clean the input command queue, inhibit serial processing using saved_printing
  9437. cmdqueue_reset();
  9438. card.sdprinting = false;
  9439. saved_printing = true;
  9440. // Enable stepper driver interrupt to move Z axis. This should be fine as the planner and
  9441. // command queues are empty, SD card printing is disabled, usb is inhibited.
  9442. sei();
  9443. // Retract
  9444. current_position[E_AXIS] -= default_retraction;
  9445. plan_buffer_line_curposXYZE(95);
  9446. st_synchronize();
  9447. disable_e0();
  9448. // Read out the current Z motor microstep counter to move the axis up towards
  9449. // a full step before powering off. NOTE: we need to ensure to schedule more
  9450. // than "dropsegments" steps in order to move (this is always the case here
  9451. // due to UVLO_Z_AXIS_SHIFT being used)
  9452. uint16_t z_res = tmc2130_get_res(Z_AXIS);
  9453. uint16_t z_microsteps = tmc2130_rd_MSCNT(Z_AXIS);
  9454. current_position[Z_AXIS] += float(1024 - z_microsteps)
  9455. / (z_res * cs.axis_steps_per_unit[Z_AXIS])
  9456. + UVLO_Z_AXIS_SHIFT;
  9457. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS]/60);
  9458. st_synchronize();
  9459. poweroff_z();
  9460. // Write the file position.
  9461. eeprom_update_dword((uint32_t*)(EEPROM_FILE_POSITION), sd_position);
  9462. // Store the mesh bed leveling offsets. This is 2*7*7=98 bytes, which takes 98*3.4us=333us in worst case.
  9463. for (int8_t mesh_point = 0; mesh_point < MESH_NUM_X_POINTS * MESH_NUM_Y_POINTS; ++ mesh_point) {
  9464. uint8_t ix = mesh_point % MESH_NUM_X_POINTS; // from 0 to MESH_NUM_X_POINTS - 1
  9465. uint8_t iy = mesh_point / MESH_NUM_X_POINTS;
  9466. // Scale the z value to 1u resolution.
  9467. int16_t v = mbl_was_active ? int16_t(floor(mbl.z_values[iy][ix] * 1000.f + 0.5f)) : 0;
  9468. eeprom_update_word((uint16_t*)(EEPROM_UVLO_MESH_BED_LEVELING_FULL +2*mesh_point), *reinterpret_cast<uint16_t*>(&v));
  9469. }
  9470. // Write the _final_ Z position and motor microstep counter (unused).
  9471. eeprom_update_float((float*)EEPROM_UVLO_TINY_CURRENT_POSITION_Z, current_position[Z_AXIS]);
  9472. z_microsteps = tmc2130_rd_MSCNT(Z_AXIS);
  9473. eeprom_update_word((uint16_t*)(EEPROM_UVLO_Z_MICROSTEPS), z_microsteps);
  9474. // Store the current position.
  9475. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0), current_position[X_AXIS]);
  9476. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 4), current_position[Y_AXIS]);
  9477. // Store the current feed rate, temperatures, fan speed and extruder multipliers (flow rates)
  9478. eeprom_update_word((uint16_t*)EEPROM_UVLO_FEEDRATE, feedrate_bckp);
  9479. eeprom_update_word((uint16_t*)EEPROM_UVLO_FEEDMULTIPLY, feedmultiply);
  9480. eeprom_update_word((uint16_t*)EEPROM_UVLO_TARGET_HOTEND, saved_target_temperature_ext);
  9481. eeprom_update_byte((uint8_t*)EEPROM_UVLO_TARGET_BED, saved_target_temperature_bed);
  9482. eeprom_update_byte((uint8_t*)EEPROM_UVLO_FAN_SPEED, fanSpeed);
  9483. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_0), extruder_multiplier[0]);
  9484. #if EXTRUDERS > 1
  9485. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_1), extruder_multiplier[1]);
  9486. #if EXTRUDERS > 2
  9487. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_2), extruder_multiplier[2]);
  9488. #endif
  9489. #endif
  9490. eeprom_update_word((uint16_t*)(EEPROM_EXTRUDEMULTIPLY), (uint16_t)extrudemultiply);
  9491. eeprom_update_float((float*)(EEPROM_UVLO_ACCELL), cs.acceleration);
  9492. eeprom_update_float((float*)(EEPROM_UVLO_RETRACT_ACCELL), cs.retract_acceleration);
  9493. eeprom_update_float((float*)(EEPROM_UVLO_TRAVEL_ACCELL), cs.travel_acceleration);
  9494. // Store the saved target
  9495. eeprom_update_float((float*)(EEPROM_UVLO_SAVED_TARGET+0*4), saved_target[X_AXIS]);
  9496. eeprom_update_float((float*)(EEPROM_UVLO_SAVED_TARGET+1*4), saved_target[Y_AXIS]);
  9497. eeprom_update_float((float*)(EEPROM_UVLO_SAVED_TARGET+2*4), saved_target[Z_AXIS]);
  9498. eeprom_update_float((float*)(EEPROM_UVLO_SAVED_TARGET+3*4), saved_target[E_AXIS]);
  9499. #ifdef LIN_ADVANCE
  9500. eeprom_update_float((float*)(EEPROM_UVLO_LA_K), extruder_advance_K);
  9501. #endif
  9502. // Finaly store the "power outage" flag.
  9503. if(sd_print) eeprom_update_byte((uint8_t*)EEPROM_UVLO, 1);
  9504. // Increment power failure counter
  9505. eeprom_update_byte((uint8_t*)EEPROM_POWER_COUNT, eeprom_read_byte((uint8_t*)EEPROM_POWER_COUNT) + 1);
  9506. eeprom_update_word((uint16_t*)EEPROM_POWER_COUNT_TOT, eeprom_read_word((uint16_t*)EEPROM_POWER_COUNT_TOT) + 1);
  9507. printf_P(_N("UVLO - end %d\n"), _millis() - time_start);
  9508. WRITE(BEEPER,HIGH);
  9509. // All is set: with all the juice left, try to move extruder away to detach the nozzle completely from the print
  9510. poweron_z();
  9511. current_position[X_AXIS] = (current_position[X_AXIS] < 0.5f * (X_MIN_POS + X_MAX_POS)) ? X_MIN_POS : X_MAX_POS;
  9512. plan_buffer_line_curposXYZE(500);
  9513. st_synchronize();
  9514. wdt_enable(WDTO_1S);
  9515. while(1);
  9516. }
  9517. void uvlo_tiny()
  9518. {
  9519. unsigned long time_start = _millis();
  9520. // Conserve power as soon as possible.
  9521. disable_x();
  9522. disable_y();
  9523. disable_e0();
  9524. #ifdef TMC2130
  9525. tmc2130_set_current_h(Z_AXIS, 20);
  9526. tmc2130_set_current_r(Z_AXIS, 20);
  9527. #endif //TMC2130
  9528. // Stop all heaters
  9529. setAllTargetHotends(0);
  9530. setTargetBed(0);
  9531. // When power is interrupted on the _first_ recovery an attempt can be made to raise the
  9532. // extruder, causing the Z position to change. Similarly, when recovering, the Z position is
  9533. // lowered. In such cases we cannot just save Z, we need to re-align the steppers to a fullstep.
  9534. // Disable MBL (if not already) to work with physical coordinates.
  9535. mbl.active = false;
  9536. planner_abort_hard();
  9537. // Allow for small roundoffs to be ignored
  9538. if(abs(current_position[Z_AXIS] - eeprom_read_float((float*)(EEPROM_UVLO_TINY_CURRENT_POSITION_Z))) >= 1.f/cs.axis_steps_per_unit[Z_AXIS])
  9539. {
  9540. // Clean the input command queue, inhibit serial processing using saved_printing
  9541. cmdqueue_reset();
  9542. card.sdprinting = false;
  9543. saved_printing = true;
  9544. // Enable stepper driver interrupt to move Z axis. This should be fine as the planner and
  9545. // command queues are empty, SD card printing is disabled, usb is inhibited.
  9546. sei();
  9547. // The axis was moved: adjust Z as done on a regular UVLO.
  9548. uint16_t z_res = tmc2130_get_res(Z_AXIS);
  9549. uint16_t z_microsteps = tmc2130_rd_MSCNT(Z_AXIS);
  9550. current_position[Z_AXIS] += float(1024 - z_microsteps)
  9551. / (z_res * cs.axis_steps_per_unit[Z_AXIS])
  9552. + UVLO_TINY_Z_AXIS_SHIFT;
  9553. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS]/60);
  9554. st_synchronize();
  9555. poweroff_z();
  9556. // Update Z position
  9557. eeprom_update_float((float*)(EEPROM_UVLO_TINY_CURRENT_POSITION_Z), current_position[Z_AXIS]);
  9558. // Update the _final_ Z motor microstep counter (unused).
  9559. z_microsteps = tmc2130_rd_MSCNT(Z_AXIS);
  9560. eeprom_update_word((uint16_t*)(EEPROM_UVLO_Z_MICROSTEPS), z_microsteps);
  9561. }
  9562. // Update the the "power outage" flag.
  9563. eeprom_update_byte((uint8_t*)EEPROM_UVLO,2);
  9564. // Increment power failure counter
  9565. eeprom_update_byte((uint8_t*)EEPROM_POWER_COUNT, eeprom_read_byte((uint8_t*)EEPROM_POWER_COUNT) + 1);
  9566. eeprom_update_word((uint16_t*)EEPROM_POWER_COUNT_TOT, eeprom_read_word((uint16_t*)EEPROM_POWER_COUNT_TOT) + 1);
  9567. printf_P(_N("UVLO_TINY - end %d\n"), _millis() - time_start);
  9568. uvlo_drain_reset();
  9569. }
  9570. #endif //UVLO_SUPPORT
  9571. #if (defined(FANCHECK) && defined(TACH_1) && (TACH_1 >-1))
  9572. void setup_fan_interrupt() {
  9573. //INT7
  9574. DDRE &= ~(1 << 7); //input pin
  9575. PORTE &= ~(1 << 7); //no internal pull-up
  9576. //start with sensing rising edge
  9577. EICRB &= ~(1 << 6);
  9578. EICRB |= (1 << 7);
  9579. //enable INT7 interrupt
  9580. EIMSK |= (1 << 7);
  9581. }
  9582. // The fan interrupt is triggered at maximum 325Hz (may be a bit more due to component tollerances),
  9583. // and it takes 4.24 us to process (the interrupt invocation overhead not taken into account).
  9584. ISR(INT7_vect) {
  9585. //measuring speed now works for fanSpeed > 18 (approximately), which is sufficient because MIN_PRINT_FAN_SPEED is higher
  9586. #ifdef FAN_SOFT_PWM
  9587. if (!fan_measuring || (fanSpeedSoftPwm < MIN_PRINT_FAN_SPEED)) return;
  9588. #else //FAN_SOFT_PWM
  9589. if (fanSpeed < MIN_PRINT_FAN_SPEED) return;
  9590. #endif //FAN_SOFT_PWM
  9591. if ((1 << 6) & EICRB) { //interrupt was triggered by rising edge
  9592. t_fan_rising_edge = millis_nc();
  9593. }
  9594. else { //interrupt was triggered by falling edge
  9595. if ((millis_nc() - t_fan_rising_edge) >= FAN_PULSE_WIDTH_LIMIT) {//this pulse was from sensor and not from pwm
  9596. fan_edge_counter[1] += 2; //we are currently counting all edges so lets count two edges for one pulse
  9597. }
  9598. }
  9599. EICRB ^= (1 << 6); //change edge
  9600. }
  9601. #endif
  9602. #ifdef UVLO_SUPPORT
  9603. void setup_uvlo_interrupt() {
  9604. DDRE &= ~(1 << 4); //input pin
  9605. PORTE &= ~(1 << 4); //no internal pull-up
  9606. // sensing falling edge
  9607. EICRB |= (1 << 0);
  9608. EICRB &= ~(1 << 1);
  9609. // enable INT4 interrupt
  9610. EIMSK |= (1 << 4);
  9611. // check if power was lost before we armed the interrupt
  9612. if(!(PINE & (1 << 4)) && eeprom_read_byte((uint8_t*)EEPROM_UVLO))
  9613. {
  9614. SERIAL_ECHOLNPGM("INT4");
  9615. uvlo_drain_reset();
  9616. }
  9617. }
  9618. ISR(INT4_vect) {
  9619. EIMSK &= ~(1 << 4); //disable INT4 interrupt to make sure that this code will be executed just once
  9620. SERIAL_ECHOLNPGM("INT4");
  9621. //fire normal uvlo only in case where EEPROM_UVLO is 0 or if IS_SD_PRINTING is 1.
  9622. if(PRINTER_ACTIVE && (!(eeprom_read_byte((uint8_t*)EEPROM_UVLO)))) uvlo_();
  9623. if(eeprom_read_byte((uint8_t*)EEPROM_UVLO)) uvlo_tiny();
  9624. }
  9625. void recover_print(uint8_t automatic) {
  9626. char cmd[30];
  9627. lcd_update_enable(true);
  9628. lcd_update(2);
  9629. lcd_setstatuspgm(_i("Recovering print "));////MSG_RECOVERING_PRINT c=20
  9630. // Recover position, temperatures and extrude_multipliers
  9631. bool mbl_was_active = recover_machine_state_after_power_panic();
  9632. // Lift the print head 25mm, first to avoid collisions with oozed material with the print,
  9633. // and second also so one may remove the excess priming material.
  9634. if(eeprom_read_byte((uint8_t*)EEPROM_UVLO) == 1)
  9635. {
  9636. sprintf_P(cmd, PSTR("G1 Z%.3f F800"), current_position[Z_AXIS] + 25);
  9637. enquecommand(cmd);
  9638. }
  9639. // Home X and Y axes. Homing just X and Y shall not touch the babystep and the world2machine
  9640. // transformation status. G28 will not touch Z when MBL is off.
  9641. enquecommand_P(PSTR("G28 X Y"));
  9642. // Set the target bed and nozzle temperatures and wait.
  9643. sprintf_P(cmd, PSTR("M104 S%d"), target_temperature[active_extruder]);
  9644. enquecommand(cmd);
  9645. sprintf_P(cmd, PSTR("M190 S%d"), target_temperature_bed);
  9646. enquecommand(cmd);
  9647. sprintf_P(cmd, PSTR("M109 S%d"), target_temperature[active_extruder]);
  9648. enquecommand(cmd);
  9649. enquecommand_P(PSTR("M83")); //E axis relative mode
  9650. // If not automatically recoreverd (long power loss)
  9651. if(automatic == 0){
  9652. //Extrude some filament to stabilize the pressure
  9653. enquecommand_P(PSTR("G1 E5 F120"));
  9654. // Retract to be consistent with a short pause
  9655. sprintf_P(cmd, PSTR("G1 E%-0.3f F2700"), default_retraction);
  9656. enquecommand(cmd);
  9657. }
  9658. 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]);
  9659. // Restart the print.
  9660. restore_print_from_eeprom(mbl_was_active);
  9661. printf_P(_N("Current pos Z_AXIS:%.3f\nCurrent pos E_AXIS:%.3f\n"), current_position[Z_AXIS], current_position[E_AXIS]);
  9662. }
  9663. bool recover_machine_state_after_power_panic()
  9664. {
  9665. // 1) Preset some dummy values for the XY axes
  9666. current_position[X_AXIS] = 0;
  9667. current_position[Y_AXIS] = 0;
  9668. // 2) Restore the mesh bed leveling offsets, but not the MBL status.
  9669. // This is 2*7*7=98 bytes, which takes 98*3.4us=333us in worst case.
  9670. bool mbl_was_active = false;
  9671. for (int8_t mesh_point = 0; mesh_point < MESH_NUM_X_POINTS * MESH_NUM_Y_POINTS; ++ mesh_point) {
  9672. uint8_t ix = mesh_point % MESH_NUM_X_POINTS; // from 0 to MESH_NUM_X_POINTS - 1
  9673. uint8_t iy = mesh_point / MESH_NUM_X_POINTS;
  9674. // Scale the z value to 10u resolution.
  9675. int16_t v;
  9676. eeprom_read_block(&v, (void*)(EEPROM_UVLO_MESH_BED_LEVELING_FULL+2*mesh_point), 2);
  9677. if (v != 0)
  9678. mbl_was_active = true;
  9679. mbl.z_values[iy][ix] = float(v) * 0.001f;
  9680. }
  9681. // Recover the physical coordinate of the Z axis at the time of the power panic.
  9682. // The current position after power panic is moved to the next closest 0th full step.
  9683. current_position[Z_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_TINY_CURRENT_POSITION_Z));
  9684. // Recover last E axis position
  9685. current_position[E_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_E));
  9686. memcpy(destination, current_position, sizeof(destination));
  9687. SERIAL_ECHOPGM("recover_machine_state_after_power_panic, initial ");
  9688. print_world_coordinates();
  9689. // 3) Initialize the logical to physical coordinate system transformation.
  9690. world2machine_initialize();
  9691. // SERIAL_ECHOPGM("recover_machine_state_after_power_panic, initial ");
  9692. // print_mesh_bed_leveling_table();
  9693. // 4) Load the baby stepping value, which is expected to be active at the time of power panic.
  9694. // The baby stepping value is used to reset the physical Z axis when rehoming the Z axis.
  9695. babystep_load();
  9696. // 5) Set the physical positions from the logical positions using the world2machine transformation
  9697. // This is only done to inizialize Z/E axes with physical locations, since X/Y are unknown.
  9698. plan_set_position_curposXYZE();
  9699. // 6) Power up the Z motors, mark their positions as known.
  9700. axis_known_position[Z_AXIS] = true;
  9701. enable_z();
  9702. // 7) Recover the target temperatures.
  9703. target_temperature[active_extruder] = eeprom_read_word((uint16_t*)EEPROM_UVLO_TARGET_HOTEND);
  9704. target_temperature_bed = eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED);
  9705. // 8) Recover extruder multipilers
  9706. extruder_multiplier[0] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_0));
  9707. #if EXTRUDERS > 1
  9708. extruder_multiplier[1] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_1));
  9709. #if EXTRUDERS > 2
  9710. extruder_multiplier[2] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_2));
  9711. #endif
  9712. #endif
  9713. extrudemultiply = (int)eeprom_read_word((uint16_t*)(EEPROM_EXTRUDEMULTIPLY));
  9714. // 9) Recover the saved target
  9715. saved_target[X_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_SAVED_TARGET+0*4));
  9716. saved_target[Y_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_SAVED_TARGET+1*4));
  9717. saved_target[Z_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_SAVED_TARGET+2*4));
  9718. saved_target[E_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_SAVED_TARGET+3*4));
  9719. #ifdef LIN_ADVANCE
  9720. extruder_advance_K = eeprom_read_float((float*)EEPROM_UVLO_LA_K);
  9721. #endif
  9722. return mbl_was_active;
  9723. }
  9724. void restore_print_from_eeprom(bool mbl_was_active) {
  9725. int feedrate_rec;
  9726. int feedmultiply_rec;
  9727. uint8_t fan_speed_rec;
  9728. char cmd[30];
  9729. char filename[13];
  9730. uint8_t depth = 0;
  9731. char dir_name[9];
  9732. fan_speed_rec = eeprom_read_byte((uint8_t*)EEPROM_UVLO_FAN_SPEED);
  9733. feedrate_rec = eeprom_read_word((uint16_t*)EEPROM_UVLO_FEEDRATE);
  9734. feedmultiply_rec = eeprom_read_word((uint16_t*)EEPROM_UVLO_FEEDMULTIPLY);
  9735. SERIAL_ECHOPGM("Feedrate:");
  9736. MYSERIAL.print(feedrate_rec);
  9737. SERIAL_ECHOPGM(", feedmultiply:");
  9738. MYSERIAL.println(feedmultiply_rec);
  9739. depth = eeprom_read_byte((uint8_t*)EEPROM_DIR_DEPTH);
  9740. MYSERIAL.println(int(depth));
  9741. for (int i = 0; i < depth; i++) {
  9742. for (int j = 0; j < 8; j++) {
  9743. dir_name[j] = eeprom_read_byte((uint8_t*)EEPROM_DIRS + j + 8 * i);
  9744. }
  9745. dir_name[8] = '\0';
  9746. MYSERIAL.println(dir_name);
  9747. // strcpy(card.dir_names[i], dir_name);
  9748. card.chdir(dir_name, false);
  9749. }
  9750. for (int i = 0; i < 8; i++) {
  9751. filename[i] = eeprom_read_byte((uint8_t*)EEPROM_FILENAME + i);
  9752. }
  9753. filename[8] = '\0';
  9754. MYSERIAL.print(filename);
  9755. strcat_P(filename, PSTR(".gco"));
  9756. sprintf_P(cmd, PSTR("M23 %s"), filename);
  9757. enquecommand(cmd);
  9758. uint32_t position = eeprom_read_dword((uint32_t*)(EEPROM_FILE_POSITION));
  9759. SERIAL_ECHOPGM("Position read from eeprom:");
  9760. MYSERIAL.println(position);
  9761. // Move to the XY print position in logical coordinates, where the print has been killed, but
  9762. // without shifting Z along the way. This requires performing the move without mbl.
  9763. sprintf_P(cmd, PSTR("G1 X%f Y%f F3000"),
  9764. eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0)),
  9765. eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 4)));
  9766. enquecommand(cmd);
  9767. // Enable MBL and switch to logical positioning
  9768. if (mbl_was_active)
  9769. enquecommand_P(PSTR("PRUSA MBL V1"));
  9770. // Move the Z axis down to the print, in logical coordinates.
  9771. sprintf_P(cmd, PSTR("G1 Z%f"), eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_Z)));
  9772. enquecommand(cmd);
  9773. // Restore acceleration settings
  9774. float acceleration = eeprom_read_float((float*)(EEPROM_UVLO_ACCELL));
  9775. float retract_acceleration = eeprom_read_float((float*)(EEPROM_UVLO_RETRACT_ACCELL));
  9776. float travel_acceleration = eeprom_read_float((float*)(EEPROM_UVLO_TRAVEL_ACCELL));
  9777. sprintf_P(cmd, PSTR("M204 P%f R%f T%f"), acceleration, retract_acceleration, travel_acceleration);
  9778. enquecommand(cmd);
  9779. // Unretract.
  9780. sprintf_P(cmd, PSTR("G1 E%0.3f F2700"), default_retraction);
  9781. enquecommand(cmd);
  9782. // Recover final E axis position and mode
  9783. float pos_e = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_E));
  9784. sprintf_P(cmd, PSTR("G92 E"));
  9785. dtostrf(pos_e, 6, 3, cmd + strlen(cmd));
  9786. enquecommand(cmd);
  9787. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO_E_ABS))
  9788. enquecommand_P(PSTR("M82")); //E axis abslute mode
  9789. // Set the feedrates saved at the power panic.
  9790. sprintf_P(cmd, PSTR("G1 F%d"), feedrate_rec);
  9791. enquecommand(cmd);
  9792. sprintf_P(cmd, PSTR("M220 S%d"), feedmultiply_rec);
  9793. enquecommand(cmd);
  9794. // Set the fan speed saved at the power panic.
  9795. strcpy_P(cmd, PSTR("M106 S"));
  9796. strcat(cmd, itostr3(int(fan_speed_rec)));
  9797. enquecommand(cmd);
  9798. // Set a position in the file.
  9799. sprintf_P(cmd, PSTR("M26 S%lu"), position);
  9800. enquecommand(cmd);
  9801. enquecommand_P(PSTR("G4 S0"));
  9802. enquecommand_P(PSTR("PRUSA uvlo"));
  9803. }
  9804. #endif //UVLO_SUPPORT
  9805. //! @brief Immediately stop print moves
  9806. //!
  9807. //! Immediately stop print moves, save current extruder temperature and position to RAM.
  9808. //! If printing from sd card, position in file is saved.
  9809. //! If printing from USB, line number is saved.
  9810. //!
  9811. //! @param z_move
  9812. //! @param e_move
  9813. void stop_and_save_print_to_ram(float z_move, float e_move)
  9814. {
  9815. if (saved_printing) return;
  9816. #if 0
  9817. unsigned char nplanner_blocks;
  9818. #endif
  9819. unsigned char nlines;
  9820. uint16_t sdlen_planner;
  9821. uint16_t sdlen_cmdqueue;
  9822. cli();
  9823. if (card.sdprinting) {
  9824. #if 0
  9825. nplanner_blocks = number_of_blocks();
  9826. #endif
  9827. saved_sdpos = sdpos_atomic; //atomic sd position of last command added in queue
  9828. sdlen_planner = planner_calc_sd_length(); //length of sd commands in planner
  9829. saved_sdpos -= sdlen_planner;
  9830. sdlen_cmdqueue = cmdqueue_calc_sd_length(); //length of sd commands in cmdqueue
  9831. saved_sdpos -= sdlen_cmdqueue;
  9832. saved_printing_type = PRINTING_TYPE_SD;
  9833. }
  9834. else if (is_usb_printing) { //reuse saved_sdpos for storing line number
  9835. saved_sdpos = gcode_LastN; //start with line number of command added recently to cmd queue
  9836. //reuse planner_calc_sd_length function for getting number of lines of commands in planner:
  9837. nlines = planner_calc_sd_length(); //number of lines of commands in planner
  9838. saved_sdpos -= nlines;
  9839. saved_sdpos -= buflen; //number of blocks in cmd buffer
  9840. saved_printing_type = PRINTING_TYPE_USB;
  9841. }
  9842. else {
  9843. saved_printing_type = PRINTING_TYPE_NONE;
  9844. //not sd printing nor usb printing
  9845. }
  9846. #if 0
  9847. SERIAL_ECHOPGM("SDPOS_ATOMIC="); MYSERIAL.println(sdpos_atomic, DEC);
  9848. SERIAL_ECHOPGM("SDPOS="); MYSERIAL.println(card.get_sdpos(), DEC);
  9849. SERIAL_ECHOPGM("SDLEN_PLAN="); MYSERIAL.println(sdlen_planner, DEC);
  9850. SERIAL_ECHOPGM("SDLEN_CMDQ="); MYSERIAL.println(sdlen_cmdqueue, DEC);
  9851. SERIAL_ECHOPGM("PLANNERBLOCKS="); MYSERIAL.println(int(nplanner_blocks), DEC);
  9852. SERIAL_ECHOPGM("SDSAVED="); MYSERIAL.println(saved_sdpos, DEC);
  9853. //SERIAL_ECHOPGM("SDFILELEN="); MYSERIAL.println(card.fileSize(), DEC);
  9854. {
  9855. card.setIndex(saved_sdpos);
  9856. SERIAL_ECHOLNPGM("Content of planner buffer: ");
  9857. for (unsigned int idx = 0; idx < sdlen_planner; ++ idx)
  9858. MYSERIAL.print(char(card.get()));
  9859. SERIAL_ECHOLNPGM("Content of command buffer: ");
  9860. for (unsigned int idx = 0; idx < sdlen_cmdqueue; ++ idx)
  9861. MYSERIAL.print(char(card.get()));
  9862. SERIAL_ECHOLNPGM("End of command buffer");
  9863. }
  9864. {
  9865. // Print the content of the planner buffer, line by line:
  9866. card.setIndex(saved_sdpos);
  9867. int8_t iline = 0;
  9868. for (unsigned char idx = block_buffer_tail; idx != block_buffer_head; idx = (idx + 1) & (BLOCK_BUFFER_SIZE - 1), ++ iline) {
  9869. SERIAL_ECHOPGM("Planner line (from file): ");
  9870. MYSERIAL.print(int(iline), DEC);
  9871. SERIAL_ECHOPGM(", length: ");
  9872. MYSERIAL.print(block_buffer[idx].sdlen, DEC);
  9873. SERIAL_ECHOPGM(", steps: (");
  9874. MYSERIAL.print(block_buffer[idx].steps_x, DEC);
  9875. SERIAL_ECHOPGM(",");
  9876. MYSERIAL.print(block_buffer[idx].steps_y, DEC);
  9877. SERIAL_ECHOPGM(",");
  9878. MYSERIAL.print(block_buffer[idx].steps_z, DEC);
  9879. SERIAL_ECHOPGM(",");
  9880. MYSERIAL.print(block_buffer[idx].steps_e, DEC);
  9881. SERIAL_ECHOPGM("), events: ");
  9882. MYSERIAL.println(block_buffer[idx].step_event_count, DEC);
  9883. for (int len = block_buffer[idx].sdlen; len > 0; -- len)
  9884. MYSERIAL.print(char(card.get()));
  9885. }
  9886. }
  9887. {
  9888. // Print the content of the command buffer, line by line:
  9889. int8_t iline = 0;
  9890. union {
  9891. struct {
  9892. char lo;
  9893. char hi;
  9894. } lohi;
  9895. uint16_t value;
  9896. } sdlen_single;
  9897. int _bufindr = bufindr;
  9898. for (int _buflen = buflen; _buflen > 0; ++ iline) {
  9899. if (cmdbuffer[_bufindr] == CMDBUFFER_CURRENT_TYPE_SDCARD) {
  9900. sdlen_single.lohi.lo = cmdbuffer[_bufindr + 1];
  9901. sdlen_single.lohi.hi = cmdbuffer[_bufindr + 2];
  9902. }
  9903. SERIAL_ECHOPGM("Buffer line (from buffer): ");
  9904. MYSERIAL.print(int(iline), DEC);
  9905. SERIAL_ECHOPGM(", type: ");
  9906. MYSERIAL.print(int(cmdbuffer[_bufindr]), DEC);
  9907. SERIAL_ECHOPGM(", len: ");
  9908. MYSERIAL.println(sdlen_single.value, DEC);
  9909. // Print the content of the buffer line.
  9910. MYSERIAL.println(cmdbuffer + _bufindr + CMDHDRSIZE);
  9911. SERIAL_ECHOPGM("Buffer line (from file): ");
  9912. MYSERIAL.println(int(iline), DEC);
  9913. for (; sdlen_single.value > 0; -- sdlen_single.value)
  9914. MYSERIAL.print(char(card.get()));
  9915. if (-- _buflen == 0)
  9916. break;
  9917. // First skip the current command ID and iterate up to the end of the string.
  9918. for (_bufindr += CMDHDRSIZE; cmdbuffer[_bufindr] != 0; ++ _bufindr) ;
  9919. // Second, skip the end of string null character and iterate until a nonzero command ID is found.
  9920. for (++ _bufindr; _bufindr < sizeof(cmdbuffer) && cmdbuffer[_bufindr] == 0; ++ _bufindr) ;
  9921. // If the end of the buffer was empty,
  9922. if (_bufindr == sizeof(cmdbuffer)) {
  9923. // skip to the start and find the nonzero command.
  9924. for (_bufindr = 0; cmdbuffer[_bufindr] == 0; ++ _bufindr) ;
  9925. }
  9926. }
  9927. }
  9928. #endif
  9929. // save the global state at planning time
  9930. if (current_block)
  9931. {
  9932. memcpy(saved_target, current_block->gcode_target, sizeof(saved_target));
  9933. saved_feedrate2 = current_block->gcode_feedrate;
  9934. }
  9935. else
  9936. {
  9937. saved_target[0] = SAVED_TARGET_UNSET;
  9938. saved_feedrate2 = feedrate;
  9939. }
  9940. planner_abort_hard(); //abort printing
  9941. memcpy(saved_pos, current_position, sizeof(saved_pos));
  9942. saved_feedmultiply2 = feedmultiply; //save feedmultiply
  9943. saved_active_extruder = active_extruder; //save active_extruder
  9944. saved_extruder_temperature = degTargetHotend(active_extruder);
  9945. saved_extruder_relative_mode = axis_relative_modes & E_AXIS_MASK;
  9946. saved_fanSpeed = fanSpeed;
  9947. cmdqueue_reset(); //empty cmdqueue
  9948. card.sdprinting = false;
  9949. // card.closefile();
  9950. saved_printing = true;
  9951. // We may have missed a stepper timer interrupt. Be safe than sorry, reset the stepper timer before re-enabling interrupts.
  9952. st_reset_timer();
  9953. sei();
  9954. if ((z_move != 0) || (e_move != 0)) { // extruder or z move
  9955. #if 1
  9956. // Rather than calling plan_buffer_line directly, push the move into the command queue so that
  9957. // the caller can continue processing. This is used during powerpanic to save the state as we
  9958. // move away from the print.
  9959. char buf[48];
  9960. if(e_move)
  9961. {
  9962. // First unretract (relative extrusion)
  9963. if(!saved_extruder_relative_mode){
  9964. enquecommand(PSTR("M83"), true);
  9965. }
  9966. //retract 45mm/s
  9967. // A single sprintf may not be faster, but is definitely 20B shorter
  9968. // than a sequence of commands building the string piece by piece
  9969. // A snprintf would have been a safer call, but since it is not used
  9970. // in the whole program, its implementation would bring more bytes to the total size
  9971. // The behavior of dtostrf 8,3 should be roughly the same as %-0.3
  9972. sprintf_P(buf, PSTR("G1 E%-0.3f F2700"), e_move);
  9973. enquecommand(buf, false);
  9974. }
  9975. if(z_move)
  9976. {
  9977. // Then lift Z axis
  9978. sprintf_P(buf, PSTR("G1 Z%-0.3f F%-0.3f"), saved_pos[Z_AXIS] + z_move, homing_feedrate[Z_AXIS]);
  9979. enquecommand(buf, false);
  9980. }
  9981. // If this call is invoked from the main Arduino loop() function, let the caller know that the command
  9982. // in the command queue is not the original command, but a new one, so it should not be removed from the queue.
  9983. repeatcommand_front();
  9984. #else
  9985. 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);
  9986. st_synchronize(); //wait moving
  9987. memcpy(current_position, saved_pos, sizeof(saved_pos));
  9988. memcpy(destination, current_position, sizeof(destination));
  9989. #endif
  9990. waiting_inside_plan_buffer_line_print_aborted = true; //unroll the stack
  9991. }
  9992. }
  9993. //! @brief Restore print from ram
  9994. //!
  9995. //! Restore print saved by stop_and_save_print_to_ram(). Is blocking, restores
  9996. //! print fan speed, waits for extruder temperature restore, then restores
  9997. //! position and continues print moves.
  9998. //!
  9999. //! Internally lcd_update() is called by wait_for_heater().
  10000. //!
  10001. //! @param e_move
  10002. void restore_print_from_ram_and_continue(float e_move)
  10003. {
  10004. if (!saved_printing) return;
  10005. #ifdef FANCHECK
  10006. // Do not allow resume printing if fans are still not ok
  10007. if ((fan_check_error != EFCE_OK) && (fan_check_error != EFCE_FIXED)) return;
  10008. if (fan_check_error == EFCE_FIXED) fan_check_error = EFCE_OK; //reenable serial stream processing if printing from usb
  10009. #endif
  10010. // for (int axis = X_AXIS; axis <= E_AXIS; axis++)
  10011. // current_position[axis] = st_get_position_mm(axis);
  10012. active_extruder = saved_active_extruder; //restore active_extruder
  10013. fanSpeed = saved_fanSpeed;
  10014. if (degTargetHotend(saved_active_extruder) != saved_extruder_temperature)
  10015. {
  10016. setTargetHotendSafe(saved_extruder_temperature, saved_active_extruder);
  10017. heating_status = 1;
  10018. wait_for_heater(_millis(), saved_active_extruder);
  10019. heating_status = 2;
  10020. }
  10021. axis_relative_modes ^= (-saved_extruder_relative_mode ^ axis_relative_modes) & E_AXIS_MASK;
  10022. float e = saved_pos[E_AXIS] - e_move;
  10023. plan_set_e_position(e);
  10024. #ifdef FANCHECK
  10025. fans_check_enabled = false;
  10026. #endif
  10027. //first move print head in XY to the saved position:
  10028. 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);
  10029. //then move Z
  10030. 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);
  10031. //and finaly unretract (35mm/s)
  10032. plan_buffer_line(saved_pos[X_AXIS], saved_pos[Y_AXIS], saved_pos[Z_AXIS], saved_pos[E_AXIS], FILAMENTCHANGE_RFEED, active_extruder);
  10033. st_synchronize();
  10034. #ifdef FANCHECK
  10035. fans_check_enabled = true;
  10036. #endif
  10037. // restore original feedrate/feedmultiply _after_ restoring the extruder position
  10038. feedrate = saved_feedrate2;
  10039. feedmultiply = saved_feedmultiply2;
  10040. memcpy(current_position, saved_pos, sizeof(saved_pos));
  10041. memcpy(destination, current_position, sizeof(destination));
  10042. if (saved_printing_type == PRINTING_TYPE_SD) { //was sd printing
  10043. card.setIndex(saved_sdpos);
  10044. sdpos_atomic = saved_sdpos;
  10045. card.sdprinting = true;
  10046. }
  10047. else if (saved_printing_type == PRINTING_TYPE_USB) { //was usb printing
  10048. gcode_LastN = saved_sdpos; //saved_sdpos was reused for storing line number when usb printing
  10049. serial_count = 0;
  10050. FlushSerialRequestResend();
  10051. }
  10052. else {
  10053. //not sd printing nor usb printing
  10054. }
  10055. lcd_setstatuspgm(_T(WELCOME_MSG));
  10056. saved_printing_type = PRINTING_TYPE_NONE;
  10057. saved_printing = false;
  10058. waiting_inside_plan_buffer_line_print_aborted = true; //unroll the stack
  10059. }
  10060. // Cancel the state related to a currently saved print
  10061. void cancel_saved_printing()
  10062. {
  10063. eeprom_update_byte((uint8_t*)EEPROM_UVLO, 0);
  10064. saved_target[0] = SAVED_TARGET_UNSET;
  10065. saved_printing_type = PRINTING_TYPE_NONE;
  10066. saved_printing = false;
  10067. }
  10068. void print_world_coordinates()
  10069. {
  10070. printf_P(_N("world coordinates: (%.3f, %.3f, %.3f)\n"), current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS]);
  10071. }
  10072. void print_physical_coordinates()
  10073. {
  10074. 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));
  10075. }
  10076. void print_mesh_bed_leveling_table()
  10077. {
  10078. SERIAL_ECHOPGM("mesh bed leveling: ");
  10079. for (int8_t y = 0; y < MESH_NUM_Y_POINTS; ++ y)
  10080. for (int8_t x = 0; x < MESH_NUM_Y_POINTS; ++ x) {
  10081. MYSERIAL.print(mbl.z_values[y][x], 3);
  10082. SERIAL_ECHO(' ');
  10083. }
  10084. SERIAL_ECHOLN();
  10085. }
  10086. uint8_t calc_percent_done()
  10087. {
  10088. //in case that we have information from M73 gcode return percentage counted by slicer, else return percentage counted as byte_printed/filesize
  10089. uint8_t percent_done = 0;
  10090. #ifdef TMC2130
  10091. if (SilentModeMenu == SILENT_MODE_OFF && print_percent_done_normal <= 100)
  10092. {
  10093. percent_done = print_percent_done_normal;
  10094. }
  10095. else if (print_percent_done_silent <= 100)
  10096. {
  10097. percent_done = print_percent_done_silent;
  10098. }
  10099. #else
  10100. if (print_percent_done_normal <= 100)
  10101. {
  10102. percent_done = print_percent_done_normal;
  10103. }
  10104. #endif //TMC2130
  10105. else
  10106. {
  10107. percent_done = card.percentDone();
  10108. }
  10109. return percent_done;
  10110. }
  10111. static void print_time_remaining_init()
  10112. {
  10113. print_time_remaining_normal = PRINT_TIME_REMAINING_INIT;
  10114. print_percent_done_normal = PRINT_PERCENT_DONE_INIT;
  10115. print_time_remaining_silent = PRINT_TIME_REMAINING_INIT;
  10116. print_percent_done_silent = PRINT_PERCENT_DONE_INIT;
  10117. print_time_to_change_normal = PRINT_TIME_REMAINING_INIT;
  10118. print_time_to_change_silent = PRINT_TIME_REMAINING_INIT;
  10119. }
  10120. void load_filament_final_feed()
  10121. {
  10122. current_position[E_AXIS]+= FILAMENTCHANGE_FINALFEED;
  10123. plan_buffer_line_curposXYZE(FILAMENTCHANGE_EFEED_FINAL);
  10124. }
  10125. //! @brief Wait for user to check the state
  10126. //! @par nozzle_temp nozzle temperature to load filament
  10127. void M600_check_state(float nozzle_temp)
  10128. {
  10129. lcd_change_fil_state = 0;
  10130. while (lcd_change_fil_state != 1)
  10131. {
  10132. lcd_change_fil_state = 0;
  10133. KEEPALIVE_STATE(PAUSED_FOR_USER);
  10134. lcd_alright();
  10135. KEEPALIVE_STATE(IN_HANDLER);
  10136. switch(lcd_change_fil_state)
  10137. {
  10138. // Filament failed to load so load it again
  10139. case 2:
  10140. if (mmu_enabled)
  10141. mmu_M600_load_filament(false, nozzle_temp); //nonautomatic load; change to "wrong filament loaded" option?
  10142. else
  10143. M600_load_filament_movements();
  10144. break;
  10145. // Filament loaded properly but color is not clear
  10146. case 3:
  10147. st_synchronize();
  10148. load_filament_final_feed();
  10149. lcd_loading_color();
  10150. st_synchronize();
  10151. break;
  10152. // Everything good
  10153. default:
  10154. lcd_change_success();
  10155. break;
  10156. }
  10157. }
  10158. }
  10159. //! @brief Wait for user action
  10160. //!
  10161. //! Beep, manage nozzle heater and wait for user to start unload filament
  10162. //! If times out, active extruder temperature is set to 0.
  10163. //!
  10164. //! @param HotendTempBckp Temperature to be restored for active extruder, after user resolves MMU problem.
  10165. void M600_wait_for_user(float HotendTempBckp) {
  10166. KEEPALIVE_STATE(PAUSED_FOR_USER);
  10167. int counterBeep = 0;
  10168. unsigned long waiting_start_time = _millis();
  10169. uint8_t wait_for_user_state = 0;
  10170. lcd_display_message_fullscreen_P(_T(MSG_PRESS_TO_UNLOAD));
  10171. bool bFirst=true;
  10172. while (!(wait_for_user_state == 0 && lcd_clicked())){
  10173. manage_heater();
  10174. manage_inactivity(true);
  10175. #if BEEPER > 0
  10176. if (counterBeep == 500) {
  10177. counterBeep = 0;
  10178. }
  10179. SET_OUTPUT(BEEPER);
  10180. if (counterBeep == 0) {
  10181. if((eSoundMode==e_SOUND_MODE_BLIND)|| (eSoundMode==e_SOUND_MODE_LOUD)||((eSoundMode==e_SOUND_MODE_ONCE)&&bFirst))
  10182. {
  10183. bFirst=false;
  10184. WRITE(BEEPER, HIGH);
  10185. }
  10186. }
  10187. if (counterBeep == 20) {
  10188. WRITE(BEEPER, LOW);
  10189. }
  10190. counterBeep++;
  10191. #endif //BEEPER > 0
  10192. switch (wait_for_user_state) {
  10193. case 0: //nozzle is hot, waiting for user to press the knob to unload filament
  10194. delay_keep_alive(4);
  10195. if (_millis() > waiting_start_time + (unsigned long)M600_TIMEOUT * 1000) {
  10196. lcd_display_message_fullscreen_P(_i("Press the knob to preheat nozzle and continue."));////MSG_PRESS_TO_PREHEAT c=20 r=4
  10197. wait_for_user_state = 1;
  10198. setAllTargetHotends(0);
  10199. st_synchronize();
  10200. disable_e0();
  10201. disable_e1();
  10202. disable_e2();
  10203. }
  10204. break;
  10205. case 1: //nozzle target temperature is set to zero, waiting for user to start nozzle preheat
  10206. delay_keep_alive(4);
  10207. if (lcd_clicked()) {
  10208. setTargetHotend(HotendTempBckp, active_extruder);
  10209. lcd_wait_for_heater();
  10210. wait_for_user_state = 2;
  10211. }
  10212. break;
  10213. case 2: //waiting for nozzle to reach target temperature
  10214. if (abs(degTargetHotend(active_extruder) - degHotend(active_extruder)) < 1) {
  10215. lcd_display_message_fullscreen_P(_T(MSG_PRESS_TO_UNLOAD));
  10216. waiting_start_time = _millis();
  10217. wait_for_user_state = 0;
  10218. }
  10219. else {
  10220. counterBeep = 20; //beeper will be inactive during waiting for nozzle preheat
  10221. lcd_set_cursor(1, 4);
  10222. lcd_print(ftostr3(degHotend(active_extruder)));
  10223. }
  10224. break;
  10225. }
  10226. }
  10227. WRITE(BEEPER, LOW);
  10228. }
  10229. void M600_load_filament_movements()
  10230. {
  10231. #ifdef SNMM
  10232. display_loading();
  10233. do
  10234. {
  10235. current_position[E_AXIS] += 0.002;
  10236. plan_buffer_line_curposXYZE(500, active_extruder);
  10237. delay_keep_alive(2);
  10238. }
  10239. while (!lcd_clicked());
  10240. st_synchronize();
  10241. current_position[E_AXIS] += bowden_length[mmu_extruder];
  10242. plan_buffer_line_curposXYZE(3000, active_extruder);
  10243. current_position[E_AXIS] += FIL_LOAD_LENGTH - 60;
  10244. plan_buffer_line_curposXYZE(1400, active_extruder);
  10245. current_position[E_AXIS] += 40;
  10246. plan_buffer_line_curposXYZE(400, active_extruder);
  10247. current_position[E_AXIS] += 10;
  10248. plan_buffer_line_curposXYZE(50, active_extruder);
  10249. #else
  10250. current_position[E_AXIS]+= FILAMENTCHANGE_FIRSTFEED ;
  10251. plan_buffer_line_curposXYZE(FILAMENTCHANGE_EFEED_FIRST);
  10252. #endif
  10253. load_filament_final_feed();
  10254. lcd_loading_filament();
  10255. st_synchronize();
  10256. }
  10257. void M600_load_filament() {
  10258. //load filament for single material and SNMM
  10259. lcd_wait_interact();
  10260. //load_filament_time = _millis();
  10261. KEEPALIVE_STATE(PAUSED_FOR_USER);
  10262. #ifdef PAT9125
  10263. fsensor_autoload_check_start();
  10264. #endif //PAT9125
  10265. while(!lcd_clicked())
  10266. {
  10267. manage_heater();
  10268. manage_inactivity(true);
  10269. #ifdef FILAMENT_SENSOR
  10270. if (fsensor_check_autoload())
  10271. {
  10272. Sound_MakeCustom(50,1000,false);
  10273. break;
  10274. }
  10275. #endif //FILAMENT_SENSOR
  10276. }
  10277. #ifdef PAT9125
  10278. fsensor_autoload_check_stop();
  10279. #endif //PAT9125
  10280. KEEPALIVE_STATE(IN_HANDLER);
  10281. #ifdef FSENSOR_QUALITY
  10282. fsensor_oq_meassure_start(70);
  10283. #endif //FSENSOR_QUALITY
  10284. M600_load_filament_movements();
  10285. Sound_MakeCustom(50,1000,false);
  10286. #ifdef FSENSOR_QUALITY
  10287. fsensor_oq_meassure_stop();
  10288. if (!fsensor_oq_result())
  10289. {
  10290. bool disable = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Fil. sensor response is poor, disable it?"), false, true);
  10291. lcd_update_enable(true);
  10292. lcd_update(2);
  10293. if (disable)
  10294. fsensor_disable();
  10295. }
  10296. #endif //FSENSOR_QUALITY
  10297. lcd_update_enable(false);
  10298. }
  10299. //! @brief Wait for click
  10300. //!
  10301. //! Set
  10302. void marlin_wait_for_click()
  10303. {
  10304. int8_t busy_state_backup = busy_state;
  10305. KEEPALIVE_STATE(PAUSED_FOR_USER);
  10306. lcd_consume_click();
  10307. while(!lcd_clicked())
  10308. {
  10309. manage_heater();
  10310. manage_inactivity(true);
  10311. lcd_update(0);
  10312. }
  10313. KEEPALIVE_STATE(busy_state_backup);
  10314. }
  10315. #define FIL_LOAD_LENGTH 60
  10316. #ifdef PSU_Delta
  10317. bool bEnableForce_z;
  10318. void init_force_z()
  10319. {
  10320. WRITE(Z_ENABLE_PIN,Z_ENABLE_ON);
  10321. bEnableForce_z=true; // "true"-value enforce "disable_force_z()" executing
  10322. disable_force_z();
  10323. }
  10324. void check_force_z()
  10325. {
  10326. if(!(bEnableForce_z||eeprom_read_byte((uint8_t*)EEPROM_SILENT)))
  10327. init_force_z(); // causes enforced switching into disable-state
  10328. }
  10329. void disable_force_z()
  10330. {
  10331. if(!bEnableForce_z) return; // motor already disabled (may be ;-p )
  10332. bEnableForce_z=false;
  10333. // switching to silent mode
  10334. #ifdef TMC2130
  10335. tmc2130_mode=TMC2130_MODE_SILENT;
  10336. update_mode_profile();
  10337. tmc2130_init(true);
  10338. #endif // TMC2130
  10339. }
  10340. void enable_force_z()
  10341. {
  10342. if(bEnableForce_z)
  10343. return; // motor already enabled (may be ;-p )
  10344. bEnableForce_z=true;
  10345. // mode recovering
  10346. #ifdef TMC2130
  10347. tmc2130_mode=eeprom_read_byte((uint8_t*)EEPROM_SILENT)?TMC2130_MODE_SILENT:TMC2130_MODE_NORMAL;
  10348. update_mode_profile();
  10349. tmc2130_init(true);
  10350. #endif // TMC2130
  10351. WRITE(Z_ENABLE_PIN,Z_ENABLE_ON); // slightly redundant ;-p
  10352. }
  10353. #endif // PSU_Delta