Marlin_main.cpp 243 KB

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