Marlin_main.cpp 230 KB

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