Marlin_main.cpp 304 KB

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