Marlin_main.cpp 221 KB

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