Marlin_main.cpp 385 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513851485158516851785188519852085218522852385248525852685278528852985308531853285338534853585368537853885398540854185428543854485458546854785488549855085518552855385548555855685578558855985608561856285638564856585668567856885698570857185728573857485758576857785788579858085818582858385848585858685878588858985908591859285938594859585968597859885998600860186028603860486058606860786088609861086118612861386148615861686178618861986208621862286238624862586268627862886298630863186328633863486358636863786388639864086418642864386448645864686478648864986508651865286538654865586568657865886598660866186628663866486658666866786688669867086718672867386748675867686778678867986808681868286838684868586868687868886898690869186928693869486958696869786988699870087018702870387048705870687078708870987108711871287138714871587168717871887198720872187228723872487258726872787288729873087318732873387348735873687378738873987408741874287438744874587468747874887498750875187528753875487558756875787588759876087618762876387648765876687678768876987708771877287738774877587768777877887798780878187828783878487858786878787888789879087918792879387948795879687978798879988008801880288038804880588068807880888098810881188128813881488158816881788188819882088218822882388248825882688278828882988308831883288338834883588368837883888398840884188428843884488458846884788488849885088518852885388548855885688578858885988608861886288638864886588668867886888698870887188728873887488758876887788788879888088818882888388848885888688878888888988908891889288938894889588968897889888998900890189028903890489058906890789088909891089118912891389148915891689178918891989208921892289238924892589268927892889298930893189328933893489358936893789388939894089418942894389448945894689478948894989508951895289538954895589568957895889598960896189628963896489658966896789688969897089718972897389748975897689778978897989808981898289838984898589868987898889898990899189928993899489958996899789988999900090019002900390049005900690079008900990109011901290139014901590169017901890199020902190229023902490259026902790289029903090319032903390349035903690379038903990409041904290439044904590469047904890499050905190529053905490559056905790589059906090619062906390649065906690679068906990709071907290739074907590769077907890799080908190829083908490859086908790889089909090919092909390949095909690979098909991009101910291039104910591069107910891099110911191129113911491159116911791189119912091219122912391249125912691279128912991309131913291339134913591369137913891399140914191429143914491459146914791489149915091519152915391549155915691579158915991609161916291639164916591669167916891699170917191729173917491759176917791789179918091819182918391849185918691879188918991909191919291939194919591969197919891999200920192029203920492059206920792089209921092119212921392149215921692179218921992209221922292239224922592269227922892299230923192329233923492359236923792389239924092419242924392449245924692479248924992509251925292539254925592569257925892599260926192629263926492659266926792689269927092719272927392749275927692779278927992809281928292839284928592869287928892899290929192929293929492959296929792989299930093019302930393049305930693079308930993109311931293139314931593169317931893199320932193229323932493259326932793289329933093319332933393349335933693379338933993409341934293439344934593469347934893499350935193529353935493559356935793589359936093619362936393649365936693679368936993709371937293739374937593769377937893799380938193829383938493859386938793889389939093919392939393949395939693979398939994009401940294039404940594069407940894099410941194129413941494159416941794189419942094219422942394249425942694279428942994309431943294339434943594369437943894399440944194429443944494459446944794489449945094519452945394549455945694579458945994609461946294639464946594669467946894699470947194729473947494759476947794789479948094819482948394849485948694879488948994909491949294939494949594969497949894999500950195029503950495059506950795089509951095119512951395149515951695179518951995209521952295239524952595269527952895299530953195329533953495359536953795389539954095419542954395449545954695479548954995509551955295539554955595569557955895599560956195629563956495659566956795689569957095719572957395749575957695779578957995809581958295839584958595869587958895899590959195929593959495959596959795989599960096019602960396049605960696079608960996109611961296139614961596169617961896199620962196229623962496259626962796289629963096319632963396349635963696379638963996409641964296439644964596469647964896499650965196529653965496559656965796589659966096619662966396649665966696679668966996709671967296739674967596769677967896799680968196829683968496859686968796889689969096919692969396949695969696979698969997009701970297039704970597069707970897099710971197129713971497159716971797189719972097219722972397249725972697279728972997309731973297339734973597369737973897399740974197429743974497459746974797489749975097519752975397549755975697579758975997609761976297639764976597669767976897699770977197729773977497759776977797789779978097819782978397849785978697879788978997909791979297939794979597969797979897999800980198029803980498059806980798089809981098119812981398149815981698179818981998209821982298239824982598269827982898299830983198329833983498359836983798389839984098419842984398449845984698479848984998509851985298539854985598569857985898599860986198629863986498659866986798689869987098719872987398749875987698779878987998809881988298839884988598869887988898899890989198929893989498959896989798989899990099019902990399049905990699079908990999109911991299139914991599169917991899199920992199229923992499259926992799289929993099319932993399349935993699379938993999409941994299439944994599469947994899499950995199529953995499559956995799589959996099619962996399649965996699679968996999709971997299739974997599769977997899799980998199829983998499859986998799889989999099919992999399949995999699979998999910000100011000210003100041000510006100071000810009100101001110012100131001410015100161001710018100191002010021100221002310024100251002610027100281002910030100311003210033100341003510036100371003810039100401004110042100431004410045100461004710048100491005010051100521005310054100551005610057100581005910060100611006210063100641006510066100671006810069100701007110072100731007410075100761007710078100791008010081100821008310084100851008610087100881008910090100911009210093100941009510096100971009810099101001010110102101031010410105101061010710108101091011010111101121011310114101151011610117101181011910120101211012210123101241012510126101271012810129101301013110132101331013410135101361013710138101391014010141101421014310144101451014610147101481014910150101511015210153101541015510156101571015810159101601016110162101631016410165101661016710168101691017010171101721017310174101751017610177101781017910180101811018210183101841018510186101871018810189101901019110192101931019410195101961019710198101991020010201102021020310204102051020610207102081020910210102111021210213102141021510216102171021810219102201022110222102231022410225102261022710228102291023010231102321023310234102351023610237102381023910240102411024210243102441024510246102471024810249102501025110252102531025410255102561025710258102591026010261102621026310264102651026610267102681026910270102711027210273102741027510276102771027810279102801028110282102831028410285102861028710288102891029010291102921029310294102951029610297102981029910300103011030210303103041030510306103071030810309103101031110312103131031410315103161031710318103191032010321103221032310324103251032610327103281032910330103311033210333103341033510336103371033810339103401034110342103431034410345103461034710348103491035010351103521035310354103551035610357103581035910360103611036210363103641036510366103671036810369103701037110372103731037410375103761037710378103791038010381103821038310384103851038610387103881038910390103911039210393103941039510396103971039810399104001040110402104031040410405104061040710408104091041010411104121041310414104151041610417104181041910420104211042210423104241042510426104271042810429104301043110432104331043410435104361043710438104391044010441104421044310444104451044610447104481044910450104511045210453104541045510456104571045810459104601046110462104631046410465104661046710468104691047010471104721047310474104751047610477104781047910480104811048210483104841048510486104871048810489104901049110492104931049410495104961049710498104991050010501105021050310504105051050610507105081050910510105111051210513105141051510516105171051810519105201052110522105231052410525105261052710528105291053010531105321053310534105351053610537105381053910540105411054210543105441054510546105471054810549105501055110552105531055410555105561055710558105591056010561105621056310564105651056610567105681056910570105711057210573105741057510576105771057810579105801058110582105831058410585105861058710588105891059010591105921059310594105951059610597105981059910600106011060210603106041060510606106071060810609106101061110612106131061410615106161061710618106191062010621106221062310624106251062610627106281062910630106311063210633106341063510636106371063810639106401064110642106431064410645106461064710648106491065010651106521065310654106551065610657106581065910660106611066210663106641066510666106671066810669106701067110672106731067410675106761067710678106791068010681106821068310684106851068610687106881068910690106911069210693106941069510696106971069810699107001070110702107031070410705107061070710708107091071010711107121071310714107151071610717107181071910720107211072210723107241072510726107271072810729107301073110732107331073410735107361073710738107391074010741107421074310744107451074610747107481074910750107511075210753107541075510756107571075810759107601076110762107631076410765107661076710768107691077010771107721077310774107751077610777107781077910780107811078210783107841078510786107871078810789107901079110792107931079410795107961079710798107991080010801108021080310804108051080610807108081080910810108111081210813108141081510816108171081810819108201082110822108231082410825108261082710828108291083010831108321083310834108351083610837108381083910840108411084210843108441084510846108471084810849108501085110852108531085410855108561085710858108591086010861108621086310864108651086610867108681086910870108711087210873108741087510876108771087810879108801088110882108831088410885108861088710888108891089010891108921089310894108951089610897108981089910900109011090210903109041090510906109071090810909109101091110912109131091410915109161091710918109191092010921109221092310924109251092610927109281092910930109311093210933109341093510936109371093810939109401094110942109431094410945109461094710948109491095010951109521095310954109551095610957109581095910960109611096210963109641096510966109671096810969109701097110972109731097410975109761097710978109791098010981109821098310984109851098610987109881098910990109911099210993109941099510996109971099810999110001100111002110031100411005110061100711008110091101011011110121101311014110151101611017110181101911020110211102211023110241102511026110271102811029110301103111032110331103411035110361103711038110391104011041110421104311044110451104611047110481104911050110511105211053110541105511056110571105811059110601106111062110631106411065110661106711068110691107011071110721107311074110751107611077110781107911080110811108211083110841108511086110871108811089110901109111092110931109411095110961109711098110991110011101111021110311104111051110611107111081110911110111111111211113111141111511116111171111811119111201112111122111231112411125111261112711128111291113011131111321113311134111351113611137111381113911140111411114211143111441114511146111471114811149111501115111152111531115411155111561115711158111591116011161111621116311164111651116611167111681116911170111711117211173111741117511176111771117811179111801118111182111831118411185111861118711188111891119011191111921119311194111951119611197111981119911200112011120211203112041120511206112071120811209112101121111212112131121411215112161121711218112191122011221112221122311224112251122611227112281122911230112311123211233112341123511236112371123811239112401124111242112431124411245112461124711248112491125011251112521125311254112551125611257112581125911260112611126211263112641126511266112671126811269112701127111272112731127411275112761127711278112791128011281112821128311284112851128611287112881128911290112911129211293112941129511296112971129811299113001130111302113031130411305113061130711308113091131011311113121131311314113151131611317113181131911320113211132211323113241132511326113271132811329113301133111332113331133411335113361133711338113391134011341113421134311344113451134611347113481134911350113511135211353113541135511356113571135811359113601136111362113631136411365113661136711368113691137011371113721137311374113751137611377113781137911380113811138211383113841138511386113871138811389113901139111392113931139411395113961139711398113991140011401114021140311404114051140611407114081140911410114111141211413114141141511416114171141811419114201142111422114231142411425114261142711428114291143011431114321143311434114351143611437114381143911440114411144211443114441144511446114471144811449114501145111452114531145411455114561145711458114591146011461114621146311464114651146611467114681146911470114711147211473114741147511476114771147811479114801148111482114831148411485114861148711488114891149011491114921149311494114951149611497114981149911500115011150211503115041150511506115071150811509115101151111512115131151411515115161151711518115191152011521115221152311524115251152611527115281152911530115311153211533115341153511536115371153811539115401154111542115431154411545115461154711548115491155011551115521155311554115551155611557115581155911560115611156211563115641156511566115671156811569115701157111572115731157411575115761157711578115791158011581115821158311584
  1. /* -*- c++ -*- */
  2. /**
  3. * @file
  4. */
  5. /**
  6. * @mainpage Reprap 3D printer firmware based on Sprinter and grbl.
  7. *
  8. * @section intro_sec Introduction
  9. *
  10. * This firmware is a mashup between Sprinter and grbl.
  11. * https://github.com/kliment/Sprinter
  12. * https://github.com/simen/grbl/tree
  13. *
  14. * It has preliminary support for Matthew Roberts advance algorithm
  15. * http://reprap.org/pipermail/reprap-dev/2011-May/003323.html
  16. *
  17. * Prusa Research s.r.o. https://www.prusa3d.cz
  18. *
  19. * @section copyright_sec Copyright
  20. *
  21. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  22. *
  23. * This program is free software: you can redistribute it and/or modify
  24. * it under the terms of the GNU General Public License as published by
  25. * the Free Software Foundation, either version 3 of the License, or
  26. * (at your option) any later version.
  27. *
  28. * This program is distributed in the hope that it will be useful,
  29. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  30. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  31. * GNU General Public License for more details.
  32. *
  33. * You should have received a copy of the GNU General Public License
  34. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  35. *
  36. * @section notes_sec Notes
  37. *
  38. * * Do not create static objects in global functions.
  39. * Otherwise constructor guard against concurrent calls is generated costing
  40. * about 8B RAM and 14B flash.
  41. *
  42. *
  43. */
  44. //-//
  45. #include "Configuration.h"
  46. #include "Marlin.h"
  47. #include "config.h"
  48. #include "macros.h"
  49. #ifdef ENABLE_AUTO_BED_LEVELING
  50. #include "vector_3.h"
  51. #ifdef AUTO_BED_LEVELING_GRID
  52. #include "qr_solve.h"
  53. #endif
  54. #endif // ENABLE_AUTO_BED_LEVELING
  55. #ifdef MESH_BED_LEVELING
  56. #include "mesh_bed_leveling.h"
  57. #include "mesh_bed_calibration.h"
  58. #endif
  59. #include "printers.h"
  60. #include "menu.h"
  61. #include "ultralcd.h"
  62. #include "backlight.h"
  63. #include "planner.h"
  64. #include "stepper.h"
  65. #include "temperature.h"
  66. #include "fancheck.h"
  67. #include "motion_control.h"
  68. #include "cardreader.h"
  69. #include "ConfigurationStore.h"
  70. #include "language.h"
  71. #include "math.h"
  72. #include "util.h"
  73. #include "Timer.h"
  74. #include "Prusa_farm.h"
  75. #include <avr/wdt.h>
  76. #include <util/atomic.h>
  77. #include <avr/pgmspace.h>
  78. #include "Tcodes.h"
  79. #include "Dcodes.h"
  80. #include "SpoolJoin.h"
  81. #ifndef LA_NOCOMPAT
  82. #include "la10compat.h"
  83. #endif
  84. #include "spi.h"
  85. #include "Filament_sensor.h"
  86. #ifdef TMC2130
  87. #include "tmc2130.h"
  88. #endif //TMC2130
  89. #ifdef XFLASH
  90. #include "xflash.h"
  91. #include "optiboot_xflash.h"
  92. #endif //XFLASH
  93. #include "xflash_dump.h"
  94. #ifdef BLINKM
  95. #include "BlinkM.h"
  96. #include "Wire.h"
  97. #endif
  98. #if NUM_SERVOS > 0
  99. #include "Servo.h"
  100. #endif
  101. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  102. #include <SPI.h>
  103. #endif
  104. #include "mmu2.h"
  105. #define VERSION_STRING "1.0.2"
  106. #include "sound.h"
  107. #include "cmdqueue.h"
  108. //Macro for print fan speed
  109. #define FAN_PULSE_WIDTH_LIMIT ((fanSpeed > 100) ? 3 : 4) //time in ms
  110. //filament types
  111. #define FILAMENT_DEFAULT 0
  112. #define FILAMENT_FLEX 1
  113. #define FILAMENT_PVA 2
  114. #define FILAMENT_UNDEFINED 255
  115. //Stepper Movement Variables
  116. //===========================================================================
  117. //=============================imported variables============================
  118. //===========================================================================
  119. //===========================================================================
  120. //=============================public variables=============================
  121. //===========================================================================
  122. #ifdef SDSUPPORT
  123. CardReader card;
  124. #endif
  125. uint8_t mbl_z_probe_nr = 3; //numer of Z measurements for each point in mesh bed leveling calibration
  126. //used for PINDA temp calibration and pause print
  127. #define DEFAULT_RETRACTION 1
  128. #define DEFAULT_RETRACTION_MM 4 //MM
  129. float default_retraction = DEFAULT_RETRACTION;
  130. float homing_feedrate[] = HOMING_FEEDRATE;
  131. //Although this flag and many others like this could be represented with a struct/bitfield for each axis (more readable and efficient code), the implementation
  132. //would not be standard across all platforms. That being said, the code will continue to use bitmasks for independent axis.
  133. //Moreover, according to C/C++ standard, the ordering of bits is platform/compiler dependent and the compiler is allowed to align the bits arbitrarily,
  134. //thus bit operations like shifting and masking may stop working and will be very hard to fix.
  135. uint8_t axis_relative_modes = 0;
  136. int feedmultiply=100; //100->1 200->2
  137. int extrudemultiply=100; //100->1 200->2
  138. bool homing_flag = false;
  139. unsigned long pause_time = 0;
  140. unsigned long start_pause_print = _millis();
  141. unsigned long t_fan_rising_edge = _millis();
  142. LongTimer safetyTimer;
  143. static LongTimer crashDetTimer;
  144. //unsigned long load_filament_time;
  145. bool mesh_bed_leveling_flag = false;
  146. unsigned long total_filament_used;
  147. HeatingStatus heating_status;
  148. uint8_t heating_status_counter;
  149. bool loading_flag = false;
  150. #define XY_NO_RESTORE_FLAG (mesh_bed_leveling_flag || homing_flag)
  151. bool fan_state[2];
  152. int fan_edge_counter[2];
  153. int fan_speed[2];
  154. float extruder_multiplier[EXTRUDERS] = {1.0
  155. #if EXTRUDERS > 1
  156. , 1.0
  157. #if EXTRUDERS > 2
  158. , 1.0
  159. #endif
  160. #endif
  161. };
  162. float current_position[NUM_AXIS] = { 0.0, 0.0, 0.0, 0.0 };
  163. //shortcuts for more readable code
  164. #define _x current_position[X_AXIS]
  165. #define _y current_position[Y_AXIS]
  166. #define _z current_position[Z_AXIS]
  167. #define _e current_position[E_AXIS]
  168. float min_pos[3] = { X_MIN_POS, Y_MIN_POS, Z_MIN_POS };
  169. float max_pos[3] = { X_MAX_POS, Y_MAX_POS, Z_MAX_POS };
  170. bool axis_known_position[3] = {false, false, false};
  171. // Extruder offset
  172. #if EXTRUDERS > 1
  173. #define NUM_EXTRUDER_OFFSETS 2 // only in XY plane
  174. float extruder_offset[NUM_EXTRUDER_OFFSETS][EXTRUDERS] = {
  175. #if defined(EXTRUDER_OFFSET_X) && defined(EXTRUDER_OFFSET_Y)
  176. EXTRUDER_OFFSET_X, EXTRUDER_OFFSET_Y
  177. #endif
  178. };
  179. #endif
  180. int fanSpeed=0;
  181. uint8_t newFanSpeed = 0;
  182. #ifdef FWRETRACT
  183. bool retracted[EXTRUDERS]={false
  184. #if EXTRUDERS > 1
  185. , false
  186. #if EXTRUDERS > 2
  187. , false
  188. #endif
  189. #endif
  190. };
  191. bool retracted_swap[EXTRUDERS]={false
  192. #if EXTRUDERS > 1
  193. , false
  194. #if EXTRUDERS > 2
  195. , false
  196. #endif
  197. #endif
  198. };
  199. float retract_length_swap = RETRACT_LENGTH_SWAP;
  200. float retract_recover_length_swap = RETRACT_RECOVER_LENGTH_SWAP;
  201. #endif
  202. #ifdef PS_DEFAULT_OFF
  203. bool powersupply = false;
  204. #else
  205. bool powersupply = true;
  206. #endif
  207. bool cancel_heatup = false;
  208. int8_t busy_state = NOT_BUSY;
  209. static long prev_busy_signal_ms = -1;
  210. uint8_t host_keepalive_interval = HOST_KEEPALIVE_INTERVAL;
  211. const char errormagic[] PROGMEM = "Error:";
  212. const char echomagic[] PROGMEM = "echo:";
  213. const char G28W0[] PROGMEM = "G28 W0";
  214. // Define some coordinates outside the clamp limits (making them invalid past the parsing stage) so
  215. // that they can be used later for various logical checks
  216. #define X_COORD_INVALID (X_MIN_POS-1)
  217. #define SAVED_START_POSITION_UNSET X_COORD_INVALID
  218. float saved_start_position[NUM_AXIS] = {SAVED_START_POSITION_UNSET, 0, 0, 0};
  219. uint16_t saved_segment_idx = 0;
  220. // storing estimated time to end of print counted by slicer
  221. uint8_t print_percent_done_normal = PRINT_PERCENT_DONE_INIT;
  222. uint8_t print_percent_done_silent = PRINT_PERCENT_DONE_INIT;
  223. uint16_t print_time_remaining_normal = PRINT_TIME_REMAINING_INIT; //estimated remaining print time in minutes
  224. uint16_t print_time_remaining_silent = PRINT_TIME_REMAINING_INIT; //estimated remaining print time in minutes
  225. uint16_t print_time_to_change_normal = PRINT_TIME_REMAINING_INIT; //estimated remaining time to next change in minutes
  226. uint16_t print_time_to_change_silent = PRINT_TIME_REMAINING_INIT; //estimated remaining time to next change in minutes
  227. uint32_t IP_address = 0;
  228. //===========================================================================
  229. //=============================Private Variables=============================
  230. //===========================================================================
  231. #define MSG_BED_LEVELING_FAILED_TIMEOUT 30
  232. const char axis_codes[NUM_AXIS] = {'X', 'Y', 'Z', 'E'};
  233. float destination[NUM_AXIS] = { 0.0, 0.0, 0.0, 0.0};
  234. // For tracing an arc
  235. static float offset[3] = {0.0, 0.0, 0.0};
  236. // Current feedrate
  237. float feedrate = 1500.0;
  238. // Feedrate for the next move
  239. static float next_feedrate;
  240. // Original feedrate saved during homing moves
  241. static float saved_feedrate;
  242. const int8_t sensitive_pins[] PROGMEM = SENSITIVE_PINS; // Sensitive pin list for M42
  243. //static float tt = 0;
  244. //static float bt = 0;
  245. //Inactivity shutdown variables
  246. static LongTimer previous_millis_cmd;
  247. unsigned long max_inactive_time = 0;
  248. static unsigned long stepper_inactive_time = DEFAULT_STEPPER_DEACTIVE_TIME*1000l;
  249. static unsigned long safetytimer_inactive_time = DEFAULT_SAFETYTIMER_TIME_MINS*60*1000ul;
  250. unsigned long starttime=0;
  251. unsigned long stoptime=0;
  252. ShortTimer usb_timer;
  253. bool Stopped=false;
  254. #if NUM_SERVOS > 0
  255. Servo servos[NUM_SERVOS];
  256. #endif
  257. bool target_direction;
  258. //Insert variables if CHDK is defined
  259. #ifdef CHDK
  260. unsigned long chdkHigh = 0;
  261. bool chdkActive = false;
  262. #endif
  263. //! @name RAM save/restore printing
  264. //! @{
  265. bool saved_printing = false; //!< Print is paused and saved in RAM
  266. static uint32_t saved_sdpos = 0; //!< SD card position, or line number in case of USB printing
  267. uint8_t saved_printing_type = PRINTING_TYPE_SD;
  268. static float saved_pos[4] = { X_COORD_INVALID, 0, 0, 0 };
  269. static uint16_t saved_feedrate2 = 0; //!< Default feedrate (truncated from float)
  270. static int saved_feedmultiply2 = 0;
  271. float saved_extruder_temperature = 0.0; //!< Active extruder temperature
  272. float saved_bed_temperature = 0.0;
  273. static bool saved_extruder_relative_mode = false;
  274. int saved_fan_speed = 0; //!< Print fan speed
  275. //! @}
  276. static int saved_feedmultiply_mm = 100;
  277. class AutoReportFeatures {
  278. union {
  279. struct {
  280. uint8_t temp : 1; //Temperature flag
  281. uint8_t fans : 1; //Fans flag
  282. uint8_t pos: 1; //Position flag
  283. uint8_t ar4 : 1; //Unused
  284. uint8_t ar5 : 1; //Unused
  285. uint8_t ar6 : 1; //Unused
  286. uint8_t ar7 : 1; //Unused
  287. } __attribute__((packed)) bits;
  288. uint8_t byte;
  289. } arFunctionsActive;
  290. uint8_t auto_report_period;
  291. public:
  292. LongTimer auto_report_timer;
  293. AutoReportFeatures():auto_report_period(0){
  294. #if defined(AUTO_REPORT)
  295. arFunctionsActive.byte = 0xff;
  296. #else
  297. arFunctionsActive.byte = 0;
  298. #endif //AUTO_REPORT
  299. }
  300. inline bool Temp()const { return arFunctionsActive.bits.temp != 0; }
  301. inline void SetTemp(uint8_t v){ arFunctionsActive.bits.temp = v; }
  302. inline bool Fans()const { return arFunctionsActive.bits.fans != 0; }
  303. inline void SetFans(uint8_t v){ arFunctionsActive.bits.fans = v; }
  304. inline bool Pos()const { return arFunctionsActive.bits.pos != 0; }
  305. inline void SetPos(uint8_t v){ arFunctionsActive.bits.pos = v; }
  306. inline void SetMask(uint8_t mask){ arFunctionsActive.byte = mask; }
  307. /// sets the autoreporting timer's period
  308. /// setting it to zero stops the timer
  309. void SetPeriod(uint8_t p){
  310. auto_report_period = p;
  311. if (auto_report_period != 0){
  312. auto_report_timer.start();
  313. } else{
  314. auto_report_timer.stop();
  315. }
  316. }
  317. inline void TimerStart() { auto_report_timer.start(); }
  318. inline bool TimerRunning()const { return auto_report_timer.running(); }
  319. inline bool TimerExpired() { return auto_report_timer.expired(auto_report_period * 1000ul); }
  320. };
  321. AutoReportFeatures autoReportFeatures;
  322. //===========================================================================
  323. //=============================Routines======================================
  324. //===========================================================================
  325. static bool setTargetedHotend(int code, uint8_t &extruder);
  326. static void print_time_remaining_init();
  327. static void wait_for_heater(long codenum, uint8_t extruder);
  328. static void gcode_G28(bool home_x_axis, bool home_y_axis, bool home_z_axis);
  329. static void gcode_M105(uint8_t extruder);
  330. #ifndef PINDA_THERMISTOR
  331. static void temp_compensation_start();
  332. static void temp_compensation_apply();
  333. #endif
  334. #ifdef PRUSA_SN_SUPPORT
  335. static uint8_t get_PRUSA_SN(char* SN);
  336. #endif //PRUSA_SN_SUPPORT
  337. uint16_t gcode_in_progress = 0;
  338. uint16_t mcode_in_progress = 0;
  339. void serial_echopair_P(const char *s_P, float v)
  340. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  341. void serial_echopair_P(const char *s_P, double v)
  342. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  343. void serial_echopair_P(const char *s_P, unsigned long v)
  344. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  345. void serialprintPGM(const char *str) {
  346. while(uint8_t ch = pgm_read_byte(str)) {
  347. MYSERIAL.write((char)ch);
  348. ++str;
  349. }
  350. }
  351. void serialprintlnPGM(const char *str) {
  352. serialprintPGM(str);
  353. MYSERIAL.println();
  354. }
  355. #ifdef SDSUPPORT
  356. #include "SdFatUtil.h"
  357. int freeMemory() { return SdFatUtil::FreeRam(); }
  358. #else
  359. extern "C" {
  360. extern unsigned int __bss_end;
  361. extern unsigned int __heap_start;
  362. extern void *__brkval;
  363. int freeMemory() {
  364. int free_memory;
  365. if ((int)__brkval == 0)
  366. free_memory = ((int)&free_memory) - ((int)&__bss_end);
  367. else
  368. free_memory = ((int)&free_memory) - ((int)__brkval);
  369. return free_memory;
  370. }
  371. }
  372. #endif //!SDSUPPORT
  373. void setup_killpin()
  374. {
  375. #if defined(KILL_PIN) && KILL_PIN > -1
  376. SET_INPUT(KILL_PIN);
  377. WRITE(KILL_PIN,HIGH);
  378. #endif
  379. }
  380. // Set home pin
  381. void setup_homepin(void)
  382. {
  383. #if defined(HOME_PIN) && HOME_PIN > -1
  384. SET_INPUT(HOME_PIN);
  385. WRITE(HOME_PIN,HIGH);
  386. #endif
  387. }
  388. void setup_photpin()
  389. {
  390. #if defined(PHOTOGRAPH_PIN) && PHOTOGRAPH_PIN > -1
  391. SET_OUTPUT(PHOTOGRAPH_PIN);
  392. WRITE(PHOTOGRAPH_PIN, LOW);
  393. #endif
  394. }
  395. void setup_powerhold()
  396. {
  397. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  398. SET_OUTPUT(SUICIDE_PIN);
  399. WRITE(SUICIDE_PIN, HIGH);
  400. #endif
  401. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  402. SET_OUTPUT(PS_ON_PIN);
  403. #if defined(PS_DEFAULT_OFF)
  404. WRITE(PS_ON_PIN, PS_ON_ASLEEP);
  405. #else
  406. WRITE(PS_ON_PIN, PS_ON_AWAKE);
  407. #endif
  408. #endif
  409. }
  410. void suicide()
  411. {
  412. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  413. SET_OUTPUT(SUICIDE_PIN);
  414. WRITE(SUICIDE_PIN, LOW);
  415. #endif
  416. }
  417. void servo_init()
  418. {
  419. #if (NUM_SERVOS >= 1) && defined(SERVO0_PIN) && (SERVO0_PIN > -1)
  420. servos[0].attach(SERVO0_PIN);
  421. #endif
  422. #if (NUM_SERVOS >= 2) && defined(SERVO1_PIN) && (SERVO1_PIN > -1)
  423. servos[1].attach(SERVO1_PIN);
  424. #endif
  425. #if (NUM_SERVOS >= 3) && defined(SERVO2_PIN) && (SERVO2_PIN > -1)
  426. servos[2].attach(SERVO2_PIN);
  427. #endif
  428. #if (NUM_SERVOS >= 4) && defined(SERVO3_PIN) && (SERVO3_PIN > -1)
  429. servos[3].attach(SERVO3_PIN);
  430. #endif
  431. #if (NUM_SERVOS >= 5)
  432. #error "TODO: enter initalisation code for more servos"
  433. #endif
  434. }
  435. bool __attribute__((noinline)) printer_active() {
  436. return IS_SD_PRINTING
  437. || usb_timer.running()
  438. || isPrintPaused
  439. || (custom_message_type == CustomMsg::TempCal)
  440. || saved_printing
  441. || (lcd_commands_type == LcdCommands::Layer1Cal)
  442. || MMU2::mmu2.MMU_PRINT_SAVED()
  443. || homing_flag
  444. || mesh_bed_leveling_flag;
  445. }
  446. // Currently only used in one place, allowed to be inlined
  447. bool check_fsensor() {
  448. return (IS_SD_PRINTING || usb_timer.running())
  449. && mcode_in_progress != 600
  450. && !saved_printing
  451. && e_active();
  452. }
  453. bool fans_check_enabled = true;
  454. #ifdef TMC2130
  455. void crashdet_stop_and_save_print()
  456. {
  457. stop_and_save_print_to_ram(10, -default_retraction); //XY - no change, Z 10mm up, E -1mm retract
  458. }
  459. void crashdet_restore_print_and_continue()
  460. {
  461. restore_print_from_ram_and_continue(default_retraction); //XYZ = orig, E +1mm unretract
  462. // babystep_apply();
  463. }
  464. void crashdet_fmt_error(char* buf, uint8_t mask)
  465. {
  466. if(mask & X_AXIS_MASK) *buf++ = axis_codes[X_AXIS];
  467. if(mask & Y_AXIS_MASK) *buf++ = axis_codes[Y_AXIS];
  468. *buf++ = ' ';
  469. strcpy_P(buf, _T(MSG_CRASH_DETECTED));
  470. }
  471. void crashdet_detected(uint8_t mask)
  472. {
  473. st_synchronize();
  474. static uint8_t crashDet_counter = 0;
  475. static uint8_t crashDet_axes = 0;
  476. bool automatic_recovery_after_crash = true;
  477. char msg[LCD_WIDTH+1] = "";
  478. if (crashDetTimer.expired(CRASHDET_TIMER * 1000ul)) {
  479. crashDet_counter = 0;
  480. }
  481. if(++crashDet_counter >= CRASHDET_COUNTER_MAX) {
  482. automatic_recovery_after_crash = false;
  483. }
  484. crashDetTimer.start();
  485. crashDet_axes |= mask;
  486. lcd_update_enable(true);
  487. lcd_clear();
  488. lcd_update(2);
  489. if (mask & X_AXIS_MASK)
  490. {
  491. eeprom_increment_byte((uint8_t*)EEPROM_CRASH_COUNT_X);
  492. eeprom_increment_word((uint16_t*)EEPROM_CRASH_COUNT_X_TOT);
  493. }
  494. if (mask & Y_AXIS_MASK)
  495. {
  496. eeprom_increment_byte((uint8_t*)EEPROM_CRASH_COUNT_Y);
  497. eeprom_increment_word((uint16_t*)EEPROM_CRASH_COUNT_Y_TOT);
  498. }
  499. lcd_update_enable(true);
  500. lcd_update(2);
  501. // prepare the status message with the _current_ axes status
  502. crashdet_fmt_error(msg, mask);
  503. lcd_setstatus(msg);
  504. gcode_G28(true, true, false); //home X and Y
  505. if (automatic_recovery_after_crash) {
  506. enquecommand_P(PSTR("CRASH_RECOVER"));
  507. }else{
  508. setTargetHotend(0, active_extruder);
  509. // notify the user of *all* the axes previously affected, not just the last one
  510. lcd_update_enable(false);
  511. lcd_clear();
  512. crashdet_fmt_error(msg, crashDet_axes);
  513. crashDet_axes = 0;
  514. lcd_print(msg);
  515. // ask whether to resume printing
  516. lcd_set_cursor(0, 1);
  517. lcd_puts_P(_T(MSG_RESUME_PRINT));
  518. lcd_putc('?');
  519. uint8_t yesno = lcd_show_yes_no_and_wait(false);
  520. if (yesno == LCD_LEFT_BUTTON_CHOICE)
  521. {
  522. enquecommand_P(PSTR("CRASH_RECOVER"));
  523. }
  524. else // LCD_MIDDLE_BUTTON_CHOICE
  525. {
  526. enquecommand_P(PSTR("CRASH_CANCEL"));
  527. }
  528. }
  529. }
  530. void crashdet_recover()
  531. {
  532. crashdet_restore_print_and_continue();
  533. if (lcd_crash_detect_enabled()) tmc2130_sg_stop_on_crash = true;
  534. }
  535. void crashdet_cancel()
  536. {
  537. saved_printing = false;
  538. tmc2130_sg_stop_on_crash = true;
  539. if (saved_printing_type == PRINTING_TYPE_SD) {
  540. print_stop();
  541. }else if(saved_printing_type == PRINTING_TYPE_USB){
  542. SERIAL_ECHOLNRPGM(MSG_OCTOPRINT_CANCEL); //for Octoprint: works the same as clicking "Abort" button in Octoprint GUI
  543. cmdqueue_reset();
  544. }
  545. }
  546. #endif //TMC2130
  547. void failstats_reset_print()
  548. {
  549. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_X, 0);
  550. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_Y, 0);
  551. eeprom_update_byte((uint8_t *)EEPROM_FERROR_COUNT, 0);
  552. eeprom_update_byte((uint8_t *)EEPROM_POWER_COUNT, 0);
  553. eeprom_update_byte((uint8_t *)EEPROM_MMU_FAIL, 0);
  554. eeprom_update_byte((uint8_t *)EEPROM_MMU_LOAD_FAIL, 0);
  555. }
  556. void watchdogEarlyDisable(void) {
  557. // Regardless if the watchdog support is enabled or not, disable the watchdog very early
  558. // after the program starts since there's no danger in doing this.
  559. // The reason for this is because old bootloaders might not handle the watchdog timer at all,
  560. // leaving it enabled when jumping to the program. This could cause another watchdog reset
  561. // during setup() if not handled properly. So to avoid any issue of this kind, stop the
  562. // watchdog timer manually.
  563. ATOMIC_BLOCK(ATOMIC_RESTORESTATE) {
  564. wdt_reset();
  565. MCUSR &= ~_BV(WDRF);
  566. wdt_disable();
  567. }
  568. }
  569. void softReset(void) {
  570. cli();
  571. #ifdef WATCHDOG
  572. // If the watchdog support is enabled, use that for resetting. The timeout value is customized
  573. // for each board since the miniRambo ships with a bootloader which doesn't properly handle the
  574. // WDT. In order to avoid bootlooping, the watchdog is set to a value large enough for the
  575. // usual timeout of the bootloader to pass.
  576. wdt_enable(WATCHDOG_SOFT_RESET_VALUE);
  577. #else
  578. #warning WATCHDOG not defined. See the following comment for more details about the implications
  579. // In case the watchdog is not enabled, the reset is acomplished by jumping to the bootloader
  580. // vector manually. This however is somewhat dangerous since the peripherals don't get reset
  581. // by this operation. Considering this is not going to be used in any production firmware,
  582. // it can be left as is and just be cautious with it. The only way to accomplish a peripheral
  583. // reset is by an external reset, by a watchdog reset or by a power cycle. All of these options
  584. // can't be accomplished just from software. One way to minimize the dangers of this is by
  585. // setting all dangerous pins to INPUT before jumping to the bootloader, but that still doesn't
  586. // reset other peripherals such as UART, timers, INT, PCINT, etc...
  587. asm volatile("jmp 0x3E000");
  588. #endif
  589. while(1);
  590. }
  591. #ifdef MESH_BED_LEVELING
  592. enum MeshLevelingState { MeshReport, MeshStart, MeshNext, MeshSet };
  593. #endif
  594. static void factory_reset_stats(){
  595. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, 0);
  596. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, 0);
  597. failstats_reset_print();
  598. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_X_TOT, 0);
  599. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_Y_TOT, 0);
  600. eeprom_update_word((uint16_t *)EEPROM_FERROR_COUNT_TOT, 0);
  601. eeprom_update_word((uint16_t *)EEPROM_POWER_COUNT_TOT, 0);
  602. eeprom_update_word((uint16_t *)EEPROM_MMU_FAIL_TOT, 0);
  603. eeprom_update_word((uint16_t *)EEPROM_MMU_LOAD_FAIL_TOT, 0);
  604. eeprom_update_dword((uint32_t *)EEPROM_TOTAL_TOOLCHANGE_COUNT, 0);
  605. }
  606. // Factory reset function
  607. // This function is used to erase parts or whole EEPROM memory which is used for storing calibration and and so on.
  608. // Level input parameter sets depth of reset
  609. static void factory_reset(char level)
  610. {
  611. lcd_clear();
  612. Sound_MakeCustom(100,0,false);
  613. switch (level) {
  614. case 0: // Level 0: Language reset
  615. lang_reset();
  616. break;
  617. case 1: //Level 1: Reset statistics
  618. factory_reset_stats();
  619. lcd_menu_statistics();
  620. break;
  621. case 2: // Level 2: Prepare for shipping
  622. factory_reset_stats();
  623. // FALLTHRU
  624. case 3: // Level 3: Preparation after being serviced
  625. // Force language selection at the next boot up.
  626. lang_reset();
  627. // Force the wizard in "Follow calibration flow" mode at the next boot up
  628. calibration_status_clear(CALIBRATION_FORCE_PREP);
  629. eeprom_write_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 2);
  630. farm_disable();
  631. #ifdef FILAMENT_SENSOR
  632. fsensor.setEnabled(true);
  633. fsensor.setAutoLoadEnabled(true, true);
  634. fsensor.setRunoutEnabled(true, true);
  635. #if (FILAMENT_SENSOR_TYPE == FSENSOR_PAT9125)
  636. fsensor.setJamDetectionEnabled(true, true);
  637. #endif //(FILAMENT_SENSOR_TYPE == FSENSOR_PAT9125)
  638. #endif //FILAMENT_SENSOR
  639. break;
  640. case 4:
  641. menu_progressbar_init(EEPROM_TOP, PSTR("ERASING all data"));
  642. // Erase EEPROM
  643. for (uint16_t i = 0; i < EEPROM_TOP; i++) {
  644. eeprom_update_byte((uint8_t*)i, 0xFF);
  645. menu_progressbar_update(i);
  646. }
  647. menu_progressbar_finish();
  648. softReset();
  649. break;
  650. default:
  651. break;
  652. }
  653. }
  654. extern "C" {
  655. FILE _uartout; //= {0}; Global variable is always zero initialized. No need to explicitly state this.
  656. }
  657. int uart_putchar(char c, FILE *)
  658. {
  659. MYSERIAL.write(c);
  660. return 0;
  661. }
  662. void lcd_splash()
  663. {
  664. lcd_clear(); // clears display and homes screen
  665. lcd_printf_P(PSTR("\n Original Prusa i3\n Prusa Research\n%20.20S"), PSTR(FW_VERSION));
  666. }
  667. void factory_reset()
  668. {
  669. KEEPALIVE_STATE(PAUSED_FOR_USER);
  670. if (!READ(BTN_ENC))
  671. {
  672. _delay_ms(1000);
  673. if (!READ(BTN_ENC))
  674. {
  675. lcd_clear();
  676. lcd_puts_P(PSTR("Factory RESET"));
  677. SET_OUTPUT(BEEPER);
  678. if(eSoundMode!=e_SOUND_MODE_SILENT)
  679. WRITE(BEEPER, HIGH);
  680. while (!READ(BTN_ENC));
  681. WRITE(BEEPER, LOW);
  682. _delay_ms(2000);
  683. char level = reset_menu();
  684. factory_reset(level);
  685. switch (level) {
  686. case 0:
  687. case 1:
  688. case 2:
  689. case 3:
  690. case 4: _delay_ms(0); break;
  691. }
  692. }
  693. }
  694. KEEPALIVE_STATE(IN_HANDLER);
  695. }
  696. #if 0
  697. void show_fw_version_warnings() {
  698. if (FW_DEV_VERSION == FW_VERSION_GOLD || FW_DEV_VERSION == FW_VERSION_RC) return;
  699. switch (FW_DEV_VERSION) {
  700. case(FW_VERSION_BETA): lcd_show_fullscreen_message_and_wait_P(MSG_FW_VERSION_BETA); break;
  701. case(FW_VERSION_ALPHA):
  702. case(FW_VERSION_DEVEL):
  703. case(FW_VERSION_DEBUG):
  704. lcd_update_enable(false);
  705. lcd_clear();
  706. #if (FW_DEV_VERSION == FW_VERSION_DEVEL || FW_DEV_VERSION == FW_VERSION_ALPHA)
  707. lcd_puts_at_P(0, 0, PSTR("Development build !!"));
  708. #else
  709. lcd_puts_at_P(0, 0, PSTR("Debbugging build !!!"));
  710. #endif
  711. lcd_puts_at_P(0, 1, PSTR("May destroy printer!"));
  712. lcd_puts_at_P(0, 2, PSTR("FW")); lcd_puts_P(PSTR(FW_VERSION_FULL));
  713. lcd_puts_at_P(0, 3, PSTR("Repo: ")); lcd_puts_P(PSTR(FW_REPOSITORY));
  714. lcd_wait_for_click();
  715. break;
  716. // 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
  717. }
  718. lcd_update_enable(true);
  719. }
  720. #endif
  721. #if defined(FILAMENT_SENSOR) && defined(FSENSOR_PROBING)
  722. //! @brief try to check if firmware is on right type of printer
  723. static void check_if_fw_is_on_right_printer() {
  724. if (fsensor.probeOtherType()) {
  725. lcd_show_fullscreen_message_and_wait_P(_i(PRINTER_NAME " firmware detected on " PRINTER_NAME_ALTERNATE " printer"));////c=20 r=4
  726. }
  727. }
  728. #endif //defined(FILAMENT_SENSOR) && defined(FSENSOR_PROBING)
  729. uint8_t check_printer_version()
  730. {
  731. uint8_t version_changed = 0;
  732. uint16_t printer_type = eeprom_read_word((uint16_t*)EEPROM_PRINTER_TYPE);
  733. uint16_t motherboard = eeprom_read_word((uint16_t*)EEPROM_BOARD_TYPE);
  734. if (printer_type != PRINTER_TYPE) {
  735. if (printer_type == 0xffff) eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  736. else version_changed |= 0b10;
  737. }
  738. if (motherboard != MOTHERBOARD) {
  739. if(motherboard == 0xffff) eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  740. else version_changed |= 0b01;
  741. }
  742. return version_changed;
  743. }
  744. #ifdef BOOTAPP
  745. #include "bootapp.h" //bootloader support
  746. #endif //BOOTAPP
  747. #if (LANG_MODE != 0) //secondary language support
  748. #ifdef XFLASH
  749. // language update from external flash
  750. #define LANGBOOT_BLOCKSIZE 0x1000u
  751. #define LANGBOOT_RAMBUFFER 0x0800
  752. void update_sec_lang_from_external_flash()
  753. {
  754. if ((boot_app_magic == BOOT_APP_MAGIC) && (boot_app_flags & BOOT_APP_FLG_USER0))
  755. {
  756. uint8_t lang = boot_reserved >> 3;
  757. uint8_t state = boot_reserved & 0x07;
  758. lang_table_header_t header;
  759. uint32_t src_addr;
  760. if (lang_get_header(lang, &header, &src_addr))
  761. {
  762. lcd_puts_at_P(1,3,PSTR("Language update."));
  763. for (uint8_t i = 0; i < state; i++) fputc('.', lcdout);
  764. _delay(100);
  765. boot_reserved = (boot_reserved & 0xF8) | ((state + 1) & 0x07);
  766. if ((state * LANGBOOT_BLOCKSIZE) < header.size)
  767. {
  768. cli();
  769. uint16_t size = header.size - state * LANGBOOT_BLOCKSIZE;
  770. if (size > LANGBOOT_BLOCKSIZE) size = LANGBOOT_BLOCKSIZE;
  771. xflash_rd_data(src_addr + state * LANGBOOT_BLOCKSIZE, (uint8_t*)LANGBOOT_RAMBUFFER, size);
  772. if (state == 0)
  773. {
  774. //TODO - check header integrity
  775. }
  776. bootapp_ram2flash(LANGBOOT_RAMBUFFER, _SEC_LANG_TABLE + state * LANGBOOT_BLOCKSIZE, size);
  777. }
  778. else
  779. {
  780. //TODO - check sec lang data integrity
  781. eeprom_update_byte((unsigned char *)EEPROM_LANG, LANG_ID_SEC);
  782. }
  783. }
  784. }
  785. boot_app_flags &= ~BOOT_APP_FLG_USER0;
  786. }
  787. #ifdef DEBUG_XFLASH
  788. uint8_t lang_xflash_enum_codes(uint16_t* codes)
  789. {
  790. lang_table_header_t header;
  791. uint8_t count = 0;
  792. uint32_t addr = 0x00000;
  793. while (1)
  794. {
  795. printf_P(_n("LANGTABLE%d:"), count);
  796. xflash_rd_data(addr, (uint8_t*)&header, sizeof(lang_table_header_t));
  797. if (header.magic != LANG_MAGIC)
  798. {
  799. puts_P(_n("NG!"));
  800. break;
  801. }
  802. puts_P(_n("OK"));
  803. printf_P(_n(" _lt_magic = 0x%08lx %S\n"), header.magic, (header.magic==LANG_MAGIC)?_n("OK"):_n("NA"));
  804. printf_P(_n(" _lt_size = 0x%04x (%d)\n"), header.size, header.size);
  805. printf_P(_n(" _lt_count = 0x%04x (%d)\n"), header.count, header.count);
  806. printf_P(_n(" _lt_chsum = 0x%04x\n"), header.checksum);
  807. printf_P(_n(" _lt_code = 0x%04x (%c%c)\n"), header.code, header.code >> 8, header.code & 0xff);
  808. printf_P(_n(" _lt_sign = 0x%08lx\n"), header.signature);
  809. addr += header.size;
  810. codes[count] = header.code;
  811. count ++;
  812. }
  813. return count;
  814. }
  815. void list_sec_lang_from_external_flash()
  816. {
  817. uint16_t codes[8];
  818. uint8_t count = lang_xflash_enum_codes(codes);
  819. printf_P(_n("XFlash lang count = %hhd\n"), count);
  820. }
  821. #endif //DEBUG_XFLASH
  822. #endif //XFLASH
  823. #endif //(LANG_MODE != 0)
  824. static void fw_crash_init()
  825. {
  826. #ifdef XFLASH_DUMP
  827. dump_crash_reason crash_reason;
  828. if(xfdump_check_state(&crash_reason))
  829. {
  830. // always signal to the host that a dump is available for retrieval
  831. puts_P(_N("// action:dump_available"));
  832. #ifdef EMERGENCY_DUMP
  833. if(crash_reason != dump_crash_reason::manual &&
  834. eeprom_read_byte((uint8_t*)EEPROM_FW_CRASH_FLAG) != 0xFF)
  835. {
  836. lcd_show_fullscreen_message_and_wait_P(
  837. _n("FW crash detected! "
  838. "You can continue printing. "
  839. "Debug data available for analysis. "
  840. "Contact support to submit details."));
  841. }
  842. #endif
  843. }
  844. #else //XFLASH_DUMP
  845. dump_crash_reason crash_reason = (dump_crash_reason)eeprom_read_byte((uint8_t*)EEPROM_FW_CRASH_FLAG);
  846. if(crash_reason != dump_crash_reason::manual && (uint8_t)crash_reason != 0xFF)
  847. {
  848. lcd_beeper_quick_feedback();
  849. lcd_clear();
  850. lcd_puts_P(_n("FIRMWARE CRASH!\nCrash reason:\n"));
  851. switch(crash_reason)
  852. {
  853. case dump_crash_reason::stack_error:
  854. lcd_puts_P(_n("Static memory has\nbeen overwritten"));
  855. break;
  856. case dump_crash_reason::watchdog:
  857. lcd_puts_P(_n("Watchdog timeout"));
  858. break;
  859. case dump_crash_reason::bad_isr:
  860. lcd_puts_P(_n("Bad interrupt"));
  861. break;
  862. default:
  863. lcd_print((uint8_t)crash_reason);
  864. break;
  865. }
  866. lcd_wait_for_click();
  867. }
  868. #endif //XFLASH_DUMP
  869. // prevent crash prompts to reappear once acknowledged
  870. eeprom_update_byte((uint8_t*)EEPROM_FW_CRASH_FLAG, 0xFF);
  871. }
  872. static void xflash_err_msg()
  873. {
  874. puts_P(_n("XFLASH not responding."));
  875. lcd_show_fullscreen_message_and_wait_P(_n("External SPI flash\nXFLASH is not res-\nponding. Language\nswitch unavailable."));
  876. }
  877. // "Setup" function is called by the Arduino framework on startup.
  878. // Before startup, the Timers-functions (PWM)/Analog RW and HardwareSerial provided by the Arduino-code
  879. // are initialized by the main() routine provided by the Arduino framework.
  880. void setup()
  881. {
  882. watchdogEarlyDisable();
  883. timer2_init(); // enables functional millis
  884. ultralcd_init();
  885. spi_init();
  886. lcd_splash();
  887. Sound_Init(); // also guarantee "SET_OUTPUT(BEEPER)"
  888. selectedSerialPort = eeprom_init_default_byte((uint8_t *)EEPROM_SECOND_SERIAL_ACTIVE, 0);
  889. MYSERIAL.begin(BAUDRATE);
  890. fdev_setup_stream(uartout, uart_putchar, NULL, _FDEV_SETUP_WRITE); //setup uart out stream
  891. stdout = uartout;
  892. #ifdef XFLASH
  893. bool xflash_success = xflash_init();
  894. uint8_t optiboot_status = 1;
  895. if (xflash_success)
  896. {
  897. optiboot_status = optiboot_xflash_enter();
  898. #if (LANG_MODE != 0) //secondary language support
  899. update_sec_lang_from_external_flash();
  900. #endif //(LANG_MODE != 0)
  901. }
  902. #else
  903. const bool xflash_success = true;
  904. #endif //XFLASH
  905. setup_killpin();
  906. setup_powerhold();
  907. farm_mode_init();
  908. #ifdef TMC2130
  909. if( FarmOrUserECool() ){
  910. //increased extruder current (PFW363)
  911. tmc2130_current_h[E_AXIS] = TMC2130_CURRENTS_FARM;
  912. tmc2130_current_r[E_AXIS] = TMC2130_CURRENTS_FARM;
  913. }
  914. #endif //TMC2130
  915. #ifdef PRUSA_SN_SUPPORT
  916. //Check for valid SN in EEPROM. Try to retrieve it in case it's invalid.
  917. //SN is valid only if it is NULL terminated and starts with "CZPX".
  918. {
  919. char SN[20];
  920. eeprom_read_block(SN, (uint8_t*)EEPROM_PRUSA_SN, 20);
  921. if (SN[19] || strncmp_P(SN, PSTR("CZPX"), 4))
  922. {
  923. if (!get_PRUSA_SN(SN))
  924. {
  925. eeprom_update_block(SN, (uint8_t*)EEPROM_PRUSA_SN, 20);
  926. puts_P(PSTR("SN updated"));
  927. }
  928. else
  929. puts_P(PSTR("SN update failed"));
  930. }
  931. }
  932. #endif //PRUSA_SN_SUPPORT
  933. #ifndef XFLASH
  934. SERIAL_PROTOCOLLNPGM("start");
  935. #else
  936. if ((optiboot_status != 0) || (selectedSerialPort != 0))
  937. SERIAL_PROTOCOLLNPGM("start");
  938. #endif
  939. SERIAL_ECHO_START;
  940. puts_P(PSTR(" " FW_VERSION_FULL));
  941. if (eeprom_read_byte((uint8_t *)EEPROM_MMU_ENABLED)) {
  942. MMU2::mmu2.Start();
  943. }
  944. SpoolJoin::spooljoin.initSpoolJoinStatus();
  945. //SERIAL_ECHOPAIR("Active sheet before:", static_cast<unsigned long int>(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet))));
  946. #ifdef DEBUG_SEC_LANG
  947. lang_table_header_t header;
  948. uint32_t src_addr = 0x00000;
  949. if (lang_get_header(1, &header, &src_addr))
  950. {
  951. printf_P(
  952. _n(
  953. " _src_addr = 0x%08lx\n"
  954. " _lt_magic = 0x%08lx %S\n"
  955. " _lt_size = 0x%04x (%d)\n"
  956. " _lt_count = 0x%04x (%d)\n"
  957. " _lt_chsum = 0x%04x\n"
  958. " _lt_code = 0x%04x (%c%c)\n"
  959. " _lt_resv1 = 0x%08lx\n"
  960. ),
  961. src_addr,
  962. header.magic, (header.magic==LANG_MAGIC)?_n("OK"):_n("NA"),
  963. header.size, header.size,
  964. header.count, header.count,
  965. header.checksum,
  966. header.code, header.code >> 8, header.code & 0xff,
  967. header.signature
  968. );
  969. #if 0
  970. xflash_rd_data(0x25ba, (uint8_t*)&block_buffer, 1024);
  971. for (uint16_t i = 0; i < 1024; i++)
  972. {
  973. if ((i % 16) == 0) printf_P(_n("%04x:"), 0x25ba+i);
  974. printf_P(_n(" %02x"), ((uint8_t*)&block_buffer)[i]);
  975. if ((i % 16) == 15) putchar('\n');
  976. }
  977. #endif
  978. uint16_t sum = 0;
  979. for (uint16_t i = 0; i < header.size; i++)
  980. sum += (uint16_t)pgm_read_byte((uint8_t*)(_SEC_LANG_TABLE + i)) << ((i & 1)?0:8);
  981. printf_P(_n("_SEC_LANG_TABLE checksum = %04x\n"), sum);
  982. sum -= header.checksum; //subtract checksum
  983. printf_P(_n("_SEC_LANG_TABLE checksum = %04x\n"), sum);
  984. sum = (sum >> 8) | ((sum & 0xff) << 8); //swap bytes
  985. if (sum == header.checksum)
  986. puts_P(_n("Checksum OK"));
  987. else
  988. puts_P(_n("Checksum NG"));
  989. }
  990. else
  991. puts_P(_n("lang_get_header failed!"));
  992. #if 0
  993. for (uint16_t i = 0; i < 1024*10; i++)
  994. {
  995. if ((i % 16) == 0) printf_P(_n("%04x:"), _SEC_LANG_TABLE+i);
  996. printf_P(_n(" %02x"), pgm_read_byte((uint8_t*)(_SEC_LANG_TABLE+i)));
  997. if ((i % 16) == 15) putchar('\n');
  998. }
  999. #endif
  1000. #if 0
  1001. SERIAL_ECHOLN("Reading eeprom from 0 to 100: start");
  1002. for (int i = 0; i < 4096; ++i) {
  1003. int b = eeprom_read_byte((unsigned char*)i);
  1004. if (b != 255) {
  1005. SERIAL_ECHO(i);
  1006. SERIAL_ECHO(":");
  1007. SERIAL_ECHO(b);
  1008. SERIAL_ECHOLN("");
  1009. }
  1010. }
  1011. SERIAL_ECHOLN("Reading eeprom from 0 to 100: done");
  1012. #endif
  1013. #endif //DEBUG_SEC_LANG
  1014. // Check startup - does nothing if bootloader sets MCUSR to 0
  1015. byte mcu = MCUSR;
  1016. /* if (mcu & 1) SERIAL_ECHOLNRPGM(MSG_POWERUP);
  1017. if (mcu & 2) SERIAL_ECHOLNRPGM(MSG_EXTERNAL_RESET);
  1018. if (mcu & 4) SERIAL_ECHOLNRPGM(MSG_BROWNOUT_RESET);
  1019. if (mcu & 8) SERIAL_ECHOLNRPGM(MSG_WATCHDOG_RESET);
  1020. if (mcu & 32) SERIAL_ECHOLNRPGM(MSG_SOFTWARE_RESET);*/
  1021. if (mcu & 1) puts_P(MSG_POWERUP);
  1022. if (mcu & 2) puts_P(MSG_EXTERNAL_RESET);
  1023. if (mcu & 4) puts_P(MSG_BROWNOUT_RESET);
  1024. if (mcu & 8) puts_P(MSG_WATCHDOG_RESET);
  1025. if (mcu & 32) puts_P(MSG_SOFTWARE_RESET);
  1026. MCUSR = 0;
  1027. //SERIAL_ECHORPGM(MSG_MARLIN);
  1028. //SERIAL_ECHOLNRPGM(VERSION_STRING);
  1029. #ifdef STRING_VERSION_CONFIG_H
  1030. #ifdef STRING_CONFIG_H_AUTHOR
  1031. SERIAL_ECHO_START;
  1032. SERIAL_ECHORPGM(_n(" Last Updated: "));////MSG_CONFIGURATION_VER
  1033. SERIAL_ECHOPGM(STRING_VERSION_CONFIG_H);
  1034. SERIAL_ECHORPGM(_n(" | Author: "));////MSG_AUTHOR
  1035. SERIAL_ECHOLNPGM(STRING_CONFIG_H_AUTHOR);
  1036. #endif
  1037. #endif
  1038. SERIAL_ECHO_START;
  1039. SERIAL_ECHORPGM(_n(" Free Memory: "));////MSG_FREE_MEMORY
  1040. SERIAL_ECHO(freeMemory());
  1041. SERIAL_ECHORPGM(_n(" PlannerBufferBytes: "));////MSG_PLANNER_BUFFER_BYTES
  1042. SERIAL_ECHOLN((int)sizeof(block_t)*BLOCK_BUFFER_SIZE);
  1043. //lcd_update_enable(false); // why do we need this?? - andre
  1044. // loads data from EEPROM if available else uses defaults (and resets step acceleration rate)
  1045. bool previous_settings_retrieved = false;
  1046. uint8_t hw_changed = check_printer_version();
  1047. 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
  1048. previous_settings_retrieved = Config_RetrieveSettings();
  1049. }
  1050. else { //printer version was changed so use default settings
  1051. Config_ResetDefault();
  1052. }
  1053. // writes a magic number at the end of static variables to monitor against incorrect overwriting
  1054. // of static memory by stack (this needs to be done before soft_pwm_init, since the check is
  1055. // performed inside the soft_pwm_isr)
  1056. SdFatUtil::set_stack_guard();
  1057. // Initialize pwm/temperature loops
  1058. soft_pwm_init();
  1059. temp_mgr_init();
  1060. #ifdef EXTRUDER_ALTFAN_DETECT
  1061. if (eeprom_read_byte((uint8_t*)EEPROM_ALTFAN_OVERRIDE) == EEPROM_EMPTY_VALUE) {
  1062. eeprom_update_byte((uint8_t*)EEPROM_ALTFAN_OVERRIDE, 0);
  1063. SERIAL_ECHORPGM(_n("Hotend fan type: "));
  1064. if (extruder_altfan_detect())
  1065. SERIAL_ECHOLNRPGM(PSTR("ALTFAN"));
  1066. else
  1067. SERIAL_ECHOLNRPGM(PSTR("NOCTUA"));
  1068. }
  1069. #endif //EXTRUDER_ALTFAN_DETECT
  1070. plan_init(); // Initialize planner;
  1071. factory_reset();
  1072. eeprom_init_default_byte((uint8_t*)EEPROM_SILENT, SILENT_MODE_OFF);
  1073. eeprom_init_default_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 1); //run wizard if uninitialized
  1074. lcd_encoder_diff=0;
  1075. #ifdef TMC2130
  1076. uint8_t silentMode = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
  1077. if (silentMode == 0xff) silentMode = 0;
  1078. tmc2130_mode = TMC2130_MODE_NORMAL;
  1079. if (lcd_crash_detect_enabled() && !farm_mode)
  1080. {
  1081. lcd_crash_detect_enable();
  1082. puts_P(_N("CrashDetect ENABLED!"));
  1083. }
  1084. else
  1085. {
  1086. lcd_crash_detect_disable();
  1087. puts_P(_N("CrashDetect DISABLED"));
  1088. }
  1089. #ifdef TMC2130_LINEARITY_CORRECTION
  1090. #ifdef TMC2130_LINEARITY_CORRECTION_XYZ
  1091. tmc2130_wave_fac[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_X_FAC);
  1092. tmc2130_wave_fac[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_Y_FAC);
  1093. tmc2130_wave_fac[Z_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_Z_FAC);
  1094. #endif //TMC2130_LINEARITY_CORRECTION_XYZ
  1095. tmc2130_wave_fac[E_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_E_FAC);
  1096. if (tmc2130_wave_fac[X_AXIS] == 0xff) tmc2130_wave_fac[X_AXIS] = 0;
  1097. if (tmc2130_wave_fac[Y_AXIS] == 0xff) tmc2130_wave_fac[Y_AXIS] = 0;
  1098. if (tmc2130_wave_fac[Z_AXIS] == 0xff) tmc2130_wave_fac[Z_AXIS] = 0;
  1099. if (tmc2130_wave_fac[E_AXIS] == 0xff) tmc2130_wave_fac[E_AXIS] = 0;
  1100. #endif //TMC2130_LINEARITY_CORRECTION
  1101. #ifdef TMC2130_VARIABLE_RESOLUTION
  1102. tmc2130_mres[X_AXIS] = tmc2130_usteps2mres(cs.axis_ustep_resolution[X_AXIS]);
  1103. tmc2130_mres[Y_AXIS] = tmc2130_usteps2mres(cs.axis_ustep_resolution[Y_AXIS]);
  1104. tmc2130_mres[Z_AXIS] = tmc2130_usteps2mres(cs.axis_ustep_resolution[Z_AXIS]);
  1105. tmc2130_mres[E_AXIS] = tmc2130_usteps2mres(cs.axis_ustep_resolution[E_AXIS]);
  1106. #else //TMC2130_VARIABLE_RESOLUTION
  1107. tmc2130_mres[X_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_XY);
  1108. tmc2130_mres[Y_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_XY);
  1109. tmc2130_mres[Z_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_Z);
  1110. tmc2130_mres[E_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_E);
  1111. #endif //TMC2130_VARIABLE_RESOLUTION
  1112. #endif //TMC2130
  1113. st_init(); // Initialize stepper, this enables interrupts!
  1114. #ifdef TMC2130
  1115. tmc2130_mode = silentMode?TMC2130_MODE_SILENT:TMC2130_MODE_NORMAL;
  1116. update_mode_profile();
  1117. tmc2130_init(TMCInitParams(false, FarmOrUserECool() ));
  1118. #endif //TMC2130
  1119. #ifdef PSU_Delta
  1120. init_force_z(); // ! important for correct Z-axis initialization
  1121. #endif // PSU_Delta
  1122. setup_photpin();
  1123. #if 0
  1124. servo_init();
  1125. #endif
  1126. // Reset the machine correction matrix.
  1127. // It does not make sense to load the correction matrix until the machine is homed.
  1128. world2machine_reset();
  1129. // Initialize current_position accounting for software endstops to
  1130. // avoid unexpected initial shifts on the first move
  1131. clamp_to_software_endstops(current_position);
  1132. plan_set_position_curposXYZE();
  1133. // Show the xflash error message now that serial, lcd and encoder are available
  1134. if (!xflash_success)
  1135. xflash_err_msg();
  1136. #ifdef FILAMENT_SENSOR
  1137. fsensor.init();
  1138. #endif //FILAMENT_SENSOR
  1139. #if defined(CONTROLLERFAN_PIN) && (CONTROLLERFAN_PIN > -1)
  1140. SET_OUTPUT(CONTROLLERFAN_PIN); //Set pin used for driver cooling fan
  1141. #endif
  1142. setup_homepin();
  1143. #if defined(Z_AXIS_ALWAYS_ON)
  1144. enable_z();
  1145. #endif
  1146. // The farm monitoring SW may accidentally expect
  1147. // 2 messages of "printer started" to consider a printer working.
  1148. prusa_statistics(8);
  1149. // Enable Toshiba FlashAir SD card / WiFi enahanced card.
  1150. card.ToshibaFlashAir_enable(eeprom_read_byte((unsigned char*)EEPROM_TOSHIBA_FLASH_AIR_COMPATIBLITY) == 1);
  1151. // Force SD card update. Otherwise the SD card update is done from loop() on card.checkautostart(false),
  1152. // but this times out if a blocking dialog is shown in setup().
  1153. card.initsd();
  1154. #ifdef DEBUG_SD_SPEED_TEST
  1155. if (card.cardOK)
  1156. {
  1157. uint8_t* buff = (uint8_t*)block_buffer;
  1158. uint32_t block = 0;
  1159. uint32_t sumr = 0;
  1160. uint32_t sumw = 0;
  1161. for (int i = 0; i < 1024; i++)
  1162. {
  1163. uint32_t u = _micros();
  1164. bool res = card.card.readBlock(i, buff);
  1165. u = _micros() - u;
  1166. if (res)
  1167. {
  1168. printf_P(PSTR("readBlock %4d 512 bytes %lu us\n"), i, u);
  1169. sumr += u;
  1170. u = _micros();
  1171. res = card.card.writeBlock(i, buff);
  1172. u = _micros() - u;
  1173. if (res)
  1174. {
  1175. printf_P(PSTR("writeBlock %4d 512 bytes %lu us\n"), i, u);
  1176. sumw += u;
  1177. }
  1178. else
  1179. {
  1180. printf_P(PSTR("writeBlock %4d error\n"), i);
  1181. break;
  1182. }
  1183. }
  1184. else
  1185. {
  1186. printf_P(PSTR("readBlock %4d error\n"), i);
  1187. break;
  1188. }
  1189. }
  1190. uint32_t avg_rspeed = (1024 * 1000000) / (sumr / 512);
  1191. uint32_t avg_wspeed = (1024 * 1000000) / (sumw / 512);
  1192. printf_P(PSTR("avg read speed %lu bytes/s\n"), avg_rspeed);
  1193. printf_P(PSTR("avg write speed %lu bytes/s\n"), avg_wspeed);
  1194. }
  1195. else
  1196. printf_P(PSTR("Card NG!\n"));
  1197. #endif //DEBUG_SD_SPEED_TEST
  1198. eeprom_init();
  1199. // In the future, somewhere here would one compare the current firmware version against the firmware version stored in the EEPROM.
  1200. // If they differ, an update procedure may need to be performed. At the end of this block, the current firmware version
  1201. // is being written into the EEPROM, so the update procedure will be triggered only once.
  1202. #if (LANG_MODE != 0) //secondary language support
  1203. #ifdef DEBUG_XFLASH
  1204. XFLASH_SPI_ENTER();
  1205. uint8_t uid[8]; // 64bit unique id
  1206. xflash_rd_uid(uid);
  1207. puts_P(_n("XFLASH UID="));
  1208. for (uint8_t i = 0; i < 8; i ++)
  1209. printf_P(PSTR("%02x"), uid[i]);
  1210. putchar('\n');
  1211. list_sec_lang_from_external_flash();
  1212. #endif //DEBUG_XFLASH
  1213. // lang_reset();
  1214. if (!lang_select(eeprom_read_byte((uint8_t*)EEPROM_LANG)))
  1215. lcd_language();
  1216. #ifdef DEBUG_SEC_LANG
  1217. uint16_t sec_lang_code = lang_get_code(1);
  1218. uint16_t ui = _SEC_LANG_TABLE; //table pointer
  1219. 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);
  1220. lang_print_sec_lang(uartout);
  1221. #endif //DEBUG_SEC_LANG
  1222. #endif //(LANG_MODE != 0)
  1223. eeprom_init_default_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE, 0);
  1224. if (eeprom_read_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA) == 255) {
  1225. //eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0);
  1226. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  1227. int16_t z_shift = 0;
  1228. for (uint8_t i = 0; i < 5; i++) {
  1229. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + i, z_shift);
  1230. }
  1231. eeprom_write_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE, 0);
  1232. }
  1233. eeprom_init_default_byte((uint8_t*)EEPROM_UVLO, 0);
  1234. eeprom_init_default_byte((uint8_t*)EEPROM_SD_SORT, 0);
  1235. //mbl_mode_init();
  1236. mbl_settings_init();
  1237. SilentModeMenu_MMU = eeprom_read_byte((uint8_t*)EEPROM_MMU_STEALTH);
  1238. if (SilentModeMenu_MMU == 255) {
  1239. SilentModeMenu_MMU = 1;
  1240. eeprom_write_byte((uint8_t*)EEPROM_MMU_STEALTH, SilentModeMenu_MMU);
  1241. }
  1242. #if !defined(DEBUG_DISABLE_FANCHECK) && defined(FANCHECK) && defined(TACH_1) && TACH_1 >-1
  1243. setup_fan_interrupt();
  1244. #endif //DEBUG_DISABLE_FANCHECK
  1245. #ifndef DEBUG_DISABLE_STARTMSGS
  1246. KEEPALIVE_STATE(PAUSED_FOR_USER);
  1247. if (!farm_mode) {
  1248. #if defined(FILAMENT_SENSOR) && defined(FSENSOR_PROBING)
  1249. check_if_fw_is_on_right_printer();
  1250. #endif //defined(FILAMENT_SENSOR) && defined(FSENSOR_PROBING)
  1251. #if 0
  1252. show_fw_version_warnings();
  1253. #endif
  1254. }
  1255. switch (hw_changed) {
  1256. //if motherboard or printer type was changed inform user as it can indicate flashing wrong firmware version
  1257. //if user confirms with knob, new hw version (printer and/or motherboard) is written to eeprom and message will be not shown next time
  1258. case(0b01):
  1259. lcd_show_fullscreen_message_and_wait_P(_i("Warning: motherboard type changed.")); ////MSG_CHANGED_MOTHERBOARD c=20 r=4
  1260. eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  1261. break;
  1262. case(0b10):
  1263. lcd_show_fullscreen_message_and_wait_P(_i("Warning: printer type changed.")); ////MSG_CHANGED_PRINTER c=20 r=4
  1264. eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  1265. break;
  1266. case(0b11):
  1267. lcd_show_fullscreen_message_and_wait_P(_i("Warning: both printer type and motherboard type changed.")); ////MSG_CHANGED_BOTH c=20 r=4
  1268. eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  1269. eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  1270. break;
  1271. default: break; //no change, show no message
  1272. }
  1273. if (!previous_settings_retrieved) {
  1274. 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=6
  1275. Config_StoreSettings();
  1276. }
  1277. // handle FW and calibration status upgrade
  1278. bool run_wizard = false;
  1279. if (calibration_status_get(CALIBRATION_STATUS_UNKNOWN)) {
  1280. CalibrationStatus calibration_status = 0;
  1281. if (eeprom_read_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_V1) == 1) {
  1282. // calibrated printer upgraded from FW<3.12
  1283. calibration_status |= (CALIBRATION_STATUS_SELFTEST | CALIBRATION_STATUS_XYZ | CALIBRATION_STATUS_Z | CALIBRATION_STATUS_LIVE_ADJUST);
  1284. if (eeprom_fw_version_older_than({3, 2, 0, 4})) {
  1285. // printer upgraded from FW<3.2.0.4 and requires re-running selftest
  1286. lcd_show_fullscreen_message_and_wait_P(_i("Selftest will be run to calibrate accurate sensorless rehoming."));////MSG_FORCE_SELFTEST c=20 r=8
  1287. calibration_status &= ~CALIBRATION_STATUS_SELFTEST;
  1288. run_wizard = true;
  1289. }
  1290. }
  1291. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_V2, calibration_status);
  1292. }
  1293. update_current_firmware_version_to_eeprom();
  1294. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE)) {
  1295. // first time run of wizard or service prep
  1296. lcd_wizard(WizState::Run);
  1297. }
  1298. else if (run_wizard) {
  1299. // some wizard steps required by the upgrade checks
  1300. lcd_wizard(WizState::Restore);
  1301. }
  1302. else {
  1303. if (!calibration_status_get(CALIBRATION_STATUS_SELFTEST)) {
  1304. // aborted or missing wizard: show a single warning
  1305. lcd_show_fullscreen_message_and_wait_P(_T(MSG_FOLLOW_CALIBRATION_FLOW));
  1306. }
  1307. else if (!calibration_status_get(CALIBRATION_STATUS_Z)) {
  1308. // wizard reset after service prep
  1309. lcd_show_fullscreen_message_and_wait_P(_T(MSG_FOLLOW_Z_CALIBRATION_FLOW));
  1310. } else {
  1311. // warn about other important steps individually
  1312. if (!calibration_status_get(CALIBRATION_STATUS_LIVE_ADJUST))
  1313. lcd_show_fullscreen_message_and_wait_P(_T(MSG_BABYSTEP_Z_NOT_SET));
  1314. #ifdef TEMP_MODEL
  1315. if (!calibration_status_get(CALIBRATION_STATUS_TEMP_MODEL))
  1316. lcd_show_fullscreen_message_and_wait_P(_T(MSG_TM_NOT_CAL));
  1317. #endif //TEMP_MODEL
  1318. }
  1319. }
  1320. KEEPALIVE_STATE(IN_PROCESS);
  1321. #endif //DEBUG_DISABLE_STARTMSGS
  1322. lcd_update_enable(true);
  1323. lcd_clear();
  1324. lcd_update(2);
  1325. #ifdef TMC2130
  1326. tmc2130_home_origin[X_AXIS] = eeprom_init_default_byte((uint8_t*)EEPROM_TMC2130_HOME_X_ORIGIN, 0);
  1327. tmc2130_home_bsteps[X_AXIS] = eeprom_init_default_byte((uint8_t*)EEPROM_TMC2130_HOME_X_BSTEPS, 48);
  1328. tmc2130_home_fsteps[X_AXIS] = eeprom_init_default_byte((uint8_t*)EEPROM_TMC2130_HOME_X_FSTEPS, 48);
  1329. tmc2130_home_origin[Y_AXIS] = eeprom_init_default_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_ORIGIN, 0);
  1330. tmc2130_home_bsteps[Y_AXIS] = eeprom_init_default_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_BSTEPS, 48);
  1331. tmc2130_home_fsteps[Y_AXIS] = eeprom_init_default_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_FSTEPS, 48);
  1332. tmc2130_home_enabled = eeprom_init_default_byte((uint8_t*)EEPROM_TMC2130_HOME_ENABLED, 0);
  1333. #endif //TMC2130
  1334. // report crash failures
  1335. fw_crash_init();
  1336. #ifdef UVLO_SUPPORT
  1337. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO) != 0) { //previous print was terminated by UVLO
  1338. /*
  1339. if (!lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_RECOVER_PRINT), false)) recover_print();
  1340. else {
  1341. eeprom_update_byte((uint8_t*)EEPROM_UVLO, 0);
  1342. lcd_update_enable(true);
  1343. lcd_update(2);
  1344. lcd_setstatuspgm(MSG_WELCOME);
  1345. }
  1346. */
  1347. manage_heater(); // Update temperatures
  1348. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1349. 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));
  1350. #endif
  1351. if ( degBed() > ( (float)eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED) - AUTOMATIC_UVLO_BED_TEMP_OFFSET) ){
  1352. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1353. puts_P(_N("Automatic recovery!"));
  1354. #endif
  1355. recover_print(1);
  1356. }
  1357. else{
  1358. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1359. puts_P(_N("Normal recovery!"));
  1360. #endif
  1361. if ( lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_RECOVER_PRINT), false) == LCD_LEFT_BUTTON_CHOICE) {
  1362. recover_print(0);
  1363. } else {
  1364. eeprom_update_byte((uint8_t*)EEPROM_UVLO, 0);
  1365. lcd_update_enable(true);
  1366. lcd_update(2);
  1367. lcd_setstatuspgm(MSG_WELCOME);
  1368. }
  1369. }
  1370. }
  1371. // Only arm the uvlo interrupt _after_ a recovering print has been initialized and
  1372. // the entire state machine initialized.
  1373. setup_uvlo_interrupt();
  1374. #endif //UVLO_SUPPORT
  1375. fCheckModeInit();
  1376. KEEPALIVE_STATE(NOT_BUSY);
  1377. #ifdef WATCHDOG
  1378. wdt_enable(WDTO_4S);
  1379. #ifdef EMERGENCY_HANDLERS
  1380. WDTCSR |= (1 << WDIE);
  1381. #endif //EMERGENCY_HANDLERS
  1382. #endif //WATCHDOG
  1383. }
  1384. static inline void crash_and_burn(dump_crash_reason reason)
  1385. {
  1386. WRITE(BEEPER, HIGH);
  1387. eeprom_update_byte((uint8_t*)EEPROM_FW_CRASH_FLAG, (uint8_t)reason);
  1388. #ifdef EMERGENCY_DUMP
  1389. xfdump_full_dump_and_reset(reason);
  1390. #elif defined(EMERGENCY_SERIAL_DUMP)
  1391. if(emergency_serial_dump)
  1392. serial_dump_and_reset(reason);
  1393. #endif
  1394. softReset();
  1395. }
  1396. #ifdef EMERGENCY_HANDLERS
  1397. #ifdef WATCHDOG
  1398. ISR(WDT_vect)
  1399. {
  1400. crash_and_burn(dump_crash_reason::watchdog);
  1401. }
  1402. #endif
  1403. ISR(BADISR_vect)
  1404. {
  1405. crash_and_burn(dump_crash_reason::bad_isr);
  1406. }
  1407. #endif //EMERGENCY_HANDLERS
  1408. void stack_error() {
  1409. crash_and_burn(dump_crash_reason::stack_error);
  1410. }
  1411. /**
  1412. * Output autoreport values according to features requested in M155
  1413. */
  1414. #if defined(AUTO_REPORT)
  1415. void host_autoreport()
  1416. {
  1417. if (autoReportFeatures.TimerExpired())
  1418. {
  1419. if(autoReportFeatures.Temp()){
  1420. gcode_M105(active_extruder);
  1421. }
  1422. if(autoReportFeatures.Pos()){
  1423. gcode_M114();
  1424. }
  1425. #if defined(AUTO_REPORT) && (defined(FANCHECK) && (((defined(TACH_0) && (TACH_0 >-1)) || (defined(TACH_1) && (TACH_1 > -1)))))
  1426. if(autoReportFeatures.Fans()){
  1427. gcode_M123();
  1428. }
  1429. #endif //AUTO_REPORT and (FANCHECK and TACH_0 or TACH_1)
  1430. autoReportFeatures.TimerStart();
  1431. }
  1432. }
  1433. #endif //AUTO_REPORT
  1434. /**
  1435. * Output a "busy" message at regular intervals
  1436. * while the machine is not accepting commands.
  1437. */
  1438. void host_keepalive() {
  1439. #ifndef HOST_KEEPALIVE_FEATURE
  1440. return;
  1441. #endif //HOST_KEEPALIVE_FEATURE
  1442. if (farm_mode) return;
  1443. long ms = _millis();
  1444. if (host_keepalive_interval && busy_state != NOT_BUSY) {
  1445. if ((ms - prev_busy_signal_ms) < (long)(1000L * host_keepalive_interval)) return;
  1446. switch (busy_state) {
  1447. case IN_HANDLER:
  1448. case IN_PROCESS:
  1449. SERIAL_ECHO_START;
  1450. SERIAL_ECHOLNPGM("busy: processing");
  1451. break;
  1452. case PAUSED_FOR_USER:
  1453. SERIAL_ECHO_START;
  1454. SERIAL_ECHOLNPGM("busy: paused for user");
  1455. break;
  1456. case PAUSED_FOR_INPUT:
  1457. SERIAL_ECHO_START;
  1458. SERIAL_ECHOLNPGM("busy: paused for input");
  1459. break;
  1460. default:
  1461. break;
  1462. }
  1463. }
  1464. prev_busy_signal_ms = ms;
  1465. }
  1466. // The loop() function is called in an endless loop by the Arduino framework from the default main() routine.
  1467. // Before loop(), the setup() function is called by the main() routine.
  1468. void loop()
  1469. {
  1470. // Reset a previously aborted command, we can now start processing motion again
  1471. planner_aborted = false;
  1472. if(Stopped) {
  1473. // Currently Stopped (possibly due to an error) and not accepting new serial commands.
  1474. // Signal to the host that we're currently busy waiting for supervision.
  1475. KEEPALIVE_STATE(PAUSED_FOR_USER);
  1476. } else {
  1477. // Printer is available for processing, reset state
  1478. KEEPALIVE_STATE(NOT_BUSY);
  1479. }
  1480. if (isPrintPaused && saved_printing_type == PRINTING_TYPE_USB) { //keep believing that usb is being printed. Prevents accessing dangerous menus while pausing.
  1481. usb_timer.start();
  1482. }
  1483. else if (usb_timer.expired(10000)) { //just need to check if it expired. Nothing else is needed to be done.
  1484. ;
  1485. }
  1486. #ifdef PRUSA_M28
  1487. if (prusa_sd_card_upload)
  1488. {
  1489. //we read byte-by byte
  1490. serial_read_stream();
  1491. }
  1492. else
  1493. #endif
  1494. {
  1495. get_command();
  1496. #ifdef SDSUPPORT
  1497. card.checkautostart(false);
  1498. #endif
  1499. if(buflen)
  1500. {
  1501. cmdbuffer_front_already_processed = false;
  1502. #ifdef SDSUPPORT
  1503. if(card.saving)
  1504. {
  1505. // Saving a G-code file onto an SD-card is in progress.
  1506. // Saving starts with M28, saving until M29 is seen.
  1507. if(strstr_P(CMDBUFFER_CURRENT_STRING, PSTR("M29")) == NULL) {
  1508. card.write_command(CMDBUFFER_CURRENT_STRING);
  1509. if(card.logging)
  1510. process_commands();
  1511. else
  1512. SERIAL_PROTOCOLLNRPGM(MSG_OK);
  1513. } else {
  1514. card.closefile();
  1515. SERIAL_PROTOCOLLNRPGM(MSG_FILE_SAVED);
  1516. }
  1517. } else {
  1518. process_commands();
  1519. }
  1520. #else
  1521. process_commands();
  1522. #endif //SDSUPPORT
  1523. if (! cmdbuffer_front_already_processed && buflen)
  1524. {
  1525. // ptr points to the start of the block currently being processed.
  1526. // The first character in the block is the block type.
  1527. char *ptr = cmdbuffer + bufindr;
  1528. if (*ptr == CMDBUFFER_CURRENT_TYPE_SDCARD) {
  1529. // To support power panic, move the length of the command on the SD card to a planner buffer.
  1530. union {
  1531. struct {
  1532. char lo;
  1533. char hi;
  1534. } lohi;
  1535. uint16_t value;
  1536. } sdlen;
  1537. sdlen.value = 0;
  1538. {
  1539. // This block locks the interrupts globally for 3.25 us,
  1540. // which corresponds to a maximum repeat frequency of 307.69 kHz.
  1541. // This blocking is safe in the context of a 10kHz stepper driver interrupt
  1542. // or a 115200 Bd serial line receive interrupt, which will not trigger faster than 12kHz.
  1543. cli();
  1544. // Reset the command to something, which will be ignored by the power panic routine,
  1545. // so this buffer length will not be counted twice.
  1546. *ptr ++ = CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED;
  1547. // Extract the current buffer length.
  1548. sdlen.lohi.lo = *ptr ++;
  1549. sdlen.lohi.hi = *ptr;
  1550. // and pass it to the planner queue.
  1551. planner_add_sd_length(sdlen.value);
  1552. sei();
  1553. }
  1554. }
  1555. else if((*ptr == CMDBUFFER_CURRENT_TYPE_USB_WITH_LINENR) && !IS_SD_PRINTING){
  1556. cli();
  1557. *ptr ++ = CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED;
  1558. // and one for each command to previous block in the planner queue.
  1559. planner_add_sd_length(1);
  1560. sei();
  1561. }
  1562. // Now it is safe to release the already processed command block. If interrupted by the power panic now,
  1563. // this block's SD card length will not be counted twice as its command type has been replaced
  1564. // by CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED.
  1565. cmdqueue_pop_front();
  1566. }
  1567. host_keepalive();
  1568. }
  1569. }
  1570. //check heater every n milliseconds
  1571. manage_heater();
  1572. manage_inactivity(isPrintPaused);
  1573. checkHitEndstops();
  1574. lcd_update(0);
  1575. #ifdef TMC2130
  1576. tmc2130_check_overtemp();
  1577. if (tmc2130_sg_crash)
  1578. {
  1579. uint8_t crash = tmc2130_sg_crash;
  1580. tmc2130_sg_crash = 0;
  1581. // crashdet_stop_and_save_print();
  1582. switch (crash)
  1583. {
  1584. case 1: enquecommand_P((PSTR("CRASH_DETECTEDX"))); break;
  1585. case 2: enquecommand_P((PSTR("CRASH_DETECTEDY"))); break;
  1586. case 3: enquecommand_P((PSTR("CRASH_DETECTEDXY"))); break;
  1587. }
  1588. }
  1589. #endif //TMC2130
  1590. MMU2::mmu2.mmu_loop();
  1591. }
  1592. #define DEFINE_PGM_READ_ANY(type, reader) \
  1593. static inline type pgm_read_any(const type *p) \
  1594. { return pgm_read_##reader##_near(p); }
  1595. DEFINE_PGM_READ_ANY(float, float);
  1596. DEFINE_PGM_READ_ANY(signed char, byte);
  1597. #define XYZ_CONSTS_FROM_CONFIG(type, array, CONFIG) \
  1598. static const PROGMEM type array##_P[3] = \
  1599. { X_##CONFIG, Y_##CONFIG, Z_##CONFIG }; \
  1600. static inline type array(uint8_t axis) \
  1601. { return pgm_read_any(&array##_P[axis]); } \
  1602. type array##_ext(uint8_t axis) \
  1603. { return pgm_read_any(&array##_P[axis]); }
  1604. XYZ_CONSTS_FROM_CONFIG(float, base_min_pos, MIN_POS);
  1605. XYZ_CONSTS_FROM_CONFIG(float, base_max_pos, MAX_POS);
  1606. XYZ_CONSTS_FROM_CONFIG(float, base_home_pos, HOME_POS);
  1607. XYZ_CONSTS_FROM_CONFIG(float, max_length, MAX_LENGTH);
  1608. XYZ_CONSTS_FROM_CONFIG(float, home_retract_mm, HOME_RETRACT_MM);
  1609. XYZ_CONSTS_FROM_CONFIG(signed char, home_dir, HOME_DIR);
  1610. static void axis_is_at_home(uint8_t axis) {
  1611. current_position[axis] = base_home_pos(axis) + cs.add_homing[axis];
  1612. min_pos[axis] = base_min_pos(axis) + cs.add_homing[axis];
  1613. max_pos[axis] = base_max_pos(axis) + cs.add_homing[axis];
  1614. }
  1615. //! @return original feedmultiply
  1616. static int setup_for_endstop_move(bool enable_endstops_now = true) {
  1617. saved_feedrate = feedrate;
  1618. int l_feedmultiply = feedmultiply;
  1619. feedmultiply = 100;
  1620. previous_millis_cmd.start();
  1621. enable_endstops(enable_endstops_now);
  1622. return l_feedmultiply;
  1623. }
  1624. //! @param original_feedmultiply feedmultiply to restore
  1625. static void clean_up_after_endstop_move(int original_feedmultiply) {
  1626. #ifdef ENDSTOPS_ONLY_FOR_HOMING
  1627. enable_endstops(false);
  1628. #endif
  1629. feedrate = saved_feedrate;
  1630. feedmultiply = original_feedmultiply;
  1631. previous_millis_cmd.start();
  1632. }
  1633. #ifdef ENABLE_AUTO_BED_LEVELING
  1634. #ifdef AUTO_BED_LEVELING_GRID
  1635. static void set_bed_level_equation_lsq(double *plane_equation_coefficients)
  1636. {
  1637. vector_3 planeNormal = vector_3(-plane_equation_coefficients[0], -plane_equation_coefficients[1], 1);
  1638. planeNormal.debug("planeNormal");
  1639. plan_bed_level_matrix = matrix_3x3::create_look_at(planeNormal);
  1640. //bedLevel.debug("bedLevel");
  1641. //plan_bed_level_matrix.debug("bed level before");
  1642. //vector_3 uncorrected_position = plan_get_position_mm();
  1643. //uncorrected_position.debug("position before");
  1644. vector_3 corrected_position = plan_get_position();
  1645. // corrected_position.debug("position after");
  1646. current_position[X_AXIS] = corrected_position.x;
  1647. current_position[Y_AXIS] = corrected_position.y;
  1648. current_position[Z_AXIS] = corrected_position.z;
  1649. // put the bed at 0 so we don't go below it.
  1650. current_position[Z_AXIS] = cs.zprobe_zoffset; // in the lsq we reach here after raising the extruder due to the loop structure
  1651. plan_set_position_curposXYZE();
  1652. }
  1653. #else // not AUTO_BED_LEVELING_GRID
  1654. static void set_bed_level_equation_3pts(float z_at_pt_1, float z_at_pt_2, float z_at_pt_3) {
  1655. plan_bed_level_matrix.set_to_identity();
  1656. vector_3 pt1 = vector_3(ABL_PROBE_PT_1_X, ABL_PROBE_PT_1_Y, z_at_pt_1);
  1657. vector_3 pt2 = vector_3(ABL_PROBE_PT_2_X, ABL_PROBE_PT_2_Y, z_at_pt_2);
  1658. vector_3 pt3 = vector_3(ABL_PROBE_PT_3_X, ABL_PROBE_PT_3_Y, z_at_pt_3);
  1659. vector_3 from_2_to_1 = (pt1 - pt2).get_normal();
  1660. vector_3 from_2_to_3 = (pt3 - pt2).get_normal();
  1661. vector_3 planeNormal = vector_3::cross(from_2_to_1, from_2_to_3).get_normal();
  1662. planeNormal = vector_3(planeNormal.x, planeNormal.y, abs(planeNormal.z));
  1663. plan_bed_level_matrix = matrix_3x3::create_look_at(planeNormal);
  1664. vector_3 corrected_position = plan_get_position();
  1665. current_position[X_AXIS] = corrected_position.x;
  1666. current_position[Y_AXIS] = corrected_position.y;
  1667. current_position[Z_AXIS] = corrected_position.z;
  1668. // put the bed at 0 so we don't go below it.
  1669. current_position[Z_AXIS] = cs.zprobe_zoffset;
  1670. plan_set_position_curposXYZE();
  1671. }
  1672. #endif // AUTO_BED_LEVELING_GRID
  1673. static void run_z_probe() {
  1674. plan_bed_level_matrix.set_to_identity();
  1675. feedrate = homing_feedrate[Z_AXIS];
  1676. // move down until you find the bed
  1677. float zPosition = -10;
  1678. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1679. st_synchronize();
  1680. // we have to let the planner know where we are right now as it is not where we said to go.
  1681. zPosition = st_get_position_mm(Z_AXIS);
  1682. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS]);
  1683. // move up the retract distance
  1684. zPosition += home_retract_mm(Z_AXIS);
  1685. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1686. st_synchronize();
  1687. // move back down slowly to find bed
  1688. feedrate = homing_feedrate[Z_AXIS]/4;
  1689. zPosition -= home_retract_mm(Z_AXIS) * 2;
  1690. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1691. st_synchronize();
  1692. current_position[Z_AXIS] = st_get_position_mm(Z_AXIS);
  1693. // make sure the planner knows where we are as it may be a bit different than we last said to move to
  1694. plan_set_position_curposXYZE();
  1695. }
  1696. static void do_blocking_move_to(float x, float y, float z) {
  1697. float oldFeedRate = feedrate;
  1698. feedrate = homing_feedrate[Z_AXIS];
  1699. current_position[Z_AXIS] = z;
  1700. plan_buffer_line_curposXYZE(feedrate/60, active_extruder);
  1701. st_synchronize();
  1702. feedrate = XY_TRAVEL_SPEED;
  1703. current_position[X_AXIS] = x;
  1704. current_position[Y_AXIS] = y;
  1705. plan_buffer_line_curposXYZE(feedrate/60, active_extruder);
  1706. st_synchronize();
  1707. feedrate = oldFeedRate;
  1708. }
  1709. static void do_blocking_move_relative(float offset_x, float offset_y, float offset_z) {
  1710. do_blocking_move_to(current_position[X_AXIS] + offset_x, current_position[Y_AXIS] + offset_y, current_position[Z_AXIS] + offset_z);
  1711. }
  1712. /// Probe bed height at position (x,y), returns the measured z value
  1713. static float probe_pt(float x, float y, float z_before) {
  1714. // move to right place
  1715. do_blocking_move_to(current_position[X_AXIS], current_position[Y_AXIS], z_before);
  1716. do_blocking_move_to(x - X_PROBE_OFFSET_FROM_EXTRUDER, y - Y_PROBE_OFFSET_FROM_EXTRUDER, current_position[Z_AXIS]);
  1717. run_z_probe();
  1718. float measured_z = current_position[Z_AXIS];
  1719. SERIAL_PROTOCOLRPGM(_T(MSG_BED));
  1720. SERIAL_PROTOCOLPGM(" x: ");
  1721. SERIAL_PROTOCOL(x);
  1722. SERIAL_PROTOCOLPGM(" y: ");
  1723. SERIAL_PROTOCOL(y);
  1724. SERIAL_PROTOCOLPGM(" z: ");
  1725. SERIAL_PROTOCOL(measured_z);
  1726. SERIAL_PROTOCOLPGM("\n");
  1727. return measured_z;
  1728. }
  1729. #endif // #ifdef ENABLE_AUTO_BED_LEVELING
  1730. #ifdef LIN_ADVANCE
  1731. /**
  1732. * M900: Set and/or Get advance K factor
  1733. *
  1734. * K<factor> Set advance K factor
  1735. */
  1736. inline void gcode_M900() {
  1737. float newK = code_seen('K') ? code_value_float() : -2;
  1738. #ifdef LA_NOCOMPAT
  1739. if (newK >= 0 && newK < LA_K_MAX)
  1740. extruder_advance_K = newK;
  1741. else
  1742. SERIAL_ECHOLNPGM("K out of allowed range!");
  1743. #else
  1744. if (newK == 0)
  1745. {
  1746. extruder_advance_K = 0;
  1747. la10c_reset();
  1748. }
  1749. else
  1750. {
  1751. newK = la10c_value(newK);
  1752. if (newK < 0)
  1753. SERIAL_ECHOLNPGM("K out of allowed range!");
  1754. else
  1755. extruder_advance_K = newK;
  1756. }
  1757. #endif
  1758. SERIAL_ECHO_START;
  1759. SERIAL_ECHOPGM("Advance K=");
  1760. SERIAL_ECHOLN(extruder_advance_K);
  1761. }
  1762. #endif // LIN_ADVANCE
  1763. bool check_commands() {
  1764. bool end_command_found = false;
  1765. while (buflen)
  1766. {
  1767. if ((code_seen_P(PSTR("M84"))) || (code_seen_P(PSTR("M 84")))) end_command_found = true;
  1768. if (!cmdbuffer_front_already_processed)
  1769. cmdqueue_pop_front();
  1770. cmdbuffer_front_already_processed = false;
  1771. }
  1772. return end_command_found;
  1773. }
  1774. /// @brief Safely move Z-axis by distance delta (mm)
  1775. /// @param delta travel distance in mm
  1776. /// @returns The actual travel distance in mm. Endstop may limit the requested move.
  1777. float raise_z(float delta)
  1778. {
  1779. float travel_z = current_position[Z_AXIS];
  1780. // Prepare to move Z axis
  1781. current_position[Z_AXIS] += delta;
  1782. #if defined(Z_MIN_PIN) && (Z_MIN_PIN > -1) && !defined(DEBUG_DISABLE_ZMINLIMIT)
  1783. bool z_min_endstop = (READ(Z_MIN_PIN) != Z_MIN_ENDSTOP_INVERTING);
  1784. #else
  1785. bool z_min_endstop = false;
  1786. #endif
  1787. if (axis_known_position[Z_AXIS] || z_min_endstop)
  1788. {
  1789. // current position is known or very low, it's safe to raise Z
  1790. clamp_to_software_endstops(current_position);
  1791. plan_buffer_line_curposXYZE(max_feedrate[Z_AXIS]);
  1792. st_synchronize();
  1793. // Get the final travel distance
  1794. travel_z = current_position[Z_AXIS] - travel_z;
  1795. } else {
  1796. // ensure Z is powered in normal mode to overcome initial load
  1797. enable_z();
  1798. st_synchronize();
  1799. // rely on crashguard to limit damage
  1800. bool z_endstop_enabled = enable_z_endstop(true);
  1801. #ifdef TMC2130
  1802. tmc2130_home_enter(Z_AXIS_MASK);
  1803. #endif //TMC2130
  1804. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 60);
  1805. st_synchronize();
  1806. // Get the final travel distance
  1807. travel_z = st_get_position_mm(Z_AXIS) - travel_z;
  1808. #ifdef TMC2130
  1809. if (endstop_z_hit_on_purpose())
  1810. {
  1811. // not necessarily exact, but will avoid further vertical moves
  1812. current_position[Z_AXIS] = max_pos[Z_AXIS];
  1813. plan_set_position_curposXYZE();
  1814. }
  1815. tmc2130_home_exit();
  1816. #endif //TMC2130
  1817. enable_z_endstop(z_endstop_enabled);
  1818. }
  1819. return travel_z;
  1820. }
  1821. // raise_z_above: slowly raise Z to the requested height
  1822. //
  1823. // contrarily to a simple move, this function will carefully plan a move
  1824. // when the current Z position is unknown. In such cases, stallguard is
  1825. // enabled and will prevent prolonged pushing against the Z tops
  1826. void raise_z_above(float target)
  1827. {
  1828. if (current_position[Z_AXIS] >= target)
  1829. return;
  1830. // Use absolute value in case the current position is unknown
  1831. raise_z(fabs(current_position[Z_AXIS] - target));
  1832. }
  1833. #ifdef TMC2130
  1834. bool calibrate_z_auto()
  1835. {
  1836. //lcd_display_message_fullscreen_P(_T(MSG_CALIBRATE_Z_AUTO));
  1837. lcd_clear();
  1838. lcd_puts_at_P(0, 1, _T(MSG_CALIBRATE_Z_AUTO));
  1839. bool endstops_enabled = enable_endstops(true);
  1840. int axis_up_dir = -home_dir(Z_AXIS);
  1841. tmc2130_home_enter(Z_AXIS_MASK);
  1842. current_position[Z_AXIS] = 0;
  1843. plan_set_position_curposXYZE();
  1844. set_destination_to_current();
  1845. destination[Z_AXIS] += (1.1 * max_length(Z_AXIS) * axis_up_dir);
  1846. feedrate = homing_feedrate[Z_AXIS];
  1847. plan_buffer_line_destinationXYZE(feedrate / 60);
  1848. st_synchronize();
  1849. // current_position[axis] = 0;
  1850. // plan_set_position_curposXYZE();
  1851. tmc2130_home_exit();
  1852. enable_endstops(false);
  1853. current_position[Z_AXIS] = 0;
  1854. plan_set_position_curposXYZE();
  1855. set_destination_to_current();
  1856. destination[Z_AXIS] += 10 * axis_up_dir; //10mm up
  1857. feedrate = homing_feedrate[Z_AXIS] / 2;
  1858. plan_buffer_line_destinationXYZE(feedrate / 60);
  1859. st_synchronize();
  1860. enable_endstops(endstops_enabled);
  1861. if (PRINTER_TYPE == PRINTER_MK3) {
  1862. current_position[Z_AXIS] = Z_MAX_POS + 2.0;
  1863. }
  1864. else {
  1865. current_position[Z_AXIS] = Z_MAX_POS + 9.0;
  1866. }
  1867. plan_set_position_curposXYZE();
  1868. return true;
  1869. }
  1870. #endif //TMC2130
  1871. #ifdef TMC2130
  1872. static void check_Z_crash(void)
  1873. {
  1874. if (!READ(Z_TMC2130_DIAG)) { //Z crash
  1875. FORCE_HIGH_POWER_END;
  1876. current_position[Z_AXIS] = 0;
  1877. plan_set_position_curposXYZE();
  1878. current_position[Z_AXIS] += MESH_HOME_Z_SEARCH;
  1879. plan_buffer_line_curposXYZE(max_feedrate[Z_AXIS]);
  1880. st_synchronize();
  1881. kill(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  1882. }
  1883. }
  1884. #endif //TMC2130
  1885. #ifdef TMC2130
  1886. void homeaxis(uint8_t axis, uint8_t cnt, uint8_t* pstep)
  1887. #else
  1888. void homeaxis(uint8_t axis, uint8_t cnt)
  1889. #endif //TMC2130
  1890. {
  1891. bool endstops_enabled = enable_endstops(true); //RP: endstops should be allways enabled durring homing
  1892. #define HOMEAXIS_DO(LETTER) \
  1893. ((LETTER##_MIN_PIN > -1 && LETTER##_HOME_DIR==-1) || (LETTER##_MAX_PIN > -1 && LETTER##_HOME_DIR==1))
  1894. if ((axis==X_AXIS)?HOMEAXIS_DO(X):(axis==Y_AXIS)?HOMEAXIS_DO(Y):0)
  1895. {
  1896. int axis_home_dir = home_dir(axis);
  1897. feedrate = homing_feedrate[axis];
  1898. #ifdef TMC2130
  1899. tmc2130_home_enter(X_AXIS_MASK << axis);
  1900. #endif //TMC2130
  1901. // Move away a bit, so that the print head does not touch the end position,
  1902. // and the following movement to endstop has a chance to achieve the required velocity
  1903. // for the stall guard to work.
  1904. current_position[axis] = 0;
  1905. plan_set_position_curposXYZE();
  1906. set_destination_to_current();
  1907. // destination[axis] = 11.f;
  1908. destination[axis] = -3.f * axis_home_dir;
  1909. plan_buffer_line_destinationXYZE(feedrate/60);
  1910. st_synchronize();
  1911. // Move away from the possible collision with opposite endstop with the collision detection disabled.
  1912. endstops_hit_on_purpose();
  1913. enable_endstops(false);
  1914. current_position[axis] = 0;
  1915. plan_set_position_curposXYZE();
  1916. destination[axis] = 1. * axis_home_dir;
  1917. plan_buffer_line_destinationXYZE(feedrate/60);
  1918. st_synchronize();
  1919. // Now continue to move up to the left end stop with the collision detection enabled.
  1920. enable_endstops(true);
  1921. destination[axis] = 1.1 * axis_home_dir * max_length(axis);
  1922. plan_buffer_line_destinationXYZE(feedrate/60);
  1923. st_synchronize();
  1924. for (uint8_t i = 0; i < cnt; i++)
  1925. {
  1926. // Move away from the collision to a known distance from the left end stop with the collision detection disabled.
  1927. endstops_hit_on_purpose();
  1928. enable_endstops(false);
  1929. current_position[axis] = 0;
  1930. plan_set_position_curposXYZE();
  1931. destination[axis] = -10.f * axis_home_dir;
  1932. plan_buffer_line_destinationXYZE(feedrate/60);
  1933. st_synchronize();
  1934. endstops_hit_on_purpose();
  1935. // Now move left up to the collision, this time with a repeatable velocity.
  1936. enable_endstops(true);
  1937. destination[axis] = 11.f * axis_home_dir;
  1938. #ifdef TMC2130
  1939. feedrate = homing_feedrate[axis];
  1940. #else //TMC2130
  1941. feedrate = homing_feedrate[axis] / 2;
  1942. #endif //TMC2130
  1943. plan_buffer_line_destinationXYZE(feedrate/60);
  1944. st_synchronize();
  1945. #ifdef TMC2130
  1946. uint16_t mscnt = tmc2130_rd_MSCNT(axis);
  1947. if (pstep) pstep[i] = mscnt >> 4;
  1948. printf_P(PSTR("%3d step=%2d mscnt=%4d\n"), i, mscnt >> 4, mscnt);
  1949. #endif //TMC2130
  1950. }
  1951. endstops_hit_on_purpose();
  1952. enable_endstops(false);
  1953. #ifdef TMC2130
  1954. uint8_t orig = tmc2130_home_origin[axis];
  1955. uint8_t back = tmc2130_home_bsteps[axis];
  1956. if (tmc2130_home_enabled && (orig <= 63))
  1957. {
  1958. tmc2130_goto_step(axis, orig, 2, 1000, tmc2130_get_res(axis));
  1959. if (back > 0)
  1960. tmc2130_do_steps(axis, back, -axis_home_dir, 1000);
  1961. }
  1962. else
  1963. tmc2130_do_steps(axis, 8, -axis_home_dir, 1000);
  1964. tmc2130_home_exit();
  1965. #endif //TMC2130
  1966. axis_is_at_home(axis);
  1967. axis_known_position[axis] = true;
  1968. // Move from minimum
  1969. #ifdef TMC2130
  1970. float dist = - axis_home_dir * 0.01f * tmc2130_home_fsteps[axis];
  1971. #else //TMC2130
  1972. float dist = - axis_home_dir * 0.01f * 64;
  1973. #endif //TMC2130
  1974. current_position[axis] -= dist;
  1975. plan_set_position_curposXYZE();
  1976. current_position[axis] += dist;
  1977. destination[axis] = current_position[axis];
  1978. plan_buffer_line_destinationXYZE(0.5f*feedrate/60);
  1979. st_synchronize();
  1980. feedrate = 0.0;
  1981. }
  1982. else if ((axis==Z_AXIS)?HOMEAXIS_DO(Z):0)
  1983. {
  1984. #ifdef TMC2130
  1985. FORCE_HIGH_POWER_START;
  1986. #endif
  1987. int axis_home_dir = home_dir(axis);
  1988. current_position[axis] = 0;
  1989. plan_set_position_curposXYZE();
  1990. destination[axis] = 1.5 * max_length(axis) * axis_home_dir;
  1991. feedrate = homing_feedrate[axis];
  1992. plan_buffer_line_destinationXYZE(feedrate/60);
  1993. st_synchronize();
  1994. #ifdef TMC2130
  1995. check_Z_crash();
  1996. #endif //TMC2130
  1997. current_position[axis] = 0;
  1998. plan_set_position_curposXYZE();
  1999. destination[axis] = -home_retract_mm(axis) * axis_home_dir;
  2000. plan_buffer_line_destinationXYZE(feedrate/60);
  2001. st_synchronize();
  2002. destination[axis] = 2*home_retract_mm(axis) * axis_home_dir;
  2003. feedrate = homing_feedrate[axis]/2 ;
  2004. plan_buffer_line_destinationXYZE(feedrate/60);
  2005. st_synchronize();
  2006. #ifdef TMC2130
  2007. check_Z_crash();
  2008. #endif //TMC2130
  2009. axis_is_at_home(axis);
  2010. destination[axis] = current_position[axis];
  2011. feedrate = 0.0;
  2012. endstops_hit_on_purpose();
  2013. axis_known_position[axis] = true;
  2014. #ifdef TMC2130
  2015. FORCE_HIGH_POWER_END;
  2016. #endif
  2017. }
  2018. enable_endstops(endstops_enabled);
  2019. }
  2020. /**/
  2021. void home_xy()
  2022. {
  2023. set_destination_to_current();
  2024. homeaxis(X_AXIS);
  2025. homeaxis(Y_AXIS);
  2026. plan_set_position_curposXYZE();
  2027. endstops_hit_on_purpose();
  2028. }
  2029. void refresh_cmd_timeout(void)
  2030. {
  2031. previous_millis_cmd.start();
  2032. }
  2033. #ifdef FWRETRACT
  2034. void retract(bool retracting, bool swapretract = false) {
  2035. // Perform FW retraction, just if needed, but behave as if the move has never took place in
  2036. // order to keep E/Z coordinates unchanged. This is done by manipulating the internal planner
  2037. // position, which requires a sync
  2038. if(retracting && !retracted[active_extruder]) {
  2039. st_synchronize();
  2040. set_destination_to_current();
  2041. current_position[E_AXIS]+=(swapretract?retract_length_swap:cs.retract_length)*float(extrudemultiply)*0.01f;
  2042. plan_set_e_position(current_position[E_AXIS]);
  2043. float oldFeedrate = feedrate;
  2044. feedrate=cs.retract_feedrate*60;
  2045. retracted[active_extruder]=true;
  2046. prepare_move();
  2047. if(cs.retract_zlift) {
  2048. st_synchronize();
  2049. current_position[Z_AXIS]-=cs.retract_zlift;
  2050. plan_set_position_curposXYZE();
  2051. prepare_move();
  2052. }
  2053. feedrate = oldFeedrate;
  2054. } else if(!retracting && retracted[active_extruder]) {
  2055. st_synchronize();
  2056. set_destination_to_current();
  2057. float oldFeedrate = feedrate;
  2058. feedrate=cs.retract_recover_feedrate*60;
  2059. if(cs.retract_zlift) {
  2060. current_position[Z_AXIS]+=cs.retract_zlift;
  2061. plan_set_position_curposXYZE();
  2062. prepare_move();
  2063. st_synchronize();
  2064. }
  2065. current_position[E_AXIS]-=(swapretract?(retract_length_swap+retract_recover_length_swap):(cs.retract_length+cs.retract_recover_length))*float(extrudemultiply)*0.01f;
  2066. plan_set_e_position(current_position[E_AXIS]);
  2067. retracted[active_extruder]=false;
  2068. prepare_move();
  2069. feedrate = oldFeedrate;
  2070. }
  2071. } //retract
  2072. #endif //FWRETRACT
  2073. #ifdef TMC2130
  2074. void force_high_power_mode(bool start_high_power_section) {
  2075. #ifdef PSU_Delta
  2076. if (start_high_power_section == true) enable_force_z();
  2077. #endif //PSU_Delta
  2078. uint8_t silent;
  2079. silent = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
  2080. if (silent == 1) {
  2081. //we are in silent mode, set to normal mode to enable crash detection
  2082. // Wait for the planner queue to drain and for the stepper timer routine to reach an idle state.
  2083. st_synchronize();
  2084. cli();
  2085. tmc2130_mode = (start_high_power_section == true) ? TMC2130_MODE_NORMAL : TMC2130_MODE_SILENT;
  2086. update_mode_profile();
  2087. tmc2130_init(TMCInitParams(FarmOrUserECool()));
  2088. // We may have missed a stepper timer interrupt due to the time spent in the tmc2130_init() routine.
  2089. // Be safe than sorry, reset the stepper timer before re-enabling interrupts.
  2090. st_reset_timer();
  2091. sei();
  2092. }
  2093. }
  2094. #endif //TMC2130
  2095. void gcode_M105(uint8_t extruder)
  2096. {
  2097. #if defined(TEMP_0_PIN) && TEMP_0_PIN > -1
  2098. SERIAL_PROTOCOLPGM("T:");
  2099. SERIAL_PROTOCOL_F(degHotend(extruder),1);
  2100. SERIAL_PROTOCOLPGM(" /");
  2101. SERIAL_PROTOCOL_F(degTargetHotend(extruder),1);
  2102. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  2103. SERIAL_PROTOCOLPGM(" B:");
  2104. SERIAL_PROTOCOL_F(degBed(),1);
  2105. SERIAL_PROTOCOLPGM(" /");
  2106. SERIAL_PROTOCOL_F(degTargetBed(),1);
  2107. #endif //TEMP_BED_PIN
  2108. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  2109. SERIAL_PROTOCOLPGM(" T");
  2110. SERIAL_PROTOCOL(cur_extruder);
  2111. SERIAL_PROTOCOL(':');
  2112. SERIAL_PROTOCOL_F(degHotend(cur_extruder),1);
  2113. SERIAL_PROTOCOLPGM(" /");
  2114. SERIAL_PROTOCOL_F(degTargetHotend(cur_extruder),1);
  2115. }
  2116. #else
  2117. SERIAL_ERROR_START;
  2118. SERIAL_ERRORLNRPGM(_n("No thermistors - no temperature"));////MSG_ERR_NO_THERMISTORS
  2119. #endif
  2120. SERIAL_PROTOCOLPGM(" @:");
  2121. #ifdef EXTRUDER_WATTS
  2122. SERIAL_PROTOCOL((EXTRUDER_WATTS * getHeaterPower(tmp_extruder))/127);
  2123. SERIAL_PROTOCOLPGM("W");
  2124. #else
  2125. SERIAL_PROTOCOL(getHeaterPower(extruder));
  2126. #endif
  2127. SERIAL_PROTOCOLPGM(" B@:");
  2128. #ifdef BED_WATTS
  2129. SERIAL_PROTOCOL((BED_WATTS * getHeaterPower(-1))/127);
  2130. SERIAL_PROTOCOLPGM("W");
  2131. #else
  2132. SERIAL_PROTOCOL(getHeaterPower(-1));
  2133. #endif
  2134. #ifdef PINDA_THERMISTOR
  2135. SERIAL_PROTOCOLPGM(" P:");
  2136. SERIAL_PROTOCOL_F(current_temperature_pinda,1);
  2137. #endif //PINDA_THERMISTOR
  2138. #ifdef AMBIENT_THERMISTOR
  2139. SERIAL_PROTOCOLPGM(" A:");
  2140. SERIAL_PROTOCOL_F(current_temperature_ambient,1);
  2141. #endif //AMBIENT_THERMISTOR
  2142. #ifdef SHOW_TEMP_ADC_VALUES
  2143. {
  2144. float raw = 0.0;
  2145. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  2146. SERIAL_PROTOCOLPGM(" ADC B:");
  2147. SERIAL_PROTOCOL_F(degBed(),1);
  2148. SERIAL_PROTOCOLPGM("C->");
  2149. raw = rawBedTemp();
  2150. SERIAL_PROTOCOL_F(raw/OVERSAMPLENR,5);
  2151. SERIAL_PROTOCOLPGM(" Rb->");
  2152. SERIAL_PROTOCOL_F(100 * (1 + (PtA * (raw/OVERSAMPLENR)) + (PtB * sq((raw/OVERSAMPLENR)))), 5);
  2153. SERIAL_PROTOCOLPGM(" Rxb->");
  2154. SERIAL_PROTOCOL_F(raw, 5);
  2155. #endif
  2156. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  2157. SERIAL_PROTOCOLPGM(" T");
  2158. SERIAL_PROTOCOL(cur_extruder);
  2159. SERIAL_PROTOCOLPGM(":");
  2160. SERIAL_PROTOCOL_F(degHotend(cur_extruder),1);
  2161. SERIAL_PROTOCOLPGM("C->");
  2162. raw = rawHotendTemp(cur_extruder);
  2163. SERIAL_PROTOCOL_F(raw/OVERSAMPLENR,5);
  2164. SERIAL_PROTOCOLPGM(" Rt");
  2165. SERIAL_PROTOCOL(cur_extruder);
  2166. SERIAL_PROTOCOLPGM("->");
  2167. SERIAL_PROTOCOL_F(100 * (1 + (PtA * (raw/OVERSAMPLENR)) + (PtB * sq((raw/OVERSAMPLENR)))), 5);
  2168. SERIAL_PROTOCOLPGM(" Rx");
  2169. SERIAL_PROTOCOL(cur_extruder);
  2170. SERIAL_PROTOCOLPGM("->");
  2171. SERIAL_PROTOCOL_F(raw, 5);
  2172. }
  2173. }
  2174. #endif
  2175. SERIAL_PROTOCOLLN();
  2176. }
  2177. #ifdef TMC2130
  2178. 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)
  2179. #else
  2180. 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)
  2181. #endif //TMC2130
  2182. {
  2183. // Flag for the display update routine and to disable the print cancelation during homing.
  2184. st_synchronize();
  2185. homing_flag = true;
  2186. #if 0
  2187. SERIAL_ECHOPGM("G28, initial "); print_world_coordinates();
  2188. SERIAL_ECHOPGM("G28, initial "); print_physical_coordinates();
  2189. #endif
  2190. // Which axes should be homed?
  2191. bool home_x = home_x_axis;
  2192. bool home_y = home_y_axis;
  2193. bool home_z = home_z_axis;
  2194. // Either all X,Y,Z codes are present, or none of them.
  2195. bool home_all_axes = home_x == home_y && home_x == home_z;
  2196. if (home_all_axes)
  2197. // No X/Y/Z code provided means to home all axes.
  2198. home_x = home_y = home_z = true;
  2199. //if we are homing all axes, first move z higher to protect heatbed/steel sheet
  2200. if (home_all_axes) {
  2201. raise_z_above(MESH_HOME_Z_SEARCH);
  2202. }
  2203. #ifdef ENABLE_AUTO_BED_LEVELING
  2204. plan_bed_level_matrix.set_to_identity(); //Reset the plane ("erase" all leveling data)
  2205. #endif //ENABLE_AUTO_BED_LEVELING
  2206. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  2207. // the planner will not perform any adjustments in the XY plane.
  2208. // Wait for the motors to stop and update the current position with the absolute values.
  2209. world2machine_revert_to_uncorrected();
  2210. // For mesh bed leveling deactivate the matrix temporarily.
  2211. // It is necessary to disable the bed leveling for the X and Y homing moves, so that the move is performed
  2212. // in a single axis only.
  2213. // In case of re-homing the X or Y axes only, the mesh bed leveling is restored after G28.
  2214. #ifdef MESH_BED_LEVELING
  2215. uint8_t mbl_was_active = mbl.active;
  2216. mbl.active = 0;
  2217. current_position[Z_AXIS] = st_get_position_mm(Z_AXIS);
  2218. #endif
  2219. // Reset baby stepping to zero, if the babystepping has already been loaded before.
  2220. if (home_z)
  2221. babystep_undo();
  2222. int l_feedmultiply = setup_for_endstop_move();
  2223. set_destination_to_current();
  2224. feedrate = 0.0;
  2225. #if Z_HOME_DIR > 0 // If homing away from BED do Z first
  2226. if(home_z)
  2227. homeaxis(Z_AXIS);
  2228. #endif
  2229. #ifdef QUICK_HOME
  2230. // In the quick mode, if both x and y are to be homed, a diagonal move will be performed initially.
  2231. if(home_x && home_y) //first diagonal move
  2232. {
  2233. current_position[X_AXIS] = 0;current_position[Y_AXIS] = 0;
  2234. uint8_t x_axis_home_dir = home_dir(X_AXIS);
  2235. plan_set_position_curposXYZE();
  2236. 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);
  2237. feedrate = homing_feedrate[X_AXIS];
  2238. if(homing_feedrate[Y_AXIS]<feedrate)
  2239. feedrate = homing_feedrate[Y_AXIS];
  2240. if (max_length(X_AXIS) > max_length(Y_AXIS)) {
  2241. feedrate *= sqrt(pow(max_length(Y_AXIS) / max_length(X_AXIS), 2) + 1);
  2242. } else {
  2243. feedrate *= sqrt(pow(max_length(X_AXIS) / max_length(Y_AXIS), 2) + 1);
  2244. }
  2245. plan_buffer_line_destinationXYZE(feedrate/60);
  2246. st_synchronize();
  2247. axis_is_at_home(X_AXIS);
  2248. axis_is_at_home(Y_AXIS);
  2249. plan_set_position_curposXYZE();
  2250. destination[X_AXIS] = current_position[X_AXIS];
  2251. destination[Y_AXIS] = current_position[Y_AXIS];
  2252. plan_buffer_line_destinationXYZE(feedrate/60);
  2253. feedrate = 0.0;
  2254. st_synchronize();
  2255. endstops_hit_on_purpose();
  2256. current_position[X_AXIS] = destination[X_AXIS];
  2257. current_position[Y_AXIS] = destination[Y_AXIS];
  2258. current_position[Z_AXIS] = destination[Z_AXIS];
  2259. }
  2260. #endif /* QUICK_HOME */
  2261. #ifdef TMC2130
  2262. if(home_x)
  2263. {
  2264. if (!calib)
  2265. homeaxis(X_AXIS);
  2266. else
  2267. tmc2130_home_calibrate(X_AXIS);
  2268. }
  2269. if(home_y)
  2270. {
  2271. if (!calib)
  2272. homeaxis(Y_AXIS);
  2273. else
  2274. tmc2130_home_calibrate(Y_AXIS);
  2275. }
  2276. #else //TMC2130
  2277. if(home_x) homeaxis(X_AXIS);
  2278. if(home_y) homeaxis(Y_AXIS);
  2279. #endif //TMC2130
  2280. if(home_x_axis && home_x_value != 0)
  2281. current_position[X_AXIS]=home_x_value+cs.add_homing[X_AXIS];
  2282. if(home_y_axis && home_y_value != 0)
  2283. current_position[Y_AXIS]=home_y_value+cs.add_homing[Y_AXIS];
  2284. #if Z_HOME_DIR < 0 // If homing towards BED do Z last
  2285. #ifndef Z_SAFE_HOMING
  2286. if(home_z) {
  2287. #if defined (Z_RAISE_BEFORE_HOMING) && (Z_RAISE_BEFORE_HOMING > 0)
  2288. raise_z_above(Z_RAISE_BEFORE_HOMING);
  2289. #endif // defined (Z_RAISE_BEFORE_HOMING) && (Z_RAISE_BEFORE_HOMING > 0)
  2290. #ifdef MESH_BED_LEVELING // If Mesh bed leveling, move X&Y to safe position for home
  2291. raise_z_above(MESH_HOME_Z_SEARCH);
  2292. if (!axis_known_position[X_AXIS]) homeaxis(X_AXIS);
  2293. if (!axis_known_position[Y_AXIS]) homeaxis(Y_AXIS);
  2294. // 1st mesh bed leveling measurement point, corrected.
  2295. world2machine_initialize();
  2296. world2machine(pgm_read_float(bed_ref_points_4), pgm_read_float(bed_ref_points_4+1), destination[X_AXIS], destination[Y_AXIS]);
  2297. world2machine_reset();
  2298. if (destination[Y_AXIS] < Y_MIN_POS)
  2299. destination[Y_AXIS] = Y_MIN_POS;
  2300. feedrate = homing_feedrate[X_AXIS] / 20;
  2301. enable_endstops(false);
  2302. #ifdef DEBUG_BUILD
  2303. SERIAL_ECHOLNPGM("plan_set_position()");
  2304. MYSERIAL.println(current_position[X_AXIS]);MYSERIAL.println(current_position[Y_AXIS]);
  2305. MYSERIAL.println(current_position[Z_AXIS]);MYSERIAL.println(current_position[E_AXIS]);
  2306. #endif
  2307. plan_set_position_curposXYZE();
  2308. #ifdef DEBUG_BUILD
  2309. SERIAL_ECHOLNPGM("plan_buffer_line()");
  2310. MYSERIAL.println(destination[X_AXIS]);MYSERIAL.println(destination[Y_AXIS]);
  2311. MYSERIAL.println(destination[Z_AXIS]);MYSERIAL.println(destination[E_AXIS]);
  2312. MYSERIAL.println(feedrate);MYSERIAL.println(active_extruder);
  2313. #endif
  2314. plan_buffer_line_destinationXYZE(feedrate);
  2315. st_synchronize();
  2316. current_position[X_AXIS] = destination[X_AXIS];
  2317. current_position[Y_AXIS] = destination[Y_AXIS];
  2318. enable_endstops(true);
  2319. endstops_hit_on_purpose();
  2320. homeaxis(Z_AXIS);
  2321. #else // MESH_BED_LEVELING
  2322. homeaxis(Z_AXIS);
  2323. #endif // MESH_BED_LEVELING
  2324. }
  2325. #else // defined(Z_SAFE_HOMING): Z Safe mode activated.
  2326. if(home_all_axes) {
  2327. destination[X_AXIS] = round(Z_SAFE_HOMING_X_POINT - X_PROBE_OFFSET_FROM_EXTRUDER);
  2328. destination[Y_AXIS] = round(Z_SAFE_HOMING_Y_POINT - Y_PROBE_OFFSET_FROM_EXTRUDER);
  2329. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  2330. feedrate = XY_TRAVEL_SPEED/60;
  2331. current_position[Z_AXIS] = 0;
  2332. plan_set_position_curposXYZE();
  2333. plan_buffer_line_destinationXYZE(feedrate);
  2334. st_synchronize();
  2335. current_position[X_AXIS] = destination[X_AXIS];
  2336. current_position[Y_AXIS] = destination[Y_AXIS];
  2337. homeaxis(Z_AXIS);
  2338. }
  2339. // Let's see if X and Y are homed and probe is inside bed area.
  2340. if(home_z) {
  2341. if ( (axis_known_position[X_AXIS]) && (axis_known_position[Y_AXIS]) \
  2342. && (current_position[X_AXIS]+X_PROBE_OFFSET_FROM_EXTRUDER >= X_MIN_POS) \
  2343. && (current_position[X_AXIS]+X_PROBE_OFFSET_FROM_EXTRUDER <= X_MAX_POS) \
  2344. && (current_position[Y_AXIS]+Y_PROBE_OFFSET_FROM_EXTRUDER >= Y_MIN_POS) \
  2345. && (current_position[Y_AXIS]+Y_PROBE_OFFSET_FROM_EXTRUDER <= Y_MAX_POS)) {
  2346. current_position[Z_AXIS] = 0;
  2347. plan_set_position_curposXYZE();
  2348. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  2349. feedrate = max_feedrate[Z_AXIS];
  2350. plan_buffer_line_destinationXYZE(feedrate);
  2351. st_synchronize();
  2352. homeaxis(Z_AXIS);
  2353. } else if (!((axis_known_position[X_AXIS]) && (axis_known_position[Y_AXIS]))) {
  2354. LCD_MESSAGERPGM(MSG_POSITION_UNKNOWN);
  2355. SERIAL_ECHO_START;
  2356. SERIAL_ECHOLNRPGM(MSG_POSITION_UNKNOWN);
  2357. } else {
  2358. LCD_MESSAGERPGM(MSG_ZPROBE_OUT);
  2359. SERIAL_ECHO_START;
  2360. SERIAL_ECHOLNRPGM(MSG_ZPROBE_OUT);
  2361. }
  2362. }
  2363. #endif // Z_SAFE_HOMING
  2364. #endif // Z_HOME_DIR < 0
  2365. if(home_z_axis && home_z_value != 0)
  2366. current_position[Z_AXIS]=home_z_value+cs.add_homing[Z_AXIS];
  2367. #ifdef ENABLE_AUTO_BED_LEVELING
  2368. if(home_z)
  2369. current_position[Z_AXIS] += cs.zprobe_zoffset; //Add Z_Probe offset (the distance is negative)
  2370. #endif
  2371. // Set the planner and stepper routine positions.
  2372. // At this point the mesh bed leveling and world2machine corrections are disabled and current_position
  2373. // contains the machine coordinates.
  2374. plan_set_position_curposXYZE();
  2375. clean_up_after_endstop_move(l_feedmultiply);
  2376. endstops_hit_on_purpose();
  2377. // Load the machine correction matrix
  2378. world2machine_initialize();
  2379. // and correct the current_position XY axes to match the transformed coordinate system.
  2380. world2machine_update_current();
  2381. #ifdef MESH_BED_LEVELING
  2382. if (home_x_axis || home_y_axis || without_mbl || home_z_axis)
  2383. {
  2384. if (! home_z && mbl_was_active) {
  2385. // Re-enable the mesh bed leveling if only the X and Y axes were re-homed.
  2386. mbl.active = true;
  2387. // and re-adjust the current logical Z axis with the bed leveling offset applicable at the current XY position.
  2388. current_position[Z_AXIS] -= mbl.get_z(st_get_position_mm(X_AXIS), st_get_position_mm(Y_AXIS));
  2389. }
  2390. }
  2391. #endif
  2392. prusa_statistics(20);
  2393. st_synchronize();
  2394. homing_flag = false;
  2395. #if 0
  2396. SERIAL_ECHOPGM("G28, final "); print_world_coordinates();
  2397. SERIAL_ECHOPGM("G28, final "); print_physical_coordinates();
  2398. SERIAL_ECHOPGM("G28, final "); print_mesh_bed_leveling_table();
  2399. #endif
  2400. }
  2401. static void gcode_G28(bool home_x_axis, bool home_y_axis, bool home_z_axis)
  2402. {
  2403. #ifdef TMC2130
  2404. gcode_G28(home_x_axis, 0, home_y_axis, 0, home_z_axis, 0, false, true);
  2405. #else
  2406. gcode_G28(home_x_axis, 0, home_y_axis, 0, home_z_axis, 0, true);
  2407. #endif //TMC2130
  2408. }
  2409. // G80 - Automatic mesh bed leveling
  2410. static void gcode_G80()
  2411. {
  2412. st_synchronize();
  2413. if (planner_aborted)
  2414. return;
  2415. mesh_bed_leveling_flag = true;
  2416. #ifndef PINDA_THERMISTOR
  2417. static bool run = false; // thermistor-less PINDA temperature compensation is running
  2418. #endif // ndef PINDA_THERMISTOR
  2419. #ifdef SUPPORT_VERBOSITY
  2420. int8_t verbosity_level = 0;
  2421. if (code_seen('V')) {
  2422. // Just 'V' without a number counts as V1.
  2423. char c = strchr_pointer[1];
  2424. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  2425. }
  2426. #endif //SUPPORT_VERBOSITY
  2427. // Firstly check if we know where we are
  2428. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  2429. // We don't know where we are! HOME!
  2430. // Push the commands to the front of the message queue in the reverse order!
  2431. // There shall be always enough space reserved for these commands.
  2432. repeatcommand_front(); // repeat G80 with all its parameters
  2433. enquecommand_front_P(G28W0);
  2434. return;
  2435. }
  2436. uint8_t nMeasPoints = MESH_MEAS_NUM_X_POINTS;
  2437. if (code_seen('N')) {
  2438. nMeasPoints = code_value_uint8();
  2439. if (nMeasPoints != 7) {
  2440. nMeasPoints = 3;
  2441. }
  2442. }
  2443. else {
  2444. nMeasPoints = eeprom_read_byte((uint8_t*)EEPROM_MBL_POINTS_NR);
  2445. }
  2446. uint8_t nProbeRetry = 3;
  2447. if (code_seen('R')) {
  2448. nProbeRetry = code_value_uint8();
  2449. if (nProbeRetry > 10) {
  2450. nProbeRetry = 10;
  2451. }
  2452. }
  2453. else {
  2454. nProbeRetry = eeprom_read_byte((uint8_t*)EEPROM_MBL_PROBE_NR);
  2455. }
  2456. bool magnet_elimination = (eeprom_read_byte((uint8_t*)EEPROM_MBL_MAGNET_ELIMINATION) > 0);
  2457. #ifndef PINDA_THERMISTOR
  2458. if (run == false && eeprom_read_byte((uint8_t *)EEPROM_TEMP_CAL_ACTIVE) && calibration_status_pinda() == true && target_temperature_bed >= 50)
  2459. {
  2460. temp_compensation_start();
  2461. run = true;
  2462. repeatcommand_front(); // repeat G80 with all its parameters
  2463. enquecommand_front_P(G28W0);
  2464. return;
  2465. }
  2466. run = false;
  2467. #endif //PINDA_THERMISTOR
  2468. // Save custom message state, set a new custom message state to display: Calibrating point 9.
  2469. CustomMsg custom_message_type_old = custom_message_type;
  2470. uint8_t custom_message_state_old = custom_message_state;
  2471. custom_message_type = CustomMsg::MeshBedLeveling;
  2472. custom_message_state = (nMeasPoints * nMeasPoints) + 10;
  2473. lcd_update(1);
  2474. mbl.reset(); //reset mesh bed leveling
  2475. // Reset baby stepping to zero, if the babystepping has already been loaded before.
  2476. babystep_undo();
  2477. // Cycle through all points and probe them
  2478. // First move up. During this first movement, the babystepping will be reverted.
  2479. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2480. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 60);
  2481. // The move to the first calibration point.
  2482. current_position[X_AXIS] = BED_X0;
  2483. current_position[Y_AXIS] = BED_Y0;
  2484. #ifdef SUPPORT_VERBOSITY
  2485. if (verbosity_level >= 1)
  2486. {
  2487. bool clamped = world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  2488. clamped ? SERIAL_PROTOCOLPGM("First calibration point clamped.\n") : SERIAL_PROTOCOLPGM("No clamping for first calibration point.\n");
  2489. }
  2490. #else //SUPPORT_VERBOSITY
  2491. world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  2492. #endif //SUPPORT_VERBOSITY
  2493. int XY_AXIS_FEEDRATE = homing_feedrate[X_AXIS] / 20;
  2494. plan_buffer_line_curposXYZE(XY_AXIS_FEEDRATE);
  2495. // Wait until the move is finished.
  2496. st_synchronize();
  2497. if (planner_aborted)
  2498. {
  2499. custom_message_type = custom_message_type_old;
  2500. custom_message_state = custom_message_state_old;
  2501. return;
  2502. }
  2503. uint8_t mesh_point = 0; //index number of calibration point
  2504. int Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 40;
  2505. 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)
  2506. #ifdef SUPPORT_VERBOSITY
  2507. if (verbosity_level >= 1) {
  2508. has_z ? SERIAL_PROTOCOLPGM("Z jitter data from Z cal. valid.\n") : SERIAL_PROTOCOLPGM("Z jitter data from Z cal. not valid.\n");
  2509. }
  2510. #endif // SUPPORT_VERBOSITY
  2511. int l_feedmultiply = setup_for_endstop_move(false); //save feedrate and feedmultiply, sets feedmultiply to 100
  2512. while (mesh_point != nMeasPoints * nMeasPoints) {
  2513. // Get coords of a measuring point.
  2514. uint8_t ix = mesh_point % nMeasPoints; // from 0 to MESH_NUM_X_POINTS - 1
  2515. uint8_t iy = mesh_point / nMeasPoints;
  2516. /*if (!mbl_point_measurement_valid(ix, iy, nMeasPoints, true)) {
  2517. printf_P(PSTR("Skipping point [%d;%d] \n"), ix, iy);
  2518. custom_message_state--;
  2519. mesh_point++;
  2520. continue; //skip
  2521. }*/
  2522. if (iy & 1) ix = (nMeasPoints - 1) - ix; // Zig zag
  2523. if (nMeasPoints == 7) //if we have 7x7 mesh, compare with Z-calibration for points which are in 3x3 mesh
  2524. {
  2525. has_z = ((ix % 3 == 0) && (iy % 3 == 0)) && is_bed_z_jitter_data_valid();
  2526. }
  2527. float z0 = 0.f;
  2528. if (has_z && (mesh_point > 0)) {
  2529. uint16_t z_offset_u = 0;
  2530. if (nMeasPoints == 7) {
  2531. z_offset_u = eeprom_read_word((uint16_t*)(EEPROM_BED_CALIBRATION_Z_JITTER + 2 * ((ix/3) + iy - 1)));
  2532. }
  2533. else {
  2534. z_offset_u = eeprom_read_word((uint16_t*)(EEPROM_BED_CALIBRATION_Z_JITTER + 2 * (ix + iy * 3 - 1)));
  2535. }
  2536. z0 = mbl.z_values[0][0] + *reinterpret_cast<int16_t*>(&z_offset_u) * 0.01;
  2537. #ifdef SUPPORT_VERBOSITY
  2538. if (verbosity_level >= 1) {
  2539. printf_P(PSTR("Bed leveling, point: %d, calibration Z stored in eeprom: %d, calibration z: %f \n"), mesh_point, z_offset_u, z0);
  2540. }
  2541. #endif // SUPPORT_VERBOSITY
  2542. }
  2543. // Move Z up to MESH_HOME_Z_SEARCH.
  2544. if((ix == 0) && (iy == 0)) current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2545. else current_position[Z_AXIS] += 2.f / nMeasPoints; //use relative movement from Z coordinate where PINDa triggered on previous point. This makes calibration faster.
  2546. float init_z_bckp = current_position[Z_AXIS];
  2547. plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE);
  2548. st_synchronize();
  2549. // Move to XY position of the sensor point.
  2550. current_position[X_AXIS] = BED_X(ix, nMeasPoints);
  2551. current_position[Y_AXIS] = BED_Y(iy, nMeasPoints);
  2552. //printf_P(PSTR("[%f;%f]\n"), current_position[X_AXIS], current_position[Y_AXIS]);
  2553. #ifdef SUPPORT_VERBOSITY
  2554. if (verbosity_level >= 1) {
  2555. bool clamped = world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  2556. SERIAL_PROTOCOL(mesh_point);
  2557. clamped ? SERIAL_PROTOCOLPGM(": xy clamped.\n") : SERIAL_PROTOCOLPGM(": no xy clamping\n");
  2558. }
  2559. #else //SUPPORT_VERBOSITY
  2560. world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  2561. #endif // SUPPORT_VERBOSITY
  2562. //printf_P(PSTR("after clamping: [%f;%f]\n"), current_position[X_AXIS], current_position[Y_AXIS]);
  2563. plan_buffer_line_curposXYZE(XY_AXIS_FEEDRATE);
  2564. st_synchronize();
  2565. if (planner_aborted)
  2566. {
  2567. custom_message_type = custom_message_type_old;
  2568. custom_message_state = custom_message_state_old;
  2569. return;
  2570. }
  2571. // Go down until endstop is hit
  2572. const float Z_CALIBRATION_THRESHOLD = 1.f;
  2573. 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
  2574. printf_P(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  2575. break;
  2576. }
  2577. 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.
  2578. //printf_P(PSTR("Another attempt! Current Z position: %f\n"), current_position[Z_AXIS]);
  2579. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2580. plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE);
  2581. st_synchronize();
  2582. 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
  2583. printf_P(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  2584. break;
  2585. }
  2586. if (MESH_HOME_Z_SEARCH - current_position[Z_AXIS] < 0.1f) {
  2587. puts_P(PSTR("Bed leveling failed. Sensor disconnected or cable broken."));
  2588. break;
  2589. }
  2590. }
  2591. 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
  2592. puts_P(PSTR("Bed leveling failed. Sensor triggered too high."));
  2593. break;
  2594. }
  2595. #ifdef SUPPORT_VERBOSITY
  2596. if (verbosity_level >= 10) {
  2597. SERIAL_ECHOPGM("X: ");
  2598. MYSERIAL.print(current_position[X_AXIS], 5);
  2599. SERIAL_ECHOLNPGM("");
  2600. SERIAL_ECHOPGM("Y: ");
  2601. MYSERIAL.print(current_position[Y_AXIS], 5);
  2602. SERIAL_PROTOCOLPGM("\n");
  2603. }
  2604. #endif // SUPPORT_VERBOSITY
  2605. float offset_z = 0;
  2606. #ifdef PINDA_THERMISTOR
  2607. offset_z = temp_compensation_pinda_thermistor_offset(current_temperature_pinda);
  2608. #endif //PINDA_THERMISTOR
  2609. // #ifdef SUPPORT_VERBOSITY
  2610. /* if (verbosity_level >= 1)
  2611. {
  2612. SERIAL_ECHOPGM("mesh bed leveling: ");
  2613. MYSERIAL.print(current_position[Z_AXIS], 5);
  2614. SERIAL_ECHOPGM(" offset: ");
  2615. MYSERIAL.print(offset_z, 5);
  2616. SERIAL_ECHOLNPGM("");
  2617. }*/
  2618. // #endif // SUPPORT_VERBOSITY
  2619. mbl.set_z(ix, iy, current_position[Z_AXIS] - offset_z); //store measured z values z_values[iy][ix] = z - offset_z;
  2620. custom_message_state--;
  2621. mesh_point++;
  2622. lcd_update(1);
  2623. }
  2624. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2625. #ifdef SUPPORT_VERBOSITY
  2626. if (verbosity_level >= 20) {
  2627. SERIAL_ECHOLNPGM("Mesh bed leveling while loop finished.");
  2628. SERIAL_ECHOLNPGM("MESH_HOME_Z_SEARCH: ");
  2629. MYSERIAL.print(current_position[Z_AXIS], 5);
  2630. }
  2631. #endif // SUPPORT_VERBOSITY
  2632. plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE);
  2633. st_synchronize();
  2634. if (mesh_point != nMeasPoints * nMeasPoints) {
  2635. Sound_MakeSound(e_SOUND_TYPE_StandardAlert);
  2636. bool bState;
  2637. do { // repeat until Z-leveling o.k.
  2638. lcd_display_message_fullscreen_P(_i("Some problem encountered, Z-leveling enforced ...")); ////MSG_ZLEVELING_ENFORCED c=20 r=4
  2639. #ifdef TMC2130
  2640. lcd_wait_for_click_delay(MSG_BED_LEVELING_FAILED_TIMEOUT);
  2641. calibrate_z_auto(); // Z-leveling (X-assembly stay up!!!)
  2642. #else // TMC2130
  2643. lcd_wait_for_click_delay(0); // ~ no timeout
  2644. lcd_calibrate_z_end_stop_manual(true); // Z-leveling (X-assembly stay up!!!)
  2645. #endif // TMC2130
  2646. // ~ Z-homing (can not be used "G28", because X & Y-homing would have been done before (Z-homing))
  2647. bState=enable_z_endstop(false);
  2648. raise_z(-1);
  2649. enable_z_endstop(true);
  2650. #ifdef TMC2130
  2651. tmc2130_home_enter(Z_AXIS_MASK);
  2652. #endif // TMC2130
  2653. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2654. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  2655. st_synchronize();
  2656. #ifdef TMC2130
  2657. tmc2130_home_exit();
  2658. #endif // TMC2130
  2659. enable_z_endstop(bState);
  2660. } while (st_get_position_mm(Z_AXIS) > MESH_HOME_Z_SEARCH); // i.e. Z-leveling not o.k.
  2661. // plan_set_z_position(MESH_HOME_Z_SEARCH); // is not necessary ('do-while' loop always ends at the expected Z-position)
  2662. custom_message_type = custom_message_type_old;
  2663. custom_message_state = custom_message_state_old;
  2664. lcd_update_enable(true); // display / status-line recovery
  2665. gcode_G28(true, true, true); // X & Y & Z-homing (must be after individual Z-homing (problem with spool-holder)!)
  2666. repeatcommand_front(); // re-run (i.e. of "G80")
  2667. return;
  2668. }
  2669. clean_up_after_endstop_move(l_feedmultiply);
  2670. // SERIAL_ECHOLNPGM("clean up finished ");
  2671. #ifndef PINDA_THERMISTOR
  2672. if(eeprom_read_byte((uint8_t *)EEPROM_TEMP_CAL_ACTIVE) && calibration_status_pinda() == true) temp_compensation_apply(); //apply PINDA temperature compensation
  2673. #endif
  2674. babystep_apply(); // Apply Z height correction aka baby stepping before mesh bed leveing gets activated.
  2675. // SERIAL_ECHOLNPGM("babystep applied");
  2676. bool eeprom_bed_correction_valid = eeprom_read_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID) == 1;
  2677. #ifdef SUPPORT_VERBOSITY
  2678. if (verbosity_level >= 1) {
  2679. eeprom_bed_correction_valid ? SERIAL_PROTOCOLPGM("Bed correction data valid\n") : SERIAL_PROTOCOLPGM("Bed correction data not valid\n");
  2680. }
  2681. #endif // SUPPORT_VERBOSITY
  2682. for (uint8_t i = 0; i < 4; ++i) {
  2683. static const char codes[4] PROGMEM = { 'L', 'R', 'F', 'B' };
  2684. static uint8_t *const eep_addresses[4] PROGMEM = {
  2685. (uint8_t*)EEPROM_BED_CORRECTION_LEFT,
  2686. (uint8_t*)EEPROM_BED_CORRECTION_RIGHT,
  2687. (uint8_t*)EEPROM_BED_CORRECTION_FRONT,
  2688. (uint8_t*)EEPROM_BED_CORRECTION_REAR,
  2689. };
  2690. long correction = 0;
  2691. if (code_seen(pgm_read_byte(&codes[i])))
  2692. correction = code_value_long();
  2693. else if (eeprom_bed_correction_valid)
  2694. correction = (int8_t)eeprom_read_byte((uint8_t*)pgm_read_ptr(&eep_addresses[i]));
  2695. if (correction == 0)
  2696. continue;
  2697. if (labs(correction) > BED_ADJUSTMENT_UM_MAX) {
  2698. SERIAL_ERROR_START;
  2699. SERIAL_ECHOPGM("Excessive bed leveling correction: ");
  2700. SERIAL_ECHO(correction);
  2701. SERIAL_ECHOLNPGM(" microns");
  2702. }
  2703. else {
  2704. float offset = float(correction) * 0.001f;
  2705. switch (i) {
  2706. case 0:
  2707. for (uint8_t row = 0; row < nMeasPoints; ++row) {
  2708. for (uint8_t col = 0; col < nMeasPoints - 1; ++col) {
  2709. mbl.z_values[row][col] += offset * (nMeasPoints - 1 - col) / (nMeasPoints - 1);
  2710. }
  2711. }
  2712. break;
  2713. case 1:
  2714. for (uint8_t row = 0; row < nMeasPoints; ++row) {
  2715. for (uint8_t col = 1; col < nMeasPoints; ++col) {
  2716. mbl.z_values[row][col] += offset * col / (nMeasPoints - 1);
  2717. }
  2718. }
  2719. break;
  2720. case 2:
  2721. for (uint8_t col = 0; col < nMeasPoints; ++col) {
  2722. for (uint8_t row = 0; row < nMeasPoints; ++row) {
  2723. mbl.z_values[row][col] += offset * (nMeasPoints - 1 - row) / (nMeasPoints - 1);
  2724. }
  2725. }
  2726. break;
  2727. case 3:
  2728. for (uint8_t col = 0; col < nMeasPoints; ++col) {
  2729. for (uint8_t row = 1; row < nMeasPoints; ++row) {
  2730. mbl.z_values[row][col] += offset * row / (nMeasPoints - 1);
  2731. }
  2732. }
  2733. break;
  2734. }
  2735. }
  2736. }
  2737. // SERIAL_ECHOLNPGM("Bed leveling correction finished");
  2738. if (nMeasPoints == 3) {
  2739. 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)
  2740. }
  2741. /*
  2742. SERIAL_PROTOCOLPGM("Num X,Y: ");
  2743. SERIAL_PROTOCOL(MESH_NUM_X_POINTS);
  2744. SERIAL_PROTOCOLPGM(",");
  2745. SERIAL_PROTOCOL(MESH_NUM_Y_POINTS);
  2746. SERIAL_PROTOCOLPGM("\nZ search height: ");
  2747. SERIAL_PROTOCOL(MESH_HOME_Z_SEARCH);
  2748. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  2749. for (int y = MESH_NUM_Y_POINTS-1; y >= 0; y--) {
  2750. for (int x = 0; x < MESH_NUM_X_POINTS; x++) {
  2751. SERIAL_PROTOCOLPGM(" ");
  2752. SERIAL_PROTOCOL_F(mbl.z_values[y][x], 5);
  2753. }
  2754. SERIAL_PROTOCOLPGM("\n");
  2755. }
  2756. */
  2757. if (nMeasPoints == 7 && magnet_elimination) {
  2758. mbl_interpolation(nMeasPoints);
  2759. }
  2760. /*
  2761. SERIAL_PROTOCOLPGM("Num X,Y: ");
  2762. SERIAL_PROTOCOL(MESH_NUM_X_POINTS);
  2763. SERIAL_PROTOCOLPGM(",");
  2764. SERIAL_PROTOCOL(MESH_NUM_Y_POINTS);
  2765. SERIAL_PROTOCOLPGM("\nZ search height: ");
  2766. SERIAL_PROTOCOL(MESH_HOME_Z_SEARCH);
  2767. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  2768. for (int y = MESH_NUM_Y_POINTS-1; y >= 0; y--) {
  2769. for (int x = 0; x < MESH_NUM_X_POINTS; x++) {
  2770. SERIAL_PROTOCOLPGM(" ");
  2771. SERIAL_PROTOCOL_F(mbl.z_values[y][x], 5);
  2772. }
  2773. SERIAL_PROTOCOLPGM("\n");
  2774. }
  2775. */
  2776. // SERIAL_ECHOLNPGM("Upsample finished");
  2777. mbl.active = 1; //activate mesh bed leveling
  2778. // SERIAL_ECHOLNPGM("Mesh bed leveling activated");
  2779. go_home_with_z_lift();
  2780. // SERIAL_ECHOLNPGM("Go home finished");
  2781. //unretract (after PINDA preheat retraction)
  2782. if (((int)degHotend(active_extruder) > extrude_min_temp) && eeprom_read_byte((unsigned char *)EEPROM_TEMP_CAL_ACTIVE) && calibration_status_pinda() && (target_temperature_bed >= 50)) {
  2783. current_position[E_AXIS] += default_retraction;
  2784. plan_buffer_line_curposXYZE(400);
  2785. }
  2786. KEEPALIVE_STATE(NOT_BUSY);
  2787. // Restore custom message state
  2788. lcd_setstatuspgm(MSG_WELCOME);
  2789. custom_message_type = custom_message_type_old;
  2790. custom_message_state = custom_message_state_old;
  2791. lcd_update(2);
  2792. st_synchronize();
  2793. mesh_bed_leveling_flag = false;
  2794. }
  2795. void adjust_bed_reset()
  2796. {
  2797. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID, 1);
  2798. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_LEFT, 0);
  2799. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_RIGHT, 0);
  2800. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_FRONT, 0);
  2801. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_REAR, 0);
  2802. }
  2803. //! @brief Calibrate XYZ
  2804. //! @param onlyZ if true, calibrate only Z axis
  2805. //! @param verbosity_level
  2806. //! @retval true Succeeded
  2807. //! @retval false Failed
  2808. bool gcode_M45(bool onlyZ, int8_t verbosity_level)
  2809. {
  2810. bool final_result = false;
  2811. #ifdef TMC2130
  2812. FORCE_HIGH_POWER_START;
  2813. #endif // TMC2130
  2814. FORCE_BL_ON_START;
  2815. // Only Z calibration?
  2816. if (!onlyZ)
  2817. {
  2818. setTargetBed(0);
  2819. setAllTargetHotends(0);
  2820. adjust_bed_reset(); //reset bed level correction
  2821. }
  2822. // Disable the default update procedure of the display. We will do a modal dialog.
  2823. lcd_update_enable(false);
  2824. // Let the planner use the uncorrected coordinates.
  2825. mbl.reset();
  2826. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  2827. // the planner will not perform any adjustments in the XY plane.
  2828. // Wait for the motors to stop and update the current position with the absolute values.
  2829. world2machine_revert_to_uncorrected();
  2830. // Reset the baby step value applied without moving the axes.
  2831. babystep_reset();
  2832. // Mark all axes as in a need for homing.
  2833. memset(axis_known_position, 0, sizeof(axis_known_position));
  2834. // Home in the XY plane.
  2835. //set_destination_to_current();
  2836. int l_feedmultiply = setup_for_endstop_move();
  2837. lcd_display_message_fullscreen_P(_T(MSG_AUTO_HOME));
  2838. raise_z_above(MESH_HOME_Z_SEARCH);
  2839. home_xy();
  2840. enable_endstops(false);
  2841. current_position[X_AXIS] += 5;
  2842. current_position[Y_AXIS] += 5;
  2843. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  2844. st_synchronize();
  2845. // Let the user move the Z axes up to the end stoppers.
  2846. #ifdef TMC2130
  2847. if (calibrate_z_auto())
  2848. {
  2849. #else //TMC2130
  2850. if (lcd_calibrate_z_end_stop_manual(onlyZ))
  2851. {
  2852. #endif //TMC2130
  2853. lcd_show_fullscreen_message_and_wait_P(_T(MSG_CONFIRM_NOZZLE_CLEAN));
  2854. if(onlyZ){
  2855. lcd_display_message_fullscreen_P(_T(MSG_MEASURE_BED_REFERENCE_HEIGHT_LINE1));
  2856. lcd_puts_at_P(0,3,_n("1/9"));
  2857. }else{
  2858. //lcd_show_fullscreen_message_and_wait_P(_T(MSG_PAPER));
  2859. lcd_display_message_fullscreen_P(_T(MSG_FIND_BED_OFFSET_AND_SKEW_LINE1));
  2860. lcd_puts_at_P(0,3,_n("1/4"));
  2861. }
  2862. refresh_cmd_timeout();
  2863. #ifndef STEEL_SHEET
  2864. if (((degHotend(0) > MAX_HOTEND_TEMP_CALIBRATION) || (degBed() > MAX_BED_TEMP_CALIBRATION)) && (!onlyZ))
  2865. {
  2866. lcd_wait_for_cool_down();
  2867. }
  2868. #endif //STEEL_SHEET
  2869. if(!onlyZ)
  2870. {
  2871. KEEPALIVE_STATE(PAUSED_FOR_USER);
  2872. #ifdef STEEL_SHEET
  2873. uint8_t result = lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_STEEL_SHEET_CHECK), false);
  2874. if(result == LCD_LEFT_BUTTON_CHOICE) {
  2875. lcd_show_fullscreen_message_and_wait_P(_T(MSG_REMOVE_STEEL_SHEET));
  2876. }
  2877. #endif //STEEL_SHEET
  2878. lcd_show_fullscreen_message_and_wait_P(_T(MSG_PAPER));
  2879. KEEPALIVE_STATE(IN_HANDLER);
  2880. lcd_display_message_fullscreen_P(_T(MSG_FIND_BED_OFFSET_AND_SKEW_LINE1));
  2881. lcd_puts_at_P(0,3,_n("1/4"));
  2882. }
  2883. bool endstops_enabled = enable_endstops(false);
  2884. raise_z(-1);
  2885. // Move the print head close to the bed.
  2886. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2887. enable_endstops(true);
  2888. #ifdef TMC2130
  2889. tmc2130_home_enter(Z_AXIS_MASK);
  2890. #endif //TMC2130
  2891. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  2892. st_synchronize();
  2893. #ifdef TMC2130
  2894. tmc2130_home_exit();
  2895. #endif //TMC2130
  2896. enable_endstops(endstops_enabled);
  2897. if ((st_get_position_mm(Z_AXIS) <= (MESH_HOME_Z_SEARCH + HOME_Z_SEARCH_THRESHOLD)) &&
  2898. (st_get_position_mm(Z_AXIS) >= (MESH_HOME_Z_SEARCH - HOME_Z_SEARCH_THRESHOLD)))
  2899. {
  2900. if (onlyZ)
  2901. {
  2902. clean_up_after_endstop_move(l_feedmultiply);
  2903. // Z only calibration.
  2904. // Load the machine correction matrix
  2905. world2machine_initialize();
  2906. // and correct the current_position to match the transformed coordinate system.
  2907. world2machine_update_current();
  2908. //FIXME
  2909. bool result = sample_mesh_and_store_reference();
  2910. if (result)
  2911. {
  2912. calibration_status_set(CALIBRATION_STATUS_Z);
  2913. final_result = true;
  2914. }
  2915. }
  2916. else
  2917. {
  2918. // Reset the baby step value and the baby step applied flag.
  2919. calibration_status_clear(CALIBRATION_STATUS_LIVE_ADJUST);
  2920. eeprom_update_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),0);
  2921. // Complete XYZ calibration.
  2922. uint8_t point_too_far_mask = 0;
  2923. BedSkewOffsetDetectionResultType result = find_bed_offset_and_skew(verbosity_level, point_too_far_mask);
  2924. clean_up_after_endstop_move(l_feedmultiply);
  2925. // Print head up.
  2926. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2927. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  2928. st_synchronize();
  2929. //#ifndef NEW_XYZCAL
  2930. if (result >= 0)
  2931. {
  2932. #ifdef HEATBED_V2
  2933. sample_z();
  2934. #else //HEATBED_V2
  2935. point_too_far_mask = 0;
  2936. // Second half: The fine adjustment.
  2937. // Let the planner use the uncorrected coordinates.
  2938. mbl.reset();
  2939. world2machine_reset();
  2940. // Home in the XY plane.
  2941. int l_feedmultiply = setup_for_endstop_move();
  2942. home_xy();
  2943. result = improve_bed_offset_and_skew(1, verbosity_level, point_too_far_mask);
  2944. clean_up_after_endstop_move(l_feedmultiply);
  2945. // Print head up.
  2946. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2947. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  2948. st_synchronize();
  2949. // if (result >= 0) babystep_apply();
  2950. #endif //HEATBED_V2
  2951. }
  2952. //#endif //NEW_XYZCAL
  2953. lcd_update_enable(true);
  2954. lcd_update(2);
  2955. lcd_bed_calibration_show_result(result, point_too_far_mask);
  2956. if (result >= 0)
  2957. {
  2958. // Calibration valid, the machine should be able to print. Advise the user to run the V2Calibration.gcode.
  2959. calibration_status_set(CALIBRATION_STATUS_XYZ | CALIBRATION_STATUS_Z);
  2960. if (!eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE))
  2961. lcd_show_fullscreen_message_and_wait_P(_T(MSG_BABYSTEP_Z_NOT_SET));
  2962. final_result = true;
  2963. }
  2964. }
  2965. #ifdef TMC2130
  2966. tmc2130_home_exit();
  2967. #endif
  2968. }
  2969. else
  2970. {
  2971. lcd_show_fullscreen_message_and_wait_P(PSTR("Calibration failed! Check the axes and run again."));
  2972. final_result = false;
  2973. }
  2974. }
  2975. else
  2976. {
  2977. // Timeouted.
  2978. }
  2979. lcd_update_enable(true);
  2980. #ifdef TMC2130
  2981. FORCE_HIGH_POWER_END;
  2982. #endif // TMC2130
  2983. FORCE_BL_ON_END;
  2984. return final_result;
  2985. }
  2986. void gcode_M114()
  2987. {
  2988. SERIAL_PROTOCOLPGM("X:");
  2989. SERIAL_PROTOCOL(current_position[X_AXIS]);
  2990. SERIAL_PROTOCOLPGM(" Y:");
  2991. SERIAL_PROTOCOL(current_position[Y_AXIS]);
  2992. SERIAL_PROTOCOLPGM(" Z:");
  2993. SERIAL_PROTOCOL(current_position[Z_AXIS]);
  2994. SERIAL_PROTOCOLPGM(" E:");
  2995. SERIAL_PROTOCOL(current_position[E_AXIS]);
  2996. SERIAL_PROTOCOLRPGM(_n(" Count X: "));////MSG_COUNT_X
  2997. SERIAL_PROTOCOL(float(st_get_position(X_AXIS)) / cs.axis_steps_per_unit[X_AXIS]);
  2998. SERIAL_PROTOCOLPGM(" Y:");
  2999. SERIAL_PROTOCOL(float(st_get_position(Y_AXIS)) / cs.axis_steps_per_unit[Y_AXIS]);
  3000. SERIAL_PROTOCOLPGM(" Z:");
  3001. SERIAL_PROTOCOL(float(st_get_position(Z_AXIS)) / cs.axis_steps_per_unit[Z_AXIS]);
  3002. SERIAL_PROTOCOLPGM(" E:");
  3003. SERIAL_PROTOCOLLN(float(st_get_position(E_AXIS)) / cs.axis_steps_per_unit[E_AXIS]);
  3004. }
  3005. #if (defined(FANCHECK) && (((defined(TACH_0) && (TACH_0 >-1)) || (defined(TACH_1) && (TACH_1 > -1)))))
  3006. void gcode_M123()
  3007. {
  3008. printf_P(_N("E0:%d RPM PRN1:%d RPM E0@:%u PRN1@:%d\n"), 60*fan_speed[active_extruder], 60*fan_speed[1], newFanSpeed, fanSpeed);
  3009. }
  3010. #endif //FANCHECK and TACH_0 or TACH_1
  3011. static void mmu_M600_wait_and_beep() {
  3012. // Beep and wait for user to remove old filament and prepare new filament for load
  3013. KEEPALIVE_STATE(PAUSED_FOR_USER);
  3014. int counterBeep = 0;
  3015. lcd_display_message_fullscreen_P(_i("Remove old filament and press the knob to start loading new filament.")); ////MSG_REMOVE_OLD_FILAMENT c=20 r=5
  3016. bool bFirst = true;
  3017. while (!lcd_clicked()) {
  3018. manage_heater();
  3019. manage_inactivity(true);
  3020. #if BEEPER > 0
  3021. if (counterBeep == 500) {
  3022. counterBeep = 0;
  3023. }
  3024. SET_OUTPUT(BEEPER);
  3025. if (counterBeep == 0) {
  3026. if ((eSoundMode == e_SOUND_MODE_BLIND) || (eSoundMode == e_SOUND_MODE_LOUD) || ((eSoundMode == e_SOUND_MODE_ONCE) && bFirst)) {
  3027. bFirst = false;
  3028. WRITE(BEEPER, HIGH);
  3029. }
  3030. }
  3031. if (counterBeep == 20) {
  3032. WRITE(BEEPER, LOW);
  3033. }
  3034. counterBeep++;
  3035. #endif // BEEPER > 0
  3036. delay_keep_alive(4);
  3037. }
  3038. WRITE(BEEPER, LOW);
  3039. }
  3040. /**
  3041. * @brief Handling of unload when using MMU with M600
  3042. * A fullscreen message showing "Unloading Filament x"
  3043. * should be shown on the LCD and LCD updates should be
  3044. * are disabled in the meantime.
  3045. */
  3046. static void mmu_M600_unload_filament() {
  3047. if (MMU2::mmu2.get_current_tool() == (uint8_t)MMU2::FILAMENT_UNKNOWN) return;
  3048. lcd_update_enable(false);
  3049. lcd_clear();
  3050. lcd_puts_at_P(0, 1, _T(MSG_UNLOADING_FILAMENT));
  3051. lcd_print(' ');
  3052. lcd_print(MMU2::mmu2.get_current_tool() + 1);
  3053. // unload just current filament for multimaterial printers (used also in M702)
  3054. MMU2::mmu2.unload();
  3055. lcd_update_enable(true);
  3056. }
  3057. /// @brief load filament for mmu v2
  3058. /// @par nozzle_temp nozzle temperature to load filament
  3059. static void mmu_M600_load_filament(bool automatic, float nozzle_temp) {
  3060. uint8_t slot;
  3061. if (automatic) {
  3062. slot = SpoolJoin::spooljoin.nextSlot();
  3063. } else {
  3064. // Only ask for the slot if automatic/SpoolJoin is off
  3065. slot = choose_menu_P(_T(MSG_SELECT_EXTRUDER), _T(MSG_EXTRUDER));
  3066. }
  3067. setTargetHotend(nozzle_temp, active_extruder);
  3068. MMU2::mmu2.load_filament_to_nozzle(slot);
  3069. load_filament_final_feed(); // @@TODO verify
  3070. st_synchronize();
  3071. }
  3072. static void gcode_M600(bool automatic, float x_position, float y_position, float z_shift, float e_shift, float /*e_shift_late*/) {
  3073. st_synchronize();
  3074. float lastpos[4];
  3075. prusa_statistics(22);
  3076. //First backup current position and settings
  3077. int feedmultiplyBckp = feedmultiply;
  3078. float HotendTempBckp = degTargetHotend(active_extruder);
  3079. int fanSpeedBckp = fanSpeed;
  3080. memcpy(lastpos, current_position, sizeof(lastpos));
  3081. // Turn off the fan
  3082. fanSpeed = 0;
  3083. // Retract E
  3084. current_position[E_AXIS] += e_shift;
  3085. plan_buffer_line_curposXYZE(FILAMENTCHANGE_RFEED);
  3086. st_synchronize();
  3087. // Raise the Z axis
  3088. raise_z(z_shift);
  3089. // Move XY to side
  3090. current_position[X_AXIS] = x_position;
  3091. current_position[Y_AXIS] = y_position;
  3092. plan_buffer_line_curposXYZE(FILAMENTCHANGE_XYFEED);
  3093. st_synchronize();
  3094. // Beep, manage nozzle heater and wait for user to start unload filament
  3095. if (!MMU2::mmu2.Enabled())
  3096. M600_wait_for_user(HotendTempBckp);
  3097. // Unload filament
  3098. if (MMU2::mmu2.Enabled())
  3099. mmu_M600_unload_filament();
  3100. else
  3101. unload_filament(FILAMENTCHANGE_FINALRETRACT);
  3102. st_synchronize(); // finish moves
  3103. {
  3104. FSensorBlockRunout fsBlockRunout;
  3105. if (!MMU2::mmu2.Enabled())
  3106. {
  3107. KEEPALIVE_STATE(PAUSED_FOR_USER);
  3108. uint8_t choice =
  3109. lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Was filament unload successful?"), false, LCD_LEFT_BUTTON_CHOICE); ////MSG_UNLOAD_SUCCESSFUL c=20 r=2
  3110. if (choice == LCD_MIDDLE_BUTTON_CHOICE) {
  3111. lcd_clear();
  3112. lcd_puts_at_P(0, 2, _T(MSG_PLEASE_WAIT));
  3113. current_position[X_AXIS] -= 100;
  3114. plan_buffer_line_curposXYZE(FILAMENTCHANGE_XYFEED);
  3115. st_synchronize();
  3116. lcd_show_fullscreen_message_and_wait_P(_i("Please open idler and remove filament manually.")); ////MSG_CHECK_IDLER c=20 r=5
  3117. }
  3118. M600_load_filament();
  3119. }
  3120. else // MMU is enabled
  3121. {
  3122. if (!automatic) {
  3123. if (saved_printing){
  3124. // if M600 was invoked by filament senzor (FINDA) eject filament so user can easily remove it
  3125. MMU2::mmu2.eject_filament(MMU2::mmu2.get_current_tool(), false);
  3126. }
  3127. mmu_M600_wait_and_beep();
  3128. if (saved_printing) {
  3129. lcd_clear();
  3130. lcd_puts_at_P(0, 2, _T(MSG_PLEASE_WAIT));
  3131. //@@TODO mmu_command(MmuCmd::R0);
  3132. // manage_response(false, false);
  3133. }
  3134. }
  3135. mmu_M600_load_filament(automatic, HotendTempBckp);
  3136. }
  3137. if (!automatic)
  3138. M600_check_state(HotendTempBckp);
  3139. lcd_update_enable(true);
  3140. // Not let's go back to print
  3141. fanSpeed = fanSpeedBckp;
  3142. // Feed a little of filament to stabilize pressure
  3143. if (!automatic) {
  3144. current_position[E_AXIS] += FILAMENTCHANGE_RECFEED;
  3145. plan_buffer_line_curposXYZE(FILAMENTCHANGE_EXFEED);
  3146. }
  3147. // Move XY back
  3148. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], FILAMENTCHANGE_XYFEED, active_extruder);
  3149. st_synchronize();
  3150. // Move Z back
  3151. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], current_position[E_AXIS], FILAMENTCHANGE_ZFEED, active_extruder);
  3152. st_synchronize();
  3153. // Set E position to original
  3154. plan_set_e_position(lastpos[E_AXIS]);
  3155. memcpy(current_position, lastpos, sizeof(lastpos));
  3156. set_destination_to_current();
  3157. // Recover feed rate
  3158. feedmultiply = feedmultiplyBckp;
  3159. char cmd[9];
  3160. sprintf_P(cmd, PSTR("M220 S%i"), feedmultiplyBckp);
  3161. enquecommand(cmd);
  3162. }
  3163. lcd_setstatuspgm(MSG_WELCOME);
  3164. custom_message_type = CustomMsg::Status;
  3165. }
  3166. void gcode_M701(float fastLoadLength, uint8_t mmuSlotIndex){
  3167. FSensorBlockRunout fsBlockRunout;
  3168. prusa_statistics(22);
  3169. if (MMU2::mmu2.Enabled() && mmuSlotIndex < MMU_FILAMENT_COUNT) {
  3170. MMU2::mmu2.load_filament_to_nozzle(mmuSlotIndex);
  3171. } else {
  3172. custom_message_type = CustomMsg::FilamentLoading;
  3173. lcd_setstatuspgm(_T(MSG_LOADING_FILAMENT));
  3174. current_position[E_AXIS] += fastLoadLength;
  3175. plan_buffer_line_curposXYZE(FILAMENTCHANGE_EFEED_FIRST); //fast sequence
  3176. load_filament_final_feed(); // slow sequence
  3177. st_synchronize();
  3178. Sound_MakeCustom(50, 500, false);
  3179. if (!farm_mode && loading_flag) {
  3180. lcd_load_filament_color_check();
  3181. }
  3182. lcd_update_enable(true);
  3183. lcd_update(2);
  3184. lcd_setstatuspgm(MSG_WELCOME);
  3185. loading_flag = false;
  3186. custom_message_type = CustomMsg::Status;
  3187. }
  3188. eFilamentAction = FilamentAction::None;
  3189. }
  3190. // Common gcode shared by the gcodes. This saves some flash memory
  3191. static void gcodes_M704_M705_M706(uint16_t gcode)
  3192. {
  3193. uint8_t mmuSlotIndex = 0xffU;
  3194. if (MMU2::mmu2.Enabled() && code_seen('P'))
  3195. {
  3196. mmuSlotIndex = code_value_uint8();
  3197. if (mmuSlotIndex < MMU_FILAMENT_COUNT) {
  3198. switch (gcode)
  3199. {
  3200. case 704:
  3201. MMU2::mmu2.load_filament(mmuSlotIndex);
  3202. break;
  3203. case 705:
  3204. MMU2::mmu2.eject_filament(mmuSlotIndex, false);
  3205. break;
  3206. case 706:
  3207. #ifdef MMU_HAS_CUTTER
  3208. if (eeprom_read_byte((uint8_t*)EEPROM_MMU_CUTTER_ENABLED) != 0){
  3209. MMU2::mmu2.cut_filament(mmuSlotIndex);
  3210. }
  3211. #endif // MMU_HAS_CUTTER
  3212. break;
  3213. default:
  3214. break;
  3215. }
  3216. }
  3217. }
  3218. }
  3219. /**
  3220. * @brief Get serial number from 32U2 processor
  3221. *
  3222. * Typical format of S/N is:CZPX0917X003XC13518
  3223. *
  3224. * Send command ;S to serial port 0 to retrieve serial number stored in 32U2 processor,
  3225. * reply is stored in *SN.
  3226. * Operation takes typically 23 ms. If no valid SN can be retrieved within the 250ms window, the function aborts
  3227. * and returns a general failure flag.
  3228. * The command will fail if the 32U2 processor is unpowered via USB since it is isolated from the rest of the electronics.
  3229. * In that case the value that is stored in the EEPROM should be used instead.
  3230. *
  3231. * @return 0 on success
  3232. * @return 1 on general failure
  3233. */
  3234. #ifdef PRUSA_SN_SUPPORT
  3235. static uint8_t get_PRUSA_SN(char* SN)
  3236. {
  3237. uint8_t selectedSerialPort_bak = selectedSerialPort;
  3238. uint8_t rxIndex;
  3239. bool SN_valid = false;
  3240. ShortTimer timeout;
  3241. selectedSerialPort = 0;
  3242. timeout.start();
  3243. while (!SN_valid)
  3244. {
  3245. rxIndex = 0;
  3246. _delay(50);
  3247. MYSERIAL.flush(); //clear RX buffer
  3248. SERIAL_ECHOLNRPGM(PSTR(";S"));
  3249. while (rxIndex < 19)
  3250. {
  3251. if (timeout.expired(250u))
  3252. goto exit;
  3253. if (MYSERIAL.available() > 0)
  3254. {
  3255. SN[rxIndex] = MYSERIAL.read();
  3256. rxIndex++;
  3257. }
  3258. }
  3259. SN[rxIndex] = 0;
  3260. // printf_P(PSTR("SN:%s\n"), SN);
  3261. SN_valid = (strncmp_P(SN, PSTR("CZPX"), 4) == 0);
  3262. }
  3263. exit:
  3264. selectedSerialPort = selectedSerialPort_bak;
  3265. return !SN_valid;
  3266. }
  3267. #endif //PRUSA_SN_SUPPORT
  3268. //! Detection of faulty RAMBo 1.1b boards equipped with bigger capacitors
  3269. //! at the TACH_1 pin, which causes bad detection of print fan speed.
  3270. //! Warning: This function is not to be used by ordinary users, it is here only for automated testing purposes,
  3271. //! it may even interfere with other functions of the printer! You have been warned!
  3272. //! The test idea is to measure the time necessary to charge the capacitor.
  3273. //! So the algorithm is as follows:
  3274. //! 1. Set TACH_1 pin to INPUT mode and LOW
  3275. //! 2. Wait a few ms
  3276. //! 3. disable interrupts and measure the time until the TACH_1 pin reaches HIGH
  3277. //! Repeat 1.-3. several times
  3278. //! Good RAMBo's times are in the range of approx. 260-320 us
  3279. //! Bad RAMBo's times are approx. 260-1200 us
  3280. //! So basically we are interested in maximum time, the minima are mostly the same.
  3281. //! May be that's why the bad RAMBo's still produce some fan RPM reading, but not corresponding to reality
  3282. static void gcode_PRUSA_BadRAMBoFanTest(){
  3283. //printf_P(PSTR("Enter fan pin test\n"));
  3284. #if !defined(DEBUG_DISABLE_FANCHECK) && defined(FANCHECK) && defined(TACH_1) && TACH_1 >-1
  3285. fan_measuring = false; // prevent EXTINT7 breaking into the measurement
  3286. unsigned long tach1max = 0;
  3287. uint8_t tach1cntr = 0;
  3288. for( /* nothing */; tach1cntr < 100; ++tach1cntr){
  3289. //printf_P(PSTR("TACH_1: %d\n"), tach1cntr);
  3290. SET_OUTPUT(TACH_1);
  3291. WRITE(TACH_1, LOW);
  3292. _delay(20); // the delay may be lower
  3293. unsigned long tachMeasure = _micros();
  3294. cli();
  3295. SET_INPUT(TACH_1);
  3296. // just wait brutally in an endless cycle until we reach HIGH
  3297. // if this becomes a problem it may be improved to non-endless cycle
  3298. while( READ(TACH_1) == 0 ) ;
  3299. sei();
  3300. tachMeasure = _micros() - tachMeasure;
  3301. if( tach1max < tachMeasure )
  3302. tach1max = tachMeasure;
  3303. //printf_P(PSTR("TACH_1: %d: capacitor check time=%lu us\n"), (int)tach1cntr, tachMeasure);
  3304. }
  3305. //printf_P(PSTR("TACH_1: max=%lu us\n"), tach1max);
  3306. SERIAL_PROTOCOLPGM("RAMBo FAN ");
  3307. if( tach1max > 500 ){
  3308. // bad RAMBo
  3309. SERIAL_PROTOCOLLNPGM("BAD");
  3310. } else {
  3311. SERIAL_PROTOCOLLNPGM("OK");
  3312. }
  3313. // cleanup after the test function
  3314. SET_INPUT(TACH_1);
  3315. WRITE(TACH_1, HIGH);
  3316. #endif
  3317. }
  3318. // G92 - Set current position to coordinates given
  3319. static void gcode_G92()
  3320. {
  3321. bool codes[NUM_AXIS];
  3322. float values[NUM_AXIS];
  3323. // Check which axes need to be set
  3324. for(uint8_t i = 0; i < NUM_AXIS; ++i)
  3325. {
  3326. codes[i] = code_seen(axis_codes[i]);
  3327. if(codes[i])
  3328. values[i] = code_value();
  3329. }
  3330. if((codes[E_AXIS] && values[E_AXIS] == 0) &&
  3331. (!codes[X_AXIS] && !codes[Y_AXIS] && !codes[Z_AXIS]))
  3332. {
  3333. // As a special optimization, when _just_ clearing the E position
  3334. // we schedule a flag asynchronously along with the next block to
  3335. // reset the starting E position instead of stopping the planner
  3336. current_position[E_AXIS] = 0;
  3337. plan_reset_next_e();
  3338. }
  3339. else
  3340. {
  3341. // In any other case we're forced to synchronize
  3342. st_synchronize();
  3343. for(uint8_t i = 0; i < 3; ++i)
  3344. {
  3345. if(codes[i])
  3346. current_position[i] = values[i] + cs.add_homing[i];
  3347. }
  3348. if(codes[E_AXIS])
  3349. current_position[E_AXIS] = values[E_AXIS];
  3350. // Set all at once
  3351. plan_set_position_curposXYZE();
  3352. }
  3353. }
  3354. #ifdef EXTENDED_CAPABILITIES_REPORT
  3355. static void cap_line(const char* name, bool ena = false) {
  3356. printf_P(PSTR("Cap:%S:%c\n"), name, (char)ena + '0');
  3357. }
  3358. static void extended_capabilities_report()
  3359. {
  3360. // AUTOREPORT_TEMP (M155)
  3361. cap_line(PSTR("AUTOREPORT_TEMP"), ENABLED(AUTO_REPORT));
  3362. #if (defined(FANCHECK) && (((defined(TACH_0) && (TACH_0 >-1)) || (defined(TACH_1) && (TACH_1 > -1)))))
  3363. // AUTOREPORT_FANS (M123)
  3364. cap_line(PSTR("AUTOREPORT_FANS"), ENABLED(AUTO_REPORT));
  3365. #endif //FANCHECK and TACH_0 or TACH_1
  3366. // AUTOREPORT_POSITION (M114)
  3367. cap_line(PSTR("AUTOREPORT_POSITION"), ENABLED(AUTO_REPORT));
  3368. // EXTENDED_M20 (support for L and T parameters)
  3369. cap_line(PSTR("EXTENDED_M20"), 1);
  3370. cap_line(PSTR("PRUSA_MMU2"), 1); //this will soon change to ENABLED(PRUSA_MMU2_SUPPORT)
  3371. }
  3372. #endif //EXTENDED_CAPABILITIES_REPORT
  3373. #ifdef BACKLASH_X
  3374. extern uint8_t st_backlash_x;
  3375. #endif //BACKLASH_X
  3376. #ifdef BACKLASH_Y
  3377. extern uint8_t st_backlash_y;
  3378. #endif //BACKLASH_Y
  3379. //! \ingroup marlin_main
  3380. //! @brief Parse and process commands
  3381. //!
  3382. //! look here for descriptions of G-codes: https://reprap.org/wiki/G-code
  3383. //!
  3384. //!
  3385. //! Implemented Codes
  3386. //! -------------------
  3387. //!
  3388. //! * _This list is not updated. Current documentation is maintained inside the process_cmd function._
  3389. //!
  3390. //!@n PRUSA CODES
  3391. //!@n P F - Returns FW versions
  3392. //!@n P R - Returns revision of printer
  3393. //!
  3394. //!@n G0 -> G1
  3395. //!@n G1 - Coordinated Movement X Y Z E
  3396. //!@n G2 - CW ARC
  3397. //!@n G3 - CCW ARC
  3398. //!@n G4 - Dwell S<seconds> or P<milliseconds>
  3399. //!@n G10 - retract filament according to settings of M207
  3400. //!@n G11 - retract recover filament according to settings of M208
  3401. //!@n G28 - Home all Axes
  3402. //!@n G29 - Detailed Z-Probe, probes the bed at 3 or more points. Will fail if you haven't homed yet.
  3403. //!@n G30 - Single Z Probe, probes bed at current XY location.
  3404. //!@n G31 - Dock sled (Z_PROBE_SLED only)
  3405. //!@n G32 - Undock sled (Z_PROBE_SLED only)
  3406. //!@n G80 - Automatic mesh bed leveling
  3407. //!@n G81 - Print bed profile
  3408. //!@n G90 - Use Absolute Coordinates
  3409. //!@n G91 - Use Relative Coordinates
  3410. //!@n G92 - Set current position to coordinates given
  3411. //!
  3412. //!@n M Codes
  3413. //!@n M0 - Unconditional stop - Wait for user to press a button on the LCD
  3414. //!@n M1 - Same as M0
  3415. //!@n M17 - Enable/Power all stepper motors
  3416. //!@n M18 - Disable all stepper motors; same as M84
  3417. //!@n M20 - List SD card
  3418. //!@n M21 - Init SD card
  3419. //!@n M22 - Release SD card
  3420. //!@n M23 - Select SD file (M23 filename.g)
  3421. //!@n M24 - Start/resume SD print
  3422. //!@n M25 - Pause SD print
  3423. //!@n M26 - Set SD position in bytes (M26 S12345)
  3424. //!@n M27 - Report SD print status
  3425. //!@n M28 - Start SD write (M28 filename.g)
  3426. //!@n M29 - Stop SD write
  3427. //!@n M30 - Delete file from SD (M30 filename.g)
  3428. //!@n M31 - Output time since last M109 or SD card start to serial
  3429. //!@n M32 - Select file and start SD print (Can be used _while_ printing from SD card files):
  3430. //! syntax "M32 /path/filename#", or "M32 S<startpos bytes> !filename#"
  3431. //! Call gcode file : "M32 P !filename#" and return to caller file after finishing (similar to #include).
  3432. //! The '#' is necessary when calling from within sd files, as it stops buffer prereading
  3433. //!@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.
  3434. //!@n M73 - Show percent done and print time remaining
  3435. //!@n M80 - Turn on Power Supply
  3436. //!@n M81 - Turn off Power Supply
  3437. //!@n M82 - Set E codes absolute (default)
  3438. //!@n M83 - Set E codes relative while in Absolute Coordinates (G90) mode
  3439. //!@n M84 - Disable steppers until next move,
  3440. //! or use S<seconds> to specify an inactivity timeout, after which the steppers will be disabled. S0 to disable the timeout.
  3441. //!@n M85 - Set inactivity shutdown timer with parameter S<seconds>. To disable set zero (default)
  3442. //!@n M86 - Set safety timer expiration time with parameter S<seconds>; M86 S0 will disable safety timer
  3443. //!@n M92 - Set axis_steps_per_unit - same syntax as G92
  3444. //!@n M104 - Set extruder target temp
  3445. //!@n M105 - Read current temp
  3446. //!@n M106 - Fan on
  3447. //!@n M107 - Fan off
  3448. //!@n M109 - Sxxx Wait for extruder current temp to reach target temp. Waits only when heating
  3449. //! Rxxx Wait for extruder current temp to reach target temp. Waits when heating and cooling
  3450. //! IF AUTOTEMP is enabled, S<mintemp> B<maxtemp> F<factor>. Exit autotemp by any M109 without F
  3451. //!@n M112 - Emergency stop
  3452. //!@n M113 - Get or set the timeout interval for Host Keepalive "busy" messages
  3453. //!@n M114 - Output current position to serial port
  3454. //!@n M115 - Capabilities string
  3455. //!@n M117 - display message
  3456. //!@n M119 - Output Endstop status to serial port
  3457. //!@n M123 - Tachometer value
  3458. //!@n M126 - Solenoid Air Valve Open (BariCUDA support by jmil)
  3459. //!@n M127 - Solenoid Air Valve Closed (BariCUDA vent to atmospheric pressure by jmil)
  3460. //!@n M128 - EtoP Open (BariCUDA EtoP = electricity to air pressure transducer by jmil)
  3461. //!@n M129 - EtoP Closed (BariCUDA EtoP = electricity to air pressure transducer by jmil)
  3462. //!@n M140 - Set bed target temp
  3463. //!@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.
  3464. //!@n M155 - Automatically send temperatures, fan speeds, position
  3465. //!@n M190 - Sxxx Wait for bed current temp to reach target temp. Waits only when heating
  3466. //! Rxxx Wait for bed current temp to reach target temp. Waits when heating and cooling
  3467. //!@n M200 D<millimeters>- set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).
  3468. //!@n M201 - Set max acceleration in units/s^2 for print moves (M201 X1000 Y1000)
  3469. //!@n M202 - Set max acceleration in units/s^2 for travel moves (M202 X1000 Y1000) Unused in Marlin!!
  3470. //!@n M203 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
  3471. //!@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
  3472. //!@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
  3473. //!@n M206 - set additional homing offset
  3474. //!@n M207 - set retract length S[positive mm] F[feedrate mm/min] Z[additional zlift/hop], stays in mm regardless of M200 setting
  3475. //!@n M208 - set recover=unretract length S[positive mm surplus to the M207 S*] F[feedrate mm/sec]
  3476. //!@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.
  3477. //!@n M214 - Set Arc Parameters (Use M500 to store in eeprom) P<MM_PER_ARC_SEGMENT> S<MIN_MM_PER_ARC_SEGMENT> R<MIN_ARC_SEGMENTS> F<ARC_SEGMENTS_PER_SEC>
  3478. //!@n M218 - set hotend offset (in mm): T<extruder_number> X<offset_on_X> Y<offset_on_Y>
  3479. //!@n M220 S<factor in percent>- set speed factor override percentage
  3480. //!@n M221 S<factor in percent>- set extrude factor override percentage
  3481. //!@n M226 P<pin number> S<pin state>- Wait until the specified pin reaches the state required
  3482. //!@n M240 - Trigger a camera to take a photograph
  3483. //!@n M250 - Set LCD contrast C<contrast value> (value 0..63)
  3484. //!@n M280 - set servo position absolute. P: servo index, S: angle or microseconds
  3485. //!@n M300 - Play beep sound S<frequency Hz> P<duration ms>
  3486. //!@n M301 - Set PID parameters P I and D
  3487. //!@n M302 - Allow cold extrudes, or set the minimum extrude S<temperature>.
  3488. //!@n M303 - PID relay autotune S<temperature> sets the target temperature. (default target temperature = 150C)
  3489. //!@n M304 - Set bed PID parameters P I and D
  3490. //!@n M310 - Temperature model settings
  3491. //!@n M400 - Finish all moves
  3492. //!@n M401 - Lower z-probe if present
  3493. //!@n M402 - Raise z-probe if present
  3494. //!@n M404 - N<dia in mm> Enter the nominal filament width (3mm, 1.75mm ) or will display nominal filament width without parameters
  3495. //!@n M405 - Turn on Filament Sensor extrusion control. Optional D<delay in cm> to set delay in centimeters between sensor and extruder
  3496. //!@n M406 - Turn off Filament Sensor extrusion control
  3497. //!@n M407 - Displays measured filament diameter
  3498. //!@n M500 - stores parameters in EEPROM
  3499. //!@n M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
  3500. //!@n M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
  3501. //!@n M503 - print the current settings (from memory not from EEPROM)
  3502. //!@n M509 - force language selection on next restart
  3503. //!@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)
  3504. //!@n M552 - Set IP address
  3505. //!@n M600 - Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
  3506. //!@n M605 - Set dual x-carriage movement mode: S<mode> [ X<duplication x-offset> R<duplication temp offset> ]
  3507. //!@n M860 - Wait for PINDA thermistor to reach target temperature.
  3508. //!@n M861 - Set / Read PINDA temperature compensation offsets
  3509. //!@n M900 - Set LIN_ADVANCE options, if enabled. See Configuration_adv.h for details.
  3510. //!@n M907 - Set digital trimpot motor current using axis codes.
  3511. //!@n M908 - Control digital trimpot directly.
  3512. //!@n M350 - Set microstepping mode.
  3513. //!@n M351 - Toggle MS1 MS2 pins directly.
  3514. //!
  3515. //!@n M928 - Start SD logging (M928 filename.g) - ended by M29
  3516. //!@n M999 - Restart after being stopped by error
  3517. //! <br><br>
  3518. /** @defgroup marlin_main Marlin main */
  3519. /** \ingroup GCodes */
  3520. //! _This is a list of currently implemented G Codes in Prusa firmware (dynamically generated from doxygen)._
  3521. /**
  3522. They are shown in order of appearance in the code.
  3523. There are reasons why some G Codes aren't in numerical order.
  3524. */
  3525. void process_commands()
  3526. {
  3527. if (!buflen) return; //empty command
  3528. #ifdef CMDBUFFER_DEBUG
  3529. SERIAL_ECHOPGM("Processing a GCODE command: ");
  3530. SERIAL_ECHO(cmdbuffer+bufindr+CMDHDRSIZE);
  3531. SERIAL_ECHOLNPGM("");
  3532. SERIAL_ECHOPGM("In cmdqueue: ");
  3533. SERIAL_ECHO(buflen);
  3534. SERIAL_ECHOLNPGM("");
  3535. #endif /* CMDBUFFER_DEBUG */
  3536. unsigned long codenum; //throw away variable
  3537. #ifdef ENABLE_AUTO_BED_LEVELING
  3538. float x_tmp, y_tmp, z_tmp, real_z;
  3539. #endif
  3540. // PRUSA GCODES
  3541. KEEPALIVE_STATE(IN_HANDLER);
  3542. /*!
  3543. ### Special internal commands
  3544. These are used by internal functions to process certain actions in the right order. Some of these are also usable by the user.
  3545. They are processed early as the commands are complex (strings).
  3546. These are only available on the MK3(S) as these require TMC2130 drivers:
  3547. - CRASH DETECTED
  3548. - CRASH RECOVER
  3549. - CRASH_CANCEL
  3550. - TMC_SET_WAVE
  3551. - TMC_SET_STEP
  3552. - TMC_SET_CHOP
  3553. */
  3554. if (false) {} // allow chaining of optional next else if blocks
  3555. #ifdef TMC2130
  3556. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("CRASH_"), 6) == 0)
  3557. {
  3558. // ### CRASH_DETECTED - TMC2130
  3559. // ---------------------------------
  3560. if(code_seen_P(PSTR("CRASH_DETECTED")))
  3561. {
  3562. uint8_t mask = 0;
  3563. if (code_seen('X')) mask |= X_AXIS_MASK;
  3564. if (code_seen('Y')) mask |= Y_AXIS_MASK;
  3565. crashdet_detected(mask);
  3566. }
  3567. // ### CRASH_RECOVER - TMC2130
  3568. // ----------------------------------
  3569. else if(code_seen_P(PSTR("CRASH_RECOVER")))
  3570. crashdet_recover();
  3571. // ### CRASH_CANCEL - TMC2130
  3572. // ----------------------------------
  3573. else if(code_seen_P(PSTR("CRASH_CANCEL")))
  3574. crashdet_cancel();
  3575. }
  3576. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("TMC_"), 4) == 0)
  3577. {
  3578. // ### TMC_SET_WAVE_
  3579. // --------------------
  3580. if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_WAVE_"), 9) == 0)
  3581. {
  3582. uint8_t axis = *(CMDBUFFER_CURRENT_STRING + 13);
  3583. axis = (axis == 'E')?3:(axis - 'X');
  3584. if (axis < 4)
  3585. {
  3586. uint8_t fac = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, NULL, 10);
  3587. tmc2130_set_wave(axis, 247, fac);
  3588. }
  3589. }
  3590. // ### TMC_SET_STEP_
  3591. // ------------------
  3592. else if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_STEP_"), 9) == 0)
  3593. {
  3594. uint8_t axis = *(CMDBUFFER_CURRENT_STRING + 13);
  3595. axis = (axis == 'E')?3:(axis - 'X');
  3596. if (axis < 4)
  3597. {
  3598. uint8_t step = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, NULL, 10);
  3599. uint16_t res = tmc2130_get_res(axis);
  3600. tmc2130_goto_step(axis, step & (4*res - 1), 2, 1000, res);
  3601. }
  3602. }
  3603. // ### TMC_SET_CHOP_
  3604. // -------------------
  3605. else if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_CHOP_"), 9) == 0)
  3606. {
  3607. uint8_t axis = *(CMDBUFFER_CURRENT_STRING + 13);
  3608. axis = (axis == 'E')?3:(axis - 'X');
  3609. if (axis < 4)
  3610. {
  3611. uint8_t chop0 = tmc2130_chopper_config[axis].toff;
  3612. uint8_t chop1 = tmc2130_chopper_config[axis].hstr;
  3613. uint8_t chop2 = tmc2130_chopper_config[axis].hend;
  3614. uint8_t chop3 = tmc2130_chopper_config[axis].tbl;
  3615. char* str_end = 0;
  3616. if (CMDBUFFER_CURRENT_STRING[14])
  3617. {
  3618. chop0 = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, &str_end, 10) & 15;
  3619. if (str_end && *str_end)
  3620. {
  3621. chop1 = (uint8_t)strtol(str_end, &str_end, 10) & 7;
  3622. if (str_end && *str_end)
  3623. {
  3624. chop2 = (uint8_t)strtol(str_end, &str_end, 10) & 15;
  3625. if (str_end && *str_end)
  3626. chop3 = (uint8_t)strtol(str_end, &str_end, 10) & 3;
  3627. }
  3628. }
  3629. }
  3630. tmc2130_chopper_config[axis].toff = chop0;
  3631. tmc2130_chopper_config[axis].hstr = chop1 & 7;
  3632. tmc2130_chopper_config[axis].hend = chop2 & 15;
  3633. tmc2130_chopper_config[axis].tbl = chop3 & 3;
  3634. tmc2130_setup_chopper(axis, tmc2130_mres[axis], tmc2130_current_h[axis], tmc2130_current_r[axis]);
  3635. //printf_P(_N("TMC_SET_CHOP_%c %d %d %d %d\n"), "xyze"[axis], chop0, chop1, chop2, chop3);
  3636. }
  3637. }
  3638. }
  3639. #ifdef BACKLASH_X
  3640. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("BACKLASH_X"), 10) == 0)
  3641. {
  3642. uint8_t bl = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 10, NULL, 10);
  3643. st_backlash_x = bl;
  3644. printf_P(_N("st_backlash_x = %d\n"), st_backlash_x);
  3645. }
  3646. #endif //BACKLASH_X
  3647. #ifdef BACKLASH_Y
  3648. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("BACKLASH_Y"), 10) == 0)
  3649. {
  3650. uint8_t bl = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 10, NULL, 10);
  3651. st_backlash_y = bl;
  3652. printf_P(_N("st_backlash_y = %d\n"), st_backlash_y);
  3653. }
  3654. #endif //BACKLASH_Y
  3655. #endif //TMC2130
  3656. else if(strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("PRUSA"), 5) == 0) {
  3657. /*!
  3658. ---------------------------------------------------------------------------------
  3659. ### PRUSA - Internal command set <a href="https://reprap.org/wiki/G-code#G98:_Activate_farm_mode">G98: Activate farm mode - Notes</a>
  3660. Set of internal PRUSA commands
  3661. #### Usage
  3662. PRUSA [ PRN | FAN | thx | uvlo | MMURES | RESET | fv | M28 | SN | Fir | Rev | Lang | Lz | FR ]
  3663. #### Parameters
  3664. - `PRN` - Prints revision of the printer
  3665. - `FAN` - Prints fan details
  3666. - `thx`
  3667. - `uvlo`
  3668. - `MMURES` - Reset MMU
  3669. - `RESET` - (Careful!)
  3670. - `fv` - ?
  3671. - `M28`
  3672. - `SN`
  3673. - `Fir` - Prints firmware version
  3674. - `Rev`- Prints filament size, elelectronics, nozzle type
  3675. - `Lang` - Reset the language
  3676. - `Lz`
  3677. - `FR` - Full factory reset
  3678. - `nozzle set <diameter>` - set nozzle diameter (farm mode only), e.g. `PRUSA nozzle set 0.4`
  3679. - `nozzle D<diameter>` - check the nozzle diameter (farm mode only), works like M862.1 P, e.g. `PRUSA nozzle D0.4`
  3680. - `nozzle` - prints nozzle diameter (farm mode only), works like M862.1 P, e.g. `PRUSA nozzle`
  3681. */
  3682. if (farm_prusa_code_seen()) {}
  3683. else if(code_seen_P(PSTR("FANPINTST"))) {
  3684. gcode_PRUSA_BadRAMBoFanTest();
  3685. }
  3686. else if (code_seen_P(PSTR("FAN"))) { // PRUSA FAN
  3687. printf_P(_N("E0:%d RPM\nPRN0:%d RPM\n"), 60*fan_speed[0], 60*fan_speed[1]);
  3688. }
  3689. else if (code_seen_P(PSTR("uvlo"))) { // PRUSA uvlo
  3690. eeprom_update_byte((uint8_t*)EEPROM_UVLO,0);
  3691. enquecommand_P(PSTR("M24"));
  3692. }
  3693. else if (code_seen_P(PSTR("MMURES"))) // PRUSA MMURES
  3694. {
  3695. MMU2::mmu2.Reset(MMU2::MMU2::Software);
  3696. }
  3697. else if (code_seen_P(PSTR("RESET"))) { // PRUSA RESET
  3698. #if defined(XFLASH) && defined(BOOTAPP)
  3699. boot_app_magic = BOOT_APP_MAGIC;
  3700. boot_app_flags = BOOT_APP_FLG_RUN;
  3701. #endif //defined(XFLASH) && defined(BOOTAPP)
  3702. softReset();
  3703. }
  3704. else if (code_seen_P(PSTR("SN"))) { // PRUSA SN
  3705. char SN[20];
  3706. eeprom_read_block(SN, (uint8_t*)EEPROM_PRUSA_SN, 20);
  3707. if (SN[19])
  3708. puts_P(PSTR("SN invalid"));
  3709. else
  3710. puts(SN);
  3711. }
  3712. else if(code_seen_P(PSTR("Fir"))){ // PRUSA Fir
  3713. SERIAL_PROTOCOLLNPGM(FW_VERSION_FULL);
  3714. } else if(code_seen_P(PSTR("Rev"))){ // PRUSA Rev
  3715. SERIAL_PROTOCOLLNPGM(FILAMENT_SIZE "-" ELECTRONICS "-" NOZZLE_TYPE );
  3716. } else if(code_seen_P(PSTR("Lang"))) { // PRUSA Lang
  3717. lang_reset();
  3718. } else if(code_seen_P(PSTR("Lz"))) { // PRUSA Lz
  3719. eeprom_update_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),0);
  3720. } else if(code_seen_P(PSTR("FR"))) { // PRUSA FR
  3721. // Factory full reset
  3722. factory_reset(0);
  3723. } else if(code_seen_P(PSTR("MBL"))) { // PRUSA MBL
  3724. // Change the MBL status without changing the logical Z position.
  3725. if(code_seen('V')) {
  3726. bool value = code_value_short();
  3727. st_synchronize();
  3728. if(value != mbl.active) {
  3729. mbl.active = value;
  3730. // Use plan_set_z_position to reset the physical values
  3731. plan_set_z_position(current_position[Z_AXIS]);
  3732. }
  3733. }
  3734. } else if (code_seen_P(PSTR("nozzle"))) { // PRUSA nozzle
  3735. uint16_t nDiameter;
  3736. if(code_seen('D'))
  3737. {
  3738. nDiameter=(uint16_t)(code_value()*1000.0+0.5); // [,um]
  3739. nozzle_diameter_check(nDiameter);
  3740. }
  3741. else if(code_seen_P(PSTR("set")) && farm_mode)
  3742. {
  3743. strchr_pointer++; // skip 1st char (~ 's')
  3744. strchr_pointer++; // skip 2nd char (~ 'e')
  3745. nDiameter=(uint16_t)(code_value()*1000.0+0.5); // [,um]
  3746. eeprom_update_byte((uint8_t*)EEPROM_NOZZLE_DIAMETER,(uint8_t)ClNozzleDiameter::_Diameter_Undef); // for correct synchronization after farm-mode exiting
  3747. eeprom_update_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM,nDiameter);
  3748. }
  3749. else SERIAL_PROTOCOLLN((float)eeprom_read_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM)/1000.0);
  3750. }
  3751. }
  3752. else if(*CMDBUFFER_CURRENT_STRING == 'G')
  3753. {
  3754. strchr_pointer = CMDBUFFER_CURRENT_STRING;
  3755. gcode_in_progress = code_value_short();
  3756. // printf_P(_N("BEGIN G-CODE=%u\n"), gcode_in_progress);
  3757. switch (gcode_in_progress)
  3758. {
  3759. /*!
  3760. ---------------------------------------------------------------------------------
  3761. # G Codes
  3762. ### G0, G1 - Coordinated movement X Y Z E <a href="https://reprap.org/wiki/G-code#G0_.26_G1:_Move">G0 & G1: Move</a>
  3763. In Prusa Firmware G0 and G1 are the same.
  3764. #### Usage
  3765. G0 [ X | Y | Z | E | F | S ]
  3766. G1 [ X | Y | Z | E | F | S ]
  3767. #### Parameters
  3768. - `X` - The position to move to on the X axis
  3769. - `Y` - The position to move to on the Y axis
  3770. - `Z` - The position to move to on the Z axis
  3771. - `E` - The amount to extrude between the starting point and ending point
  3772. - `F` - The feedrate per minute of the move between the starting point and ending point (if supplied)
  3773. */
  3774. case 0: // G0 -> G1
  3775. case 1: // G1
  3776. {
  3777. uint16_t start_segment_idx = restore_interrupted_gcode();
  3778. get_coordinates(); // For X Y Z E F
  3779. if (total_filament_used > ((current_position[E_AXIS] - destination[E_AXIS]) * 100)) { //protection against total_filament_used overflow
  3780. total_filament_used = total_filament_used + ((destination[E_AXIS] - current_position[E_AXIS]) * 100);
  3781. }
  3782. #ifdef FWRETRACT
  3783. if(cs.autoretract_enabled) {
  3784. if( !(code_seen('X') || code_seen('Y') || code_seen('Z')) && code_seen('E')) {
  3785. float echange=destination[E_AXIS]-current_position[E_AXIS];
  3786. if((echange<-MIN_RETRACT && !retracted[active_extruder]) || (echange>MIN_RETRACT && retracted[active_extruder])) { //move appears to be an attempt to retract or recover
  3787. st_synchronize();
  3788. current_position[E_AXIS] = destination[E_AXIS]; //hide the slicer-generated retract/recover from calculations
  3789. plan_set_e_position(current_position[E_AXIS]); //AND from the planner
  3790. retract(!retracted[active_extruder]);
  3791. return;
  3792. }
  3793. }
  3794. }
  3795. #endif //FWRETRACT
  3796. prepare_move(start_segment_idx);
  3797. //ClearToSend();
  3798. }
  3799. break;
  3800. /*!
  3801. ### 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>
  3802. These commands don't propperly work with MBL enabled. The compensation only happens at the end of the move, so avoid long arcs.
  3803. #### Usage
  3804. G2 [ X | Y | I | E | F ] (Clockwise Arc)
  3805. G3 [ X | Y | I | E | F ] (Counter-Clockwise Arc)
  3806. #### Parameters
  3807. - `X` - The position to move to on the X axis
  3808. - `Y` - The position to move to on the Y axis
  3809. - 'Z' - The position to move to on the Z axis
  3810. - `I` - The point in X space from the current X position to maintain a constant distance from
  3811. - `J` - The point in Y space from the current Y position to maintain a constant distance from
  3812. - `E` - The amount to extrude between the starting point and ending point
  3813. - `F` - The feedrate per minute of the move between the starting point and ending point (if supplied)
  3814. */
  3815. case 2:
  3816. case 3:
  3817. {
  3818. uint16_t start_segment_idx = restore_interrupted_gcode();
  3819. #ifdef SF_ARC_FIX
  3820. bool relative_mode_backup = relative_mode;
  3821. relative_mode = true;
  3822. #endif
  3823. get_coordinates(); // For X Y Z E F
  3824. #ifdef SF_ARC_FIX
  3825. relative_mode=relative_mode_backup;
  3826. #endif
  3827. offset[0] = code_seen('I') ? code_value() : 0.f;
  3828. offset[1] = code_seen('J') ? code_value() : 0.f;
  3829. prepare_arc_move((gcode_in_progress == 2), start_segment_idx);
  3830. } break;
  3831. /*!
  3832. ### G4 - Dwell <a href="https://reprap.org/wiki/G-code#G4:_Dwell">G4: Dwell</a>
  3833. Pause the machine for a period of time.
  3834. #### Usage
  3835. G4 [ P | S ]
  3836. #### Parameters
  3837. - `P` - Time to wait, in milliseconds
  3838. - `S` - Time to wait, in seconds
  3839. */
  3840. case 4:
  3841. codenum = 0;
  3842. if(code_seen('P')) codenum = code_value(); // milliseconds to wait
  3843. if(code_seen('S')) codenum = code_value() * 1000; // seconds to wait
  3844. if(codenum != 0)
  3845. {
  3846. if(custom_message_type != CustomMsg::M117)
  3847. {
  3848. LCD_MESSAGERPGM(_n("Sleep..."));////MSG_DWELL
  3849. }
  3850. }
  3851. st_synchronize();
  3852. codenum += _millis(); // keep track of when we started waiting
  3853. previous_millis_cmd.start();
  3854. while(_millis() < codenum) {
  3855. manage_heater();
  3856. manage_inactivity();
  3857. lcd_update(0);
  3858. }
  3859. break;
  3860. #ifdef FWRETRACT
  3861. /*!
  3862. ### G10 - Retract <a href="https://reprap.org/wiki/G-code#G10:_Retract">G10: Retract</a>
  3863. Retracts filament according to settings of `M207`
  3864. */
  3865. case 10:
  3866. #if EXTRUDERS > 1
  3867. retracted_swap[active_extruder]=(code_seen('S') && code_value_long() == 1); // checks for swap retract argument
  3868. retract(true,retracted_swap[active_extruder]);
  3869. #else
  3870. retract(true);
  3871. #endif
  3872. break;
  3873. /*!
  3874. ### G11 - Retract recover <a href="https://reprap.org/wiki/G-code#G11:_Unretract">G11: Unretract</a>
  3875. Unretracts/recovers filament according to settings of `M208`
  3876. */
  3877. case 11:
  3878. #if EXTRUDERS > 1
  3879. retract(false,retracted_swap[active_extruder]);
  3880. #else
  3881. retract(false);
  3882. #endif
  3883. break;
  3884. #endif //FWRETRACT
  3885. /*!
  3886. ### G21 - Sets Units to Millimters <a href="https://reprap.org/wiki/G-code#G21:_Set_Units_to_Millimeters">G21: Set Units to Millimeters</a>
  3887. Units are in millimeters. Prusa doesn't support inches.
  3888. */
  3889. case 21:
  3890. break; //Doing nothing. This is just to prevent serial UNKOWN warnings.
  3891. /*!
  3892. ### 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>
  3893. 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).
  3894. #### Usage
  3895. G28 [ X | Y | Z | W | C ]
  3896. #### Parameters
  3897. - `X` - Flag to go back to the X axis origin
  3898. - `Y` - Flag to go back to the Y axis origin
  3899. - `Z` - Flag to go back to the Z axis origin
  3900. - `W` - Suppress mesh bed leveling if `X`, `Y` or `Z` are not provided
  3901. - `C` - Calibrate X and Y origin (home) - Only on MK3/s
  3902. */
  3903. case 28:
  3904. {
  3905. long home_x_value = 0;
  3906. long home_y_value = 0;
  3907. long home_z_value = 0;
  3908. // Which axes should be homed?
  3909. bool home_x = code_seen(axis_codes[X_AXIS]);
  3910. if (home_x) home_x_value = code_value_long();
  3911. bool home_y = code_seen(axis_codes[Y_AXIS]);
  3912. if (home_y) home_y_value = code_value_long();
  3913. bool home_z = code_seen(axis_codes[Z_AXIS]);
  3914. if (home_z) home_z_value = code_value_long();
  3915. bool without_mbl = code_seen('W');
  3916. // calibrate?
  3917. #ifdef TMC2130
  3918. bool calib = code_seen('C');
  3919. gcode_G28(home_x, home_x_value, home_y, home_y_value, home_z, home_z_value, calib, without_mbl);
  3920. #else
  3921. gcode_G28(home_x, home_x_value, home_y, home_y_value, home_z, home_z_value, without_mbl);
  3922. #endif //TMC2130
  3923. if ((home_x || home_y || without_mbl || home_z) == false) {
  3924. gcode_G80();
  3925. }
  3926. break;
  3927. }
  3928. #ifdef ENABLE_AUTO_BED_LEVELING
  3929. /*!
  3930. ### G29 - Detailed Z-Probe <a href="https://reprap.org/wiki/G-code#G29:_Detailed_Z-Probe">G29: Detailed Z-Probe</a>
  3931. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  3932. See `G81`
  3933. */
  3934. case 29:
  3935. {
  3936. #if Z_MIN_PIN == -1
  3937. #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."
  3938. #endif
  3939. // Prevent user from running a G29 without first homing in X and Y
  3940. if (! (axis_known_position[X_AXIS] && axis_known_position[Y_AXIS]) )
  3941. {
  3942. LCD_MESSAGERPGM(MSG_POSITION_UNKNOWN);
  3943. SERIAL_ECHO_START;
  3944. SERIAL_ECHOLNRPGM(MSG_POSITION_UNKNOWN);
  3945. break; // abort G29, since we don't know where we are
  3946. }
  3947. st_synchronize();
  3948. // make sure the bed_level_rotation_matrix is identity or the planner will get it incorectly
  3949. //vector_3 corrected_position = plan_get_position_mm();
  3950. //corrected_position.debug("position before G29");
  3951. plan_bed_level_matrix.set_to_identity();
  3952. vector_3 uncorrected_position = plan_get_position();
  3953. //uncorrected_position.debug("position durring G29");
  3954. current_position[X_AXIS] = uncorrected_position.x;
  3955. current_position[Y_AXIS] = uncorrected_position.y;
  3956. current_position[Z_AXIS] = uncorrected_position.z;
  3957. plan_set_position_curposXYZE();
  3958. int l_feedmultiply = setup_for_endstop_move();
  3959. feedrate = homing_feedrate[Z_AXIS];
  3960. #ifdef AUTO_BED_LEVELING_GRID
  3961. // probe at the points of a lattice grid
  3962. int xGridSpacing = (RIGHT_PROBE_BED_POSITION - LEFT_PROBE_BED_POSITION) / (AUTO_BED_LEVELING_GRID_POINTS-1);
  3963. int yGridSpacing = (BACK_PROBE_BED_POSITION - FRONT_PROBE_BED_POSITION) / (AUTO_BED_LEVELING_GRID_POINTS-1);
  3964. // solve the plane equation ax + by + d = z
  3965. // A is the matrix with rows [x y 1] for all the probed points
  3966. // B is the vector of the Z positions
  3967. // 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
  3968. // so Vx = -a Vy = -b Vz = 1 (we want the vector facing towards positive Z
  3969. // "A" matrix of the linear system of equations
  3970. double eqnAMatrix[AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS*3];
  3971. // "B" vector of Z points
  3972. double eqnBVector[AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS];
  3973. int probePointCounter = 0;
  3974. bool zig = true;
  3975. for (int yProbe=FRONT_PROBE_BED_POSITION; yProbe <= BACK_PROBE_BED_POSITION; yProbe += yGridSpacing)
  3976. {
  3977. int xProbe, xInc;
  3978. if (zig)
  3979. {
  3980. xProbe = LEFT_PROBE_BED_POSITION;
  3981. //xEnd = RIGHT_PROBE_BED_POSITION;
  3982. xInc = xGridSpacing;
  3983. zig = false;
  3984. } else // zag
  3985. {
  3986. xProbe = RIGHT_PROBE_BED_POSITION;
  3987. //xEnd = LEFT_PROBE_BED_POSITION;
  3988. xInc = -xGridSpacing;
  3989. zig = true;
  3990. }
  3991. for (int xCount=0; xCount < AUTO_BED_LEVELING_GRID_POINTS; xCount++)
  3992. {
  3993. float z_before;
  3994. if (probePointCounter == 0)
  3995. {
  3996. // raise before probing
  3997. z_before = Z_RAISE_BEFORE_PROBING;
  3998. } else
  3999. {
  4000. // raise extruder
  4001. z_before = current_position[Z_AXIS] + Z_RAISE_BETWEEN_PROBINGS;
  4002. }
  4003. float measured_z = probe_pt(xProbe, yProbe, z_before);
  4004. eqnBVector[probePointCounter] = measured_z;
  4005. eqnAMatrix[probePointCounter + 0*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = xProbe;
  4006. eqnAMatrix[probePointCounter + 1*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = yProbe;
  4007. eqnAMatrix[probePointCounter + 2*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = 1;
  4008. probePointCounter++;
  4009. xProbe += xInc;
  4010. }
  4011. }
  4012. clean_up_after_endstop_move(l_feedmultiply);
  4013. // solve lsq problem
  4014. double *plane_equation_coefficients = qr_solve(AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS, 3, eqnAMatrix, eqnBVector);
  4015. SERIAL_PROTOCOLPGM("Eqn coefficients: a: ");
  4016. SERIAL_PROTOCOL(plane_equation_coefficients[0]);
  4017. SERIAL_PROTOCOLPGM(" b: ");
  4018. SERIAL_PROTOCOL(plane_equation_coefficients[1]);
  4019. SERIAL_PROTOCOLPGM(" d: ");
  4020. SERIAL_PROTOCOLLN(plane_equation_coefficients[2]);
  4021. set_bed_level_equation_lsq(plane_equation_coefficients);
  4022. free(plane_equation_coefficients);
  4023. #else // AUTO_BED_LEVELING_GRID not defined
  4024. // Probe at 3 arbitrary points
  4025. // probe 1
  4026. float z_at_pt_1 = probe_pt(ABL_PROBE_PT_1_X, ABL_PROBE_PT_1_Y, Z_RAISE_BEFORE_PROBING);
  4027. // probe 2
  4028. 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);
  4029. // probe 3
  4030. 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);
  4031. clean_up_after_endstop_move(l_feedmultiply);
  4032. set_bed_level_equation_3pts(z_at_pt_1, z_at_pt_2, z_at_pt_3);
  4033. #endif // AUTO_BED_LEVELING_GRID
  4034. st_synchronize();
  4035. // The following code correct the Z height difference from z-probe position and hotend tip position.
  4036. // The Z height on homing is measured by Z-Probe, but the probe is quite far from the hotend.
  4037. // When the bed is uneven, this height must be corrected.
  4038. 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)
  4039. x_tmp = current_position[X_AXIS] + X_PROBE_OFFSET_FROM_EXTRUDER;
  4040. y_tmp = current_position[Y_AXIS] + Y_PROBE_OFFSET_FROM_EXTRUDER;
  4041. z_tmp = current_position[Z_AXIS];
  4042. apply_rotation_xyz(plan_bed_level_matrix, x_tmp, y_tmp, z_tmp); //Apply the correction sending the probe offset
  4043. current_position[Z_AXIS] = z_tmp - real_z + current_position[Z_AXIS]; //The difference is added to current position and sent to planner.
  4044. plan_set_position_curposXYZE();
  4045. }
  4046. break;
  4047. #ifndef Z_PROBE_SLED
  4048. /*!
  4049. ### G30 - Single Z Probe <a href="https://reprap.org/wiki/G-code#G30:_Single_Z-Probe">G30: Single Z-Probe</a>
  4050. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4051. */
  4052. case 30:
  4053. {
  4054. st_synchronize();
  4055. // TODO: make sure the bed_level_rotation_matrix is identity or the planner will get set incorectly
  4056. int l_feedmultiply = setup_for_endstop_move();
  4057. feedrate = homing_feedrate[Z_AXIS];
  4058. run_z_probe();
  4059. SERIAL_PROTOCOLPGM(_T(MSG_BED));
  4060. SERIAL_PROTOCOLPGM(" X: ");
  4061. SERIAL_PROTOCOL(current_position[X_AXIS]);
  4062. SERIAL_PROTOCOLPGM(" Y: ");
  4063. SERIAL_PROTOCOL(current_position[Y_AXIS]);
  4064. SERIAL_PROTOCOLPGM(" Z: ");
  4065. SERIAL_PROTOCOL(current_position[Z_AXIS]);
  4066. SERIAL_PROTOCOLPGM("\n");
  4067. clean_up_after_endstop_move(l_feedmultiply);
  4068. }
  4069. break;
  4070. #else
  4071. /*!
  4072. ### G31 - Dock the sled <a href="https://reprap.org/wiki/G-code#G31:_Dock_Z_Probe_sled">G31: Dock Z Probe sled</a>
  4073. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4074. */
  4075. case 31:
  4076. dock_sled(true);
  4077. break;
  4078. /*!
  4079. ### G32 - Undock the sled <a href="https://reprap.org/wiki/G-code#G32:_Undock_Z_Probe_sled">G32: Undock Z Probe sled</a>
  4080. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4081. */
  4082. case 32:
  4083. dock_sled(false);
  4084. break;
  4085. #endif // Z_PROBE_SLED
  4086. #endif // ENABLE_AUTO_BED_LEVELING
  4087. #ifdef MESH_BED_LEVELING
  4088. /*!
  4089. ### G30 - Single Z Probe <a href="https://reprap.org/wiki/G-code#G30:_Single_Z-Probe">G30: Single Z-Probe</a>
  4090. Sensor must be over the bed.
  4091. The maximum travel distance before an error is triggered is 10mm.
  4092. */
  4093. case 30:
  4094. {
  4095. st_synchronize();
  4096. homing_flag = true;
  4097. // TODO: make sure the bed_level_rotation_matrix is identity or the planner will get set incorectly
  4098. int l_feedmultiply = setup_for_endstop_move();
  4099. feedrate = homing_feedrate[Z_AXIS];
  4100. find_bed_induction_sensor_point_z(-10.f, 3);
  4101. printf_P(_N("%S X: %.5f Y: %.5f Z: %.5f\n"), _T(MSG_BED), _x, _y, _z);
  4102. clean_up_after_endstop_move(l_feedmultiply);
  4103. homing_flag = false;
  4104. }
  4105. break;
  4106. /*!
  4107. ### G75 - Print temperature interpolation <a href="https://reprap.org/wiki/G-code#G75:_Print_temperature_interpolation">G75: Print temperature interpolation</a>
  4108. Show/print PINDA temperature interpolating.
  4109. */
  4110. case 75:
  4111. {
  4112. for (uint8_t i = 40; i <= 110; i++)
  4113. printf_P(_N("%d %.2f"), i, temp_comp_interpolation(i));
  4114. }
  4115. break;
  4116. /*!
  4117. ### G76 - PINDA probe temperature calibration <a href="https://reprap.org/wiki/G-code#G76:_PINDA_probe_temperature_calibration">G76: PINDA probe temperature calibration</a>
  4118. This G-code is used to calibrate the temperature drift of the PINDA (inductive Sensor).
  4119. The PINDAv2 sensor has a built-in thermistor which has the advantage that the calibration can be done once for all materials.
  4120. The Original i3 Prusa MK2/s uses PINDAv1 and this calibration improves the temperature drift, but not as good as the PINDAv2.
  4121. superPINDA sensor has internal temperature compensation and no thermistor output. There is no point of doing temperature calibration in such case.
  4122. If PINDA_THERMISTOR and SUPERPINDA_SUPPORT is defined during compilation, calibration is skipped with serial message "No PINDA thermistor".
  4123. This can be caused also if PINDA thermistor connection is broken or PINDA temperature is lower than PINDA_MINTEMP.
  4124. #### Example
  4125. ```
  4126. G76
  4127. echo PINDA probe calibration start
  4128. echo start temperature: 35.0°
  4129. echo ...
  4130. echo PINDA temperature -- Z shift (mm): 0.---
  4131. ```
  4132. */
  4133. case 76:
  4134. {
  4135. #ifdef PINDA_THERMISTOR
  4136. if (!has_temperature_compensation())
  4137. {
  4138. SERIAL_ECHOLNPGM("No PINDA thermistor");
  4139. break;
  4140. }
  4141. if (!calibration_status_get(CALIBRATION_STATUS_XYZ)) {
  4142. //we need to know accurate position of first calibration point
  4143. //if xyz calibration was not performed yet, interrupt temperature calibration and inform user that xyz cal. is needed
  4144. lcd_show_fullscreen_message_and_wait_P(_i("Please run XYZ calibration first.")); ////MSG_RUN_XYZ c=20 r=4
  4145. break;
  4146. }
  4147. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS]))
  4148. {
  4149. // We don't know where we are! HOME!
  4150. // Push the commands to the front of the message queue in the reverse order!
  4151. // There shall be always enough space reserved for these commands.
  4152. repeatcommand_front(); // repeat G76 with all its parameters
  4153. enquecommand_front_P(G28W0);
  4154. break;
  4155. }
  4156. 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
  4157. uint8_t result = lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_STEEL_SHEET_CHECK), false);
  4158. if (result == LCD_LEFT_BUTTON_CHOICE)
  4159. {
  4160. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4161. plan_buffer_line_curposXYZE(3000 / 60);
  4162. current_position[Z_AXIS] = 50;
  4163. current_position[Y_AXIS] = 180;
  4164. plan_buffer_line_curposXYZE(3000 / 60);
  4165. st_synchronize();
  4166. lcd_show_fullscreen_message_and_wait_P(_T(MSG_REMOVE_STEEL_SHEET));
  4167. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  4168. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  4169. plan_buffer_line_curposXYZE(3000 / 60);
  4170. st_synchronize();
  4171. gcode_G28(false, false, true);
  4172. }
  4173. if ((current_temperature_pinda > 35) && (farm_mode == false)) {
  4174. //waiting for PIDNA probe to cool down in case that we are not in farm mode
  4175. current_position[Z_AXIS] = 100;
  4176. plan_buffer_line_curposXYZE(3000 / 60);
  4177. if (lcd_wait_for_pinda(35) == false) { //waiting for PINDA probe to cool, if this takes more then time expected, temp. cal. fails
  4178. lcd_temp_cal_show_result(false);
  4179. break;
  4180. }
  4181. }
  4182. st_synchronize();
  4183. homing_flag = true; // keep homing on to avoid babystepping while the LCD is enabled
  4184. lcd_update_enable(true);
  4185. SERIAL_ECHOLNPGM("PINDA probe calibration start");
  4186. float zero_z;
  4187. int z_shift = 0; //unit: steps
  4188. float start_temp = 5 * (int)(current_temperature_pinda / 5);
  4189. if (start_temp < 35) start_temp = 35;
  4190. if (start_temp < current_temperature_pinda) start_temp += 5;
  4191. printf_P(_N("start temperature: %.1f\n"), start_temp);
  4192. // setTargetHotend(200, 0);
  4193. setTargetBed(70 + (start_temp - 30));
  4194. custom_message_type = CustomMsg::TempCal;
  4195. custom_message_state = 1;
  4196. lcd_setstatuspgm(_T(MSG_PINDA_CALIBRATION));
  4197. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4198. plan_buffer_line_curposXYZE(3000 / 60);
  4199. current_position[X_AXIS] = PINDA_PREHEAT_X;
  4200. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  4201. plan_buffer_line_curposXYZE(3000 / 60);
  4202. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  4203. plan_buffer_line_curposXYZE(3000 / 60);
  4204. st_synchronize();
  4205. while (current_temperature_pinda < start_temp)
  4206. {
  4207. delay_keep_alive(1000);
  4208. serialecho_temperatures();
  4209. }
  4210. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0); //invalidate temp. calibration in case that in will be aborted during the calibration process
  4211. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4212. plan_buffer_line_curposXYZE(3000 / 60);
  4213. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  4214. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  4215. plan_buffer_line_curposXYZE(3000 / 60);
  4216. st_synchronize();
  4217. bool find_z_result = find_bed_induction_sensor_point_z(-1.f);
  4218. if (find_z_result == false) {
  4219. lcd_temp_cal_show_result(find_z_result);
  4220. homing_flag = false;
  4221. break;
  4222. }
  4223. zero_z = current_position[Z_AXIS];
  4224. printf_P(_N("\nZERO: %.3f\n"), current_position[Z_AXIS]);
  4225. int i = -1; for (; i < 5; i++)
  4226. {
  4227. float temp = (40 + i * 5);
  4228. printf_P(_N("\nStep: %d/6 (skipped)\nPINDA temperature: %d Z shift (mm):0\n"), i + 2, (40 + i*5));
  4229. if (i >= 0) {
  4230. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + i, z_shift);
  4231. }
  4232. if (start_temp <= temp) break;
  4233. }
  4234. for (i++; i < 5; i++)
  4235. {
  4236. float temp = (40 + i * 5);
  4237. printf_P(_N("\nStep: %d/6\n"), i + 2);
  4238. custom_message_state = i + 2;
  4239. setTargetBed(50 + 10 * (temp - 30) / 5);
  4240. // setTargetHotend(255, 0);
  4241. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4242. plan_buffer_line_curposXYZE(3000 / 60);
  4243. current_position[X_AXIS] = PINDA_PREHEAT_X;
  4244. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  4245. plan_buffer_line_curposXYZE(3000 / 60);
  4246. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  4247. plan_buffer_line_curposXYZE(3000 / 60);
  4248. st_synchronize();
  4249. while (current_temperature_pinda < temp)
  4250. {
  4251. delay_keep_alive(1000);
  4252. serialecho_temperatures();
  4253. }
  4254. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4255. plan_buffer_line_curposXYZE(3000 / 60);
  4256. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  4257. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  4258. plan_buffer_line_curposXYZE(3000 / 60);
  4259. st_synchronize();
  4260. find_z_result = find_bed_induction_sensor_point_z(-1.f);
  4261. if (find_z_result == false) {
  4262. lcd_temp_cal_show_result(find_z_result);
  4263. break;
  4264. }
  4265. z_shift = (int)((current_position[Z_AXIS] - zero_z)*cs.axis_steps_per_unit[Z_AXIS]);
  4266. printf_P(_N("\nPINDA temperature: %.1f Z shift (mm): %.3f"), current_temperature_pinda, current_position[Z_AXIS] - zero_z);
  4267. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + i, z_shift);
  4268. }
  4269. lcd_temp_cal_show_result(true);
  4270. homing_flag = false;
  4271. #else //PINDA_THERMISTOR
  4272. setTargetBed(PINDA_MIN_T);
  4273. float zero_z;
  4274. int z_shift = 0; //unit: steps
  4275. int t_c; // temperature
  4276. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  4277. // We don't know where we are! HOME!
  4278. // Push the commands to the front of the message queue in the reverse order!
  4279. // There shall be always enough space reserved for these commands.
  4280. repeatcommand_front(); // repeat G76 with all its parameters
  4281. enquecommand_front_P(G28W0);
  4282. break;
  4283. }
  4284. puts_P(_N("PINDA probe calibration start"));
  4285. custom_message_type = CustomMsg::TempCal;
  4286. custom_message_state = 1;
  4287. lcd_setstatuspgm(_T(MSG_PINDA_CALIBRATION));
  4288. current_position[X_AXIS] = PINDA_PREHEAT_X;
  4289. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  4290. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  4291. plan_buffer_line_curposXYZE(3000 / 60);
  4292. st_synchronize();
  4293. while (fabs(degBed() - PINDA_MIN_T) > 1) {
  4294. delay_keep_alive(1000);
  4295. serialecho_temperatures();
  4296. }
  4297. //enquecommand_P(PSTR("M190 S50"));
  4298. for (int i = 0; i < PINDA_HEAT_T; i++) {
  4299. delay_keep_alive(1000);
  4300. serialecho_temperatures();
  4301. }
  4302. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0); //invalidate temp. calibration in case that in will be aborted during the calibration process
  4303. current_position[Z_AXIS] = 5;
  4304. plan_buffer_line_curposXYZE(3000 / 60);
  4305. current_position[X_AXIS] = BED_X0;
  4306. current_position[Y_AXIS] = BED_Y0;
  4307. plan_buffer_line_curposXYZE(3000 / 60);
  4308. st_synchronize();
  4309. find_bed_induction_sensor_point_z(-1.f);
  4310. zero_z = current_position[Z_AXIS];
  4311. printf_P(_N("\nZERO: %.3f\n"), current_position[Z_AXIS]);
  4312. for (int i = 0; i<5; i++) {
  4313. printf_P(_N("\nStep: %d/6\n"), i + 2);
  4314. custom_message_state = i + 2;
  4315. t_c = 60 + i * 10;
  4316. setTargetBed(t_c);
  4317. current_position[X_AXIS] = PINDA_PREHEAT_X;
  4318. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  4319. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  4320. plan_buffer_line_curposXYZE(3000 / 60);
  4321. st_synchronize();
  4322. while (degBed() < t_c) {
  4323. delay_keep_alive(1000);
  4324. serialecho_temperatures();
  4325. }
  4326. for (int i = 0; i < PINDA_HEAT_T; i++) {
  4327. delay_keep_alive(1000);
  4328. serialecho_temperatures();
  4329. }
  4330. current_position[Z_AXIS] = 5;
  4331. plan_buffer_line_curposXYZE(3000 / 60);
  4332. current_position[X_AXIS] = BED_X0;
  4333. current_position[Y_AXIS] = BED_Y0;
  4334. plan_buffer_line_curposXYZE(3000 / 60);
  4335. st_synchronize();
  4336. find_bed_induction_sensor_point_z(-1.f);
  4337. z_shift = (int)((current_position[Z_AXIS] - zero_z)*cs.axis_steps_per_unit[Z_AXIS]);
  4338. printf_P(_N("\nTemperature: %d Z shift (mm): %.3f\n"), t_c, current_position[Z_AXIS] - zero_z);
  4339. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + i, z_shift);
  4340. }
  4341. custom_message_type = CustomMsg::Status;
  4342. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  4343. puts_P(_N("Temperature calibration done."));
  4344. disable_x();
  4345. disable_y();
  4346. disable_z();
  4347. disable_e0();
  4348. disable_e1();
  4349. disable_e2();
  4350. setTargetBed(0); //set bed target temperature back to 0
  4351. lcd_show_fullscreen_message_and_wait_P(_T(MSG_PINDA_CALIBRATION_DONE));
  4352. eeprom_update_byte((unsigned char *)EEPROM_TEMP_CAL_ACTIVE, 1);
  4353. lcd_update_enable(true);
  4354. lcd_update(2);
  4355. #endif //PINDA_THERMISTOR
  4356. }
  4357. break;
  4358. /*!
  4359. ### G80 - Mesh-based Z probe <a href="https://reprap.org/wiki/G-code#G80:_Mesh-based_Z_probe">G80: Mesh-based Z probe</a>
  4360. Default 3x3 grid can be changed on MK2.5/s and MK3/s to 7x7 grid.
  4361. #### Usage
  4362. G80 [ N | R | V | L | R | F | B ]
  4363. #### Parameters
  4364. - `N` - Number of mesh points on x axis. Default is 3. Valid values are 3 and 7.
  4365. - `R` - Probe retries. Default 3 max. 10
  4366. - `V` - Verbosity level 1=low, 10=mid, 20=high. It only can be used if the firmware has been compiled with SUPPORT_VERBOSITY active.
  4367. Using the following parameters enables additional "manual" bed leveling correction. Valid values are -100 microns to 100 microns.
  4368. #### Additional Parameters
  4369. - `L` - Left Bed Level correct value in um.
  4370. - `R` - Right Bed Level correct value in um.
  4371. - `F` - Front Bed Level correct value in um.
  4372. - `B` - Back Bed Level correct value in um.
  4373. */
  4374. /*
  4375. * Probes a grid and produces a mesh to compensate for variable bed height
  4376. * The S0 report the points as below
  4377. * +----> X-axis
  4378. * |
  4379. * |
  4380. * v Y-axis
  4381. */
  4382. case 80: {
  4383. gcode_G80();
  4384. }
  4385. break;
  4386. /*!
  4387. ### G81 - Mesh bed leveling status <a href="https://reprap.org/wiki/G-code#G81:_Mesh_bed_leveling_status">G81: Mesh bed leveling status</a>
  4388. Prints mesh bed leveling status and bed profile if activated.
  4389. */
  4390. case 81:
  4391. if (mbl.active) {
  4392. SERIAL_PROTOCOLPGM("Num X,Y: ");
  4393. SERIAL_PROTOCOL(MESH_NUM_X_POINTS);
  4394. SERIAL_PROTOCOL(',');
  4395. SERIAL_PROTOCOL(MESH_NUM_Y_POINTS);
  4396. SERIAL_PROTOCOLPGM("\nZ search height: ");
  4397. SERIAL_PROTOCOL(MESH_HOME_Z_SEARCH);
  4398. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  4399. for (uint8_t y = MESH_NUM_Y_POINTS; y-- > 0;) {
  4400. for (uint8_t x = 0; x < MESH_NUM_X_POINTS; x++) {
  4401. SERIAL_PROTOCOLPGM(" ");
  4402. SERIAL_PROTOCOL_F(mbl.z_values[y][x], 5);
  4403. }
  4404. SERIAL_PROTOCOLLN();
  4405. }
  4406. }
  4407. else
  4408. SERIAL_PROTOCOLLNPGM("Mesh bed leveling not active.");
  4409. break;
  4410. #if 0
  4411. /*!
  4412. ### 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>
  4413. WARNING! USE WITH CAUTION! If you'll try to probe where is no leveling pad, nasty things can happen!
  4414. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4415. */
  4416. case 82:
  4417. SERIAL_PROTOCOLLNPGM("Finding bed ");
  4418. int l_feedmultiply = setup_for_endstop_move();
  4419. find_bed_induction_sensor_point_z();
  4420. clean_up_after_endstop_move(l_feedmultiply);
  4421. SERIAL_PROTOCOLPGM("Bed found at: ");
  4422. SERIAL_PROTOCOL_F(current_position[Z_AXIS], 5);
  4423. SERIAL_PROTOCOLPGM("\n");
  4424. break;
  4425. /*!
  4426. ### 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>
  4427. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4428. */
  4429. case 83:
  4430. {
  4431. int babystepz = code_seen('S') ? code_value() : 0;
  4432. int BabyPosition = code_seen('P') ? code_value() : 0;
  4433. if (babystepz != 0) {
  4434. //FIXME Vojtech: What shall be the index of the axis Z: 3 or 4?
  4435. // Is the axis indexed starting with zero or one?
  4436. if (BabyPosition > 4) {
  4437. SERIAL_PROTOCOLLNPGM("Index out of bounds");
  4438. }else{
  4439. // Save it to the eeprom
  4440. babystepLoadZ = babystepz;
  4441. eeprom_update_word((uint16_t*)EEPROM_BABYSTEP_Z0 + BabyPosition, babystepLoadZ);
  4442. // adjust the Z
  4443. babystepsTodoZadd(babystepLoadZ);
  4444. }
  4445. }
  4446. }
  4447. break;
  4448. /*!
  4449. ### 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>
  4450. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4451. */
  4452. case 84:
  4453. babystepsTodoZsubtract(babystepLoadZ);
  4454. // babystepLoadZ = 0;
  4455. break;
  4456. /*!
  4457. ### G85: Pick best babystep - Not active <a href="https://reprap.org/wiki/G-code#G85:_Pick_best_babystep">G85: Pick best babystep</a>
  4458. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4459. */
  4460. case 85:
  4461. lcd_pick_babystep();
  4462. break;
  4463. #endif
  4464. /*!
  4465. ### 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>
  4466. This G-code will be performed at the start of a calibration script.
  4467. (Prusa3D specific)
  4468. */
  4469. case 86:
  4470. calibration_status_clear(CALIBRATION_STATUS_LIVE_ADJUST);
  4471. break;
  4472. /*!
  4473. ### 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>
  4474. This G-code will be performed at the end of a calibration script.
  4475. (Prusa3D specific)
  4476. */
  4477. case 87:
  4478. calibration_status_set(CALIBRATION_STATUS_LIVE_ADJUST);
  4479. break;
  4480. /*!
  4481. ### G88 - Reserved <a href="https://reprap.org/wiki/G-code#G88:_Reserved">G88: Reserved</a>
  4482. Currently has no effect.
  4483. */
  4484. // Prusa3D specific: Don't know what it is for, it is in V2Calibration.gcode
  4485. case 88:
  4486. break;
  4487. #endif // ENABLE_MESH_BED_LEVELING
  4488. /*!
  4489. ### G90 - Switch off relative mode <a href="https://reprap.org/wiki/G-code#G90:_Set_to_Absolute_Positioning">G90: Set to Absolute Positioning</a>
  4490. All coordinates from now on are absolute relative to the origin of the machine. E axis is left intact.
  4491. */
  4492. case 90: {
  4493. axis_relative_modes &= ~(X_AXIS_MASK | Y_AXIS_MASK | Z_AXIS_MASK);
  4494. }
  4495. break;
  4496. /*!
  4497. ### G91 - Switch on relative mode <a href="https://reprap.org/wiki/G-code#G91:_Set_to_Relative_Positioning">G91: Set to Relative Positioning</a>
  4498. All coordinates from now on are relative to the last position. E axis is left intact.
  4499. */
  4500. case 91: {
  4501. axis_relative_modes |= X_AXIS_MASK | Y_AXIS_MASK | Z_AXIS_MASK;
  4502. }
  4503. break;
  4504. /*!
  4505. ### G92 - Set position <a href="https://reprap.org/wiki/G-code#G92:_Set_Position">G92: Set Position</a>
  4506. It is used for setting the current position of each axis. The parameters are always absolute to the origin.
  4507. If a parameter is omitted, that axis will not be affected.
  4508. 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`).
  4509. A G92 without coordinates will reset all axes to zero on some firmware. This is not the case for Prusa-Firmware!
  4510. #### Usage
  4511. G92 [ X | Y | Z | E ]
  4512. #### Parameters
  4513. - `X` - new X axis position
  4514. - `Y` - new Y axis position
  4515. - `Z` - new Z axis position
  4516. - `E` - new extruder position
  4517. */
  4518. case 92: {
  4519. gcode_G92();
  4520. }
  4521. break;
  4522. #ifdef PRUSA_FARM
  4523. /*!
  4524. ### G98 - Activate farm mode <a href="https://reprap.org/wiki/G-code#G98:_Activate_farm_mode">G98: Activate farm mode</a>
  4525. Enable Prusa-specific Farm functions and g-code.
  4526. See Internal Prusa commands.
  4527. */
  4528. case 98:
  4529. farm_gcode_g98();
  4530. break;
  4531. /*! ### G99 - Deactivate farm mode <a href="https://reprap.org/wiki/G-code#G99:_Deactivate_farm_mode">G99: Deactivate farm mode</a>
  4532. Disables Prusa-specific Farm functions and g-code.
  4533. */
  4534. case 99:
  4535. farm_gcode_g99();
  4536. break;
  4537. #endif //PRUSA_FARM
  4538. default:
  4539. printf_P(MSG_UNKNOWN_CODE, 'G', cmdbuffer + bufindr + CMDHDRSIZE);
  4540. }
  4541. // printf_P(_N("END G-CODE=%u\n"), gcode_in_progress);
  4542. gcode_in_progress = 0;
  4543. } // end if(code_seen('G'))
  4544. /*!
  4545. ### End of G-Codes
  4546. */
  4547. /*!
  4548. ---------------------------------------------------------------------------------
  4549. # M Commands
  4550. */
  4551. else if(*CMDBUFFER_CURRENT_STRING == 'M')
  4552. {
  4553. strchr_pointer = CMDBUFFER_CURRENT_STRING;
  4554. int index;
  4555. for (index = 1; *(strchr_pointer + index) == ' ' || *(strchr_pointer + index) == '\t'; index++);
  4556. /*for (++strchr_pointer; *strchr_pointer == ' ' || *strchr_pointer == '\t'; ++strchr_pointer);*/
  4557. if (*(strchr_pointer+index) < '0' || *(strchr_pointer+index) > '9') {
  4558. printf_P(PSTR("Invalid M code: %s\n"), cmdbuffer + bufindr + CMDHDRSIZE);
  4559. } else
  4560. {
  4561. mcode_in_progress = code_value_short();
  4562. // printf_P(_N("BEGIN M-CODE=%u\n"), mcode_in_progress);
  4563. switch(mcode_in_progress)
  4564. {
  4565. /*!
  4566. ### M0, M1 - Stop the printer <a href="https://reprap.org/wiki/G-code#M0:_Stop_or_Unconditional_stop">M0: Stop or Unconditional stop</a>
  4567. #### Usage
  4568. M0 [P<ms<] [S<sec>] [string]
  4569. M1 [P<ms>] [S<sec>] [string]
  4570. #### Parameters
  4571. - `P<ms>` - Expire time, in milliseconds
  4572. - `S<sec>` - Expire time, in seconds
  4573. - `string` - Must for M1 and optional for M0 message to display on the LCD
  4574. */
  4575. case 0:
  4576. case 1: {
  4577. const char *src = strchr_pointer + 2;
  4578. codenum = 0;
  4579. bool hasP = false, hasS = false;
  4580. if (code_seen('P')) {
  4581. codenum = code_value_long(); // milliseconds to wait
  4582. hasP = codenum > 0;
  4583. }
  4584. if (code_seen('S')) {
  4585. codenum = code_value_long() * 1000; // seconds to wait
  4586. hasS = codenum > 0;
  4587. }
  4588. while (*src == ' ') ++src;
  4589. custom_message_type = CustomMsg::M0Wait;
  4590. if (!hasP && !hasS && *src != '\0') {
  4591. lcd_setstatus(src);
  4592. } else {
  4593. // farmers want to abuse a bug from the previous firmware releases
  4594. // - they need to see the filename on the status screen instead of "Wait for user..."
  4595. // So we won't update the message in farm mode...
  4596. if( ! farm_mode){
  4597. LCD_MESSAGERPGM(_i("Wait for user..."));////MSG_USERWAIT c=20
  4598. } else {
  4599. custom_message_type = CustomMsg::Status; // let the lcd display the name of the printed G-code file in farm mode
  4600. }
  4601. }
  4602. lcd_ignore_click(); //call lcd_ignore_click also for else ???
  4603. st_synchronize();
  4604. previous_millis_cmd.start();
  4605. if (codenum > 0 ) {
  4606. codenum += _millis(); // keep track of when we started waiting
  4607. KEEPALIVE_STATE(PAUSED_FOR_USER);
  4608. while(_millis() < codenum && !lcd_clicked()) {
  4609. manage_heater();
  4610. manage_inactivity(true);
  4611. lcd_update(0);
  4612. }
  4613. KEEPALIVE_STATE(IN_HANDLER);
  4614. lcd_ignore_click(false);
  4615. } else {
  4616. marlin_wait_for_click();
  4617. }
  4618. if (IS_SD_PRINTING)
  4619. custom_message_type = CustomMsg::Status;
  4620. else
  4621. LCD_MESSAGERPGM(MSG_WELCOME);
  4622. }
  4623. break;
  4624. /*!
  4625. ### 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>
  4626. */
  4627. case 17:
  4628. LCD_MESSAGERPGM(_i("No move."));////MSG_NO_MOVE c=20
  4629. enable_x();
  4630. enable_y();
  4631. enable_z();
  4632. enable_e0();
  4633. enable_e1();
  4634. enable_e2();
  4635. break;
  4636. #ifdef SDSUPPORT
  4637. /*!
  4638. ### M20 - SD Card file list <a href="https://reprap.org/wiki/G-code#M20:_List_SD_card">M20: List SD card</a>
  4639. #### Usage
  4640. M20 [ L | T ]
  4641. #### Parameters
  4642. - `T` - Report timestamps as well. The value is one uint32_t encoded as hex. Requires host software parsing (Cap:EXTENDED_M20).
  4643. - `L` - Reports long filenames instead of just short filenames. Requires host software parsing (Cap:EXTENDED_M20).
  4644. */
  4645. case 20:
  4646. KEEPALIVE_STATE(NOT_BUSY); // do not send busy messages during listing. Inhibits the output of manage_heater()
  4647. SERIAL_PROTOCOLLNRPGM(_N("Begin file list"));////MSG_BEGIN_FILE_LIST
  4648. card.ls(CardReader::ls_param(code_seen('L'), code_seen('T')));
  4649. SERIAL_PROTOCOLLNRPGM(_N("End file list"));////MSG_END_FILE_LIST
  4650. break;
  4651. /*!
  4652. ### M21 - Init SD card <a href="https://reprap.org/wiki/G-code#M21:_Initialize_SD_card">M21: Initialize SD card</a>
  4653. */
  4654. case 21:
  4655. card.initsd();
  4656. break;
  4657. /*!
  4658. ### M22 - Release SD card <a href="https://reprap.org/wiki/G-code#M22:_Release_SD_card">M22: Release SD card</a>
  4659. */
  4660. case 22:
  4661. card.release();
  4662. break;
  4663. /*!
  4664. ### M23 - Select file <a href="https://reprap.org/wiki/G-code#M23:_Select_SD_file">M23: Select SD file</a>
  4665. #### Usage
  4666. M23 [filename]
  4667. */
  4668. case 23:
  4669. card.openFileReadFilteredGcode(strchr_pointer + 4, true);
  4670. break;
  4671. /*!
  4672. ### M24 - Start SD print <a href="https://reprap.org/wiki/G-code#M24:_Start.2Fresume_SD_print">M24: Start/resume SD print</a>
  4673. */
  4674. case 24:
  4675. if (isPrintPaused)
  4676. lcd_resume_print();
  4677. else
  4678. {
  4679. if (!card.get_sdpos())
  4680. {
  4681. // A new print has started from scratch, reset stats
  4682. failstats_reset_print();
  4683. sdpos_atomic = 0;
  4684. #ifndef LA_NOCOMPAT
  4685. la10c_reset();
  4686. #endif
  4687. }
  4688. card.startFileprint();
  4689. starttime=_millis();
  4690. if (MMU2::mmu2.Enabled())
  4691. {
  4692. if (MMU2::mmu2.FindaDetectsFilament() && !fsensor.getFilamentPresent())
  4693. { // Filament only half way into the PTFE. Unload the filament.
  4694. MMU2::mmu2.unload();
  4695. // Tx and Tc gcodes take care of loading the filament to the nozzle.
  4696. }
  4697. }
  4698. }
  4699. break;
  4700. /*!
  4701. ### M26 - Set SD index <a href="https://reprap.org/wiki/G-code#M26:_Set_SD_position">M26: Set SD position</a>
  4702. Set position in SD card file to index in bytes.
  4703. This command is expected to be called after M23 and before M24.
  4704. Otherwise effect of this command is undefined.
  4705. #### Usage
  4706. M26 [ S ]
  4707. #### Parameters
  4708. - `S` - Index in bytes
  4709. */
  4710. case 26:
  4711. if(card.cardOK && code_seen('S')) {
  4712. long index = code_value_long();
  4713. card.setIndex(index);
  4714. // We don't disable interrupt during update of sdpos_atomic
  4715. // as we expect, that SD card print is not active in this moment
  4716. sdpos_atomic = index;
  4717. }
  4718. break;
  4719. /*!
  4720. ### M27 - Get SD status <a href="https://reprap.org/wiki/G-code#M27:_Report_SD_print_status">M27: Report SD print status</a>
  4721. #### Usage
  4722. M27 [ P ]
  4723. #### Parameters
  4724. - `P` - Show full SFN path instead of LFN only.
  4725. */
  4726. case 27:
  4727. card.getStatus(code_seen('P'));
  4728. break;
  4729. /*!
  4730. ### 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>
  4731. */
  4732. case 28:
  4733. card.openFileWrite(strchr_pointer+4);
  4734. break;
  4735. /*! ### 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>
  4736. 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.
  4737. */
  4738. case 29:
  4739. //processed in write to file routine above
  4740. //card,saving = false;
  4741. break;
  4742. /*!
  4743. ### 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>
  4744. #### Usage
  4745. M30 [filename]
  4746. */
  4747. case 30:
  4748. if (card.cardOK){
  4749. card.closefile();
  4750. card.removeFile(strchr_pointer + 4);
  4751. }
  4752. break;
  4753. /*!
  4754. ### 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>
  4755. @todo What are the parameters P and S for in M32?
  4756. */
  4757. case 32:
  4758. {
  4759. if(card.sdprinting) {
  4760. st_synchronize();
  4761. }
  4762. const char* namestartpos = (strchr(strchr_pointer + 4,'!')); //find ! to indicate filename string start.
  4763. if(namestartpos==NULL)
  4764. {
  4765. namestartpos=strchr_pointer + 4; //default name position, 4 letters after the M
  4766. }
  4767. else
  4768. namestartpos++; //to skip the '!'
  4769. bool call_procedure=(code_seen('P'));
  4770. if(strchr_pointer>namestartpos)
  4771. call_procedure=false; //false alert, 'P' found within filename
  4772. if( card.cardOK )
  4773. {
  4774. card.openFileReadFilteredGcode(namestartpos,!call_procedure);
  4775. if(code_seen('S'))
  4776. if(strchr_pointer<namestartpos) //only if "S" is occuring _before_ the filename
  4777. card.setIndex(code_value_long());
  4778. card.startFileprint();
  4779. if(!call_procedure)
  4780. {
  4781. if(!card.get_sdpos())
  4782. {
  4783. // A new print has started from scratch, reset stats
  4784. failstats_reset_print();
  4785. sdpos_atomic = 0;
  4786. #ifndef LA_NOCOMPAT
  4787. la10c_reset();
  4788. #endif
  4789. }
  4790. starttime=_millis(); // procedure calls count as normal print time.
  4791. }
  4792. }
  4793. } break;
  4794. /*!
  4795. ### M928 - Start SD logging <a href="https://reprap.org/wiki/G-code#M928:_Start_SD_logging">M928: Start SD logging</a>
  4796. #### Usage
  4797. M928 [filename]
  4798. */
  4799. case 928:
  4800. card.openLogFile(strchr_pointer+5);
  4801. break;
  4802. #endif //SDSUPPORT
  4803. /*!
  4804. ### 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>
  4805. */
  4806. case 31: //M31 take time since the start of the SD print or an M109 command
  4807. {
  4808. stoptime=_millis();
  4809. char time[30];
  4810. unsigned long t=(stoptime-starttime)/1000;
  4811. int sec,min;
  4812. min=t/60;
  4813. sec=t%60;
  4814. sprintf_P(time, PSTR("%i min, %i sec"), min, sec);
  4815. SERIAL_ECHO_START;
  4816. SERIAL_ECHOLN(time);
  4817. lcd_setstatus(time);
  4818. autotempShutdown();
  4819. }
  4820. break;
  4821. /*!
  4822. ### M42 - Set pin state <a href="https://reprap.org/wiki/G-code#M42:_Switch_I.2FO_pin">M42: Switch I/O pin</a>
  4823. #### Usage
  4824. M42 [ P | S ]
  4825. #### Parameters
  4826. - `P` - Pin number.
  4827. - `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.
  4828. */
  4829. case 42:
  4830. if (code_seen('S'))
  4831. {
  4832. uint8_t pin_status = code_value_uint8();
  4833. int8_t pin_number = LED_PIN;
  4834. if (code_seen('P'))
  4835. pin_number = code_value_uint8();
  4836. for(int8_t i = 0; i < (int8_t)(sizeof(sensitive_pins)/sizeof(sensitive_pins[0])); i++)
  4837. {
  4838. if ((int8_t)pgm_read_byte(&sensitive_pins[i]) == pin_number)
  4839. {
  4840. pin_number = -1;
  4841. break;
  4842. }
  4843. }
  4844. #if defined(FAN_PIN) && FAN_PIN > -1
  4845. if (pin_number == FAN_PIN)
  4846. fanSpeed = pin_status;
  4847. #endif
  4848. if (pin_number > -1)
  4849. {
  4850. pinMode(pin_number, OUTPUT);
  4851. digitalWrite(pin_number, pin_status);
  4852. analogWrite(pin_number, pin_status);
  4853. }
  4854. }
  4855. break;
  4856. /*!
  4857. ### 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>
  4858. */
  4859. case 44: // M44: Prusa3D: Reset the bed skew and offset calibration.
  4860. // Reset the baby step value and the baby step applied flag.
  4861. calibration_status_clear(CALIBRATION_STATUS_LIVE_ADJUST);
  4862. eeprom_update_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),0);
  4863. // Reset the skew and offset in both RAM and EEPROM.
  4864. calibration_status_clear(CALIBRATION_STATUS_XYZ);
  4865. reset_bed_offset_and_skew();
  4866. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  4867. // the planner will not perform any adjustments in the XY plane.
  4868. // Wait for the motors to stop and update the current position with the absolute values.
  4869. world2machine_revert_to_uncorrected();
  4870. break;
  4871. /*!
  4872. ### 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>
  4873. #### Usage
  4874. M45 [ V ]
  4875. #### Parameters
  4876. - `V` - Verbosity level 1, 10 and 20 (low, mid, high). Only when SUPPORT_VERBOSITY is defined. Optional.
  4877. - `Z` - If it is provided, only Z calibration will run. Otherwise full calibration is executed.
  4878. */
  4879. case 45: // M45: Prusa3D: bed skew and offset with manual Z up
  4880. {
  4881. int8_t verbosity_level = 0;
  4882. bool only_Z = code_seen('Z');
  4883. #ifdef SUPPORT_VERBOSITY
  4884. if (code_seen('V'))
  4885. {
  4886. // Just 'V' without a number counts as V1.
  4887. char c = strchr_pointer[1];
  4888. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  4889. }
  4890. #endif //SUPPORT_VERBOSITY
  4891. gcode_M45(only_Z, verbosity_level);
  4892. }
  4893. break;
  4894. /*!
  4895. ### 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>
  4896. */
  4897. case 46:
  4898. {
  4899. // M46: Prusa3D: Show the assigned IP address.
  4900. if (card.ToshibaFlashAir_isEnabled()) {
  4901. uint8_t ip[4];
  4902. if (card.ToshibaFlashAir_GetIP(ip)) {
  4903. // SERIAL_PROTOCOLPGM("Toshiba FlashAir current IP: ");
  4904. SERIAL_PROTOCOL(uint8_t(ip[0]));
  4905. SERIAL_PROTOCOL('.');
  4906. SERIAL_PROTOCOL(uint8_t(ip[1]));
  4907. SERIAL_PROTOCOL('.');
  4908. SERIAL_PROTOCOL(uint8_t(ip[2]));
  4909. SERIAL_PROTOCOL('.');
  4910. SERIAL_PROTOCOLLN(uint8_t(ip[3]));
  4911. } else {
  4912. SERIAL_PROTOCOLPGM("?Toshiba FlashAir GetIP failed\n");
  4913. }
  4914. } else {
  4915. SERIAL_PROTOCOLLNPGM("n/a");
  4916. }
  4917. break;
  4918. }
  4919. /*!
  4920. ### 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>
  4921. */
  4922. case 47:
  4923. KEEPALIVE_STATE(PAUSED_FOR_USER);
  4924. lcd_diag_show_end_stops();
  4925. KEEPALIVE_STATE(IN_HANDLER);
  4926. break;
  4927. #if 0
  4928. case 48: // M48: scan the bed induction sensor points, print the sensor trigger coordinates to the serial line for visualization on the PC.
  4929. {
  4930. // Disable the default update procedure of the display. We will do a modal dialog.
  4931. lcd_update_enable(false);
  4932. // Let the planner use the uncorrected coordinates.
  4933. mbl.reset();
  4934. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  4935. // the planner will not perform any adjustments in the XY plane.
  4936. // Wait for the motors to stop and update the current position with the absolute values.
  4937. world2machine_revert_to_uncorrected();
  4938. // Move the print head close to the bed.
  4939. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4940. 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);
  4941. st_synchronize();
  4942. // Home in the XY plane.
  4943. set_destination_to_current();
  4944. int l_feedmultiply = setup_for_endstop_move();
  4945. home_xy();
  4946. int8_t verbosity_level = 0;
  4947. if (code_seen('V')) {
  4948. // Just 'V' without a number counts as V1.
  4949. char c = strchr_pointer[1];
  4950. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  4951. }
  4952. bool success = scan_bed_induction_points(verbosity_level);
  4953. clean_up_after_endstop_move(l_feedmultiply);
  4954. // Print head up.
  4955. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4956. 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);
  4957. st_synchronize();
  4958. lcd_update_enable(true);
  4959. break;
  4960. }
  4961. #endif
  4962. #ifdef ENABLE_AUTO_BED_LEVELING
  4963. #ifdef Z_PROBE_REPEATABILITY_TEST
  4964. /*!
  4965. ### 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>
  4966. 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.
  4967. 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.
  4968. @todo Why would you check for both uppercase and lowercase? Seems wasteful.
  4969. #### Usage
  4970. M48 [ n | X | Y | V | L ]
  4971. #### Parameters
  4972. - `n` - Number of samples. Valid values 4-50
  4973. - `X` - X position for samples
  4974. - `Y` - Y position for samples
  4975. - `V` - Verbose level. Valid values 1-4
  4976. - `L` - Legs of movementprior to doing probe. Valid values 1-15
  4977. */
  4978. case 48: // M48 Z-Probe repeatability
  4979. {
  4980. #if Z_MIN_PIN == -1
  4981. #error "You must have a Z_MIN endstop in order to enable calculation of Z-Probe repeatability."
  4982. #endif
  4983. double sum=0.0;
  4984. double mean=0.0;
  4985. double sigma=0.0;
  4986. double sample_set[50];
  4987. int verbose_level=1, n=0, j, n_samples = 10, n_legs=0;
  4988. double X_current, Y_current, Z_current;
  4989. double X_probe_location, Y_probe_location, Z_start_location, ext_position;
  4990. if (code_seen('V') || code_seen('v')) {
  4991. verbose_level = code_value();
  4992. if (verbose_level<0 || verbose_level>4 ) {
  4993. SERIAL_PROTOCOLPGM("?Verbose Level not plausable.\n");
  4994. goto Sigma_Exit;
  4995. }
  4996. }
  4997. if (verbose_level > 0) {
  4998. SERIAL_PROTOCOLPGM("M48 Z-Probe Repeatability test. Version 2.00\n");
  4999. SERIAL_PROTOCOLPGM("Full support at: http://3dprintboard.com/forum.php\n");
  5000. }
  5001. if (code_seen('n')) {
  5002. n_samples = code_value();
  5003. if (n_samples<4 || n_samples>50 ) {
  5004. SERIAL_PROTOCOLPGM("?Specified sample size not plausable.\n");
  5005. goto Sigma_Exit;
  5006. }
  5007. }
  5008. X_current = X_probe_location = st_get_position_mm(X_AXIS);
  5009. Y_current = Y_probe_location = st_get_position_mm(Y_AXIS);
  5010. Z_current = st_get_position_mm(Z_AXIS);
  5011. Z_start_location = st_get_position_mm(Z_AXIS) + Z_RAISE_BEFORE_PROBING;
  5012. ext_position = st_get_position_mm(E_AXIS);
  5013. if (code_seen('X') || code_seen('x') ) {
  5014. X_probe_location = code_value() - X_PROBE_OFFSET_FROM_EXTRUDER;
  5015. if (X_probe_location<X_MIN_POS || X_probe_location>X_MAX_POS ) {
  5016. SERIAL_PROTOCOLPGM("?Specified X position out of range.\n");
  5017. goto Sigma_Exit;
  5018. }
  5019. }
  5020. if (code_seen('Y') || code_seen('y') ) {
  5021. Y_probe_location = code_value() - Y_PROBE_OFFSET_FROM_EXTRUDER;
  5022. if (Y_probe_location<Y_MIN_POS || Y_probe_location>Y_MAX_POS ) {
  5023. SERIAL_PROTOCOLPGM("?Specified Y position out of range.\n");
  5024. goto Sigma_Exit;
  5025. }
  5026. }
  5027. if (code_seen('L') || code_seen('l') ) {
  5028. n_legs = code_value();
  5029. if ( n_legs==1 )
  5030. n_legs = 2;
  5031. if ( n_legs<0 || n_legs>15 ) {
  5032. SERIAL_PROTOCOLPGM("?Specified number of legs in movement not plausable.\n");
  5033. goto Sigma_Exit;
  5034. }
  5035. }
  5036. //
  5037. // Do all the preliminary setup work. First raise the probe.
  5038. //
  5039. st_synchronize();
  5040. plan_bed_level_matrix.set_to_identity();
  5041. plan_buffer_line( X_current, Y_current, Z_start_location,
  5042. ext_position,
  5043. homing_feedrate[Z_AXIS]/60,
  5044. active_extruder);
  5045. st_synchronize();
  5046. //
  5047. // Now get everything to the specified probe point So we can safely do a probe to
  5048. // get us close to the bed. If the Z-Axis is far from the bed, we don't want to
  5049. // use that as a starting point for each probe.
  5050. //
  5051. if (verbose_level > 2)
  5052. SERIAL_PROTOCOL("Positioning probe for the test.\n");
  5053. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  5054. ext_position,
  5055. homing_feedrate[X_AXIS]/60,
  5056. active_extruder);
  5057. st_synchronize();
  5058. current_position[X_AXIS] = X_current = st_get_position_mm(X_AXIS);
  5059. current_position[Y_AXIS] = Y_current = st_get_position_mm(Y_AXIS);
  5060. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  5061. current_position[E_AXIS] = ext_position = st_get_position_mm(E_AXIS);
  5062. //
  5063. // OK, do the inital probe to get us close to the bed.
  5064. // Then retrace the right amount and use that in subsequent probes
  5065. //
  5066. int l_feedmultiply = setup_for_endstop_move();
  5067. run_z_probe();
  5068. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  5069. Z_start_location = st_get_position_mm(Z_AXIS) + Z_RAISE_BEFORE_PROBING;
  5070. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  5071. ext_position,
  5072. homing_feedrate[X_AXIS]/60,
  5073. active_extruder);
  5074. st_synchronize();
  5075. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  5076. for( n=0; n<n_samples; n++) {
  5077. do_blocking_move_to( X_probe_location, Y_probe_location, Z_start_location); // Make sure we are at the probe location
  5078. if ( n_legs) {
  5079. double radius=0.0, theta=0.0, x_sweep, y_sweep;
  5080. int rotational_direction, l;
  5081. rotational_direction = (unsigned long) _millis() & 0x0001; // clockwise or counter clockwise
  5082. radius = (unsigned long) _millis() % (long) (X_MAX_LENGTH/4); // limit how far out to go
  5083. theta = (float) ((unsigned long) _millis() % (long) 360) / (360./(2*3.1415926)); // turn into radians
  5084. //SERIAL_ECHOPAIR("starting radius: ",radius);
  5085. //SERIAL_ECHOPAIR(" theta: ",theta);
  5086. //SERIAL_ECHOPAIR(" direction: ",rotational_direction);
  5087. //SERIAL_PROTOCOLLNPGM("");
  5088. for( l=0; l<n_legs-1; l++) {
  5089. if (rotational_direction==1)
  5090. theta += (float) ((unsigned long) _millis() % (long) 20) / (360.0/(2*3.1415926)); // turn into radians
  5091. else
  5092. theta -= (float) ((unsigned long) _millis() % (long) 20) / (360.0/(2*3.1415926)); // turn into radians
  5093. radius += (float) ( ((long) ((unsigned long) _millis() % (long) 10)) - 5);
  5094. if ( radius<0.0 )
  5095. radius = -radius;
  5096. X_current = X_probe_location + cos(theta) * radius;
  5097. Y_current = Y_probe_location + sin(theta) * radius;
  5098. if ( X_current<X_MIN_POS) // Make sure our X & Y are sane
  5099. X_current = X_MIN_POS;
  5100. if ( X_current>X_MAX_POS)
  5101. X_current = X_MAX_POS;
  5102. if ( Y_current<Y_MIN_POS) // Make sure our X & Y are sane
  5103. Y_current = Y_MIN_POS;
  5104. if ( Y_current>Y_MAX_POS)
  5105. Y_current = Y_MAX_POS;
  5106. if (verbose_level>3 ) {
  5107. SERIAL_ECHOPAIR("x: ", X_current);
  5108. SERIAL_ECHOPAIR("y: ", Y_current);
  5109. SERIAL_PROTOCOLLNPGM("");
  5110. }
  5111. do_blocking_move_to( X_current, Y_current, Z_current );
  5112. }
  5113. do_blocking_move_to( X_probe_location, Y_probe_location, Z_start_location); // Go back to the probe location
  5114. }
  5115. int l_feedmultiply = setup_for_endstop_move();
  5116. run_z_probe();
  5117. sample_set[n] = current_position[Z_AXIS];
  5118. //
  5119. // Get the current mean for the data points we have so far
  5120. //
  5121. sum=0.0;
  5122. for( j=0; j<=n; j++) {
  5123. sum = sum + sample_set[j];
  5124. }
  5125. mean = sum / (double (n+1));
  5126. //
  5127. // Now, use that mean to calculate the standard deviation for the
  5128. // data points we have so far
  5129. //
  5130. sum=0.0;
  5131. for( j=0; j<=n; j++) {
  5132. sum = sum + (sample_set[j]-mean) * (sample_set[j]-mean);
  5133. }
  5134. sigma = sqrt( sum / (double (n+1)) );
  5135. if (verbose_level > 1) {
  5136. SERIAL_PROTOCOL(n+1);
  5137. SERIAL_PROTOCOL(" of ");
  5138. SERIAL_PROTOCOL(n_samples);
  5139. SERIAL_PROTOCOLPGM(" z: ");
  5140. SERIAL_PROTOCOL_F(current_position[Z_AXIS], 6);
  5141. }
  5142. if (verbose_level > 2) {
  5143. SERIAL_PROTOCOL(" mean: ");
  5144. SERIAL_PROTOCOL_F(mean,6);
  5145. SERIAL_PROTOCOL(" sigma: ");
  5146. SERIAL_PROTOCOL_F(sigma,6);
  5147. }
  5148. if (verbose_level > 0)
  5149. SERIAL_PROTOCOLPGM("\n");
  5150. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  5151. current_position[E_AXIS], homing_feedrate[Z_AXIS]/60, active_extruder);
  5152. st_synchronize();
  5153. }
  5154. _delay(1000);
  5155. clean_up_after_endstop_move(l_feedmultiply);
  5156. // enable_endstops(true);
  5157. if (verbose_level > 0) {
  5158. SERIAL_PROTOCOLPGM("Mean: ");
  5159. SERIAL_PROTOCOL_F(mean, 6);
  5160. SERIAL_PROTOCOLPGM("\n");
  5161. }
  5162. SERIAL_PROTOCOLPGM("Standard Deviation: ");
  5163. SERIAL_PROTOCOL_F(sigma, 6);
  5164. SERIAL_PROTOCOLPGM("\n\n");
  5165. Sigma_Exit:
  5166. break;
  5167. }
  5168. #endif // Z_PROBE_REPEATABILITY_TEST
  5169. #endif // ENABLE_AUTO_BED_LEVELING
  5170. /*!
  5171. ### M73 - Set/get print progress <a href="https://reprap.org/wiki/G-code#M73:_Set.2FGet_build_percentage">M73: Set/Get build percentage</a>
  5172. #### Usage
  5173. M73 [ P | R | Q | S | C | D ]
  5174. #### Parameters
  5175. - `P` - Percent in normal mode
  5176. - `R` - Time remaining in normal mode
  5177. - `Q` - Percent in silent mode
  5178. - `S` - Time in silent mode
  5179. - `C` - Time to change/pause/user interaction in normal mode
  5180. - `D` - Time to change/pause/user interaction in silent mode
  5181. */
  5182. case 73: //M73 show percent done, time remaining and time to change/pause
  5183. {
  5184. if(code_seen('P')) print_percent_done_normal = code_value_uint8();
  5185. if(code_seen('R')) print_time_remaining_normal = code_value();
  5186. if(code_seen('Q')) print_percent_done_silent = code_value_uint8();
  5187. if(code_seen('S')) print_time_remaining_silent = code_value();
  5188. if(code_seen('C')){
  5189. float print_time_to_change_normal_f = code_value_float();
  5190. print_time_to_change_normal = ( print_time_to_change_normal_f <= 0 ) ? PRINT_TIME_REMAINING_INIT : print_time_to_change_normal_f;
  5191. }
  5192. if(code_seen('D')){
  5193. float print_time_to_change_silent_f = code_value_float();
  5194. print_time_to_change_silent = ( print_time_to_change_silent_f <= 0 ) ? PRINT_TIME_REMAINING_INIT : print_time_to_change_silent_f;
  5195. }
  5196. {
  5197. const char* _msg_mode_done_remain = _N("%S MODE: Percent done: %hhd; print time remaining in mins: %d; Change in mins: %d\n");
  5198. printf_P(_msg_mode_done_remain, _N("NORMAL"), int8_t(print_percent_done_normal), print_time_remaining_normal, print_time_to_change_normal);
  5199. printf_P(_msg_mode_done_remain, _N("SILENT"), int8_t(print_percent_done_silent), print_time_remaining_silent, print_time_to_change_silent);
  5200. }
  5201. break;
  5202. }
  5203. /*!
  5204. ### M104 - Set hotend temperature <a href="https://reprap.org/wiki/G-code#M104:_Set_Extruder_Temperature">M104: Set Extruder Temperature</a>
  5205. #### Usage
  5206. M104 [ S ]
  5207. #### Parameters
  5208. - `S` - Target temperature
  5209. */
  5210. case 104: // M104
  5211. {
  5212. uint8_t extruder;
  5213. if(setTargetedHotend(104,extruder)){
  5214. break;
  5215. }
  5216. if (code_seen('S'))
  5217. {
  5218. setTargetHotendSafe(code_value(), extruder);
  5219. }
  5220. break;
  5221. }
  5222. /*!
  5223. ### M112 - Emergency stop <a href="https://reprap.org/wiki/G-code#M112:_Full_.28Emergency.29_Stop">M112: Full (Emergency) Stop</a>
  5224. It is processed much earlier as to bypass the cmdqueue.
  5225. */
  5226. case 112:
  5227. kill(MSG_M112_KILL, 3);
  5228. break;
  5229. /*!
  5230. ### M140 - Set bed temperature <a href="https://reprap.org/wiki/G-code#M140:_Set_Bed_Temperature_.28Fast.29">M140: Set Bed Temperature (Fast)</a>
  5231. #### Usage
  5232. M140 [ S ]
  5233. #### Parameters
  5234. - `S` - Target temperature
  5235. */
  5236. case 140:
  5237. if (code_seen('S')) setTargetBed(code_value());
  5238. break;
  5239. /*!
  5240. ### M105 - Report temperatures <a href="https://reprap.org/wiki/G-code#M105:_Get_Extruder_Temperature">M105: Get Extruder Temperature</a>
  5241. Prints temperatures:
  5242. - `T:` - Hotend (actual / target)
  5243. - `B:` - Bed (actual / target)
  5244. - `Tx:` - x Tool (actual / target)
  5245. - `@:` - Hotend power
  5246. - `B@:` - Bed power
  5247. - `P:` - PINDAv2 actual (only MK2.5/s and MK3/s)
  5248. - `A:` - Ambient actual (only MK3/s)
  5249. _Example:_
  5250. 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
  5251. */
  5252. case 105:
  5253. {
  5254. uint8_t extruder;
  5255. if(setTargetedHotend(105, extruder)){
  5256. break;
  5257. }
  5258. SERIAL_PROTOCOLPGM("ok ");
  5259. gcode_M105(extruder);
  5260. cmdqueue_pop_front(); //prevent an ok after the command since this command uses an ok at the beginning.
  5261. cmdbuffer_front_already_processed = true;
  5262. break;
  5263. }
  5264. #if defined(AUTO_REPORT)
  5265. /*!
  5266. ### M155 - Automatically send status <a href="https://reprap.org/wiki/G-code#M155:_Automatically_send_temperatures">M155: Automatically send temperatures</a>
  5267. #### Usage
  5268. M155 [ S ] [ C ]
  5269. #### Parameters
  5270. - `S` - Set autoreporting interval in seconds. 0 to disable. Maximum: 255
  5271. - `C` - Activate auto-report function (bit mask). Default is temperature.
  5272. bit 0 = Auto-report temperatures
  5273. bit 1 = Auto-report fans
  5274. bit 2 = Auto-report position
  5275. bit 3 = free
  5276. bit 4 = free
  5277. bit 5 = free
  5278. bit 6 = free
  5279. bit 7 = free
  5280. */
  5281. case 155:
  5282. {
  5283. if (code_seen('S')){
  5284. autoReportFeatures.SetPeriod( code_value_uint8() );
  5285. }
  5286. if (code_seen('C')){
  5287. autoReportFeatures.SetMask(code_value_uint8());
  5288. } else{
  5289. autoReportFeatures.SetMask(1); //Backwards compability to host systems like Octoprint to send only temp if paramerter `C`isn't used.
  5290. }
  5291. }
  5292. break;
  5293. #endif //AUTO_REPORT
  5294. /*!
  5295. ### 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>
  5296. #### Usage
  5297. M104 [ B | R | S ]
  5298. #### Parameters (not mandatory)
  5299. - `S` - Set extruder temperature
  5300. - `R` - Set extruder temperature
  5301. - `B` - Set max. extruder temperature, while `S` is min. temperature. Not active in default, only if AUTOTEMP is defined in source code.
  5302. Parameters S and R are treated identically.
  5303. Command always waits for both cool down and heat up.
  5304. If no parameters are supplied waits for previously set extruder temperature.
  5305. */
  5306. case 109:
  5307. {
  5308. uint8_t extruder;
  5309. if(setTargetedHotend(109, extruder)){
  5310. break;
  5311. }
  5312. LCD_MESSAGERPGM(_T(MSG_HEATING));
  5313. heating_status = HeatingStatus::EXTRUDER_HEATING;
  5314. prusa_statistics(1);
  5315. #ifdef AUTOTEMP
  5316. autotemp_enabled=false;
  5317. #endif
  5318. if (code_seen('S')) {
  5319. setTargetHotendSafe(code_value(), extruder);
  5320. } else if (code_seen('R')) {
  5321. setTargetHotendSafe(code_value(), extruder);
  5322. }
  5323. #ifdef AUTOTEMP
  5324. if (code_seen('S')) autotemp_min=code_value();
  5325. if (code_seen('B')) autotemp_max=code_value();
  5326. if (code_seen('F'))
  5327. {
  5328. autotemp_factor=code_value();
  5329. autotemp_enabled=true;
  5330. }
  5331. #endif
  5332. codenum = _millis();
  5333. /* See if we are heating up or cooling down */
  5334. target_direction = isHeatingHotend(extruder); // true if heating, false if cooling
  5335. cancel_heatup = false;
  5336. wait_for_heater(codenum, extruder); //loops until target temperature is reached
  5337. LCD_MESSAGERPGM(_T(MSG_HEATING_COMPLETE));
  5338. heating_status = HeatingStatus::EXTRUDER_HEATING_COMPLETE;
  5339. prusa_statistics(2);
  5340. //starttime=_millis();
  5341. previous_millis_cmd.start();
  5342. }
  5343. break;
  5344. /*!
  5345. ### 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>
  5346. #### Usage
  5347. M190 [ R | S ]
  5348. #### Parameters (not mandatory)
  5349. - `S` - Set extruder temperature and wait for heating
  5350. - `R` - Set extruder temperature and wait for heating or cooling
  5351. If no parameter is supplied, waits for heating or cooling to previously set temperature.
  5352. */
  5353. case 190:
  5354. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  5355. {
  5356. bool CooldownNoWait = false;
  5357. LCD_MESSAGERPGM(_T(MSG_BED_HEATING));
  5358. heating_status = HeatingStatus::BED_HEATING;
  5359. prusa_statistics(1);
  5360. if (code_seen('S'))
  5361. {
  5362. setTargetBed(code_value());
  5363. CooldownNoWait = true;
  5364. }
  5365. else if (code_seen('R'))
  5366. {
  5367. setTargetBed(code_value());
  5368. }
  5369. codenum = _millis();
  5370. cancel_heatup = false;
  5371. target_direction = isHeatingBed(); // true if heating, false if cooling
  5372. while ( (!cancel_heatup) && (target_direction ? (isHeatingBed()) : (isCoolingBed()&&(CooldownNoWait==false))) )
  5373. {
  5374. if(( _millis() - codenum) > 1000 ) //Print Temp Reading every 1 second while heating up.
  5375. {
  5376. if (!farm_mode) {
  5377. float tt = degHotend(active_extruder);
  5378. SERIAL_PROTOCOLPGM("T:");
  5379. SERIAL_PROTOCOL(tt);
  5380. SERIAL_PROTOCOLPGM(" E:");
  5381. SERIAL_PROTOCOL((int)active_extruder);
  5382. SERIAL_PROTOCOLPGM(" B:");
  5383. SERIAL_PROTOCOL_F(degBed(), 1);
  5384. SERIAL_PROTOCOLLN();
  5385. }
  5386. codenum = _millis();
  5387. }
  5388. manage_heater();
  5389. manage_inactivity();
  5390. lcd_update(0);
  5391. }
  5392. LCD_MESSAGERPGM(_T(MSG_BED_DONE));
  5393. heating_status = HeatingStatus::BED_HEATING_COMPLETE;
  5394. previous_millis_cmd.start();
  5395. }
  5396. #endif
  5397. break;
  5398. #if defined(FAN_PIN) && FAN_PIN > -1
  5399. /*!
  5400. ### M106 - Set fan speed <a href="https://reprap.org/wiki/G-code#M106:_Fan_On">M106: Fan On</a>
  5401. #### Usage
  5402. M106 [ S ]
  5403. #### Parameters
  5404. - `S` - Specifies the duty cycle of the print fan. Allowed values are 0-255. If it's omitted, a value of 255 is used.
  5405. */
  5406. case 106: // M106 Sxxx Fan On S<speed> 0 .. 255
  5407. if (code_seen('S')){
  5408. fanSpeed = code_value_uint8();
  5409. }
  5410. else {
  5411. fanSpeed = 255;
  5412. }
  5413. break;
  5414. /*!
  5415. ### M107 - Fan off <a href="https://reprap.org/wiki/G-code#M107:_Fan_Off">M107: Fan Off</a>
  5416. */
  5417. case 107:
  5418. fanSpeed = 0;
  5419. break;
  5420. #endif //FAN_PIN
  5421. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  5422. /*!
  5423. ### M80 - Turn on the Power Supply <a href="https://reprap.org/wiki/G-code#M80:_ATX_Power_On">M80: ATX Power On</a>
  5424. Only works if the firmware is compiled with PS_ON_PIN defined.
  5425. */
  5426. case 80:
  5427. SET_OUTPUT(PS_ON_PIN); //GND
  5428. WRITE(PS_ON_PIN, PS_ON_AWAKE);
  5429. // If you have a switch on suicide pin, this is useful
  5430. // if you want to start another print with suicide feature after
  5431. // a print without suicide...
  5432. #if defined SUICIDE_PIN && SUICIDE_PIN > -1
  5433. SET_OUTPUT(SUICIDE_PIN);
  5434. WRITE(SUICIDE_PIN, HIGH);
  5435. #endif
  5436. powersupply = true;
  5437. LCD_MESSAGERPGM(MSG_WELCOME);
  5438. lcd_update(0);
  5439. break;
  5440. /*!
  5441. ### M81 - Turn off Power Supply <a href="https://reprap.org/wiki/G-code#M81:_ATX_Power_Off">M81: ATX Power Off</a>
  5442. Only works if the firmware is compiled with PS_ON_PIN defined.
  5443. */
  5444. case 81:
  5445. disable_heater();
  5446. st_synchronize();
  5447. disable_e0();
  5448. disable_e1();
  5449. disable_e2();
  5450. finishAndDisableSteppers();
  5451. fanSpeed = 0;
  5452. _delay(1000); // Wait a little before to switch off
  5453. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  5454. st_synchronize();
  5455. suicide();
  5456. #elif defined(PS_ON_PIN) && PS_ON_PIN > -1
  5457. SET_OUTPUT(PS_ON_PIN);
  5458. WRITE(PS_ON_PIN, PS_ON_ASLEEP);
  5459. #endif
  5460. powersupply = false;
  5461. LCD_MESSAGERPGM(CAT4(CUSTOM_MENDEL_NAME,PSTR(" "),MSG_OFF,PSTR(".")));
  5462. lcd_update(0);
  5463. break;
  5464. #endif
  5465. /*!
  5466. ### 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>
  5467. Makes the extruder interpret extrusion as absolute positions.
  5468. */
  5469. case 82:
  5470. axis_relative_modes &= ~E_AXIS_MASK;
  5471. break;
  5472. /*!
  5473. ### 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>
  5474. Makes the extruder interpret extrusion values as relative positions.
  5475. */
  5476. case 83:
  5477. axis_relative_modes |= E_AXIS_MASK;
  5478. break;
  5479. /*!
  5480. ### M84 - Disable steppers <a href="https://reprap.org/wiki/G-code#M84:_Stop_idle_hold">M84: Stop idle hold</a>
  5481. This command can be used to set the stepper inactivity timeout (`S`) or to disable steppers (`X`,`Y`,`Z`,`E`)
  5482. This command can be used without any additional parameters. In that case all steppers are disabled.
  5483. 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.
  5484. M84 [ S | X | Y | Z | E ]
  5485. - `S` - Seconds
  5486. - `X` - X axis
  5487. - `Y` - Y axis
  5488. - `Z` - Z axis
  5489. - `E` - Extruder
  5490. ### M18 - Disable steppers <a href="https://reprap.org/wiki/G-code#M18:_Disable_all_stepper_motors">M18: Disable all stepper motors</a>
  5491. Equal to M84 (compatibility)
  5492. */
  5493. case 18: //compatibility
  5494. case 84: // M84
  5495. if(code_seen('S')){
  5496. stepper_inactive_time = code_value() * 1000;
  5497. }
  5498. else
  5499. {
  5500. 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])));
  5501. if(all_axis)
  5502. {
  5503. st_synchronize();
  5504. disable_e0();
  5505. disable_e1();
  5506. disable_e2();
  5507. finishAndDisableSteppers();
  5508. }
  5509. else
  5510. {
  5511. st_synchronize();
  5512. if (code_seen('X')) disable_x();
  5513. if (code_seen('Y')) disable_y();
  5514. if (code_seen('Z')) disable_z();
  5515. #if ((E0_ENABLE_PIN != X_ENABLE_PIN) && (E1_ENABLE_PIN != Y_ENABLE_PIN)) // Only enable on boards that have seperate ENABLE_PINS
  5516. if (code_seen('E')) {
  5517. disable_e0();
  5518. disable_e1();
  5519. disable_e2();
  5520. }
  5521. #endif
  5522. }
  5523. }
  5524. break;
  5525. /*!
  5526. ### M85 - Set max inactive time <a href="https://reprap.org/wiki/G-code#M85:_Set_Inactivity_Shutdown_Timer">M85: Set Inactivity Shutdown Timer</a>
  5527. #### Usage
  5528. M85 [ S ]
  5529. #### Parameters
  5530. - `S` - specifies the time in seconds. If a value of 0 is specified, the timer is disabled.
  5531. */
  5532. case 85: // M85
  5533. if(code_seen('S')) {
  5534. max_inactive_time = code_value() * 1000;
  5535. }
  5536. break;
  5537. #ifdef SAFETYTIMER
  5538. /*!
  5539. ### 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>
  5540. When safety timer expires, heatbed and nozzle target temperatures are set to zero.
  5541. #### Usage
  5542. M86 [ S ]
  5543. #### Parameters
  5544. - `S` - specifies the time in seconds. If a value of 0 is specified, the timer is disabled.
  5545. */
  5546. case 86:
  5547. if (code_seen('S')) {
  5548. safetytimer_inactive_time = code_value() * 1000;
  5549. safetyTimer.start();
  5550. }
  5551. break;
  5552. #endif
  5553. /*!
  5554. ### 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>
  5555. 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)
  5556. #### Usage
  5557. M92 [ X | Y | Z | E ]
  5558. #### Parameters
  5559. - `X` - Steps per unit for the X drive
  5560. - `Y` - Steps per unit for the Y drive
  5561. - `Z` - Steps per unit for the Z drive
  5562. - `E` - Steps per unit for the extruder drive
  5563. */
  5564. case 92:
  5565. for(int8_t i=0; i < NUM_AXIS; i++)
  5566. {
  5567. if(code_seen(axis_codes[i]))
  5568. {
  5569. if(i == E_AXIS) { // E
  5570. float value = code_value();
  5571. if(value < 20.0) {
  5572. float factor = cs.axis_steps_per_unit[i] / value; // increase e constants if M92 E14 is given for netfab.
  5573. cs.max_jerk[E_AXIS] *= factor;
  5574. max_feedrate[i] *= factor;
  5575. axis_steps_per_sqr_second[i] *= factor;
  5576. }
  5577. cs.axis_steps_per_unit[i] = value;
  5578. #if defined(FILAMENT_SENSOR) && (FILAMENT_SENSOR_TYPE == FSENSOR_PAT9125)
  5579. fsensor.init();
  5580. #endif //defined(FILAMENT_SENSOR) && (FILAMENT_SENSOR_TYPE == FSENSOR_PAT9125)
  5581. }
  5582. else {
  5583. cs.axis_steps_per_unit[i] = code_value();
  5584. }
  5585. }
  5586. }
  5587. reset_acceleration_rates();
  5588. break;
  5589. /*!
  5590. ### M110 - Set Line number <a href="https://reprap.org/wiki/G-code#M110:_Set_Current_Line_Number">M110: Set Current Line Number</a>
  5591. Sets the line number in G-code
  5592. #### Usage
  5593. M110 [ N ]
  5594. #### Parameters
  5595. - `N` - Line number
  5596. */
  5597. case 110:
  5598. if (code_seen('N'))
  5599. gcode_LastN = code_value_long();
  5600. break;
  5601. /*!
  5602. ### M113 - Get or set host keep-alive interval <a href="https://reprap.org/wiki/G-code#M113:_Host_Keepalive">M113: Host Keepalive</a>
  5603. 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).
  5604. #### Usage
  5605. M113 [ S ]
  5606. #### Parameters
  5607. - `S` - Seconds. Default is 2 seconds between "busy" messages
  5608. */
  5609. case 113:
  5610. if (code_seen('S')) {
  5611. host_keepalive_interval = code_value_uint8();
  5612. // NOMORE(host_keepalive_interval, 60);
  5613. }
  5614. else {
  5615. SERIAL_ECHO_START;
  5616. SERIAL_ECHOPAIR("M113 S", (unsigned long)host_keepalive_interval);
  5617. SERIAL_PROTOCOLLN();
  5618. }
  5619. break;
  5620. /*!
  5621. ### M115 - Firmware info <a href="https://reprap.org/wiki/G-code#M115:_Get_Firmware_Version_and_Capabilities">M115: Get Firmware Version and Capabilities</a>
  5622. Print the firmware info and capabilities
  5623. Without any arguments, prints Prusa firmware version number, machine type, extruder count and UUID.
  5624. `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.
  5625. _Examples:_
  5626. `M115` results:
  5627. `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`
  5628. `M115 V` results:
  5629. `3.8.1`
  5630. `M115 U3.8.2-RC1` results on LCD display for 30s or user interaction:
  5631. `New firmware version available: 3.8.2-RC1 Please upgrade.`
  5632. #### Usage
  5633. M115 [ V | U ]
  5634. #### Parameters
  5635. - V - Report current installed firmware version
  5636. - U - Firmware version provided by G-code to be compared to current one.
  5637. */
  5638. case 115: // M115
  5639. if (code_seen('V')) {
  5640. // Report the Prusa version number.
  5641. SERIAL_PROTOCOLLNRPGM(FW_VERSION_STR_P());
  5642. } else if (code_seen('U')) {
  5643. // Check the firmware version provided. If the firmware version provided by the U code is higher than the currently running firmware,
  5644. // pause the print for 30s and ask the user to upgrade the firmware.
  5645. show_upgrade_dialog_if_version_newer(++ strchr_pointer);
  5646. } else {
  5647. SERIAL_ECHOPGM("FIRMWARE_NAME:Prusa-Firmware ");
  5648. SERIAL_ECHORPGM(FW_VERSION_STR_P());
  5649. SERIAL_ECHOPGM(" based on Marlin FIRMWARE_URL:https://github.com/prusa3d/Prusa-Firmware PROTOCOL_VERSION:");
  5650. SERIAL_ECHOPGM(PROTOCOL_VERSION);
  5651. SERIAL_ECHOPGM(" MACHINE_TYPE:");
  5652. SERIAL_ECHOPGM(CUSTOM_MENDEL_NAME);
  5653. SERIAL_ECHOPGM(" EXTRUDER_COUNT:");
  5654. SERIAL_ECHOPGM(STRINGIFY(EXTRUDERS));
  5655. SERIAL_ECHOPGM(" UUID:");
  5656. SERIAL_ECHOLNPGM(MACHINE_UUID);
  5657. #ifdef EXTENDED_CAPABILITIES_REPORT
  5658. extended_capabilities_report();
  5659. #endif //EXTENDED_CAPABILITIES_REPORT
  5660. }
  5661. break;
  5662. /*!
  5663. ### M114 - Get current position <a href="https://reprap.org/wiki/G-code#M114:_Get_Current_Position">M114: Get Current Position</a>
  5664. */
  5665. case 114:
  5666. gcode_M114();
  5667. break;
  5668. /*!
  5669. ### M117 - Display Message <a href="https://reprap.org/wiki/G-code#M117:_Display_Message">M117: Display Message</a>
  5670. */
  5671. case 117: {
  5672. const char *src = strchr_pointer + 4; // "M117"
  5673. lcd_setstatus(*src == ' '? src + 1: src);
  5674. custom_message_type = CustomMsg::M117;
  5675. }
  5676. break;
  5677. #ifdef M120_M121_ENABLED
  5678. /*!
  5679. ### M120 - Enable endstops <a href="https://reprap.org/wiki/G-code#M120:_Enable_endstop_detection">M120: Enable endstop detection</a>
  5680. */
  5681. case 120:
  5682. enable_endstops(true) ;
  5683. break;
  5684. /*!
  5685. ### M121 - Disable endstops <a href="https://reprap.org/wiki/G-code#M121:_Disable_endstop_detection">M121: Disable endstop detection</a>
  5686. */
  5687. case 121:
  5688. enable_endstops(false) ;
  5689. break;
  5690. #endif //M120_M121_ENABLED
  5691. /*!
  5692. ### M119 - Get endstop states <a href="https://reprap.org/wiki/G-code#M119:_Get_Endstop_Status">M119: Get Endstop Status</a>
  5693. 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.
  5694. */
  5695. case 119:
  5696. SERIAL_PROTOCOLRPGM(_N("Reporting endstop status"));////MSG_M119_REPORT
  5697. SERIAL_PROTOCOLLN();
  5698. #if defined(X_MIN_PIN) && X_MIN_PIN > -1
  5699. SERIAL_PROTOCOLRPGM(_n("x_min: "));////MSG_X_MIN
  5700. if(READ(X_MIN_PIN)^X_MIN_ENDSTOP_INVERTING){
  5701. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5702. }else{
  5703. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5704. }
  5705. SERIAL_PROTOCOLLN();
  5706. #endif
  5707. #if defined(X_MAX_PIN) && X_MAX_PIN > -1
  5708. SERIAL_PROTOCOLRPGM(_n("x_max: "));////MSG_X_MAX
  5709. if(READ(X_MAX_PIN)^X_MAX_ENDSTOP_INVERTING){
  5710. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5711. }else{
  5712. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5713. }
  5714. SERIAL_PROTOCOLLN();
  5715. #endif
  5716. #if defined(Y_MIN_PIN) && Y_MIN_PIN > -1
  5717. SERIAL_PROTOCOLRPGM(_n("y_min: "));////MSG_Y_MIN
  5718. if(READ(Y_MIN_PIN)^Y_MIN_ENDSTOP_INVERTING){
  5719. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5720. }else{
  5721. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5722. }
  5723. SERIAL_PROTOCOLLN();
  5724. #endif
  5725. #if defined(Y_MAX_PIN) && Y_MAX_PIN > -1
  5726. SERIAL_PROTOCOLRPGM(_n("y_max: "));////MSG_Y_MAX
  5727. if(READ(Y_MAX_PIN)^Y_MAX_ENDSTOP_INVERTING){
  5728. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5729. }else{
  5730. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5731. }
  5732. SERIAL_PROTOCOLLN();
  5733. #endif
  5734. #if defined(Z_MIN_PIN) && Z_MIN_PIN > -1
  5735. SERIAL_PROTOCOLRPGM(MSG_Z_MIN);
  5736. if(READ(Z_MIN_PIN)^Z_MIN_ENDSTOP_INVERTING){
  5737. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5738. }else{
  5739. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5740. }
  5741. SERIAL_PROTOCOLLN();
  5742. #endif
  5743. #if defined(Z_MAX_PIN) && Z_MAX_PIN > -1
  5744. SERIAL_PROTOCOLRPGM(MSG_Z_MAX);
  5745. if(READ(Z_MAX_PIN)^Z_MAX_ENDSTOP_INVERTING){
  5746. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5747. }else{
  5748. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5749. }
  5750. SERIAL_PROTOCOLLN();
  5751. #endif
  5752. break;
  5753. //!@todo update for all axes, use for loop
  5754. #if (defined(FANCHECK) && (((defined(TACH_0) && (TACH_0 >-1)) || (defined(TACH_1) && (TACH_1 > -1)))))
  5755. /*!
  5756. ### M123 - Tachometer value <a href="https://www.reprap.org/wiki/G-code#M123:_Tachometer_value_.28RepRap_.26_Prusa.29">M123: Tachometer value</a>
  5757. This command is used to report fan speeds and fan pwm values.
  5758. #### Usage
  5759. M123
  5760. - E0: - Hotend fan speed in RPM
  5761. - PRN1: - Part cooling fans speed in RPM
  5762. - E0@: - Hotend fan PWM value
  5763. - PRN1@: -Part cooling fan PWM value
  5764. _Example:_
  5765. E0:3240 RPM PRN1:4560 RPM E0@:255 PRN1@:255
  5766. */
  5767. case 123:
  5768. gcode_M123();
  5769. break;
  5770. #endif //FANCHECK and TACH_0 and TACH_1
  5771. #ifdef BLINKM
  5772. /*!
  5773. ### M150 - Set RGB(W) Color <a href="https://reprap.org/wiki/G-code#M150:_Set_LED_color">M150: Set LED color</a>
  5774. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code by defining BLINKM and its dependencies.
  5775. #### Usage
  5776. M150 [ R | U | B ]
  5777. #### Parameters
  5778. - `R` - Red color value
  5779. - `U` - Green color value. It is NOT `G`!
  5780. - `B` - Blue color value
  5781. */
  5782. case 150:
  5783. {
  5784. byte red;
  5785. byte grn;
  5786. byte blu;
  5787. if(code_seen('R')) red = code_value();
  5788. if(code_seen('U')) grn = code_value();
  5789. if(code_seen('B')) blu = code_value();
  5790. SendColors(red,grn,blu);
  5791. }
  5792. break;
  5793. #endif //BLINKM
  5794. /*!
  5795. ### M200 - Set filament diameter <a href="https://reprap.org/wiki/G-code#M200:_Set_filament_diameter">M200: Set filament diameter</a>
  5796. #### Usage
  5797. M200 [ D | T ]
  5798. #### Parameters
  5799. - `D` - Diameter in mm
  5800. - `T` - Number of extruder (MMUs)
  5801. */
  5802. case 200: // M200 D<millimeters> set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).
  5803. {
  5804. uint8_t extruder = active_extruder;
  5805. if(code_seen('T')) {
  5806. extruder = code_value_uint8();
  5807. if(extruder >= EXTRUDERS) {
  5808. SERIAL_ECHO_START;
  5809. SERIAL_ECHO(_n("M200 Invalid extruder "));////MSG_M200_INVALID_EXTRUDER
  5810. break;
  5811. }
  5812. }
  5813. if(code_seen('D')) {
  5814. float diameter = code_value();
  5815. if (diameter == 0.0) {
  5816. // setting any extruder filament size disables volumetric on the assumption that
  5817. // slicers either generate in extruder values as cubic mm or as as filament feeds
  5818. // for all extruders
  5819. cs.volumetric_enabled = false;
  5820. } else {
  5821. cs.filament_size[extruder] = code_value();
  5822. // make sure all extruders have some sane value for the filament size
  5823. cs.filament_size[0] = (cs.filament_size[0] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : cs.filament_size[0]);
  5824. #if EXTRUDERS > 1
  5825. cs.filament_size[1] = (cs.filament_size[1] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : cs.filament_size[1]);
  5826. #if EXTRUDERS > 2
  5827. cs.filament_size[2] = (cs.filament_size[2] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : cs.filament_size[2]);
  5828. #endif
  5829. #endif
  5830. cs.volumetric_enabled = true;
  5831. }
  5832. } else {
  5833. //reserved for setting filament diameter via UFID or filament measuring device
  5834. break;
  5835. }
  5836. calculate_extruder_multipliers();
  5837. }
  5838. break;
  5839. /*!
  5840. ### M201 - Set Print Max Acceleration <a href="https://reprap.org/wiki/G-code#M201:_Set_max_acceleration">M201: Set max printing acceleration</a>
  5841. For each axis individually.
  5842. ##### Usage
  5843. M201 [ X | Y | Z | E ]
  5844. ##### Parameters
  5845. - `X` - Acceleration for X axis in units/s^2
  5846. - `Y` - Acceleration for Y axis in units/s^2
  5847. - `Z` - Acceleration for Z axis in units/s^2
  5848. - `E` - Acceleration for the active or specified extruder in units/s^2
  5849. */
  5850. case 201:
  5851. for (int8_t i = 0; i < NUM_AXIS; i++)
  5852. {
  5853. if (code_seen(axis_codes[i]))
  5854. {
  5855. unsigned long val = code_value();
  5856. #ifdef TMC2130
  5857. unsigned long val_silent = val;
  5858. if ((i == X_AXIS) || (i == Y_AXIS))
  5859. {
  5860. if (val > NORMAL_MAX_ACCEL_XY)
  5861. val = NORMAL_MAX_ACCEL_XY;
  5862. if (val_silent > SILENT_MAX_ACCEL_XY)
  5863. val_silent = SILENT_MAX_ACCEL_XY;
  5864. }
  5865. cs.max_acceleration_units_per_sq_second_normal[i] = val;
  5866. cs.max_acceleration_units_per_sq_second_silent[i] = val_silent;
  5867. #else //TMC2130
  5868. max_acceleration_units_per_sq_second[i] = val;
  5869. #endif //TMC2130
  5870. }
  5871. }
  5872. // 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)
  5873. reset_acceleration_rates();
  5874. break;
  5875. #if 0 // Not used for Sprinter/grbl gen6
  5876. case 202: // M202
  5877. for(int8_t i=0; i < NUM_AXIS; i++) {
  5878. if(code_seen(axis_codes[i])) axis_travel_steps_per_sqr_second[i] = code_value() * cs.axis_steps_per_unit[i];
  5879. }
  5880. break;
  5881. #endif
  5882. /*!
  5883. ### M203 - Set Max Feedrate <a href="https://reprap.org/wiki/G-code#M203:_Set_maximum_feedrate">M203: Set maximum feedrate</a>
  5884. For each axis individually.
  5885. ##### Usage
  5886. M203 [ X | Y | Z | E ]
  5887. ##### Parameters
  5888. - `X` - Maximum feedrate for X axis
  5889. - `Y` - Maximum feedrate for Y axis
  5890. - `Z` - Maximum feedrate for Z axis
  5891. - `E` - Maximum feedrate for extruder drives
  5892. */
  5893. case 203: // M203 max feedrate mm/sec
  5894. for (uint8_t i = 0; i < NUM_AXIS; i++)
  5895. {
  5896. if (code_seen(axis_codes[i]))
  5897. {
  5898. float val = code_value();
  5899. #ifdef TMC2130
  5900. float val_silent = val;
  5901. if ((i == X_AXIS) || (i == Y_AXIS))
  5902. {
  5903. if (val > NORMAL_MAX_FEEDRATE_XY)
  5904. val = NORMAL_MAX_FEEDRATE_XY;
  5905. if (val_silent > SILENT_MAX_FEEDRATE_XY)
  5906. val_silent = SILENT_MAX_FEEDRATE_XY;
  5907. }
  5908. cs.max_feedrate_normal[i] = val;
  5909. cs.max_feedrate_silent[i] = val_silent;
  5910. #else //TMC2130
  5911. max_feedrate[i] = val;
  5912. #endif //TMC2130
  5913. }
  5914. }
  5915. break;
  5916. /*!
  5917. ### M204 - Acceleration settings <a href="https://reprap.org/wiki/G-code#M204:_Set_default_acceleration">M204: Set default acceleration</a>
  5918. #### Old format:
  5919. ##### Usage
  5920. M204 [ S | T ]
  5921. ##### Parameters
  5922. - `S` - normal moves
  5923. - `T` - filmanent only moves
  5924. #### New format:
  5925. ##### Usage
  5926. M204 [ P | R | T ]
  5927. ##### Parameters
  5928. - `P` - printing moves
  5929. - `R` - filmanent only moves
  5930. - `T` - travel moves (as of now T is ignored)
  5931. */
  5932. case 204:
  5933. {
  5934. if(code_seen('S')) {
  5935. // Legacy acceleration format. This format is used by the legacy Marlin, MK2 or MK3 firmware,
  5936. // and it is also generated by Slic3r to control acceleration per extrusion type
  5937. // (there is a separate acceleration settings in Slicer for perimeter, first layer etc).
  5938. cs.acceleration = cs.travel_acceleration = code_value();
  5939. // Interpret the T value as retract acceleration in the old Marlin format.
  5940. if(code_seen('T'))
  5941. cs.retract_acceleration = code_value();
  5942. } else {
  5943. // New acceleration format, compatible with the upstream Marlin.
  5944. if(code_seen('P'))
  5945. cs.acceleration = code_value();
  5946. if(code_seen('R'))
  5947. cs.retract_acceleration = code_value();
  5948. if(code_seen('T'))
  5949. cs.travel_acceleration = code_value();
  5950. }
  5951. }
  5952. break;
  5953. /*!
  5954. ### M205 - Set advanced settings <a href="https://reprap.org/wiki/G-code#M205:_Advanced_settings">M205: Advanced settings</a>
  5955. Set some advanced settings related to movement.
  5956. #### Usage
  5957. M205 [ S | T | B | X | Y | Z | E ]
  5958. #### Parameters
  5959. - `S` - Minimum feedrate for print moves (unit/s)
  5960. - `T` - Minimum feedrate for travel moves (units/s)
  5961. - `B` - Minimum segment time (us)
  5962. - `X` - Maximum X jerk (units/s)
  5963. - `Y` - Maximum Y jerk (units/s)
  5964. - `Z` - Maximum Z jerk (units/s)
  5965. - `E` - Maximum E jerk (units/s)
  5966. */
  5967. case 205:
  5968. {
  5969. if(code_seen('S')) cs.minimumfeedrate = code_value();
  5970. if(code_seen('T')) cs.mintravelfeedrate = code_value();
  5971. if(code_seen('B')) cs.minsegmenttime = code_value() ;
  5972. if(code_seen('X')) cs.max_jerk[X_AXIS] = cs.max_jerk[Y_AXIS] = code_value();
  5973. if(code_seen('Y')) cs.max_jerk[Y_AXIS] = code_value();
  5974. if(code_seen('Z')) cs.max_jerk[Z_AXIS] = code_value();
  5975. if(code_seen('E'))
  5976. {
  5977. float e = code_value();
  5978. #ifndef LA_NOCOMPAT
  5979. e = la10c_jerk(e);
  5980. #endif
  5981. cs.max_jerk[E_AXIS] = e;
  5982. }
  5983. }
  5984. break;
  5985. /*!
  5986. ### M206 - Set additional homing offsets <a href="https://reprap.org/wiki/G-code#M206:_Offset_axes">M206: Offset axes</a>
  5987. #### Usage
  5988. M206 [ X | Y | Z ]
  5989. #### Parameters
  5990. - `X` - X axis offset
  5991. - `Y` - Y axis offset
  5992. - `Z` - Z axis offset
  5993. */
  5994. case 206:
  5995. for(uint8_t i=0; i < 3; i++)
  5996. {
  5997. if(code_seen(axis_codes[i])) cs.add_homing[i] = code_value();
  5998. }
  5999. break;
  6000. #ifdef FWRETRACT
  6001. /*!
  6002. ### M207 - Set firmware retraction <a href="https://reprap.org/wiki/G-code#M207:_Set_retract_length">M207: Set retract length</a>
  6003. #### Usage
  6004. M207 [ S | F | Z ]
  6005. #### Parameters
  6006. - `S` - positive length to retract, in mm
  6007. - `F` - retraction feedrate, in mm/min
  6008. - `Z` - additional zlift/hop
  6009. */
  6010. case 207: //M207 - set retract length S[positive mm] F[feedrate mm/min] Z[additional zlift/hop]
  6011. {
  6012. if(code_seen('S'))
  6013. {
  6014. cs.retract_length = code_value() ;
  6015. }
  6016. if(code_seen('F'))
  6017. {
  6018. cs.retract_feedrate = code_value()/60 ;
  6019. }
  6020. if(code_seen('Z'))
  6021. {
  6022. cs.retract_zlift = code_value() ;
  6023. }
  6024. }break;
  6025. /*!
  6026. ### M208 - Set retract recover length <a href="https://reprap.org/wiki/G-code#M208:_Set_unretract_length">M208: Set unretract length</a>
  6027. #### Usage
  6028. M208 [ S | F ]
  6029. #### Parameters
  6030. - `S` - positive length surplus to the M207 Snnn, in mm
  6031. - `F` - feedrate, in mm/sec
  6032. */
  6033. case 208: // M208 - set retract recover length S[positive mm surplus to the M207 S*] F[feedrate mm/min]
  6034. {
  6035. if(code_seen('S'))
  6036. {
  6037. cs.retract_recover_length = code_value() ;
  6038. }
  6039. if(code_seen('F'))
  6040. {
  6041. cs.retract_recover_feedrate = code_value()/60 ;
  6042. }
  6043. }break;
  6044. /*!
  6045. ### M209 - Enable/disable automatict retract <a href="https://reprap.org/wiki/G-code#M209:_Enable_automatic_retract">M209: Enable automatic retract</a>
  6046. 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.
  6047. #### Usage
  6048. M209 [ S ]
  6049. #### Parameters
  6050. - `S` - 1=true or 0=false
  6051. */
  6052. 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.
  6053. {
  6054. if(code_seen('S'))
  6055. {
  6056. switch(code_value_uint8())
  6057. {
  6058. case 0:
  6059. {
  6060. cs.autoretract_enabled=false;
  6061. retracted[0]=false;
  6062. #if EXTRUDERS > 1
  6063. retracted[1]=false;
  6064. #endif
  6065. #if EXTRUDERS > 2
  6066. retracted[2]=false;
  6067. #endif
  6068. }break;
  6069. case 1:
  6070. {
  6071. cs.autoretract_enabled=true;
  6072. retracted[0]=false;
  6073. #if EXTRUDERS > 1
  6074. retracted[1]=false;
  6075. #endif
  6076. #if EXTRUDERS > 2
  6077. retracted[2]=false;
  6078. #endif
  6079. }break;
  6080. default:
  6081. SERIAL_ECHO_START;
  6082. SERIAL_ECHORPGM(MSG_UNKNOWN_COMMAND);
  6083. SERIAL_ECHO(CMDBUFFER_CURRENT_STRING);
  6084. SERIAL_ECHOLNPGM("\"(1)");
  6085. }
  6086. }
  6087. }break;
  6088. #endif // FWRETRACT
  6089. /*!
  6090. ### M214 - Set Arc configuration values (Use M500 to store in eeprom)
  6091. #### Usage
  6092. M214 [P] [S] [N] [R] [F]
  6093. #### Parameters
  6094. - `P` - A float representing the max and default millimeters per arc segment. Must be greater than 0.
  6095. - `S` - A float representing the minimum allowable millimeters per arc segment. Set to 0 to disable
  6096. - `N` - An int representing the number of arcs to draw before correcting the small angle approximation. Set to 0 to disable.
  6097. - `R` - An int representing the minimum number of segments per arcs of any radius,
  6098. except when the results in segment lengths greater than or less than the minimum
  6099. and maximum segment length. Set to 0 to disable.
  6100. - 'F' - An int representing the number of segments per second, unless this results in segment lengths
  6101. greater than or less than the minimum and maximum segment length. Set to 0 to disable.
  6102. */
  6103. case 214: //!@n M214 - Set Arc Parameters (Use M500 to store in eeprom) P<MM_PER_ARC_SEGMENT> S<MIN_MM_PER_ARC_SEGMENT> R<MIN_ARC_SEGMENTS> F<ARC_SEGMENTS_PER_SEC>
  6104. {
  6105. // Extract all possible parameters if they appear
  6106. float p = code_seen('P') ? code_value_float() : cs.mm_per_arc_segment;
  6107. float s = code_seen('S') ? code_value_float() : cs.min_mm_per_arc_segment;
  6108. unsigned char n = code_seen('N') ? code_value() : cs.n_arc_correction;
  6109. unsigned short r = code_seen('R') ? code_value() : cs.min_arc_segments;
  6110. unsigned short f = code_seen('F') ? code_value() : cs.arc_segments_per_sec;
  6111. // Ensure mm_per_arc_segment is greater than 0, and that min_mm_per_arc_segment is sero or greater than or equal to mm_per_arc_segment
  6112. if (p <=0 || s < 0 || p < s)
  6113. {
  6114. // Should we display some error here?
  6115. break;
  6116. }
  6117. cs.mm_per_arc_segment = p;
  6118. cs.min_mm_per_arc_segment = s;
  6119. cs.n_arc_correction = n;
  6120. cs.min_arc_segments = r;
  6121. cs.arc_segments_per_sec = f;
  6122. }break;
  6123. #if EXTRUDERS > 1
  6124. /*!
  6125. ### M218 - Set hotend offset <a href="https://reprap.org/wiki/G-code#M218:_Set_Hotend_Offset">M218: Set Hotend Offset</a>
  6126. 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.
  6127. #### Usage
  6128. M218 [ X | Y ]
  6129. #### Parameters
  6130. - `X` - X offset
  6131. - `Y` - Y offset
  6132. */
  6133. case 218: // M218 - set hotend offset (in mm), T<extruder_number> X<offset_on_X> Y<offset_on_Y>
  6134. {
  6135. uint8_t extruder;
  6136. if(setTargetedHotend(218, extruder)){
  6137. break;
  6138. }
  6139. if(code_seen('X'))
  6140. {
  6141. extruder_offset[X_AXIS][extruder] = code_value();
  6142. }
  6143. if(code_seen('Y'))
  6144. {
  6145. extruder_offset[Y_AXIS][extruder] = code_value();
  6146. }
  6147. SERIAL_ECHO_START;
  6148. SERIAL_ECHORPGM(MSG_HOTEND_OFFSET);
  6149. for(extruder = 0; extruder < EXTRUDERS; extruder++)
  6150. {
  6151. SERIAL_ECHO(" ");
  6152. SERIAL_ECHO(extruder_offset[X_AXIS][extruder]);
  6153. SERIAL_ECHO(",");
  6154. SERIAL_ECHO(extruder_offset[Y_AXIS][extruder]);
  6155. }
  6156. SERIAL_ECHOLN("");
  6157. }break;
  6158. #endif
  6159. /*!
  6160. ### 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>
  6161. #### Usage
  6162. M220 [ B | S | R ]
  6163. #### Parameters
  6164. - `B` - Backup current speed factor
  6165. - `S` - Speed factor override percentage (0..100 or higher)
  6166. - `R` - Restore previous speed factor
  6167. */
  6168. case 220: // M220 S<factor in percent>- set speed factor override percentage
  6169. {
  6170. bool codesWereSeen = false;
  6171. if (code_seen('B')) //backup current speed factor
  6172. {
  6173. saved_feedmultiply_mm = feedmultiply;
  6174. codesWereSeen = true;
  6175. }
  6176. if (code_seen('S'))
  6177. {
  6178. feedmultiply = code_value_short();
  6179. codesWereSeen = true;
  6180. }
  6181. if (code_seen('R')) //restore previous feedmultiply
  6182. {
  6183. feedmultiply = saved_feedmultiply_mm;
  6184. codesWereSeen = true;
  6185. }
  6186. if (!codesWereSeen)
  6187. {
  6188. printf_P(PSTR("%i%%\n"), feedmultiply);
  6189. }
  6190. }
  6191. break;
  6192. /*!
  6193. ### 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>
  6194. #### Usage
  6195. M221 [ S ]
  6196. #### Parameters
  6197. - `S` - Extrude factor override percentage (0..100 or higher), default 100%
  6198. */
  6199. case 221: // M221 S<factor in percent>- set extrude factor override percentage
  6200. {
  6201. if (code_seen('S'))
  6202. {
  6203. extrudemultiply = code_value_short();
  6204. calculate_extruder_multipliers();
  6205. }
  6206. else
  6207. {
  6208. printf_P(PSTR("%i%%\n"), extrudemultiply);
  6209. }
  6210. }
  6211. break;
  6212. /*!
  6213. ### M226 - Wait for Pin state <a href="https://reprap.org/wiki/G-code#M226:_Wait_for_pin_state">M226: Wait for pin state</a>
  6214. Wait until the specified pin reaches the state required
  6215. #### Usage
  6216. M226 [ P | S ]
  6217. #### Parameters
  6218. - `P` - pin number
  6219. - `S` - pin state
  6220. */
  6221. case 226: // M226 P<pin number> S<pin state>- Wait until the specified pin reaches the state required
  6222. {
  6223. if(code_seen('P')){
  6224. int pin_number = code_value_short(); // pin number
  6225. int pin_state = -1; // required pin state - default is inverted
  6226. if(code_seen('S')) pin_state = code_value_short(); // required pin state
  6227. if(pin_state >= -1 && pin_state <= 1){
  6228. for(int8_t i = 0; i < (int8_t)(sizeof(sensitive_pins)/sizeof(sensitive_pins[0])); i++)
  6229. {
  6230. if (((int8_t)pgm_read_byte(&sensitive_pins[i]) == pin_number))
  6231. {
  6232. pin_number = -1;
  6233. break;
  6234. }
  6235. }
  6236. if (pin_number > -1)
  6237. {
  6238. int target = LOW;
  6239. st_synchronize();
  6240. pinMode(pin_number, INPUT);
  6241. switch(pin_state){
  6242. case 1:
  6243. target = HIGH;
  6244. break;
  6245. case 0:
  6246. target = LOW;
  6247. break;
  6248. case -1:
  6249. target = !digitalRead(pin_number);
  6250. break;
  6251. }
  6252. while(digitalRead(pin_number) != target){
  6253. manage_heater();
  6254. manage_inactivity();
  6255. lcd_update(0);
  6256. }
  6257. }
  6258. }
  6259. }
  6260. }
  6261. break;
  6262. #if NUM_SERVOS > 0
  6263. /*!
  6264. ### M280 - Set/Get servo position <a href="https://reprap.org/wiki/G-code#M280:_Set_servo_position">M280: Set servo position</a>
  6265. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  6266. #### Usage
  6267. M280 [ P | S ]
  6268. #### Parameters
  6269. - `P` - Servo index (id)
  6270. - `S` - Target position
  6271. */
  6272. case 280: // M280 - set servo position absolute. P: servo index, S: angle or microseconds
  6273. {
  6274. int servo_index = -1;
  6275. int servo_position = 0;
  6276. if (code_seen('P'))
  6277. servo_index = code_value();
  6278. if (code_seen('S')) {
  6279. servo_position = code_value();
  6280. if ((servo_index >= 0) && (servo_index < NUM_SERVOS)) {
  6281. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  6282. servos[servo_index].attach(0);
  6283. #endif
  6284. servos[servo_index].write(servo_position);
  6285. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  6286. _delay(PROBE_SERVO_DEACTIVATION_DELAY);
  6287. servos[servo_index].detach();
  6288. #endif
  6289. }
  6290. else {
  6291. SERIAL_ECHO_START;
  6292. SERIAL_ECHO("Servo ");
  6293. SERIAL_ECHO(servo_index);
  6294. SERIAL_ECHOLN(" out of range");
  6295. }
  6296. }
  6297. else if (servo_index >= 0) {
  6298. SERIAL_PROTOCOL(MSG_OK);
  6299. SERIAL_PROTOCOL(" Servo ");
  6300. SERIAL_PROTOCOL(servo_index);
  6301. SERIAL_PROTOCOL(": ");
  6302. SERIAL_PROTOCOLLN(servos[servo_index].read());
  6303. }
  6304. }
  6305. break;
  6306. #endif // NUM_SERVOS > 0
  6307. #if (LARGE_FLASH == true && BEEPER > 0 )
  6308. /*!
  6309. ### M300 - Play tone <a href="https://reprap.org/wiki/G-code#M300:_Play_beep_sound">M300: Play beep sound</a>
  6310. In Prusa Firmware the defaults are `100Hz` and `1000ms`, so that `M300` without parameters will beep for a second.
  6311. #### Usage
  6312. M300 [ S | P ]
  6313. #### Parameters
  6314. - `S` - frequency in Hz. Not all firmware versions support this parameter
  6315. - `P` - duration in milliseconds
  6316. */
  6317. case 300: // M300
  6318. {
  6319. uint16_t beepS = code_seen('S') ? code_value() : 0;
  6320. uint16_t beepP = code_seen('P') ? code_value() : 1000;
  6321. #if BEEPER > 0
  6322. if (beepP > 0)
  6323. Sound_MakeCustom(beepP,beepS,false);
  6324. #endif
  6325. }
  6326. break;
  6327. #endif // M300
  6328. #ifdef PIDTEMP
  6329. /*!
  6330. ### M301 - Set hotend PID <a href="https://reprap.org/wiki/G-code#M301:_Set_PID_parameters">M301: Set PID parameters</a>
  6331. Sets Proportional (P), Integral (I) and Derivative (D) values for hot end.
  6332. See also <a href="https://reprap.org/wiki/PID_Tuning">PID Tuning.</a>
  6333. #### Usage
  6334. M301 [ P | I | D ]
  6335. #### Parameters
  6336. - `P` - proportional (Kp)
  6337. - `I` - integral (Ki)
  6338. - `D` - derivative (Kd)
  6339. */
  6340. case 301:
  6341. {
  6342. if(code_seen('P')) cs.Kp = code_value();
  6343. if(code_seen('I')) cs.Ki = scalePID_i(code_value());
  6344. if(code_seen('D')) cs.Kd = scalePID_d(code_value());
  6345. updatePID();
  6346. SERIAL_PROTOCOLRPGM(MSG_OK);
  6347. SERIAL_PROTOCOLPGM(" p:");
  6348. SERIAL_PROTOCOL(cs.Kp);
  6349. SERIAL_PROTOCOLPGM(" i:");
  6350. SERIAL_PROTOCOL(unscalePID_i(cs.Ki));
  6351. SERIAL_PROTOCOLPGM(" d:");
  6352. SERIAL_PROTOCOL(unscalePID_d(cs.Kd));
  6353. SERIAL_PROTOCOLLN();
  6354. }
  6355. break;
  6356. #endif //PIDTEMP
  6357. #ifdef PIDTEMPBED
  6358. /*!
  6359. ### M304 - Set bed PID <a href="https://reprap.org/wiki/G-code#M304:_Set_PID_parameters_-_Bed">M304: Set PID parameters - Bed</a>
  6360. Sets Proportional (P), Integral (I) and Derivative (D) values for bed.
  6361. See also <a href="https://reprap.org/wiki/PID_Tuning">PID Tuning.</a>
  6362. #### Usage
  6363. M304 [ P | I | D ]
  6364. #### Parameters
  6365. - `P` - proportional (Kp)
  6366. - `I` - integral (Ki)
  6367. - `D` - derivative (Kd)
  6368. */
  6369. case 304:
  6370. {
  6371. if(code_seen('P')) cs.bedKp = code_value();
  6372. if(code_seen('I')) cs.bedKi = scalePID_i(code_value());
  6373. if(code_seen('D')) cs.bedKd = scalePID_d(code_value());
  6374. updatePID();
  6375. SERIAL_PROTOCOLRPGM(MSG_OK);
  6376. SERIAL_PROTOCOLPGM(" p:");
  6377. SERIAL_PROTOCOL(cs.bedKp);
  6378. SERIAL_PROTOCOLPGM(" i:");
  6379. SERIAL_PROTOCOL(unscalePID_i(cs.bedKi));
  6380. SERIAL_PROTOCOLPGM(" d:");
  6381. SERIAL_PROTOCOLLN(unscalePID_d(cs.bedKd));
  6382. }
  6383. break;
  6384. #endif //PIDTEMP
  6385. /*!
  6386. ### M240 - Trigger camera <a href="https://reprap.org/wiki/G-code#M240:_Trigger_camera">M240: Trigger camera</a>
  6387. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  6388. You need to (re)define and assign `CHDK` or `PHOTOGRAPH_PIN` the correct pin number to be able to use the feature.
  6389. */
  6390. case 240: // M240 Triggers a camera by emulating a Canon RC-1 : http://www.doc-diy.net/photo/rc-1_hacked/
  6391. {
  6392. #ifdef CHDK
  6393. SET_OUTPUT(CHDK);
  6394. WRITE(CHDK, HIGH);
  6395. chdkHigh = _millis();
  6396. chdkActive = true;
  6397. #else
  6398. #if defined(PHOTOGRAPH_PIN) && PHOTOGRAPH_PIN > -1
  6399. const uint8_t NUM_PULSES=16;
  6400. const float PULSE_LENGTH=0.01524;
  6401. for(int i=0; i < NUM_PULSES; i++) {
  6402. WRITE(PHOTOGRAPH_PIN, HIGH);
  6403. _delay_ms(PULSE_LENGTH);
  6404. WRITE(PHOTOGRAPH_PIN, LOW);
  6405. _delay_ms(PULSE_LENGTH);
  6406. }
  6407. _delay(7.33);
  6408. for(int i=0; i < NUM_PULSES; i++) {
  6409. WRITE(PHOTOGRAPH_PIN, HIGH);
  6410. _delay_ms(PULSE_LENGTH);
  6411. WRITE(PHOTOGRAPH_PIN, LOW);
  6412. _delay_ms(PULSE_LENGTH);
  6413. }
  6414. #endif
  6415. #endif //chdk end if
  6416. }
  6417. break;
  6418. #ifdef PREVENT_DANGEROUS_EXTRUDE
  6419. /*!
  6420. ### 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>
  6421. 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.
  6422. #### Usage
  6423. M302 [ S ]
  6424. #### Parameters
  6425. - `S` - Cold extrude minimum temperature
  6426. */
  6427. case 302:
  6428. {
  6429. int temp = 0;
  6430. if (code_seen('S')) temp=code_value_short();
  6431. set_extrude_min_temp(temp);
  6432. }
  6433. break;
  6434. #endif
  6435. /*!
  6436. ### M303 - PID autotune <a href="https://reprap.org/wiki/G-code#M303:_Run_PID_tuning">M303: Run PID tuning</a>
  6437. 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.
  6438. #### Usage
  6439. M303 [ E | S | C ]
  6440. #### Parameters
  6441. - `E` - Extruder, default `E0`. Use `E-1` to calibrate the bed PID
  6442. - `S` - Target temperature, default `210°C` for hotend, 70 for bed
  6443. - `C` - Cycles, default `5`
  6444. */
  6445. case 303:
  6446. {
  6447. float temp = 150.0;
  6448. int e = 0;
  6449. int c = 5;
  6450. if (code_seen('E')) e = code_value_short();
  6451. if (e < 0)
  6452. temp = 70;
  6453. if (code_seen('S')) temp = code_value();
  6454. if (code_seen('C')) c = code_value_short();
  6455. PID_autotune(temp, e, c);
  6456. }
  6457. break;
  6458. #ifdef TEMP_MODEL
  6459. /*!
  6460. ### M310 - Temperature model settings <a href="https://reprap.org/wiki/G-code#M310:_Temperature_model_settings">M310: Temperature model settings</a>
  6461. #### Usage
  6462. M310 ; report values
  6463. M310 [ A ] [ F ] ; autotune
  6464. M310 [ S ] ; set 0=disable 1=enable
  6465. M310 [ I ] [ R ] ; set resistance at index
  6466. M310 [ P | C ] ; set power, capacitance
  6467. M310 [ B | E | W ] ; set beeper, warning and error threshold
  6468. M310 [ T ] ; set ambient temperature correction
  6469. #### Parameters
  6470. - `I` - resistance index position (0-15)
  6471. - `R` - resistance value at index (K/W; requires `I`)
  6472. - `P` - power (W)
  6473. - `C` - capacitance (J/K)
  6474. - `S` - set 0=disable 1=enable
  6475. - `B` - beep and warn when reaching warning threshold 0=disable 1=enable (default: 1)
  6476. - `E` - error threshold (K/s; default in variant)
  6477. - `W` - warning threshold (K/s; default in variant)
  6478. - `T` - ambient temperature correction (K; default in variant)
  6479. - `A` - autotune C+R values
  6480. - `F` - force model self-test state (0=off 1=on) during autotune using current values
  6481. */
  6482. case 310:
  6483. {
  6484. // parse all parameters
  6485. float P = NAN, C = NAN, R = NAN, E = NAN, W = NAN, T = NAN;
  6486. int8_t I = -1, S = -1, B = -1, A = -1, F = -1;
  6487. if(code_seen('C')) C = code_value();
  6488. if(code_seen('P')) P = code_value();
  6489. if(code_seen('I')) I = code_value_short();
  6490. if(code_seen('R')) R = code_value();
  6491. if(code_seen('S')) S = code_value_short();
  6492. if(code_seen('B')) B = code_value_short();
  6493. if(code_seen('E')) E = code_value();
  6494. if(code_seen('W')) W = code_value();
  6495. if(code_seen('T')) T = code_value();
  6496. if(code_seen('A')) A = code_value_short();
  6497. if(code_seen('F')) F = code_value_short();
  6498. // report values if nothing has been requested
  6499. if(isnan(C) && isnan(P) && isnan(R) && isnan(E) && isnan(W) && isnan(T) && I < 0 && S < 0 && B < 0 && A < 0) {
  6500. temp_model_report_settings();
  6501. break;
  6502. }
  6503. // update all parameters
  6504. if(B >= 0) temp_model_set_warn_beep(B);
  6505. if(!isnan(C) || !isnan(P) || !isnan(T) || !isnan(W) || !isnan(E)) temp_model_set_params(C, P, T, W, E);
  6506. if(I >= 0 && !isnan(R)) temp_model_set_resistance(I, R);
  6507. // enable the model last, if requested
  6508. if(S >= 0) temp_model_set_enabled(S);
  6509. // run autotune
  6510. if(A >= 0) temp_model_autotune(A, F > 0);
  6511. }
  6512. break;
  6513. #endif
  6514. /*!
  6515. ### 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>
  6516. Finishes all current moves and and thus clears the buffer.
  6517. Equivalent to `G4` with no parameters.
  6518. */
  6519. case 400:
  6520. {
  6521. st_synchronize();
  6522. }
  6523. break;
  6524. /*!
  6525. ### 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>
  6526. Currently three different materials are needed (default, flex and PVA).
  6527. And storing this information for different load/unload profiles etc. in the future firmware does not have to wait for "ok" from MMU.
  6528. #### Usage
  6529. M403 [ E | F ]
  6530. #### Parameters
  6531. - `E` - Extruder number. 0-indexed.
  6532. - `F` - Filament type
  6533. */
  6534. case 403:
  6535. {
  6536. // currently three different materials are needed (default, flex and PVA)
  6537. // add storing this information for different load/unload profiles etc. in the future
  6538. if (MMU2::mmu2.Enabled())
  6539. {
  6540. uint8_t extruder = 255;
  6541. uint8_t filament = FILAMENT_UNDEFINED;
  6542. if(code_seen('E')) extruder = code_value_uint8();
  6543. if(code_seen('F')) filament = code_value_uint8();
  6544. MMU2::mmu2.set_filament_type(extruder, filament);
  6545. }
  6546. }
  6547. break;
  6548. /*!
  6549. ### 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>
  6550. Save current parameters to EEPROM.
  6551. */
  6552. case 500:
  6553. {
  6554. Config_StoreSettings();
  6555. }
  6556. break;
  6557. /*!
  6558. ### M501 - Read settings from EEPROM <a href="https://reprap.org/wiki/G-code#M501:_Read_parameters_from_EEPROM">M501: Read parameters from EEPROM</a>
  6559. Set the active parameters to those stored in the EEPROM. This is useful to revert parameters after experimenting with them.
  6560. */
  6561. case 501:
  6562. {
  6563. Config_RetrieveSettings();
  6564. }
  6565. break;
  6566. /*!
  6567. ### M502 - Revert all settings to factory default <a href="https://reprap.org/wiki/G-code#M502:_Restore_Default_Settings">M502: Restore Default Settings</a>
  6568. 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.
  6569. */
  6570. case 502:
  6571. {
  6572. Config_ResetDefault();
  6573. }
  6574. break;
  6575. /*!
  6576. ### M503 - Repport all settings currently in memory <a href="https://reprap.org/wiki/G-code#M503:_Report_Current_Settings">M503: Report Current Settings</a>
  6577. 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.
  6578. */
  6579. case 503:
  6580. {
  6581. Config_PrintSettings();
  6582. }
  6583. break;
  6584. /*!
  6585. ### M509 - Force language selection <a href="https://reprap.org/wiki/G-code#M509:_Force_language_selection">M509: Force language selection</a>
  6586. Resets the language to English.
  6587. Only on Original Prusa i3 MK2.5/s and MK3/s with multiple languages.
  6588. */
  6589. case 509:
  6590. {
  6591. lang_reset();
  6592. SERIAL_ECHO_START;
  6593. SERIAL_PROTOCOLPGM(("LANG SEL FORCED"));
  6594. }
  6595. break;
  6596. #ifdef ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED
  6597. /*!
  6598. ### 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>
  6599. 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`.
  6600. #### Usage
  6601. M540 [ S ]
  6602. #### Parameters
  6603. - `S` - disabled=0, enabled=1
  6604. */
  6605. case 540:
  6606. {
  6607. if(code_seen('S')) abort_on_endstop_hit = code_value() > 0;
  6608. }
  6609. break;
  6610. #endif
  6611. #ifdef ENABLE_AUTO_BED_LEVELING
  6612. /*!
  6613. ### M851 - Set Z-Probe Offset <a href="https://reprap.org/wiki/G-code#M851:_Set_Z-Probe_Offset">M851: Set Z-Probe Offset"</a>
  6614. 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.
  6615. 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.)
  6616. #### Usage
  6617. M851 [ Z ]
  6618. #### Parameters
  6619. - `Z` - Z offset probe to nozzle.
  6620. */
  6621. #ifdef CUSTOM_M_CODE_SET_Z_PROBE_OFFSET
  6622. case CUSTOM_M_CODE_SET_Z_PROBE_OFFSET:
  6623. {
  6624. float value;
  6625. if (code_seen('Z'))
  6626. {
  6627. value = code_value();
  6628. if ((Z_PROBE_OFFSET_RANGE_MIN <= value) && (value <= Z_PROBE_OFFSET_RANGE_MAX))
  6629. {
  6630. cs.zprobe_zoffset = -value; // compare w/ line 278 of ConfigurationStore.cpp
  6631. SERIAL_ECHO_START;
  6632. SERIAL_ECHOLNRPGM(CAT4(MSG_ZPROBE_ZOFFSET, " ", MSG_OK,PSTR("")));
  6633. SERIAL_PROTOCOLLN();
  6634. }
  6635. else
  6636. {
  6637. SERIAL_ECHO_START;
  6638. SERIAL_ECHORPGM(MSG_ZPROBE_ZOFFSET);
  6639. SERIAL_ECHORPGM(MSG_Z_MIN);
  6640. SERIAL_ECHO(Z_PROBE_OFFSET_RANGE_MIN);
  6641. SERIAL_ECHORPGM(MSG_Z_MAX);
  6642. SERIAL_ECHO(Z_PROBE_OFFSET_RANGE_MAX);
  6643. SERIAL_PROTOCOLLN();
  6644. }
  6645. }
  6646. else
  6647. {
  6648. SERIAL_ECHO_START;
  6649. SERIAL_ECHOLNRPGM(CAT2(MSG_ZPROBE_ZOFFSET, PSTR(" : ")));
  6650. SERIAL_ECHO(-cs.zprobe_zoffset);
  6651. SERIAL_PROTOCOLLN();
  6652. }
  6653. break;
  6654. }
  6655. #endif // CUSTOM_M_CODE_SET_Z_PROBE_OFFSET
  6656. #endif // ENABLE_AUTO_BED_LEVELING
  6657. /*!
  6658. ### M552 - Set IP address <a href="https://reprap.org/wiki/G-code#M552:_Set_IP_address.2C_enable.2Fdisable_network_interface">M552: Set IP address, enable/disable network interface"</a>
  6659. Sets the printer IP address that is shown in the support menu. Designed to be used with the help of host software.
  6660. If P is not specified nothing happens.
  6661. If the structure of the IP address is invalid, 0.0.0.0 is assumed and nothing is shown on the screen in the Support menu.
  6662. #### Usage
  6663. M552 [ P<IP_address> ]
  6664. #### Parameters
  6665. - `P` - The IP address in xxx.xxx.xxx.xxx format. Eg: P192.168.1.14
  6666. */
  6667. case 552:
  6668. {
  6669. if (code_seen('P'))
  6670. {
  6671. uint8_t valCnt = 0;
  6672. IP_address = 0;
  6673. do
  6674. {
  6675. *strchr_pointer = '*';
  6676. ((uint8_t*)&IP_address)[valCnt] = code_value_short();
  6677. valCnt++;
  6678. } while ((valCnt < 4) && code_seen('.'));
  6679. if (valCnt != 4)
  6680. IP_address = 0;
  6681. }
  6682. } break;
  6683. #ifdef FILAMENTCHANGEENABLE
  6684. /*!
  6685. ### M600 - Initiate Filament change procedure <a href="https://reprap.org/wiki/G-code#M600:_Filament_change_pause">M600: Filament change pause</a>
  6686. Initiates Filament change, it is also used during Filament Runout Sensor process.
  6687. If the `M600` is triggered under 25mm it will do a Z-lift of 25mm to prevent a filament blob.
  6688. #### Usage
  6689. M600 [ X | Y | Z | E | L | AUTO ]
  6690. - `X` - X position, default 211
  6691. - `Y` - Y position, default 0
  6692. - `Z` - relative lift Z, default MIN_Z_FOR_SWAP.
  6693. - `E` - initial retract, default -2
  6694. - `L` - later retract distance for removal, default -80
  6695. - `AUTO` - Automatically (only with MMU)
  6696. */
  6697. case 600: //Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
  6698. {
  6699. st_synchronize();
  6700. float x_position = current_position[X_AXIS];
  6701. float y_position = current_position[Y_AXIS];
  6702. float z_shift = MIN_Z_FOR_SWAP;
  6703. float e_shift_init = 0;
  6704. float e_shift_late = 0;
  6705. bool automatic = false;
  6706. //Retract extruder
  6707. if(code_seen('E'))
  6708. {
  6709. e_shift_init = code_value();
  6710. }
  6711. else
  6712. {
  6713. #ifdef FILAMENTCHANGE_FIRSTRETRACT
  6714. e_shift_init = FILAMENTCHANGE_FIRSTRETRACT ;
  6715. #endif
  6716. }
  6717. //currently don't work as we are using the same unload sequence as in M702, needs re-work
  6718. if (code_seen('L'))
  6719. {
  6720. e_shift_late = code_value();
  6721. }
  6722. else
  6723. {
  6724. #ifdef FILAMENTCHANGE_FINALRETRACT
  6725. e_shift_late = FILAMENTCHANGE_FINALRETRACT;
  6726. #endif
  6727. }
  6728. // Z lift. For safety only allow positive values
  6729. if (code_seen('Z')) z_shift = fabs(code_value());
  6730. //Move XY to side
  6731. if(code_seen('X'))
  6732. {
  6733. x_position = code_value();
  6734. }
  6735. else
  6736. {
  6737. #ifdef FILAMENTCHANGE_XPOS
  6738. x_position = FILAMENTCHANGE_XPOS;
  6739. #endif
  6740. }
  6741. if(code_seen('Y'))
  6742. {
  6743. y_position = code_value();
  6744. }
  6745. else
  6746. {
  6747. #ifdef FILAMENTCHANGE_YPOS
  6748. y_position = FILAMENTCHANGE_YPOS ;
  6749. #endif
  6750. }
  6751. if (MMU2::mmu2.Enabled() && code_seen_P(PSTR("AUTO")))
  6752. automatic = true;
  6753. gcode_M600(automatic, x_position, y_position, z_shift, e_shift_init, e_shift_late);
  6754. }
  6755. break;
  6756. #endif //FILAMENTCHANGEENABLE
  6757. /*!
  6758. ### M601 - Pause print <a href="https://reprap.org/wiki/G-code#M601:_Pause_print">M601: Pause print</a>
  6759. */
  6760. /*!
  6761. ### M125 - Pause print (TODO: not implemented)
  6762. */
  6763. /*!
  6764. ### M25 - Pause SD print <a href="https://reprap.org/wiki/G-code#M25:_Pause_SD_print">M25: Pause SD print</a>
  6765. */
  6766. case 25:
  6767. case 601:
  6768. {
  6769. if (!isPrintPaused) {
  6770. st_synchronize();
  6771. ClearToSend(); //send OK even before the command finishes executing because we want to make sure it is not skipped because of cmdqueue_pop_front();
  6772. cmdqueue_pop_front(); //trick because we want skip this command (M601) after restore
  6773. lcd_pause_print();
  6774. }
  6775. }
  6776. break;
  6777. /*!
  6778. ### M602 - Resume print <a href="https://reprap.org/wiki/G-code#M602:_Resume_print">M602: Resume print</a>
  6779. */
  6780. case 602:
  6781. {
  6782. if (isPrintPaused) lcd_resume_print();
  6783. }
  6784. break;
  6785. /*!
  6786. ### M603 - Stop print <a href="https://reprap.org/wiki/G-code#M603:_Stop_print">M603: Stop print</a>
  6787. */
  6788. case 603: {
  6789. print_stop();
  6790. }
  6791. break;
  6792. #ifdef PINDA_THERMISTOR
  6793. /*!
  6794. ### 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>
  6795. Wait for PINDA thermistor to reach target temperature
  6796. #### Usage
  6797. M860 [ S ]
  6798. #### Parameters
  6799. - `S` - Target temperature
  6800. */
  6801. case 860:
  6802. {
  6803. int set_target_pinda = 0;
  6804. if (code_seen('S')) {
  6805. set_target_pinda = code_value_short();
  6806. }
  6807. else {
  6808. break;
  6809. }
  6810. LCD_MESSAGERPGM(_T(MSG_PLEASE_WAIT));
  6811. SERIAL_PROTOCOLPGM("Wait for PINDA target temperature:");
  6812. SERIAL_PROTOCOLLN(set_target_pinda);
  6813. codenum = _millis();
  6814. cancel_heatup = false;
  6815. bool is_pinda_cooling = false;
  6816. if ((degTargetBed() == 0) && (degTargetHotend(0) == 0)) {
  6817. is_pinda_cooling = true;
  6818. }
  6819. while ( ((!is_pinda_cooling) && (!cancel_heatup) && (current_temperature_pinda < set_target_pinda)) || (is_pinda_cooling && (current_temperature_pinda > set_target_pinda)) ) {
  6820. if ((_millis() - codenum) > 1000) //Print Temp Reading every 1 second while waiting.
  6821. {
  6822. SERIAL_PROTOCOLPGM("P:");
  6823. SERIAL_PROTOCOL_F(current_temperature_pinda, 1);
  6824. SERIAL_PROTOCOL('/');
  6825. SERIAL_PROTOCOLLN(set_target_pinda);
  6826. codenum = _millis();
  6827. }
  6828. manage_heater();
  6829. manage_inactivity();
  6830. lcd_update(0);
  6831. }
  6832. LCD_MESSAGERPGM(MSG_OK);
  6833. break;
  6834. }
  6835. /*!
  6836. ### 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>
  6837. Set compensation ustep value `S` for compensation table index `I`.
  6838. #### Usage
  6839. M861 [ ? | ! | Z | S | I ]
  6840. #### Parameters
  6841. - `?` - Print current EEPROM offset values
  6842. - `!` - Set factory default values
  6843. - `Z` - Set all values to 0 (effectively disabling PINDA temperature compensation)
  6844. - `S` - Microsteps
  6845. - `I` - Table index
  6846. */
  6847. case 861: {
  6848. const char * const _header = PSTR("index, temp, ustep, um");
  6849. if (code_seen('?')) { // ? - Print out current EEPROM offset values
  6850. int16_t usteps = 0;
  6851. SERIAL_PROTOCOLPGM("PINDA cal status: ");
  6852. SERIAL_PROTOCOLLN(calibration_status_pinda());
  6853. SERIAL_PROTOCOLLNRPGM(_header);
  6854. for (uint8_t i = 0; i < 6; i++)
  6855. {
  6856. if(i > 0) {
  6857. usteps = eeprom_read_word((uint16_t*) EEPROM_PROBE_TEMP_SHIFT + (i - 1));
  6858. }
  6859. float mm = ((float)usteps) / cs.axis_steps_per_unit[Z_AXIS];
  6860. i == 0 ? SERIAL_PROTOCOLPGM("n/a") : SERIAL_PROTOCOL(i - 1);
  6861. SERIAL_PROTOCOLPGM(", ");
  6862. SERIAL_PROTOCOL(35 + (i * 5));
  6863. SERIAL_PROTOCOLPGM(", ");
  6864. SERIAL_PROTOCOL(usteps);
  6865. SERIAL_PROTOCOLPGM(", ");
  6866. SERIAL_PROTOCOLLN(mm * 1000);
  6867. }
  6868. }
  6869. else if (code_seen('!')) { // ! - Set factory default values
  6870. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  6871. int16_t z_shift = 8; //40C - 20um - 8usteps
  6872. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT, z_shift);
  6873. z_shift = 24; //45C - 60um - 24usteps
  6874. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + 1, z_shift);
  6875. z_shift = 48; //50C - 120um - 48usteps
  6876. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + 2, z_shift);
  6877. z_shift = 80; //55C - 200um - 80usteps
  6878. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + 3, z_shift);
  6879. z_shift = 120; //60C - 300um - 120usteps
  6880. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + 4, z_shift);
  6881. SERIAL_PROTOCOLLNPGM("factory restored");
  6882. }
  6883. else if (code_seen('Z')) { // Z - Set all values to 0 (effectively disabling PINDA temperature compensation)
  6884. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  6885. int16_t z_shift = 0;
  6886. for (uint8_t i = 0; i < 5; i++) {
  6887. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + i, z_shift);
  6888. }
  6889. SERIAL_PROTOCOLLNPGM("zerorized");
  6890. }
  6891. else if (code_seen('S')) { // Sxxx Iyyy - Set compensation ustep value S for compensation table index I
  6892. int16_t usteps = code_value_short();
  6893. if (code_seen('I')) {
  6894. uint8_t index = code_value_uint8();
  6895. if (index < 5) {
  6896. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + index, usteps);
  6897. SERIAL_PROTOCOLLNRPGM(MSG_OK);
  6898. SERIAL_PROTOCOLLNRPGM(_header);
  6899. for (uint8_t i = 0; i < 6; i++)
  6900. {
  6901. usteps = 0;
  6902. if (i > 0) {
  6903. usteps = eeprom_read_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + (i - 1));
  6904. }
  6905. float mm = ((float)usteps) / cs.axis_steps_per_unit[Z_AXIS];
  6906. i == 0 ? SERIAL_PROTOCOLPGM("n/a") : SERIAL_PROTOCOL(i - 1);
  6907. SERIAL_PROTOCOLPGM(", ");
  6908. SERIAL_PROTOCOL(35 + (i * 5));
  6909. SERIAL_PROTOCOLPGM(", ");
  6910. SERIAL_PROTOCOL(usteps);
  6911. SERIAL_PROTOCOLPGM(", ");
  6912. SERIAL_PROTOCOLLN(mm * 1000);
  6913. }
  6914. }
  6915. }
  6916. }
  6917. else {
  6918. SERIAL_PROTOCOLLNPGM("no valid command");
  6919. }
  6920. } break;
  6921. #endif //PINDA_THERMISTOR
  6922. /*!
  6923. ### M862 - Print checking <a href="https://reprap.org/wiki/G-code#M862:_Print_checking">M862: Print checking</a>
  6924. Checks the parameters of the printer and gcode and performs compatibility check
  6925. - M862.1 { P<nozzle_diameter> | Q } 0.25/0.40/0.60
  6926. - M862.2 { P<model_code> | Q }
  6927. - M862.3 { P"<model_name>" | Q }
  6928. - M862.4 { P<fw_version> | Q }
  6929. - M862.5 { P<gcode_level> | Q }
  6930. When run with P<> argument, the check is performed against the input value.
  6931. When run with Q argument, the current value is shown.
  6932. M862.3 accepts text identifiers of printer types too.
  6933. The syntax of M862.3 is (note the quotes around the type):
  6934. M862.3 P "MK3S"
  6935. Accepted printer type identifiers and their numeric counterparts:
  6936. - MK1 (100)
  6937. - MK2 (200)
  6938. - MK2MM (201)
  6939. - MK2S (202)
  6940. - MK2SMM (203)
  6941. - MK2.5 (250)
  6942. - MK2.5MMU2 (20250)
  6943. - MK2.5S (252)
  6944. - MK2.5SMMU2S (20252)
  6945. - MK3 (300)
  6946. - MK3MMU2 (20300)
  6947. - MK3S (302)
  6948. - MK3SMMU2S (20302)
  6949. */
  6950. case 862: // M862: print checking
  6951. float nDummy;
  6952. uint8_t nCommand;
  6953. nCommand=(uint8_t)(modff(code_value_float(),&nDummy)*10.0+0.5);
  6954. switch((ClPrintChecking)nCommand)
  6955. {
  6956. case ClPrintChecking::_Nozzle: // ~ .1
  6957. uint16_t nDiameter;
  6958. if(code_seen('P'))
  6959. {
  6960. nDiameter=(uint16_t)(code_value()*1000.0+0.5); // [,um]
  6961. nozzle_diameter_check(nDiameter);
  6962. }
  6963. else if(code_seen('Q'))
  6964. SERIAL_PROTOCOLLN((float)eeprom_read_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM)/1000.0);
  6965. break;
  6966. case ClPrintChecking::_Model: { // ~ .2
  6967. uint16_t type = nPrinterType(MMU2::mmu2.Enabled());
  6968. if(code_seen('P'))
  6969. {
  6970. uint16_t nPrinterModel;
  6971. nPrinterModel=(uint16_t)code_value_long();
  6972. // based on current state of MMU (active/stopped/connecting) perform a runtime update of the printer type
  6973. printer_model_check(nPrinterModel, type);
  6974. }
  6975. else if(code_seen('Q'))
  6976. SERIAL_PROTOCOLLN(type);
  6977. } break;
  6978. case ClPrintChecking::_Smodel: { // ~ .3
  6979. const char *type = sPrinterType(MMU2::mmu2.Enabled());
  6980. if(code_seen('P'))
  6981. {
  6982. printer_smodel_check(strchr_pointer, type);
  6983. }
  6984. else if(code_seen('Q'))
  6985. SERIAL_PROTOCOLLNRPGM(type);
  6986. } break;
  6987. case ClPrintChecking::_Version: // ~ .4
  6988. if(code_seen('P'))
  6989. fw_version_check(++strchr_pointer);
  6990. else if(code_seen('Q'))
  6991. SERIAL_PROTOCOLLNRPGM(FW_VERSION_STR_P());
  6992. break;
  6993. case ClPrintChecking::_Gcode: // ~ .5
  6994. if(code_seen('P'))
  6995. {
  6996. uint16_t nGcodeLevel;
  6997. nGcodeLevel=(uint16_t)code_value_long();
  6998. gcode_level_check(nGcodeLevel);
  6999. }
  7000. else if(code_seen('Q'))
  7001. SERIAL_PROTOCOLLN(GCODE_LEVEL);
  7002. break;
  7003. }
  7004. break;
  7005. #ifdef LIN_ADVANCE
  7006. /*!
  7007. ### 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>
  7008. 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.
  7009. #### Usage
  7010. M900 [ K | R | W | H | D]
  7011. #### Parameters
  7012. - `K` - Advance K factor
  7013. - `R` - Set ratio directly (overrides WH/D)
  7014. - `W` - Width
  7015. - `H` - Height
  7016. - `D` - Diameter Set ratio from WH/D
  7017. */
  7018. case 900:
  7019. gcode_M900();
  7020. break;
  7021. #endif
  7022. /*!
  7023. ### 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>
  7024. Set digital trimpot motor current using axis codes (X, Y, Z, E, B, S).
  7025. M907 has no effect when the experimental Extruder motor current scaling mode is active (that applies to farm printing as well)
  7026. #### Usage
  7027. M907 [ X | Y | Z | E | B | S ]
  7028. #### Parameters
  7029. - `X` - X motor driver
  7030. - `Y` - Y motor driver
  7031. - `Z` - Z motor driver
  7032. - `E` - Extruder motor driver
  7033. - `B` - Second Extruder motor driver
  7034. - `S` - All motors
  7035. */
  7036. case 907:
  7037. {
  7038. #ifdef TMC2130
  7039. // See tmc2130_cur2val() for translation to 0 .. 63 range
  7040. for (uint_least8_t i = 0; i < NUM_AXIS; i++){
  7041. if(code_seen(axis_codes[i])){
  7042. if( i == E_AXIS && FarmOrUserECool() ){
  7043. SERIAL_ECHORPGM(eMotorCurrentScalingEnabled);
  7044. SERIAL_ECHOLNPGM(", M907 E ignored");
  7045. continue;
  7046. }
  7047. long cur_mA = code_value_long();
  7048. uint8_t val = tmc2130_cur2val(cur_mA);
  7049. tmc2130_set_current_h(i, val);
  7050. tmc2130_set_current_r(i, val);
  7051. //if (i == E_AXIS) printf_P(PSTR("E-axis current=%ldmA\n"), cur_mA);
  7052. }
  7053. }
  7054. #else //TMC2130
  7055. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  7056. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) st_current_set(i,code_value());
  7057. if(code_seen('B')) st_current_set(4,code_value());
  7058. if(code_seen('S')) for(int i=0;i<=4;i++) st_current_set(i,code_value());
  7059. #endif
  7060. #ifdef MOTOR_CURRENT_PWM_XY_PIN
  7061. if(code_seen('X')) st_current_set(0, code_value());
  7062. #endif
  7063. #ifdef MOTOR_CURRENT_PWM_Z_PIN
  7064. if(code_seen('Z')) st_current_set(1, code_value());
  7065. #endif
  7066. #ifdef MOTOR_CURRENT_PWM_E_PIN
  7067. if(code_seen('E')) st_current_set(2, code_value());
  7068. #endif
  7069. #endif //TMC2130
  7070. }
  7071. break;
  7072. /*!
  7073. ### M908 - Control digital trimpot directly <a href="https://reprap.org/wiki/G-code#M908:_Control_digital_trimpot_directly">M908: Control digital trimpot directly</a>
  7074. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code. Not usable on Prusa printers.
  7075. #### Usage
  7076. M908 [ P | S ]
  7077. #### Parameters
  7078. - `P` - channel
  7079. - `S` - current
  7080. */
  7081. case 908:
  7082. {
  7083. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  7084. uint8_t channel,current;
  7085. if(code_seen('P')) channel=code_value();
  7086. if(code_seen('S')) current=code_value();
  7087. digitalPotWrite(channel, current);
  7088. #endif
  7089. }
  7090. break;
  7091. #ifdef TMC2130_SERVICE_CODES_M910_M918
  7092. /*!
  7093. ### M910 - TMC2130 init <a href="https://reprap.org/wiki/G-code#M910:_TMC2130_init">M910: TMC2130 init</a>
  7094. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7095. */
  7096. case 910:
  7097. {
  7098. tmc2130_init(TMCInitParams(false, FarmOrUserECool()));
  7099. }
  7100. break;
  7101. /*!
  7102. ### M911 - Set TMC2130 holding currents <a href="https://reprap.org/wiki/G-code#M911:_Set_TMC2130_holding_currents">M911: Set TMC2130 holding currents</a>
  7103. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7104. #### Usage
  7105. M911 [ X | Y | Z | E ]
  7106. #### Parameters
  7107. - `X` - X stepper driver holding current value
  7108. - `Y` - Y stepper driver holding current value
  7109. - `Z` - Z stepper driver holding current value
  7110. - `E` - Extruder stepper driver holding current value
  7111. */
  7112. case 911:
  7113. {
  7114. if (code_seen('X')) tmc2130_set_current_h(0, code_value());
  7115. if (code_seen('Y')) tmc2130_set_current_h(1, code_value());
  7116. if (code_seen('Z')) tmc2130_set_current_h(2, code_value());
  7117. if (code_seen('E')) tmc2130_set_current_h(3, code_value());
  7118. }
  7119. break;
  7120. /*!
  7121. ### M912 - Set TMC2130 running currents <a href="https://reprap.org/wiki/G-code#M912:_Set_TMC2130_running_currents">M912: Set TMC2130 running currents</a>
  7122. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7123. #### Usage
  7124. M912 [ X | Y | Z | E ]
  7125. #### Parameters
  7126. - `X` - X stepper driver running current value
  7127. - `Y` - Y stepper driver running current value
  7128. - `Z` - Z stepper driver running current value
  7129. - `E` - Extruder stepper driver running current value
  7130. */
  7131. case 912:
  7132. {
  7133. if (code_seen('X')) tmc2130_set_current_r(0, code_value());
  7134. if (code_seen('Y')) tmc2130_set_current_r(1, code_value());
  7135. if (code_seen('Z')) tmc2130_set_current_r(2, code_value());
  7136. if (code_seen('E')) tmc2130_set_current_r(3, code_value());
  7137. }
  7138. break;
  7139. /*!
  7140. ### M913 - Print TMC2130 currents <a href="https://reprap.org/wiki/G-code#M913:_Print_TMC2130_currents">M913: Print TMC2130 currents</a>
  7141. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7142. Shows TMC2130 currents.
  7143. */
  7144. case 913:
  7145. {
  7146. tmc2130_print_currents();
  7147. }
  7148. break;
  7149. /*!
  7150. ### M914 - Set TMC2130 normal mode <a href="https://reprap.org/wiki/G-code#M914:_Set_TMC2130_normal_mode">M914: Set TMC2130 normal mode</a>
  7151. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7152. */
  7153. case 914:
  7154. {
  7155. tmc2130_mode = TMC2130_MODE_NORMAL;
  7156. update_mode_profile();
  7157. tmc2130_init(TMCInitParams(false, FarmOrUserECool()));
  7158. }
  7159. break;
  7160. /*!
  7161. ### M915 - Set TMC2130 silent mode <a href="https://reprap.org/wiki/G-code#M915:_Set_TMC2130_silent_mode">M915: Set TMC2130 silent mode</a>
  7162. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7163. */
  7164. case 915:
  7165. {
  7166. tmc2130_mode = TMC2130_MODE_SILENT;
  7167. update_mode_profile();
  7168. tmc2130_init(TMCInitParams(false, FarmOrUserECool()));
  7169. }
  7170. break;
  7171. /*!
  7172. ### 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>
  7173. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7174. #### Usage
  7175. M916 [ X | Y | Z | E ]
  7176. #### Parameters
  7177. - `X` - X stepper driver stallguard sensitivity threshold value
  7178. - `Y` - Y stepper driver stallguard sensitivity threshold value
  7179. - `Z` - Z stepper driver stallguard sensitivity threshold value
  7180. - `E` - Extruder stepper driver stallguard sensitivity threshold value
  7181. */
  7182. case 916:
  7183. {
  7184. if (code_seen('X')) tmc2130_sg_thr[X_AXIS] = code_value();
  7185. if (code_seen('Y')) tmc2130_sg_thr[Y_AXIS] = code_value();
  7186. if (code_seen('Z')) tmc2130_sg_thr[Z_AXIS] = code_value();
  7187. if (code_seen('E')) tmc2130_sg_thr[E_AXIS] = code_value();
  7188. for (uint8_t a = X_AXIS; a <= E_AXIS; a++)
  7189. printf_P(_N("tmc2130_sg_thr[%c]=%d\n"), "XYZE"[a], tmc2130_sg_thr[a]);
  7190. }
  7191. break;
  7192. /*!
  7193. ### 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>
  7194. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7195. #### Usage
  7196. M917 [ X | Y | Z | E ]
  7197. #### Parameters
  7198. - `X` - X stepper driver PWM amplitude offset value
  7199. - `Y` - Y stepper driver PWM amplitude offset value
  7200. - `Z` - Z stepper driver PWM amplitude offset value
  7201. - `E` - Extruder stepper driver PWM amplitude offset value
  7202. */
  7203. case 917:
  7204. {
  7205. if (code_seen('X')) tmc2130_set_pwm_ampl(0, code_value());
  7206. if (code_seen('Y')) tmc2130_set_pwm_ampl(1, code_value());
  7207. if (code_seen('Z')) tmc2130_set_pwm_ampl(2, code_value());
  7208. if (code_seen('E')) tmc2130_set_pwm_ampl(3, code_value());
  7209. }
  7210. break;
  7211. /*!
  7212. ### 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>
  7213. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7214. #### Usage
  7215. M918 [ X | Y | Z | E ]
  7216. #### Parameters
  7217. - `X` - X stepper driver PWM amplitude gradient value
  7218. - `Y` - Y stepper driver PWM amplitude gradient value
  7219. - `Z` - Z stepper driver PWM amplitude gradient value
  7220. - `E` - Extruder stepper driver PWM amplitude gradient value
  7221. */
  7222. case 918:
  7223. {
  7224. if (code_seen('X')) tmc2130_set_pwm_grad(0, code_value());
  7225. if (code_seen('Y')) tmc2130_set_pwm_grad(1, code_value());
  7226. if (code_seen('Z')) tmc2130_set_pwm_grad(2, code_value());
  7227. if (code_seen('E')) tmc2130_set_pwm_grad(3, code_value());
  7228. }
  7229. break;
  7230. #endif //TMC2130_SERVICE_CODES_M910_M918
  7231. /*!
  7232. ### M350 - Set microstepping mode <a href="https://reprap.org/wiki/G-code#M350:_Set_microstepping_mode">M350: Set microstepping mode</a>
  7233. 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!
  7234. Printers without TMC2130 drivers also have `B` and `S` options. In this case, the steps-per-unit value in not changed!
  7235. #### Usage
  7236. M350 [ X | Y | Z | E | B | S ]
  7237. #### Parameters
  7238. - `X` - X new resolution
  7239. - `Y` - Y new resolution
  7240. - `Z` - Z new resolution
  7241. - `E` - E new resolution
  7242. Only valid for MK2.5(S) or printers without TMC2130 drivers
  7243. - `B` - Second extruder new resolution
  7244. - `S` - All axes new resolution
  7245. */
  7246. case 350:
  7247. {
  7248. #ifdef TMC2130
  7249. for (uint_least8_t i=0; i<NUM_AXIS; i++)
  7250. {
  7251. if(code_seen(axis_codes[i]))
  7252. {
  7253. uint16_t res_new = code_value();
  7254. #ifdef ALLOW_ALL_MRES
  7255. bool res_valid = res_new > 0 && res_new <= 256 && !(res_new & (res_new - 1)); // must be a power of two
  7256. #else
  7257. bool res_valid = (res_new == 8) || (res_new == 16) || (res_new == 32); // resolutions valid for all axis
  7258. res_valid |= (i != E_AXIS) && ((res_new == 1) || (res_new == 2) || (res_new == 4)); // resolutions valid for X Y Z only
  7259. res_valid |= (i == E_AXIS) && ((res_new == 64) || (res_new == 128)); // resolutions valid for E only
  7260. #endif
  7261. if (res_valid)
  7262. {
  7263. st_synchronize();
  7264. uint16_t res = tmc2130_get_res(i);
  7265. tmc2130_set_res(i, res_new);
  7266. cs.axis_ustep_resolution[i] = res_new;
  7267. if (res_new > res)
  7268. {
  7269. uint16_t fac = (res_new / res);
  7270. cs.axis_steps_per_unit[i] *= fac;
  7271. position[i] *= fac;
  7272. }
  7273. else
  7274. {
  7275. uint16_t fac = (res / res_new);
  7276. cs.axis_steps_per_unit[i] /= fac;
  7277. position[i] /= fac;
  7278. }
  7279. #if defined(FILAMENT_SENSOR) && (FILAMENT_SENSOR_TYPE == FSENSOR_PAT9125)
  7280. if (i == E_AXIS)
  7281. fsensor.init();
  7282. #endif //defined(FILAMENT_SENSOR) && (FILAMENT_SENSOR_TYPE == FSENSOR_PAT9125)
  7283. }
  7284. }
  7285. }
  7286. reset_acceleration_rates();
  7287. #else //TMC2130
  7288. #if defined(X_MS1_PIN) && X_MS1_PIN > -1
  7289. if(code_seen('S')) for(int i=0;i<=4;i++) microstep_mode(i,code_value());
  7290. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_mode(i,(uint8_t)code_value());
  7291. if(code_seen('B')) microstep_mode(4,code_value());
  7292. microstep_readings();
  7293. #endif
  7294. #endif //TMC2130
  7295. }
  7296. break;
  7297. /*!
  7298. ### 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>
  7299. Toggle MS1 MS2 pins directly.
  7300. #### Usage
  7301. M351 [B<0|1>] [E<0|1>] S<1|2> [X<0|1>] [Y<0|1>] [Z<0|1>]
  7302. #### Parameters
  7303. - `X` - Update X axis
  7304. - `Y` - Update Y axis
  7305. - `Z` - Update Z axis
  7306. - `E` - Update E axis
  7307. - `S` - which MSx pin to toggle
  7308. - `B` - new pin value
  7309. */
  7310. case 351:
  7311. {
  7312. #if defined(X_MS1_PIN) && X_MS1_PIN > -1
  7313. if(code_seen('S')) switch((int)code_value())
  7314. {
  7315. case 1:
  7316. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_ms(i,code_value(),-1);
  7317. if(code_seen('B')) microstep_ms(4,code_value(),-1);
  7318. break;
  7319. case 2:
  7320. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_ms(i,-1,code_value());
  7321. if(code_seen('B')) microstep_ms(4,-1,code_value());
  7322. break;
  7323. }
  7324. microstep_readings();
  7325. #endif
  7326. }
  7327. break;
  7328. /*!
  7329. ### M701 - Load filament to extruder <a href="https://reprap.org/wiki/G-code#M701:_Load_filament">M701: Load filament</a>
  7330. Load filament into the active extruder.
  7331. #### Usage
  7332. M701 [ P | T | L | Z ]
  7333. #### Parameters
  7334. - `P` - n index of MMU slot (zero based, so 0-4 like T0 and T4)
  7335. - `T` - Alias of `P`. Used for compatibility with Marlin
  7336. - `L` - Extrude distance for insertion (positive value)(manual reload)
  7337. - `Z` - Move the Z axis by this distance. Default value MIN_Z_FOR_LOAD
  7338. */
  7339. case 701:
  7340. {
  7341. uint8_t mmuSlotIndex = 0xffU;
  7342. float fastLoadLength = FILAMENTCHANGE_FIRSTFEED; // Only used without MMU
  7343. float z_target = MIN_Z_FOR_LOAD;
  7344. if( MMU2::mmu2.Enabled() )
  7345. {
  7346. if( code_seen('P') || code_seen('T') ) {
  7347. mmuSlotIndex = code_value_uint8();
  7348. }
  7349. }
  7350. if (code_seen('L')) fastLoadLength = code_value();
  7351. // Z lift. For safety only allow positive values
  7352. if (code_seen('Z')) z_target = fabs(code_value());
  7353. // Raise the Z axis
  7354. float delta = raise_z(z_target);
  7355. // Load filament
  7356. gcode_M701(fastLoadLength, mmuSlotIndex);
  7357. // Restore Z axis
  7358. raise_z(-delta);
  7359. }
  7360. break;
  7361. /*!
  7362. ### M702 - Unload filament <a href="https://reprap.org/wiki/G-code#M702:_Unload_filament">G32: Undock Z Probe sled</a>
  7363. #### Usage
  7364. M702 [ U | Z ]
  7365. #### Parameters
  7366. - `U` - Retract distance for removal (manual reload). Default value is 0.
  7367. - `Z` - Move the Z axis by this distance. Default value MIN_Z_FOR_UNLOAD.
  7368. */
  7369. case 702:
  7370. {
  7371. float z_target = MIN_Z_FOR_UNLOAD;
  7372. float unloadLength = FILAMENTCHANGE_FINALRETRACT;
  7373. if (code_seen('U')) unloadLength = code_value();
  7374. // For safety only allow positive values
  7375. if (code_seen('Z')) z_target = fabs(code_value());
  7376. // Raise the Z axis
  7377. float delta = raise_z(z_target);
  7378. // Unload filament
  7379. if (MMU2::mmu2.Enabled()) MMU2::mmu2.unload();
  7380. else unload_filament(unloadLength);
  7381. // Restore Z axis
  7382. raise_z(-delta);
  7383. }
  7384. break;
  7385. /*!
  7386. ### M704 - Load to MMU <a href="https://reprap.org/wiki/G-code#M704:_Load_to_MMU">M704: Load to MMU</a>
  7387. #### Usage
  7388. M704 [ P ]
  7389. #### Parameters
  7390. - `P` - n index of slot (zero based, so 0-4 like T0 and T4)
  7391. */
  7392. case 704:
  7393. {
  7394. gcodes_M704_M705_M706(704);
  7395. }
  7396. break;
  7397. /*!
  7398. ### M705 - Eject filament <a href="https://reprap.org/wiki/G-code#M705:_Eject_filament">M705: Eject filament</a>
  7399. #### Usage
  7400. M705 [ P ]
  7401. #### Parameters
  7402. - `P` - n index of slot (zero based, so 0-4 like T0 and T4)
  7403. */
  7404. case 705:
  7405. {
  7406. gcodes_M704_M705_M706(705);
  7407. }
  7408. break;
  7409. /*!
  7410. ### M706 - Cut filament <a href="https://reprap.org/wiki/G-code#M706:_Cut_filament">M706: Cut filament</a>
  7411. #### Usage
  7412. M706 [ P ]
  7413. #### Parameters
  7414. - `P` - n index of slot (zero based, so 0-4 like T0 and T4)
  7415. */
  7416. case 706:
  7417. {
  7418. gcodes_M704_M705_M706(706);
  7419. }
  7420. break;
  7421. /*!
  7422. ### M707 - Read from MMU register <a href="https://reprap.org/wiki/G-code#M707:_Read_from_MMU_register">M707: Read from MMU register</a>
  7423. #### Usage
  7424. M707 [ A ]
  7425. #### Parameters
  7426. - `A` - Address of register in hexidecimal.
  7427. #### Example
  7428. M707 A0x1b - Read a 8bit integer from register 0x1b and prints the result onto the serial line.
  7429. Does nothing if the A parameter is not present or if MMU is not enabled.
  7430. */
  7431. case 707: {
  7432. if ( MMU2::mmu2.Enabled() ) {
  7433. if( code_seen('A') ) {
  7434. MMU2::mmu2.ReadRegister(uint8_t(strtol(strchr_pointer+1, NULL, 16)));
  7435. }
  7436. }
  7437. } break;
  7438. /*!
  7439. ### M708 - Write to MMU register <a href="https://reprap.org/wiki/G-code#M708:_Write_to_MMU_register">M707: Write to MMU register</a>
  7440. #### Usage
  7441. M708 [ A | X ]
  7442. #### Parameters
  7443. - `A` - Address of register in hexidecimal.
  7444. - `X` - Data to write (16-bit integer). Default value 0.
  7445. #### Example
  7446. M708 A0x1b X05 - Write to register 0x1b the value 05.
  7447. Does nothing if A parameter is missing or if MMU is not enabled.
  7448. */
  7449. case 708: {
  7450. if ( MMU2::mmu2.Enabled() ){
  7451. uint8_t addr = 0;
  7452. if( code_seen('A') ) {
  7453. addr = uint8_t(strtol(strchr_pointer+1, NULL, 16));
  7454. }
  7455. uint16_t data = 0;
  7456. if( code_seen('X') ) {
  7457. data = code_value_short();
  7458. }
  7459. if(addr){
  7460. MMU2::mmu2.WriteRegister(addr, data);
  7461. }
  7462. }
  7463. } break;
  7464. /*!
  7465. ### M709 - MMU reset <a href="https://reprap.org/wiki/G-code#M709:_MMU_reset">M709: MMU reset</a>
  7466. The MK3S cannot not power off the MMU, for that reason the functionality is not supported.
  7467. #### Usage
  7468. M709 [ X ]
  7469. #### Parameters
  7470. - `X` - Reset MMU (0:soft reset | 1:hardware reset)
  7471. #### Example
  7472. M709 X0 - issue an X0 command via communication into the MMU (soft reset)
  7473. M709 X1 - toggle the MMU's reset pin (hardware reset)
  7474. */
  7475. case 709:
  7476. {
  7477. if (MMU2::mmu2.Enabled() && code_seen('X'))
  7478. {
  7479. switch (code_value_uint8())
  7480. {
  7481. case 0:
  7482. MMU2::mmu2.Reset(MMU2::MMU2::Software);
  7483. break;
  7484. case 1:
  7485. MMU2::mmu2.Reset(MMU2::MMU2::ResetPin);
  7486. break;
  7487. default:
  7488. break;
  7489. }
  7490. }
  7491. }
  7492. break;
  7493. /*!
  7494. #### End of M-Commands
  7495. */
  7496. default:
  7497. printf_P(MSG_UNKNOWN_CODE, 'M', cmdbuffer + bufindr + CMDHDRSIZE);
  7498. }
  7499. // printf_P(_N("END M-CODE=%u\n"), mcode_in_progress);
  7500. mcode_in_progress = 0;
  7501. }
  7502. }
  7503. // end if(code_seen('M')) (end of M codes)
  7504. /*!
  7505. -----------------------------------------------------------------------------------------
  7506. # T Codes
  7507. T<extruder nr.> - select extruder in case of multi extruder printer. select filament in case of MMU_V2.
  7508. #### For MMU_V2:
  7509. T<n> Gcode to extrude at least 38.10 mm at feedrate 19.02 mm/s must follow immediately to load to extruder wheels.
  7510. @n T? Gcode to extrude shouldn't have to follow, load to extruder wheels is done automatically
  7511. @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.
  7512. @n Tc Load to nozzle after filament was prepared by Tc and extruder nozzle is already heated.
  7513. */
  7514. else if(*CMDBUFFER_CURRENT_STRING == 'T') {
  7515. strchr_pointer = CMDBUFFER_CURRENT_STRING;
  7516. TCodes(strchr_pointer, code_value_uint8());
  7517. } // end if(code_seen('T')) (end of T codes)
  7518. /*!
  7519. #### End of T-Codes
  7520. */
  7521. /**
  7522. *---------------------------------------------------------------------------------
  7523. *# D codes
  7524. */
  7525. else if(*CMDBUFFER_CURRENT_STRING == 'D') // D codes (debug)
  7526. {
  7527. strchr_pointer = CMDBUFFER_CURRENT_STRING;
  7528. switch(code_value_short())
  7529. {
  7530. /*!
  7531. ### D-1 - Endless Loop <a href="https://reprap.org/wiki/G-code#D-1:_Endless_Loop">D-1: Endless Loop</a>
  7532. */
  7533. case -1:
  7534. dcode__1(); break;
  7535. #ifdef DEBUG_DCODES
  7536. /*!
  7537. ### D0 - Reset <a href="https://reprap.org/wiki/G-code#D0:_Reset">D0: Reset</a>
  7538. #### Usage
  7539. D0 [ B ]
  7540. #### Parameters
  7541. - `B` - Bootloader
  7542. */
  7543. case 0:
  7544. dcode_0(); break;
  7545. /*!
  7546. *
  7547. ### D1 - Clear EEPROM and RESET <a href="https://reprap.org/wiki/G-code#D1:_Clear_EEPROM_and_RESET">D1: Clear EEPROM and RESET</a>
  7548. D1
  7549. *
  7550. */
  7551. case 1:
  7552. dcode_1(); break;
  7553. #endif
  7554. #if defined DEBUG_DCODE2 || defined DEBUG_DCODES
  7555. /*!
  7556. ### D2 - Read/Write RAM <a href="https://reprap.org/wiki/G-code#D2:_Read.2FWrite_RAM">D3: Read/Write RAM</a>
  7557. This command can be used without any additional parameters. It will read the entire RAM.
  7558. #### Usage
  7559. D2 [ A | C | X ]
  7560. #### Parameters
  7561. - `A` - Address (x0000-x1fff)
  7562. - `C` - Count (1-8192)
  7563. - `X` - Data
  7564. #### Notes
  7565. - The hex address needs to be lowercase without the 0 before the x
  7566. - Count is decimal
  7567. - The hex data needs to be lowercase
  7568. */
  7569. case 2:
  7570. dcode_2(); break;
  7571. #endif //DEBUG_DCODES
  7572. #if defined DEBUG_DCODE3 || defined DEBUG_DCODES
  7573. /*!
  7574. ### D3 - Read/Write EEPROM <a href="https://reprap.org/wiki/G-code#D3:_Read.2FWrite_EEPROM">D3: Read/Write EEPROM</a>
  7575. This command can be used without any additional parameters. It will read the entire eeprom.
  7576. #### Usage
  7577. D3 [ A | C | X ]
  7578. #### Parameters
  7579. - `A` - Address (x0000-x0fff)
  7580. - `C` - Count (1-4096)
  7581. - `X` - Data (hex)
  7582. #### Notes
  7583. - The hex address needs to be lowercase without the 0 before the x
  7584. - Count is decimal
  7585. - The hex data needs to be lowercase
  7586. */
  7587. case 3:
  7588. dcode_3(); break;
  7589. #endif //DEBUG_DCODE3
  7590. #ifdef DEBUG_DCODES
  7591. /*!
  7592. ### D4 - Read/Write PIN <a href="https://reprap.org/wiki/G-code#D4:_Read.2FWrite_PIN">D4: Read/Write PIN</a>
  7593. To read the digital value of a pin you need only to define the pin number.
  7594. #### Usage
  7595. D4 [ P | F | V ]
  7596. #### Parameters
  7597. - `P` - Pin (0-255)
  7598. - `F` - Function in/out (0/1)
  7599. - `V` - Value (0/1)
  7600. */
  7601. case 4:
  7602. dcode_4(); break;
  7603. #endif //DEBUG_DCODES
  7604. #if defined DEBUG_DCODE5 || defined DEBUG_DCODES
  7605. /*!
  7606. ### D5 - Read/Write FLASH <a href="https://reprap.org/wiki/G-code#D5:_Read.2FWrite_FLASH">D5: Read/Write Flash</a>
  7607. This command can be used without any additional parameters. It will read the 1kb FLASH.
  7608. #### Usage
  7609. D5 [ A | C | X | E ]
  7610. #### Parameters
  7611. - `A` - Address (x00000-x3ffff)
  7612. - `C` - Count (1-8192)
  7613. - `X` - Data (hex)
  7614. - `E` - Erase
  7615. #### Notes
  7616. - The hex address needs to be lowercase without the 0 before the x
  7617. - Count is decimal
  7618. - The hex data needs to be lowercase
  7619. */
  7620. case 5:
  7621. dcode_5(); break;
  7622. #endif //DEBUG_DCODE5
  7623. #if defined DEBUG_DCODE6 || defined DEBUG_DCODES
  7624. /*!
  7625. ### D6 - Read/Write external FLASH <a href="https://reprap.org/wiki/G-code#D6:_Read.2FWrite_external_FLASH">D6: Read/Write external Flash</a>
  7626. Reserved
  7627. */
  7628. case 6:
  7629. dcode_6(); break;
  7630. #endif
  7631. #ifdef DEBUG_DCODES
  7632. /*!
  7633. ### D7 - Read/Write Bootloader <a href="https://reprap.org/wiki/G-code#D7:_Read.2FWrite_Bootloader">D7: Read/Write Bootloader</a>
  7634. Reserved
  7635. */
  7636. case 7:
  7637. dcode_7(); break;
  7638. /*!
  7639. ### D8 - Read/Write PINDA <a href="https://reprap.org/wiki/G-code#D8:_Read.2FWrite_PINDA">D8: Read/Write PINDA</a>
  7640. #### Usage
  7641. D8 [ ? | ! | P | Z ]
  7642. #### Parameters
  7643. - `?` - Read PINDA temperature shift values
  7644. - `!` - Reset PINDA temperature shift values to default
  7645. - `P` - Pinda temperature [C]
  7646. - `Z` - Z Offset [mm]
  7647. */
  7648. case 8:
  7649. dcode_8(); break;
  7650. /*!
  7651. ### D9 - Read ADC <a href="https://reprap.org/wiki/G-code#D9:_Read.2FWrite_ADC">D9: Read ADC</a>
  7652. #### Usage
  7653. D9 [ I | V ]
  7654. #### Parameters
  7655. - `I` - ADC channel index
  7656. - `0` - Heater 0 temperature
  7657. - `1` - Heater 1 temperature
  7658. - `2` - Bed temperature
  7659. - `3` - PINDA temperature
  7660. - `4` - PWR voltage
  7661. - `5` - Ambient temperature
  7662. - `6` - BED voltage
  7663. - `V` Value to be written as simulated
  7664. */
  7665. case 9:
  7666. dcode_9(); break;
  7667. /*!
  7668. ### 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>
  7669. */
  7670. case 10:
  7671. dcode_10(); break;
  7672. /*!
  7673. ### D12 - Time <a href="https://reprap.org/wiki/G-code#D12:_Time">D12: Time</a>
  7674. Writes the current time in the log file.
  7675. */
  7676. #endif //DEBUG_DCODES
  7677. #ifdef XFLASH_DUMP
  7678. /*!
  7679. ### D20 - Generate an offline crash dump <a href="https://reprap.org/wiki/G-code#D20:_Generate_an_offline_crash_dump">D20: Generate an offline crash dump</a>
  7680. Generate a crash dump for later retrival.
  7681. #### Usage
  7682. D20 [E]
  7683. ### Parameters
  7684. - `E` - Perform an emergency crash dump (resets the printer).
  7685. ### Notes
  7686. - A crash dump can be later recovered with D21, or cleared with D22.
  7687. - An emergency crash dump includes register data, but will cause the printer to reset after the dump
  7688. is completed.
  7689. */
  7690. case 20: {
  7691. dcode_20();
  7692. break;
  7693. };
  7694. /*!
  7695. ### D21 - Print crash dump to serial <a href="https://reprap.org/wiki/G-code#D21:_Print_crash_dump_to_serial">D21: Print crash dump to serial</a>
  7696. Output the complete crash dump (if present) to the serial.
  7697. #### Usage
  7698. D21
  7699. ### Notes
  7700. - The starting address can vary between builds, but it's always at the beginning of the data section.
  7701. */
  7702. case 21: {
  7703. dcode_21();
  7704. break;
  7705. };
  7706. /*!
  7707. ### D22 - Clear crash dump state <a href="https://reprap.org/wiki/G-code#D22:_Clear_crash_dump_state">D22: Clear crash dump state</a>
  7708. Clear an existing internal crash dump.
  7709. #### Usage
  7710. D22
  7711. */
  7712. case 22: {
  7713. dcode_22();
  7714. break;
  7715. };
  7716. #endif //XFLASH_DUMP
  7717. #ifdef EMERGENCY_SERIAL_DUMP
  7718. /*!
  7719. ### D23 - Request emergency dump on serial <a href="https://reprap.org/wiki/G-code#D23:_Request_emergency_dump_on_serial">D23: Request emergency dump on serial</a>
  7720. On boards without offline dump support, request online dumps to the serial port on firmware faults.
  7721. When online dumps are enabled, the FW will dump memory on the serial before resetting.
  7722. #### Usage
  7723. D23 [E] [R]
  7724. #### Parameters
  7725. - `E` - Perform an emergency crash dump (resets the printer).
  7726. - `R` - Disable online dumps.
  7727. */
  7728. case 23: {
  7729. dcode_23();
  7730. break;
  7731. };
  7732. #endif
  7733. #ifdef TEMP_MODEL_DEBUG
  7734. /*!
  7735. ## D70 - Enable low-level temperature model logging for offline simulation
  7736. #### Usage
  7737. D70 [ S ]
  7738. #### Parameters
  7739. - `S` - Enable 0-1 (default 0)
  7740. */
  7741. case 70: {
  7742. if(code_seen('S'))
  7743. temp_model_log_enable(code_value_short());
  7744. break;
  7745. }
  7746. #endif
  7747. #ifdef HEATBED_ANALYSIS
  7748. /*!
  7749. ### D80 - Bed check <a href="https://reprap.org/wiki/G-code#D80:_Bed_check">D80: Bed check</a>
  7750. This command will log data to SD card file "mesh.txt".
  7751. #### Usage
  7752. D80 [ E | F | G | H | I | J ]
  7753. #### Parameters
  7754. - `E` - Dimension X (default 40)
  7755. - `F` - Dimention Y (default 40)
  7756. - `G` - Points X (default 40)
  7757. - `H` - Points Y (default 40)
  7758. - `I` - Offset X (default 74)
  7759. - `J` - Offset Y (default 34)
  7760. */
  7761. case 80:
  7762. dcode_80(); break;
  7763. /*!
  7764. ### D81 - Bed analysis <a href="https://reprap.org/wiki/G-code#D81:_Bed_analysis">D80: Bed analysis</a>
  7765. This command will log data to SD card file "wldsd.txt".
  7766. #### Usage
  7767. D81 [ E | F | G | H | I | J ]
  7768. #### Parameters
  7769. - `E` - Dimension X (default 40)
  7770. - `F` - Dimention Y (default 40)
  7771. - `G` - Points X (default 40)
  7772. - `H` - Points Y (default 40)
  7773. - `I` - Offset X (default 74)
  7774. - `J` - Offset Y (default 34)
  7775. */
  7776. case 81:
  7777. dcode_81(); break;
  7778. #endif //HEATBED_ANALYSIS
  7779. #ifdef DEBUG_DCODES
  7780. /*!
  7781. ### 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>
  7782. */
  7783. case 106:
  7784. dcode_106(); break;
  7785. #ifdef TMC2130
  7786. /*!
  7787. ### D2130 - Trinamic stepper controller <a href="https://reprap.org/wiki/G-code#D2130:_Trinamic_stepper_controller">D2130: Trinamic stepper controller</a>
  7788. @todo Please review by owner of the code. RepRap Wiki Gcode needs to be updated after review of owner as well.
  7789. #### Usage
  7790. D2130 [ Axis | Command | Subcommand | Value ]
  7791. #### Parameters
  7792. - Axis
  7793. - `X` - X stepper driver
  7794. - `Y` - Y stepper driver
  7795. - `Z` - Z stepper driver
  7796. - `E` - Extruder stepper driver
  7797. - Commands
  7798. - `0` - Current off
  7799. - `1` - Current on
  7800. - `+` - Single step
  7801. - `-` - Single step oposite direction
  7802. - `NNN` - Value sereval steps
  7803. - `?` - Read register
  7804. - Subcommands for read register
  7805. - `mres` - Micro step resolution. More information in datasheet '5.5.2 CHOPCONF – Chopper Configuration'
  7806. - `step` - Step
  7807. - `mscnt` - Microstep counter. More information in datasheet '5.5 Motor Driver Registers'
  7808. - `mscuract` - Actual microstep current for motor. More information in datasheet '5.5 Motor Driver Registers'
  7809. - `wave` - Microstep linearity compensation curve
  7810. - `!` - Set register
  7811. - Subcommands for set register
  7812. - `mres` - Micro step resolution
  7813. - `step` - Step
  7814. - `wave` - Microstep linearity compensation curve
  7815. - Values for set register
  7816. - `0, 180 --> 250` - Off
  7817. - `0.9 --> 1.25` - Valid values (recommended is 1.1)
  7818. - `@` - Home calibrate axis
  7819. Examples:
  7820. D2130E?wave
  7821. Print extruder microstep linearity compensation curve
  7822. D2130E!wave0
  7823. Disable extruder linearity compensation curve, (sine curve is used)
  7824. D2130E!wave220
  7825. (sin(x))^1.1 extruder microstep compensation curve used
  7826. Notes:
  7827. For more information see https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2130_datasheet.pdf
  7828. *
  7829. */
  7830. case 2130:
  7831. dcode_2130(); break;
  7832. #endif //TMC2130
  7833. #if defined(FILAMENT_SENSOR) && (FILAMENT_SENSOR_TYPE == FSENSOR_PAT9125)
  7834. /*!
  7835. ### D9125 - PAT9125 filament sensor <a href="https://reprap.org/wiki/G-code#D9:_Read.2FWrite_ADC">D9125: PAT9125 filament sensor</a>
  7836. #### Usage
  7837. D9125 [ ? | ! | R | X | Y | L ]
  7838. #### Parameters
  7839. - `?` - Print values
  7840. - `!` - Print values
  7841. - `R` - Resolution. Not active in code
  7842. - `X` - X values
  7843. - `Y` - Y values
  7844. - `L` - Activate filament sensor log
  7845. */
  7846. case 9125:
  7847. dcode_9125(); break;
  7848. #endif //defined(FILAMENT_SENSOR) && (FILAMENT_SENSOR_TYPE == FSENSOR_PAT9125)
  7849. #endif //DEBUG_DCODES
  7850. default:
  7851. printf_P(MSG_UNKNOWN_CODE, 'D', cmdbuffer + bufindr + CMDHDRSIZE);
  7852. }
  7853. }
  7854. else
  7855. {
  7856. SERIAL_ECHO_START;
  7857. SERIAL_ECHORPGM(MSG_UNKNOWN_COMMAND);
  7858. SERIAL_ECHO(CMDBUFFER_CURRENT_STRING);
  7859. SERIAL_ECHOLNPGM("\"(2)");
  7860. }
  7861. KEEPALIVE_STATE(NOT_BUSY);
  7862. ClearToSend();
  7863. }
  7864. /*!
  7865. #### End of D-Codes
  7866. */
  7867. /** @defgroup GCodes G-Code List
  7868. */
  7869. // ---------------------------------------------------
  7870. void FlushSerialRequestResend()
  7871. {
  7872. //char cmdbuffer[bufindr][100]="Resend:";
  7873. MYSERIAL.flush();
  7874. printf_P(_N("%S: %ld\n%S\n"), _n("Resend"), gcode_LastN + 1, MSG_OK);
  7875. }
  7876. // Confirm the execution of a command, if sent from a serial line.
  7877. // Execution of a command from a SD card will not be confirmed.
  7878. void ClearToSend()
  7879. {
  7880. previous_millis_cmd.start();
  7881. if (buflen && ((CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB) || (CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB_WITH_LINENR)))
  7882. SERIAL_PROTOCOLLNRPGM(MSG_OK);
  7883. }
  7884. #if MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  7885. void update_currents() {
  7886. float current_high[3] = DEFAULT_PWM_MOTOR_CURRENT_LOUD;
  7887. float current_low[3] = DEFAULT_PWM_MOTOR_CURRENT;
  7888. float tmp_motor[3];
  7889. //SERIAL_ECHOLNPGM("Currents updated: ");
  7890. if (destination[Z_AXIS] < Z_SILENT) {
  7891. //SERIAL_ECHOLNPGM("LOW");
  7892. for (uint8_t i = 0; i < 3; i++) {
  7893. st_current_set(i, current_low[i]);
  7894. /*MYSERIAL.print(int(i));
  7895. SERIAL_ECHOPGM(": ");
  7896. MYSERIAL.println(current_low[i]);*/
  7897. }
  7898. }
  7899. else if (destination[Z_AXIS] > Z_HIGH_POWER) {
  7900. //SERIAL_ECHOLNPGM("HIGH");
  7901. for (uint8_t i = 0; i < 3; i++) {
  7902. st_current_set(i, current_high[i]);
  7903. /*MYSERIAL.print(int(i));
  7904. SERIAL_ECHOPGM(": ");
  7905. MYSERIAL.println(current_high[i]);*/
  7906. }
  7907. }
  7908. else {
  7909. for (uint8_t i = 0; i < 3; i++) {
  7910. float q = current_low[i] - Z_SILENT*((current_high[i] - current_low[i]) / (Z_HIGH_POWER - Z_SILENT));
  7911. tmp_motor[i] = ((current_high[i] - current_low[i]) / (Z_HIGH_POWER - Z_SILENT))*destination[Z_AXIS] + q;
  7912. st_current_set(i, tmp_motor[i]);
  7913. /*MYSERIAL.print(int(i));
  7914. SERIAL_ECHOPGM(": ");
  7915. MYSERIAL.println(tmp_motor[i]);*/
  7916. }
  7917. }
  7918. }
  7919. #endif //MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  7920. void get_coordinates() {
  7921. bool seen[4]={false,false,false,false};
  7922. for(int8_t i=0; i < NUM_AXIS; i++) {
  7923. if(code_seen(axis_codes[i]))
  7924. {
  7925. bool relative = axis_relative_modes & (1 << i);
  7926. destination[i] = code_value();
  7927. if (i == E_AXIS) {
  7928. float emult = extruder_multiplier[active_extruder];
  7929. if (emult != 1.) {
  7930. if (! relative) {
  7931. destination[i] -= current_position[i];
  7932. relative = true;
  7933. }
  7934. destination[i] *= emult;
  7935. }
  7936. }
  7937. if (relative)
  7938. destination[i] += current_position[i];
  7939. seen[i]=true;
  7940. #if MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  7941. if (i == Z_AXIS && SilentModeMenu == SILENT_MODE_AUTO) update_currents();
  7942. #endif //MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  7943. }
  7944. else destination[i] = current_position[i]; //Are these else lines really needed?
  7945. }
  7946. if(code_seen('F')) {
  7947. next_feedrate = code_value();
  7948. if(next_feedrate > 0.0) feedrate = next_feedrate;
  7949. if (!seen[0] && !seen[1] && !seen[2] && seen[3])
  7950. {
  7951. // float e_max_speed =
  7952. // printf_P(PSTR("E MOVE speed %7.3f\n"), feedrate / 60)
  7953. }
  7954. }
  7955. }
  7956. void clamp_to_software_endstops(float target[3])
  7957. {
  7958. #ifdef DEBUG_DISABLE_SWLIMITS
  7959. return;
  7960. #endif //DEBUG_DISABLE_SWLIMITS
  7961. world2machine_clamp(target[0], target[1]);
  7962. // Clamp the Z coordinate.
  7963. if (min_software_endstops) {
  7964. float negative_z_offset = 0;
  7965. #ifdef ENABLE_AUTO_BED_LEVELING
  7966. if (Z_PROBE_OFFSET_FROM_EXTRUDER < 0) negative_z_offset = negative_z_offset + Z_PROBE_OFFSET_FROM_EXTRUDER;
  7967. if (cs.add_homing[Z_AXIS] < 0) negative_z_offset = negative_z_offset + cs.add_homing[Z_AXIS];
  7968. #endif
  7969. if (target[Z_AXIS] < min_pos[Z_AXIS]+negative_z_offset) target[Z_AXIS] = min_pos[Z_AXIS]+negative_z_offset;
  7970. }
  7971. if (max_software_endstops) {
  7972. if (target[Z_AXIS] > max_pos[Z_AXIS]) target[Z_AXIS] = max_pos[Z_AXIS];
  7973. }
  7974. }
  7975. uint16_t restore_interrupted_gcode() {
  7976. // When recovering from a previous print move, restore the originally
  7977. // calculated start position on the first USB/SD command. This accounts
  7978. // properly for relative moves
  7979. if (
  7980. (saved_start_position[0] != SAVED_START_POSITION_UNSET) && (
  7981. (CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_SDCARD) ||
  7982. (CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB_WITH_LINENR)
  7983. )
  7984. ) {
  7985. memcpy(current_position, saved_start_position, sizeof(current_position));
  7986. saved_start_position[0] = SAVED_START_POSITION_UNSET;
  7987. return saved_segment_idx;
  7988. }
  7989. else
  7990. return 1; //begin with the first segment
  7991. }
  7992. #ifdef MESH_BED_LEVELING
  7993. 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, uint16_t start_segment_idx = 0) {
  7994. float dx = x - current_position[X_AXIS];
  7995. float dy = y - current_position[Y_AXIS];
  7996. uint16_t n_segments = 0;
  7997. if (mbl.active) {
  7998. float len = fabs(dx) + fabs(dy);
  7999. if (len > 0)
  8000. // Split to 3cm segments or shorter.
  8001. n_segments = uint16_t(ceil(len / 30.f));
  8002. }
  8003. if (n_segments > 1 && start_segment_idx) {
  8004. float dz = z - current_position[Z_AXIS];
  8005. float de = e - current_position[E_AXIS];
  8006. for (uint16_t i = start_segment_idx; i < n_segments; ++ i) {
  8007. float t = float(i) / float(n_segments);
  8008. plan_buffer_line(current_position[X_AXIS] + t * dx,
  8009. current_position[Y_AXIS] + t * dy,
  8010. current_position[Z_AXIS] + t * dz,
  8011. current_position[E_AXIS] + t * de,
  8012. feed_rate, extruder, current_position, i);
  8013. if (planner_aborted)
  8014. return;
  8015. }
  8016. }
  8017. // The rest of the path.
  8018. plan_buffer_line(x, y, z, e, feed_rate, extruder, current_position);
  8019. }
  8020. #endif // MESH_BED_LEVELING
  8021. void prepare_move(uint16_t start_segment_idx)
  8022. {
  8023. clamp_to_software_endstops(destination);
  8024. previous_millis_cmd.start();
  8025. // Do not use feedmultiply for E or Z only moves
  8026. if((current_position[X_AXIS] == destination[X_AXIS]) && (current_position[Y_AXIS] == destination[Y_AXIS])) {
  8027. plan_buffer_line_destinationXYZE(feedrate/60);
  8028. }
  8029. else {
  8030. #ifdef MESH_BED_LEVELING
  8031. 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, start_segment_idx);
  8032. #else
  8033. plan_buffer_line_destinationXYZE(feedrate*feedmultiply*(1./(60.f*100.f)));
  8034. #endif
  8035. }
  8036. set_current_to_destination();
  8037. }
  8038. void prepare_arc_move(bool isclockwise, uint16_t start_segment_idx) {
  8039. float r = hypot(offset[X_AXIS], offset[Y_AXIS]); // Compute arc radius for mc_arc
  8040. // Trace the arc
  8041. mc_arc(current_position, destination, offset, feedrate * feedmultiply / 60 / 100.0, r, isclockwise, active_extruder, start_segment_idx);
  8042. // As far as the parser is concerned, the position is now == target. In reality the
  8043. // motion control system might still be processing the action and the real tool position
  8044. // in any intermediate location.
  8045. set_current_to_destination();
  8046. previous_millis_cmd.start();
  8047. }
  8048. #if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
  8049. #if defined(FAN_PIN)
  8050. #if CONTROLLERFAN_PIN == FAN_PIN
  8051. #error "You cannot set CONTROLLERFAN_PIN equal to FAN_PIN"
  8052. #endif
  8053. #endif
  8054. unsigned long lastMotor = 0; //Save the time for when a motor was turned on last
  8055. unsigned long lastMotorCheck = 0;
  8056. void controllerFan()
  8057. {
  8058. if ((_millis() - lastMotorCheck) >= 2500) //Not a time critical function, so we only check every 2500ms
  8059. {
  8060. lastMotorCheck = _millis();
  8061. if(!READ(X_ENABLE_PIN) || !READ(Y_ENABLE_PIN) || !READ(Z_ENABLE_PIN) || (soft_pwm_bed > 0)
  8062. #if EXTRUDERS > 2
  8063. || !READ(E2_ENABLE_PIN)
  8064. #endif
  8065. #if EXTRUDER > 1
  8066. #if defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1
  8067. || !READ(X2_ENABLE_PIN)
  8068. #endif
  8069. || !READ(E1_ENABLE_PIN)
  8070. #endif
  8071. || !READ(E0_ENABLE_PIN)) //If any of the drivers are enabled...
  8072. {
  8073. lastMotor = _millis(); //... set time to NOW so the fan will turn on
  8074. }
  8075. if ((_millis() - lastMotor) >= (CONTROLLERFAN_SECS*1000UL) || lastMotor == 0) //If the last time any driver was enabled, is longer since than CONTROLLERSEC...
  8076. {
  8077. digitalWrite(CONTROLLERFAN_PIN, 0);
  8078. analogWrite(CONTROLLERFAN_PIN, 0);
  8079. }
  8080. else
  8081. {
  8082. // allows digital or PWM fan output to be used (see M42 handling)
  8083. digitalWrite(CONTROLLERFAN_PIN, CONTROLLERFAN_SPEED);
  8084. analogWrite(CONTROLLERFAN_PIN, CONTROLLERFAN_SPEED);
  8085. }
  8086. }
  8087. }
  8088. #endif
  8089. #ifdef SAFETYTIMER
  8090. /**
  8091. * @brief Turn off heating after safetytimer_inactive_time milliseconds of inactivity
  8092. *
  8093. * Full screen blocking notification message is shown after heater turning off.
  8094. * Paused print is not considered inactivity, as nozzle is cooled anyway and bed cooling would
  8095. * damage print.
  8096. *
  8097. * If safetytimer_inactive_time is zero, feature is disabled (heating is never turned off because of inactivity)
  8098. */
  8099. static void handleSafetyTimer()
  8100. {
  8101. #if (EXTRUDERS > 1)
  8102. #error Implemented only for one extruder.
  8103. #endif //(EXTRUDERS > 1)
  8104. if (printer_active() || (!degTargetBed() && !degTargetHotend(0)) || (!safetytimer_inactive_time))
  8105. {
  8106. safetyTimer.stop();
  8107. }
  8108. else if ((degTargetBed() || degTargetHotend(0)) && (!safetyTimer.running()))
  8109. {
  8110. safetyTimer.start();
  8111. }
  8112. else if (safetyTimer.expired(farm_mode?FARM_DEFAULT_SAFETYTIMER_TIME_ms:safetytimer_inactive_time))
  8113. {
  8114. setTargetBed(0);
  8115. setAllTargetHotends(0);
  8116. lcd_show_fullscreen_message_and_wait_P(_i("Heating disabled by safety timer."));////MSG_BED_HEATING_SAFETY_DISABLED c=20 r=4
  8117. }
  8118. }
  8119. #endif //SAFETYTIMER
  8120. void manage_inactivity(bool ignore_stepper_queue/*=false*/) //default argument set in Marlin.h
  8121. {
  8122. #ifdef FILAMENT_SENSOR
  8123. if (fsensor.update()) {
  8124. lcd_draw_update = 1; //cause lcd update so that fsensor event polling can be done from the lcd draw routine.
  8125. }
  8126. #endif
  8127. #ifdef SAFETYTIMER
  8128. handleSafetyTimer();
  8129. #endif //SAFETYTIMER
  8130. #if defined(KILL_PIN) && KILL_PIN > -1
  8131. static int killCount = 0; // make the inactivity button a bit less responsive
  8132. const int KILL_DELAY = 10000;
  8133. #endif
  8134. if(buflen < (BUFSIZE-1)){
  8135. get_command();
  8136. }
  8137. if(previous_millis_cmd.expired(max_inactive_time))
  8138. if(max_inactive_time)
  8139. kill(_n("Inactivity Shutdown"), 4);
  8140. if(stepper_inactive_time) {
  8141. if(previous_millis_cmd.expired(stepper_inactive_time))
  8142. {
  8143. if(blocks_queued() == false && ignore_stepper_queue == false) {
  8144. disable_x();
  8145. disable_y();
  8146. disable_z();
  8147. disable_e0();
  8148. disable_e1();
  8149. disable_e2();
  8150. }
  8151. }
  8152. }
  8153. #ifdef CHDK //Check if pin should be set to LOW after M240 set it to HIGH
  8154. if (chdkActive && (_millis() - chdkHigh > CHDK_DELAY))
  8155. {
  8156. chdkActive = false;
  8157. WRITE(CHDK, LOW);
  8158. }
  8159. #endif
  8160. #if defined(KILL_PIN) && KILL_PIN > -1
  8161. // Check if the kill button was pressed and wait just in case it was an accidental
  8162. // key kill key press
  8163. // -------------------------------------------------------------------------------
  8164. if( 0 == READ(KILL_PIN) )
  8165. {
  8166. killCount++;
  8167. }
  8168. else if (killCount > 0)
  8169. {
  8170. killCount--;
  8171. }
  8172. // Exceeded threshold and we can confirm that it was not accidental
  8173. // KILL the machine
  8174. // ----------------------------------------------------------------
  8175. if ( killCount >= KILL_DELAY)
  8176. {
  8177. kill(NULL, 5);
  8178. }
  8179. #endif
  8180. #if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
  8181. controllerFan(); //Check if fan should be turned on to cool stepper drivers down
  8182. #endif
  8183. #ifdef EXTRUDER_RUNOUT_PREVENT
  8184. if(previous_millis_cmd.expired(EXTRUDER_RUNOUT_SECONDS*1000))
  8185. if(degHotend(active_extruder)>EXTRUDER_RUNOUT_MINTEMP)
  8186. {
  8187. bool oldstatus=READ(E0_ENABLE_PIN);
  8188. enable_e0();
  8189. float oldepos=current_position[E_AXIS];
  8190. float oldedes=destination[E_AXIS];
  8191. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS],
  8192. destination[E_AXIS]+EXTRUDER_RUNOUT_EXTRUDE*EXTRUDER_RUNOUT_ESTEPS/cs.axis_steps_per_unit[E_AXIS],
  8193. EXTRUDER_RUNOUT_SPEED/60.*EXTRUDER_RUNOUT_ESTEPS/cs.axis_steps_per_unit[E_AXIS], active_extruder);
  8194. current_position[E_AXIS]=oldepos;
  8195. destination[E_AXIS]=oldedes;
  8196. plan_set_e_position(oldepos);
  8197. previous_millis_cmd.start();
  8198. st_synchronize();
  8199. WRITE(E0_ENABLE_PIN,oldstatus);
  8200. }
  8201. #endif
  8202. check_axes_activity();
  8203. MMU2::mmu2.mmu_loop();
  8204. // handle longpress
  8205. if(lcd_longpress_trigger)
  8206. {
  8207. // long press is not possible in modal mode, wait until ready
  8208. if (lcd_longpress_func && lcd_update_enabled)
  8209. {
  8210. lcd_longpress_func();
  8211. lcd_longpress_trigger = 0;
  8212. }
  8213. }
  8214. #if defined(AUTO_REPORT)
  8215. host_autoreport();
  8216. #endif //AUTO_REPORT
  8217. host_keepalive();
  8218. }
  8219. void kill(const char *full_screen_message, unsigned char id)
  8220. {
  8221. printf_P(_N("KILL: %d\n"), id);
  8222. //return;
  8223. cli(); // Stop interrupts
  8224. disable_heater();
  8225. disable_x();
  8226. // SERIAL_ECHOLNPGM("kill - disable Y");
  8227. disable_y();
  8228. poweroff_z();
  8229. disable_e0();
  8230. disable_e1();
  8231. disable_e2();
  8232. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  8233. pinMode(PS_ON_PIN,INPUT);
  8234. #endif
  8235. SERIAL_ERROR_START;
  8236. SERIAL_ERRORLNRPGM(_n("Printer halted. kill() called!"));////MSG_ERR_KILLED
  8237. if (full_screen_message != NULL) {
  8238. SERIAL_ERRORLNRPGM(full_screen_message);
  8239. lcd_display_message_fullscreen_P(full_screen_message);
  8240. } else {
  8241. LCD_ALERTMESSAGERPGM(_n("KILLED. "));////MSG_KILLED
  8242. }
  8243. // FMC small patch to update the LCD before ending
  8244. sei(); // enable interrupts
  8245. for ( int i=5; i--; lcd_update(0))
  8246. {
  8247. _delay(200);
  8248. }
  8249. cli(); // disable interrupts
  8250. suicide();
  8251. while(1)
  8252. {
  8253. #ifdef WATCHDOG
  8254. wdt_reset();
  8255. #endif //WATCHDOG
  8256. /* Intentionally left empty */
  8257. } // Wait for reset
  8258. }
  8259. void UnconditionalStop()
  8260. {
  8261. CRITICAL_SECTION_START;
  8262. // Disable all heaters and unroll the temperature wait loop stack
  8263. disable_heater();
  8264. cancel_heatup = true;
  8265. heating_status = HeatingStatus::NO_HEATING;
  8266. // Clear any saved printing state
  8267. cancel_saved_printing();
  8268. // Abort the planner
  8269. planner_abort_hard();
  8270. // Reset the queue
  8271. cmdqueue_reset();
  8272. cmdqueue_serial_disabled = false;
  8273. // Reset the sd status
  8274. card.sdprinting = false;
  8275. card.closefile();
  8276. st_reset_timer();
  8277. CRITICAL_SECTION_END;
  8278. }
  8279. // Emergency stop used by overtemp functions which allows recovery
  8280. // WARNING: This function is called *continuously* during a thermal failure.
  8281. //
  8282. // This either pauses (for thermal model errors) or stops *without recovery* depending on
  8283. // "allow_recovery". If recovery is allowed, this forces a printer-initiated instantanenous pause
  8284. // (just like an LCD pause) that bypasses the host pausing functionality. In this state the printer
  8285. // is kept in busy state and *must* be recovered from the LCD.
  8286. void ThermalStop(bool allow_recovery)
  8287. {
  8288. if(Stopped == false) {
  8289. Stopped = true;
  8290. if(allow_recovery && (IS_SD_PRINTING || usb_timer.running())) {
  8291. if (!isPrintPaused) {
  8292. lcd_setalertstatuspgm(_T(MSG_PAUSED_THERMAL_ERROR), LCD_STATUS_CRITICAL);
  8293. // we cannot make a distinction for the host here, the pause must be instantaneous
  8294. // so we call the lcd_pause_print to save the print state internally. Thermal errors
  8295. // disable heaters and save the original temperatures to saved_*, which will get
  8296. // overwritten by stop_and_save_print_to_ram. For this corner-case, re-instate the
  8297. // original values after the pause handler is called.
  8298. float bed_temp = saved_bed_temperature;
  8299. float ext_temp = saved_extruder_temperature;
  8300. int fan_speed = saved_fan_speed;
  8301. lcd_pause_print();
  8302. saved_bed_temperature = bed_temp;
  8303. saved_extruder_temperature = ext_temp;
  8304. saved_fan_speed = fan_speed;
  8305. }
  8306. } else {
  8307. // We got a hard thermal error and/or there is no print going on. Just stop.
  8308. print_stop();
  8309. }
  8310. // Report the status on the serial, switch to a busy state
  8311. SERIAL_ERROR_START;
  8312. SERIAL_ERRORLNRPGM(MSG_ERR_STOPPED);
  8313. // Eventually report the stopped status on the lcd (though this is usually overridden by a
  8314. // higher-priority alert status message)
  8315. LCD_MESSAGERPGM(_T(MSG_STOPPED));
  8316. // Make a warning sound! We cannot use Sound_MakeCustom as this would stop further moves.
  8317. // Turn on the speaker here (if not already), and turn it off when back in the main loop.
  8318. WRITE(BEEPER, HIGH);
  8319. // Always return to the status screen to ensure the NEW error is immediately shown.
  8320. lcd_return_to_status();
  8321. if(!allow_recovery) {
  8322. // prevent menu access for all fatal errors
  8323. menu_set_block(MENU_BLOCK_THERMAL_ERROR);
  8324. }
  8325. }
  8326. }
  8327. bool IsStopped() { return Stopped; };
  8328. void finishAndDisableSteppers()
  8329. {
  8330. st_synchronize();
  8331. disable_x();
  8332. disable_y();
  8333. disable_z();
  8334. disable_e0();
  8335. disable_e1();
  8336. disable_e2();
  8337. #ifndef LA_NOCOMPAT
  8338. // Steppers are disabled both when a print is stopped and also via M84 (which is additionally
  8339. // checked-for to indicate a complete file), so abuse this function to reset the LA detection
  8340. // state for the next print.
  8341. la10c_reset();
  8342. #endif
  8343. //in the end of print set estimated time to end of print and extruders used during print to default values for next print
  8344. print_time_remaining_init();
  8345. }
  8346. #ifdef FAST_PWM_FAN
  8347. void setPwmFrequency(uint8_t pin, int val)
  8348. {
  8349. val &= 0x07;
  8350. switch(digitalPinToTimer(pin))
  8351. {
  8352. #if defined(TCCR0A)
  8353. case TIMER0A:
  8354. case TIMER0B:
  8355. // TCCR0B &= ~(_BV(CS00) | _BV(CS01) | _BV(CS02));
  8356. // TCCR0B |= val;
  8357. break;
  8358. #endif
  8359. #if defined(TCCR1A)
  8360. case TIMER1A:
  8361. case TIMER1B:
  8362. // TCCR1B &= ~(_BV(CS10) | _BV(CS11) | _BV(CS12));
  8363. // TCCR1B |= val;
  8364. break;
  8365. #endif
  8366. #if defined(TCCR2)
  8367. case TIMER2:
  8368. case TIMER2:
  8369. TCCR2 &= ~(_BV(CS10) | _BV(CS11) | _BV(CS12));
  8370. TCCR2 |= val;
  8371. break;
  8372. #endif
  8373. #if defined(TCCR2A)
  8374. case TIMER2A:
  8375. case TIMER2B:
  8376. TCCR2B &= ~(_BV(CS20) | _BV(CS21) | _BV(CS22));
  8377. TCCR2B |= val;
  8378. break;
  8379. #endif
  8380. #if defined(TCCR3A)
  8381. case TIMER3A:
  8382. case TIMER3B:
  8383. case TIMER3C:
  8384. TCCR3B &= ~(_BV(CS30) | _BV(CS31) | _BV(CS32));
  8385. TCCR3B |= val;
  8386. break;
  8387. #endif
  8388. #if defined(TCCR4A)
  8389. case TIMER4A:
  8390. case TIMER4B:
  8391. case TIMER4C:
  8392. TCCR4B &= ~(_BV(CS40) | _BV(CS41) | _BV(CS42));
  8393. TCCR4B |= val;
  8394. break;
  8395. #endif
  8396. #if defined(TCCR5A)
  8397. case TIMER5A:
  8398. case TIMER5B:
  8399. case TIMER5C:
  8400. TCCR5B &= ~(_BV(CS50) | _BV(CS51) | _BV(CS52));
  8401. TCCR5B |= val;
  8402. break;
  8403. #endif
  8404. }
  8405. }
  8406. #endif //FAST_PWM_FAN
  8407. //! @brief Get and validate extruder number
  8408. //!
  8409. //! If it is not specified, active_extruder is returned in parameter extruder.
  8410. //! @param [in] code M code number
  8411. //! @param [out] extruder
  8412. //! @return error
  8413. //! @retval true Invalid extruder specified in T code
  8414. //! @retval false Valid extruder specified in T code, or not specifiead
  8415. bool setTargetedHotend(int code, uint8_t &extruder)
  8416. {
  8417. extruder = active_extruder;
  8418. if(code_seen('T')) {
  8419. extruder = code_value_uint8();
  8420. if(extruder >= EXTRUDERS) {
  8421. SERIAL_ECHO_START;
  8422. serialprintPGM(PSTR("M"));
  8423. SERIAL_ECHO(code);
  8424. SERIAL_ECHOPGM(" Invalid extruder ");
  8425. SERIAL_PROTOCOLLN((int)extruder);
  8426. return true;
  8427. }
  8428. }
  8429. return false;
  8430. }
  8431. void save_statistics(unsigned long _total_filament_used, unsigned long _total_print_time) { //_total_filament_used unit: mm/100; print time in s
  8432. uint32_t _previous_filament = eeprom_init_default_dword((uint32_t *)EEPROM_FILAMENTUSED, 0); //_previous_filament unit: cm
  8433. uint32_t _previous_time = eeprom_init_default_dword((uint32_t *)EEPROM_TOTALTIME, 0); //_previous_time unit: min
  8434. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, _previous_time + (_total_print_time / 60)); // EEPROM_TOTALTIME unit: min
  8435. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, _previous_filament + (_total_filament_used / 1000));
  8436. total_filament_used = 0;
  8437. if (MMU2::mmu2.Enabled()) {
  8438. eeprom_add_dword((uint32_t *)EEPROM_TOTAL_TOOLCHANGE_COUNT, MMU2::mmu2.ToolChangeCounter());
  8439. // @@TODO why were EEPROM_MMU_FAIL_TOT and EEPROM_MMU_LOAD_FAIL_TOT behaving differently - i.e. updated with every change?
  8440. MMU2::mmu2.ClearToolChangeCounter();
  8441. MMU2::mmu2.ClearTMCFailures(); // not stored into EEPROM
  8442. }
  8443. }
  8444. float calculate_extruder_multiplier(float diameter) {
  8445. float out = 1.f;
  8446. if (cs.volumetric_enabled && diameter > 0.f) {
  8447. float area = M_PI * diameter * diameter * 0.25;
  8448. out = 1.f / area;
  8449. }
  8450. if (extrudemultiply != 100)
  8451. out *= float(extrudemultiply) * 0.01f;
  8452. return out;
  8453. }
  8454. void calculate_extruder_multipliers() {
  8455. extruder_multiplier[0] = calculate_extruder_multiplier(cs.filament_size[0]);
  8456. #if EXTRUDERS > 1
  8457. extruder_multiplier[1] = calculate_extruder_multiplier(cs.filament_size[1]);
  8458. #if EXTRUDERS > 2
  8459. extruder_multiplier[2] = calculate_extruder_multiplier(cs.filament_size[2]);
  8460. #endif
  8461. #endif
  8462. }
  8463. void delay_keep_alive(unsigned int ms)
  8464. {
  8465. for (;;) {
  8466. manage_heater();
  8467. // Manage inactivity, but don't disable steppers on timeout.
  8468. manage_inactivity(true);
  8469. lcd_update(0);
  8470. if (ms == 0)
  8471. break;
  8472. else if (ms >= 50) {
  8473. _delay(50);
  8474. ms -= 50;
  8475. } else {
  8476. _delay(ms);
  8477. ms = 0;
  8478. }
  8479. }
  8480. }
  8481. static void wait_for_heater(long codenum, uint8_t extruder) {
  8482. if (!degTargetHotend(extruder))
  8483. return;
  8484. #ifdef TEMP_RESIDENCY_TIME
  8485. long residencyStart;
  8486. residencyStart = -1;
  8487. /* continue to loop until we have reached the target temp
  8488. _and_ until TEMP_RESIDENCY_TIME hasn't passed since we reached it */
  8489. cancel_heatup = false;
  8490. while ((!cancel_heatup) && ((residencyStart == -1) ||
  8491. (residencyStart >= 0 && (((unsigned int)(_millis() - residencyStart)) < (TEMP_RESIDENCY_TIME * 1000UL))))) {
  8492. #else
  8493. while (target_direction ? (isHeatingHotend(tmp_extruder)) : (isCoolingHotend(tmp_extruder) && (CooldownNoWait == false))) {
  8494. #endif //TEMP_RESIDENCY_TIME
  8495. if ((_millis() - codenum) > 1000UL)
  8496. { //Print Temp Reading and remaining time every 1 second while heating up/cooling down
  8497. if (!farm_mode) {
  8498. SERIAL_PROTOCOLPGM("T:");
  8499. SERIAL_PROTOCOL_F(degHotend(extruder), 1);
  8500. SERIAL_PROTOCOLPGM(" E:");
  8501. SERIAL_PROTOCOL((int)extruder);
  8502. #ifdef TEMP_RESIDENCY_TIME
  8503. SERIAL_PROTOCOLPGM(" W:");
  8504. if (residencyStart > -1)
  8505. {
  8506. codenum = ((TEMP_RESIDENCY_TIME * 1000UL) - (_millis() - residencyStart)) / 1000UL;
  8507. SERIAL_PROTOCOLLN(codenum);
  8508. }
  8509. else
  8510. {
  8511. SERIAL_PROTOCOLLN('?');
  8512. }
  8513. }
  8514. #else
  8515. SERIAL_PROTOCOLLN();
  8516. #endif
  8517. codenum = _millis();
  8518. }
  8519. manage_heater();
  8520. manage_inactivity(true); //do not disable steppers
  8521. lcd_update(0);
  8522. #ifdef TEMP_RESIDENCY_TIME
  8523. /* start/restart the TEMP_RESIDENCY_TIME timer whenever we reach target temp for the first time
  8524. or when current temp falls outside the hysteresis after target temp was reached */
  8525. if ((residencyStart == -1 && target_direction && (degHotend(extruder) >= (degTargetHotend(extruder) - TEMP_WINDOW))) ||
  8526. (residencyStart == -1 && !target_direction && (degHotend(extruder) <= (degTargetHotend(extruder) + TEMP_WINDOW))) ||
  8527. (residencyStart > -1 && fabs(degHotend(extruder) - degTargetHotend(extruder)) > TEMP_HYSTERESIS))
  8528. {
  8529. residencyStart = _millis();
  8530. }
  8531. #endif //TEMP_RESIDENCY_TIME
  8532. }
  8533. }
  8534. void check_babystep()
  8535. {
  8536. int babystep_z = eeprom_read_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->
  8537. s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)));
  8538. if ((babystep_z < Z_BABYSTEP_MIN) || (babystep_z > Z_BABYSTEP_MAX)) {
  8539. babystep_z = 0; //if babystep value is out of min max range, set it to 0
  8540. SERIAL_ECHOLNPGM("Z live adjust out of range. Setting to 0");
  8541. eeprom_write_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->
  8542. s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),
  8543. babystep_z);
  8544. lcd_show_fullscreen_message_and_wait_P(PSTR("Z live adjust out of range. Setting to 0. Click to continue."));
  8545. lcd_update_enable(true);
  8546. }
  8547. }
  8548. #ifdef HEATBED_ANALYSIS
  8549. void d_setup()
  8550. {
  8551. pinMode(D_DATACLOCK, INPUT_PULLUP);
  8552. pinMode(D_DATA, INPUT_PULLUP);
  8553. pinMode(D_REQUIRE, OUTPUT);
  8554. digitalWrite(D_REQUIRE, HIGH);
  8555. }
  8556. float d_ReadData()
  8557. {
  8558. int digit[13];
  8559. String mergeOutput;
  8560. float output;
  8561. digitalWrite(D_REQUIRE, HIGH);
  8562. for (int i = 0; i<13; i++)
  8563. {
  8564. for (int j = 0; j < 4; j++)
  8565. {
  8566. while (digitalRead(D_DATACLOCK) == LOW) {}
  8567. while (digitalRead(D_DATACLOCK) == HIGH) {}
  8568. bitWrite(digit[i], j, digitalRead(D_DATA));
  8569. }
  8570. }
  8571. digitalWrite(D_REQUIRE, LOW);
  8572. mergeOutput = "";
  8573. output = 0;
  8574. for (int r = 5; r <= 10; r++) //Merge digits
  8575. {
  8576. mergeOutput += digit[r];
  8577. }
  8578. output = mergeOutput.toFloat();
  8579. if (digit[4] == 8) //Handle sign
  8580. {
  8581. output *= -1;
  8582. }
  8583. for (int i = digit[11]; i > 0; i--) //Handle floating point
  8584. {
  8585. output /= 10;
  8586. }
  8587. return output;
  8588. }
  8589. void bed_check(float x_dimension, float y_dimension, int x_points_num, int y_points_num, float shift_x, float shift_y) {
  8590. int t1 = 0;
  8591. int t_delay = 0;
  8592. int digit[13];
  8593. int m;
  8594. char str[3];
  8595. //String mergeOutput;
  8596. char mergeOutput[15];
  8597. float output;
  8598. int mesh_point = 0; //index number of calibration point
  8599. 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
  8600. float bed_zero_ref_y = (-0.6f + Y_PROBE_OFFSET_FROM_EXTRUDER);
  8601. float mesh_home_z_search = 4;
  8602. float measure_z_height = 0.2f;
  8603. float row[x_points_num];
  8604. int ix = 0;
  8605. int iy = 0;
  8606. const char* filename_wldsd = "mesh.txt";
  8607. char data_wldsd[x_points_num * 7 + 1]; //6 chars(" -A.BCD")for each measurement + null
  8608. char numb_wldsd[8]; // (" -A.BCD" + null)
  8609. #ifdef MICROMETER_LOGGING
  8610. d_setup();
  8611. #endif //MICROMETER_LOGGING
  8612. int XY_AXIS_FEEDRATE = homing_feedrate[X_AXIS] / 20;
  8613. int Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 40;
  8614. unsigned int custom_message_type_old = custom_message_type;
  8615. unsigned int custom_message_state_old = custom_message_state;
  8616. custom_message_type = CustomMsg::MeshBedLeveling;
  8617. custom_message_state = (x_points_num * y_points_num) + 10;
  8618. lcd_update(1);
  8619. //mbl.reset();
  8620. babystep_undo();
  8621. card.openFile(filename_wldsd, false);
  8622. /*destination[Z_AXIS] = mesh_home_z_search;
  8623. //plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE);
  8624. plan_buffer_line_destinationXYZE(Z_LIFT_FEEDRATE);
  8625. for(int8_t i=0; i < NUM_AXIS; i++) {
  8626. current_position[i] = destination[i];
  8627. }
  8628. st_synchronize();
  8629. */
  8630. destination[Z_AXIS] = measure_z_height;
  8631. plan_buffer_line_destinationXYZE(Z_LIFT_FEEDRATE);
  8632. for(int8_t i=0; i < NUM_AXIS; i++) {
  8633. current_position[i] = destination[i];
  8634. }
  8635. st_synchronize();
  8636. /*int l_feedmultiply = */setup_for_endstop_move(false);
  8637. SERIAL_PROTOCOLPGM("Num X,Y: ");
  8638. SERIAL_PROTOCOL(x_points_num);
  8639. SERIAL_PROTOCOLPGM(",");
  8640. SERIAL_PROTOCOL(y_points_num);
  8641. SERIAL_PROTOCOLPGM("\nZ search height: ");
  8642. SERIAL_PROTOCOL(mesh_home_z_search);
  8643. SERIAL_PROTOCOLPGM("\nDimension X,Y: ");
  8644. SERIAL_PROTOCOL(x_dimension);
  8645. SERIAL_PROTOCOLPGM(",");
  8646. SERIAL_PROTOCOL(y_dimension);
  8647. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  8648. while (mesh_point != x_points_num * y_points_num) {
  8649. ix = mesh_point % x_points_num; // from 0 to MESH_NUM_X_POINTS - 1
  8650. iy = mesh_point / x_points_num;
  8651. if (iy & 1) ix = (x_points_num - 1) - ix; // Zig zag
  8652. float z0 = 0.f;
  8653. /*destination[Z_AXIS] = mesh_home_z_search;
  8654. //plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE);
  8655. plan_buffer_line_destinationXYZE(Z_LIFT_FEEDRATE);
  8656. for(int8_t i=0; i < NUM_AXIS; i++) {
  8657. current_position[i] = destination[i];
  8658. }
  8659. st_synchronize();*/
  8660. //current_position[X_AXIS] = 13.f + ix * (x_dimension / (x_points_num - 1)) - bed_zero_ref_x + shift_x;
  8661. //current_position[Y_AXIS] = 6.4f + iy * (y_dimension / (y_points_num - 1)) - bed_zero_ref_y + shift_y;
  8662. destination[X_AXIS] = ix * (x_dimension / (x_points_num - 1)) + shift_x;
  8663. destination[Y_AXIS] = iy * (y_dimension / (y_points_num - 1)) + shift_y;
  8664. mesh_plan_buffer_line_destinationXYZE(XY_AXIS_FEEDRATE/6);
  8665. set_current_to_destination();
  8666. st_synchronize();
  8667. // printf_P(PSTR("X = %f; Y= %f \n"), current_position[X_AXIS], current_position[Y_AXIS]);
  8668. delay_keep_alive(1000);
  8669. #ifdef MICROMETER_LOGGING
  8670. //memset(numb_wldsd, 0, sizeof(numb_wldsd));
  8671. //dtostrf(d_ReadData(), 8, 5, numb_wldsd);
  8672. //strcat(data_wldsd, numb_wldsd);
  8673. //MYSERIAL.println(data_wldsd);
  8674. //delay(1000);
  8675. //delay(3000);
  8676. //t1 = millis();
  8677. //while (digitalRead(D_DATACLOCK) == LOW) {}
  8678. //while (digitalRead(D_DATACLOCK) == HIGH) {}
  8679. memset(digit, 0, sizeof(digit));
  8680. //cli();
  8681. digitalWrite(D_REQUIRE, LOW);
  8682. for (int i = 0; i<13; i++)
  8683. {
  8684. //t1 = millis();
  8685. for (int j = 0; j < 4; j++)
  8686. {
  8687. while (digitalRead(D_DATACLOCK) == LOW) {}
  8688. while (digitalRead(D_DATACLOCK) == HIGH) {}
  8689. //printf_P(PSTR("Done %d\n"), j);
  8690. bitWrite(digit[i], j, digitalRead(D_DATA));
  8691. }
  8692. //t_delay = (millis() - t1);
  8693. //SERIAL_PROTOCOLPGM(" ");
  8694. //SERIAL_PROTOCOL_F(t_delay, 5);
  8695. //SERIAL_PROTOCOLPGM(" ");
  8696. }
  8697. //sei();
  8698. digitalWrite(D_REQUIRE, HIGH);
  8699. mergeOutput[0] = '\0';
  8700. output = 0;
  8701. for (int r = 5; r <= 10; r++) //Merge digits
  8702. {
  8703. sprintf(str, "%d", digit[r]);
  8704. strcat(mergeOutput, str);
  8705. }
  8706. output = atof(mergeOutput);
  8707. if (digit[4] == 8) //Handle sign
  8708. {
  8709. output *= -1;
  8710. }
  8711. for (int i = digit[11]; i > 0; i--) //Handle floating point
  8712. {
  8713. output *= 0.1;
  8714. }
  8715. //output = d_ReadData();
  8716. //row[ix] = current_position[Z_AXIS];
  8717. //row[ix] = d_ReadData();
  8718. row[ix] = output;
  8719. if (iy % 2 == 1 ? ix == 0 : ix == x_points_num - 1) {
  8720. memset(data_wldsd, 0, sizeof(data_wldsd));
  8721. for (int i = 0; i < x_points_num; i++) {
  8722. SERIAL_PROTOCOLPGM(" ");
  8723. SERIAL_PROTOCOL_F(row[i], 5);
  8724. memset(numb_wldsd, 0, sizeof(numb_wldsd));
  8725. dtostrf(row[i], 7, 3, numb_wldsd);
  8726. strcat(data_wldsd, numb_wldsd);
  8727. }
  8728. card.write_command(data_wldsd);
  8729. SERIAL_PROTOCOLPGM("\n");
  8730. }
  8731. custom_message_state--;
  8732. mesh_point++;
  8733. lcd_update(1);
  8734. }
  8735. #endif //MICROMETER_LOGGING
  8736. card.closefile();
  8737. //clean_up_after_endstop_move(l_feedmultiply);
  8738. }
  8739. void bed_analysis(float x_dimension, float y_dimension, int x_points_num, int y_points_num, float shift_x, float shift_y) {
  8740. int t1 = 0;
  8741. int t_delay = 0;
  8742. int digit[13];
  8743. int m;
  8744. char str[3];
  8745. //String mergeOutput;
  8746. char mergeOutput[15];
  8747. float output;
  8748. int mesh_point = 0; //index number of calibration point
  8749. 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
  8750. float bed_zero_ref_y = (-0.6f + Y_PROBE_OFFSET_FROM_EXTRUDER);
  8751. float mesh_home_z_search = 4;
  8752. float row[x_points_num];
  8753. int ix = 0;
  8754. int iy = 0;
  8755. const char* filename_wldsd = "wldsd.txt";
  8756. char data_wldsd[70];
  8757. char numb_wldsd[10];
  8758. d_setup();
  8759. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  8760. // We don't know where we are! HOME!
  8761. // Push the commands to the front of the message queue in the reverse order!
  8762. // There shall be always enough space reserved for these commands.
  8763. repeatcommand_front(); // repeat G80 with all its parameters
  8764. enquecommand_front_P(G28W0);
  8765. enquecommand_front_P((PSTR("G1 Z5")));
  8766. return;
  8767. }
  8768. unsigned int custom_message_type_old = custom_message_type;
  8769. unsigned int custom_message_state_old = custom_message_state;
  8770. custom_message_type = CustomMsg::MeshBedLeveling;
  8771. custom_message_state = (x_points_num * y_points_num) + 10;
  8772. lcd_update(1);
  8773. mbl.reset();
  8774. babystep_undo();
  8775. card.openFile(filename_wldsd, false);
  8776. current_position[Z_AXIS] = mesh_home_z_search;
  8777. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 60, active_extruder);
  8778. int XY_AXIS_FEEDRATE = homing_feedrate[X_AXIS] / 20;
  8779. int Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 40;
  8780. int l_feedmultiply = setup_for_endstop_move(false);
  8781. SERIAL_PROTOCOLPGM("Num X,Y: ");
  8782. SERIAL_PROTOCOL(x_points_num);
  8783. SERIAL_PROTOCOLPGM(",");
  8784. SERIAL_PROTOCOL(y_points_num);
  8785. SERIAL_PROTOCOLPGM("\nZ search height: ");
  8786. SERIAL_PROTOCOL(mesh_home_z_search);
  8787. SERIAL_PROTOCOLPGM("\nDimension X,Y: ");
  8788. SERIAL_PROTOCOL(x_dimension);
  8789. SERIAL_PROTOCOLPGM(",");
  8790. SERIAL_PROTOCOL(y_dimension);
  8791. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  8792. while (mesh_point != x_points_num * y_points_num) {
  8793. ix = mesh_point % x_points_num; // from 0 to MESH_NUM_X_POINTS - 1
  8794. iy = mesh_point / x_points_num;
  8795. if (iy & 1) ix = (x_points_num - 1) - ix; // Zig zag
  8796. float z0 = 0.f;
  8797. current_position[Z_AXIS] = mesh_home_z_search;
  8798. plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE, active_extruder);
  8799. st_synchronize();
  8800. current_position[X_AXIS] = 13.f + ix * (x_dimension / (x_points_num - 1)) - bed_zero_ref_x + shift_x;
  8801. current_position[Y_AXIS] = 6.4f + iy * (y_dimension / (y_points_num - 1)) - bed_zero_ref_y + shift_y;
  8802. plan_buffer_line_curposXYZE(XY_AXIS_FEEDRATE, active_extruder);
  8803. st_synchronize();
  8804. 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
  8805. break;
  8806. card.closefile();
  8807. }
  8808. //memset(numb_wldsd, 0, sizeof(numb_wldsd));
  8809. //dtostrf(d_ReadData(), 8, 5, numb_wldsd);
  8810. //strcat(data_wldsd, numb_wldsd);
  8811. //MYSERIAL.println(data_wldsd);
  8812. //_delay(1000);
  8813. //_delay(3000);
  8814. //t1 = _millis();
  8815. //while (digitalRead(D_DATACLOCK) == LOW) {}
  8816. //while (digitalRead(D_DATACLOCK) == HIGH) {}
  8817. memset(digit, 0, sizeof(digit));
  8818. //cli();
  8819. digitalWrite(D_REQUIRE, LOW);
  8820. for (int i = 0; i<13; i++)
  8821. {
  8822. //t1 = _millis();
  8823. for (int j = 0; j < 4; j++)
  8824. {
  8825. while (digitalRead(D_DATACLOCK) == LOW) {}
  8826. while (digitalRead(D_DATACLOCK) == HIGH) {}
  8827. bitWrite(digit[i], j, digitalRead(D_DATA));
  8828. }
  8829. //t_delay = (_millis() - t1);
  8830. //SERIAL_PROTOCOLPGM(" ");
  8831. //SERIAL_PROTOCOL_F(t_delay, 5);
  8832. //SERIAL_PROTOCOLPGM(" ");
  8833. }
  8834. //sei();
  8835. digitalWrite(D_REQUIRE, HIGH);
  8836. mergeOutput[0] = '\0';
  8837. output = 0;
  8838. for (int r = 5; r <= 10; r++) //Merge digits
  8839. {
  8840. sprintf(str, "%d", digit[r]);
  8841. strcat(mergeOutput, str);
  8842. }
  8843. output = atof(mergeOutput);
  8844. if (digit[4] == 8) //Handle sign
  8845. {
  8846. output *= -1;
  8847. }
  8848. for (int i = digit[11]; i > 0; i--) //Handle floating point
  8849. {
  8850. output *= 0.1;
  8851. }
  8852. //output = d_ReadData();
  8853. //row[ix] = current_position[Z_AXIS];
  8854. memset(data_wldsd, 0, sizeof(data_wldsd));
  8855. for (int i = 0; i <3; i++) {
  8856. memset(numb_wldsd, 0, sizeof(numb_wldsd));
  8857. dtostrf(current_position[i], 8, 5, numb_wldsd);
  8858. strcat(data_wldsd, numb_wldsd);
  8859. strcat(data_wldsd, ";");
  8860. }
  8861. memset(numb_wldsd, 0, sizeof(numb_wldsd));
  8862. dtostrf(output, 8, 5, numb_wldsd);
  8863. strcat(data_wldsd, numb_wldsd);
  8864. //strcat(data_wldsd, ";");
  8865. card.write_command(data_wldsd);
  8866. //row[ix] = d_ReadData();
  8867. row[ix] = output; // current_position[Z_AXIS];
  8868. if (iy % 2 == 1 ? ix == 0 : ix == x_points_num - 1) {
  8869. for (int i = 0; i < x_points_num; i++) {
  8870. SERIAL_PROTOCOLPGM(" ");
  8871. SERIAL_PROTOCOL_F(row[i], 5);
  8872. }
  8873. SERIAL_PROTOCOLPGM("\n");
  8874. }
  8875. custom_message_state--;
  8876. mesh_point++;
  8877. lcd_update(1);
  8878. }
  8879. card.closefile();
  8880. clean_up_after_endstop_move(l_feedmultiply);
  8881. }
  8882. #endif //HEATBED_ANALYSIS
  8883. #ifndef PINDA_THERMISTOR
  8884. static void temp_compensation_start() {
  8885. custom_message_type = CustomMsg::TempCompPreheat;
  8886. custom_message_state = PINDA_HEAT_T + 1;
  8887. lcd_update(2);
  8888. if ((int)degHotend(active_extruder) > extrude_min_temp) {
  8889. current_position[E_AXIS] -= default_retraction;
  8890. }
  8891. plan_buffer_line_curposXYZE(400);
  8892. current_position[X_AXIS] = PINDA_PREHEAT_X;
  8893. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  8894. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  8895. plan_buffer_line_curposXYZE(3000 / 60);
  8896. st_synchronize();
  8897. while (fabs(degBed() - target_temperature_bed) > 1) delay_keep_alive(1000);
  8898. for (int i = 0; i < PINDA_HEAT_T; i++) {
  8899. delay_keep_alive(1000);
  8900. custom_message_state = PINDA_HEAT_T - i;
  8901. if (custom_message_state == 99 || custom_message_state == 9) lcd_update(2); //force whole display redraw if number of digits changed
  8902. else lcd_update(1);
  8903. }
  8904. custom_message_type = CustomMsg::Status;
  8905. custom_message_state = 0;
  8906. }
  8907. static void temp_compensation_apply() {
  8908. int i_add;
  8909. int z_shift = 0;
  8910. float z_shift_mm;
  8911. if (calibration_status_pinda()) {
  8912. if (target_temperature_bed % 10 == 0 && target_temperature_bed >= 60 && target_temperature_bed <= 100) {
  8913. i_add = (target_temperature_bed - 60) / 10;
  8914. z_shift = eeprom_read_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + i_add);
  8915. z_shift_mm = z_shift / cs.axis_steps_per_unit[Z_AXIS];
  8916. }else {
  8917. //interpolation
  8918. z_shift_mm = temp_comp_interpolation(target_temperature_bed) / cs.axis_steps_per_unit[Z_AXIS];
  8919. }
  8920. printf_P(_N("\nZ shift applied:%.3f\n"), z_shift_mm);
  8921. 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);
  8922. st_synchronize();
  8923. plan_set_z_position(current_position[Z_AXIS]);
  8924. }
  8925. else {
  8926. //we have no temp compensation data
  8927. }
  8928. }
  8929. #endif //ndef PINDA_THERMISTOR
  8930. float temp_comp_interpolation(float inp_temperature) {
  8931. //cubic spline interpolation
  8932. int n, i, j;
  8933. float h[10], a, b, c, d, sum, s[10] = { 0 }, x[10], F[10], f[10], m[10][10] = { 0 }, temp;
  8934. int shift[10];
  8935. int temp_C[10];
  8936. n = 6; //number of measured points
  8937. shift[0] = 0;
  8938. for (i = 0; i < n; i++) {
  8939. if (i > 0) {
  8940. //read shift in steps from EEPROM
  8941. shift[i] = eeprom_read_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + (i - 1));
  8942. }
  8943. temp_C[i] = 50 + i * 10; //temperature in C
  8944. #ifdef PINDA_THERMISTOR
  8945. constexpr int start_compensating_temp = 35;
  8946. temp_C[i] = start_compensating_temp + i * 5; //temperature in degrees C
  8947. #ifdef SUPERPINDA_SUPPORT
  8948. static_assert(start_compensating_temp >= PINDA_MINTEMP, "Temperature compensation start point is lower than PINDA_MINTEMP.");
  8949. #endif //SUPERPINDA_SUPPORT
  8950. #else
  8951. temp_C[i] = 50 + i * 10; //temperature in C
  8952. #endif
  8953. x[i] = (float)temp_C[i];
  8954. f[i] = (float)shift[i];
  8955. }
  8956. if (inp_temperature < x[0]) return 0;
  8957. for (i = n - 1; i>0; i--) {
  8958. F[i] = (f[i] - f[i - 1]) / (x[i] - x[i - 1]);
  8959. h[i - 1] = x[i] - x[i - 1];
  8960. }
  8961. //*********** formation of h, s , f matrix **************
  8962. for (i = 1; i<n - 1; i++) {
  8963. m[i][i] = 2 * (h[i - 1] + h[i]);
  8964. if (i != 1) {
  8965. m[i][i - 1] = h[i - 1];
  8966. m[i - 1][i] = h[i - 1];
  8967. }
  8968. m[i][n - 1] = 6 * (F[i + 1] - F[i]);
  8969. }
  8970. //*********** forward elimination **************
  8971. for (i = 1; i<n - 2; i++) {
  8972. temp = (m[i + 1][i] / m[i][i]);
  8973. for (j = 1; j <= n - 1; j++)
  8974. m[i + 1][j] -= temp*m[i][j];
  8975. }
  8976. //*********** backward substitution *********
  8977. for (i = n - 2; i>0; i--) {
  8978. sum = 0;
  8979. for (j = i; j <= n - 2; j++)
  8980. sum += m[i][j] * s[j];
  8981. s[i] = (m[i][n - 1] - sum) / m[i][i];
  8982. }
  8983. for (i = 0; i<n - 1; i++)
  8984. if ((x[i] <= inp_temperature && inp_temperature <= x[i + 1]) || (i == n-2 && inp_temperature > x[i + 1])) {
  8985. a = (s[i + 1] - s[i]) / (6 * h[i]);
  8986. b = s[i] / 2;
  8987. c = (f[i + 1] - f[i]) / h[i] - (2 * h[i] * s[i] + s[i + 1] * h[i]) / 6;
  8988. d = f[i];
  8989. sum = a*pow((inp_temperature - x[i]), 3) + b*pow((inp_temperature - x[i]), 2) + c*(inp_temperature - x[i]) + d;
  8990. }
  8991. return sum;
  8992. }
  8993. #ifdef PINDA_THERMISTOR
  8994. float temp_compensation_pinda_thermistor_offset(float temperature_pinda)
  8995. {
  8996. if (!eeprom_read_byte((unsigned char *)EEPROM_TEMP_CAL_ACTIVE)) return 0;
  8997. if (!calibration_status_pinda()) return 0;
  8998. return temp_comp_interpolation(temperature_pinda) / cs.axis_steps_per_unit[Z_AXIS];
  8999. }
  9000. #endif //PINDA_THERMISTOR
  9001. void long_pause() //long pause print
  9002. {
  9003. st_synchronize();
  9004. start_pause_print = _millis();
  9005. // Stop heaters
  9006. heating_status = HeatingStatus::NO_HEATING;
  9007. setAllTargetHotends(0);
  9008. // Lift z
  9009. raise_z(Z_PAUSE_LIFT);
  9010. // Move XY to side
  9011. if (axis_known_position[X_AXIS] && axis_known_position[Y_AXIS]) {
  9012. current_position[X_AXIS] = X_PAUSE_POS;
  9013. current_position[Y_AXIS] = Y_PAUSE_POS;
  9014. plan_buffer_line_curposXYZE(50);
  9015. }
  9016. // did we come here from a thermal error?
  9017. if(get_temp_error()) {
  9018. // time to stop the error beep
  9019. WRITE(BEEPER, LOW);
  9020. } else {
  9021. // Turn off the print fan
  9022. fanSpeed = 0;
  9023. }
  9024. }
  9025. void serialecho_temperatures() {
  9026. float tt = degHotend(active_extruder);
  9027. SERIAL_PROTOCOLPGM("T:");
  9028. SERIAL_PROTOCOL(tt);
  9029. SERIAL_PROTOCOLPGM(" E:");
  9030. SERIAL_PROTOCOL((int)active_extruder);
  9031. SERIAL_PROTOCOLPGM(" B:");
  9032. SERIAL_PROTOCOL_F(degBed(), 1);
  9033. SERIAL_PROTOCOLLN();
  9034. }
  9035. #ifdef UVLO_SUPPORT
  9036. void uvlo_drain_reset()
  9037. {
  9038. // burn all that residual power
  9039. wdt_enable(WDTO_1S);
  9040. WRITE(BEEPER,HIGH);
  9041. lcd_clear();
  9042. lcd_puts_at_P(0, 1, MSG_POWERPANIC_DETECTED);
  9043. while(1);
  9044. }
  9045. void uvlo_()
  9046. {
  9047. unsigned long time_start = _millis();
  9048. bool sd_print = card.sdprinting;
  9049. // Conserve power as soon as possible.
  9050. #ifdef LCD_BL_PIN
  9051. backlightMode = BACKLIGHT_MODE_DIM;
  9052. backlightLevel_LOW = 0;
  9053. backlight_update();
  9054. #endif //LCD_BL_PIN
  9055. disable_x();
  9056. disable_y();
  9057. #ifdef TMC2130
  9058. tmc2130_set_current_h(Z_AXIS, 20);
  9059. tmc2130_set_current_r(Z_AXIS, 20);
  9060. tmc2130_set_current_h(E_AXIS, 20);
  9061. tmc2130_set_current_r(E_AXIS, 20);
  9062. #endif //TMC2130
  9063. // Stop all heaters
  9064. uint8_t saved_target_temperature_bed = target_temperature_bed;
  9065. uint16_t saved_target_temperature_ext = target_temperature[active_extruder];
  9066. setAllTargetHotends(0);
  9067. setTargetBed(0);
  9068. // Calculate the file position, from which to resume this print.
  9069. long sd_position = sdpos_atomic; //atomic sd position of last command added in queue
  9070. {
  9071. uint16_t sdlen_planner = planner_calc_sd_length(); //length of sd commands in planner
  9072. sd_position -= sdlen_planner;
  9073. uint16_t sdlen_cmdqueue = cmdqueue_calc_sd_length(); //length of sd commands in cmdqueue
  9074. sd_position -= sdlen_cmdqueue;
  9075. if (sd_position < 0) sd_position = 0;
  9076. }
  9077. // save the global state at planning time
  9078. bool pos_invalid = XY_NO_RESTORE_FLAG;
  9079. uint16_t feedrate_bckp;
  9080. if (current_block && !pos_invalid)
  9081. {
  9082. memcpy(saved_start_position, current_block->gcode_start_position, sizeof(saved_start_position));
  9083. feedrate_bckp = current_block->gcode_feedrate;
  9084. saved_segment_idx = current_block->segment_idx;
  9085. }
  9086. else
  9087. {
  9088. saved_start_position[0] = SAVED_START_POSITION_UNSET;
  9089. feedrate_bckp = feedrate;
  9090. saved_segment_idx = 0;
  9091. }
  9092. // From this point on and up to the print recovery, Z should not move during X/Y travels and
  9093. // should be controlled precisely. Reset the MBL status before planner_abort_hard in order to
  9094. // get the physical Z for further manipulation.
  9095. bool mbl_was_active = mbl.active;
  9096. mbl.active = false;
  9097. // After this call, the planner queue is emptied and the current_position is set to a current logical coordinate.
  9098. // The logical coordinate will likely differ from the machine coordinate if the skew calibration and mesh bed leveling
  9099. // are in action.
  9100. planner_abort_hard();
  9101. // Store the print logical Z position, which we need to recover (a slight error here would be
  9102. // recovered on the next Gcode instruction, while a physical location error would not)
  9103. float logical_z = current_position[Z_AXIS];
  9104. if(mbl_was_active) logical_z -= mbl.get_z(st_get_position_mm(X_AXIS), st_get_position_mm(Y_AXIS));
  9105. eeprom_update_float((float*)EEPROM_UVLO_CURRENT_POSITION_Z, logical_z);
  9106. // Store the print E position before we lose track
  9107. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION_E), current_position[E_AXIS]);
  9108. eeprom_update_byte((uint8_t*)EEPROM_UVLO_E_ABS, (axis_relative_modes & E_AXIS_MASK)?0:1);
  9109. // Clean the input command queue, inhibit serial processing using saved_printing
  9110. cmdqueue_reset();
  9111. card.sdprinting = false;
  9112. saved_printing = true;
  9113. // Enable stepper driver interrupt to move Z axis. This should be fine as the planner and
  9114. // command queues are empty, SD card printing is disabled, usb is inhibited.
  9115. planner_aborted = false;
  9116. sei();
  9117. // Retract
  9118. current_position[E_AXIS] -= default_retraction;
  9119. plan_buffer_line_curposXYZE(95);
  9120. st_synchronize();
  9121. disable_e0();
  9122. // Read out the current Z motor microstep counter to move the axis up towards
  9123. // a full step before powering off. NOTE: we need to ensure to schedule more
  9124. // than "dropsegments" steps in order to move (this is always the case here
  9125. // due to UVLO_Z_AXIS_SHIFT being used)
  9126. uint16_t z_res = tmc2130_get_res(Z_AXIS);
  9127. uint16_t z_microsteps = tmc2130_rd_MSCNT(Z_AXIS);
  9128. current_position[Z_AXIS] += float(1024 - z_microsteps)
  9129. / (z_res * cs.axis_steps_per_unit[Z_AXIS])
  9130. + UVLO_Z_AXIS_SHIFT;
  9131. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS]/60);
  9132. st_synchronize();
  9133. poweroff_z();
  9134. // Write the file position.
  9135. eeprom_update_dword((uint32_t*)(EEPROM_FILE_POSITION), sd_position);
  9136. // Store the mesh bed leveling offsets. This is 2*7*7=98 bytes, which takes 98*3.4us=333us in worst case.
  9137. for (uint8_t mesh_point = 0; mesh_point < MESH_NUM_X_POINTS * MESH_NUM_Y_POINTS; ++ mesh_point) {
  9138. uint8_t ix = mesh_point % MESH_NUM_X_POINTS; // from 0 to MESH_NUM_X_POINTS - 1
  9139. uint8_t iy = mesh_point / MESH_NUM_X_POINTS;
  9140. // Scale the z value to 1u resolution.
  9141. int16_t v = mbl_was_active ? int16_t(floor(mbl.z_values[iy][ix] * 1000.f + 0.5f)) : 0;
  9142. eeprom_update_word((uint16_t*)(EEPROM_UVLO_MESH_BED_LEVELING_FULL +2*mesh_point), *reinterpret_cast<uint16_t*>(&v));
  9143. }
  9144. // Write the _final_ Z position and motor microstep counter (unused).
  9145. eeprom_update_float((float*)EEPROM_UVLO_TINY_CURRENT_POSITION_Z, current_position[Z_AXIS]);
  9146. z_microsteps = tmc2130_rd_MSCNT(Z_AXIS);
  9147. eeprom_update_word((uint16_t*)(EEPROM_UVLO_Z_MICROSTEPS), z_microsteps);
  9148. // Store the current position.
  9149. if (pos_invalid)
  9150. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0), X_COORD_INVALID);
  9151. else
  9152. {
  9153. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0), current_position[X_AXIS]);
  9154. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 4), current_position[Y_AXIS]);
  9155. }
  9156. // Store the current feed rate, temperatures, fan speed and extruder multipliers (flow rates)
  9157. eeprom_update_word((uint16_t*)EEPROM_UVLO_FEEDRATE, feedrate_bckp);
  9158. eeprom_update_word((uint16_t*)EEPROM_UVLO_FEEDMULTIPLY, feedmultiply);
  9159. eeprom_update_word((uint16_t*)EEPROM_UVLO_TARGET_HOTEND, saved_target_temperature_ext);
  9160. eeprom_update_byte((uint8_t*)EEPROM_UVLO_TARGET_BED, saved_target_temperature_bed);
  9161. eeprom_update_byte((uint8_t*)EEPROM_UVLO_FAN_SPEED, fanSpeed);
  9162. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_0), extruder_multiplier[0]);
  9163. #if EXTRUDERS > 1
  9164. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_1), extruder_multiplier[1]);
  9165. #if EXTRUDERS > 2
  9166. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_2), extruder_multiplier[2]);
  9167. #endif
  9168. #endif
  9169. eeprom_update_word((uint16_t*)(EEPROM_EXTRUDEMULTIPLY), (uint16_t)extrudemultiply);
  9170. eeprom_update_float((float*)(EEPROM_UVLO_ACCELL), cs.acceleration);
  9171. eeprom_update_float((float*)(EEPROM_UVLO_RETRACT_ACCELL), cs.retract_acceleration);
  9172. eeprom_update_float((float*)(EEPROM_UVLO_TRAVEL_ACCELL), cs.travel_acceleration);
  9173. // Store the saved target
  9174. eeprom_update_float((float*)(EEPROM_UVLO_SAVED_START_POSITION+0*4), saved_start_position[X_AXIS]);
  9175. eeprom_update_float((float*)(EEPROM_UVLO_SAVED_START_POSITION+1*4), saved_start_position[Y_AXIS]);
  9176. eeprom_update_float((float*)(EEPROM_UVLO_SAVED_START_POSITION+2*4), saved_start_position[Z_AXIS]);
  9177. eeprom_update_float((float*)(EEPROM_UVLO_SAVED_START_POSITION+3*4), saved_start_position[E_AXIS]);
  9178. eeprom_update_word((uint16_t*)EEPROM_UVLO_SAVED_SEGMENT_IDX, saved_segment_idx);
  9179. #ifdef LIN_ADVANCE
  9180. eeprom_update_float((float*)(EEPROM_UVLO_LA_K), extruder_advance_K);
  9181. #endif
  9182. // Finaly store the "power outage" flag.
  9183. if(sd_print) eeprom_update_byte((uint8_t*)EEPROM_UVLO, 1);
  9184. // Increment power failure counter
  9185. eeprom_increment_byte((uint8_t*)EEPROM_POWER_COUNT);
  9186. eeprom_increment_word((uint16_t*)EEPROM_POWER_COUNT_TOT);
  9187. printf_P(_N("UVLO - end %d\n"), _millis() - time_start);
  9188. WRITE(BEEPER,HIGH);
  9189. // All is set: with all the juice left, try to move extruder away to detach the nozzle completely from the print
  9190. poweron_z();
  9191. current_position[X_AXIS] = (current_position[X_AXIS] < 0.5f * (X_MIN_POS + X_MAX_POS)) ? X_MIN_POS : X_MAX_POS;
  9192. plan_buffer_line_curposXYZE(500);
  9193. st_synchronize();
  9194. wdt_enable(WDTO_1S);
  9195. while(1);
  9196. }
  9197. void uvlo_tiny()
  9198. {
  9199. unsigned long time_start = _millis();
  9200. // Conserve power as soon as possible.
  9201. disable_x();
  9202. disable_y();
  9203. disable_e0();
  9204. #ifdef TMC2130
  9205. tmc2130_set_current_h(Z_AXIS, 20);
  9206. tmc2130_set_current_r(Z_AXIS, 20);
  9207. #endif //TMC2130
  9208. // Stop all heaters
  9209. setAllTargetHotends(0);
  9210. setTargetBed(0);
  9211. // When power is interrupted on the _first_ recovery an attempt can be made to raise the
  9212. // extruder, causing the Z position to change. Similarly, when recovering, the Z position is
  9213. // lowered. In such cases we cannot just save Z, we need to re-align the steppers to a fullstep.
  9214. // Disable MBL (if not already) to work with physical coordinates.
  9215. mbl.active = false;
  9216. planner_abort_hard();
  9217. // Allow for small roundoffs to be ignored
  9218. if(fabs(current_position[Z_AXIS] - eeprom_read_float((float*)(EEPROM_UVLO_TINY_CURRENT_POSITION_Z))) >= 1.f/cs.axis_steps_per_unit[Z_AXIS])
  9219. {
  9220. // Clean the input command queue, inhibit serial processing using saved_printing
  9221. cmdqueue_reset();
  9222. card.sdprinting = false;
  9223. saved_printing = true;
  9224. // Enable stepper driver interrupt to move Z axis. This should be fine as the planner and
  9225. // command queues are empty, SD card printing is disabled, usb is inhibited.
  9226. planner_aborted = false;
  9227. sei();
  9228. // The axis was moved: adjust Z as done on a regular UVLO.
  9229. uint16_t z_res = tmc2130_get_res(Z_AXIS);
  9230. uint16_t z_microsteps = tmc2130_rd_MSCNT(Z_AXIS);
  9231. current_position[Z_AXIS] += float(1024 - z_microsteps)
  9232. / (z_res * cs.axis_steps_per_unit[Z_AXIS])
  9233. + UVLO_TINY_Z_AXIS_SHIFT;
  9234. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS]/60);
  9235. st_synchronize();
  9236. poweroff_z();
  9237. // Update Z position
  9238. eeprom_update_float((float*)(EEPROM_UVLO_TINY_CURRENT_POSITION_Z), current_position[Z_AXIS]);
  9239. // Update the _final_ Z motor microstep counter (unused).
  9240. z_microsteps = tmc2130_rd_MSCNT(Z_AXIS);
  9241. eeprom_update_word((uint16_t*)(EEPROM_UVLO_Z_MICROSTEPS), z_microsteps);
  9242. }
  9243. // Update the the "power outage" flag.
  9244. eeprom_update_byte((uint8_t*)EEPROM_UVLO,2);
  9245. // Increment power failure counter
  9246. eeprom_update_byte((uint8_t*)EEPROM_POWER_COUNT, eeprom_read_byte((uint8_t*)EEPROM_POWER_COUNT) + 1);
  9247. eeprom_update_word((uint16_t*)EEPROM_POWER_COUNT_TOT, eeprom_read_word((uint16_t*)EEPROM_POWER_COUNT_TOT) + 1);
  9248. printf_P(_N("UVLO_TINY - end %d\n"), _millis() - time_start);
  9249. uvlo_drain_reset();
  9250. }
  9251. #endif //UVLO_SUPPORT
  9252. #if (defined(FANCHECK) && defined(TACH_1) && (TACH_1 >-1))
  9253. void setup_fan_interrupt() {
  9254. //INT7
  9255. DDRE &= ~(1 << 7); //input pin
  9256. PORTE &= ~(1 << 7); //no internal pull-up
  9257. //start with sensing rising edge
  9258. EICRB &= ~(1 << 6);
  9259. EICRB |= (1 << 7);
  9260. //enable INT7 interrupt
  9261. EIMSK |= (1 << 7);
  9262. }
  9263. // The fan interrupt is triggered at maximum 325Hz (may be a bit more due to component tollerances),
  9264. // and it takes 4.24 us to process (the interrupt invocation overhead not taken into account).
  9265. ISR(INT7_vect) {
  9266. //measuring speed now works for fanSpeed > 18 (approximately), which is sufficient because MIN_PRINT_FAN_SPEED is higher
  9267. #ifdef FAN_SOFT_PWM
  9268. if (!fan_measuring || (fanSpeedSoftPwm < MIN_PRINT_FAN_SPEED)) return;
  9269. #else //FAN_SOFT_PWM
  9270. if (fanSpeed < MIN_PRINT_FAN_SPEED) return;
  9271. #endif //FAN_SOFT_PWM
  9272. if ((1 << 6) & EICRB) { //interrupt was triggered by rising edge
  9273. t_fan_rising_edge = millis_nc();
  9274. }
  9275. else { //interrupt was triggered by falling edge
  9276. if ((millis_nc() - t_fan_rising_edge) >= FAN_PULSE_WIDTH_LIMIT) {//this pulse was from sensor and not from pwm
  9277. fan_edge_counter[1] += 2; //we are currently counting all edges so lets count two edges for one pulse
  9278. }
  9279. }
  9280. EICRB ^= (1 << 6); //change edge
  9281. }
  9282. #endif
  9283. #ifdef UVLO_SUPPORT
  9284. void setup_uvlo_interrupt() {
  9285. DDRE &= ~(1 << 4); //input pin
  9286. PORTE &= ~(1 << 4); //no internal pull-up
  9287. // sensing falling edge
  9288. EICRB |= (1 << 0);
  9289. EICRB &= ~(1 << 1);
  9290. // enable INT4 interrupt
  9291. EIMSK |= (1 << 4);
  9292. // check if power was lost before we armed the interrupt
  9293. if(!(PINE & (1 << 4)) && eeprom_read_byte((uint8_t*)EEPROM_UVLO))
  9294. {
  9295. SERIAL_ECHOLNPGM("INT4");
  9296. uvlo_drain_reset();
  9297. }
  9298. }
  9299. ISR(INT4_vect) {
  9300. EIMSK &= ~(1 << 4); //disable INT4 interrupt to make sure that this code will be executed just once
  9301. SERIAL_ECHOLNPGM("INT4");
  9302. //fire normal uvlo only in case where EEPROM_UVLO is 0 or if IS_SD_PRINTING is 1.
  9303. if(printer_active() && (!(eeprom_read_byte((uint8_t*)EEPROM_UVLO)))) uvlo_();
  9304. if(eeprom_read_byte((uint8_t*)EEPROM_UVLO)) uvlo_tiny();
  9305. }
  9306. void recover_print(uint8_t automatic) {
  9307. char cmd[30];
  9308. lcd_update_enable(true);
  9309. lcd_update(2);
  9310. lcd_setstatuspgm(_i("Recovering print"));////MSG_RECOVERING_PRINT c=20
  9311. // Recover position, temperatures and extrude_multipliers
  9312. bool mbl_was_active = recover_machine_state_after_power_panic();
  9313. // Lift the print head 25mm, first to avoid collisions with oozed material with the print,
  9314. // and second also so one may remove the excess priming material.
  9315. if(eeprom_read_byte((uint8_t*)EEPROM_UVLO) == 1)
  9316. {
  9317. sprintf_P(cmd, PSTR("G1 Z%.3f F800"), current_position[Z_AXIS] + 25);
  9318. enquecommand(cmd);
  9319. }
  9320. // Home X and Y axes. Homing just X and Y shall not touch the babystep and the world2machine
  9321. // transformation status. G28 will not touch Z when MBL is off.
  9322. enquecommand_P(PSTR("G28 X Y"));
  9323. // Set the target bed and nozzle temperatures and wait.
  9324. sprintf_P(cmd, PSTR("M104 S%d"), target_temperature[active_extruder]);
  9325. enquecommand(cmd);
  9326. sprintf_P(cmd, PSTR("M140 S%d"), target_temperature_bed);
  9327. enquecommand(cmd);
  9328. sprintf_P(cmd, PSTR("M109 S%d"), target_temperature[active_extruder]);
  9329. enquecommand(cmd);
  9330. enquecommand_P(PSTR("M83")); //E axis relative mode
  9331. // If not automatically recoreverd (long power loss)
  9332. if(automatic == 0){
  9333. //Extrude some filament to stabilize the pressure
  9334. enquecommand_P(PSTR("G1 E5 F120"));
  9335. // Retract to be consistent with a short pause
  9336. sprintf_P(cmd, PSTR("G1 E%-0.3f F2700"), default_retraction);
  9337. enquecommand(cmd);
  9338. }
  9339. 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]);
  9340. // Restart the print.
  9341. restore_print_from_eeprom(mbl_was_active);
  9342. printf_P(_N("Current pos Z_AXIS:%.3f\nCurrent pos E_AXIS:%.3f\n"), current_position[Z_AXIS], current_position[E_AXIS]);
  9343. }
  9344. bool recover_machine_state_after_power_panic()
  9345. {
  9346. // 1) Preset some dummy values for the XY axes
  9347. current_position[X_AXIS] = 0;
  9348. current_position[Y_AXIS] = 0;
  9349. // 2) Restore the mesh bed leveling offsets, but not the MBL status.
  9350. // This is 2*7*7=98 bytes, which takes 98*3.4us=333us in worst case.
  9351. bool mbl_was_active = false;
  9352. for (int8_t mesh_point = 0; mesh_point < MESH_NUM_X_POINTS * MESH_NUM_Y_POINTS; ++ mesh_point) {
  9353. uint8_t ix = mesh_point % MESH_NUM_X_POINTS; // from 0 to MESH_NUM_X_POINTS - 1
  9354. uint8_t iy = mesh_point / MESH_NUM_X_POINTS;
  9355. // Scale the z value to 10u resolution.
  9356. int16_t v;
  9357. eeprom_read_block(&v, (void*)(EEPROM_UVLO_MESH_BED_LEVELING_FULL+2*mesh_point), 2);
  9358. if (v != 0)
  9359. mbl_was_active = true;
  9360. mbl.z_values[iy][ix] = float(v) * 0.001f;
  9361. }
  9362. // Recover the physical coordinate of the Z axis at the time of the power panic.
  9363. // The current position after power panic is moved to the next closest 0th full step.
  9364. current_position[Z_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_TINY_CURRENT_POSITION_Z));
  9365. // Recover last E axis position
  9366. current_position[E_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_E));
  9367. // 3) Initialize the logical to physical coordinate system transformation.
  9368. world2machine_initialize();
  9369. // SERIAL_ECHOPGM("recover_machine_state_after_power_panic, initial ");
  9370. // print_mesh_bed_leveling_table();
  9371. // 4) Load the baby stepping value, which is expected to be active at the time of power panic.
  9372. // The baby stepping value is used to reset the physical Z axis when rehoming the Z axis.
  9373. babystep_load();
  9374. // 5) Set the physical positions from the logical positions using the world2machine transformation
  9375. // This is only done to inizialize Z/E axes with physical locations, since X/Y are unknown.
  9376. clamp_to_software_endstops(current_position);
  9377. set_destination_to_current();
  9378. plan_set_position_curposXYZE();
  9379. SERIAL_ECHOPGM("recover_machine_state_after_power_panic, initial ");
  9380. print_world_coordinates();
  9381. // 6) Power up the Z motors, mark their positions as known.
  9382. axis_known_position[Z_AXIS] = true;
  9383. enable_z();
  9384. // 7) Recover the target temperatures.
  9385. target_temperature[active_extruder] = eeprom_read_word((uint16_t*)EEPROM_UVLO_TARGET_HOTEND);
  9386. target_temperature_bed = eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED);
  9387. // 8) Recover extruder multipilers
  9388. extruder_multiplier[0] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_0));
  9389. #if EXTRUDERS > 1
  9390. extruder_multiplier[1] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_1));
  9391. #if EXTRUDERS > 2
  9392. extruder_multiplier[2] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_2));
  9393. #endif
  9394. #endif
  9395. extrudemultiply = (int)eeprom_read_word((uint16_t*)(EEPROM_EXTRUDEMULTIPLY));
  9396. // 9) Recover the saved target
  9397. saved_start_position[X_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_SAVED_START_POSITION+0*4));
  9398. saved_start_position[Y_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_SAVED_START_POSITION+1*4));
  9399. saved_start_position[Z_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_SAVED_START_POSITION+2*4));
  9400. saved_start_position[E_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_SAVED_START_POSITION+3*4));
  9401. saved_segment_idx = eeprom_read_word((uint16_t*)EEPROM_UVLO_SAVED_SEGMENT_IDX);
  9402. #ifdef LIN_ADVANCE
  9403. extruder_advance_K = eeprom_read_float((float*)EEPROM_UVLO_LA_K);
  9404. #endif
  9405. return mbl_was_active;
  9406. }
  9407. void restore_print_from_eeprom(bool mbl_was_active) {
  9408. int feedrate_rec;
  9409. int feedmultiply_rec;
  9410. uint8_t fan_speed_rec;
  9411. char cmd[48];
  9412. char filename[FILENAME_LENGTH];
  9413. uint8_t depth = 0;
  9414. char dir_name[9];
  9415. fan_speed_rec = eeprom_read_byte((uint8_t*)EEPROM_UVLO_FAN_SPEED);
  9416. feedrate_rec = eeprom_read_word((uint16_t*)EEPROM_UVLO_FEEDRATE);
  9417. feedmultiply_rec = eeprom_read_word((uint16_t*)EEPROM_UVLO_FEEDMULTIPLY);
  9418. SERIAL_ECHOPGM("Feedrate:");
  9419. MYSERIAL.print(feedrate_rec);
  9420. SERIAL_ECHOPGM(", feedmultiply:");
  9421. MYSERIAL.println(feedmultiply_rec);
  9422. depth = eeprom_read_byte((uint8_t*)EEPROM_DIR_DEPTH);
  9423. MYSERIAL.println(int(depth));
  9424. for (uint8_t i = 0; i < depth; i++) {
  9425. for (uint8_t j = 0; j < 8; j++) {
  9426. dir_name[j] = eeprom_read_byte((uint8_t*)EEPROM_DIRS + j + 8 * i);
  9427. }
  9428. dir_name[8] = '\0';
  9429. MYSERIAL.println(dir_name);
  9430. // strcpy(card.dir_names[i], dir_name);
  9431. card.chdir(dir_name, false);
  9432. }
  9433. for (uint8_t i = 0; i < 8; i++) {
  9434. filename[i] = eeprom_read_byte((uint8_t*)EEPROM_FILENAME + i);
  9435. }
  9436. filename[8] = '\0';
  9437. MYSERIAL.print(filename);
  9438. strcat_P(filename, PSTR(".gco"));
  9439. sprintf_P(cmd, PSTR("M23 %s"), filename);
  9440. enquecommand(cmd);
  9441. uint32_t position = eeprom_read_dword((uint32_t*)(EEPROM_FILE_POSITION));
  9442. SERIAL_ECHOPGM("Position read from eeprom:");
  9443. MYSERIAL.println(position);
  9444. // Move to the XY print position in logical coordinates, where the print has been killed, but
  9445. // without shifting Z along the way. This requires performing the move without mbl.
  9446. float pos_x = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0));
  9447. float pos_y = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 4));
  9448. if (pos_x != X_COORD_INVALID)
  9449. {
  9450. sprintf_P(cmd, PSTR("G1 X%f Y%f F3000"), pos_x, pos_y);
  9451. enquecommand(cmd);
  9452. }
  9453. // Enable MBL and switch to logical positioning
  9454. if (mbl_was_active)
  9455. enquecommand_P(PSTR("PRUSA MBL V1"));
  9456. // Move the Z axis down to the print, in logical coordinates.
  9457. sprintf_P(cmd, PSTR("G1 Z%f"), eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_Z)));
  9458. enquecommand(cmd);
  9459. // Restore acceleration settings
  9460. float acceleration = eeprom_read_float((float*)(EEPROM_UVLO_ACCELL));
  9461. float retract_acceleration = eeprom_read_float((float*)(EEPROM_UVLO_RETRACT_ACCELL));
  9462. float travel_acceleration = eeprom_read_float((float*)(EEPROM_UVLO_TRAVEL_ACCELL));
  9463. sprintf_P(cmd, PSTR("M204 P%f R%f T%f"), acceleration, retract_acceleration, travel_acceleration);
  9464. enquecommand(cmd);
  9465. // Unretract.
  9466. sprintf_P(cmd, PSTR("G1 E%0.3f F2700"), default_retraction);
  9467. enquecommand(cmd);
  9468. // Recover final E axis position and mode
  9469. float pos_e = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_E));
  9470. sprintf_P(cmd, PSTR("G92 E%6.3f"), pos_e);
  9471. enquecommand(cmd);
  9472. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO_E_ABS))
  9473. enquecommand_P(PSTR("M82")); //E axis abslute mode
  9474. // Set the feedrates saved at the power panic.
  9475. sprintf_P(cmd, PSTR("G1 F%d"), feedrate_rec);
  9476. enquecommand(cmd);
  9477. sprintf_P(cmd, PSTR("M220 S%d"), feedmultiply_rec);
  9478. enquecommand(cmd);
  9479. // Set the fan speed saved at the power panic.
  9480. sprintf_P(cmd, PSTR("M106 S%u"), fan_speed_rec);
  9481. enquecommand(cmd);
  9482. // Set a position in the file.
  9483. sprintf_P(cmd, PSTR("M26 S%lu"), position);
  9484. enquecommand(cmd);
  9485. enquecommand_P(PSTR("G4 S0"));
  9486. enquecommand_P(PSTR("PRUSA uvlo"));
  9487. }
  9488. #endif //UVLO_SUPPORT
  9489. //! @brief Immediately stop print moves
  9490. //!
  9491. //! Immediately stop print moves, save current extruder temperature and position to RAM.
  9492. //! If printing from sd card, position in file is saved.
  9493. //! If printing from USB, line number is saved.
  9494. //!
  9495. //! @param z_move
  9496. //! @param e_move
  9497. void stop_and_save_print_to_ram(float z_move, float e_move)
  9498. {
  9499. if (saved_printing) return;
  9500. #if 0
  9501. unsigned char nplanner_blocks;
  9502. #endif
  9503. unsigned char nlines;
  9504. uint16_t sdlen_planner;
  9505. uint16_t sdlen_cmdqueue;
  9506. cli();
  9507. if (card.sdprinting) {
  9508. #if 0
  9509. nplanner_blocks = number_of_blocks();
  9510. #endif
  9511. saved_sdpos = sdpos_atomic; //atomic sd position of last command added in queue
  9512. sdlen_planner = planner_calc_sd_length(); //length of sd commands in planner
  9513. saved_sdpos -= sdlen_planner;
  9514. sdlen_cmdqueue = cmdqueue_calc_sd_length(); //length of sd commands in cmdqueue
  9515. saved_sdpos -= sdlen_cmdqueue;
  9516. saved_printing_type = PRINTING_TYPE_SD;
  9517. }
  9518. else if (usb_timer.running()) { //reuse saved_sdpos for storing line number
  9519. saved_sdpos = gcode_LastN; //start with line number of command added recently to cmd queue
  9520. //reuse planner_calc_sd_length function for getting number of lines of commands in planner:
  9521. nlines = planner_calc_sd_length(); //number of lines of commands in planner
  9522. saved_sdpos -= nlines;
  9523. saved_sdpos -= buflen; //number of blocks in cmd buffer
  9524. saved_printing_type = PRINTING_TYPE_USB;
  9525. }
  9526. else {
  9527. saved_printing_type = PRINTING_TYPE_NONE;
  9528. //not sd printing nor usb printing
  9529. }
  9530. #if 0
  9531. SERIAL_ECHOPGM("SDPOS_ATOMIC="); MYSERIAL.println(sdpos_atomic, DEC);
  9532. SERIAL_ECHOPGM("SDPOS="); MYSERIAL.println(card.get_sdpos(), DEC);
  9533. SERIAL_ECHOPGM("SDLEN_PLAN="); MYSERIAL.println(sdlen_planner, DEC);
  9534. SERIAL_ECHOPGM("SDLEN_CMDQ="); MYSERIAL.println(sdlen_cmdqueue, DEC);
  9535. SERIAL_ECHOPGM("PLANNERBLOCKS="); MYSERIAL.println(int(nplanner_blocks), DEC);
  9536. SERIAL_ECHOPGM("SDSAVED="); MYSERIAL.println(saved_sdpos, DEC);
  9537. //SERIAL_ECHOPGM("SDFILELEN="); MYSERIAL.println(card.fileSize(), DEC);
  9538. {
  9539. card.setIndex(saved_sdpos);
  9540. SERIAL_ECHOLNPGM("Content of planner buffer: ");
  9541. for (unsigned int idx = 0; idx < sdlen_planner; ++ idx)
  9542. MYSERIAL.print(char(card.get()));
  9543. SERIAL_ECHOLNPGM("Content of command buffer: ");
  9544. for (unsigned int idx = 0; idx < sdlen_cmdqueue; ++ idx)
  9545. MYSERIAL.print(char(card.get()));
  9546. SERIAL_ECHOLNPGM("End of command buffer");
  9547. }
  9548. {
  9549. // Print the content of the planner buffer, line by line:
  9550. card.setIndex(saved_sdpos);
  9551. int8_t iline = 0;
  9552. for (unsigned char idx = block_buffer_tail; idx != block_buffer_head; idx = (idx + 1) & (BLOCK_BUFFER_SIZE - 1), ++ iline) {
  9553. SERIAL_ECHOPGM("Planner line (from file): ");
  9554. MYSERIAL.print(int(iline), DEC);
  9555. SERIAL_ECHOPGM(", length: ");
  9556. MYSERIAL.print(block_buffer[idx].sdlen, DEC);
  9557. SERIAL_ECHOPGM(", steps: (");
  9558. MYSERIAL.print(block_buffer[idx].steps_x, DEC);
  9559. SERIAL_ECHOPGM(",");
  9560. MYSERIAL.print(block_buffer[idx].steps_y, DEC);
  9561. SERIAL_ECHOPGM(",");
  9562. MYSERIAL.print(block_buffer[idx].steps_z, DEC);
  9563. SERIAL_ECHOPGM(",");
  9564. MYSERIAL.print(block_buffer[idx].steps_e, DEC);
  9565. SERIAL_ECHOPGM("), events: ");
  9566. MYSERIAL.println(block_buffer[idx].step_event_count, DEC);
  9567. for (int len = block_buffer[idx].sdlen; len > 0; -- len)
  9568. MYSERIAL.print(char(card.get()));
  9569. }
  9570. }
  9571. {
  9572. // Print the content of the command buffer, line by line:
  9573. int8_t iline = 0;
  9574. union {
  9575. struct {
  9576. char lo;
  9577. char hi;
  9578. } lohi;
  9579. uint16_t value;
  9580. } sdlen_single;
  9581. int _bufindr = bufindr;
  9582. for (int _buflen = buflen; _buflen > 0; ++ iline) {
  9583. if (cmdbuffer[_bufindr] == CMDBUFFER_CURRENT_TYPE_SDCARD) {
  9584. sdlen_single.lohi.lo = cmdbuffer[_bufindr + 1];
  9585. sdlen_single.lohi.hi = cmdbuffer[_bufindr + 2];
  9586. }
  9587. SERIAL_ECHOPGM("Buffer line (from buffer): ");
  9588. MYSERIAL.print(int(iline), DEC);
  9589. SERIAL_ECHOPGM(", type: ");
  9590. MYSERIAL.print(int(cmdbuffer[_bufindr]), DEC);
  9591. SERIAL_ECHOPGM(", len: ");
  9592. MYSERIAL.println(sdlen_single.value, DEC);
  9593. // Print the content of the buffer line.
  9594. MYSERIAL.println(cmdbuffer + _bufindr + CMDHDRSIZE);
  9595. SERIAL_ECHOPGM("Buffer line (from file): ");
  9596. MYSERIAL.println(int(iline), DEC);
  9597. for (; sdlen_single.value > 0; -- sdlen_single.value)
  9598. MYSERIAL.print(char(card.get()));
  9599. if (-- _buflen == 0)
  9600. break;
  9601. // First skip the current command ID and iterate up to the end of the string.
  9602. for (_bufindr += CMDHDRSIZE; cmdbuffer[_bufindr] != 0; ++ _bufindr) ;
  9603. // Second, skip the end of string null character and iterate until a nonzero command ID is found.
  9604. for (++ _bufindr; _bufindr < sizeof(cmdbuffer) && cmdbuffer[_bufindr] == 0; ++ _bufindr) ;
  9605. // If the end of the buffer was empty,
  9606. if (_bufindr == sizeof(cmdbuffer)) {
  9607. // skip to the start and find the nonzero command.
  9608. for (_bufindr = 0; cmdbuffer[_bufindr] == 0; ++ _bufindr) ;
  9609. }
  9610. }
  9611. }
  9612. #endif
  9613. // save the global state at planning time
  9614. bool pos_invalid = XY_NO_RESTORE_FLAG;
  9615. if (current_block && !pos_invalid)
  9616. {
  9617. memcpy(saved_start_position, current_block->gcode_start_position, sizeof(saved_start_position));
  9618. saved_feedrate2 = current_block->gcode_feedrate;
  9619. saved_segment_idx = current_block->segment_idx;
  9620. // printf_P(PSTR("stop_and_save_print_to_ram: %f, %f, %f, %f, %u\n"), saved_start_position[0], saved_start_position[1], saved_start_position[2], saved_start_position[3], saved_segment_idx);
  9621. }
  9622. else
  9623. {
  9624. saved_start_position[0] = SAVED_START_POSITION_UNSET;
  9625. saved_feedrate2 = feedrate;
  9626. saved_segment_idx = 0;
  9627. }
  9628. planner_abort_hard(); //abort printing
  9629. memcpy(saved_pos, current_position, sizeof(saved_pos));
  9630. if (pos_invalid) saved_pos[X_AXIS] = X_COORD_INVALID;
  9631. saved_feedmultiply2 = feedmultiply; //save feedmultiply
  9632. saved_extruder_temperature = degTargetHotend(active_extruder);
  9633. saved_bed_temperature = degTargetBed();
  9634. saved_extruder_relative_mode = axis_relative_modes & E_AXIS_MASK;
  9635. saved_fan_speed = fanSpeed;
  9636. cmdqueue_reset(); //empty cmdqueue
  9637. card.sdprinting = false;
  9638. // card.closefile();
  9639. saved_printing = true;
  9640. // We may have missed a stepper timer interrupt. Be safe than sorry, reset the stepper timer before re-enabling interrupts.
  9641. st_reset_timer();
  9642. sei();
  9643. if ((z_move != 0) || (e_move != 0)) { // extruder or z move
  9644. // Rather than calling plan_buffer_line directly, push the move into the command queue so that
  9645. // the caller can continue processing. This is used during powerpanic to save the state as we
  9646. // move away from the print.
  9647. char buf[48];
  9648. if(e_move)
  9649. {
  9650. // First unretract (relative extrusion)
  9651. if(!saved_extruder_relative_mode){
  9652. enquecommand(PSTR("M83"), true);
  9653. }
  9654. //retract 45mm/s
  9655. // A single sprintf may not be faster, but is definitely 20B shorter
  9656. // than a sequence of commands building the string piece by piece
  9657. // A snprintf would have been a safer call, but since it is not used
  9658. // in the whole program, its implementation would bring more bytes to the total size
  9659. // The behavior of dtostrf 8,3 should be roughly the same as %-0.3
  9660. sprintf_P(buf, PSTR("G1 E%-0.3f F2700"), e_move);
  9661. enquecommand(buf, false);
  9662. }
  9663. if(z_move)
  9664. {
  9665. // Then lift Z axis
  9666. sprintf_P(buf, PSTR("G1 Z%-0.3f F%-0.3f"), saved_pos[Z_AXIS] + z_move, homing_feedrate[Z_AXIS]);
  9667. enquecommand(buf, false);
  9668. }
  9669. // If this call is invoked from the main Arduino loop() function, let the caller know that the command
  9670. // in the command queue is not the original command, but a new one, so it should not be removed from the queue.
  9671. repeatcommand_front();
  9672. }
  9673. }
  9674. void restore_extruder_temperature_from_ram() {
  9675. if (degTargetHotend(active_extruder) != saved_extruder_temperature)
  9676. {
  9677. setTargetHotendSafe(saved_extruder_temperature, active_extruder);
  9678. heating_status = HeatingStatus::EXTRUDER_HEATING;
  9679. wait_for_heater(_millis(), active_extruder);
  9680. heating_status = HeatingStatus::EXTRUDER_HEATING_COMPLETE;
  9681. }
  9682. }
  9683. //! @brief Restore print from ram
  9684. //!
  9685. //! Restore print saved by stop_and_save_print_to_ram(). Is blocking, restores
  9686. //! print fan speed, waits for extruder temperature restore, then restores
  9687. //! position and continues print moves.
  9688. //!
  9689. //! Internally lcd_update() is called by wait_for_heater().
  9690. //!
  9691. //! @param e_move
  9692. void restore_print_from_ram_and_continue(float e_move)
  9693. {
  9694. if (!saved_printing) return;
  9695. #ifdef FANCHECK
  9696. // Do not allow resume printing if fans are still not ok
  9697. if ((fan_check_error != EFCE_OK) && (fan_check_error != EFCE_FIXED)) return;
  9698. if (fan_check_error == EFCE_FIXED) fan_check_error = EFCE_OK; //reenable serial stream processing if printing from usb
  9699. #endif
  9700. // Make sure fan is turned off
  9701. fanSpeed = 0;
  9702. // restore bed temperature (bed can be disabled during a thermal warning)
  9703. if (degBed() != saved_bed_temperature)
  9704. setTargetBed(saved_bed_temperature);
  9705. restore_extruder_temperature_from_ram();
  9706. // Restore saved fan speed
  9707. fanSpeed = saved_fan_speed;
  9708. axis_relative_modes ^= (-saved_extruder_relative_mode ^ axis_relative_modes) & E_AXIS_MASK;
  9709. float e = saved_pos[E_AXIS] - e_move;
  9710. plan_set_e_position(e);
  9711. #ifdef FANCHECK
  9712. fans_check_enabled = false;
  9713. #endif
  9714. // do not restore XY for commands that do not require that
  9715. if (saved_pos[X_AXIS] == X_COORD_INVALID)
  9716. {
  9717. saved_pos[X_AXIS] = current_position[X_AXIS];
  9718. saved_pos[Y_AXIS] = current_position[Y_AXIS];
  9719. }
  9720. //first move print head in XY to the saved position:
  9721. 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);
  9722. //then move Z
  9723. 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);
  9724. //and finaly unretract (35mm/s)
  9725. plan_buffer_line(saved_pos[X_AXIS], saved_pos[Y_AXIS], saved_pos[Z_AXIS], saved_pos[E_AXIS], FILAMENTCHANGE_RFEED, active_extruder);
  9726. st_synchronize();
  9727. #ifdef FANCHECK
  9728. fans_check_enabled = true;
  9729. #endif
  9730. // restore original feedrate/feedmultiply _after_ restoring the extruder position
  9731. feedrate = saved_feedrate2;
  9732. feedmultiply = saved_feedmultiply2;
  9733. memcpy(current_position, saved_pos, sizeof(saved_pos));
  9734. set_destination_to_current();
  9735. if (saved_printing_type == PRINTING_TYPE_SD) { //was sd printing
  9736. card.setIndex(saved_sdpos);
  9737. sdpos_atomic = saved_sdpos;
  9738. card.sdprinting = true;
  9739. }
  9740. else if (saved_printing_type == PRINTING_TYPE_USB) { //was usb printing
  9741. gcode_LastN = saved_sdpos; //saved_sdpos was reused for storing line number when usb printing
  9742. serial_count = 0;
  9743. FlushSerialRequestResend();
  9744. }
  9745. else {
  9746. //not sd printing nor usb printing
  9747. }
  9748. lcd_setstatuspgm(MSG_WELCOME);
  9749. saved_printing_type = PRINTING_TYPE_NONE;
  9750. saved_printing = false;
  9751. planner_aborted = true; // unroll the stack
  9752. }
  9753. // Cancel the state related to a currently saved print
  9754. void cancel_saved_printing()
  9755. {
  9756. eeprom_update_byte((uint8_t*)EEPROM_UVLO, 0);
  9757. saved_start_position[0] = SAVED_START_POSITION_UNSET;
  9758. saved_printing_type = PRINTING_TYPE_NONE;
  9759. saved_printing = false;
  9760. }
  9761. void print_world_coordinates()
  9762. {
  9763. printf_P(_N("world coordinates: (%.3f, %.3f, %.3f)\n"), current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS]);
  9764. }
  9765. void print_physical_coordinates()
  9766. {
  9767. 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));
  9768. }
  9769. void print_mesh_bed_leveling_table()
  9770. {
  9771. SERIAL_ECHOPGM("mesh bed leveling: ");
  9772. for (int8_t y = 0; y < MESH_NUM_Y_POINTS; ++ y)
  9773. for (int8_t x = 0; x < MESH_NUM_Y_POINTS; ++ x) {
  9774. MYSERIAL.print(mbl.z_values[y][x], 3);
  9775. SERIAL_ECHO(' ');
  9776. }
  9777. SERIAL_ECHOLN();
  9778. }
  9779. uint8_t calc_percent_done()
  9780. {
  9781. //in case that we have information from M73 gcode return percentage counted by slicer, else return percentage counted as byte_printed/filesize
  9782. uint8_t percent_done = 0;
  9783. #ifdef TMC2130
  9784. if (SilentModeMenu == SILENT_MODE_OFF && print_percent_done_normal <= 100)
  9785. {
  9786. percent_done = print_percent_done_normal;
  9787. }
  9788. else if (print_percent_done_silent <= 100)
  9789. {
  9790. percent_done = print_percent_done_silent;
  9791. }
  9792. #else
  9793. if (print_percent_done_normal <= 100)
  9794. {
  9795. percent_done = print_percent_done_normal;
  9796. }
  9797. #endif //TMC2130
  9798. else
  9799. {
  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_percent_done_normal = PRINT_PERCENT_DONE_INIT;
  9808. print_time_remaining_silent = PRINT_TIME_REMAINING_INIT;
  9809. print_percent_done_silent = PRINT_PERCENT_DONE_INIT;
  9810. print_time_to_change_normal = PRINT_TIME_REMAINING_INIT;
  9811. print_time_to_change_silent = PRINT_TIME_REMAINING_INIT;
  9812. }
  9813. void load_filament_final_feed()
  9814. {
  9815. current_position[E_AXIS]+= FILAMENTCHANGE_FINALFEED;
  9816. plan_buffer_line_curposXYZE(FILAMENTCHANGE_EFEED_FINAL);
  9817. }
  9818. //! @brief Wait for user to check the state
  9819. //! @par nozzle_temp nozzle temperature to load filament
  9820. void M600_check_state(float nozzle_temp)
  9821. {
  9822. uint8_t lcd_change_filament_state = 0;
  9823. while (lcd_change_filament_state != 1)
  9824. {
  9825. KEEPALIVE_STATE(PAUSED_FOR_USER);
  9826. lcd_change_filament_state = lcd_alright();
  9827. KEEPALIVE_STATE(IN_HANDLER);
  9828. switch(lcd_change_filament_state)
  9829. {
  9830. // Filament failed to load so load it again
  9831. case 2:
  9832. if (MMU2::mmu2.Enabled()){
  9833. // Unload filament
  9834. mmu_M600_unload_filament();
  9835. // Ask to remove any old filament and load new
  9836. mmu_M600_wait_and_beep();
  9837. // After user clicks knob, MMU will load the filament
  9838. mmu_M600_load_filament(false, nozzle_temp);
  9839. } else {
  9840. M600_load_filament_movements();
  9841. }
  9842. break;
  9843. // Filament loaded properly but color is not clear
  9844. case 3:
  9845. st_synchronize();
  9846. load_filament_final_feed();
  9847. lcd_loading_color();
  9848. st_synchronize();
  9849. break;
  9850. // Everything good
  9851. default:
  9852. lcd_change_success();
  9853. break;
  9854. }
  9855. }
  9856. }
  9857. //! @brief Wait for user action
  9858. //!
  9859. //! Beep, manage nozzle heater and wait for user to start unload filament
  9860. //! If times out, active extruder temperature is set to 0.
  9861. //!
  9862. //! @param HotendTempBckp Temperature to be restored for active extruder, after user resolves MMU problem.
  9863. void M600_wait_for_user(float HotendTempBckp) {
  9864. KEEPALIVE_STATE(PAUSED_FOR_USER);
  9865. int counterBeep = 0;
  9866. unsigned long waiting_start_time = _millis();
  9867. uint8_t wait_for_user_state = 0;
  9868. lcd_display_message_fullscreen_P(_T(MSG_PRESS_TO_UNLOAD));
  9869. bool bFirst=true;
  9870. while (!(wait_for_user_state == 0 && lcd_clicked())){
  9871. manage_heater();
  9872. manage_inactivity(true);
  9873. #if BEEPER > 0
  9874. if (counterBeep == 500) {
  9875. counterBeep = 0;
  9876. }
  9877. SET_OUTPUT(BEEPER);
  9878. if (counterBeep == 0) {
  9879. if((eSoundMode==e_SOUND_MODE_BLIND)|| (eSoundMode==e_SOUND_MODE_LOUD)||((eSoundMode==e_SOUND_MODE_ONCE)&&bFirst))
  9880. {
  9881. bFirst=false;
  9882. WRITE(BEEPER, HIGH);
  9883. }
  9884. }
  9885. if (counterBeep == 20) {
  9886. WRITE(BEEPER, LOW);
  9887. }
  9888. counterBeep++;
  9889. #endif //BEEPER > 0
  9890. switch (wait_for_user_state) {
  9891. case 0: //nozzle is hot, waiting for user to press the knob to unload filament
  9892. delay_keep_alive(4);
  9893. if (_millis() > waiting_start_time + (unsigned long)M600_TIMEOUT * 1000) {
  9894. lcd_display_message_fullscreen_P(_i("Press the knob to preheat nozzle and continue."));////MSG_PRESS_TO_PREHEAT c=20 r=4
  9895. wait_for_user_state = 1;
  9896. setAllTargetHotends(0);
  9897. st_synchronize();
  9898. disable_e0();
  9899. disable_e1();
  9900. disable_e2();
  9901. }
  9902. break;
  9903. case 1: //nozzle target temperature is set to zero, waiting for user to start nozzle preheat
  9904. delay_keep_alive(4);
  9905. if (lcd_clicked()) {
  9906. setTargetHotend(HotendTempBckp, active_extruder);
  9907. lcd_wait_for_heater();
  9908. wait_for_user_state = 2;
  9909. }
  9910. break;
  9911. case 2: //waiting for nozzle to reach target temperature
  9912. if (fabs(degTargetHotend(active_extruder) - degHotend(active_extruder)) < 1) {
  9913. lcd_display_message_fullscreen_P(_T(MSG_PRESS_TO_UNLOAD));
  9914. waiting_start_time = _millis();
  9915. wait_for_user_state = 0;
  9916. }
  9917. else {
  9918. counterBeep = 20; //beeper will be inactive during waiting for nozzle preheat
  9919. lcd_set_cursor(1, 4);
  9920. lcd_printf_P(PSTR("%3d"), (int16_t)degHotend(active_extruder));
  9921. }
  9922. break;
  9923. }
  9924. }
  9925. WRITE(BEEPER, LOW);
  9926. }
  9927. void M600_load_filament_movements()
  9928. {
  9929. current_position[E_AXIS]+= FILAMENTCHANGE_FIRSTFEED;
  9930. plan_buffer_line_curposXYZE(FILAMENTCHANGE_EFEED_FIRST);
  9931. load_filament_final_feed();
  9932. lcd_loading_filament();
  9933. st_synchronize();
  9934. }
  9935. void M600_load_filament() {
  9936. //load filament for single material and MMU
  9937. lcd_wait_interact();
  9938. //load_filament_time = _millis();
  9939. KEEPALIVE_STATE(PAUSED_FOR_USER);
  9940. while(!lcd_clicked())
  9941. {
  9942. manage_heater();
  9943. manage_inactivity(true);
  9944. #ifdef FILAMENT_SENSOR
  9945. if (fsensor.getFilamentLoadEvent()) {
  9946. Sound_MakeCustom(50,1000,false);
  9947. break;
  9948. }
  9949. #endif //FILAMENT_SENSOR
  9950. }
  9951. KEEPALIVE_STATE(IN_HANDLER);
  9952. M600_load_filament_movements();
  9953. Sound_MakeCustom(50,1000,false);
  9954. lcd_update_enable(false);
  9955. }
  9956. //! @brief Wait for click
  9957. //!
  9958. //! Set
  9959. void marlin_wait_for_click()
  9960. {
  9961. int8_t busy_state_backup = busy_state;
  9962. KEEPALIVE_STATE(PAUSED_FOR_USER);
  9963. lcd_consume_click();
  9964. while(!lcd_clicked())
  9965. {
  9966. manage_heater();
  9967. manage_inactivity(true);
  9968. lcd_update(0);
  9969. }
  9970. KEEPALIVE_STATE(busy_state_backup);
  9971. }
  9972. #ifdef PSU_Delta
  9973. bool bEnableForce_z;
  9974. void init_force_z()
  9975. {
  9976. WRITE(Z_ENABLE_PIN,Z_ENABLE_ON);
  9977. bEnableForce_z=true; // "true"-value enforce "disable_force_z()" executing
  9978. disable_force_z();
  9979. }
  9980. void check_force_z()
  9981. {
  9982. if(!(bEnableForce_z||eeprom_read_byte((uint8_t*)EEPROM_SILENT)))
  9983. init_force_z(); // causes enforced switching into disable-state
  9984. }
  9985. void disable_force_z()
  9986. {
  9987. if(!bEnableForce_z) return; // motor already disabled (may be ;-p )
  9988. bEnableForce_z=false;
  9989. // switching to silent mode
  9990. #ifdef TMC2130
  9991. tmc2130_mode=TMC2130_MODE_SILENT;
  9992. update_mode_profile();
  9993. tmc2130_init(TMCInitParams(true, FarmOrUserECool()));
  9994. #endif // TMC2130
  9995. }
  9996. void enable_force_z()
  9997. {
  9998. if(bEnableForce_z)
  9999. return; // motor already enabled (may be ;-p )
  10000. bEnableForce_z=true;
  10001. // mode recovering
  10002. #ifdef TMC2130
  10003. tmc2130_mode=eeprom_read_byte((uint8_t*)EEPROM_SILENT)?TMC2130_MODE_SILENT:TMC2130_MODE_NORMAL;
  10004. update_mode_profile();
  10005. tmc2130_init(TMCInitParams(true, FarmOrUserECool()));
  10006. #endif // TMC2130
  10007. WRITE(Z_ENABLE_PIN,Z_ENABLE_ON); // slightly redundant ;-p
  10008. }
  10009. #endif // PSU_Delta