Marlin_main.cpp 222 KB

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