Marlin_main.cpp 258 KB

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