Marlin_main.cpp 228 KB

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