Marlin_main.cpp 388 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194101951019610197101981019910200102011020210203102041020510206102071020810209102101021110212102131021410215102161021710218102191022010221102221022310224102251022610227102281022910230102311023210233102341023510236102371023810239102401024110242102431024410245102461024710248102491025010251102521025310254102551025610257102581025910260102611026210263102641026510266102671026810269102701027110272102731027410275102761027710278102791028010281102821028310284102851028610287102881028910290102911029210293102941029510296102971029810299103001030110302103031030410305103061030710308103091031010311103121031310314103151031610317103181031910320103211032210323103241032510326103271032810329103301033110332103331033410335103361033710338103391034010341103421034310344103451034610347103481034910350103511035210353103541035510356103571035810359103601036110362103631036410365103661036710368103691037010371103721037310374103751037610377103781037910380103811038210383103841038510386103871038810389103901039110392103931039410395103961039710398103991040010401104021040310404104051040610407104081040910410104111041210413104141041510416104171041810419104201042110422104231042410425104261042710428104291043010431104321043310434104351043610437104381043910440104411044210443104441044510446104471044810449104501045110452104531045410455104561045710458104591046010461104621046310464104651046610467104681046910470104711047210473104741047510476104771047810479104801048110482104831048410485104861048710488104891049010491104921049310494104951049610497104981049910500105011050210503105041050510506105071050810509105101051110512105131051410515105161051710518105191052010521105221052310524105251052610527105281052910530105311053210533105341053510536105371053810539105401054110542105431054410545105461054710548105491055010551105521055310554105551055610557105581055910560105611056210563105641056510566105671056810569105701057110572105731057410575105761057710578105791058010581105821058310584105851058610587105881058910590105911059210593105941059510596105971059810599106001060110602106031060410605106061060710608106091061010611106121061310614106151061610617106181061910620106211062210623106241062510626106271062810629106301063110632106331063410635106361063710638106391064010641106421064310644106451064610647106481064910650106511065210653106541065510656106571065810659106601066110662106631066410665106661066710668106691067010671106721067310674106751067610677106781067910680106811068210683106841068510686106871068810689106901069110692106931069410695106961069710698106991070010701107021070310704107051070610707107081070910710107111071210713107141071510716107171071810719107201072110722107231072410725107261072710728107291073010731107321073310734107351073610737107381073910740107411074210743107441074510746107471074810749107501075110752107531075410755107561075710758107591076010761107621076310764107651076610767107681076910770107711077210773107741077510776107771077810779107801078110782107831078410785107861078710788107891079010791107921079310794107951079610797107981079910800108011080210803108041080510806108071080810809108101081110812108131081410815108161081710818108191082010821108221082310824108251082610827108281082910830108311083210833108341083510836108371083810839108401084110842108431084410845108461084710848108491085010851108521085310854108551085610857108581085910860108611086210863108641086510866108671086810869108701087110872108731087410875108761087710878108791088010881108821088310884108851088610887108881088910890108911089210893108941089510896108971089810899109001090110902109031090410905109061090710908109091091010911109121091310914109151091610917109181091910920109211092210923109241092510926109271092810929109301093110932109331093410935109361093710938109391094010941109421094310944109451094610947109481094910950109511095210953109541095510956109571095810959109601096110962109631096410965109661096710968109691097010971109721097310974109751097610977109781097910980109811098210983109841098510986109871098810989109901099110992109931099410995109961099710998109991100011001110021100311004110051100611007110081100911010110111101211013110141101511016110171101811019110201102111022110231102411025110261102711028110291103011031110321103311034110351103611037110381103911040110411104211043110441104511046110471104811049110501105111052110531105411055110561105711058110591106011061110621106311064110651106611067110681106911070110711107211073110741107511076110771107811079110801108111082110831108411085110861108711088110891109011091110921109311094110951109611097110981109911100111011110211103111041110511106111071110811109111101111111112111131111411115111161111711118111191112011121111221112311124111251112611127111281112911130111311113211133111341113511136111371113811139111401114111142111431114411145111461114711148111491115011151111521115311154111551115611157111581115911160111611116211163111641116511166111671116811169111701117111172111731117411175111761117711178111791118011181111821118311184111851118611187111881118911190111911119211193111941119511196111971119811199112001120111202112031120411205112061120711208112091121011211112121121311214112151121611217112181121911220112211122211223112241122511226112271122811229112301123111232112331123411235112361123711238112391124011241112421124311244112451124611247112481124911250112511125211253112541125511256112571125811259112601126111262112631126411265112661126711268112691127011271112721127311274112751127611277112781127911280112811128211283112841128511286112871128811289112901129111292112931129411295112961129711298112991130011301113021130311304113051130611307113081130911310113111131211313113141131511316113171131811319113201132111322113231132411325113261132711328113291133011331113321133311334113351133611337113381133911340113411134211343113441134511346113471134811349113501135111352113531135411355113561135711358113591136011361113621136311364113651136611367113681136911370113711137211373113741137511376113771137811379113801138111382113831138411385113861138711388113891139011391113921139311394113951139611397113981139911400114011140211403114041140511406114071140811409114101141111412114131141411415114161141711418114191142011421114221142311424114251142611427114281142911430114311143211433114341143511436114371143811439114401144111442114431144411445114461144711448114491145011451114521145311454114551145611457114581145911460114611146211463114641146511466114671146811469114701147111472114731147411475114761147711478114791148011481114821148311484114851148611487114881148911490114911149211493114941149511496114971149811499115001150111502115031150411505115061150711508115091151011511115121151311514115151151611517115181151911520115211152211523115241152511526115271152811529115301153111532115331153411535115361153711538115391154011541115421154311544115451154611547115481154911550115511155211553115541155511556115571155811559115601156111562115631156411565115661156711568115691157011571115721157311574115751157611577115781157911580115811158211583115841158511586115871158811589115901159111592115931159411595115961159711598
  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. #ifdef ENABLE_AUTO_BED_LEVELING
  48. #include "vector_3.h"
  49. #ifdef AUTO_BED_LEVELING_GRID
  50. #include "qr_solve.h"
  51. #endif
  52. #endif // ENABLE_AUTO_BED_LEVELING
  53. #ifdef MESH_BED_LEVELING
  54. #include "mesh_bed_leveling.h"
  55. #include "mesh_bed_calibration.h"
  56. #endif
  57. #include "printers.h"
  58. #include "menu.h"
  59. #include "ultralcd.h"
  60. #include "backlight.h"
  61. #include "planner.h"
  62. #include "stepper.h"
  63. #include "temperature.h"
  64. #include "motion_control.h"
  65. #include "cardreader.h"
  66. #include "ConfigurationStore.h"
  67. #include "language.h"
  68. #include "pins_arduino.h"
  69. #include "math.h"
  70. #include "util.h"
  71. #include "Timer.h"
  72. #include <avr/wdt.h>
  73. #include <avr/pgmspace.h>
  74. #include "Dcodes.h"
  75. #include "AutoDeplete.h"
  76. #ifndef LA_NOCOMPAT
  77. #include "la10compat.h"
  78. #endif
  79. #ifdef SWSPI
  80. #include "swspi.h"
  81. #endif //SWSPI
  82. #include "spi.h"
  83. #ifdef SWI2C
  84. #include "swi2c.h"
  85. #endif //SWI2C
  86. #ifdef FILAMENT_SENSOR
  87. #include "fsensor.h"
  88. #endif //FILAMENT_SENSOR
  89. #ifdef TMC2130
  90. #include "tmc2130.h"
  91. #endif //TMC2130
  92. #ifdef W25X20CL
  93. #include "w25x20cl.h"
  94. #include "optiboot_w25x20cl.h"
  95. #endif //W25X20CL
  96. #ifdef BLINKM
  97. #include "BlinkM.h"
  98. #include "Wire.h"
  99. #endif
  100. #ifdef ULTRALCD
  101. #include "ultralcd.h"
  102. #endif
  103. #if NUM_SERVOS > 0
  104. #include "Servo.h"
  105. #endif
  106. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  107. #include <SPI.h>
  108. #endif
  109. #include "mmu.h"
  110. #define VERSION_STRING "1.0.2"
  111. #include "ultralcd.h"
  112. #include "sound.h"
  113. #include "cmdqueue.h"
  114. #include "io_atmega2560.h"
  115. // Macros for bit masks
  116. #define BIT(b) (1<<(b))
  117. #define TEST(n,b) (((n)&BIT(b))!=0)
  118. #define SET_BIT(n,b,value) (n) ^= ((-value)^(n)) & (BIT(b))
  119. //Macro for print fan speed
  120. #define FAN_PULSE_WIDTH_LIMIT ((fanSpeed > 100) ? 3 : 4) //time in ms
  121. //filament types
  122. #define FILAMENT_DEFAULT 0
  123. #define FILAMENT_FLEX 1
  124. #define FILAMENT_PVA 2
  125. #define FILAMENT_UNDEFINED 255
  126. //Stepper Movement Variables
  127. //===========================================================================
  128. //=============================imported variables============================
  129. //===========================================================================
  130. //===========================================================================
  131. //=============================public variables=============================
  132. //===========================================================================
  133. #ifdef SDSUPPORT
  134. CardReader card;
  135. #endif
  136. unsigned long PingTime = _millis();
  137. unsigned long NcTime;
  138. uint8_t mbl_z_probe_nr = 3; //numer of Z measurements for each point in mesh bed leveling calibration
  139. //used for PINDA temp calibration and pause print
  140. #define DEFAULT_RETRACTION 1
  141. #define DEFAULT_RETRACTION_MM 4 //MM
  142. float default_retraction = DEFAULT_RETRACTION;
  143. float homing_feedrate[] = HOMING_FEEDRATE;
  144. // Currently only the extruder axis may be switched to a relative mode.
  145. // Other axes are always absolute or relative based on the common relative_mode flag.
  146. bool axis_relative_modes[] = AXIS_RELATIVE_MODES;
  147. int feedmultiply=100; //100->1 200->2
  148. int extrudemultiply=100; //100->1 200->2
  149. int extruder_multiply[EXTRUDERS] = {100
  150. #if EXTRUDERS > 1
  151. , 100
  152. #if EXTRUDERS > 2
  153. , 100
  154. #endif
  155. #endif
  156. };
  157. int bowden_length[4] = {385, 385, 385, 385};
  158. bool is_usb_printing = false;
  159. bool homing_flag = false;
  160. bool temp_cal_active = false;
  161. unsigned long kicktime = _millis()+100000;
  162. unsigned int usb_printing_counter;
  163. int8_t lcd_change_fil_state = 0;
  164. unsigned long pause_time = 0;
  165. unsigned long start_pause_print = _millis();
  166. unsigned long t_fan_rising_edge = _millis();
  167. LongTimer safetyTimer;
  168. static LongTimer crashDetTimer;
  169. //unsigned long load_filament_time;
  170. bool mesh_bed_leveling_flag = false;
  171. bool mesh_bed_run_from_menu = false;
  172. bool prusa_sd_card_upload = false;
  173. unsigned int status_number = 0;
  174. unsigned long total_filament_used;
  175. unsigned int heating_status;
  176. unsigned int heating_status_counter;
  177. bool loading_flag = false;
  178. char snmm_filaments_used = 0;
  179. bool fan_state[2];
  180. int fan_edge_counter[2];
  181. int fan_speed[2];
  182. char dir_names[3][9];
  183. bool sortAlpha = false;
  184. float extruder_multiplier[EXTRUDERS] = {1.0
  185. #if EXTRUDERS > 1
  186. , 1.0
  187. #if EXTRUDERS > 2
  188. , 1.0
  189. #endif
  190. #endif
  191. };
  192. float current_position[NUM_AXIS] = { 0.0, 0.0, 0.0, 0.0 };
  193. //shortcuts for more readable code
  194. #define _x current_position[X_AXIS]
  195. #define _y current_position[Y_AXIS]
  196. #define _z current_position[Z_AXIS]
  197. #define _e current_position[E_AXIS]
  198. float min_pos[3] = { X_MIN_POS, Y_MIN_POS, Z_MIN_POS };
  199. float max_pos[3] = { X_MAX_POS, Y_MAX_POS, Z_MAX_POS };
  200. bool axis_known_position[3] = {false, false, false};
  201. // Extruder offset
  202. #if EXTRUDERS > 1
  203. #define NUM_EXTRUDER_OFFSETS 2 // only in XY plane
  204. float extruder_offset[NUM_EXTRUDER_OFFSETS][EXTRUDERS] = {
  205. #if defined(EXTRUDER_OFFSET_X) && defined(EXTRUDER_OFFSET_Y)
  206. EXTRUDER_OFFSET_X, EXTRUDER_OFFSET_Y
  207. #endif
  208. };
  209. #endif
  210. uint8_t active_extruder = 0;
  211. int fanSpeed=0;
  212. #ifdef FWRETRACT
  213. bool retracted[EXTRUDERS]={false
  214. #if EXTRUDERS > 1
  215. , false
  216. #if EXTRUDERS > 2
  217. , false
  218. #endif
  219. #endif
  220. };
  221. bool retracted_swap[EXTRUDERS]={false
  222. #if EXTRUDERS > 1
  223. , false
  224. #if EXTRUDERS > 2
  225. , false
  226. #endif
  227. #endif
  228. };
  229. float retract_length_swap = RETRACT_LENGTH_SWAP;
  230. float retract_recover_length_swap = RETRACT_RECOVER_LENGTH_SWAP;
  231. #endif
  232. #ifdef PS_DEFAULT_OFF
  233. bool powersupply = false;
  234. #else
  235. bool powersupply = true;
  236. #endif
  237. bool cancel_heatup = false ;
  238. int8_t busy_state = NOT_BUSY;
  239. static long prev_busy_signal_ms = -1;
  240. uint8_t host_keepalive_interval = HOST_KEEPALIVE_INTERVAL;
  241. const char errormagic[] PROGMEM = "Error:";
  242. const char echomagic[] PROGMEM = "echo:";
  243. bool no_response = false;
  244. uint8_t important_status;
  245. uint8_t saved_filament_type;
  246. #define SAVED_TARGET_UNSET (X_MIN_POS-1)
  247. float saved_target[NUM_AXIS] = {SAVED_TARGET_UNSET, 0, 0, 0};
  248. // save/restore printing in case that mmu was not responding
  249. bool mmu_print_saved = false;
  250. // storing estimated time to end of print counted by slicer
  251. uint8_t print_percent_done_normal = PRINT_PERCENT_DONE_INIT;
  252. uint16_t print_time_remaining_normal = PRINT_TIME_REMAINING_INIT; //estimated remaining print time in minutes
  253. uint8_t print_percent_done_silent = PRINT_PERCENT_DONE_INIT;
  254. uint16_t print_time_remaining_silent = PRINT_TIME_REMAINING_INIT; //estimated remaining print time in minutes
  255. //===========================================================================
  256. //=============================Private Variables=============================
  257. //===========================================================================
  258. #define MSG_BED_LEVELING_FAILED_TIMEOUT 30
  259. const char axis_codes[NUM_AXIS] = {'X', 'Y', 'Z', 'E'};
  260. float destination[NUM_AXIS] = { 0.0, 0.0, 0.0, 0.0};
  261. // For tracing an arc
  262. static float offset[3] = {0.0, 0.0, 0.0};
  263. // Current feedrate
  264. float feedrate = 1500.0;
  265. // Feedrate for the next move
  266. static float next_feedrate;
  267. // Original feedrate saved during homing moves
  268. static float saved_feedrate;
  269. const int sensitive_pins[] = SENSITIVE_PINS; // Sensitive pin list for M42
  270. //static float tt = 0;
  271. //static float bt = 0;
  272. //Inactivity shutdown variables
  273. static unsigned long previous_millis_cmd = 0;
  274. unsigned long max_inactive_time = 0;
  275. static unsigned long stepper_inactive_time = DEFAULT_STEPPER_DEACTIVE_TIME*1000l;
  276. static unsigned long safetytimer_inactive_time = DEFAULT_SAFETYTIMER_TIME_MINS*60*1000ul;
  277. unsigned long starttime=0;
  278. unsigned long stoptime=0;
  279. unsigned long _usb_timer = 0;
  280. bool Stopped=false;
  281. #if NUM_SERVOS > 0
  282. Servo servos[NUM_SERVOS];
  283. #endif
  284. bool target_direction;
  285. //Insert variables if CHDK is defined
  286. #ifdef CHDK
  287. unsigned long chdkHigh = 0;
  288. boolean chdkActive = false;
  289. #endif
  290. //! @name RAM save/restore printing
  291. //! @{
  292. bool saved_printing = false; //!< Print is paused and saved in RAM
  293. static uint32_t saved_sdpos = 0; //!< SD card position, or line number in case of USB printing
  294. uint8_t saved_printing_type = PRINTING_TYPE_SD;
  295. static float saved_pos[4] = { 0, 0, 0, 0 };
  296. static uint16_t saved_feedrate2 = 0; //!< Default feedrate (truncated from float)
  297. static int saved_feedmultiply2 = 0;
  298. static uint8_t saved_active_extruder = 0;
  299. static float saved_extruder_temperature = 0.0; //!< Active extruder temperature
  300. static bool saved_extruder_relative_mode = false;
  301. static int saved_fanSpeed = 0; //!< Print fan speed
  302. //! @}
  303. static int saved_feedmultiply_mm = 100;
  304. //===========================================================================
  305. //=============================Routines======================================
  306. //===========================================================================
  307. static void get_arc_coordinates();
  308. static bool setTargetedHotend(int code, uint8_t &extruder);
  309. static void print_time_remaining_init();
  310. static void wait_for_heater(long codenum, uint8_t extruder);
  311. static void gcode_G28(bool home_x_axis, bool home_y_axis, bool home_z_axis);
  312. static void temp_compensation_start();
  313. static void temp_compensation_apply();
  314. uint16_t gcode_in_progress = 0;
  315. uint16_t mcode_in_progress = 0;
  316. void serial_echopair_P(const char *s_P, float v)
  317. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  318. void serial_echopair_P(const char *s_P, double v)
  319. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  320. void serial_echopair_P(const char *s_P, unsigned long v)
  321. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  322. /*FORCE_INLINE*/ void serialprintPGM(const char *str)
  323. {
  324. #if 0
  325. char ch=pgm_read_byte(str);
  326. while(ch)
  327. {
  328. MYSERIAL.write(ch);
  329. ch=pgm_read_byte(++str);
  330. }
  331. #else
  332. // hmm, same size as the above version, the compiler did a good job optimizing the above
  333. while( uint8_t ch = pgm_read_byte(str) ){
  334. MYSERIAL.write((char)ch);
  335. ++str;
  336. }
  337. #endif
  338. }
  339. #ifdef SDSUPPORT
  340. #include "SdFatUtil.h"
  341. int freeMemory() { return SdFatUtil::FreeRam(); }
  342. #else
  343. extern "C" {
  344. extern unsigned int __bss_end;
  345. extern unsigned int __heap_start;
  346. extern void *__brkval;
  347. int freeMemory() {
  348. int free_memory;
  349. if ((int)__brkval == 0)
  350. free_memory = ((int)&free_memory) - ((int)&__bss_end);
  351. else
  352. free_memory = ((int)&free_memory) - ((int)__brkval);
  353. return free_memory;
  354. }
  355. }
  356. #endif //!SDSUPPORT
  357. void setup_killpin()
  358. {
  359. #if defined(KILL_PIN) && KILL_PIN > -1
  360. SET_INPUT(KILL_PIN);
  361. WRITE(KILL_PIN,HIGH);
  362. #endif
  363. }
  364. // Set home pin
  365. void setup_homepin(void)
  366. {
  367. #if defined(HOME_PIN) && HOME_PIN > -1
  368. SET_INPUT(HOME_PIN);
  369. WRITE(HOME_PIN,HIGH);
  370. #endif
  371. }
  372. void setup_photpin()
  373. {
  374. #if defined(PHOTOGRAPH_PIN) && PHOTOGRAPH_PIN > -1
  375. SET_OUTPUT(PHOTOGRAPH_PIN);
  376. WRITE(PHOTOGRAPH_PIN, LOW);
  377. #endif
  378. }
  379. void setup_powerhold()
  380. {
  381. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  382. SET_OUTPUT(SUICIDE_PIN);
  383. WRITE(SUICIDE_PIN, HIGH);
  384. #endif
  385. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  386. SET_OUTPUT(PS_ON_PIN);
  387. #if defined(PS_DEFAULT_OFF)
  388. WRITE(PS_ON_PIN, PS_ON_ASLEEP);
  389. #else
  390. WRITE(PS_ON_PIN, PS_ON_AWAKE);
  391. #endif
  392. #endif
  393. }
  394. void suicide()
  395. {
  396. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  397. SET_OUTPUT(SUICIDE_PIN);
  398. WRITE(SUICIDE_PIN, LOW);
  399. #endif
  400. }
  401. void servo_init()
  402. {
  403. #if (NUM_SERVOS >= 1) && defined(SERVO0_PIN) && (SERVO0_PIN > -1)
  404. servos[0].attach(SERVO0_PIN);
  405. #endif
  406. #if (NUM_SERVOS >= 2) && defined(SERVO1_PIN) && (SERVO1_PIN > -1)
  407. servos[1].attach(SERVO1_PIN);
  408. #endif
  409. #if (NUM_SERVOS >= 3) && defined(SERVO2_PIN) && (SERVO2_PIN > -1)
  410. servos[2].attach(SERVO2_PIN);
  411. #endif
  412. #if (NUM_SERVOS >= 4) && defined(SERVO3_PIN) && (SERVO3_PIN > -1)
  413. servos[3].attach(SERVO3_PIN);
  414. #endif
  415. #if (NUM_SERVOS >= 5)
  416. #error "TODO: enter initalisation code for more servos"
  417. #endif
  418. }
  419. bool fans_check_enabled = true;
  420. #ifdef TMC2130
  421. void crashdet_stop_and_save_print()
  422. {
  423. stop_and_save_print_to_ram(10, -default_retraction); //XY - no change, Z 10mm up, E -1mm retract
  424. }
  425. void crashdet_restore_print_and_continue()
  426. {
  427. restore_print_from_ram_and_continue(default_retraction); //XYZ = orig, E +1mm unretract
  428. // babystep_apply();
  429. }
  430. void crashdet_stop_and_save_print2()
  431. {
  432. cli();
  433. planner_abort_hard(); //abort printing
  434. cmdqueue_reset(); //empty cmdqueue
  435. card.sdprinting = false;
  436. card.closefile();
  437. // Reset and re-enable the stepper timer just before the global interrupts are enabled.
  438. st_reset_timer();
  439. sei();
  440. }
  441. void crashdet_detected(uint8_t mask)
  442. {
  443. st_synchronize();
  444. static uint8_t crashDet_counter = 0;
  445. bool automatic_recovery_after_crash = true;
  446. if (crashDet_counter++ == 0) {
  447. crashDetTimer.start();
  448. }
  449. else if (crashDetTimer.expired(CRASHDET_TIMER * 1000ul)){
  450. crashDetTimer.stop();
  451. crashDet_counter = 0;
  452. }
  453. else if(crashDet_counter == CRASHDET_COUNTER_MAX){
  454. automatic_recovery_after_crash = false;
  455. crashDetTimer.stop();
  456. crashDet_counter = 0;
  457. }
  458. else {
  459. crashDetTimer.start();
  460. }
  461. lcd_update_enable(true);
  462. lcd_clear();
  463. lcd_update(2);
  464. if (mask & X_AXIS_MASK)
  465. {
  466. eeprom_update_byte((uint8_t*)EEPROM_CRASH_COUNT_X, eeprom_read_byte((uint8_t*)EEPROM_CRASH_COUNT_X) + 1);
  467. eeprom_update_word((uint16_t*)EEPROM_CRASH_COUNT_X_TOT, eeprom_read_word((uint16_t*)EEPROM_CRASH_COUNT_X_TOT) + 1);
  468. }
  469. if (mask & Y_AXIS_MASK)
  470. {
  471. eeprom_update_byte((uint8_t*)EEPROM_CRASH_COUNT_Y, eeprom_read_byte((uint8_t*)EEPROM_CRASH_COUNT_Y) + 1);
  472. eeprom_update_word((uint16_t*)EEPROM_CRASH_COUNT_Y_TOT, eeprom_read_word((uint16_t*)EEPROM_CRASH_COUNT_Y_TOT) + 1);
  473. }
  474. lcd_update_enable(true);
  475. lcd_update(2);
  476. lcd_setstatuspgm(_T(MSG_CRASH_DETECTED));
  477. gcode_G28(true, true, false); //home X and Y
  478. st_synchronize();
  479. if (automatic_recovery_after_crash) {
  480. enquecommand_P(PSTR("CRASH_RECOVER"));
  481. }else{
  482. setTargetHotend(0, active_extruder);
  483. bool yesno = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Crash detected. Resume print?"), false);
  484. lcd_update_enable(true);
  485. if (yesno)
  486. {
  487. enquecommand_P(PSTR("CRASH_RECOVER"));
  488. }
  489. else
  490. {
  491. enquecommand_P(PSTR("CRASH_CANCEL"));
  492. }
  493. }
  494. }
  495. void crashdet_recover()
  496. {
  497. crashdet_restore_print_and_continue();
  498. if (lcd_crash_detect_enabled()) tmc2130_sg_stop_on_crash = true;
  499. }
  500. void crashdet_cancel()
  501. {
  502. saved_printing = false;
  503. tmc2130_sg_stop_on_crash = true;
  504. if (saved_printing_type == PRINTING_TYPE_SD) {
  505. lcd_print_stop();
  506. }else if(saved_printing_type == PRINTING_TYPE_USB){
  507. SERIAL_ECHOLNRPGM(MSG_OCTOPRINT_CANCEL); //for Octoprint: works the same as clicking "Abort" button in Octoprint GUI
  508. SERIAL_PROTOCOLLNRPGM(MSG_OK);
  509. }
  510. }
  511. #endif //TMC2130
  512. void failstats_reset_print()
  513. {
  514. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_X, 0);
  515. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_Y, 0);
  516. eeprom_update_byte((uint8_t *)EEPROM_FERROR_COUNT, 0);
  517. eeprom_update_byte((uint8_t *)EEPROM_POWER_COUNT, 0);
  518. eeprom_update_byte((uint8_t *)EEPROM_MMU_FAIL, 0);
  519. eeprom_update_byte((uint8_t *)EEPROM_MMU_LOAD_FAIL, 0);
  520. }
  521. #ifdef MESH_BED_LEVELING
  522. enum MeshLevelingState { MeshReport, MeshStart, MeshNext, MeshSet };
  523. #endif
  524. // Factory reset function
  525. // This function is used to erase parts or whole EEPROM memory which is used for storing calibration and and so on.
  526. // Level input parameter sets depth of reset
  527. int er_progress = 0;
  528. static void factory_reset(char level)
  529. {
  530. lcd_clear();
  531. switch (level) {
  532. // Level 0: Language reset
  533. case 0:
  534. Sound_MakeCustom(100,0,false);
  535. lang_reset();
  536. break;
  537. //Level 1: Reset statistics
  538. case 1:
  539. Sound_MakeCustom(100,0,false);
  540. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, 0);
  541. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, 0);
  542. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_X, 0);
  543. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_Y, 0);
  544. eeprom_update_byte((uint8_t *)EEPROM_FERROR_COUNT, 0);
  545. eeprom_update_byte((uint8_t *)EEPROM_POWER_COUNT, 0);
  546. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_X_TOT, 0);
  547. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_Y_TOT, 0);
  548. eeprom_update_word((uint16_t *)EEPROM_FERROR_COUNT_TOT, 0);
  549. eeprom_update_word((uint16_t *)EEPROM_POWER_COUNT_TOT, 0);
  550. eeprom_update_word((uint16_t *)EEPROM_MMU_FAIL_TOT, 0);
  551. eeprom_update_word((uint16_t *)EEPROM_MMU_LOAD_FAIL_TOT, 0);
  552. eeprom_update_byte((uint8_t *)EEPROM_MMU_FAIL, 0);
  553. eeprom_update_byte((uint8_t *)EEPROM_MMU_LOAD_FAIL, 0);
  554. lcd_menu_statistics();
  555. break;
  556. // Level 2: Prepare for shipping
  557. case 2:
  558. //lcd_puts_P(PSTR("Factory RESET"));
  559. //lcd_puts_at_P(1,2,PSTR("Shipping prep"));
  560. // Force language selection at the next boot up.
  561. lang_reset();
  562. // Force the "Follow calibration flow" message at the next boot up.
  563. calibration_status_store(CALIBRATION_STATUS_Z_CALIBRATION);
  564. eeprom_write_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 1); //run wizard
  565. farm_no = 0;
  566. farm_mode = false;
  567. eeprom_update_byte((uint8_t*)EEPROM_FARM_MODE, farm_mode);
  568. EEPROM_save_B(EEPROM_FARM_NUMBER, &farm_no);
  569. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, 0);
  570. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, 0);
  571. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_X_TOT, 0);
  572. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_Y_TOT, 0);
  573. eeprom_update_word((uint16_t *)EEPROM_FERROR_COUNT_TOT, 0);
  574. eeprom_update_word((uint16_t *)EEPROM_POWER_COUNT_TOT, 0);
  575. eeprom_update_word((uint16_t *)EEPROM_MMU_FAIL_TOT, 0);
  576. eeprom_update_word((uint16_t *)EEPROM_MMU_LOAD_FAIL_TOT, 0);
  577. eeprom_update_byte((uint8_t *)EEPROM_MMU_FAIL, 0);
  578. eeprom_update_byte((uint8_t *)EEPROM_MMU_LOAD_FAIL, 0);
  579. #ifdef FILAMENT_SENSOR
  580. fsensor_enable();
  581. fsensor_autoload_set(true);
  582. #endif //FILAMENT_SENSOR
  583. Sound_MakeCustom(100,0,false);
  584. //_delay_ms(2000);
  585. break;
  586. // Level 3: erase everything, whole EEPROM will be set to 0xFF
  587. case 3:
  588. lcd_puts_P(PSTR("Factory RESET"));
  589. lcd_puts_at_P(1, 2, PSTR("ERASING all data"));
  590. Sound_MakeCustom(100,0,false);
  591. er_progress = 0;
  592. lcd_puts_at_P(3, 3, PSTR(" "));
  593. lcd_set_cursor(3, 3);
  594. lcd_print(er_progress);
  595. // Erase EEPROM
  596. for (int i = 0; i < 4096; i++) {
  597. eeprom_update_byte((uint8_t*)i, 0xFF);
  598. if (i % 41 == 0) {
  599. er_progress++;
  600. lcd_puts_at_P(3, 3, PSTR(" "));
  601. lcd_set_cursor(3, 3);
  602. lcd_print(er_progress);
  603. lcd_puts_P(PSTR("%"));
  604. }
  605. }
  606. break;
  607. case 4:
  608. bowden_menu();
  609. break;
  610. default:
  611. break;
  612. }
  613. }
  614. extern "C" {
  615. FILE _uartout; //= {0}; Global variable is always zero initialized. No need to explicitly state this.
  616. }
  617. int uart_putchar(char c, FILE *)
  618. {
  619. MYSERIAL.write(c);
  620. return 0;
  621. }
  622. void lcd_splash()
  623. {
  624. lcd_clear(); // clears display and homes screen
  625. lcd_puts_P(PSTR("\n Original Prusa i3\n Prusa Research"));
  626. }
  627. void factory_reset()
  628. {
  629. KEEPALIVE_STATE(PAUSED_FOR_USER);
  630. if (!READ(BTN_ENC))
  631. {
  632. _delay_ms(1000);
  633. if (!READ(BTN_ENC))
  634. {
  635. lcd_clear();
  636. lcd_puts_P(PSTR("Factory RESET"));
  637. SET_OUTPUT(BEEPER);
  638. if(eSoundMode!=e_SOUND_MODE_SILENT)
  639. WRITE(BEEPER, HIGH);
  640. while (!READ(BTN_ENC));
  641. WRITE(BEEPER, LOW);
  642. _delay_ms(2000);
  643. char level = reset_menu();
  644. factory_reset(level);
  645. switch (level) {
  646. case 0: _delay_ms(0); break;
  647. case 1: _delay_ms(0); break;
  648. case 2: _delay_ms(0); break;
  649. case 3: _delay_ms(0); break;
  650. }
  651. }
  652. }
  653. KEEPALIVE_STATE(IN_HANDLER);
  654. }
  655. void show_fw_version_warnings() {
  656. if (FW_DEV_VERSION == FW_VERSION_GOLD || FW_DEV_VERSION == FW_VERSION_RC) return;
  657. switch (FW_DEV_VERSION) {
  658. 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
  659. 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
  660. case(FW_VERSION_DEVEL):
  661. case(FW_VERSION_DEBUG):
  662. lcd_update_enable(false);
  663. lcd_clear();
  664. #if FW_DEV_VERSION == FW_VERSION_DEVEL
  665. lcd_puts_at_P(0, 0, PSTR("Development build !!"));
  666. #else
  667. lcd_puts_at_P(0, 0, PSTR("Debbugging build !!!"));
  668. #endif
  669. lcd_puts_at_P(0, 1, PSTR("May destroy printer!"));
  670. lcd_puts_at_P(0, 2, PSTR("ver ")); lcd_puts_P(PSTR(FW_VERSION_FULL));
  671. lcd_puts_at_P(0, 3, PSTR(FW_REPOSITORY));
  672. lcd_wait_for_click();
  673. break;
  674. // 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
  675. }
  676. lcd_update_enable(true);
  677. }
  678. //! @brief try to check if firmware is on right type of printer
  679. static void check_if_fw_is_on_right_printer(){
  680. #ifdef FILAMENT_SENSOR
  681. if((PRINTER_TYPE == PRINTER_MK3) || (PRINTER_TYPE == PRINTER_MK3S)){
  682. #ifdef IR_SENSOR
  683. swi2c_init();
  684. const uint8_t pat9125_detected = swi2c_readByte_A8(PAT9125_I2C_ADDR,0x00,NULL);
  685. if (pat9125_detected){
  686. lcd_show_fullscreen_message_and_wait_P(_i("MK3S firmware detected on MK3 printer"));}
  687. #endif //IR_SENSOR
  688. #ifdef PAT9125
  689. //will return 1 only if IR can detect filament in bondtech extruder so this may fail even when we have IR sensor
  690. const uint8_t ir_detected = !(PIN_GET(IR_SENSOR_PIN));
  691. if (ir_detected){
  692. lcd_show_fullscreen_message_and_wait_P(_i("MK3 firmware detected on MK3S printer"));}
  693. #endif //PAT9125
  694. }
  695. #endif //FILAMENT_SENSOR
  696. }
  697. uint8_t check_printer_version()
  698. {
  699. uint8_t version_changed = 0;
  700. uint16_t printer_type = eeprom_read_word((uint16_t*)EEPROM_PRINTER_TYPE);
  701. uint16_t motherboard = eeprom_read_word((uint16_t*)EEPROM_BOARD_TYPE);
  702. if (printer_type != PRINTER_TYPE) {
  703. if (printer_type == 0xffff) eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  704. else version_changed |= 0b10;
  705. }
  706. if (motherboard != MOTHERBOARD) {
  707. if(motherboard == 0xffff) eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  708. else version_changed |= 0b01;
  709. }
  710. return version_changed;
  711. }
  712. #ifdef BOOTAPP
  713. #include "bootapp.h" //bootloader support
  714. #endif //BOOTAPP
  715. #if (LANG_MODE != 0) //secondary language support
  716. #ifdef W25X20CL
  717. // language update from external flash
  718. #define LANGBOOT_BLOCKSIZE 0x1000u
  719. #define LANGBOOT_RAMBUFFER 0x0800
  720. void update_sec_lang_from_external_flash()
  721. {
  722. if ((boot_app_magic == BOOT_APP_MAGIC) && (boot_app_flags & BOOT_APP_FLG_USER0))
  723. {
  724. uint8_t lang = boot_reserved >> 4;
  725. uint8_t state = boot_reserved & 0xf;
  726. lang_table_header_t header;
  727. uint32_t src_addr;
  728. if (lang_get_header(lang, &header, &src_addr))
  729. {
  730. lcd_puts_at_P(1,3,PSTR("Language update."));
  731. for (uint8_t i = 0; i < state; i++) fputc('.', lcdout);
  732. _delay(100);
  733. boot_reserved = (state + 1) | (lang << 4);
  734. if ((state * LANGBOOT_BLOCKSIZE) < header.size)
  735. {
  736. cli();
  737. uint16_t size = header.size - state * LANGBOOT_BLOCKSIZE;
  738. if (size > LANGBOOT_BLOCKSIZE) size = LANGBOOT_BLOCKSIZE;
  739. w25x20cl_rd_data(src_addr + state * LANGBOOT_BLOCKSIZE, (uint8_t*)LANGBOOT_RAMBUFFER, size);
  740. if (state == 0)
  741. {
  742. //TODO - check header integrity
  743. }
  744. bootapp_ram2flash(LANGBOOT_RAMBUFFER, _SEC_LANG_TABLE + state * LANGBOOT_BLOCKSIZE, size);
  745. }
  746. else
  747. {
  748. //TODO - check sec lang data integrity
  749. eeprom_update_byte((unsigned char *)EEPROM_LANG, LANG_ID_SEC);
  750. }
  751. }
  752. }
  753. boot_app_flags &= ~BOOT_APP_FLG_USER0;
  754. }
  755. #ifdef DEBUG_W25X20CL
  756. uint8_t lang_xflash_enum_codes(uint16_t* codes)
  757. {
  758. lang_table_header_t header;
  759. uint8_t count = 0;
  760. uint32_t addr = 0x00000;
  761. while (1)
  762. {
  763. printf_P(_n("LANGTABLE%d:"), count);
  764. w25x20cl_rd_data(addr, (uint8_t*)&header, sizeof(lang_table_header_t));
  765. if (header.magic != LANG_MAGIC)
  766. {
  767. printf_P(_n("NG!\n"));
  768. break;
  769. }
  770. printf_P(_n("OK\n"));
  771. printf_P(_n(" _lt_magic = 0x%08lx %S\n"), header.magic, (header.magic==LANG_MAGIC)?_n("OK"):_n("NA"));
  772. printf_P(_n(" _lt_size = 0x%04x (%d)\n"), header.size, header.size);
  773. printf_P(_n(" _lt_count = 0x%04x (%d)\n"), header.count, header.count);
  774. printf_P(_n(" _lt_chsum = 0x%04x\n"), header.checksum);
  775. printf_P(_n(" _lt_code = 0x%04x (%c%c)\n"), header.code, header.code >> 8, header.code & 0xff);
  776. printf_P(_n(" _lt_sign = 0x%08lx\n"), header.signature);
  777. addr += header.size;
  778. codes[count] = header.code;
  779. count ++;
  780. }
  781. return count;
  782. }
  783. void list_sec_lang_from_external_flash()
  784. {
  785. uint16_t codes[8];
  786. uint8_t count = lang_xflash_enum_codes(codes);
  787. printf_P(_n("XFlash lang count = %hhd\n"), count);
  788. }
  789. #endif //DEBUG_W25X20CL
  790. #endif //W25X20CL
  791. #endif //(LANG_MODE != 0)
  792. static void w25x20cl_err_msg()
  793. {
  794. lcd_clear();
  795. lcd_puts_P(_n("External SPI flash\nW25X20CL is not res-\nponding. Language\nswitch unavailable."));
  796. }
  797. // "Setup" function is called by the Arduino framework on startup.
  798. // Before startup, the Timers-functions (PWM)/Analog RW and HardwareSerial provided by the Arduino-code
  799. // are initialized by the main() routine provided by the Arduino framework.
  800. void setup()
  801. {
  802. mmu_init();
  803. ultralcd_init();
  804. spi_init();
  805. lcd_splash();
  806. Sound_Init(); // also guarantee "SET_OUTPUT(BEEPER)"
  807. #ifdef W25X20CL
  808. bool w25x20cl_success = w25x20cl_init();
  809. if (w25x20cl_success)
  810. {
  811. optiboot_w25x20cl_enter();
  812. #if (LANG_MODE != 0) //secondary language support
  813. update_sec_lang_from_external_flash();
  814. #endif //(LANG_MODE != 0)
  815. }
  816. else
  817. {
  818. w25x20cl_err_msg();
  819. }
  820. #else
  821. const bool w25x20cl_success = true;
  822. #endif //W25X20CL
  823. setup_killpin();
  824. setup_powerhold();
  825. farm_mode = eeprom_read_byte((uint8_t*)EEPROM_FARM_MODE);
  826. EEPROM_read_B(EEPROM_FARM_NUMBER, &farm_no);
  827. if ((farm_mode == 0xFF && farm_no == 0) || ((uint16_t)farm_no == 0xFFFF))
  828. 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
  829. if ((uint16_t)farm_no == 0xFFFF) farm_no = 0;
  830. selectedSerialPort = eeprom_read_byte((uint8_t*)EEPROM_SECOND_SERIAL_ACTIVE);
  831. if (selectedSerialPort == 0xFF) selectedSerialPort = 0;
  832. if (farm_mode)
  833. {
  834. no_response = true; //we need confirmation by recieving PRUSA thx
  835. important_status = 8;
  836. prusa_statistics(8);
  837. selectedSerialPort = 1;
  838. #ifdef TMC2130
  839. //increased extruder current (PFW363)
  840. tmc2130_current_h[E_AXIS] = 36;
  841. tmc2130_current_r[E_AXIS] = 36;
  842. #endif //TMC2130
  843. #ifdef FILAMENT_SENSOR
  844. //disabled filament autoload (PFW360)
  845. fsensor_autoload_set(false);
  846. #endif //FILAMENT_SENSOR
  847. // ~ FanCheck -> on
  848. if(!(eeprom_read_byte((uint8_t*)EEPROM_FAN_CHECK_ENABLED)))
  849. eeprom_update_byte((unsigned char *)EEPROM_FAN_CHECK_ENABLED,true);
  850. }
  851. MYSERIAL.begin(BAUDRATE);
  852. fdev_setup_stream(uartout, uart_putchar, NULL, _FDEV_SETUP_WRITE); //setup uart out stream
  853. #ifndef W25X20CL
  854. SERIAL_PROTOCOLLNPGM("start");
  855. #endif //W25X20CL
  856. stdout = uartout;
  857. SERIAL_ECHO_START;
  858. printf_P(PSTR(" " FW_VERSION_FULL "\n"));
  859. //SERIAL_ECHOPAIR("Active sheet before:", static_cast<unsigned long int>(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet))));
  860. #ifdef DEBUG_SEC_LANG
  861. lang_table_header_t header;
  862. uint32_t src_addr = 0x00000;
  863. if (lang_get_header(1, &header, &src_addr))
  864. {
  865. //this is comparsion of some printing-methods regarding to flash space usage and code size/readability
  866. #define LT_PRINT_TEST 2
  867. // flash usage
  868. // total p.test
  869. //0 252718 t+c text code
  870. //1 253142 424 170 254
  871. //2 253040 322 164 158
  872. //3 253248 530 135 395
  873. #if (LT_PRINT_TEST==1) //not optimized printf
  874. printf_P(_n(" _src_addr = 0x%08lx\n"), src_addr);
  875. printf_P(_n(" _lt_magic = 0x%08lx %S\n"), header.magic, (header.magic==LANG_MAGIC)?_n("OK"):_n("NA"));
  876. printf_P(_n(" _lt_size = 0x%04x (%d)\n"), header.size, header.size);
  877. printf_P(_n(" _lt_count = 0x%04x (%d)\n"), header.count, header.count);
  878. printf_P(_n(" _lt_chsum = 0x%04x\n"), header.checksum);
  879. printf_P(_n(" _lt_code = 0x%04x (%c%c)\n"), header.code, header.code >> 8, header.code & 0xff);
  880. printf_P(_n(" _lt_sign = 0x%08lx\n"), header.signature);
  881. #elif (LT_PRINT_TEST==2) //optimized printf
  882. printf_P(
  883. _n(
  884. " _src_addr = 0x%08lx\n"
  885. " _lt_magic = 0x%08lx %S\n"
  886. " _lt_size = 0x%04x (%d)\n"
  887. " _lt_count = 0x%04x (%d)\n"
  888. " _lt_chsum = 0x%04x\n"
  889. " _lt_code = 0x%04x (%c%c)\n"
  890. " _lt_resv1 = 0x%08lx\n"
  891. ),
  892. src_addr,
  893. header.magic, (header.magic==LANG_MAGIC)?_n("OK"):_n("NA"),
  894. header.size, header.size,
  895. header.count, header.count,
  896. header.checksum,
  897. header.code, header.code >> 8, header.code & 0xff,
  898. header.signature
  899. );
  900. #elif (LT_PRINT_TEST==3) //arduino print/println (leading zeros not solved)
  901. MYSERIAL.print(" _src_addr = 0x");
  902. MYSERIAL.println(src_addr, 16);
  903. MYSERIAL.print(" _lt_magic = 0x");
  904. MYSERIAL.print(header.magic, 16);
  905. MYSERIAL.println((header.magic==LANG_MAGIC)?" OK":" NA");
  906. MYSERIAL.print(" _lt_size = 0x");
  907. MYSERIAL.print(header.size, 16);
  908. MYSERIAL.print(" (");
  909. MYSERIAL.print(header.size, 10);
  910. MYSERIAL.println(")");
  911. MYSERIAL.print(" _lt_count = 0x");
  912. MYSERIAL.print(header.count, 16);
  913. MYSERIAL.print(" (");
  914. MYSERIAL.print(header.count, 10);
  915. MYSERIAL.println(")");
  916. MYSERIAL.print(" _lt_chsum = 0x");
  917. MYSERIAL.println(header.checksum, 16);
  918. MYSERIAL.print(" _lt_code = 0x");
  919. MYSERIAL.print(header.code, 16);
  920. MYSERIAL.print(" (");
  921. MYSERIAL.print((char)(header.code >> 8), 0);
  922. MYSERIAL.print((char)(header.code & 0xff), 0);
  923. MYSERIAL.println(")");
  924. MYSERIAL.print(" _lt_resv1 = 0x");
  925. MYSERIAL.println(header.signature, 16);
  926. #endif //(LT_PRINT_TEST==)
  927. #undef LT_PRINT_TEST
  928. #if 0
  929. w25x20cl_rd_data(0x25ba, (uint8_t*)&block_buffer, 1024);
  930. for (uint16_t i = 0; i < 1024; i++)
  931. {
  932. if ((i % 16) == 0) printf_P(_n("%04x:"), 0x25ba+i);
  933. printf_P(_n(" %02x"), ((uint8_t*)&block_buffer)[i]);
  934. if ((i % 16) == 15) putchar('\n');
  935. }
  936. #endif
  937. uint16_t sum = 0;
  938. for (uint16_t i = 0; i < header.size; i++)
  939. sum += (uint16_t)pgm_read_byte((uint8_t*)(_SEC_LANG_TABLE + i)) << ((i & 1)?0:8);
  940. printf_P(_n("_SEC_LANG_TABLE checksum = %04x\n"), sum);
  941. sum -= header.checksum; //subtract checksum
  942. printf_P(_n("_SEC_LANG_TABLE checksum = %04x\n"), sum);
  943. sum = (sum >> 8) | ((sum & 0xff) << 8); //swap bytes
  944. if (sum == header.checksum)
  945. printf_P(_n("Checksum OK\n"), sum);
  946. else
  947. printf_P(_n("Checksum NG\n"), sum);
  948. }
  949. else
  950. printf_P(_n("lang_get_header failed!\n"));
  951. #if 0
  952. for (uint16_t i = 0; i < 1024*10; i++)
  953. {
  954. if ((i % 16) == 0) printf_P(_n("%04x:"), _SEC_LANG_TABLE+i);
  955. printf_P(_n(" %02x"), pgm_read_byte((uint8_t*)(_SEC_LANG_TABLE+i)));
  956. if ((i % 16) == 15) putchar('\n');
  957. }
  958. #endif
  959. #if 0
  960. SERIAL_ECHOLN("Reading eeprom from 0 to 100: start");
  961. for (int i = 0; i < 4096; ++i) {
  962. int b = eeprom_read_byte((unsigned char*)i);
  963. if (b != 255) {
  964. SERIAL_ECHO(i);
  965. SERIAL_ECHO(":");
  966. SERIAL_ECHO(b);
  967. SERIAL_ECHOLN("");
  968. }
  969. }
  970. SERIAL_ECHOLN("Reading eeprom from 0 to 100: done");
  971. #endif
  972. #endif //DEBUG_SEC_LANG
  973. // Check startup - does nothing if bootloader sets MCUSR to 0
  974. byte mcu = MCUSR;
  975. /* if (mcu & 1) SERIAL_ECHOLNRPGM(MSG_POWERUP);
  976. if (mcu & 2) SERIAL_ECHOLNRPGM(MSG_EXTERNAL_RESET);
  977. if (mcu & 4) SERIAL_ECHOLNRPGM(MSG_BROWNOUT_RESET);
  978. if (mcu & 8) SERIAL_ECHOLNRPGM(MSG_WATCHDOG_RESET);
  979. if (mcu & 32) SERIAL_ECHOLNRPGM(MSG_SOFTWARE_RESET);*/
  980. if (mcu & 1) puts_P(MSG_POWERUP);
  981. if (mcu & 2) puts_P(MSG_EXTERNAL_RESET);
  982. if (mcu & 4) puts_P(MSG_BROWNOUT_RESET);
  983. if (mcu & 8) puts_P(MSG_WATCHDOG_RESET);
  984. if (mcu & 32) puts_P(MSG_SOFTWARE_RESET);
  985. MCUSR = 0;
  986. //SERIAL_ECHORPGM(MSG_MARLIN);
  987. //SERIAL_ECHOLNRPGM(VERSION_STRING);
  988. #ifdef STRING_VERSION_CONFIG_H
  989. #ifdef STRING_CONFIG_H_AUTHOR
  990. SERIAL_ECHO_START;
  991. SERIAL_ECHORPGM(_n(" Last Updated: "));////MSG_CONFIGURATION_VER
  992. SERIAL_ECHOPGM(STRING_VERSION_CONFIG_H);
  993. SERIAL_ECHORPGM(_n(" | Author: "));////MSG_AUTHOR
  994. SERIAL_ECHOLNPGM(STRING_CONFIG_H_AUTHOR);
  995. SERIAL_ECHOPGM("Compiled: ");
  996. SERIAL_ECHOLNPGM(__DATE__);
  997. #endif
  998. #endif
  999. SERIAL_ECHO_START;
  1000. SERIAL_ECHORPGM(_n(" Free Memory: "));////MSG_FREE_MEMORY
  1001. SERIAL_ECHO(freeMemory());
  1002. SERIAL_ECHORPGM(_n(" PlannerBufferBytes: "));////MSG_PLANNER_BUFFER_BYTES
  1003. SERIAL_ECHOLN((int)sizeof(block_t)*BLOCK_BUFFER_SIZE);
  1004. //lcd_update_enable(false); // why do we need this?? - andre
  1005. // loads data from EEPROM if available else uses defaults (and resets step acceleration rate)
  1006. bool previous_settings_retrieved = false;
  1007. uint8_t hw_changed = check_printer_version();
  1008. 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
  1009. previous_settings_retrieved = Config_RetrieveSettings();
  1010. }
  1011. else { //printer version was changed so use default settings
  1012. Config_ResetDefault();
  1013. }
  1014. SdFatUtil::set_stack_guard(); //writes magic number at the end of static variables to protect against overwriting static memory by stack
  1015. tp_init(); // Initialize temperature loop
  1016. if (w25x20cl_success) lcd_splash(); // we need to do this again, because tp_init() kills lcd
  1017. else
  1018. {
  1019. w25x20cl_err_msg();
  1020. printf_P(_n("W25X20CL not responding.\n"));
  1021. }
  1022. plan_init(); // Initialize planner;
  1023. factory_reset();
  1024. if (eeprom_read_dword((uint32_t*)(EEPROM_TOP - 4)) == 0x0ffffffff &&
  1025. eeprom_read_dword((uint32_t*)(EEPROM_TOP - 8)) == 0x0ffffffff)
  1026. {
  1027. // Maiden startup. The firmware has been loaded and first started on a virgin RAMBo board,
  1028. // where all the EEPROM entries are set to 0x0ff.
  1029. // Once a firmware boots up, it forces at least a language selection, which changes
  1030. // EEPROM_LANG to number lower than 0x0ff.
  1031. // 1) Set a high power mode.
  1032. eeprom_update_byte((uint8_t*)EEPROM_SILENT, SILENT_MODE_OFF);
  1033. #ifdef TMC2130
  1034. tmc2130_mode = TMC2130_MODE_NORMAL;
  1035. #endif //TMC2130
  1036. eeprom_write_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 1); //run wizard
  1037. }
  1038. lcd_encoder_diff=0;
  1039. #ifdef TMC2130
  1040. uint8_t silentMode = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
  1041. if (silentMode == 0xff) silentMode = 0;
  1042. tmc2130_mode = TMC2130_MODE_NORMAL;
  1043. if (lcd_crash_detect_enabled() && !farm_mode)
  1044. {
  1045. lcd_crash_detect_enable();
  1046. puts_P(_N("CrashDetect ENABLED!"));
  1047. }
  1048. else
  1049. {
  1050. lcd_crash_detect_disable();
  1051. puts_P(_N("CrashDetect DISABLED"));
  1052. }
  1053. #ifdef TMC2130_LINEARITY_CORRECTION
  1054. #ifdef TMC2130_LINEARITY_CORRECTION_XYZ
  1055. tmc2130_wave_fac[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_X_FAC);
  1056. tmc2130_wave_fac[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_Y_FAC);
  1057. tmc2130_wave_fac[Z_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_Z_FAC);
  1058. #endif //TMC2130_LINEARITY_CORRECTION_XYZ
  1059. tmc2130_wave_fac[E_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_E_FAC);
  1060. if (tmc2130_wave_fac[X_AXIS] == 0xff) tmc2130_wave_fac[X_AXIS] = 0;
  1061. if (tmc2130_wave_fac[Y_AXIS] == 0xff) tmc2130_wave_fac[Y_AXIS] = 0;
  1062. if (tmc2130_wave_fac[Z_AXIS] == 0xff) tmc2130_wave_fac[Z_AXIS] = 0;
  1063. if (tmc2130_wave_fac[E_AXIS] == 0xff) tmc2130_wave_fac[E_AXIS] = 0;
  1064. #endif //TMC2130_LINEARITY_CORRECTION
  1065. #ifdef TMC2130_VARIABLE_RESOLUTION
  1066. tmc2130_mres[X_AXIS] = tmc2130_usteps2mres(cs.axis_ustep_resolution[X_AXIS]);
  1067. tmc2130_mres[Y_AXIS] = tmc2130_usteps2mres(cs.axis_ustep_resolution[Y_AXIS]);
  1068. tmc2130_mres[Z_AXIS] = tmc2130_usteps2mres(cs.axis_ustep_resolution[Z_AXIS]);
  1069. tmc2130_mres[E_AXIS] = tmc2130_usteps2mres(cs.axis_ustep_resolution[E_AXIS]);
  1070. #else //TMC2130_VARIABLE_RESOLUTION
  1071. tmc2130_mres[X_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_XY);
  1072. tmc2130_mres[Y_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_XY);
  1073. tmc2130_mres[Z_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_Z);
  1074. tmc2130_mres[E_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_E);
  1075. #endif //TMC2130_VARIABLE_RESOLUTION
  1076. #endif //TMC2130
  1077. st_init(); // Initialize stepper, this enables interrupts!
  1078. #ifdef UVLO_SUPPORT
  1079. setup_uvlo_interrupt();
  1080. #endif //UVLO_SUPPORT
  1081. #ifdef TMC2130
  1082. tmc2130_mode = silentMode?TMC2130_MODE_SILENT:TMC2130_MODE_NORMAL;
  1083. update_mode_profile();
  1084. tmc2130_init();
  1085. #endif //TMC2130
  1086. #ifdef PSU_Delta
  1087. init_force_z(); // ! important for correct Z-axis initialization
  1088. #endif // PSU_Delta
  1089. setup_photpin();
  1090. servo_init();
  1091. // Reset the machine correction matrix.
  1092. // It does not make sense to load the correction matrix until the machine is homed.
  1093. world2machine_reset();
  1094. #ifdef FILAMENT_SENSOR
  1095. fsensor_init();
  1096. #endif //FILAMENT_SENSOR
  1097. #if defined(CONTROLLERFAN_PIN) && (CONTROLLERFAN_PIN > -1)
  1098. SET_OUTPUT(CONTROLLERFAN_PIN); //Set pin used for driver cooling fan
  1099. #endif
  1100. setup_homepin();
  1101. #ifdef TMC2130
  1102. if (1) {
  1103. // try to run to zero phase before powering the Z motor.
  1104. // Move in negative direction
  1105. WRITE(Z_DIR_PIN,INVERT_Z_DIR);
  1106. // Round the current micro-micro steps to micro steps.
  1107. for (uint16_t phase = (tmc2130_rd_MSCNT(Z_AXIS) + 8) >> 4; phase > 0; -- phase) {
  1108. // Until the phase counter is reset to zero.
  1109. WRITE(Z_STEP_PIN, !INVERT_Z_STEP_PIN);
  1110. _delay(2);
  1111. WRITE(Z_STEP_PIN, INVERT_Z_STEP_PIN);
  1112. _delay(2);
  1113. }
  1114. }
  1115. #endif //TMC2130
  1116. #if defined(Z_AXIS_ALWAYS_ON) && !defined(PSU_Delta)
  1117. enable_z();
  1118. #endif
  1119. farm_mode = eeprom_read_byte((uint8_t*)EEPROM_FARM_MODE);
  1120. EEPROM_read_B(EEPROM_FARM_NUMBER, &farm_no);
  1121. if ((farm_mode == 0xFF && farm_no == 0) || (farm_no == static_cast<int>(0xFFFF))) farm_mode = false; //if farm_mode has not been stored to eeprom yet and farm number is set to zero or EEPROM is fresh, deactivate farm mode
  1122. if (farm_no == static_cast<int>(0xFFFF)) farm_no = 0;
  1123. if (farm_mode)
  1124. {
  1125. prusa_statistics(8);
  1126. }
  1127. // Enable Toshiba FlashAir SD card / WiFi enahanced card.
  1128. card.ToshibaFlashAir_enable(eeprom_read_byte((unsigned char*)EEPROM_TOSHIBA_FLASH_AIR_COMPATIBLITY) == 1);
  1129. // Force SD card update. Otherwise the SD card update is done from loop() on card.checkautostart(false),
  1130. // but this times out if a blocking dialog is shown in setup().
  1131. card.initsd();
  1132. #ifdef DEBUG_SD_SPEED_TEST
  1133. if (card.cardOK)
  1134. {
  1135. uint8_t* buff = (uint8_t*)block_buffer;
  1136. uint32_t block = 0;
  1137. uint32_t sumr = 0;
  1138. uint32_t sumw = 0;
  1139. for (int i = 0; i < 1024; i++)
  1140. {
  1141. uint32_t u = _micros();
  1142. bool res = card.card.readBlock(i, buff);
  1143. u = _micros() - u;
  1144. if (res)
  1145. {
  1146. printf_P(PSTR("readBlock %4d 512 bytes %lu us\n"), i, u);
  1147. sumr += u;
  1148. u = _micros();
  1149. res = card.card.writeBlock(i, buff);
  1150. u = _micros() - u;
  1151. if (res)
  1152. {
  1153. printf_P(PSTR("writeBlock %4d 512 bytes %lu us\n"), i, u);
  1154. sumw += u;
  1155. }
  1156. else
  1157. {
  1158. printf_P(PSTR("writeBlock %4d error\n"), i);
  1159. break;
  1160. }
  1161. }
  1162. else
  1163. {
  1164. printf_P(PSTR("readBlock %4d error\n"), i);
  1165. break;
  1166. }
  1167. }
  1168. uint32_t avg_rspeed = (1024 * 1000000) / (sumr / 512);
  1169. uint32_t avg_wspeed = (1024 * 1000000) / (sumw / 512);
  1170. printf_P(PSTR("avg read speed %lu bytes/s\n"), avg_rspeed);
  1171. printf_P(PSTR("avg write speed %lu bytes/s\n"), avg_wspeed);
  1172. }
  1173. else
  1174. printf_P(PSTR("Card NG!\n"));
  1175. #endif //DEBUG_SD_SPEED_TEST
  1176. eeprom_init();
  1177. #ifdef SNMM
  1178. if (eeprom_read_dword((uint32_t*)EEPROM_BOWDEN_LENGTH) == 0x0ffffffff) { //bowden length used for SNMM
  1179. int _z = BOWDEN_LENGTH;
  1180. for(int i = 0; i<4; i++) EEPROM_save_B(EEPROM_BOWDEN_LENGTH + i * 2, &_z);
  1181. }
  1182. #endif
  1183. // In the future, somewhere here would one compare the current firmware version against the firmware version stored in the EEPROM.
  1184. // If they differ, an update procedure may need to be performed. At the end of this block, the current firmware version
  1185. // is being written into the EEPROM, so the update procedure will be triggered only once.
  1186. #if (LANG_MODE != 0) //secondary language support
  1187. #ifdef DEBUG_W25X20CL
  1188. W25X20CL_SPI_ENTER();
  1189. uint8_t uid[8]; // 64bit unique id
  1190. w25x20cl_rd_uid(uid);
  1191. puts_P(_n("W25X20CL UID="));
  1192. for (uint8_t i = 0; i < 8; i ++)
  1193. printf_P(PSTR("%02hhx"), uid[i]);
  1194. putchar('\n');
  1195. list_sec_lang_from_external_flash();
  1196. #endif //DEBUG_W25X20CL
  1197. // lang_reset();
  1198. if (!lang_select(eeprom_read_byte((uint8_t*)EEPROM_LANG)))
  1199. lcd_language();
  1200. #ifdef DEBUG_SEC_LANG
  1201. uint16_t sec_lang_code = lang_get_code(1);
  1202. uint16_t ui = _SEC_LANG_TABLE; //table pointer
  1203. 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);
  1204. lang_print_sec_lang(uartout);
  1205. #endif //DEBUG_SEC_LANG
  1206. #endif //(LANG_MODE != 0)
  1207. if (eeprom_read_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE) == 255) {
  1208. eeprom_write_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE, 0);
  1209. temp_cal_active = false;
  1210. } else temp_cal_active = eeprom_read_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE);
  1211. if (eeprom_read_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA) == 255) {
  1212. //eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0);
  1213. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  1214. int16_t z_shift = 0;
  1215. for (uint8_t i = 0; i < 5; i++) EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i * 2, &z_shift);
  1216. eeprom_write_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE, 0);
  1217. temp_cal_active = false;
  1218. }
  1219. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO) == 255) {
  1220. eeprom_write_byte((uint8_t*)EEPROM_UVLO, 0);
  1221. }
  1222. if (eeprom_read_byte((uint8_t*)EEPROM_SD_SORT) == 255) {
  1223. eeprom_write_byte((uint8_t*)EEPROM_SD_SORT, 0);
  1224. }
  1225. //mbl_mode_init();
  1226. mbl_settings_init();
  1227. SilentModeMenu_MMU = eeprom_read_byte((uint8_t*)EEPROM_MMU_STEALTH);
  1228. if (SilentModeMenu_MMU == 255) {
  1229. SilentModeMenu_MMU = 1;
  1230. eeprom_write_byte((uint8_t*)EEPROM_MMU_STEALTH, SilentModeMenu_MMU);
  1231. }
  1232. #if !defined(DEBUG_DISABLE_FANCHECK) && defined(FANCHECK) && defined(TACH_1) && TACH_1 >-1
  1233. setup_fan_interrupt();
  1234. #endif //DEBUG_DISABLE_FANCHECK
  1235. #ifdef PAT9125
  1236. fsensor_setup_interrupt();
  1237. #endif //PAT9125
  1238. for (int i = 0; i<4; i++) EEPROM_read_B(EEPROM_BOWDEN_LENGTH + i * 2, &bowden_length[i]);
  1239. #ifndef DEBUG_DISABLE_STARTMSGS
  1240. KEEPALIVE_STATE(PAUSED_FOR_USER);
  1241. if (!farm_mode) {
  1242. check_if_fw_is_on_right_printer();
  1243. show_fw_version_warnings();
  1244. }
  1245. switch (hw_changed) {
  1246. //if motherboard or printer type was changed inform user as it can indicate flashing wrong firmware version
  1247. //if user confirms with knob, new hw version (printer and/or motherboard) is written to eeprom and message will be not shown next time
  1248. case(0b01):
  1249. lcd_show_fullscreen_message_and_wait_P(_i("Warning: motherboard type changed.")); ////MSG_CHANGED_MOTHERBOARD c=20 r=4
  1250. eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  1251. break;
  1252. case(0b10):
  1253. lcd_show_fullscreen_message_and_wait_P(_i("Warning: printer type changed.")); ////MSG_CHANGED_PRINTER c=20 r=4
  1254. eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  1255. break;
  1256. case(0b11):
  1257. lcd_show_fullscreen_message_and_wait_P(_i("Warning: both printer type and motherboard type changed.")); ////MSG_CHANGED_BOTH c=20 r=4
  1258. eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  1259. eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  1260. break;
  1261. default: break; //no change, show no message
  1262. }
  1263. if (!previous_settings_retrieved) {
  1264. lcd_show_fullscreen_message_and_wait_P(_i("Old settings found. Default PID, Esteps etc. will be set.")); //if EEPROM version or printer type was changed, inform user that default setting were loaded////MSG_DEFAULT_SETTINGS_LOADED c=20 r=4
  1265. Config_StoreSettings();
  1266. }
  1267. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) == 1) {
  1268. lcd_wizard(WizState::Run);
  1269. }
  1270. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) == 0) { //dont show calibration status messages if wizard is currently active
  1271. if (calibration_status() == CALIBRATION_STATUS_ASSEMBLED ||
  1272. calibration_status() == CALIBRATION_STATUS_UNKNOWN ||
  1273. calibration_status() == CALIBRATION_STATUS_XYZ_CALIBRATION) {
  1274. // Reset the babystepping values, so the printer will not move the Z axis up when the babystepping is enabled.
  1275. eeprom_update_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),0);
  1276. // Show the message.
  1277. lcd_show_fullscreen_message_and_wait_P(_T(MSG_FOLLOW_CALIBRATION_FLOW));
  1278. }
  1279. else if (calibration_status() == CALIBRATION_STATUS_LIVE_ADJUST) {
  1280. // Show the message.
  1281. lcd_show_fullscreen_message_and_wait_P(_T(MSG_BABYSTEP_Z_NOT_SET));
  1282. lcd_update_enable(true);
  1283. }
  1284. else if (calibration_status() == CALIBRATION_STATUS_CALIBRATED && temp_cal_active == true && calibration_status_pinda() == false) {
  1285. //lcd_show_fullscreen_message_and_wait_P(_i("Temperature calibration has not been run yet"));////MSG_PINDA_NOT_CALIBRATED c=20 r=4
  1286. lcd_update_enable(true);
  1287. }
  1288. else if (calibration_status() == CALIBRATION_STATUS_Z_CALIBRATION) {
  1289. // Show the message.
  1290. lcd_show_fullscreen_message_and_wait_P(_T(MSG_FOLLOW_Z_CALIBRATION_FLOW));
  1291. }
  1292. }
  1293. #if !defined (DEBUG_DISABLE_FORCE_SELFTEST) && defined (TMC2130)
  1294. if (force_selftest_if_fw_version() && calibration_status() < CALIBRATION_STATUS_ASSEMBLED) {
  1295. lcd_show_fullscreen_message_and_wait_P(_i("Selftest will be run to calibrate accurate sensorless rehoming."));////MSG_FORCE_SELFTEST c=20 r=8
  1296. update_current_firmware_version_to_eeprom();
  1297. lcd_selftest();
  1298. }
  1299. #endif //TMC2130 && !DEBUG_DISABLE_FORCE_SELFTEST
  1300. KEEPALIVE_STATE(IN_PROCESS);
  1301. #endif //DEBUG_DISABLE_STARTMSGS
  1302. lcd_update_enable(true);
  1303. lcd_clear();
  1304. lcd_update(2);
  1305. // Store the currently running firmware into an eeprom,
  1306. // so the next time the firmware gets updated, it will know from which version it has been updated.
  1307. update_current_firmware_version_to_eeprom();
  1308. #ifdef TMC2130
  1309. tmc2130_home_origin[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_X_ORIGIN);
  1310. tmc2130_home_bsteps[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_X_BSTEPS);
  1311. tmc2130_home_fsteps[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_X_FSTEPS);
  1312. if (tmc2130_home_origin[X_AXIS] == 0xff) tmc2130_home_origin[X_AXIS] = 0;
  1313. if (tmc2130_home_bsteps[X_AXIS] == 0xff) tmc2130_home_bsteps[X_AXIS] = 48;
  1314. if (tmc2130_home_fsteps[X_AXIS] == 0xff) tmc2130_home_fsteps[X_AXIS] = 48;
  1315. tmc2130_home_origin[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_ORIGIN);
  1316. tmc2130_home_bsteps[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_BSTEPS);
  1317. tmc2130_home_fsteps[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_FSTEPS);
  1318. if (tmc2130_home_origin[Y_AXIS] == 0xff) tmc2130_home_origin[Y_AXIS] = 0;
  1319. if (tmc2130_home_bsteps[Y_AXIS] == 0xff) tmc2130_home_bsteps[Y_AXIS] = 48;
  1320. if (tmc2130_home_fsteps[Y_AXIS] == 0xff) tmc2130_home_fsteps[Y_AXIS] = 48;
  1321. tmc2130_home_enabled = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_ENABLED);
  1322. if (tmc2130_home_enabled == 0xff) tmc2130_home_enabled = 0;
  1323. #endif //TMC2130
  1324. #ifdef UVLO_SUPPORT
  1325. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO) != 0) { //previous print was terminated by UVLO
  1326. /*
  1327. if (lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_RECOVER_PRINT), false)) recover_print();
  1328. else {
  1329. eeprom_update_byte((uint8_t*)EEPROM_UVLO, 0);
  1330. lcd_update_enable(true);
  1331. lcd_update(2);
  1332. lcd_setstatuspgm(_T(WELCOME_MSG));
  1333. }
  1334. */
  1335. manage_heater(); // Update temperatures
  1336. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1337. 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));
  1338. #endif
  1339. if ( degBed() > ( (float)eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED) - AUTOMATIC_UVLO_BED_TEMP_OFFSET) ){
  1340. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1341. puts_P(_N("Automatic recovery!"));
  1342. #endif
  1343. recover_print(1);
  1344. }
  1345. else{
  1346. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1347. puts_P(_N("Normal recovery!"));
  1348. #endif
  1349. if ( lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_RECOVER_PRINT), false) ) recover_print(0);
  1350. else {
  1351. eeprom_update_byte((uint8_t*)EEPROM_UVLO, 0);
  1352. lcd_update_enable(true);
  1353. lcd_update(2);
  1354. lcd_setstatuspgm(_T(WELCOME_MSG));
  1355. }
  1356. }
  1357. }
  1358. #endif //UVLO_SUPPORT
  1359. fCheckModeInit();
  1360. fSetMmuMode(mmu_enabled);
  1361. KEEPALIVE_STATE(NOT_BUSY);
  1362. #ifdef WATCHDOG
  1363. wdt_enable(WDTO_4S);
  1364. #endif //WATCHDOG
  1365. }
  1366. void trace();
  1367. #define CHUNK_SIZE 64 // bytes
  1368. #define SAFETY_MARGIN 1
  1369. char chunk[CHUNK_SIZE+SAFETY_MARGIN];
  1370. int chunkHead = 0;
  1371. void serial_read_stream() {
  1372. setAllTargetHotends(0);
  1373. setTargetBed(0);
  1374. lcd_clear();
  1375. lcd_puts_P(PSTR(" Upload in progress"));
  1376. // first wait for how many bytes we will receive
  1377. uint32_t bytesToReceive;
  1378. // receive the four bytes
  1379. char bytesToReceiveBuffer[4];
  1380. for (int i=0; i<4; i++) {
  1381. int data;
  1382. while ((data = MYSERIAL.read()) == -1) {};
  1383. bytesToReceiveBuffer[i] = data;
  1384. }
  1385. // make it a uint32
  1386. memcpy(&bytesToReceive, &bytesToReceiveBuffer, 4);
  1387. // we're ready, notify the sender
  1388. MYSERIAL.write('+');
  1389. // lock in the routine
  1390. uint32_t receivedBytes = 0;
  1391. while (prusa_sd_card_upload) {
  1392. int i;
  1393. for (i=0; i<CHUNK_SIZE; i++) {
  1394. int data;
  1395. // check if we're not done
  1396. if (receivedBytes == bytesToReceive) {
  1397. break;
  1398. }
  1399. // read the next byte
  1400. while ((data = MYSERIAL.read()) == -1) {};
  1401. receivedBytes++;
  1402. // save it to the chunk
  1403. chunk[i] = data;
  1404. }
  1405. // write the chunk to SD
  1406. card.write_command_no_newline(&chunk[0]);
  1407. // notify the sender we're ready for more data
  1408. MYSERIAL.write('+');
  1409. // for safety
  1410. manage_heater();
  1411. // check if we're done
  1412. if(receivedBytes == bytesToReceive) {
  1413. trace(); // beep
  1414. card.closefile();
  1415. prusa_sd_card_upload = false;
  1416. SERIAL_PROTOCOLLNRPGM(MSG_FILE_SAVED);
  1417. }
  1418. }
  1419. }
  1420. /**
  1421. * Output a "busy" message at regular intervals
  1422. * while the machine is not accepting commands.
  1423. */
  1424. void host_keepalive() {
  1425. #ifndef HOST_KEEPALIVE_FEATURE
  1426. return;
  1427. #endif //HOST_KEEPALIVE_FEATURE
  1428. if (farm_mode) return;
  1429. long ms = _millis();
  1430. if (host_keepalive_interval && busy_state != NOT_BUSY) {
  1431. if ((ms - prev_busy_signal_ms) < (long)(1000L * host_keepalive_interval)) return;
  1432. switch (busy_state) {
  1433. case IN_HANDLER:
  1434. case IN_PROCESS:
  1435. SERIAL_ECHO_START;
  1436. SERIAL_ECHOLNPGM("busy: processing");
  1437. break;
  1438. case PAUSED_FOR_USER:
  1439. SERIAL_ECHO_START;
  1440. SERIAL_ECHOLNPGM("busy: paused for user");
  1441. break;
  1442. case PAUSED_FOR_INPUT:
  1443. SERIAL_ECHO_START;
  1444. SERIAL_ECHOLNPGM("busy: paused for input");
  1445. break;
  1446. default:
  1447. break;
  1448. }
  1449. }
  1450. prev_busy_signal_ms = ms;
  1451. }
  1452. // The loop() function is called in an endless loop by the Arduino framework from the default main() routine.
  1453. // Before loop(), the setup() function is called by the main() routine.
  1454. void loop()
  1455. {
  1456. KEEPALIVE_STATE(NOT_BUSY);
  1457. if ((usb_printing_counter > 0) && ((_millis()-_usb_timer) > 1000))
  1458. {
  1459. is_usb_printing = true;
  1460. usb_printing_counter--;
  1461. _usb_timer = _millis();
  1462. }
  1463. if (usb_printing_counter == 0)
  1464. {
  1465. is_usb_printing = false;
  1466. }
  1467. if (isPrintPaused && saved_printing_type == PRINTING_TYPE_USB) //keep believing that usb is being printed. Prevents accessing dangerous menus while pausing.
  1468. {
  1469. is_usb_printing = true;
  1470. }
  1471. #ifdef FANCHECK
  1472. if (fan_check_error && isPrintPaused)
  1473. {
  1474. KEEPALIVE_STATE(PAUSED_FOR_USER);
  1475. 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.
  1476. }
  1477. #endif
  1478. if (prusa_sd_card_upload)
  1479. {
  1480. //we read byte-by byte
  1481. serial_read_stream();
  1482. }
  1483. else
  1484. {
  1485. get_command();
  1486. #ifdef SDSUPPORT
  1487. card.checkautostart(false);
  1488. #endif
  1489. if(buflen)
  1490. {
  1491. cmdbuffer_front_already_processed = false;
  1492. #ifdef SDSUPPORT
  1493. if(card.saving)
  1494. {
  1495. // Saving a G-code file onto an SD-card is in progress.
  1496. // Saving starts with M28, saving until M29 is seen.
  1497. if(strstr_P(CMDBUFFER_CURRENT_STRING, PSTR("M29")) == NULL) {
  1498. card.write_command(CMDBUFFER_CURRENT_STRING);
  1499. if(card.logging)
  1500. process_commands();
  1501. else
  1502. SERIAL_PROTOCOLLNRPGM(MSG_OK);
  1503. } else {
  1504. card.closefile();
  1505. SERIAL_PROTOCOLLNRPGM(MSG_FILE_SAVED);
  1506. }
  1507. } else {
  1508. process_commands();
  1509. }
  1510. #else
  1511. process_commands();
  1512. #endif //SDSUPPORT
  1513. if (! cmdbuffer_front_already_processed && buflen)
  1514. {
  1515. // ptr points to the start of the block currently being processed.
  1516. // The first character in the block is the block type.
  1517. char *ptr = cmdbuffer + bufindr;
  1518. if (*ptr == CMDBUFFER_CURRENT_TYPE_SDCARD) {
  1519. // To support power panic, move the lenght of the command on the SD card to a planner buffer.
  1520. union {
  1521. struct {
  1522. char lo;
  1523. char hi;
  1524. } lohi;
  1525. uint16_t value;
  1526. } sdlen;
  1527. sdlen.value = 0;
  1528. {
  1529. // This block locks the interrupts globally for 3.25 us,
  1530. // which corresponds to a maximum repeat frequency of 307.69 kHz.
  1531. // This blocking is safe in the context of a 10kHz stepper driver interrupt
  1532. // or a 115200 Bd serial line receive interrupt, which will not trigger faster than 12kHz.
  1533. cli();
  1534. // Reset the command to something, which will be ignored by the power panic routine,
  1535. // so this buffer length will not be counted twice.
  1536. *ptr ++ = CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED;
  1537. // Extract the current buffer length.
  1538. sdlen.lohi.lo = *ptr ++;
  1539. sdlen.lohi.hi = *ptr;
  1540. // and pass it to the planner queue.
  1541. planner_add_sd_length(sdlen.value);
  1542. sei();
  1543. }
  1544. }
  1545. else if((*ptr == CMDBUFFER_CURRENT_TYPE_USB_WITH_LINENR) && !IS_SD_PRINTING){
  1546. cli();
  1547. *ptr ++ = CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED;
  1548. // and one for each command to previous block in the planner queue.
  1549. planner_add_sd_length(1);
  1550. sei();
  1551. }
  1552. // Now it is safe to release the already processed command block. If interrupted by the power panic now,
  1553. // this block's SD card length will not be counted twice as its command type has been replaced
  1554. // by CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED.
  1555. cmdqueue_pop_front();
  1556. }
  1557. host_keepalive();
  1558. }
  1559. }
  1560. //check heater every n milliseconds
  1561. manage_heater();
  1562. isPrintPaused ? manage_inactivity(true) : manage_inactivity(false);
  1563. checkHitEndstops();
  1564. lcd_update(0);
  1565. #ifdef TMC2130
  1566. tmc2130_check_overtemp();
  1567. if (tmc2130_sg_crash)
  1568. {
  1569. uint8_t crash = tmc2130_sg_crash;
  1570. tmc2130_sg_crash = 0;
  1571. // crashdet_stop_and_save_print();
  1572. switch (crash)
  1573. {
  1574. case 1: enquecommand_P((PSTR("CRASH_DETECTEDX"))); break;
  1575. case 2: enquecommand_P((PSTR("CRASH_DETECTEDY"))); break;
  1576. case 3: enquecommand_P((PSTR("CRASH_DETECTEDXY"))); break;
  1577. }
  1578. }
  1579. #endif //TMC2130
  1580. mmu_loop();
  1581. }
  1582. #define DEFINE_PGM_READ_ANY(type, reader) \
  1583. static inline type pgm_read_any(const type *p) \
  1584. { return pgm_read_##reader##_near(p); }
  1585. DEFINE_PGM_READ_ANY(float, float);
  1586. DEFINE_PGM_READ_ANY(signed char, byte);
  1587. #define XYZ_CONSTS_FROM_CONFIG(type, array, CONFIG) \
  1588. static const PROGMEM type array##_P[3] = \
  1589. { X_##CONFIG, Y_##CONFIG, Z_##CONFIG }; \
  1590. static inline type array(int axis) \
  1591. { return pgm_read_any(&array##_P[axis]); } \
  1592. type array##_ext(int axis) \
  1593. { return pgm_read_any(&array##_P[axis]); }
  1594. XYZ_CONSTS_FROM_CONFIG(float, base_min_pos, MIN_POS);
  1595. XYZ_CONSTS_FROM_CONFIG(float, base_max_pos, MAX_POS);
  1596. XYZ_CONSTS_FROM_CONFIG(float, base_home_pos, HOME_POS);
  1597. XYZ_CONSTS_FROM_CONFIG(float, max_length, MAX_LENGTH);
  1598. XYZ_CONSTS_FROM_CONFIG(float, home_retract_mm, HOME_RETRACT_MM);
  1599. XYZ_CONSTS_FROM_CONFIG(signed char, home_dir, HOME_DIR);
  1600. static void axis_is_at_home(int axis) {
  1601. current_position[axis] = base_home_pos(axis) + cs.add_homing[axis];
  1602. min_pos[axis] = base_min_pos(axis) + cs.add_homing[axis];
  1603. max_pos[axis] = base_max_pos(axis) + cs.add_homing[axis];
  1604. }
  1605. inline void set_current_to_destination() { memcpy(current_position, destination, sizeof(current_position)); }
  1606. inline void set_destination_to_current() { memcpy(destination, current_position, sizeof(destination)); }
  1607. //! @return original feedmultiply
  1608. static int setup_for_endstop_move(bool enable_endstops_now = true) {
  1609. saved_feedrate = feedrate;
  1610. int l_feedmultiply = feedmultiply;
  1611. feedmultiply = 100;
  1612. previous_millis_cmd = _millis();
  1613. enable_endstops(enable_endstops_now);
  1614. return l_feedmultiply;
  1615. }
  1616. //! @param original_feedmultiply feedmultiply to restore
  1617. static void clean_up_after_endstop_move(int original_feedmultiply) {
  1618. #ifdef ENDSTOPS_ONLY_FOR_HOMING
  1619. enable_endstops(false);
  1620. #endif
  1621. feedrate = saved_feedrate;
  1622. feedmultiply = original_feedmultiply;
  1623. previous_millis_cmd = _millis();
  1624. }
  1625. #ifdef ENABLE_AUTO_BED_LEVELING
  1626. #ifdef AUTO_BED_LEVELING_GRID
  1627. static void set_bed_level_equation_lsq(double *plane_equation_coefficients)
  1628. {
  1629. vector_3 planeNormal = vector_3(-plane_equation_coefficients[0], -plane_equation_coefficients[1], 1);
  1630. planeNormal.debug("planeNormal");
  1631. plan_bed_level_matrix = matrix_3x3::create_look_at(planeNormal);
  1632. //bedLevel.debug("bedLevel");
  1633. //plan_bed_level_matrix.debug("bed level before");
  1634. //vector_3 uncorrected_position = plan_get_position_mm();
  1635. //uncorrected_position.debug("position before");
  1636. vector_3 corrected_position = plan_get_position();
  1637. // corrected_position.debug("position after");
  1638. current_position[X_AXIS] = corrected_position.x;
  1639. current_position[Y_AXIS] = corrected_position.y;
  1640. current_position[Z_AXIS] = corrected_position.z;
  1641. // put the bed at 0 so we don't go below it.
  1642. current_position[Z_AXIS] = cs.zprobe_zoffset; // in the lsq we reach here after raising the extruder due to the loop structure
  1643. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1644. }
  1645. #else // not AUTO_BED_LEVELING_GRID
  1646. static void set_bed_level_equation_3pts(float z_at_pt_1, float z_at_pt_2, float z_at_pt_3) {
  1647. plan_bed_level_matrix.set_to_identity();
  1648. vector_3 pt1 = vector_3(ABL_PROBE_PT_1_X, ABL_PROBE_PT_1_Y, z_at_pt_1);
  1649. vector_3 pt2 = vector_3(ABL_PROBE_PT_2_X, ABL_PROBE_PT_2_Y, z_at_pt_2);
  1650. vector_3 pt3 = vector_3(ABL_PROBE_PT_3_X, ABL_PROBE_PT_3_Y, z_at_pt_3);
  1651. vector_3 from_2_to_1 = (pt1 - pt2).get_normal();
  1652. vector_3 from_2_to_3 = (pt3 - pt2).get_normal();
  1653. vector_3 planeNormal = vector_3::cross(from_2_to_1, from_2_to_3).get_normal();
  1654. planeNormal = vector_3(planeNormal.x, planeNormal.y, abs(planeNormal.z));
  1655. plan_bed_level_matrix = matrix_3x3::create_look_at(planeNormal);
  1656. vector_3 corrected_position = plan_get_position();
  1657. current_position[X_AXIS] = corrected_position.x;
  1658. current_position[Y_AXIS] = corrected_position.y;
  1659. current_position[Z_AXIS] = corrected_position.z;
  1660. // put the bed at 0 so we don't go below it.
  1661. current_position[Z_AXIS] = cs.zprobe_zoffset;
  1662. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1663. }
  1664. #endif // AUTO_BED_LEVELING_GRID
  1665. static void run_z_probe() {
  1666. plan_bed_level_matrix.set_to_identity();
  1667. feedrate = homing_feedrate[Z_AXIS];
  1668. // move down until you find the bed
  1669. float zPosition = -10;
  1670. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1671. st_synchronize();
  1672. // we have to let the planner know where we are right now as it is not where we said to go.
  1673. zPosition = st_get_position_mm(Z_AXIS);
  1674. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS]);
  1675. // move up the retract distance
  1676. zPosition += home_retract_mm(Z_AXIS);
  1677. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1678. st_synchronize();
  1679. // move back down slowly to find bed
  1680. feedrate = homing_feedrate[Z_AXIS]/4;
  1681. zPosition -= home_retract_mm(Z_AXIS) * 2;
  1682. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1683. st_synchronize();
  1684. current_position[Z_AXIS] = st_get_position_mm(Z_AXIS);
  1685. // make sure the planner knows where we are as it may be a bit different than we last said to move to
  1686. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1687. }
  1688. static void do_blocking_move_to(float x, float y, float z) {
  1689. float oldFeedRate = feedrate;
  1690. feedrate = homing_feedrate[Z_AXIS];
  1691. current_position[Z_AXIS] = z;
  1692. plan_buffer_line_curposXYZE(feedrate/60, active_extruder);
  1693. st_synchronize();
  1694. feedrate = XY_TRAVEL_SPEED;
  1695. current_position[X_AXIS] = x;
  1696. current_position[Y_AXIS] = y;
  1697. plan_buffer_line_curposXYZE(feedrate/60, active_extruder);
  1698. st_synchronize();
  1699. feedrate = oldFeedRate;
  1700. }
  1701. static void do_blocking_move_relative(float offset_x, float offset_y, float offset_z) {
  1702. do_blocking_move_to(current_position[X_AXIS] + offset_x, current_position[Y_AXIS] + offset_y, current_position[Z_AXIS] + offset_z);
  1703. }
  1704. /// Probe bed height at position (x,y), returns the measured z value
  1705. static float probe_pt(float x, float y, float z_before) {
  1706. // move to right place
  1707. do_blocking_move_to(current_position[X_AXIS], current_position[Y_AXIS], z_before);
  1708. do_blocking_move_to(x - X_PROBE_OFFSET_FROM_EXTRUDER, y - Y_PROBE_OFFSET_FROM_EXTRUDER, current_position[Z_AXIS]);
  1709. run_z_probe();
  1710. float measured_z = current_position[Z_AXIS];
  1711. SERIAL_PROTOCOLRPGM(_T(MSG_BED));
  1712. SERIAL_PROTOCOLPGM(" x: ");
  1713. SERIAL_PROTOCOL(x);
  1714. SERIAL_PROTOCOLPGM(" y: ");
  1715. SERIAL_PROTOCOL(y);
  1716. SERIAL_PROTOCOLPGM(" z: ");
  1717. SERIAL_PROTOCOL(measured_z);
  1718. SERIAL_PROTOCOLPGM("\n");
  1719. return measured_z;
  1720. }
  1721. #endif // #ifdef ENABLE_AUTO_BED_LEVELING
  1722. #ifdef LIN_ADVANCE
  1723. /**
  1724. * M900: Set and/or Get advance K factor
  1725. *
  1726. * K<factor> Set advance K factor
  1727. */
  1728. inline void gcode_M900() {
  1729. float newK = code_seen('K') ? code_value_float() : -2;
  1730. #ifdef LA_NOCOMPAT
  1731. if (newK >= 0 && newK < 10)
  1732. extruder_advance_K = newK;
  1733. else
  1734. SERIAL_ECHOLNPGM("K out of allowed range!");
  1735. #else
  1736. if (newK == 0)
  1737. extruder_advance_K = 0;
  1738. else if (newK == -1)
  1739. la10c_reset();
  1740. else
  1741. {
  1742. newK = la10c_value(newK);
  1743. if (newK < 0)
  1744. SERIAL_ECHOLNPGM("K out of allowed range!");
  1745. else
  1746. extruder_advance_K = newK;
  1747. }
  1748. #endif
  1749. SERIAL_ECHO_START;
  1750. SERIAL_ECHOPGM("Advance K=");
  1751. SERIAL_ECHOLN(extruder_advance_K);
  1752. }
  1753. #endif // LIN_ADVANCE
  1754. bool check_commands() {
  1755. bool end_command_found = false;
  1756. while (buflen)
  1757. {
  1758. if ((code_seen("M84")) || (code_seen("M 84"))) end_command_found = true;
  1759. if (!cmdbuffer_front_already_processed)
  1760. cmdqueue_pop_front();
  1761. cmdbuffer_front_already_processed = false;
  1762. }
  1763. return end_command_found;
  1764. }
  1765. // raise_z_above: slowly raise Z to the requested height
  1766. //
  1767. // contrarily to a simple move, this function will carefully plan a move
  1768. // when the current Z position is unknown. In such cases, stallguard is
  1769. // enabled and will prevent prolonged pushing against the Z tops
  1770. void raise_z_above(float target, bool plan)
  1771. {
  1772. if (current_position[Z_AXIS] >= target)
  1773. return;
  1774. // Z needs raising
  1775. current_position[Z_AXIS] = target;
  1776. #if defined(Z_MIN_PIN) && (Z_MIN_PIN > -1) && !defined(DEBUG_DISABLE_ZMINLIMIT)
  1777. bool z_min_endstop = (READ(Z_MIN_PIN) != Z_MIN_ENDSTOP_INVERTING);
  1778. #else
  1779. bool z_min_endstop = false;
  1780. #endif
  1781. if (axis_known_position[Z_AXIS] || z_min_endstop)
  1782. {
  1783. // current position is known or very low, it's safe to raise Z
  1784. if(plan) plan_buffer_line_curposXYZE(max_feedrate[Z_AXIS], active_extruder);
  1785. return;
  1786. }
  1787. // ensure Z is powered in normal mode to overcome initial load
  1788. enable_z();
  1789. st_synchronize();
  1790. // rely on crashguard to limit damage
  1791. bool z_endstop_enabled = enable_z_endstop(true);
  1792. #ifdef TMC2130
  1793. tmc2130_home_enter(Z_AXIS_MASK);
  1794. #endif //TMC2130
  1795. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 60, active_extruder);
  1796. st_synchronize();
  1797. #ifdef TMC2130
  1798. if (endstop_z_hit_on_purpose())
  1799. {
  1800. // not necessarily exact, but will avoid further vertical moves
  1801. current_position[Z_AXIS] = max_pos[Z_AXIS];
  1802. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS],
  1803. current_position[Z_AXIS], current_position[E_AXIS]);
  1804. }
  1805. tmc2130_home_exit();
  1806. #endif //TMC2130
  1807. enable_z_endstop(z_endstop_enabled);
  1808. }
  1809. #ifdef TMC2130
  1810. bool calibrate_z_auto()
  1811. {
  1812. //lcd_display_message_fullscreen_P(_T(MSG_CALIBRATE_Z_AUTO));
  1813. lcd_clear();
  1814. lcd_puts_at_P(0, 1, _T(MSG_CALIBRATE_Z_AUTO));
  1815. bool endstops_enabled = enable_endstops(true);
  1816. int axis_up_dir = -home_dir(Z_AXIS);
  1817. tmc2130_home_enter(Z_AXIS_MASK);
  1818. current_position[Z_AXIS] = 0;
  1819. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1820. set_destination_to_current();
  1821. destination[Z_AXIS] += (1.1 * max_length(Z_AXIS) * axis_up_dir);
  1822. feedrate = homing_feedrate[Z_AXIS];
  1823. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate / 60, active_extruder);
  1824. st_synchronize();
  1825. // current_position[axis] = 0;
  1826. // plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1827. tmc2130_home_exit();
  1828. enable_endstops(false);
  1829. current_position[Z_AXIS] = 0;
  1830. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1831. set_destination_to_current();
  1832. destination[Z_AXIS] += 10 * axis_up_dir; //10mm up
  1833. feedrate = homing_feedrate[Z_AXIS] / 2;
  1834. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate / 60, active_extruder);
  1835. st_synchronize();
  1836. enable_endstops(endstops_enabled);
  1837. if (PRINTER_TYPE == PRINTER_MK3) {
  1838. current_position[Z_AXIS] = Z_MAX_POS + 2.0;
  1839. }
  1840. else {
  1841. current_position[Z_AXIS] = Z_MAX_POS + 9.0;
  1842. }
  1843. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1844. return true;
  1845. }
  1846. #endif //TMC2130
  1847. #ifdef TMC2130
  1848. void homeaxis(int axis, uint8_t cnt, uint8_t* pstep)
  1849. #else
  1850. void homeaxis(int axis, uint8_t cnt)
  1851. #endif //TMC2130
  1852. {
  1853. bool endstops_enabled = enable_endstops(true); //RP: endstops should be allways enabled durring homing
  1854. #define HOMEAXIS_DO(LETTER) \
  1855. ((LETTER##_MIN_PIN > -1 && LETTER##_HOME_DIR==-1) || (LETTER##_MAX_PIN > -1 && LETTER##_HOME_DIR==1))
  1856. if ((axis==X_AXIS)?HOMEAXIS_DO(X):(axis==Y_AXIS)?HOMEAXIS_DO(Y):0)
  1857. {
  1858. int axis_home_dir = home_dir(axis);
  1859. feedrate = homing_feedrate[axis];
  1860. #ifdef TMC2130
  1861. tmc2130_home_enter(X_AXIS_MASK << axis);
  1862. #endif //TMC2130
  1863. // Move away a bit, so that the print head does not touch the end position,
  1864. // and the following movement to endstop has a chance to achieve the required velocity
  1865. // for the stall guard to work.
  1866. current_position[axis] = 0;
  1867. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1868. set_destination_to_current();
  1869. // destination[axis] = 11.f;
  1870. destination[axis] = -3.f * axis_home_dir;
  1871. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1872. st_synchronize();
  1873. // Move away from the possible collision with opposite endstop with the collision detection disabled.
  1874. endstops_hit_on_purpose();
  1875. enable_endstops(false);
  1876. current_position[axis] = 0;
  1877. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1878. destination[axis] = 1. * axis_home_dir;
  1879. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1880. st_synchronize();
  1881. // Now continue to move up to the left end stop with the collision detection enabled.
  1882. enable_endstops(true);
  1883. destination[axis] = 1.1 * axis_home_dir * max_length(axis);
  1884. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1885. st_synchronize();
  1886. for (uint8_t i = 0; i < cnt; i++)
  1887. {
  1888. // Move away from the collision to a known distance from the left end stop with the collision detection disabled.
  1889. endstops_hit_on_purpose();
  1890. enable_endstops(false);
  1891. current_position[axis] = 0;
  1892. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1893. destination[axis] = -10.f * axis_home_dir;
  1894. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1895. st_synchronize();
  1896. endstops_hit_on_purpose();
  1897. // Now move left up to the collision, this time with a repeatable velocity.
  1898. enable_endstops(true);
  1899. destination[axis] = 11.f * axis_home_dir;
  1900. #ifdef TMC2130
  1901. feedrate = homing_feedrate[axis];
  1902. #else //TMC2130
  1903. feedrate = homing_feedrate[axis] / 2;
  1904. #endif //TMC2130
  1905. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1906. st_synchronize();
  1907. #ifdef TMC2130
  1908. uint16_t mscnt = tmc2130_rd_MSCNT(axis);
  1909. if (pstep) pstep[i] = mscnt >> 4;
  1910. printf_P(PSTR("%3d step=%2d mscnt=%4d\n"), i, mscnt >> 4, mscnt);
  1911. #endif //TMC2130
  1912. }
  1913. endstops_hit_on_purpose();
  1914. enable_endstops(false);
  1915. #ifdef TMC2130
  1916. uint8_t orig = tmc2130_home_origin[axis];
  1917. uint8_t back = tmc2130_home_bsteps[axis];
  1918. if (tmc2130_home_enabled && (orig <= 63))
  1919. {
  1920. tmc2130_goto_step(axis, orig, 2, 1000, tmc2130_get_res(axis));
  1921. if (back > 0)
  1922. tmc2130_do_steps(axis, back, -axis_home_dir, 1000);
  1923. }
  1924. else
  1925. tmc2130_do_steps(axis, 8, -axis_home_dir, 1000);
  1926. tmc2130_home_exit();
  1927. #endif //TMC2130
  1928. axis_is_at_home(axis);
  1929. axis_known_position[axis] = true;
  1930. // Move from minimum
  1931. #ifdef TMC2130
  1932. float dist = - axis_home_dir * 0.01f * tmc2130_home_fsteps[axis];
  1933. #else //TMC2130
  1934. float dist = - axis_home_dir * 0.01f * 64;
  1935. #endif //TMC2130
  1936. current_position[axis] -= dist;
  1937. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1938. current_position[axis] += dist;
  1939. destination[axis] = current_position[axis];
  1940. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], 0.5f*feedrate/60, active_extruder);
  1941. st_synchronize();
  1942. feedrate = 0.0;
  1943. }
  1944. else if ((axis==Z_AXIS)?HOMEAXIS_DO(Z):0)
  1945. {
  1946. #ifdef TMC2130
  1947. FORCE_HIGH_POWER_START;
  1948. #endif
  1949. int axis_home_dir = home_dir(axis);
  1950. current_position[axis] = 0;
  1951. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1952. destination[axis] = 1.5 * max_length(axis) * axis_home_dir;
  1953. feedrate = homing_feedrate[axis];
  1954. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1955. st_synchronize();
  1956. #ifdef TMC2130
  1957. if (READ(Z_TMC2130_DIAG) != 0) { //Z crash
  1958. FORCE_HIGH_POWER_END;
  1959. kill(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  1960. return;
  1961. }
  1962. #endif //TMC2130
  1963. current_position[axis] = 0;
  1964. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1965. destination[axis] = -home_retract_mm(axis) * axis_home_dir;
  1966. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1967. st_synchronize();
  1968. destination[axis] = 2*home_retract_mm(axis) * axis_home_dir;
  1969. feedrate = homing_feedrate[axis]/2 ;
  1970. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1971. st_synchronize();
  1972. #ifdef TMC2130
  1973. if (READ(Z_TMC2130_DIAG) != 0) { //Z crash
  1974. FORCE_HIGH_POWER_END;
  1975. kill(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  1976. return;
  1977. }
  1978. #endif //TMC2130
  1979. axis_is_at_home(axis);
  1980. destination[axis] = current_position[axis];
  1981. feedrate = 0.0;
  1982. endstops_hit_on_purpose();
  1983. axis_known_position[axis] = true;
  1984. #ifdef TMC2130
  1985. FORCE_HIGH_POWER_END;
  1986. #endif
  1987. }
  1988. enable_endstops(endstops_enabled);
  1989. }
  1990. /**/
  1991. void home_xy()
  1992. {
  1993. set_destination_to_current();
  1994. homeaxis(X_AXIS);
  1995. homeaxis(Y_AXIS);
  1996. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1997. endstops_hit_on_purpose();
  1998. }
  1999. void refresh_cmd_timeout(void)
  2000. {
  2001. previous_millis_cmd = _millis();
  2002. }
  2003. #ifdef FWRETRACT
  2004. void retract(bool retracting, bool swapretract = false) {
  2005. if(retracting && !retracted[active_extruder]) {
  2006. destination[X_AXIS]=current_position[X_AXIS];
  2007. destination[Y_AXIS]=current_position[Y_AXIS];
  2008. destination[Z_AXIS]=current_position[Z_AXIS];
  2009. destination[E_AXIS]=current_position[E_AXIS];
  2010. current_position[E_AXIS]+=(swapretract?retract_length_swap:cs.retract_length)*float(extrudemultiply)*0.01f;
  2011. plan_set_e_position(current_position[E_AXIS]);
  2012. float oldFeedrate = feedrate;
  2013. feedrate=cs.retract_feedrate*60;
  2014. retracted[active_extruder]=true;
  2015. prepare_move();
  2016. current_position[Z_AXIS]-=cs.retract_zlift;
  2017. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2018. prepare_move();
  2019. feedrate = oldFeedrate;
  2020. } else if(!retracting && retracted[active_extruder]) {
  2021. destination[X_AXIS]=current_position[X_AXIS];
  2022. destination[Y_AXIS]=current_position[Y_AXIS];
  2023. destination[Z_AXIS]=current_position[Z_AXIS];
  2024. destination[E_AXIS]=current_position[E_AXIS];
  2025. current_position[Z_AXIS]+=cs.retract_zlift;
  2026. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2027. current_position[E_AXIS]-=(swapretract?(retract_length_swap+retract_recover_length_swap):(cs.retract_length+cs.retract_recover_length))*float(extrudemultiply)*0.01f;
  2028. plan_set_e_position(current_position[E_AXIS]);
  2029. float oldFeedrate = feedrate;
  2030. feedrate=cs.retract_recover_feedrate*60;
  2031. retracted[active_extruder]=false;
  2032. prepare_move();
  2033. feedrate = oldFeedrate;
  2034. }
  2035. } //retract
  2036. #endif //FWRETRACT
  2037. void trace() {
  2038. Sound_MakeCustom(25,440,true);
  2039. }
  2040. /*
  2041. void ramming() {
  2042. // float tmp[4] = DEFAULT_MAX_FEEDRATE;
  2043. if (current_temperature[0] < 230) {
  2044. //PLA
  2045. max_feedrate[E_AXIS] = 50;
  2046. //current_position[E_AXIS] -= 8;
  2047. //plan_buffer_line_curposXYZE(2100 / 60, active_extruder);
  2048. //current_position[E_AXIS] += 8;
  2049. //plan_buffer_line_curposXYZE(2100 / 60, active_extruder);
  2050. current_position[E_AXIS] += 5.4;
  2051. plan_buffer_line_curposXYZE(2800 / 60, active_extruder);
  2052. current_position[E_AXIS] += 3.2;
  2053. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  2054. current_position[E_AXIS] += 3;
  2055. plan_buffer_line_curposXYZE(3400 / 60, active_extruder);
  2056. st_synchronize();
  2057. max_feedrate[E_AXIS] = 80;
  2058. current_position[E_AXIS] -= 82;
  2059. plan_buffer_line_curposXYZE(9500 / 60, active_extruder);
  2060. max_feedrate[E_AXIS] = 50;//tmp[E_AXIS];
  2061. current_position[E_AXIS] -= 20;
  2062. plan_buffer_line_curposXYZE(1200 / 60, active_extruder);
  2063. current_position[E_AXIS] += 5;
  2064. plan_buffer_line_curposXYZE(400 / 60, active_extruder);
  2065. current_position[E_AXIS] += 5;
  2066. plan_buffer_line_curposXYZE(600 / 60, active_extruder);
  2067. current_position[E_AXIS] -= 10;
  2068. st_synchronize();
  2069. plan_buffer_line_curposXYZE(600 / 60, active_extruder);
  2070. current_position[E_AXIS] += 10;
  2071. plan_buffer_line_curposXYZE(600 / 60, active_extruder);
  2072. current_position[E_AXIS] -= 10;
  2073. plan_buffer_line_curposXYZE(800 / 60, active_extruder);
  2074. current_position[E_AXIS] += 10;
  2075. plan_buffer_line_curposXYZE(800 / 60, active_extruder);
  2076. current_position[E_AXIS] -= 10;
  2077. plan_buffer_line_curposXYZE(800 / 60, active_extruder);
  2078. st_synchronize();
  2079. }
  2080. else {
  2081. //ABS
  2082. max_feedrate[E_AXIS] = 50;
  2083. //current_position[E_AXIS] -= 8;
  2084. //plan_buffer_line_curposXYZE(2100 / 60, active_extruder);
  2085. //current_position[E_AXIS] += 8;
  2086. //plan_buffer_line_curposXYZE(2100 / 60, active_extruder);
  2087. current_position[E_AXIS] += 3.1;
  2088. plan_buffer_line_curposXYZE(2000 / 60, active_extruder);
  2089. current_position[E_AXIS] += 3.1;
  2090. plan_buffer_line_curposXYZE(2500 / 60, active_extruder);
  2091. current_position[E_AXIS] += 4;
  2092. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  2093. st_synchronize();
  2094. //current_position[X_AXIS] += 23; //delay
  2095. //plan_buffer_line_curposXYZE(600/60, active_extruder); //delay
  2096. //current_position[X_AXIS] -= 23; //delay
  2097. //plan_buffer_line_curposXYZE(600/60, active_extruder); //delay
  2098. _delay(4700);
  2099. max_feedrate[E_AXIS] = 80;
  2100. current_position[E_AXIS] -= 92;
  2101. plan_buffer_line_curposXYZE(9900 / 60, active_extruder);
  2102. max_feedrate[E_AXIS] = 50;//tmp[E_AXIS];
  2103. current_position[E_AXIS] -= 5;
  2104. plan_buffer_line_curposXYZE(800 / 60, active_extruder);
  2105. current_position[E_AXIS] += 5;
  2106. plan_buffer_line_curposXYZE(400 / 60, active_extruder);
  2107. current_position[E_AXIS] -= 5;
  2108. plan_buffer_line_curposXYZE(600 / 60, active_extruder);
  2109. st_synchronize();
  2110. current_position[E_AXIS] += 5;
  2111. plan_buffer_line_curposXYZE(600 / 60, active_extruder);
  2112. current_position[E_AXIS] -= 5;
  2113. plan_buffer_line_curposXYZE(600 / 60, active_extruder);
  2114. current_position[E_AXIS] += 5;
  2115. plan_buffer_line_curposXYZE(600 / 60, active_extruder);
  2116. current_position[E_AXIS] -= 5;
  2117. plan_buffer_line_curposXYZE(600 / 60, active_extruder);
  2118. st_synchronize();
  2119. }
  2120. }
  2121. */
  2122. #ifdef TMC2130
  2123. void force_high_power_mode(bool start_high_power_section) {
  2124. #ifdef PSU_Delta
  2125. if (start_high_power_section == true) enable_force_z();
  2126. #endif //PSU_Delta
  2127. uint8_t silent;
  2128. silent = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
  2129. if (silent == 1) {
  2130. //we are in silent mode, set to normal mode to enable crash detection
  2131. // Wait for the planner queue to drain and for the stepper timer routine to reach an idle state.
  2132. st_synchronize();
  2133. cli();
  2134. tmc2130_mode = (start_high_power_section == true) ? TMC2130_MODE_NORMAL : TMC2130_MODE_SILENT;
  2135. update_mode_profile();
  2136. tmc2130_init();
  2137. // We may have missed a stepper timer interrupt due to the time spent in the tmc2130_init() routine.
  2138. // Be safe than sorry, reset the stepper timer before re-enabling interrupts.
  2139. st_reset_timer();
  2140. sei();
  2141. }
  2142. }
  2143. #endif //TMC2130
  2144. #ifdef TMC2130
  2145. 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)
  2146. #else
  2147. 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)
  2148. #endif //TMC2130
  2149. {
  2150. st_synchronize();
  2151. #if 0
  2152. SERIAL_ECHOPGM("G28, initial "); print_world_coordinates();
  2153. SERIAL_ECHOPGM("G28, initial "); print_physical_coordinates();
  2154. #endif
  2155. // Flag for the display update routine and to disable the print cancelation during homing.
  2156. homing_flag = true;
  2157. // Which axes should be homed?
  2158. bool home_x = home_x_axis;
  2159. bool home_y = home_y_axis;
  2160. bool home_z = home_z_axis;
  2161. // Either all X,Y,Z codes are present, or none of them.
  2162. bool home_all_axes = home_x == home_y && home_x == home_z;
  2163. if (home_all_axes)
  2164. // No X/Y/Z code provided means to home all axes.
  2165. home_x = home_y = home_z = true;
  2166. //if we are homing all axes, first move z higher to protect heatbed/steel sheet
  2167. if (home_all_axes) {
  2168. raise_z_above(MESH_HOME_Z_SEARCH);
  2169. st_synchronize();
  2170. }
  2171. #ifdef ENABLE_AUTO_BED_LEVELING
  2172. plan_bed_level_matrix.set_to_identity(); //Reset the plane ("erase" all leveling data)
  2173. #endif //ENABLE_AUTO_BED_LEVELING
  2174. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  2175. // the planner will not perform any adjustments in the XY plane.
  2176. // Wait for the motors to stop and update the current position with the absolute values.
  2177. world2machine_revert_to_uncorrected();
  2178. // For mesh bed leveling deactivate the matrix temporarily.
  2179. // It is necessary to disable the bed leveling for the X and Y homing moves, so that the move is performed
  2180. // in a single axis only.
  2181. // In case of re-homing the X or Y axes only, the mesh bed leveling is restored after G28.
  2182. #ifdef MESH_BED_LEVELING
  2183. uint8_t mbl_was_active = mbl.active;
  2184. mbl.active = 0;
  2185. current_position[Z_AXIS] = st_get_position_mm(Z_AXIS);
  2186. #endif
  2187. // Reset baby stepping to zero, if the babystepping has already been loaded before. The babystepsTodo value will be
  2188. // consumed during the first movements following this statement.
  2189. if (home_z)
  2190. babystep_undo();
  2191. saved_feedrate = feedrate;
  2192. int l_feedmultiply = feedmultiply;
  2193. feedmultiply = 100;
  2194. previous_millis_cmd = _millis();
  2195. enable_endstops(true);
  2196. memcpy(destination, current_position, sizeof(destination));
  2197. feedrate = 0.0;
  2198. #if Z_HOME_DIR > 0 // If homing away from BED do Z first
  2199. if(home_z)
  2200. homeaxis(Z_AXIS);
  2201. #endif
  2202. #ifdef QUICK_HOME
  2203. // In the quick mode, if both x and y are to be homed, a diagonal move will be performed initially.
  2204. if(home_x && home_y) //first diagonal move
  2205. {
  2206. current_position[X_AXIS] = 0;current_position[Y_AXIS] = 0;
  2207. int x_axis_home_dir = home_dir(X_AXIS);
  2208. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2209. 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);
  2210. feedrate = homing_feedrate[X_AXIS];
  2211. if(homing_feedrate[Y_AXIS]<feedrate)
  2212. feedrate = homing_feedrate[Y_AXIS];
  2213. if (max_length(X_AXIS) > max_length(Y_AXIS)) {
  2214. feedrate *= sqrt(pow(max_length(Y_AXIS) / max_length(X_AXIS), 2) + 1);
  2215. } else {
  2216. feedrate *= sqrt(pow(max_length(X_AXIS) / max_length(Y_AXIS), 2) + 1);
  2217. }
  2218. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  2219. st_synchronize();
  2220. axis_is_at_home(X_AXIS);
  2221. axis_is_at_home(Y_AXIS);
  2222. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2223. destination[X_AXIS] = current_position[X_AXIS];
  2224. destination[Y_AXIS] = current_position[Y_AXIS];
  2225. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  2226. feedrate = 0.0;
  2227. st_synchronize();
  2228. endstops_hit_on_purpose();
  2229. current_position[X_AXIS] = destination[X_AXIS];
  2230. current_position[Y_AXIS] = destination[Y_AXIS];
  2231. current_position[Z_AXIS] = destination[Z_AXIS];
  2232. }
  2233. #endif /* QUICK_HOME */
  2234. #ifdef TMC2130
  2235. if(home_x)
  2236. {
  2237. if (!calib)
  2238. homeaxis(X_AXIS);
  2239. else
  2240. tmc2130_home_calibrate(X_AXIS);
  2241. }
  2242. if(home_y)
  2243. {
  2244. if (!calib)
  2245. homeaxis(Y_AXIS);
  2246. else
  2247. tmc2130_home_calibrate(Y_AXIS);
  2248. }
  2249. #else //TMC2130
  2250. if(home_x) homeaxis(X_AXIS);
  2251. if(home_y) homeaxis(Y_AXIS);
  2252. #endif //TMC2130
  2253. if(home_x_axis && home_x_value != 0)
  2254. current_position[X_AXIS]=home_x_value+cs.add_homing[X_AXIS];
  2255. if(home_y_axis && home_y_value != 0)
  2256. current_position[Y_AXIS]=home_y_value+cs.add_homing[Y_AXIS];
  2257. #if Z_HOME_DIR < 0 // If homing towards BED do Z last
  2258. #ifndef Z_SAFE_HOMING
  2259. if(home_z) {
  2260. #if defined (Z_RAISE_BEFORE_HOMING) && (Z_RAISE_BEFORE_HOMING > 0)
  2261. raise_z_above(Z_RAISE_BEFORE_HOMING);
  2262. st_synchronize();
  2263. #endif // defined (Z_RAISE_BEFORE_HOMING) && (Z_RAISE_BEFORE_HOMING > 0)
  2264. #if (defined(MESH_BED_LEVELING) && !defined(MK1BP)) // If Mesh bed leveling, move X&Y to safe position for home
  2265. raise_z_above(MESH_HOME_Z_SEARCH);
  2266. st_synchronize();
  2267. if (!axis_known_position[X_AXIS]) homeaxis(X_AXIS);
  2268. if (!axis_known_position[Y_AXIS]) homeaxis(Y_AXIS);
  2269. // 1st mesh bed leveling measurement point, corrected.
  2270. world2machine_initialize();
  2271. world2machine(pgm_read_float(bed_ref_points_4), pgm_read_float(bed_ref_points_4+1), destination[X_AXIS], destination[Y_AXIS]);
  2272. world2machine_reset();
  2273. if (destination[Y_AXIS] < Y_MIN_POS)
  2274. destination[Y_AXIS] = Y_MIN_POS;
  2275. feedrate = homing_feedrate[X_AXIS] / 20;
  2276. enable_endstops(false);
  2277. #ifdef DEBUG_BUILD
  2278. SERIAL_ECHOLNPGM("plan_set_position()");
  2279. MYSERIAL.println(current_position[X_AXIS]);MYSERIAL.println(current_position[Y_AXIS]);
  2280. MYSERIAL.println(current_position[Z_AXIS]);MYSERIAL.println(current_position[E_AXIS]);
  2281. #endif
  2282. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2283. #ifdef DEBUG_BUILD
  2284. SERIAL_ECHOLNPGM("plan_buffer_line()");
  2285. MYSERIAL.println(destination[X_AXIS]);MYSERIAL.println(destination[Y_AXIS]);
  2286. MYSERIAL.println(destination[Z_AXIS]);MYSERIAL.println(destination[E_AXIS]);
  2287. MYSERIAL.println(feedrate);MYSERIAL.println(active_extruder);
  2288. #endif
  2289. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate, active_extruder);
  2290. st_synchronize();
  2291. current_position[X_AXIS] = destination[X_AXIS];
  2292. current_position[Y_AXIS] = destination[Y_AXIS];
  2293. enable_endstops(true);
  2294. endstops_hit_on_purpose();
  2295. homeaxis(Z_AXIS);
  2296. #else // MESH_BED_LEVELING
  2297. homeaxis(Z_AXIS);
  2298. #endif // MESH_BED_LEVELING
  2299. }
  2300. #else // defined(Z_SAFE_HOMING): Z Safe mode activated.
  2301. if(home_all_axes) {
  2302. destination[X_AXIS] = round(Z_SAFE_HOMING_X_POINT - X_PROBE_OFFSET_FROM_EXTRUDER);
  2303. destination[Y_AXIS] = round(Z_SAFE_HOMING_Y_POINT - Y_PROBE_OFFSET_FROM_EXTRUDER);
  2304. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  2305. feedrate = XY_TRAVEL_SPEED/60;
  2306. current_position[Z_AXIS] = 0;
  2307. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2308. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate, active_extruder);
  2309. st_synchronize();
  2310. current_position[X_AXIS] = destination[X_AXIS];
  2311. current_position[Y_AXIS] = destination[Y_AXIS];
  2312. homeaxis(Z_AXIS);
  2313. }
  2314. // Let's see if X and Y are homed and probe is inside bed area.
  2315. if(home_z) {
  2316. if ( (axis_known_position[X_AXIS]) && (axis_known_position[Y_AXIS]) \
  2317. && (current_position[X_AXIS]+X_PROBE_OFFSET_FROM_EXTRUDER >= X_MIN_POS) \
  2318. && (current_position[X_AXIS]+X_PROBE_OFFSET_FROM_EXTRUDER <= X_MAX_POS) \
  2319. && (current_position[Y_AXIS]+Y_PROBE_OFFSET_FROM_EXTRUDER >= Y_MIN_POS) \
  2320. && (current_position[Y_AXIS]+Y_PROBE_OFFSET_FROM_EXTRUDER <= Y_MAX_POS)) {
  2321. current_position[Z_AXIS] = 0;
  2322. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2323. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  2324. feedrate = max_feedrate[Z_AXIS];
  2325. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate, active_extruder);
  2326. st_synchronize();
  2327. homeaxis(Z_AXIS);
  2328. } else if (!((axis_known_position[X_AXIS]) && (axis_known_position[Y_AXIS]))) {
  2329. LCD_MESSAGERPGM(MSG_POSITION_UNKNOWN);
  2330. SERIAL_ECHO_START;
  2331. SERIAL_ECHOLNRPGM(MSG_POSITION_UNKNOWN);
  2332. } else {
  2333. LCD_MESSAGERPGM(MSG_ZPROBE_OUT);
  2334. SERIAL_ECHO_START;
  2335. SERIAL_ECHOLNRPGM(MSG_ZPROBE_OUT);
  2336. }
  2337. }
  2338. #endif // Z_SAFE_HOMING
  2339. #endif // Z_HOME_DIR < 0
  2340. if(home_z_axis && home_z_value != 0)
  2341. current_position[Z_AXIS]=home_z_value+cs.add_homing[Z_AXIS];
  2342. #ifdef ENABLE_AUTO_BED_LEVELING
  2343. if(home_z)
  2344. current_position[Z_AXIS] += cs.zprobe_zoffset; //Add Z_Probe offset (the distance is negative)
  2345. #endif
  2346. // Set the planner and stepper routine positions.
  2347. // At this point the mesh bed leveling and world2machine corrections are disabled and current_position
  2348. // contains the machine coordinates.
  2349. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2350. #ifdef ENDSTOPS_ONLY_FOR_HOMING
  2351. enable_endstops(false);
  2352. #endif
  2353. feedrate = saved_feedrate;
  2354. feedmultiply = l_feedmultiply;
  2355. previous_millis_cmd = _millis();
  2356. endstops_hit_on_purpose();
  2357. #ifndef MESH_BED_LEVELING
  2358. //-// Oct 2019 :: this part of code is (from) now probably un-compilable
  2359. // If MESH_BED_LEVELING is not active, then it is the original Prusa i3.
  2360. // Offer the user to load the baby step value, which has been adjusted at the previous print session.
  2361. if(card.sdprinting && eeprom_read_word((uint16_t *)EEPROM_BABYSTEP_Z))
  2362. lcd_adjust_z();
  2363. #endif
  2364. // Load the machine correction matrix
  2365. world2machine_initialize();
  2366. // and correct the current_position XY axes to match the transformed coordinate system.
  2367. world2machine_update_current();
  2368. #if (defined(MESH_BED_LEVELING) && !defined(MK1BP))
  2369. if (home_x_axis || home_y_axis || without_mbl || home_z_axis)
  2370. {
  2371. if (! home_z && mbl_was_active) {
  2372. // Re-enable the mesh bed leveling if only the X and Y axes were re-homed.
  2373. mbl.active = true;
  2374. // and re-adjust the current logical Z axis with the bed leveling offset applicable at the current XY position.
  2375. current_position[Z_AXIS] -= mbl.get_z(st_get_position_mm(X_AXIS), st_get_position_mm(Y_AXIS));
  2376. }
  2377. }
  2378. else
  2379. {
  2380. st_synchronize();
  2381. homing_flag = false;
  2382. }
  2383. #endif
  2384. if (farm_mode) { prusa_statistics(20); };
  2385. homing_flag = false;
  2386. #if 0
  2387. SERIAL_ECHOPGM("G28, final "); print_world_coordinates();
  2388. SERIAL_ECHOPGM("G28, final "); print_physical_coordinates();
  2389. SERIAL_ECHOPGM("G28, final "); print_mesh_bed_leveling_table();
  2390. #endif
  2391. }
  2392. static void gcode_G28(bool home_x_axis, bool home_y_axis, bool home_z_axis)
  2393. {
  2394. #ifdef TMC2130
  2395. gcode_G28(home_x_axis, 0, home_y_axis, 0, home_z_axis, 0, false, true);
  2396. #else
  2397. gcode_G28(home_x_axis, 0, home_y_axis, 0, home_z_axis, 0, true);
  2398. #endif //TMC2130
  2399. }
  2400. void adjust_bed_reset()
  2401. {
  2402. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID, 1);
  2403. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_LEFT, 0);
  2404. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_RIGHT, 0);
  2405. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_FRONT, 0);
  2406. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_REAR, 0);
  2407. }
  2408. //! @brief Calibrate XYZ
  2409. //! @param onlyZ if true, calibrate only Z axis
  2410. //! @param verbosity_level
  2411. //! @retval true Succeeded
  2412. //! @retval false Failed
  2413. bool gcode_M45(bool onlyZ, int8_t verbosity_level)
  2414. {
  2415. bool final_result = false;
  2416. #ifdef TMC2130
  2417. FORCE_HIGH_POWER_START;
  2418. #endif // TMC2130
  2419. FORCE_BL_ON_START;
  2420. // Only Z calibration?
  2421. if (!onlyZ)
  2422. {
  2423. setTargetBed(0);
  2424. setAllTargetHotends(0);
  2425. adjust_bed_reset(); //reset bed level correction
  2426. }
  2427. // Disable the default update procedure of the display. We will do a modal dialog.
  2428. lcd_update_enable(false);
  2429. // Let the planner use the uncorrected coordinates.
  2430. mbl.reset();
  2431. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  2432. // the planner will not perform any adjustments in the XY plane.
  2433. // Wait for the motors to stop and update the current position with the absolute values.
  2434. world2machine_revert_to_uncorrected();
  2435. // Reset the baby step value applied without moving the axes.
  2436. babystep_reset();
  2437. // Mark all axes as in a need for homing.
  2438. memset(axis_known_position, 0, sizeof(axis_known_position));
  2439. // Home in the XY plane.
  2440. //set_destination_to_current();
  2441. int l_feedmultiply = setup_for_endstop_move();
  2442. lcd_display_message_fullscreen_P(_T(MSG_AUTO_HOME));
  2443. home_xy();
  2444. enable_endstops(false);
  2445. current_position[X_AXIS] += 5;
  2446. current_position[Y_AXIS] += 5;
  2447. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40, active_extruder);
  2448. st_synchronize();
  2449. // Let the user move the Z axes up to the end stoppers.
  2450. #ifdef TMC2130
  2451. if (calibrate_z_auto())
  2452. {
  2453. #else //TMC2130
  2454. if (lcd_calibrate_z_end_stop_manual(onlyZ))
  2455. {
  2456. #endif //TMC2130
  2457. lcd_show_fullscreen_message_and_wait_P(_T(MSG_CONFIRM_NOZZLE_CLEAN));
  2458. if(onlyZ){
  2459. lcd_display_message_fullscreen_P(_T(MSG_MEASURE_BED_REFERENCE_HEIGHT_LINE1));
  2460. lcd_set_cursor(0, 3);
  2461. lcd_print(1);
  2462. lcd_puts_P(_T(MSG_MEASURE_BED_REFERENCE_HEIGHT_LINE2));
  2463. }else{
  2464. //lcd_show_fullscreen_message_and_wait_P(_T(MSG_PAPER));
  2465. lcd_display_message_fullscreen_P(_T(MSG_FIND_BED_OFFSET_AND_SKEW_LINE1));
  2466. lcd_set_cursor(0, 2);
  2467. lcd_print(1);
  2468. lcd_puts_P(_T(MSG_FIND_BED_OFFSET_AND_SKEW_LINE2));
  2469. }
  2470. refresh_cmd_timeout();
  2471. #ifndef STEEL_SHEET
  2472. if (((degHotend(0) > MAX_HOTEND_TEMP_CALIBRATION) || (degBed() > MAX_BED_TEMP_CALIBRATION)) && (!onlyZ))
  2473. {
  2474. lcd_wait_for_cool_down();
  2475. }
  2476. #endif //STEEL_SHEET
  2477. if(!onlyZ)
  2478. {
  2479. KEEPALIVE_STATE(PAUSED_FOR_USER);
  2480. #ifdef STEEL_SHEET
  2481. bool result = lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_STEEL_SHEET_CHECK), false, false);
  2482. if(result) lcd_show_fullscreen_message_and_wait_P(_T(MSG_REMOVE_STEEL_SHEET));
  2483. #endif //STEEL_SHEET
  2484. lcd_show_fullscreen_message_and_wait_P(_T(MSG_PAPER));
  2485. KEEPALIVE_STATE(IN_HANDLER);
  2486. lcd_display_message_fullscreen_P(_T(MSG_FIND_BED_OFFSET_AND_SKEW_LINE1));
  2487. lcd_set_cursor(0, 2);
  2488. lcd_print(1);
  2489. lcd_puts_P(_T(MSG_FIND_BED_OFFSET_AND_SKEW_LINE2));
  2490. }
  2491. bool endstops_enabled = enable_endstops(false);
  2492. current_position[Z_AXIS] -= 1; //move 1mm down with disabled endstop
  2493. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40, active_extruder);
  2494. st_synchronize();
  2495. // Move the print head close to the bed.
  2496. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2497. enable_endstops(true);
  2498. #ifdef TMC2130
  2499. tmc2130_home_enter(Z_AXIS_MASK);
  2500. #endif //TMC2130
  2501. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40, active_extruder);
  2502. st_synchronize();
  2503. #ifdef TMC2130
  2504. tmc2130_home_exit();
  2505. #endif //TMC2130
  2506. enable_endstops(endstops_enabled);
  2507. if ((st_get_position_mm(Z_AXIS) <= (MESH_HOME_Z_SEARCH + HOME_Z_SEARCH_THRESHOLD)) &&
  2508. (st_get_position_mm(Z_AXIS) >= (MESH_HOME_Z_SEARCH - HOME_Z_SEARCH_THRESHOLD)))
  2509. {
  2510. if (onlyZ)
  2511. {
  2512. clean_up_after_endstop_move(l_feedmultiply);
  2513. // Z only calibration.
  2514. // Load the machine correction matrix
  2515. world2machine_initialize();
  2516. // and correct the current_position to match the transformed coordinate system.
  2517. world2machine_update_current();
  2518. //FIXME
  2519. bool result = sample_mesh_and_store_reference();
  2520. if (result)
  2521. {
  2522. if (calibration_status() == CALIBRATION_STATUS_Z_CALIBRATION)
  2523. // Shipped, the nozzle height has been set already. The user can start printing now.
  2524. calibration_status_store(CALIBRATION_STATUS_CALIBRATED);
  2525. final_result = true;
  2526. // babystep_apply();
  2527. }
  2528. }
  2529. else
  2530. {
  2531. // Reset the baby step value and the baby step applied flag.
  2532. calibration_status_store(CALIBRATION_STATUS_XYZ_CALIBRATION);
  2533. eeprom_update_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),0);
  2534. // Complete XYZ calibration.
  2535. uint8_t point_too_far_mask = 0;
  2536. BedSkewOffsetDetectionResultType result = find_bed_offset_and_skew(verbosity_level, point_too_far_mask);
  2537. clean_up_after_endstop_move(l_feedmultiply);
  2538. // Print head up.
  2539. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2540. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40, active_extruder);
  2541. st_synchronize();
  2542. //#ifndef NEW_XYZCAL
  2543. if (result >= 0)
  2544. {
  2545. #ifdef HEATBED_V2
  2546. sample_z();
  2547. #else //HEATBED_V2
  2548. point_too_far_mask = 0;
  2549. // Second half: The fine adjustment.
  2550. // Let the planner use the uncorrected coordinates.
  2551. mbl.reset();
  2552. world2machine_reset();
  2553. // Home in the XY plane.
  2554. int l_feedmultiply = setup_for_endstop_move();
  2555. home_xy();
  2556. result = improve_bed_offset_and_skew(1, verbosity_level, point_too_far_mask);
  2557. clean_up_after_endstop_move(l_feedmultiply);
  2558. // Print head up.
  2559. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2560. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40, active_extruder);
  2561. st_synchronize();
  2562. // if (result >= 0) babystep_apply();
  2563. #endif //HEATBED_V2
  2564. }
  2565. //#endif //NEW_XYZCAL
  2566. lcd_update_enable(true);
  2567. lcd_update(2);
  2568. lcd_bed_calibration_show_result(result, point_too_far_mask);
  2569. if (result >= 0)
  2570. {
  2571. // Calibration valid, the machine should be able to print. Advise the user to run the V2Calibration.gcode.
  2572. calibration_status_store(CALIBRATION_STATUS_LIVE_ADJUST);
  2573. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) != 1) lcd_show_fullscreen_message_and_wait_P(_T(MSG_BABYSTEP_Z_NOT_SET));
  2574. final_result = true;
  2575. }
  2576. }
  2577. #ifdef TMC2130
  2578. tmc2130_home_exit();
  2579. #endif
  2580. }
  2581. else
  2582. {
  2583. lcd_show_fullscreen_message_and_wait_P(PSTR("Calibration failed! Check the axes and run again."));
  2584. final_result = false;
  2585. }
  2586. }
  2587. else
  2588. {
  2589. // Timeouted.
  2590. }
  2591. lcd_update_enable(true);
  2592. #ifdef TMC2130
  2593. FORCE_HIGH_POWER_END;
  2594. #endif // TMC2130
  2595. FORCE_BL_ON_END;
  2596. return final_result;
  2597. }
  2598. void gcode_M114()
  2599. {
  2600. SERIAL_PROTOCOLPGM("X:");
  2601. SERIAL_PROTOCOL(current_position[X_AXIS]);
  2602. SERIAL_PROTOCOLPGM(" Y:");
  2603. SERIAL_PROTOCOL(current_position[Y_AXIS]);
  2604. SERIAL_PROTOCOLPGM(" Z:");
  2605. SERIAL_PROTOCOL(current_position[Z_AXIS]);
  2606. SERIAL_PROTOCOLPGM(" E:");
  2607. SERIAL_PROTOCOL(current_position[E_AXIS]);
  2608. SERIAL_PROTOCOLRPGM(_n(" Count X: "));////MSG_COUNT_X
  2609. SERIAL_PROTOCOL(float(st_get_position(X_AXIS)) / cs.axis_steps_per_unit[X_AXIS]);
  2610. SERIAL_PROTOCOLPGM(" Y:");
  2611. SERIAL_PROTOCOL(float(st_get_position(Y_AXIS)) / cs.axis_steps_per_unit[Y_AXIS]);
  2612. SERIAL_PROTOCOLPGM(" Z:");
  2613. SERIAL_PROTOCOL(float(st_get_position(Z_AXIS)) / cs.axis_steps_per_unit[Z_AXIS]);
  2614. SERIAL_PROTOCOLPGM(" E:");
  2615. SERIAL_PROTOCOL(float(st_get_position(E_AXIS)) / cs.axis_steps_per_unit[E_AXIS]);
  2616. SERIAL_PROTOCOLLN("");
  2617. }
  2618. //! extracted code to compute z_shift for M600 in case of filament change operation
  2619. //! requested from fsensors.
  2620. //! The function ensures, that the printhead lifts to at least 25mm above the heat bed
  2621. //! unlike the previous implementation, which was adding 25mm even when the head was
  2622. //! printing at e.g. 24mm height.
  2623. //! A safety margin of FILAMENTCHANGE_ZADD is added in all cases to avoid touching
  2624. //! the printout.
  2625. //! This function is templated to enable fast change of computation data type.
  2626. //! @return new z_shift value
  2627. template<typename T>
  2628. static T gcode_M600_filament_change_z_shift()
  2629. {
  2630. #ifdef FILAMENTCHANGE_ZADD
  2631. static_assert(Z_MAX_POS < (255 - FILAMENTCHANGE_ZADD), "Z-range too high, change the T type from uint8_t to uint16_t");
  2632. // avoid floating point arithmetics when not necessary - results in shorter code
  2633. T ztmp = T( current_position[Z_AXIS] );
  2634. T z_shift = 0;
  2635. if(ztmp < T(25)){
  2636. z_shift = T(25) - ztmp; // make sure to be at least 25mm above the heat bed
  2637. }
  2638. return z_shift + T(FILAMENTCHANGE_ZADD); // always move above printout
  2639. #else
  2640. return T(0);
  2641. #endif
  2642. }
  2643. static void gcode_M600(bool automatic, float x_position, float y_position, float z_shift, float e_shift, float /*e_shift_late*/)
  2644. {
  2645. st_synchronize();
  2646. float lastpos[4];
  2647. if (farm_mode)
  2648. {
  2649. prusa_statistics(22);
  2650. }
  2651. //First backup current position and settings
  2652. int feedmultiplyBckp = feedmultiply;
  2653. float HotendTempBckp = degTargetHotend(active_extruder);
  2654. int fanSpeedBckp = fanSpeed;
  2655. lastpos[X_AXIS] = current_position[X_AXIS];
  2656. lastpos[Y_AXIS] = current_position[Y_AXIS];
  2657. lastpos[Z_AXIS] = current_position[Z_AXIS];
  2658. lastpos[E_AXIS] = current_position[E_AXIS];
  2659. //Retract E
  2660. current_position[E_AXIS] += e_shift;
  2661. plan_buffer_line_curposXYZE(FILAMENTCHANGE_RFEED, active_extruder);
  2662. st_synchronize();
  2663. //Lift Z
  2664. current_position[Z_AXIS] += z_shift;
  2665. plan_buffer_line_curposXYZE(FILAMENTCHANGE_ZFEED, active_extruder);
  2666. st_synchronize();
  2667. //Move XY to side
  2668. current_position[X_AXIS] = x_position;
  2669. current_position[Y_AXIS] = y_position;
  2670. plan_buffer_line_curposXYZE(FILAMENTCHANGE_XYFEED, active_extruder);
  2671. st_synchronize();
  2672. //Beep, manage nozzle heater and wait for user to start unload filament
  2673. if(!mmu_enabled) M600_wait_for_user(HotendTempBckp);
  2674. lcd_change_fil_state = 0;
  2675. // Unload filament
  2676. if (mmu_enabled) extr_unload(); //unload just current filament for multimaterial printers (used also in M702)
  2677. else unload_filament(); //unload filament for single material (used also in M702)
  2678. //finish moves
  2679. st_synchronize();
  2680. if (!mmu_enabled)
  2681. {
  2682. KEEPALIVE_STATE(PAUSED_FOR_USER);
  2683. lcd_change_fil_state = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Was filament unload successful?"),
  2684. false, true); ////MSG_UNLOAD_SUCCESSFUL c=20 r=2
  2685. if (lcd_change_fil_state == 0)
  2686. {
  2687. lcd_clear();
  2688. lcd_set_cursor(0, 2);
  2689. lcd_puts_P(_T(MSG_PLEASE_WAIT));
  2690. current_position[X_AXIS] -= 100;
  2691. plan_buffer_line_curposXYZE(FILAMENTCHANGE_XYFEED, active_extruder);
  2692. st_synchronize();
  2693. lcd_show_fullscreen_message_and_wait_P(_i("Please open idler and remove filament manually."));////MSG_CHECK_IDLER c=20 r=4
  2694. }
  2695. }
  2696. if (mmu_enabled)
  2697. {
  2698. if (!automatic) {
  2699. 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
  2700. mmu_M600_wait_and_beep();
  2701. if (saved_printing) {
  2702. lcd_clear();
  2703. lcd_set_cursor(0, 2);
  2704. lcd_puts_P(_T(MSG_PLEASE_WAIT));
  2705. mmu_command(MmuCmd::R0);
  2706. manage_response(false, false);
  2707. }
  2708. }
  2709. mmu_M600_load_filament(automatic, HotendTempBckp);
  2710. }
  2711. else
  2712. M600_load_filament();
  2713. if (!automatic) M600_check_state(HotendTempBckp);
  2714. lcd_update_enable(true);
  2715. //Not let's go back to print
  2716. fanSpeed = fanSpeedBckp;
  2717. //Feed a little of filament to stabilize pressure
  2718. if (!automatic)
  2719. {
  2720. current_position[E_AXIS] += FILAMENTCHANGE_RECFEED;
  2721. plan_buffer_line_curposXYZE(FILAMENTCHANGE_EXFEED, active_extruder);
  2722. }
  2723. //Move XY back
  2724. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS],
  2725. FILAMENTCHANGE_XYFEED, active_extruder);
  2726. st_synchronize();
  2727. //Move Z back
  2728. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], current_position[E_AXIS],
  2729. FILAMENTCHANGE_ZFEED, active_extruder);
  2730. st_synchronize();
  2731. //Set E position to original
  2732. plan_set_e_position(lastpos[E_AXIS]);
  2733. memcpy(current_position, lastpos, sizeof(lastpos));
  2734. memcpy(destination, current_position, sizeof(current_position));
  2735. //Recover feed rate
  2736. feedmultiply = feedmultiplyBckp;
  2737. char cmd[9];
  2738. sprintf_P(cmd, PSTR("M220 S%i"), feedmultiplyBckp);
  2739. enquecommand(cmd);
  2740. #ifdef IR_SENSOR
  2741. //this will set fsensor_watch_autoload to correct value and prevent possible M701 gcode enqueuing when M600 is finished
  2742. fsensor_check_autoload();
  2743. #endif //IR_SENSOR
  2744. lcd_setstatuspgm(_T(WELCOME_MSG));
  2745. custom_message_type = CustomMsg::Status;
  2746. }
  2747. void gcode_M701()
  2748. {
  2749. printf_P(PSTR("gcode_M701 begin\n"));
  2750. if (farm_mode)
  2751. {
  2752. prusa_statistics(22);
  2753. }
  2754. if (mmu_enabled)
  2755. {
  2756. extr_adj(tmp_extruder);//loads current extruder
  2757. mmu_extruder = tmp_extruder;
  2758. }
  2759. else
  2760. {
  2761. enable_z();
  2762. custom_message_type = CustomMsg::FilamentLoading;
  2763. #ifdef FSENSOR_QUALITY
  2764. fsensor_oq_meassure_start(40);
  2765. #endif //FSENSOR_QUALITY
  2766. lcd_setstatuspgm(_T(MSG_LOADING_FILAMENT));
  2767. current_position[E_AXIS] += 40;
  2768. plan_buffer_line_curposXYZE(400 / 60, active_extruder); //fast sequence
  2769. st_synchronize();
  2770. raise_z_above(MIN_Z_FOR_LOAD, false);
  2771. current_position[E_AXIS] += 30;
  2772. plan_buffer_line_curposXYZE(400 / 60, active_extruder); //fast sequence
  2773. load_filament_final_feed(); //slow sequence
  2774. st_synchronize();
  2775. Sound_MakeCustom(50,500,false);
  2776. if (!farm_mode && loading_flag) {
  2777. lcd_load_filament_color_check();
  2778. }
  2779. lcd_update_enable(true);
  2780. lcd_update(2);
  2781. lcd_setstatuspgm(_T(WELCOME_MSG));
  2782. disable_z();
  2783. loading_flag = false;
  2784. custom_message_type = CustomMsg::Status;
  2785. #ifdef FSENSOR_QUALITY
  2786. fsensor_oq_meassure_stop();
  2787. if (!fsensor_oq_result())
  2788. {
  2789. bool disable = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Fil. sensor response is poor, disable it?"), false, true);
  2790. lcd_update_enable(true);
  2791. lcd_update(2);
  2792. if (disable)
  2793. fsensor_disable();
  2794. }
  2795. #endif //FSENSOR_QUALITY
  2796. }
  2797. }
  2798. /**
  2799. * @brief Get serial number from 32U2 processor
  2800. *
  2801. * Typical format of S/N is:CZPX0917X003XC13518
  2802. *
  2803. * Command operates only in farm mode, if not in farm mode, "Not in farm mode." is written to MYSERIAL.
  2804. *
  2805. * Send command ;S to serial port 0 to retrieve serial number stored in 32U2 processor,
  2806. * reply is transmitted to serial port 1 character by character.
  2807. * Operation takes typically 23 ms. If the retransmit is not finished until 100 ms,
  2808. * it is interrupted, so less, or no characters are retransmitted, only newline character is send
  2809. * in any case.
  2810. */
  2811. static void gcode_PRUSA_SN()
  2812. {
  2813. if (farm_mode) {
  2814. selectedSerialPort = 0;
  2815. putchar(';');
  2816. putchar('S');
  2817. int numbersRead = 0;
  2818. ShortTimer timeout;
  2819. timeout.start();
  2820. while (numbersRead < 19) {
  2821. while (MSerial.available() > 0) {
  2822. uint8_t serial_char = MSerial.read();
  2823. selectedSerialPort = 1;
  2824. putchar(serial_char);
  2825. numbersRead++;
  2826. selectedSerialPort = 0;
  2827. }
  2828. if (timeout.expired(100u)) break;
  2829. }
  2830. selectedSerialPort = 1;
  2831. putchar('\n');
  2832. #if 0
  2833. for (int b = 0; b < 3; b++) {
  2834. _tone(BEEPER, 110);
  2835. _delay(50);
  2836. _noTone(BEEPER);
  2837. _delay(50);
  2838. }
  2839. #endif
  2840. } else {
  2841. puts_P(_N("Not in farm mode."));
  2842. }
  2843. }
  2844. //! Detection of faulty RAMBo 1.1b boards equipped with bigger capacitors
  2845. //! at the TACH_1 pin, which causes bad detection of print fan speed.
  2846. //! Warning: This function is not to be used by ordinary users, it is here only for automated testing purposes,
  2847. //! it may even interfere with other functions of the printer! You have been warned!
  2848. //! The test idea is to measure the time necessary to charge the capacitor.
  2849. //! So the algorithm is as follows:
  2850. //! 1. Set TACH_1 pin to INPUT mode and LOW
  2851. //! 2. Wait a few ms
  2852. //! 3. disable interrupts and measure the time until the TACH_1 pin reaches HIGH
  2853. //! Repeat 1.-3. several times
  2854. //! Good RAMBo's times are in the range of approx. 260-320 us
  2855. //! Bad RAMBo's times are approx. 260-1200 us
  2856. //! So basically we are interested in maximum time, the minima are mostly the same.
  2857. //! May be that's why the bad RAMBo's still produce some fan RPM reading, but not corresponding to reality
  2858. static void gcode_PRUSA_BadRAMBoFanTest(){
  2859. //printf_P(PSTR("Enter fan pin test\n"));
  2860. #if !defined(DEBUG_DISABLE_FANCHECK) && defined(FANCHECK) && defined(TACH_1) && TACH_1 >-1
  2861. fan_measuring = false; // prevent EXTINT7 breaking into the measurement
  2862. unsigned long tach1max = 0;
  2863. uint8_t tach1cntr = 0;
  2864. for( /* nothing */; tach1cntr < 100; ++tach1cntr){
  2865. //printf_P(PSTR("TACH_1: %d\n"), tach1cntr);
  2866. SET_OUTPUT(TACH_1);
  2867. WRITE(TACH_1, LOW);
  2868. _delay(20); // the delay may be lower
  2869. unsigned long tachMeasure = _micros();
  2870. cli();
  2871. SET_INPUT(TACH_1);
  2872. // just wait brutally in an endless cycle until we reach HIGH
  2873. // if this becomes a problem it may be improved to non-endless cycle
  2874. while( READ(TACH_1) == 0 ) ;
  2875. sei();
  2876. tachMeasure = _micros() - tachMeasure;
  2877. if( tach1max < tachMeasure )
  2878. tach1max = tachMeasure;
  2879. //printf_P(PSTR("TACH_1: %d: capacitor check time=%lu us\n"), (int)tach1cntr, tachMeasure);
  2880. }
  2881. //printf_P(PSTR("TACH_1: max=%lu us\n"), tach1max);
  2882. SERIAL_PROTOCOLPGM("RAMBo FAN ");
  2883. if( tach1max > 500 ){
  2884. // bad RAMBo
  2885. SERIAL_PROTOCOLLNPGM("BAD");
  2886. } else {
  2887. SERIAL_PROTOCOLLNPGM("OK");
  2888. }
  2889. // cleanup after the test function
  2890. SET_INPUT(TACH_1);
  2891. WRITE(TACH_1, HIGH);
  2892. #endif
  2893. }
  2894. // G92 - Set current position to coordinates given
  2895. static void gcode_G92()
  2896. {
  2897. bool codes[NUM_AXIS];
  2898. float values[NUM_AXIS];
  2899. // Check which axes need to be set
  2900. for(uint8_t i = 0; i < NUM_AXIS; ++i)
  2901. {
  2902. codes[i] = code_seen(axis_codes[i]);
  2903. if(codes[i])
  2904. values[i] = code_value();
  2905. }
  2906. if((codes[E_AXIS] && values[E_AXIS] == 0) &&
  2907. (!codes[X_AXIS] && !codes[Y_AXIS] && !codes[Z_AXIS]))
  2908. {
  2909. // As a special optimization, when _just_ clearing the E position
  2910. // we schedule a flag asynchronously along with the next block to
  2911. // reset the starting E position instead of stopping the planner
  2912. current_position[E_AXIS] = 0;
  2913. plan_reset_next_e();
  2914. }
  2915. else
  2916. {
  2917. // In any other case we're forced to synchronize
  2918. st_synchronize();
  2919. for(uint8_t i = 0; i < 3; ++i)
  2920. {
  2921. if(codes[i])
  2922. current_position[i] = values[i] + cs.add_homing[i];
  2923. }
  2924. if(codes[E_AXIS])
  2925. current_position[E_AXIS] = values[E_AXIS];
  2926. // Set all at once
  2927. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS],
  2928. current_position[Z_AXIS], current_position[E_AXIS]);
  2929. }
  2930. }
  2931. #ifdef BACKLASH_X
  2932. extern uint8_t st_backlash_x;
  2933. #endif //BACKLASH_X
  2934. #ifdef BACKLASH_Y
  2935. extern uint8_t st_backlash_y;
  2936. #endif //BACKLASH_Y
  2937. //! \ingroup marlin_main
  2938. //! @brief Parse and process commands
  2939. //!
  2940. //! look here for descriptions of G-codes: https://reprap.org/wiki/G-code
  2941. //!
  2942. //!
  2943. //! Implemented Codes
  2944. //! -------------------
  2945. //!
  2946. //! * _This list is not updated. Current documentation is maintained inside the process_cmd function._
  2947. //!
  2948. //!@n PRUSA CODES
  2949. //!@n P F - Returns FW versions
  2950. //!@n P R - Returns revision of printer
  2951. //!
  2952. //!@n G0 -> G1
  2953. //!@n G1 - Coordinated Movement X Y Z E
  2954. //!@n G2 - CW ARC
  2955. //!@n G3 - CCW ARC
  2956. //!@n G4 - Dwell S<seconds> or P<milliseconds>
  2957. //!@n G10 - retract filament according to settings of M207
  2958. //!@n G11 - retract recover filament according to settings of M208
  2959. //!@n G28 - Home all Axes
  2960. //!@n G29 - Detailed Z-Probe, probes the bed at 3 or more points. Will fail if you haven't homed yet.
  2961. //!@n G30 - Single Z Probe, probes bed at current XY location.
  2962. //!@n G31 - Dock sled (Z_PROBE_SLED only)
  2963. //!@n G32 - Undock sled (Z_PROBE_SLED only)
  2964. //!@n G80 - Automatic mesh bed leveling
  2965. //!@n G81 - Print bed profile
  2966. //!@n G90 - Use Absolute Coordinates
  2967. //!@n G91 - Use Relative Coordinates
  2968. //!@n G92 - Set current position to coordinates given
  2969. //!
  2970. //!@n M Codes
  2971. //!@n M0 - Unconditional stop - Wait for user to press a button on the LCD
  2972. //!@n M1 - Same as M0
  2973. //!@n M17 - Enable/Power all stepper motors
  2974. //!@n M18 - Disable all stepper motors; same as M84
  2975. //!@n M20 - List SD card
  2976. //!@n M21 - Init SD card
  2977. //!@n M22 - Release SD card
  2978. //!@n M23 - Select SD file (M23 filename.g)
  2979. //!@n M24 - Start/resume SD print
  2980. //!@n M25 - Pause SD print
  2981. //!@n M26 - Set SD position in bytes (M26 S12345)
  2982. //!@n M27 - Report SD print status
  2983. //!@n M28 - Start SD write (M28 filename.g)
  2984. //!@n M29 - Stop SD write
  2985. //!@n M30 - Delete file from SD (M30 filename.g)
  2986. //!@n M31 - Output time since last M109 or SD card start to serial
  2987. //!@n M32 - Select file and start SD print (Can be used _while_ printing from SD card files):
  2988. //! syntax "M32 /path/filename#", or "M32 S<startpos bytes> !filename#"
  2989. //! Call gcode file : "M32 P !filename#" and return to caller file after finishing (similar to #include).
  2990. //! The '#' is necessary when calling from within sd files, as it stops buffer prereading
  2991. //!@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.
  2992. //!@n M73 - Show percent done and print time remaining
  2993. //!@n M80 - Turn on Power Supply
  2994. //!@n M81 - Turn off Power Supply
  2995. //!@n M82 - Set E codes absolute (default)
  2996. //!@n M83 - Set E codes relative while in Absolute Coordinates (G90) mode
  2997. //!@n M84 - Disable steppers until next move,
  2998. //! or use S<seconds> to specify an inactivity timeout, after which the steppers will be disabled. S0 to disable the timeout.
  2999. //!@n M85 - Set inactivity shutdown timer with parameter S<seconds>. To disable set zero (default)
  3000. //!@n M86 - Set safety timer expiration time with parameter S<seconds>; M86 S0 will disable safety timer
  3001. //!@n M92 - Set axis_steps_per_unit - same syntax as G92
  3002. //!@n M104 - Set extruder target temp
  3003. //!@n M105 - Read current temp
  3004. //!@n M106 - Fan on
  3005. //!@n M107 - Fan off
  3006. //!@n M109 - Sxxx Wait for extruder current temp to reach target temp. Waits only when heating
  3007. //! Rxxx Wait for extruder current temp to reach target temp. Waits when heating and cooling
  3008. //! IF AUTOTEMP is enabled, S<mintemp> B<maxtemp> F<factor>. Exit autotemp by any M109 without F
  3009. //!@n M112 - Emergency stop
  3010. //!@n M113 - Get or set the timeout interval for Host Keepalive "busy" messages
  3011. //!@n M114 - Output current position to serial port
  3012. //!@n M115 - Capabilities string
  3013. //!@n M117 - display message
  3014. //!@n M119 - Output Endstop status to serial port
  3015. //!@n M126 - Solenoid Air Valve Open (BariCUDA support by jmil)
  3016. //!@n M127 - Solenoid Air Valve Closed (BariCUDA vent to atmospheric pressure by jmil)
  3017. //!@n M128 - EtoP Open (BariCUDA EtoP = electricity to air pressure transducer by jmil)
  3018. //!@n M129 - EtoP Closed (BariCUDA EtoP = electricity to air pressure transducer by jmil)
  3019. //!@n M140 - Set bed target temp
  3020. //!@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.
  3021. //!@n M190 - Sxxx Wait for bed current temp to reach target temp. Waits only when heating
  3022. //! Rxxx Wait for bed current temp to reach target temp. Waits when heating and cooling
  3023. //!@n M200 D<millimeters>- set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).
  3024. //!@n M201 - Set max acceleration in units/s^2 for print moves (M201 X1000 Y1000)
  3025. //!@n M202 - Set max acceleration in units/s^2 for travel moves (M202 X1000 Y1000) Unused in Marlin!!
  3026. //!@n M203 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
  3027. //!@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
  3028. //!@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
  3029. //!@n M206 - set additional homing offset
  3030. //!@n M207 - set retract length S[positive mm] F[feedrate mm/min] Z[additional zlift/hop], stays in mm regardless of M200 setting
  3031. //!@n M208 - set recover=unretract length S[positive mm surplus to the M207 S*] F[feedrate mm/sec]
  3032. //!@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.
  3033. //!@n M218 - set hotend offset (in mm): T<extruder_number> X<offset_on_X> Y<offset_on_Y>
  3034. //!@n M220 S<factor in percent>- set speed factor override percentage
  3035. //!@n M221 S<factor in percent>- set extrude factor override percentage
  3036. //!@n M226 P<pin number> S<pin state>- Wait until the specified pin reaches the state required
  3037. //!@n M240 - Trigger a camera to take a photograph
  3038. //!@n M250 - Set LCD contrast C<contrast value> (value 0..63)
  3039. //!@n M280 - set servo position absolute. P: servo index, S: angle or microseconds
  3040. //!@n M300 - Play beep sound S<frequency Hz> P<duration ms>
  3041. //!@n M301 - Set PID parameters P I and D
  3042. //!@n M302 - Allow cold extrudes, or set the minimum extrude S<temperature>.
  3043. //!@n M303 - PID relay autotune S<temperature> sets the target temperature. (default target temperature = 150C)
  3044. //!@n M304 - Set bed PID parameters P I and D
  3045. //!@n M400 - Finish all moves
  3046. //!@n M401 - Lower z-probe if present
  3047. //!@n M402 - Raise z-probe if present
  3048. //!@n M404 - N<dia in mm> Enter the nominal filament width (3mm, 1.75mm ) or will display nominal filament width without parameters
  3049. //!@n M405 - Turn on Filament Sensor extrusion control. Optional D<delay in cm> to set delay in centimeters between sensor and extruder
  3050. //!@n M406 - Turn off Filament Sensor extrusion control
  3051. //!@n M407 - Displays measured filament diameter
  3052. //!@n M500 - stores parameters in EEPROM
  3053. //!@n M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
  3054. //!@n M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
  3055. //!@n M503 - print the current settings (from memory not from EEPROM)
  3056. //!@n M509 - force language selection on next restart
  3057. //!@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)
  3058. //!@n M600 - Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
  3059. //!@n M605 - Set dual x-carriage movement mode: S<mode> [ X<duplication x-offset> R<duplication temp offset> ]
  3060. //!@n M860 - Wait for PINDA thermistor to reach target temperature.
  3061. //!@n M861 - Set / Read PINDA temperature compensation offsets
  3062. //!@n M900 - Set LIN_ADVANCE options, if enabled. See Configuration_adv.h for details.
  3063. //!@n M907 - Set digital trimpot motor current using axis codes.
  3064. //!@n M908 - Control digital trimpot directly.
  3065. //!@n M350 - Set microstepping mode.
  3066. //!@n M351 - Toggle MS1 MS2 pins directly.
  3067. //!
  3068. //!@n M928 - Start SD logging (M928 filename.g) - ended by M29
  3069. //!@n M999 - Restart after being stopped by error
  3070. //! <br><br>
  3071. /** @defgroup marlin_main Marlin main */
  3072. /** \ingroup GCodes */
  3073. //! _This is a list of currently implemented G Codes in Prusa firmware (dynamically generated from doxygen)._
  3074. /**
  3075. They are shown in order of appearance in the code.
  3076. There are reasons why some G Codes aren't in numerical order.
  3077. */
  3078. void process_commands()
  3079. {
  3080. #ifdef FANCHECK
  3081. if(fan_check_error){
  3082. if(fan_check_error == EFCE_DETECTED){
  3083. fan_check_error = EFCE_REPORTED;
  3084. // SERIAL_PROTOCOLLNRPGM(MSG_OCTOPRINT_PAUSED);
  3085. lcd_pause_print();
  3086. } // otherwise it has already been reported, so just ignore further processing
  3087. return; //ignore usb stream. It is reenabled by selecting resume from the lcd.
  3088. }
  3089. #endif
  3090. if (!buflen) return; //empty command
  3091. #ifdef FILAMENT_RUNOUT_SUPPORT
  3092. SET_INPUT(FR_SENS);
  3093. #endif
  3094. #ifdef CMDBUFFER_DEBUG
  3095. SERIAL_ECHOPGM("Processing a GCODE command: ");
  3096. SERIAL_ECHO(cmdbuffer+bufindr+CMDHDRSIZE);
  3097. SERIAL_ECHOLNPGM("");
  3098. SERIAL_ECHOPGM("In cmdqueue: ");
  3099. SERIAL_ECHO(buflen);
  3100. SERIAL_ECHOLNPGM("");
  3101. #endif /* CMDBUFFER_DEBUG */
  3102. unsigned long codenum; //throw away variable
  3103. char *starpos = NULL;
  3104. #ifdef ENABLE_AUTO_BED_LEVELING
  3105. float x_tmp, y_tmp, z_tmp, real_z;
  3106. #endif
  3107. // PRUSA GCODES
  3108. KEEPALIVE_STATE(IN_HANDLER);
  3109. #ifdef SNMM
  3110. float tmp_motor[3] = DEFAULT_PWM_MOTOR_CURRENT;
  3111. float tmp_motor_loud[3] = DEFAULT_PWM_MOTOR_CURRENT_LOUD;
  3112. int8_t SilentMode;
  3113. #endif
  3114. /*!
  3115. ---------------------------------------------------------------------------------
  3116. ### M117 - Display Message <a href="https://reprap.org/wiki/G-code#M117:_Display_Message">M117: Display Message</a>
  3117. This causes the given message to be shown in the status line on an attached LCD.
  3118. It is processed early as to allow printing messages that contain G, M, N or T.
  3119. ---------------------------------------------------------------------------------
  3120. ### Special internal commands
  3121. These are used by internal functions to process certain actions in the right order. Some of these are also usable by the user.
  3122. They are processed early as the commands are complex (strings).
  3123. These are only available on the MK3(S) as these require TMC2130 drivers:
  3124. - CRASH DETECTED
  3125. - CRASH RECOVER
  3126. - CRASH_CANCEL
  3127. - TMC_SET_WAVE
  3128. - TMC_SET_STEP
  3129. - TMC_SET_CHOP
  3130. */
  3131. if (code_seen("M117")) { //moved to highest priority place to be able to to print strings which includes "G", "PRUSA" and "^"
  3132. starpos = (strchr(strchr_pointer + 5, '*'));
  3133. if (starpos != NULL)
  3134. *(starpos) = '\0';
  3135. lcd_setstatus(strchr_pointer + 5);
  3136. }
  3137. #ifdef TMC2130
  3138. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("CRASH_"), 6) == 0)
  3139. {
  3140. // ### CRASH_DETECTED - TMC2130
  3141. // ---------------------------------
  3142. if(code_seen("CRASH_DETECTED"))
  3143. {
  3144. uint8_t mask = 0;
  3145. if (code_seen('X')) mask |= X_AXIS_MASK;
  3146. if (code_seen('Y')) mask |= Y_AXIS_MASK;
  3147. crashdet_detected(mask);
  3148. }
  3149. // ### CRASH_RECOVER - TMC2130
  3150. // ----------------------------------
  3151. else if(code_seen("CRASH_RECOVER"))
  3152. crashdet_recover();
  3153. // ### CRASH_CANCEL - TMC2130
  3154. // ----------------------------------
  3155. else if(code_seen("CRASH_CANCEL"))
  3156. crashdet_cancel();
  3157. }
  3158. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("TMC_"), 4) == 0)
  3159. {
  3160. // ### TMC_SET_WAVE_
  3161. // --------------------
  3162. if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_WAVE_"), 9) == 0)
  3163. {
  3164. uint8_t axis = *(CMDBUFFER_CURRENT_STRING + 13);
  3165. axis = (axis == 'E')?3:(axis - 'X');
  3166. if (axis < 4)
  3167. {
  3168. uint8_t fac = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, NULL, 10);
  3169. tmc2130_set_wave(axis, 247, fac);
  3170. }
  3171. }
  3172. // ### TMC_SET_STEP_
  3173. // ------------------
  3174. else if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_STEP_"), 9) == 0)
  3175. {
  3176. uint8_t axis = *(CMDBUFFER_CURRENT_STRING + 13);
  3177. axis = (axis == 'E')?3:(axis - 'X');
  3178. if (axis < 4)
  3179. {
  3180. uint8_t step = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, NULL, 10);
  3181. uint16_t res = tmc2130_get_res(axis);
  3182. tmc2130_goto_step(axis, step & (4*res - 1), 2, 1000, res);
  3183. }
  3184. }
  3185. // ### TMC_SET_CHOP_
  3186. // -------------------
  3187. else if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_CHOP_"), 9) == 0)
  3188. {
  3189. uint8_t axis = *(CMDBUFFER_CURRENT_STRING + 13);
  3190. axis = (axis == 'E')?3:(axis - 'X');
  3191. if (axis < 4)
  3192. {
  3193. uint8_t chop0 = tmc2130_chopper_config[axis].toff;
  3194. uint8_t chop1 = tmc2130_chopper_config[axis].hstr;
  3195. uint8_t chop2 = tmc2130_chopper_config[axis].hend;
  3196. uint8_t chop3 = tmc2130_chopper_config[axis].tbl;
  3197. char* str_end = 0;
  3198. if (CMDBUFFER_CURRENT_STRING[14])
  3199. {
  3200. chop0 = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, &str_end, 10) & 15;
  3201. if (str_end && *str_end)
  3202. {
  3203. chop1 = (uint8_t)strtol(str_end, &str_end, 10) & 7;
  3204. if (str_end && *str_end)
  3205. {
  3206. chop2 = (uint8_t)strtol(str_end, &str_end, 10) & 15;
  3207. if (str_end && *str_end)
  3208. chop3 = (uint8_t)strtol(str_end, &str_end, 10) & 3;
  3209. }
  3210. }
  3211. }
  3212. tmc2130_chopper_config[axis].toff = chop0;
  3213. tmc2130_chopper_config[axis].hstr = chop1 & 7;
  3214. tmc2130_chopper_config[axis].hend = chop2 & 15;
  3215. tmc2130_chopper_config[axis].tbl = chop3 & 3;
  3216. tmc2130_setup_chopper(axis, tmc2130_mres[axis], tmc2130_current_h[axis], tmc2130_current_r[axis]);
  3217. //printf_P(_N("TMC_SET_CHOP_%c %hhd %hhd %hhd %hhd\n"), "xyze"[axis], chop0, chop1, chop2, chop3);
  3218. }
  3219. }
  3220. }
  3221. #ifdef BACKLASH_X
  3222. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("BACKLASH_X"), 10) == 0)
  3223. {
  3224. uint8_t bl = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 10, NULL, 10);
  3225. st_backlash_x = bl;
  3226. printf_P(_N("st_backlash_x = %hhd\n"), st_backlash_x);
  3227. }
  3228. #endif //BACKLASH_X
  3229. #ifdef BACKLASH_Y
  3230. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("BACKLASH_Y"), 10) == 0)
  3231. {
  3232. uint8_t bl = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 10, NULL, 10);
  3233. st_backlash_y = bl;
  3234. printf_P(_N("st_backlash_y = %hhd\n"), st_backlash_y);
  3235. }
  3236. #endif //BACKLASH_Y
  3237. #endif //TMC2130
  3238. else if(code_seen("PRUSA")){
  3239. /*!
  3240. ---------------------------------------------------------------------------------
  3241. ### PRUSA - Internal command set <a href="https://reprap.org/wiki/G-code#G98:_Activate_farm_mode">G98: Activate farm mode - Notes</a>
  3242. Set of internal PRUSA commands
  3243. #### Usage
  3244. PRUSA [ Ping | PRN | FAN | fn | thx | uvlo | MMURES | RESET | fv | M28 | SN | Fir | Rev | Lang | Lz | Beat | FR ]
  3245. #### Parameters
  3246. - `Ping`
  3247. - `PRN` - Prints revision of the printer
  3248. - `FAN` - Prints fan details
  3249. - `fn` - Prints farm no.
  3250. - `thx`
  3251. - `uvlo`
  3252. - `MMURES` - Reset MMU
  3253. - `RESET` - (Careful!)
  3254. - `fv` - ?
  3255. - `M28`
  3256. - `SN`
  3257. - `Fir` - Prints firmware version
  3258. - `Rev`- Prints filament size, elelectronics, nozzle type
  3259. - `Lang` - Reset the language
  3260. - `Lz`
  3261. - `Beat` - Kick farm link timer
  3262. - `FR` - Full factory reset
  3263. - `nozzle set <diameter>` - set nozzle diameter (farm mode only), e.g. `PRUSA nozzle set 0.4`
  3264. - `nozzle D<diameter>` - check the nozzle diameter (farm mode only), works like M862.1 P, e.g. `PRUSA nozzle D0.4`
  3265. - `nozzle` - prints nozzle diameter (farm mode only), works like M862.1 P, e.g. `PRUSA nozzle`
  3266. */
  3267. if (code_seen("Ping")) { // PRUSA Ping
  3268. if (farm_mode) {
  3269. PingTime = _millis();
  3270. //MYSERIAL.print(farm_no); MYSERIAL.println(": OK");
  3271. }
  3272. }
  3273. else if (code_seen("PRN")) { // PRUSA PRN
  3274. printf_P(_N("%d"), status_number);
  3275. } else if( code_seen("FANPINTST") ){
  3276. gcode_PRUSA_BadRAMBoFanTest();
  3277. }else if (code_seen("FAN")) { // PRUSA FAN
  3278. printf_P(_N("E0:%d RPM\nPRN0:%d RPM\n"), 60*fan_speed[0], 60*fan_speed[1]);
  3279. }else if (code_seen("fn")) { // PRUSA fn
  3280. if (farm_mode) {
  3281. printf_P(_N("%d"), farm_no);
  3282. }
  3283. else {
  3284. puts_P(_N("Not in farm mode."));
  3285. }
  3286. }
  3287. else if (code_seen("thx")) // PRUSA thx
  3288. {
  3289. no_response = false;
  3290. }
  3291. else if (code_seen("uvlo")) // PRUSA uvlo
  3292. {
  3293. eeprom_update_byte((uint8_t*)EEPROM_UVLO,0);
  3294. enquecommand_P(PSTR("M24"));
  3295. }
  3296. else if (code_seen("MMURES")) // PRUSA MMURES
  3297. {
  3298. mmu_reset();
  3299. }
  3300. else if (code_seen("RESET")) { // PRUSA RESET
  3301. // careful!
  3302. if (farm_mode) {
  3303. #if (defined(WATCHDOG) && (MOTHERBOARD == BOARD_EINSY_1_0a))
  3304. boot_app_magic = BOOT_APP_MAGIC;
  3305. boot_app_flags = BOOT_APP_FLG_RUN;
  3306. wdt_enable(WDTO_15MS);
  3307. cli();
  3308. while(1);
  3309. #else //WATCHDOG
  3310. asm volatile("jmp 0x3E000");
  3311. #endif //WATCHDOG
  3312. }
  3313. else {
  3314. MYSERIAL.println("Not in farm mode.");
  3315. }
  3316. }else if (code_seen("fv")) { // PRUSA fv
  3317. // get file version
  3318. #ifdef SDSUPPORT
  3319. card.openFile(strchr_pointer + 3,true);
  3320. while (true) {
  3321. uint16_t readByte = card.get();
  3322. MYSERIAL.write(readByte);
  3323. if (readByte=='\n') {
  3324. break;
  3325. }
  3326. }
  3327. card.closefile();
  3328. #endif // SDSUPPORT
  3329. } else if (code_seen("M28")) { // PRUSA M28
  3330. trace();
  3331. prusa_sd_card_upload = true;
  3332. card.openFile(strchr_pointer+4,false);
  3333. } else if (code_seen("SN")) { // PRUSA SN
  3334. gcode_PRUSA_SN();
  3335. } else if(code_seen("Fir")){ // PRUSA Fir
  3336. SERIAL_PROTOCOLLN(FW_VERSION_FULL);
  3337. } else if(code_seen("Rev")){ // PRUSA Rev
  3338. SERIAL_PROTOCOLLN(FILAMENT_SIZE "-" ELECTRONICS "-" NOZZLE_TYPE );
  3339. } else if(code_seen("Lang")) { // PRUSA Lang
  3340. lang_reset();
  3341. } else if(code_seen("Lz")) { // PRUSA Lz
  3342. eeprom_update_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),0);
  3343. } else if(code_seen("Beat")) { // PRUSA Beat
  3344. // Kick farm link timer
  3345. kicktime = _millis();
  3346. } else if(code_seen("FR")) { // PRUSA FR
  3347. // Factory full reset
  3348. factory_reset(0);
  3349. //-//
  3350. /*
  3351. } else if(code_seen("rrr")) {
  3352. MYSERIAL.println("=== checking ===");
  3353. MYSERIAL.println(eeprom_read_byte((uint8_t*)EEPROM_CHECK_MODE),DEC);
  3354. MYSERIAL.println(eeprom_read_byte((uint8_t*)EEPROM_NOZZLE_DIAMETER),DEC);
  3355. MYSERIAL.println(eeprom_read_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM),DEC);
  3356. MYSERIAL.println(farm_mode,DEC);
  3357. MYSERIAL.println(eCheckMode,DEC);
  3358. } else if(code_seen("www")) {
  3359. MYSERIAL.println("=== @ FF ===");
  3360. eeprom_update_byte((uint8_t*)EEPROM_CHECK_MODE,0xFF);
  3361. eeprom_update_byte((uint8_t*)EEPROM_NOZZLE_DIAMETER,0xFF);
  3362. eeprom_update_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM,0xFFFF);
  3363. */
  3364. } else if (code_seen("nozzle")) { // PRUSA nozzle
  3365. uint16_t nDiameter;
  3366. if(code_seen('D'))
  3367. {
  3368. nDiameter=(uint16_t)(code_value()*1000.0+0.5); // [,um]
  3369. nozzle_diameter_check(nDiameter);
  3370. }
  3371. else if(code_seen("set") && farm_mode)
  3372. {
  3373. strchr_pointer++; // skip 1st char (~ 's')
  3374. strchr_pointer++; // skip 2nd char (~ 'e')
  3375. nDiameter=(uint16_t)(code_value()*1000.0+0.5); // [,um]
  3376. eeprom_update_byte((uint8_t*)EEPROM_NOZZLE_DIAMETER,(uint8_t)ClNozzleDiameter::_Diameter_Undef); // for correct synchronization after farm-mode exiting
  3377. eeprom_update_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM,nDiameter);
  3378. }
  3379. else SERIAL_PROTOCOLLN((float)eeprom_read_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM)/1000.0);
  3380. //-// !!! SupportMenu
  3381. /*
  3382. // musi byt PRED "PRUSA model"
  3383. } else if (code_seen("smodel")) { //! PRUSA smodel
  3384. size_t nOffset;
  3385. // ! -> "l"
  3386. strchr_pointer+=5*sizeof(*strchr_pointer); // skip 1st - 5th char (~ 'smode')
  3387. nOffset=strspn(strchr_pointer+1," \t\n\r\v\f");
  3388. if(*(strchr_pointer+1+nOffset))
  3389. printer_smodel_check(strchr_pointer);
  3390. else SERIAL_PROTOCOLLN(PRINTER_NAME);
  3391. } else if (code_seen("model")) { //! PRUSA model
  3392. uint16_t nPrinterModel;
  3393. strchr_pointer+=4*sizeof(*strchr_pointer); // skip 1st - 4th char (~ 'mode')
  3394. nPrinterModel=(uint16_t)code_value_long();
  3395. if(nPrinterModel!=0)
  3396. printer_model_check(nPrinterModel);
  3397. else SERIAL_PROTOCOLLN(PRINTER_TYPE);
  3398. } else if (code_seen("version")) { //! PRUSA version
  3399. strchr_pointer+=7*sizeof(*strchr_pointer); // skip 1st - 7th char (~ 'version')
  3400. while(*strchr_pointer==' ') // skip leading spaces
  3401. strchr_pointer++;
  3402. if(*strchr_pointer!=0)
  3403. fw_version_check(strchr_pointer);
  3404. else SERIAL_PROTOCOLLN(FW_VERSION);
  3405. } else if (code_seen("gcode")) { //! PRUSA gcode
  3406. uint16_t nGcodeLevel;
  3407. strchr_pointer+=4*sizeof(*strchr_pointer); // skip 1st - 4th char (~ 'gcod')
  3408. nGcodeLevel=(uint16_t)code_value_long();
  3409. if(nGcodeLevel!=0)
  3410. gcode_level_check(nGcodeLevel);
  3411. else SERIAL_PROTOCOLLN(GCODE_LEVEL);
  3412. */
  3413. }
  3414. //else if (code_seen('Cal')) {
  3415. // lcd_calibration();
  3416. // }
  3417. }
  3418. // This prevents reading files with "^" in their names.
  3419. // Since it is unclear, if there is some usage of this construct,
  3420. // it will be deprecated in 3.9 alpha a possibly completely removed in the future:
  3421. // else if (code_seen('^')) {
  3422. // // nothing, this is a version line
  3423. // }
  3424. else if(code_seen('G'))
  3425. {
  3426. gcode_in_progress = (int)code_value();
  3427. // printf_P(_N("BEGIN G-CODE=%u\n"), gcode_in_progress);
  3428. switch (gcode_in_progress)
  3429. {
  3430. /*!
  3431. ---------------------------------------------------------------------------------
  3432. # G Codes
  3433. ### G0, G1 - Coordinated movement X Y Z E <a href="https://reprap.org/wiki/G-code#G0_.26_G1:_Move">G0 & G1: Move</a>
  3434. In Prusa Firmware G0 and G1 are the same.
  3435. #### Usage
  3436. G0 [ X | Y | Z | E | F | S ]
  3437. G1 [ X | Y | Z | E | F | S ]
  3438. #### Parameters
  3439. - `X` - The position to move to on the X axis
  3440. - `Y` - The position to move to on the Y axis
  3441. - `Z` - The position to move to on the Z axis
  3442. - `E` - The amount to extrude between the starting point and ending point
  3443. - `F` - The feedrate per minute of the move between the starting point and ending point (if supplied)
  3444. */
  3445. case 0: // G0 -> G1
  3446. case 1: // G1
  3447. if(Stopped == false) {
  3448. #ifdef FILAMENT_RUNOUT_SUPPORT
  3449. if(READ(FR_SENS)){
  3450. int feedmultiplyBckp=feedmultiply;
  3451. float target[4];
  3452. float lastpos[4];
  3453. target[X_AXIS]=current_position[X_AXIS];
  3454. target[Y_AXIS]=current_position[Y_AXIS];
  3455. target[Z_AXIS]=current_position[Z_AXIS];
  3456. target[E_AXIS]=current_position[E_AXIS];
  3457. lastpos[X_AXIS]=current_position[X_AXIS];
  3458. lastpos[Y_AXIS]=current_position[Y_AXIS];
  3459. lastpos[Z_AXIS]=current_position[Z_AXIS];
  3460. lastpos[E_AXIS]=current_position[E_AXIS];
  3461. //retract by E
  3462. target[E_AXIS]+= FILAMENTCHANGE_FIRSTRETRACT ;
  3463. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 400, active_extruder);
  3464. target[Z_AXIS]+= FILAMENTCHANGE_ZADD ;
  3465. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 300, active_extruder);
  3466. target[X_AXIS]= FILAMENTCHANGE_XPOS ;
  3467. target[Y_AXIS]= FILAMENTCHANGE_YPOS ;
  3468. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 70, active_extruder);
  3469. target[E_AXIS]+= FILAMENTCHANGE_FINALRETRACT ;
  3470. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 20, active_extruder);
  3471. //finish moves
  3472. st_synchronize();
  3473. //disable extruder steppers so filament can be removed
  3474. disable_e0();
  3475. disable_e1();
  3476. disable_e2();
  3477. _delay(100);
  3478. //LCD_ALERTMESSAGEPGM(_T(MSG_FILAMENTCHANGE));
  3479. uint8_t cnt=0;
  3480. int counterBeep = 0;
  3481. lcd_wait_interact();
  3482. while(!lcd_clicked()){
  3483. cnt++;
  3484. manage_heater();
  3485. manage_inactivity(true);
  3486. //lcd_update(0);
  3487. if(cnt==0)
  3488. {
  3489. #if BEEPER > 0
  3490. if (counterBeep== 500){
  3491. counterBeep = 0;
  3492. }
  3493. SET_OUTPUT(BEEPER);
  3494. if (counterBeep== 0){
  3495. if(eSoundMode!=e_SOUND_MODE_SILENT)
  3496. WRITE(BEEPER,HIGH);
  3497. }
  3498. if (counterBeep== 20){
  3499. WRITE(BEEPER,LOW);
  3500. }
  3501. counterBeep++;
  3502. #else
  3503. #endif
  3504. }
  3505. }
  3506. WRITE(BEEPER,LOW);
  3507. target[E_AXIS]+= FILAMENTCHANGE_FIRSTFEED ;
  3508. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 20, active_extruder);
  3509. target[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  3510. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  3511. lcd_change_fil_state = 0;
  3512. lcd_loading_filament();
  3513. while ((lcd_change_fil_state == 0)||(lcd_change_fil_state != 1)){
  3514. lcd_change_fil_state = 0;
  3515. lcd_alright();
  3516. switch(lcd_change_fil_state){
  3517. case 2:
  3518. target[E_AXIS]+= FILAMENTCHANGE_FIRSTFEED ;
  3519. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 20, active_extruder);
  3520. target[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  3521. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  3522. lcd_loading_filament();
  3523. break;
  3524. case 3:
  3525. target[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  3526. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  3527. lcd_loading_color();
  3528. break;
  3529. default:
  3530. lcd_change_success();
  3531. break;
  3532. }
  3533. }
  3534. target[E_AXIS]+= 5;
  3535. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  3536. target[E_AXIS]+= FILAMENTCHANGE_FIRSTRETRACT;
  3537. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 400, active_extruder);
  3538. //current_position[E_AXIS]=target[E_AXIS]; //the long retract of L is compensated by manual filament feeding
  3539. //plan_set_e_position(current_position[E_AXIS]);
  3540. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 70, active_extruder); //should do nothing
  3541. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], target[Z_AXIS], target[E_AXIS], 70, active_extruder); //move xy back
  3542. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], target[E_AXIS], 200, active_extruder); //move z back
  3543. target[E_AXIS]= target[E_AXIS] - FILAMENTCHANGE_FIRSTRETRACT;
  3544. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], target[E_AXIS], 5, active_extruder); //final untretract
  3545. plan_set_e_position(lastpos[E_AXIS]);
  3546. feedmultiply=feedmultiplyBckp;
  3547. char cmd[9];
  3548. sprintf_P(cmd, PSTR("M220 S%i"), feedmultiplyBckp);
  3549. enquecommand(cmd);
  3550. }
  3551. #endif
  3552. get_coordinates(); // For X Y Z E F
  3553. // When recovering from a previous print move, restore the originally
  3554. // calculated target position on the first USB/SD command. This accounts
  3555. // properly for relative moves
  3556. if ((saved_target[0] != SAVED_TARGET_UNSET) &&
  3557. ((CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_SDCARD) ||
  3558. (CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB_WITH_LINENR)))
  3559. {
  3560. memcpy(destination, saved_target, sizeof(destination));
  3561. saved_target[0] = SAVED_TARGET_UNSET;
  3562. }
  3563. if (total_filament_used > ((current_position[E_AXIS] - destination[E_AXIS]) * 100)) { //protection against total_filament_used overflow
  3564. total_filament_used = total_filament_used + ((destination[E_AXIS] - current_position[E_AXIS]) * 100);
  3565. }
  3566. #ifdef FWRETRACT
  3567. if(cs.autoretract_enabled)
  3568. if( !(code_seen('X') || code_seen('Y') || code_seen('Z')) && code_seen('E')) {
  3569. float echange=destination[E_AXIS]-current_position[E_AXIS];
  3570. if((echange<-MIN_RETRACT && !retracted[active_extruder]) || (echange>MIN_RETRACT && retracted[active_extruder])) { //move appears to be an attempt to retract or recover
  3571. current_position[E_AXIS] = destination[E_AXIS]; //hide the slicer-generated retract/recover from calculations
  3572. plan_set_e_position(current_position[E_AXIS]); //AND from the planner
  3573. retract(!retracted[active_extruder]);
  3574. return;
  3575. }
  3576. }
  3577. #endif //FWRETRACT
  3578. prepare_move();
  3579. //ClearToSend();
  3580. }
  3581. break;
  3582. /*!
  3583. ### 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>
  3584. These commands don't propperly work with MBL enabled. The compensation only happens at the end of the move, so avoid long arcs.
  3585. #### Usage
  3586. G2 [ X | Y | I | E | F ] (Clockwise Arc)
  3587. G3 [ X | Y | I | E | F ] (Counter-Clockwise Arc)
  3588. #### Parameters
  3589. - `X` - The position to move to on the X axis
  3590. - `Y` - The position to move to on the Y axis
  3591. - `I` - The point in X space from the current X position to maintain a constant distance from
  3592. - `J` - The point in Y space from the current Y position to maintain a constant distance from
  3593. - `E` - The amount to extrude between the starting point and ending point
  3594. - `F` - The feedrate per minute of the move between the starting point and ending point (if supplied)
  3595. */
  3596. case 2:
  3597. if(Stopped == false) {
  3598. get_arc_coordinates();
  3599. prepare_arc_move(true);
  3600. }
  3601. break;
  3602. // -------------------------------
  3603. case 3:
  3604. if(Stopped == false) {
  3605. get_arc_coordinates();
  3606. prepare_arc_move(false);
  3607. }
  3608. break;
  3609. /*!
  3610. ### G4 - Dwell <a href="https://reprap.org/wiki/G-code#G4:_Dwell">G4: Dwell</a>
  3611. Pause the machine for a period of time.
  3612. #### Usage
  3613. G4 [ P | S ]
  3614. #### Parameters
  3615. - `P` - Time to wait, in milliseconds
  3616. - `S` - Time to wait, in seconds
  3617. */
  3618. case 4:
  3619. codenum = 0;
  3620. if(code_seen('P')) codenum = code_value(); // milliseconds to wait
  3621. if(code_seen('S')) codenum = code_value() * 1000; // seconds to wait
  3622. if(codenum != 0) LCD_MESSAGERPGM(_n("Sleep..."));////MSG_DWELL
  3623. st_synchronize();
  3624. codenum += _millis(); // keep track of when we started waiting
  3625. previous_millis_cmd = _millis();
  3626. while(_millis() < codenum) {
  3627. manage_heater();
  3628. manage_inactivity();
  3629. lcd_update(0);
  3630. }
  3631. break;
  3632. #ifdef FWRETRACT
  3633. /*!
  3634. ### G10 - Retract <a href="https://reprap.org/wiki/G-code#G10:_Retract">G10: Retract</a>
  3635. Retracts filament according to settings of `M207`
  3636. */
  3637. case 10:
  3638. #if EXTRUDERS > 1
  3639. retracted_swap[active_extruder]=(code_seen('S') && code_value_long() == 1); // checks for swap retract argument
  3640. retract(true,retracted_swap[active_extruder]);
  3641. #else
  3642. retract(true);
  3643. #endif
  3644. break;
  3645. /*!
  3646. ### G11 - Retract recover <a href="https://reprap.org/wiki/G-code#G11:_Unretract">G11: Unretract</a>
  3647. Unretracts/recovers filament according to settings of `M208`
  3648. */
  3649. case 11:
  3650. #if EXTRUDERS > 1
  3651. retract(false,retracted_swap[active_extruder]);
  3652. #else
  3653. retract(false);
  3654. #endif
  3655. break;
  3656. #endif //FWRETRACT
  3657. /*!
  3658. ### 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>
  3659. 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).
  3660. #### Usage
  3661. G28 [ X | Y | Z | W | C ]
  3662. #### Parameters
  3663. - `X` - Flag to go back to the X axis origin
  3664. - `Y` - Flag to go back to the Y axis origin
  3665. - `Z` - Flag to go back to the Z axis origin
  3666. - `W` - Suppress mesh bed leveling if `X`, `Y` or `Z` are not provided
  3667. - `C` - Calibrate X and Y origin (home) - Only on MK3/s
  3668. */
  3669. case 28:
  3670. {
  3671. long home_x_value = 0;
  3672. long home_y_value = 0;
  3673. long home_z_value = 0;
  3674. // Which axes should be homed?
  3675. bool home_x = code_seen(axis_codes[X_AXIS]);
  3676. home_x_value = code_value_long();
  3677. bool home_y = code_seen(axis_codes[Y_AXIS]);
  3678. home_y_value = code_value_long();
  3679. bool home_z = code_seen(axis_codes[Z_AXIS]);
  3680. home_z_value = code_value_long();
  3681. bool without_mbl = code_seen('W');
  3682. // calibrate?
  3683. #ifdef TMC2130
  3684. bool calib = code_seen('C');
  3685. gcode_G28(home_x, home_x_value, home_y, home_y_value, home_z, home_z_value, calib, without_mbl);
  3686. #else
  3687. gcode_G28(home_x, home_x_value, home_y, home_y_value, home_z, home_z_value, without_mbl);
  3688. #endif //TMC2130
  3689. if ((home_x || home_y || without_mbl || home_z) == false) {
  3690. // Push the commands to the front of the message queue in the reverse order!
  3691. // There shall be always enough space reserved for these commands.
  3692. goto case_G80;
  3693. }
  3694. break;
  3695. }
  3696. #ifdef ENABLE_AUTO_BED_LEVELING
  3697. /*!
  3698. ### G29 - Detailed Z-Probe <a href="https://reprap.org/wiki/G-code#G29:_Detailed_Z-Probe">G29: Detailed Z-Probe</a>
  3699. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  3700. See `G81`
  3701. */
  3702. case 29:
  3703. {
  3704. #if Z_MIN_PIN == -1
  3705. #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."
  3706. #endif
  3707. // Prevent user from running a G29 without first homing in X and Y
  3708. if (! (axis_known_position[X_AXIS] && axis_known_position[Y_AXIS]) )
  3709. {
  3710. LCD_MESSAGERPGM(MSG_POSITION_UNKNOWN);
  3711. SERIAL_ECHO_START;
  3712. SERIAL_ECHOLNRPGM(MSG_POSITION_UNKNOWN);
  3713. break; // abort G29, since we don't know where we are
  3714. }
  3715. st_synchronize();
  3716. // make sure the bed_level_rotation_matrix is identity or the planner will get it incorectly
  3717. //vector_3 corrected_position = plan_get_position_mm();
  3718. //corrected_position.debug("position before G29");
  3719. plan_bed_level_matrix.set_to_identity();
  3720. vector_3 uncorrected_position = plan_get_position();
  3721. //uncorrected_position.debug("position durring G29");
  3722. current_position[X_AXIS] = uncorrected_position.x;
  3723. current_position[Y_AXIS] = uncorrected_position.y;
  3724. current_position[Z_AXIS] = uncorrected_position.z;
  3725. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  3726. int l_feedmultiply = setup_for_endstop_move();
  3727. feedrate = homing_feedrate[Z_AXIS];
  3728. #ifdef AUTO_BED_LEVELING_GRID
  3729. // probe at the points of a lattice grid
  3730. int xGridSpacing = (RIGHT_PROBE_BED_POSITION - LEFT_PROBE_BED_POSITION) / (AUTO_BED_LEVELING_GRID_POINTS-1);
  3731. int yGridSpacing = (BACK_PROBE_BED_POSITION - FRONT_PROBE_BED_POSITION) / (AUTO_BED_LEVELING_GRID_POINTS-1);
  3732. // solve the plane equation ax + by + d = z
  3733. // A is the matrix with rows [x y 1] for all the probed points
  3734. // B is the vector of the Z positions
  3735. // 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
  3736. // so Vx = -a Vy = -b Vz = 1 (we want the vector facing towards positive Z
  3737. // "A" matrix of the linear system of equations
  3738. double eqnAMatrix[AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS*3];
  3739. // "B" vector of Z points
  3740. double eqnBVector[AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS];
  3741. int probePointCounter = 0;
  3742. bool zig = true;
  3743. for (int yProbe=FRONT_PROBE_BED_POSITION; yProbe <= BACK_PROBE_BED_POSITION; yProbe += yGridSpacing)
  3744. {
  3745. int xProbe, xInc;
  3746. if (zig)
  3747. {
  3748. xProbe = LEFT_PROBE_BED_POSITION;
  3749. //xEnd = RIGHT_PROBE_BED_POSITION;
  3750. xInc = xGridSpacing;
  3751. zig = false;
  3752. } else // zag
  3753. {
  3754. xProbe = RIGHT_PROBE_BED_POSITION;
  3755. //xEnd = LEFT_PROBE_BED_POSITION;
  3756. xInc = -xGridSpacing;
  3757. zig = true;
  3758. }
  3759. for (int xCount=0; xCount < AUTO_BED_LEVELING_GRID_POINTS; xCount++)
  3760. {
  3761. float z_before;
  3762. if (probePointCounter == 0)
  3763. {
  3764. // raise before probing
  3765. z_before = Z_RAISE_BEFORE_PROBING;
  3766. } else
  3767. {
  3768. // raise extruder
  3769. z_before = current_position[Z_AXIS] + Z_RAISE_BETWEEN_PROBINGS;
  3770. }
  3771. float measured_z = probe_pt(xProbe, yProbe, z_before);
  3772. eqnBVector[probePointCounter] = measured_z;
  3773. eqnAMatrix[probePointCounter + 0*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = xProbe;
  3774. eqnAMatrix[probePointCounter + 1*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = yProbe;
  3775. eqnAMatrix[probePointCounter + 2*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = 1;
  3776. probePointCounter++;
  3777. xProbe += xInc;
  3778. }
  3779. }
  3780. clean_up_after_endstop_move(l_feedmultiply);
  3781. // solve lsq problem
  3782. double *plane_equation_coefficients = qr_solve(AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS, 3, eqnAMatrix, eqnBVector);
  3783. SERIAL_PROTOCOLPGM("Eqn coefficients: a: ");
  3784. SERIAL_PROTOCOL(plane_equation_coefficients[0]);
  3785. SERIAL_PROTOCOLPGM(" b: ");
  3786. SERIAL_PROTOCOL(plane_equation_coefficients[1]);
  3787. SERIAL_PROTOCOLPGM(" d: ");
  3788. SERIAL_PROTOCOLLN(plane_equation_coefficients[2]);
  3789. set_bed_level_equation_lsq(plane_equation_coefficients);
  3790. free(plane_equation_coefficients);
  3791. #else // AUTO_BED_LEVELING_GRID not defined
  3792. // Probe at 3 arbitrary points
  3793. // probe 1
  3794. float z_at_pt_1 = probe_pt(ABL_PROBE_PT_1_X, ABL_PROBE_PT_1_Y, Z_RAISE_BEFORE_PROBING);
  3795. // probe 2
  3796. 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);
  3797. // probe 3
  3798. 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);
  3799. clean_up_after_endstop_move(l_feedmultiply);
  3800. set_bed_level_equation_3pts(z_at_pt_1, z_at_pt_2, z_at_pt_3);
  3801. #endif // AUTO_BED_LEVELING_GRID
  3802. st_synchronize();
  3803. // The following code correct the Z height difference from z-probe position and hotend tip position.
  3804. // The Z height on homing is measured by Z-Probe, but the probe is quite far from the hotend.
  3805. // When the bed is uneven, this height must be corrected.
  3806. 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)
  3807. x_tmp = current_position[X_AXIS] + X_PROBE_OFFSET_FROM_EXTRUDER;
  3808. y_tmp = current_position[Y_AXIS] + Y_PROBE_OFFSET_FROM_EXTRUDER;
  3809. z_tmp = current_position[Z_AXIS];
  3810. apply_rotation_xyz(plan_bed_level_matrix, x_tmp, y_tmp, z_tmp); //Apply the correction sending the probe offset
  3811. current_position[Z_AXIS] = z_tmp - real_z + current_position[Z_AXIS]; //The difference is added to current position and sent to planner.
  3812. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  3813. }
  3814. break;
  3815. #ifndef Z_PROBE_SLED
  3816. /*!
  3817. ### G30 - Single Z Probe <a href="https://reprap.org/wiki/G-code#G30:_Single_Z-Probe">G30: Single Z-Probe</a>
  3818. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  3819. */
  3820. case 30:
  3821. {
  3822. st_synchronize();
  3823. // TODO: make sure the bed_level_rotation_matrix is identity or the planner will get set incorectly
  3824. int l_feedmultiply = setup_for_endstop_move();
  3825. feedrate = homing_feedrate[Z_AXIS];
  3826. run_z_probe();
  3827. SERIAL_PROTOCOLPGM(_T(MSG_BED));
  3828. SERIAL_PROTOCOLPGM(" X: ");
  3829. SERIAL_PROTOCOL(current_position[X_AXIS]);
  3830. SERIAL_PROTOCOLPGM(" Y: ");
  3831. SERIAL_PROTOCOL(current_position[Y_AXIS]);
  3832. SERIAL_PROTOCOLPGM(" Z: ");
  3833. SERIAL_PROTOCOL(current_position[Z_AXIS]);
  3834. SERIAL_PROTOCOLPGM("\n");
  3835. clean_up_after_endstop_move(l_feedmultiply);
  3836. }
  3837. break;
  3838. #else
  3839. /*!
  3840. ### G31 - Dock the sled <a href="https://reprap.org/wiki/G-code#G31:_Dock_Z_Probe_sled">G31: Dock Z Probe sled</a>
  3841. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  3842. */
  3843. case 31:
  3844. dock_sled(true);
  3845. break;
  3846. /*!
  3847. ### G32 - Undock the sled <a href="https://reprap.org/wiki/G-code#G32:_Undock_Z_Probe_sled">G32: Undock Z Probe sled</a>
  3848. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  3849. */
  3850. case 32:
  3851. dock_sled(false);
  3852. break;
  3853. #endif // Z_PROBE_SLED
  3854. #endif // ENABLE_AUTO_BED_LEVELING
  3855. #ifdef MESH_BED_LEVELING
  3856. /*!
  3857. ### G30 - Single Z Probe <a href="https://reprap.org/wiki/G-code#G30:_Single_Z-Probe">G30: Single Z-Probe</a>
  3858. Sensor must be over the bed.
  3859. The maximum travel distance before an error is triggered is 10mm.
  3860. */
  3861. case 30:
  3862. {
  3863. st_synchronize();
  3864. // TODO: make sure the bed_level_rotation_matrix is identity or the planner will get set incorectly
  3865. int l_feedmultiply = setup_for_endstop_move();
  3866. feedrate = homing_feedrate[Z_AXIS];
  3867. find_bed_induction_sensor_point_z(-10.f, 3);
  3868. printf_P(_N("%S X: %.5f Y: %.5f Z: %.5f\n"), _T(MSG_BED), _x, _y, _z);
  3869. clean_up_after_endstop_move(l_feedmultiply);
  3870. }
  3871. break;
  3872. /*!
  3873. ### G75 - Print temperature interpolation <a href="https://reprap.org/wiki/G-code#G75:_Print_temperature_interpolation">G75: Print temperature interpolation</a>
  3874. Show/print PINDA temperature interpolating.
  3875. */
  3876. case 75:
  3877. {
  3878. for (int i = 40; i <= 110; i++)
  3879. printf_P(_N("%d %.2f"), i, temp_comp_interpolation(i));
  3880. }
  3881. break;
  3882. /*!
  3883. ### G76 - PINDA probe temperature calibration <a href="https://reprap.org/wiki/G-code#G76:_PINDA_probe_temperature_calibration">G76: PINDA probe temperature calibration</a>
  3884. This G-code is used to calibrate the temperature drift of the PINDA (inductive Sensor).
  3885. The PINDAv2 sensor has a built-in thermistor which has the advantage that the calibration can be done once for all materials.
  3886. The Original i3 Prusa MK2/s uses PINDAv1 and this calibration improves the temperature drift, but not as good as the PINDAv2.
  3887. #### Example
  3888. ```
  3889. G76
  3890. echo PINDA probe calibration start
  3891. echo start temperature: 35.0°
  3892. echo ...
  3893. echo PINDA temperature -- Z shift (mm): 0.---
  3894. ```
  3895. */
  3896. case 76:
  3897. {
  3898. #ifdef PINDA_THERMISTOR
  3899. if (true)
  3900. {
  3901. if (calibration_status() >= CALIBRATION_STATUS_XYZ_CALIBRATION) {
  3902. //we need to know accurate position of first calibration point
  3903. //if xyz calibration was not performed yet, interrupt temperature calibration and inform user that xyz cal. is needed
  3904. lcd_show_fullscreen_message_and_wait_P(_i("Please run XYZ calibration first."));
  3905. break;
  3906. }
  3907. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS]))
  3908. {
  3909. // We don't know where we are! HOME!
  3910. // Push the commands to the front of the message queue in the reverse order!
  3911. // There shall be always enough space reserved for these commands.
  3912. repeatcommand_front(); // repeat G76 with all its parameters
  3913. enquecommand_front_P((PSTR("G28 W0")));
  3914. break;
  3915. }
  3916. 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
  3917. bool result = lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_STEEL_SHEET_CHECK), false, false);
  3918. if (result)
  3919. {
  3920. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3921. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  3922. current_position[Z_AXIS] = 50;
  3923. current_position[Y_AXIS] = 180;
  3924. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  3925. st_synchronize();
  3926. lcd_show_fullscreen_message_and_wait_P(_T(MSG_REMOVE_STEEL_SHEET));
  3927. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  3928. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  3929. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  3930. st_synchronize();
  3931. gcode_G28(false, false, true);
  3932. }
  3933. if ((current_temperature_pinda > 35) && (farm_mode == false)) {
  3934. //waiting for PIDNA probe to cool down in case that we are not in farm mode
  3935. current_position[Z_AXIS] = 100;
  3936. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  3937. if (lcd_wait_for_pinda(35) == false) { //waiting for PINDA probe to cool, if this takes more then time expected, temp. cal. fails
  3938. lcd_temp_cal_show_result(false);
  3939. break;
  3940. }
  3941. }
  3942. lcd_update_enable(true);
  3943. KEEPALIVE_STATE(NOT_BUSY); //no need to print busy messages as we print current temperatures periodicaly
  3944. SERIAL_ECHOLNPGM("PINDA probe calibration start");
  3945. float zero_z;
  3946. int z_shift = 0; //unit: steps
  3947. float start_temp = 5 * (int)(current_temperature_pinda / 5);
  3948. if (start_temp < 35) start_temp = 35;
  3949. if (start_temp < current_temperature_pinda) start_temp += 5;
  3950. printf_P(_N("start temperature: %.1f\n"), start_temp);
  3951. // setTargetHotend(200, 0);
  3952. setTargetBed(70 + (start_temp - 30));
  3953. custom_message_type = CustomMsg::TempCal;
  3954. custom_message_state = 1;
  3955. lcd_setstatuspgm(_T(MSG_TEMP_CALIBRATION));
  3956. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3957. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  3958. current_position[X_AXIS] = PINDA_PREHEAT_X;
  3959. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  3960. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  3961. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  3962. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  3963. st_synchronize();
  3964. while (current_temperature_pinda < start_temp)
  3965. {
  3966. delay_keep_alive(1000);
  3967. serialecho_temperatures();
  3968. }
  3969. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0); //invalidate temp. calibration in case that in will be aborted during the calibration process
  3970. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3971. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  3972. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  3973. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  3974. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  3975. st_synchronize();
  3976. bool find_z_result = find_bed_induction_sensor_point_z(-1.f);
  3977. if (find_z_result == false) {
  3978. lcd_temp_cal_show_result(find_z_result);
  3979. break;
  3980. }
  3981. zero_z = current_position[Z_AXIS];
  3982. printf_P(_N("\nZERO: %.3f\n"), current_position[Z_AXIS]);
  3983. int i = -1; for (; i < 5; i++)
  3984. {
  3985. float temp = (40 + i * 5);
  3986. printf_P(_N("\nStep: %d/6 (skipped)\nPINDA temperature: %d Z shift (mm):0\n"), i + 2, (40 + i*5));
  3987. if (i >= 0) EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i * 2, &z_shift);
  3988. if (start_temp <= temp) break;
  3989. }
  3990. for (i++; i < 5; i++)
  3991. {
  3992. float temp = (40 + i * 5);
  3993. printf_P(_N("\nStep: %d/6\n"), i + 2);
  3994. custom_message_state = i + 2;
  3995. setTargetBed(50 + 10 * (temp - 30) / 5);
  3996. // setTargetHotend(255, 0);
  3997. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3998. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  3999. current_position[X_AXIS] = PINDA_PREHEAT_X;
  4000. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  4001. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  4002. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  4003. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  4004. st_synchronize();
  4005. while (current_temperature_pinda < temp)
  4006. {
  4007. delay_keep_alive(1000);
  4008. serialecho_temperatures();
  4009. }
  4010. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4011. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  4012. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  4013. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  4014. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  4015. st_synchronize();
  4016. find_z_result = find_bed_induction_sensor_point_z(-1.f);
  4017. if (find_z_result == false) {
  4018. lcd_temp_cal_show_result(find_z_result);
  4019. break;
  4020. }
  4021. z_shift = (int)((current_position[Z_AXIS] - zero_z)*cs.axis_steps_per_unit[Z_AXIS]);
  4022. printf_P(_N("\nPINDA temperature: %.1f Z shift (mm): %.3f"), current_temperature_pinda, current_position[Z_AXIS] - zero_z);
  4023. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i * 2, &z_shift);
  4024. }
  4025. lcd_temp_cal_show_result(true);
  4026. break;
  4027. }
  4028. #endif //PINDA_THERMISTOR
  4029. setTargetBed(PINDA_MIN_T);
  4030. float zero_z;
  4031. int z_shift = 0; //unit: steps
  4032. int t_c; // temperature
  4033. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  4034. // We don't know where we are! HOME!
  4035. // Push the commands to the front of the message queue in the reverse order!
  4036. // There shall be always enough space reserved for these commands.
  4037. repeatcommand_front(); // repeat G76 with all its parameters
  4038. enquecommand_front_P((PSTR("G28 W0")));
  4039. break;
  4040. }
  4041. puts_P(_N("PINDA probe calibration start"));
  4042. custom_message_type = CustomMsg::TempCal;
  4043. custom_message_state = 1;
  4044. lcd_setstatuspgm(_T(MSG_TEMP_CALIBRATION));
  4045. current_position[X_AXIS] = PINDA_PREHEAT_X;
  4046. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  4047. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  4048. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  4049. st_synchronize();
  4050. while (abs(degBed() - PINDA_MIN_T) > 1) {
  4051. delay_keep_alive(1000);
  4052. serialecho_temperatures();
  4053. }
  4054. //enquecommand_P(PSTR("M190 S50"));
  4055. for (int i = 0; i < PINDA_HEAT_T; i++) {
  4056. delay_keep_alive(1000);
  4057. serialecho_temperatures();
  4058. }
  4059. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0); //invalidate temp. calibration in case that in will be aborted during the calibration process
  4060. current_position[Z_AXIS] = 5;
  4061. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  4062. current_position[X_AXIS] = BED_X0;
  4063. current_position[Y_AXIS] = BED_Y0;
  4064. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  4065. st_synchronize();
  4066. find_bed_induction_sensor_point_z(-1.f);
  4067. zero_z = current_position[Z_AXIS];
  4068. printf_P(_N("\nZERO: %.3f\n"), current_position[Z_AXIS]);
  4069. for (int i = 0; i<5; i++) {
  4070. printf_P(_N("\nStep: %d/6\n"), i + 2);
  4071. custom_message_state = i + 2;
  4072. t_c = 60 + i * 10;
  4073. setTargetBed(t_c);
  4074. current_position[X_AXIS] = PINDA_PREHEAT_X;
  4075. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  4076. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  4077. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  4078. st_synchronize();
  4079. while (degBed() < t_c) {
  4080. delay_keep_alive(1000);
  4081. serialecho_temperatures();
  4082. }
  4083. for (int i = 0; i < PINDA_HEAT_T; i++) {
  4084. delay_keep_alive(1000);
  4085. serialecho_temperatures();
  4086. }
  4087. current_position[Z_AXIS] = 5;
  4088. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  4089. current_position[X_AXIS] = BED_X0;
  4090. current_position[Y_AXIS] = BED_Y0;
  4091. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  4092. st_synchronize();
  4093. find_bed_induction_sensor_point_z(-1.f);
  4094. z_shift = (int)((current_position[Z_AXIS] - zero_z)*cs.axis_steps_per_unit[Z_AXIS]);
  4095. printf_P(_N("\nTemperature: %d Z shift (mm): %.3f\n"), t_c, current_position[Z_AXIS] - zero_z);
  4096. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i*2, &z_shift);
  4097. }
  4098. custom_message_type = CustomMsg::Status;
  4099. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  4100. puts_P(_N("Temperature calibration done."));
  4101. disable_x();
  4102. disable_y();
  4103. disable_z();
  4104. disable_e0();
  4105. disable_e1();
  4106. disable_e2();
  4107. setTargetBed(0); //set bed target temperature back to 0
  4108. lcd_show_fullscreen_message_and_wait_P(_T(MSG_TEMP_CALIBRATION_DONE));
  4109. temp_cal_active = true;
  4110. eeprom_update_byte((unsigned char *)EEPROM_TEMP_CAL_ACTIVE, 1);
  4111. lcd_update_enable(true);
  4112. lcd_update(2);
  4113. }
  4114. break;
  4115. /*!
  4116. ### G80 - Mesh-based Z probe <a href="https://reprap.org/wiki/G-code#G80:_Mesh-based_Z_probe">G80: Mesh-based Z probe</a>
  4117. Default 3x3 grid can be changed on MK2.5/s and MK3/s to 7x7 grid.
  4118. #### Usage
  4119. G80 [ N | R | V | L | R | F | B ]
  4120. #### Parameters
  4121. - `N` - Number of mesh points on x axis. Default is 3. Valid values are 3 and 7.
  4122. - `R` - Probe retries. Default 3 max. 10
  4123. - `V` - Verbosity level 1=low, 10=mid, 20=high. It only can be used if the firmware has been compiled with SUPPORT_VERBOSITY active.
  4124. Using the following parameters enables additional "manual" bed leveling correction. Valid values are -100 microns to 100 microns.
  4125. #### Additional Parameters
  4126. - `L` - Left Bed Level correct value in um.
  4127. - `R` - Right Bed Level correct value in um.
  4128. - `F` - Front Bed Level correct value in um.
  4129. - `B` - Back Bed Level correct value in um.
  4130. */
  4131. /*
  4132. * Probes a grid and produces a mesh to compensate for variable bed height
  4133. * The S0 report the points as below
  4134. * +----> X-axis
  4135. * |
  4136. * |
  4137. * v Y-axis
  4138. */
  4139. case 80:
  4140. #ifdef MK1BP
  4141. break;
  4142. #endif //MK1BP
  4143. case_G80:
  4144. {
  4145. mesh_bed_leveling_flag = true;
  4146. #ifndef LA_NOCOMPAT
  4147. // When printing via USB there's no clear boundary between prints. Abuse MBL to indicate
  4148. // the beginning of a new print, allowing a new autodetected setting just after G80.
  4149. la10c_reset();
  4150. #endif
  4151. #ifndef PINDA_THERMISTOR
  4152. static bool run = false; // thermistor-less PINDA temperature compensation is running
  4153. #endif // ndef PINDA_THERMISTOR
  4154. #ifdef SUPPORT_VERBOSITY
  4155. int8_t verbosity_level = 0;
  4156. if (code_seen('V')) {
  4157. // Just 'V' without a number counts as V1.
  4158. char c = strchr_pointer[1];
  4159. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  4160. }
  4161. #endif //SUPPORT_VERBOSITY
  4162. // Firstly check if we know where we are
  4163. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  4164. // We don't know where we are! HOME!
  4165. // Push the commands to the front of the message queue in the reverse order!
  4166. // There shall be always enough space reserved for these commands.
  4167. repeatcommand_front(); // repeat G80 with all its parameters
  4168. enquecommand_front_P((PSTR("G28 W0")));
  4169. break;
  4170. }
  4171. uint8_t nMeasPoints = MESH_MEAS_NUM_X_POINTS;
  4172. if (code_seen('N')) {
  4173. nMeasPoints = code_value_uint8();
  4174. if (nMeasPoints != 7) {
  4175. nMeasPoints = 3;
  4176. }
  4177. }
  4178. else {
  4179. nMeasPoints = eeprom_read_byte((uint8_t*)EEPROM_MBL_POINTS_NR);
  4180. }
  4181. uint8_t nProbeRetry = 3;
  4182. if (code_seen('R')) {
  4183. nProbeRetry = code_value_uint8();
  4184. if (nProbeRetry > 10) {
  4185. nProbeRetry = 10;
  4186. }
  4187. }
  4188. else {
  4189. nProbeRetry = eeprom_read_byte((uint8_t*)EEPROM_MBL_PROBE_NR);
  4190. }
  4191. bool magnet_elimination = (eeprom_read_byte((uint8_t*)EEPROM_MBL_MAGNET_ELIMINATION) > 0);
  4192. #ifndef PINDA_THERMISTOR
  4193. if (run == false && temp_cal_active == true && calibration_status_pinda() == true && target_temperature_bed >= 50)
  4194. {
  4195. temp_compensation_start();
  4196. run = true;
  4197. repeatcommand_front(); // repeat G80 with all its parameters
  4198. enquecommand_front_P((PSTR("G28 W0")));
  4199. break;
  4200. }
  4201. run = false;
  4202. #endif //PINDA_THERMISTOR
  4203. // Save custom message state, set a new custom message state to display: Calibrating point 9.
  4204. CustomMsg custom_message_type_old = custom_message_type;
  4205. unsigned int custom_message_state_old = custom_message_state;
  4206. custom_message_type = CustomMsg::MeshBedLeveling;
  4207. custom_message_state = (nMeasPoints * nMeasPoints) + 10;
  4208. lcd_update(1);
  4209. mbl.reset(); //reset mesh bed leveling
  4210. // Reset baby stepping to zero, if the babystepping has already been loaded before. The babystepsTodo value will be
  4211. // consumed during the first movements following this statement.
  4212. babystep_undo();
  4213. // Cycle through all points and probe them
  4214. // First move up. During this first movement, the babystepping will be reverted.
  4215. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4216. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 60, active_extruder);
  4217. // The move to the first calibration point.
  4218. current_position[X_AXIS] = BED_X0;
  4219. current_position[Y_AXIS] = BED_Y0;
  4220. #ifdef SUPPORT_VERBOSITY
  4221. if (verbosity_level >= 1)
  4222. {
  4223. bool clamped = world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  4224. clamped ? SERIAL_PROTOCOLPGM("First calibration point clamped.\n") : SERIAL_PROTOCOLPGM("No clamping for first calibration point.\n");
  4225. }
  4226. #else //SUPPORT_VERBOSITY
  4227. world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  4228. #endif //SUPPORT_VERBOSITY
  4229. plan_buffer_line_curposXYZE(homing_feedrate[X_AXIS] / 30, active_extruder);
  4230. // Wait until the move is finished.
  4231. st_synchronize();
  4232. uint8_t mesh_point = 0; //index number of calibration point
  4233. int XY_AXIS_FEEDRATE = homing_feedrate[X_AXIS] / 20;
  4234. int Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 40;
  4235. 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)
  4236. #ifdef SUPPORT_VERBOSITY
  4237. if (verbosity_level >= 1) {
  4238. has_z ? SERIAL_PROTOCOLPGM("Z jitter data from Z cal. valid.\n") : SERIAL_PROTOCOLPGM("Z jitter data from Z cal. not valid.\n");
  4239. }
  4240. #endif // SUPPORT_VERBOSITY
  4241. int l_feedmultiply = setup_for_endstop_move(false); //save feedrate and feedmultiply, sets feedmultiply to 100
  4242. const char *kill_message = NULL;
  4243. while (mesh_point != nMeasPoints * nMeasPoints) {
  4244. // Get coords of a measuring point.
  4245. uint8_t ix = mesh_point % nMeasPoints; // from 0 to MESH_NUM_X_POINTS - 1
  4246. uint8_t iy = mesh_point / nMeasPoints;
  4247. /*if (!mbl_point_measurement_valid(ix, iy, nMeasPoints, true)) {
  4248. printf_P(PSTR("Skipping point [%d;%d] \n"), ix, iy);
  4249. custom_message_state--;
  4250. mesh_point++;
  4251. continue; //skip
  4252. }*/
  4253. if (iy & 1) ix = (nMeasPoints - 1) - ix; // Zig zag
  4254. if (nMeasPoints == 7) //if we have 7x7 mesh, compare with Z-calibration for points which are in 3x3 mesh
  4255. {
  4256. has_z = ((ix % 3 == 0) && (iy % 3 == 0)) && is_bed_z_jitter_data_valid();
  4257. }
  4258. float z0 = 0.f;
  4259. if (has_z && (mesh_point > 0)) {
  4260. uint16_t z_offset_u = 0;
  4261. if (nMeasPoints == 7) {
  4262. z_offset_u = eeprom_read_word((uint16_t*)(EEPROM_BED_CALIBRATION_Z_JITTER + 2 * ((ix/3) + iy - 1)));
  4263. }
  4264. else {
  4265. z_offset_u = eeprom_read_word((uint16_t*)(EEPROM_BED_CALIBRATION_Z_JITTER + 2 * (ix + iy * 3 - 1)));
  4266. }
  4267. z0 = mbl.z_values[0][0] + *reinterpret_cast<int16_t*>(&z_offset_u) * 0.01;
  4268. #ifdef SUPPORT_VERBOSITY
  4269. if (verbosity_level >= 1) {
  4270. printf_P(PSTR("Bed leveling, point: %d, calibration Z stored in eeprom: %d, calibration z: %f \n"), mesh_point, z_offset_u, z0);
  4271. }
  4272. #endif // SUPPORT_VERBOSITY
  4273. }
  4274. // Move Z up to MESH_HOME_Z_SEARCH.
  4275. if((ix == 0) && (iy == 0)) current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4276. else current_position[Z_AXIS] += 2.f / nMeasPoints; //use relative movement from Z coordinate where PINDa triggered on previous point. This makes calibration faster.
  4277. float init_z_bckp = current_position[Z_AXIS];
  4278. plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE, active_extruder);
  4279. st_synchronize();
  4280. // Move to XY position of the sensor point.
  4281. current_position[X_AXIS] = BED_X(ix, nMeasPoints);
  4282. current_position[Y_AXIS] = BED_Y(iy, nMeasPoints);
  4283. //printf_P(PSTR("[%f;%f]\n"), current_position[X_AXIS], current_position[Y_AXIS]);
  4284. #ifdef SUPPORT_VERBOSITY
  4285. if (verbosity_level >= 1) {
  4286. clamped = world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  4287. SERIAL_PROTOCOL(mesh_point);
  4288. clamped ? SERIAL_PROTOCOLPGM(": xy clamped.\n") : SERIAL_PROTOCOLPGM(": no xy clamping\n");
  4289. }
  4290. #else //SUPPORT_VERBOSITY
  4291. world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  4292. #endif // SUPPORT_VERBOSITY
  4293. //printf_P(PSTR("after clamping: [%f;%f]\n"), current_position[X_AXIS], current_position[Y_AXIS]);
  4294. plan_buffer_line_curposXYZE(XY_AXIS_FEEDRATE, active_extruder);
  4295. st_synchronize();
  4296. // Go down until endstop is hit
  4297. const float Z_CALIBRATION_THRESHOLD = 1.f;
  4298. 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
  4299. printf_P(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  4300. break;
  4301. }
  4302. 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.
  4303. //printf_P(PSTR("Another attempt! Current Z position: %f\n"), current_position[Z_AXIS]);
  4304. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4305. plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE, active_extruder);
  4306. st_synchronize();
  4307. 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
  4308. printf_P(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  4309. break;
  4310. }
  4311. if (MESH_HOME_Z_SEARCH - current_position[Z_AXIS] < 0.1f) {
  4312. printf_P(PSTR("Bed leveling failed. Sensor disconnected or cable broken.\n"));
  4313. break;
  4314. }
  4315. }
  4316. 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
  4317. printf_P(PSTR("Bed leveling failed. Sensor triggered too high.\n"));
  4318. break;
  4319. }
  4320. #ifdef SUPPORT_VERBOSITY
  4321. if (verbosity_level >= 10) {
  4322. SERIAL_ECHOPGM("X: ");
  4323. MYSERIAL.print(current_position[X_AXIS], 5);
  4324. SERIAL_ECHOLNPGM("");
  4325. SERIAL_ECHOPGM("Y: ");
  4326. MYSERIAL.print(current_position[Y_AXIS], 5);
  4327. SERIAL_PROTOCOLPGM("\n");
  4328. }
  4329. #endif // SUPPORT_VERBOSITY
  4330. float offset_z = 0;
  4331. #ifdef PINDA_THERMISTOR
  4332. offset_z = temp_compensation_pinda_thermistor_offset(current_temperature_pinda);
  4333. #endif //PINDA_THERMISTOR
  4334. // #ifdef SUPPORT_VERBOSITY
  4335. /* if (verbosity_level >= 1)
  4336. {
  4337. SERIAL_ECHOPGM("mesh bed leveling: ");
  4338. MYSERIAL.print(current_position[Z_AXIS], 5);
  4339. SERIAL_ECHOPGM(" offset: ");
  4340. MYSERIAL.print(offset_z, 5);
  4341. SERIAL_ECHOLNPGM("");
  4342. }*/
  4343. // #endif // SUPPORT_VERBOSITY
  4344. mbl.set_z(ix, iy, current_position[Z_AXIS] - offset_z); //store measured z values z_values[iy][ix] = z - offset_z;
  4345. custom_message_state--;
  4346. mesh_point++;
  4347. lcd_update(1);
  4348. }
  4349. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4350. #ifdef SUPPORT_VERBOSITY
  4351. if (verbosity_level >= 20) {
  4352. SERIAL_ECHOLNPGM("Mesh bed leveling while loop finished.");
  4353. SERIAL_ECHOLNPGM("MESH_HOME_Z_SEARCH: ");
  4354. MYSERIAL.print(current_position[Z_AXIS], 5);
  4355. }
  4356. #endif // SUPPORT_VERBOSITY
  4357. plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE, active_extruder);
  4358. st_synchronize();
  4359. if (mesh_point != nMeasPoints * nMeasPoints) {
  4360. Sound_MakeSound(e_SOUND_TYPE_StandardAlert);
  4361. bool bState;
  4362. do { // repeat until Z-leveling o.k.
  4363. lcd_display_message_fullscreen_P(_i("Some problem encountered, Z-leveling enforced ..."));
  4364. #ifdef TMC2130
  4365. lcd_wait_for_click_delay(MSG_BED_LEVELING_FAILED_TIMEOUT);
  4366. calibrate_z_auto(); // Z-leveling (X-assembly stay up!!!)
  4367. #else // TMC2130
  4368. lcd_wait_for_click_delay(0); // ~ no timeout
  4369. lcd_calibrate_z_end_stop_manual(true); // Z-leveling (X-assembly stay up!!!)
  4370. #endif // TMC2130
  4371. // ~ Z-homing (can not be used "G28", because X & Y-homing would have been done before (Z-homing))
  4372. bState=enable_z_endstop(false);
  4373. current_position[Z_AXIS] -= 1;
  4374. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40, active_extruder);
  4375. st_synchronize();
  4376. enable_z_endstop(true);
  4377. #ifdef TMC2130
  4378. tmc2130_home_enter(Z_AXIS_MASK);
  4379. #endif // TMC2130
  4380. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4381. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40, active_extruder);
  4382. st_synchronize();
  4383. #ifdef TMC2130
  4384. tmc2130_home_exit();
  4385. #endif // TMC2130
  4386. enable_z_endstop(bState);
  4387. } while (st_get_position_mm(Z_AXIS) > MESH_HOME_Z_SEARCH); // i.e. Z-leveling not o.k.
  4388. // plan_set_z_position(MESH_HOME_Z_SEARCH); // is not necessary ('do-while' loop always ends at the expected Z-position)
  4389. custom_message_type=CustomMsg::Status; // display / status-line recovery
  4390. lcd_update_enable(true); // display / status-line recovery
  4391. gcode_G28(true, true, true); // X & Y & Z-homing (must be after individual Z-homing (problem with spool-holder)!)
  4392. repeatcommand_front(); // re-run (i.e. of "G80")
  4393. break;
  4394. }
  4395. clean_up_after_endstop_move(l_feedmultiply);
  4396. // SERIAL_ECHOLNPGM("clean up finished ");
  4397. #ifndef PINDA_THERMISTOR
  4398. if(temp_cal_active == true && calibration_status_pinda() == true) temp_compensation_apply(); //apply PINDA temperature compensation
  4399. #endif
  4400. babystep_apply(); // Apply Z height correction aka baby stepping before mesh bed leveing gets activated.
  4401. // SERIAL_ECHOLNPGM("babystep applied");
  4402. bool eeprom_bed_correction_valid = eeprom_read_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID) == 1;
  4403. #ifdef SUPPORT_VERBOSITY
  4404. if (verbosity_level >= 1) {
  4405. eeprom_bed_correction_valid ? SERIAL_PROTOCOLPGM("Bed correction data valid\n") : SERIAL_PROTOCOLPGM("Bed correction data not valid\n");
  4406. }
  4407. #endif // SUPPORT_VERBOSITY
  4408. for (uint8_t i = 0; i < 4; ++i) {
  4409. unsigned char codes[4] = { 'L', 'R', 'F', 'B' };
  4410. long correction = 0;
  4411. if (code_seen(codes[i]))
  4412. correction = code_value_long();
  4413. else if (eeprom_bed_correction_valid) {
  4414. unsigned char *addr = (i < 2) ?
  4415. ((i == 0) ? (unsigned char*)EEPROM_BED_CORRECTION_LEFT : (unsigned char*)EEPROM_BED_CORRECTION_RIGHT) :
  4416. ((i == 2) ? (unsigned char*)EEPROM_BED_CORRECTION_FRONT : (unsigned char*)EEPROM_BED_CORRECTION_REAR);
  4417. correction = eeprom_read_int8(addr);
  4418. }
  4419. if (correction == 0)
  4420. continue;
  4421. if (labs(correction) > BED_ADJUSTMENT_UM_MAX) {
  4422. SERIAL_ERROR_START;
  4423. SERIAL_ECHOPGM("Excessive bed leveling correction: ");
  4424. SERIAL_ECHO(correction);
  4425. SERIAL_ECHOLNPGM(" microns");
  4426. }
  4427. else {
  4428. float offset = float(correction) * 0.001f;
  4429. switch (i) {
  4430. case 0:
  4431. for (uint8_t row = 0; row < nMeasPoints; ++row) {
  4432. for (uint8_t col = 0; col < nMeasPoints - 1; ++col) {
  4433. mbl.z_values[row][col] += offset * (nMeasPoints - 1 - col) / (nMeasPoints - 1);
  4434. }
  4435. }
  4436. break;
  4437. case 1:
  4438. for (uint8_t row = 0; row < nMeasPoints; ++row) {
  4439. for (uint8_t col = 1; col < nMeasPoints; ++col) {
  4440. mbl.z_values[row][col] += offset * col / (nMeasPoints - 1);
  4441. }
  4442. }
  4443. break;
  4444. case 2:
  4445. for (uint8_t col = 0; col < nMeasPoints; ++col) {
  4446. for (uint8_t row = 0; row < nMeasPoints; ++row) {
  4447. mbl.z_values[row][col] += offset * (nMeasPoints - 1 - row) / (nMeasPoints - 1);
  4448. }
  4449. }
  4450. break;
  4451. case 3:
  4452. for (uint8_t col = 0; col < nMeasPoints; ++col) {
  4453. for (uint8_t row = 1; row < nMeasPoints; ++row) {
  4454. mbl.z_values[row][col] += offset * row / (nMeasPoints - 1);
  4455. }
  4456. }
  4457. break;
  4458. }
  4459. }
  4460. }
  4461. // SERIAL_ECHOLNPGM("Bed leveling correction finished");
  4462. if (nMeasPoints == 3) {
  4463. 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)
  4464. }
  4465. /*
  4466. SERIAL_PROTOCOLPGM("Num X,Y: ");
  4467. SERIAL_PROTOCOL(MESH_NUM_X_POINTS);
  4468. SERIAL_PROTOCOLPGM(",");
  4469. SERIAL_PROTOCOL(MESH_NUM_Y_POINTS);
  4470. SERIAL_PROTOCOLPGM("\nZ search height: ");
  4471. SERIAL_PROTOCOL(MESH_HOME_Z_SEARCH);
  4472. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  4473. for (int y = MESH_NUM_Y_POINTS-1; y >= 0; y--) {
  4474. for (int x = 0; x < MESH_NUM_X_POINTS; x++) {
  4475. SERIAL_PROTOCOLPGM(" ");
  4476. SERIAL_PROTOCOL_F(mbl.z_values[y][x], 5);
  4477. }
  4478. SERIAL_PROTOCOLPGM("\n");
  4479. }
  4480. */
  4481. if (nMeasPoints == 7 && magnet_elimination) {
  4482. mbl_interpolation(nMeasPoints);
  4483. }
  4484. /*
  4485. SERIAL_PROTOCOLPGM("Num X,Y: ");
  4486. SERIAL_PROTOCOL(MESH_NUM_X_POINTS);
  4487. SERIAL_PROTOCOLPGM(",");
  4488. SERIAL_PROTOCOL(MESH_NUM_Y_POINTS);
  4489. SERIAL_PROTOCOLPGM("\nZ search height: ");
  4490. SERIAL_PROTOCOL(MESH_HOME_Z_SEARCH);
  4491. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  4492. for (int y = MESH_NUM_Y_POINTS-1; y >= 0; y--) {
  4493. for (int x = 0; x < MESH_NUM_X_POINTS; x++) {
  4494. SERIAL_PROTOCOLPGM(" ");
  4495. SERIAL_PROTOCOL_F(mbl.z_values[y][x], 5);
  4496. }
  4497. SERIAL_PROTOCOLPGM("\n");
  4498. }
  4499. */
  4500. // SERIAL_ECHOLNPGM("Upsample finished");
  4501. mbl.active = 1; //activate mesh bed leveling
  4502. // SERIAL_ECHOLNPGM("Mesh bed leveling activated");
  4503. go_home_with_z_lift();
  4504. // SERIAL_ECHOLNPGM("Go home finished");
  4505. //unretract (after PINDA preheat retraction)
  4506. if (degHotend(active_extruder) > EXTRUDE_MINTEMP && temp_cal_active == true && calibration_status_pinda() == true && target_temperature_bed >= 50) {
  4507. current_position[E_AXIS] += default_retraction;
  4508. plan_buffer_line_curposXYZE(400, active_extruder);
  4509. }
  4510. KEEPALIVE_STATE(NOT_BUSY);
  4511. // Restore custom message state
  4512. lcd_setstatuspgm(_T(WELCOME_MSG));
  4513. custom_message_type = custom_message_type_old;
  4514. custom_message_state = custom_message_state_old;
  4515. mesh_bed_leveling_flag = false;
  4516. mesh_bed_run_from_menu = false;
  4517. lcd_update(2);
  4518. }
  4519. break;
  4520. /*!
  4521. ### G81 - Mesh bed leveling status <a href="https://reprap.org/wiki/G-code#G81:_Mesh_bed_leveling_status">G81: Mesh bed leveling status</a>
  4522. Prints mesh bed leveling status and bed profile if activated.
  4523. */
  4524. case 81:
  4525. if (mbl.active) {
  4526. SERIAL_PROTOCOLPGM("Num X,Y: ");
  4527. SERIAL_PROTOCOL(MESH_NUM_X_POINTS);
  4528. SERIAL_PROTOCOLPGM(",");
  4529. SERIAL_PROTOCOL(MESH_NUM_Y_POINTS);
  4530. SERIAL_PROTOCOLPGM("\nZ search height: ");
  4531. SERIAL_PROTOCOL(MESH_HOME_Z_SEARCH);
  4532. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  4533. for (int y = MESH_NUM_Y_POINTS-1; y >= 0; y--) {
  4534. for (int x = 0; x < MESH_NUM_X_POINTS; x++) {
  4535. SERIAL_PROTOCOLPGM(" ");
  4536. SERIAL_PROTOCOL_F(mbl.z_values[y][x], 5);
  4537. }
  4538. SERIAL_PROTOCOLPGM("\n");
  4539. }
  4540. }
  4541. else
  4542. SERIAL_PROTOCOLLNPGM("Mesh bed leveling not active.");
  4543. break;
  4544. #if 0
  4545. /*!
  4546. ### 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>
  4547. WARNING! USE WITH CAUTION! If you'll try to probe where is no leveling pad, nasty things can happen!
  4548. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4549. */
  4550. case 82:
  4551. SERIAL_PROTOCOLLNPGM("Finding bed ");
  4552. int l_feedmultiply = setup_for_endstop_move();
  4553. find_bed_induction_sensor_point_z();
  4554. clean_up_after_endstop_move(l_feedmultiply);
  4555. SERIAL_PROTOCOLPGM("Bed found at: ");
  4556. SERIAL_PROTOCOL_F(current_position[Z_AXIS], 5);
  4557. SERIAL_PROTOCOLPGM("\n");
  4558. break;
  4559. /*!
  4560. ### 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>
  4561. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4562. */
  4563. case 83:
  4564. {
  4565. int babystepz = code_seen('S') ? code_value() : 0;
  4566. int BabyPosition = code_seen('P') ? code_value() : 0;
  4567. if (babystepz != 0) {
  4568. //FIXME Vojtech: What shall be the index of the axis Z: 3 or 4?
  4569. // Is the axis indexed starting with zero or one?
  4570. if (BabyPosition > 4) {
  4571. SERIAL_PROTOCOLLNPGM("Index out of bounds");
  4572. }else{
  4573. // Save it to the eeprom
  4574. babystepLoadZ = babystepz;
  4575. EEPROM_save_B(EEPROM_BABYSTEP_Z0+(BabyPosition*2),&babystepLoadZ);
  4576. // adjust the Z
  4577. babystepsTodoZadd(babystepLoadZ);
  4578. }
  4579. }
  4580. }
  4581. break;
  4582. /*!
  4583. ### 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>
  4584. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4585. */
  4586. case 84:
  4587. babystepsTodoZsubtract(babystepLoadZ);
  4588. // babystepLoadZ = 0;
  4589. break;
  4590. /*!
  4591. ### G85: Pick best babystep - Not active <a href="https://reprap.org/wiki/G-code#G85:_Pick_best_babystep">G85: Pick best babystep</a>
  4592. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4593. */
  4594. case 85:
  4595. lcd_pick_babystep();
  4596. break;
  4597. #endif
  4598. /*!
  4599. ### 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>
  4600. This G-code will be performed at the start of a calibration script.
  4601. (Prusa3D specific)
  4602. */
  4603. case 86:
  4604. calibration_status_store(CALIBRATION_STATUS_LIVE_ADJUST);
  4605. break;
  4606. /*!
  4607. ### 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>
  4608. This G-code will be performed at the end of a calibration script.
  4609. (Prusa3D specific)
  4610. */
  4611. case 87:
  4612. calibration_status_store(CALIBRATION_STATUS_CALIBRATED);
  4613. break;
  4614. /*!
  4615. ### G88 - Reserved <a href="https://reprap.org/wiki/G-code#G88:_Reserved">G88: Reserved</a>
  4616. Currently has no effect.
  4617. */
  4618. // Prusa3D specific: Don't know what it is for, it is in V2Calibration.gcode
  4619. case 88:
  4620. break;
  4621. #endif // ENABLE_MESH_BED_LEVELING
  4622. /*!
  4623. ### G90 - Switch off relative mode <a href="https://reprap.org/wiki/G-code#G90:_Set_to_Absolute_Positioning">G90: Set to Absolute Positioning</a>
  4624. All coordinates from now on are absolute relative to the origin of the machine. E axis is also switched to absolute mode.
  4625. */
  4626. case 90: {
  4627. for(uint8_t i = 0; i != NUM_AXIS; ++i)
  4628. axis_relative_modes[i] = false;
  4629. }
  4630. break;
  4631. /*!
  4632. ### G91 - Switch on relative mode <a href="https://reprap.org/wiki/G-code#G91:_Set_to_Relative_Positioning">G91: Set to Relative Positioning</a>
  4633. All coordinates from now on are relative to the last position. E axis is also switched to relative mode.
  4634. */
  4635. case 91: {
  4636. for(uint8_t i = 0; i != NUM_AXIS; ++i)
  4637. axis_relative_modes[i] = true;
  4638. }
  4639. break;
  4640. /*!
  4641. ### G92 - Set position <a href="https://reprap.org/wiki/G-code#G92:_Set_Position">G92: Set Position</a>
  4642. It is used for setting the current position of each axis. The parameters are always absolute to the origin.
  4643. If a parameter is omitted, that axis will not be affected.
  4644. 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`).
  4645. A G92 without coordinates will reset all axes to zero on some firmware. This is not the case for Prusa-Firmware!
  4646. #### Usage
  4647. G92 [ X | Y | Z | E ]
  4648. #### Parameters
  4649. - `X` - new X axis position
  4650. - `Y` - new Y axis position
  4651. - `Z` - new Z axis position
  4652. - `E` - new extruder position
  4653. */
  4654. case 92: {
  4655. gcode_G92();
  4656. }
  4657. break;
  4658. /*!
  4659. ### G98 - Activate farm mode <a href="https://reprap.org/wiki/G-code#G98:_Activate_farm_mode">G98: Activate farm mode</a>
  4660. Enable Prusa-specific Farm functions and g-code.
  4661. See Internal Prusa commands.
  4662. */
  4663. case 98:
  4664. farm_mode = 1;
  4665. PingTime = _millis();
  4666. eeprom_update_byte((unsigned char *)EEPROM_FARM_MODE, farm_mode);
  4667. EEPROM_save_B(EEPROM_FARM_NUMBER, &farm_no);
  4668. SilentModeMenu = SILENT_MODE_OFF;
  4669. eeprom_update_byte((unsigned char *)EEPROM_SILENT, SilentModeMenu);
  4670. fCheckModeInit(); // alternatively invoke printer reset
  4671. break;
  4672. /*! ### G99 - Deactivate farm mode <a href="https://reprap.org/wiki/G-code#G99:_Deactivate_farm_mode">G99: Deactivate farm mode</a>
  4673. Disables Prusa-specific Farm functions and g-code.
  4674. */
  4675. case 99:
  4676. farm_mode = 0;
  4677. lcd_printer_connected();
  4678. eeprom_update_byte((unsigned char *)EEPROM_FARM_MODE, farm_mode);
  4679. lcd_update(2);
  4680. fCheckModeInit(); // alternatively invoke printer reset
  4681. break;
  4682. default:
  4683. printf_P(PSTR("Unknown G code: %s \n"), cmdbuffer + bufindr + CMDHDRSIZE);
  4684. }
  4685. // printf_P(_N("END G-CODE=%u\n"), gcode_in_progress);
  4686. gcode_in_progress = 0;
  4687. } // end if(code_seen('G'))
  4688. /*!
  4689. ### End of G-Codes
  4690. */
  4691. /*!
  4692. ---------------------------------------------------------------------------------
  4693. # M Commands
  4694. */
  4695. else if(code_seen('M'))
  4696. {
  4697. int index;
  4698. for (index = 1; *(strchr_pointer + index) == ' ' || *(strchr_pointer + index) == '\t'; index++);
  4699. /*for (++strchr_pointer; *strchr_pointer == ' ' || *strchr_pointer == '\t'; ++strchr_pointer);*/
  4700. if (*(strchr_pointer+index) < '0' || *(strchr_pointer+index) > '9') {
  4701. printf_P(PSTR("Invalid M code: %s \n"), cmdbuffer + bufindr + CMDHDRSIZE);
  4702. } else
  4703. {
  4704. mcode_in_progress = (int)code_value();
  4705. // printf_P(_N("BEGIN M-CODE=%u\n"), mcode_in_progress);
  4706. switch(mcode_in_progress)
  4707. {
  4708. /*!
  4709. ### M0, M1 - Stop the printer <a href="https://reprap.org/wiki/G-code#M0:_Stop_or_Unconditional_stop">M0: Stop or Unconditional stop</a>
  4710. */
  4711. case 0: // M0 - Unconditional stop - Wait for user button press on LCD
  4712. case 1: // M1 - Conditional stop - Wait for user button press on LCD
  4713. {
  4714. char *src = strchr_pointer + 2;
  4715. codenum = 0;
  4716. bool hasP = false, hasS = false;
  4717. if (code_seen('P')) {
  4718. codenum = code_value(); // milliseconds to wait
  4719. hasP = codenum > 0;
  4720. }
  4721. if (code_seen('S')) {
  4722. codenum = code_value() * 1000; // seconds to wait
  4723. hasS = codenum > 0;
  4724. }
  4725. starpos = strchr(src, '*');
  4726. if (starpos != NULL) *(starpos) = '\0';
  4727. while (*src == ' ') ++src;
  4728. if (!hasP && !hasS && *src != '\0') {
  4729. lcd_setstatus(src);
  4730. } else {
  4731. LCD_MESSAGERPGM(_i("Wait for user..."));////MSG_USERWAIT
  4732. }
  4733. lcd_ignore_click(); //call lcd_ignore_click aslo for else ???
  4734. st_synchronize();
  4735. previous_millis_cmd = _millis();
  4736. if (codenum > 0){
  4737. codenum += _millis(); // keep track of when we started waiting
  4738. KEEPALIVE_STATE(PAUSED_FOR_USER);
  4739. while(_millis() < codenum && !lcd_clicked()){
  4740. manage_heater();
  4741. manage_inactivity(true);
  4742. lcd_update(0);
  4743. }
  4744. KEEPALIVE_STATE(IN_HANDLER);
  4745. lcd_ignore_click(false);
  4746. }else{
  4747. marlin_wait_for_click();
  4748. }
  4749. if (IS_SD_PRINTING)
  4750. LCD_MESSAGERPGM(_T(MSG_RESUMING_PRINT));
  4751. else
  4752. LCD_MESSAGERPGM(_T(WELCOME_MSG));
  4753. }
  4754. break;
  4755. /*!
  4756. ### 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>
  4757. */
  4758. case 17:
  4759. LCD_MESSAGERPGM(_i("No move."));////MSG_NO_MOVE
  4760. enable_x();
  4761. enable_y();
  4762. enable_z();
  4763. enable_e0();
  4764. enable_e1();
  4765. enable_e2();
  4766. break;
  4767. #ifdef SDSUPPORT
  4768. /*!
  4769. ### M20 - SD Card file list <a href="https://reprap.org/wiki/G-code#M20:_List_SD_card">M20: List SD card</a>
  4770. */
  4771. case 20:
  4772. SERIAL_PROTOCOLLNRPGM(_N("Begin file list"));////MSG_BEGIN_FILE_LIST
  4773. card.ls();
  4774. SERIAL_PROTOCOLLNRPGM(_N("End file list"));////MSG_END_FILE_LIST
  4775. break;
  4776. /*!
  4777. ### M21 - Init SD card <a href="https://reprap.org/wiki/G-code#M21:_Initialize_SD_card">M21: Initialize SD card</a>
  4778. */
  4779. case 21:
  4780. card.initsd();
  4781. break;
  4782. /*!
  4783. ### M22 - Release SD card <a href="https://reprap.org/wiki/G-code#M22:_Release_SD_card">M22: Release SD card</a>
  4784. */
  4785. case 22:
  4786. card.release();
  4787. break;
  4788. /*!
  4789. ### M23 - Select file <a href="https://reprap.org/wiki/G-code#M23:_Select_SD_file">M23: Select SD file</a>
  4790. #### Usage
  4791. M23 [filename]
  4792. */
  4793. case 23:
  4794. starpos = (strchr(strchr_pointer + 4,'*'));
  4795. if(starpos!=NULL)
  4796. *(starpos)='\0';
  4797. card.openFile(strchr_pointer + 4,true);
  4798. break;
  4799. /*!
  4800. ### M24 - Start SD print <a href="https://reprap.org/wiki/G-code#M24:_Start.2Fresume_SD_print">M24: Start/resume SD print</a>
  4801. */
  4802. case 24:
  4803. if (isPrintPaused)
  4804. lcd_resume_print();
  4805. else
  4806. {
  4807. failstats_reset_print();
  4808. #ifndef LA_NOCOMPAT
  4809. la10c_reset();
  4810. #endif
  4811. card.startFileprint();
  4812. starttime=_millis();
  4813. }
  4814. break;
  4815. /*!
  4816. ### M26 - Set SD index <a href="https://reprap.org/wiki/G-code#M26:_Set_SD_position">M26: Set SD position</a>
  4817. Set position in SD card file to index in bytes.
  4818. This command is expected to be called after M23 and before M24.
  4819. Otherwise effect of this command is undefined.
  4820. #### Usage
  4821. M26 [ S ]
  4822. #### Parameters
  4823. - `S` - Index in bytes
  4824. */
  4825. case 26:
  4826. if(card.cardOK && code_seen('S')) {
  4827. long index = code_value_long();
  4828. card.setIndex(index);
  4829. // We don't disable interrupt during update of sdpos_atomic
  4830. // as we expect, that SD card print is not active in this moment
  4831. sdpos_atomic = index;
  4832. }
  4833. break;
  4834. /*!
  4835. ### M27 - Get SD status <a href="https://reprap.org/wiki/G-code#M27:_Report_SD_print_status">M27: Report SD print status</a>
  4836. */
  4837. case 27:
  4838. card.getStatus();
  4839. break;
  4840. /*!
  4841. ### 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>
  4842. */
  4843. case 28:
  4844. starpos = (strchr(strchr_pointer + 4,'*'));
  4845. if(starpos != NULL){
  4846. char* npos = strchr(CMDBUFFER_CURRENT_STRING, 'N');
  4847. strchr_pointer = strchr(npos,' ') + 1;
  4848. *(starpos) = '\0';
  4849. }
  4850. card.openFile(strchr_pointer+4,false);
  4851. break;
  4852. /*! ### 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>
  4853. 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.
  4854. */
  4855. case 29:
  4856. //processed in write to file routine above
  4857. //card,saving = false;
  4858. break;
  4859. /*!
  4860. ### 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>
  4861. #### Usage
  4862. M30 [filename]
  4863. */
  4864. case 30:
  4865. if (card.cardOK){
  4866. card.closefile();
  4867. starpos = (strchr(strchr_pointer + 4,'*'));
  4868. if(starpos != NULL){
  4869. char* npos = strchr(CMDBUFFER_CURRENT_STRING, 'N');
  4870. strchr_pointer = strchr(npos,' ') + 1;
  4871. *(starpos) = '\0';
  4872. }
  4873. card.removeFile(strchr_pointer + 4);
  4874. }
  4875. break;
  4876. /*!
  4877. ### 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>
  4878. @todo What are the parameters P and S for in M32?
  4879. */
  4880. case 32:
  4881. {
  4882. if(card.sdprinting) {
  4883. st_synchronize();
  4884. }
  4885. starpos = (strchr(strchr_pointer + 4,'*'));
  4886. char* namestartpos = (strchr(strchr_pointer + 4,'!')); //find ! to indicate filename string start.
  4887. if(namestartpos==NULL)
  4888. {
  4889. namestartpos=strchr_pointer + 4; //default name position, 4 letters after the M
  4890. }
  4891. else
  4892. namestartpos++; //to skip the '!'
  4893. if(starpos!=NULL)
  4894. *(starpos)='\0';
  4895. bool call_procedure=(code_seen('P'));
  4896. if(strchr_pointer>namestartpos)
  4897. call_procedure=false; //false alert, 'P' found within filename
  4898. if( card.cardOK )
  4899. {
  4900. card.openFile(namestartpos,true,!call_procedure);
  4901. if(code_seen('S'))
  4902. if(strchr_pointer<namestartpos) //only if "S" is occuring _before_ the filename
  4903. card.setIndex(code_value_long());
  4904. #ifndef LA_NOCOMPAT
  4905. la10c_reset();
  4906. #endif
  4907. card.startFileprint();
  4908. if(!call_procedure)
  4909. starttime=_millis(); //procedure calls count as normal print time.
  4910. }
  4911. } break;
  4912. /*!
  4913. ### M928 - Start SD logging <a href="https://reprap.org/wiki/G-code#M928:_Start_SD_logging">M928: Start SD logging</a>
  4914. #### Usage
  4915. M928 [filename]
  4916. */
  4917. case 928:
  4918. starpos = (strchr(strchr_pointer + 5,'*'));
  4919. if(starpos != NULL){
  4920. char* npos = strchr(CMDBUFFER_CURRENT_STRING, 'N');
  4921. strchr_pointer = strchr(npos,' ') + 1;
  4922. *(starpos) = '\0';
  4923. }
  4924. card.openLogFile(strchr_pointer+5);
  4925. break;
  4926. #endif //SDSUPPORT
  4927. /*!
  4928. ### 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>
  4929. */
  4930. case 31: //M31 take time since the start of the SD print or an M109 command
  4931. {
  4932. stoptime=_millis();
  4933. char time[30];
  4934. unsigned long t=(stoptime-starttime)/1000;
  4935. int sec,min;
  4936. min=t/60;
  4937. sec=t%60;
  4938. sprintf_P(time, PSTR("%i min, %i sec"), min, sec);
  4939. SERIAL_ECHO_START;
  4940. SERIAL_ECHOLN(time);
  4941. lcd_setstatus(time);
  4942. autotempShutdown();
  4943. }
  4944. break;
  4945. /*!
  4946. ### M42 - Set pin state <a href="https://reprap.org/wiki/G-code#M42:_Switch_I.2FO_pin">M42: Switch I/O pin</a>
  4947. #### Usage
  4948. M42 [ P | S ]
  4949. #### Parameters
  4950. - `P` - Pin number.
  4951. - `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.
  4952. */
  4953. case 42:
  4954. if (code_seen('S'))
  4955. {
  4956. int pin_status = code_value();
  4957. int pin_number = LED_PIN;
  4958. if (code_seen('P') && pin_status >= 0 && pin_status <= 255)
  4959. pin_number = code_value();
  4960. for(int8_t i = 0; i < (int8_t)(sizeof(sensitive_pins)/sizeof(int)); i++)
  4961. {
  4962. if (sensitive_pins[i] == pin_number)
  4963. {
  4964. pin_number = -1;
  4965. break;
  4966. }
  4967. }
  4968. #if defined(FAN_PIN) && FAN_PIN > -1
  4969. if (pin_number == FAN_PIN)
  4970. fanSpeed = pin_status;
  4971. #endif
  4972. if (pin_number > -1)
  4973. {
  4974. pinMode(pin_number, OUTPUT);
  4975. digitalWrite(pin_number, pin_status);
  4976. analogWrite(pin_number, pin_status);
  4977. }
  4978. }
  4979. break;
  4980. /*!
  4981. ### 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>
  4982. */
  4983. case 44: // M44: Prusa3D: Reset the bed skew and offset calibration.
  4984. // Reset the baby step value and the baby step applied flag.
  4985. calibration_status_store(CALIBRATION_STATUS_ASSEMBLED);
  4986. eeprom_update_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),0);
  4987. // Reset the skew and offset in both RAM and EEPROM.
  4988. reset_bed_offset_and_skew();
  4989. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  4990. // the planner will not perform any adjustments in the XY plane.
  4991. // Wait for the motors to stop and update the current position with the absolute values.
  4992. world2machine_revert_to_uncorrected();
  4993. break;
  4994. /*!
  4995. ### 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>
  4996. #### Usage
  4997. M45 [ V ]
  4998. #### Parameters
  4999. - `V` - Verbosity level 1, 10 and 20 (low, mid, high). Only when SUPPORT_VERBOSITY is defined. Optional.
  5000. - `Z` - If it is provided, only Z calibration will run. Otherwise full calibration is executed.
  5001. */
  5002. case 45: // M45: Prusa3D: bed skew and offset with manual Z up
  5003. {
  5004. int8_t verbosity_level = 0;
  5005. bool only_Z = code_seen('Z');
  5006. #ifdef SUPPORT_VERBOSITY
  5007. if (code_seen('V'))
  5008. {
  5009. // Just 'V' without a number counts as V1.
  5010. char c = strchr_pointer[1];
  5011. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  5012. }
  5013. #endif //SUPPORT_VERBOSITY
  5014. gcode_M45(only_Z, verbosity_level);
  5015. }
  5016. break;
  5017. /*!
  5018. ### 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>
  5019. */
  5020. /*
  5021. case 46:
  5022. {
  5023. // M46: Prusa3D: Show the assigned IP address.
  5024. uint8_t ip[4];
  5025. bool hasIP = card.ToshibaFlashAir_GetIP(ip);
  5026. if (hasIP) {
  5027. SERIAL_ECHOPGM("Toshiba FlashAir current IP: ");
  5028. SERIAL_ECHO(int(ip[0]));
  5029. SERIAL_ECHOPGM(".");
  5030. SERIAL_ECHO(int(ip[1]));
  5031. SERIAL_ECHOPGM(".");
  5032. SERIAL_ECHO(int(ip[2]));
  5033. SERIAL_ECHOPGM(".");
  5034. SERIAL_ECHO(int(ip[3]));
  5035. SERIAL_ECHOLNPGM("");
  5036. } else {
  5037. SERIAL_ECHOLNPGM("Toshiba FlashAir GetIP failed");
  5038. }
  5039. break;
  5040. }
  5041. */
  5042. /*!
  5043. ### 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>
  5044. */
  5045. case 47:
  5046. KEEPALIVE_STATE(PAUSED_FOR_USER);
  5047. lcd_diag_show_end_stops();
  5048. KEEPALIVE_STATE(IN_HANDLER);
  5049. break;
  5050. #if 0
  5051. case 48: // M48: scan the bed induction sensor points, print the sensor trigger coordinates to the serial line for visualization on the PC.
  5052. {
  5053. // Disable the default update procedure of the display. We will do a modal dialog.
  5054. lcd_update_enable(false);
  5055. // Let the planner use the uncorrected coordinates.
  5056. mbl.reset();
  5057. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  5058. // the planner will not perform any adjustments in the XY plane.
  5059. // Wait for the motors to stop and update the current position with the absolute values.
  5060. world2machine_revert_to_uncorrected();
  5061. // Move the print head close to the bed.
  5062. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  5063. 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);
  5064. st_synchronize();
  5065. // Home in the XY plane.
  5066. set_destination_to_current();
  5067. int l_feedmultiply = setup_for_endstop_move();
  5068. home_xy();
  5069. int8_t verbosity_level = 0;
  5070. if (code_seen('V')) {
  5071. // Just 'V' without a number counts as V1.
  5072. char c = strchr_pointer[1];
  5073. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  5074. }
  5075. bool success = scan_bed_induction_points(verbosity_level);
  5076. clean_up_after_endstop_move(l_feedmultiply);
  5077. // Print head up.
  5078. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  5079. 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);
  5080. st_synchronize();
  5081. lcd_update_enable(true);
  5082. break;
  5083. }
  5084. #endif
  5085. #ifdef ENABLE_AUTO_BED_LEVELING
  5086. #ifdef Z_PROBE_REPEATABILITY_TEST
  5087. /*!
  5088. ### 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>
  5089. 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.
  5090. 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.
  5091. @todo Why would you check for both uppercase and lowercase? Seems wasteful.
  5092. #### Usage
  5093. M48 [ n | X | Y | V | L ]
  5094. #### Parameters
  5095. - `n` - Number of samples. Valid values 4-50
  5096. - `X` - X position for samples
  5097. - `Y` - Y position for samples
  5098. - `V` - Verbose level. Valid values 1-4
  5099. - `L` - Legs of movementprior to doing probe. Valid values 1-15
  5100. */
  5101. case 48: // M48 Z-Probe repeatability
  5102. {
  5103. #if Z_MIN_PIN == -1
  5104. #error "You must have a Z_MIN endstop in order to enable calculation of Z-Probe repeatability."
  5105. #endif
  5106. double sum=0.0;
  5107. double mean=0.0;
  5108. double sigma=0.0;
  5109. double sample_set[50];
  5110. int verbose_level=1, n=0, j, n_samples = 10, n_legs=0;
  5111. double X_current, Y_current, Z_current;
  5112. double X_probe_location, Y_probe_location, Z_start_location, ext_position;
  5113. if (code_seen('V') || code_seen('v')) {
  5114. verbose_level = code_value();
  5115. if (verbose_level<0 || verbose_level>4 ) {
  5116. SERIAL_PROTOCOLPGM("?Verbose Level not plausable.\n");
  5117. goto Sigma_Exit;
  5118. }
  5119. }
  5120. if (verbose_level > 0) {
  5121. SERIAL_PROTOCOLPGM("M48 Z-Probe Repeatability test. Version 2.00\n");
  5122. SERIAL_PROTOCOLPGM("Full support at: http://3dprintboard.com/forum.php\n");
  5123. }
  5124. if (code_seen('n')) {
  5125. n_samples = code_value();
  5126. if (n_samples<4 || n_samples>50 ) {
  5127. SERIAL_PROTOCOLPGM("?Specified sample size not plausable.\n");
  5128. goto Sigma_Exit;
  5129. }
  5130. }
  5131. X_current = X_probe_location = st_get_position_mm(X_AXIS);
  5132. Y_current = Y_probe_location = st_get_position_mm(Y_AXIS);
  5133. Z_current = st_get_position_mm(Z_AXIS);
  5134. Z_start_location = st_get_position_mm(Z_AXIS) + Z_RAISE_BEFORE_PROBING;
  5135. ext_position = st_get_position_mm(E_AXIS);
  5136. if (code_seen('X') || code_seen('x') ) {
  5137. X_probe_location = code_value() - X_PROBE_OFFSET_FROM_EXTRUDER;
  5138. if (X_probe_location<X_MIN_POS || X_probe_location>X_MAX_POS ) {
  5139. SERIAL_PROTOCOLPGM("?Specified X position out of range.\n");
  5140. goto Sigma_Exit;
  5141. }
  5142. }
  5143. if (code_seen('Y') || code_seen('y') ) {
  5144. Y_probe_location = code_value() - Y_PROBE_OFFSET_FROM_EXTRUDER;
  5145. if (Y_probe_location<Y_MIN_POS || Y_probe_location>Y_MAX_POS ) {
  5146. SERIAL_PROTOCOLPGM("?Specified Y position out of range.\n");
  5147. goto Sigma_Exit;
  5148. }
  5149. }
  5150. if (code_seen('L') || code_seen('l') ) {
  5151. n_legs = code_value();
  5152. if ( n_legs==1 )
  5153. n_legs = 2;
  5154. if ( n_legs<0 || n_legs>15 ) {
  5155. SERIAL_PROTOCOLPGM("?Specified number of legs in movement not plausable.\n");
  5156. goto Sigma_Exit;
  5157. }
  5158. }
  5159. //
  5160. // Do all the preliminary setup work. First raise the probe.
  5161. //
  5162. st_synchronize();
  5163. plan_bed_level_matrix.set_to_identity();
  5164. plan_buffer_line( X_current, Y_current, Z_start_location,
  5165. ext_position,
  5166. homing_feedrate[Z_AXIS]/60,
  5167. active_extruder);
  5168. st_synchronize();
  5169. //
  5170. // Now get everything to the specified probe point So we can safely do a probe to
  5171. // get us close to the bed. If the Z-Axis is far from the bed, we don't want to
  5172. // use that as a starting point for each probe.
  5173. //
  5174. if (verbose_level > 2)
  5175. SERIAL_PROTOCOL("Positioning probe for the test.\n");
  5176. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  5177. ext_position,
  5178. homing_feedrate[X_AXIS]/60,
  5179. active_extruder);
  5180. st_synchronize();
  5181. current_position[X_AXIS] = X_current = st_get_position_mm(X_AXIS);
  5182. current_position[Y_AXIS] = Y_current = st_get_position_mm(Y_AXIS);
  5183. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  5184. current_position[E_AXIS] = ext_position = st_get_position_mm(E_AXIS);
  5185. //
  5186. // OK, do the inital probe to get us close to the bed.
  5187. // Then retrace the right amount and use that in subsequent probes
  5188. //
  5189. int l_feedmultiply = setup_for_endstop_move();
  5190. run_z_probe();
  5191. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  5192. Z_start_location = st_get_position_mm(Z_AXIS) + Z_RAISE_BEFORE_PROBING;
  5193. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  5194. ext_position,
  5195. homing_feedrate[X_AXIS]/60,
  5196. active_extruder);
  5197. st_synchronize();
  5198. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  5199. for( n=0; n<n_samples; n++) {
  5200. do_blocking_move_to( X_probe_location, Y_probe_location, Z_start_location); // Make sure we are at the probe location
  5201. if ( n_legs) {
  5202. double radius=0.0, theta=0.0, x_sweep, y_sweep;
  5203. int rotational_direction, l;
  5204. rotational_direction = (unsigned long) _millis() & 0x0001; // clockwise or counter clockwise
  5205. radius = (unsigned long) _millis() % (long) (X_MAX_LENGTH/4); // limit how far out to go
  5206. theta = (float) ((unsigned long) _millis() % (long) 360) / (360./(2*3.1415926)); // turn into radians
  5207. //SERIAL_ECHOPAIR("starting radius: ",radius);
  5208. //SERIAL_ECHOPAIR(" theta: ",theta);
  5209. //SERIAL_ECHOPAIR(" direction: ",rotational_direction);
  5210. //SERIAL_PROTOCOLLNPGM("");
  5211. for( l=0; l<n_legs-1; l++) {
  5212. if (rotational_direction==1)
  5213. theta += (float) ((unsigned long) _millis() % (long) 20) / (360.0/(2*3.1415926)); // turn into radians
  5214. else
  5215. theta -= (float) ((unsigned long) _millis() % (long) 20) / (360.0/(2*3.1415926)); // turn into radians
  5216. radius += (float) ( ((long) ((unsigned long) _millis() % (long) 10)) - 5);
  5217. if ( radius<0.0 )
  5218. radius = -radius;
  5219. X_current = X_probe_location + cos(theta) * radius;
  5220. Y_current = Y_probe_location + sin(theta) * radius;
  5221. if ( X_current<X_MIN_POS) // Make sure our X & Y are sane
  5222. X_current = X_MIN_POS;
  5223. if ( X_current>X_MAX_POS)
  5224. X_current = X_MAX_POS;
  5225. if ( Y_current<Y_MIN_POS) // Make sure our X & Y are sane
  5226. Y_current = Y_MIN_POS;
  5227. if ( Y_current>Y_MAX_POS)
  5228. Y_current = Y_MAX_POS;
  5229. if (verbose_level>3 ) {
  5230. SERIAL_ECHOPAIR("x: ", X_current);
  5231. SERIAL_ECHOPAIR("y: ", Y_current);
  5232. SERIAL_PROTOCOLLNPGM("");
  5233. }
  5234. do_blocking_move_to( X_current, Y_current, Z_current );
  5235. }
  5236. do_blocking_move_to( X_probe_location, Y_probe_location, Z_start_location); // Go back to the probe location
  5237. }
  5238. int l_feedmultiply = setup_for_endstop_move();
  5239. run_z_probe();
  5240. sample_set[n] = current_position[Z_AXIS];
  5241. //
  5242. // Get the current mean for the data points we have so far
  5243. //
  5244. sum=0.0;
  5245. for( j=0; j<=n; j++) {
  5246. sum = sum + sample_set[j];
  5247. }
  5248. mean = sum / (double (n+1));
  5249. //
  5250. // Now, use that mean to calculate the standard deviation for the
  5251. // data points we have so far
  5252. //
  5253. sum=0.0;
  5254. for( j=0; j<=n; j++) {
  5255. sum = sum + (sample_set[j]-mean) * (sample_set[j]-mean);
  5256. }
  5257. sigma = sqrt( sum / (double (n+1)) );
  5258. if (verbose_level > 1) {
  5259. SERIAL_PROTOCOL(n+1);
  5260. SERIAL_PROTOCOL(" of ");
  5261. SERIAL_PROTOCOL(n_samples);
  5262. SERIAL_PROTOCOLPGM(" z: ");
  5263. SERIAL_PROTOCOL_F(current_position[Z_AXIS], 6);
  5264. }
  5265. if (verbose_level > 2) {
  5266. SERIAL_PROTOCOL(" mean: ");
  5267. SERIAL_PROTOCOL_F(mean,6);
  5268. SERIAL_PROTOCOL(" sigma: ");
  5269. SERIAL_PROTOCOL_F(sigma,6);
  5270. }
  5271. if (verbose_level > 0)
  5272. SERIAL_PROTOCOLPGM("\n");
  5273. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  5274. current_position[E_AXIS], homing_feedrate[Z_AXIS]/60, active_extruder);
  5275. st_synchronize();
  5276. }
  5277. _delay(1000);
  5278. clean_up_after_endstop_move(l_feedmultiply);
  5279. // enable_endstops(true);
  5280. if (verbose_level > 0) {
  5281. SERIAL_PROTOCOLPGM("Mean: ");
  5282. SERIAL_PROTOCOL_F(mean, 6);
  5283. SERIAL_PROTOCOLPGM("\n");
  5284. }
  5285. SERIAL_PROTOCOLPGM("Standard Deviation: ");
  5286. SERIAL_PROTOCOL_F(sigma, 6);
  5287. SERIAL_PROTOCOLPGM("\n\n");
  5288. Sigma_Exit:
  5289. break;
  5290. }
  5291. #endif // Z_PROBE_REPEATABILITY_TEST
  5292. #endif // ENABLE_AUTO_BED_LEVELING
  5293. /*!
  5294. ### M73 - Set/get print progress <a href="https://reprap.org/wiki/G-code#M73:_Set.2FGet_build_percentage">M73: Set/Get build percentage</a>
  5295. #### Usage
  5296. M73 [ P | R | Q | S ]
  5297. #### Parameters
  5298. - `P` - Percent in normal mode
  5299. - `R` - Time remaining in normal mode
  5300. - `Q` - Percent in silent mode
  5301. - `S` - Time in silent mode
  5302. */
  5303. case 73: //M73 show percent done and time remaining
  5304. if(code_seen('P')) print_percent_done_normal = code_value();
  5305. if(code_seen('R')) print_time_remaining_normal = code_value();
  5306. if(code_seen('Q')) print_percent_done_silent = code_value();
  5307. if(code_seen('S')) print_time_remaining_silent = code_value();
  5308. {
  5309. const char* _msg_mode_done_remain = _N("%S MODE: Percent done: %d; print time remaining in mins: %d\n");
  5310. printf_P(_msg_mode_done_remain, _N("NORMAL"), int(print_percent_done_normal), print_time_remaining_normal);
  5311. printf_P(_msg_mode_done_remain, _N("SILENT"), int(print_percent_done_silent), print_time_remaining_silent);
  5312. }
  5313. break;
  5314. /*!
  5315. ### M104 - Set hotend temperature <a href="https://reprap.org/wiki/G-code#M104:_Set_Extruder_Temperature">M104: Set Extruder Temperature</a>
  5316. #### Usage
  5317. M104 [ S ]
  5318. #### Parameters
  5319. - `S` - Target temperature
  5320. */
  5321. case 104: // M104
  5322. {
  5323. uint8_t extruder;
  5324. if(setTargetedHotend(104,extruder)){
  5325. break;
  5326. }
  5327. if (code_seen('S'))
  5328. {
  5329. setTargetHotendSafe(code_value(), extruder);
  5330. }
  5331. break;
  5332. }
  5333. /*!
  5334. ### M112 - Emergency stop <a href="https://reprap.org/wiki/G-code#M112:_Full_.28Emergency.29_Stop">M112: Full (Emergency) Stop</a>
  5335. It is processed much earlier as to bypass the cmdqueue.
  5336. */
  5337. case 112:
  5338. kill(MSG_M112_KILL, 3);
  5339. break;
  5340. /*!
  5341. ### M140 - Set bed temperature <a href="https://reprap.org/wiki/G-code#M140:_Set_Bed_Temperature_.28Fast.29">M140: Set Bed Temperature (Fast)</a>
  5342. #### Usage
  5343. M140 [ S ]
  5344. #### Parameters
  5345. - `S` - Target temperature
  5346. */
  5347. case 140:
  5348. if (code_seen('S')) setTargetBed(code_value());
  5349. break;
  5350. /*!
  5351. ### M105 - Report temperatures <a href="https://reprap.org/wiki/G-code#M105:_Get_Extruder_Temperature">M105: Get Extruder Temperature</a>
  5352. Prints temperatures:
  5353. - `T:` - Hotend (actual / target)
  5354. - `B:` - Bed (actual / target)
  5355. - `Tx:` - x Tool (actual / target)
  5356. - `@:` - Hotend power
  5357. - `B@:` - Bed power
  5358. - `P:` - PINDAv2 actual (only MK2.5/s and MK3/s)
  5359. - `A:` - Ambient actual (only MK3/s)
  5360. _Example:_
  5361. 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
  5362. */
  5363. case 105:
  5364. {
  5365. uint8_t extruder;
  5366. if(setTargetedHotend(105, extruder)){
  5367. break;
  5368. }
  5369. #if defined(TEMP_0_PIN) && TEMP_0_PIN > -1
  5370. SERIAL_PROTOCOLPGM("ok T:");
  5371. SERIAL_PROTOCOL_F(degHotend(extruder),1);
  5372. SERIAL_PROTOCOLPGM(" /");
  5373. SERIAL_PROTOCOL_F(degTargetHotend(extruder),1);
  5374. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  5375. SERIAL_PROTOCOLPGM(" B:");
  5376. SERIAL_PROTOCOL_F(degBed(),1);
  5377. SERIAL_PROTOCOLPGM(" /");
  5378. SERIAL_PROTOCOL_F(degTargetBed(),1);
  5379. #endif //TEMP_BED_PIN
  5380. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  5381. SERIAL_PROTOCOLPGM(" T");
  5382. SERIAL_PROTOCOL(cur_extruder);
  5383. SERIAL_PROTOCOLPGM(":");
  5384. SERIAL_PROTOCOL_F(degHotend(cur_extruder),1);
  5385. SERIAL_PROTOCOLPGM(" /");
  5386. SERIAL_PROTOCOL_F(degTargetHotend(cur_extruder),1);
  5387. }
  5388. #else
  5389. SERIAL_ERROR_START;
  5390. SERIAL_ERRORLNRPGM(_i("No thermistors - no temperature"));////MSG_ERR_NO_THERMISTORS
  5391. #endif
  5392. SERIAL_PROTOCOLPGM(" @:");
  5393. #ifdef EXTRUDER_WATTS
  5394. SERIAL_PROTOCOL((EXTRUDER_WATTS * getHeaterPower(tmp_extruder))/127);
  5395. SERIAL_PROTOCOLPGM("W");
  5396. #else
  5397. SERIAL_PROTOCOL(getHeaterPower(extruder));
  5398. #endif
  5399. SERIAL_PROTOCOLPGM(" B@:");
  5400. #ifdef BED_WATTS
  5401. SERIAL_PROTOCOL((BED_WATTS * getHeaterPower(-1))/127);
  5402. SERIAL_PROTOCOLPGM("W");
  5403. #else
  5404. SERIAL_PROTOCOL(getHeaterPower(-1));
  5405. #endif
  5406. #ifdef PINDA_THERMISTOR
  5407. SERIAL_PROTOCOLPGM(" P:");
  5408. SERIAL_PROTOCOL_F(current_temperature_pinda,1);
  5409. #endif //PINDA_THERMISTOR
  5410. #ifdef AMBIENT_THERMISTOR
  5411. SERIAL_PROTOCOLPGM(" A:");
  5412. SERIAL_PROTOCOL_F(current_temperature_ambient,1);
  5413. #endif //AMBIENT_THERMISTOR
  5414. #ifdef SHOW_TEMP_ADC_VALUES
  5415. {float raw = 0.0;
  5416. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  5417. SERIAL_PROTOCOLPGM(" ADC B:");
  5418. SERIAL_PROTOCOL_F(degBed(),1);
  5419. SERIAL_PROTOCOLPGM("C->");
  5420. raw = rawBedTemp();
  5421. SERIAL_PROTOCOL_F(raw/OVERSAMPLENR,5);
  5422. SERIAL_PROTOCOLPGM(" Rb->");
  5423. SERIAL_PROTOCOL_F(100 * (1 + (PtA * (raw/OVERSAMPLENR)) + (PtB * sq((raw/OVERSAMPLENR)))), 5);
  5424. SERIAL_PROTOCOLPGM(" Rxb->");
  5425. SERIAL_PROTOCOL_F(raw, 5);
  5426. #endif
  5427. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  5428. SERIAL_PROTOCOLPGM(" T");
  5429. SERIAL_PROTOCOL(cur_extruder);
  5430. SERIAL_PROTOCOLPGM(":");
  5431. SERIAL_PROTOCOL_F(degHotend(cur_extruder),1);
  5432. SERIAL_PROTOCOLPGM("C->");
  5433. raw = rawHotendTemp(cur_extruder);
  5434. SERIAL_PROTOCOL_F(raw/OVERSAMPLENR,5);
  5435. SERIAL_PROTOCOLPGM(" Rt");
  5436. SERIAL_PROTOCOL(cur_extruder);
  5437. SERIAL_PROTOCOLPGM("->");
  5438. SERIAL_PROTOCOL_F(100 * (1 + (PtA * (raw/OVERSAMPLENR)) + (PtB * sq((raw/OVERSAMPLENR)))), 5);
  5439. SERIAL_PROTOCOLPGM(" Rx");
  5440. SERIAL_PROTOCOL(cur_extruder);
  5441. SERIAL_PROTOCOLPGM("->");
  5442. SERIAL_PROTOCOL_F(raw, 5);
  5443. }}
  5444. #endif
  5445. SERIAL_PROTOCOLLN("");
  5446. KEEPALIVE_STATE(NOT_BUSY);
  5447. return;
  5448. break;
  5449. }
  5450. /*!
  5451. ### 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>
  5452. #### Usage
  5453. M104 [ B | R | S ]
  5454. #### Parameters (not mandatory)
  5455. - `S` - Set extruder temperature
  5456. - `R` - Set extruder temperature
  5457. - `B` - Set max. extruder temperature, while `S` is min. temperature. Not active in default, only if AUTOTEMP is defined in source code.
  5458. Parameters S and R are treated identically.
  5459. Command always waits for both cool down and heat up.
  5460. If no parameters are supplied waits for previously set extruder temperature.
  5461. */
  5462. case 109:
  5463. {
  5464. uint8_t extruder;
  5465. if(setTargetedHotend(109, extruder)){
  5466. break;
  5467. }
  5468. LCD_MESSAGERPGM(_T(MSG_HEATING));
  5469. heating_status = 1;
  5470. if (farm_mode) { prusa_statistics(1); };
  5471. #ifdef AUTOTEMP
  5472. autotemp_enabled=false;
  5473. #endif
  5474. if (code_seen('S')) {
  5475. setTargetHotendSafe(code_value(), extruder);
  5476. } else if (code_seen('R')) {
  5477. setTargetHotendSafe(code_value(), extruder);
  5478. }
  5479. #ifdef AUTOTEMP
  5480. if (code_seen('S')) autotemp_min=code_value();
  5481. if (code_seen('B')) autotemp_max=code_value();
  5482. if (code_seen('F'))
  5483. {
  5484. autotemp_factor=code_value();
  5485. autotemp_enabled=true;
  5486. }
  5487. #endif
  5488. codenum = _millis();
  5489. /* See if we are heating up or cooling down */
  5490. target_direction = isHeatingHotend(extruder); // true if heating, false if cooling
  5491. KEEPALIVE_STATE(NOT_BUSY);
  5492. cancel_heatup = false;
  5493. wait_for_heater(codenum, extruder); //loops until target temperature is reached
  5494. LCD_MESSAGERPGM(_T(MSG_HEATING_COMPLETE));
  5495. KEEPALIVE_STATE(IN_HANDLER);
  5496. heating_status = 2;
  5497. if (farm_mode) { prusa_statistics(2); };
  5498. //starttime=_millis();
  5499. previous_millis_cmd = _millis();
  5500. }
  5501. break;
  5502. /*!
  5503. ### 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>
  5504. #### Usage
  5505. M190 [ R | S ]
  5506. #### Parameters (not mandatory)
  5507. - `S` - Set extruder temperature and wait for heating
  5508. - `R` - Set extruder temperature and wait for heating or cooling
  5509. If no parameter is supplied, waits for heating or cooling to previously set temperature.
  5510. */
  5511. case 190:
  5512. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  5513. {
  5514. bool CooldownNoWait = false;
  5515. LCD_MESSAGERPGM(_T(MSG_BED_HEATING));
  5516. heating_status = 3;
  5517. if (farm_mode) { prusa_statistics(1); };
  5518. if (code_seen('S'))
  5519. {
  5520. setTargetBed(code_value());
  5521. CooldownNoWait = true;
  5522. }
  5523. else if (code_seen('R'))
  5524. {
  5525. setTargetBed(code_value());
  5526. }
  5527. codenum = _millis();
  5528. cancel_heatup = false;
  5529. target_direction = isHeatingBed(); // true if heating, false if cooling
  5530. KEEPALIVE_STATE(NOT_BUSY);
  5531. while ( (target_direction)&&(!cancel_heatup) ? (isHeatingBed()) : (isCoolingBed()&&(CooldownNoWait==false)) )
  5532. {
  5533. if(( _millis() - codenum) > 1000 ) //Print Temp Reading every 1 second while heating up.
  5534. {
  5535. if (!farm_mode) {
  5536. float tt = degHotend(active_extruder);
  5537. SERIAL_PROTOCOLPGM("T:");
  5538. SERIAL_PROTOCOL(tt);
  5539. SERIAL_PROTOCOLPGM(" E:");
  5540. SERIAL_PROTOCOL((int)active_extruder);
  5541. SERIAL_PROTOCOLPGM(" B:");
  5542. SERIAL_PROTOCOL_F(degBed(), 1);
  5543. SERIAL_PROTOCOLLN("");
  5544. }
  5545. codenum = _millis();
  5546. }
  5547. manage_heater();
  5548. manage_inactivity();
  5549. lcd_update(0);
  5550. }
  5551. LCD_MESSAGERPGM(_T(MSG_BED_DONE));
  5552. KEEPALIVE_STATE(IN_HANDLER);
  5553. heating_status = 4;
  5554. previous_millis_cmd = _millis();
  5555. }
  5556. #endif
  5557. break;
  5558. #if defined(FAN_PIN) && FAN_PIN > -1
  5559. /*!
  5560. ### M106 - Set fan speed <a href="https://reprap.org/wiki/G-code#M106:_Fan_On">M106: Fan On</a>
  5561. #### Usage
  5562. M106 [ S ]
  5563. #### Parameters
  5564. - `S` - Specifies the duty cycle of the print fan. Allowed values are 0-255. If it's omitted, a value of 255 is used.
  5565. */
  5566. case 106: // M106 Sxxx Fan On S<speed> 0 .. 255
  5567. if (code_seen('S')){
  5568. fanSpeed=constrain(code_value(),0,255);
  5569. }
  5570. else {
  5571. fanSpeed=255;
  5572. }
  5573. break;
  5574. /*!
  5575. ### M107 - Fan off <a href="https://reprap.org/wiki/G-code#M107:_Fan_Off">M107: Fan Off</a>
  5576. */
  5577. case 107:
  5578. fanSpeed = 0;
  5579. break;
  5580. #endif //FAN_PIN
  5581. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  5582. /*!
  5583. ### M80 - Turn on the Power Supply <a href="https://reprap.org/wiki/G-code#M80:_ATX_Power_On">M80: ATX Power On</a>
  5584. Only works if the firmware is compiled with PS_ON_PIN defined.
  5585. */
  5586. case 80:
  5587. SET_OUTPUT(PS_ON_PIN); //GND
  5588. WRITE(PS_ON_PIN, PS_ON_AWAKE);
  5589. // If you have a switch on suicide pin, this is useful
  5590. // if you want to start another print with suicide feature after
  5591. // a print without suicide...
  5592. #if defined SUICIDE_PIN && SUICIDE_PIN > -1
  5593. SET_OUTPUT(SUICIDE_PIN);
  5594. WRITE(SUICIDE_PIN, HIGH);
  5595. #endif
  5596. powersupply = true;
  5597. LCD_MESSAGERPGM(_T(WELCOME_MSG));
  5598. lcd_update(0);
  5599. break;
  5600. /*!
  5601. ### M81 - Turn off Power Supply <a href="https://reprap.org/wiki/G-code#M81:_ATX_Power_Off">M81: ATX Power Off</a>
  5602. Only works if the firmware is compiled with PS_ON_PIN defined.
  5603. */
  5604. case 81:
  5605. disable_heater();
  5606. st_synchronize();
  5607. disable_e0();
  5608. disable_e1();
  5609. disable_e2();
  5610. finishAndDisableSteppers();
  5611. fanSpeed = 0;
  5612. _delay(1000); // Wait a little before to switch off
  5613. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  5614. st_synchronize();
  5615. suicide();
  5616. #elif defined(PS_ON_PIN) && PS_ON_PIN > -1
  5617. SET_OUTPUT(PS_ON_PIN);
  5618. WRITE(PS_ON_PIN, PS_ON_ASLEEP);
  5619. #endif
  5620. powersupply = false;
  5621. LCD_MESSAGERPGM(CAT4(CUSTOM_MENDEL_NAME,PSTR(" "),MSG_OFF,PSTR(".")));
  5622. lcd_update(0);
  5623. break;
  5624. #endif
  5625. /*!
  5626. ### 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>
  5627. Makes the extruder interpret extrusion as absolute positions.
  5628. */
  5629. case 82:
  5630. axis_relative_modes[E_AXIS] = false;
  5631. break;
  5632. /*!
  5633. ### 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>
  5634. Makes the extruder interpret extrusion values as relative positions.
  5635. */
  5636. case 83:
  5637. axis_relative_modes[E_AXIS] = true;
  5638. break;
  5639. /*!
  5640. ### M84 - Disable steppers <a href="https://reprap.org/wiki/G-code#M84:_Stop_idle_hold">M84: Stop idle hold</a>
  5641. This command can be used to set the stepper inactivity timeout (`S`) or to disable steppers (`X`,`Y`,`Z`,`E`)
  5642. This command can be used without any additional parameters. In that case all steppers are disabled.
  5643. 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.
  5644. M84 [ S | X | Y | Z | E ]
  5645. - `S` - Seconds
  5646. - `X` - X axis
  5647. - `Y` - Y axis
  5648. - `Z` - Z axis
  5649. - `E` - Exruder
  5650. ### M18 - Disable steppers <a href="https://reprap.org/wiki/G-code#M18:_Disable_all_stepper_motors">M18: Disable all stepper motors</a>
  5651. Equal to M84 (compatibility)
  5652. */
  5653. case 18: //compatibility
  5654. case 84: // M84
  5655. if(code_seen('S')){
  5656. stepper_inactive_time = code_value() * 1000;
  5657. }
  5658. else
  5659. {
  5660. 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])));
  5661. if(all_axis)
  5662. {
  5663. st_synchronize();
  5664. disable_e0();
  5665. disable_e1();
  5666. disable_e2();
  5667. finishAndDisableSteppers();
  5668. }
  5669. else
  5670. {
  5671. st_synchronize();
  5672. if (code_seen('X')) disable_x();
  5673. if (code_seen('Y')) disable_y();
  5674. if (code_seen('Z')) disable_z();
  5675. #if ((E0_ENABLE_PIN != X_ENABLE_PIN) && (E1_ENABLE_PIN != Y_ENABLE_PIN)) // Only enable on boards that have seperate ENABLE_PINS
  5676. if (code_seen('E')) {
  5677. disable_e0();
  5678. disable_e1();
  5679. disable_e2();
  5680. }
  5681. #endif
  5682. }
  5683. }
  5684. //in the end of print set estimated time to end of print and extruders used during print to default values for next print
  5685. print_time_remaining_init();
  5686. snmm_filaments_used = 0;
  5687. break;
  5688. /*!
  5689. ### M85 - Set max inactive time <a href="https://reprap.org/wiki/G-code#M85:_Set_Inactivity_Shutdown_Timer">M85: Set Inactivity Shutdown Timer</a>
  5690. #### Usage
  5691. M85 [ S ]
  5692. #### Parameters
  5693. - `S` - specifies the time in seconds. If a value of 0 is specified, the timer is disabled.
  5694. */
  5695. case 85: // M85
  5696. if(code_seen('S')) {
  5697. max_inactive_time = code_value() * 1000;
  5698. }
  5699. break;
  5700. #ifdef SAFETYTIMER
  5701. /*!
  5702. ### 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>
  5703. When safety timer expires, heatbed and nozzle target temperatures are set to zero.
  5704. #### Usage
  5705. M86 [ S ]
  5706. #### Parameters
  5707. - `S` - specifies the time in seconds. If a value of 0 is specified, the timer is disabled.
  5708. */
  5709. case 86:
  5710. if (code_seen('S')) {
  5711. safetytimer_inactive_time = code_value() * 1000;
  5712. safetyTimer.start();
  5713. }
  5714. break;
  5715. #endif
  5716. /*!
  5717. ### 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>
  5718. 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)
  5719. #### Usage
  5720. M92 [ X | Y | Z | E ]
  5721. #### Parameters
  5722. - `X` - Steps per unit for the X drive
  5723. - `Y` - Steps per unit for the Y drive
  5724. - `Z` - Steps per unit for the Z drive
  5725. - `E` - Steps per unit for the extruder drive
  5726. */
  5727. case 92:
  5728. for(int8_t i=0; i < NUM_AXIS; i++)
  5729. {
  5730. if(code_seen(axis_codes[i]))
  5731. {
  5732. if(i == 3) { // E
  5733. float value = code_value();
  5734. if(value < 20.0) {
  5735. float factor = cs.axis_steps_per_unit[i] / value; // increase e constants if M92 E14 is given for netfab.
  5736. cs.max_jerk[E_AXIS] *= factor;
  5737. max_feedrate[i] *= factor;
  5738. axis_steps_per_sqr_second[i] *= factor;
  5739. }
  5740. cs.axis_steps_per_unit[i] = value;
  5741. }
  5742. else {
  5743. cs.axis_steps_per_unit[i] = code_value();
  5744. }
  5745. }
  5746. }
  5747. break;
  5748. /*!
  5749. ### M110 - Set Line number <a href="https://reprap.org/wiki/G-code#M110:_Set_Current_Line_Number">M110: Set Current Line Number</a>
  5750. Sets the line number in G-code
  5751. #### Usage
  5752. M110 [ N ]
  5753. #### Parameters
  5754. - `N` - Line number
  5755. */
  5756. case 110:
  5757. if (code_seen('N'))
  5758. gcode_LastN = code_value_long();
  5759. break;
  5760. /*!
  5761. ### M113 - Get or set host keep-alive interval <a href="https://reprap.org/wiki/G-code#M113:_Host_Keepalive">M113: Host Keepalive</a>
  5762. 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).
  5763. #### Usage
  5764. M113 [ S ]
  5765. #### Parameters
  5766. - `S` - Seconds. Default is 2 seconds between "busy" messages
  5767. */
  5768. case 113:
  5769. if (code_seen('S')) {
  5770. host_keepalive_interval = (uint8_t)code_value_short();
  5771. // NOMORE(host_keepalive_interval, 60);
  5772. }
  5773. else {
  5774. SERIAL_ECHO_START;
  5775. SERIAL_ECHOPAIR("M113 S", (unsigned long)host_keepalive_interval);
  5776. SERIAL_PROTOCOLLN("");
  5777. }
  5778. break;
  5779. /*!
  5780. ### M115 - Firmware info <a href="https://reprap.org/wiki/G-code#M115:_Get_Firmware_Version_and_Capabilities">M115: Get Firmware Version and Capabilities</a>
  5781. Print the firmware info and capabilities
  5782. Without any arguments, prints Prusa firmware version number, machine type, extruder count and UUID.
  5783. `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.
  5784. _Examples:_
  5785. `M115` results:
  5786. `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`
  5787. `M115 V` results:
  5788. `3.8.1`
  5789. `M115 U3.8.2-RC1` results on LCD display for 30s or user interaction:
  5790. `New firmware version available: 3.8.2-RC1 Please upgrade.`
  5791. #### Usage
  5792. M115 [ V | U ]
  5793. #### Parameters
  5794. - V - Report current installed firmware version
  5795. - U - Firmware version provided by G-code to be compared to current one.
  5796. */
  5797. case 115: // M115
  5798. if (code_seen('V')) {
  5799. // Report the Prusa version number.
  5800. SERIAL_PROTOCOLLNRPGM(FW_VERSION_STR_P());
  5801. } else if (code_seen('U')) {
  5802. // Check the firmware version provided. If the firmware version provided by the U code is higher than the currently running firmware,
  5803. // pause the print for 30s and ask the user to upgrade the firmware.
  5804. show_upgrade_dialog_if_version_newer(++ strchr_pointer);
  5805. } else {
  5806. SERIAL_ECHOPGM("FIRMWARE_NAME:Prusa-Firmware ");
  5807. SERIAL_ECHORPGM(FW_VERSION_STR_P());
  5808. SERIAL_ECHOPGM(" based on Marlin FIRMWARE_URL:https://github.com/prusa3d/Prusa-Firmware PROTOCOL_VERSION:");
  5809. SERIAL_ECHOPGM(PROTOCOL_VERSION);
  5810. SERIAL_ECHOPGM(" MACHINE_TYPE:");
  5811. SERIAL_ECHOPGM(CUSTOM_MENDEL_NAME);
  5812. SERIAL_ECHOPGM(" EXTRUDER_COUNT:");
  5813. SERIAL_ECHOPGM(STRINGIFY(EXTRUDERS));
  5814. SERIAL_ECHOPGM(" UUID:");
  5815. SERIAL_ECHOLNPGM(MACHINE_UUID);
  5816. }
  5817. break;
  5818. /*!
  5819. ### M114 - Get current position <a href="https://reprap.org/wiki/G-code#M114:_Get_Current_Position">M114: Get Current Position</a>
  5820. */
  5821. case 114:
  5822. gcode_M114();
  5823. break;
  5824. /*
  5825. M117 moved up to get the high priority
  5826. case 117: // M117 display message
  5827. starpos = (strchr(strchr_pointer + 5,'*'));
  5828. if(starpos!=NULL)
  5829. *(starpos)='\0';
  5830. lcd_setstatus(strchr_pointer + 5);
  5831. break;*/
  5832. /*!
  5833. ### M120 - Enable endstops <a href="https://reprap.org/wiki/G-code#M120:_Enable_endstop_detection">M120: Enable endstop detection</a>
  5834. */
  5835. case 120:
  5836. enable_endstops(false) ;
  5837. break;
  5838. /*!
  5839. ### M121 - Disable endstops <a href="https://reprap.org/wiki/G-code#M121:_Disable_endstop_detection">M121: Disable endstop detection</a>
  5840. */
  5841. case 121:
  5842. enable_endstops(true) ;
  5843. break;
  5844. /*!
  5845. ### M119 - Get endstop states <a href="https://reprap.org/wiki/G-code#M119:_Get_Endstop_Status">M119: Get Endstop Status</a>
  5846. 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.
  5847. */
  5848. case 119:
  5849. SERIAL_PROTOCOLRPGM(_N("Reporting endstop status"));////MSG_M119_REPORT
  5850. SERIAL_PROTOCOLLN("");
  5851. #if defined(X_MIN_PIN) && X_MIN_PIN > -1
  5852. SERIAL_PROTOCOLRPGM(_n("x_min: "));////MSG_X_MIN
  5853. if(READ(X_MIN_PIN)^X_MIN_ENDSTOP_INVERTING){
  5854. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5855. }else{
  5856. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5857. }
  5858. SERIAL_PROTOCOLLN("");
  5859. #endif
  5860. #if defined(X_MAX_PIN) && X_MAX_PIN > -1
  5861. SERIAL_PROTOCOLRPGM(_n("x_max: "));////MSG_X_MAX
  5862. if(READ(X_MAX_PIN)^X_MAX_ENDSTOP_INVERTING){
  5863. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5864. }else{
  5865. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5866. }
  5867. SERIAL_PROTOCOLLN("");
  5868. #endif
  5869. #if defined(Y_MIN_PIN) && Y_MIN_PIN > -1
  5870. SERIAL_PROTOCOLRPGM(_n("y_min: "));////MSG_Y_MIN
  5871. if(READ(Y_MIN_PIN)^Y_MIN_ENDSTOP_INVERTING){
  5872. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5873. }else{
  5874. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5875. }
  5876. SERIAL_PROTOCOLLN("");
  5877. #endif
  5878. #if defined(Y_MAX_PIN) && Y_MAX_PIN > -1
  5879. SERIAL_PROTOCOLRPGM(_n("y_max: "));////MSG_Y_MAX
  5880. if(READ(Y_MAX_PIN)^Y_MAX_ENDSTOP_INVERTING){
  5881. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5882. }else{
  5883. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5884. }
  5885. SERIAL_PROTOCOLLN("");
  5886. #endif
  5887. #if defined(Z_MIN_PIN) && Z_MIN_PIN > -1
  5888. SERIAL_PROTOCOLRPGM(MSG_Z_MIN);
  5889. if(READ(Z_MIN_PIN)^Z_MIN_ENDSTOP_INVERTING){
  5890. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5891. }else{
  5892. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5893. }
  5894. SERIAL_PROTOCOLLN("");
  5895. #endif
  5896. #if defined(Z_MAX_PIN) && Z_MAX_PIN > -1
  5897. SERIAL_PROTOCOLRPGM(MSG_Z_MAX);
  5898. if(READ(Z_MAX_PIN)^Z_MAX_ENDSTOP_INVERTING){
  5899. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5900. }else{
  5901. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5902. }
  5903. SERIAL_PROTOCOLLN("");
  5904. #endif
  5905. break;
  5906. //!@todo update for all axes, use for loop
  5907. #ifdef BLINKM
  5908. /*!
  5909. ### M150 - Set RGB(W) Color <a href="https://reprap.org/wiki/G-code#M150:_Set_LED_color">M150: Set LED color</a>
  5910. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code by defining BLINKM and its dependencies.
  5911. #### Usage
  5912. M150 [ R | U | B ]
  5913. #### Parameters
  5914. - `R` - Red color value
  5915. - `U` - Green color value. It is NOT `G`!
  5916. - `B` - Blue color value
  5917. */
  5918. case 150:
  5919. {
  5920. byte red;
  5921. byte grn;
  5922. byte blu;
  5923. if(code_seen('R')) red = code_value();
  5924. if(code_seen('U')) grn = code_value();
  5925. if(code_seen('B')) blu = code_value();
  5926. SendColors(red,grn,blu);
  5927. }
  5928. break;
  5929. #endif //BLINKM
  5930. /*!
  5931. ### M200 - Set filament diameter <a href="https://reprap.org/wiki/G-code#M200:_Set_filament_diameter">M200: Set filament diameter</a>
  5932. #### Usage
  5933. M200 [ D | T ]
  5934. #### Parameters
  5935. - `D` - Diameter in mm
  5936. - `T` - Number of extruder (MMUs)
  5937. */
  5938. case 200: // M200 D<millimeters> set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).
  5939. {
  5940. uint8_t extruder = active_extruder;
  5941. if(code_seen('T')) {
  5942. extruder = code_value();
  5943. if(extruder >= EXTRUDERS) {
  5944. SERIAL_ECHO_START;
  5945. SERIAL_ECHO(_n("M200 Invalid extruder "));////MSG_M200_INVALID_EXTRUDER
  5946. break;
  5947. }
  5948. }
  5949. if(code_seen('D')) {
  5950. float diameter = (float)code_value();
  5951. if (diameter == 0.0) {
  5952. // setting any extruder filament size disables volumetric on the assumption that
  5953. // slicers either generate in extruder values as cubic mm or as as filament feeds
  5954. // for all extruders
  5955. cs.volumetric_enabled = false;
  5956. } else {
  5957. cs.filament_size[extruder] = (float)code_value();
  5958. // make sure all extruders have some sane value for the filament size
  5959. cs.filament_size[0] = (cs.filament_size[0] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : cs.filament_size[0]);
  5960. #if EXTRUDERS > 1
  5961. cs.filament_size[1] = (cs.filament_size[1] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : cs.filament_size[1]);
  5962. #if EXTRUDERS > 2
  5963. cs.filament_size[2] = (cs.filament_size[2] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : cs.filament_size[2]);
  5964. #endif
  5965. #endif
  5966. cs.volumetric_enabled = true;
  5967. }
  5968. } else {
  5969. //reserved for setting filament diameter via UFID or filament measuring device
  5970. break;
  5971. }
  5972. calculate_extruder_multipliers();
  5973. }
  5974. break;
  5975. /*!
  5976. ### M201 - Set Print Max Acceleration <a href="https://reprap.org/wiki/G-code#M201:_Set_max_printing_acceleration">M201: Set max printing acceleration</a>
  5977. For each axis individually.
  5978. */
  5979. case 201:
  5980. for (int8_t i = 0; i < NUM_AXIS; i++)
  5981. {
  5982. if (code_seen(axis_codes[i]))
  5983. {
  5984. unsigned long val = code_value();
  5985. #ifdef TMC2130
  5986. unsigned long val_silent = val;
  5987. if ((i == X_AXIS) || (i == Y_AXIS))
  5988. {
  5989. if (val > NORMAL_MAX_ACCEL_XY)
  5990. val = NORMAL_MAX_ACCEL_XY;
  5991. if (val_silent > SILENT_MAX_ACCEL_XY)
  5992. val_silent = SILENT_MAX_ACCEL_XY;
  5993. }
  5994. cs.max_acceleration_units_per_sq_second_normal[i] = val;
  5995. cs.max_acceleration_units_per_sq_second_silent[i] = val_silent;
  5996. #else //TMC2130
  5997. max_acceleration_units_per_sq_second[i] = val;
  5998. #endif //TMC2130
  5999. }
  6000. }
  6001. // 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)
  6002. reset_acceleration_rates();
  6003. break;
  6004. #if 0 // Not used for Sprinter/grbl gen6
  6005. case 202: // M202
  6006. for(int8_t i=0; i < NUM_AXIS; i++) {
  6007. if(code_seen(axis_codes[i])) axis_travel_steps_per_sqr_second[i] = code_value() * cs.axis_steps_per_unit[i];
  6008. }
  6009. break;
  6010. #endif
  6011. /*!
  6012. ### M203 - Set Max Feedrate <a href="https://reprap.org/wiki/G-code#M203:_Set_maximum_feedrate">M203: Set maximum feedrate</a>
  6013. For each axis individually.
  6014. */
  6015. case 203: // M203 max feedrate mm/sec
  6016. for (int8_t i = 0; i < NUM_AXIS; i++)
  6017. {
  6018. if (code_seen(axis_codes[i]))
  6019. {
  6020. float val = code_value();
  6021. #ifdef TMC2130
  6022. float val_silent = val;
  6023. if ((i == X_AXIS) || (i == Y_AXIS))
  6024. {
  6025. if (val > NORMAL_MAX_FEEDRATE_XY)
  6026. val = NORMAL_MAX_FEEDRATE_XY;
  6027. if (val_silent > SILENT_MAX_FEEDRATE_XY)
  6028. val_silent = SILENT_MAX_FEEDRATE_XY;
  6029. }
  6030. cs.max_feedrate_normal[i] = val;
  6031. cs.max_feedrate_silent[i] = val_silent;
  6032. #else //TMC2130
  6033. max_feedrate[i] = val;
  6034. #endif //TMC2130
  6035. }
  6036. }
  6037. break;
  6038. /*!
  6039. ### M204 - Acceleration settings <a href="https://reprap.org/wiki/G-code#M204:_Set_default_acceleration">M204: Set default acceleration</a>
  6040. #### Old format:
  6041. ##### Usage
  6042. M204 [ S | T ]
  6043. ##### Parameters
  6044. - `S` - normal moves
  6045. - `T` - filmanent only moves
  6046. #### New format:
  6047. ##### Usage
  6048. M204 [ P | R | T ]
  6049. ##### Parameters
  6050. - `P` - printing moves
  6051. - `R` - filmanent only moves
  6052. - `T` - travel moves (as of now T is ignored)
  6053. */
  6054. case 204:
  6055. {
  6056. if(code_seen('S')) {
  6057. // Legacy acceleration format. This format is used by the legacy Marlin, MK2 or MK3 firmware,
  6058. // and it is also generated by Slic3r to control acceleration per extrusion type
  6059. // (there is a separate acceleration settings in Slicer for perimeter, first layer etc).
  6060. cs.acceleration = code_value();
  6061. // Interpret the T value as retract acceleration in the old Marlin format.
  6062. if(code_seen('T'))
  6063. cs.retract_acceleration = code_value();
  6064. } else {
  6065. // New acceleration format, compatible with the upstream Marlin.
  6066. if(code_seen('P'))
  6067. cs.acceleration = code_value();
  6068. if(code_seen('R'))
  6069. cs.retract_acceleration = code_value();
  6070. if(code_seen('T')) {
  6071. // Interpret the T value as the travel acceleration in the new Marlin format.
  6072. /*!
  6073. @todo Prusa3D firmware currently does not support travel acceleration value independent from the extruding acceleration value.
  6074. */
  6075. // travel_acceleration = code_value();
  6076. }
  6077. }
  6078. }
  6079. break;
  6080. /*!
  6081. ### M205 - Set advanced settings <a href="https://reprap.org/wiki/G-code#M205:_Advanced_settings">M205: Advanced settings</a>
  6082. Set some advanced settings related to movement.
  6083. #### Usage
  6084. M205 [ S | T | B | X | Y | Z | E ]
  6085. #### Parameters
  6086. - `S` - Minimum feedrate for print moves (unit/s)
  6087. - `T` - Minimum feedrate for travel moves (units/s)
  6088. - `B` - Minimum segment time (us)
  6089. - `X` - Maximum X jerk (units/s)
  6090. - `Y` - Maximum Y jerk (units/s)
  6091. - `Z` - Maximum Z jerk (units/s)
  6092. - `E` - Maximum E jerk (units/s)
  6093. */
  6094. case 205:
  6095. {
  6096. if(code_seen('S')) cs.minimumfeedrate = code_value();
  6097. if(code_seen('T')) cs.mintravelfeedrate = code_value();
  6098. if(code_seen('B')) cs.minsegmenttime = code_value() ;
  6099. if(code_seen('X')) cs.max_jerk[X_AXIS] = cs.max_jerk[Y_AXIS] = code_value();
  6100. if(code_seen('Y')) cs.max_jerk[Y_AXIS] = code_value();
  6101. if(code_seen('Z')) cs.max_jerk[Z_AXIS] = code_value();
  6102. if(code_seen('E')) cs.max_jerk[E_AXIS] = code_value();
  6103. if (cs.max_jerk[X_AXIS] > DEFAULT_XJERK) cs.max_jerk[X_AXIS] = DEFAULT_XJERK;
  6104. if (cs.max_jerk[Y_AXIS] > DEFAULT_YJERK) cs.max_jerk[Y_AXIS] = DEFAULT_YJERK;
  6105. }
  6106. break;
  6107. /*!
  6108. ### M206 - Set additional homing offsets <a href="https://reprap.org/wiki/G-code#M206:_Offset_axes">M206: Offset axes</a>
  6109. #### Usage
  6110. M206 [ X | Y | Z ]
  6111. #### Parameters
  6112. - `X` - X axis offset
  6113. - `Y` - Y axis offset
  6114. - `Z` - Z axis offset
  6115. */
  6116. case 206:
  6117. for(int8_t i=0; i < 3; i++)
  6118. {
  6119. if(code_seen(axis_codes[i])) cs.add_homing[i] = code_value();
  6120. }
  6121. break;
  6122. #ifdef FWRETRACT
  6123. /*!
  6124. ### M207 - Set firmware retraction <a href="https://reprap.org/wiki/G-code#M207:_Set_retract_length">M207: Set retract length</a>
  6125. #### Usage
  6126. M207 [ S | F | Z ]
  6127. #### Parameters
  6128. - `S` - positive length to retract, in mm
  6129. - `F` - retraction feedrate, in mm/min
  6130. - `Z` - additional zlift/hop
  6131. */
  6132. case 207: //M207 - set retract length S[positive mm] F[feedrate mm/min] Z[additional zlift/hop]
  6133. {
  6134. if(code_seen('S'))
  6135. {
  6136. cs.retract_length = code_value() ;
  6137. }
  6138. if(code_seen('F'))
  6139. {
  6140. cs.retract_feedrate = code_value()/60 ;
  6141. }
  6142. if(code_seen('Z'))
  6143. {
  6144. cs.retract_zlift = code_value() ;
  6145. }
  6146. }break;
  6147. /*!
  6148. ### M208 - Set retract recover length <a href="https://reprap.org/wiki/G-code#M208:_Set_unretract_length">M208: Set unretract length</a>
  6149. #### Usage
  6150. M208 [ S | F ]
  6151. #### Parameters
  6152. - `S` - positive length surplus to the M207 Snnn, in mm
  6153. - `F` - feedrate, in mm/sec
  6154. */
  6155. case 208: // M208 - set retract recover length S[positive mm surplus to the M207 S*] F[feedrate mm/min]
  6156. {
  6157. if(code_seen('S'))
  6158. {
  6159. cs.retract_recover_length = code_value() ;
  6160. }
  6161. if(code_seen('F'))
  6162. {
  6163. cs.retract_recover_feedrate = code_value()/60 ;
  6164. }
  6165. }break;
  6166. /*!
  6167. ### M209 - Enable/disable automatict retract <a href="https://reprap.org/wiki/G-code#M209:_Enable_automatic_retract">M209: Enable automatic retract</a>
  6168. 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.
  6169. #### Usage
  6170. M209 [ S ]
  6171. #### Parameters
  6172. - `S` - 1=true or 0=false
  6173. */
  6174. 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.
  6175. {
  6176. if(code_seen('S'))
  6177. {
  6178. int t= code_value() ;
  6179. switch(t)
  6180. {
  6181. case 0:
  6182. {
  6183. cs.autoretract_enabled=false;
  6184. retracted[0]=false;
  6185. #if EXTRUDERS > 1
  6186. retracted[1]=false;
  6187. #endif
  6188. #if EXTRUDERS > 2
  6189. retracted[2]=false;
  6190. #endif
  6191. }break;
  6192. case 1:
  6193. {
  6194. cs.autoretract_enabled=true;
  6195. retracted[0]=false;
  6196. #if EXTRUDERS > 1
  6197. retracted[1]=false;
  6198. #endif
  6199. #if EXTRUDERS > 2
  6200. retracted[2]=false;
  6201. #endif
  6202. }break;
  6203. default:
  6204. SERIAL_ECHO_START;
  6205. SERIAL_ECHORPGM(MSG_UNKNOWN_COMMAND);
  6206. SERIAL_ECHO(CMDBUFFER_CURRENT_STRING);
  6207. SERIAL_ECHOLNPGM("\"(1)");
  6208. }
  6209. }
  6210. }break;
  6211. #endif // FWRETRACT
  6212. #if EXTRUDERS > 1
  6213. /*!
  6214. ### M218 - Set hotend offset <a href="https://reprap.org/wiki/G-code#M218:_Set_Hotend_Offset">M218: Set Hotend Offset</a>
  6215. 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.
  6216. #### Usage
  6217. M218 [ X | Y ]
  6218. #### Parameters
  6219. - `X` - X offset
  6220. - `Y` - Y offset
  6221. */
  6222. case 218: // M218 - set hotend offset (in mm), T<extruder_number> X<offset_on_X> Y<offset_on_Y>
  6223. {
  6224. uint8_t extruder;
  6225. if(setTargetedHotend(218, extruder)){
  6226. break;
  6227. }
  6228. if(code_seen('X'))
  6229. {
  6230. extruder_offset[X_AXIS][extruder] = code_value();
  6231. }
  6232. if(code_seen('Y'))
  6233. {
  6234. extruder_offset[Y_AXIS][extruder] = code_value();
  6235. }
  6236. SERIAL_ECHO_START;
  6237. SERIAL_ECHORPGM(MSG_HOTEND_OFFSET);
  6238. for(extruder = 0; extruder < EXTRUDERS; extruder++)
  6239. {
  6240. SERIAL_ECHO(" ");
  6241. SERIAL_ECHO(extruder_offset[X_AXIS][extruder]);
  6242. SERIAL_ECHO(",");
  6243. SERIAL_ECHO(extruder_offset[Y_AXIS][extruder]);
  6244. }
  6245. SERIAL_ECHOLN("");
  6246. }break;
  6247. #endif
  6248. /*!
  6249. ### 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>
  6250. #### Usage
  6251. M220 [ B | S | R ]
  6252. #### Parameters
  6253. - `B` - Backup current speed factor
  6254. - `S` - Speed factor override percentage (0..100 or higher)
  6255. - `R` - Restore previous speed factor
  6256. */
  6257. case 220: // M220 S<factor in percent>- set speed factor override percentage
  6258. {
  6259. if (code_seen('B')) //backup current speed factor
  6260. {
  6261. saved_feedmultiply_mm = feedmultiply;
  6262. }
  6263. if(code_seen('S'))
  6264. {
  6265. feedmultiply = code_value() ;
  6266. }
  6267. if (code_seen('R')) { //restore previous feedmultiply
  6268. feedmultiply = saved_feedmultiply_mm;
  6269. }
  6270. }
  6271. break;
  6272. /*!
  6273. ### 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>
  6274. #### Usage
  6275. M221 [ S | T ]
  6276. #### Parameters
  6277. - `S` - Extrude factor override percentage (0..100 or higher), default 100%
  6278. - `T` - Extruder drive number (Prusa Firmware only), default 0 if not set.
  6279. */
  6280. case 221: // M221 S<factor in percent>- set extrude factor override percentage
  6281. {
  6282. if(code_seen('S'))
  6283. {
  6284. int tmp_code = code_value();
  6285. if (code_seen('T'))
  6286. {
  6287. uint8_t extruder;
  6288. if(setTargetedHotend(221, extruder)){
  6289. break;
  6290. }
  6291. extruder_multiply[extruder] = tmp_code;
  6292. }
  6293. else
  6294. {
  6295. extrudemultiply = tmp_code ;
  6296. }
  6297. }
  6298. calculate_extruder_multipliers();
  6299. }
  6300. break;
  6301. /*!
  6302. ### M226 - Wait for Pin state <a href="https://reprap.org/wiki/G-code#M226:_Wait_for_pin_state">M226: Wait for pin state</a>
  6303. Wait until the specified pin reaches the state required
  6304. #### Usage
  6305. M226 [ P | S ]
  6306. #### Parameters
  6307. - `P` - pin number
  6308. - `S` - pin state
  6309. */
  6310. case 226: // M226 P<pin number> S<pin state>- Wait until the specified pin reaches the state required
  6311. {
  6312. if(code_seen('P')){
  6313. int pin_number = code_value(); // pin number
  6314. int pin_state = -1; // required pin state - default is inverted
  6315. if(code_seen('S')) pin_state = code_value(); // required pin state
  6316. if(pin_state >= -1 && pin_state <= 1){
  6317. for(int8_t i = 0; i < (int8_t)(sizeof(sensitive_pins)/sizeof(int)); i++)
  6318. {
  6319. if (sensitive_pins[i] == pin_number)
  6320. {
  6321. pin_number = -1;
  6322. break;
  6323. }
  6324. }
  6325. if (pin_number > -1)
  6326. {
  6327. int target = LOW;
  6328. st_synchronize();
  6329. pinMode(pin_number, INPUT);
  6330. switch(pin_state){
  6331. case 1:
  6332. target = HIGH;
  6333. break;
  6334. case 0:
  6335. target = LOW;
  6336. break;
  6337. case -1:
  6338. target = !digitalRead(pin_number);
  6339. break;
  6340. }
  6341. while(digitalRead(pin_number) != target){
  6342. manage_heater();
  6343. manage_inactivity();
  6344. lcd_update(0);
  6345. }
  6346. }
  6347. }
  6348. }
  6349. }
  6350. break;
  6351. #if NUM_SERVOS > 0
  6352. /*!
  6353. ### M280 - Set/Get servo position <a href="https://reprap.org/wiki/G-code#M280:_Set_servo_position">M280: Set servo position</a>
  6354. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  6355. #### Usage
  6356. M280 [ P | S ]
  6357. #### Parameters
  6358. - `P` - Servo index (id)
  6359. - `S` - Target position
  6360. */
  6361. case 280: // M280 - set servo position absolute. P: servo index, S: angle or microseconds
  6362. {
  6363. int servo_index = -1;
  6364. int servo_position = 0;
  6365. if (code_seen('P'))
  6366. servo_index = code_value();
  6367. if (code_seen('S')) {
  6368. servo_position = code_value();
  6369. if ((servo_index >= 0) && (servo_index < NUM_SERVOS)) {
  6370. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  6371. servos[servo_index].attach(0);
  6372. #endif
  6373. servos[servo_index].write(servo_position);
  6374. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  6375. _delay(PROBE_SERVO_DEACTIVATION_DELAY);
  6376. servos[servo_index].detach();
  6377. #endif
  6378. }
  6379. else {
  6380. SERIAL_ECHO_START;
  6381. SERIAL_ECHO("Servo ");
  6382. SERIAL_ECHO(servo_index);
  6383. SERIAL_ECHOLN(" out of range");
  6384. }
  6385. }
  6386. else if (servo_index >= 0) {
  6387. SERIAL_PROTOCOL(MSG_OK);
  6388. SERIAL_PROTOCOL(" Servo ");
  6389. SERIAL_PROTOCOL(servo_index);
  6390. SERIAL_PROTOCOL(": ");
  6391. SERIAL_PROTOCOL(servos[servo_index].read());
  6392. SERIAL_PROTOCOLLN("");
  6393. }
  6394. }
  6395. break;
  6396. #endif // NUM_SERVOS > 0
  6397. #if (LARGE_FLASH == true && ( BEEPER > 0 || defined(ULTRALCD) || defined(LCD_USE_I2C_BUZZER)))
  6398. /*!
  6399. ### M300 - Play tone <a href="https://reprap.org/wiki/G-code#M300:_Play_beep_sound">M300: Play beep sound</a>
  6400. In Prusa Firmware the defaults are `100Hz` and `1000ms`, so that `M300` without parameters will beep for a second.
  6401. #### Usage
  6402. M300 [ S | P ]
  6403. #### Parameters
  6404. - `S` - frequency in Hz. Not all firmware versions support this parameter
  6405. - `P` - duration in milliseconds
  6406. */
  6407. case 300: // M300
  6408. {
  6409. int beepS = code_seen('S') ? code_value() : 110;
  6410. int beepP = code_seen('P') ? code_value() : 1000;
  6411. if (beepS > 0)
  6412. {
  6413. #if BEEPER > 0
  6414. Sound_MakeCustom(beepP,beepS,false);
  6415. #endif
  6416. }
  6417. else
  6418. {
  6419. _delay(beepP);
  6420. }
  6421. }
  6422. break;
  6423. #endif // M300
  6424. #ifdef PIDTEMP
  6425. /*!
  6426. ### M301 - Set hotend PID <a href="https://reprap.org/wiki/G-code#M301:_Set_PID_parameters">M301: Set PID parameters</a>
  6427. Sets Proportional (P), Integral (I) and Derivative (D) values for hot end.
  6428. See also <a href="https://reprap.org/wiki/PID_Tuning">PID Tuning.</a>
  6429. #### Usage
  6430. M301 [ P | I | D | C ]
  6431. #### Parameters
  6432. - `P` - proportional (Kp)
  6433. - `I` - integral (Ki)
  6434. - `D` - derivative (Kd)
  6435. - `C` - heating power=Kc*(e_speed0)
  6436. */
  6437. case 301:
  6438. {
  6439. if(code_seen('P')) cs.Kp = code_value();
  6440. if(code_seen('I')) cs.Ki = scalePID_i(code_value());
  6441. if(code_seen('D')) cs.Kd = scalePID_d(code_value());
  6442. #ifdef PID_ADD_EXTRUSION_RATE
  6443. if(code_seen('C')) Kc = code_value();
  6444. #endif
  6445. updatePID();
  6446. SERIAL_PROTOCOLRPGM(MSG_OK);
  6447. SERIAL_PROTOCOL(" p:");
  6448. SERIAL_PROTOCOL(cs.Kp);
  6449. SERIAL_PROTOCOL(" i:");
  6450. SERIAL_PROTOCOL(unscalePID_i(cs.Ki));
  6451. SERIAL_PROTOCOL(" d:");
  6452. SERIAL_PROTOCOL(unscalePID_d(cs.Kd));
  6453. #ifdef PID_ADD_EXTRUSION_RATE
  6454. SERIAL_PROTOCOL(" c:");
  6455. //Kc does not have scaling applied above, or in resetting defaults
  6456. SERIAL_PROTOCOL(Kc);
  6457. #endif
  6458. SERIAL_PROTOCOLLN("");
  6459. }
  6460. break;
  6461. #endif //PIDTEMP
  6462. #ifdef PIDTEMPBED
  6463. /*!
  6464. ### M304 - Set bed PID <a href="https://reprap.org/wiki/G-code#M304:_Set_PID_parameters_-_Bed">M304: Set PID parameters - Bed</a>
  6465. Sets Proportional (P), Integral (I) and Derivative (D) values for bed.
  6466. See also <a href="https://reprap.org/wiki/PID_Tuning">PID Tuning.</a>
  6467. #### Usage
  6468. M304 [ P | I | D ]
  6469. #### Parameters
  6470. - `P` - proportional (Kp)
  6471. - `I` - integral (Ki)
  6472. - `D` - derivative (Kd)
  6473. */
  6474. case 304:
  6475. {
  6476. if(code_seen('P')) cs.bedKp = code_value();
  6477. if(code_seen('I')) cs.bedKi = scalePID_i(code_value());
  6478. if(code_seen('D')) cs.bedKd = scalePID_d(code_value());
  6479. updatePID();
  6480. SERIAL_PROTOCOLRPGM(MSG_OK);
  6481. SERIAL_PROTOCOL(" p:");
  6482. SERIAL_PROTOCOL(cs.bedKp);
  6483. SERIAL_PROTOCOL(" i:");
  6484. SERIAL_PROTOCOL(unscalePID_i(cs.bedKi));
  6485. SERIAL_PROTOCOL(" d:");
  6486. SERIAL_PROTOCOL(unscalePID_d(cs.bedKd));
  6487. SERIAL_PROTOCOLLN("");
  6488. }
  6489. break;
  6490. #endif //PIDTEMP
  6491. /*!
  6492. ### M240 - Trigger camera <a href="https://reprap.org/wiki/G-code#M240:_Trigger_camera">M240: Trigger camera</a>
  6493. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  6494. You need to (re)define and assign `CHDK` or `PHOTOGRAPH_PIN` the correct pin number to be able to use the feature.
  6495. */
  6496. case 240: // M240 Triggers a camera by emulating a Canon RC-1 : http://www.doc-diy.net/photo/rc-1_hacked/
  6497. {
  6498. #ifdef CHDK
  6499. SET_OUTPUT(CHDK);
  6500. WRITE(CHDK, HIGH);
  6501. chdkHigh = _millis();
  6502. chdkActive = true;
  6503. #else
  6504. #if defined(PHOTOGRAPH_PIN) && PHOTOGRAPH_PIN > -1
  6505. const uint8_t NUM_PULSES=16;
  6506. const float PULSE_LENGTH=0.01524;
  6507. for(int i=0; i < NUM_PULSES; i++) {
  6508. WRITE(PHOTOGRAPH_PIN, HIGH);
  6509. _delay_ms(PULSE_LENGTH);
  6510. WRITE(PHOTOGRAPH_PIN, LOW);
  6511. _delay_ms(PULSE_LENGTH);
  6512. }
  6513. _delay(7.33);
  6514. for(int i=0; i < NUM_PULSES; i++) {
  6515. WRITE(PHOTOGRAPH_PIN, HIGH);
  6516. _delay_ms(PULSE_LENGTH);
  6517. WRITE(PHOTOGRAPH_PIN, LOW);
  6518. _delay_ms(PULSE_LENGTH);
  6519. }
  6520. #endif
  6521. #endif //chdk end if
  6522. }
  6523. break;
  6524. #ifdef PREVENT_DANGEROUS_EXTRUDE
  6525. /*!
  6526. ### 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>
  6527. 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.
  6528. #### Usage
  6529. M302 [ S ]
  6530. #### Parameters
  6531. - `S` - Cold extrude minimum temperature
  6532. */
  6533. case 302:
  6534. {
  6535. float temp = .0;
  6536. if (code_seen('S')) temp=code_value();
  6537. set_extrude_min_temp(temp);
  6538. }
  6539. break;
  6540. #endif
  6541. /*!
  6542. ### M303 - PID autotune <a href="https://reprap.org/wiki/G-code#M303:_Run_PID_tuning">M303: Run PID tuning</a>
  6543. 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.
  6544. #### Usage
  6545. M303 [ E | S | C ]
  6546. #### Parameters
  6547. - `E` - Extruder, default `E0`. Use `E-1` to calibrate the bed PID
  6548. - `S` - Target temperature, default `210°C` for hotend, 70 for bed
  6549. - `C` - Cycles, default `5`
  6550. */
  6551. case 303:
  6552. {
  6553. float temp = 150.0;
  6554. int e=0;
  6555. int c=5;
  6556. if (code_seen('E')) e=code_value();
  6557. if (e<0)
  6558. temp=70;
  6559. if (code_seen('S')) temp=code_value();
  6560. if (code_seen('C')) c=code_value();
  6561. PID_autotune(temp, e, c);
  6562. }
  6563. break;
  6564. /*!
  6565. ### 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>
  6566. Finishes all current moves and and thus clears the buffer.
  6567. Equivalent to `G4` with no parameters.
  6568. */
  6569. case 400:
  6570. {
  6571. st_synchronize();
  6572. }
  6573. break;
  6574. /*!
  6575. ### 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>
  6576. Currently three different materials are needed (default, flex and PVA).
  6577. And storing this information for different load/unload profiles etc. in the future firmware does not have to wait for "ok" from MMU.
  6578. #### Usage
  6579. M403 [ E | F ]
  6580. #### Parameters
  6581. - `E` - Extruder number. 0-indexed.
  6582. - `F` - Filament type
  6583. */
  6584. case 403:
  6585. {
  6586. // currently three different materials are needed (default, flex and PVA)
  6587. // add storing this information for different load/unload profiles etc. in the future
  6588. // firmware does not wait for "ok" from mmu
  6589. if (mmu_enabled)
  6590. {
  6591. uint8_t extruder = 255;
  6592. uint8_t filament = FILAMENT_UNDEFINED;
  6593. if(code_seen('E')) extruder = code_value();
  6594. if(code_seen('F')) filament = code_value();
  6595. mmu_set_filament_type(extruder, filament);
  6596. }
  6597. }
  6598. break;
  6599. /*!
  6600. ### 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>
  6601. Save current parameters to EEPROM.
  6602. */
  6603. case 500:
  6604. {
  6605. Config_StoreSettings();
  6606. }
  6607. break;
  6608. /*!
  6609. ### M501 - Read settings from EEPROM <a href="https://reprap.org/wiki/G-code#M501:_Read_parameters_from_EEPROM">M501: Read parameters from EEPROM</a>
  6610. Set the active parameters to those stored in the EEPROM. This is useful to revert parameters after experimenting with them.
  6611. */
  6612. case 501:
  6613. {
  6614. Config_RetrieveSettings();
  6615. }
  6616. break;
  6617. /*!
  6618. ### M502 - Revert all settings to factory default <a href="https://reprap.org/wiki/G-code#M502:_Restore_Default_Settings">M502: Restore Default Settings</a>
  6619. 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.
  6620. */
  6621. case 502:
  6622. {
  6623. Config_ResetDefault();
  6624. }
  6625. break;
  6626. /*!
  6627. ### M503 - Repport all settings currently in memory <a href="https://reprap.org/wiki/G-code#M503:_Report_Current_Settings">M503: Report Current Settings</a>
  6628. 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.
  6629. */
  6630. case 503:
  6631. {
  6632. Config_PrintSettings();
  6633. }
  6634. break;
  6635. /*!
  6636. ### M509 - Force language selection <a href="https://reprap.org/wiki/G-code#M509:_Force_language_selection">M509: Force language selection</a>
  6637. Resets the language to English.
  6638. Only on Original Prusa i3 MK2.5/s and MK3/s with multiple languages.
  6639. */
  6640. case 509:
  6641. {
  6642. lang_reset();
  6643. SERIAL_ECHO_START;
  6644. SERIAL_PROTOCOLPGM(("LANG SEL FORCED"));
  6645. }
  6646. break;
  6647. #ifdef ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED
  6648. /*!
  6649. ### 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>
  6650. 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`.
  6651. #### Usage
  6652. M540 [ S ]
  6653. #### Parameters
  6654. - `S` - disabled=0, enabled=1
  6655. */
  6656. case 540:
  6657. {
  6658. if(code_seen('S')) abort_on_endstop_hit = code_value() > 0;
  6659. }
  6660. break;
  6661. #endif
  6662. /*!
  6663. ### M851 - Set Z-Probe Offset <a href="https://reprap.org/wiki/G-code#M851:_Set_Z-Probe_Offset">M851: Set Z-Probe Offset"</a>
  6664. 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.
  6665. 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.)
  6666. #### Usage
  6667. M851 [ Z ]
  6668. #### Parameters
  6669. - `Z` - Z offset probe to nozzle.
  6670. */
  6671. #ifdef CUSTOM_M_CODE_SET_Z_PROBE_OFFSET
  6672. case CUSTOM_M_CODE_SET_Z_PROBE_OFFSET:
  6673. {
  6674. float value;
  6675. if (code_seen('Z'))
  6676. {
  6677. value = code_value();
  6678. if ((Z_PROBE_OFFSET_RANGE_MIN <= value) && (value <= Z_PROBE_OFFSET_RANGE_MAX))
  6679. {
  6680. cs.zprobe_zoffset = -value; // compare w/ line 278 of ConfigurationStore.cpp
  6681. SERIAL_ECHO_START;
  6682. SERIAL_ECHOLNRPGM(CAT4(MSG_ZPROBE_ZOFFSET, " ", MSG_OK,PSTR("")));
  6683. SERIAL_PROTOCOLLN("");
  6684. }
  6685. else
  6686. {
  6687. SERIAL_ECHO_START;
  6688. SERIAL_ECHORPGM(MSG_ZPROBE_ZOFFSET);
  6689. SERIAL_ECHORPGM(MSG_Z_MIN);
  6690. SERIAL_ECHO(Z_PROBE_OFFSET_RANGE_MIN);
  6691. SERIAL_ECHORPGM(MSG_Z_MAX);
  6692. SERIAL_ECHO(Z_PROBE_OFFSET_RANGE_MAX);
  6693. SERIAL_PROTOCOLLN("");
  6694. }
  6695. }
  6696. else
  6697. {
  6698. SERIAL_ECHO_START;
  6699. SERIAL_ECHOLNRPGM(CAT2(MSG_ZPROBE_ZOFFSET, PSTR(" : ")));
  6700. SERIAL_ECHO(-cs.zprobe_zoffset);
  6701. SERIAL_PROTOCOLLN("");
  6702. }
  6703. break;
  6704. }
  6705. #endif // CUSTOM_M_CODE_SET_Z_PROBE_OFFSET
  6706. #ifdef FILAMENTCHANGEENABLE
  6707. /*!
  6708. ### M600 - Initiate Filament change procedure <a href="https://reprap.org/wiki/G-code#M600:_Filament_change_pause">M600: Filament change pause</a>
  6709. Initiates Filament change, it is also used during Filament Runout Sensor process.
  6710. If the `M600` is triggered under 25mm it will do a Z-lift of 25mm to prevent a filament blob.
  6711. #### Usage
  6712. M600 [ X | Y | Z | E | L | AUTO ]
  6713. - `X` - X position, default 211
  6714. - `Y` - Y position, default 0
  6715. - `Z` - relative lift Z, default 2.
  6716. - `E` - initial retract, default -2
  6717. - `L` - later retract distance for removal, default -80
  6718. - `AUTO` - Automatically (only with MMU)
  6719. */
  6720. case 600: //Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
  6721. {
  6722. st_synchronize();
  6723. float x_position = current_position[X_AXIS];
  6724. float y_position = current_position[Y_AXIS];
  6725. float z_shift = 0; // is it necessary to be a float?
  6726. float e_shift_init = 0;
  6727. float e_shift_late = 0;
  6728. bool automatic = false;
  6729. //Retract extruder
  6730. if(code_seen('E'))
  6731. {
  6732. e_shift_init = code_value();
  6733. }
  6734. else
  6735. {
  6736. #ifdef FILAMENTCHANGE_FIRSTRETRACT
  6737. e_shift_init = FILAMENTCHANGE_FIRSTRETRACT ;
  6738. #endif
  6739. }
  6740. //currently don't work as we are using the same unload sequence as in M702, needs re-work
  6741. if (code_seen('L'))
  6742. {
  6743. e_shift_late = code_value();
  6744. }
  6745. else
  6746. {
  6747. #ifdef FILAMENTCHANGE_FINALRETRACT
  6748. e_shift_late = FILAMENTCHANGE_FINALRETRACT;
  6749. #endif
  6750. }
  6751. //Lift Z
  6752. if(code_seen('Z'))
  6753. {
  6754. z_shift = code_value();
  6755. }
  6756. else
  6757. {
  6758. z_shift = gcode_M600_filament_change_z_shift<uint8_t>();
  6759. }
  6760. //Move XY to side
  6761. if(code_seen('X'))
  6762. {
  6763. x_position = code_value();
  6764. }
  6765. else
  6766. {
  6767. #ifdef FILAMENTCHANGE_XPOS
  6768. x_position = FILAMENTCHANGE_XPOS;
  6769. #endif
  6770. }
  6771. if(code_seen('Y'))
  6772. {
  6773. y_position = code_value();
  6774. }
  6775. else
  6776. {
  6777. #ifdef FILAMENTCHANGE_YPOS
  6778. y_position = FILAMENTCHANGE_YPOS ;
  6779. #endif
  6780. }
  6781. if (mmu_enabled && code_seen("AUTO"))
  6782. automatic = true;
  6783. gcode_M600(automatic, x_position, y_position, z_shift, e_shift_init, e_shift_late);
  6784. }
  6785. break;
  6786. #endif //FILAMENTCHANGEENABLE
  6787. /*!
  6788. ### M601 - Pause print <a href="https://reprap.org/wiki/G-code#M601:_Pause_print">M601: Pause print</a>
  6789. */
  6790. /*!
  6791. ### M125 - Pause print (TODO: not implemented)
  6792. */
  6793. /*!
  6794. ### M25 - Pause SD print <a href="https://reprap.org/wiki/G-code#M25:_Pause_SD_print">M25: Pause SD print</a>
  6795. */
  6796. case 25:
  6797. case 601:
  6798. {
  6799. if (!isPrintPaused)
  6800. {
  6801. st_synchronize();
  6802. cmdqueue_pop_front(); //trick because we want skip this command (M601) after restore
  6803. lcd_pause_print();
  6804. }
  6805. }
  6806. break;
  6807. /*!
  6808. ### M602 - Resume print <a href="https://reprap.org/wiki/G-code#M602:_Resume_print">M602: Resume print</a>
  6809. */
  6810. case 602: {
  6811. if (isPrintPaused)
  6812. lcd_resume_print();
  6813. }
  6814. break;
  6815. /*!
  6816. ### M603 - Stop print <a href="https://reprap.org/wiki/G-code#M603:_Stop_print">M603: Stop print</a>
  6817. */
  6818. case 603: {
  6819. lcd_print_stop();
  6820. }
  6821. break;
  6822. #ifdef PINDA_THERMISTOR
  6823. /*!
  6824. ### 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>
  6825. Wait for PINDA thermistor to reach target temperature
  6826. #### Usage
  6827. M860 [ S ]
  6828. #### Parameters
  6829. - `S` - Target temperature
  6830. */
  6831. case 860:
  6832. {
  6833. int set_target_pinda = 0;
  6834. if (code_seen('S')) {
  6835. set_target_pinda = code_value();
  6836. }
  6837. else {
  6838. break;
  6839. }
  6840. LCD_MESSAGERPGM(_T(MSG_PLEASE_WAIT));
  6841. SERIAL_PROTOCOLPGM("Wait for PINDA target temperature:");
  6842. SERIAL_PROTOCOL(set_target_pinda);
  6843. SERIAL_PROTOCOLLN("");
  6844. codenum = _millis();
  6845. cancel_heatup = false;
  6846. bool is_pinda_cooling = false;
  6847. if ((degTargetBed() == 0) && (degTargetHotend(0) == 0)) {
  6848. is_pinda_cooling = true;
  6849. }
  6850. while ( ((!is_pinda_cooling) && (!cancel_heatup) && (current_temperature_pinda < set_target_pinda)) || (is_pinda_cooling && (current_temperature_pinda > set_target_pinda)) ) {
  6851. if ((_millis() - codenum) > 1000) //Print Temp Reading every 1 second while waiting.
  6852. {
  6853. SERIAL_PROTOCOLPGM("P:");
  6854. SERIAL_PROTOCOL_F(current_temperature_pinda, 1);
  6855. SERIAL_PROTOCOLPGM("/");
  6856. SERIAL_PROTOCOL(set_target_pinda);
  6857. SERIAL_PROTOCOLLN("");
  6858. codenum = _millis();
  6859. }
  6860. manage_heater();
  6861. manage_inactivity();
  6862. lcd_update(0);
  6863. }
  6864. LCD_MESSAGERPGM(MSG_OK);
  6865. break;
  6866. }
  6867. /*!
  6868. ### 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>
  6869. Set compensation ustep value `S` for compensation table index `I`.
  6870. #### Usage
  6871. M861 [ ? | ! | Z | S | I ]
  6872. #### Parameters
  6873. - `?` - Print current EEPROM offset values
  6874. - `!` - Set factory default values
  6875. - `Z` - Set all values to 0 (effectively disabling PINDA temperature compensation)
  6876. - `S` - Microsteps
  6877. - `I` - Table index
  6878. */
  6879. case 861:
  6880. if (code_seen('?')) { // ? - Print out current EEPROM offset values
  6881. uint8_t cal_status = calibration_status_pinda();
  6882. int16_t usteps = 0;
  6883. cal_status ? SERIAL_PROTOCOLLN("PINDA cal status: 1") : SERIAL_PROTOCOLLN("PINDA cal status: 0");
  6884. SERIAL_PROTOCOLLN("index, temp, ustep, um");
  6885. for (uint8_t i = 0; i < 6; i++)
  6886. {
  6887. if(i>0) EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + (i-1) * 2, &usteps);
  6888. float mm = ((float)usteps) / cs.axis_steps_per_unit[Z_AXIS];
  6889. i == 0 ? SERIAL_PROTOCOLPGM("n/a") : SERIAL_PROTOCOL(i - 1);
  6890. SERIAL_PROTOCOLPGM(", ");
  6891. SERIAL_PROTOCOL(35 + (i * 5));
  6892. SERIAL_PROTOCOLPGM(", ");
  6893. SERIAL_PROTOCOL(usteps);
  6894. SERIAL_PROTOCOLPGM(", ");
  6895. SERIAL_PROTOCOL(mm * 1000);
  6896. SERIAL_PROTOCOLLN("");
  6897. }
  6898. }
  6899. else if (code_seen('!')) { // ! - Set factory default values
  6900. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  6901. int16_t z_shift = 8; //40C - 20um - 8usteps
  6902. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT, &z_shift);
  6903. z_shift = 24; //45C - 60um - 24usteps
  6904. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + 2, &z_shift);
  6905. z_shift = 48; //50C - 120um - 48usteps
  6906. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + 4, &z_shift);
  6907. z_shift = 80; //55C - 200um - 80usteps
  6908. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + 6, &z_shift);
  6909. z_shift = 120; //60C - 300um - 120usteps
  6910. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + 8, &z_shift);
  6911. SERIAL_PROTOCOLLN("factory restored");
  6912. }
  6913. else if (code_seen('Z')) { // Z - Set all values to 0 (effectively disabling PINDA temperature compensation)
  6914. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  6915. int16_t z_shift = 0;
  6916. for (uint8_t i = 0; i < 5; i++) EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i * 2, &z_shift);
  6917. SERIAL_PROTOCOLLN("zerorized");
  6918. }
  6919. else if (code_seen('S')) { // Sxxx Iyyy - Set compensation ustep value S for compensation table index I
  6920. int16_t usteps = code_value();
  6921. if (code_seen('I')) {
  6922. uint8_t index = code_value();
  6923. if (index < 5) {
  6924. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + index * 2, &usteps);
  6925. SERIAL_PROTOCOLLN("OK");
  6926. SERIAL_PROTOCOLLN("index, temp, ustep, um");
  6927. for (uint8_t i = 0; i < 6; i++)
  6928. {
  6929. usteps = 0;
  6930. if (i>0) EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + (i - 1) * 2, &usteps);
  6931. float mm = ((float)usteps) / cs.axis_steps_per_unit[Z_AXIS];
  6932. i == 0 ? SERIAL_PROTOCOLPGM("n/a") : SERIAL_PROTOCOL(i - 1);
  6933. SERIAL_PROTOCOLPGM(", ");
  6934. SERIAL_PROTOCOL(35 + (i * 5));
  6935. SERIAL_PROTOCOLPGM(", ");
  6936. SERIAL_PROTOCOL(usteps);
  6937. SERIAL_PROTOCOLPGM(", ");
  6938. SERIAL_PROTOCOL(mm * 1000);
  6939. SERIAL_PROTOCOLLN("");
  6940. }
  6941. }
  6942. }
  6943. }
  6944. else {
  6945. SERIAL_PROTOCOLPGM("no valid command");
  6946. }
  6947. break;
  6948. #endif //PINDA_THERMISTOR
  6949. /*!
  6950. ### M862 - Print checking <a href="https://reprap.org/wiki/G-code#M862:_Print_checking">M862: Print checking</a>
  6951. Checks the parameters of the printer and gcode and performs compatibility check
  6952. - M862.1 { P<nozzle_diameter> | Q } 0.25/0.40/0.60
  6953. - M862.2 { P<model_code> | Q }
  6954. - M862.3 { P"<model_name>" | Q }
  6955. - M862.4 { P<fw_version> | Q }
  6956. - M862.5 { P<gcode_level> | Q }
  6957. When run with P<> argument, the check is performed against the input value.
  6958. When run with Q argument, the current value is shown.
  6959. M862.3 accepts text identifiers of printer types too.
  6960. The syntax of M862.3 is (note the quotes around the type):
  6961. M862.3 P "MK3S"
  6962. Accepted printer type identifiers and their numeric counterparts:
  6963. - MK1 (100)
  6964. - MK2 (200)
  6965. - MK2MM (201)
  6966. - MK2S (202)
  6967. - MK2SMM (203)
  6968. - MK2.5 (250)
  6969. - MK2.5MMU2 (20250)
  6970. - MK2.5S (252)
  6971. - MK2.5SMMU2S (20252)
  6972. - MK3 (300)
  6973. - MK3MMU2 (20300)
  6974. - MK3S (302)
  6975. - MK3SMMU2S (20302)
  6976. */
  6977. case 862: // M862: print checking
  6978. float nDummy;
  6979. uint8_t nCommand;
  6980. nCommand=(uint8_t)(modff(code_value_float(),&nDummy)*10.0+0.5);
  6981. switch((ClPrintChecking)nCommand)
  6982. {
  6983. case ClPrintChecking::_Nozzle: // ~ .1
  6984. uint16_t nDiameter;
  6985. if(code_seen('P'))
  6986. {
  6987. nDiameter=(uint16_t)(code_value()*1000.0+0.5); // [,um]
  6988. nozzle_diameter_check(nDiameter);
  6989. }
  6990. /*
  6991. else if(code_seen('S')&&farm_mode)
  6992. {
  6993. nDiameter=(uint16_t)(code_value()*1000.0+0.5); // [,um]
  6994. eeprom_update_byte((uint8_t*)EEPROM_NOZZLE_DIAMETER,(uint8_t)ClNozzleDiameter::_Diameter_Undef); // for correct synchronization after farm-mode exiting
  6995. eeprom_update_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM,nDiameter);
  6996. }
  6997. */
  6998. else if(code_seen('Q'))
  6999. SERIAL_PROTOCOLLN((float)eeprom_read_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM)/1000.0);
  7000. break;
  7001. case ClPrintChecking::_Model: // ~ .2
  7002. if(code_seen('P'))
  7003. {
  7004. uint16_t nPrinterModel;
  7005. nPrinterModel=(uint16_t)code_value_long();
  7006. printer_model_check(nPrinterModel);
  7007. }
  7008. else if(code_seen('Q'))
  7009. SERIAL_PROTOCOLLN(nPrinterType);
  7010. break;
  7011. case ClPrintChecking::_Smodel: // ~ .3
  7012. if(code_seen('P'))
  7013. printer_smodel_check(strchr_pointer);
  7014. else if(code_seen('Q'))
  7015. SERIAL_PROTOCOLLNRPGM(sPrinterName);
  7016. break;
  7017. case ClPrintChecking::_Version: // ~ .4
  7018. if(code_seen('P'))
  7019. fw_version_check(++strchr_pointer);
  7020. else if(code_seen('Q'))
  7021. SERIAL_PROTOCOLLN(FW_VERSION);
  7022. break;
  7023. case ClPrintChecking::_Gcode: // ~ .5
  7024. if(code_seen('P'))
  7025. {
  7026. uint16_t nGcodeLevel;
  7027. nGcodeLevel=(uint16_t)code_value_long();
  7028. gcode_level_check(nGcodeLevel);
  7029. }
  7030. else if(code_seen('Q'))
  7031. SERIAL_PROTOCOLLN(GCODE_LEVEL);
  7032. break;
  7033. }
  7034. break;
  7035. #ifdef LIN_ADVANCE
  7036. /*!
  7037. ### 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>
  7038. 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.
  7039. #### Usage
  7040. M900 [ K | R | W | H | D]
  7041. #### Parameters
  7042. - `K` - Advance K factor
  7043. - `R` - Set ratio directly (overrides WH/D)
  7044. - `W` - Width
  7045. - `H` - Height
  7046. - `D` - Diameter Set ratio from WH/D
  7047. */
  7048. case 900:
  7049. gcode_M900();
  7050. break;
  7051. #endif
  7052. /*!
  7053. ### 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>
  7054. Set digital trimpot motor current using axis codes (X, Y, Z, E, B, S).
  7055. #### Usage
  7056. M907 [ X | Y | Z | E | B | S ]
  7057. #### Parameters
  7058. - `X` - X motor driver
  7059. - `Y` - Y motor driver
  7060. - `Z` - Z motor driver
  7061. - `E` - Extruder motor driver
  7062. - `B` - Second Extruder motor driver
  7063. - `S` - All motors
  7064. */
  7065. case 907:
  7066. {
  7067. #ifdef TMC2130
  7068. // See tmc2130_cur2val() for translation to 0 .. 63 range
  7069. for (int i = 0; i < NUM_AXIS; i++)
  7070. if(code_seen(axis_codes[i]))
  7071. {
  7072. long cur_mA = code_value_long();
  7073. uint8_t val = tmc2130_cur2val(cur_mA);
  7074. tmc2130_set_current_h(i, val);
  7075. tmc2130_set_current_r(i, val);
  7076. //if (i == E_AXIS) printf_P(PSTR("E-axis current=%ldmA\n"), cur_mA);
  7077. }
  7078. #else //TMC2130
  7079. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  7080. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) st_current_set(i,code_value());
  7081. if(code_seen('B')) st_current_set(4,code_value());
  7082. if(code_seen('S')) for(int i=0;i<=4;i++) st_current_set(i,code_value());
  7083. #endif
  7084. #ifdef MOTOR_CURRENT_PWM_XY_PIN
  7085. if(code_seen('X')) st_current_set(0, code_value());
  7086. #endif
  7087. #ifdef MOTOR_CURRENT_PWM_Z_PIN
  7088. if(code_seen('Z')) st_current_set(1, code_value());
  7089. #endif
  7090. #ifdef MOTOR_CURRENT_PWM_E_PIN
  7091. if(code_seen('E')) st_current_set(2, code_value());
  7092. #endif
  7093. #endif //TMC2130
  7094. }
  7095. break;
  7096. /*!
  7097. ### M908 - Control digital trimpot directly <a href="https://reprap.org/wiki/G-code#M908:_Control_digital_trimpot_directly">M908: Control digital trimpot directly</a>
  7098. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code. Not usable on Prusa printers.
  7099. #### Usage
  7100. M908 [ P | S ]
  7101. #### Parameters
  7102. - `P` - channel
  7103. - `S` - current
  7104. */
  7105. case 908:
  7106. {
  7107. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  7108. uint8_t channel,current;
  7109. if(code_seen('P')) channel=code_value();
  7110. if(code_seen('S')) current=code_value();
  7111. digitalPotWrite(channel, current);
  7112. #endif
  7113. }
  7114. break;
  7115. #ifdef TMC2130_SERVICE_CODES_M910_M918
  7116. /*!
  7117. ### M910 - TMC2130 init <a href="https://reprap.org/wiki/G-code#M910:_TMC2130_init">M910: TMC2130 init</a>
  7118. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7119. */
  7120. case 910:
  7121. {
  7122. tmc2130_init();
  7123. }
  7124. break;
  7125. /*!
  7126. ### M911 - Set TMC2130 holding currents <a href="https://reprap.org/wiki/G-code#M911:_Set_TMC2130_holding_currents">M911: Set TMC2130 holding currents</a>
  7127. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7128. #### Usage
  7129. M911 [ X | Y | Z | E ]
  7130. #### Parameters
  7131. - `X` - X stepper driver holding current value
  7132. - `Y` - Y stepper driver holding current value
  7133. - `Z` - Z stepper driver holding current value
  7134. - `E` - Extruder stepper driver holding current value
  7135. */
  7136. case 911:
  7137. {
  7138. if (code_seen('X')) tmc2130_set_current_h(0, code_value());
  7139. if (code_seen('Y')) tmc2130_set_current_h(1, code_value());
  7140. if (code_seen('Z')) tmc2130_set_current_h(2, code_value());
  7141. if (code_seen('E')) tmc2130_set_current_h(3, code_value());
  7142. }
  7143. break;
  7144. /*!
  7145. ### M912 - Set TMC2130 running currents <a href="https://reprap.org/wiki/G-code#M912:_Set_TMC2130_running_currents">M912: Set TMC2130 running currents</a>
  7146. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7147. #### Usage
  7148. M912 [ X | Y | Z | E ]
  7149. #### Parameters
  7150. - `X` - X stepper driver running current value
  7151. - `Y` - Y stepper driver running current value
  7152. - `Z` - Z stepper driver running current value
  7153. - `E` - Extruder stepper driver running current value
  7154. */
  7155. case 912:
  7156. {
  7157. if (code_seen('X')) tmc2130_set_current_r(0, code_value());
  7158. if (code_seen('Y')) tmc2130_set_current_r(1, code_value());
  7159. if (code_seen('Z')) tmc2130_set_current_r(2, code_value());
  7160. if (code_seen('E')) tmc2130_set_current_r(3, code_value());
  7161. }
  7162. break;
  7163. /*!
  7164. ### M913 - Print TMC2130 currents <a href="https://reprap.org/wiki/G-code#M913:_Print_TMC2130_currents">M913: Print TMC2130 currents</a>
  7165. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7166. Shows TMC2130 currents.
  7167. */
  7168. case 913:
  7169. {
  7170. tmc2130_print_currents();
  7171. }
  7172. break;
  7173. /*!
  7174. ### M914 - Set TMC2130 normal mode <a href="https://reprap.org/wiki/G-code#M914:_Set_TMC2130_normal_mode">M914: Set TMC2130 normal mode</a>
  7175. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7176. */
  7177. case 914:
  7178. {
  7179. tmc2130_mode = TMC2130_MODE_NORMAL;
  7180. update_mode_profile();
  7181. tmc2130_init();
  7182. }
  7183. break;
  7184. /*!
  7185. ### M915 - Set TMC2130 silent mode <a href="https://reprap.org/wiki/G-code#M915:_Set_TMC2130_silent_mode">M915: Set TMC2130 silent mode</a>
  7186. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7187. */
  7188. case 915:
  7189. {
  7190. tmc2130_mode = TMC2130_MODE_SILENT;
  7191. update_mode_profile();
  7192. tmc2130_init();
  7193. }
  7194. break;
  7195. /*!
  7196. ### 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>
  7197. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7198. #### Usage
  7199. M916 [ X | Y | Z | E ]
  7200. #### Parameters
  7201. - `X` - X stepper driver stallguard sensitivity threshold value
  7202. - `Y` - Y stepper driver stallguard sensitivity threshold value
  7203. - `Z` - Z stepper driver stallguard sensitivity threshold value
  7204. - `E` - Extruder stepper driver stallguard sensitivity threshold value
  7205. */
  7206. case 916:
  7207. {
  7208. if (code_seen('X')) tmc2130_sg_thr[X_AXIS] = code_value();
  7209. if (code_seen('Y')) tmc2130_sg_thr[Y_AXIS] = code_value();
  7210. if (code_seen('Z')) tmc2130_sg_thr[Z_AXIS] = code_value();
  7211. if (code_seen('E')) tmc2130_sg_thr[E_AXIS] = code_value();
  7212. for (uint8_t a = X_AXIS; a <= E_AXIS; a++)
  7213. printf_P(_N("tmc2130_sg_thr[%c]=%d\n"), "XYZE"[a], tmc2130_sg_thr[a]);
  7214. }
  7215. break;
  7216. /*!
  7217. ### 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>
  7218. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7219. #### Usage
  7220. M917 [ X | Y | Z | E ]
  7221. #### Parameters
  7222. - `X` - X stepper driver PWM amplitude offset value
  7223. - `Y` - Y stepper driver PWM amplitude offset value
  7224. - `Z` - Z stepper driver PWM amplitude offset value
  7225. - `E` - Extruder stepper driver PWM amplitude offset value
  7226. */
  7227. case 917:
  7228. {
  7229. if (code_seen('X')) tmc2130_set_pwm_ampl(0, code_value());
  7230. if (code_seen('Y')) tmc2130_set_pwm_ampl(1, code_value());
  7231. if (code_seen('Z')) tmc2130_set_pwm_ampl(2, code_value());
  7232. if (code_seen('E')) tmc2130_set_pwm_ampl(3, code_value());
  7233. }
  7234. break;
  7235. /*!
  7236. ### 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>
  7237. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7238. #### Usage
  7239. M918 [ X | Y | Z | E ]
  7240. #### Parameters
  7241. - `X` - X stepper driver PWM amplitude gradient value
  7242. - `Y` - Y stepper driver PWM amplitude gradient value
  7243. - `Z` - Z stepper driver PWM amplitude gradient value
  7244. - `E` - Extruder stepper driver PWM amplitude gradient value
  7245. */
  7246. case 918:
  7247. {
  7248. if (code_seen('X')) tmc2130_set_pwm_grad(0, code_value());
  7249. if (code_seen('Y')) tmc2130_set_pwm_grad(1, code_value());
  7250. if (code_seen('Z')) tmc2130_set_pwm_grad(2, code_value());
  7251. if (code_seen('E')) tmc2130_set_pwm_grad(3, code_value());
  7252. }
  7253. break;
  7254. #endif //TMC2130_SERVICE_CODES_M910_M918
  7255. /*!
  7256. ### M350 - Set microstepping mode <a href="https://reprap.org/wiki/G-code#M350:_Set_microstepping_mode">M350: Set microstepping mode</a>
  7257. 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!
  7258. Printers without TMC2130 drivers also have `B` and `S` options. In this case, the steps-per-unit value in not changed!
  7259. #### Usage
  7260. M350 [ X | Y | Z | E | B | S ]
  7261. #### Parameters
  7262. - `X` - X new resolution
  7263. - `Y` - Y new resolution
  7264. - `Z` - Z new resolution
  7265. - `E` - E new resolution
  7266. Only valid for MK2.5(S) or printers without TMC2130 drivers
  7267. - `B` - Second extruder new resolution
  7268. - `S` - All axes new resolution
  7269. */
  7270. case 350:
  7271. {
  7272. #ifdef TMC2130
  7273. for (int i=0; i<NUM_AXIS; i++)
  7274. {
  7275. if(code_seen(axis_codes[i]))
  7276. {
  7277. uint16_t res_new = code_value();
  7278. bool res_valid = (res_new == 8) || (res_new == 16) || (res_new == 32); // resolutions valid for all axis
  7279. res_valid |= (i != E_AXIS) && ((res_new == 1) || (res_new == 2) || (res_new == 4)); // resolutions valid for X Y Z only
  7280. res_valid |= (i == E_AXIS) && ((res_new == 64) || (res_new == 128)); // resolutions valid for E only
  7281. if (res_valid)
  7282. {
  7283. st_synchronize();
  7284. uint16_t res = tmc2130_get_res(i);
  7285. tmc2130_set_res(i, res_new);
  7286. cs.axis_ustep_resolution[i] = res_new;
  7287. if (res_new > res)
  7288. {
  7289. uint16_t fac = (res_new / res);
  7290. cs.axis_steps_per_unit[i] *= fac;
  7291. position[i] *= fac;
  7292. }
  7293. else
  7294. {
  7295. uint16_t fac = (res / res_new);
  7296. cs.axis_steps_per_unit[i] /= fac;
  7297. position[i] /= fac;
  7298. }
  7299. }
  7300. }
  7301. }
  7302. #else //TMC2130
  7303. #if defined(X_MS1_PIN) && X_MS1_PIN > -1
  7304. if(code_seen('S')) for(int i=0;i<=4;i++) microstep_mode(i,code_value());
  7305. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_mode(i,(uint8_t)code_value());
  7306. if(code_seen('B')) microstep_mode(4,code_value());
  7307. microstep_readings();
  7308. #endif
  7309. #endif //TMC2130
  7310. }
  7311. break;
  7312. /*!
  7313. ### 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>
  7314. Toggle MS1 MS2 pins directly.
  7315. #### Usage
  7316. M351 [B<0|1>] [E<0|1>] S<1|2> [X<0|1>] [Y<0|1>] [Z<0|1>]
  7317. #### Parameters
  7318. - `X` - Update X axis
  7319. - `Y` - Update Y axis
  7320. - `Z` - Update Z axis
  7321. - `E` - Update E axis
  7322. - `S` - which MSx pin to toggle
  7323. - `B` - new pin value
  7324. */
  7325. case 351:
  7326. {
  7327. #if defined(X_MS1_PIN) && X_MS1_PIN > -1
  7328. if(code_seen('S')) switch((int)code_value())
  7329. {
  7330. case 1:
  7331. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_ms(i,code_value(),-1);
  7332. if(code_seen('B')) microstep_ms(4,code_value(),-1);
  7333. break;
  7334. case 2:
  7335. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_ms(i,-1,code_value());
  7336. if(code_seen('B')) microstep_ms(4,-1,code_value());
  7337. break;
  7338. }
  7339. microstep_readings();
  7340. #endif
  7341. }
  7342. break;
  7343. /*!
  7344. ### M701 - Load filament <a href="https://reprap.org/wiki/G-code#M701:_Load_filament">M701: Load filament</a>
  7345. */
  7346. case 701:
  7347. {
  7348. if (mmu_enabled && code_seen('E'))
  7349. tmp_extruder = code_value();
  7350. gcode_M701();
  7351. }
  7352. break;
  7353. /*!
  7354. ### M702 - Unload filament <a href="https://reprap.org/wiki/G-code#M702:_Unload_filament">G32: Undock Z Probe sled</a>
  7355. #### Usage
  7356. M702 [ U | C ]
  7357. #### Parameters
  7358. - `U` - Unload all filaments used in current print
  7359. - `C` - Unload just current filament
  7360. - without any parameters unload all filaments
  7361. */
  7362. case 702:
  7363. {
  7364. #ifdef SNMM
  7365. if (code_seen('U'))
  7366. extr_unload_used(); //! if "U" unload all filaments which were used in current print
  7367. else if (code_seen('C'))
  7368. extr_unload(); //! if "C" unload just current filament
  7369. else
  7370. extr_unload_all(); //! otherwise unload all filaments
  7371. #else
  7372. if (code_seen('C')) {
  7373. if(mmu_enabled) extr_unload(); //! if "C" unload current filament; if mmu is not present no action is performed
  7374. }
  7375. else {
  7376. if(mmu_enabled) extr_unload(); //! unload current filament
  7377. else unload_filament();
  7378. }
  7379. #endif //SNMM
  7380. }
  7381. break;
  7382. /*!
  7383. ### 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>
  7384. @todo Usually doesn't work. Should be fixed or removed. Most of the time, if `Stopped` it set, the print fails and is unrecoverable.
  7385. */
  7386. case 999:
  7387. Stopped = false;
  7388. lcd_reset_alert_level();
  7389. gcode_LastN = Stopped_gcode_LastN;
  7390. FlushSerialRequestResend();
  7391. break;
  7392. /*!
  7393. #### End of M-Commands
  7394. */
  7395. default:
  7396. printf_P(PSTR("Unknown M code: %s \n"), cmdbuffer + bufindr + CMDHDRSIZE);
  7397. }
  7398. // printf_P(_N("END M-CODE=%u\n"), mcode_in_progress);
  7399. mcode_in_progress = 0;
  7400. }
  7401. }
  7402. // end if(code_seen('M')) (end of M codes)
  7403. /*!
  7404. -----------------------------------------------------------------------------------------
  7405. # T Codes
  7406. T<extruder nr.> - select extruder in case of multi extruder printer. select filament in case of MMU_V2.
  7407. #### For MMU_V2:
  7408. T<n> Gcode to extrude at least 38.10 mm at feedrate 19.02 mm/s must follow immediately to load to extruder wheels.
  7409. @n T? Gcode to extrude shouldn't have to follow, load to extruder wheels is done automatically
  7410. @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.
  7411. @n Tc Load to nozzle after filament was prepared by Tc and extruder nozzle is already heated.
  7412. */
  7413. else if(code_seen('T'))
  7414. {
  7415. int index;
  7416. bool load_to_nozzle = false;
  7417. for (index = 1; *(strchr_pointer + index) == ' ' || *(strchr_pointer + index) == '\t'; index++);
  7418. *(strchr_pointer + index) = tolower(*(strchr_pointer + index));
  7419. if ((*(strchr_pointer + index) < '0' || *(strchr_pointer + index) > '4') && *(strchr_pointer + index) != '?' && *(strchr_pointer + index) != 'x' && *(strchr_pointer + index) != 'c') {
  7420. SERIAL_ECHOLNPGM("Invalid T code.");
  7421. }
  7422. else if (*(strchr_pointer + index) == 'x'){ //load to bondtech gears; if mmu is not present do nothing
  7423. if (mmu_enabled)
  7424. {
  7425. tmp_extruder = choose_menu_P(_T(MSG_CHOOSE_FILAMENT), _T(MSG_FILAMENT));
  7426. if ((tmp_extruder == mmu_extruder) && mmu_fil_loaded) //dont execute the same T-code twice in a row
  7427. {
  7428. printf_P(PSTR("Duplicate T-code ignored.\n"));
  7429. }
  7430. else
  7431. {
  7432. st_synchronize();
  7433. mmu_command(MmuCmd::T0 + tmp_extruder);
  7434. manage_response(true, true, MMU_TCODE_MOVE);
  7435. }
  7436. }
  7437. }
  7438. else if (*(strchr_pointer + index) == 'c') { //load to from bondtech gears to nozzle (nozzle should be preheated)
  7439. if (mmu_enabled)
  7440. {
  7441. st_synchronize();
  7442. mmu_continue_loading(is_usb_printing || (lcd_commands_type == LcdCommands::Layer1Cal));
  7443. mmu_extruder = tmp_extruder; //filament change is finished
  7444. mmu_load_to_nozzle();
  7445. }
  7446. }
  7447. else {
  7448. if (*(strchr_pointer + index) == '?')
  7449. {
  7450. if(mmu_enabled)
  7451. {
  7452. tmp_extruder = choose_menu_P(_T(MSG_CHOOSE_FILAMENT), _T(MSG_FILAMENT));
  7453. load_to_nozzle = true;
  7454. } else
  7455. {
  7456. tmp_extruder = choose_menu_P(_T(MSG_CHOOSE_EXTRUDER), _T(MSG_EXTRUDER));
  7457. }
  7458. }
  7459. else {
  7460. tmp_extruder = code_value();
  7461. if (mmu_enabled && lcd_autoDepleteEnabled())
  7462. {
  7463. tmp_extruder = ad_getAlternative(tmp_extruder);
  7464. }
  7465. }
  7466. st_synchronize();
  7467. snmm_filaments_used |= (1 << tmp_extruder); //for stop print
  7468. if (mmu_enabled)
  7469. {
  7470. if ((tmp_extruder == mmu_extruder) && mmu_fil_loaded) //dont execute the same T-code twice in a row
  7471. {
  7472. printf_P(PSTR("Duplicate T-code ignored.\n"));
  7473. }
  7474. else
  7475. {
  7476. #if defined(MMU_HAS_CUTTER) && defined(MMU_ALWAYS_CUT)
  7477. if (EEPROM_MMU_CUTTER_ENABLED_always == eeprom_read_byte((uint8_t*)EEPROM_MMU_CUTTER_ENABLED))
  7478. {
  7479. mmu_command(MmuCmd::K0 + tmp_extruder);
  7480. manage_response(true, true, MMU_UNLOAD_MOVE);
  7481. }
  7482. #endif //defined(MMU_HAS_CUTTER) && defined(MMU_ALWAYS_CUT)
  7483. mmu_command(MmuCmd::T0 + tmp_extruder);
  7484. manage_response(true, true, MMU_TCODE_MOVE);
  7485. mmu_continue_loading(is_usb_printing || (lcd_commands_type == LcdCommands::Layer1Cal));
  7486. mmu_extruder = tmp_extruder; //filament change is finished
  7487. if (load_to_nozzle)// for single material usage with mmu
  7488. {
  7489. mmu_load_to_nozzle();
  7490. }
  7491. }
  7492. }
  7493. else
  7494. {
  7495. #ifdef SNMM
  7496. mmu_extruder = tmp_extruder;
  7497. _delay(100);
  7498. disable_e0();
  7499. disable_e1();
  7500. disable_e2();
  7501. pinMode(E_MUX0_PIN, OUTPUT);
  7502. pinMode(E_MUX1_PIN, OUTPUT);
  7503. _delay(100);
  7504. SERIAL_ECHO_START;
  7505. SERIAL_ECHO("T:");
  7506. SERIAL_ECHOLN((int)tmp_extruder);
  7507. switch (tmp_extruder) {
  7508. case 1:
  7509. WRITE(E_MUX0_PIN, HIGH);
  7510. WRITE(E_MUX1_PIN, LOW);
  7511. break;
  7512. case 2:
  7513. WRITE(E_MUX0_PIN, LOW);
  7514. WRITE(E_MUX1_PIN, HIGH);
  7515. break;
  7516. case 3:
  7517. WRITE(E_MUX0_PIN, HIGH);
  7518. WRITE(E_MUX1_PIN, HIGH);
  7519. break;
  7520. default:
  7521. WRITE(E_MUX0_PIN, LOW);
  7522. WRITE(E_MUX1_PIN, LOW);
  7523. break;
  7524. }
  7525. _delay(100);
  7526. #else //SNMM
  7527. if (tmp_extruder >= EXTRUDERS) {
  7528. SERIAL_ECHO_START;
  7529. SERIAL_ECHOPGM("T");
  7530. SERIAL_PROTOCOLLN((int)tmp_extruder);
  7531. SERIAL_ECHOLNRPGM(_n("Invalid extruder"));////MSG_INVALID_EXTRUDER
  7532. }
  7533. else {
  7534. #if EXTRUDERS > 1
  7535. boolean make_move = false;
  7536. #endif
  7537. if (code_seen('F')) {
  7538. #if EXTRUDERS > 1
  7539. make_move = true;
  7540. #endif
  7541. next_feedrate = code_value();
  7542. if (next_feedrate > 0.0) {
  7543. feedrate = next_feedrate;
  7544. }
  7545. }
  7546. #if EXTRUDERS > 1
  7547. if (tmp_extruder != active_extruder) {
  7548. // Save current position to return to after applying extruder offset
  7549. memcpy(destination, current_position, sizeof(destination));
  7550. // Offset extruder (only by XY)
  7551. int i;
  7552. for (i = 0; i < 2; i++) {
  7553. current_position[i] = current_position[i] -
  7554. extruder_offset[i][active_extruder] +
  7555. extruder_offset[i][tmp_extruder];
  7556. }
  7557. // Set the new active extruder and position
  7558. active_extruder = tmp_extruder;
  7559. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  7560. // Move to the old position if 'F' was in the parameters
  7561. if (make_move && Stopped == false) {
  7562. prepare_move();
  7563. }
  7564. }
  7565. #endif
  7566. SERIAL_ECHO_START;
  7567. SERIAL_ECHORPGM(_n("Active Extruder: "));////MSG_ACTIVE_EXTRUDER
  7568. SERIAL_PROTOCOLLN((int)active_extruder);
  7569. }
  7570. #endif //SNMM
  7571. }
  7572. }
  7573. } // end if(code_seen('T')) (end of T codes)
  7574. /*!
  7575. #### End of T-Codes
  7576. */
  7577. /**
  7578. *---------------------------------------------------------------------------------
  7579. *# D codes
  7580. */
  7581. else if (code_seen('D')) // D codes (debug)
  7582. {
  7583. switch((int)code_value())
  7584. {
  7585. /*!
  7586. ### D-1 - Endless Loop <a href="https://reprap.org/wiki/G-code#D-1:_Endless_Loop">D-1: Endless Loop</a>
  7587. */
  7588. case -1:
  7589. dcode__1(); break;
  7590. #ifdef DEBUG_DCODES
  7591. /*!
  7592. ### D0 - Reset <a href="https://reprap.org/wiki/G-code#D0:_Reset">D0: Reset</a>
  7593. #### Usage
  7594. D0 [ B ]
  7595. #### Parameters
  7596. - `B` - Bootloader
  7597. */
  7598. case 0:
  7599. dcode_0(); break;
  7600. /*!
  7601. *
  7602. ### D1 - Clear EEPROM and RESET <a href="https://reprap.org/wiki/G-code#D1:_Clear_EEPROM_and_RESET">D1: Clear EEPROM and RESET</a>
  7603. D1
  7604. *
  7605. */
  7606. case 1:
  7607. dcode_1(); break;
  7608. /*!
  7609. ### D2 - Read/Write RAM <a href="https://reprap.org/wiki/G-code#D2:_Read.2FWrite_RAM">D3: Read/Write RAM</a>
  7610. This command can be used without any additional parameters. It will read the entire RAM.
  7611. #### Usage
  7612. D3 [ A | C | X ]
  7613. #### Parameters
  7614. - `A` - Address (0x0000-0x1fff)
  7615. - `C` - Count (0x0001-0x2000)
  7616. - `X` - Data
  7617. */
  7618. case 2:
  7619. dcode_2(); break;
  7620. #endif //DEBUG_DCODES
  7621. #ifdef DEBUG_DCODE3
  7622. /*!
  7623. ### D3 - Read/Write EEPROM <a href="https://reprap.org/wiki/G-code#D3:_Read.2FWrite_EEPROM">D3: Read/Write EEPROM</a>
  7624. This command can be used without any additional parameters. It will read the entire eeprom.
  7625. #### Usage
  7626. D3 [ A | C | X ]
  7627. #### Parameters
  7628. - `A` - Address (0x0000-0x0fff)
  7629. - `C` - Count (0x0001-0x1000)
  7630. - `X` - Data
  7631. */
  7632. case 3:
  7633. dcode_3(); break;
  7634. #endif //DEBUG_DCODE3
  7635. #ifdef DEBUG_DCODES
  7636. /*!
  7637. ### D4 - Read/Write PIN <a href="https://reprap.org/wiki/G-code#D4:_Read.2FWrite_PIN">D4: Read/Write PIN</a>
  7638. To read the digital value of a pin you need only to define the pin number.
  7639. #### Usage
  7640. D4 [ P | F | V ]
  7641. #### Parameters
  7642. - `P` - Pin (0-255)
  7643. - `F` - Function in/out (0/1)
  7644. - `V` - Value (0/1)
  7645. */
  7646. case 4:
  7647. dcode_4(); break;
  7648. #endif //DEBUG_DCODES
  7649. #ifdef DEBUG_DCODE5
  7650. /*!
  7651. ### D5 - Read/Write FLASH <a href="https://reprap.org/wiki/G-code#D5:_Read.2FWrite_FLASH">D5: Read/Write Flash</a>
  7652. This command can be used without any additional parameters. It will read the 1kb FLASH.
  7653. #### Usage
  7654. D3 [ A | C | X | E ]
  7655. #### Parameters
  7656. - `A` - Address (0x00000-0x3ffff)
  7657. - `C` - Count (0x0001-0x2000)
  7658. - `X` - Data
  7659. - `E` - Erase
  7660. */
  7661. case 5:
  7662. dcode_5(); break;
  7663. break;
  7664. #endif //DEBUG_DCODE5
  7665. #ifdef DEBUG_DCODES
  7666. /*!
  7667. ### D6 - Read/Write external FLASH <a href="https://reprap.org/wiki/G-code#D6:_Read.2FWrite_external_FLASH">D6: Read/Write external Flash</a>
  7668. Reserved
  7669. */
  7670. case 6:
  7671. dcode_6(); break;
  7672. /*!
  7673. ### D7 - Read/Write Bootloader <a href="https://reprap.org/wiki/G-code#D7:_Read.2FWrite_Bootloader">D7: Read/Write Bootloader</a>
  7674. Reserved
  7675. */
  7676. case 7:
  7677. dcode_7(); break;
  7678. /*!
  7679. ### D8 - Read/Write PINDA <a href="https://reprap.org/wiki/G-code#D8:_Read.2FWrite_PINDA">D8: Read/Write PINDA</a>
  7680. #### Usage
  7681. D8 [ ? | ! | P | Z ]
  7682. #### Parameters
  7683. - `?` - Read PINDA temperature shift values
  7684. - `!` - Reset PINDA temperature shift values to default
  7685. - `P` - Pinda temperature [C]
  7686. - `Z` - Z Offset [mm]
  7687. */
  7688. case 8:
  7689. dcode_8(); break;
  7690. /*!
  7691. ### D9 - Read ADC <a href="https://reprap.org/wiki/G-code#D9:_Read.2FWrite_ADC">D9: Read ADC</a>
  7692. #### Usage
  7693. D9 [ I | V ]
  7694. #### Parameters
  7695. - `I` - ADC channel index
  7696. - `0` - Heater 0 temperature
  7697. - `1` - Heater 1 temperature
  7698. - `2` - Bed temperature
  7699. - `3` - PINDA temperature
  7700. - `4` - PWR voltage
  7701. - `5` - Ambient temperature
  7702. - `6` - BED voltage
  7703. - `V` Value to be written as simulated
  7704. */
  7705. case 9:
  7706. dcode_9(); break;
  7707. /*!
  7708. ### 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>
  7709. */
  7710. case 10:
  7711. dcode_10(); break;
  7712. /*!
  7713. ### D12 - Time <a href="https://reprap.org/wiki/G-code#D12:_Time">D12: Time</a>
  7714. Writes the actual time in the log file.
  7715. */
  7716. #endif //DEBUG_DCODES
  7717. #ifdef HEATBED_ANALYSIS
  7718. /*!
  7719. ### D80 - Bed check <a href="https://reprap.org/wiki/G-code#D80:_Bed_check">D80: Bed check</a>
  7720. This command will log data to SD card file "mesh.txt".
  7721. #### Usage
  7722. D80 [ E | F | G | H | I | J ]
  7723. #### Parameters
  7724. - `E` - Dimension X (default 40)
  7725. - `F` - Dimention Y (default 40)
  7726. - `G` - Points X (default 40)
  7727. - `H` - Points Y (default 40)
  7728. - `I` - Offset X (default 74)
  7729. - `J` - Offset Y (default 34)
  7730. */
  7731. case 80:
  7732. {
  7733. float dimension_x = 40;
  7734. float dimension_y = 40;
  7735. int points_x = 40;
  7736. int points_y = 40;
  7737. float offset_x = 74;
  7738. float offset_y = 33;
  7739. if (code_seen('E')) dimension_x = code_value();
  7740. if (code_seen('F')) dimension_y = code_value();
  7741. if (code_seen('G')) {points_x = code_value(); }
  7742. if (code_seen('H')) {points_y = code_value(); }
  7743. if (code_seen('I')) {offset_x = code_value(); }
  7744. if (code_seen('J')) {offset_y = code_value(); }
  7745. printf_P(PSTR("DIM X: %f\n"), dimension_x);
  7746. printf_P(PSTR("DIM Y: %f\n"), dimension_y);
  7747. printf_P(PSTR("POINTS X: %d\n"), points_x);
  7748. printf_P(PSTR("POINTS Y: %d\n"), points_y);
  7749. printf_P(PSTR("OFFSET X: %f\n"), offset_x);
  7750. printf_P(PSTR("OFFSET Y: %f\n"), offset_y);
  7751. bed_check(dimension_x,dimension_y,points_x,points_y,offset_x,offset_y);
  7752. }break;
  7753. /*!
  7754. ### D81 - Bed analysis <a href="https://reprap.org/wiki/G-code#D81:_Bed_analysis">D80: Bed analysis</a>
  7755. This command will log data to SD card file "wldsd.txt".
  7756. #### Usage
  7757. D81 [ E | F | G | H | I | J ]
  7758. #### Parameters
  7759. - `E` - Dimension X (default 40)
  7760. - `F` - Dimention Y (default 40)
  7761. - `G` - Points X (default 40)
  7762. - `H` - Points Y (default 40)
  7763. - `I` - Offset X (default 74)
  7764. - `J` - Offset Y (default 34)
  7765. */
  7766. case 81:
  7767. {
  7768. float dimension_x = 40;
  7769. float dimension_y = 40;
  7770. int points_x = 40;
  7771. int points_y = 40;
  7772. float offset_x = 74;
  7773. float offset_y = 33;
  7774. if (code_seen('E')) dimension_x = code_value();
  7775. if (code_seen('F')) dimension_y = code_value();
  7776. if (code_seen("G")) { strchr_pointer+=1; points_x = code_value(); }
  7777. if (code_seen("H")) { strchr_pointer+=1; points_y = code_value(); }
  7778. if (code_seen("I")) { strchr_pointer+=1; offset_x = code_value(); }
  7779. if (code_seen("J")) { strchr_pointer+=1; offset_y = code_value(); }
  7780. bed_analysis(dimension_x,dimension_y,points_x,points_y,offset_x,offset_y);
  7781. } break;
  7782. #endif //HEATBED_ANALYSIS
  7783. #ifdef DEBUG_DCODES
  7784. /*!
  7785. ### 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>
  7786. */
  7787. case 106:
  7788. {
  7789. for (int i = 255; i > 0; i = i - 5) {
  7790. fanSpeed = i;
  7791. //delay_keep_alive(2000);
  7792. for (int j = 0; j < 100; j++) {
  7793. delay_keep_alive(100);
  7794. }
  7795. printf_P(_N("%d: %d\n"), i, fan_speed[1]);
  7796. }
  7797. }break;
  7798. #ifdef TMC2130
  7799. /*!
  7800. ### D2130 - Trinamic stepper controller <a href="https://reprap.org/wiki/G-code#D2130:_Trinamic_stepper_controller">D2130: Trinamic stepper controller</a>
  7801. @todo Please review by owner of the code. RepRap Wiki Gcode needs to be updated after review of owner as well.
  7802. #### Usage
  7803. D2130 [ Axis | Command | Subcommand | Value ]
  7804. #### Parameters
  7805. - Axis
  7806. - `X` - X stepper driver
  7807. - `Y` - Y stepper driver
  7808. - `Z` - Z stepper driver
  7809. - `E` - Extruder stepper driver
  7810. - Commands
  7811. - `0` - Current off
  7812. - `1` - Current on
  7813. - `+` - Single step
  7814. - `-` - Single step oposite direction
  7815. - `NNN` - Value sereval steps
  7816. - `?` - Read register
  7817. - Subcommands for read register
  7818. - `mres` - Micro step resolution. More information in datasheet '5.5.2 CHOPCONF – Chopper Configuration'
  7819. - `step` - Step
  7820. - `mscnt` - Microstep counter. More information in datasheet '5.5 Motor Driver Registers'
  7821. - `mscuract` - Actual microstep current for motor. More information in datasheet '5.5 Motor Driver Registers'
  7822. - `wave` - Microstep linearity compensation curve
  7823. - `!` - Set register
  7824. - Subcommands for set register
  7825. - `mres` - Micro step resolution
  7826. - `step` - Step
  7827. - `wave` - Microstep linearity compensation curve
  7828. - Values for set register
  7829. - `0, 180 --> 250` - Off
  7830. - `0.9 --> 1.25` - Valid values (recommended is 1.1)
  7831. - `@` - Home calibrate axis
  7832. Examples:
  7833. D2130E?wave
  7834. Print extruder microstep linearity compensation curve
  7835. D2130E!wave0
  7836. Disable extruder linearity compensation curve, (sine curve is used)
  7837. D2130E!wave220
  7838. (sin(x))^1.1 extruder microstep compensation curve used
  7839. Notes:
  7840. For more information see https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2130_datasheet.pdf
  7841. *
  7842. */
  7843. case 2130:
  7844. dcode_2130(); break;
  7845. #endif //TMC2130
  7846. #if (defined (FILAMENT_SENSOR) && defined(PAT9125))
  7847. /*!
  7848. ### D9125 - PAT9125 filament sensor <a href="https://reprap.org/wiki/G-code#D9:_Read.2FWrite_ADC">D9125: PAT9125 filament sensor</a>
  7849. #### Usage
  7850. D9125 [ ? | ! | R | X | Y | L ]
  7851. #### Parameters
  7852. - `?` - Print values
  7853. - `!` - Print values
  7854. - `R` - Resolution. Not active in code
  7855. - `X` - X values
  7856. - `Y` - Y values
  7857. - `L` - Activate filament sensor log
  7858. */
  7859. case 9125:
  7860. dcode_9125(); break;
  7861. #endif //FILAMENT_SENSOR
  7862. #endif //DEBUG_DCODES
  7863. }
  7864. }
  7865. else
  7866. {
  7867. SERIAL_ECHO_START;
  7868. SERIAL_ECHORPGM(MSG_UNKNOWN_COMMAND);
  7869. SERIAL_ECHO(CMDBUFFER_CURRENT_STRING);
  7870. SERIAL_ECHOLNPGM("\"(2)");
  7871. }
  7872. KEEPALIVE_STATE(NOT_BUSY);
  7873. ClearToSend();
  7874. }
  7875. /*!
  7876. #### End of D-Codes
  7877. */
  7878. /** @defgroup GCodes G-Code List
  7879. */
  7880. // ---------------------------------------------------
  7881. void FlushSerialRequestResend()
  7882. {
  7883. //char cmdbuffer[bufindr][100]="Resend:";
  7884. MYSERIAL.flush();
  7885. printf_P(_N("%S: %ld\n%S\n"), _n("Resend"), gcode_LastN + 1, MSG_OK);
  7886. }
  7887. // Confirm the execution of a command, if sent from a serial line.
  7888. // Execution of a command from a SD card will not be confirmed.
  7889. void ClearToSend()
  7890. {
  7891. previous_millis_cmd = _millis();
  7892. if ((CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB) || (CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB_WITH_LINENR))
  7893. SERIAL_PROTOCOLLNRPGM(MSG_OK);
  7894. }
  7895. #if MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  7896. void update_currents() {
  7897. float current_high[3] = DEFAULT_PWM_MOTOR_CURRENT_LOUD;
  7898. float current_low[3] = DEFAULT_PWM_MOTOR_CURRENT;
  7899. float tmp_motor[3];
  7900. //SERIAL_ECHOLNPGM("Currents updated: ");
  7901. if (destination[Z_AXIS] < Z_SILENT) {
  7902. //SERIAL_ECHOLNPGM("LOW");
  7903. for (uint8_t i = 0; i < 3; i++) {
  7904. st_current_set(i, current_low[i]);
  7905. /*MYSERIAL.print(int(i));
  7906. SERIAL_ECHOPGM(": ");
  7907. MYSERIAL.println(current_low[i]);*/
  7908. }
  7909. }
  7910. else if (destination[Z_AXIS] > Z_HIGH_POWER) {
  7911. //SERIAL_ECHOLNPGM("HIGH");
  7912. for (uint8_t i = 0; i < 3; i++) {
  7913. st_current_set(i, current_high[i]);
  7914. /*MYSERIAL.print(int(i));
  7915. SERIAL_ECHOPGM(": ");
  7916. MYSERIAL.println(current_high[i]);*/
  7917. }
  7918. }
  7919. else {
  7920. for (uint8_t i = 0; i < 3; i++) {
  7921. float q = current_low[i] - Z_SILENT*((current_high[i] - current_low[i]) / (Z_HIGH_POWER - Z_SILENT));
  7922. tmp_motor[i] = ((current_high[i] - current_low[i]) / (Z_HIGH_POWER - Z_SILENT))*destination[Z_AXIS] + q;
  7923. st_current_set(i, tmp_motor[i]);
  7924. /*MYSERIAL.print(int(i));
  7925. SERIAL_ECHOPGM(": ");
  7926. MYSERIAL.println(tmp_motor[i]);*/
  7927. }
  7928. }
  7929. }
  7930. #endif //MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  7931. void get_coordinates()
  7932. {
  7933. bool seen[4]={false,false,false,false};
  7934. for(int8_t i=0; i < NUM_AXIS; i++) {
  7935. if(code_seen(axis_codes[i]))
  7936. {
  7937. bool relative = axis_relative_modes[i];
  7938. destination[i] = (float)code_value();
  7939. if (i == E_AXIS) {
  7940. float emult = extruder_multiplier[active_extruder];
  7941. if (emult != 1.) {
  7942. if (! relative) {
  7943. destination[i] -= current_position[i];
  7944. relative = true;
  7945. }
  7946. destination[i] *= emult;
  7947. }
  7948. }
  7949. if (relative)
  7950. destination[i] += current_position[i];
  7951. seen[i]=true;
  7952. #if MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  7953. if (i == Z_AXIS && SilentModeMenu == SILENT_MODE_AUTO) update_currents();
  7954. #endif //MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  7955. }
  7956. else destination[i] = current_position[i]; //Are these else lines really needed?
  7957. }
  7958. if(code_seen('F')) {
  7959. next_feedrate = code_value();
  7960. #ifdef MAX_SILENT_FEEDRATE
  7961. if (tmc2130_mode == TMC2130_MODE_SILENT)
  7962. if (next_feedrate > MAX_SILENT_FEEDRATE) next_feedrate = MAX_SILENT_FEEDRATE;
  7963. #endif //MAX_SILENT_FEEDRATE
  7964. if(next_feedrate > 0.0) feedrate = next_feedrate;
  7965. if (!seen[0] && !seen[1] && !seen[2] && seen[3])
  7966. {
  7967. // float e_max_speed =
  7968. // printf_P(PSTR("E MOVE speed %7.3f\n"), feedrate / 60)
  7969. }
  7970. }
  7971. }
  7972. void get_arc_coordinates()
  7973. {
  7974. #ifdef SF_ARC_FIX
  7975. bool relative_mode_backup = relative_mode;
  7976. relative_mode = true;
  7977. #endif
  7978. get_coordinates();
  7979. #ifdef SF_ARC_FIX
  7980. relative_mode=relative_mode_backup;
  7981. #endif
  7982. if(code_seen('I')) {
  7983. offset[0] = code_value();
  7984. }
  7985. else {
  7986. offset[0] = 0.0;
  7987. }
  7988. if(code_seen('J')) {
  7989. offset[1] = code_value();
  7990. }
  7991. else {
  7992. offset[1] = 0.0;
  7993. }
  7994. }
  7995. void clamp_to_software_endstops(float target[3])
  7996. {
  7997. #ifdef DEBUG_DISABLE_SWLIMITS
  7998. return;
  7999. #endif //DEBUG_DISABLE_SWLIMITS
  8000. world2machine_clamp(target[0], target[1]);
  8001. // Clamp the Z coordinate.
  8002. if (min_software_endstops) {
  8003. float negative_z_offset = 0;
  8004. #ifdef ENABLE_AUTO_BED_LEVELING
  8005. if (Z_PROBE_OFFSET_FROM_EXTRUDER < 0) negative_z_offset = negative_z_offset + Z_PROBE_OFFSET_FROM_EXTRUDER;
  8006. if (cs.add_homing[Z_AXIS] < 0) negative_z_offset = negative_z_offset + cs.add_homing[Z_AXIS];
  8007. #endif
  8008. if (target[Z_AXIS] < min_pos[Z_AXIS]+negative_z_offset) target[Z_AXIS] = min_pos[Z_AXIS]+negative_z_offset;
  8009. }
  8010. if (max_software_endstops) {
  8011. if (target[Z_AXIS] > max_pos[Z_AXIS]) target[Z_AXIS] = max_pos[Z_AXIS];
  8012. }
  8013. }
  8014. #ifdef MESH_BED_LEVELING
  8015. 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) {
  8016. float dx = x - current_position[X_AXIS];
  8017. float dy = y - current_position[Y_AXIS];
  8018. int n_segments = 0;
  8019. if (mbl.active) {
  8020. float len = abs(dx) + abs(dy);
  8021. if (len > 0)
  8022. // Split to 3cm segments or shorter.
  8023. n_segments = int(ceil(len / 30.f));
  8024. }
  8025. if (n_segments > 1) {
  8026. // In a multi-segment move explicitly set the final target in the plan
  8027. // as the move will be recalculated in it's entirety
  8028. float gcode_target[NUM_AXIS];
  8029. gcode_target[X_AXIS] = x;
  8030. gcode_target[Y_AXIS] = y;
  8031. gcode_target[Z_AXIS] = z;
  8032. gcode_target[E_AXIS] = e;
  8033. float dz = z - current_position[Z_AXIS];
  8034. float de = e - current_position[E_AXIS];
  8035. for (int i = 1; i < n_segments; ++ i) {
  8036. float t = float(i) / float(n_segments);
  8037. plan_buffer_line(current_position[X_AXIS] + t * dx,
  8038. current_position[Y_AXIS] + t * dy,
  8039. current_position[Z_AXIS] + t * dz,
  8040. current_position[E_AXIS] + t * de,
  8041. feed_rate, extruder, gcode_target);
  8042. if (waiting_inside_plan_buffer_line_print_aborted)
  8043. return;
  8044. }
  8045. }
  8046. // The rest of the path.
  8047. plan_buffer_line(x, y, z, e, feed_rate, extruder);
  8048. }
  8049. #endif // MESH_BED_LEVELING
  8050. void prepare_move()
  8051. {
  8052. clamp_to_software_endstops(destination);
  8053. previous_millis_cmd = _millis();
  8054. // Do not use feedmultiply for E or Z only moves
  8055. if( (current_position[X_AXIS] == destination [X_AXIS]) && (current_position[Y_AXIS] == destination [Y_AXIS])) {
  8056. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  8057. }
  8058. else {
  8059. #ifdef MESH_BED_LEVELING
  8060. 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);
  8061. #else
  8062. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate*feedmultiply*(1./(60.f*100.f)), active_extruder);
  8063. #endif
  8064. }
  8065. set_current_to_destination();
  8066. }
  8067. void prepare_arc_move(char isclockwise) {
  8068. float r = hypot(offset[X_AXIS], offset[Y_AXIS]); // Compute arc radius for mc_arc
  8069. // Trace the arc
  8070. mc_arc(current_position, destination, offset, X_AXIS, Y_AXIS, Z_AXIS, feedrate*feedmultiply/60/100.0, r, isclockwise, active_extruder);
  8071. // As far as the parser is concerned, the position is now == target. In reality the
  8072. // motion control system might still be processing the action and the real tool position
  8073. // in any intermediate location.
  8074. for(int8_t i=0; i < NUM_AXIS; i++) {
  8075. current_position[i] = destination[i];
  8076. }
  8077. previous_millis_cmd = _millis();
  8078. }
  8079. #if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
  8080. #if defined(FAN_PIN)
  8081. #if CONTROLLERFAN_PIN == FAN_PIN
  8082. #error "You cannot set CONTROLLERFAN_PIN equal to FAN_PIN"
  8083. #endif
  8084. #endif
  8085. unsigned long lastMotor = 0; //Save the time for when a motor was turned on last
  8086. unsigned long lastMotorCheck = 0;
  8087. void controllerFan()
  8088. {
  8089. if ((_millis() - lastMotorCheck) >= 2500) //Not a time critical function, so we only check every 2500ms
  8090. {
  8091. lastMotorCheck = _millis();
  8092. if(!READ(X_ENABLE_PIN) || !READ(Y_ENABLE_PIN) || !READ(Z_ENABLE_PIN) || (soft_pwm_bed > 0)
  8093. #if EXTRUDERS > 2
  8094. || !READ(E2_ENABLE_PIN)
  8095. #endif
  8096. #if EXTRUDER > 1
  8097. #if defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1
  8098. || !READ(X2_ENABLE_PIN)
  8099. #endif
  8100. || !READ(E1_ENABLE_PIN)
  8101. #endif
  8102. || !READ(E0_ENABLE_PIN)) //If any of the drivers are enabled...
  8103. {
  8104. lastMotor = _millis(); //... set time to NOW so the fan will turn on
  8105. }
  8106. if ((_millis() - lastMotor) >= (CONTROLLERFAN_SECS*1000UL) || lastMotor == 0) //If the last time any driver was enabled, is longer since than CONTROLLERSEC...
  8107. {
  8108. digitalWrite(CONTROLLERFAN_PIN, 0);
  8109. analogWrite(CONTROLLERFAN_PIN, 0);
  8110. }
  8111. else
  8112. {
  8113. // allows digital or PWM fan output to be used (see M42 handling)
  8114. digitalWrite(CONTROLLERFAN_PIN, CONTROLLERFAN_SPEED);
  8115. analogWrite(CONTROLLERFAN_PIN, CONTROLLERFAN_SPEED);
  8116. }
  8117. }
  8118. }
  8119. #endif
  8120. #ifdef TEMP_STAT_LEDS
  8121. static bool blue_led = false;
  8122. static bool red_led = false;
  8123. static uint32_t stat_update = 0;
  8124. void handle_status_leds(void) {
  8125. float max_temp = 0.0;
  8126. if(_millis() > stat_update) {
  8127. stat_update += 500; // Update every 0.5s
  8128. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  8129. max_temp = max(max_temp, degHotend(cur_extruder));
  8130. max_temp = max(max_temp, degTargetHotend(cur_extruder));
  8131. }
  8132. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  8133. max_temp = max(max_temp, degTargetBed());
  8134. max_temp = max(max_temp, degBed());
  8135. #endif
  8136. if((max_temp > 55.0) && (red_led == false)) {
  8137. digitalWrite(STAT_LED_RED, 1);
  8138. digitalWrite(STAT_LED_BLUE, 0);
  8139. red_led = true;
  8140. blue_led = false;
  8141. }
  8142. if((max_temp < 54.0) && (blue_led == false)) {
  8143. digitalWrite(STAT_LED_RED, 0);
  8144. digitalWrite(STAT_LED_BLUE, 1);
  8145. red_led = false;
  8146. blue_led = true;
  8147. }
  8148. }
  8149. }
  8150. #endif
  8151. #ifdef SAFETYTIMER
  8152. /**
  8153. * @brief Turn off heating after safetytimer_inactive_time milliseconds of inactivity
  8154. *
  8155. * Full screen blocking notification message is shown after heater turning off.
  8156. * Paused print is not considered inactivity, as nozzle is cooled anyway and bed cooling would
  8157. * damage print.
  8158. *
  8159. * If safetytimer_inactive_time is zero, feature is disabled (heating is never turned off because of inactivity)
  8160. */
  8161. static void handleSafetyTimer()
  8162. {
  8163. #if (EXTRUDERS > 1)
  8164. #error Implemented only for one extruder.
  8165. #endif //(EXTRUDERS > 1)
  8166. if ((PRINTER_ACTIVE) || (!degTargetBed() && !degTargetHotend(0)) || (!safetytimer_inactive_time))
  8167. {
  8168. safetyTimer.stop();
  8169. }
  8170. else if ((degTargetBed() || degTargetHotend(0)) && (!safetyTimer.running()))
  8171. {
  8172. safetyTimer.start();
  8173. }
  8174. else if (safetyTimer.expired(farm_mode?FARM_DEFAULT_SAFETYTIMER_TIME_ms:safetytimer_inactive_time))
  8175. {
  8176. setTargetBed(0);
  8177. setAllTargetHotends(0);
  8178. lcd_show_fullscreen_message_and_wait_P(_i("Heating disabled by safety timer."));////MSG_BED_HEATING_SAFETY_DISABLED
  8179. }
  8180. }
  8181. #endif //SAFETYTIMER
  8182. void manage_inactivity(bool ignore_stepper_queue/*=false*/) //default argument set in Marlin.h
  8183. {
  8184. bool bInhibitFlag;
  8185. #ifdef FILAMENT_SENSOR
  8186. if (mmu_enabled == false)
  8187. {
  8188. //-// if (mcode_in_progress != 600) //M600 not in progress
  8189. #ifdef PAT9125
  8190. bInhibitFlag=(menu_menu==lcd_menu_extruder_info); // Support::ExtruderInfo menu active
  8191. #endif // PAT9125
  8192. #ifdef IR_SENSOR
  8193. bInhibitFlag=(menu_menu==lcd_menu_show_sensors_state); // Support::SensorInfo menu active
  8194. #endif // IR_SENSOR
  8195. if ((mcode_in_progress != 600) && (eFilamentAction != FilamentAction::AutoLoad) && (!bInhibitFlag)) //M600 not in progress, preHeat @ autoLoad menu not active, Support::ExtruderInfo/SensorInfo menu not active
  8196. {
  8197. if (!moves_planned() && !IS_SD_PRINTING && !is_usb_printing && (lcd_commands_type != LcdCommands::Layer1Cal) && ! eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE))
  8198. {
  8199. if (fsensor_check_autoload())
  8200. {
  8201. #ifdef PAT9125
  8202. fsensor_autoload_check_stop();
  8203. #endif //PAT9125
  8204. //-// if (degHotend0() > EXTRUDE_MINTEMP)
  8205. if(0)
  8206. {
  8207. Sound_MakeCustom(50,1000,false);
  8208. loading_flag = true;
  8209. enquecommand_front_P((PSTR("M701")));
  8210. }
  8211. else
  8212. {
  8213. /*
  8214. lcd_update_enable(false);
  8215. show_preheat_nozzle_warning();
  8216. lcd_update_enable(true);
  8217. */
  8218. eFilamentAction=FilamentAction::AutoLoad;
  8219. bFilamentFirstRun=false;
  8220. if(target_temperature[0]>=EXTRUDE_MINTEMP)
  8221. {
  8222. bFilamentPreheatState=true;
  8223. // mFilamentItem(target_temperature[0],target_temperature_bed);
  8224. menu_submenu(mFilamentItemForce);
  8225. }
  8226. else
  8227. {
  8228. menu_submenu(lcd_generic_preheat_menu);
  8229. lcd_timeoutToStatus.start();
  8230. }
  8231. }
  8232. }
  8233. }
  8234. else
  8235. {
  8236. #ifdef PAT9125
  8237. fsensor_autoload_check_stop();
  8238. #endif //PAT9125
  8239. fsensor_update();
  8240. }
  8241. }
  8242. }
  8243. #endif //FILAMENT_SENSOR
  8244. #ifdef SAFETYTIMER
  8245. handleSafetyTimer();
  8246. #endif //SAFETYTIMER
  8247. #if defined(KILL_PIN) && KILL_PIN > -1
  8248. static int killCount = 0; // make the inactivity button a bit less responsive
  8249. const int KILL_DELAY = 10000;
  8250. #endif
  8251. if(buflen < (BUFSIZE-1)){
  8252. get_command();
  8253. }
  8254. if( (_millis() - previous_millis_cmd) > max_inactive_time )
  8255. if(max_inactive_time)
  8256. kill(_n("Inactivity Shutdown"), 4);
  8257. if(stepper_inactive_time) {
  8258. if( (_millis() - previous_millis_cmd) > stepper_inactive_time )
  8259. {
  8260. if(blocks_queued() == false && ignore_stepper_queue == false) {
  8261. disable_x();
  8262. disable_y();
  8263. disable_z();
  8264. disable_e0();
  8265. disable_e1();
  8266. disable_e2();
  8267. }
  8268. }
  8269. }
  8270. #ifdef CHDK //Check if pin should be set to LOW after M240 set it to HIGH
  8271. if (chdkActive && (_millis() - chdkHigh > CHDK_DELAY))
  8272. {
  8273. chdkActive = false;
  8274. WRITE(CHDK, LOW);
  8275. }
  8276. #endif
  8277. #if defined(KILL_PIN) && KILL_PIN > -1
  8278. // Check if the kill button was pressed and wait just in case it was an accidental
  8279. // key kill key press
  8280. // -------------------------------------------------------------------------------
  8281. if( 0 == READ(KILL_PIN) )
  8282. {
  8283. killCount++;
  8284. }
  8285. else if (killCount > 0)
  8286. {
  8287. killCount--;
  8288. }
  8289. // Exceeded threshold and we can confirm that it was not accidental
  8290. // KILL the machine
  8291. // ----------------------------------------------------------------
  8292. if ( killCount >= KILL_DELAY)
  8293. {
  8294. kill(NULL, 5);
  8295. }
  8296. #endif
  8297. #if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
  8298. controllerFan(); //Check if fan should be turned on to cool stepper drivers down
  8299. #endif
  8300. #ifdef EXTRUDER_RUNOUT_PREVENT
  8301. if( (_millis() - previous_millis_cmd) > EXTRUDER_RUNOUT_SECONDS*1000 )
  8302. if(degHotend(active_extruder)>EXTRUDER_RUNOUT_MINTEMP)
  8303. {
  8304. bool oldstatus=READ(E0_ENABLE_PIN);
  8305. enable_e0();
  8306. float oldepos=current_position[E_AXIS];
  8307. float oldedes=destination[E_AXIS];
  8308. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS],
  8309. destination[E_AXIS]+EXTRUDER_RUNOUT_EXTRUDE*EXTRUDER_RUNOUT_ESTEPS/cs.axis_steps_per_unit[E_AXIS],
  8310. EXTRUDER_RUNOUT_SPEED/60.*EXTRUDER_RUNOUT_ESTEPS/cs.axis_steps_per_unit[E_AXIS], active_extruder);
  8311. current_position[E_AXIS]=oldepos;
  8312. destination[E_AXIS]=oldedes;
  8313. plan_set_e_position(oldepos);
  8314. previous_millis_cmd=_millis();
  8315. st_synchronize();
  8316. WRITE(E0_ENABLE_PIN,oldstatus);
  8317. }
  8318. #endif
  8319. #ifdef TEMP_STAT_LEDS
  8320. handle_status_leds();
  8321. #endif
  8322. check_axes_activity();
  8323. mmu_loop();
  8324. }
  8325. void kill(const char *full_screen_message, unsigned char id)
  8326. {
  8327. printf_P(_N("KILL: %d\n"), id);
  8328. //return;
  8329. cli(); // Stop interrupts
  8330. disable_heater();
  8331. disable_x();
  8332. // SERIAL_ECHOLNPGM("kill - disable Y");
  8333. disable_y();
  8334. disable_z();
  8335. disable_e0();
  8336. disable_e1();
  8337. disable_e2();
  8338. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  8339. pinMode(PS_ON_PIN,INPUT);
  8340. #endif
  8341. SERIAL_ERROR_START;
  8342. SERIAL_ERRORLNRPGM(_n("Printer halted. kill() called!"));////MSG_ERR_KILLED
  8343. if (full_screen_message != NULL) {
  8344. SERIAL_ERRORLNRPGM(full_screen_message);
  8345. lcd_display_message_fullscreen_P(full_screen_message);
  8346. } else {
  8347. LCD_ALERTMESSAGERPGM(_n("KILLED. "));////MSG_KILLED
  8348. }
  8349. // FMC small patch to update the LCD before ending
  8350. sei(); // enable interrupts
  8351. for ( int i=5; i--; lcd_update(0))
  8352. {
  8353. _delay(200);
  8354. }
  8355. cli(); // disable interrupts
  8356. suicide();
  8357. while(1)
  8358. {
  8359. #ifdef WATCHDOG
  8360. wdt_reset();
  8361. #endif //WATCHDOG
  8362. /* Intentionally left empty */
  8363. } // Wait for reset
  8364. }
  8365. // Stop: Emergency stop used by overtemp functions which allows recovery
  8366. //
  8367. // In addition to stopping the print, this prevents subsequent G[0-3] commands to be
  8368. // processed via USB (using "Stopped") until the print is resumed via M999 or
  8369. // manually started from scratch with the LCD.
  8370. //
  8371. // Note that the current instruction is completely discarded, so resuming from Stop()
  8372. // will introduce either over/under extrusion on the current segment, and will not
  8373. // survive a power panic. Switching Stop() to use the pause machinery instead (with
  8374. // the addition of disabling the headers) could allow true recovery in the future.
  8375. void Stop()
  8376. {
  8377. disable_heater();
  8378. if(Stopped == false) {
  8379. Stopped = true;
  8380. lcd_print_stop();
  8381. Stopped_gcode_LastN = gcode_LastN; // Save last g_code for restart
  8382. SERIAL_ERROR_START;
  8383. SERIAL_ERRORLNRPGM(MSG_ERR_STOPPED);
  8384. LCD_MESSAGERPGM(_T(MSG_STOPPED));
  8385. }
  8386. }
  8387. bool IsStopped() { return Stopped; };
  8388. #ifdef FAST_PWM_FAN
  8389. void setPwmFrequency(uint8_t pin, int val)
  8390. {
  8391. val &= 0x07;
  8392. switch(digitalPinToTimer(pin))
  8393. {
  8394. #if defined(TCCR0A)
  8395. case TIMER0A:
  8396. case TIMER0B:
  8397. // TCCR0B &= ~(_BV(CS00) | _BV(CS01) | _BV(CS02));
  8398. // TCCR0B |= val;
  8399. break;
  8400. #endif
  8401. #if defined(TCCR1A)
  8402. case TIMER1A:
  8403. case TIMER1B:
  8404. // TCCR1B &= ~(_BV(CS10) | _BV(CS11) | _BV(CS12));
  8405. // TCCR1B |= val;
  8406. break;
  8407. #endif
  8408. #if defined(TCCR2)
  8409. case TIMER2:
  8410. case TIMER2:
  8411. TCCR2 &= ~(_BV(CS10) | _BV(CS11) | _BV(CS12));
  8412. TCCR2 |= val;
  8413. break;
  8414. #endif
  8415. #if defined(TCCR2A)
  8416. case TIMER2A:
  8417. case TIMER2B:
  8418. TCCR2B &= ~(_BV(CS20) | _BV(CS21) | _BV(CS22));
  8419. TCCR2B |= val;
  8420. break;
  8421. #endif
  8422. #if defined(TCCR3A)
  8423. case TIMER3A:
  8424. case TIMER3B:
  8425. case TIMER3C:
  8426. TCCR3B &= ~(_BV(CS30) | _BV(CS31) | _BV(CS32));
  8427. TCCR3B |= val;
  8428. break;
  8429. #endif
  8430. #if defined(TCCR4A)
  8431. case TIMER4A:
  8432. case TIMER4B:
  8433. case TIMER4C:
  8434. TCCR4B &= ~(_BV(CS40) | _BV(CS41) | _BV(CS42));
  8435. TCCR4B |= val;
  8436. break;
  8437. #endif
  8438. #if defined(TCCR5A)
  8439. case TIMER5A:
  8440. case TIMER5B:
  8441. case TIMER5C:
  8442. TCCR5B &= ~(_BV(CS50) | _BV(CS51) | _BV(CS52));
  8443. TCCR5B |= val;
  8444. break;
  8445. #endif
  8446. }
  8447. }
  8448. #endif //FAST_PWM_FAN
  8449. //! @brief Get and validate extruder number
  8450. //!
  8451. //! If it is not specified, active_extruder is returned in parameter extruder.
  8452. //! @param [in] code M code number
  8453. //! @param [out] extruder
  8454. //! @return error
  8455. //! @retval true Invalid extruder specified in T code
  8456. //! @retval false Valid extruder specified in T code, or not specifiead
  8457. bool setTargetedHotend(int code, uint8_t &extruder)
  8458. {
  8459. extruder = active_extruder;
  8460. if(code_seen('T')) {
  8461. extruder = code_value();
  8462. if(extruder >= EXTRUDERS) {
  8463. SERIAL_ECHO_START;
  8464. switch(code){
  8465. case 104:
  8466. SERIAL_ECHORPGM(_n("M104 Invalid extruder "));////MSG_M104_INVALID_EXTRUDER
  8467. break;
  8468. case 105:
  8469. SERIAL_ECHO(_n("M105 Invalid extruder "));////MSG_M105_INVALID_EXTRUDER
  8470. break;
  8471. case 109:
  8472. SERIAL_ECHO(_n("M109 Invalid extruder "));////MSG_M109_INVALID_EXTRUDER
  8473. break;
  8474. case 218:
  8475. SERIAL_ECHO(_n("M218 Invalid extruder "));////MSG_M218_INVALID_EXTRUDER
  8476. break;
  8477. case 221:
  8478. SERIAL_ECHO(_n("M221 Invalid extruder "));////MSG_M221_INVALID_EXTRUDER
  8479. break;
  8480. }
  8481. SERIAL_PROTOCOLLN((int)extruder);
  8482. return true;
  8483. }
  8484. }
  8485. return false;
  8486. }
  8487. void save_statistics(unsigned long _total_filament_used, unsigned long _total_print_time) //_total_filament_used unit: mm/100; print time in s
  8488. {
  8489. 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)
  8490. {
  8491. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, 0);
  8492. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, 0);
  8493. }
  8494. unsigned long _previous_filament = eeprom_read_dword((uint32_t *)EEPROM_FILAMENTUSED); //_previous_filament unit: cm
  8495. unsigned long _previous_time = eeprom_read_dword((uint32_t *)EEPROM_TOTALTIME); //_previous_time unit: min
  8496. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, _previous_time + (_total_print_time/60)); //EEPROM_TOTALTIME unit: min
  8497. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, _previous_filament + (_total_filament_used / 1000));
  8498. total_filament_used = 0;
  8499. }
  8500. float calculate_extruder_multiplier(float diameter) {
  8501. float out = 1.f;
  8502. if (cs.volumetric_enabled && diameter > 0.f) {
  8503. float area = M_PI * diameter * diameter * 0.25;
  8504. out = 1.f / area;
  8505. }
  8506. if (extrudemultiply != 100)
  8507. out *= float(extrudemultiply) * 0.01f;
  8508. return out;
  8509. }
  8510. void calculate_extruder_multipliers() {
  8511. extruder_multiplier[0] = calculate_extruder_multiplier(cs.filament_size[0]);
  8512. #if EXTRUDERS > 1
  8513. extruder_multiplier[1] = calculate_extruder_multiplier(cs.filament_size[1]);
  8514. #if EXTRUDERS > 2
  8515. extruder_multiplier[2] = calculate_extruder_multiplier(cs.filament_size[2]);
  8516. #endif
  8517. #endif
  8518. }
  8519. void delay_keep_alive(unsigned int ms)
  8520. {
  8521. for (;;) {
  8522. manage_heater();
  8523. // Manage inactivity, but don't disable steppers on timeout.
  8524. manage_inactivity(true);
  8525. lcd_update(0);
  8526. if (ms == 0)
  8527. break;
  8528. else if (ms >= 50) {
  8529. _delay(50);
  8530. ms -= 50;
  8531. } else {
  8532. _delay(ms);
  8533. ms = 0;
  8534. }
  8535. }
  8536. }
  8537. static void wait_for_heater(long codenum, uint8_t extruder) {
  8538. if (!degTargetHotend(extruder))
  8539. return;
  8540. #ifdef TEMP_RESIDENCY_TIME
  8541. long residencyStart;
  8542. residencyStart = -1;
  8543. /* continue to loop until we have reached the target temp
  8544. _and_ until TEMP_RESIDENCY_TIME hasn't passed since we reached it */
  8545. cancel_heatup = false;
  8546. while ((!cancel_heatup) && ((residencyStart == -1) ||
  8547. (residencyStart >= 0 && (((unsigned int)(_millis() - residencyStart)) < (TEMP_RESIDENCY_TIME * 1000UL))))) {
  8548. #else
  8549. while (target_direction ? (isHeatingHotend(tmp_extruder)) : (isCoolingHotend(tmp_extruder) && (CooldownNoWait == false))) {
  8550. #endif //TEMP_RESIDENCY_TIME
  8551. if ((_millis() - codenum) > 1000UL)
  8552. { //Print Temp Reading and remaining time every 1 second while heating up/cooling down
  8553. if (!farm_mode) {
  8554. SERIAL_PROTOCOLPGM("T:");
  8555. SERIAL_PROTOCOL_F(degHotend(extruder), 1);
  8556. SERIAL_PROTOCOLPGM(" E:");
  8557. SERIAL_PROTOCOL((int)extruder);
  8558. #ifdef TEMP_RESIDENCY_TIME
  8559. SERIAL_PROTOCOLPGM(" W:");
  8560. if (residencyStart > -1)
  8561. {
  8562. codenum = ((TEMP_RESIDENCY_TIME * 1000UL) - (_millis() - residencyStart)) / 1000UL;
  8563. SERIAL_PROTOCOLLN(codenum);
  8564. }
  8565. else
  8566. {
  8567. SERIAL_PROTOCOLLN("?");
  8568. }
  8569. }
  8570. #else
  8571. SERIAL_PROTOCOLLN("");
  8572. #endif
  8573. codenum = _millis();
  8574. }
  8575. manage_heater();
  8576. manage_inactivity(true); //do not disable steppers
  8577. lcd_update(0);
  8578. #ifdef TEMP_RESIDENCY_TIME
  8579. /* start/restart the TEMP_RESIDENCY_TIME timer whenever we reach target temp for the first time
  8580. or when current temp falls outside the hysteresis after target temp was reached */
  8581. if ((residencyStart == -1 && target_direction && (degHotend(extruder) >= (degTargetHotend(extruder) - TEMP_WINDOW))) ||
  8582. (residencyStart == -1 && !target_direction && (degHotend(extruder) <= (degTargetHotend(extruder) + TEMP_WINDOW))) ||
  8583. (residencyStart > -1 && labs(degHotend(extruder) - degTargetHotend(extruder)) > TEMP_HYSTERESIS))
  8584. {
  8585. residencyStart = _millis();
  8586. }
  8587. #endif //TEMP_RESIDENCY_TIME
  8588. }
  8589. }
  8590. void check_babystep()
  8591. {
  8592. int babystep_z = eeprom_read_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->
  8593. s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)));
  8594. if ((babystep_z < Z_BABYSTEP_MIN) || (babystep_z > Z_BABYSTEP_MAX)) {
  8595. babystep_z = 0; //if babystep value is out of min max range, set it to 0
  8596. SERIAL_ECHOLNPGM("Z live adjust out of range. Setting to 0");
  8597. eeprom_write_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->
  8598. s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),
  8599. babystep_z);
  8600. lcd_show_fullscreen_message_and_wait_P(PSTR("Z live adjust out of range. Setting to 0. Click to continue."));
  8601. lcd_update_enable(true);
  8602. }
  8603. }
  8604. #ifdef HEATBED_ANALYSIS
  8605. void d_setup()
  8606. {
  8607. pinMode(D_DATACLOCK, INPUT_PULLUP);
  8608. pinMode(D_DATA, INPUT_PULLUP);
  8609. pinMode(D_REQUIRE, OUTPUT);
  8610. digitalWrite(D_REQUIRE, HIGH);
  8611. }
  8612. float d_ReadData()
  8613. {
  8614. int digit[13];
  8615. String mergeOutput;
  8616. float output;
  8617. digitalWrite(D_REQUIRE, HIGH);
  8618. for (int i = 0; i<13; i++)
  8619. {
  8620. for (int j = 0; j < 4; j++)
  8621. {
  8622. while (digitalRead(D_DATACLOCK) == LOW) {}
  8623. while (digitalRead(D_DATACLOCK) == HIGH) {}
  8624. bitWrite(digit[i], j, digitalRead(D_DATA));
  8625. }
  8626. }
  8627. digitalWrite(D_REQUIRE, LOW);
  8628. mergeOutput = "";
  8629. output = 0;
  8630. for (int r = 5; r <= 10; r++) //Merge digits
  8631. {
  8632. mergeOutput += digit[r];
  8633. }
  8634. output = mergeOutput.toFloat();
  8635. if (digit[4] == 8) //Handle sign
  8636. {
  8637. output *= -1;
  8638. }
  8639. for (int i = digit[11]; i > 0; i--) //Handle floating point
  8640. {
  8641. output /= 10;
  8642. }
  8643. return output;
  8644. }
  8645. void bed_check(float x_dimension, float y_dimension, int x_points_num, int y_points_num, float shift_x, float shift_y) {
  8646. int t1 = 0;
  8647. int t_delay = 0;
  8648. int digit[13];
  8649. int m;
  8650. char str[3];
  8651. //String mergeOutput;
  8652. char mergeOutput[15];
  8653. float output;
  8654. int mesh_point = 0; //index number of calibration point
  8655. 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
  8656. float bed_zero_ref_y = (-0.6f + Y_PROBE_OFFSET_FROM_EXTRUDER);
  8657. float mesh_home_z_search = 4;
  8658. float measure_z_height = 0.2f;
  8659. float row[x_points_num];
  8660. int ix = 0;
  8661. int iy = 0;
  8662. const char* filename_wldsd = "mesh.txt";
  8663. char data_wldsd[x_points_num * 7 + 1]; //6 chars(" -A.BCD")for each measurement + null
  8664. char numb_wldsd[8]; // (" -A.BCD" + null)
  8665. #ifdef MICROMETER_LOGGING
  8666. d_setup();
  8667. #endif //MICROMETER_LOGGING
  8668. int XY_AXIS_FEEDRATE = homing_feedrate[X_AXIS] / 20;
  8669. int Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 40;
  8670. unsigned int custom_message_type_old = custom_message_type;
  8671. unsigned int custom_message_state_old = custom_message_state;
  8672. custom_message_type = CustomMsg::MeshBedLeveling;
  8673. custom_message_state = (x_points_num * y_points_num) + 10;
  8674. lcd_update(1);
  8675. //mbl.reset();
  8676. babystep_undo();
  8677. card.openFile(filename_wldsd, false);
  8678. /*destination[Z_AXIS] = mesh_home_z_search;
  8679. //plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE, active_extruder);
  8680. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], Z_LIFT_FEEDRATE, active_extruder);
  8681. for(int8_t i=0; i < NUM_AXIS; i++) {
  8682. current_position[i] = destination[i];
  8683. }
  8684. st_synchronize();
  8685. */
  8686. destination[Z_AXIS] = measure_z_height;
  8687. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], Z_LIFT_FEEDRATE, active_extruder);
  8688. for(int8_t i=0; i < NUM_AXIS; i++) {
  8689. current_position[i] = destination[i];
  8690. }
  8691. st_synchronize();
  8692. /*int l_feedmultiply = */setup_for_endstop_move(false);
  8693. SERIAL_PROTOCOLPGM("Num X,Y: ");
  8694. SERIAL_PROTOCOL(x_points_num);
  8695. SERIAL_PROTOCOLPGM(",");
  8696. SERIAL_PROTOCOL(y_points_num);
  8697. SERIAL_PROTOCOLPGM("\nZ search height: ");
  8698. SERIAL_PROTOCOL(mesh_home_z_search);
  8699. SERIAL_PROTOCOLPGM("\nDimension X,Y: ");
  8700. SERIAL_PROTOCOL(x_dimension);
  8701. SERIAL_PROTOCOLPGM(",");
  8702. SERIAL_PROTOCOL(y_dimension);
  8703. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  8704. while (mesh_point != x_points_num * y_points_num) {
  8705. ix = mesh_point % x_points_num; // from 0 to MESH_NUM_X_POINTS - 1
  8706. iy = mesh_point / x_points_num;
  8707. if (iy & 1) ix = (x_points_num - 1) - ix; // Zig zag
  8708. float z0 = 0.f;
  8709. /*destination[Z_AXIS] = mesh_home_z_search;
  8710. //plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE, active_extruder);
  8711. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], Z_LIFT_FEEDRATE, active_extruder);
  8712. for(int8_t i=0; i < NUM_AXIS; i++) {
  8713. current_position[i] = destination[i];
  8714. }
  8715. st_synchronize();*/
  8716. //current_position[X_AXIS] = 13.f + ix * (x_dimension / (x_points_num - 1)) - bed_zero_ref_x + shift_x;
  8717. //current_position[Y_AXIS] = 6.4f + iy * (y_dimension / (y_points_num - 1)) - bed_zero_ref_y + shift_y;
  8718. destination[X_AXIS] = ix * (x_dimension / (x_points_num - 1)) + shift_x;
  8719. destination[Y_AXIS] = iy * (y_dimension / (y_points_num - 1)) + shift_y;
  8720. mesh_plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], XY_AXIS_FEEDRATE/6, active_extruder);
  8721. set_current_to_destination();
  8722. st_synchronize();
  8723. // printf_P(PSTR("X = %f; Y= %f \n"), current_position[X_AXIS], current_position[Y_AXIS]);
  8724. delay_keep_alive(1000);
  8725. #ifdef MICROMETER_LOGGING
  8726. //memset(numb_wldsd, 0, sizeof(numb_wldsd));
  8727. //dtostrf(d_ReadData(), 8, 5, numb_wldsd);
  8728. //strcat(data_wldsd, numb_wldsd);
  8729. //MYSERIAL.println(data_wldsd);
  8730. //delay(1000);
  8731. //delay(3000);
  8732. //t1 = millis();
  8733. //while (digitalRead(D_DATACLOCK) == LOW) {}
  8734. //while (digitalRead(D_DATACLOCK) == HIGH) {}
  8735. memset(digit, 0, sizeof(digit));
  8736. //cli();
  8737. digitalWrite(D_REQUIRE, LOW);
  8738. for (int i = 0; i<13; i++)
  8739. {
  8740. //t1 = millis();
  8741. for (int j = 0; j < 4; j++)
  8742. {
  8743. while (digitalRead(D_DATACLOCK) == LOW) {}
  8744. while (digitalRead(D_DATACLOCK) == HIGH) {}
  8745. //printf_P(PSTR("Done %d\n"), j);
  8746. bitWrite(digit[i], j, digitalRead(D_DATA));
  8747. }
  8748. //t_delay = (millis() - t1);
  8749. //SERIAL_PROTOCOLPGM(" ");
  8750. //SERIAL_PROTOCOL_F(t_delay, 5);
  8751. //SERIAL_PROTOCOLPGM(" ");
  8752. }
  8753. //sei();
  8754. digitalWrite(D_REQUIRE, HIGH);
  8755. mergeOutput[0] = '\0';
  8756. output = 0;
  8757. for (int r = 5; r <= 10; r++) //Merge digits
  8758. {
  8759. sprintf(str, "%d", digit[r]);
  8760. strcat(mergeOutput, str);
  8761. }
  8762. output = atof(mergeOutput);
  8763. if (digit[4] == 8) //Handle sign
  8764. {
  8765. output *= -1;
  8766. }
  8767. for (int i = digit[11]; i > 0; i--) //Handle floating point
  8768. {
  8769. output *= 0.1;
  8770. }
  8771. //output = d_ReadData();
  8772. //row[ix] = current_position[Z_AXIS];
  8773. //row[ix] = d_ReadData();
  8774. row[ix] = output;
  8775. if (iy % 2 == 1 ? ix == 0 : ix == x_points_num - 1) {
  8776. memset(data_wldsd, 0, sizeof(data_wldsd));
  8777. for (int i = 0; i < x_points_num; i++) {
  8778. SERIAL_PROTOCOLPGM(" ");
  8779. SERIAL_PROTOCOL_F(row[i], 5);
  8780. memset(numb_wldsd, 0, sizeof(numb_wldsd));
  8781. dtostrf(row[i], 7, 3, numb_wldsd);
  8782. strcat(data_wldsd, numb_wldsd);
  8783. }
  8784. card.write_command(data_wldsd);
  8785. SERIAL_PROTOCOLPGM("\n");
  8786. }
  8787. custom_message_state--;
  8788. mesh_point++;
  8789. lcd_update(1);
  8790. }
  8791. #endif //MICROMETER_LOGGING
  8792. card.closefile();
  8793. //clean_up_after_endstop_move(l_feedmultiply);
  8794. }
  8795. void bed_analysis(float x_dimension, float y_dimension, int x_points_num, int y_points_num, float shift_x, float shift_y) {
  8796. int t1 = 0;
  8797. int t_delay = 0;
  8798. int digit[13];
  8799. int m;
  8800. char str[3];
  8801. //String mergeOutput;
  8802. char mergeOutput[15];
  8803. float output;
  8804. int mesh_point = 0; //index number of calibration point
  8805. 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
  8806. float bed_zero_ref_y = (-0.6f + Y_PROBE_OFFSET_FROM_EXTRUDER);
  8807. float mesh_home_z_search = 4;
  8808. float row[x_points_num];
  8809. int ix = 0;
  8810. int iy = 0;
  8811. const char* filename_wldsd = "wldsd.txt";
  8812. char data_wldsd[70];
  8813. char numb_wldsd[10];
  8814. d_setup();
  8815. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  8816. // We don't know where we are! HOME!
  8817. // Push the commands to the front of the message queue in the reverse order!
  8818. // There shall be always enough space reserved for these commands.
  8819. repeatcommand_front(); // repeat G80 with all its parameters
  8820. enquecommand_front_P((PSTR("G28 W0")));
  8821. enquecommand_front_P((PSTR("G1 Z5")));
  8822. return;
  8823. }
  8824. unsigned int custom_message_type_old = custom_message_type;
  8825. unsigned int custom_message_state_old = custom_message_state;
  8826. custom_message_type = CustomMsg::MeshBedLeveling;
  8827. custom_message_state = (x_points_num * y_points_num) + 10;
  8828. lcd_update(1);
  8829. mbl.reset();
  8830. babystep_undo();
  8831. card.openFile(filename_wldsd, false);
  8832. current_position[Z_AXIS] = mesh_home_z_search;
  8833. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 60, active_extruder);
  8834. int XY_AXIS_FEEDRATE = homing_feedrate[X_AXIS] / 20;
  8835. int Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 40;
  8836. int l_feedmultiply = setup_for_endstop_move(false);
  8837. SERIAL_PROTOCOLPGM("Num X,Y: ");
  8838. SERIAL_PROTOCOL(x_points_num);
  8839. SERIAL_PROTOCOLPGM(",");
  8840. SERIAL_PROTOCOL(y_points_num);
  8841. SERIAL_PROTOCOLPGM("\nZ search height: ");
  8842. SERIAL_PROTOCOL(mesh_home_z_search);
  8843. SERIAL_PROTOCOLPGM("\nDimension X,Y: ");
  8844. SERIAL_PROTOCOL(x_dimension);
  8845. SERIAL_PROTOCOLPGM(",");
  8846. SERIAL_PROTOCOL(y_dimension);
  8847. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  8848. while (mesh_point != x_points_num * y_points_num) {
  8849. ix = mesh_point % x_points_num; // from 0 to MESH_NUM_X_POINTS - 1
  8850. iy = mesh_point / x_points_num;
  8851. if (iy & 1) ix = (x_points_num - 1) - ix; // Zig zag
  8852. float z0 = 0.f;
  8853. current_position[Z_AXIS] = mesh_home_z_search;
  8854. plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE, active_extruder);
  8855. st_synchronize();
  8856. current_position[X_AXIS] = 13.f + ix * (x_dimension / (x_points_num - 1)) - bed_zero_ref_x + shift_x;
  8857. current_position[Y_AXIS] = 6.4f + iy * (y_dimension / (y_points_num - 1)) - bed_zero_ref_y + shift_y;
  8858. plan_buffer_line_curposXYZE(XY_AXIS_FEEDRATE, active_extruder);
  8859. st_synchronize();
  8860. 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
  8861. break;
  8862. card.closefile();
  8863. }
  8864. //memset(numb_wldsd, 0, sizeof(numb_wldsd));
  8865. //dtostrf(d_ReadData(), 8, 5, numb_wldsd);
  8866. //strcat(data_wldsd, numb_wldsd);
  8867. //MYSERIAL.println(data_wldsd);
  8868. //_delay(1000);
  8869. //_delay(3000);
  8870. //t1 = _millis();
  8871. //while (digitalRead(D_DATACLOCK) == LOW) {}
  8872. //while (digitalRead(D_DATACLOCK) == HIGH) {}
  8873. memset(digit, 0, sizeof(digit));
  8874. //cli();
  8875. digitalWrite(D_REQUIRE, LOW);
  8876. for (int i = 0; i<13; i++)
  8877. {
  8878. //t1 = _millis();
  8879. for (int j = 0; j < 4; j++)
  8880. {
  8881. while (digitalRead(D_DATACLOCK) == LOW) {}
  8882. while (digitalRead(D_DATACLOCK) == HIGH) {}
  8883. bitWrite(digit[i], j, digitalRead(D_DATA));
  8884. }
  8885. //t_delay = (_millis() - t1);
  8886. //SERIAL_PROTOCOLPGM(" ");
  8887. //SERIAL_PROTOCOL_F(t_delay, 5);
  8888. //SERIAL_PROTOCOLPGM(" ");
  8889. }
  8890. //sei();
  8891. digitalWrite(D_REQUIRE, HIGH);
  8892. mergeOutput[0] = '\0';
  8893. output = 0;
  8894. for (int r = 5; r <= 10; r++) //Merge digits
  8895. {
  8896. sprintf(str, "%d", digit[r]);
  8897. strcat(mergeOutput, str);
  8898. }
  8899. output = atof(mergeOutput);
  8900. if (digit[4] == 8) //Handle sign
  8901. {
  8902. output *= -1;
  8903. }
  8904. for (int i = digit[11]; i > 0; i--) //Handle floating point
  8905. {
  8906. output *= 0.1;
  8907. }
  8908. //output = d_ReadData();
  8909. //row[ix] = current_position[Z_AXIS];
  8910. memset(data_wldsd, 0, sizeof(data_wldsd));
  8911. for (int i = 0; i <3; i++) {
  8912. memset(numb_wldsd, 0, sizeof(numb_wldsd));
  8913. dtostrf(current_position[i], 8, 5, numb_wldsd);
  8914. strcat(data_wldsd, numb_wldsd);
  8915. strcat(data_wldsd, ";");
  8916. }
  8917. memset(numb_wldsd, 0, sizeof(numb_wldsd));
  8918. dtostrf(output, 8, 5, numb_wldsd);
  8919. strcat(data_wldsd, numb_wldsd);
  8920. //strcat(data_wldsd, ";");
  8921. card.write_command(data_wldsd);
  8922. //row[ix] = d_ReadData();
  8923. row[ix] = output; // current_position[Z_AXIS];
  8924. if (iy % 2 == 1 ? ix == 0 : ix == x_points_num - 1) {
  8925. for (int i = 0; i < x_points_num; i++) {
  8926. SERIAL_PROTOCOLPGM(" ");
  8927. SERIAL_PROTOCOL_F(row[i], 5);
  8928. }
  8929. SERIAL_PROTOCOLPGM("\n");
  8930. }
  8931. custom_message_state--;
  8932. mesh_point++;
  8933. lcd_update(1);
  8934. }
  8935. card.closefile();
  8936. clean_up_after_endstop_move(l_feedmultiply);
  8937. }
  8938. #endif //HEATBED_ANALYSIS
  8939. #ifndef PINDA_THERMISTOR
  8940. static void temp_compensation_start() {
  8941. custom_message_type = CustomMsg::TempCompPreheat;
  8942. custom_message_state = PINDA_HEAT_T + 1;
  8943. lcd_update(2);
  8944. if (degHotend(active_extruder) > EXTRUDE_MINTEMP) {
  8945. current_position[E_AXIS] -= default_retraction;
  8946. }
  8947. plan_buffer_line_curposXYZE(400, active_extruder);
  8948. current_position[X_AXIS] = PINDA_PREHEAT_X;
  8949. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  8950. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  8951. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  8952. st_synchronize();
  8953. while (fabs(degBed() - target_temperature_bed) > 1) delay_keep_alive(1000);
  8954. for (int i = 0; i < PINDA_HEAT_T; i++) {
  8955. delay_keep_alive(1000);
  8956. custom_message_state = PINDA_HEAT_T - i;
  8957. if (custom_message_state == 99 || custom_message_state == 9) lcd_update(2); //force whole display redraw if number of digits changed
  8958. else lcd_update(1);
  8959. }
  8960. custom_message_type = CustomMsg::Status;
  8961. custom_message_state = 0;
  8962. }
  8963. static void temp_compensation_apply() {
  8964. int i_add;
  8965. int z_shift = 0;
  8966. float z_shift_mm;
  8967. if (calibration_status() == CALIBRATION_STATUS_CALIBRATED) {
  8968. if (target_temperature_bed % 10 == 0 && target_temperature_bed >= 60 && target_temperature_bed <= 100) {
  8969. i_add = (target_temperature_bed - 60) / 10;
  8970. EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + i_add * 2, &z_shift);
  8971. z_shift_mm = z_shift / cs.axis_steps_per_unit[Z_AXIS];
  8972. }else {
  8973. //interpolation
  8974. z_shift_mm = temp_comp_interpolation(target_temperature_bed) / cs.axis_steps_per_unit[Z_AXIS];
  8975. }
  8976. printf_P(_N("\nZ shift applied:%.3f\n"), z_shift_mm);
  8977. 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);
  8978. st_synchronize();
  8979. plan_set_z_position(current_position[Z_AXIS]);
  8980. }
  8981. else {
  8982. //we have no temp compensation data
  8983. }
  8984. }
  8985. #endif //ndef PINDA_THERMISTOR
  8986. float temp_comp_interpolation(float inp_temperature) {
  8987. //cubic spline interpolation
  8988. int n, i, j;
  8989. float h[10], a, b, c, d, sum, s[10] = { 0 }, x[10], F[10], f[10], m[10][10] = { 0 }, temp;
  8990. int shift[10];
  8991. int temp_C[10];
  8992. n = 6; //number of measured points
  8993. shift[0] = 0;
  8994. for (i = 0; i < n; i++) {
  8995. if (i>0) EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + (i-1) * 2, &shift[i]); //read shift in steps from EEPROM
  8996. temp_C[i] = 50 + i * 10; //temperature in C
  8997. #ifdef PINDA_THERMISTOR
  8998. temp_C[i] = 35 + i * 5; //temperature in C
  8999. #else
  9000. temp_C[i] = 50 + i * 10; //temperature in C
  9001. #endif
  9002. x[i] = (float)temp_C[i];
  9003. f[i] = (float)shift[i];
  9004. }
  9005. if (inp_temperature < x[0]) return 0;
  9006. for (i = n - 1; i>0; i--) {
  9007. F[i] = (f[i] - f[i - 1]) / (x[i] - x[i - 1]);
  9008. h[i - 1] = x[i] - x[i - 1];
  9009. }
  9010. //*********** formation of h, s , f matrix **************
  9011. for (i = 1; i<n - 1; i++) {
  9012. m[i][i] = 2 * (h[i - 1] + h[i]);
  9013. if (i != 1) {
  9014. m[i][i - 1] = h[i - 1];
  9015. m[i - 1][i] = h[i - 1];
  9016. }
  9017. m[i][n - 1] = 6 * (F[i + 1] - F[i]);
  9018. }
  9019. //*********** forward elimination **************
  9020. for (i = 1; i<n - 2; i++) {
  9021. temp = (m[i + 1][i] / m[i][i]);
  9022. for (j = 1; j <= n - 1; j++)
  9023. m[i + 1][j] -= temp*m[i][j];
  9024. }
  9025. //*********** backward substitution *********
  9026. for (i = n - 2; i>0; i--) {
  9027. sum = 0;
  9028. for (j = i; j <= n - 2; j++)
  9029. sum += m[i][j] * s[j];
  9030. s[i] = (m[i][n - 1] - sum) / m[i][i];
  9031. }
  9032. for (i = 0; i<n - 1; i++)
  9033. if ((x[i] <= inp_temperature && inp_temperature <= x[i + 1]) || (i == n-2 && inp_temperature > x[i + 1])) {
  9034. a = (s[i + 1] - s[i]) / (6 * h[i]);
  9035. b = s[i] / 2;
  9036. c = (f[i + 1] - f[i]) / h[i] - (2 * h[i] * s[i] + s[i + 1] * h[i]) / 6;
  9037. d = f[i];
  9038. sum = a*pow((inp_temperature - x[i]), 3) + b*pow((inp_temperature - x[i]), 2) + c*(inp_temperature - x[i]) + d;
  9039. }
  9040. return sum;
  9041. }
  9042. #ifdef PINDA_THERMISTOR
  9043. float temp_compensation_pinda_thermistor_offset(float temperature_pinda)
  9044. {
  9045. if (!temp_cal_active) return 0;
  9046. if (!calibration_status_pinda()) return 0;
  9047. return temp_comp_interpolation(temperature_pinda) / cs.axis_steps_per_unit[Z_AXIS];
  9048. }
  9049. #endif //PINDA_THERMISTOR
  9050. void long_pause() //long pause print
  9051. {
  9052. st_synchronize();
  9053. start_pause_print = _millis();
  9054. // Stop heaters
  9055. setAllTargetHotends(0);
  9056. //lift z
  9057. current_position[Z_AXIS] += Z_PAUSE_LIFT;
  9058. if (current_position[Z_AXIS] > Z_MAX_POS) current_position[Z_AXIS] = Z_MAX_POS;
  9059. plan_buffer_line_curposXYZE(15, active_extruder);
  9060. //Move XY to side
  9061. current_position[X_AXIS] = X_PAUSE_POS;
  9062. current_position[Y_AXIS] = Y_PAUSE_POS;
  9063. plan_buffer_line_curposXYZE(50, active_extruder);
  9064. // Turn off the print fan
  9065. fanSpeed = 0;
  9066. }
  9067. void serialecho_temperatures() {
  9068. float tt = degHotend(active_extruder);
  9069. SERIAL_PROTOCOLPGM("T:");
  9070. SERIAL_PROTOCOL(tt);
  9071. SERIAL_PROTOCOLPGM(" E:");
  9072. SERIAL_PROTOCOL((int)active_extruder);
  9073. SERIAL_PROTOCOLPGM(" B:");
  9074. SERIAL_PROTOCOL_F(degBed(), 1);
  9075. SERIAL_PROTOCOLLN("");
  9076. }
  9077. #ifdef UVLO_SUPPORT
  9078. void uvlo_()
  9079. {
  9080. unsigned long time_start = _millis();
  9081. bool sd_print = card.sdprinting;
  9082. // Conserve power as soon as possible.
  9083. #ifdef LCD_BL_PIN
  9084. backlightMode = BACKLIGHT_MODE_DIM;
  9085. backlightLevel_LOW = 0;
  9086. backlight_update();
  9087. #endif //LCD_BL_PIN
  9088. disable_x();
  9089. disable_y();
  9090. #ifdef TMC2130
  9091. tmc2130_set_current_h(Z_AXIS, 20);
  9092. tmc2130_set_current_r(Z_AXIS, 20);
  9093. tmc2130_set_current_h(E_AXIS, 20);
  9094. tmc2130_set_current_r(E_AXIS, 20);
  9095. #endif //TMC2130
  9096. // Indicate that the interrupt has been triggered.
  9097. // SERIAL_ECHOLNPGM("UVLO");
  9098. // Read out the current Z motor microstep counter. This will be later used
  9099. // for reaching the zero full step before powering off.
  9100. uint16_t z_microsteps = 0;
  9101. #ifdef TMC2130
  9102. z_microsteps = tmc2130_rd_MSCNT(Z_TMC2130_CS);
  9103. #endif //TMC2130
  9104. // Calculate the file position, from which to resume this print.
  9105. long sd_position = sdpos_atomic; //atomic sd position of last command added in queue
  9106. {
  9107. uint16_t sdlen_planner = planner_calc_sd_length(); //length of sd commands in planner
  9108. sd_position -= sdlen_planner;
  9109. uint16_t sdlen_cmdqueue = cmdqueue_calc_sd_length(); //length of sd commands in cmdqueue
  9110. sd_position -= sdlen_cmdqueue;
  9111. if (sd_position < 0) sd_position = 0;
  9112. }
  9113. // save the global state at planning time
  9114. uint16_t feedrate_bckp;
  9115. if (blocks_queued())
  9116. {
  9117. memcpy(saved_target, current_block->gcode_target, sizeof(saved_target));
  9118. feedrate_bckp = current_block->gcode_feedrate;
  9119. }
  9120. else
  9121. {
  9122. saved_target[0] = SAVED_TARGET_UNSET;
  9123. feedrate_bckp = feedrate;
  9124. }
  9125. // After this call, the planner queue is emptied and the current_position is set to a current logical coordinate.
  9126. // The logical coordinate will likely differ from the machine coordinate if the skew calibration and mesh bed leveling
  9127. // are in action.
  9128. planner_abort_hard();
  9129. // Store the current extruder position.
  9130. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION_E), st_get_position_mm(E_AXIS));
  9131. eeprom_update_byte((uint8_t*)EEPROM_UVLO_E_ABS, axis_relative_modes[3]?0:1);
  9132. // Clean the input command queue.
  9133. cmdqueue_reset();
  9134. card.sdprinting = false;
  9135. // card.closefile();
  9136. // Enable stepper driver interrupt to move Z axis.
  9137. // This should be fine as the planner and command queues are empty and the SD card printing is disabled.
  9138. //FIXME one may want to disable serial lines at this point of time to avoid interfering with the command queue,
  9139. // though it should not happen that the command queue is touched as the plan_buffer_line always succeed without blocking.
  9140. sei();
  9141. plan_buffer_line(
  9142. current_position[X_AXIS],
  9143. current_position[Y_AXIS],
  9144. current_position[Z_AXIS],
  9145. current_position[E_AXIS] - default_retraction,
  9146. 95, active_extruder);
  9147. st_synchronize();
  9148. disable_e0();
  9149. plan_buffer_line(
  9150. current_position[X_AXIS],
  9151. current_position[Y_AXIS],
  9152. current_position[Z_AXIS] + UVLO_Z_AXIS_SHIFT + float((1024 - z_microsteps + 7) >> 4) / cs.axis_steps_per_unit[Z_AXIS],
  9153. current_position[E_AXIS] - default_retraction,
  9154. 40, active_extruder);
  9155. st_synchronize();
  9156. disable_e0();
  9157. plan_buffer_line(
  9158. current_position[X_AXIS],
  9159. current_position[Y_AXIS],
  9160. current_position[Z_AXIS] + UVLO_Z_AXIS_SHIFT + float((1024 - z_microsteps + 7) >> 4) / cs.axis_steps_per_unit[Z_AXIS],
  9161. current_position[E_AXIS] - default_retraction,
  9162. 40, active_extruder);
  9163. st_synchronize();
  9164. disable_e0();
  9165. // Move Z up to the next 0th full step.
  9166. // Write the file position.
  9167. eeprom_update_dword((uint32_t*)(EEPROM_FILE_POSITION), sd_position);
  9168. // Store the mesh bed leveling offsets. This is 2*7*7=98 bytes, which takes 98*3.4us=333us in worst case.
  9169. for (int8_t mesh_point = 0; mesh_point < MESH_NUM_X_POINTS * MESH_NUM_Y_POINTS; ++ mesh_point) {
  9170. uint8_t ix = mesh_point % MESH_NUM_X_POINTS; // from 0 to MESH_NUM_X_POINTS - 1
  9171. uint8_t iy = mesh_point / MESH_NUM_X_POINTS;
  9172. // Scale the z value to 1u resolution.
  9173. int16_t v = mbl.active ? int16_t(floor(mbl.z_values[iy][ix] * 1000.f + 0.5f)) : 0;
  9174. eeprom_update_word((uint16_t*)(EEPROM_UVLO_MESH_BED_LEVELING_FULL +2*mesh_point), *reinterpret_cast<uint16_t*>(&v));
  9175. }
  9176. // Read out the current Z motor microstep counter. This will be later used
  9177. // for reaching the zero full step before powering off.
  9178. eeprom_update_word((uint16_t*)(EEPROM_UVLO_Z_MICROSTEPS), z_microsteps);
  9179. // Store the current position.
  9180. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0), current_position[X_AXIS]);
  9181. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 4), current_position[Y_AXIS]);
  9182. eeprom_update_float((float*)EEPROM_UVLO_CURRENT_POSITION_Z , current_position[Z_AXIS]);
  9183. // Store the current feed rate, temperatures, fan speed and extruder multipliers (flow rates)
  9184. eeprom_update_word((uint16_t*)EEPROM_UVLO_FEEDRATE, feedrate_bckp);
  9185. EEPROM_save_B(EEPROM_UVLO_FEEDMULTIPLY, &feedmultiply);
  9186. eeprom_update_byte((uint8_t*)EEPROM_UVLO_TARGET_HOTEND, target_temperature[active_extruder]);
  9187. eeprom_update_byte((uint8_t*)EEPROM_UVLO_TARGET_BED, target_temperature_bed);
  9188. eeprom_update_byte((uint8_t*)EEPROM_UVLO_FAN_SPEED, fanSpeed);
  9189. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_0), extruder_multiplier[0]);
  9190. #if EXTRUDERS > 1
  9191. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_1), extruder_multiplier[1]);
  9192. #if EXTRUDERS > 2
  9193. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_2), extruder_multiplier[2]);
  9194. #endif
  9195. #endif
  9196. eeprom_update_word((uint16_t*)(EEPROM_EXTRUDEMULTIPLY), (uint16_t)extrudemultiply);
  9197. // Store the saved target
  9198. eeprom_update_float((float*)(EEPROM_UVLO_SAVED_TARGET+0*4), saved_target[X_AXIS]);
  9199. eeprom_update_float((float*)(EEPROM_UVLO_SAVED_TARGET+1*4), saved_target[Y_AXIS]);
  9200. eeprom_update_float((float*)(EEPROM_UVLO_SAVED_TARGET+2*4), saved_target[Z_AXIS]);
  9201. eeprom_update_float((float*)(EEPROM_UVLO_SAVED_TARGET+3*4), saved_target[E_AXIS]);
  9202. #ifdef LIN_ADVANCE
  9203. eeprom_update_float((float*)(EEPROM_UVLO_LA_K), extruder_advance_K);
  9204. #endif
  9205. // Finaly store the "power outage" flag.
  9206. if(sd_print) eeprom_update_byte((uint8_t*)EEPROM_UVLO, 1);
  9207. st_synchronize();
  9208. printf_P(_N("stps%d\n"), tmc2130_rd_MSCNT(Z_AXIS));
  9209. // Increment power failure counter
  9210. eeprom_update_byte((uint8_t*)EEPROM_POWER_COUNT, eeprom_read_byte((uint8_t*)EEPROM_POWER_COUNT) + 1);
  9211. eeprom_update_word((uint16_t*)EEPROM_POWER_COUNT_TOT, eeprom_read_word((uint16_t*)EEPROM_POWER_COUNT_TOT) + 1);
  9212. printf_P(_N("UVLO - end %d\n"), _millis() - time_start);
  9213. #if 0
  9214. // Move the print head to the side of the print until all the power stored in the power supply capacitors is depleted.
  9215. current_position[X_AXIS] = (current_position[X_AXIS] < 0.5f * (X_MIN_POS + X_MAX_POS)) ? X_MIN_POS : X_MAX_POS;
  9216. plan_buffer_line_curposXYZE(500, active_extruder);
  9217. st_synchronize();
  9218. #endif
  9219. wdt_enable(WDTO_500MS);
  9220. WRITE(BEEPER,HIGH);
  9221. while(1)
  9222. ;
  9223. }
  9224. void uvlo_tiny()
  9225. {
  9226. uint16_t z_microsteps=0;
  9227. // Conserve power as soon as possible.
  9228. disable_x();
  9229. disable_y();
  9230. disable_e0();
  9231. #ifdef TMC2130
  9232. tmc2130_set_current_h(Z_AXIS, 20);
  9233. tmc2130_set_current_r(Z_AXIS, 20);
  9234. #endif //TMC2130
  9235. // Read out the current Z motor microstep counter
  9236. #ifdef TMC2130
  9237. z_microsteps=tmc2130_rd_MSCNT(Z_TMC2130_CS);
  9238. #endif //TMC2130
  9239. planner_abort_hard();
  9240. //save current position only in case, where the printer is moving on Z axis, which is only when EEPROM_UVLO is 1
  9241. //EEPROM_UVLO is 1 after normal uvlo or after recover_print(), when the extruder is moving on Z axis after rehome
  9242. if(eeprom_read_byte((uint8_t*)EEPROM_UVLO)!=2){
  9243. eeprom_update_float((float*)(EEPROM_UVLO_TINY_CURRENT_POSITION_Z), current_position[Z_AXIS]);
  9244. eeprom_update_word((uint16_t*)(EEPROM_UVLO_TINY_Z_MICROSTEPS),z_microsteps);
  9245. }
  9246. //after multiple power panics current Z axis is unknow
  9247. //in this case we set EEPROM_UVLO_TINY_CURRENT_POSITION_Z to last know position which is EEPROM_UVLO_CURRENT_POSITION_Z
  9248. if(eeprom_read_float((float*)EEPROM_UVLO_TINY_CURRENT_POSITION_Z) < 0.001f){
  9249. eeprom_update_float((float*)(EEPROM_UVLO_TINY_CURRENT_POSITION_Z), eeprom_read_float((float*)EEPROM_UVLO_CURRENT_POSITION_Z));
  9250. eeprom_update_word((uint16_t*)(EEPROM_UVLO_TINY_Z_MICROSTEPS), eeprom_read_word((uint16_t*)EEPROM_UVLO_Z_MICROSTEPS));
  9251. }
  9252. // Finaly store the "power outage" flag.
  9253. eeprom_update_byte((uint8_t*)EEPROM_UVLO,2);
  9254. // Increment power failure counter
  9255. eeprom_update_byte((uint8_t*)EEPROM_POWER_COUNT, eeprom_read_byte((uint8_t*)EEPROM_POWER_COUNT) + 1);
  9256. eeprom_update_word((uint16_t*)EEPROM_POWER_COUNT_TOT, eeprom_read_word((uint16_t*)EEPROM_POWER_COUNT_TOT) + 1);
  9257. wdt_enable(WDTO_500MS);
  9258. WRITE(BEEPER,HIGH);
  9259. while(1)
  9260. ;
  9261. }
  9262. #endif //UVLO_SUPPORT
  9263. #if (defined(FANCHECK) && defined(TACH_1) && (TACH_1 >-1))
  9264. void setup_fan_interrupt() {
  9265. //INT7
  9266. DDRE &= ~(1 << 7); //input pin
  9267. PORTE &= ~(1 << 7); //no internal pull-up
  9268. //start with sensing rising edge
  9269. EICRB &= ~(1 << 6);
  9270. EICRB |= (1 << 7);
  9271. //enable INT7 interrupt
  9272. EIMSK |= (1 << 7);
  9273. }
  9274. // The fan interrupt is triggered at maximum 325Hz (may be a bit more due to component tollerances),
  9275. // and it takes 4.24 us to process (the interrupt invocation overhead not taken into account).
  9276. ISR(INT7_vect) {
  9277. //measuring speed now works for fanSpeed > 18 (approximately), which is sufficient because MIN_PRINT_FAN_SPEED is higher
  9278. #ifdef FAN_SOFT_PWM
  9279. if (!fan_measuring || (fanSpeedSoftPwm < MIN_PRINT_FAN_SPEED)) return;
  9280. #else //FAN_SOFT_PWM
  9281. if (fanSpeed < MIN_PRINT_FAN_SPEED) return;
  9282. #endif //FAN_SOFT_PWM
  9283. if ((1 << 6) & EICRB) { //interrupt was triggered by rising edge
  9284. t_fan_rising_edge = millis_nc();
  9285. }
  9286. else { //interrupt was triggered by falling edge
  9287. if ((millis_nc() - t_fan_rising_edge) >= FAN_PULSE_WIDTH_LIMIT) {//this pulse was from sensor and not from pwm
  9288. fan_edge_counter[1] += 2; //we are currently counting all edges so lets count two edges for one pulse
  9289. }
  9290. }
  9291. EICRB ^= (1 << 6); //change edge
  9292. }
  9293. #endif
  9294. #ifdef UVLO_SUPPORT
  9295. void setup_uvlo_interrupt() {
  9296. DDRE &= ~(1 << 4); //input pin
  9297. PORTE &= ~(1 << 4); //no internal pull-up
  9298. //sensing falling edge
  9299. EICRB |= (1 << 0);
  9300. EICRB &= ~(1 << 1);
  9301. //enable INT4 interrupt
  9302. EIMSK |= (1 << 4);
  9303. }
  9304. ISR(INT4_vect) {
  9305. EIMSK &= ~(1 << 4); //disable INT4 interrupt to make sure that this code will be executed just once
  9306. SERIAL_ECHOLNPGM("INT4");
  9307. //fire normal uvlo only in case where EEPROM_UVLO is 0 or if IS_SD_PRINTING is 1.
  9308. if(PRINTER_ACTIVE && (!(eeprom_read_byte((uint8_t*)EEPROM_UVLO)))) uvlo_();
  9309. if(eeprom_read_byte((uint8_t*)EEPROM_UVLO)) uvlo_tiny();
  9310. }
  9311. void recover_print(uint8_t automatic) {
  9312. char cmd[30];
  9313. lcd_update_enable(true);
  9314. lcd_update(2);
  9315. lcd_setstatuspgm(_i("Recovering print "));////MSG_RECOVERING_PRINT c=20 r=1
  9316. bool bTiny=(eeprom_read_byte((uint8_t*)EEPROM_UVLO)==2);
  9317. recover_machine_state_after_power_panic(bTiny); //recover position, temperatures and extrude_multipliers
  9318. // Lift the print head, so one may remove the excess priming material.
  9319. if(!bTiny&&(current_position[Z_AXIS]<25))
  9320. enquecommand_P(PSTR("G1 Z25 F800"));
  9321. // Home X and Y axes. Homing just X and Y shall not touch the babystep and the world2machine transformation status.
  9322. enquecommand_P(PSTR("G28 X Y"));
  9323. // Set the target bed and nozzle temperatures and wait.
  9324. sprintf_P(cmd, PSTR("M109 S%d"), target_temperature[active_extruder]);
  9325. enquecommand(cmd);
  9326. sprintf_P(cmd, PSTR("M190 S%d"), target_temperature_bed);
  9327. enquecommand(cmd);
  9328. enquecommand_P(PSTR("M83")); //E axis relative mode
  9329. //enquecommand_P(PSTR("G1 E5 F120")); //Extrude some filament to stabilize pessure
  9330. // If not automatically recoreverd (long power loss), extrude extra filament to stabilize
  9331. if(automatic == 0){
  9332. enquecommand_P(PSTR("G1 E5 F120")); //Extrude some filament to stabilize pessure
  9333. }
  9334. enquecommand_P(PSTR("G1 E" STRINGIFY(-default_retraction)" F480"));
  9335. 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]);
  9336. // Restart the print.
  9337. restore_print_from_eeprom();
  9338. printf_P(_N("Current pos Z_AXIS:%.3f\nCurrent pos E_AXIS:%.3f\n"), current_position[Z_AXIS], current_position[E_AXIS]);
  9339. }
  9340. void recover_machine_state_after_power_panic(bool bTiny)
  9341. {
  9342. char cmd[30];
  9343. // 1) Recover the logical cordinates at the time of the power panic.
  9344. // The logical XY coordinates are needed to recover the machine Z coordinate corrected by the mesh bed leveling.
  9345. current_position[X_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0));
  9346. current_position[Y_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 4));
  9347. // 2) Restore the mesh bed leveling offsets. This is 2*7*7=98 bytes, which takes 98*3.4us=333us in worst case.
  9348. mbl.active = false;
  9349. for (int8_t mesh_point = 0; mesh_point < MESH_NUM_X_POINTS * MESH_NUM_Y_POINTS; ++ mesh_point) {
  9350. uint8_t ix = mesh_point % MESH_NUM_X_POINTS; // from 0 to MESH_NUM_X_POINTS - 1
  9351. uint8_t iy = mesh_point / MESH_NUM_X_POINTS;
  9352. // Scale the z value to 10u resolution.
  9353. int16_t v;
  9354. eeprom_read_block(&v, (void*)(EEPROM_UVLO_MESH_BED_LEVELING_FULL+2*mesh_point), 2);
  9355. if (v != 0)
  9356. mbl.active = true;
  9357. mbl.z_values[iy][ix] = float(v) * 0.001f;
  9358. }
  9359. // Recover the logical coordinate of the Z axis at the time of the power panic.
  9360. // The current position after power panic is moved to the next closest 0th full step.
  9361. if(bTiny){
  9362. current_position[Z_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_TINY_CURRENT_POSITION_Z))
  9363. + float((1024 - eeprom_read_word((uint16_t*)(EEPROM_UVLO_TINY_Z_MICROSTEPS))
  9364. + 7) >> 4) / cs.axis_steps_per_unit[Z_AXIS];
  9365. //after multiple power panics the print is slightly in the air so get it little bit down.
  9366. //Not exactly sure why is this happening, but it has something to do with bed leveling and world2machine coordinates
  9367. current_position[Z_AXIS] -= 0.4*mbl.get_z(current_position[X_AXIS], current_position[Y_AXIS]);
  9368. }
  9369. else{
  9370. current_position[Z_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_Z)) +
  9371. UVLO_Z_AXIS_SHIFT + float((1024 - eeprom_read_word((uint16_t*)(EEPROM_UVLO_Z_MICROSTEPS))
  9372. + 7) >> 4) / cs.axis_steps_per_unit[Z_AXIS];
  9373. }
  9374. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO_E_ABS)) {
  9375. current_position[E_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_E));
  9376. sprintf_P(cmd, PSTR("G92 E"));
  9377. dtostrf(current_position[E_AXIS], 6, 3, cmd + strlen(cmd));
  9378. enquecommand(cmd);
  9379. }
  9380. memcpy(destination, current_position, sizeof(destination));
  9381. SERIAL_ECHOPGM("recover_machine_state_after_power_panic, initial ");
  9382. print_world_coordinates();
  9383. // 3) Initialize the logical to physical coordinate system transformation.
  9384. world2machine_initialize();
  9385. // SERIAL_ECHOPGM("recover_machine_state_after_power_panic, initial ");
  9386. // print_mesh_bed_leveling_table();
  9387. // 4) Load the baby stepping value, which is expected to be active at the time of power panic.
  9388. // The baby stepping value is used to reset the physical Z axis when rehoming the Z axis.
  9389. babystep_load();
  9390. // 5) Set the physical positions from the logical positions using the world2machine transformation and the active bed leveling.
  9391. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  9392. // 6) Power up the motors, mark their positions as known.
  9393. //FIXME Verfiy, whether the X and Y axes should be powered up here, as they will later be re-homed anyway.
  9394. axis_known_position[X_AXIS] = true; enable_x();
  9395. axis_known_position[Y_AXIS] = true; enable_y();
  9396. axis_known_position[Z_AXIS] = true; enable_z();
  9397. SERIAL_ECHOPGM("recover_machine_state_after_power_panic, initial ");
  9398. print_physical_coordinates();
  9399. // 7) Recover the target temperatures.
  9400. target_temperature[active_extruder] = eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_HOTEND);
  9401. target_temperature_bed = eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED);
  9402. // 8) Recover extruder multipilers
  9403. extruder_multiplier[0] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_0));
  9404. #if EXTRUDERS > 1
  9405. extruder_multiplier[1] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_1));
  9406. #if EXTRUDERS > 2
  9407. extruder_multiplier[2] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_2));
  9408. #endif
  9409. #endif
  9410. extrudemultiply = (int)eeprom_read_word((uint16_t*)(EEPROM_EXTRUDEMULTIPLY));
  9411. // 9) Recover the saved target
  9412. saved_target[X_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_SAVED_TARGET+0*4));
  9413. saved_target[Y_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_SAVED_TARGET+1*4));
  9414. saved_target[Z_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_SAVED_TARGET+2*4));
  9415. saved_target[E_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_SAVED_TARGET+3*4));
  9416. #ifdef LIN_ADVANCE
  9417. extruder_advance_K = eeprom_read_float((float*)EEPROM_UVLO_LA_K);
  9418. #endif
  9419. }
  9420. void restore_print_from_eeprom() {
  9421. int feedrate_rec;
  9422. int feedmultiply_rec;
  9423. uint8_t fan_speed_rec;
  9424. char cmd[30];
  9425. char filename[13];
  9426. uint8_t depth = 0;
  9427. char dir_name[9];
  9428. fan_speed_rec = eeprom_read_byte((uint8_t*)EEPROM_UVLO_FAN_SPEED);
  9429. feedrate_rec = eeprom_read_word((uint16_t*)EEPROM_UVLO_FEEDRATE);
  9430. EEPROM_read_B(EEPROM_UVLO_FEEDMULTIPLY, &feedmultiply_rec);
  9431. SERIAL_ECHOPGM("Feedrate:");
  9432. MYSERIAL.print(feedrate_rec);
  9433. SERIAL_ECHOPGM(", feedmultiply:");
  9434. MYSERIAL.println(feedmultiply_rec);
  9435. depth = eeprom_read_byte((uint8_t*)EEPROM_DIR_DEPTH);
  9436. MYSERIAL.println(int(depth));
  9437. for (int i = 0; i < depth; i++) {
  9438. for (int j = 0; j < 8; j++) {
  9439. dir_name[j] = eeprom_read_byte((uint8_t*)EEPROM_DIRS + j + 8 * i);
  9440. }
  9441. dir_name[8] = '\0';
  9442. MYSERIAL.println(dir_name);
  9443. strcpy(dir_names[i], dir_name);
  9444. card.chdir(dir_name);
  9445. }
  9446. for (int i = 0; i < 8; i++) {
  9447. filename[i] = eeprom_read_byte((uint8_t*)EEPROM_FILENAME + i);
  9448. }
  9449. filename[8] = '\0';
  9450. MYSERIAL.print(filename);
  9451. strcat_P(filename, PSTR(".gco"));
  9452. sprintf_P(cmd, PSTR("M23 %s"), filename);
  9453. enquecommand(cmd);
  9454. uint32_t position = eeprom_read_dword((uint32_t*)(EEPROM_FILE_POSITION));
  9455. SERIAL_ECHOPGM("Position read from eeprom:");
  9456. MYSERIAL.println(position);
  9457. // E axis relative mode.
  9458. enquecommand_P(PSTR("M83"));
  9459. // Move to the XY print position in logical coordinates, where the print has been killed.
  9460. strcpy_P(cmd, PSTR("G1 X")); strcat(cmd, ftostr32(eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0))));
  9461. strcat_P(cmd, PSTR(" Y")); strcat(cmd, ftostr32(eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 4))));
  9462. strcat_P(cmd, PSTR(" F2000"));
  9463. enquecommand(cmd);
  9464. //moving on Z axis ahead, set EEPROM_UVLO to 1, so normal uvlo can fire
  9465. eeprom_update_byte((uint8_t*)EEPROM_UVLO,1);
  9466. // Move the Z axis down to the print, in logical coordinates.
  9467. strcpy_P(cmd, PSTR("G1 Z")); strcat(cmd, ftostr32(eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_Z))));
  9468. enquecommand(cmd);
  9469. // Unretract.
  9470. enquecommand_P(PSTR("G1 E" STRINGIFY(2*default_retraction)" F480"));
  9471. // Set the feedrates saved at the power panic.
  9472. sprintf_P(cmd, PSTR("G1 F%d"), feedrate_rec);
  9473. enquecommand(cmd);
  9474. sprintf_P(cmd, PSTR("M220 S%d"), feedmultiply_rec);
  9475. enquecommand(cmd);
  9476. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO_E_ABS))
  9477. {
  9478. enquecommand_P(PSTR("M82")); //E axis abslute mode
  9479. }
  9480. // Set the fan speed saved at the power panic.
  9481. strcpy_P(cmd, PSTR("M106 S"));
  9482. strcat(cmd, itostr3(int(fan_speed_rec)));
  9483. enquecommand(cmd);
  9484. // Set a position in the file.
  9485. sprintf_P(cmd, PSTR("M26 S%lu"), position);
  9486. enquecommand(cmd);
  9487. enquecommand_P(PSTR("G4 S0"));
  9488. enquecommand_P(PSTR("PRUSA uvlo"));
  9489. }
  9490. #endif //UVLO_SUPPORT
  9491. //! @brief Immediately stop print moves
  9492. //!
  9493. //! Immediately stop print moves, save current extruder temperature and position to RAM.
  9494. //! If printing from sd card, position in file is saved.
  9495. //! If printing from USB, line number is saved.
  9496. //!
  9497. //! @param z_move
  9498. //! @param e_move
  9499. void stop_and_save_print_to_ram(float z_move, float e_move)
  9500. {
  9501. if (saved_printing) return;
  9502. #if 0
  9503. unsigned char nplanner_blocks;
  9504. #endif
  9505. unsigned char nlines;
  9506. uint16_t sdlen_planner;
  9507. uint16_t sdlen_cmdqueue;
  9508. cli();
  9509. if (card.sdprinting) {
  9510. #if 0
  9511. nplanner_blocks = number_of_blocks();
  9512. #endif
  9513. saved_sdpos = sdpos_atomic; //atomic sd position of last command added in queue
  9514. sdlen_planner = planner_calc_sd_length(); //length of sd commands in planner
  9515. saved_sdpos -= sdlen_planner;
  9516. sdlen_cmdqueue = cmdqueue_calc_sd_length(); //length of sd commands in cmdqueue
  9517. saved_sdpos -= sdlen_cmdqueue;
  9518. saved_printing_type = PRINTING_TYPE_SD;
  9519. }
  9520. else if (is_usb_printing) { //reuse saved_sdpos for storing line number
  9521. saved_sdpos = gcode_LastN; //start with line number of command added recently to cmd queue
  9522. //reuse planner_calc_sd_length function for getting number of lines of commands in planner:
  9523. nlines = planner_calc_sd_length(); //number of lines of commands in planner
  9524. saved_sdpos -= nlines;
  9525. saved_sdpos -= buflen; //number of blocks in cmd buffer
  9526. saved_printing_type = PRINTING_TYPE_USB;
  9527. }
  9528. else {
  9529. saved_printing_type = PRINTING_TYPE_NONE;
  9530. //not sd printing nor usb printing
  9531. }
  9532. #if 0
  9533. SERIAL_ECHOPGM("SDPOS_ATOMIC="); MYSERIAL.println(sdpos_atomic, DEC);
  9534. SERIAL_ECHOPGM("SDPOS="); MYSERIAL.println(card.get_sdpos(), DEC);
  9535. SERIAL_ECHOPGM("SDLEN_PLAN="); MYSERIAL.println(sdlen_planner, DEC);
  9536. SERIAL_ECHOPGM("SDLEN_CMDQ="); MYSERIAL.println(sdlen_cmdqueue, DEC);
  9537. SERIAL_ECHOPGM("PLANNERBLOCKS="); MYSERIAL.println(int(nplanner_blocks), DEC);
  9538. SERIAL_ECHOPGM("SDSAVED="); MYSERIAL.println(saved_sdpos, DEC);
  9539. //SERIAL_ECHOPGM("SDFILELEN="); MYSERIAL.println(card.fileSize(), DEC);
  9540. {
  9541. card.setIndex(saved_sdpos);
  9542. SERIAL_ECHOLNPGM("Content of planner buffer: ");
  9543. for (unsigned int idx = 0; idx < sdlen_planner; ++ idx)
  9544. MYSERIAL.print(char(card.get()));
  9545. SERIAL_ECHOLNPGM("Content of command buffer: ");
  9546. for (unsigned int idx = 0; idx < sdlen_cmdqueue; ++ idx)
  9547. MYSERIAL.print(char(card.get()));
  9548. SERIAL_ECHOLNPGM("End of command buffer");
  9549. }
  9550. {
  9551. // Print the content of the planner buffer, line by line:
  9552. card.setIndex(saved_sdpos);
  9553. int8_t iline = 0;
  9554. for (unsigned char idx = block_buffer_tail; idx != block_buffer_head; idx = (idx + 1) & (BLOCK_BUFFER_SIZE - 1), ++ iline) {
  9555. SERIAL_ECHOPGM("Planner line (from file): ");
  9556. MYSERIAL.print(int(iline), DEC);
  9557. SERIAL_ECHOPGM(", length: ");
  9558. MYSERIAL.print(block_buffer[idx].sdlen, DEC);
  9559. SERIAL_ECHOPGM(", steps: (");
  9560. MYSERIAL.print(block_buffer[idx].steps_x, DEC);
  9561. SERIAL_ECHOPGM(",");
  9562. MYSERIAL.print(block_buffer[idx].steps_y, DEC);
  9563. SERIAL_ECHOPGM(",");
  9564. MYSERIAL.print(block_buffer[idx].steps_z, DEC);
  9565. SERIAL_ECHOPGM(",");
  9566. MYSERIAL.print(block_buffer[idx].steps_e, DEC);
  9567. SERIAL_ECHOPGM("), events: ");
  9568. MYSERIAL.println(block_buffer[idx].step_event_count, DEC);
  9569. for (int len = block_buffer[idx].sdlen; len > 0; -- len)
  9570. MYSERIAL.print(char(card.get()));
  9571. }
  9572. }
  9573. {
  9574. // Print the content of the command buffer, line by line:
  9575. int8_t iline = 0;
  9576. union {
  9577. struct {
  9578. char lo;
  9579. char hi;
  9580. } lohi;
  9581. uint16_t value;
  9582. } sdlen_single;
  9583. int _bufindr = bufindr;
  9584. for (int _buflen = buflen; _buflen > 0; ++ iline) {
  9585. if (cmdbuffer[_bufindr] == CMDBUFFER_CURRENT_TYPE_SDCARD) {
  9586. sdlen_single.lohi.lo = cmdbuffer[_bufindr + 1];
  9587. sdlen_single.lohi.hi = cmdbuffer[_bufindr + 2];
  9588. }
  9589. SERIAL_ECHOPGM("Buffer line (from buffer): ");
  9590. MYSERIAL.print(int(iline), DEC);
  9591. SERIAL_ECHOPGM(", type: ");
  9592. MYSERIAL.print(int(cmdbuffer[_bufindr]), DEC);
  9593. SERIAL_ECHOPGM(", len: ");
  9594. MYSERIAL.println(sdlen_single.value, DEC);
  9595. // Print the content of the buffer line.
  9596. MYSERIAL.println(cmdbuffer + _bufindr + CMDHDRSIZE);
  9597. SERIAL_ECHOPGM("Buffer line (from file): ");
  9598. MYSERIAL.println(int(iline), DEC);
  9599. for (; sdlen_single.value > 0; -- sdlen_single.value)
  9600. MYSERIAL.print(char(card.get()));
  9601. if (-- _buflen == 0)
  9602. break;
  9603. // First skip the current command ID and iterate up to the end of the string.
  9604. for (_bufindr += CMDHDRSIZE; cmdbuffer[_bufindr] != 0; ++ _bufindr) ;
  9605. // Second, skip the end of string null character and iterate until a nonzero command ID is found.
  9606. for (++ _bufindr; _bufindr < sizeof(cmdbuffer) && cmdbuffer[_bufindr] == 0; ++ _bufindr) ;
  9607. // If the end of the buffer was empty,
  9608. if (_bufindr == sizeof(cmdbuffer)) {
  9609. // skip to the start and find the nonzero command.
  9610. for (_bufindr = 0; cmdbuffer[_bufindr] == 0; ++ _bufindr) ;
  9611. }
  9612. }
  9613. }
  9614. #endif
  9615. // save the global state at planning time
  9616. if (blocks_queued())
  9617. {
  9618. memcpy(saved_target, current_block->gcode_target, sizeof(saved_target));
  9619. saved_feedrate2 = current_block->gcode_feedrate;
  9620. }
  9621. else
  9622. {
  9623. saved_target[0] = SAVED_TARGET_UNSET;
  9624. saved_feedrate2 = feedrate;
  9625. }
  9626. planner_abort_hard(); //abort printing
  9627. memcpy(saved_pos, current_position, sizeof(saved_pos));
  9628. saved_feedmultiply2 = feedmultiply; //save feedmultiply
  9629. saved_active_extruder = active_extruder; //save active_extruder
  9630. saved_extruder_temperature = degTargetHotend(active_extruder);
  9631. saved_extruder_relative_mode = axis_relative_modes[E_AXIS];
  9632. saved_fanSpeed = fanSpeed;
  9633. cmdqueue_reset(); //empty cmdqueue
  9634. card.sdprinting = false;
  9635. // card.closefile();
  9636. saved_printing = true;
  9637. // We may have missed a stepper timer interrupt. Be safe than sorry, reset the stepper timer before re-enabling interrupts.
  9638. st_reset_timer();
  9639. sei();
  9640. if ((z_move != 0) || (e_move != 0)) { // extruder or z move
  9641. #if 1
  9642. // Rather than calling plan_buffer_line directly, push the move into the command queue so that
  9643. // the caller can continue processing. This is used during powerpanic to save the state as we
  9644. // move away from the print.
  9645. char buf[48];
  9646. if(e_move)
  9647. {
  9648. // First unretract (relative extrusion)
  9649. if(!saved_extruder_relative_mode){
  9650. enquecommand(PSTR("M83"), true);
  9651. }
  9652. //retract 45mm/s
  9653. // A single sprintf may not be faster, but is definitely 20B shorter
  9654. // than a sequence of commands building the string piece by piece
  9655. // A snprintf would have been a safer call, but since it is not used
  9656. // in the whole program, its implementation would bring more bytes to the total size
  9657. // The behavior of dtostrf 8,3 should be roughly the same as %-0.3
  9658. sprintf_P(buf, PSTR("G1 E%-0.3f F2700"), e_move);
  9659. enquecommand(buf, false);
  9660. }
  9661. if(z_move)
  9662. {
  9663. // Then lift Z axis
  9664. sprintf_P(buf, PSTR("G1 Z%-0.3f F%-0.3f"), saved_pos[Z_AXIS] + z_move, homing_feedrate[Z_AXIS]);
  9665. enquecommand(buf, false);
  9666. }
  9667. // If this call is invoked from the main Arduino loop() function, let the caller know that the command
  9668. // in the command queue is not the original command, but a new one, so it should not be removed from the queue.
  9669. repeatcommand_front();
  9670. #else
  9671. 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);
  9672. st_synchronize(); //wait moving
  9673. memcpy(current_position, saved_pos, sizeof(saved_pos));
  9674. memcpy(destination, current_position, sizeof(destination));
  9675. #endif
  9676. waiting_inside_plan_buffer_line_print_aborted = true; //unroll the stack
  9677. }
  9678. }
  9679. //! @brief Restore print from ram
  9680. //!
  9681. //! Restore print saved by stop_and_save_print_to_ram(). Is blocking, restores
  9682. //! print fan speed, waits for extruder temperature restore, then restores
  9683. //! position and continues print moves.
  9684. //!
  9685. //! Internally lcd_update() is called by wait_for_heater().
  9686. //!
  9687. //! @param e_move
  9688. void restore_print_from_ram_and_continue(float e_move)
  9689. {
  9690. if (!saved_printing) return;
  9691. #ifdef FANCHECK
  9692. // Do not allow resume printing if fans are still not ok
  9693. if ((fan_check_error != EFCE_OK) && (fan_check_error != EFCE_FIXED)) return;
  9694. if (fan_check_error == EFCE_FIXED) fan_check_error = EFCE_OK; //reenable serial stream processing if printing from usb
  9695. #endif
  9696. // for (int axis = X_AXIS; axis <= E_AXIS; axis++)
  9697. // current_position[axis] = st_get_position_mm(axis);
  9698. active_extruder = saved_active_extruder; //restore active_extruder
  9699. fanSpeed = saved_fanSpeed;
  9700. if (degTargetHotend(saved_active_extruder) != saved_extruder_temperature)
  9701. {
  9702. setTargetHotendSafe(saved_extruder_temperature, saved_active_extruder);
  9703. heating_status = 1;
  9704. wait_for_heater(_millis(), saved_active_extruder);
  9705. heating_status = 2;
  9706. }
  9707. axis_relative_modes[E_AXIS] = saved_extruder_relative_mode;
  9708. float e = saved_pos[E_AXIS] - e_move;
  9709. plan_set_e_position(e);
  9710. #ifdef FANCHECK
  9711. fans_check_enabled = false;
  9712. #endif
  9713. //first move print head in XY to the saved position:
  9714. 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);
  9715. //then move Z
  9716. 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);
  9717. //and finaly unretract (35mm/s)
  9718. plan_buffer_line(saved_pos[X_AXIS], saved_pos[Y_AXIS], saved_pos[Z_AXIS], saved_pos[E_AXIS], FILAMENTCHANGE_RFEED, active_extruder);
  9719. st_synchronize();
  9720. #ifdef FANCHECK
  9721. fans_check_enabled = true;
  9722. #endif
  9723. // restore original feedrate/feedmultiply _after_ restoring the extruder position
  9724. feedrate = saved_feedrate2;
  9725. feedmultiply = saved_feedmultiply2;
  9726. memcpy(current_position, saved_pos, sizeof(saved_pos));
  9727. memcpy(destination, current_position, sizeof(destination));
  9728. if (saved_printing_type == PRINTING_TYPE_SD) { //was sd printing
  9729. card.setIndex(saved_sdpos);
  9730. sdpos_atomic = saved_sdpos;
  9731. card.sdprinting = true;
  9732. }
  9733. else if (saved_printing_type == PRINTING_TYPE_USB) { //was usb printing
  9734. gcode_LastN = saved_sdpos; //saved_sdpos was reused for storing line number when usb printing
  9735. serial_count = 0;
  9736. FlushSerialRequestResend();
  9737. }
  9738. else {
  9739. //not sd printing nor usb printing
  9740. }
  9741. SERIAL_PROTOCOLLNRPGM(MSG_OK); //dummy response because of octoprint is waiting for this
  9742. lcd_setstatuspgm(_T(WELCOME_MSG));
  9743. saved_printing_type = PRINTING_TYPE_NONE;
  9744. saved_printing = false;
  9745. waiting_inside_plan_buffer_line_print_aborted = true; //unroll the stack
  9746. }
  9747. // Cancel the state related to a currently saved print
  9748. void cancel_saved_printing()
  9749. {
  9750. saved_target[0] = SAVED_TARGET_UNSET;
  9751. saved_printing_type = PRINTING_TYPE_NONE;
  9752. saved_printing = false;
  9753. }
  9754. void print_world_coordinates()
  9755. {
  9756. printf_P(_N("world coordinates: (%.3f, %.3f, %.3f)\n"), current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS]);
  9757. }
  9758. void print_physical_coordinates()
  9759. {
  9760. 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));
  9761. }
  9762. void print_mesh_bed_leveling_table()
  9763. {
  9764. SERIAL_ECHOPGM("mesh bed leveling: ");
  9765. for (int8_t y = 0; y < MESH_NUM_Y_POINTS; ++ y)
  9766. for (int8_t x = 0; x < MESH_NUM_Y_POINTS; ++ x) {
  9767. MYSERIAL.print(mbl.z_values[y][x], 3);
  9768. SERIAL_ECHOPGM(" ");
  9769. }
  9770. SERIAL_ECHOLNPGM("");
  9771. }
  9772. uint16_t print_time_remaining() {
  9773. uint16_t print_t = PRINT_TIME_REMAINING_INIT;
  9774. #ifdef TMC2130
  9775. if (SilentModeMenu == SILENT_MODE_OFF) print_t = print_time_remaining_normal;
  9776. else print_t = print_time_remaining_silent;
  9777. #else
  9778. print_t = print_time_remaining_normal;
  9779. #endif //TMC2130
  9780. if ((print_t != PRINT_TIME_REMAINING_INIT) && (feedmultiply != 0)) print_t = 100ul * print_t / feedmultiply;
  9781. return print_t;
  9782. }
  9783. uint8_t calc_percent_done()
  9784. {
  9785. //in case that we have information from M73 gcode return percentage counted by slicer, else return percentage counted as byte_printed/filesize
  9786. uint8_t percent_done = 0;
  9787. #ifdef TMC2130
  9788. if (SilentModeMenu == SILENT_MODE_OFF && print_percent_done_normal <= 100) {
  9789. percent_done = print_percent_done_normal;
  9790. }
  9791. else if (print_percent_done_silent <= 100) {
  9792. percent_done = print_percent_done_silent;
  9793. }
  9794. #else
  9795. if (print_percent_done_normal <= 100) {
  9796. percent_done = print_percent_done_normal;
  9797. }
  9798. #endif //TMC2130
  9799. else {
  9800. percent_done = card.percentDone();
  9801. }
  9802. return percent_done;
  9803. }
  9804. static void print_time_remaining_init()
  9805. {
  9806. print_time_remaining_normal = PRINT_TIME_REMAINING_INIT;
  9807. print_time_remaining_silent = PRINT_TIME_REMAINING_INIT;
  9808. print_percent_done_normal = PRINT_PERCENT_DONE_INIT;
  9809. print_percent_done_silent = PRINT_PERCENT_DONE_INIT;
  9810. }
  9811. void load_filament_final_feed()
  9812. {
  9813. current_position[E_AXIS]+= FILAMENTCHANGE_FINALFEED;
  9814. plan_buffer_line_curposXYZE(FILAMENTCHANGE_EFEED_FINAL, active_extruder);
  9815. }
  9816. //! @brief Wait for user to check the state
  9817. //! @par nozzle_temp nozzle temperature to load filament
  9818. void M600_check_state(float nozzle_temp)
  9819. {
  9820. lcd_change_fil_state = 0;
  9821. while (lcd_change_fil_state != 1)
  9822. {
  9823. lcd_change_fil_state = 0;
  9824. KEEPALIVE_STATE(PAUSED_FOR_USER);
  9825. lcd_alright();
  9826. KEEPALIVE_STATE(IN_HANDLER);
  9827. switch(lcd_change_fil_state)
  9828. {
  9829. // Filament failed to load so load it again
  9830. case 2:
  9831. if (mmu_enabled)
  9832. mmu_M600_load_filament(false, nozzle_temp); //nonautomatic load; change to "wrong filament loaded" option?
  9833. else
  9834. M600_load_filament_movements();
  9835. break;
  9836. // Filament loaded properly but color is not clear
  9837. case 3:
  9838. st_synchronize();
  9839. load_filament_final_feed();
  9840. lcd_loading_color();
  9841. st_synchronize();
  9842. break;
  9843. // Everything good
  9844. default:
  9845. lcd_change_success();
  9846. break;
  9847. }
  9848. }
  9849. }
  9850. //! @brief Wait for user action
  9851. //!
  9852. //! Beep, manage nozzle heater and wait for user to start unload filament
  9853. //! If times out, active extruder temperature is set to 0.
  9854. //!
  9855. //! @param HotendTempBckp Temperature to be restored for active extruder, after user resolves MMU problem.
  9856. void M600_wait_for_user(float HotendTempBckp) {
  9857. KEEPALIVE_STATE(PAUSED_FOR_USER);
  9858. int counterBeep = 0;
  9859. unsigned long waiting_start_time = _millis();
  9860. uint8_t wait_for_user_state = 0;
  9861. lcd_display_message_fullscreen_P(_T(MSG_PRESS_TO_UNLOAD));
  9862. bool bFirst=true;
  9863. while (!(wait_for_user_state == 0 && lcd_clicked())){
  9864. manage_heater();
  9865. manage_inactivity(true);
  9866. #if BEEPER > 0
  9867. if (counterBeep == 500) {
  9868. counterBeep = 0;
  9869. }
  9870. SET_OUTPUT(BEEPER);
  9871. if (counterBeep == 0) {
  9872. if((eSoundMode==e_SOUND_MODE_BLIND)|| (eSoundMode==e_SOUND_MODE_LOUD)||((eSoundMode==e_SOUND_MODE_ONCE)&&bFirst))
  9873. {
  9874. bFirst=false;
  9875. WRITE(BEEPER, HIGH);
  9876. }
  9877. }
  9878. if (counterBeep == 20) {
  9879. WRITE(BEEPER, LOW);
  9880. }
  9881. counterBeep++;
  9882. #endif //BEEPER > 0
  9883. switch (wait_for_user_state) {
  9884. case 0: //nozzle is hot, waiting for user to press the knob to unload filament
  9885. delay_keep_alive(4);
  9886. if (_millis() > waiting_start_time + (unsigned long)M600_TIMEOUT * 1000) {
  9887. lcd_display_message_fullscreen_P(_i("Press knob to preheat nozzle and continue."));////MSG_PRESS_TO_PREHEAT c=20 r=4
  9888. wait_for_user_state = 1;
  9889. setAllTargetHotends(0);
  9890. st_synchronize();
  9891. disable_e0();
  9892. disable_e1();
  9893. disable_e2();
  9894. }
  9895. break;
  9896. case 1: //nozzle target temperature is set to zero, waiting for user to start nozzle preheat
  9897. delay_keep_alive(4);
  9898. if (lcd_clicked()) {
  9899. setTargetHotend(HotendTempBckp, active_extruder);
  9900. lcd_wait_for_heater();
  9901. wait_for_user_state = 2;
  9902. }
  9903. break;
  9904. case 2: //waiting for nozzle to reach target temperature
  9905. if (abs(degTargetHotend(active_extruder) - degHotend(active_extruder)) < 1) {
  9906. lcd_display_message_fullscreen_P(_T(MSG_PRESS_TO_UNLOAD));
  9907. waiting_start_time = _millis();
  9908. wait_for_user_state = 0;
  9909. }
  9910. else {
  9911. counterBeep = 20; //beeper will be inactive during waiting for nozzle preheat
  9912. lcd_set_cursor(1, 4);
  9913. lcd_print(ftostr3(degHotend(active_extruder)));
  9914. }
  9915. break;
  9916. }
  9917. }
  9918. WRITE(BEEPER, LOW);
  9919. }
  9920. void M600_load_filament_movements()
  9921. {
  9922. #ifdef SNMM
  9923. display_loading();
  9924. do
  9925. {
  9926. current_position[E_AXIS] += 0.002;
  9927. plan_buffer_line_curposXYZE(500, active_extruder);
  9928. delay_keep_alive(2);
  9929. }
  9930. while (!lcd_clicked());
  9931. st_synchronize();
  9932. current_position[E_AXIS] += bowden_length[mmu_extruder];
  9933. plan_buffer_line_curposXYZE(3000, active_extruder);
  9934. current_position[E_AXIS] += FIL_LOAD_LENGTH - 60;
  9935. plan_buffer_line_curposXYZE(1400, active_extruder);
  9936. current_position[E_AXIS] += 40;
  9937. plan_buffer_line_curposXYZE(400, active_extruder);
  9938. current_position[E_AXIS] += 10;
  9939. plan_buffer_line_curposXYZE(50, active_extruder);
  9940. #else
  9941. current_position[E_AXIS]+= FILAMENTCHANGE_FIRSTFEED ;
  9942. plan_buffer_line_curposXYZE(FILAMENTCHANGE_EFEED_FIRST, active_extruder);
  9943. #endif
  9944. load_filament_final_feed();
  9945. lcd_loading_filament();
  9946. st_synchronize();
  9947. }
  9948. void M600_load_filament() {
  9949. //load filament for single material and SNMM
  9950. lcd_wait_interact();
  9951. //load_filament_time = _millis();
  9952. KEEPALIVE_STATE(PAUSED_FOR_USER);
  9953. #ifdef PAT9125
  9954. fsensor_autoload_check_start();
  9955. #endif //PAT9125
  9956. while(!lcd_clicked())
  9957. {
  9958. manage_heater();
  9959. manage_inactivity(true);
  9960. #ifdef FILAMENT_SENSOR
  9961. if (fsensor_check_autoload())
  9962. {
  9963. Sound_MakeCustom(50,1000,false);
  9964. break;
  9965. }
  9966. #endif //FILAMENT_SENSOR
  9967. }
  9968. #ifdef PAT9125
  9969. fsensor_autoload_check_stop();
  9970. #endif //PAT9125
  9971. KEEPALIVE_STATE(IN_HANDLER);
  9972. #ifdef FSENSOR_QUALITY
  9973. fsensor_oq_meassure_start(70);
  9974. #endif //FSENSOR_QUALITY
  9975. M600_load_filament_movements();
  9976. Sound_MakeCustom(50,1000,false);
  9977. #ifdef FSENSOR_QUALITY
  9978. fsensor_oq_meassure_stop();
  9979. if (!fsensor_oq_result())
  9980. {
  9981. bool disable = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Fil. sensor response is poor, disable it?"), false, true);
  9982. lcd_update_enable(true);
  9983. lcd_update(2);
  9984. if (disable)
  9985. fsensor_disable();
  9986. }
  9987. #endif //FSENSOR_QUALITY
  9988. lcd_update_enable(false);
  9989. }
  9990. //! @brief Wait for click
  9991. //!
  9992. //! Set
  9993. void marlin_wait_for_click()
  9994. {
  9995. int8_t busy_state_backup = busy_state;
  9996. KEEPALIVE_STATE(PAUSED_FOR_USER);
  9997. lcd_consume_click();
  9998. while(!lcd_clicked())
  9999. {
  10000. manage_heater();
  10001. manage_inactivity(true);
  10002. lcd_update(0);
  10003. }
  10004. KEEPALIVE_STATE(busy_state_backup);
  10005. }
  10006. #define FIL_LOAD_LENGTH 60
  10007. #ifdef PSU_Delta
  10008. bool bEnableForce_z;
  10009. void init_force_z()
  10010. {
  10011. WRITE(Z_ENABLE_PIN,Z_ENABLE_ON);
  10012. bEnableForce_z=true; // "true"-value enforce "disable_force_z()" executing
  10013. disable_force_z();
  10014. }
  10015. void check_force_z()
  10016. {
  10017. if(!(bEnableForce_z||eeprom_read_byte((uint8_t*)EEPROM_SILENT)))
  10018. init_force_z(); // causes enforced switching into disable-state
  10019. }
  10020. void disable_force_z()
  10021. {
  10022. uint16_t z_microsteps=0;
  10023. if(!bEnableForce_z) return; // motor already disabled (may be ;-p )
  10024. bEnableForce_z=false;
  10025. // switching to silent mode
  10026. #ifdef TMC2130
  10027. tmc2130_mode=TMC2130_MODE_SILENT;
  10028. update_mode_profile();
  10029. tmc2130_init(true);
  10030. #endif // TMC2130
  10031. axis_known_position[Z_AXIS]=false;
  10032. }
  10033. void enable_force_z()
  10034. {
  10035. if(bEnableForce_z)
  10036. return; // motor already enabled (may be ;-p )
  10037. bEnableForce_z=true;
  10038. // mode recovering
  10039. #ifdef TMC2130
  10040. tmc2130_mode=eeprom_read_byte((uint8_t*)EEPROM_SILENT)?TMC2130_MODE_SILENT:TMC2130_MODE_NORMAL;
  10041. update_mode_profile();
  10042. tmc2130_init(true);
  10043. #endif // TMC2130
  10044. WRITE(Z_ENABLE_PIN,Z_ENABLE_ON); // slightly redundant ;-p
  10045. }
  10046. #endif // PSU_Delta