Marlin_main.cpp 234 KB

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