Marlin_main.cpp 449 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088908990909091909290939094909590969097909890999100910191029103910491059106910791089109911091119112911391149115911691179118911991209121912291239124912591269127912891299130913191329133913491359136913791389139914091419142914391449145914691479148914991509151915291539154915591569157915891599160916191629163916491659166916791689169917091719172917391749175917691779178917991809181918291839184918591869187918891899190919191929193919491959196919791989199920092019202920392049205920692079208920992109211921292139214921592169217921892199220922192229223922492259226922792289229923092319232923392349235923692379238923992409241924292439244924592469247924892499250925192529253925492559256925792589259926092619262926392649265926692679268926992709271927292739274927592769277927892799280928192829283928492859286928792889289929092919292929392949295929692979298929993009301930293039304930593069307930893099310931193129313931493159316931793189319932093219322932393249325932693279328932993309331933293339334933593369337933893399340934193429343934493459346934793489349935093519352935393549355935693579358935993609361936293639364936593669367936893699370937193729373937493759376937793789379938093819382938393849385938693879388938993909391939293939394939593969397939893999400940194029403940494059406940794089409941094119412941394149415941694179418941994209421942294239424942594269427942894299430943194329433943494359436943794389439944094419442944394449445944694479448944994509451945294539454945594569457945894599460946194629463946494659466946794689469947094719472947394749475947694779478947994809481948294839484948594869487948894899490949194929493949494959496949794989499950095019502950395049505950695079508950995109511951295139514951595169517951895199520952195229523952495259526952795289529953095319532953395349535953695379538953995409541954295439544954595469547954895499550955195529553955495559556955795589559956095619562956395649565956695679568956995709571957295739574957595769577957895799580958195829583958495859586958795889589959095919592959395949595959695979598959996009601960296039604960596069607960896099610961196129613961496159616961796189619962096219622962396249625962696279628962996309631963296339634963596369637963896399640964196429643964496459646964796489649965096519652965396549655965696579658965996609661966296639664966596669667966896699670967196729673967496759676967796789679968096819682968396849685968696879688968996909691969296939694969596969697969896999700970197029703970497059706970797089709971097119712971397149715971697179718971997209721972297239724972597269727972897299730973197329733973497359736973797389739974097419742974397449745974697479748974997509751975297539754975597569757975897599760976197629763976497659766976797689769977097719772977397749775977697779778977997809781978297839784978597869787978897899790979197929793979497959796979797989799980098019802980398049805980698079808980998109811981298139814981598169817981898199820982198229823982498259826982798289829983098319832983398349835983698379838983998409841984298439844984598469847984898499850985198529853985498559856985798589859986098619862986398649865986698679868986998709871987298739874987598769877987898799880988198829883988498859886988798889889989098919892989398949895989698979898989999009901990299039904990599069907990899099910991199129913991499159916991799189919992099219922992399249925992699279928992999309931993299339934993599369937993899399940994199429943994499459946994799489949995099519952995399549955995699579958995999609961996299639964996599669967996899699970997199729973997499759976997799789979998099819982998399849985998699879988998999909991999299939994999599969997999899991000010001100021000310004100051000610007100081000910010100111001210013100141001510016100171001810019100201002110022100231002410025100261002710028100291003010031100321003310034100351003610037100381003910040100411004210043100441004510046100471004810049100501005110052100531005410055100561005710058100591006010061100621006310064100651006610067100681006910070100711007210073100741007510076100771007810079100801008110082100831008410085100861008710088100891009010091100921009310094100951009610097100981009910100101011010210103101041010510106101071010810109101101011110112101131011410115101161011710118101191012010121101221012310124101251012610127101281012910130101311013210133101341013510136101371013810139101401014110142101431014410145101461014710148101491015010151101521015310154101551015610157101581015910160101611016210163101641016510166101671016810169101701017110172101731017410175101761017710178101791018010181101821018310184101851018610187101881018910190101911019210193101941019510196101971019810199102001020110202102031020410205102061020710208102091021010211102121021310214102151021610217102181021910220102211022210223102241022510226102271022810229102301023110232102331023410235102361023710238102391024010241102421024310244102451024610247102481024910250102511025210253102541025510256102571025810259102601026110262102631026410265102661026710268102691027010271102721027310274102751027610277102781027910280102811028210283102841028510286102871028810289102901029110292102931029410295102961029710298102991030010301103021030310304103051030610307103081030910310103111031210313103141031510316103171031810319103201032110322103231032410325103261032710328103291033010331103321033310334103351033610337103381033910340103411034210343103441034510346103471034810349103501035110352103531035410355103561035710358103591036010361103621036310364103651036610367103681036910370103711037210373103741037510376103771037810379103801038110382103831038410385103861038710388103891039010391103921039310394103951039610397103981039910400104011040210403104041040510406104071040810409104101041110412104131041410415104161041710418104191042010421104221042310424104251042610427104281042910430104311043210433104341043510436104371043810439104401044110442104431044410445104461044710448104491045010451104521045310454104551045610457104581045910460104611046210463104641046510466104671046810469104701047110472104731047410475104761047710478104791048010481104821048310484104851048610487104881048910490104911049210493104941049510496104971049810499105001050110502105031050410505105061050710508105091051010511105121051310514105151051610517105181051910520105211052210523105241052510526105271052810529105301053110532105331053410535105361053710538105391054010541105421054310544105451054610547105481054910550105511055210553105541055510556105571055810559105601056110562105631056410565105661056710568105691057010571105721057310574105751057610577105781057910580105811058210583105841058510586105871058810589105901059110592105931059410595105961059710598105991060010601106021060310604106051060610607106081060910610106111061210613106141061510616106171061810619106201062110622106231062410625106261062710628106291063010631106321063310634106351063610637106381063910640106411064210643106441064510646106471064810649106501065110652106531065410655106561065710658106591066010661106621066310664106651066610667106681066910670106711067210673106741067510676106771067810679106801068110682106831068410685106861068710688106891069010691106921069310694106951069610697106981069910700107011070210703107041070510706107071070810709107101071110712107131071410715107161071710718107191072010721107221072310724107251072610727107281072910730107311073210733107341073510736107371073810739107401074110742107431074410745107461074710748107491075010751107521075310754107551075610757107581075910760107611076210763107641076510766107671076810769107701077110772107731077410775107761077710778107791078010781107821078310784107851078610787107881078910790107911079210793107941079510796107971079810799108001080110802108031080410805108061080710808108091081010811108121081310814108151081610817108181081910820108211082210823108241082510826108271082810829108301083110832108331083410835108361083710838108391084010841108421084310844108451084610847108481084910850108511085210853108541085510856108571085810859108601086110862108631086410865108661086710868108691087010871108721087310874108751087610877108781087910880108811088210883108841088510886108871088810889108901089110892108931089410895108961089710898108991090010901109021090310904109051090610907109081090910910109111091210913109141091510916109171091810919109201092110922109231092410925109261092710928109291093010931109321093310934109351093610937109381093910940109411094210943109441094510946109471094810949109501095110952109531095410955109561095710958109591096010961109621096310964109651096610967109681096910970109711097210973109741097510976109771097810979109801098110982109831098410985109861098710988109891099010991109921099310994109951099610997109981099911000110011100211003110041100511006110071100811009110101101111012110131101411015110161101711018110191102011021110221102311024110251102611027110281102911030110311103211033110341103511036110371103811039110401104111042110431104411045110461104711048110491105011051110521105311054110551105611057110581105911060110611106211063110641106511066110671106811069110701107111072110731107411075110761107711078110791108011081110821108311084110851108611087110881108911090110911109211093110941109511096110971109811099111001110111102111031110411105111061110711108111091111011111111121111311114111151111611117111181111911120111211112211123111241112511126111271112811129111301113111132111331113411135111361113711138111391114011141111421114311144111451114611147111481114911150111511115211153111541115511156111571115811159111601116111162111631116411165111661116711168111691117011171111721117311174111751117611177111781117911180111811118211183111841118511186111871118811189111901119111192111931119411195111961119711198111991120011201112021120311204112051120611207112081120911210112111121211213112141121511216112171121811219112201122111222112231122411225112261122711228112291123011231112321123311234112351123611237112381123911240112411124211243112441124511246112471124811249112501125111252112531125411255112561125711258112591126011261112621126311264112651126611267112681126911270112711127211273112741127511276112771127811279112801128111282112831128411285112861128711288112891129011291112921129311294112951129611297112981129911300113011130211303113041130511306113071130811309113101131111312113131131411315113161131711318113191132011321113221132311324113251132611327113281132911330113311133211333113341133511336113371133811339113401134111342113431134411345113461134711348113491135011351113521135311354113551135611357113581135911360113611136211363113641136511366113671136811369113701137111372113731137411375113761137711378113791138011381113821138311384113851138611387113881138911390113911139211393113941139511396113971139811399114001140111402114031140411405114061140711408114091141011411114121141311414114151141611417114181141911420114211142211423114241142511426114271142811429114301143111432114331143411435114361143711438114391144011441114421144311444114451144611447114481144911450114511145211453114541145511456114571145811459114601146111462114631146411465114661146711468114691147011471114721147311474114751147611477114781147911480114811148211483114841148511486114871148811489114901149111492114931149411495114961149711498114991150011501115021150311504115051150611507115081150911510115111151211513115141151511516115171151811519115201152111522115231152411525115261152711528115291153011531115321153311534115351153611537115381153911540115411154211543115441154511546115471154811549115501155111552115531155411555115561155711558115591156011561115621156311564115651156611567115681156911570115711157211573115741157511576115771157811579115801158111582115831158411585115861158711588115891159011591115921159311594115951159611597115981159911600116011160211603116041160511606116071160811609116101161111612116131161411615116161161711618116191162011621116221162311624116251162611627116281162911630116311163211633116341163511636116371163811639116401164111642116431164411645116461164711648116491165011651116521165311654116551165611657116581165911660116611166211663116641166511666116671166811669116701167111672116731167411675116761167711678116791168011681116821168311684116851168611687116881168911690116911169211693116941169511696116971169811699117001170111702117031170411705117061170711708117091171011711117121171311714117151171611717117181171911720117211172211723117241172511726117271172811729117301173111732117331173411735117361173711738117391174011741117421174311744117451174611747117481174911750117511175211753117541175511756117571175811759117601176111762117631176411765117661176711768117691177011771117721177311774117751177611777117781177911780117811178211783117841178511786117871178811789117901179111792117931179411795117961179711798117991180011801118021180311804118051180611807118081180911810118111181211813118141181511816118171181811819118201182111822118231182411825118261182711828118291183011831118321183311834118351183611837118381183911840118411184211843118441184511846118471184811849118501185111852118531185411855118561185711858118591186011861118621186311864118651186611867118681186911870118711187211873118741187511876118771187811879118801188111882118831188411885118861188711888118891189011891118921189311894118951189611897118981189911900119011190211903119041190511906119071190811909119101191111912119131191411915119161191711918119191192011921119221192311924119251192611927119281192911930119311193211933119341193511936119371193811939119401194111942119431194411945119461194711948119491195011951119521195311954119551195611957119581195911960119611196211963119641196511966119671196811969119701197111972119731197411975119761197711978119791198011981119821198311984119851198611987119881198911990119911199211993119941199511996119971199811999120001200112002120031200412005120061200712008120091201012011120121201312014120151201612017120181201912020120211202212023120241202512026120271202812029120301203112032120331203412035120361203712038120391204012041120421204312044120451204612047120481204912050120511205212053120541205512056120571205812059120601206112062120631206412065120661206712068120691207012071120721207312074120751207612077120781207912080120811208212083120841208512086120871208812089120901209112092120931209412095120961209712098120991210012101121021210312104121051210612107121081210912110121111211212113121141211512116121171211812119121201212112122121231212412125121261212712128121291213012131121321213312134121351213612137121381213912140121411214212143121441214512146121471214812149121501215112152121531215412155121561215712158121591216012161121621216312164121651216612167121681216912170121711217212173121741217512176121771217812179121801218112182121831218412185121861218712188121891219012191121921219312194121951219612197121981219912200122011220212203122041220512206122071220812209122101221112212122131221412215122161221712218122191222012221122221222312224122251222612227122281222912230122311223212233122341223512236122371223812239122401224112242122431224412245122461224712248122491225012251122521225312254122551225612257122581225912260122611226212263122641226512266122671226812269122701227112272122731227412275122761227712278122791228012281122821228312284122851228612287122881228912290122911229212293122941229512296122971229812299123001230112302123031230412305123061230712308123091231012311123121231312314123151231612317123181231912320123211232212323123241232512326123271232812329123301233112332123331233412335123361233712338123391234012341123421234312344123451234612347123481234912350123511235212353123541235512356123571235812359123601236112362123631236412365123661236712368123691237012371123721237312374123751237612377123781237912380123811238212383123841238512386123871238812389123901239112392123931239412395123961239712398123991240012401124021240312404124051240612407124081240912410124111241212413124141241512416124171241812419124201242112422124231242412425124261242712428124291243012431124321243312434124351243612437124381243912440124411244212443124441244512446124471244812449124501245112452124531245412455124561245712458124591246012461124621246312464124651246612467124681246912470124711247212473124741247512476124771247812479124801248112482124831248412485124861248712488124891249012491124921249312494124951249612497124981249912500125011250212503125041250512506125071250812509125101251112512125131251412515125161251712518125191252012521125221252312524125251252612527125281252912530125311253212533125341253512536125371253812539125401254112542125431254412545125461254712548125491255012551125521255312554125551255612557125581255912560125611256212563125641256512566125671256812569125701257112572125731257412575125761257712578125791258012581125821258312584125851258612587125881258912590125911259212593125941259512596125971259812599126001260112602126031260412605126061260712608126091261012611126121261312614126151261612617126181261912620126211262212623126241262512626126271262812629126301263112632126331263412635126361263712638126391264012641126421264312644126451264612647126481264912650126511265212653126541265512656126571265812659126601266112662126631266412665126661266712668126691267012671126721267312674126751267612677126781267912680126811268212683126841268512686126871268812689126901269112692126931269412695126961269712698126991270012701127021270312704127051270612707127081270912710127111271212713127141271512716127171271812719127201272112722127231272412725127261272712728127291273012731127321273312734127351273612737127381273912740127411274212743127441274512746127471274812749127501275112752127531275412755127561275712758127591276012761127621276312764127651276612767127681276912770127711277212773127741277512776127771277812779127801278112782127831278412785127861278712788127891279012791127921279312794127951279612797127981279912800128011280212803128041280512806128071280812809128101281112812128131281412815128161281712818128191282012821128221282312824128251282612827128281282912830128311283212833128341283512836128371283812839128401284112842128431284412845128461284712848128491285012851128521285312854128551285612857128581285912860128611286212863128641286512866128671286812869128701287112872128731287412875128761287712878128791288012881128821288312884128851288612887128881288912890128911289212893128941289512896128971289812899129001290112902129031290412905129061290712908129091291012911129121291312914129151291612917129181291912920129211292212923129241292512926129271292812929129301293112932129331293412935129361293712938129391294012941129421294312944129451294612947129481294912950129511295212953129541295512956129571295812959129601296112962129631296412965129661296712968129691297012971129721297312974129751297612977129781297912980129811298212983129841298512986129871298812989129901299112992129931299412995129961299712998129991300013001130021300313004130051300613007130081300913010130111301213013130141301513016130171301813019130201302113022130231302413025130261302713028130291303013031130321303313034130351303613037130381303913040130411304213043130441304513046130471304813049130501305113052130531305413055130561305713058130591306013061130621306313064130651306613067130681306913070130711307213073130741307513076130771307813079130801308113082130831308413085130861308713088130891309013091130921309313094130951309613097130981309913100131011310213103131041310513106131071310813109131101311113112131131311413115131161311713118131191312013121131221312313124131251312613127131281312913130131311313213133131341313513136131371313813139131401314113142131431314413145131461314713148131491315013151131521315313154131551315613157131581315913160131611316213163131641316513166131671316813169131701317113172131731317413175131761317713178131791318013181131821318313184131851318613187131881318913190131911319213193131941319513196131971319813199132001320113202132031320413205132061320713208132091321013211132121321313214132151321613217132181321913220132211322213223132241322513226132271322813229132301323113232132331323413235132361323713238132391324013241132421324313244132451324613247132481324913250132511325213253132541325513256132571325813259132601326113262132631326413265132661326713268132691327013271132721327313274132751327613277132781327913280132811328213283132841328513286132871328813289132901329113292132931329413295132961329713298132991330013301133021330313304133051330613307133081330913310133111331213313133141331513316133171331813319133201332113322133231332413325133261332713328133291333013331133321333313334133351333613337133381333913340133411334213343133441334513346133471334813349133501335113352133531335413355133561335713358133591336013361133621336313364133651336613367133681336913370133711337213373133741337513376133771337813379133801338113382133831338413385133861338713388133891339013391133921339313394133951339613397133981339913400134011340213403134041340513406134071340813409134101341113412134131341413415134161341713418134191342013421134221342313424134251342613427134281342913430134311343213433134341343513436134371343813439134401344113442134431344413445134461344713448134491345013451134521345313454134551345613457134581345913460134611346213463134641346513466134671346813469134701347113472134731347413475134761347713478134791348013481134821348313484134851348613487134881348913490134911349213493134941349513496134971349813499135001350113502135031350413505135061350713508135091351013511135121351313514135151351613517135181351913520135211352213523135241352513526135271352813529135301353113532135331353413535135361353713538135391354013541135421354313544135451354613547135481354913550135511355213553135541355513556135571355813559135601356113562135631356413565135661356713568135691357013571135721357313574135751357613577135781357913580135811358213583135841358513586135871358813589135901359113592135931359413595135961359713598135991360013601136021360313604136051360613607136081360913610136111361213613136141361513616136171361813619136201362113622136231362413625136261362713628136291363013631136321363313634136351363613637136381363913640136411364213643136441364513646136471364813649136501365113652136531365413655136561365713658136591366013661136621366313664136651366613667136681366913670136711367213673136741367513676136771367813679136801368113682136831368413685136861368713688136891369013691136921369313694136951369613697136981369913700137011370213703137041370513706137071370813709137101371113712137131371413715137161371713718137191372013721137221372313724137251372613727137281372913730137311373213733137341373513736137371373813739137401374113742137431374413745137461374713748137491375013751137521375313754137551375613757137581375913760137611376213763137641376513766137671376813769137701377113772137731377413775137761377713778137791378013781137821378313784137851378613787137881378913790137911379213793137941379513796137971379813799138001380113802138031380413805138061380713808138091381013811138121381313814138151381613817138181381913820138211382213823138241382513826138271382813829138301383113832138331383413835138361383713838138391384013841138421384313844138451384613847138481384913850138511385213853138541385513856138571385813859138601386113862138631386413865138661386713868138691387013871138721387313874138751387613877138781387913880138811388213883138841388513886138871388813889138901389113892138931389413895138961389713898138991390013901139021390313904139051390613907139081390913910139111391213913139141391513916139171391813919139201392113922139231392413925139261392713928139291393013931139321393313934139351393613937139381393913940139411394213943139441394513946139471394813949139501395113952139531395413955139561395713958139591396013961139621396313964139651396613967139681396913970139711397213973139741397513976139771397813979139801398113982139831398413985139861398713988139891399013991139921399313994139951399613997139981399914000140011400214003140041400514006
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (C) 2016, 2017 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  4. *
  5. * Based on Sprinter and grbl.
  6. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation, either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. /**
  23. * About Marlin
  24. *
  25. * This firmware is a mashup between Sprinter and grbl.
  26. * - https://github.com/kliment/Sprinter
  27. * - https://github.com/simen/grbl/tree
  28. */
  29. /**
  30. * -----------------
  31. * G-Codes in Marlin
  32. * -----------------
  33. *
  34. * Helpful G-code references:
  35. * - http://linuxcnc.org/handbook/gcode/g-code.html
  36. * - http://objects.reprap.org/wiki/Mendel_User_Manual:_RepRapGCodes
  37. *
  38. * Help to document Marlin's G-codes online:
  39. * - http://reprap.org/wiki/G-code
  40. * - https://github.com/MarlinFirmware/MarlinDocumentation
  41. *
  42. * -----------------
  43. *
  44. * "G" Codes
  45. *
  46. * G0 -> G1
  47. * G1 - Coordinated Movement X Y Z E
  48. * G2 - CW ARC
  49. * G3 - CCW ARC
  50. * G4 - Dwell S<seconds> or P<milliseconds>
  51. * G5 - Cubic B-spline with XYZE destination and IJPQ offsets
  52. * G10 - Retract filament according to settings of M207 (Requires FWRETRACT)
  53. * G11 - Retract recover filament according to settings of M208 (Requires FWRETRACT)
  54. * G12 - Clean tool (Requires NOZZLE_CLEAN_FEATURE)
  55. * G17 - Select Plane XY (Requires CNC_WORKSPACE_PLANES)
  56. * G18 - Select Plane ZX (Requires CNC_WORKSPACE_PLANES)
  57. * G19 - Select Plane YZ (Requires CNC_WORKSPACE_PLANES)
  58. * G20 - Set input units to inches (Requires INCH_MODE_SUPPORT)
  59. * G21 - Set input units to millimeters (Requires INCH_MODE_SUPPORT)
  60. * G26 - Mesh Validation Pattern (Requires UBL_G26_MESH_VALIDATION)
  61. * G27 - Park Nozzle (Requires NOZZLE_PARK_FEATURE)
  62. * G28 - Home one or more axes
  63. * G29 - Start or continue the bed leveling probe procedure (Requires bed leveling)
  64. * G30 - Single Z probe, probes bed at X Y location (defaults to current XY location)
  65. * G31 - Dock sled (Z_PROBE_SLED only)
  66. * G32 - Undock sled (Z_PROBE_SLED only)
  67. * G33 - Delta Auto-Calibration (Requires DELTA_AUTO_CALIBRATION)
  68. * G38 - Probe in any direction using the Z_MIN_PROBE (Requires G38_PROBE_TARGET)
  69. * G42 - Coordinated move to a mesh point (Requires AUTO_BED_LEVELING_UBL)
  70. * G90 - Use Absolute Coordinates
  71. * G91 - Use Relative Coordinates
  72. * G92 - Set current position to coordinates given
  73. *
  74. * "M" Codes
  75. *
  76. * M0 - Unconditional stop - Wait for user to press a button on the LCD (Only if ULTRA_LCD is enabled)
  77. * M1 -> M0
  78. * M3 - Turn laser/spindle on, set spindle/laser speed/power, set rotation to clockwise
  79. * M4 - Turn laser/spindle on, set spindle/laser speed/power, set rotation to counter-clockwise
  80. * M5 - Turn laser/spindle off
  81. * M17 - Enable/Power all stepper motors
  82. * M18 - Disable all stepper motors; same as M84
  83. * M20 - List SD card. (Requires SDSUPPORT)
  84. * M21 - Init SD card. (Requires SDSUPPORT)
  85. * M22 - Release SD card. (Requires SDSUPPORT)
  86. * M23 - Select SD file: "M23 /path/file.gco". (Requires SDSUPPORT)
  87. * M24 - Start/resume SD print. (Requires SDSUPPORT)
  88. * M25 - Pause SD print. (Requires SDSUPPORT)
  89. * M26 - Set SD position in bytes: "M26 S12345". (Requires SDSUPPORT)
  90. * M27 - Report SD print status. (Requires SDSUPPORT)
  91. * M28 - Start SD write: "M28 /path/file.gco". (Requires SDSUPPORT)
  92. * M29 - Stop SD write. (Requires SDSUPPORT)
  93. * M30 - Delete file from SD: "M30 /path/file.gco"
  94. * M31 - Report time since last M109 or SD card start to serial.
  95. * M32 - Select file and start SD print: "M32 [S<bytepos>] !/path/file.gco#". (Requires SDSUPPORT)
  96. * Use P to run other files as sub-programs: "M32 P !filename#"
  97. * The '#' is necessary when calling from within sd files, as it stops buffer prereading
  98. * M33 - Get the longname version of a path. (Requires LONG_FILENAME_HOST_SUPPORT)
  99. * M34 - Set SD Card sorting options. (Requires SDCARD_SORT_ALPHA)
  100. * M42 - Change pin status via gcode: M42 P<pin> S<value>. LED pin assumed if P is omitted.
  101. * M43 - Display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
  102. * M48 - Measure Z Probe repeatability: M48 P<points> X<pos> Y<pos> V<level> E<engage> L<legs>. (Requires Z_MIN_PROBE_REPEATABILITY_TEST)
  103. * M75 - Start the print job timer.
  104. * M76 - Pause the print job timer.
  105. * M77 - Stop the print job timer.
  106. * M78 - Show statistical information about the print jobs. (Requires PRINTCOUNTER)
  107. * M80 - Turn on Power Supply. (Requires POWER_SUPPLY > 0)
  108. * M81 - Turn off Power Supply. (Requires POWER_SUPPLY > 0)
  109. * M82 - Set E codes absolute (default).
  110. * M83 - Set E codes relative while in Absolute (G90) mode.
  111. * M84 - Disable steppers until next move, or use S<seconds> to specify an idle
  112. * duration after which steppers should turn off. S0 disables the timeout.
  113. * M85 - Set inactivity shutdown timer with parameter S<seconds>. To disable set zero (default)
  114. * M92 - Set planner.axis_steps_per_mm for one or more axes.
  115. * M100 - Watch Free Memory (for debugging) (Requires M100_FREE_MEMORY_WATCHER)
  116. * M104 - Set extruder target temp.
  117. * M105 - Report current temperatures.
  118. * M106 - Fan on.
  119. * M107 - Fan off.
  120. * M108 - Break out of heating loops (M109, M190, M303). With no controller, breaks out of M0/M1. (Requires EMERGENCY_PARSER)
  121. * M109 - Sxxx Wait for extruder current temp to reach target temp. Waits only when heating
  122. * Rxxx Wait for extruder current temp to reach target temp. Waits when heating and cooling
  123. * If AUTOTEMP is enabled, S<mintemp> B<maxtemp> F<factor>. Exit autotemp by any M109 without F
  124. * M110 - Set the current line number. (Used by host printing)
  125. * M111 - Set debug flags: "M111 S<flagbits>". See flag bits defined in enum.h.
  126. * M112 - Emergency stop.
  127. * M113 - Get or set the timeout interval for Host Keepalive "busy" messages. (Requires HOST_KEEPALIVE_FEATURE)
  128. * M114 - Report current position.
  129. * M115 - Report capabilities. (Extended capabilities requires EXTENDED_CAPABILITIES_REPORT)
  130. * M117 - Display a message on the controller screen. (Requires an LCD)
  131. * M118 - Display a message in the host console.
  132. * M119 - Report endstops status.
  133. * M120 - Enable endstops detection.
  134. * M121 - Disable endstops detection.
  135. * M125 - Save current position and move to filament change position. (Requires PARK_HEAD_ON_PAUSE)
  136. * M126 - Solenoid Air Valve Open. (Requires BARICUDA)
  137. * M127 - Solenoid Air Valve Closed. (Requires BARICUDA)
  138. * M128 - EtoP Open. (Requires BARICUDA)
  139. * M129 - EtoP Closed. (Requires BARICUDA)
  140. * M140 - Set bed target temp. S<temp>
  141. * M145 - Set heatup values for materials on the LCD. H<hotend> B<bed> F<fan speed> for S<material> (0=PLA, 1=ABS)
  142. * M149 - Set temperature units. (Requires TEMPERATURE_UNITS_SUPPORT)
  143. * M150 - Set Status LED Color as R<red> U<green> B<blue> P<bright>. Values 0-255. (Requires BLINKM, RGB_LED, RGBW_LED, NEOPIXEL_LED, or PCA9632).
  144. * M155 - Auto-report temperatures with interval of S<seconds>. (Requires AUTO_REPORT_TEMPERATURES)
  145. * M163 - Set a single proportion for a mixing extruder. (Requires MIXING_EXTRUDER)
  146. * M164 - Save the mix as a virtual extruder. (Requires MIXING_EXTRUDER and MIXING_VIRTUAL_TOOLS)
  147. * M165 - Set the proportions for a mixing extruder. Use parameters ABCDHI to set the mixing factors. (Requires MIXING_EXTRUDER)
  148. * M190 - Sxxx Wait for bed current temp to reach target temp. ** Waits only when heating! **
  149. * Rxxx Wait for bed current temp to reach target temp. ** Waits for heating or cooling. **
  150. * M200 - Set filament diameter, D<diameter>, setting E axis units to cubic. (Use S0 to revert to linear units.)
  151. * M201 - Set max acceleration in units/s^2 for print moves: "M201 X<accel> Y<accel> Z<accel> E<accel>"
  152. * M202 - Set max acceleration in units/s^2 for travel moves: "M202 X<accel> Y<accel> Z<accel> E<accel>" ** UNUSED IN MARLIN! **
  153. * M203 - Set maximum feedrate: "M203 X<fr> Y<fr> Z<fr> E<fr>" in units/sec.
  154. * M204 - Set default acceleration in units/sec^2: P<printing> R<extruder_only> T<travel>
  155. * M205 - Set advanced settings. Current units apply:
  156. S<print> T<travel> minimum speeds
  157. B<minimum segment time>
  158. X<max X jerk>, Y<max Y jerk>, Z<max Z jerk>, E<max E jerk>
  159. * M206 - Set additional homing offset. (Disabled by NO_WORKSPACE_OFFSETS or DELTA)
  160. * M207 - Set Retract Length: S<length>, Feedrate: F<units/min>, and Z lift: Z<distance>. (Requires FWRETRACT)
  161. * M208 - Set Recover (unretract) Additional (!) Length: S<length> and Feedrate: F<units/min>. (Requires FWRETRACT)
  162. * M209 - Turn Automatic Retract Detection on/off: S<0|1> (For slicers that don't support G10/11). (Requires FWRETRACT)
  163. Every normal extrude-only move will be classified as retract depending on the direction.
  164. * M211 - Enable, Disable, and/or Report software endstops: S<0|1> (Requires MIN_SOFTWARE_ENDSTOPS or MAX_SOFTWARE_ENDSTOPS)
  165. * M218 - Set a tool offset: "M218 T<index> X<offset> Y<offset>". (Requires 2 or more extruders)
  166. * M220 - Set Feedrate Percentage: "M220 S<percent>" (i.e., "FR" on the LCD)
  167. * M221 - Set Flow Percentage: "M221 S<percent>"
  168. * M226 - Wait until a pin is in a given state: "M226 P<pin> S<state>"
  169. * M240 - Trigger a camera to take a photograph. (Requires CHDK or PHOTOGRAPH_PIN)
  170. * M250 - Set LCD contrast: "M250 C<contrast>" (0-63). (Requires LCD support)
  171. * M260 - i2c Send Data (Requires EXPERIMENTAL_I2CBUS)
  172. * M261 - i2c Request Data (Requires EXPERIMENTAL_I2CBUS)
  173. * M280 - Set servo position absolute: "M280 P<index> S<angle|µs>". (Requires servos)
  174. * M300 - Play beep sound S<frequency Hz> P<duration ms>
  175. * M301 - Set PID parameters P I and D. (Requires PIDTEMP)
  176. * M302 - Allow cold extrudes, or set the minimum extrude S<temperature>. (Requires PREVENT_COLD_EXTRUSION)
  177. * M303 - PID relay autotune S<temperature> sets the target temperature. Default 150C. (Requires PIDTEMP)
  178. * M304 - Set bed PID parameters P I and D. (Requires PIDTEMPBED)
  179. * M350 - Set microstepping mode. (Requires digital microstepping pins.)
  180. * M351 - Toggle MS1 MS2 pins directly. (Requires digital microstepping pins.)
  181. * M355 - Set Case Light on/off and set brightness. (Requires CASE_LIGHT_PIN)
  182. * M380 - Activate solenoid on active extruder. (Requires EXT_SOLENOID)
  183. * M381 - Disable all solenoids. (Requires EXT_SOLENOID)
  184. * M400 - Finish all moves.
  185. * M401 - Lower Z probe. (Requires a probe)
  186. * M402 - Raise Z probe. (Requires a probe)
  187. * M404 - Display or set the Nominal Filament Width: "W<diameter>". (Requires FILAMENT_WIDTH_SENSOR)
  188. * M405 - Enable Filament Sensor flow control. "M405 D<delay_cm>". (Requires FILAMENT_WIDTH_SENSOR)
  189. * M406 - Disable Filament Sensor flow control. (Requires FILAMENT_WIDTH_SENSOR)
  190. * M407 - Display measured filament diameter in millimeters. (Requires FILAMENT_WIDTH_SENSOR)
  191. * M410 - Quickstop. Abort all planned moves.
  192. * M420 - Enable/Disable Leveling (with current values) S1=enable S0=disable (Requires MESH_BED_LEVELING or ABL)
  193. * M421 - Set a single Z coordinate in the Mesh Leveling grid. X<units> Y<units> Z<units> (Requires MESH_BED_LEVELING or AUTO_BED_LEVELING_UBL)
  194. * M428 - Set the home_offset based on the current_position. Nearest edge applies. (Disabled by NO_WORKSPACE_OFFSETS or DELTA)
  195. * M500 - Store parameters in EEPROM. (Requires EEPROM_SETTINGS)
  196. * M501 - Restore parameters from EEPROM. (Requires EEPROM_SETTINGS)
  197. * M502 - Revert to the default "factory settings". ** Does not write them to EEPROM! **
  198. * M503 - Print the current settings (in memory): "M503 S<verbose>". S0 specifies compact output.
  199. * M540 - Enable/disable SD card abort on endstop hit: "M540 S<state>". (Requires ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
  200. * M600 - Pause for filament change: "M600 X<pos> Y<pos> Z<raise> E<first_retract> L<later_retract>". (Requires ADVANCED_PAUSE_FEATURE)
  201. * M665 - Set delta configurations: "M665 L<diagonal rod> R<delta radius> S<segments/s> A<rod A trim mm> B<rod B trim mm> C<rod C trim mm> I<tower A trim angle> J<tower B trim angle> K<tower C trim angle>" (Requires DELTA)
  202. * M666 - Set delta endstop adjustment. (Requires DELTA)
  203. * M605 - Set dual x-carriage movement mode: "M605 S<mode> [X<x_offset>] [R<temp_offset>]". (Requires DUAL_X_CARRIAGE)
  204. * M851 - Set Z probe's Z offset in current units. (Negative = below the nozzle.)
  205. * M860 - Report the position of position encoder modules.
  206. * M861 - Report the status of position encoder modules.
  207. * M862 - Perform an axis continuity test for position encoder modules.
  208. * M863 - Perform steps-per-mm calibration for position encoder modules.
  209. * M864 - Change position encoder module I2C address.
  210. * M865 - Check position encoder module firmware version.
  211. * M866 - Report or reset position encoder module error count.
  212. * M867 - Enable/disable or toggle error correction for position encoder modules.
  213. * M868 - Report or set position encoder module error correction threshold.
  214. * M869 - Report position encoder module error.
  215. * M900 - Get and/or Set advance K factor and WH/D ratio. (Requires LIN_ADVANCE)
  216. * M906 - Set or get motor current in milliamps using axis codes X, Y, Z, E. Report values if no axis codes given. (Requires HAVE_TMC2130)
  217. * M907 - Set digital trimpot motor current using axis codes. (Requires a board with digital trimpots)
  218. * M908 - Control digital trimpot directly. (Requires DAC_STEPPER_CURRENT or DIGIPOTSS_PIN)
  219. * M909 - Print digipot/DAC current value. (Requires DAC_STEPPER_CURRENT)
  220. * M910 - Commit digipot/DAC value to external EEPROM via I2C. (Requires DAC_STEPPER_CURRENT)
  221. * M911 - Report stepper driver overtemperature pre-warn condition. (Requires HAVE_TMC2130)
  222. * M912 - Clear stepper driver overtemperature pre-warn condition flag. (Requires HAVE_TMC2130)
  223. * M913 - Set HYBRID_THRESHOLD speed. (Requires HYBRID_THRESHOLD)
  224. * M914 - Set SENSORLESS_HOMING sensitivity. (Requires SENSORLESS_HOMING)
  225. *
  226. * M360 - SCARA calibration: Move to cal-position ThetaA (0 deg calibration)
  227. * M361 - SCARA calibration: Move to cal-position ThetaB (90 deg calibration - steps per degree)
  228. * M362 - SCARA calibration: Move to cal-position PsiA (0 deg calibration)
  229. * M363 - SCARA calibration: Move to cal-position PsiB (90 deg calibration - steps per degree)
  230. * M364 - SCARA calibration: Move to cal-position PSIC (90 deg to Theta calibration position)
  231. *
  232. * ************ Custom codes - This can change to suit future G-code regulations
  233. * M928 - Start SD logging: "M928 filename.gco". Stop with M29. (Requires SDSUPPORT)
  234. * M999 - Restart after being stopped by error
  235. *
  236. * "T" Codes
  237. *
  238. * T0-T3 - Select an extruder (tool) by index: "T<n> F<units/min>"
  239. *
  240. */
  241. #include "Marlin.h"
  242. #include "ultralcd.h"
  243. #include "planner.h"
  244. #include "stepper.h"
  245. #include "endstops.h"
  246. #include "temperature.h"
  247. #include "cardreader.h"
  248. #include "configuration_store.h"
  249. #include "language.h"
  250. #include "pins_arduino.h"
  251. #include "math.h"
  252. #include "nozzle.h"
  253. #include "duration_t.h"
  254. #include "types.h"
  255. #include "gcode.h"
  256. #if HAS_ABL
  257. #include "vector_3.h"
  258. #if ENABLED(AUTO_BED_LEVELING_LINEAR)
  259. #include "least_squares_fit.h"
  260. #endif
  261. #elif ENABLED(MESH_BED_LEVELING)
  262. #include "mesh_bed_leveling.h"
  263. #endif
  264. #if ENABLED(BEZIER_CURVE_SUPPORT)
  265. #include "planner_bezier.h"
  266. #endif
  267. #if HAS_BUZZER && DISABLED(LCD_USE_I2C_BUZZER)
  268. #include "buzzer.h"
  269. #endif
  270. #if ENABLED(USE_WATCHDOG)
  271. #include "watchdog.h"
  272. #endif
  273. #if ENABLED(MAX7219_DEBUG)
  274. #include "Max7219_Debug_LEDs.h"
  275. #endif
  276. #if ENABLED(NEOPIXEL_LED)
  277. #include <Adafruit_NeoPixel.h>
  278. #endif
  279. #if ENABLED(BLINKM)
  280. #include "blinkm.h"
  281. #include "Wire.h"
  282. #endif
  283. #if ENABLED(PCA9632)
  284. #include "pca9632.h"
  285. #endif
  286. #if HAS_SERVOS
  287. #include "servo.h"
  288. #endif
  289. #if HAS_DIGIPOTSS
  290. #include <SPI.h>
  291. #endif
  292. #if ENABLED(DAC_STEPPER_CURRENT)
  293. #include "stepper_dac.h"
  294. #endif
  295. #if ENABLED(EXPERIMENTAL_I2CBUS)
  296. #include "twibus.h"
  297. #endif
  298. #if ENABLED(I2C_POSITION_ENCODERS)
  299. #include "I2CPositionEncoder.h"
  300. #endif
  301. #if ENABLED(ENDSTOP_INTERRUPTS_FEATURE)
  302. #include "endstop_interrupts.h"
  303. #endif
  304. #if ENABLED(M100_FREE_MEMORY_WATCHER)
  305. void gcode_M100();
  306. void M100_dump_routine(const char * const title, const char *start, const char *end);
  307. #endif
  308. #if ENABLED(SDSUPPORT)
  309. CardReader card;
  310. #endif
  311. #if ENABLED(EXPERIMENTAL_I2CBUS)
  312. TWIBus i2c;
  313. #endif
  314. #if ENABLED(G38_PROBE_TARGET)
  315. bool G38_move = false,
  316. G38_endstop_hit = false;
  317. #endif
  318. #if ENABLED(AUTO_BED_LEVELING_UBL)
  319. #include "ubl.h"
  320. extern bool defer_return_to_status;
  321. unified_bed_leveling ubl;
  322. #define UBL_MESH_VALID !( ( ubl.z_values[0][0] == ubl.z_values[0][1] && ubl.z_values[0][1] == ubl.z_values[0][2] \
  323. && ubl.z_values[1][0] == ubl.z_values[1][1] && ubl.z_values[1][1] == ubl.z_values[1][2] \
  324. && ubl.z_values[2][0] == ubl.z_values[2][1] && ubl.z_values[2][1] == ubl.z_values[2][2] \
  325. && ubl.z_values[0][0] == 0 && ubl.z_values[1][0] == 0 && ubl.z_values[2][0] == 0 ) \
  326. || isnan(ubl.z_values[0][0]))
  327. #endif
  328. #if ENABLED(NEOPIXEL_LED)
  329. #if NEOPIXEL_TYPE == NEO_RGB || NEOPIXEL_TYPE == NEO_RBG || NEOPIXEL_TYPE == NEO_GRB || NEOPIXEL_TYPE == NEO_GBR || NEOPIXEL_TYPE == NEO_BRG || NEOPIXEL_TYPE == NEO_BGR
  330. #define NEO_WHITE 255, 255, 255
  331. #else
  332. #define NEO_WHITE 0, 0, 0, 255
  333. #endif
  334. #endif
  335. #if ENABLED(RGB_LED) || ENABLED(BLINKM) || ENABLED(PCA9632)
  336. #define LED_WHITE 255, 255, 255
  337. #elif ENABLED(RGBW_LED)
  338. #define LED_WHITE 0, 0, 0, 255
  339. #endif
  340. bool Running = true;
  341. uint8_t marlin_debug_flags = DEBUG_NONE;
  342. /**
  343. * Cartesian Current Position
  344. * Used to track the logical position as moves are queued.
  345. * Used by 'line_to_current_position' to do a move after changing it.
  346. * Used by 'SYNC_PLAN_POSITION_KINEMATIC' to update 'planner.position'.
  347. */
  348. float current_position[XYZE] = { 0.0 };
  349. /**
  350. * Cartesian Destination
  351. * A temporary position, usually applied to 'current_position'.
  352. * Set with 'gcode_get_destination' or 'set_destination_to_current'.
  353. * 'line_to_destination' sets 'current_position' to 'destination'.
  354. */
  355. float destination[XYZE] = { 0.0 };
  356. /**
  357. * axis_homed
  358. * Flags that each linear axis was homed.
  359. * XYZ on cartesian, ABC on delta, ABZ on SCARA.
  360. *
  361. * axis_known_position
  362. * Flags that the position is known in each linear axis. Set when homed.
  363. * Cleared whenever a stepper powers off, potentially losing its position.
  364. */
  365. bool axis_homed[XYZ] = { false }, axis_known_position[XYZ] = { false };
  366. /**
  367. * GCode line number handling. Hosts may opt to include line numbers when
  368. * sending commands to Marlin, and lines will be checked for sequentiality.
  369. * M110 N<int> sets the current line number.
  370. */
  371. static long gcode_N, gcode_LastN, Stopped_gcode_LastN = 0;
  372. /**
  373. * GCode Command Queue
  374. * A simple ring buffer of BUFSIZE command strings.
  375. *
  376. * Commands are copied into this buffer by the command injectors
  377. * (immediate, serial, sd card) and they are processed sequentially by
  378. * the main loop. The process_next_command function parses the next
  379. * command and hands off execution to individual handler functions.
  380. */
  381. uint8_t commands_in_queue = 0; // Count of commands in the queue
  382. static uint8_t cmd_queue_index_r = 0, // Ring buffer read position
  383. cmd_queue_index_w = 0; // Ring buffer write position
  384. #if ENABLED(M100_FREE_MEMORY_WATCHER)
  385. char command_queue[BUFSIZE][MAX_CMD_SIZE]; // Necessary so M100 Free Memory Dumper can show us the commands and any corruption
  386. #else // This can be collapsed back to the way it was soon.
  387. static char command_queue[BUFSIZE][MAX_CMD_SIZE];
  388. #endif
  389. /**
  390. * Next Injected Command pointer. NULL if no commands are being injected.
  391. * Used by Marlin internally to ensure that commands initiated from within
  392. * are enqueued ahead of any pending serial or sd card commands.
  393. */
  394. static const char *injected_commands_P = NULL;
  395. #if ENABLED(TEMPERATURE_UNITS_SUPPORT)
  396. TempUnit input_temp_units = TEMPUNIT_C;
  397. #endif
  398. /**
  399. * Feed rates are often configured with mm/m
  400. * but the planner and stepper like mm/s units.
  401. */
  402. static const float homing_feedrate_mm_s[] PROGMEM = {
  403. #if ENABLED(DELTA)
  404. MMM_TO_MMS(HOMING_FEEDRATE_Z), MMM_TO_MMS(HOMING_FEEDRATE_Z),
  405. #else
  406. MMM_TO_MMS(HOMING_FEEDRATE_XY), MMM_TO_MMS(HOMING_FEEDRATE_XY),
  407. #endif
  408. MMM_TO_MMS(HOMING_FEEDRATE_Z), 0
  409. };
  410. FORCE_INLINE float homing_feedrate(const AxisEnum a) { return pgm_read_float(&homing_feedrate_mm_s[a]); }
  411. float feedrate_mm_s = MMM_TO_MMS(1500.0);
  412. static float saved_feedrate_mm_s;
  413. int16_t feedrate_percentage = 100, saved_feedrate_percentage,
  414. flow_percentage[EXTRUDERS] = ARRAY_BY_EXTRUDERS1(100);
  415. // Initialized by settings.load()
  416. bool axis_relative_modes[] = AXIS_RELATIVE_MODES,
  417. volumetric_enabled;
  418. float filament_size[EXTRUDERS], volumetric_multiplier[EXTRUDERS];
  419. #if HAS_WORKSPACE_OFFSET
  420. #if HAS_POSITION_SHIFT
  421. // The distance that XYZ has been offset by G92. Reset by G28.
  422. float position_shift[XYZ] = { 0 };
  423. #endif
  424. #if HAS_HOME_OFFSET
  425. // This offset is added to the configured home position.
  426. // Set by M206, M428, or menu item. Saved to EEPROM.
  427. float home_offset[XYZ] = { 0 };
  428. #endif
  429. #if HAS_HOME_OFFSET && HAS_POSITION_SHIFT
  430. // The above two are combined to save on computes
  431. float workspace_offset[XYZ] = { 0 };
  432. #endif
  433. #endif
  434. // Software Endstops are based on the configured limits.
  435. #if HAS_SOFTWARE_ENDSTOPS
  436. bool soft_endstops_enabled = true;
  437. #endif
  438. float soft_endstop_min[XYZ] = { X_MIN_BED, Y_MIN_BED, Z_MIN_POS },
  439. soft_endstop_max[XYZ] = { X_MAX_BED, Y_MAX_BED, Z_MAX_POS };
  440. #if FAN_COUNT > 0
  441. int16_t fanSpeeds[FAN_COUNT] = { 0 };
  442. #if ENABLED(PROBING_FANS_OFF)
  443. bool fans_paused = false;
  444. int16_t paused_fanSpeeds[FAN_COUNT] = { 0 };
  445. #endif
  446. #endif
  447. // The active extruder (tool). Set with T<extruder> command.
  448. uint8_t active_extruder = 0;
  449. // Relative Mode. Enable with G91, disable with G90.
  450. static bool relative_mode = false;
  451. // For M109 and M190, this flag may be cleared (by M108) to exit the wait loop
  452. volatile bool wait_for_heatup = true;
  453. // For M0/M1, this flag may be cleared (by M108) to exit the wait-for-user loop
  454. #if HAS_RESUME_CONTINUE
  455. volatile bool wait_for_user = false;
  456. #endif
  457. const char axis_codes[XYZE] = { 'X', 'Y', 'Z', 'E' };
  458. // Number of characters read in the current line of serial input
  459. static int serial_count = 0;
  460. // Inactivity shutdown
  461. millis_t previous_cmd_ms = 0;
  462. static millis_t max_inactive_time = 0;
  463. static millis_t stepper_inactive_time = (DEFAULT_STEPPER_DEACTIVE_TIME) * 1000UL;
  464. // Print Job Timer
  465. #if ENABLED(PRINTCOUNTER)
  466. PrintCounter print_job_timer = PrintCounter();
  467. #else
  468. Stopwatch print_job_timer = Stopwatch();
  469. #endif
  470. // Buzzer - I2C on the LCD or a BEEPER_PIN
  471. #if ENABLED(LCD_USE_I2C_BUZZER)
  472. #define BUZZ(d,f) lcd_buzz(d, f)
  473. #elif PIN_EXISTS(BEEPER)
  474. Buzzer buzzer;
  475. #define BUZZ(d,f) buzzer.tone(d, f)
  476. #else
  477. #define BUZZ(d,f) NOOP
  478. #endif
  479. static uint8_t target_extruder;
  480. #if HAS_BED_PROBE
  481. float zprobe_zoffset; // Initialized by settings.load()
  482. #endif
  483. #if HAS_ABL
  484. float xy_probe_feedrate_mm_s = MMM_TO_MMS(XY_PROBE_SPEED);
  485. #define XY_PROBE_FEEDRATE_MM_S xy_probe_feedrate_mm_s
  486. #elif defined(XY_PROBE_SPEED)
  487. #define XY_PROBE_FEEDRATE_MM_S MMM_TO_MMS(XY_PROBE_SPEED)
  488. #else
  489. #define XY_PROBE_FEEDRATE_MM_S PLANNER_XY_FEEDRATE()
  490. #endif
  491. #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
  492. #if ENABLED(DELTA)
  493. #define ADJUST_DELTA(V) \
  494. if (planner.abl_enabled) { \
  495. const float zadj = bilinear_z_offset(V); \
  496. delta[A_AXIS] += zadj; \
  497. delta[B_AXIS] += zadj; \
  498. delta[C_AXIS] += zadj; \
  499. }
  500. #else
  501. #define ADJUST_DELTA(V) if (planner.abl_enabled) { delta[Z_AXIS] += bilinear_z_offset(V); }
  502. #endif
  503. #elif IS_KINEMATIC
  504. #define ADJUST_DELTA(V) NOOP
  505. #endif
  506. #if ENABLED(Z_DUAL_ENDSTOPS)
  507. float z_endstop_adj;
  508. #endif
  509. // Extruder offsets
  510. #if HOTENDS > 1
  511. float hotend_offset[XYZ][HOTENDS]; // Initialized by settings.load()
  512. #endif
  513. #if HAS_Z_SERVO_ENDSTOP
  514. const int z_servo_angle[2] = Z_SERVO_ANGLES;
  515. #endif
  516. #if ENABLED(BARICUDA)
  517. uint8_t baricuda_valve_pressure = 0,
  518. baricuda_e_to_p_pressure = 0;
  519. #endif
  520. #if ENABLED(FWRETRACT) // Initialized by settings.load()...
  521. bool autoretract_enabled, // M209 S - Autoretract switch
  522. retracted[EXTRUDERS] = { false }; // Which extruders are currently retracted
  523. float retract_length, // M207 S - G10 Retract length
  524. retract_feedrate_mm_s, // M207 F - G10 Retract feedrate
  525. retract_zlift, // M207 Z - G10 Retract hop size
  526. retract_recover_length, // M208 S - G11 Recover length
  527. retract_recover_feedrate_mm_s, // M208 F - G11 Recover feedrate
  528. swap_retract_length, // M207 W - G10 Swap Retract length
  529. swap_retract_recover_length, // M208 W - G11 Swap Recover length
  530. swap_retract_recover_feedrate_mm_s; // M208 R - G11 Swap Recover feedrate
  531. #if EXTRUDERS > 1
  532. bool retracted_swap[EXTRUDERS] = { false }; // Which extruders are swap-retracted
  533. #else
  534. constexpr bool retracted_swap[1] = { false };
  535. #endif
  536. #endif // FWRETRACT
  537. #if HAS_POWER_SWITCH
  538. bool powersupply_on =
  539. #if ENABLED(PS_DEFAULT_OFF)
  540. false
  541. #else
  542. true
  543. #endif
  544. ;
  545. #endif
  546. #if ENABLED(DELTA)
  547. float delta[ABC],
  548. endstop_adj[ABC] = { 0 };
  549. // Initialized by settings.load()
  550. float delta_radius,
  551. delta_tower_angle_trim[ABC],
  552. delta_tower[ABC][2],
  553. delta_diagonal_rod,
  554. delta_calibration_radius,
  555. delta_diagonal_rod_2_tower[ABC],
  556. delta_segments_per_second,
  557. delta_clip_start_height = Z_MAX_POS;
  558. float delta_safe_distance_from_top();
  559. #endif
  560. #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
  561. int bilinear_grid_spacing[2], bilinear_start[2];
  562. float bilinear_grid_factor[2],
  563. z_values[GRID_MAX_POINTS_X][GRID_MAX_POINTS_Y];
  564. #endif
  565. #if IS_SCARA
  566. // Float constants for SCARA calculations
  567. const float L1 = SCARA_LINKAGE_1, L2 = SCARA_LINKAGE_2,
  568. L1_2 = sq(float(L1)), L1_2_2 = 2.0 * L1_2,
  569. L2_2 = sq(float(L2));
  570. float delta_segments_per_second = SCARA_SEGMENTS_PER_SECOND,
  571. delta[ABC];
  572. #endif
  573. float cartes[XYZ] = { 0 };
  574. #if ENABLED(FILAMENT_WIDTH_SENSOR)
  575. bool filament_sensor = false; // M405 turns on filament sensor control. M406 turns it off.
  576. float filament_width_nominal = DEFAULT_NOMINAL_FILAMENT_DIA, // Nominal filament width. Change with M404.
  577. filament_width_meas = DEFAULT_MEASURED_FILAMENT_DIA; // Measured filament diameter
  578. uint8_t meas_delay_cm = MEASUREMENT_DELAY_CM, // Distance delay setting
  579. measurement_delay[MAX_MEASUREMENT_DELAY + 1]; // Ring buffer to delayed measurement. Store extruder factor after subtracting 100
  580. int8_t filwidth_delay_index[2] = { 0, -1 }; // Indexes into ring buffer
  581. #endif
  582. #if ENABLED(FILAMENT_RUNOUT_SENSOR)
  583. static bool filament_ran_out = false;
  584. #endif
  585. #if ENABLED(ADVANCED_PAUSE_FEATURE)
  586. AdvancedPauseMenuResponse advanced_pause_menu_response;
  587. #endif
  588. #if ENABLED(MIXING_EXTRUDER)
  589. float mixing_factor[MIXING_STEPPERS]; // Reciprocal of mix proportion. 0.0 = off, otherwise >= 1.0.
  590. #if MIXING_VIRTUAL_TOOLS > 1
  591. float mixing_virtual_tool_mix[MIXING_VIRTUAL_TOOLS][MIXING_STEPPERS];
  592. #endif
  593. #endif
  594. static bool send_ok[BUFSIZE];
  595. #if ENABLED(SDSUPPORT)
  596. #if ENABLED(POWEROFF_SAVE_SD_FILE)
  597. #define SAVE_INFO_INTERVAL (1000 * 10)
  598. #define APPEND_CMD_COUNT 5
  599. // #define SAVE_EACH_CMD_MODE
  600. struct power_off_info_t power_off_info;
  601. static char power_off_commands[BUFSIZE + APPEND_CMD_COUNT][MAX_CMD_SIZE];
  602. int power_off_commands_count = 0;
  603. int power_off_type_yes = 0;
  604. static int power_off_commands_index = 0;
  605. #endif
  606. #endif
  607. bool drain_power_off_commands();
  608. #if HAS_SERVOS
  609. Servo servo[NUM_SERVOS];
  610. #define MOVE_SERVO(I, P) servo[I].move(P)
  611. #if HAS_Z_SERVO_ENDSTOP
  612. #define DEPLOY_Z_SERVO() MOVE_SERVO(Z_ENDSTOP_SERVO_NR, z_servo_angle[0])
  613. #define STOW_Z_SERVO() MOVE_SERVO(Z_ENDSTOP_SERVO_NR, z_servo_angle[1])
  614. #endif
  615. #endif
  616. #ifdef CHDK
  617. millis_t chdkHigh = 0;
  618. bool chdkActive = false;
  619. #endif
  620. #ifdef AUTOMATIC_CURRENT_CONTROL
  621. bool auto_current_control = 0;
  622. #endif
  623. #if ENABLED(PID_EXTRUSION_SCALING)
  624. int lpq_len = 20;
  625. #endif
  626. #if ENABLED(HOST_KEEPALIVE_FEATURE)
  627. MarlinBusyState busy_state = NOT_BUSY;
  628. static millis_t next_busy_signal_ms = 0;
  629. uint8_t host_keepalive_interval = DEFAULT_KEEPALIVE_INTERVAL;
  630. #else
  631. #define host_keepalive() NOOP
  632. #endif
  633. #if ENABLED(I2C_POSITION_ENCODERS)
  634. I2CPositionEncodersMgr I2CPEM;
  635. uint8_t blockBufferIndexRef = 0;
  636. millis_t lastUpdateMillis;
  637. #endif
  638. #if ENABLED(CNC_WORKSPACE_PLANES)
  639. static WorkspacePlane workspace_plane = PLANE_XY;
  640. #endif
  641. FORCE_INLINE float pgm_read_any(const float *p) { return pgm_read_float_near(p); }
  642. FORCE_INLINE signed char pgm_read_any(const signed char *p) { return pgm_read_byte_near(p); }
  643. #define XYZ_CONSTS_FROM_CONFIG(type, array, CONFIG) \
  644. static const PROGMEM type array##_P[XYZ] = { X_##CONFIG, Y_##CONFIG, Z_##CONFIG }; \
  645. static inline type array(AxisEnum axis) { return pgm_read_any(&array##_P[axis]); } \
  646. typedef void __void_##CONFIG##__
  647. XYZ_CONSTS_FROM_CONFIG(float, base_min_pos, MIN_POS);
  648. XYZ_CONSTS_FROM_CONFIG(float, base_max_pos, MAX_POS);
  649. XYZ_CONSTS_FROM_CONFIG(float, base_home_pos, HOME_POS);
  650. XYZ_CONSTS_FROM_CONFIG(float, max_length, MAX_LENGTH);
  651. XYZ_CONSTS_FROM_CONFIG(float, home_bump_mm, HOME_BUMP_MM);
  652. XYZ_CONSTS_FROM_CONFIG(signed char, home_dir, HOME_DIR);
  653. /**
  654. * ***************************************************************************
  655. * ******************************** FUNCTIONS ********************************
  656. * ***************************************************************************
  657. */
  658. void stop();
  659. void get_available_commands();
  660. void process_next_command();
  661. void prepare_move_to_destination();
  662. void get_cartesian_from_steppers();
  663. void set_current_from_steppers_for_axis(const AxisEnum axis);
  664. #if ENABLED(ARC_SUPPORT)
  665. void plan_arc(float target[XYZE], float* offset, uint8_t clockwise);
  666. #endif
  667. #if ENABLED(BEZIER_CURVE_SUPPORT)
  668. void plan_cubic_move(const float offset[4]);
  669. #endif
  670. void tool_change(const uint8_t tmp_extruder, const float fr_mm_s=0.0, bool no_move=false);
  671. void report_current_position();
  672. void report_current_position_detail();
  673. #if ENABLED(DEBUG_LEVELING_FEATURE)
  674. void print_xyz(const char* prefix, const char* suffix, const float x, const float y, const float z) {
  675. serialprintPGM(prefix);
  676. SERIAL_CHAR('(');
  677. SERIAL_ECHO(x);
  678. SERIAL_ECHOPAIR(", ", y);
  679. SERIAL_ECHOPAIR(", ", z);
  680. SERIAL_CHAR(')');
  681. if (suffix) serialprintPGM(suffix); else SERIAL_EOL();
  682. }
  683. void print_xyz(const char* prefix, const char* suffix, const float xyz[]) {
  684. print_xyz(prefix, suffix, xyz[X_AXIS], xyz[Y_AXIS], xyz[Z_AXIS]);
  685. }
  686. #if HAS_ABL
  687. void print_xyz(const char* prefix, const char* suffix, const vector_3 &xyz) {
  688. print_xyz(prefix, suffix, xyz.x, xyz.y, xyz.z);
  689. }
  690. #endif
  691. #define DEBUG_POS(SUFFIX,VAR) do { \
  692. print_xyz(PSTR(" " STRINGIFY(VAR) "="), PSTR(" : " SUFFIX "\n"), VAR); }while(0)
  693. #endif
  694. /**
  695. * sync_plan_position
  696. *
  697. * Set the planner/stepper positions directly from current_position with
  698. * no kinematic translation. Used for homing axes and cartesian/core syncing.
  699. */
  700. void sync_plan_position() {
  701. #if ENABLED(DEBUG_LEVELING_FEATURE)
  702. if (DEBUGGING(LEVELING)) DEBUG_POS("sync_plan_position", current_position);
  703. #endif
  704. planner.set_position_mm(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  705. }
  706. inline void sync_plan_position_e() { planner.set_e_position_mm(current_position[E_AXIS]); }
  707. #if IS_KINEMATIC
  708. inline void sync_plan_position_kinematic() {
  709. #if ENABLED(DEBUG_LEVELING_FEATURE)
  710. if (DEBUGGING(LEVELING)) DEBUG_POS("sync_plan_position_kinematic", current_position);
  711. #endif
  712. planner.set_position_mm_kinematic(current_position);
  713. }
  714. #define SYNC_PLAN_POSITION_KINEMATIC() sync_plan_position_kinematic()
  715. #else
  716. #define SYNC_PLAN_POSITION_KINEMATIC() sync_plan_position()
  717. #endif
  718. #if ENABLED(SDSUPPORT)
  719. #include "SdFatUtil.h"
  720. int freeMemory() { return SdFatUtil::FreeRam(); }
  721. #else
  722. extern "C" {
  723. extern char __bss_end;
  724. extern char __heap_start;
  725. extern void* __brkval;
  726. int freeMemory() {
  727. int free_memory;
  728. if ((int)__brkval == 0)
  729. free_memory = ((int)&free_memory) - ((int)&__bss_end);
  730. else
  731. free_memory = ((int)&free_memory) - ((int)__brkval);
  732. return free_memory;
  733. }
  734. }
  735. #endif // !SDSUPPORT
  736. #if ENABLED(DIGIPOT_I2C)
  737. extern void digipot_i2c_set_current(uint8_t channel, float current);
  738. extern void digipot_i2c_init();
  739. #endif
  740. /**
  741. * Inject the next "immediate" command, when possible, onto the front of the queue.
  742. * Return true if any immediate commands remain to inject.
  743. */
  744. static bool drain_injected_commands_P() {
  745. if (injected_commands_P != NULL) {
  746. size_t i = 0;
  747. char c, cmd[30];
  748. strncpy_P(cmd, injected_commands_P, sizeof(cmd) - 1);
  749. cmd[sizeof(cmd) - 1] = '\0';
  750. while ((c = cmd[i]) && c != '\n') i++; // find the end of this gcode command
  751. cmd[i] = '\0';
  752. if (enqueue_and_echo_command(cmd)) // success?
  753. injected_commands_P = c ? injected_commands_P + i + 1 : NULL; // next command or done
  754. }
  755. return (injected_commands_P != NULL); // return whether any more remain
  756. }
  757. /**
  758. * Record one or many commands to run from program memory.
  759. * Aborts the current queue, if any.
  760. * Note: drain_injected_commands_P() must be called repeatedly to drain the commands afterwards
  761. */
  762. void enqueue_and_echo_commands_P(const char * const pgcode) {
  763. injected_commands_P = pgcode;
  764. drain_injected_commands_P(); // first command executed asap (when possible)
  765. }
  766. /**
  767. * Clear the Marlin command queue
  768. */
  769. void clear_command_queue() {
  770. cmd_queue_index_r = cmd_queue_index_w;
  771. commands_in_queue = 0;
  772. }
  773. /**
  774. * Once a new command is in the ring buffer, call this to commit it
  775. */
  776. inline void _commit_command(bool say_ok) {
  777. send_ok[cmd_queue_index_w] = say_ok;
  778. if (++cmd_queue_index_w >= BUFSIZE) cmd_queue_index_w = 0;
  779. commands_in_queue++;
  780. }
  781. /**
  782. * Copy a command from RAM into the main command buffer.
  783. * Return true if the command was successfully added.
  784. * Return false for a full buffer, or if the 'command' is a comment.
  785. */
  786. inline bool _enqueuecommand(const char* cmd, bool say_ok=false) {
  787. if (*cmd == ';' || commands_in_queue >= BUFSIZE) return false;
  788. strcpy(command_queue[cmd_queue_index_w], cmd);
  789. _commit_command(say_ok);
  790. return true;
  791. }
  792. /**
  793. * Enqueue with Serial Echo
  794. */
  795. bool enqueue_and_echo_command(const char* cmd, bool say_ok/*=false*/) {
  796. if (_enqueuecommand(cmd, say_ok)) {
  797. SERIAL_ECHO_START();
  798. SERIAL_ECHOPAIR(MSG_ENQUEUEING, cmd);
  799. SERIAL_CHAR('"');
  800. SERIAL_EOL();
  801. return true;
  802. }
  803. return false;
  804. }
  805. void setup_killpin() {
  806. #if HAS_KILL
  807. SET_INPUT_PULLUP(KILL_PIN);
  808. #endif
  809. }
  810. #if ENABLED(FILAMENT_RUNOUT_SENSOR)
  811. void setup_filrunoutpin() {
  812. #if ENABLED(ENDSTOPPULLUP_FIL_RUNOUT)
  813. SET_INPUT_PULLUP(FIL_RUNOUT_PIN);
  814. #else
  815. SET_INPUT(FIL_RUNOUT_PIN);
  816. #endif
  817. }
  818. #endif
  819. void setup_powerhold() {
  820. #if HAS_SUICIDE
  821. OUT_WRITE(SUICIDE_PIN, HIGH);
  822. #endif
  823. #if HAS_POWER_SWITCH
  824. #if ENABLED(PS_DEFAULT_OFF)
  825. OUT_WRITE(PS_ON_PIN, PS_ON_ASLEEP);
  826. #else
  827. OUT_WRITE(PS_ON_PIN, PS_ON_AWAKE);
  828. #endif
  829. #endif
  830. }
  831. void suicide() {
  832. #if HAS_SUICIDE
  833. OUT_WRITE(SUICIDE_PIN, LOW);
  834. #endif
  835. }
  836. void servo_init() {
  837. #if NUM_SERVOS >= 1 && HAS_SERVO_0
  838. servo[0].attach(SERVO0_PIN);
  839. servo[0].detach(); // Just set up the pin. We don't have a position yet. Don't move to a random position.
  840. #endif
  841. #if NUM_SERVOS >= 2 && HAS_SERVO_1
  842. servo[1].attach(SERVO1_PIN);
  843. servo[1].detach();
  844. #endif
  845. #if NUM_SERVOS >= 3 && HAS_SERVO_2
  846. servo[2].attach(SERVO2_PIN);
  847. servo[2].detach();
  848. #endif
  849. #if NUM_SERVOS >= 4 && HAS_SERVO_3
  850. servo[3].attach(SERVO3_PIN);
  851. servo[3].detach();
  852. #endif
  853. #if HAS_Z_SERVO_ENDSTOP
  854. /**
  855. * Set position of Z Servo Endstop
  856. *
  857. * The servo might be deployed and positioned too low to stow
  858. * when starting up the machine or rebooting the board.
  859. * There's no way to know where the nozzle is positioned until
  860. * homing has been done - no homing with z-probe without init!
  861. *
  862. */
  863. STOW_Z_SERVO();
  864. #endif
  865. }
  866. /**
  867. * Stepper Reset (RigidBoard, et.al.)
  868. */
  869. #if HAS_STEPPER_RESET
  870. void disableStepperDrivers() {
  871. OUT_WRITE(STEPPER_RESET_PIN, LOW); // drive it down to hold in reset motor driver chips
  872. }
  873. void enableStepperDrivers() { SET_INPUT(STEPPER_RESET_PIN); } // set to input, which allows it to be pulled high by pullups
  874. #endif
  875. #if ENABLED(EXPERIMENTAL_I2CBUS) && I2C_SLAVE_ADDRESS > 0
  876. void i2c_on_receive(int bytes) { // just echo all bytes received to serial
  877. i2c.receive(bytes);
  878. }
  879. void i2c_on_request() { // just send dummy data for now
  880. i2c.reply("Hello World!\n");
  881. }
  882. #endif
  883. #if HAS_COLOR_LEDS
  884. #if ENABLED(NEOPIXEL_LED)
  885. Adafruit_NeoPixel pixels(NEOPIXEL_PIXELS, NEOPIXEL_PIN, NEOPIXEL_TYPE + NEO_KHZ800);
  886. void set_neopixel_color(const uint32_t color) {
  887. for (uint16_t i = 0; i < pixels.numPixels(); ++i)
  888. pixels.setPixelColor(i, color);
  889. pixels.show();
  890. }
  891. void setup_neopixel() {
  892. pixels.setBrightness(NEOPIXEL_BRIGHTNESS); // 0 - 255 range
  893. pixels.begin();
  894. pixels.show(); // initialize to all off
  895. #if ENABLED(NEOPIXEL_STARTUP_TEST)
  896. delay(2000);
  897. set_neopixel_color(pixels.Color(255, 0, 0, 0)); // red
  898. delay(2000);
  899. set_neopixel_color(pixels.Color(0, 255, 0, 0)); // green
  900. delay(2000);
  901. set_neopixel_color(pixels.Color(0, 0, 255, 0)); // blue
  902. delay(2000);
  903. #endif
  904. set_neopixel_color(pixels.Color(NEO_WHITE)); // white
  905. }
  906. #endif // NEOPIXEL_LED
  907. void set_led_color(
  908. const uint8_t r, const uint8_t g, const uint8_t b
  909. #if ENABLED(RGBW_LED) || ENABLED(NEOPIXEL_LED)
  910. , const uint8_t w = 0
  911. #if ENABLED(NEOPIXEL_LED)
  912. , const uint8_t p = NEOPIXEL_BRIGHTNESS
  913. , bool isSequence = false
  914. #endif
  915. #endif
  916. ) {
  917. #if ENABLED(NEOPIXEL_LED)
  918. const uint32_t color = pixels.Color(r, g, b, w);
  919. static uint16_t nextLed = 0;
  920. pixels.setBrightness(p);
  921. if (!isSequence)
  922. set_neopixel_color(color);
  923. else {
  924. pixels.setPixelColor(nextLed, color);
  925. pixels.show();
  926. if (++nextLed >= pixels.numPixels()) nextLed = 0;
  927. return;
  928. }
  929. #endif
  930. #if ENABLED(BLINKM)
  931. // This variant uses i2c to send the RGB components to the device.
  932. SendColors(r, g, b);
  933. #endif
  934. #if ENABLED(RGB_LED) || ENABLED(RGBW_LED)
  935. // This variant uses 3 separate pins for the RGB components.
  936. // If the pins can do PWM then their intensity will be set.
  937. WRITE(RGB_LED_R_PIN, r ? HIGH : LOW);
  938. WRITE(RGB_LED_G_PIN, g ? HIGH : LOW);
  939. WRITE(RGB_LED_B_PIN, b ? HIGH : LOW);
  940. analogWrite(RGB_LED_R_PIN, r);
  941. analogWrite(RGB_LED_G_PIN, g);
  942. analogWrite(RGB_LED_B_PIN, b);
  943. #if ENABLED(RGBW_LED)
  944. WRITE(RGB_LED_W_PIN, w ? HIGH : LOW);
  945. analogWrite(RGB_LED_W_PIN, w);
  946. #endif
  947. #endif
  948. #if ENABLED(PCA9632)
  949. // Update I2C LED driver
  950. PCA9632_SetColor(r, g, b);
  951. #endif
  952. }
  953. #endif // HAS_COLOR_LEDS
  954. void gcode_line_error(const char* err, bool doFlush = true) {
  955. SERIAL_ERROR_START();
  956. serialprintPGM(err);
  957. SERIAL_ERRORLN(gcode_LastN);
  958. //Serial.println(gcode_N);
  959. if (doFlush) FlushSerialRequestResend();
  960. serial_count = 0;
  961. }
  962. /**
  963. * Get all commands waiting on the serial port and queue them.
  964. * Exit when the buffer is full or when no more characters are
  965. * left on the serial port.
  966. */
  967. inline void get_serial_commands() {
  968. static char serial_line_buffer[MAX_CMD_SIZE];
  969. static bool serial_comment_mode = false;
  970. // If the command buffer is empty for too long,
  971. // send "wait" to indicate Marlin is still waiting.
  972. #if defined(NO_TIMEOUTS) && NO_TIMEOUTS > 0
  973. static millis_t last_command_time = 0;
  974. const millis_t ms = millis();
  975. if (commands_in_queue == 0 && !MYSERIAL.available() && ELAPSED(ms, last_command_time + NO_TIMEOUTS)) {
  976. SERIAL_ECHOLNPGM(MSG_WAIT);
  977. last_command_time = ms;
  978. }
  979. #endif
  980. /**
  981. * Loop while serial characters are incoming and the queue is not full
  982. */
  983. int c;
  984. while (commands_in_queue < BUFSIZE && (c = MYSERIAL.read()) >= 0) {
  985. char serial_char = c;
  986. /**
  987. * If the character ends the line
  988. */
  989. if (serial_char == '\n' || serial_char == '\r') {
  990. serial_comment_mode = false; // end of line == end of comment
  991. if (!serial_count) continue; // skip empty lines
  992. serial_line_buffer[serial_count] = 0; // terminate string
  993. serial_count = 0; //reset buffer
  994. char* command = serial_line_buffer;
  995. while (*command == ' ') command++; // skip any leading spaces
  996. char *npos = (*command == 'N') ? command : NULL, // Require the N parameter to start the line
  997. *apos = strchr(command, '*');
  998. if (npos) {
  999. bool M110 = strstr_P(command, PSTR("M110")) != NULL;
  1000. if (M110) {
  1001. char* n2pos = strchr(command + 4, 'N');
  1002. if (n2pos) npos = n2pos;
  1003. }
  1004. gcode_N = strtol(npos + 1, NULL, 10);
  1005. if (gcode_N != gcode_LastN + 1 && !M110) {
  1006. gcode_line_error(PSTR(MSG_ERR_LINE_NO));
  1007. return;
  1008. }
  1009. if (apos) {
  1010. byte checksum = 0, count = 0;
  1011. while (command[count] != '*') checksum ^= command[count++];
  1012. if (strtol(apos + 1, NULL, 10) != checksum) {
  1013. gcode_line_error(PSTR(MSG_ERR_CHECKSUM_MISMATCH));
  1014. return;
  1015. }
  1016. // if no errors, continue parsing
  1017. }
  1018. else {
  1019. gcode_line_error(PSTR(MSG_ERR_NO_CHECKSUM));
  1020. return;
  1021. }
  1022. gcode_LastN = gcode_N;
  1023. // if no errors, continue parsing
  1024. }
  1025. else if (apos) { // No '*' without 'N'
  1026. gcode_line_error(PSTR(MSG_ERR_NO_LINENUMBER_WITH_CHECKSUM), false);
  1027. return;
  1028. }
  1029. // Movement commands alert when stopped
  1030. if (IsStopped()) {
  1031. char* gpos = strchr(command, 'G');
  1032. if (gpos) {
  1033. const int codenum = strtol(gpos + 1, NULL, 10);
  1034. switch (codenum) {
  1035. case 0:
  1036. case 1:
  1037. case 2:
  1038. case 3:
  1039. SERIAL_ERRORLNPGM(MSG_ERR_STOPPED);
  1040. LCD_MESSAGEPGM(MSG_STOPPED);
  1041. break;
  1042. }
  1043. }
  1044. }
  1045. #if DISABLED(EMERGENCY_PARSER)
  1046. // If command was e-stop process now
  1047. if (strcmp(command, "M108") == 0) {
  1048. wait_for_heatup = false;
  1049. #if ENABLED(ULTIPANEL)
  1050. wait_for_user = false;
  1051. #endif
  1052. }
  1053. if (strcmp(command, "M112") == 0) kill(PSTR(MSG_KILLED));
  1054. if (strcmp(command, "M410") == 0) { quickstop_stepper(); }
  1055. #endif
  1056. #if defined(NO_TIMEOUTS) && NO_TIMEOUTS > 0
  1057. last_command_time = ms;
  1058. #endif
  1059. // Add the command to the queue
  1060. _enqueuecommand(serial_line_buffer, true);
  1061. }
  1062. else if (serial_count >= MAX_CMD_SIZE - 1) {
  1063. // Keep fetching, but ignore normal characters beyond the max length
  1064. // The command will be injected when EOL is reached
  1065. }
  1066. else if (serial_char == '\\') { // Handle escapes
  1067. if ((c = MYSERIAL.read()) >= 0) {
  1068. // if we have one more character, copy it over
  1069. serial_char = c;
  1070. if (!serial_comment_mode) serial_line_buffer[serial_count++] = serial_char;
  1071. }
  1072. // otherwise do nothing
  1073. }
  1074. else { // it's not a newline, carriage return or escape char
  1075. if (serial_char == ';') serial_comment_mode = true;
  1076. if (!serial_comment_mode) serial_line_buffer[serial_count++] = serial_char;
  1077. }
  1078. } // queue has space, serial has data
  1079. }
  1080. #if ENABLED(SDSUPPORT)
  1081. /**
  1082. * Get commands from the SD Card until the command buffer is full
  1083. * or until the end of the file is reached. The special character '#'
  1084. * can also interrupt buffering.
  1085. */
  1086. inline void get_sdcard_commands() {
  1087. static bool stop_buffering = false,
  1088. sd_comment_mode = false;
  1089. if (!card.sdprinting) return;
  1090. /**
  1091. * '#' stops reading from SD to the buffer prematurely, so procedural
  1092. * macro calls are possible. If it occurs, stop_buffering is triggered
  1093. * and the buffer is run dry; this character _can_ occur in serial com
  1094. * due to checksums, however, no checksums are used in SD printing.
  1095. */
  1096. if (commands_in_queue == 0) stop_buffering = false;
  1097. #if ENABLED(SDSUPPORT) && ENABLED(POWEROFF_SAVE_SD_FILE)
  1098. /* translation: Priority reads the power-off saved command. */
  1099. if (drain_power_off_commands()) return;
  1100. #endif
  1101. uint16_t sd_count = 0;
  1102. bool card_eof = card.eof();
  1103. while (commands_in_queue < BUFSIZE && !card_eof && !stop_buffering) {
  1104. const int16_t n = card.get();
  1105. char sd_char = (char)n;
  1106. card_eof = card.eof();
  1107. if (card_eof || n == -1
  1108. || sd_char == '\n' || sd_char == '\r'
  1109. || ((sd_char == '#' || sd_char == ':') && !sd_comment_mode)
  1110. ) {
  1111. if (card_eof) {
  1112. SERIAL_PROTOCOLLNPGM(MSG_FILE_PRINTED);
  1113. card.printingHasFinished();
  1114. #if ENABLED(PRINTER_EVENT_LEDS)
  1115. LCD_MESSAGEPGM(MSG_INFO_COMPLETED_PRINTS);
  1116. set_led_color(0, 255, 0); // Green
  1117. #if HAS_RESUME_CONTINUE
  1118. enqueue_and_echo_commands_P(PSTR("M0")); // end of the queue!
  1119. #else
  1120. safe_delay(1000);
  1121. #endif
  1122. set_led_color(0, 0, 0); // OFF
  1123. #endif
  1124. card.checkautostart(true);
  1125. }
  1126. else if (n == -1) {
  1127. SERIAL_ERROR_START();
  1128. SERIAL_ECHOLNPGM(MSG_SD_ERR_READ);
  1129. }
  1130. if (sd_char == '#') stop_buffering = true;
  1131. sd_comment_mode = false; // for new command
  1132. if (!sd_count) continue; // skip empty lines (and comment lines)
  1133. command_queue[cmd_queue_index_w][sd_count] = '\0'; // terminate string
  1134. sd_count = 0; // clear sd line buffer
  1135. _commit_command(false);
  1136. }
  1137. else if (sd_count >= MAX_CMD_SIZE - 1) {
  1138. /**
  1139. * Keep fetching, but ignore normal characters beyond the max length
  1140. * The command will be injected when EOL is reached
  1141. */
  1142. }
  1143. else {
  1144. if (sd_char == ';') sd_comment_mode = true;
  1145. if (!sd_comment_mode) command_queue[cmd_queue_index_w][sd_count++] = sd_char;
  1146. }
  1147. }
  1148. }
  1149. #endif // SDSUPPORT
  1150. /**
  1151. * Add to the circular command queue the next command from:
  1152. * - The command-injection queue (injected_commands_P)
  1153. * - The active serial input (usually USB)
  1154. * - The SD card file being actively printed
  1155. */
  1156. void get_available_commands() {
  1157. // if any immediate commands remain, don't get other commands yet
  1158. if (drain_injected_commands_P()) return;
  1159. get_serial_commands();
  1160. #if ENABLED(SDSUPPORT)
  1161. get_sdcard_commands();
  1162. #endif
  1163. }
  1164. /**
  1165. * Set target_extruder from the T parameter or the active_extruder
  1166. *
  1167. * Returns TRUE if the target is invalid
  1168. */
  1169. bool get_target_extruder_from_command(const uint16_t code) {
  1170. if (parser.seenval('T')) {
  1171. const int8_t e = parser.value_byte();
  1172. if (e >= EXTRUDERS) {
  1173. SERIAL_ECHO_START();
  1174. SERIAL_CHAR('M');
  1175. SERIAL_ECHO(code);
  1176. SERIAL_ECHOLNPAIR(" " MSG_INVALID_EXTRUDER " ", e);
  1177. return true;
  1178. }
  1179. target_extruder = e;
  1180. }
  1181. else
  1182. target_extruder = active_extruder;
  1183. return false;
  1184. }
  1185. #if ENABLED(DUAL_X_CARRIAGE) || ENABLED(DUAL_NOZZLE_DUPLICATION_MODE)
  1186. bool extruder_duplication_enabled = false; // Used in Dual X mode 2
  1187. #endif
  1188. #if ENABLED(DUAL_X_CARRIAGE)
  1189. static DualXMode dual_x_carriage_mode = DEFAULT_DUAL_X_CARRIAGE_MODE;
  1190. static float x_home_pos(const int extruder) {
  1191. if (extruder == 0)
  1192. return LOGICAL_X_POSITION(base_home_pos(X_AXIS));
  1193. else
  1194. /**
  1195. * In dual carriage mode the extruder offset provides an override of the
  1196. * second X-carriage position when homed - otherwise X2_HOME_POS is used.
  1197. * This allows soft recalibration of the second extruder home position
  1198. * without firmware reflash (through the M218 command).
  1199. */
  1200. return LOGICAL_X_POSITION(hotend_offset[X_AXIS][1] > 0 ? hotend_offset[X_AXIS][1] : X2_HOME_POS);
  1201. }
  1202. static int x_home_dir(const int extruder) { return extruder ? X2_HOME_DIR : X_HOME_DIR; }
  1203. static float inactive_extruder_x_pos = X2_MAX_POS; // used in mode 0 & 1
  1204. static bool active_extruder_parked = false; // used in mode 1 & 2
  1205. static float raised_parked_position[XYZE]; // used in mode 1
  1206. static millis_t delayed_move_time = 0; // used in mode 1
  1207. static float duplicate_extruder_x_offset = DEFAULT_DUPLICATION_X_OFFSET; // used in mode 2
  1208. static int16_t duplicate_extruder_temp_offset = 0; // used in mode 2
  1209. #endif // DUAL_X_CARRIAGE
  1210. #if HAS_WORKSPACE_OFFSET || ENABLED(DUAL_X_CARRIAGE)
  1211. /**
  1212. * Software endstops can be used to monitor the open end of
  1213. * an axis that has a hardware endstop on the other end. Or
  1214. * they can prevent axes from moving past endstops and grinding.
  1215. *
  1216. * To keep doing their job as the coordinate system changes,
  1217. * the software endstop positions must be refreshed to remain
  1218. * at the same positions relative to the machine.
  1219. */
  1220. void update_software_endstops(const AxisEnum axis) {
  1221. const float offs = 0.0
  1222. #if HAS_HOME_OFFSET
  1223. + home_offset[axis]
  1224. #endif
  1225. #if HAS_POSITION_SHIFT
  1226. + position_shift[axis]
  1227. #endif
  1228. ;
  1229. #if HAS_HOME_OFFSET && HAS_POSITION_SHIFT
  1230. workspace_offset[axis] = offs;
  1231. #endif
  1232. #if ENABLED(DUAL_X_CARRIAGE)
  1233. if (axis == X_AXIS) {
  1234. // In Dual X mode hotend_offset[X] is T1's home position
  1235. float dual_max_x = max(hotend_offset[X_AXIS][1], X2_MAX_POS);
  1236. if (active_extruder != 0) {
  1237. // T1 can move from X2_MIN_POS to X2_MAX_POS or X2 home position (whichever is larger)
  1238. soft_endstop_min[X_AXIS] = X2_MIN_POS + offs;
  1239. soft_endstop_max[X_AXIS] = dual_max_x + offs;
  1240. }
  1241. else if (dual_x_carriage_mode == DXC_DUPLICATION_MODE) {
  1242. // In Duplication Mode, T0 can move as far left as X_MIN_POS
  1243. // but not so far to the right that T1 would move past the end
  1244. soft_endstop_min[X_AXIS] = base_min_pos(X_AXIS) + offs;
  1245. soft_endstop_max[X_AXIS] = min(base_max_pos(X_AXIS), dual_max_x - duplicate_extruder_x_offset) + offs;
  1246. }
  1247. else {
  1248. // In other modes, T0 can move from X_MIN_POS to X_MAX_POS
  1249. soft_endstop_min[axis] = base_min_pos(axis) + offs;
  1250. soft_endstop_max[axis] = base_max_pos(axis) + offs;
  1251. }
  1252. }
  1253. #elif ENABLED(DELTA)
  1254. soft_endstop_min[axis] = base_min_pos(axis) + (axis == Z_AXIS ? 0 : offs);
  1255. soft_endstop_max[axis] = base_max_pos(axis) + offs;
  1256. #else
  1257. soft_endstop_min[axis] = base_min_pos(axis) + offs;
  1258. soft_endstop_max[axis] = base_max_pos(axis) + offs;
  1259. #endif
  1260. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1261. if (DEBUGGING(LEVELING)) {
  1262. SERIAL_ECHOPAIR("For ", axis_codes[axis]);
  1263. #if HAS_HOME_OFFSET
  1264. SERIAL_ECHOPAIR(" axis:\n home_offset = ", home_offset[axis]);
  1265. #endif
  1266. #if HAS_POSITION_SHIFT
  1267. SERIAL_ECHOPAIR("\n position_shift = ", position_shift[axis]);
  1268. #endif
  1269. SERIAL_ECHOPAIR("\n soft_endstop_min = ", soft_endstop_min[axis]);
  1270. SERIAL_ECHOLNPAIR("\n soft_endstop_max = ", soft_endstop_max[axis]);
  1271. }
  1272. #endif
  1273. #if ENABLED(DELTA)
  1274. if (axis == Z_AXIS)
  1275. delta_clip_start_height = soft_endstop_max[axis] - delta_safe_distance_from_top();
  1276. #endif
  1277. }
  1278. #endif // HAS_WORKSPACE_OFFSET || DUAL_X_CARRIAGE
  1279. #if HAS_M206_COMMAND
  1280. /**
  1281. * Change the home offset for an axis, update the current
  1282. * position and the software endstops to retain the same
  1283. * relative distance to the new home.
  1284. *
  1285. * Since this changes the current_position, code should
  1286. * call sync_plan_position soon after this.
  1287. */
  1288. static void set_home_offset(const AxisEnum axis, const float v) {
  1289. current_position[axis] += v - home_offset[axis];
  1290. home_offset[axis] = v;
  1291. update_software_endstops(axis);
  1292. }
  1293. #endif // HAS_M206_COMMAND
  1294. /**
  1295. * Set an axis' current position to its home position (after homing).
  1296. *
  1297. * For Core and Cartesian robots this applies one-to-one when an
  1298. * individual axis has been homed.
  1299. *
  1300. * DELTA should wait until all homing is done before setting the XYZ
  1301. * current_position to home, because homing is a single operation.
  1302. * In the case where the axis positions are already known and previously
  1303. * homed, DELTA could home to X or Y individually by moving either one
  1304. * to the center. However, homing Z always homes XY and Z.
  1305. *
  1306. * SCARA should wait until all XY homing is done before setting the XY
  1307. * current_position to home, because neither X nor Y is at home until
  1308. * both are at home. Z can however be homed individually.
  1309. *
  1310. * Callers must sync the planner position after calling this!
  1311. */
  1312. static void set_axis_is_at_home(const AxisEnum axis) {
  1313. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1314. if (DEBUGGING(LEVELING)) {
  1315. SERIAL_ECHOPAIR(">>> set_axis_is_at_home(", axis_codes[axis]);
  1316. SERIAL_CHAR(')');
  1317. SERIAL_EOL();
  1318. }
  1319. #endif
  1320. axis_known_position[axis] = axis_homed[axis] = true;
  1321. #if HAS_POSITION_SHIFT
  1322. position_shift[axis] = 0;
  1323. update_software_endstops(axis);
  1324. #endif
  1325. #if ENABLED(DUAL_X_CARRIAGE)
  1326. if (axis == X_AXIS && (active_extruder == 1 || dual_x_carriage_mode == DXC_DUPLICATION_MODE)) {
  1327. current_position[X_AXIS] = x_home_pos(active_extruder);
  1328. return;
  1329. }
  1330. #endif
  1331. #if ENABLED(MORGAN_SCARA)
  1332. /**
  1333. * Morgan SCARA homes XY at the same time
  1334. */
  1335. if (axis == X_AXIS || axis == Y_AXIS) {
  1336. float homeposition[XYZ];
  1337. LOOP_XYZ(i) homeposition[i] = LOGICAL_POSITION(base_home_pos((AxisEnum)i), i);
  1338. // SERIAL_ECHOPAIR("homeposition X:", homeposition[X_AXIS]);
  1339. // SERIAL_ECHOLNPAIR(" Y:", homeposition[Y_AXIS]);
  1340. /**
  1341. * Get Home position SCARA arm angles using inverse kinematics,
  1342. * and calculate homing offset using forward kinematics
  1343. */
  1344. inverse_kinematics(homeposition);
  1345. forward_kinematics_SCARA(delta[A_AXIS], delta[B_AXIS]);
  1346. // SERIAL_ECHOPAIR("Cartesian X:", cartes[X_AXIS]);
  1347. // SERIAL_ECHOLNPAIR(" Y:", cartes[Y_AXIS]);
  1348. current_position[axis] = LOGICAL_POSITION(cartes[axis], axis);
  1349. /**
  1350. * SCARA home positions are based on configuration since the actual
  1351. * limits are determined by the inverse kinematic transform.
  1352. */
  1353. soft_endstop_min[axis] = base_min_pos(axis); // + (cartes[axis] - base_home_pos(axis));
  1354. soft_endstop_max[axis] = base_max_pos(axis); // + (cartes[axis] - base_home_pos(axis));
  1355. }
  1356. else
  1357. #endif
  1358. {
  1359. current_position[axis] = LOGICAL_POSITION(base_home_pos(axis), axis);
  1360. }
  1361. /**
  1362. * Z Probe Z Homing? Account for the probe's Z offset.
  1363. */
  1364. #if HAS_BED_PROBE && Z_HOME_DIR < 0
  1365. if (axis == Z_AXIS) {
  1366. #if HOMING_Z_WITH_PROBE
  1367. current_position[Z_AXIS] -= zprobe_zoffset;
  1368. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1369. if (DEBUGGING(LEVELING)) {
  1370. SERIAL_ECHOLNPGM("*** Z HOMED WITH PROBE (Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN) ***");
  1371. SERIAL_ECHOLNPAIR("> zprobe_zoffset = ", zprobe_zoffset);
  1372. }
  1373. #endif
  1374. #elif ENABLED(DEBUG_LEVELING_FEATURE)
  1375. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("*** Z HOMED TO ENDSTOP (Z_MIN_PROBE_ENDSTOP) ***");
  1376. #endif
  1377. }
  1378. #endif
  1379. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1380. if (DEBUGGING(LEVELING)) {
  1381. #if HAS_HOME_OFFSET
  1382. SERIAL_ECHOPAIR("> home_offset[", axis_codes[axis]);
  1383. SERIAL_ECHOLNPAIR("] = ", home_offset[axis]);
  1384. #endif
  1385. DEBUG_POS("", current_position);
  1386. SERIAL_ECHOPAIR("<<< set_axis_is_at_home(", axis_codes[axis]);
  1387. SERIAL_CHAR(')');
  1388. SERIAL_EOL();
  1389. }
  1390. #endif
  1391. #if ENABLED(I2C_POSITION_ENCODERS)
  1392. I2CPEM.homed(axis);
  1393. #endif
  1394. }
  1395. /**
  1396. * Some planner shorthand inline functions
  1397. */
  1398. inline float get_homing_bump_feedrate(const AxisEnum axis) {
  1399. static const uint8_t homing_bump_divisor[] PROGMEM = HOMING_BUMP_DIVISOR;
  1400. uint8_t hbd = pgm_read_byte(&homing_bump_divisor[axis]);
  1401. if (hbd < 1) {
  1402. hbd = 10;
  1403. SERIAL_ECHO_START();
  1404. SERIAL_ECHOLNPGM("Warning: Homing Bump Divisor < 1");
  1405. }
  1406. return homing_feedrate(axis) / hbd;
  1407. }
  1408. /**
  1409. * Move the planner to the current position from wherever it last moved
  1410. * (or from wherever it has been told it is located).
  1411. */
  1412. inline void line_to_current_position() {
  1413. planner.buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], feedrate_mm_s, active_extruder);
  1414. }
  1415. /**
  1416. * Move the planner to the position stored in the destination array, which is
  1417. * used by G0/G1/G2/G3/G5 and many other functions to set a destination.
  1418. */
  1419. inline void line_to_destination(const float fr_mm_s) {
  1420. planner.buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], fr_mm_s, active_extruder);
  1421. }
  1422. inline void line_to_destination() { line_to_destination(feedrate_mm_s); }
  1423. inline void set_current_to_destination() { COPY(current_position, destination); }
  1424. inline void set_destination_to_current() { COPY(destination, current_position); }
  1425. #if IS_KINEMATIC
  1426. /**
  1427. * Calculate delta, start a line, and set current_position to destination
  1428. */
  1429. void prepare_uninterpolated_move_to_destination(const float fr_mm_s=0.0) {
  1430. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1431. if (DEBUGGING(LEVELING)) DEBUG_POS("prepare_uninterpolated_move_to_destination", destination);
  1432. #endif
  1433. refresh_cmd_timeout();
  1434. #if UBL_DELTA
  1435. // ubl segmented line will do z-only moves in single segment
  1436. ubl.prepare_segmented_line_to(destination, MMS_SCALED(fr_mm_s ? fr_mm_s : feedrate_mm_s));
  1437. #else
  1438. if ( current_position[X_AXIS] == destination[X_AXIS]
  1439. && current_position[Y_AXIS] == destination[Y_AXIS]
  1440. && current_position[Z_AXIS] == destination[Z_AXIS]
  1441. && current_position[E_AXIS] == destination[E_AXIS]
  1442. ) return;
  1443. planner.buffer_line_kinematic(destination, MMS_SCALED(fr_mm_s ? fr_mm_s : feedrate_mm_s), active_extruder);
  1444. #endif
  1445. set_current_to_destination();
  1446. }
  1447. #endif // IS_KINEMATIC
  1448. /**
  1449. * Plan a move to (X, Y, Z) and set the current_position
  1450. * The final current_position may not be the one that was requested
  1451. */
  1452. void do_blocking_move_to(const float &lx, const float &ly, const float &lz, const float &fr_mm_s/*=0.0*/) {
  1453. const float old_feedrate_mm_s = feedrate_mm_s;
  1454. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1455. if (DEBUGGING(LEVELING)) print_xyz(PSTR(">>> do_blocking_move_to"), NULL, lx, ly, lz);
  1456. #endif
  1457. #if ENABLED(DELTA)
  1458. if (!position_is_reachable_xy(lx, ly)) return;
  1459. feedrate_mm_s = fr_mm_s ? fr_mm_s : XY_PROBE_FEEDRATE_MM_S;
  1460. set_destination_to_current(); // sync destination at the start
  1461. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1462. if (DEBUGGING(LEVELING)) DEBUG_POS("set_destination_to_current", destination);
  1463. #endif
  1464. // when in the danger zone
  1465. if (current_position[Z_AXIS] > delta_clip_start_height) {
  1466. if (lz > delta_clip_start_height) { // staying in the danger zone
  1467. destination[X_AXIS] = lx; // move directly (uninterpolated)
  1468. destination[Y_AXIS] = ly;
  1469. destination[Z_AXIS] = lz;
  1470. prepare_uninterpolated_move_to_destination(); // set_current_to_destination
  1471. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1472. if (DEBUGGING(LEVELING)) DEBUG_POS("danger zone move", current_position);
  1473. #endif
  1474. return;
  1475. }
  1476. else {
  1477. destination[Z_AXIS] = delta_clip_start_height;
  1478. prepare_uninterpolated_move_to_destination(); // set_current_to_destination
  1479. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1480. if (DEBUGGING(LEVELING)) DEBUG_POS("zone border move", current_position);
  1481. #endif
  1482. }
  1483. }
  1484. if (lz > current_position[Z_AXIS]) { // raising?
  1485. destination[Z_AXIS] = lz;
  1486. prepare_uninterpolated_move_to_destination(); // set_current_to_destination
  1487. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1488. if (DEBUGGING(LEVELING)) DEBUG_POS("z raise move", current_position);
  1489. #endif
  1490. }
  1491. destination[X_AXIS] = lx;
  1492. destination[Y_AXIS] = ly;
  1493. prepare_move_to_destination(); // set_current_to_destination
  1494. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1495. if (DEBUGGING(LEVELING)) DEBUG_POS("xy move", current_position);
  1496. #endif
  1497. if (lz < current_position[Z_AXIS]) { // lowering?
  1498. destination[Z_AXIS] = lz;
  1499. prepare_uninterpolated_move_to_destination(); // set_current_to_destination
  1500. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1501. if (DEBUGGING(LEVELING)) DEBUG_POS("z lower move", current_position);
  1502. #endif
  1503. }
  1504. #elif IS_SCARA
  1505. if (!position_is_reachable_xy(lx, ly)) return;
  1506. set_destination_to_current();
  1507. // If Z needs to raise, do it before moving XY
  1508. if (destination[Z_AXIS] < lz) {
  1509. destination[Z_AXIS] = lz;
  1510. prepare_uninterpolated_move_to_destination(fr_mm_s ? fr_mm_s : homing_feedrate(Z_AXIS));
  1511. }
  1512. destination[X_AXIS] = lx;
  1513. destination[Y_AXIS] = ly;
  1514. prepare_uninterpolated_move_to_destination(fr_mm_s ? fr_mm_s : XY_PROBE_FEEDRATE_MM_S);
  1515. // If Z needs to lower, do it after moving XY
  1516. if (destination[Z_AXIS] > lz) {
  1517. destination[Z_AXIS] = lz;
  1518. prepare_uninterpolated_move_to_destination(fr_mm_s ? fr_mm_s : homing_feedrate(Z_AXIS));
  1519. }
  1520. #else
  1521. // If Z needs to raise, do it before moving XY
  1522. if (current_position[Z_AXIS] < lz) {
  1523. feedrate_mm_s = fr_mm_s ? fr_mm_s : homing_feedrate(Z_AXIS);
  1524. current_position[Z_AXIS] = lz;
  1525. line_to_current_position();
  1526. }
  1527. feedrate_mm_s = fr_mm_s ? fr_mm_s : XY_PROBE_FEEDRATE_MM_S;
  1528. current_position[X_AXIS] = lx;
  1529. current_position[Y_AXIS] = ly;
  1530. line_to_current_position();
  1531. // If Z needs to lower, do it after moving XY
  1532. if (current_position[Z_AXIS] > lz) {
  1533. feedrate_mm_s = fr_mm_s ? fr_mm_s : homing_feedrate(Z_AXIS);
  1534. current_position[Z_AXIS] = lz;
  1535. line_to_current_position();
  1536. }
  1537. #endif
  1538. stepper.synchronize();
  1539. feedrate_mm_s = old_feedrate_mm_s;
  1540. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1541. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("<<< do_blocking_move_to");
  1542. #endif
  1543. }
  1544. void do_blocking_move_to_x(const float &lx, const float &fr_mm_s/*=0.0*/) {
  1545. do_blocking_move_to(lx, current_position[Y_AXIS], current_position[Z_AXIS], fr_mm_s);
  1546. }
  1547. void do_blocking_move_to_z(const float &lz, const float &fr_mm_s/*=0.0*/) {
  1548. do_blocking_move_to(current_position[X_AXIS], current_position[Y_AXIS], lz, fr_mm_s);
  1549. }
  1550. void do_blocking_move_to_xy(const float &lx, const float &ly, const float &fr_mm_s/*=0.0*/) {
  1551. do_blocking_move_to(lx, ly, current_position[Z_AXIS], fr_mm_s);
  1552. }
  1553. //
  1554. // Prepare to do endstop or probe moves
  1555. // with custom feedrates.
  1556. //
  1557. // - Save current feedrates
  1558. // - Reset the rate multiplier
  1559. // - Reset the command timeout
  1560. // - Enable the endstops (for endstop moves)
  1561. //
  1562. static void setup_for_endstop_or_probe_move() {
  1563. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1564. if (DEBUGGING(LEVELING)) DEBUG_POS("setup_for_endstop_or_probe_move", current_position);
  1565. #endif
  1566. saved_feedrate_mm_s = feedrate_mm_s;
  1567. saved_feedrate_percentage = feedrate_percentage;
  1568. feedrate_percentage = 100;
  1569. refresh_cmd_timeout();
  1570. }
  1571. static void clean_up_after_endstop_or_probe_move() {
  1572. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1573. if (DEBUGGING(LEVELING)) DEBUG_POS("clean_up_after_endstop_or_probe_move", current_position);
  1574. #endif
  1575. feedrate_mm_s = saved_feedrate_mm_s;
  1576. feedrate_percentage = saved_feedrate_percentage;
  1577. refresh_cmd_timeout();
  1578. }
  1579. #if HAS_BED_PROBE
  1580. /**
  1581. * Raise Z to a minimum height to make room for a probe to move
  1582. */
  1583. inline void do_probe_raise(const float z_raise) {
  1584. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1585. if (DEBUGGING(LEVELING)) {
  1586. SERIAL_ECHOPAIR("do_probe_raise(", z_raise);
  1587. SERIAL_CHAR(')');
  1588. SERIAL_EOL();
  1589. }
  1590. #endif
  1591. float z_dest = z_raise;
  1592. if (zprobe_zoffset < 0) z_dest -= zprobe_zoffset;
  1593. if (z_dest > current_position[Z_AXIS])
  1594. do_blocking_move_to_z(z_dest);
  1595. }
  1596. #endif // HAS_BED_PROBE
  1597. #if HAS_AXIS_UNHOMED_ERR
  1598. bool axis_unhomed_error(const bool x/*=true*/, const bool y/*=true*/, const bool z/*=true*/) {
  1599. #if ENABLED(HOME_AFTER_DEACTIVATE)
  1600. const bool xx = x && !axis_known_position[X_AXIS],
  1601. yy = y && !axis_known_position[Y_AXIS],
  1602. zz = z && !axis_known_position[Z_AXIS];
  1603. #else
  1604. const bool xx = x && !axis_homed[X_AXIS],
  1605. yy = y && !axis_homed[Y_AXIS],
  1606. zz = z && !axis_homed[Z_AXIS];
  1607. #endif
  1608. if (xx || yy || zz) {
  1609. SERIAL_ECHO_START();
  1610. SERIAL_ECHOPGM(MSG_HOME " ");
  1611. if (xx) SERIAL_ECHOPGM(MSG_X);
  1612. if (yy) SERIAL_ECHOPGM(MSG_Y);
  1613. if (zz) SERIAL_ECHOPGM(MSG_Z);
  1614. SERIAL_ECHOLNPGM(" " MSG_FIRST);
  1615. #if ENABLED(ULTRA_LCD)
  1616. lcd_status_printf_P(0, PSTR(MSG_HOME " %s%s%s " MSG_FIRST), xx ? MSG_X : "", yy ? MSG_Y : "", zz ? MSG_Z : "");
  1617. #endif
  1618. return true;
  1619. }
  1620. return false;
  1621. }
  1622. #endif // HAS_AXIS_UNHOMED_ERR
  1623. #if ENABLED(Z_PROBE_SLED)
  1624. #ifndef SLED_DOCKING_OFFSET
  1625. #define SLED_DOCKING_OFFSET 0
  1626. #endif
  1627. /**
  1628. * Method to dock/undock a sled designed by Charles Bell.
  1629. *
  1630. * stow[in] If false, move to MAX_X and engage the solenoid
  1631. * If true, move to MAX_X and release the solenoid
  1632. */
  1633. static void dock_sled(bool stow) {
  1634. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1635. if (DEBUGGING(LEVELING)) {
  1636. SERIAL_ECHOPAIR("dock_sled(", stow);
  1637. SERIAL_CHAR(')');
  1638. SERIAL_EOL();
  1639. }
  1640. #endif
  1641. // Dock sled a bit closer to ensure proper capturing
  1642. do_blocking_move_to_x(X_MAX_POS + SLED_DOCKING_OFFSET - ((stow) ? 1 : 0));
  1643. #if HAS_SOLENOID_1 && DISABLED(EXT_SOLENOID)
  1644. WRITE(SOL1_PIN, !stow); // switch solenoid
  1645. #endif
  1646. }
  1647. #elif ENABLED(Z_PROBE_ALLEN_KEY)
  1648. FORCE_INLINE void do_blocking_move_to(const float logical[XYZ], const float &fr_mm_s) {
  1649. do_blocking_move_to(logical[X_AXIS], logical[Y_AXIS], logical[Z_AXIS], fr_mm_s);
  1650. }
  1651. void run_deploy_moves_script() {
  1652. #if defined(Z_PROBE_ALLEN_KEY_DEPLOY_1_X) || defined(Z_PROBE_ALLEN_KEY_DEPLOY_1_Y) || defined(Z_PROBE_ALLEN_KEY_DEPLOY_1_Z)
  1653. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_1_X
  1654. #define Z_PROBE_ALLEN_KEY_DEPLOY_1_X current_position[X_AXIS]
  1655. #endif
  1656. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_1_Y
  1657. #define Z_PROBE_ALLEN_KEY_DEPLOY_1_Y current_position[Y_AXIS]
  1658. #endif
  1659. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_1_Z
  1660. #define Z_PROBE_ALLEN_KEY_DEPLOY_1_Z current_position[Z_AXIS]
  1661. #endif
  1662. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_1_FEEDRATE
  1663. #define Z_PROBE_ALLEN_KEY_DEPLOY_1_FEEDRATE 0.0
  1664. #endif
  1665. const float deploy_1[] = { Z_PROBE_ALLEN_KEY_DEPLOY_1_X, Z_PROBE_ALLEN_KEY_DEPLOY_1_Y, Z_PROBE_ALLEN_KEY_DEPLOY_1_Z };
  1666. do_blocking_move_to(deploy_1, MMM_TO_MMS(Z_PROBE_ALLEN_KEY_DEPLOY_1_FEEDRATE));
  1667. #endif
  1668. #if defined(Z_PROBE_ALLEN_KEY_DEPLOY_2_X) || defined(Z_PROBE_ALLEN_KEY_DEPLOY_2_Y) || defined(Z_PROBE_ALLEN_KEY_DEPLOY_2_Z)
  1669. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_2_X
  1670. #define Z_PROBE_ALLEN_KEY_DEPLOY_2_X current_position[X_AXIS]
  1671. #endif
  1672. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_2_Y
  1673. #define Z_PROBE_ALLEN_KEY_DEPLOY_2_Y current_position[Y_AXIS]
  1674. #endif
  1675. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_2_Z
  1676. #define Z_PROBE_ALLEN_KEY_DEPLOY_2_Z current_position[Z_AXIS]
  1677. #endif
  1678. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_2_FEEDRATE
  1679. #define Z_PROBE_ALLEN_KEY_DEPLOY_2_FEEDRATE 0.0
  1680. #endif
  1681. const float deploy_2[] = { Z_PROBE_ALLEN_KEY_DEPLOY_2_X, Z_PROBE_ALLEN_KEY_DEPLOY_2_Y, Z_PROBE_ALLEN_KEY_DEPLOY_2_Z };
  1682. do_blocking_move_to(deploy_2, MMM_TO_MMS(Z_PROBE_ALLEN_KEY_DEPLOY_2_FEEDRATE));
  1683. #endif
  1684. #if defined(Z_PROBE_ALLEN_KEY_DEPLOY_3_X) || defined(Z_PROBE_ALLEN_KEY_DEPLOY_3_Y) || defined(Z_PROBE_ALLEN_KEY_DEPLOY_3_Z)
  1685. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_3_X
  1686. #define Z_PROBE_ALLEN_KEY_DEPLOY_3_X current_position[X_AXIS]
  1687. #endif
  1688. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_3_Y
  1689. #define Z_PROBE_ALLEN_KEY_DEPLOY_3_Y current_position[Y_AXIS]
  1690. #endif
  1691. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_3_Z
  1692. #define Z_PROBE_ALLEN_KEY_DEPLOY_3_Z current_position[Z_AXIS]
  1693. #endif
  1694. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_3_FEEDRATE
  1695. #define Z_PROBE_ALLEN_KEY_DEPLOY_3_FEEDRATE 0.0
  1696. #endif
  1697. const float deploy_3[] = { Z_PROBE_ALLEN_KEY_DEPLOY_3_X, Z_PROBE_ALLEN_KEY_DEPLOY_3_Y, Z_PROBE_ALLEN_KEY_DEPLOY_3_Z };
  1698. do_blocking_move_to(deploy_3, MMM_TO_MMS(Z_PROBE_ALLEN_KEY_DEPLOY_3_FEEDRATE));
  1699. #endif
  1700. #if defined(Z_PROBE_ALLEN_KEY_DEPLOY_4_X) || defined(Z_PROBE_ALLEN_KEY_DEPLOY_4_Y) || defined(Z_PROBE_ALLEN_KEY_DEPLOY_4_Z)
  1701. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_4_X
  1702. #define Z_PROBE_ALLEN_KEY_DEPLOY_4_X current_position[X_AXIS]
  1703. #endif
  1704. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_4_Y
  1705. #define Z_PROBE_ALLEN_KEY_DEPLOY_4_Y current_position[Y_AXIS]
  1706. #endif
  1707. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_4_Z
  1708. #define Z_PROBE_ALLEN_KEY_DEPLOY_4_Z current_position[Z_AXIS]
  1709. #endif
  1710. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_4_FEEDRATE
  1711. #define Z_PROBE_ALLEN_KEY_DEPLOY_4_FEEDRATE 0.0
  1712. #endif
  1713. const float deploy_4[] = { Z_PROBE_ALLEN_KEY_DEPLOY_4_X, Z_PROBE_ALLEN_KEY_DEPLOY_4_Y, Z_PROBE_ALLEN_KEY_DEPLOY_4_Z };
  1714. do_blocking_move_to(deploy_4, MMM_TO_MMS(Z_PROBE_ALLEN_KEY_DEPLOY_4_FEEDRATE));
  1715. #endif
  1716. #if defined(Z_PROBE_ALLEN_KEY_DEPLOY_5_X) || defined(Z_PROBE_ALLEN_KEY_DEPLOY_5_Y) || defined(Z_PROBE_ALLEN_KEY_DEPLOY_5_Z)
  1717. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_5_X
  1718. #define Z_PROBE_ALLEN_KEY_DEPLOY_5_X current_position[X_AXIS]
  1719. #endif
  1720. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_5_Y
  1721. #define Z_PROBE_ALLEN_KEY_DEPLOY_5_Y current_position[Y_AXIS]
  1722. #endif
  1723. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_5_Z
  1724. #define Z_PROBE_ALLEN_KEY_DEPLOY_5_Z current_position[Z_AXIS]
  1725. #endif
  1726. #ifndef Z_PROBE_ALLEN_KEY_DEPLOY_5_FEEDRATE
  1727. #define Z_PROBE_ALLEN_KEY_DEPLOY_5_FEEDRATE 0.0
  1728. #endif
  1729. const float deploy_5[] = { Z_PROBE_ALLEN_KEY_DEPLOY_5_X, Z_PROBE_ALLEN_KEY_DEPLOY_5_Y, Z_PROBE_ALLEN_KEY_DEPLOY_5_Z };
  1730. do_blocking_move_to(deploy_5, MMM_TO_MMS(Z_PROBE_ALLEN_KEY_DEPLOY_5_FEEDRATE));
  1731. #endif
  1732. }
  1733. void run_stow_moves_script() {
  1734. #if defined(Z_PROBE_ALLEN_KEY_STOW_1_X) || defined(Z_PROBE_ALLEN_KEY_STOW_1_Y) || defined(Z_PROBE_ALLEN_KEY_STOW_1_Z)
  1735. #ifndef Z_PROBE_ALLEN_KEY_STOW_1_X
  1736. #define Z_PROBE_ALLEN_KEY_STOW_1_X current_position[X_AXIS]
  1737. #endif
  1738. #ifndef Z_PROBE_ALLEN_KEY_STOW_1_Y
  1739. #define Z_PROBE_ALLEN_KEY_STOW_1_Y current_position[Y_AXIS]
  1740. #endif
  1741. #ifndef Z_PROBE_ALLEN_KEY_STOW_1_Z
  1742. #define Z_PROBE_ALLEN_KEY_STOW_1_Z current_position[Z_AXIS]
  1743. #endif
  1744. #ifndef Z_PROBE_ALLEN_KEY_STOW_1_FEEDRATE
  1745. #define Z_PROBE_ALLEN_KEY_STOW_1_FEEDRATE 0.0
  1746. #endif
  1747. const float stow_1[] = { Z_PROBE_ALLEN_KEY_STOW_1_X, Z_PROBE_ALLEN_KEY_STOW_1_Y, Z_PROBE_ALLEN_KEY_STOW_1_Z };
  1748. do_blocking_move_to(stow_1, MMM_TO_MMS(Z_PROBE_ALLEN_KEY_STOW_1_FEEDRATE));
  1749. #endif
  1750. #if defined(Z_PROBE_ALLEN_KEY_STOW_2_X) || defined(Z_PROBE_ALLEN_KEY_STOW_2_Y) || defined(Z_PROBE_ALLEN_KEY_STOW_2_Z)
  1751. #ifndef Z_PROBE_ALLEN_KEY_STOW_2_X
  1752. #define Z_PROBE_ALLEN_KEY_STOW_2_X current_position[X_AXIS]
  1753. #endif
  1754. #ifndef Z_PROBE_ALLEN_KEY_STOW_2_Y
  1755. #define Z_PROBE_ALLEN_KEY_STOW_2_Y current_position[Y_AXIS]
  1756. #endif
  1757. #ifndef Z_PROBE_ALLEN_KEY_STOW_2_Z
  1758. #define Z_PROBE_ALLEN_KEY_STOW_2_Z current_position[Z_AXIS]
  1759. #endif
  1760. #ifndef Z_PROBE_ALLEN_KEY_STOW_2_FEEDRATE
  1761. #define Z_PROBE_ALLEN_KEY_STOW_2_FEEDRATE 0.0
  1762. #endif
  1763. const float stow_2[] = { Z_PROBE_ALLEN_KEY_STOW_2_X, Z_PROBE_ALLEN_KEY_STOW_2_Y, Z_PROBE_ALLEN_KEY_STOW_2_Z };
  1764. do_blocking_move_to(stow_2, MMM_TO_MMS(Z_PROBE_ALLEN_KEY_STOW_2_FEEDRATE));
  1765. #endif
  1766. #if defined(Z_PROBE_ALLEN_KEY_STOW_3_X) || defined(Z_PROBE_ALLEN_KEY_STOW_3_Y) || defined(Z_PROBE_ALLEN_KEY_STOW_3_Z)
  1767. #ifndef Z_PROBE_ALLEN_KEY_STOW_3_X
  1768. #define Z_PROBE_ALLEN_KEY_STOW_3_X current_position[X_AXIS]
  1769. #endif
  1770. #ifndef Z_PROBE_ALLEN_KEY_STOW_3_Y
  1771. #define Z_PROBE_ALLEN_KEY_STOW_3_Y current_position[Y_AXIS]
  1772. #endif
  1773. #ifndef Z_PROBE_ALLEN_KEY_STOW_3_Z
  1774. #define Z_PROBE_ALLEN_KEY_STOW_3_Z current_position[Z_AXIS]
  1775. #endif
  1776. #ifndef Z_PROBE_ALLEN_KEY_STOW_3_FEEDRATE
  1777. #define Z_PROBE_ALLEN_KEY_STOW_3_FEEDRATE 0.0
  1778. #endif
  1779. const float stow_3[] = { Z_PROBE_ALLEN_KEY_STOW_3_X, Z_PROBE_ALLEN_KEY_STOW_3_Y, Z_PROBE_ALLEN_KEY_STOW_3_Z };
  1780. do_blocking_move_to(stow_3, MMM_TO_MMS(Z_PROBE_ALLEN_KEY_STOW_3_FEEDRATE));
  1781. #endif
  1782. #if defined(Z_PROBE_ALLEN_KEY_STOW_4_X) || defined(Z_PROBE_ALLEN_KEY_STOW_4_Y) || defined(Z_PROBE_ALLEN_KEY_STOW_4_Z)
  1783. #ifndef Z_PROBE_ALLEN_KEY_STOW_4_X
  1784. #define Z_PROBE_ALLEN_KEY_STOW_4_X current_position[X_AXIS]
  1785. #endif
  1786. #ifndef Z_PROBE_ALLEN_KEY_STOW_4_Y
  1787. #define Z_PROBE_ALLEN_KEY_STOW_4_Y current_position[Y_AXIS]
  1788. #endif
  1789. #ifndef Z_PROBE_ALLEN_KEY_STOW_4_Z
  1790. #define Z_PROBE_ALLEN_KEY_STOW_4_Z current_position[Z_AXIS]
  1791. #endif
  1792. #ifndef Z_PROBE_ALLEN_KEY_STOW_4_FEEDRATE
  1793. #define Z_PROBE_ALLEN_KEY_STOW_4_FEEDRATE 0.0
  1794. #endif
  1795. const float stow_4[] = { Z_PROBE_ALLEN_KEY_STOW_4_X, Z_PROBE_ALLEN_KEY_STOW_4_Y, Z_PROBE_ALLEN_KEY_STOW_4_Z };
  1796. do_blocking_move_to(stow_4, MMM_TO_MMS(Z_PROBE_ALLEN_KEY_STOW_4_FEEDRATE));
  1797. #endif
  1798. #if defined(Z_PROBE_ALLEN_KEY_STOW_5_X) || defined(Z_PROBE_ALLEN_KEY_STOW_5_Y) || defined(Z_PROBE_ALLEN_KEY_STOW_5_Z)
  1799. #ifndef Z_PROBE_ALLEN_KEY_STOW_5_X
  1800. #define Z_PROBE_ALLEN_KEY_STOW_5_X current_position[X_AXIS]
  1801. #endif
  1802. #ifndef Z_PROBE_ALLEN_KEY_STOW_5_Y
  1803. #define Z_PROBE_ALLEN_KEY_STOW_5_Y current_position[Y_AXIS]
  1804. #endif
  1805. #ifndef Z_PROBE_ALLEN_KEY_STOW_5_Z
  1806. #define Z_PROBE_ALLEN_KEY_STOW_5_Z current_position[Z_AXIS]
  1807. #endif
  1808. #ifndef Z_PROBE_ALLEN_KEY_STOW_5_FEEDRATE
  1809. #define Z_PROBE_ALLEN_KEY_STOW_5_FEEDRATE 0.0
  1810. #endif
  1811. const float stow_5[] = { Z_PROBE_ALLEN_KEY_STOW_5_X, Z_PROBE_ALLEN_KEY_STOW_5_Y, Z_PROBE_ALLEN_KEY_STOW_5_Z };
  1812. do_blocking_move_to(stow_5, MMM_TO_MMS(Z_PROBE_ALLEN_KEY_STOW_5_FEEDRATE));
  1813. #endif
  1814. }
  1815. #endif // Z_PROBE_ALLEN_KEY
  1816. #if ENABLED(PROBING_FANS_OFF)
  1817. void fans_pause(const bool p) {
  1818. if (p != fans_paused) {
  1819. fans_paused = p;
  1820. if (p)
  1821. for (uint8_t x = 0; x < FAN_COUNT; x++) {
  1822. paused_fanSpeeds[x] = fanSpeeds[x];
  1823. fanSpeeds[x] = 0;
  1824. }
  1825. else
  1826. for (uint8_t x = 0; x < FAN_COUNT; x++)
  1827. fanSpeeds[x] = paused_fanSpeeds[x];
  1828. }
  1829. }
  1830. #endif // PROBING_FANS_OFF
  1831. #if HAS_BED_PROBE
  1832. // TRIGGERED_WHEN_STOWED_TEST can easily be extended to servo probes, ... if needed.
  1833. #if ENABLED(PROBE_IS_TRIGGERED_WHEN_STOWED_TEST)
  1834. #if ENABLED(Z_MIN_PROBE_ENDSTOP)
  1835. #define _TRIGGERED_WHEN_STOWED_TEST (READ(Z_MIN_PROBE_PIN) != Z_MIN_PROBE_ENDSTOP_INVERTING)
  1836. #else
  1837. #define _TRIGGERED_WHEN_STOWED_TEST (READ(Z_MIN_PIN) != Z_MIN_ENDSTOP_INVERTING)
  1838. #endif
  1839. #endif
  1840. #if QUIET_PROBING
  1841. void probing_pause(const bool p) {
  1842. #if ENABLED(PROBING_HEATERS_OFF)
  1843. thermalManager.pause(p);
  1844. #endif
  1845. #if ENABLED(PROBING_FANS_OFF)
  1846. fans_pause(p);
  1847. #endif
  1848. if (p) safe_delay(
  1849. #if DELAY_BEFORE_PROBING > 25
  1850. DELAY_BEFORE_PROBING
  1851. #else
  1852. 25
  1853. #endif
  1854. );
  1855. }
  1856. #endif // QUIET_PROBING
  1857. #if ENABLED(BLTOUCH)
  1858. void bltouch_command(int angle) {
  1859. MOVE_SERVO(Z_ENDSTOP_SERVO_NR, angle); // Give the BL-Touch the command and wait
  1860. safe_delay(BLTOUCH_DELAY);
  1861. }
  1862. bool set_bltouch_deployed(const bool deploy) {
  1863. if (deploy && TEST_BLTOUCH()) { // If BL-Touch says it's triggered
  1864. bltouch_command(BLTOUCH_RESET); // try to reset it.
  1865. bltouch_command(BLTOUCH_DEPLOY); // Also needs to deploy and stow to
  1866. bltouch_command(BLTOUCH_STOW); // clear the triggered condition.
  1867. safe_delay(1500); // Wait for internal self-test to complete.
  1868. // (Measured completion time was 0.65 seconds
  1869. // after reset, deploy, and stow sequence)
  1870. if (TEST_BLTOUCH()) { // If it still claims to be triggered...
  1871. SERIAL_ERROR_START();
  1872. SERIAL_ERRORLNPGM(MSG_STOP_BLTOUCH);
  1873. stop(); // punt!
  1874. return true;
  1875. }
  1876. }
  1877. bltouch_command(deploy ? BLTOUCH_DEPLOY : BLTOUCH_STOW);
  1878. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1879. if (DEBUGGING(LEVELING)) {
  1880. SERIAL_ECHOPAIR("set_bltouch_deployed(", deploy);
  1881. SERIAL_CHAR(')');
  1882. SERIAL_EOL();
  1883. }
  1884. #endif
  1885. return false;
  1886. }
  1887. #endif // BLTOUCH
  1888. // returns false for ok and true for failure
  1889. bool set_probe_deployed(bool deploy) {
  1890. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1891. if (DEBUGGING(LEVELING)) {
  1892. DEBUG_POS("set_probe_deployed", current_position);
  1893. SERIAL_ECHOLNPAIR("deploy: ", deploy);
  1894. }
  1895. #endif
  1896. if (endstops.z_probe_enabled == deploy) return false;
  1897. // Make room for probe
  1898. do_probe_raise(_Z_CLEARANCE_DEPLOY_PROBE);
  1899. #if ENABLED(Z_PROBE_SLED) || ENABLED(Z_PROBE_ALLEN_KEY)
  1900. #if ENABLED(Z_PROBE_SLED)
  1901. #define _AUE_ARGS true, false, false
  1902. #else
  1903. #define _AUE_ARGS
  1904. #endif
  1905. if (axis_unhomed_error(_AUE_ARGS)) {
  1906. SERIAL_ERROR_START();
  1907. SERIAL_ERRORLNPGM(MSG_STOP_UNHOMED);
  1908. stop();
  1909. return true;
  1910. }
  1911. #endif
  1912. const float oldXpos = current_position[X_AXIS],
  1913. oldYpos = current_position[Y_AXIS];
  1914. #ifdef _TRIGGERED_WHEN_STOWED_TEST
  1915. // If endstop is already false, the Z probe is deployed
  1916. if (_TRIGGERED_WHEN_STOWED_TEST == deploy) { // closed after the probe specific actions.
  1917. // Would a goto be less ugly?
  1918. //while (!_TRIGGERED_WHEN_STOWED_TEST) idle(); // would offer the opportunity
  1919. // for a triggered when stowed manual probe.
  1920. if (!deploy) endstops.enable_z_probe(false); // Switch off triggered when stowed probes early
  1921. // otherwise an Allen-Key probe can't be stowed.
  1922. #endif
  1923. #if ENABLED(SOLENOID_PROBE)
  1924. #if HAS_SOLENOID_1
  1925. WRITE(SOL1_PIN, deploy);
  1926. #endif
  1927. #elif ENABLED(Z_PROBE_SLED)
  1928. dock_sled(!deploy);
  1929. #elif HAS_Z_SERVO_ENDSTOP && DISABLED(BLTOUCH)
  1930. MOVE_SERVO(Z_ENDSTOP_SERVO_NR, z_servo_angle[deploy ? 0 : 1]);
  1931. #elif ENABLED(Z_PROBE_ALLEN_KEY)
  1932. deploy ? run_deploy_moves_script() : run_stow_moves_script();
  1933. #endif
  1934. #ifdef _TRIGGERED_WHEN_STOWED_TEST
  1935. } // _TRIGGERED_WHEN_STOWED_TEST == deploy
  1936. if (_TRIGGERED_WHEN_STOWED_TEST == deploy) { // State hasn't changed?
  1937. if (IsRunning()) {
  1938. SERIAL_ERROR_START();
  1939. SERIAL_ERRORLNPGM("Z-Probe failed");
  1940. LCD_ALERTMESSAGEPGM("Err: ZPROBE");
  1941. }
  1942. stop();
  1943. return true;
  1944. } // _TRIGGERED_WHEN_STOWED_TEST == deploy
  1945. #endif
  1946. do_blocking_move_to(oldXpos, oldYpos, current_position[Z_AXIS]); // return to position before deploy
  1947. endstops.enable_z_probe(deploy);
  1948. return false;
  1949. }
  1950. /**
  1951. * @brief Used by run_z_probe to do a single Z probe move.
  1952. *
  1953. * @param z Z destination
  1954. * @param fr_mm_s Feedrate in mm/s
  1955. * @return true to indicate an error
  1956. */
  1957. static bool do_probe_move(const float z, const float fr_mm_m) {
  1958. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1959. if (DEBUGGING(LEVELING)) DEBUG_POS(">>> do_probe_move", current_position);
  1960. #endif
  1961. // Deploy BLTouch at the start of any probe
  1962. #if ENABLED(BLTOUCH)
  1963. if (set_bltouch_deployed(true)) return true;
  1964. #endif
  1965. #if QUIET_PROBING
  1966. probing_pause(true);
  1967. #endif
  1968. // Move down until probe triggered
  1969. do_blocking_move_to_z(z, MMM_TO_MMS(fr_mm_m));
  1970. // Check to see if the probe was triggered
  1971. const bool probe_triggered = TEST(Endstops::endstop_hit_bits,
  1972. #if ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
  1973. Z_MIN
  1974. #else
  1975. Z_MIN_PROBE
  1976. #endif
  1977. );
  1978. #if QUIET_PROBING
  1979. probing_pause(false);
  1980. #endif
  1981. // Retract BLTouch immediately after a probe if it was triggered
  1982. #if ENABLED(BLTOUCH)
  1983. if (probe_triggered && set_bltouch_deployed(false)) return true;
  1984. #endif
  1985. // Clear endstop flags
  1986. endstops.hit_on_purpose();
  1987. // Get Z where the steppers were interrupted
  1988. set_current_from_steppers_for_axis(Z_AXIS);
  1989. // Tell the planner where we actually are
  1990. SYNC_PLAN_POSITION_KINEMATIC();
  1991. #if ENABLED(DEBUG_LEVELING_FEATURE)
  1992. if (DEBUGGING(LEVELING)) DEBUG_POS("<<< do_probe_move", current_position);
  1993. #endif
  1994. return !probe_triggered;
  1995. }
  1996. /**
  1997. * @details Used by probe_pt to do a single Z probe.
  1998. * Leaves current_position[Z_AXIS] at the height where the probe triggered.
  1999. *
  2000. * @param short_move Flag for a shorter probe move towards the bed
  2001. * @return The raw Z position where the probe was triggered
  2002. */
  2003. static float run_z_probe(const bool short_move=true) {
  2004. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2005. if (DEBUGGING(LEVELING)) DEBUG_POS(">>> run_z_probe", current_position);
  2006. #endif
  2007. // Prevent stepper_inactive_time from running out and EXTRUDER_RUNOUT_PREVENT from extruding
  2008. refresh_cmd_timeout();
  2009. #if ENABLED(PROBE_DOUBLE_TOUCH)
  2010. // Do a first probe at the fast speed
  2011. if (do_probe_move(-10, Z_PROBE_SPEED_FAST)) return NAN;
  2012. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2013. float first_probe_z = current_position[Z_AXIS];
  2014. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPAIR("1st Probe Z:", first_probe_z);
  2015. #endif
  2016. // move up to make clearance for the probe
  2017. do_blocking_move_to_z(current_position[Z_AXIS] + Z_CLEARANCE_BETWEEN_PROBES, MMM_TO_MMS(Z_PROBE_SPEED_FAST));
  2018. #else
  2019. // If the nozzle is above the travel height then
  2020. // move down quickly before doing the slow probe
  2021. float z = Z_CLEARANCE_DEPLOY_PROBE;
  2022. if (zprobe_zoffset < 0) z -= zprobe_zoffset;
  2023. if (z < current_position[Z_AXIS]) {
  2024. // If we don't make it to the z position (i.e. the probe triggered), move up to make clearance for the probe
  2025. if (!do_probe_move(z, Z_PROBE_SPEED_FAST))
  2026. do_blocking_move_to_z(current_position[Z_AXIS] + Z_CLEARANCE_BETWEEN_PROBES, MMM_TO_MMS(Z_PROBE_SPEED_FAST));
  2027. }
  2028. #endif
  2029. // move down slowly to find bed
  2030. if (do_probe_move(-10 + (short_move ? 0 : -(Z_MAX_LENGTH)), Z_PROBE_SPEED_SLOW)) return NAN;
  2031. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2032. if (DEBUGGING(LEVELING)) DEBUG_POS("<<< run_z_probe", current_position);
  2033. #endif
  2034. // Debug: compare probe heights
  2035. #if ENABLED(PROBE_DOUBLE_TOUCH) && ENABLED(DEBUG_LEVELING_FEATURE)
  2036. if (DEBUGGING(LEVELING)) {
  2037. SERIAL_ECHOPAIR("2nd Probe Z:", current_position[Z_AXIS]);
  2038. SERIAL_ECHOLNPAIR(" Discrepancy:", first_probe_z - current_position[Z_AXIS]);
  2039. }
  2040. #endif
  2041. return RAW_CURRENT_POSITION(Z) + zprobe_zoffset
  2042. #if ENABLED(DELTA)
  2043. + home_offset[Z_AXIS] // Account for delta height adjustment
  2044. #endif
  2045. ;
  2046. }
  2047. /**
  2048. * - Move to the given XY
  2049. * - Deploy the probe, if not already deployed
  2050. * - Probe the bed, get the Z position
  2051. * - Depending on the 'stow' flag
  2052. * - Stow the probe, or
  2053. * - Raise to the BETWEEN height
  2054. * - Return the probed Z position
  2055. */
  2056. float probe_pt(const float &lx, const float &ly, const bool stow, const uint8_t verbose_level, const bool printable=true) {
  2057. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2058. if (DEBUGGING(LEVELING)) {
  2059. SERIAL_ECHOPAIR(">>> probe_pt(", lx);
  2060. SERIAL_ECHOPAIR(", ", ly);
  2061. SERIAL_ECHOPAIR(", ", stow ? "" : "no ");
  2062. SERIAL_ECHOLNPGM("stow)");
  2063. DEBUG_POS("", current_position);
  2064. }
  2065. #endif
  2066. const float nx = lx - (X_PROBE_OFFSET_FROM_EXTRUDER), ny = ly - (Y_PROBE_OFFSET_FROM_EXTRUDER);
  2067. if (printable
  2068. ? !position_is_reachable_xy(nx, ny)
  2069. : !position_is_reachable_by_probe_xy(lx, ly)
  2070. ) return NAN;
  2071. const float old_feedrate_mm_s = feedrate_mm_s;
  2072. #if ENABLED(DELTA)
  2073. if (current_position[Z_AXIS] > delta_clip_start_height)
  2074. do_blocking_move_to_z(delta_clip_start_height);
  2075. #endif
  2076. #if HAS_SOFTWARE_ENDSTOPS
  2077. // Store the status of the soft endstops and disable if we're probing a non-printable location
  2078. static bool enable_soft_endstops = soft_endstops_enabled;
  2079. if (!printable) soft_endstops_enabled = false;
  2080. #endif
  2081. feedrate_mm_s = XY_PROBE_FEEDRATE_MM_S;
  2082. // Move the probe to the given XY
  2083. do_blocking_move_to_xy(nx, ny);
  2084. float measured_z = NAN;
  2085. if (!DEPLOY_PROBE()) {
  2086. measured_z = run_z_probe(printable);
  2087. if (!stow)
  2088. do_blocking_move_to_z(current_position[Z_AXIS] + Z_CLEARANCE_BETWEEN_PROBES, MMM_TO_MMS(Z_PROBE_SPEED_FAST));
  2089. else
  2090. if (STOW_PROBE()) measured_z = NAN;
  2091. }
  2092. #if HAS_SOFTWARE_ENDSTOPS
  2093. // Restore the soft endstop status
  2094. soft_endstops_enabled = enable_soft_endstops;
  2095. #endif
  2096. if (verbose_level > 2) {
  2097. SERIAL_PROTOCOLPGM("Bed X: ");
  2098. SERIAL_PROTOCOL_F(lx, 3);
  2099. SERIAL_PROTOCOLPGM(" Y: ");
  2100. SERIAL_PROTOCOL_F(ly, 3);
  2101. SERIAL_PROTOCOLPGM(" Z: ");
  2102. SERIAL_PROTOCOL_F(measured_z, 3);
  2103. SERIAL_EOL();
  2104. }
  2105. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2106. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("<<< probe_pt");
  2107. #endif
  2108. feedrate_mm_s = old_feedrate_mm_s;
  2109. if (isnan(measured_z)) {
  2110. LCD_MESSAGEPGM(MSG_ERR_PROBING_FAILED);
  2111. SERIAL_ERROR_START();
  2112. SERIAL_ERRORLNPGM(MSG_ERR_PROBING_FAILED);
  2113. }
  2114. return measured_z;
  2115. }
  2116. #endif // HAS_BED_PROBE
  2117. #if HAS_LEVELING
  2118. bool leveling_is_valid() {
  2119. return
  2120. #if ENABLED(MESH_BED_LEVELING)
  2121. mbl.has_mesh()
  2122. #elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
  2123. !!bilinear_grid_spacing[X_AXIS]
  2124. #elif ENABLED(AUTO_BED_LEVELING_UBL)
  2125. true
  2126. #else // 3POINT, LINEAR
  2127. true
  2128. #endif
  2129. ;
  2130. }
  2131. bool leveling_is_active() {
  2132. return
  2133. #if ENABLED(MESH_BED_LEVELING)
  2134. mbl.active()
  2135. #elif ENABLED(AUTO_BED_LEVELING_UBL)
  2136. ubl.state.active
  2137. #else
  2138. planner.abl_enabled
  2139. #endif
  2140. ;
  2141. }
  2142. /**
  2143. * Turn bed leveling on or off, fixing the current
  2144. * position as-needed.
  2145. *
  2146. * Disable: Current position = physical position
  2147. * Enable: Current position = "unleveled" physical position
  2148. */
  2149. void set_bed_leveling_enabled(const bool enable/*=true*/) {
  2150. #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
  2151. const bool can_change = (!enable || leveling_is_valid());
  2152. #else
  2153. constexpr bool can_change = true;
  2154. #endif
  2155. if (can_change && enable != leveling_is_active()) {
  2156. #if ENABLED(MESH_BED_LEVELING)
  2157. if (!enable)
  2158. planner.apply_leveling(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS]);
  2159. const bool enabling = enable && leveling_is_valid();
  2160. mbl.set_active(enabling);
  2161. if (enabling) planner.unapply_leveling(current_position);
  2162. #elif ENABLED(AUTO_BED_LEVELING_UBL)
  2163. #if PLANNER_LEVELING
  2164. if (ubl.state.active) { // leveling from on to off
  2165. // change unleveled current_position to physical current_position without moving steppers.
  2166. planner.apply_leveling(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS]);
  2167. ubl.state.active = false; // disable only AFTER calling apply_leveling
  2168. }
  2169. else { // leveling from off to on
  2170. ubl.state.active = true; // enable BEFORE calling unapply_leveling, otherwise ignored
  2171. // change physical current_position to unleveled current_position without moving steppers.
  2172. planner.unapply_leveling(current_position);
  2173. }
  2174. #else
  2175. ubl.state.active = enable; // just flip the bit, current_position will be wrong until next move.
  2176. #endif
  2177. #else // ABL
  2178. #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
  2179. // Force bilinear_z_offset to re-calculate next time
  2180. const float reset[XYZ] = { -9999.999, -9999.999, 0 };
  2181. (void)bilinear_z_offset(reset);
  2182. #endif
  2183. // Enable or disable leveling compensation in the planner
  2184. planner.abl_enabled = enable;
  2185. if (!enable)
  2186. // When disabling just get the current position from the steppers.
  2187. // This will yield the smallest error when first converted back to steps.
  2188. set_current_from_steppers_for_axis(
  2189. #if ABL_PLANAR
  2190. ALL_AXES
  2191. #else
  2192. Z_AXIS
  2193. #endif
  2194. );
  2195. else
  2196. // When enabling, remove compensation from the current position,
  2197. // so compensation will give the right stepper counts.
  2198. planner.unapply_leveling(current_position);
  2199. #endif // ABL
  2200. }
  2201. }
  2202. #if ENABLED(ENABLE_LEVELING_FADE_HEIGHT)
  2203. void set_z_fade_height(const float zfh) {
  2204. const bool level_active = leveling_is_active();
  2205. #if ENABLED(AUTO_BED_LEVELING_UBL)
  2206. if (level_active)
  2207. set_bed_leveling_enabled(false); // turn off before changing fade height for proper apply/unapply leveling to maintain current_position
  2208. planner.z_fade_height = zfh;
  2209. planner.inverse_z_fade_height = RECIPROCAL(zfh);
  2210. if (level_active)
  2211. set_bed_leveling_enabled(true); // turn back on after changing fade height
  2212. #else
  2213. planner.z_fade_height = zfh;
  2214. planner.inverse_z_fade_height = RECIPROCAL(zfh);
  2215. if (level_active) {
  2216. set_current_from_steppers_for_axis(
  2217. #if ABL_PLANAR
  2218. ALL_AXES
  2219. #else
  2220. Z_AXIS
  2221. #endif
  2222. );
  2223. }
  2224. #endif
  2225. }
  2226. #endif // LEVELING_FADE_HEIGHT
  2227. /**
  2228. * Reset calibration results to zero.
  2229. */
  2230. void reset_bed_level() {
  2231. set_bed_leveling_enabled(false);
  2232. #if ENABLED(MESH_BED_LEVELING)
  2233. if (leveling_is_valid()) {
  2234. mbl.reset();
  2235. mbl.set_has_mesh(false);
  2236. }
  2237. #else
  2238. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2239. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("reset_bed_level");
  2240. #endif
  2241. #if ABL_PLANAR
  2242. planner.bed_level_matrix.set_to_identity();
  2243. #elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
  2244. bilinear_start[X_AXIS] = bilinear_start[Y_AXIS] =
  2245. bilinear_grid_spacing[X_AXIS] = bilinear_grid_spacing[Y_AXIS] = 0;
  2246. for (uint8_t x = 0; x < GRID_MAX_POINTS_X; x++)
  2247. for (uint8_t y = 0; y < GRID_MAX_POINTS_Y; y++)
  2248. z_values[x][y] = NAN;
  2249. #elif ENABLED(AUTO_BED_LEVELING_UBL)
  2250. ubl.reset();
  2251. #endif
  2252. #endif
  2253. }
  2254. #endif // HAS_LEVELING
  2255. #if ENABLED(AUTO_BED_LEVELING_BILINEAR) || ENABLED(MESH_BED_LEVELING)
  2256. /**
  2257. * Enable to produce output in JSON format suitable
  2258. * for SCAD or JavaScript mesh visualizers.
  2259. *
  2260. * Visualize meshes in OpenSCAD using the included script.
  2261. *
  2262. * buildroot/shared/scripts/MarlinMesh.scad
  2263. */
  2264. //#define SCAD_MESH_OUTPUT
  2265. /**
  2266. * Print calibration results for plotting or manual frame adjustment.
  2267. */
  2268. static void print_2d_array(const uint8_t sx, const uint8_t sy, const uint8_t precision, float (*fn)(const uint8_t, const uint8_t)) {
  2269. #ifndef SCAD_MESH_OUTPUT
  2270. for (uint8_t x = 0; x < sx; x++) {
  2271. for (uint8_t i = 0; i < precision + 2 + (x < 10 ? 1 : 0); i++)
  2272. SERIAL_PROTOCOLCHAR(' ');
  2273. SERIAL_PROTOCOL((int)x);
  2274. }
  2275. SERIAL_EOL();
  2276. #endif
  2277. #ifdef SCAD_MESH_OUTPUT
  2278. SERIAL_PROTOCOLLNPGM("measured_z = ["); // open 2D array
  2279. #endif
  2280. for (uint8_t y = 0; y < sy; y++) {
  2281. #ifdef SCAD_MESH_OUTPUT
  2282. SERIAL_PROTOCOLPGM(" ["); // open sub-array
  2283. #else
  2284. if (y < 10) SERIAL_PROTOCOLCHAR(' ');
  2285. SERIAL_PROTOCOL((int)y);
  2286. #endif
  2287. for (uint8_t x = 0; x < sx; x++) {
  2288. SERIAL_PROTOCOLCHAR(' ');
  2289. const float offset = fn(x, y);
  2290. if (!isnan(offset)) {
  2291. if (offset >= 0) SERIAL_PROTOCOLCHAR('+');
  2292. SERIAL_PROTOCOL_F(offset, precision);
  2293. }
  2294. else {
  2295. #ifdef SCAD_MESH_OUTPUT
  2296. for (uint8_t i = 3; i < precision + 3; i++)
  2297. SERIAL_PROTOCOLCHAR(' ');
  2298. SERIAL_PROTOCOLPGM("NAN");
  2299. #else
  2300. for (uint8_t i = 0; i < precision + 3; i++)
  2301. SERIAL_PROTOCOLCHAR(i ? '=' : ' ');
  2302. #endif
  2303. }
  2304. #ifdef SCAD_MESH_OUTPUT
  2305. if (x < sx - 1) SERIAL_PROTOCOLCHAR(',');
  2306. #endif
  2307. }
  2308. #ifdef SCAD_MESH_OUTPUT
  2309. SERIAL_PROTOCOLCHAR(' ');
  2310. SERIAL_PROTOCOLCHAR(']'); // close sub-array
  2311. if (y < sy - 1) SERIAL_PROTOCOLCHAR(',');
  2312. #endif
  2313. SERIAL_EOL();
  2314. }
  2315. #ifdef SCAD_MESH_OUTPUT
  2316. SERIAL_PROTOCOLPGM("];"); // close 2D array
  2317. #endif
  2318. SERIAL_EOL();
  2319. }
  2320. #endif
  2321. #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
  2322. /**
  2323. * Extrapolate a single point from its neighbors
  2324. */
  2325. static void extrapolate_one_point(const uint8_t x, const uint8_t y, const int8_t xdir, const int8_t ydir) {
  2326. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2327. if (DEBUGGING(LEVELING)) {
  2328. SERIAL_ECHOPGM("Extrapolate [");
  2329. if (x < 10) SERIAL_CHAR(' ');
  2330. SERIAL_ECHO((int)x);
  2331. SERIAL_CHAR(xdir ? (xdir > 0 ? '+' : '-') : ' ');
  2332. SERIAL_CHAR(' ');
  2333. if (y < 10) SERIAL_CHAR(' ');
  2334. SERIAL_ECHO((int)y);
  2335. SERIAL_CHAR(ydir ? (ydir > 0 ? '+' : '-') : ' ');
  2336. SERIAL_CHAR(']');
  2337. }
  2338. #endif
  2339. if (!isnan(z_values[x][y])) {
  2340. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2341. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM(" (done)");
  2342. #endif
  2343. return; // Don't overwrite good values.
  2344. }
  2345. SERIAL_EOL();
  2346. // Get X neighbors, Y neighbors, and XY neighbors
  2347. const uint8_t x1 = x + xdir, y1 = y + ydir, x2 = x1 + xdir, y2 = y1 + ydir;
  2348. float a1 = z_values[x1][y ], a2 = z_values[x2][y ],
  2349. b1 = z_values[x ][y1], b2 = z_values[x ][y2],
  2350. c1 = z_values[x1][y1], c2 = z_values[x2][y2];
  2351. // Treat far unprobed points as zero, near as equal to far
  2352. if (isnan(a2)) a2 = 0.0; if (isnan(a1)) a1 = a2;
  2353. if (isnan(b2)) b2 = 0.0; if (isnan(b1)) b1 = b2;
  2354. if (isnan(c2)) c2 = 0.0; if (isnan(c1)) c1 = c2;
  2355. const float a = 2 * a1 - a2, b = 2 * b1 - b2, c = 2 * c1 - c2;
  2356. // Take the average instead of the median
  2357. z_values[x][y] = (a + b + c) / 3.0;
  2358. // Median is robust (ignores outliers).
  2359. // z_values[x][y] = (a < b) ? ((b < c) ? b : (c < a) ? a : c)
  2360. // : ((c < b) ? b : (a < c) ? a : c);
  2361. }
  2362. //Enable this if your SCARA uses 180° of total area
  2363. //#define EXTRAPOLATE_FROM_EDGE
  2364. #if ENABLED(EXTRAPOLATE_FROM_EDGE)
  2365. #if GRID_MAX_POINTS_X < GRID_MAX_POINTS_Y
  2366. #define HALF_IN_X
  2367. #elif GRID_MAX_POINTS_Y < GRID_MAX_POINTS_X
  2368. #define HALF_IN_Y
  2369. #endif
  2370. #endif
  2371. /**
  2372. * Fill in the unprobed points (corners of circular print surface)
  2373. * using linear extrapolation, away from the center.
  2374. */
  2375. static void extrapolate_unprobed_bed_level() {
  2376. #ifdef HALF_IN_X
  2377. constexpr uint8_t ctrx2 = 0, xlen = GRID_MAX_POINTS_X - 1;
  2378. #else
  2379. constexpr uint8_t ctrx1 = (GRID_MAX_POINTS_X - 1) / 2, // left-of-center
  2380. ctrx2 = (GRID_MAX_POINTS_X) / 2, // right-of-center
  2381. xlen = ctrx1;
  2382. #endif
  2383. #ifdef HALF_IN_Y
  2384. constexpr uint8_t ctry2 = 0, ylen = GRID_MAX_POINTS_Y - 1;
  2385. #else
  2386. constexpr uint8_t ctry1 = (GRID_MAX_POINTS_Y - 1) / 2, // top-of-center
  2387. ctry2 = (GRID_MAX_POINTS_Y) / 2, // bottom-of-center
  2388. ylen = ctry1;
  2389. #endif
  2390. for (uint8_t xo = 0; xo <= xlen; xo++)
  2391. for (uint8_t yo = 0; yo <= ylen; yo++) {
  2392. uint8_t x2 = ctrx2 + xo, y2 = ctry2 + yo;
  2393. #ifndef HALF_IN_X
  2394. const uint8_t x1 = ctrx1 - xo;
  2395. #endif
  2396. #ifndef HALF_IN_Y
  2397. const uint8_t y1 = ctry1 - yo;
  2398. #ifndef HALF_IN_X
  2399. extrapolate_one_point(x1, y1, +1, +1); // left-below + +
  2400. #endif
  2401. extrapolate_one_point(x2, y1, -1, +1); // right-below - +
  2402. #endif
  2403. #ifndef HALF_IN_X
  2404. extrapolate_one_point(x1, y2, +1, -1); // left-above + -
  2405. #endif
  2406. extrapolate_one_point(x2, y2, -1, -1); // right-above - -
  2407. }
  2408. }
  2409. static void print_bilinear_leveling_grid() {
  2410. SERIAL_ECHOLNPGM("Bilinear Leveling Grid:");
  2411. print_2d_array(GRID_MAX_POINTS_X, GRID_MAX_POINTS_Y, 3,
  2412. [](const uint8_t ix, const uint8_t iy) { return z_values[ix][iy]; }
  2413. );
  2414. }
  2415. #if ENABLED(ABL_BILINEAR_SUBDIVISION)
  2416. #define ABL_GRID_POINTS_VIRT_X (GRID_MAX_POINTS_X - 1) * (BILINEAR_SUBDIVISIONS) + 1
  2417. #define ABL_GRID_POINTS_VIRT_Y (GRID_MAX_POINTS_Y - 1) * (BILINEAR_SUBDIVISIONS) + 1
  2418. #define ABL_TEMP_POINTS_X (GRID_MAX_POINTS_X + 2)
  2419. #define ABL_TEMP_POINTS_Y (GRID_MAX_POINTS_Y + 2)
  2420. float z_values_virt[ABL_GRID_POINTS_VIRT_X][ABL_GRID_POINTS_VIRT_Y];
  2421. int bilinear_grid_spacing_virt[2] = { 0 };
  2422. float bilinear_grid_factor_virt[2] = { 0 };
  2423. static void print_bilinear_leveling_grid_virt() {
  2424. SERIAL_ECHOLNPGM("Subdivided with CATMULL ROM Leveling Grid:");
  2425. print_2d_array(ABL_GRID_POINTS_VIRT_X, ABL_GRID_POINTS_VIRT_Y, 5,
  2426. [](const uint8_t ix, const uint8_t iy) { return z_values_virt[ix][iy]; }
  2427. );
  2428. }
  2429. #define LINEAR_EXTRAPOLATION(E, I) ((E) * 2 - (I))
  2430. float bed_level_virt_coord(const uint8_t x, const uint8_t y) {
  2431. uint8_t ep = 0, ip = 1;
  2432. if (!x || x == ABL_TEMP_POINTS_X - 1) {
  2433. if (x) {
  2434. ep = GRID_MAX_POINTS_X - 1;
  2435. ip = GRID_MAX_POINTS_X - 2;
  2436. }
  2437. if (WITHIN(y, 1, ABL_TEMP_POINTS_Y - 2))
  2438. return LINEAR_EXTRAPOLATION(
  2439. z_values[ep][y - 1],
  2440. z_values[ip][y - 1]
  2441. );
  2442. else
  2443. return LINEAR_EXTRAPOLATION(
  2444. bed_level_virt_coord(ep + 1, y),
  2445. bed_level_virt_coord(ip + 1, y)
  2446. );
  2447. }
  2448. if (!y || y == ABL_TEMP_POINTS_Y - 1) {
  2449. if (y) {
  2450. ep = GRID_MAX_POINTS_Y - 1;
  2451. ip = GRID_MAX_POINTS_Y - 2;
  2452. }
  2453. if (WITHIN(x, 1, ABL_TEMP_POINTS_X - 2))
  2454. return LINEAR_EXTRAPOLATION(
  2455. z_values[x - 1][ep],
  2456. z_values[x - 1][ip]
  2457. );
  2458. else
  2459. return LINEAR_EXTRAPOLATION(
  2460. bed_level_virt_coord(x, ep + 1),
  2461. bed_level_virt_coord(x, ip + 1)
  2462. );
  2463. }
  2464. return z_values[x - 1][y - 1];
  2465. }
  2466. static float bed_level_virt_cmr(const float p[4], const uint8_t i, const float t) {
  2467. return (
  2468. p[i-1] * -t * sq(1 - t)
  2469. + p[i] * (2 - 5 * sq(t) + 3 * t * sq(t))
  2470. + p[i+1] * t * (1 + 4 * t - 3 * sq(t))
  2471. - p[i+2] * sq(t) * (1 - t)
  2472. ) * 0.5;
  2473. }
  2474. static float bed_level_virt_2cmr(const uint8_t x, const uint8_t y, const float &tx, const float &ty) {
  2475. float row[4], column[4];
  2476. for (uint8_t i = 0; i < 4; i++) {
  2477. for (uint8_t j = 0; j < 4; j++) {
  2478. column[j] = bed_level_virt_coord(i + x - 1, j + y - 1);
  2479. }
  2480. row[i] = bed_level_virt_cmr(column, 1, ty);
  2481. }
  2482. return bed_level_virt_cmr(row, 1, tx);
  2483. }
  2484. void bed_level_virt_interpolate() {
  2485. bilinear_grid_spacing_virt[X_AXIS] = bilinear_grid_spacing[X_AXIS] / (BILINEAR_SUBDIVISIONS);
  2486. bilinear_grid_spacing_virt[Y_AXIS] = bilinear_grid_spacing[Y_AXIS] / (BILINEAR_SUBDIVISIONS);
  2487. bilinear_grid_factor_virt[X_AXIS] = RECIPROCAL(bilinear_grid_spacing_virt[X_AXIS]);
  2488. bilinear_grid_factor_virt[Y_AXIS] = RECIPROCAL(bilinear_grid_spacing_virt[Y_AXIS]);
  2489. for (uint8_t y = 0; y < GRID_MAX_POINTS_Y; y++)
  2490. for (uint8_t x = 0; x < GRID_MAX_POINTS_X; x++)
  2491. for (uint8_t ty = 0; ty < BILINEAR_SUBDIVISIONS; ty++)
  2492. for (uint8_t tx = 0; tx < BILINEAR_SUBDIVISIONS; tx++) {
  2493. if ((ty && y == GRID_MAX_POINTS_Y - 1) || (tx && x == GRID_MAX_POINTS_X - 1))
  2494. continue;
  2495. z_values_virt[x * (BILINEAR_SUBDIVISIONS) + tx][y * (BILINEAR_SUBDIVISIONS) + ty] =
  2496. bed_level_virt_2cmr(
  2497. x + 1,
  2498. y + 1,
  2499. (float)tx / (BILINEAR_SUBDIVISIONS),
  2500. (float)ty / (BILINEAR_SUBDIVISIONS)
  2501. );
  2502. }
  2503. }
  2504. #endif // ABL_BILINEAR_SUBDIVISION
  2505. // Refresh after other values have been updated
  2506. void refresh_bed_level() {
  2507. bilinear_grid_factor[X_AXIS] = RECIPROCAL(bilinear_grid_spacing[X_AXIS]);
  2508. bilinear_grid_factor[Y_AXIS] = RECIPROCAL(bilinear_grid_spacing[Y_AXIS]);
  2509. #if ENABLED(ABL_BILINEAR_SUBDIVISION)
  2510. bed_level_virt_interpolate();
  2511. #endif
  2512. }
  2513. #endif // AUTO_BED_LEVELING_BILINEAR
  2514. /**
  2515. * Home an individual linear axis
  2516. */
  2517. static void do_homing_move(const AxisEnum axis, const float distance, const float fr_mm_s=0.0) {
  2518. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2519. if (DEBUGGING(LEVELING)) {
  2520. SERIAL_ECHOPAIR(">>> do_homing_move(", axis_codes[axis]);
  2521. SERIAL_ECHOPAIR(", ", distance);
  2522. SERIAL_ECHOPAIR(", ", fr_mm_s);
  2523. SERIAL_CHAR(')');
  2524. SERIAL_EOL();
  2525. }
  2526. #endif
  2527. #if HOMING_Z_WITH_PROBE && ENABLED(BLTOUCH)
  2528. const bool deploy_bltouch = (axis == Z_AXIS && distance < 0);
  2529. if (deploy_bltouch) set_bltouch_deployed(true);
  2530. #endif
  2531. #if QUIET_PROBING
  2532. if (axis == Z_AXIS) probing_pause(true);
  2533. #endif
  2534. // Tell the planner we're at Z=0
  2535. current_position[axis] = 0;
  2536. #if IS_SCARA
  2537. SYNC_PLAN_POSITION_KINEMATIC();
  2538. current_position[axis] = distance;
  2539. inverse_kinematics(current_position);
  2540. planner.buffer_line(delta[A_AXIS], delta[B_AXIS], delta[C_AXIS], current_position[E_AXIS], fr_mm_s ? fr_mm_s : homing_feedrate(axis), active_extruder);
  2541. #else
  2542. sync_plan_position();
  2543. current_position[axis] = distance;
  2544. planner.buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], fr_mm_s ? fr_mm_s : homing_feedrate(axis), active_extruder);
  2545. #endif
  2546. stepper.synchronize();
  2547. #if QUIET_PROBING
  2548. if (axis == Z_AXIS) probing_pause(false);
  2549. #endif
  2550. #if HOMING_Z_WITH_PROBE && ENABLED(BLTOUCH)
  2551. if (deploy_bltouch) set_bltouch_deployed(false);
  2552. #endif
  2553. endstops.hit_on_purpose();
  2554. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2555. if (DEBUGGING(LEVELING)) {
  2556. SERIAL_ECHOPAIR("<<< do_homing_move(", axis_codes[axis]);
  2557. SERIAL_CHAR(')');
  2558. SERIAL_EOL();
  2559. }
  2560. #endif
  2561. }
  2562. /**
  2563. * TMC2130 specific sensorless homing using stallGuard2.
  2564. * stallGuard2 only works when in spreadCycle mode.
  2565. * spreadCycle and stealthChop are mutually exclusive.
  2566. */
  2567. #if ENABLED(SENSORLESS_HOMING)
  2568. void tmc2130_sensorless_homing(TMC2130Stepper &st, bool enable=true) {
  2569. #if ENABLED(STEALTHCHOP)
  2570. if (enable) {
  2571. st.coolstep_min_speed(1024UL * 1024UL - 1UL);
  2572. st.stealthChop(0);
  2573. }
  2574. else {
  2575. st.coolstep_min_speed(0);
  2576. st.stealthChop(1);
  2577. }
  2578. #endif
  2579. st.diag1_stall(enable ? 1 : 0);
  2580. }
  2581. #endif
  2582. /**
  2583. * Home an individual "raw axis" to its endstop.
  2584. * This applies to XYZ on Cartesian and Core robots, and
  2585. * to the individual ABC steppers on DELTA and SCARA.
  2586. *
  2587. * At the end of the procedure the axis is marked as
  2588. * homed and the current position of that axis is updated.
  2589. * Kinematic robots should wait till all axes are homed
  2590. * before updating the current position.
  2591. */
  2592. #define HOMEAXIS(LETTER) homeaxis(LETTER##_AXIS)
  2593. static void homeaxis(const AxisEnum axis) {
  2594. #if IS_SCARA
  2595. // Only Z homing (with probe) is permitted
  2596. if (axis != Z_AXIS) { BUZZ(100, 880); return; }
  2597. #else
  2598. #define CAN_HOME(A) \
  2599. (axis == A##_AXIS && ((A##_MIN_PIN > -1 && A##_HOME_DIR < 0) || (A##_MAX_PIN > -1 && A##_HOME_DIR > 0)))
  2600. if (!CAN_HOME(X) && !CAN_HOME(Y) && !CAN_HOME(Z)) return;
  2601. #endif
  2602. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2603. if (DEBUGGING(LEVELING)) {
  2604. SERIAL_ECHOPAIR(">>> homeaxis(", axis_codes[axis]);
  2605. SERIAL_CHAR(')');
  2606. SERIAL_EOL();
  2607. }
  2608. #endif
  2609. const int axis_home_dir =
  2610. #if ENABLED(DUAL_X_CARRIAGE)
  2611. (axis == X_AXIS) ? x_home_dir(active_extruder) :
  2612. #endif
  2613. home_dir(axis);
  2614. // Homing Z towards the bed? Deploy the Z probe or endstop.
  2615. #if HOMING_Z_WITH_PROBE
  2616. if (axis == Z_AXIS && DEPLOY_PROBE()) return;
  2617. #endif
  2618. // Set a flag for Z motor locking
  2619. #if ENABLED(Z_DUAL_ENDSTOPS)
  2620. if (axis == Z_AXIS) stepper.set_homing_flag(true);
  2621. #endif
  2622. // Disable stealthChop if used. Enable diag1 pin on driver.
  2623. #if ENABLED(SENSORLESS_HOMING)
  2624. #if ENABLED(X_IS_TMC2130)
  2625. if (axis == X_AXIS) tmc2130_sensorless_homing(stepperX);
  2626. #endif
  2627. #if ENABLED(Y_IS_TMC2130)
  2628. if (axis == Y_AXIS) tmc2130_sensorless_homing(stepperY);
  2629. #endif
  2630. #endif
  2631. // Fast move towards endstop until triggered
  2632. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2633. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("Home 1 Fast:");
  2634. #endif
  2635. do_homing_move(axis, 1.5 * max_length(axis) * axis_home_dir);
  2636. // When homing Z with probe respect probe clearance
  2637. const float bump = axis_home_dir * (
  2638. #if HOMING_Z_WITH_PROBE
  2639. (axis == Z_AXIS) ? max(Z_CLEARANCE_BETWEEN_PROBES, home_bump_mm(Z_AXIS)) :
  2640. #endif
  2641. home_bump_mm(axis)
  2642. );
  2643. // If a second homing move is configured...
  2644. if (bump) {
  2645. // Move away from the endstop by the axis HOME_BUMP_MM
  2646. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2647. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("Move Away:");
  2648. #endif
  2649. do_homing_move(axis, -bump);
  2650. // Slow move towards endstop until triggered
  2651. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2652. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("Home 2 Slow:");
  2653. #endif
  2654. do_homing_move(axis, 2 * bump, get_homing_bump_feedrate(axis));
  2655. }
  2656. #if ENABLED(Z_DUAL_ENDSTOPS)
  2657. if (axis == Z_AXIS) {
  2658. float adj = FABS(z_endstop_adj);
  2659. bool lockZ1;
  2660. if (axis_home_dir > 0) {
  2661. adj = -adj;
  2662. lockZ1 = (z_endstop_adj > 0);
  2663. }
  2664. else
  2665. lockZ1 = (z_endstop_adj < 0);
  2666. if (lockZ1) stepper.set_z_lock(true); else stepper.set_z2_lock(true);
  2667. // Move to the adjusted endstop height
  2668. do_homing_move(axis, adj);
  2669. if (lockZ1) stepper.set_z_lock(false); else stepper.set_z2_lock(false);
  2670. stepper.set_homing_flag(false);
  2671. } // Z_AXIS
  2672. #endif
  2673. #if IS_SCARA
  2674. set_axis_is_at_home(axis);
  2675. SYNC_PLAN_POSITION_KINEMATIC();
  2676. #elif ENABLED(DELTA)
  2677. // Delta has already moved all three towers up in G28
  2678. // so here it re-homes each tower in turn.
  2679. // Delta homing treats the axes as normal linear axes.
  2680. // retrace by the amount specified in endstop_adj + additional 0.1mm in order to have minimum steps
  2681. if (endstop_adj[axis] * Z_HOME_DIR <= 0) {
  2682. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2683. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("endstop_adj:");
  2684. #endif
  2685. do_homing_move(axis, endstop_adj[axis] - 0.1 * Z_HOME_DIR);
  2686. }
  2687. #else
  2688. // For cartesian/core machines,
  2689. // set the axis to its home position
  2690. set_axis_is_at_home(axis);
  2691. sync_plan_position();
  2692. destination[axis] = current_position[axis];
  2693. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2694. if (DEBUGGING(LEVELING)) DEBUG_POS("> AFTER set_axis_is_at_home", current_position);
  2695. #endif
  2696. #endif
  2697. // Re-enable stealthChop if used. Disable diag1 pin on driver.
  2698. #if ENABLED(SENSORLESS_HOMING)
  2699. #if ENABLED(X_IS_TMC2130)
  2700. if (axis == X_AXIS) tmc2130_sensorless_homing(stepperX, false);
  2701. #endif
  2702. #if ENABLED(Y_IS_TMC2130)
  2703. if (axis == Y_AXIS) tmc2130_sensorless_homing(stepperY, false);
  2704. #endif
  2705. #endif
  2706. // Put away the Z probe
  2707. #if HOMING_Z_WITH_PROBE
  2708. if (axis == Z_AXIS && STOW_PROBE()) return;
  2709. #endif
  2710. #if ENABLED(DEBUG_LEVELING_FEATURE)
  2711. if (DEBUGGING(LEVELING)) {
  2712. SERIAL_ECHOPAIR("<<< homeaxis(", axis_codes[axis]);
  2713. SERIAL_CHAR(')');
  2714. SERIAL_EOL();
  2715. }
  2716. #endif
  2717. } // homeaxis()
  2718. #if ENABLED(FWRETRACT)
  2719. /**
  2720. * Retract or recover according to firmware settings
  2721. *
  2722. * This function handles retract/recover moves for G10 and G11,
  2723. * plus auto-retract moves sent from G0/G1 when E-only moves are done.
  2724. *
  2725. * To simplify the logic, doubled retract/recover moves are ignored.
  2726. *
  2727. * Note: Z lift is done transparently to the planner. Aborting
  2728. * a print between G10 and G11 may corrupt the Z position.
  2729. *
  2730. * Note: Auto-retract will apply the set Z hop in addition to any Z hop
  2731. * included in the G-code. Use M207 Z0 to to prevent double hop.
  2732. */
  2733. void retract(const bool retracting
  2734. #if EXTRUDERS > 1
  2735. , bool swapping = false
  2736. #endif
  2737. ) {
  2738. static float hop_height, // Remember where the Z height started
  2739. hop_amount = 0.0; // Total amount lifted, for use in recover
  2740. // Simply never allow two retracts or recovers in a row
  2741. if (retracted[active_extruder] == retracting) return;
  2742. #if EXTRUDERS < 2
  2743. bool swapping = false;
  2744. #endif
  2745. if (!retracting) swapping = retracted_swap[active_extruder];
  2746. /* // debugging
  2747. SERIAL_ECHOLNPAIR("retracting ", retracting);
  2748. SERIAL_ECHOLNPAIR("swapping ", swapping);
  2749. SERIAL_ECHOLNPAIR("active extruder ", active_extruder);
  2750. for (uint8_t i = 0; i < EXTRUDERS; ++i) {
  2751. SERIAL_ECHOPAIR("retracted[", i);
  2752. SERIAL_ECHOLNPAIR("] ", retracted[i]);
  2753. SERIAL_ECHOPAIR("retracted_swap[", i);
  2754. SERIAL_ECHOLNPAIR("] ", retracted_swap[i]);
  2755. }
  2756. SERIAL_ECHOLNPAIR("current_position[z] ", current_position[Z_AXIS]);
  2757. SERIAL_ECHOLNPAIR("hop_amount ", hop_amount);
  2758. //*/
  2759. const bool has_zhop = retract_zlift > 0.01; // Is there a hop set?
  2760. const float old_feedrate_mm_s = feedrate_mm_s;
  2761. const int16_t old_flow = flow_percentage[active_extruder];
  2762. // Don't apply flow multiplication to retract/recover
  2763. flow_percentage[active_extruder] = 100;
  2764. // The current position will be the destination for E and Z moves
  2765. set_destination_to_current();
  2766. stepper.synchronize(); // Wait for all moves to finish
  2767. if (retracting) {
  2768. // Remember the Z height since G-code may include its own Z-hop
  2769. // For best results turn off Z hop if G-code already includes it
  2770. hop_height = destination[Z_AXIS];
  2771. // Retract by moving from a faux E position back to the current E position
  2772. feedrate_mm_s = retract_feedrate_mm_s;
  2773. current_position[E_AXIS] += (swapping ? swap_retract_length : retract_length) / volumetric_multiplier[active_extruder];
  2774. sync_plan_position_e();
  2775. prepare_move_to_destination();
  2776. // Is a Z hop set, and has the hop not yet been done?
  2777. if (has_zhop) {
  2778. hop_amount += retract_zlift; // Carriage is raised for retraction hop
  2779. current_position[Z_AXIS] -= retract_zlift; // Pretend current pos is lower. Next move raises Z.
  2780. SYNC_PLAN_POSITION_KINEMATIC(); // Set the planner to the new position
  2781. prepare_move_to_destination(); // Raise up to the old current pos
  2782. }
  2783. }
  2784. else {
  2785. // If a hop was done and Z hasn't changed, undo the Z hop
  2786. if (hop_amount && NEAR(hop_height, destination[Z_AXIS])) {
  2787. current_position[Z_AXIS] += hop_amount; // Pretend current pos is higher. Next move lowers Z.
  2788. SYNC_PLAN_POSITION_KINEMATIC(); // Set the planner to the new position
  2789. prepare_move_to_destination(); // Lower to the old current pos
  2790. hop_amount = 0.0;
  2791. }
  2792. // A retract multiplier has been added here to get faster swap recovery
  2793. feedrate_mm_s = swapping ? swap_retract_recover_feedrate_mm_s : retract_recover_feedrate_mm_s;
  2794. const float move_e = swapping ? swap_retract_length + swap_retract_recover_length : retract_length + retract_recover_length;
  2795. current_position[E_AXIS] -= move_e / volumetric_multiplier[active_extruder];
  2796. sync_plan_position_e();
  2797. prepare_move_to_destination(); // Recover E
  2798. }
  2799. // Restore flow and feedrate
  2800. flow_percentage[active_extruder] = old_flow;
  2801. feedrate_mm_s = old_feedrate_mm_s;
  2802. // The active extruder is now retracted or recovered
  2803. retracted[active_extruder] = retracting;
  2804. // If swap retract/recover then update the retracted_swap flag too
  2805. #if EXTRUDERS > 1
  2806. if (swapping) retracted_swap[active_extruder] = retracting;
  2807. #endif
  2808. /* // debugging
  2809. SERIAL_ECHOLNPAIR("retracting ", retracting);
  2810. SERIAL_ECHOLNPAIR("swapping ", swapping);
  2811. SERIAL_ECHOLNPAIR("active_extruder ", active_extruder);
  2812. for (uint8_t i = 0; i < EXTRUDERS; ++i) {
  2813. SERIAL_ECHOPAIR("retracted[", i);
  2814. SERIAL_ECHOLNPAIR("] ", retracted[i]);
  2815. SERIAL_ECHOPAIR("retracted_swap[", i);
  2816. SERIAL_ECHOLNPAIR("] ", retracted_swap[i]);
  2817. }
  2818. SERIAL_ECHOLNPAIR("current_position[z] ", current_position[Z_AXIS]);
  2819. SERIAL_ECHOLNPAIR("hop_amount ", hop_amount);
  2820. //*/
  2821. } // retract()
  2822. #endif // FWRETRACT
  2823. #if ENABLED(MIXING_EXTRUDER)
  2824. void normalize_mix() {
  2825. float mix_total = 0.0;
  2826. for (uint8_t i = 0; i < MIXING_STEPPERS; i++) mix_total += RECIPROCAL(mixing_factor[i]);
  2827. // Scale all values if they don't add up to ~1.0
  2828. if (!NEAR(mix_total, 1.0)) {
  2829. SERIAL_PROTOCOLLNPGM("Warning: Mix factors must add up to 1.0. Scaling.");
  2830. for (uint8_t i = 0; i < MIXING_STEPPERS; i++) mixing_factor[i] *= mix_total;
  2831. }
  2832. }
  2833. #if ENABLED(DIRECT_MIXING_IN_G1)
  2834. // Get mixing parameters from the GCode
  2835. // The total "must" be 1.0 (but it will be normalized)
  2836. // If no mix factors are given, the old mix is preserved
  2837. void gcode_get_mix() {
  2838. const char* mixing_codes = "ABCDHI";
  2839. byte mix_bits = 0;
  2840. for (uint8_t i = 0; i < MIXING_STEPPERS; i++) {
  2841. if (parser.seenval(mixing_codes[i])) {
  2842. SBI(mix_bits, i);
  2843. float v = parser.value_float();
  2844. NOLESS(v, 0.0);
  2845. mixing_factor[i] = RECIPROCAL(v);
  2846. }
  2847. }
  2848. // If any mixing factors were included, clear the rest
  2849. // If none were included, preserve the last mix
  2850. if (mix_bits) {
  2851. for (uint8_t i = 0; i < MIXING_STEPPERS; i++)
  2852. if (!TEST(mix_bits, i)) mixing_factor[i] = 0.0;
  2853. normalize_mix();
  2854. }
  2855. }
  2856. #endif
  2857. #endif
  2858. /**
  2859. * ***************************************************************************
  2860. * ***************************** G-CODE HANDLING *****************************
  2861. * ***************************************************************************
  2862. */
  2863. /**
  2864. * Set XYZE destination and feedrate from the current GCode command
  2865. *
  2866. * - Set destination from included axis codes
  2867. * - Set to current for missing axis codes
  2868. * - Set the feedrate, if included
  2869. */
  2870. void gcode_get_destination() {
  2871. LOOP_XYZE(i) {
  2872. if (parser.seen(axis_codes[i]))
  2873. destination[i] = parser.value_axis_units((AxisEnum)i) + (axis_relative_modes[i] || relative_mode ? current_position[i] : 0);
  2874. else
  2875. destination[i] = current_position[i];
  2876. }
  2877. if (parser.linearval('F') > 0.0)
  2878. feedrate_mm_s = MMM_TO_MMS(parser.value_feedrate());
  2879. #if ENABLED(PRINTCOUNTER)
  2880. if (!DEBUGGING(DRYRUN))
  2881. print_job_timer.incFilamentUsed(destination[E_AXIS] - current_position[E_AXIS]);
  2882. #endif
  2883. // Get ABCDHI mixing factors
  2884. #if ENABLED(MIXING_EXTRUDER) && ENABLED(DIRECT_MIXING_IN_G1)
  2885. gcode_get_mix();
  2886. #endif
  2887. }
  2888. #if ENABLED(HOST_KEEPALIVE_FEATURE)
  2889. /**
  2890. * Output a "busy" message at regular intervals
  2891. * while the machine is not accepting commands.
  2892. */
  2893. void host_keepalive() {
  2894. const millis_t ms = millis();
  2895. if (host_keepalive_interval && busy_state != NOT_BUSY) {
  2896. if (PENDING(ms, next_busy_signal_ms)) return;
  2897. switch (busy_state) {
  2898. case IN_HANDLER:
  2899. case IN_PROCESS:
  2900. SERIAL_ECHO_START();
  2901. SERIAL_ECHOLNPGM(MSG_BUSY_PROCESSING);
  2902. break;
  2903. case PAUSED_FOR_USER:
  2904. SERIAL_ECHO_START();
  2905. SERIAL_ECHOLNPGM(MSG_BUSY_PAUSED_FOR_USER);
  2906. break;
  2907. case PAUSED_FOR_INPUT:
  2908. SERIAL_ECHO_START();
  2909. SERIAL_ECHOLNPGM(MSG_BUSY_PAUSED_FOR_INPUT);
  2910. break;
  2911. default:
  2912. break;
  2913. }
  2914. }
  2915. next_busy_signal_ms = ms + host_keepalive_interval * 1000UL;
  2916. }
  2917. #endif // HOST_KEEPALIVE_FEATURE
  2918. /**************************************************
  2919. ***************** GCode Handlers *****************
  2920. **************************************************/
  2921. /**
  2922. * G0, G1: Coordinated movement of X Y Z E axes
  2923. */
  2924. inline void gcode_G0_G1(
  2925. #if IS_SCARA
  2926. bool fast_move=false
  2927. #endif
  2928. ) {
  2929. #if ENABLED(NO_MOTION_BEFORE_HOMING)
  2930. if (axis_unhomed_error()) return;
  2931. #endif
  2932. if (IsRunning()) {
  2933. gcode_get_destination(); // For X Y Z E F
  2934. #if ENABLED(FWRETRACT)
  2935. if (MIN_AUTORETRACT <= MAX_AUTORETRACT) {
  2936. // When M209 Autoretract is enabled, convert E-only moves to firmware retract/recover moves
  2937. if (autoretract_enabled && parser.seen('E') && !(parser.seen('X') || parser.seen('Y') || parser.seen('Z'))) {
  2938. const float echange = destination[E_AXIS] - current_position[E_AXIS];
  2939. // Is this a retract or recover move?
  2940. if (WITHIN(FABS(echange), MIN_AUTORETRACT, MAX_AUTORETRACT) && retracted[active_extruder] == (echange > 0.0)) {
  2941. current_position[E_AXIS] = destination[E_AXIS]; // Hide a G1-based retract/recover from calculations
  2942. sync_plan_position_e(); // AND from the planner
  2943. return retract(echange < 0.0); // Firmware-based retract/recover (double-retract ignored)
  2944. }
  2945. }
  2946. }
  2947. #endif // FWRETRACT
  2948. #if IS_SCARA
  2949. fast_move ? prepare_uninterpolated_move_to_destination() : prepare_move_to_destination();
  2950. #else
  2951. prepare_move_to_destination();
  2952. #endif
  2953. }
  2954. }
  2955. /**
  2956. * G2: Clockwise Arc
  2957. * G3: Counterclockwise Arc
  2958. *
  2959. * This command has two forms: IJ-form and R-form.
  2960. *
  2961. * - I specifies an X offset. J specifies a Y offset.
  2962. * At least one of the IJ parameters is required.
  2963. * X and Y can be omitted to do a complete circle.
  2964. * The given XY is not error-checked. The arc ends
  2965. * based on the angle of the destination.
  2966. * Mixing I or J with R will throw an error.
  2967. *
  2968. * - R specifies the radius. X or Y is required.
  2969. * Omitting both X and Y will throw an error.
  2970. * X or Y must differ from the current XY.
  2971. * Mixing R with I or J will throw an error.
  2972. *
  2973. * - P specifies the number of full circles to do
  2974. * before the specified arc move.
  2975. *
  2976. * Examples:
  2977. *
  2978. * G2 I10 ; CW circle centered at X+10
  2979. * G3 X20 Y12 R14 ; CCW circle with r=14 ending at X20 Y12
  2980. */
  2981. #if ENABLED(ARC_SUPPORT)
  2982. inline void gcode_G2_G3(bool clockwise) {
  2983. #if ENABLED(NO_MOTION_BEFORE_HOMING)
  2984. if (axis_unhomed_error()) return;
  2985. #endif
  2986. if (IsRunning()) {
  2987. #if ENABLED(SF_ARC_FIX)
  2988. const bool relative_mode_backup = relative_mode;
  2989. relative_mode = true;
  2990. #endif
  2991. gcode_get_destination();
  2992. #if ENABLED(SF_ARC_FIX)
  2993. relative_mode = relative_mode_backup;
  2994. #endif
  2995. float arc_offset[2] = { 0.0, 0.0 };
  2996. if (parser.seenval('R')) {
  2997. const float r = parser.value_linear_units(),
  2998. p1 = current_position[X_AXIS], q1 = current_position[Y_AXIS],
  2999. p2 = destination[X_AXIS], q2 = destination[Y_AXIS];
  3000. if (r && (p2 != p1 || q2 != q1)) {
  3001. const float e = clockwise ^ (r < 0) ? -1 : 1, // clockwise -1/1, counterclockwise 1/-1
  3002. dx = p2 - p1, dy = q2 - q1, // X and Y differences
  3003. d = HYPOT(dx, dy), // Linear distance between the points
  3004. h = SQRT(sq(r) - sq(d * 0.5)), // Distance to the arc pivot-point
  3005. mx = (p1 + p2) * 0.5, my = (q1 + q2) * 0.5, // Point between the two points
  3006. sx = -dy / d, sy = dx / d, // Slope of the perpendicular bisector
  3007. cx = mx + e * h * sx, cy = my + e * h * sy; // Pivot-point of the arc
  3008. arc_offset[0] = cx - p1;
  3009. arc_offset[1] = cy - q1;
  3010. }
  3011. }
  3012. else {
  3013. if (parser.seenval('I')) arc_offset[0] = parser.value_linear_units();
  3014. if (parser.seenval('J')) arc_offset[1] = parser.value_linear_units();
  3015. }
  3016. if (arc_offset[0] || arc_offset[1]) {
  3017. #if ENABLED(ARC_P_CIRCLES)
  3018. // P indicates number of circles to do
  3019. int8_t circles_to_do = parser.byteval('P');
  3020. if (!WITHIN(circles_to_do, 0, 100)) {
  3021. SERIAL_ERROR_START();
  3022. SERIAL_ERRORLNPGM(MSG_ERR_ARC_ARGS);
  3023. }
  3024. while (circles_to_do--)
  3025. plan_arc(current_position, arc_offset, clockwise);
  3026. #endif
  3027. // Send the arc to the planner
  3028. plan_arc(destination, arc_offset, clockwise);
  3029. refresh_cmd_timeout();
  3030. }
  3031. else {
  3032. // Bad arguments
  3033. SERIAL_ERROR_START();
  3034. SERIAL_ERRORLNPGM(MSG_ERR_ARC_ARGS);
  3035. }
  3036. }
  3037. }
  3038. #endif // ARC_SUPPORT
  3039. void dwell(millis_t time) {
  3040. refresh_cmd_timeout();
  3041. time += previous_cmd_ms;
  3042. while (PENDING(millis(), time)) idle();
  3043. }
  3044. /**
  3045. * G4: Dwell S<seconds> or P<milliseconds>
  3046. */
  3047. inline void gcode_G4() {
  3048. millis_t dwell_ms = 0;
  3049. if (parser.seenval('P')) dwell_ms = parser.value_millis(); // milliseconds to wait
  3050. if (parser.seenval('S')) dwell_ms = parser.value_millis_from_seconds(); // seconds to wait
  3051. stepper.synchronize();
  3052. if (!lcd_hasstatus()) LCD_MESSAGEPGM(MSG_DWELL);
  3053. dwell(dwell_ms);
  3054. }
  3055. #if ENABLED(BEZIER_CURVE_SUPPORT)
  3056. /**
  3057. * Parameters interpreted according to:
  3058. * http://linuxcnc.org/docs/2.6/html/gcode/gcode.html#sec:G5-Cubic-Spline
  3059. * However I, J omission is not supported at this point; all
  3060. * parameters can be omitted and default to zero.
  3061. */
  3062. /**
  3063. * G5: Cubic B-spline
  3064. */
  3065. inline void gcode_G5() {
  3066. #if ENABLED(NO_MOTION_BEFORE_HOMING)
  3067. if (axis_unhomed_error()) return;
  3068. #endif
  3069. if (IsRunning()) {
  3070. #if ENABLED(CNC_WORKSPACE_PLANES)
  3071. if (workspace_plane != PLANE_XY) {
  3072. SERIAL_ERROR_START();
  3073. SERIAL_ERRORLNPGM(MSG_ERR_BAD_PLANE_MODE);
  3074. return;
  3075. }
  3076. #endif
  3077. gcode_get_destination();
  3078. const float offset[] = {
  3079. parser.linearval('I'),
  3080. parser.linearval('J'),
  3081. parser.linearval('P'),
  3082. parser.linearval('Q')
  3083. };
  3084. plan_cubic_move(offset);
  3085. }
  3086. }
  3087. #endif // BEZIER_CURVE_SUPPORT
  3088. #if ENABLED(FWRETRACT)
  3089. /**
  3090. * G10 - Retract filament according to settings of M207
  3091. */
  3092. inline void gcode_G10() {
  3093. #if EXTRUDERS > 1
  3094. const bool rs = parser.boolval('S');
  3095. retracted_swap[active_extruder] = rs; // Use 'S' for swap, default to false
  3096. #endif
  3097. retract(true
  3098. #if EXTRUDERS > 1
  3099. , rs
  3100. #endif
  3101. );
  3102. }
  3103. /**
  3104. * G11 - Recover filament according to settings of M208
  3105. */
  3106. inline void gcode_G11() { retract(false); }
  3107. #endif // FWRETRACT
  3108. #if ENABLED(NOZZLE_CLEAN_FEATURE)
  3109. /**
  3110. * G12: Clean the nozzle
  3111. */
  3112. inline void gcode_G12() {
  3113. // Don't allow nozzle cleaning without homing first
  3114. if (axis_unhomed_error()) return;
  3115. const uint8_t pattern = parser.ushortval('P', 0),
  3116. strokes = parser.ushortval('S', NOZZLE_CLEAN_STROKES),
  3117. objects = parser.ushortval('T', NOZZLE_CLEAN_TRIANGLES);
  3118. const float radius = parser.floatval('R', NOZZLE_CLEAN_CIRCLE_RADIUS);
  3119. Nozzle::clean(pattern, strokes, radius, objects);
  3120. }
  3121. #endif
  3122. #if ENABLED(CNC_WORKSPACE_PLANES)
  3123. void report_workspace_plane() {
  3124. SERIAL_ECHO_START();
  3125. SERIAL_ECHOPGM("Workspace Plane ");
  3126. serialprintPGM(workspace_plane == PLANE_YZ ? PSTR("YZ\n") : workspace_plane == PLANE_ZX ? PSTR("ZX\n") : PSTR("XY\n"));
  3127. }
  3128. /**
  3129. * G17: Select Plane XY
  3130. * G18: Select Plane ZX
  3131. * G19: Select Plane YZ
  3132. */
  3133. inline void gcode_G17() { workspace_plane = PLANE_XY; }
  3134. inline void gcode_G18() { workspace_plane = PLANE_ZX; }
  3135. inline void gcode_G19() { workspace_plane = PLANE_YZ; }
  3136. #endif // CNC_WORKSPACE_PLANES
  3137. #if ENABLED(INCH_MODE_SUPPORT)
  3138. /**
  3139. * G20: Set input mode to inches
  3140. */
  3141. inline void gcode_G20() { parser.set_input_linear_units(LINEARUNIT_INCH); }
  3142. /**
  3143. * G21: Set input mode to millimeters
  3144. */
  3145. inline void gcode_G21() { parser.set_input_linear_units(LINEARUNIT_MM); }
  3146. #endif
  3147. #if ENABLED(NOZZLE_PARK_FEATURE)
  3148. /**
  3149. * G27: Park the nozzle
  3150. */
  3151. inline void gcode_G27() {
  3152. // Don't allow nozzle parking without homing first
  3153. if (axis_unhomed_error()) return;
  3154. Nozzle::park(parser.ushortval('P'));
  3155. }
  3156. #endif // NOZZLE_PARK_FEATURE
  3157. #if ENABLED(QUICK_HOME)
  3158. static void quick_home_xy() {
  3159. // Pretend the current position is 0,0
  3160. current_position[X_AXIS] = current_position[Y_AXIS] = 0.0;
  3161. sync_plan_position();
  3162. const int x_axis_home_dir =
  3163. #if ENABLED(DUAL_X_CARRIAGE)
  3164. x_home_dir(active_extruder)
  3165. #else
  3166. home_dir(X_AXIS)
  3167. #endif
  3168. ;
  3169. const float mlx = max_length(X_AXIS),
  3170. mly = max_length(Y_AXIS),
  3171. mlratio = mlx > mly ? mly / mlx : mlx / mly,
  3172. fr_mm_s = min(homing_feedrate(X_AXIS), homing_feedrate(Y_AXIS)) * SQRT(sq(mlratio) + 1.0);
  3173. do_blocking_move_to_xy(1.5 * mlx * x_axis_home_dir, 1.5 * mly * home_dir(Y_AXIS), fr_mm_s);
  3174. endstops.hit_on_purpose(); // clear endstop hit flags
  3175. current_position[X_AXIS] = current_position[Y_AXIS] = 0.0;
  3176. }
  3177. #endif // QUICK_HOME
  3178. #if ENABLED(DEBUG_LEVELING_FEATURE)
  3179. void log_machine_info() {
  3180. SERIAL_ECHOPGM("Machine Type: ");
  3181. #if ENABLED(DELTA)
  3182. SERIAL_ECHOLNPGM("Delta");
  3183. #elif IS_SCARA
  3184. SERIAL_ECHOLNPGM("SCARA");
  3185. #elif IS_CORE
  3186. SERIAL_ECHOLNPGM("Core");
  3187. #else
  3188. SERIAL_ECHOLNPGM("Cartesian");
  3189. #endif
  3190. SERIAL_ECHOPGM("Probe: ");
  3191. #if ENABLED(PROBE_MANUALLY)
  3192. SERIAL_ECHOLNPGM("PROBE_MANUALLY");
  3193. #elif ENABLED(FIX_MOUNTED_PROBE)
  3194. SERIAL_ECHOLNPGM("FIX_MOUNTED_PROBE");
  3195. #elif ENABLED(BLTOUCH)
  3196. SERIAL_ECHOLNPGM("BLTOUCH");
  3197. #elif HAS_Z_SERVO_ENDSTOP
  3198. SERIAL_ECHOLNPGM("SERVO PROBE");
  3199. #elif ENABLED(Z_PROBE_SLED)
  3200. SERIAL_ECHOLNPGM("Z_PROBE_SLED");
  3201. #elif ENABLED(Z_PROBE_ALLEN_KEY)
  3202. SERIAL_ECHOLNPGM("Z_PROBE_ALLEN_KEY");
  3203. #else
  3204. SERIAL_ECHOLNPGM("NONE");
  3205. #endif
  3206. #if HAS_BED_PROBE
  3207. SERIAL_ECHOPAIR("Probe Offset X:", X_PROBE_OFFSET_FROM_EXTRUDER);
  3208. SERIAL_ECHOPAIR(" Y:", Y_PROBE_OFFSET_FROM_EXTRUDER);
  3209. SERIAL_ECHOPAIR(" Z:", zprobe_zoffset);
  3210. #if X_PROBE_OFFSET_FROM_EXTRUDER > 0
  3211. SERIAL_ECHOPGM(" (Right");
  3212. #elif X_PROBE_OFFSET_FROM_EXTRUDER < 0
  3213. SERIAL_ECHOPGM(" (Left");
  3214. #elif Y_PROBE_OFFSET_FROM_EXTRUDER != 0
  3215. SERIAL_ECHOPGM(" (Middle");
  3216. #else
  3217. SERIAL_ECHOPGM(" (Aligned With");
  3218. #endif
  3219. #if Y_PROBE_OFFSET_FROM_EXTRUDER > 0
  3220. SERIAL_ECHOPGM("-Back");
  3221. #elif Y_PROBE_OFFSET_FROM_EXTRUDER < 0
  3222. SERIAL_ECHOPGM("-Front");
  3223. #elif X_PROBE_OFFSET_FROM_EXTRUDER != 0
  3224. SERIAL_ECHOPGM("-Center");
  3225. #endif
  3226. if (zprobe_zoffset < 0)
  3227. SERIAL_ECHOPGM(" & Below");
  3228. else if (zprobe_zoffset > 0)
  3229. SERIAL_ECHOPGM(" & Above");
  3230. else
  3231. SERIAL_ECHOPGM(" & Same Z as");
  3232. SERIAL_ECHOLNPGM(" Nozzle)");
  3233. #endif
  3234. #if HAS_ABL
  3235. SERIAL_ECHOPGM("Auto Bed Leveling: ");
  3236. #if ENABLED(AUTO_BED_LEVELING_LINEAR)
  3237. SERIAL_ECHOPGM("LINEAR");
  3238. #elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
  3239. SERIAL_ECHOPGM("BILINEAR");
  3240. #elif ENABLED(AUTO_BED_LEVELING_3POINT)
  3241. SERIAL_ECHOPGM("3POINT");
  3242. #elif ENABLED(AUTO_BED_LEVELING_UBL)
  3243. SERIAL_ECHOPGM("UBL");
  3244. #endif
  3245. if (leveling_is_active()) {
  3246. SERIAL_ECHOLNPGM(" (enabled)");
  3247. #if ABL_PLANAR
  3248. const float diff[XYZ] = {
  3249. stepper.get_axis_position_mm(X_AXIS) - current_position[X_AXIS],
  3250. stepper.get_axis_position_mm(Y_AXIS) - current_position[Y_AXIS],
  3251. stepper.get_axis_position_mm(Z_AXIS) - current_position[Z_AXIS]
  3252. };
  3253. SERIAL_ECHOPGM("ABL Adjustment X");
  3254. if (diff[X_AXIS] > 0) SERIAL_CHAR('+');
  3255. SERIAL_ECHO(diff[X_AXIS]);
  3256. SERIAL_ECHOPGM(" Y");
  3257. if (diff[Y_AXIS] > 0) SERIAL_CHAR('+');
  3258. SERIAL_ECHO(diff[Y_AXIS]);
  3259. SERIAL_ECHOPGM(" Z");
  3260. if (diff[Z_AXIS] > 0) SERIAL_CHAR('+');
  3261. SERIAL_ECHO(diff[Z_AXIS]);
  3262. #elif ENABLED(AUTO_BED_LEVELING_UBL)
  3263. SERIAL_ECHOPAIR("UBL Adjustment Z", stepper.get_axis_position_mm(Z_AXIS) - current_position[Z_AXIS]);
  3264. #elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
  3265. SERIAL_ECHOPAIR("ABL Adjustment Z", bilinear_z_offset(current_position));
  3266. #endif
  3267. }
  3268. else
  3269. SERIAL_ECHOLNPGM(" (disabled)");
  3270. SERIAL_EOL();
  3271. #elif ENABLED(MESH_BED_LEVELING)
  3272. SERIAL_ECHOPGM("Mesh Bed Leveling");
  3273. if (leveling_is_active()) {
  3274. float lz = current_position[Z_AXIS];
  3275. planner.apply_leveling(current_position[X_AXIS], current_position[Y_AXIS], lz);
  3276. SERIAL_ECHOLNPGM(" (enabled)");
  3277. SERIAL_ECHOPAIR("MBL Adjustment Z", lz);
  3278. }
  3279. else
  3280. SERIAL_ECHOPGM(" (disabled)");
  3281. SERIAL_EOL();
  3282. #endif // MESH_BED_LEVELING
  3283. }
  3284. #endif // DEBUG_LEVELING_FEATURE
  3285. #if ENABLED(DELTA)
  3286. /**
  3287. * A delta can only safely home all axes at the same time
  3288. * This is like quick_home_xy() but for 3 towers.
  3289. */
  3290. inline bool home_delta() {
  3291. #if ENABLED(DEBUG_LEVELING_FEATURE)
  3292. if (DEBUGGING(LEVELING)) DEBUG_POS(">>> home_delta", current_position);
  3293. #endif
  3294. // Init the current position of all carriages to 0,0,0
  3295. ZERO(current_position);
  3296. sync_plan_position();
  3297. // Move all carriages together linearly until an endstop is hit.
  3298. current_position[X_AXIS] = current_position[Y_AXIS] = current_position[Z_AXIS] = (DELTA_HEIGHT + home_offset[Z_AXIS] + 10);
  3299. feedrate_mm_s = homing_feedrate(X_AXIS);
  3300. line_to_current_position();
  3301. stepper.synchronize();
  3302. // If an endstop was not hit, then damage can occur if homing is continued.
  3303. // This can occur if the delta height (DELTA_HEIGHT + home_offset[Z_AXIS]) is
  3304. // not set correctly.
  3305. if (!(Endstops::endstop_hit_bits & (_BV(X_MAX) | _BV(Y_MAX) | _BV(Z_MAX)))) {
  3306. LCD_MESSAGEPGM(MSG_ERR_HOMING_FAILED);
  3307. SERIAL_ERROR_START();
  3308. SERIAL_ERRORLNPGM(MSG_ERR_HOMING_FAILED);
  3309. return false;
  3310. }
  3311. endstops.hit_on_purpose(); // clear endstop hit flags
  3312. // At least one carriage has reached the top.
  3313. // Now re-home each carriage separately.
  3314. HOMEAXIS(A);
  3315. HOMEAXIS(B);
  3316. HOMEAXIS(C);
  3317. // Set all carriages to their home positions
  3318. // Do this here all at once for Delta, because
  3319. // XYZ isn't ABC. Applying this per-tower would
  3320. // give the impression that they are the same.
  3321. LOOP_XYZ(i) set_axis_is_at_home((AxisEnum)i);
  3322. SYNC_PLAN_POSITION_KINEMATIC();
  3323. #if ENABLED(DEBUG_LEVELING_FEATURE)
  3324. if (DEBUGGING(LEVELING)) DEBUG_POS("<<< home_delta", current_position);
  3325. #endif
  3326. return true;
  3327. }
  3328. #endif // DELTA
  3329. #if ENABLED(Z_SAFE_HOMING)
  3330. inline void home_z_safely() {
  3331. // Disallow Z homing if X or Y are unknown
  3332. if (!axis_known_position[X_AXIS] || !axis_known_position[Y_AXIS]) {
  3333. LCD_MESSAGEPGM(MSG_ERR_Z_HOMING);
  3334. SERIAL_ECHO_START();
  3335. SERIAL_ECHOLNPGM(MSG_ERR_Z_HOMING);
  3336. return;
  3337. }
  3338. #if ENABLED(DEBUG_LEVELING_FEATURE)
  3339. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("Z_SAFE_HOMING >>>");
  3340. #endif
  3341. SYNC_PLAN_POSITION_KINEMATIC();
  3342. /**
  3343. * Move the Z probe (or just the nozzle) to the safe homing point
  3344. */
  3345. destination[X_AXIS] = LOGICAL_X_POSITION(Z_SAFE_HOMING_X_POINT);
  3346. destination[Y_AXIS] = LOGICAL_Y_POSITION(Z_SAFE_HOMING_Y_POINT);
  3347. destination[Z_AXIS] = current_position[Z_AXIS]; // Z is already at the right height
  3348. #if HOMING_Z_WITH_PROBE
  3349. destination[X_AXIS] -= X_PROBE_OFFSET_FROM_EXTRUDER;
  3350. destination[Y_AXIS] -= Y_PROBE_OFFSET_FROM_EXTRUDER;
  3351. #endif
  3352. if (position_is_reachable_xy(destination[X_AXIS], destination[Y_AXIS])) {
  3353. #if ENABLED(DEBUG_LEVELING_FEATURE)
  3354. if (DEBUGGING(LEVELING)) DEBUG_POS("Z_SAFE_HOMING", destination);
  3355. #endif
  3356. // This causes the carriage on Dual X to unpark
  3357. #if ENABLED(DUAL_X_CARRIAGE)
  3358. active_extruder_parked = false;
  3359. #endif
  3360. do_blocking_move_to_xy(destination[X_AXIS], destination[Y_AXIS]);
  3361. HOMEAXIS(Z);
  3362. }
  3363. else {
  3364. LCD_MESSAGEPGM(MSG_ZPROBE_OUT);
  3365. SERIAL_ECHO_START();
  3366. SERIAL_ECHOLNPGM(MSG_ZPROBE_OUT);
  3367. }
  3368. #if ENABLED(DEBUG_LEVELING_FEATURE)
  3369. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("<<< Z_SAFE_HOMING");
  3370. #endif
  3371. }
  3372. #endif // Z_SAFE_HOMING
  3373. #if ENABLED(PROBE_MANUALLY)
  3374. bool g29_in_progress = false;
  3375. #else
  3376. constexpr bool g29_in_progress = false;
  3377. #endif
  3378. /**
  3379. * G28: Home all axes according to settings
  3380. *
  3381. * Parameters
  3382. *
  3383. * None Home to all axes with no parameters.
  3384. * With QUICK_HOME enabled XY will home together, then Z.
  3385. *
  3386. * Cartesian parameters
  3387. *
  3388. * X Home to the X endstop
  3389. * Y Home to the Y endstop
  3390. * Z Home to the Z endstop
  3391. *
  3392. */
  3393. inline void gcode_G28(const bool always_home_all) {
  3394. #if ENABLED(DEBUG_LEVELING_FEATURE)
  3395. if (DEBUGGING(LEVELING)) {
  3396. SERIAL_ECHOLNPGM(">>> gcode_G28");
  3397. log_machine_info();
  3398. }
  3399. #endif
  3400. // Wait for planner moves to finish!
  3401. stepper.synchronize();
  3402. // Cancel the active G29 session
  3403. #if ENABLED(PROBE_MANUALLY)
  3404. g29_in_progress = false;
  3405. #endif
  3406. // Disable the leveling matrix before homing
  3407. #if HAS_LEVELING
  3408. #if ENABLED(AUTO_BED_LEVELING_UBL)
  3409. const bool ubl_state_at_entry = leveling_is_active();
  3410. #endif
  3411. set_bed_leveling_enabled(false);
  3412. #endif
  3413. #if ENABLED(CNC_WORKSPACE_PLANES)
  3414. workspace_plane = PLANE_XY;
  3415. #endif
  3416. // Always home with tool 0 active
  3417. #if HOTENDS > 1
  3418. const uint8_t old_tool_index = active_extruder;
  3419. tool_change(0, 0, true);
  3420. #endif
  3421. #if ENABLED(DUAL_X_CARRIAGE) || ENABLED(DUAL_NOZZLE_DUPLICATION_MODE)
  3422. extruder_duplication_enabled = false;
  3423. #endif
  3424. setup_for_endstop_or_probe_move();
  3425. #if ENABLED(DEBUG_LEVELING_FEATURE)
  3426. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("> endstops.enable(true)");
  3427. #endif
  3428. endstops.enable(true); // Enable endstops for next homing move
  3429. #if ENABLED(DELTA)
  3430. home_delta();
  3431. UNUSED(always_home_all);
  3432. #else // NOT DELTA
  3433. const bool homeX = always_home_all || parser.seen('X'),
  3434. homeY = always_home_all || parser.seen('Y'),
  3435. homeZ = always_home_all || parser.seen('Z'),
  3436. home_all = (!homeX && !homeY && !homeZ) || (homeX && homeY && homeZ);
  3437. set_destination_to_current();
  3438. #if Z_HOME_DIR > 0 // If homing away from BED do Z first
  3439. if (home_all || homeZ) {
  3440. HOMEAXIS(Z);
  3441. #if ENABLED(DEBUG_LEVELING_FEATURE)
  3442. if (DEBUGGING(LEVELING)) DEBUG_POS("> HOMEAXIS(Z)", current_position);
  3443. #endif
  3444. }
  3445. #else
  3446. if (home_all || homeX || homeY) {
  3447. // Raise Z before homing any other axes and z is not already high enough (never lower z)
  3448. destination[Z_AXIS] = LOGICAL_Z_POSITION(Z_HOMING_HEIGHT);
  3449. if (destination[Z_AXIS] > current_position[Z_AXIS]) {
  3450. #if ENABLED(DEBUG_LEVELING_FEATURE)
  3451. if (DEBUGGING(LEVELING))
  3452. SERIAL_ECHOLNPAIR("Raise Z (before homing) to ", destination[Z_AXIS]);
  3453. #endif
  3454. do_blocking_move_to_z(destination[Z_AXIS]);
  3455. }
  3456. }
  3457. #endif
  3458. #if ENABLED(QUICK_HOME)
  3459. if (home_all || (homeX && homeY)) quick_home_xy();
  3460. #endif
  3461. #if ENABLED(HOME_Y_BEFORE_X)
  3462. // Home Y
  3463. if (home_all || homeY) {
  3464. HOMEAXIS(Y);
  3465. #if ENABLED(DEBUG_LEVELING_FEATURE)
  3466. if (DEBUGGING(LEVELING)) DEBUG_POS("> homeY", current_position);
  3467. #endif
  3468. }
  3469. #endif
  3470. // Home X
  3471. if (home_all || homeX) {
  3472. #if ENABLED(DUAL_X_CARRIAGE)
  3473. // Always home the 2nd (right) extruder first
  3474. active_extruder = 1;
  3475. HOMEAXIS(X);
  3476. // Remember this extruder's position for later tool change
  3477. inactive_extruder_x_pos = RAW_X_POSITION(current_position[X_AXIS]);
  3478. // Home the 1st (left) extruder
  3479. active_extruder = 0;
  3480. HOMEAXIS(X);
  3481. // Consider the active extruder to be parked
  3482. COPY(raised_parked_position, current_position);
  3483. delayed_move_time = 0;
  3484. active_extruder_parked = true;
  3485. #else
  3486. HOMEAXIS(X);
  3487. #endif
  3488. #if ENABLED(DEBUG_LEVELING_FEATURE)
  3489. if (DEBUGGING(LEVELING)) DEBUG_POS("> homeX", current_position);
  3490. #endif
  3491. }
  3492. #if DISABLED(HOME_Y_BEFORE_X)
  3493. // Home Y
  3494. if (home_all || homeY) {
  3495. HOMEAXIS(Y);
  3496. #if ENABLED(DEBUG_LEVELING_FEATURE)
  3497. if (DEBUGGING(LEVELING)) DEBUG_POS("> homeY", current_position);
  3498. #endif
  3499. }
  3500. #endif
  3501. // Home Z last if homing towards the bed
  3502. #if Z_HOME_DIR < 0
  3503. if (home_all || homeZ) {
  3504. #if ENABLED(Z_SAFE_HOMING)
  3505. home_z_safely();
  3506. #else
  3507. HOMEAXIS(Z);
  3508. #endif
  3509. #if ENABLED(DEBUG_LEVELING_FEATURE)
  3510. if (DEBUGGING(LEVELING)) DEBUG_POS("> (home_all || homeZ) > final", current_position);
  3511. #endif
  3512. } // home_all || homeZ
  3513. #endif // Z_HOME_DIR < 0
  3514. SYNC_PLAN_POSITION_KINEMATIC();
  3515. #endif // !DELTA (gcode_G28)
  3516. endstops.not_homing();
  3517. #if ENABLED(DELTA) && ENABLED(DELTA_HOME_TO_SAFE_ZONE)
  3518. // move to a height where we can use the full xy-area
  3519. do_blocking_move_to_z(delta_clip_start_height);
  3520. #endif
  3521. #if ENABLED(AUTO_BED_LEVELING_UBL)
  3522. set_bed_leveling_enabled(ubl_state_at_entry);
  3523. #endif
  3524. clean_up_after_endstop_or_probe_move();
  3525. // Restore the active tool after homing
  3526. #if HOTENDS > 1
  3527. tool_change(old_tool_index, 0,
  3528. #if ENABLED(PARKING_EXTRUDER)
  3529. false // fetch the previous toolhead
  3530. #else
  3531. true
  3532. #endif
  3533. );
  3534. #endif
  3535. lcd_refresh();
  3536. report_current_position();
  3537. #if ENABLED(DEBUG_LEVELING_FEATURE)
  3538. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("<<< gcode_G28");
  3539. #endif
  3540. } // G28
  3541. void home_all_axes() { gcode_G28(true); }
  3542. #if HAS_PROBING_PROCEDURE
  3543. void out_of_range_error(const char* p_edge) {
  3544. SERIAL_PROTOCOLPGM("?Probe ");
  3545. serialprintPGM(p_edge);
  3546. SERIAL_PROTOCOLLNPGM(" position out of range.");
  3547. }
  3548. #endif
  3549. #if ENABLED(MESH_BED_LEVELING) || ENABLED(PROBE_MANUALLY)
  3550. #if ENABLED(PROBE_MANUALLY) && ENABLED(LCD_BED_LEVELING)
  3551. extern bool lcd_wait_for_move;
  3552. #endif
  3553. inline void _manual_goto_xy(const float &x, const float &y) {
  3554. const float old_feedrate_mm_s = feedrate_mm_s;
  3555. #if MANUAL_PROBE_HEIGHT > 0
  3556. const float prev_z = current_position[Z_AXIS];
  3557. feedrate_mm_s = homing_feedrate(Z_AXIS);
  3558. current_position[Z_AXIS] = LOGICAL_Z_POSITION(MANUAL_PROBE_HEIGHT);
  3559. line_to_current_position();
  3560. #endif
  3561. feedrate_mm_s = MMM_TO_MMS(XY_PROBE_SPEED);
  3562. current_position[X_AXIS] = LOGICAL_X_POSITION(x);
  3563. current_position[Y_AXIS] = LOGICAL_Y_POSITION(y);
  3564. line_to_current_position();
  3565. #if MANUAL_PROBE_HEIGHT > 0
  3566. feedrate_mm_s = homing_feedrate(Z_AXIS);
  3567. current_position[Z_AXIS] = prev_z; // move back to the previous Z.
  3568. line_to_current_position();
  3569. #endif
  3570. feedrate_mm_s = old_feedrate_mm_s;
  3571. stepper.synchronize();
  3572. #if ENABLED(PROBE_MANUALLY) && ENABLED(LCD_BED_LEVELING)
  3573. lcd_wait_for_move = false;
  3574. #endif
  3575. }
  3576. #endif
  3577. #if ENABLED(MESH_BED_LEVELING)
  3578. // Save 130 bytes with non-duplication of PSTR
  3579. void echo_not_entered() { SERIAL_PROTOCOLLNPGM(" not entered."); }
  3580. void mbl_mesh_report() {
  3581. SERIAL_PROTOCOLLNPGM("Num X,Y: " STRINGIFY(GRID_MAX_POINTS_X) "," STRINGIFY(GRID_MAX_POINTS_Y));
  3582. SERIAL_PROTOCOLPGM("Z offset: "); SERIAL_PROTOCOL_F(mbl.z_offset, 5);
  3583. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  3584. print_2d_array(GRID_MAX_POINTS_X, GRID_MAX_POINTS_Y, 5,
  3585. [](const uint8_t ix, const uint8_t iy) { return mbl.z_values[ix][iy]; }
  3586. );
  3587. }
  3588. void mesh_probing_done() {
  3589. mbl.set_has_mesh(true);
  3590. home_all_axes();
  3591. set_bed_leveling_enabled(true);
  3592. #if ENABLED(MESH_G28_REST_ORIGIN)
  3593. current_position[Z_AXIS] = LOGICAL_Z_POSITION(Z_MIN_POS);
  3594. set_destination_to_current();
  3595. line_to_destination(homing_feedrate(Z_AXIS));
  3596. stepper.synchronize();
  3597. #endif
  3598. }
  3599. /**
  3600. * G29: Mesh-based Z probe, probes a grid and produces a
  3601. * mesh to compensate for variable bed height
  3602. *
  3603. * Parameters With MESH_BED_LEVELING:
  3604. *
  3605. * S0 Produce a mesh report
  3606. * S1 Start probing mesh points
  3607. * S2 Probe the next mesh point
  3608. * S3 Xn Yn Zn.nn Manually modify a single point
  3609. * S4 Zn.nn Set z offset. Positive away from bed, negative closer to bed.
  3610. * S5 Reset and disable mesh
  3611. *
  3612. * The S0 report the points as below
  3613. *
  3614. * +----> X-axis 1-n
  3615. * |
  3616. * |
  3617. * v Y-axis 1-n
  3618. *
  3619. */
  3620. inline void gcode_G29() {
  3621. static int mbl_probe_index = -1;
  3622. #if HAS_SOFTWARE_ENDSTOPS
  3623. static bool enable_soft_endstops;
  3624. #endif
  3625. const MeshLevelingState state = (MeshLevelingState)parser.byteval('S', (int8_t)MeshReport);
  3626. if (!WITHIN(state, 0, 5)) {
  3627. SERIAL_PROTOCOLLNPGM("S out of range (0-5).");
  3628. return;
  3629. }
  3630. int8_t px, py;
  3631. switch (state) {
  3632. case MeshReport:
  3633. if (leveling_is_valid()) {
  3634. SERIAL_PROTOCOLLNPAIR("State: ", leveling_is_active() ? MSG_ON : MSG_OFF);
  3635. mbl_mesh_report();
  3636. }
  3637. else
  3638. SERIAL_PROTOCOLLNPGM("Mesh bed leveling has no data.");
  3639. break;
  3640. case MeshStart:
  3641. mbl.reset();
  3642. mbl_probe_index = 0;
  3643. enqueue_and_echo_commands_P(PSTR("G28\nG29 S2"));
  3644. break;
  3645. case MeshNext:
  3646. if (mbl_probe_index < 0) {
  3647. SERIAL_PROTOCOLLNPGM("Start mesh probing with \"G29 S1\" first.");
  3648. return;
  3649. }
  3650. // For each G29 S2...
  3651. if (mbl_probe_index == 0) {
  3652. #if HAS_SOFTWARE_ENDSTOPS
  3653. // For the initial G29 S2 save software endstop state
  3654. enable_soft_endstops = soft_endstops_enabled;
  3655. #endif
  3656. }
  3657. else {
  3658. // For G29 S2 after adjusting Z.
  3659. mbl.set_zigzag_z(mbl_probe_index - 1, current_position[Z_AXIS]);
  3660. #if HAS_SOFTWARE_ENDSTOPS
  3661. soft_endstops_enabled = enable_soft_endstops;
  3662. #endif
  3663. }
  3664. // If there's another point to sample, move there with optional lift.
  3665. if (mbl_probe_index < GRID_MAX_POINTS) {
  3666. mbl.zigzag(mbl_probe_index, px, py);
  3667. _manual_goto_xy(mbl.index_to_xpos[px], mbl.index_to_ypos[py]);
  3668. #if HAS_SOFTWARE_ENDSTOPS
  3669. // Disable software endstops to allow manual adjustment
  3670. // If G29 is not completed, they will not be re-enabled
  3671. soft_endstops_enabled = false;
  3672. #endif
  3673. mbl_probe_index++;
  3674. }
  3675. else {
  3676. // One last "return to the bed" (as originally coded) at completion
  3677. current_position[Z_AXIS] = LOGICAL_Z_POSITION(Z_MIN_POS) + MANUAL_PROBE_HEIGHT;
  3678. line_to_current_position();
  3679. stepper.synchronize();
  3680. // After recording the last point, activate home and activate
  3681. mbl_probe_index = -1;
  3682. SERIAL_PROTOCOLLNPGM("Mesh probing done.");
  3683. BUZZ(100, 659);
  3684. BUZZ(100, 698);
  3685. mesh_probing_done();
  3686. }
  3687. break;
  3688. case MeshSet:
  3689. if (parser.seenval('X')) {
  3690. px = parser.value_int() - 1;
  3691. if (!WITHIN(px, 0, GRID_MAX_POINTS_X - 1)) {
  3692. SERIAL_PROTOCOLLNPGM("X out of range (1-" STRINGIFY(GRID_MAX_POINTS_X) ").");
  3693. return;
  3694. }
  3695. }
  3696. else {
  3697. SERIAL_CHAR('X'); echo_not_entered();
  3698. return;
  3699. }
  3700. if (parser.seenval('Y')) {
  3701. py = parser.value_int() - 1;
  3702. if (!WITHIN(py, 0, GRID_MAX_POINTS_Y - 1)) {
  3703. SERIAL_PROTOCOLLNPGM("Y out of range (1-" STRINGIFY(GRID_MAX_POINTS_Y) ").");
  3704. return;
  3705. }
  3706. }
  3707. else {
  3708. SERIAL_CHAR('Y'); echo_not_entered();
  3709. return;
  3710. }
  3711. if (parser.seenval('Z')) {
  3712. mbl.z_values[px][py] = parser.value_linear_units();
  3713. }
  3714. else {
  3715. SERIAL_CHAR('Z'); echo_not_entered();
  3716. return;
  3717. }
  3718. break;
  3719. case MeshSetZOffset:
  3720. if (parser.seenval('Z')) {
  3721. mbl.z_offset = parser.value_linear_units();
  3722. }
  3723. else {
  3724. SERIAL_CHAR('Z'); echo_not_entered();
  3725. return;
  3726. }
  3727. break;
  3728. case MeshReset:
  3729. reset_bed_level();
  3730. break;
  3731. } // switch(state)
  3732. report_current_position();
  3733. }
  3734. #elif HAS_ABL && DISABLED(AUTO_BED_LEVELING_UBL)
  3735. #if ABL_GRID
  3736. #if ENABLED(PROBE_Y_FIRST)
  3737. #define PR_OUTER_VAR xCount
  3738. #define PR_OUTER_END abl_grid_points_x
  3739. #define PR_INNER_VAR yCount
  3740. #define PR_INNER_END abl_grid_points_y
  3741. #else
  3742. #define PR_OUTER_VAR yCount
  3743. #define PR_OUTER_END abl_grid_points_y
  3744. #define PR_INNER_VAR xCount
  3745. #define PR_INNER_END abl_grid_points_x
  3746. #endif
  3747. #endif
  3748. /**
  3749. * G29: Detailed Z probe, probes the bed at 3 or more points.
  3750. * Will fail if the printer has not been homed with G28.
  3751. *
  3752. * Enhanced G29 Auto Bed Leveling Probe Routine
  3753. *
  3754. * D Dry-Run mode. Just evaluate the bed Topology - Don't apply
  3755. * or alter the bed level data. Useful to check the topology
  3756. * after a first run of G29.
  3757. *
  3758. * J Jettison current bed leveling data
  3759. *
  3760. * V Set the verbose level (0-4). Example: "G29 V3"
  3761. *
  3762. * Parameters With LINEAR leveling only:
  3763. *
  3764. * P Set the size of the grid that will be probed (P x P points).
  3765. * Example: "G29 P4"
  3766. *
  3767. * X Set the X size of the grid that will be probed (X x Y points).
  3768. * Example: "G29 X7 Y5"
  3769. *
  3770. * Y Set the Y size of the grid that will be probed (X x Y points).
  3771. *
  3772. * T Generate a Bed Topology Report. Example: "G29 P5 T" for a detailed report.
  3773. * This is useful for manual bed leveling and finding flaws in the bed (to
  3774. * assist with part placement).
  3775. * Not supported by non-linear delta printer bed leveling.
  3776. *
  3777. * Parameters With LINEAR and BILINEAR leveling only:
  3778. *
  3779. * S Set the XY travel speed between probe points (in units/min)
  3780. *
  3781. * F Set the Front limit of the probing grid
  3782. * B Set the Back limit of the probing grid
  3783. * L Set the Left limit of the probing grid
  3784. * R Set the Right limit of the probing grid
  3785. *
  3786. * Parameters with DEBUG_LEVELING_FEATURE only:
  3787. *
  3788. * C Make a totally fake grid with no actual probing.
  3789. * For use in testing when no probing is possible.
  3790. *
  3791. * Parameters with BILINEAR leveling only:
  3792. *
  3793. * Z Supply an additional Z probe offset
  3794. *
  3795. * Extra parameters with PROBE_MANUALLY:
  3796. *
  3797. * To do manual probing simply repeat G29 until the procedure is complete.
  3798. * The first G29 accepts parameters. 'G29 Q' for status, 'G29 A' to abort.
  3799. *
  3800. * Q Query leveling and G29 state
  3801. *
  3802. * A Abort current leveling procedure
  3803. *
  3804. * Extra parameters with BILINEAR only:
  3805. *
  3806. * W Write a mesh point. (If G29 is idle.)
  3807. * I X index for mesh point
  3808. * J Y index for mesh point
  3809. * X X for mesh point, overrides I
  3810. * Y Y for mesh point, overrides J
  3811. * Z Z for mesh point. Otherwise, raw current Z.
  3812. *
  3813. * Without PROBE_MANUALLY:
  3814. *
  3815. * E By default G29 will engage the Z probe, test the bed, then disengage.
  3816. * Include "E" to engage/disengage the Z probe for each sample.
  3817. * There's no extra effect if you have a fixed Z probe.
  3818. *
  3819. */
  3820. inline void gcode_G29() {
  3821. // G29 Q is also available if debugging
  3822. #if ENABLED(DEBUG_LEVELING_FEATURE)
  3823. const bool query = parser.seen('Q');
  3824. const uint8_t old_debug_flags = marlin_debug_flags;
  3825. if (query) marlin_debug_flags |= DEBUG_LEVELING;
  3826. if (DEBUGGING(LEVELING)) {
  3827. DEBUG_POS(">>> gcode_G29", current_position);
  3828. log_machine_info();
  3829. }
  3830. marlin_debug_flags = old_debug_flags;
  3831. #if DISABLED(PROBE_MANUALLY)
  3832. if (query) return;
  3833. #endif
  3834. #endif
  3835. #if ENABLED(PROBE_MANUALLY)
  3836. const bool seenA = parser.seen('A'), seenQ = parser.seen('Q'), no_action = seenA || seenQ;
  3837. #endif
  3838. #if ENABLED(DEBUG_LEVELING_FEATURE) && DISABLED(PROBE_MANUALLY)
  3839. const bool faux = parser.boolval('C');
  3840. #elif ENABLED(PROBE_MANUALLY)
  3841. const bool faux = no_action;
  3842. #else
  3843. bool constexpr faux = false;
  3844. #endif
  3845. // Don't allow auto-leveling without homing first
  3846. if (axis_unhomed_error()) return;
  3847. // Define local vars 'static' for manual probing, 'auto' otherwise
  3848. #if ENABLED(PROBE_MANUALLY)
  3849. #define ABL_VAR static
  3850. #else
  3851. #define ABL_VAR
  3852. #endif
  3853. ABL_VAR int verbose_level;
  3854. ABL_VAR float xProbe, yProbe, measured_z;
  3855. ABL_VAR bool dryrun, abl_should_enable;
  3856. #if ENABLED(PROBE_MANUALLY) || ENABLED(AUTO_BED_LEVELING_LINEAR)
  3857. ABL_VAR int abl_probe_index;
  3858. #endif
  3859. #if HAS_SOFTWARE_ENDSTOPS && ENABLED(PROBE_MANUALLY)
  3860. ABL_VAR bool enable_soft_endstops = true;
  3861. #endif
  3862. #if ABL_GRID
  3863. #if ENABLED(PROBE_MANUALLY)
  3864. ABL_VAR uint8_t PR_OUTER_VAR;
  3865. ABL_VAR int8_t PR_INNER_VAR;
  3866. #endif
  3867. ABL_VAR int left_probe_bed_position, right_probe_bed_position, front_probe_bed_position, back_probe_bed_position;
  3868. ABL_VAR float xGridSpacing = 0, yGridSpacing = 0;
  3869. #if ENABLED(AUTO_BED_LEVELING_LINEAR)
  3870. ABL_VAR uint8_t abl_grid_points_x = GRID_MAX_POINTS_X,
  3871. abl_grid_points_y = GRID_MAX_POINTS_Y;
  3872. ABL_VAR bool do_topography_map;
  3873. #else // Bilinear
  3874. uint8_t constexpr abl_grid_points_x = GRID_MAX_POINTS_X,
  3875. abl_grid_points_y = GRID_MAX_POINTS_Y;
  3876. #endif
  3877. #if ENABLED(AUTO_BED_LEVELING_LINEAR) || ENABLED(PROBE_MANUALLY)
  3878. #if ENABLED(AUTO_BED_LEVELING_LINEAR)
  3879. ABL_VAR int abl2;
  3880. #else // Bilinear
  3881. int constexpr abl2 = GRID_MAX_POINTS;
  3882. #endif
  3883. #endif
  3884. #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
  3885. ABL_VAR float zoffset;
  3886. #elif ENABLED(AUTO_BED_LEVELING_LINEAR)
  3887. ABL_VAR int indexIntoAB[GRID_MAX_POINTS_X][GRID_MAX_POINTS_Y];
  3888. ABL_VAR float eqnAMatrix[GRID_MAX_POINTS * 3], // "A" matrix of the linear system of equations
  3889. eqnBVector[GRID_MAX_POINTS], // "B" vector of Z points
  3890. mean;
  3891. #endif
  3892. #elif ENABLED(AUTO_BED_LEVELING_3POINT)
  3893. int constexpr abl2 = 3;
  3894. // Probe at 3 arbitrary points
  3895. ABL_VAR vector_3 points[3] = {
  3896. vector_3(ABL_PROBE_PT_1_X, ABL_PROBE_PT_1_Y, 0),
  3897. vector_3(ABL_PROBE_PT_2_X, ABL_PROBE_PT_2_Y, 0),
  3898. vector_3(ABL_PROBE_PT_3_X, ABL_PROBE_PT_3_Y, 0)
  3899. };
  3900. #endif // AUTO_BED_LEVELING_3POINT
  3901. #if ENABLED(AUTO_BED_LEVELING_LINEAR)
  3902. struct linear_fit_data lsf_results;
  3903. incremental_LSF_reset(&lsf_results);
  3904. #endif
  3905. /**
  3906. * On the initial G29 fetch command parameters.
  3907. */
  3908. if (!g29_in_progress) {
  3909. #if ENABLED(PROBE_MANUALLY) || ENABLED(AUTO_BED_LEVELING_LINEAR)
  3910. abl_probe_index = -1;
  3911. #endif
  3912. abl_should_enable = leveling_is_active();
  3913. #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
  3914. if (parser.seen('W')) {
  3915. if (!leveling_is_valid()) {
  3916. SERIAL_ERROR_START();
  3917. SERIAL_ERRORLNPGM("No bilinear grid");
  3918. return;
  3919. }
  3920. const float z = parser.floatval('Z', RAW_CURRENT_POSITION(Z));
  3921. if (!WITHIN(z, -10, 10)) {
  3922. SERIAL_ERROR_START();
  3923. SERIAL_ERRORLNPGM("Bad Z value");
  3924. return;
  3925. }
  3926. const float x = parser.floatval('X', NAN),
  3927. y = parser.floatval('Y', NAN);
  3928. int8_t i = parser.byteval('I', -1),
  3929. j = parser.byteval('J', -1);
  3930. if (!isnan(x) && !isnan(y)) {
  3931. // Get nearest i / j from x / y
  3932. i = (x - LOGICAL_X_POSITION(bilinear_start[X_AXIS]) + 0.5 * xGridSpacing) / xGridSpacing;
  3933. j = (y - LOGICAL_Y_POSITION(bilinear_start[Y_AXIS]) + 0.5 * yGridSpacing) / yGridSpacing;
  3934. i = constrain(i, 0, GRID_MAX_POINTS_X - 1);
  3935. j = constrain(j, 0, GRID_MAX_POINTS_Y - 1);
  3936. }
  3937. if (WITHIN(i, 0, GRID_MAX_POINTS_X - 1) && WITHIN(j, 0, GRID_MAX_POINTS_Y)) {
  3938. set_bed_leveling_enabled(false);
  3939. z_values[i][j] = z;
  3940. #if ENABLED(ABL_BILINEAR_SUBDIVISION)
  3941. bed_level_virt_interpolate();
  3942. #endif
  3943. set_bed_leveling_enabled(abl_should_enable);
  3944. }
  3945. return;
  3946. } // parser.seen('W')
  3947. #endif
  3948. #if HAS_LEVELING
  3949. // Jettison bed leveling data
  3950. if (parser.seen('J')) {
  3951. reset_bed_level();
  3952. return;
  3953. }
  3954. #endif
  3955. verbose_level = parser.intval('V');
  3956. if (!WITHIN(verbose_level, 0, 4)) {
  3957. SERIAL_PROTOCOLLNPGM("?(V)erbose level is implausible (0-4).");
  3958. return;
  3959. }
  3960. dryrun = parser.boolval('D')
  3961. #if ENABLED(PROBE_MANUALLY)
  3962. || no_action
  3963. #endif
  3964. ;
  3965. #if ENABLED(AUTO_BED_LEVELING_LINEAR)
  3966. do_topography_map = verbose_level > 2 || parser.boolval('T');
  3967. // X and Y specify points in each direction, overriding the default
  3968. // These values may be saved with the completed mesh
  3969. abl_grid_points_x = parser.intval('X', GRID_MAX_POINTS_X);
  3970. abl_grid_points_y = parser.intval('Y', GRID_MAX_POINTS_Y);
  3971. if (parser.seenval('P')) abl_grid_points_x = abl_grid_points_y = parser.value_int();
  3972. if (abl_grid_points_x < 2 || abl_grid_points_y < 2) {
  3973. SERIAL_PROTOCOLLNPGM("?Number of probe points is implausible (2 minimum).");
  3974. return;
  3975. }
  3976. abl2 = abl_grid_points_x * abl_grid_points_y;
  3977. #elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
  3978. zoffset = parser.linearval('Z');
  3979. #endif
  3980. #if ABL_GRID
  3981. xy_probe_feedrate_mm_s = MMM_TO_MMS(parser.linearval('S', XY_PROBE_SPEED));
  3982. left_probe_bed_position = (int)parser.linearval('L', LOGICAL_X_POSITION(LEFT_PROBE_BED_POSITION));
  3983. right_probe_bed_position = (int)parser.linearval('R', LOGICAL_X_POSITION(RIGHT_PROBE_BED_POSITION));
  3984. front_probe_bed_position = (int)parser.linearval('F', LOGICAL_Y_POSITION(FRONT_PROBE_BED_POSITION));
  3985. back_probe_bed_position = (int)parser.linearval('B', LOGICAL_Y_POSITION(BACK_PROBE_BED_POSITION));
  3986. const bool left_out_l = left_probe_bed_position < LOGICAL_X_POSITION(MIN_PROBE_X),
  3987. left_out = left_out_l || left_probe_bed_position > right_probe_bed_position - (MIN_PROBE_EDGE),
  3988. right_out_r = right_probe_bed_position > LOGICAL_X_POSITION(MAX_PROBE_X),
  3989. right_out = right_out_r || right_probe_bed_position < left_probe_bed_position + MIN_PROBE_EDGE,
  3990. front_out_f = front_probe_bed_position < LOGICAL_Y_POSITION(MIN_PROBE_Y),
  3991. front_out = front_out_f || front_probe_bed_position > back_probe_bed_position - (MIN_PROBE_EDGE),
  3992. back_out_b = back_probe_bed_position > LOGICAL_Y_POSITION(MAX_PROBE_Y),
  3993. back_out = back_out_b || back_probe_bed_position < front_probe_bed_position + MIN_PROBE_EDGE;
  3994. if (left_out || right_out || front_out || back_out) {
  3995. if (left_out) {
  3996. out_of_range_error(PSTR("(L)eft"));
  3997. left_probe_bed_position = left_out_l ? LOGICAL_X_POSITION(MIN_PROBE_X) : right_probe_bed_position - (MIN_PROBE_EDGE);
  3998. }
  3999. if (right_out) {
  4000. out_of_range_error(PSTR("(R)ight"));
  4001. right_probe_bed_position = right_out_r ? LOGICAL_Y_POSITION(MAX_PROBE_X) : left_probe_bed_position + MIN_PROBE_EDGE;
  4002. }
  4003. if (front_out) {
  4004. out_of_range_error(PSTR("(F)ront"));
  4005. front_probe_bed_position = front_out_f ? LOGICAL_Y_POSITION(MIN_PROBE_Y) : back_probe_bed_position - (MIN_PROBE_EDGE);
  4006. }
  4007. if (back_out) {
  4008. out_of_range_error(PSTR("(B)ack"));
  4009. back_probe_bed_position = back_out_b ? LOGICAL_Y_POSITION(MAX_PROBE_Y) : front_probe_bed_position + MIN_PROBE_EDGE;
  4010. }
  4011. return;
  4012. }
  4013. // probe at the points of a lattice grid
  4014. xGridSpacing = (right_probe_bed_position - left_probe_bed_position) / (abl_grid_points_x - 1);
  4015. yGridSpacing = (back_probe_bed_position - front_probe_bed_position) / (abl_grid_points_y - 1);
  4016. #endif // ABL_GRID
  4017. if (verbose_level > 0) {
  4018. SERIAL_PROTOCOLLNPGM("G29 Auto Bed Leveling");
  4019. if (dryrun) SERIAL_PROTOCOLLNPGM("Running in DRY-RUN mode");
  4020. }
  4021. stepper.synchronize();
  4022. // Disable auto bed leveling during G29
  4023. planner.abl_enabled = false;
  4024. if (!dryrun) {
  4025. // Re-orient the current position without leveling
  4026. // based on where the steppers are positioned.
  4027. set_current_from_steppers_for_axis(ALL_AXES);
  4028. // Sync the planner to where the steppers stopped
  4029. SYNC_PLAN_POSITION_KINEMATIC();
  4030. }
  4031. #if HAS_BED_PROBE
  4032. // Deploy the probe. Probe will raise if needed.
  4033. if (DEPLOY_PROBE()) {
  4034. planner.abl_enabled = abl_should_enable;
  4035. return;
  4036. }
  4037. #endif
  4038. if (!faux) setup_for_endstop_or_probe_move();
  4039. #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
  4040. #if ENABLED(PROBE_MANUALLY)
  4041. if (!no_action)
  4042. #endif
  4043. if ( xGridSpacing != bilinear_grid_spacing[X_AXIS]
  4044. || yGridSpacing != bilinear_grid_spacing[Y_AXIS]
  4045. || left_probe_bed_position != LOGICAL_X_POSITION(bilinear_start[X_AXIS])
  4046. || front_probe_bed_position != LOGICAL_Y_POSITION(bilinear_start[Y_AXIS])
  4047. ) {
  4048. if (dryrun) {
  4049. // Before reset bed level, re-enable to correct the position
  4050. planner.abl_enabled = abl_should_enable;
  4051. }
  4052. // Reset grid to 0.0 or "not probed". (Also disables ABL)
  4053. reset_bed_level();
  4054. // Initialize a grid with the given dimensions
  4055. bilinear_grid_spacing[X_AXIS] = xGridSpacing;
  4056. bilinear_grid_spacing[Y_AXIS] = yGridSpacing;
  4057. bilinear_start[X_AXIS] = RAW_X_POSITION(left_probe_bed_position);
  4058. bilinear_start[Y_AXIS] = RAW_Y_POSITION(front_probe_bed_position);
  4059. // Can't re-enable (on error) until the new grid is written
  4060. abl_should_enable = false;
  4061. }
  4062. #endif // AUTO_BED_LEVELING_BILINEAR
  4063. #if ENABLED(AUTO_BED_LEVELING_3POINT)
  4064. #if ENABLED(DEBUG_LEVELING_FEATURE)
  4065. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("> 3-point Leveling");
  4066. #endif
  4067. // Probe at 3 arbitrary points
  4068. points[0].z = points[1].z = points[2].z = 0;
  4069. #endif // AUTO_BED_LEVELING_3POINT
  4070. } // !g29_in_progress
  4071. #if ENABLED(PROBE_MANUALLY)
  4072. // For manual probing, get the next index to probe now.
  4073. // On the first probe this will be incremented to 0.
  4074. if (!no_action) {
  4075. ++abl_probe_index;
  4076. g29_in_progress = true;
  4077. }
  4078. // Abort current G29 procedure, go back to idle state
  4079. if (seenA && g29_in_progress) {
  4080. SERIAL_PROTOCOLLNPGM("Manual G29 aborted");
  4081. #if HAS_SOFTWARE_ENDSTOPS
  4082. soft_endstops_enabled = enable_soft_endstops;
  4083. #endif
  4084. planner.abl_enabled = abl_should_enable;
  4085. g29_in_progress = false;
  4086. #if ENABLED(LCD_BED_LEVELING)
  4087. lcd_wait_for_move = false;
  4088. #endif
  4089. }
  4090. // Query G29 status
  4091. if (verbose_level || seenQ) {
  4092. SERIAL_PROTOCOLPGM("Manual G29 ");
  4093. if (g29_in_progress) {
  4094. SERIAL_PROTOCOLPAIR("point ", min(abl_probe_index + 1, abl2));
  4095. SERIAL_PROTOCOLLNPAIR(" of ", abl2);
  4096. }
  4097. else
  4098. SERIAL_PROTOCOLLNPGM("idle");
  4099. }
  4100. if (no_action) return;
  4101. if (abl_probe_index == 0) {
  4102. // For the initial G29 save software endstop state
  4103. #if HAS_SOFTWARE_ENDSTOPS
  4104. enable_soft_endstops = soft_endstops_enabled;
  4105. #endif
  4106. }
  4107. else {
  4108. // For G29 after adjusting Z.
  4109. // Save the previous Z before going to the next point
  4110. measured_z = current_position[Z_AXIS];
  4111. #if ENABLED(AUTO_BED_LEVELING_LINEAR)
  4112. mean += measured_z;
  4113. eqnBVector[abl_probe_index] = measured_z;
  4114. eqnAMatrix[abl_probe_index + 0 * abl2] = xProbe;
  4115. eqnAMatrix[abl_probe_index + 1 * abl2] = yProbe;
  4116. eqnAMatrix[abl_probe_index + 2 * abl2] = 1;
  4117. incremental_LSF(&lsf_results, xProbe, yProbe, measured_z);
  4118. #elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
  4119. z_values[xCount][yCount] = measured_z + zoffset;
  4120. #if ENABLED(DEBUG_LEVELING_FEATURE)
  4121. if (DEBUGGING(LEVELING)) {
  4122. SERIAL_PROTOCOLPAIR("Save X", xCount);
  4123. SERIAL_PROTOCOLPAIR(" Y", yCount);
  4124. SERIAL_PROTOCOLLNPAIR(" Z", measured_z + zoffset);
  4125. }
  4126. #endif
  4127. #elif ENABLED(AUTO_BED_LEVELING_3POINT)
  4128. points[abl_probe_index].z = measured_z;
  4129. #endif
  4130. }
  4131. //
  4132. // If there's another point to sample, move there with optional lift.
  4133. //
  4134. #if ABL_GRID
  4135. // Skip any unreachable points
  4136. while (abl_probe_index < abl2) {
  4137. // Set xCount, yCount based on abl_probe_index, with zig-zag
  4138. PR_OUTER_VAR = abl_probe_index / PR_INNER_END;
  4139. PR_INNER_VAR = abl_probe_index - (PR_OUTER_VAR * PR_INNER_END);
  4140. // Probe in reverse order for every other row/column
  4141. bool zig = (PR_OUTER_VAR & 1); // != ((PR_OUTER_END) & 1);
  4142. if (zig) PR_INNER_VAR = (PR_INNER_END - 1) - PR_INNER_VAR;
  4143. const float xBase = xCount * xGridSpacing + left_probe_bed_position,
  4144. yBase = yCount * yGridSpacing + front_probe_bed_position;
  4145. xProbe = FLOOR(xBase + (xBase < 0 ? 0 : 0.5));
  4146. yProbe = FLOOR(yBase + (yBase < 0 ? 0 : 0.5));
  4147. #if ENABLED(AUTO_BED_LEVELING_LINEAR)
  4148. indexIntoAB[xCount][yCount] = abl_probe_index;
  4149. #endif
  4150. // Keep looping till a reachable point is found
  4151. if (position_is_reachable_xy(xProbe, yProbe)) break;
  4152. ++abl_probe_index;
  4153. }
  4154. // Is there a next point to move to?
  4155. if (abl_probe_index < abl2) {
  4156. _manual_goto_xy(xProbe, yProbe); // Can be used here too!
  4157. #if HAS_SOFTWARE_ENDSTOPS
  4158. // Disable software endstops to allow manual adjustment
  4159. // If G29 is not completed, they will not be re-enabled
  4160. soft_endstops_enabled = false;
  4161. #endif
  4162. return;
  4163. }
  4164. else {
  4165. // Leveling done! Fall through to G29 finishing code below
  4166. SERIAL_PROTOCOLLNPGM("Grid probing done.");
  4167. // Re-enable software endstops, if needed
  4168. #if HAS_SOFTWARE_ENDSTOPS
  4169. soft_endstops_enabled = enable_soft_endstops;
  4170. #endif
  4171. }
  4172. #elif ENABLED(AUTO_BED_LEVELING_3POINT)
  4173. // Probe at 3 arbitrary points
  4174. if (abl_probe_index < 3) {
  4175. xProbe = LOGICAL_X_POSITION(points[abl_probe_index].x);
  4176. yProbe = LOGICAL_Y_POSITION(points[abl_probe_index].y);
  4177. #if HAS_SOFTWARE_ENDSTOPS
  4178. // Disable software endstops to allow manual adjustment
  4179. // If G29 is not completed, they will not be re-enabled
  4180. soft_endstops_enabled = false;
  4181. #endif
  4182. return;
  4183. }
  4184. else {
  4185. SERIAL_PROTOCOLLNPGM("3-point probing done.");
  4186. // Re-enable software endstops, if needed
  4187. #if HAS_SOFTWARE_ENDSTOPS
  4188. soft_endstops_enabled = enable_soft_endstops;
  4189. #endif
  4190. if (!dryrun) {
  4191. vector_3 planeNormal = vector_3::cross(points[0] - points[1], points[2] - points[1]).get_normal();
  4192. if (planeNormal.z < 0) {
  4193. planeNormal.x *= -1;
  4194. planeNormal.y *= -1;
  4195. planeNormal.z *= -1;
  4196. }
  4197. planner.bed_level_matrix = matrix_3x3::create_look_at(planeNormal);
  4198. // Can't re-enable (on error) until the new grid is written
  4199. abl_should_enable = false;
  4200. }
  4201. }
  4202. #endif // AUTO_BED_LEVELING_3POINT
  4203. #else // !PROBE_MANUALLY
  4204. {
  4205. const bool stow_probe_after_each = parser.boolval('E');
  4206. #if ABL_GRID
  4207. bool zig = PR_OUTER_END & 1; // Always end at RIGHT and BACK_PROBE_BED_POSITION
  4208. // Outer loop is Y with PROBE_Y_FIRST disabled
  4209. for (uint8_t PR_OUTER_VAR = 0; PR_OUTER_VAR < PR_OUTER_END && !isnan(measured_z); PR_OUTER_VAR++) {
  4210. int8_t inStart, inStop, inInc;
  4211. if (zig) { // away from origin
  4212. inStart = 0;
  4213. inStop = PR_INNER_END;
  4214. inInc = 1;
  4215. }
  4216. else { // towards origin
  4217. inStart = PR_INNER_END - 1;
  4218. inStop = -1;
  4219. inInc = -1;
  4220. }
  4221. zig ^= true; // zag
  4222. // Inner loop is Y with PROBE_Y_FIRST enabled
  4223. for (int8_t PR_INNER_VAR = inStart; PR_INNER_VAR != inStop; PR_INNER_VAR += inInc) {
  4224. float xBase = left_probe_bed_position + xGridSpacing * xCount,
  4225. yBase = front_probe_bed_position + yGridSpacing * yCount;
  4226. xProbe = FLOOR(xBase + (xBase < 0 ? 0 : 0.5));
  4227. yProbe = FLOOR(yBase + (yBase < 0 ? 0 : 0.5));
  4228. #if ENABLED(AUTO_BED_LEVELING_LINEAR)
  4229. indexIntoAB[xCount][yCount] = ++abl_probe_index; // 0...
  4230. #endif
  4231. #if IS_KINEMATIC
  4232. // Avoid probing outside the round or hexagonal area
  4233. if (!position_is_reachable_by_probe_xy(xProbe, yProbe)) continue;
  4234. #endif
  4235. measured_z = faux ? 0.001 * random(-100, 101) : probe_pt(xProbe, yProbe, stow_probe_after_each, verbose_level);
  4236. if (isnan(measured_z)) {
  4237. planner.abl_enabled = abl_should_enable;
  4238. break;
  4239. }
  4240. #if ENABLED(AUTO_BED_LEVELING_LINEAR)
  4241. mean += measured_z;
  4242. eqnBVector[abl_probe_index] = measured_z;
  4243. eqnAMatrix[abl_probe_index + 0 * abl2] = xProbe;
  4244. eqnAMatrix[abl_probe_index + 1 * abl2] = yProbe;
  4245. eqnAMatrix[abl_probe_index + 2 * abl2] = 1;
  4246. incremental_LSF(&lsf_results, xProbe, yProbe, measured_z);
  4247. #elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
  4248. z_values[xCount][yCount] = measured_z + zoffset;
  4249. #endif
  4250. abl_should_enable = false;
  4251. idle();
  4252. } // inner
  4253. } // outer
  4254. #elif ENABLED(AUTO_BED_LEVELING_3POINT)
  4255. // Probe at 3 arbitrary points
  4256. for (uint8_t i = 0; i < 3; ++i) {
  4257. // Retain the last probe position
  4258. xProbe = LOGICAL_X_POSITION(points[i].x);
  4259. yProbe = LOGICAL_Y_POSITION(points[i].y);
  4260. measured_z = faux ? 0.001 * random(-100, 101) : probe_pt(xProbe, yProbe, stow_probe_after_each, verbose_level);
  4261. if (isnan(measured_z)) {
  4262. planner.abl_enabled = abl_should_enable;
  4263. break;
  4264. }
  4265. points[i].z = measured_z;
  4266. }
  4267. if (!dryrun && !isnan(measured_z)) {
  4268. vector_3 planeNormal = vector_3::cross(points[0] - points[1], points[2] - points[1]).get_normal();
  4269. if (planeNormal.z < 0) {
  4270. planeNormal.x *= -1;
  4271. planeNormal.y *= -1;
  4272. planeNormal.z *= -1;
  4273. }
  4274. planner.bed_level_matrix = matrix_3x3::create_look_at(planeNormal);
  4275. // Can't re-enable (on error) until the new grid is written
  4276. abl_should_enable = false;
  4277. }
  4278. #endif // AUTO_BED_LEVELING_3POINT
  4279. // Raise to _Z_CLEARANCE_DEPLOY_PROBE. Stow the probe.
  4280. if (STOW_PROBE()) {
  4281. planner.abl_enabled = abl_should_enable;
  4282. measured_z = NAN;
  4283. }
  4284. }
  4285. #endif // !PROBE_MANUALLY
  4286. //
  4287. // G29 Finishing Code
  4288. //
  4289. // Unless this is a dry run, auto bed leveling will
  4290. // definitely be enabled after this point.
  4291. //
  4292. // If code above wants to continue leveling, it should
  4293. // return or loop before this point.
  4294. //
  4295. #if ENABLED(DEBUG_LEVELING_FEATURE)
  4296. if (DEBUGGING(LEVELING)) DEBUG_POS("> probing complete", current_position);
  4297. #endif
  4298. #if ENABLED(PROBE_MANUALLY)
  4299. g29_in_progress = false;
  4300. #if ENABLED(LCD_BED_LEVELING)
  4301. lcd_wait_for_move = false;
  4302. #endif
  4303. #endif
  4304. // Calculate leveling, print reports, correct the position
  4305. if (!isnan(measured_z)) {
  4306. #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
  4307. if (!dryrun) extrapolate_unprobed_bed_level();
  4308. print_bilinear_leveling_grid();
  4309. refresh_bed_level();
  4310. #if ENABLED(ABL_BILINEAR_SUBDIVISION)
  4311. print_bilinear_leveling_grid_virt();
  4312. #endif
  4313. #elif ENABLED(AUTO_BED_LEVELING_LINEAR)
  4314. // For LINEAR leveling calculate matrix, print reports, correct the position
  4315. /**
  4316. * solve the plane equation ax + by + d = z
  4317. * A is the matrix with rows [x y 1] for all the probed points
  4318. * B is the vector of the Z positions
  4319. * the normal vector to the plane is formed by the coefficients of the
  4320. * plane equation in the standard form, which is Vx*x+Vy*y+Vz*z+d = 0
  4321. * so Vx = -a Vy = -b Vz = 1 (we want the vector facing towards positive Z
  4322. */
  4323. float plane_equation_coefficients[3];
  4324. finish_incremental_LSF(&lsf_results);
  4325. plane_equation_coefficients[0] = -lsf_results.A; // We should be able to eliminate the '-' on these three lines and down below
  4326. plane_equation_coefficients[1] = -lsf_results.B; // but that is not yet tested.
  4327. plane_equation_coefficients[2] = -lsf_results.D;
  4328. mean /= abl2;
  4329. if (verbose_level) {
  4330. SERIAL_PROTOCOLPGM("Eqn coefficients: a: ");
  4331. SERIAL_PROTOCOL_F(plane_equation_coefficients[0], 8);
  4332. SERIAL_PROTOCOLPGM(" b: ");
  4333. SERIAL_PROTOCOL_F(plane_equation_coefficients[1], 8);
  4334. SERIAL_PROTOCOLPGM(" d: ");
  4335. SERIAL_PROTOCOL_F(plane_equation_coefficients[2], 8);
  4336. SERIAL_EOL();
  4337. if (verbose_level > 2) {
  4338. SERIAL_PROTOCOLPGM("Mean of sampled points: ");
  4339. SERIAL_PROTOCOL_F(mean, 8);
  4340. SERIAL_EOL();
  4341. }
  4342. }
  4343. // Create the matrix but don't correct the position yet
  4344. if (!dryrun)
  4345. planner.bed_level_matrix = matrix_3x3::create_look_at(
  4346. vector_3(-plane_equation_coefficients[0], -plane_equation_coefficients[1], 1) // We can eliminate the '-' here and up above
  4347. );
  4348. // Show the Topography map if enabled
  4349. if (do_topography_map) {
  4350. SERIAL_PROTOCOLLNPGM("\nBed Height Topography:\n"
  4351. " +--- BACK --+\n"
  4352. " | |\n"
  4353. " L | (+) | R\n"
  4354. " E | | I\n"
  4355. " F | (-) N (+) | G\n"
  4356. " T | | H\n"
  4357. " | (-) | T\n"
  4358. " | |\n"
  4359. " O-- FRONT --+\n"
  4360. " (0,0)");
  4361. float min_diff = 999;
  4362. for (int8_t yy = abl_grid_points_y - 1; yy >= 0; yy--) {
  4363. for (uint8_t xx = 0; xx < abl_grid_points_x; xx++) {
  4364. int ind = indexIntoAB[xx][yy];
  4365. float diff = eqnBVector[ind] - mean,
  4366. x_tmp = eqnAMatrix[ind + 0 * abl2],
  4367. y_tmp = eqnAMatrix[ind + 1 * abl2],
  4368. z_tmp = 0;
  4369. apply_rotation_xyz(planner.bed_level_matrix, x_tmp, y_tmp, z_tmp);
  4370. NOMORE(min_diff, eqnBVector[ind] - z_tmp);
  4371. if (diff >= 0.0)
  4372. SERIAL_PROTOCOLPGM(" +"); // Include + for column alignment
  4373. else
  4374. SERIAL_PROTOCOLCHAR(' ');
  4375. SERIAL_PROTOCOL_F(diff, 5);
  4376. } // xx
  4377. SERIAL_EOL();
  4378. } // yy
  4379. SERIAL_EOL();
  4380. if (verbose_level > 3) {
  4381. SERIAL_PROTOCOLLNPGM("\nCorrected Bed Height vs. Bed Topology:");
  4382. for (int8_t yy = abl_grid_points_y - 1; yy >= 0; yy--) {
  4383. for (uint8_t xx = 0; xx < abl_grid_points_x; xx++) {
  4384. int ind = indexIntoAB[xx][yy];
  4385. float x_tmp = eqnAMatrix[ind + 0 * abl2],
  4386. y_tmp = eqnAMatrix[ind + 1 * abl2],
  4387. z_tmp = 0;
  4388. apply_rotation_xyz(planner.bed_level_matrix, x_tmp, y_tmp, z_tmp);
  4389. float diff = eqnBVector[ind] - z_tmp - min_diff;
  4390. if (diff >= 0.0)
  4391. SERIAL_PROTOCOLPGM(" +");
  4392. // Include + for column alignment
  4393. else
  4394. SERIAL_PROTOCOLCHAR(' ');
  4395. SERIAL_PROTOCOL_F(diff, 5);
  4396. } // xx
  4397. SERIAL_EOL();
  4398. } // yy
  4399. SERIAL_EOL();
  4400. }
  4401. } //do_topography_map
  4402. #endif // AUTO_BED_LEVELING_LINEAR
  4403. #if ABL_PLANAR
  4404. // For LINEAR and 3POINT leveling correct the current position
  4405. if (verbose_level > 0)
  4406. planner.bed_level_matrix.debug(PSTR("\n\nBed Level Correction Matrix:"));
  4407. if (!dryrun) {
  4408. //
  4409. // Correct the current XYZ position based on the tilted plane.
  4410. //
  4411. #if ENABLED(DEBUG_LEVELING_FEATURE)
  4412. if (DEBUGGING(LEVELING)) DEBUG_POS("G29 uncorrected XYZ", current_position);
  4413. #endif
  4414. float converted[XYZ];
  4415. COPY(converted, current_position);
  4416. planner.abl_enabled = true;
  4417. planner.unapply_leveling(converted); // use conversion machinery
  4418. planner.abl_enabled = false;
  4419. // Use the last measured distance to the bed, if possible
  4420. if ( NEAR(current_position[X_AXIS], xProbe - (X_PROBE_OFFSET_FROM_EXTRUDER))
  4421. && NEAR(current_position[Y_AXIS], yProbe - (Y_PROBE_OFFSET_FROM_EXTRUDER))
  4422. ) {
  4423. const float simple_z = current_position[Z_AXIS] - measured_z;
  4424. #if ENABLED(DEBUG_LEVELING_FEATURE)
  4425. if (DEBUGGING(LEVELING)) {
  4426. SERIAL_ECHOPAIR("Z from Probe:", simple_z);
  4427. SERIAL_ECHOPAIR(" Matrix:", converted[Z_AXIS]);
  4428. SERIAL_ECHOLNPAIR(" Discrepancy:", simple_z - converted[Z_AXIS]);
  4429. }
  4430. #endif
  4431. converted[Z_AXIS] = simple_z;
  4432. }
  4433. // The rotated XY and corrected Z are now current_position
  4434. COPY(current_position, converted);
  4435. #if ENABLED(DEBUG_LEVELING_FEATURE)
  4436. if (DEBUGGING(LEVELING)) DEBUG_POS("G29 corrected XYZ", current_position);
  4437. #endif
  4438. }
  4439. #elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
  4440. if (!dryrun) {
  4441. #if ENABLED(DEBUG_LEVELING_FEATURE)
  4442. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPAIR("G29 uncorrected Z:", current_position[Z_AXIS]);
  4443. #endif
  4444. // Unapply the offset because it is going to be immediately applied
  4445. // and cause compensation movement in Z
  4446. current_position[Z_AXIS] -= bilinear_z_offset(current_position);
  4447. #if ENABLED(DEBUG_LEVELING_FEATURE)
  4448. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPAIR(" corrected Z:", current_position[Z_AXIS]);
  4449. #endif
  4450. }
  4451. #endif // ABL_PLANAR
  4452. #ifdef Z_PROBE_END_SCRIPT
  4453. #if ENABLED(DEBUG_LEVELING_FEATURE)
  4454. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPAIR("Z Probe End Script: ", Z_PROBE_END_SCRIPT);
  4455. #endif
  4456. enqueue_and_echo_commands_P(PSTR(Z_PROBE_END_SCRIPT));
  4457. stepper.synchronize();
  4458. #endif
  4459. // Auto Bed Leveling is complete! Enable if possible.
  4460. planner.abl_enabled = dryrun ? abl_should_enable : true;
  4461. } // !isnan(measured_z)
  4462. // Restore state after probing
  4463. if (!faux) clean_up_after_endstop_or_probe_move();
  4464. #if ENABLED(DEBUG_LEVELING_FEATURE)
  4465. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("<<< gcode_G29");
  4466. #endif
  4467. report_current_position();
  4468. KEEPALIVE_STATE(IN_HANDLER);
  4469. if (planner.abl_enabled)
  4470. SYNC_PLAN_POSITION_KINEMATIC();
  4471. }
  4472. #endif // HAS_ABL && !AUTO_BED_LEVELING_UBL
  4473. #if HAS_BED_PROBE
  4474. /**
  4475. * G30: Do a single Z probe at the current XY
  4476. *
  4477. * Parameters:
  4478. *
  4479. * X Probe X position (default current X)
  4480. * Y Probe Y position (default current Y)
  4481. * S0 Leave the probe deployed
  4482. */
  4483. inline void gcode_G30() {
  4484. const float xpos = parser.linearval('X', current_position[X_AXIS] + X_PROBE_OFFSET_FROM_EXTRUDER),
  4485. ypos = parser.linearval('Y', current_position[Y_AXIS] + Y_PROBE_OFFSET_FROM_EXTRUDER);
  4486. if (!position_is_reachable_by_probe_xy(xpos, ypos)) return;
  4487. // Disable leveling so the planner won't mess with us
  4488. #if HAS_LEVELING
  4489. set_bed_leveling_enabled(false);
  4490. #endif
  4491. setup_for_endstop_or_probe_move();
  4492. const float measured_z = probe_pt(xpos, ypos, parser.boolval('S', true), 1);
  4493. if (!isnan(measured_z)) {
  4494. SERIAL_PROTOCOLPAIR("Bed X: ", FIXFLOAT(xpos));
  4495. SERIAL_PROTOCOLPAIR(" Y: ", FIXFLOAT(ypos));
  4496. SERIAL_PROTOCOLLNPAIR(" Z: ", FIXFLOAT(measured_z));
  4497. }
  4498. clean_up_after_endstop_or_probe_move();
  4499. report_current_position();
  4500. }
  4501. #if ENABLED(Z_PROBE_SLED)
  4502. /**
  4503. * G31: Deploy the Z probe
  4504. */
  4505. inline void gcode_G31() { DEPLOY_PROBE(); }
  4506. /**
  4507. * G32: Stow the Z probe
  4508. */
  4509. inline void gcode_G32() { STOW_PROBE(); }
  4510. #endif // Z_PROBE_SLED
  4511. #endif // HAS_BED_PROBE
  4512. #if PROBE_SELECTED
  4513. #if ENABLED(DELTA_AUTO_CALIBRATION)
  4514. /**
  4515. * G33 - Delta '1-4-7-point' Auto-Calibration
  4516. * Calibrate height, endstops, delta radius, and tower angles.
  4517. *
  4518. * Parameters:
  4519. *
  4520. * Pn Number of probe points:
  4521. *
  4522. * P0 No probe. Normalize only.
  4523. * P1 Probe center and set height only.
  4524. * P2 Probe center and towers. Set height, endstops, and delta radius.
  4525. * P3 Probe all positions: center, towers and opposite towers. Set all.
  4526. * P4-P7 Probe all positions at different locations and average them.
  4527. *
  4528. * T0 Don't calibrate tower angle corrections
  4529. *
  4530. * Cn.nn Calibration precision; when omitted calibrates to maximum precision
  4531. *
  4532. * Fn Force to run at least n iterations and takes the best result
  4533. *
  4534. * Vn Verbose level:
  4535. *
  4536. * V0 Dry-run mode. Report settings and probe results. No calibration.
  4537. * V1 Report settings
  4538. * V2 Report settings and probe results
  4539. *
  4540. * E Engage the probe for each point
  4541. */
  4542. void print_signed_float(const char * const prefix, const float &f) {
  4543. SERIAL_PROTOCOLPGM(" ");
  4544. serialprintPGM(prefix);
  4545. SERIAL_PROTOCOLCHAR(':');
  4546. if (f >= 0) SERIAL_CHAR('+');
  4547. SERIAL_PROTOCOL_F(f, 2);
  4548. }
  4549. void print_G33_settings(const bool end_stops, const bool tower_angles) {
  4550. SERIAL_PROTOCOLPAIR(".Height:", DELTA_HEIGHT + home_offset[Z_AXIS]);
  4551. if (end_stops) {
  4552. print_signed_float(PSTR(" Ex"), endstop_adj[A_AXIS]);
  4553. print_signed_float(PSTR("Ey"), endstop_adj[B_AXIS]);
  4554. print_signed_float(PSTR("Ez"), endstop_adj[C_AXIS]);
  4555. SERIAL_PROTOCOLPAIR(" Radius:", delta_radius);
  4556. }
  4557. SERIAL_EOL();
  4558. if (tower_angles) {
  4559. SERIAL_PROTOCOLPGM(".Tower angle : ");
  4560. print_signed_float(PSTR("Tx"), delta_tower_angle_trim[A_AXIS]);
  4561. print_signed_float(PSTR("Ty"), delta_tower_angle_trim[B_AXIS]);
  4562. print_signed_float(PSTR("Tz"), delta_tower_angle_trim[C_AXIS]);
  4563. SERIAL_EOL();
  4564. }
  4565. }
  4566. void G33_cleanup(
  4567. #if HOTENDS > 1
  4568. const uint8_t old_tool_index
  4569. #endif
  4570. ) {
  4571. #if ENABLED(DELTA_HOME_TO_SAFE_ZONE)
  4572. do_blocking_move_to_z(delta_clip_start_height);
  4573. #endif
  4574. STOW_PROBE();
  4575. clean_up_after_endstop_or_probe_move();
  4576. #if HOTENDS > 1
  4577. tool_change(old_tool_index, 0, true);
  4578. #endif
  4579. }
  4580. inline void gcode_G33() {
  4581. const int8_t probe_points = parser.intval('P', DELTA_CALIBRATION_DEFAULT_POINTS);
  4582. if (!WITHIN(probe_points, 0, 7)) {
  4583. SERIAL_PROTOCOLLNPGM("?(P)oints is implausible (0-7).");
  4584. return;
  4585. }
  4586. const int8_t verbose_level = parser.byteval('V', 1);
  4587. if (!WITHIN(verbose_level, 0, 2)) {
  4588. SERIAL_PROTOCOLLNPGM("?(V)erbose level is implausible (0-2).");
  4589. return;
  4590. }
  4591. const float calibration_precision = parser.floatval('C');
  4592. if (calibration_precision < 0) {
  4593. SERIAL_PROTOCOLLNPGM("?(C)alibration precision is implausible (>0).");
  4594. return;
  4595. }
  4596. const int8_t force_iterations = parser.intval('F', 0);
  4597. if (!WITHIN(force_iterations, 0, 30)) {
  4598. SERIAL_PROTOCOLLNPGM("?(F)orce iteration is implausible (0-30).");
  4599. return;
  4600. }
  4601. const bool towers_set = parser.boolval('T', true),
  4602. stow_after_each = parser.boolval('E'),
  4603. _0p_calibration = probe_points == 0,
  4604. _1p_calibration = probe_points == 1,
  4605. _4p_calibration = probe_points == 2,
  4606. _4p_towers_points = _4p_calibration && towers_set,
  4607. _4p_opposite_points = _4p_calibration && !towers_set,
  4608. _7p_calibration = probe_points >= 3 || _0p_calibration,
  4609. _7p_half_circle = probe_points == 3,
  4610. _7p_double_circle = probe_points == 5,
  4611. _7p_triple_circle = probe_points == 6,
  4612. _7p_quadruple_circle = probe_points == 7,
  4613. _7p_multi_circle = _7p_double_circle || _7p_triple_circle || _7p_quadruple_circle,
  4614. _7p_intermed_points = _7p_calibration && !_7p_half_circle;
  4615. const static char save_message[] PROGMEM = "Save with M500 and/or copy to Configuration.h";
  4616. const float dx = (X_PROBE_OFFSET_FROM_EXTRUDER),
  4617. dy = (Y_PROBE_OFFSET_FROM_EXTRUDER);
  4618. int8_t iterations = 0;
  4619. float test_precision,
  4620. zero_std_dev = (verbose_level ? 999.0 : 0.0), // 0.0 in dry-run mode : forced end
  4621. zero_std_dev_old = zero_std_dev,
  4622. zero_std_dev_min = zero_std_dev,
  4623. e_old[ABC] = {
  4624. endstop_adj[A_AXIS],
  4625. endstop_adj[B_AXIS],
  4626. endstop_adj[C_AXIS]
  4627. },
  4628. dr_old = delta_radius,
  4629. zh_old = home_offset[Z_AXIS],
  4630. ta_old[ABC] = {
  4631. delta_tower_angle_trim[A_AXIS],
  4632. delta_tower_angle_trim[B_AXIS],
  4633. delta_tower_angle_trim[C_AXIS]
  4634. };
  4635. if (!_1p_calibration && !_0p_calibration) { // test if the outer radius is reachable
  4636. const float circles = (_7p_quadruple_circle ? 1.5 :
  4637. _7p_triple_circle ? 1.0 :
  4638. _7p_double_circle ? 0.5 : 0),
  4639. r = (1 + circles * 0.1) * delta_calibration_radius;
  4640. for (uint8_t axis = 1; axis < 13; ++axis) {
  4641. const float a = RADIANS(180 + 30 * axis);
  4642. if (!position_is_reachable_xy(cos(a) * r, sin(a) * r)) {
  4643. SERIAL_PROTOCOLLNPGM("?(M665 B)ed radius is implausible.");
  4644. return;
  4645. }
  4646. }
  4647. }
  4648. SERIAL_PROTOCOLLNPGM("G33 Auto Calibrate");
  4649. stepper.synchronize();
  4650. #if HAS_LEVELING
  4651. reset_bed_level(); // After calibration bed-level data is no longer valid
  4652. #endif
  4653. #if HOTENDS > 1
  4654. const uint8_t old_tool_index = active_extruder;
  4655. tool_change(0, 0, true);
  4656. #define G33_CLEANUP() G33_cleanup(old_tool_index)
  4657. #else
  4658. #define G33_CLEANUP() G33_cleanup()
  4659. #endif
  4660. setup_for_endstop_or_probe_move();
  4661. endstops.enable(true);
  4662. if (!_0p_calibration) {
  4663. if (!home_delta())
  4664. return;
  4665. endstops.not_homing();
  4666. }
  4667. // print settings
  4668. const char *checkingac = PSTR("Checking... AC"); // TODO: Make translatable string
  4669. serialprintPGM(checkingac);
  4670. if (verbose_level == 0) SERIAL_PROTOCOLPGM(" (DRY-RUN)");
  4671. SERIAL_EOL();
  4672. lcd_setstatusPGM(checkingac);
  4673. print_G33_settings(!_1p_calibration, _7p_calibration && towers_set);
  4674. do {
  4675. float z_at_pt[13] = { 0.0 };
  4676. test_precision = zero_std_dev_old != 999.0 ? (zero_std_dev + zero_std_dev_old) / 2 : zero_std_dev;
  4677. iterations++;
  4678. // Probe the points
  4679. if (!_0p_calibration){
  4680. if (!_7p_half_circle && !_7p_triple_circle) { // probe the center
  4681. #if ENABLED(PROBE_MANUALLY)
  4682. z_at_pt[0] += lcd_probe_pt(0, 0);
  4683. #else
  4684. z_at_pt[0] += probe_pt(dx, dy, stow_after_each, 1, false);
  4685. if (isnan(z_at_pt[0])) return G33_CLEANUP();
  4686. #endif
  4687. }
  4688. if (_7p_calibration) { // probe extra center points
  4689. for (int8_t axis = _7p_multi_circle ? 11 : 9; axis > 0; axis -= _7p_multi_circle ? 2 : 4) {
  4690. const float a = RADIANS(180 + 30 * axis), r = delta_calibration_radius * 0.1;
  4691. #if ENABLED(PROBE_MANUALLY)
  4692. z_at_pt[0] += lcd_probe_pt(cos(a) * r, sin(a) * r);
  4693. #else
  4694. z_at_pt[0] += probe_pt(cos(a) * r + dx, sin(a) * r + dy, stow_after_each, 1);
  4695. if (isnan(z_at_pt[0])) return G33_CLEANUP();
  4696. #endif
  4697. }
  4698. z_at_pt[0] /= float(_7p_double_circle ? 7 : probe_points);
  4699. }
  4700. if (!_1p_calibration) { // probe the radius
  4701. bool zig_zag = true;
  4702. const uint8_t start = _4p_opposite_points ? 3 : 1,
  4703. step = _4p_calibration ? 4 : _7p_half_circle ? 2 : 1;
  4704. for (uint8_t axis = start; axis < 13; axis += step) {
  4705. const float zigadd = (zig_zag ? 0.5 : 0.0),
  4706. offset_circles = _7p_quadruple_circle ? zigadd + 1.0 :
  4707. _7p_triple_circle ? zigadd + 0.5 :
  4708. _7p_double_circle ? zigadd : 0;
  4709. for (float circles = -offset_circles ; circles <= offset_circles; circles++) {
  4710. const float a = RADIANS(180 + 30 * axis),
  4711. r = delta_calibration_radius * (1 + circles * (zig_zag ? 0.1 : -0.1));
  4712. #if ENABLED(PROBE_MANUALLY)
  4713. z_at_pt[axis] += lcd_probe_pt(cos(a) * r, sin(a) * r);
  4714. #else
  4715. z_at_pt[axis] += probe_pt(cos(a) * r + dx, sin(a) * r + dy, stow_after_each, 1);
  4716. if (isnan(z_at_pt[axis])) return G33_CLEANUP();
  4717. #endif
  4718. }
  4719. zig_zag = !zig_zag;
  4720. z_at_pt[axis] /= (2 * offset_circles + 1);
  4721. }
  4722. }
  4723. if (_7p_intermed_points) // average intermediates to tower and opposites
  4724. for (uint8_t axis = 1; axis < 13; axis += 2)
  4725. z_at_pt[axis] = (z_at_pt[axis] + (z_at_pt[axis + 1] + z_at_pt[(axis + 10) % 12 + 1]) / 2.0) / 2.0;
  4726. }
  4727. float S1 = z_at_pt[0],
  4728. S2 = sq(z_at_pt[0]);
  4729. int16_t N = 1;
  4730. if (!_1p_calibration) // std dev from zero plane
  4731. for (uint8_t axis = (_4p_opposite_points ? 3 : 1); axis < 13; axis += (_4p_calibration ? 4 : 2)) {
  4732. S1 += z_at_pt[axis];
  4733. S2 += sq(z_at_pt[axis]);
  4734. N++;
  4735. }
  4736. zero_std_dev_old = zero_std_dev;
  4737. zero_std_dev = round(SQRT(S2 / N) * 1000.0) / 1000.0 + 0.00001;
  4738. // Solve matrices
  4739. if ((zero_std_dev < test_precision || iterations <= force_iterations) && zero_std_dev > calibration_precision) {
  4740. if (zero_std_dev < zero_std_dev_min) {
  4741. COPY(e_old, endstop_adj);
  4742. dr_old = delta_radius;
  4743. zh_old = home_offset[Z_AXIS];
  4744. COPY(ta_old, delta_tower_angle_trim);
  4745. }
  4746. float e_delta[ABC] = { 0.0 }, r_delta = 0.0, t_delta[ABC] = { 0.0 };
  4747. const float r_diff = delta_radius - delta_calibration_radius,
  4748. h_factor = (1.00 + r_diff * 0.001) / 6.0, // 1.02 for r_diff = 20mm
  4749. r_factor = (-(1.75 + 0.005 * r_diff + 0.001 * sq(r_diff))) / 6.0, // 2.25 for r_diff = 20mm
  4750. a_factor = (66.66 / delta_calibration_radius) / (iterations == 1 ? 16.0 : 2.0); // 0.83 for cal_rd = 80mm (Slow down on 1st iteration)
  4751. #define ZP(N,I) ((N) * z_at_pt[I])
  4752. #define Z6(I) ZP(6, I)
  4753. #define Z4(I) ZP(4, I)
  4754. #define Z2(I) ZP(2, I)
  4755. #define Z1(I) ZP(1, I)
  4756. #if ENABLED(PROBE_MANUALLY)
  4757. test_precision = 0.00; // forced end
  4758. #endif
  4759. switch (probe_points) {
  4760. case 0:
  4761. #if DISABLED(PROBE_MANUALLY)
  4762. test_precision = 0.00; // forced end
  4763. #endif
  4764. break;
  4765. case 1:
  4766. #if DISABLED(PROBE_MANUALLY)
  4767. test_precision = 0.00; // forced end
  4768. #endif
  4769. LOOP_XYZ(axis) e_delta[axis] = Z1(0);
  4770. break;
  4771. case 2:
  4772. if (towers_set) {
  4773. e_delta[A_AXIS] = (Z6(0) + Z4(1) - Z2(5) - Z2(9)) * h_factor;
  4774. e_delta[B_AXIS] = (Z6(0) - Z2(1) + Z4(5) - Z2(9)) * h_factor;
  4775. e_delta[C_AXIS] = (Z6(0) - Z2(1) - Z2(5) + Z4(9)) * h_factor;
  4776. r_delta = (Z6(0) - Z2(1) - Z2(5) - Z2(9)) * r_factor;
  4777. }
  4778. else {
  4779. e_delta[A_AXIS] = (Z6(0) - Z4(7) + Z2(11) + Z2(3)) * h_factor;
  4780. e_delta[B_AXIS] = (Z6(0) + Z2(7) - Z4(11) + Z2(3)) * h_factor;
  4781. e_delta[C_AXIS] = (Z6(0) + Z2(7) + Z2(11) - Z4(3)) * h_factor;
  4782. r_delta = (Z6(0) - Z2(7) - Z2(11) - Z2(3)) * r_factor;
  4783. }
  4784. break;
  4785. default:
  4786. e_delta[A_AXIS] = (Z6(0) + Z2(1) - Z1(5) - Z1(9) - Z2(7) + Z1(11) + Z1(3)) * h_factor;
  4787. e_delta[B_AXIS] = (Z6(0) - Z1(1) + Z2(5) - Z1(9) + Z1(7) - Z2(11) + Z1(3)) * h_factor;
  4788. e_delta[C_AXIS] = (Z6(0) - Z1(1) - Z1(5) + Z2(9) + Z1(7) + Z1(11) - Z2(3)) * h_factor;
  4789. r_delta = (Z6(0) - Z1(1) - Z1(5) - Z1(9) - Z1(7) - Z1(11) - Z1(3)) * r_factor;
  4790. if (towers_set) {
  4791. t_delta[A_AXIS] = ( - Z2(5) + Z2(9) - Z2(11) + Z2(3)) * a_factor;
  4792. t_delta[B_AXIS] = ( Z2(1) - Z2(9) + Z2(7) - Z2(3)) * a_factor;
  4793. t_delta[C_AXIS] = (-Z2(1) + Z2(5) - Z2(7) + Z2(11) ) * a_factor;
  4794. e_delta[A_AXIS] += (t_delta[B_AXIS] - t_delta[C_AXIS]) / 4.5;
  4795. e_delta[B_AXIS] += (t_delta[C_AXIS] - t_delta[A_AXIS]) / 4.5;
  4796. e_delta[C_AXIS] += (t_delta[A_AXIS] - t_delta[B_AXIS]) / 4.5;
  4797. }
  4798. break;
  4799. }
  4800. LOOP_XYZ(axis) endstop_adj[axis] += e_delta[axis];
  4801. delta_radius += r_delta;
  4802. LOOP_XYZ(axis) delta_tower_angle_trim[axis] += t_delta[axis];
  4803. }
  4804. else if (zero_std_dev >= test_precision) { // step one back
  4805. COPY(endstop_adj, e_old);
  4806. delta_radius = dr_old;
  4807. home_offset[Z_AXIS] = zh_old;
  4808. COPY(delta_tower_angle_trim, ta_old);
  4809. }
  4810. if (verbose_level != 0) { // !dry run
  4811. // normalise angles to least squares
  4812. float a_sum = 0.0;
  4813. LOOP_XYZ(axis) a_sum += delta_tower_angle_trim[axis];
  4814. LOOP_XYZ(axis) delta_tower_angle_trim[axis] -= a_sum / 3.0;
  4815. // adjust delta_height and endstops by the max amount
  4816. const float z_temp = MAX3(endstop_adj[A_AXIS], endstop_adj[B_AXIS], endstop_adj[C_AXIS]);
  4817. home_offset[Z_AXIS] -= z_temp;
  4818. LOOP_XYZ(axis) endstop_adj[axis] -= z_temp;
  4819. }
  4820. recalc_delta_settings(delta_radius, delta_diagonal_rod, delta_tower_angle_trim);
  4821. NOMORE(zero_std_dev_min, zero_std_dev);
  4822. // print report
  4823. if (verbose_level != 1) {
  4824. SERIAL_PROTOCOLPGM(". ");
  4825. print_signed_float(PSTR("c"), z_at_pt[0]);
  4826. if (_4p_towers_points || _7p_calibration) {
  4827. print_signed_float(PSTR(" x"), z_at_pt[1]);
  4828. print_signed_float(PSTR(" y"), z_at_pt[5]);
  4829. print_signed_float(PSTR(" z"), z_at_pt[9]);
  4830. }
  4831. if (!_4p_opposite_points) SERIAL_EOL();
  4832. if ((_4p_opposite_points) || _7p_calibration) {
  4833. if (_7p_calibration) {
  4834. SERIAL_CHAR('.');
  4835. SERIAL_PROTOCOL_SP(13);
  4836. }
  4837. print_signed_float(PSTR(" yz"), z_at_pt[7]);
  4838. print_signed_float(PSTR("zx"), z_at_pt[11]);
  4839. print_signed_float(PSTR("xy"), z_at_pt[3]);
  4840. SERIAL_EOL();
  4841. }
  4842. }
  4843. if (verbose_level != 0) { // !dry run
  4844. if ((zero_std_dev >= test_precision && iterations > force_iterations) || zero_std_dev <= calibration_precision) { // end iterations
  4845. SERIAL_PROTOCOLPGM("Calibration OK");
  4846. SERIAL_PROTOCOL_SP(36);
  4847. #if DISABLED(PROBE_MANUALLY)
  4848. if (zero_std_dev >= test_precision && !_1p_calibration)
  4849. SERIAL_PROTOCOLPGM("rolling back.");
  4850. else
  4851. #endif
  4852. {
  4853. SERIAL_PROTOCOLPGM("std dev:");
  4854. SERIAL_PROTOCOL_F(zero_std_dev_min, 3);
  4855. }
  4856. SERIAL_EOL();
  4857. char mess[21];
  4858. sprintf_P(mess, PSTR("Calibration sd:"));
  4859. if (zero_std_dev_min < 1)
  4860. sprintf_P(&mess[15], PSTR("0.%03i"), (int)round(zero_std_dev_min * 1000.0));
  4861. else
  4862. sprintf_P(&mess[15], PSTR("%03i.x"), (int)round(zero_std_dev_min));
  4863. lcd_setstatus(mess);
  4864. print_G33_settings(!_1p_calibration, _7p_calibration && towers_set);
  4865. serialprintPGM(save_message);
  4866. SERIAL_EOL();
  4867. }
  4868. else { // !end iterations
  4869. char mess[15];
  4870. if (iterations < 31)
  4871. sprintf_P(mess, PSTR("Iteration : %02i"), (int)iterations);
  4872. else
  4873. sprintf_P(mess, PSTR("No convergence"));
  4874. SERIAL_PROTOCOL(mess);
  4875. SERIAL_PROTOCOL_SP(36);
  4876. SERIAL_PROTOCOLPGM("std dev:");
  4877. SERIAL_PROTOCOL_F(zero_std_dev, 3);
  4878. SERIAL_EOL();
  4879. lcd_setstatus(mess);
  4880. print_G33_settings(!_1p_calibration, _7p_calibration && towers_set);
  4881. }
  4882. }
  4883. else { // dry run
  4884. const char *enddryrun = PSTR("End DRY-RUN");
  4885. serialprintPGM(enddryrun);
  4886. SERIAL_PROTOCOL_SP(39);
  4887. SERIAL_PROTOCOLPGM("std dev:");
  4888. SERIAL_PROTOCOL_F(zero_std_dev, 3);
  4889. SERIAL_EOL();
  4890. char mess[21];
  4891. sprintf_P(mess, enddryrun);
  4892. sprintf_P(&mess[11], PSTR(" sd:"));
  4893. if (zero_std_dev < 1)
  4894. sprintf_P(&mess[15], PSTR("0.%03i"), (int)round(zero_std_dev * 1000.0));
  4895. else
  4896. sprintf_P(&mess[15], PSTR("%03i.x"), (int)round(zero_std_dev));
  4897. lcd_setstatus(mess);
  4898. }
  4899. endstops.enable(true);
  4900. home_delta();
  4901. endstops.not_homing();
  4902. }
  4903. while (((zero_std_dev < test_precision && iterations < 31) || iterations <= force_iterations) && zero_std_dev > calibration_precision);
  4904. G33_CLEANUP();
  4905. }
  4906. #endif // DELTA_AUTO_CALIBRATION
  4907. #endif // PROBE_SELECTED
  4908. #if ENABLED(G38_PROBE_TARGET)
  4909. static bool G38_run_probe() {
  4910. bool G38_pass_fail = false;
  4911. #if ENABLED(PROBE_DOUBLE_TOUCH)
  4912. // Get direction of move and retract
  4913. float retract_mm[XYZ];
  4914. LOOP_XYZ(i) {
  4915. float dist = destination[i] - current_position[i];
  4916. retract_mm[i] = FABS(dist) < G38_MINIMUM_MOVE ? 0 : home_bump_mm((AxisEnum)i) * (dist > 0 ? -1 : 1);
  4917. }
  4918. #endif
  4919. stepper.synchronize(); // wait until the machine is idle
  4920. // Move until destination reached or target hit
  4921. endstops.enable(true);
  4922. G38_move = true;
  4923. G38_endstop_hit = false;
  4924. prepare_move_to_destination();
  4925. stepper.synchronize();
  4926. G38_move = false;
  4927. endstops.hit_on_purpose();
  4928. set_current_from_steppers_for_axis(ALL_AXES);
  4929. SYNC_PLAN_POSITION_KINEMATIC();
  4930. if (G38_endstop_hit) {
  4931. G38_pass_fail = true;
  4932. #if ENABLED(PROBE_DOUBLE_TOUCH)
  4933. // Move away by the retract distance
  4934. set_destination_to_current();
  4935. LOOP_XYZ(i) destination[i] += retract_mm[i];
  4936. endstops.enable(false);
  4937. prepare_move_to_destination();
  4938. stepper.synchronize();
  4939. feedrate_mm_s /= 4;
  4940. // Bump the target more slowly
  4941. LOOP_XYZ(i) destination[i] -= retract_mm[i] * 2;
  4942. endstops.enable(true);
  4943. G38_move = true;
  4944. prepare_move_to_destination();
  4945. stepper.synchronize();
  4946. G38_move = false;
  4947. set_current_from_steppers_for_axis(ALL_AXES);
  4948. SYNC_PLAN_POSITION_KINEMATIC();
  4949. #endif
  4950. }
  4951. endstops.hit_on_purpose();
  4952. endstops.not_homing();
  4953. return G38_pass_fail;
  4954. }
  4955. /**
  4956. * G38.2 - probe toward workpiece, stop on contact, signal error if failure
  4957. * G38.3 - probe toward workpiece, stop on contact
  4958. *
  4959. * Like G28 except uses Z min probe for all axes
  4960. */
  4961. inline void gcode_G38(bool is_38_2) {
  4962. // Get X Y Z E F
  4963. gcode_get_destination();
  4964. setup_for_endstop_or_probe_move();
  4965. // If any axis has enough movement, do the move
  4966. LOOP_XYZ(i)
  4967. if (FABS(destination[i] - current_position[i]) >= G38_MINIMUM_MOVE) {
  4968. if (!parser.seenval('F')) feedrate_mm_s = homing_feedrate((AxisEnum)i);
  4969. // If G38.2 fails throw an error
  4970. if (!G38_run_probe() && is_38_2) {
  4971. SERIAL_ERROR_START();
  4972. SERIAL_ERRORLNPGM("Failed to reach target");
  4973. }
  4974. break;
  4975. }
  4976. clean_up_after_endstop_or_probe_move();
  4977. }
  4978. #endif // G38_PROBE_TARGET
  4979. #if ENABLED(AUTO_BED_LEVELING_BILINEAR) || ENABLED(AUTO_BED_LEVELING_UBL) || ENABLED(MESH_BED_LEVELING)
  4980. /**
  4981. * G42: Move X & Y axes to mesh coordinates (I & J)
  4982. */
  4983. inline void gcode_G42() {
  4984. #if ENABLED(NO_MOTION_BEFORE_HOMING)
  4985. if (axis_unhomed_error()) return;
  4986. #endif
  4987. if (IsRunning()) {
  4988. const bool hasI = parser.seenval('I');
  4989. const int8_t ix = hasI ? parser.value_int() : 0;
  4990. const bool hasJ = parser.seenval('J');
  4991. const int8_t iy = hasJ ? parser.value_int() : 0;
  4992. if ((hasI && !WITHIN(ix, 0, GRID_MAX_POINTS_X - 1)) || (hasJ && !WITHIN(iy, 0, GRID_MAX_POINTS_Y - 1))) {
  4993. SERIAL_ECHOLNPGM(MSG_ERR_MESH_XY);
  4994. return;
  4995. }
  4996. #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
  4997. #define _GET_MESH_X(I) bilinear_start[X_AXIS] + I * bilinear_grid_spacing[X_AXIS]
  4998. #define _GET_MESH_Y(J) bilinear_start[Y_AXIS] + J * bilinear_grid_spacing[Y_AXIS]
  4999. #elif ENABLED(AUTO_BED_LEVELING_UBL)
  5000. #define _GET_MESH_X(I) ubl.mesh_index_to_xpos(I)
  5001. #define _GET_MESH_Y(J) ubl.mesh_index_to_ypos(J)
  5002. #elif ENABLED(MESH_BED_LEVELING)
  5003. #define _GET_MESH_X(I) mbl.index_to_xpos[I]
  5004. #define _GET_MESH_Y(J) mbl.index_to_ypos[J]
  5005. #endif
  5006. set_destination_to_current();
  5007. if (hasI) destination[X_AXIS] = LOGICAL_X_POSITION(_GET_MESH_X(ix));
  5008. if (hasJ) destination[Y_AXIS] = LOGICAL_Y_POSITION(_GET_MESH_Y(iy));
  5009. if (parser.boolval('P')) {
  5010. if (hasI) destination[X_AXIS] -= X_PROBE_OFFSET_FROM_EXTRUDER;
  5011. if (hasJ) destination[Y_AXIS] -= Y_PROBE_OFFSET_FROM_EXTRUDER;
  5012. }
  5013. const float fval = parser.linearval('F');
  5014. if (fval > 0.0) feedrate_mm_s = MMM_TO_MMS(fval);
  5015. // SCARA kinematic has "safe" XY raw moves
  5016. #if IS_SCARA
  5017. prepare_uninterpolated_move_to_destination();
  5018. #else
  5019. prepare_move_to_destination();
  5020. #endif
  5021. }
  5022. }
  5023. #endif // AUTO_BED_LEVELING_UBL
  5024. /**
  5025. * G92: Set current position to given X Y Z E
  5026. */
  5027. inline void gcode_G92()
  5028. {
  5029. bool didXYZ = false,
  5030. didE = parser.seenval('E');
  5031. if (!didE) stepper.synchronize();
  5032. LOOP_XYZE(i)
  5033. {
  5034. if (parser.seenval(axis_codes[i]))
  5035. {
  5036. #if IS_SCARA
  5037. current_position[i] = parser.value_axis_units((AxisEnum)i);
  5038. if (i != E_AXIS) didXYZ = true;
  5039. #else
  5040. #if HAS_POSITION_SHIFT
  5041. const float p = current_position[i];
  5042. #endif
  5043. const float v = parser.value_axis_units((AxisEnum)i);
  5044. current_position[i] = v;
  5045. if (i != E_AXIS)
  5046. {
  5047. didXYZ = true;
  5048. if (i == Z_AXIS)
  5049. {
  5050. axis_known_position[Z_AXIS] = true;
  5051. }
  5052. #if HAS_POSITION_SHIFT
  5053. position_shift[i] += v - p; // Offset the coordinate space
  5054. update_software_endstops((AxisEnum)i);
  5055. #if ENABLED(I2C_POSITION_ENCODERS)
  5056. I2CPEM.encoders[I2CPEM.idx_from_axis((AxisEnum)i)].set_axis_offset(position_shift[i]);
  5057. #endif
  5058. #endif
  5059. }
  5060. #endif
  5061. }
  5062. }
  5063. if (didXYZ)
  5064. SYNC_PLAN_POSITION_KINEMATIC();
  5065. else if (didE)
  5066. sync_plan_position_e();
  5067. report_current_position();
  5068. }
  5069. #if HAS_RESUME_CONTINUE
  5070. /**
  5071. * M0: Unconditional stop - Wait for user button press on LCD
  5072. * M1: Conditional stop - Wait for user button press on LCD
  5073. */
  5074. inline void gcode_M0_M1() {
  5075. const char * const args = parser.string_arg;
  5076. millis_t ms = 0;
  5077. bool hasP = false, hasS = false;
  5078. if (parser.seenval('P')) {
  5079. ms = parser.value_millis(); // milliseconds to wait
  5080. hasP = ms > 0;
  5081. }
  5082. if (parser.seenval('S')) {
  5083. ms = parser.value_millis_from_seconds(); // seconds to wait
  5084. hasS = ms > 0;
  5085. }
  5086. #if ENABLED(ULTIPANEL)
  5087. if (!hasP && !hasS && args && *args)
  5088. lcd_setstatus(args, true);
  5089. else {
  5090. LCD_MESSAGEPGM(MSG_USERWAIT);
  5091. #if ENABLED(LCD_PROGRESS_BAR) && PROGRESS_MSG_EXPIRE > 0
  5092. dontExpireStatus();
  5093. #endif
  5094. }
  5095. #else
  5096. if (!hasP && !hasS && args && *args) {
  5097. SERIAL_ECHO_START();
  5098. SERIAL_ECHOLN(args);
  5099. }
  5100. #endif
  5101. KEEPALIVE_STATE(PAUSED_FOR_USER);
  5102. wait_for_user = true;
  5103. stepper.synchronize();
  5104. refresh_cmd_timeout();
  5105. if (ms > 0) {
  5106. ms += previous_cmd_ms; // wait until this time for a click
  5107. while (PENDING(millis(), ms) && wait_for_user) idle();
  5108. }
  5109. else {
  5110. #if ENABLED(ULTIPANEL)
  5111. if (lcd_detected()) {
  5112. while (wait_for_user) idle();
  5113. IS_SD_PRINTING ? LCD_MESSAGEPGM(MSG_RESUMING) : LCD_MESSAGEPGM(WELCOME_MSG);
  5114. }
  5115. #else
  5116. while (wait_for_user) idle();
  5117. #endif
  5118. }
  5119. wait_for_user = false;
  5120. KEEPALIVE_STATE(IN_HANDLER);
  5121. }
  5122. #endif // HAS_RESUME_CONTINUE
  5123. #if ENABLED(SPINDLE_LASER_ENABLE)
  5124. /**
  5125. * M3: Spindle Clockwise
  5126. * M4: Spindle Counter-clockwise
  5127. *
  5128. * S0 turns off spindle.
  5129. *
  5130. * If no speed PWM output is defined then M3/M4 just turns it on.
  5131. *
  5132. * At least 12.8KHz (50Hz * 256) is needed for spindle PWM.
  5133. * Hardware PWM is required. ISRs are too slow.
  5134. *
  5135. * NOTE: WGM for timers 3, 4, and 5 must be either Mode 1 or Mode 5.
  5136. * No other settings give a PWM signal that goes from 0 to 5 volts.
  5137. *
  5138. * The system automatically sets WGM to Mode 1, so no special
  5139. * initialization is needed.
  5140. *
  5141. * WGM bits for timer 2 are automatically set by the system to
  5142. * Mode 1. This produces an acceptable 0 to 5 volt signal.
  5143. * No special initialization is needed.
  5144. *
  5145. * NOTE: A minimum PWM frequency of 50 Hz is needed. All prescaler
  5146. * factors for timers 2, 3, 4, and 5 are acceptable.
  5147. *
  5148. * SPINDLE_LASER_ENABLE_PIN needs an external pullup or it may power on
  5149. * the spindle/laser during power-up or when connecting to the host
  5150. * (usually goes through a reset which sets all I/O pins to tri-state)
  5151. *
  5152. * PWM duty cycle goes from 0 (off) to 255 (always on).
  5153. */
  5154. // Wait for spindle to come up to speed
  5155. inline void delay_for_power_up() { dwell(SPINDLE_LASER_POWERUP_DELAY); }
  5156. // Wait for spindle to stop turning
  5157. inline void delay_for_power_down() { dwell(SPINDLE_LASER_POWERDOWN_DELAY); }
  5158. /**
  5159. * ocr_val_mode() is used for debugging and to get the points needed to compute the RPM vs ocr_val line
  5160. *
  5161. * it accepts inputs of 0-255
  5162. */
  5163. inline void ocr_val_mode() {
  5164. uint8_t spindle_laser_power = parser.value_byte();
  5165. WRITE(SPINDLE_LASER_ENABLE_PIN, SPINDLE_LASER_ENABLE_INVERT); // turn spindle on (active low)
  5166. if (SPINDLE_LASER_PWM_INVERT) spindle_laser_power = 255 - spindle_laser_power;
  5167. analogWrite(SPINDLE_LASER_PWM_PIN, spindle_laser_power);
  5168. }
  5169. inline void gcode_M3_M4(bool is_M3) {
  5170. stepper.synchronize(); // wait until previous movement commands (G0/G0/G2/G3) have completed before playing with the spindle
  5171. #if SPINDLE_DIR_CHANGE
  5172. const bool rotation_dir = (is_M3 && !SPINDLE_INVERT_DIR || !is_M3 && SPINDLE_INVERT_DIR) ? HIGH : LOW;
  5173. if (SPINDLE_STOP_ON_DIR_CHANGE \
  5174. && READ(SPINDLE_LASER_ENABLE_PIN) == SPINDLE_LASER_ENABLE_INVERT \
  5175. && READ(SPINDLE_DIR_PIN) != rotation_dir
  5176. ) {
  5177. WRITE(SPINDLE_LASER_ENABLE_PIN, !SPINDLE_LASER_ENABLE_INVERT); // turn spindle off
  5178. delay_for_power_down();
  5179. }
  5180. WRITE(SPINDLE_DIR_PIN, rotation_dir);
  5181. #endif
  5182. /**
  5183. * Our final value for ocr_val is an unsigned 8 bit value between 0 and 255 which usually means uint8_t.
  5184. * Went to uint16_t because some of the uint8_t calculations would sometimes give 1000 0000 rather than 1111 1111.
  5185. * Then needed to AND the uint16_t result with 0x00FF to make sure we only wrote the byte of interest.
  5186. */
  5187. #if ENABLED(SPINDLE_LASER_PWM)
  5188. if (parser.seen('O')) ocr_val_mode();
  5189. else {
  5190. const float spindle_laser_power = parser.floatval('S');
  5191. if (spindle_laser_power == 0) {
  5192. WRITE(SPINDLE_LASER_ENABLE_PIN, !SPINDLE_LASER_ENABLE_INVERT); // turn spindle off (active low)
  5193. delay_for_power_down();
  5194. }
  5195. else {
  5196. int16_t ocr_val = (spindle_laser_power - (SPEED_POWER_INTERCEPT)) * (1.0 / (SPEED_POWER_SLOPE)); // convert RPM to PWM duty cycle
  5197. NOMORE(ocr_val, 255); // limit to max the Atmel PWM will support
  5198. if (spindle_laser_power <= SPEED_POWER_MIN)
  5199. ocr_val = (SPEED_POWER_MIN - (SPEED_POWER_INTERCEPT)) * (1.0 / (SPEED_POWER_SLOPE)); // minimum setting
  5200. if (spindle_laser_power >= SPEED_POWER_MAX)
  5201. ocr_val = (SPEED_POWER_MAX - (SPEED_POWER_INTERCEPT)) * (1.0 / (SPEED_POWER_SLOPE)); // limit to max RPM
  5202. if (SPINDLE_LASER_PWM_INVERT) ocr_val = 255 - ocr_val;
  5203. WRITE(SPINDLE_LASER_ENABLE_PIN, SPINDLE_LASER_ENABLE_INVERT); // turn spindle on (active low)
  5204. analogWrite(SPINDLE_LASER_PWM_PIN, ocr_val & 0xFF); // only write low byte
  5205. delay_for_power_up();
  5206. }
  5207. }
  5208. #else
  5209. WRITE(SPINDLE_LASER_ENABLE_PIN, SPINDLE_LASER_ENABLE_INVERT); // turn spindle on (active low) if spindle speed option not enabled
  5210. delay_for_power_up();
  5211. #endif
  5212. }
  5213. /**
  5214. * M5 turn off spindle
  5215. */
  5216. inline void gcode_M5() {
  5217. stepper.synchronize();
  5218. WRITE(SPINDLE_LASER_ENABLE_PIN, !SPINDLE_LASER_ENABLE_INVERT);
  5219. delay_for_power_down();
  5220. }
  5221. #endif // SPINDLE_LASER_ENABLE
  5222. /**
  5223. * M17: Enable power on all stepper motors
  5224. */
  5225. inline void gcode_M17() {
  5226. LCD_MESSAGEPGM(MSG_NO_MOVE);
  5227. enable_all_steppers();
  5228. }
  5229. #if IS_KINEMATIC
  5230. #define RUNPLAN(RATE_MM_S) planner.buffer_line_kinematic(destination, RATE_MM_S, active_extruder)
  5231. #else
  5232. #define RUNPLAN(RATE_MM_S) line_to_destination(RATE_MM_S)
  5233. #endif
  5234. #if ENABLED(ADVANCED_PAUSE_FEATURE)
  5235. static float resume_position[XYZE];
  5236. static bool move_away_flag = false;
  5237. #if ENABLED(SDSUPPORT)
  5238. static bool sd_print_paused = false;
  5239. #endif
  5240. static void filament_change_beep(const int8_t max_beep_count, const bool init=false) {
  5241. static millis_t next_buzz = 0;
  5242. static int8_t runout_beep = 0;
  5243. if (init) next_buzz = runout_beep = 0;
  5244. const millis_t ms = millis();
  5245. if (ELAPSED(ms, next_buzz)) {
  5246. if (max_beep_count < 0 || runout_beep < max_beep_count + 5) { // Only beep as long as we're supposed to
  5247. next_buzz = ms + ((max_beep_count < 0 || runout_beep < max_beep_count) ? 2500 : 400);
  5248. BUZZ(300, 2000);
  5249. runout_beep++;
  5250. }
  5251. }
  5252. }
  5253. static void ensure_safe_temperature() {
  5254. bool heaters_heating = true;
  5255. wait_for_heatup = true; // M108 will clear this
  5256. while (wait_for_heatup && heaters_heating) {
  5257. idle();
  5258. heaters_heating = false;
  5259. HOTEND_LOOP() {
  5260. if (thermalManager.degTargetHotend(e) && abs(thermalManager.degHotend(e) - thermalManager.degTargetHotend(e)) > TEMP_HYSTERESIS) {
  5261. heaters_heating = true;
  5262. #if ENABLED(ULTIPANEL)
  5263. lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_WAIT_FOR_NOZZLES_TO_HEAT);
  5264. #endif
  5265. break;
  5266. }
  5267. }
  5268. }
  5269. }
  5270. static bool pause_print(const float &retract, const float &z_lift, const float &x_pos, const float &y_pos,
  5271. const float &unload_length = 0 , const int8_t max_beep_count = 0, const bool show_lcd = false
  5272. ) {
  5273. if (move_away_flag) return false; // already paused
  5274. if (!DEBUGGING(DRYRUN) && (unload_length != 0 || retract != 0)) {
  5275. #if ENABLED(PREVENT_COLD_EXTRUSION)
  5276. if (!thermalManager.allow_cold_extrude &&
  5277. thermalManager.degTargetHotend(active_extruder) < thermalManager.extrude_min_temp) {
  5278. SERIAL_ERROR_START();
  5279. SERIAL_ERRORLNPGM(MSG_TOO_COLD_FOR_M600);
  5280. return false;
  5281. }
  5282. #endif
  5283. ensure_safe_temperature(); // wait for extruder to heat up before unloading
  5284. }
  5285. // Indicate that the printer is paused
  5286. move_away_flag = true;
  5287. // Pause the print job and timer
  5288. #if ENABLED(SDSUPPORT)
  5289. if (card.sdprinting) {
  5290. card.pauseSDPrint();
  5291. sd_print_paused = true;
  5292. }
  5293. #endif
  5294. print_job_timer.pause();
  5295. // Show initial message and wait for synchronize steppers
  5296. if (show_lcd) {
  5297. #if ENABLED(ULTIPANEL)
  5298. lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_INIT);
  5299. #endif
  5300. }
  5301. // Save current position
  5302. stepper.synchronize();
  5303. COPY(resume_position, current_position);
  5304. if (retract) {
  5305. // Initial retract before move to filament change position
  5306. set_destination_to_current();
  5307. destination[E_AXIS] += retract;
  5308. RUNPLAN(PAUSE_PARK_RETRACT_FEEDRATE);
  5309. stepper.synchronize();
  5310. }
  5311. // Lift Z axis
  5312. if (z_lift > 0)
  5313. do_blocking_move_to_z(current_position[Z_AXIS] + z_lift, PAUSE_PARK_Z_FEEDRATE);
  5314. // Move XY axes to filament exchange position
  5315. do_blocking_move_to_xy(x_pos, y_pos, PAUSE_PARK_XY_FEEDRATE);
  5316. if (unload_length != 0) {
  5317. if (show_lcd) {
  5318. #if ENABLED(ULTIPANEL)
  5319. lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_UNLOAD);
  5320. idle();
  5321. #endif
  5322. }
  5323. // Unload filament
  5324. set_destination_to_current();
  5325. destination[E_AXIS] += unload_length;
  5326. RUNPLAN(FILAMENT_CHANGE_UNLOAD_FEEDRATE);
  5327. stepper.synchronize();
  5328. }
  5329. if (show_lcd) {
  5330. #if ENABLED(ULTIPANEL)
  5331. lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_INSERT);
  5332. #endif
  5333. }
  5334. #if HAS_BUZZER
  5335. filament_change_beep(max_beep_count, true);
  5336. #endif
  5337. idle();
  5338. // Disable extruders steppers for manual filament changing (only on boards that have separate ENABLE_PINS)
  5339. #if E0_ENABLE_PIN != X_ENABLE_PIN && E1_ENABLE_PIN != Y_ENABLE_PIN
  5340. disable_e_steppers();
  5341. safe_delay(100);
  5342. #endif
  5343. // Start the heater idle timers
  5344. const millis_t nozzle_timeout = (millis_t)(PAUSE_PARK_NOZZLE_TIMEOUT) * 1000UL;
  5345. HOTEND_LOOP()
  5346. thermalManager.start_heater_idle_timer(e, nozzle_timeout);
  5347. return true;
  5348. }
  5349. static void wait_for_filament_reload(const int8_t max_beep_count = 0) {
  5350. bool nozzle_timed_out = false;
  5351. // Wait for filament insert by user and press button
  5352. KEEPALIVE_STATE(PAUSED_FOR_USER);
  5353. wait_for_user = true; // LCD click or M108 will clear this
  5354. while (wait_for_user) {
  5355. #if HAS_BUZZER
  5356. filament_change_beep(max_beep_count);
  5357. #endif
  5358. // If the nozzle has timed out, wait for the user to press the button to re-heat the nozzle, then
  5359. // re-heat the nozzle, re-show the insert screen, restart the idle timers, and start over
  5360. if (!nozzle_timed_out)
  5361. HOTEND_LOOP()
  5362. nozzle_timed_out |= thermalManager.is_heater_idle(e);
  5363. if (nozzle_timed_out) {
  5364. #if ENABLED(ULTIPANEL)
  5365. lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_CLICK_TO_HEAT_NOZZLE);
  5366. #endif
  5367. // Wait for LCD click or M108
  5368. while (wait_for_user) idle(true);
  5369. // Re-enable the heaters if they timed out
  5370. HOTEND_LOOP() thermalManager.reset_heater_idle_timer(e);
  5371. // Wait for the heaters to reach the target temperatures
  5372. ensure_safe_temperature();
  5373. #if ENABLED(ULTIPANEL)
  5374. lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_INSERT);
  5375. #endif
  5376. // Start the heater idle timers
  5377. const millis_t nozzle_timeout = (millis_t)(PAUSE_PARK_NOZZLE_TIMEOUT) * 1000UL;
  5378. HOTEND_LOOP()
  5379. thermalManager.start_heater_idle_timer(e, nozzle_timeout);
  5380. wait_for_user = true; /* Wait for user to load filament */
  5381. nozzle_timed_out = false;
  5382. #if HAS_BUZZER
  5383. filament_change_beep(max_beep_count, true);
  5384. #endif
  5385. }
  5386. idle(true);
  5387. }
  5388. KEEPALIVE_STATE(IN_HANDLER);
  5389. }
  5390. static void resume_print(const float &load_length = 0, const float &initial_extrude_length = 0, const int8_t max_beep_count = 0) {
  5391. bool nozzle_timed_out = false;
  5392. if (!move_away_flag) return;
  5393. // Re-enable the heaters if they timed out
  5394. HOTEND_LOOP() {
  5395. nozzle_timed_out |= thermalManager.is_heater_idle(e);
  5396. thermalManager.reset_heater_idle_timer(e);
  5397. }
  5398. if (nozzle_timed_out) ensure_safe_temperature();
  5399. #if HAS_BUZZER
  5400. filament_change_beep(max_beep_count, true);
  5401. #endif
  5402. set_destination_to_current();
  5403. if (load_length != 0) {
  5404. #if ENABLED(ULTIPANEL)
  5405. // Show "insert filament"
  5406. if (nozzle_timed_out)
  5407. lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_INSERT);
  5408. #endif
  5409. KEEPALIVE_STATE(PAUSED_FOR_USER);
  5410. wait_for_user = true; // LCD click or M108 will clear this
  5411. while (wait_for_user && nozzle_timed_out) {
  5412. #if HAS_BUZZER
  5413. filament_change_beep(max_beep_count);
  5414. #endif
  5415. idle(true);
  5416. }
  5417. KEEPALIVE_STATE(IN_HANDLER);
  5418. #if ENABLED(ULTIPANEL)
  5419. // Show "load" message
  5420. lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_LOAD);
  5421. #endif
  5422. // Load filament
  5423. destination[E_AXIS] += load_length;
  5424. RUNPLAN(FILAMENT_CHANGE_LOAD_FEEDRATE);
  5425. stepper.synchronize();
  5426. }
  5427. #if ENABLED(ULTIPANEL) && ADVANCED_PAUSE_EXTRUDE_LENGTH > 0
  5428. float extrude_length = initial_extrude_length;
  5429. do {
  5430. if (extrude_length > 0) {
  5431. // "Wait for filament extrude"
  5432. lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_EXTRUDE);
  5433. // Extrude filament to get into hotend
  5434. destination[E_AXIS] += extrude_length;
  5435. RUNPLAN(ADVANCED_PAUSE_EXTRUDE_FEEDRATE);
  5436. stepper.synchronize();
  5437. }
  5438. // Show "Extrude More" / "Resume" menu and wait for reply
  5439. KEEPALIVE_STATE(PAUSED_FOR_USER);
  5440. wait_for_user = false;
  5441. lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_OPTION);
  5442. while (advanced_pause_menu_response == ADVANCED_PAUSE_RESPONSE_WAIT_FOR) idle(true);
  5443. KEEPALIVE_STATE(IN_HANDLER);
  5444. extrude_length = ADVANCED_PAUSE_EXTRUDE_LENGTH;
  5445. // Keep looping if "Extrude More" was selected
  5446. } while (advanced_pause_menu_response == ADVANCED_PAUSE_RESPONSE_EXTRUDE_MORE);
  5447. #endif
  5448. #if ENABLED(ULTIPANEL)
  5449. // "Wait for print to resume"
  5450. lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_RESUME);
  5451. #endif
  5452. // Set extruder to saved position
  5453. destination[E_AXIS] = current_position[E_AXIS] = resume_position[E_AXIS];
  5454. planner.set_e_position_mm(current_position[E_AXIS]);
  5455. // Move XY to starting position, then Z
  5456. do_blocking_move_to_xy(resume_position[X_AXIS], resume_position[Y_AXIS], PAUSE_PARK_XY_FEEDRATE);
  5457. do_blocking_move_to_z(resume_position[Z_AXIS], PAUSE_PARK_Z_FEEDRATE);
  5458. #if ENABLED(FILAMENT_RUNOUT_SENSOR)
  5459. filament_ran_out = false;
  5460. #endif
  5461. #if ENABLED(ULTIPANEL)
  5462. // Show status screen
  5463. lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_STATUS);
  5464. #endif
  5465. #if ENABLED(SDSUPPORT)
  5466. if (sd_print_paused) {
  5467. card.startFileprint();
  5468. sd_print_paused = false;
  5469. }
  5470. #endif
  5471. move_away_flag = false;
  5472. }
  5473. #endif // ADVANCED_PAUSE_FEATURE
  5474. #if ENABLED(SDSUPPORT)
  5475. /**
  5476. * M20: List SD card to serial output
  5477. */
  5478. inline void gcode_M20() {
  5479. SERIAL_PROTOCOLLNPGM(MSG_BEGIN_FILE_LIST);
  5480. card.ls();
  5481. SERIAL_PROTOCOLLNPGM(MSG_END_FILE_LIST);
  5482. }
  5483. /**
  5484. * M21: Init SD Card
  5485. */
  5486. inline void gcode_M21()
  5487. {
  5488. card.initsd();
  5489. #if ENABLED(SDSUPPORT) && ENABLED(POWEROFF_SAVE_SD_FILE)
  5490. init_power_off_info();
  5491. #endif
  5492. }
  5493. /**
  5494. * M22: Release SD Card
  5495. */
  5496. inline void gcode_M22() { card.release(); }
  5497. /**
  5498. * M23: Open a file
  5499. */
  5500. inline void gcode_M23() {
  5501. // Simplify3D includes the size, so zero out all spaces (#7227)
  5502. for (char *fn = parser.string_arg; *fn; ++fn) if (*fn == ' ') *fn = '\0';
  5503. card.openFile(parser.string_arg, true);
  5504. }
  5505. /**
  5506. * M24: Start or Resume SD Print
  5507. */
  5508. inline void gcode_M24()
  5509. {
  5510. #if ENABLED(SDSUPPORT) && ENABLED(POWEROFF_SAVE_SD_FILE)
  5511. card.removePowerOffFile();
  5512. #endif
  5513. #if ENABLED(PARK_HEAD_ON_PAUSE)
  5514. resume_print();
  5515. #endif
  5516. card.startFileprint();
  5517. print_job_timer.start();
  5518. }
  5519. /**
  5520. * M25: Pause SD Print
  5521. */
  5522. inline void gcode_M25() {
  5523. card.pauseSDPrint();
  5524. print_job_timer.pause();
  5525. #if ENABLED(PARK_HEAD_ON_PAUSE)
  5526. enqueue_and_echo_commands_P(PSTR("M125")); // Must be enqueued with pauseSDPrint set to be last in the buffer
  5527. #endif
  5528. }
  5529. /**
  5530. * M26: Set SD Card file index
  5531. */
  5532. inline void gcode_M26() {
  5533. if (card.cardOK && parser.seenval('S'))
  5534. card.setIndex(parser.value_long());
  5535. }
  5536. /**
  5537. * M27: Get SD Card status
  5538. */
  5539. inline void gcode_M27() { card.getStatus(); }
  5540. /**
  5541. * M28: Start SD Write
  5542. */
  5543. inline void gcode_M28() { card.openFile(parser.string_arg, false); }
  5544. /**
  5545. * M29: Stop SD Write
  5546. * Processed in write to file routine above
  5547. */
  5548. inline void gcode_M29() {
  5549. // card.saving = false;
  5550. }
  5551. /**
  5552. * M30 <filename>: Delete SD Card file
  5553. */
  5554. inline void gcode_M30() {
  5555. if (card.cardOK) {
  5556. card.closefile();
  5557. card.removeFile(parser.string_arg);
  5558. }
  5559. }
  5560. #endif // SDSUPPORT
  5561. /**
  5562. * M31: Get the time since the start of SD Print (or last M109)
  5563. */
  5564. inline void gcode_M31() {
  5565. char buffer[21];
  5566. duration_t elapsed = print_job_timer.duration();
  5567. elapsed.toString(buffer);
  5568. lcd_setstatus(buffer);
  5569. SERIAL_ECHO_START();
  5570. SERIAL_ECHOLNPAIR("Print time: ", buffer);
  5571. }
  5572. #if ENABLED(SDSUPPORT)
  5573. /**
  5574. * M32: Select file and start SD Print
  5575. */
  5576. inline void gcode_M32() {
  5577. if (card.sdprinting)
  5578. stepper.synchronize();
  5579. char* namestartpos = parser.string_arg;
  5580. const bool call_procedure = parser.boolval('P');
  5581. if (card.cardOK) {
  5582. card.openFile(namestartpos, true, call_procedure);
  5583. if (parser.seenval('S'))
  5584. card.setIndex(parser.value_long());
  5585. card.startFileprint();
  5586. // Procedure calls count as normal print time.
  5587. if (!call_procedure) print_job_timer.start();
  5588. }
  5589. }
  5590. #if ENABLED(LONG_FILENAME_HOST_SUPPORT)
  5591. /**
  5592. * M33: Get the long full path of a file or folder
  5593. *
  5594. * Parameters:
  5595. * <dospath> Case-insensitive DOS-style path to a file or folder
  5596. *
  5597. * Example:
  5598. * M33 miscel~1/armchair/armcha~1.gco
  5599. *
  5600. * Output:
  5601. * /Miscellaneous/Armchair/Armchair.gcode
  5602. */
  5603. inline void gcode_M33() {
  5604. card.printLongPath(parser.string_arg);
  5605. }
  5606. #endif
  5607. #if ENABLED(SDCARD_SORT_ALPHA) && ENABLED(SDSORT_GCODE)
  5608. /**
  5609. * M34: Set SD Card Sorting Options
  5610. */
  5611. inline void gcode_M34() {
  5612. if (parser.seen('S')) card.setSortOn(parser.value_bool());
  5613. if (parser.seenval('F')) {
  5614. const int v = parser.value_long();
  5615. card.setSortFolders(v < 0 ? -1 : v > 0 ? 1 : 0);
  5616. }
  5617. //if (parser.seen('R')) card.setSortReverse(parser.value_bool());
  5618. }
  5619. #endif // SDCARD_SORT_ALPHA && SDSORT_GCODE
  5620. /**
  5621. * M928: Start SD Write
  5622. */
  5623. inline void gcode_M928() {
  5624. card.openLogFile(parser.string_arg);
  5625. }
  5626. #endif // SDSUPPORT
  5627. /**
  5628. * Sensitive pin test for M42, M226
  5629. */
  5630. static bool pin_is_protected(const int8_t pin) {
  5631. static const int8_t sensitive_pins[] PROGMEM = SENSITIVE_PINS;
  5632. for (uint8_t i = 0; i < COUNT(sensitive_pins); i++)
  5633. if (pin == (int8_t)pgm_read_byte(&sensitive_pins[i])) return true;
  5634. return false;
  5635. }
  5636. /**
  5637. * M42: Change pin status via GCode
  5638. *
  5639. * P<pin> Pin number (LED if omitted)
  5640. * S<byte> Pin status from 0 - 255
  5641. */
  5642. inline void gcode_M42() {
  5643. if (!parser.seenval('S')) return;
  5644. const byte pin_status = parser.value_byte();
  5645. const int pin_number = parser.intval('P', LED_PIN);
  5646. if (pin_number < 0) return;
  5647. if (pin_is_protected(pin_number)) {
  5648. SERIAL_ERROR_START();
  5649. SERIAL_ERRORLNPGM(MSG_ERR_PROTECTED_PIN);
  5650. return;
  5651. }
  5652. pinMode(pin_number, OUTPUT);
  5653. digitalWrite(pin_number, pin_status);
  5654. analogWrite(pin_number, pin_status);
  5655. #if FAN_COUNT > 0
  5656. switch (pin_number) {
  5657. #if HAS_FAN0
  5658. case FAN_PIN: fanSpeeds[0] = pin_status; break;
  5659. #endif
  5660. #if HAS_FAN1
  5661. case FAN1_PIN: fanSpeeds[1] = pin_status; break;
  5662. #endif
  5663. #if HAS_FAN2
  5664. case FAN2_PIN: fanSpeeds[2] = pin_status; break;
  5665. #endif
  5666. }
  5667. #endif
  5668. }
  5669. #if ENABLED(PINS_DEBUGGING)
  5670. #include "pinsDebug.h"
  5671. inline void toggle_pins() {
  5672. const bool I_flag = parser.boolval('I');
  5673. const int repeat = parser.intval('R', 1),
  5674. start = parser.intval('S'),
  5675. end = parser.intval('E', NUM_DIGITAL_PINS - 1),
  5676. wait = parser.intval('W', 500);
  5677. for (uint8_t pin = start; pin <= end; pin++) {
  5678. //report_pin_state_extended(pin, I_flag, false);
  5679. if (!I_flag && pin_is_protected(pin)) {
  5680. report_pin_state_extended(pin, I_flag, true, "Untouched ");
  5681. SERIAL_EOL();
  5682. }
  5683. else {
  5684. report_pin_state_extended(pin, I_flag, true, "Pulsing ");
  5685. #if AVR_AT90USB1286_FAMILY // Teensy IDEs don't know about these pins so must use FASTIO
  5686. if (pin == TEENSY_E2) {
  5687. SET_OUTPUT(TEENSY_E2);
  5688. for (int16_t j = 0; j < repeat; j++) {
  5689. WRITE(TEENSY_E2, LOW); safe_delay(wait);
  5690. WRITE(TEENSY_E2, HIGH); safe_delay(wait);
  5691. WRITE(TEENSY_E2, LOW); safe_delay(wait);
  5692. }
  5693. }
  5694. else if (pin == TEENSY_E3) {
  5695. SET_OUTPUT(TEENSY_E3);
  5696. for (int16_t j = 0; j < repeat; j++) {
  5697. WRITE(TEENSY_E3, LOW); safe_delay(wait);
  5698. WRITE(TEENSY_E3, HIGH); safe_delay(wait);
  5699. WRITE(TEENSY_E3, LOW); safe_delay(wait);
  5700. }
  5701. }
  5702. else
  5703. #endif
  5704. {
  5705. pinMode(pin, OUTPUT);
  5706. for (int16_t j = 0; j < repeat; j++) {
  5707. digitalWrite(pin, 0); safe_delay(wait);
  5708. digitalWrite(pin, 1); safe_delay(wait);
  5709. digitalWrite(pin, 0); safe_delay(wait);
  5710. }
  5711. }
  5712. }
  5713. SERIAL_EOL();
  5714. }
  5715. SERIAL_ECHOLNPGM("Done.");
  5716. } // toggle_pins
  5717. inline void servo_probe_test() {
  5718. #if !(NUM_SERVOS > 0 && HAS_SERVO_0)
  5719. SERIAL_ERROR_START();
  5720. SERIAL_ERRORLNPGM("SERVO not setup");
  5721. #elif !HAS_Z_SERVO_ENDSTOP
  5722. SERIAL_ERROR_START();
  5723. SERIAL_ERRORLNPGM("Z_ENDSTOP_SERVO_NR not setup");
  5724. #else // HAS_Z_SERVO_ENDSTOP
  5725. const uint8_t probe_index = parser.byteval('P', Z_ENDSTOP_SERVO_NR);
  5726. SERIAL_PROTOCOLLNPGM("Servo probe test");
  5727. SERIAL_PROTOCOLLNPAIR(". using index: ", probe_index);
  5728. SERIAL_PROTOCOLLNPAIR(". deploy angle: ", z_servo_angle[0]);
  5729. SERIAL_PROTOCOLLNPAIR(". stow angle: ", z_servo_angle[1]);
  5730. bool probe_inverting;
  5731. #if ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
  5732. #define PROBE_TEST_PIN Z_MIN_PIN
  5733. SERIAL_PROTOCOLLNPAIR(". probe uses Z_MIN pin: ", PROBE_TEST_PIN);
  5734. SERIAL_PROTOCOLLNPGM(". uses Z_MIN_ENDSTOP_INVERTING (ignores Z_MIN_PROBE_ENDSTOP_INVERTING)");
  5735. SERIAL_PROTOCOLPGM(". Z_MIN_ENDSTOP_INVERTING: ");
  5736. #if Z_MIN_ENDSTOP_INVERTING
  5737. SERIAL_PROTOCOLLNPGM("true");
  5738. #else
  5739. SERIAL_PROTOCOLLNPGM("false");
  5740. #endif
  5741. probe_inverting = Z_MIN_ENDSTOP_INVERTING;
  5742. #elif ENABLED(Z_MIN_PROBE_ENDSTOP)
  5743. #define PROBE_TEST_PIN Z_MIN_PROBE_PIN
  5744. SERIAL_PROTOCOLLNPAIR(". probe uses Z_MIN_PROBE_PIN: ", PROBE_TEST_PIN);
  5745. SERIAL_PROTOCOLLNPGM(". uses Z_MIN_PROBE_ENDSTOP_INVERTING (ignores Z_MIN_ENDSTOP_INVERTING)");
  5746. SERIAL_PROTOCOLPGM(". Z_MIN_PROBE_ENDSTOP_INVERTING: ");
  5747. #if Z_MIN_PROBE_ENDSTOP_INVERTING
  5748. SERIAL_PROTOCOLLNPGM("true");
  5749. #else
  5750. SERIAL_PROTOCOLLNPGM("false");
  5751. #endif
  5752. probe_inverting = Z_MIN_PROBE_ENDSTOP_INVERTING;
  5753. #endif
  5754. SERIAL_PROTOCOLLNPGM(". deploy & stow 4 times");
  5755. SET_INPUT_PULLUP(PROBE_TEST_PIN);
  5756. bool deploy_state, stow_state;
  5757. for (uint8_t i = 0; i < 4; i++) {
  5758. MOVE_SERVO(probe_index, z_servo_angle[0]); //deploy
  5759. safe_delay(500);
  5760. deploy_state = READ(PROBE_TEST_PIN);
  5761. MOVE_SERVO(probe_index, z_servo_angle[1]); //stow
  5762. safe_delay(500);
  5763. stow_state = READ(PROBE_TEST_PIN);
  5764. }
  5765. if (probe_inverting != deploy_state) SERIAL_PROTOCOLLNPGM("WARNING - INVERTING setting probably backwards");
  5766. refresh_cmd_timeout();
  5767. if (deploy_state != stow_state) {
  5768. SERIAL_PROTOCOLLNPGM("BLTouch clone detected");
  5769. if (deploy_state) {
  5770. SERIAL_PROTOCOLLNPGM(". DEPLOYED state: HIGH (logic 1)");
  5771. SERIAL_PROTOCOLLNPGM(". STOWED (triggered) state: LOW (logic 0)");
  5772. }
  5773. else {
  5774. SERIAL_PROTOCOLLNPGM(". DEPLOYED state: LOW (logic 0)");
  5775. SERIAL_PROTOCOLLNPGM(". STOWED (triggered) state: HIGH (logic 1)");
  5776. }
  5777. #if ENABLED(BLTOUCH)
  5778. SERIAL_PROTOCOLLNPGM("ERROR: BLTOUCH enabled - set this device up as a Z Servo Probe with inverting as true.");
  5779. #endif
  5780. }
  5781. else { // measure active signal length
  5782. MOVE_SERVO(probe_index, z_servo_angle[0]); // deploy
  5783. safe_delay(500);
  5784. SERIAL_PROTOCOLLNPGM("please trigger probe");
  5785. uint16_t probe_counter = 0;
  5786. // Allow 30 seconds max for operator to trigger probe
  5787. for (uint16_t j = 0; j < 500 * 30 && probe_counter == 0 ; j++) {
  5788. safe_delay(2);
  5789. if (0 == j % (500 * 1)) // keep cmd_timeout happy
  5790. refresh_cmd_timeout();
  5791. if (deploy_state != READ(PROBE_TEST_PIN)) { // probe triggered
  5792. for (probe_counter = 1; probe_counter < 50 && deploy_state != READ(PROBE_TEST_PIN); ++probe_counter)
  5793. safe_delay(2);
  5794. if (probe_counter == 50)
  5795. SERIAL_PROTOCOLLNPGM("Z Servo Probe detected"); // >= 100mS active time
  5796. else if (probe_counter >= 2)
  5797. SERIAL_PROTOCOLLNPAIR("BLTouch compatible probe detected - pulse width (+/- 4mS): ", probe_counter * 2); // allow 4 - 100mS pulse
  5798. else
  5799. SERIAL_PROTOCOLLNPGM("noise detected - please re-run test"); // less than 2mS pulse
  5800. MOVE_SERVO(probe_index, z_servo_angle[1]); //stow
  5801. } // pulse detected
  5802. } // for loop waiting for trigger
  5803. if (probe_counter == 0) SERIAL_PROTOCOLLNPGM("trigger not detected");
  5804. } // measure active signal length
  5805. #endif
  5806. } // servo_probe_test
  5807. /**
  5808. * M43: Pin debug - report pin state, watch pins, toggle pins and servo probe test/report
  5809. *
  5810. * M43 - report name and state of pin(s)
  5811. * P<pin> Pin to read or watch. If omitted, reads all pins.
  5812. * I Flag to ignore Marlin's pin protection.
  5813. *
  5814. * M43 W - Watch pins -reporting changes- until reset, click, or M108.
  5815. * P<pin> Pin to read or watch. If omitted, read/watch all pins.
  5816. * I Flag to ignore Marlin's pin protection.
  5817. *
  5818. * M43 E<bool> - Enable / disable background endstop monitoring
  5819. * - Machine continues to operate
  5820. * - Reports changes to endstops
  5821. * - Toggles LED_PIN when an endstop changes
  5822. * - Can not reliably catch the 5mS pulse from BLTouch type probes
  5823. *
  5824. * M43 T - Toggle pin(s) and report which pin is being toggled
  5825. * S<pin> - Start Pin number. If not given, will default to 0
  5826. * L<pin> - End Pin number. If not given, will default to last pin defined for this board
  5827. * I<bool> - Flag to ignore Marlin's pin protection. Use with caution!!!!
  5828. * R - Repeat pulses on each pin this number of times before continueing to next pin
  5829. * W - Wait time (in miliseconds) between pulses. If not given will default to 500
  5830. *
  5831. * M43 S - Servo probe test
  5832. * P<index> - Probe index (optional - defaults to 0
  5833. */
  5834. inline void gcode_M43() {
  5835. if (parser.seen('T')) { // must be first or else its "S" and "E" parameters will execute endstop or servo test
  5836. toggle_pins();
  5837. return;
  5838. }
  5839. // Enable or disable endstop monitoring
  5840. if (parser.seen('E')) {
  5841. endstop_monitor_flag = parser.value_bool();
  5842. SERIAL_PROTOCOLPGM("endstop monitor ");
  5843. serialprintPGM(endstop_monitor_flag ? PSTR("en") : PSTR("dis"));
  5844. SERIAL_PROTOCOLLNPGM("abled");
  5845. return;
  5846. }
  5847. if (parser.seen('S')) {
  5848. servo_probe_test();
  5849. return;
  5850. }
  5851. // Get the range of pins to test or watch
  5852. const uint8_t first_pin = parser.byteval('P'),
  5853. last_pin = parser.seenval('P') ? first_pin : NUM_DIGITAL_PINS - 1;
  5854. if (first_pin > last_pin) return;
  5855. const bool ignore_protection = parser.boolval('I');
  5856. // Watch until click, M108, or reset
  5857. if (parser.boolval('W')) {
  5858. SERIAL_PROTOCOLLNPGM("Watching pins");
  5859. byte pin_state[last_pin - first_pin + 1];
  5860. for (int8_t pin = first_pin; pin <= last_pin; pin++) {
  5861. if (pin_is_protected(pin) && !ignore_protection) continue;
  5862. pinMode(pin, INPUT_PULLUP);
  5863. delay(1);
  5864. /*
  5865. if (IS_ANALOG(pin))
  5866. pin_state[pin - first_pin] = analogRead(pin - analogInputToDigitalPin(0)); // int16_t pin_state[...]
  5867. else
  5868. //*/
  5869. pin_state[pin - first_pin] = digitalRead(pin);
  5870. }
  5871. #if HAS_RESUME_CONTINUE
  5872. wait_for_user = true;
  5873. KEEPALIVE_STATE(PAUSED_FOR_USER);
  5874. #endif
  5875. for (;;) {
  5876. for (int8_t pin = first_pin; pin <= last_pin; pin++) {
  5877. if (pin_is_protected(pin) && !ignore_protection) continue;
  5878. const byte val =
  5879. /*
  5880. IS_ANALOG(pin)
  5881. ? analogRead(pin - analogInputToDigitalPin(0)) : // int16_t val
  5882. :
  5883. //*/
  5884. digitalRead(pin);
  5885. if (val != pin_state[pin - first_pin]) {
  5886. report_pin_state_extended(pin, ignore_protection, false);
  5887. pin_state[pin - first_pin] = val;
  5888. }
  5889. }
  5890. #if HAS_RESUME_CONTINUE
  5891. if (!wait_for_user) {
  5892. KEEPALIVE_STATE(IN_HANDLER);
  5893. break;
  5894. }
  5895. #endif
  5896. safe_delay(200);
  5897. }
  5898. return;
  5899. }
  5900. // Report current state of selected pin(s)
  5901. for (uint8_t pin = first_pin; pin <= last_pin; pin++)
  5902. report_pin_state_extended(pin, ignore_protection, true);
  5903. }
  5904. #endif // PINS_DEBUGGING
  5905. #if ENABLED(Z_MIN_PROBE_REPEATABILITY_TEST)
  5906. /**
  5907. * M48: Z probe repeatability measurement function.
  5908. *
  5909. * Usage:
  5910. * M48 <P#> <X#> <Y#> <V#> <E> <L#>
  5911. * P = Number of sampled points (4-50, default 10)
  5912. * X = Sample X position
  5913. * Y = Sample Y position
  5914. * V = Verbose level (0-4, default=1)
  5915. * E = Engage Z probe for each reading
  5916. * L = Number of legs of movement before probe
  5917. * S = Schizoid (Or Star if you prefer)
  5918. *
  5919. * This function assumes the bed has been homed. Specifically, that a G28 command
  5920. * as been issued prior to invoking the M48 Z probe repeatability measurement function.
  5921. * Any information generated by a prior G29 Bed leveling command will be lost and need to be
  5922. * regenerated.
  5923. */
  5924. inline void gcode_M48() {
  5925. if (axis_unhomed_error()) return;
  5926. const int8_t verbose_level = parser.byteval('V', 1);
  5927. if (!WITHIN(verbose_level, 0, 4)) {
  5928. SERIAL_PROTOCOLLNPGM("?(V)erbose level is implausible (0-4).");
  5929. return;
  5930. }
  5931. if (verbose_level > 0)
  5932. SERIAL_PROTOCOLLNPGM("M48 Z-Probe Repeatability Test");
  5933. const int8_t n_samples = parser.byteval('P', 10);
  5934. if (!WITHIN(n_samples, 4, 50)) {
  5935. SERIAL_PROTOCOLLNPGM("?Sample size not plausible (4-50).");
  5936. return;
  5937. }
  5938. const bool stow_probe_after_each = parser.boolval('E');
  5939. float X_current = current_position[X_AXIS],
  5940. Y_current = current_position[Y_AXIS];
  5941. const float X_probe_location = parser.linearval('X', X_current + X_PROBE_OFFSET_FROM_EXTRUDER),
  5942. Y_probe_location = parser.linearval('Y', Y_current + Y_PROBE_OFFSET_FROM_EXTRUDER);
  5943. #if DISABLED(DELTA)
  5944. if (!WITHIN(X_probe_location, LOGICAL_X_POSITION(MIN_PROBE_X), LOGICAL_X_POSITION(MAX_PROBE_X))) {
  5945. out_of_range_error(PSTR("X"));
  5946. return;
  5947. }
  5948. if (!WITHIN(Y_probe_location, LOGICAL_Y_POSITION(MIN_PROBE_Y), LOGICAL_Y_POSITION(MAX_PROBE_Y))) {
  5949. out_of_range_error(PSTR("Y"));
  5950. return;
  5951. }
  5952. #else
  5953. if (!position_is_reachable_by_probe_xy(X_probe_location, Y_probe_location)) {
  5954. SERIAL_PROTOCOLLNPGM("? (X,Y) location outside of probeable radius.");
  5955. return;
  5956. }
  5957. #endif
  5958. bool seen_L = parser.seen('L');
  5959. uint8_t n_legs = seen_L ? parser.value_byte() : 0;
  5960. if (n_legs > 15) {
  5961. SERIAL_PROTOCOLLNPGM("?Number of legs in movement not plausible (0-15).");
  5962. return;
  5963. }
  5964. if (n_legs == 1) n_legs = 2;
  5965. const bool schizoid_flag = parser.boolval('S');
  5966. if (schizoid_flag && !seen_L) n_legs = 7;
  5967. /**
  5968. * Now get everything to the specified probe point So we can safely do a
  5969. * probe to get us close to the bed. If the Z-Axis is far from the bed,
  5970. * we don't want to use that as a starting point for each probe.
  5971. */
  5972. if (verbose_level > 2)
  5973. SERIAL_PROTOCOLLNPGM("Positioning the probe...");
  5974. // Disable bed level correction in M48 because we want the raw data when we probe
  5975. #if HAS_LEVELING
  5976. const bool was_enabled = leveling_is_active();
  5977. set_bed_leveling_enabled(false);
  5978. #endif
  5979. setup_for_endstop_or_probe_move();
  5980. double mean = 0.0, sigma = 0.0, min = 99999.9, max = -99999.9, sample_set[n_samples];
  5981. // Move to the first point, deploy, and probe
  5982. const float t = probe_pt(X_probe_location, Y_probe_location, stow_probe_after_each, verbose_level);
  5983. bool probing_good = !isnan(t);
  5984. if (probing_good) {
  5985. randomSeed(millis());
  5986. for (uint8_t n = 0; n < n_samples; n++) {
  5987. if (n_legs) {
  5988. const int dir = (random(0, 10) > 5.0) ? -1 : 1; // clockwise or counter clockwise
  5989. float angle = random(0.0, 360.0);
  5990. const float radius = random(
  5991. #if ENABLED(DELTA)
  5992. 0.1250000000 * (DELTA_PROBEABLE_RADIUS),
  5993. 0.3333333333 * (DELTA_PROBEABLE_RADIUS)
  5994. #else
  5995. 5.0, 0.125 * min(X_BED_SIZE, Y_BED_SIZE)
  5996. #endif
  5997. );
  5998. if (verbose_level > 3) {
  5999. SERIAL_ECHOPAIR("Starting radius: ", radius);
  6000. SERIAL_ECHOPAIR(" angle: ", angle);
  6001. SERIAL_ECHOPGM(" Direction: ");
  6002. if (dir > 0) SERIAL_ECHOPGM("Counter-");
  6003. SERIAL_ECHOLNPGM("Clockwise");
  6004. }
  6005. for (uint8_t l = 0; l < n_legs - 1; l++) {
  6006. double delta_angle;
  6007. if (schizoid_flag)
  6008. // The points of a 5 point star are 72 degrees apart. We need to
  6009. // skip a point and go to the next one on the star.
  6010. delta_angle = dir * 2.0 * 72.0;
  6011. else
  6012. // If we do this line, we are just trying to move further
  6013. // around the circle.
  6014. delta_angle = dir * (float) random(25, 45);
  6015. angle += delta_angle;
  6016. while (angle > 360.0) // We probably do not need to keep the angle between 0 and 2*PI, but the
  6017. angle -= 360.0; // Arduino documentation says the trig functions should not be given values
  6018. while (angle < 0.0) // outside of this range. It looks like they behave correctly with
  6019. angle += 360.0; // numbers outside of the range, but just to be safe we clamp them.
  6020. X_current = X_probe_location - (X_PROBE_OFFSET_FROM_EXTRUDER) + cos(RADIANS(angle)) * radius;
  6021. Y_current = Y_probe_location - (Y_PROBE_OFFSET_FROM_EXTRUDER) + sin(RADIANS(angle)) * radius;
  6022. #if DISABLED(DELTA)
  6023. X_current = constrain(X_current, X_MIN_POS, X_MAX_POS);
  6024. Y_current = constrain(Y_current, Y_MIN_POS, Y_MAX_POS);
  6025. #else
  6026. // If we have gone out too far, we can do a simple fix and scale the numbers
  6027. // back in closer to the origin.
  6028. while (!position_is_reachable_by_probe_xy(X_current, Y_current)) {
  6029. X_current *= 0.8;
  6030. Y_current *= 0.8;
  6031. if (verbose_level > 3) {
  6032. SERIAL_ECHOPAIR("Pulling point towards center:", X_current);
  6033. SERIAL_ECHOLNPAIR(", ", Y_current);
  6034. }
  6035. }
  6036. #endif
  6037. if (verbose_level > 3) {
  6038. SERIAL_PROTOCOLPGM("Going to:");
  6039. SERIAL_ECHOPAIR(" X", X_current);
  6040. SERIAL_ECHOPAIR(" Y", Y_current);
  6041. SERIAL_ECHOLNPAIR(" Z", current_position[Z_AXIS]);
  6042. }
  6043. do_blocking_move_to_xy(X_current, Y_current);
  6044. } // n_legs loop
  6045. } // n_legs
  6046. // Probe a single point
  6047. sample_set[n] = probe_pt(X_probe_location, Y_probe_location, stow_probe_after_each, 0);
  6048. // Break the loop if the probe fails
  6049. probing_good = !isnan(sample_set[n]);
  6050. if (!probing_good) break;
  6051. /**
  6052. * Get the current mean for the data points we have so far
  6053. */
  6054. double sum = 0.0;
  6055. for (uint8_t j = 0; j <= n; j++) sum += sample_set[j];
  6056. mean = sum / (n + 1);
  6057. NOMORE(min, sample_set[n]);
  6058. NOLESS(max, sample_set[n]);
  6059. /**
  6060. * Now, use that mean to calculate the standard deviation for the
  6061. * data points we have so far
  6062. */
  6063. sum = 0.0;
  6064. for (uint8_t j = 0; j <= n; j++)
  6065. sum += sq(sample_set[j] - mean);
  6066. sigma = SQRT(sum / (n + 1));
  6067. if (verbose_level > 0) {
  6068. if (verbose_level > 1) {
  6069. SERIAL_PROTOCOL(n + 1);
  6070. SERIAL_PROTOCOLPGM(" of ");
  6071. SERIAL_PROTOCOL((int)n_samples);
  6072. SERIAL_PROTOCOLPGM(": z: ");
  6073. SERIAL_PROTOCOL_F(sample_set[n], 3);
  6074. if (verbose_level > 2) {
  6075. SERIAL_PROTOCOLPGM(" mean: ");
  6076. SERIAL_PROTOCOL_F(mean, 4);
  6077. SERIAL_PROTOCOLPGM(" sigma: ");
  6078. SERIAL_PROTOCOL_F(sigma, 6);
  6079. SERIAL_PROTOCOLPGM(" min: ");
  6080. SERIAL_PROTOCOL_F(min, 3);
  6081. SERIAL_PROTOCOLPGM(" max: ");
  6082. SERIAL_PROTOCOL_F(max, 3);
  6083. SERIAL_PROTOCOLPGM(" range: ");
  6084. SERIAL_PROTOCOL_F(max-min, 3);
  6085. }
  6086. SERIAL_EOL();
  6087. }
  6088. }
  6089. } // n_samples loop
  6090. }
  6091. STOW_PROBE();
  6092. if (probing_good) {
  6093. SERIAL_PROTOCOLLNPGM("Finished!");
  6094. if (verbose_level > 0) {
  6095. SERIAL_PROTOCOLPGM("Mean: ");
  6096. SERIAL_PROTOCOL_F(mean, 6);
  6097. SERIAL_PROTOCOLPGM(" Min: ");
  6098. SERIAL_PROTOCOL_F(min, 3);
  6099. SERIAL_PROTOCOLPGM(" Max: ");
  6100. SERIAL_PROTOCOL_F(max, 3);
  6101. SERIAL_PROTOCOLPGM(" Range: ");
  6102. SERIAL_PROTOCOL_F(max-min, 3);
  6103. SERIAL_EOL();
  6104. }
  6105. SERIAL_PROTOCOLPGM("Standard Deviation: ");
  6106. SERIAL_PROTOCOL_F(sigma, 6);
  6107. SERIAL_EOL();
  6108. SERIAL_EOL();
  6109. }
  6110. clean_up_after_endstop_or_probe_move();
  6111. // Re-enable bed level correction if it had been on
  6112. #if HAS_LEVELING
  6113. set_bed_leveling_enabled(was_enabled);
  6114. #endif
  6115. report_current_position();
  6116. }
  6117. #endif // Z_MIN_PROBE_REPEATABILITY_TEST
  6118. #if ENABLED(AUTO_BED_LEVELING_UBL) && ENABLED(UBL_G26_MESH_VALIDATION)
  6119. inline void gcode_M49() {
  6120. ubl.g26_debug_flag ^= true;
  6121. SERIAL_PROTOCOLPGM("UBL Debug Flag turned ");
  6122. serialprintPGM(ubl.g26_debug_flag ? PSTR("on.") : PSTR("off."));
  6123. }
  6124. #endif // AUTO_BED_LEVELING_UBL && UBL_G26_MESH_VALIDATION
  6125. /**
  6126. * M75: Start print timer
  6127. */
  6128. inline void gcode_M75() { print_job_timer.start(); }
  6129. /**
  6130. * M76: Pause print timer
  6131. */
  6132. inline void gcode_M76() { print_job_timer.pause(); }
  6133. /**
  6134. * M77: Stop print timer
  6135. */
  6136. inline void gcode_M77() { print_job_timer.stop(); }
  6137. #if ENABLED(PRINTCOUNTER)
  6138. /**
  6139. * M78: Show print statistics
  6140. */
  6141. inline void gcode_M78() {
  6142. // "M78 S78" will reset the statistics
  6143. if (parser.intval('S') == 78)
  6144. print_job_timer.initStats();
  6145. else
  6146. print_job_timer.showStats();
  6147. }
  6148. #endif
  6149. /**
  6150. * M104: Set hot end temperature
  6151. */
  6152. inline void gcode_M104()
  6153. {
  6154. if (get_target_extruder_from_command(104)) return;
  6155. if (DEBUGGING(DRYRUN)) return;
  6156. #if ENABLED(SINGLENOZZLE)
  6157. if (target_extruder != active_extruder) return;
  6158. #endif
  6159. if (parser.seenval('S'))
  6160. {
  6161. const int16_t temp = parser.value_celsius();
  6162. thermalManager.setTargetHotend(temp, target_extruder);
  6163. #if ENABLED(DUAL_X_CARRIAGE)
  6164. if (dual_x_carriage_mode == DXC_DUPLICATION_MODE && target_extruder == 0)
  6165. thermalManager.setTargetHotend(temp ? temp + duplicate_extruder_temp_offset : 0, 1);
  6166. #endif
  6167. #if ENABLED(PRINTJOB_TIMER_AUTOSTART)
  6168. /**
  6169. * Stop the timer at the end of print. Start is managed by 'heat and wait' M109.
  6170. * We use half EXTRUDE_MINTEMP here to allow nozzles to be put into hot
  6171. * standby mode, for instance in a dual extruder setup, without affecting
  6172. * the running print timer.
  6173. */
  6174. if (parser.value_celsius() <= (EXTRUDE_MINTEMP) / 2)
  6175. {
  6176. print_job_timer.stop();
  6177. LCD_MESSAGEPGM(WELCOME_MSG);
  6178. }
  6179. #endif
  6180. if (parser.value_celsius() > thermalManager.degHotend(target_extruder))
  6181. {
  6182. // lcd_status_printf_P(0, PSTR("E%i %s"), target_extruder + 1, MSG_HEATING);
  6183. lcd_status_printf_P(0, PSTR("Extruder %s"), MSG_HEATING);
  6184. }
  6185. }
  6186. #if ENABLED(AUTOTEMP)
  6187. planner.autotemp_M104_M109();
  6188. #endif
  6189. }
  6190. #if HAS_TEMP_HOTEND || HAS_TEMP_BED
  6191. void print_heater_state(const float &c, const float &t,
  6192. #if ENABLED(SHOW_TEMP_ADC_VALUES)
  6193. const float r,
  6194. #endif
  6195. const int8_t e=-2
  6196. ) {
  6197. #if !(HAS_TEMP_BED && HAS_TEMP_HOTEND) && HOTENDS <= 1
  6198. UNUSED(e);
  6199. #endif
  6200. SERIAL_PROTOCOLCHAR(' ');
  6201. SERIAL_PROTOCOLCHAR(
  6202. #if HAS_TEMP_BED && HAS_TEMP_HOTEND
  6203. e == -1 ? 'B' : 'T'
  6204. #elif HAS_TEMP_HOTEND
  6205. 'T'
  6206. #else
  6207. 'B'
  6208. #endif
  6209. );
  6210. #if HOTENDS > 1
  6211. if (e >= 0) SERIAL_PROTOCOLCHAR('0' + e);
  6212. #endif
  6213. SERIAL_PROTOCOLCHAR(':');
  6214. SERIAL_PROTOCOL(c);
  6215. SERIAL_PROTOCOLPAIR(" /" , t);
  6216. #if ENABLED(SHOW_TEMP_ADC_VALUES)
  6217. SERIAL_PROTOCOLPAIR(" (", r / OVERSAMPLENR);
  6218. SERIAL_PROTOCOLCHAR(')');
  6219. #endif
  6220. }
  6221. void print_heaterstates() {
  6222. #if HAS_TEMP_HOTEND
  6223. print_heater_state(thermalManager.degHotend(target_extruder), thermalManager.degTargetHotend(target_extruder)
  6224. #if ENABLED(SHOW_TEMP_ADC_VALUES)
  6225. , thermalManager.rawHotendTemp(target_extruder)
  6226. #endif
  6227. );
  6228. #endif
  6229. #if HAS_TEMP_BED
  6230. print_heater_state(thermalManager.degBed(), thermalManager.degTargetBed(),
  6231. #if ENABLED(SHOW_TEMP_ADC_VALUES)
  6232. thermalManager.rawBedTemp(),
  6233. #endif
  6234. -1 // BED
  6235. );
  6236. #endif
  6237. #if HOTENDS > 1
  6238. HOTEND_LOOP() print_heater_state(thermalManager.degHotend(e), thermalManager.degTargetHotend(e),
  6239. #if ENABLED(SHOW_TEMP_ADC_VALUES)
  6240. thermalManager.rawHotendTemp(e),
  6241. #endif
  6242. e
  6243. );
  6244. #endif
  6245. SERIAL_PROTOCOLPGM(" @:");
  6246. SERIAL_PROTOCOL(thermalManager.getHeaterPower(target_extruder));
  6247. #if HAS_TEMP_BED
  6248. SERIAL_PROTOCOLPGM(" B@:");
  6249. SERIAL_PROTOCOL(thermalManager.getHeaterPower(-1));
  6250. #endif
  6251. #if HOTENDS > 1
  6252. HOTEND_LOOP() {
  6253. SERIAL_PROTOCOLPAIR(" @", e);
  6254. SERIAL_PROTOCOLCHAR(':');
  6255. SERIAL_PROTOCOL(thermalManager.getHeaterPower(e));
  6256. }
  6257. #endif
  6258. }
  6259. #endif
  6260. /**
  6261. * M105: Read hot end and bed temperature
  6262. */
  6263. inline void gcode_M105() {
  6264. if (get_target_extruder_from_command(105)) return;
  6265. #if HAS_TEMP_HOTEND || HAS_TEMP_BED
  6266. SERIAL_PROTOCOLPGM(MSG_OK);
  6267. print_heaterstates();
  6268. #else // !HAS_TEMP_HOTEND && !HAS_TEMP_BED
  6269. SERIAL_ERROR_START();
  6270. SERIAL_ERRORLNPGM(MSG_ERR_NO_THERMISTORS);
  6271. #endif
  6272. SERIAL_EOL();
  6273. }
  6274. #if ENABLED(AUTO_REPORT_TEMPERATURES) && (HAS_TEMP_HOTEND || HAS_TEMP_BED)
  6275. static uint8_t auto_report_temp_interval;
  6276. static millis_t next_temp_report_ms;
  6277. /**
  6278. * M155: Set temperature auto-report interval. M155 S<seconds>
  6279. */
  6280. inline void gcode_M155() {
  6281. if (parser.seenval('S')) {
  6282. auto_report_temp_interval = parser.value_byte();
  6283. NOMORE(auto_report_temp_interval, 60);
  6284. next_temp_report_ms = millis() + 1000UL * auto_report_temp_interval;
  6285. }
  6286. }
  6287. inline void auto_report_temperatures() {
  6288. if (auto_report_temp_interval && ELAPSED(millis(), next_temp_report_ms)) {
  6289. next_temp_report_ms = millis() + 1000UL * auto_report_temp_interval;
  6290. print_heaterstates();
  6291. SERIAL_EOL();
  6292. }
  6293. }
  6294. #endif // AUTO_REPORT_TEMPERATURES
  6295. #if FAN_COUNT > 0
  6296. /**
  6297. * M106: Set Fan Speed
  6298. *
  6299. * S<int> Speed between 0-255
  6300. * P<index> Fan index, if more than one fan
  6301. */
  6302. inline void gcode_M106() {
  6303. uint16_t s = parser.ushortval('S', 255);
  6304. NOMORE(s, 255);
  6305. const uint8_t p = parser.byteval('P', 0);
  6306. if (p < FAN_COUNT) fanSpeeds[p] = s;
  6307. }
  6308. /**
  6309. * M107: Fan Off
  6310. */
  6311. inline void gcode_M107() {
  6312. const uint16_t p = parser.ushortval('P');
  6313. if (p < FAN_COUNT) fanSpeeds[p] = 0;
  6314. }
  6315. #endif // FAN_COUNT > 0
  6316. #if DISABLED(EMERGENCY_PARSER)
  6317. /**
  6318. * M108: Stop the waiting for heaters in M109, M190, M303. Does not affect the target temperature.
  6319. */
  6320. inline void gcode_M108() { wait_for_heatup = false; }
  6321. /**
  6322. * M112: Emergency Stop
  6323. */
  6324. inline void gcode_M112() { kill(PSTR(MSG_KILLED)); }
  6325. /**
  6326. * M410: Quickstop - Abort all planned moves
  6327. *
  6328. * This will stop the carriages mid-move, so most likely they
  6329. * will be out of sync with the stepper position after this.
  6330. */
  6331. inline void gcode_M410() { quickstop_stepper(); }
  6332. #endif
  6333. /**
  6334. * M109: Sxxx Wait for extruder(s) to reach temperature. Waits only when heating.
  6335. * Rxxx Wait for extruder(s) to reach temperature. Waits when heating and cooling.
  6336. */
  6337. #ifndef MIN_COOLING_SLOPE_DEG
  6338. #define MIN_COOLING_SLOPE_DEG 1.50
  6339. #endif
  6340. #ifndef MIN_COOLING_SLOPE_TIME
  6341. #define MIN_COOLING_SLOPE_TIME 60
  6342. #endif
  6343. inline void gcode_M109()
  6344. {
  6345. if (get_target_extruder_from_command(109)) return;
  6346. if (DEBUGGING(DRYRUN)) return;
  6347. #if ENABLED(SINGLENOZZLE)
  6348. if (target_extruder != active_extruder) return;
  6349. #endif
  6350. const bool no_wait_for_cooling = parser.seenval('S');
  6351. if (no_wait_for_cooling || parser.seenval('R'))
  6352. {
  6353. const int16_t temp = parser.value_celsius();
  6354. thermalManager.setTargetHotend(temp, target_extruder);
  6355. #if ENABLED(DUAL_X_CARRIAGE)
  6356. if (dual_x_carriage_mode == DXC_DUPLICATION_MODE && target_extruder == 0)
  6357. thermalManager.setTargetHotend(temp ? temp + duplicate_extruder_temp_offset : 0, 1);
  6358. #endif
  6359. #if ENABLED(PRINTJOB_TIMER_AUTOSTART)
  6360. /**
  6361. * Use half EXTRUDE_MINTEMP to allow nozzles to be put into hot
  6362. * standby mode, (e.g., in a dual extruder setup) without affecting
  6363. * the running print timer.
  6364. */
  6365. if (parser.value_celsius() <= (EXTRUDE_MINTEMP) / 2)
  6366. {
  6367. print_job_timer.stop();
  6368. LCD_MESSAGEPGM(WELCOME_MSG);
  6369. }
  6370. else
  6371. print_job_timer.start();
  6372. #endif
  6373. if (thermalManager.isHeatingHotend(target_extruder))
  6374. {
  6375. // lcd_status_printf_P(0, PSTR("E%i %s"), target_extruder + 1, MSG_HEATING);
  6376. lcd_status_printf_P(0, PSTR("Extruder %s"), MSG_HEATING);
  6377. }
  6378. }
  6379. else return;
  6380. #if ENABLED(AUTOTEMP)
  6381. planner.autotemp_M104_M109();
  6382. #endif
  6383. #if TEMP_RESIDENCY_TIME > 0
  6384. millis_t residency_start_ms = 0;
  6385. // Loop until the temperature has stabilized
  6386. #define TEMP_CONDITIONS (!residency_start_ms || PENDING(now, residency_start_ms + (TEMP_RESIDENCY_TIME) * 1000UL))
  6387. #else
  6388. // Loop until the temperature is very close target
  6389. #define TEMP_CONDITIONS (wants_to_cool ? thermalManager.isCoolingHotend(target_extruder) : thermalManager.isHeatingHotend(target_extruder))
  6390. #endif
  6391. float target_temp = -1.0, old_temp = 9999.0;
  6392. bool wants_to_cool = false;
  6393. wait_for_heatup = true;
  6394. millis_t now, next_temp_ms = 0, next_cool_check_ms = 0;
  6395. #if DISABLED(BUSY_WHILE_HEATING)
  6396. KEEPALIVE_STATE(NOT_BUSY);
  6397. #endif
  6398. #if ENABLED(PRINTER_EVENT_LEDS)
  6399. const float start_temp = thermalManager.degHotend(target_extruder);
  6400. uint8_t old_blue = 0;
  6401. #endif
  6402. do
  6403. {
  6404. // Target temperature might be changed during the loop
  6405. if (target_temp != thermalManager.degTargetHotend(target_extruder))
  6406. {
  6407. wants_to_cool = thermalManager.isCoolingHotend(target_extruder);
  6408. target_temp = thermalManager.degTargetHotend(target_extruder);
  6409. // Exit if S<lower>, continue if S<higher>, R<lower>, or R<higher>
  6410. if (no_wait_for_cooling && wants_to_cool) break;
  6411. }
  6412. now = millis();
  6413. if (ELAPSED(now, next_temp_ms))
  6414. {
  6415. // Print temp & remaining time every 1s while waiting
  6416. next_temp_ms = now + 1000UL;
  6417. print_heaterstates();
  6418. #if TEMP_RESIDENCY_TIME > 0
  6419. SERIAL_PROTOCOLPGM(" W:");
  6420. if (residency_start_ms)
  6421. SERIAL_PROTOCOL(long((((TEMP_RESIDENCY_TIME) * 1000UL) - (now - residency_start_ms)) / 1000UL));
  6422. else
  6423. SERIAL_PROTOCOLCHAR('?');
  6424. #endif
  6425. SERIAL_EOL();
  6426. }
  6427. idle();
  6428. refresh_cmd_timeout(); // to prevent stepper_inactive_time from running out
  6429. const float temp = thermalManager.degHotend(target_extruder);
  6430. #if ENABLED(PRINTER_EVENT_LEDS)
  6431. // Gradually change LED strip from violet to red as nozzle heats up
  6432. if (!wants_to_cool)
  6433. {
  6434. const uint8_t blue = map(constrain(temp, start_temp, target_temp), start_temp, target_temp, 255, 0);
  6435. if (blue != old_blue)
  6436. {
  6437. old_blue = blue;
  6438. set_led_color(255, 0, blue
  6439. #if ENABLED(NEOPIXEL_LED)
  6440. , 0
  6441. , pixels.getBrightness()
  6442. #if ENABLED(NEOPIXEL_IS_SEQUENTIAL)
  6443. , true
  6444. #endif
  6445. #endif
  6446. );
  6447. }
  6448. }
  6449. #endif
  6450. #if TEMP_RESIDENCY_TIME > 0
  6451. const float temp_diff = FABS(target_temp - temp);
  6452. if (!residency_start_ms)
  6453. {
  6454. // Start the TEMP_RESIDENCY_TIME timer when we reach target temp for the first time.
  6455. if (temp_diff < TEMP_WINDOW) residency_start_ms = now;
  6456. }
  6457. else if (temp_diff > TEMP_HYSTERESIS)
  6458. {
  6459. // Restart the timer whenever the temperature falls outside the hysteresis.
  6460. residency_start_ms = now;
  6461. }
  6462. #endif
  6463. // Prevent a wait-forever situation if R is misused i.e. M109 R0
  6464. if (wants_to_cool)
  6465. {
  6466. // break after MIN_COOLING_SLOPE_TIME seconds
  6467. // if the temperature did not drop at least MIN_COOLING_SLOPE_DEG
  6468. if (!next_cool_check_ms || ELAPSED(now, next_cool_check_ms))
  6469. {
  6470. if (old_temp - temp < MIN_COOLING_SLOPE_DEG) break;
  6471. next_cool_check_ms = now + 1000UL * MIN_COOLING_SLOPE_TIME;
  6472. old_temp = temp;
  6473. }
  6474. }
  6475. } while (wait_for_heatup && TEMP_CONDITIONS);
  6476. if (wait_for_heatup)
  6477. {
  6478. LCD_MESSAGEPGM(MSG_HEATING_COMPLETE);
  6479. #if ENABLED(PRINTER_EVENT_LEDS)
  6480. #if ENABLED(RGB_LED) || ENABLED(BLINKM) || ENABLED(PCA9632) || ENABLED(RGBW_LED)
  6481. set_led_color(LED_WHITE);
  6482. #endif
  6483. #if ENABLED(NEOPIXEL_LED)
  6484. set_neopixel_color(pixels.Color(NEO_WHITE));
  6485. #endif
  6486. #endif
  6487. }
  6488. #if DISABLED(BUSY_WHILE_HEATING)
  6489. KEEPALIVE_STATE(IN_HANDLER);
  6490. #endif
  6491. }
  6492. #if HAS_TEMP_BED
  6493. #ifndef MIN_COOLING_SLOPE_DEG_BED
  6494. #define MIN_COOLING_SLOPE_DEG_BED 1.50
  6495. #endif
  6496. #ifndef MIN_COOLING_SLOPE_TIME_BED
  6497. #define MIN_COOLING_SLOPE_TIME_BED 60
  6498. #endif
  6499. /**
  6500. * M190: Sxxx Wait for bed current temp to reach target temp. Waits only when heating
  6501. * Rxxx Wait for bed current temp to reach target temp. Waits when heating and cooling
  6502. */
  6503. inline void gcode_M190()
  6504. {
  6505. if (DEBUGGING(DRYRUN)) return;
  6506. LCD_MESSAGEPGM(MSG_BED_HEATING);
  6507. const bool no_wait_for_cooling = parser.seenval('S');
  6508. if (no_wait_for_cooling || parser.seenval('R'))
  6509. {
  6510. thermalManager.setTargetBed(parser.value_celsius());
  6511. #if ENABLED(PRINTJOB_TIMER_AUTOSTART)
  6512. if (parser.value_celsius() > BED_MINTEMP)
  6513. print_job_timer.start();
  6514. #endif
  6515. }
  6516. else return;
  6517. #if TEMP_BED_RESIDENCY_TIME > 0
  6518. millis_t residency_start_ms = 0;
  6519. // Loop until the temperature has stabilized
  6520. #define TEMP_BED_CONDITIONS (!residency_start_ms || PENDING(now, residency_start_ms + (TEMP_BED_RESIDENCY_TIME) * 1000UL))
  6521. #else
  6522. // Loop until the temperature is very close target
  6523. #define TEMP_BED_CONDITIONS (wants_to_cool ? thermalManager.isCoolingBed() : thermalManager.isHeatingBed())
  6524. #endif
  6525. float target_temp = -1.0, old_temp = 9999.0;
  6526. bool wants_to_cool = false;
  6527. wait_for_heatup = true;
  6528. millis_t now, next_temp_ms = 0, next_cool_check_ms = 0;
  6529. #if DISABLED(BUSY_WHILE_HEATING)
  6530. KEEPALIVE_STATE(NOT_BUSY);
  6531. #endif
  6532. target_extruder = active_extruder; // for print_heaterstates
  6533. #if ENABLED(PRINTER_EVENT_LEDS)
  6534. const float start_temp = thermalManager.degBed();
  6535. uint8_t old_red = 255;
  6536. #endif
  6537. do {
  6538. // Target temperature might be changed during the loop
  6539. if (target_temp != thermalManager.degTargetBed()) {
  6540. wants_to_cool = thermalManager.isCoolingBed();
  6541. target_temp = thermalManager.degTargetBed();
  6542. // Exit if S<lower>, continue if S<higher>, R<lower>, or R<higher>
  6543. if (no_wait_for_cooling && wants_to_cool) break;
  6544. }
  6545. now = millis();
  6546. if (ELAPSED(now, next_temp_ms))
  6547. {
  6548. // Print Temp Reading every 1 second while heating up.
  6549. next_temp_ms = now + 1000UL;
  6550. print_heaterstates();
  6551. #if TEMP_BED_RESIDENCY_TIME > 0
  6552. SERIAL_PROTOCOLPGM(" W:");
  6553. if (residency_start_ms)
  6554. SERIAL_PROTOCOL(long((((TEMP_BED_RESIDENCY_TIME) * 1000UL) - (now - residency_start_ms)) / 1000UL));
  6555. else
  6556. SERIAL_PROTOCOLCHAR('?');
  6557. #endif
  6558. SERIAL_EOL();
  6559. }
  6560. idle();
  6561. refresh_cmd_timeout(); // to prevent stepper_inactive_time from running out
  6562. const float temp = thermalManager.degBed();
  6563. #if ENABLED(PRINTER_EVENT_LEDS)
  6564. // Gradually change LED strip from blue to violet as bed heats up
  6565. if (!wants_to_cool)
  6566. {
  6567. const uint8_t red = map(constrain(temp, start_temp, target_temp), start_temp, target_temp, 0, 255);
  6568. if (red != old_red)
  6569. {
  6570. old_red = red;
  6571. set_led_color(red, 0, 255
  6572. #if ENABLED(NEOPIXEL_LED)
  6573. , 0, pixels.getBrightness()
  6574. #if ENABLED(NEOPIXEL_IS_SEQUENTIAL)
  6575. , true
  6576. #endif
  6577. #endif
  6578. );
  6579. }
  6580. }
  6581. #endif
  6582. #if TEMP_BED_RESIDENCY_TIME > 0
  6583. const float temp_diff = FABS(target_temp - temp);
  6584. if (!residency_start_ms)
  6585. {
  6586. // Start the TEMP_BED_RESIDENCY_TIME timer when we reach target temp for the first time.
  6587. if (temp_diff < TEMP_BED_WINDOW) residency_start_ms = now;
  6588. }
  6589. else if (temp_diff > TEMP_BED_HYSTERESIS)
  6590. {
  6591. // Restart the timer whenever the temperature falls outside the hysteresis.
  6592. residency_start_ms = now;
  6593. }
  6594. #endif // TEMP_BED_RESIDENCY_TIME > 0
  6595. // Prevent a wait-forever situation if R is misused i.e. M190 R0
  6596. if (wants_to_cool)
  6597. {
  6598. // Break after MIN_COOLING_SLOPE_TIME_BED seconds
  6599. // if the temperature did not drop at least MIN_COOLING_SLOPE_DEG_BED
  6600. if (!next_cool_check_ms || ELAPSED(now, next_cool_check_ms))
  6601. {
  6602. if (old_temp - temp < MIN_COOLING_SLOPE_DEG_BED) break;
  6603. next_cool_check_ms = now + 1000UL * MIN_COOLING_SLOPE_TIME_BED;
  6604. old_temp = temp;
  6605. }
  6606. }
  6607. } while (wait_for_heatup && TEMP_BED_CONDITIONS);
  6608. if (wait_for_heatup) LCD_MESSAGEPGM(MSG_BED_DONE);
  6609. #if DISABLED(BUSY_WHILE_HEATING)
  6610. KEEPALIVE_STATE(IN_HANDLER);
  6611. #endif
  6612. }
  6613. #endif // HAS_TEMP_BED
  6614. /**
  6615. * M110: Set Current Line Number
  6616. */
  6617. inline void gcode_M110() {
  6618. if (parser.seenval('N')) gcode_LastN = parser.value_long();
  6619. }
  6620. /**
  6621. * M111: Set the debug level
  6622. */
  6623. inline void gcode_M111() {
  6624. if (parser.seen('S')) marlin_debug_flags = parser.byteval('S');
  6625. const static char str_debug_1[] PROGMEM = MSG_DEBUG_ECHO,
  6626. str_debug_2[] PROGMEM = MSG_DEBUG_INFO,
  6627. str_debug_4[] PROGMEM = MSG_DEBUG_ERRORS,
  6628. str_debug_8[] PROGMEM = MSG_DEBUG_DRYRUN,
  6629. str_debug_16[] PROGMEM = MSG_DEBUG_COMMUNICATION
  6630. #if ENABLED(DEBUG_LEVELING_FEATURE)
  6631. , str_debug_32[] PROGMEM = MSG_DEBUG_LEVELING
  6632. #endif
  6633. ;
  6634. const static char* const debug_strings[] PROGMEM = {
  6635. str_debug_1, str_debug_2, str_debug_4, str_debug_8, str_debug_16
  6636. #if ENABLED(DEBUG_LEVELING_FEATURE)
  6637. , str_debug_32
  6638. #endif
  6639. };
  6640. SERIAL_ECHO_START();
  6641. SERIAL_ECHOPGM(MSG_DEBUG_PREFIX);
  6642. if (marlin_debug_flags) {
  6643. uint8_t comma = 0;
  6644. for (uint8_t i = 0; i < COUNT(debug_strings); i++) {
  6645. if (TEST(marlin_debug_flags, i)) {
  6646. if (comma++) SERIAL_CHAR(',');
  6647. serialprintPGM((char*)pgm_read_word(&debug_strings[i]));
  6648. }
  6649. }
  6650. }
  6651. else {
  6652. SERIAL_ECHOPGM(MSG_DEBUG_OFF);
  6653. }
  6654. SERIAL_EOL();
  6655. }
  6656. #if ENABLED(HOST_KEEPALIVE_FEATURE)
  6657. /**
  6658. * M113: Get or set Host Keepalive interval (0 to disable)
  6659. *
  6660. * S<seconds> Optional. Set the keepalive interval.
  6661. */
  6662. inline void gcode_M113() {
  6663. if (parser.seenval('S')) {
  6664. host_keepalive_interval = parser.value_byte();
  6665. NOMORE(host_keepalive_interval, 60);
  6666. }
  6667. else {
  6668. SERIAL_ECHO_START();
  6669. SERIAL_ECHOLNPAIR("M113 S", (unsigned long)host_keepalive_interval);
  6670. }
  6671. }
  6672. #endif
  6673. #if ENABLED(BARICUDA)
  6674. #if HAS_HEATER_1
  6675. /**
  6676. * M126: Heater 1 valve open
  6677. */
  6678. inline void gcode_M126() { baricuda_valve_pressure = parser.byteval('S', 255); }
  6679. /**
  6680. * M127: Heater 1 valve close
  6681. */
  6682. inline void gcode_M127() { baricuda_valve_pressure = 0; }
  6683. #endif
  6684. #if HAS_HEATER_2
  6685. /**
  6686. * M128: Heater 2 valve open
  6687. */
  6688. inline void gcode_M128() { baricuda_e_to_p_pressure = parser.byteval('S', 255); }
  6689. /**
  6690. * M129: Heater 2 valve close
  6691. */
  6692. inline void gcode_M129() { baricuda_e_to_p_pressure = 0; }
  6693. #endif
  6694. #endif // BARICUDA
  6695. /**
  6696. * M140: Set bed temperature
  6697. */
  6698. inline void gcode_M140() {
  6699. if (DEBUGGING(DRYRUN)) return;
  6700. if (parser.seenval('S')) thermalManager.setTargetBed(parser.value_celsius());
  6701. }
  6702. #if ENABLED(ULTIPANEL)
  6703. /**
  6704. * M145: Set the heatup state for a material in the LCD menu
  6705. *
  6706. * S<material> (0=PLA, 1=ABS)
  6707. * H<hotend temp>
  6708. * B<bed temp>
  6709. * F<fan speed>
  6710. */
  6711. inline void gcode_M145() {
  6712. const uint8_t material = (uint8_t)parser.intval('S');
  6713. if (material >= COUNT(lcd_preheat_hotend_temp)) {
  6714. SERIAL_ERROR_START();
  6715. SERIAL_ERRORLNPGM(MSG_ERR_MATERIAL_INDEX);
  6716. }
  6717. else {
  6718. int v;
  6719. if (parser.seenval('H')) {
  6720. v = parser.value_int();
  6721. lcd_preheat_hotend_temp[material] = constrain(v, EXTRUDE_MINTEMP, HEATER_0_MAXTEMP - 15);
  6722. }
  6723. if (parser.seenval('F')) {
  6724. v = parser.value_int();
  6725. lcd_preheat_fan_speed[material] = constrain(v, 0, 255);
  6726. }
  6727. #if TEMP_SENSOR_BED != 0
  6728. if (parser.seenval('B')) {
  6729. v = parser.value_int();
  6730. lcd_preheat_bed_temp[material] = constrain(v, BED_MINTEMP, BED_MAXTEMP - 15);
  6731. }
  6732. #endif
  6733. }
  6734. }
  6735. #endif // ULTIPANEL
  6736. #if ENABLED(TEMPERATURE_UNITS_SUPPORT)
  6737. /**
  6738. * M149: Set temperature units
  6739. */
  6740. inline void gcode_M149() {
  6741. if (parser.seenval('C')) parser.set_input_temp_units(TEMPUNIT_C);
  6742. else if (parser.seenval('K')) parser.set_input_temp_units(TEMPUNIT_K);
  6743. else if (parser.seenval('F')) parser.set_input_temp_units(TEMPUNIT_F);
  6744. }
  6745. #endif
  6746. #if HAS_POWER_SWITCH
  6747. /**
  6748. * M80 : Turn on the Power Supply
  6749. * M80 S : Report the current state and exit
  6750. */
  6751. inline void gcode_M80() {
  6752. // S: Report the current power supply state and exit
  6753. if (parser.seen('S')) {
  6754. serialprintPGM(powersupply_on ? PSTR("PS:1\n") : PSTR("PS:0\n"));
  6755. return;
  6756. }
  6757. OUT_WRITE(PS_ON_PIN, PS_ON_AWAKE); // GND
  6758. /**
  6759. * If you have a switch on suicide pin, this is useful
  6760. * if you want to start another print with suicide feature after
  6761. * a print without suicide...
  6762. */
  6763. #if HAS_SUICIDE
  6764. OUT_WRITE(SUICIDE_PIN, HIGH);
  6765. #endif
  6766. #if ENABLED(HAVE_TMC2130)
  6767. delay(100);
  6768. tmc2130_init(); // Settings only stick when the driver has power
  6769. #endif
  6770. powersupply_on = true;
  6771. #if ENABLED(ULTIPANEL)
  6772. LCD_MESSAGEPGM(WELCOME_MSG);
  6773. #endif
  6774. }
  6775. #endif // HAS_POWER_SWITCH
  6776. /**
  6777. * M81: Turn off Power, including Power Supply, if there is one.
  6778. *
  6779. * This code should ALWAYS be available for EMERGENCY SHUTDOWN!
  6780. */
  6781. inline void gcode_M81() {
  6782. thermalManager.disable_all_heaters();
  6783. stepper.finish_and_disable();
  6784. #if FAN_COUNT > 0
  6785. for (uint8_t i = 0; i < FAN_COUNT; i++) fanSpeeds[i] = 0;
  6786. #if ENABLED(PROBING_FANS_OFF)
  6787. fans_paused = false;
  6788. ZERO(paused_fanSpeeds);
  6789. #endif
  6790. #endif
  6791. #if ENABLED(SDSUPPORT) && ENABLED(POWEROFF_SAVE_SD_FILE)
  6792. card.removePowerOffFile();
  6793. power_off_commands_count = 0;
  6794. #endif
  6795. safe_delay(1000); // Wait 1 second before switching off
  6796. #if HAS_SUICIDE
  6797. stepper.synchronize();
  6798. suicide();
  6799. #elif HAS_POWER_SWITCH
  6800. OUT_WRITE(PS_ON_PIN, PS_ON_ASLEEP);
  6801. powersupply_on = false;
  6802. #endif
  6803. #if ENABLED(ULTIPANEL)
  6804. LCD_MESSAGEPGM(MACHINE_NAME " " MSG_OFF ".");
  6805. #endif
  6806. }
  6807. /**
  6808. * M82: Set E codes absolute (default)
  6809. */
  6810. inline void gcode_M82() { axis_relative_modes[E_AXIS] = false; }
  6811. /**
  6812. * M83: Set E codes relative while in Absolute Coordinates (G90) mode
  6813. */
  6814. inline void gcode_M83() { axis_relative_modes[E_AXIS] = true; }
  6815. /**
  6816. * M18, M84: Disable stepper motors
  6817. */
  6818. inline void gcode_M18_M84() {
  6819. if (parser.seenval('S')) {
  6820. stepper_inactive_time = parser.value_millis_from_seconds();
  6821. }
  6822. else {
  6823. bool all_axis = !((parser.seen('X')) || (parser.seen('Y')) || (parser.seen('Z')) || (parser.seen('E')));
  6824. if (all_axis) {
  6825. stepper.finish_and_disable();
  6826. }
  6827. else {
  6828. stepper.synchronize();
  6829. if (parser.seen('X')) disable_X();
  6830. if (parser.seen('Y')) disable_Y();
  6831. if (parser.seen('Z')) disable_Z();
  6832. #if E0_ENABLE_PIN != X_ENABLE_PIN && E1_ENABLE_PIN != Y_ENABLE_PIN // Only enable on boards that have separate ENABLE_PINS
  6833. if (parser.seen('E')) disable_e_steppers();
  6834. #endif
  6835. }
  6836. #if ENABLED(AUTO_BED_LEVELING_UBL) && ENABLED(ULTRA_LCD) // Only needed with an LCD
  6837. ubl_lcd_map_control = defer_return_to_status = false;
  6838. #endif
  6839. }
  6840. }
  6841. /**
  6842. * M85: Set inactivity shutdown timer with parameter S<seconds>. To disable set zero (default)
  6843. */
  6844. inline void gcode_M85() {
  6845. if (parser.seen('S')) max_inactive_time = parser.value_millis_from_seconds();
  6846. }
  6847. /**
  6848. * Multi-stepper support for M92, M201, M203
  6849. */
  6850. #if ENABLED(DISTINCT_E_FACTORS)
  6851. #define GET_TARGET_EXTRUDER(CMD) if (get_target_extruder_from_command(CMD)) return
  6852. #define TARGET_EXTRUDER target_extruder
  6853. #else
  6854. #define GET_TARGET_EXTRUDER(CMD) NOOP
  6855. #define TARGET_EXTRUDER 0
  6856. #endif
  6857. /**
  6858. * M92: Set axis steps-per-unit for one or more axes, X, Y, Z, and E.
  6859. * (Follows the same syntax as G92)
  6860. *
  6861. * With multiple extruders use T to specify which one.
  6862. */
  6863. inline void gcode_M92() {
  6864. GET_TARGET_EXTRUDER(92);
  6865. LOOP_XYZE(i) {
  6866. if (parser.seen(axis_codes[i])) {
  6867. if (i == E_AXIS) {
  6868. const float value = parser.value_per_axis_unit((AxisEnum)(E_AXIS + TARGET_EXTRUDER));
  6869. if (value < 20.0) {
  6870. float factor = planner.axis_steps_per_mm[E_AXIS + TARGET_EXTRUDER] / value; // increase e constants if M92 E14 is given for netfab.
  6871. planner.max_jerk[E_AXIS] *= factor;
  6872. planner.max_feedrate_mm_s[E_AXIS + TARGET_EXTRUDER] *= factor;
  6873. planner.max_acceleration_steps_per_s2[E_AXIS + TARGET_EXTRUDER] *= factor;
  6874. }
  6875. planner.axis_steps_per_mm[E_AXIS + TARGET_EXTRUDER] = value;
  6876. }
  6877. else {
  6878. planner.axis_steps_per_mm[i] = parser.value_per_axis_unit((AxisEnum)i);
  6879. }
  6880. }
  6881. }
  6882. planner.refresh_positioning();
  6883. }
  6884. /**
  6885. * Output the current position to serial
  6886. */
  6887. void report_current_position() {
  6888. SERIAL_PROTOCOLPGM("X:");
  6889. SERIAL_PROTOCOL(current_position[X_AXIS]);
  6890. SERIAL_PROTOCOLPGM(" Y:");
  6891. SERIAL_PROTOCOL(current_position[Y_AXIS]);
  6892. SERIAL_PROTOCOLPGM(" Z:");
  6893. SERIAL_PROTOCOL(current_position[Z_AXIS]);
  6894. SERIAL_PROTOCOLPGM(" E:");
  6895. SERIAL_PROTOCOL(current_position[E_AXIS]);
  6896. stepper.report_positions();
  6897. #if IS_SCARA
  6898. SERIAL_PROTOCOLPAIR("SCARA Theta:", stepper.get_axis_position_degrees(A_AXIS));
  6899. SERIAL_PROTOCOLLNPAIR(" Psi+Theta:", stepper.get_axis_position_degrees(B_AXIS));
  6900. SERIAL_EOL();
  6901. #endif
  6902. }
  6903. #ifdef M114_DETAIL
  6904. void report_xyze(const float pos[XYZE], const uint8_t n = 4, const uint8_t precision = 3) {
  6905. char str[12];
  6906. for (uint8_t i = 0; i < n; i++) {
  6907. SERIAL_CHAR(' ');
  6908. SERIAL_CHAR(axis_codes[i]);
  6909. SERIAL_CHAR(':');
  6910. SERIAL_PROTOCOL(dtostrf(pos[i], 8, precision, str));
  6911. }
  6912. SERIAL_EOL();
  6913. }
  6914. inline void report_xyz(const float pos[XYZ]) { report_xyze(pos, 3); }
  6915. void report_current_position_detail() {
  6916. stepper.synchronize();
  6917. SERIAL_PROTOCOLPGM("\nLogical:");
  6918. report_xyze(current_position);
  6919. SERIAL_PROTOCOLPGM("Raw: ");
  6920. const float raw[XYZ] = { RAW_X_POSITION(current_position[X_AXIS]), RAW_Y_POSITION(current_position[Y_AXIS]), RAW_Z_POSITION(current_position[Z_AXIS]) };
  6921. report_xyz(raw);
  6922. SERIAL_PROTOCOLPGM("Leveled:");
  6923. float leveled[XYZ] = { current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS] };
  6924. planner.apply_leveling(leveled);
  6925. report_xyz(leveled);
  6926. SERIAL_PROTOCOLPGM("UnLevel:");
  6927. float unleveled[XYZ] = { leveled[X_AXIS], leveled[Y_AXIS], leveled[Z_AXIS] };
  6928. planner.unapply_leveling(unleveled);
  6929. report_xyz(unleveled);
  6930. #if IS_KINEMATIC
  6931. #if IS_SCARA
  6932. SERIAL_PROTOCOLPGM("ScaraK: ");
  6933. #else
  6934. SERIAL_PROTOCOLPGM("DeltaK: ");
  6935. #endif
  6936. inverse_kinematics(leveled); // writes delta[]
  6937. report_xyz(delta);
  6938. #endif
  6939. SERIAL_PROTOCOLPGM("Stepper:");
  6940. const float step_count[XYZE] = { stepper.position(X_AXIS), stepper.position(Y_AXIS), stepper.position(Z_AXIS), stepper.position(E_AXIS) };
  6941. report_xyze(step_count, 4, 0);
  6942. #if IS_SCARA
  6943. const float deg[XYZ] = {
  6944. stepper.get_axis_position_degrees(A_AXIS),
  6945. stepper.get_axis_position_degrees(B_AXIS)
  6946. };
  6947. SERIAL_PROTOCOLPGM("Degrees:");
  6948. report_xyze(deg, 2);
  6949. #endif
  6950. SERIAL_PROTOCOLPGM("FromStp:");
  6951. get_cartesian_from_steppers(); // writes cartes[XYZ] (with forward kinematics)
  6952. const float from_steppers[XYZE] = { cartes[X_AXIS], cartes[Y_AXIS], cartes[Z_AXIS], stepper.get_axis_position_mm(E_AXIS) };
  6953. report_xyze(from_steppers);
  6954. const float diff[XYZE] = {
  6955. from_steppers[X_AXIS] - leveled[X_AXIS],
  6956. from_steppers[Y_AXIS] - leveled[Y_AXIS],
  6957. from_steppers[Z_AXIS] - leveled[Z_AXIS],
  6958. from_steppers[E_AXIS] - current_position[E_AXIS]
  6959. };
  6960. SERIAL_PROTOCOLPGM("Differ: ");
  6961. report_xyze(diff);
  6962. }
  6963. #endif // M114_DETAIL
  6964. /**
  6965. * M114: Report current position to host
  6966. */
  6967. inline void gcode_M114() {
  6968. #ifdef M114_DETAIL
  6969. if (parser.seen('D')) {
  6970. report_current_position_detail();
  6971. return;
  6972. }
  6973. #endif
  6974. stepper.synchronize();
  6975. report_current_position();
  6976. }
  6977. /**
  6978. * M115: Capabilities string
  6979. */
  6980. inline void gcode_M115() {
  6981. SERIAL_PROTOCOLLNPGM(MSG_M115_REPORT);
  6982. #if ENABLED(EXTENDED_CAPABILITIES_REPORT)
  6983. // EEPROM (M500, M501)
  6984. #if ENABLED(EEPROM_SETTINGS)
  6985. SERIAL_PROTOCOLLNPGM("Cap:EEPROM:1");
  6986. #else
  6987. SERIAL_PROTOCOLLNPGM("Cap:EEPROM:0");
  6988. #endif
  6989. // AUTOREPORT_TEMP (M155)
  6990. #if ENABLED(AUTO_REPORT_TEMPERATURES)
  6991. SERIAL_PROTOCOLLNPGM("Cap:AUTOREPORT_TEMP:1");
  6992. #else
  6993. SERIAL_PROTOCOLLNPGM("Cap:AUTOREPORT_TEMP:0");
  6994. #endif
  6995. // PROGRESS (M530 S L, M531 <file>, M532 X L)
  6996. SERIAL_PROTOCOLLNPGM("Cap:PROGRESS:0");
  6997. // Print Job timer M75, M76, M77
  6998. SERIAL_PROTOCOLLNPGM("Cap:PRINT_JOB:1");
  6999. // AUTOLEVEL (G29)
  7000. #if HAS_ABL
  7001. SERIAL_PROTOCOLLNPGM("Cap:AUTOLEVEL:1");
  7002. #else
  7003. SERIAL_PROTOCOLLNPGM("Cap:AUTOLEVEL:0");
  7004. #endif
  7005. // Z_PROBE (G30)
  7006. #if HAS_BED_PROBE
  7007. SERIAL_PROTOCOLLNPGM("Cap:Z_PROBE:1");
  7008. #else
  7009. SERIAL_PROTOCOLLNPGM("Cap:Z_PROBE:0");
  7010. #endif
  7011. // MESH_REPORT (M420 V)
  7012. #if HAS_LEVELING
  7013. SERIAL_PROTOCOLLNPGM("Cap:LEVELING_DATA:1");
  7014. #else
  7015. SERIAL_PROTOCOLLNPGM("Cap:LEVELING_DATA:0");
  7016. #endif
  7017. // SOFTWARE_POWER (M80, M81)
  7018. #if HAS_POWER_SWITCH
  7019. SERIAL_PROTOCOLLNPGM("Cap:SOFTWARE_POWER:1");
  7020. #else
  7021. SERIAL_PROTOCOLLNPGM("Cap:SOFTWARE_POWER:0");
  7022. #endif
  7023. // CASE LIGHTS (M355)
  7024. #if HAS_CASE_LIGHT
  7025. SERIAL_PROTOCOLLNPGM("Cap:TOGGLE_LIGHTS:1");
  7026. if (USEABLE_HARDWARE_PWM(CASE_LIGHT_PIN)) {
  7027. SERIAL_PROTOCOLLNPGM("Cap:CASE_LIGHT_BRIGHTNESS:1");
  7028. }
  7029. else
  7030. SERIAL_PROTOCOLLNPGM("Cap:CASE_LIGHT_BRIGHTNESS:0");
  7031. #else
  7032. SERIAL_PROTOCOLLNPGM("Cap:TOGGLE_LIGHTS:0");
  7033. SERIAL_PROTOCOLLNPGM("Cap:CASE_LIGHT_BRIGHTNESS:0");
  7034. #endif
  7035. // EMERGENCY_PARSER (M108, M112, M410)
  7036. #if ENABLED(EMERGENCY_PARSER)
  7037. SERIAL_PROTOCOLLNPGM("Cap:EMERGENCY_PARSER:1");
  7038. #else
  7039. SERIAL_PROTOCOLLNPGM("Cap:EMERGENCY_PARSER:0");
  7040. #endif
  7041. #endif // EXTENDED_CAPABILITIES_REPORT
  7042. }
  7043. /**
  7044. * M117: Set LCD Status Message
  7045. */
  7046. inline void gcode_M117() { lcd_setstatus(parser.string_arg); }
  7047. /**
  7048. * M118: Display a message in the host console.
  7049. *
  7050. * A Append '// ' for an action command, as in OctoPrint
  7051. * E Have the host 'echo:' the text
  7052. */
  7053. inline void gcode_M118() {
  7054. if (parser.boolval('E')) SERIAL_ECHO_START();
  7055. if (parser.boolval('A')) SERIAL_ECHOPGM("// ");
  7056. SERIAL_ECHOLN(parser.string_arg);
  7057. }
  7058. /**
  7059. * M119: Output endstop states to serial output
  7060. */
  7061. inline void gcode_M119() { endstops.M119(); }
  7062. /**
  7063. * M120: Enable endstops and set non-homing endstop state to "enabled"
  7064. */
  7065. inline void gcode_M120() { endstops.enable_globally(true); }
  7066. /**
  7067. * M121: Disable endstops and set non-homing endstop state to "disabled"
  7068. */
  7069. inline void gcode_M121() { endstops.enable_globally(false); }
  7070. #if ENABLED(PARK_HEAD_ON_PAUSE)
  7071. /**
  7072. * M125: Store current position and move to filament change position.
  7073. * Called on pause (by M25) to prevent material leaking onto the
  7074. * object. On resume (M24) the head will be moved back and the
  7075. * print will resume.
  7076. *
  7077. * If Marlin is compiled without SD Card support, M125 can be
  7078. * used directly to pause the print and move to park position,
  7079. * resuming with a button click or M108.
  7080. *
  7081. * L = override retract length
  7082. * X = override X
  7083. * Y = override Y
  7084. * Z = override Z raise
  7085. */
  7086. inline void gcode_M125() {
  7087. // Initial retract before move to filament change position
  7088. const float retract = parser.seen('L') ? parser.value_axis_units(E_AXIS) : 0
  7089. #ifdef PAUSE_PARK_RETRACT_LENGTH
  7090. - (PAUSE_PARK_RETRACT_LENGTH)
  7091. #endif
  7092. ;
  7093. // Lift Z axis
  7094. const float z_lift = parser.linearval('Z')
  7095. #ifdef PAUSE_PARK_Z_ADD
  7096. + PAUSE_PARK_Z_ADD
  7097. #endif
  7098. ;
  7099. // Move XY axes to filament change position or given position
  7100. const float x_pos = parser.linearval('X')
  7101. #ifdef PAUSE_PARK_X_POS
  7102. + PAUSE_PARK_X_POS
  7103. #endif
  7104. #if HOTENDS > 1 && DISABLED(DUAL_X_CARRIAGE)
  7105. + (active_extruder ? hotend_offset[X_AXIS][active_extruder] : 0)
  7106. #endif
  7107. ;
  7108. const float y_pos = parser.linearval('Y')
  7109. #ifdef PAUSE_PARK_Y_POS
  7110. + PAUSE_PARK_Y_POS
  7111. #endif
  7112. #if HOTENDS > 1 && DISABLED(DUAL_X_CARRIAGE)
  7113. + (active_extruder ? hotend_offset[Y_AXIS][active_extruder] : 0)
  7114. #endif
  7115. ;
  7116. #if DISABLED(SDSUPPORT)
  7117. const bool job_running = print_job_timer.isRunning();
  7118. #endif
  7119. if (pause_print(retract, z_lift, x_pos, y_pos)) {
  7120. #if DISABLED(SDSUPPORT)
  7121. // Wait for lcd click or M108
  7122. wait_for_filament_reload();
  7123. // Return to print position and continue
  7124. resume_print();
  7125. if (job_running) print_job_timer.start();
  7126. #endif
  7127. }
  7128. }
  7129. #endif // PARK_HEAD_ON_PAUSE
  7130. #if HAS_COLOR_LEDS
  7131. /**
  7132. * M150: Set Status LED Color - Use R-U-B-W for R-G-B-W
  7133. * and Brightness - Use P (for NEOPIXEL only)
  7134. *
  7135. * Always sets all 3 or 4 components. If a component is left out, set to 0.
  7136. * If brightness is left out, no value changed
  7137. *
  7138. * Examples:
  7139. *
  7140. * M150 R255 ; Turn LED red
  7141. * M150 R255 U127 ; Turn LED orange (PWM only)
  7142. * M150 ; Turn LED off
  7143. * M150 R U B ; Turn LED white
  7144. * M150 W ; Turn LED white using a white LED
  7145. * M150 P127 ; Set LED 50% brightness
  7146. * M150 P ; Set LED full brightness
  7147. */
  7148. inline void gcode_M150() {
  7149. set_led_color(
  7150. parser.seen('R') ? (parser.has_value() ? parser.value_byte() : 255) : 0,
  7151. parser.seen('U') ? (parser.has_value() ? parser.value_byte() : 255) : 0,
  7152. parser.seen('B') ? (parser.has_value() ? parser.value_byte() : 255) : 0
  7153. #if ENABLED(RGBW_LED) || ENABLED(NEOPIXEL_LED)
  7154. , parser.seen('W') ? (parser.has_value() ? parser.value_byte() : 255) : 0
  7155. #if ENABLED(NEOPIXEL_LED)
  7156. , parser.seen('P') ? (parser.has_value() ? parser.value_byte() : 255) : pixels.getBrightness()
  7157. #endif
  7158. #endif
  7159. );
  7160. }
  7161. #endif // HAS_COLOR_LEDS
  7162. /**
  7163. * M200: Set filament diameter and set E axis units to cubic units
  7164. *
  7165. * T<extruder> - Optional extruder number. Current extruder if omitted.
  7166. * D<linear> - Diameter of the filament. Use "D0" to switch back to linear units on the E axis.
  7167. */
  7168. inline void gcode_M200() {
  7169. if (get_target_extruder_from_command(200)) return;
  7170. if (parser.seen('D')) {
  7171. // setting any extruder filament size disables volumetric on the assumption that
  7172. // slicers either generate in extruder values as cubic mm or as as filament feeds
  7173. // for all extruders
  7174. volumetric_enabled = (parser.value_linear_units() != 0.0);
  7175. if (volumetric_enabled) {
  7176. filament_size[target_extruder] = parser.value_linear_units();
  7177. // make sure all extruders have some sane value for the filament size
  7178. for (uint8_t i = 0; i < COUNT(filament_size); i++)
  7179. if (! filament_size[i]) filament_size[i] = DEFAULT_NOMINAL_FILAMENT_DIA;
  7180. }
  7181. }
  7182. calculate_volumetric_multipliers();
  7183. }
  7184. /**
  7185. * M201: Set max acceleration in units/s^2 for print moves (M201 X1000 Y1000)
  7186. *
  7187. * With multiple extruders use T to specify which one.
  7188. */
  7189. inline void gcode_M201() {
  7190. GET_TARGET_EXTRUDER(201);
  7191. LOOP_XYZE(i) {
  7192. if (parser.seen(axis_codes[i])) {
  7193. const uint8_t a = i + (i == E_AXIS ? TARGET_EXTRUDER : 0);
  7194. planner.max_acceleration_mm_per_s2[a] = parser.value_axis_units((AxisEnum)a);
  7195. }
  7196. }
  7197. // 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)
  7198. planner.reset_acceleration_rates();
  7199. }
  7200. #if 0 // Not used for Sprinter/grbl gen6
  7201. inline void gcode_M202() {
  7202. LOOP_XYZE(i) {
  7203. if (parser.seen(axis_codes[i])) axis_travel_steps_per_sqr_second[i] = parser.value_axis_units((AxisEnum)i) * planner.axis_steps_per_mm[i];
  7204. }
  7205. }
  7206. #endif
  7207. /**
  7208. * M203: Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in units/sec
  7209. *
  7210. * With multiple extruders use T to specify which one.
  7211. */
  7212. inline void gcode_M203() {
  7213. GET_TARGET_EXTRUDER(203);
  7214. LOOP_XYZE(i)
  7215. if (parser.seen(axis_codes[i])) {
  7216. const uint8_t a = i + (i == E_AXIS ? TARGET_EXTRUDER : 0);
  7217. planner.max_feedrate_mm_s[a] = parser.value_axis_units((AxisEnum)a);
  7218. }
  7219. }
  7220. /**
  7221. * M204: Set Accelerations in units/sec^2 (M204 P1200 R3000 T3000)
  7222. *
  7223. * P = Printing moves
  7224. * R = Retract only (no X, Y, Z) moves
  7225. * T = Travel (non printing) moves
  7226. *
  7227. * Also sets minimum segment time in ms (B20000) to prevent buffer under-runs and M20 minimum feedrate
  7228. */
  7229. inline void gcode_M204() {
  7230. if (parser.seen('S')) { // Kept for legacy compatibility. Should NOT BE USED for new developments.
  7231. planner.travel_acceleration = planner.acceleration = parser.value_linear_units();
  7232. SERIAL_ECHOLNPAIR("Setting Print and Travel Acceleration: ", planner.acceleration);
  7233. }
  7234. if (parser.seen('P')) {
  7235. planner.acceleration = parser.value_linear_units();
  7236. SERIAL_ECHOLNPAIR("Setting Print Acceleration: ", planner.acceleration);
  7237. }
  7238. if (parser.seen('R')) {
  7239. planner.retract_acceleration = parser.value_linear_units();
  7240. SERIAL_ECHOLNPAIR("Setting Retract Acceleration: ", planner.retract_acceleration);
  7241. }
  7242. if (parser.seen('T')) {
  7243. planner.travel_acceleration = parser.value_linear_units();
  7244. SERIAL_ECHOLNPAIR("Setting Travel Acceleration: ", planner.travel_acceleration);
  7245. }
  7246. }
  7247. /**
  7248. * M205: Set Advanced Settings
  7249. *
  7250. * S = Min Feed Rate (units/s)
  7251. * T = Min Travel Feed Rate (units/s)
  7252. * B = Min Segment Time (µs)
  7253. * X = Max X Jerk (units/sec^2)
  7254. * Y = Max Y Jerk (units/sec^2)
  7255. * Z = Max Z Jerk (units/sec^2)
  7256. * E = Max E Jerk (units/sec^2)
  7257. */
  7258. inline void gcode_M205() {
  7259. if (parser.seen('S')) planner.min_feedrate_mm_s = parser.value_linear_units();
  7260. if (parser.seen('T')) planner.min_travel_feedrate_mm_s = parser.value_linear_units();
  7261. if (parser.seen('B')) planner.min_segment_time = parser.value_millis();
  7262. if (parser.seen('X')) planner.max_jerk[X_AXIS] = parser.value_linear_units();
  7263. if (parser.seen('Y')) planner.max_jerk[Y_AXIS] = parser.value_linear_units();
  7264. if (parser.seen('Z')) planner.max_jerk[Z_AXIS] = parser.value_linear_units();
  7265. if (parser.seen('E')) planner.max_jerk[E_AXIS] = parser.value_linear_units();
  7266. }
  7267. #if HAS_M206_COMMAND
  7268. /**
  7269. * M206: Set Additional Homing Offset (X Y Z). SCARA aliases T=X, P=Y
  7270. *
  7271. * *** @thinkyhead: I recommend deprecating M206 for SCARA in favor of M665.
  7272. * *** M206 for SCARA will remain enabled in 1.1.x for compatibility.
  7273. * *** In the next 1.2 release, it will simply be disabled by default.
  7274. */
  7275. inline void gcode_M206() {
  7276. LOOP_XYZ(i)
  7277. if (parser.seen(axis_codes[i]))
  7278. set_home_offset((AxisEnum)i, parser.value_linear_units());
  7279. #if ENABLED(MORGAN_SCARA)
  7280. if (parser.seen('T')) set_home_offset(A_AXIS, parser.value_linear_units()); // Theta
  7281. if (parser.seen('P')) set_home_offset(B_AXIS, parser.value_linear_units()); // Psi
  7282. #endif
  7283. SYNC_PLAN_POSITION_KINEMATIC();
  7284. report_current_position();
  7285. }
  7286. #endif // HAS_M206_COMMAND
  7287. #if ENABLED(DELTA)
  7288. /**
  7289. * M665: Set delta configurations
  7290. *
  7291. * H = delta height
  7292. * L = diagonal rod
  7293. * R = delta radius
  7294. * S = segments per second
  7295. * B = delta calibration radius
  7296. * X = Alpha (Tower 1) angle trim
  7297. * Y = Beta (Tower 2) angle trim
  7298. * Z = Rotate A and B by this angle
  7299. */
  7300. inline void gcode_M665() {
  7301. if (parser.seen('H')) {
  7302. home_offset[Z_AXIS] = parser.value_linear_units() - DELTA_HEIGHT;
  7303. update_software_endstops(Z_AXIS);
  7304. }
  7305. if (parser.seen('L')) delta_diagonal_rod = parser.value_linear_units();
  7306. if (parser.seen('R')) delta_radius = parser.value_linear_units();
  7307. if (parser.seen('S')) delta_segments_per_second = parser.value_float();
  7308. if (parser.seen('B')) delta_calibration_radius = parser.value_float();
  7309. if (parser.seen('X')) delta_tower_angle_trim[A_AXIS] = parser.value_float();
  7310. if (parser.seen('Y')) delta_tower_angle_trim[B_AXIS] = parser.value_float();
  7311. if (parser.seen('Z')) delta_tower_angle_trim[C_AXIS] = parser.value_float();
  7312. recalc_delta_settings(delta_radius, delta_diagonal_rod, delta_tower_angle_trim);
  7313. }
  7314. /**
  7315. * M666: Set delta endstop adjustment
  7316. */
  7317. inline void gcode_M666() {
  7318. #if ENABLED(DEBUG_LEVELING_FEATURE)
  7319. if (DEBUGGING(LEVELING)) {
  7320. SERIAL_ECHOLNPGM(">>> gcode_M666");
  7321. }
  7322. #endif
  7323. LOOP_XYZ(i) {
  7324. if (parser.seen(axis_codes[i])) {
  7325. if (parser.value_linear_units() * Z_HOME_DIR <= 0)
  7326. endstop_adj[i] = parser.value_linear_units();
  7327. #if ENABLED(DEBUG_LEVELING_FEATURE)
  7328. if (DEBUGGING(LEVELING)) {
  7329. SERIAL_ECHOPAIR("endstop_adj[", axis_codes[i]);
  7330. SERIAL_ECHOLNPAIR("] = ", endstop_adj[i]);
  7331. }
  7332. #endif
  7333. }
  7334. }
  7335. #if ENABLED(DEBUG_LEVELING_FEATURE)
  7336. if (DEBUGGING(LEVELING)) {
  7337. SERIAL_ECHOLNPGM("<<< gcode_M666");
  7338. }
  7339. #endif
  7340. }
  7341. #elif IS_SCARA
  7342. /**
  7343. * M665: Set SCARA settings
  7344. *
  7345. * Parameters:
  7346. *
  7347. * S[segments-per-second] - Segments-per-second
  7348. * P[theta-psi-offset] - Theta-Psi offset, added to the shoulder (A/X) angle
  7349. * T[theta-offset] - Theta offset, added to the elbow (B/Y) angle
  7350. *
  7351. * A, P, and X are all aliases for the shoulder angle
  7352. * B, T, and Y are all aliases for the elbow angle
  7353. */
  7354. inline void gcode_M665() {
  7355. if (parser.seen('S')) delta_segments_per_second = parser.value_float();
  7356. const bool hasA = parser.seen('A'), hasP = parser.seen('P'), hasX = parser.seen('X');
  7357. const uint8_t sumAPX = hasA + hasP + hasX;
  7358. if (sumAPX == 1)
  7359. home_offset[A_AXIS] = parser.value_float();
  7360. else if (sumAPX > 1) {
  7361. SERIAL_ERROR_START();
  7362. SERIAL_ERRORLNPGM("Only one of A, P, or X is allowed.");
  7363. return;
  7364. }
  7365. const bool hasB = parser.seen('B'), hasT = parser.seen('T'), hasY = parser.seen('Y');
  7366. const uint8_t sumBTY = hasB + hasT + hasY;
  7367. if (sumBTY == 1)
  7368. home_offset[B_AXIS] = parser.value_float();
  7369. else if (sumBTY > 1) {
  7370. SERIAL_ERROR_START();
  7371. SERIAL_ERRORLNPGM("Only one of B, T, or Y is allowed.");
  7372. return;
  7373. }
  7374. }
  7375. #elif ENABLED(Z_DUAL_ENDSTOPS) // !DELTA && ENABLED(Z_DUAL_ENDSTOPS)
  7376. /**
  7377. * M666: For Z Dual Endstop setup, set z axis offset to the z2 axis.
  7378. */
  7379. inline void gcode_M666() {
  7380. if (parser.seen('Z')) z_endstop_adj = parser.value_linear_units();
  7381. SERIAL_ECHOLNPAIR("Z Endstop Adjustment set to (mm):", z_endstop_adj);
  7382. }
  7383. #endif // !DELTA && Z_DUAL_ENDSTOPS
  7384. #if ENABLED(FWRETRACT)
  7385. /**
  7386. * M207: Set firmware retraction values
  7387. *
  7388. * S[+units] retract_length
  7389. * W[+units] swap_retract_length (multi-extruder)
  7390. * F[units/min] retract_feedrate_mm_s
  7391. * Z[units] retract_zlift
  7392. */
  7393. inline void gcode_M207() {
  7394. if (parser.seen('S')) retract_length = parser.value_axis_units(E_AXIS);
  7395. if (parser.seen('F')) retract_feedrate_mm_s = MMM_TO_MMS(parser.value_axis_units(E_AXIS));
  7396. if (parser.seen('Z')) retract_zlift = parser.value_linear_units();
  7397. if (parser.seen('W')) swap_retract_length = parser.value_axis_units(E_AXIS);
  7398. }
  7399. /**
  7400. * M208: Set firmware un-retraction values
  7401. *
  7402. * S[+units] retract_recover_length (in addition to M207 S*)
  7403. * W[+units] swap_retract_recover_length (multi-extruder)
  7404. * F[units/min] retract_recover_feedrate_mm_s
  7405. * R[units/min] swap_retract_recover_feedrate_mm_s
  7406. */
  7407. inline void gcode_M208() {
  7408. if (parser.seen('S')) retract_recover_length = parser.value_axis_units(E_AXIS);
  7409. if (parser.seen('F')) retract_recover_feedrate_mm_s = MMM_TO_MMS(parser.value_axis_units(E_AXIS));
  7410. if (parser.seen('R')) swap_retract_recover_feedrate_mm_s = MMM_TO_MMS(parser.value_axis_units(E_AXIS));
  7411. if (parser.seen('W')) swap_retract_recover_length = parser.value_axis_units(E_AXIS);
  7412. }
  7413. /**
  7414. * M209: Enable automatic retract (M209 S1)
  7415. * For slicers that don't support G10/11, reversed extrude-only
  7416. * moves will be classified as retraction.
  7417. */
  7418. inline void gcode_M209() {
  7419. if (MIN_AUTORETRACT <= MAX_AUTORETRACT) {
  7420. if (parser.seen('S')) {
  7421. autoretract_enabled = parser.value_bool();
  7422. for (uint8_t i = 0; i < EXTRUDERS; i++) retracted[i] = false;
  7423. }
  7424. }
  7425. }
  7426. #endif // FWRETRACT
  7427. /**
  7428. * M211: Enable, Disable, and/or Report software endstops
  7429. *
  7430. * Usage: M211 S1 to enable, M211 S0 to disable, M211 alone for report
  7431. */
  7432. inline void gcode_M211() {
  7433. SERIAL_ECHO_START();
  7434. #if HAS_SOFTWARE_ENDSTOPS
  7435. if (parser.seen('S')) soft_endstops_enabled = parser.value_bool();
  7436. SERIAL_ECHOPGM(MSG_SOFT_ENDSTOPS);
  7437. serialprintPGM(soft_endstops_enabled ? PSTR(MSG_ON) : PSTR(MSG_OFF));
  7438. #else
  7439. SERIAL_ECHOPGM(MSG_SOFT_ENDSTOPS);
  7440. SERIAL_ECHOPGM(MSG_OFF);
  7441. #endif
  7442. SERIAL_ECHOPGM(MSG_SOFT_MIN);
  7443. SERIAL_ECHOPAIR( MSG_X, soft_endstop_min[X_AXIS]);
  7444. SERIAL_ECHOPAIR(" " MSG_Y, soft_endstop_min[Y_AXIS]);
  7445. SERIAL_ECHOPAIR(" " MSG_Z, soft_endstop_min[Z_AXIS]);
  7446. SERIAL_ECHOPGM(MSG_SOFT_MAX);
  7447. SERIAL_ECHOPAIR( MSG_X, soft_endstop_max[X_AXIS]);
  7448. SERIAL_ECHOPAIR(" " MSG_Y, soft_endstop_max[Y_AXIS]);
  7449. SERIAL_ECHOLNPAIR(" " MSG_Z, soft_endstop_max[Z_AXIS]);
  7450. }
  7451. #if HOTENDS > 1
  7452. /**
  7453. * M218 - set hotend offset (in linear units)
  7454. *
  7455. * T<tool>
  7456. * X<xoffset>
  7457. * Y<yoffset>
  7458. * Z<zoffset> - Available with DUAL_X_CARRIAGE and SWITCHING_NOZZLE
  7459. */
  7460. inline void gcode_M218() {
  7461. if (get_target_extruder_from_command(218) || target_extruder == 0) return;
  7462. if (parser.seenval('X')) hotend_offset[X_AXIS][target_extruder] = parser.value_linear_units();
  7463. if (parser.seenval('Y')) hotend_offset[Y_AXIS][target_extruder] = parser.value_linear_units();
  7464. #if ENABLED(DUAL_X_CARRIAGE) || ENABLED(SWITCHING_NOZZLE) || ENABLED(PARKING_EXTRUDER)
  7465. if (parser.seenval('Z')) hotend_offset[Z_AXIS][target_extruder] = parser.value_linear_units();
  7466. #endif
  7467. SERIAL_ECHO_START();
  7468. SERIAL_ECHOPGM(MSG_HOTEND_OFFSET);
  7469. HOTEND_LOOP() {
  7470. SERIAL_CHAR(' ');
  7471. SERIAL_ECHO(hotend_offset[X_AXIS][e]);
  7472. SERIAL_CHAR(',');
  7473. SERIAL_ECHO(hotend_offset[Y_AXIS][e]);
  7474. #if ENABLED(DUAL_X_CARRIAGE) || ENABLED(SWITCHING_NOZZLE) || ENABLED(PARKING_EXTRUDER)
  7475. SERIAL_CHAR(',');
  7476. SERIAL_ECHO(hotend_offset[Z_AXIS][e]);
  7477. #endif
  7478. }
  7479. SERIAL_EOL();
  7480. }
  7481. #endif // HOTENDS > 1
  7482. /**
  7483. * M220: Set speed percentage factor, aka "Feed Rate" (M220 S95)
  7484. */
  7485. inline void gcode_M220() {
  7486. if (parser.seenval('S')) feedrate_percentage = parser.value_int();
  7487. }
  7488. /**
  7489. * M221: Set extrusion percentage (M221 T0 S95)
  7490. */
  7491. inline void gcode_M221() {
  7492. if (get_target_extruder_from_command(221)) return;
  7493. if (parser.seenval('S'))
  7494. flow_percentage[target_extruder] = parser.value_int();
  7495. }
  7496. /**
  7497. * M226: Wait until the specified pin reaches the state required (M226 P<pin> S<state>)
  7498. */
  7499. inline void gcode_M226() {
  7500. if (parser.seen('P')) {
  7501. const int pin_number = parser.value_int(),
  7502. pin_state = parser.intval('S', -1); // required pin state - default is inverted
  7503. if (WITHIN(pin_state, -1, 1) && pin_number > -1 && !pin_is_protected(pin_number)) {
  7504. int target = LOW;
  7505. stepper.synchronize();
  7506. pinMode(pin_number, INPUT);
  7507. switch (pin_state) {
  7508. case 1:
  7509. target = HIGH;
  7510. break;
  7511. case 0:
  7512. target = LOW;
  7513. break;
  7514. case -1:
  7515. target = !digitalRead(pin_number);
  7516. break;
  7517. }
  7518. while (digitalRead(pin_number) != target) idle();
  7519. } // pin_state -1 0 1 && pin_number > -1
  7520. } // parser.seen('P')
  7521. }
  7522. #if ENABLED(EXPERIMENTAL_I2CBUS)
  7523. /**
  7524. * M260: Send data to a I2C slave device
  7525. *
  7526. * This is a PoC, the formating and arguments for the GCODE will
  7527. * change to be more compatible, the current proposal is:
  7528. *
  7529. * M260 A<slave device address base 10> ; Sets the I2C slave address the data will be sent to
  7530. *
  7531. * M260 B<byte-1 value in base 10>
  7532. * M260 B<byte-2 value in base 10>
  7533. * M260 B<byte-3 value in base 10>
  7534. *
  7535. * M260 S1 ; Send the buffered data and reset the buffer
  7536. * M260 R1 ; Reset the buffer without sending data
  7537. *
  7538. */
  7539. inline void gcode_M260() {
  7540. // Set the target address
  7541. if (parser.seen('A')) i2c.address(parser.value_byte());
  7542. // Add a new byte to the buffer
  7543. if (parser.seen('B')) i2c.addbyte(parser.value_byte());
  7544. // Flush the buffer to the bus
  7545. if (parser.seen('S')) i2c.send();
  7546. // Reset and rewind the buffer
  7547. else if (parser.seen('R')) i2c.reset();
  7548. }
  7549. /**
  7550. * M261: Request X bytes from I2C slave device
  7551. *
  7552. * Usage: M261 A<slave device address base 10> B<number of bytes>
  7553. */
  7554. inline void gcode_M261() {
  7555. if (parser.seen('A')) i2c.address(parser.value_byte());
  7556. uint8_t bytes = parser.byteval('B', 1);
  7557. if (i2c.addr && bytes && bytes <= TWIBUS_BUFFER_SIZE) {
  7558. i2c.relay(bytes);
  7559. }
  7560. else {
  7561. SERIAL_ERROR_START();
  7562. SERIAL_ERRORLN("Bad i2c request");
  7563. }
  7564. }
  7565. #endif // EXPERIMENTAL_I2CBUS
  7566. #if HAS_SERVOS
  7567. /**
  7568. * M280: Get or set servo position. P<index> [S<angle>]
  7569. */
  7570. inline void gcode_M280() {
  7571. if (!parser.seen('P')) return;
  7572. const int servo_index = parser.value_int();
  7573. if (WITHIN(servo_index, 0, NUM_SERVOS - 1)) {
  7574. if (parser.seen('S'))
  7575. MOVE_SERVO(servo_index, parser.value_int());
  7576. else {
  7577. SERIAL_ECHO_START();
  7578. SERIAL_ECHOPAIR(" Servo ", servo_index);
  7579. SERIAL_ECHOLNPAIR(": ", servo[servo_index].read());
  7580. }
  7581. }
  7582. else {
  7583. SERIAL_ERROR_START();
  7584. SERIAL_ECHOPAIR("Servo ", servo_index);
  7585. SERIAL_ECHOLNPGM(" out of range");
  7586. }
  7587. }
  7588. #endif // HAS_SERVOS
  7589. #if HAS_BUZZER
  7590. /**
  7591. * M300: Play beep sound S<frequency Hz> P<duration ms>
  7592. */
  7593. inline void gcode_M300() {
  7594. uint16_t const frequency = parser.ushortval('S', 260);
  7595. uint16_t duration = parser.ushortval('P', 1000);
  7596. // Limits the tone duration to 0-5 seconds.
  7597. NOMORE(duration, 5000);
  7598. BUZZ(duration, frequency);
  7599. }
  7600. #endif // HAS_BUZZER
  7601. #if ENABLED(PIDTEMP)
  7602. /**
  7603. * M301: Set PID parameters P I D (and optionally C, L)
  7604. *
  7605. * P[float] Kp term
  7606. * I[float] Ki term (unscaled)
  7607. * D[float] Kd term (unscaled)
  7608. *
  7609. * With PID_EXTRUSION_SCALING:
  7610. *
  7611. * C[float] Kc term
  7612. * L[float] LPQ length
  7613. */
  7614. inline void gcode_M301() {
  7615. // multi-extruder PID patch: M301 updates or prints a single extruder's PID values
  7616. // default behaviour (omitting E parameter) is to update for extruder 0 only
  7617. const uint8_t e = parser.byteval('E'); // extruder being updated
  7618. if (e < HOTENDS) { // catch bad input value
  7619. if (parser.seen('P')) PID_PARAM(Kp, e) = parser.value_float();
  7620. if (parser.seen('I')) PID_PARAM(Ki, e) = scalePID_i(parser.value_float());
  7621. if (parser.seen('D')) PID_PARAM(Kd, e) = scalePID_d(parser.value_float());
  7622. #if ENABLED(PID_EXTRUSION_SCALING)
  7623. if (parser.seen('C')) PID_PARAM(Kc, e) = parser.value_float();
  7624. if (parser.seen('L')) lpq_len = parser.value_float();
  7625. NOMORE(lpq_len, LPQ_MAX_LEN);
  7626. #endif
  7627. thermalManager.updatePID();
  7628. SERIAL_ECHO_START();
  7629. #if ENABLED(PID_PARAMS_PER_HOTEND)
  7630. SERIAL_ECHOPAIR(" e:", e); // specify extruder in serial output
  7631. #endif // PID_PARAMS_PER_HOTEND
  7632. SERIAL_ECHOPAIR(" p:", PID_PARAM(Kp, e));
  7633. SERIAL_ECHOPAIR(" i:", unscalePID_i(PID_PARAM(Ki, e)));
  7634. SERIAL_ECHOPAIR(" d:", unscalePID_d(PID_PARAM(Kd, e)));
  7635. #if ENABLED(PID_EXTRUSION_SCALING)
  7636. //Kc does not have scaling applied above, or in resetting defaults
  7637. SERIAL_ECHOPAIR(" c:", PID_PARAM(Kc, e));
  7638. #endif
  7639. SERIAL_EOL();
  7640. }
  7641. else {
  7642. SERIAL_ERROR_START();
  7643. SERIAL_ERRORLN(MSG_INVALID_EXTRUDER);
  7644. }
  7645. }
  7646. #endif // PIDTEMP
  7647. #if ENABLED(PIDTEMPBED)
  7648. inline void gcode_M304() {
  7649. if (parser.seen('P')) thermalManager.bedKp = parser.value_float();
  7650. if (parser.seen('I')) thermalManager.bedKi = scalePID_i(parser.value_float());
  7651. if (parser.seen('D')) thermalManager.bedKd = scalePID_d(parser.value_float());
  7652. thermalManager.updatePID();
  7653. SERIAL_ECHO_START();
  7654. SERIAL_ECHOPAIR(" p:", thermalManager.bedKp);
  7655. SERIAL_ECHOPAIR(" i:", unscalePID_i(thermalManager.bedKi));
  7656. SERIAL_ECHOLNPAIR(" d:", unscalePID_d(thermalManager.bedKd));
  7657. }
  7658. #endif // PIDTEMPBED
  7659. #if defined(CHDK) || HAS_PHOTOGRAPH
  7660. /**
  7661. * M240: Trigger a camera by emulating a Canon RC-1
  7662. * See http://www.doc-diy.net/photo/rc-1_hacked/
  7663. */
  7664. inline void gcode_M240() {
  7665. #ifdef CHDK
  7666. OUT_WRITE(CHDK, HIGH);
  7667. chdkHigh = millis();
  7668. chdkActive = true;
  7669. #elif HAS_PHOTOGRAPH
  7670. const uint8_t NUM_PULSES = 16;
  7671. const float PULSE_LENGTH = 0.01524;
  7672. for (int i = 0; i < NUM_PULSES; i++) {
  7673. WRITE(PHOTOGRAPH_PIN, HIGH);
  7674. _delay_ms(PULSE_LENGTH);
  7675. WRITE(PHOTOGRAPH_PIN, LOW);
  7676. _delay_ms(PULSE_LENGTH);
  7677. }
  7678. delay(7.33);
  7679. for (int i = 0; i < NUM_PULSES; i++) {
  7680. WRITE(PHOTOGRAPH_PIN, HIGH);
  7681. _delay_ms(PULSE_LENGTH);
  7682. WRITE(PHOTOGRAPH_PIN, LOW);
  7683. _delay_ms(PULSE_LENGTH);
  7684. }
  7685. #endif // !CHDK && HAS_PHOTOGRAPH
  7686. }
  7687. #endif // CHDK || PHOTOGRAPH_PIN
  7688. #if HAS_LCD_CONTRAST
  7689. /**
  7690. * M250: Read and optionally set the LCD contrast
  7691. */
  7692. inline void gcode_M250() {
  7693. if (parser.seen('C')) set_lcd_contrast(parser.value_int());
  7694. SERIAL_PROTOCOLPGM("lcd contrast value: ");
  7695. SERIAL_PROTOCOL(lcd_contrast);
  7696. SERIAL_EOL();
  7697. }
  7698. #endif // HAS_LCD_CONTRAST
  7699. #if ENABLED(PREVENT_COLD_EXTRUSION)
  7700. /**
  7701. * M302: Allow cold extrudes, or set the minimum extrude temperature
  7702. *
  7703. * S<temperature> sets the minimum extrude temperature
  7704. * P<bool> enables (1) or disables (0) cold extrusion
  7705. *
  7706. * Examples:
  7707. *
  7708. * M302 ; report current cold extrusion state
  7709. * M302 P0 ; enable cold extrusion checking
  7710. * M302 P1 ; disables cold extrusion checking
  7711. * M302 S0 ; always allow extrusion (disables checking)
  7712. * M302 S170 ; only allow extrusion above 170
  7713. * M302 S170 P1 ; set min extrude temp to 170 but leave disabled
  7714. */
  7715. inline void gcode_M302() {
  7716. const bool seen_S = parser.seen('S');
  7717. if (seen_S) {
  7718. thermalManager.extrude_min_temp = parser.value_celsius();
  7719. thermalManager.allow_cold_extrude = (thermalManager.extrude_min_temp == 0);
  7720. }
  7721. if (parser.seen('P'))
  7722. thermalManager.allow_cold_extrude = (thermalManager.extrude_min_temp == 0) || parser.value_bool();
  7723. else if (!seen_S) {
  7724. // Report current state
  7725. SERIAL_ECHO_START();
  7726. SERIAL_ECHOPAIR("Cold extrudes are ", (thermalManager.allow_cold_extrude ? "en" : "dis"));
  7727. SERIAL_ECHOPAIR("abled (min temp ", thermalManager.extrude_min_temp);
  7728. SERIAL_ECHOLNPGM("C)");
  7729. }
  7730. }
  7731. #endif // PREVENT_COLD_EXTRUSION
  7732. /**
  7733. * M303: PID relay autotune
  7734. *
  7735. * S<temperature> sets the target temperature. (default 150C)
  7736. * E<extruder> (-1 for the bed) (default 0)
  7737. * C<cycles>
  7738. * U<bool> with a non-zero value will apply the result to current settings
  7739. */
  7740. inline void gcode_M303() {
  7741. #if HAS_PID_HEATING
  7742. const int e = parser.intval('E'), c = parser.intval('C', 5);
  7743. const bool u = parser.boolval('U');
  7744. int16_t temp = parser.celsiusval('S', e < 0 ? 70 : 150);
  7745. if (WITHIN(e, 0, HOTENDS - 1))
  7746. target_extruder = e;
  7747. #if DISABLED(BUSY_WHILE_HEATING)
  7748. KEEPALIVE_STATE(NOT_BUSY);
  7749. #endif
  7750. thermalManager.PID_autotune(temp, e, c, u);
  7751. #if DISABLED(BUSY_WHILE_HEATING)
  7752. KEEPALIVE_STATE(IN_HANDLER);
  7753. #endif
  7754. #else
  7755. SERIAL_ERROR_START();
  7756. SERIAL_ERRORLNPGM(MSG_ERR_M303_DISABLED);
  7757. #endif
  7758. }
  7759. #if ENABLED(MORGAN_SCARA)
  7760. bool SCARA_move_to_cal(uint8_t delta_a, uint8_t delta_b) {
  7761. if (IsRunning()) {
  7762. forward_kinematics_SCARA(delta_a, delta_b);
  7763. destination[X_AXIS] = LOGICAL_X_POSITION(cartes[X_AXIS]);
  7764. destination[Y_AXIS] = LOGICAL_Y_POSITION(cartes[Y_AXIS]);
  7765. destination[Z_AXIS] = current_position[Z_AXIS];
  7766. prepare_move_to_destination();
  7767. return true;
  7768. }
  7769. return false;
  7770. }
  7771. /**
  7772. * M360: SCARA calibration: Move to cal-position ThetaA (0 deg calibration)
  7773. */
  7774. inline bool gcode_M360() {
  7775. SERIAL_ECHOLNPGM(" Cal: Theta 0");
  7776. return SCARA_move_to_cal(0, 120);
  7777. }
  7778. /**
  7779. * M361: SCARA calibration: Move to cal-position ThetaB (90 deg calibration - steps per degree)
  7780. */
  7781. inline bool gcode_M361() {
  7782. SERIAL_ECHOLNPGM(" Cal: Theta 90");
  7783. return SCARA_move_to_cal(90, 130);
  7784. }
  7785. /**
  7786. * M362: SCARA calibration: Move to cal-position PsiA (0 deg calibration)
  7787. */
  7788. inline bool gcode_M362() {
  7789. SERIAL_ECHOLNPGM(" Cal: Psi 0");
  7790. return SCARA_move_to_cal(60, 180);
  7791. }
  7792. /**
  7793. * M363: SCARA calibration: Move to cal-position PsiB (90 deg calibration - steps per degree)
  7794. */
  7795. inline bool gcode_M363() {
  7796. SERIAL_ECHOLNPGM(" Cal: Psi 90");
  7797. return SCARA_move_to_cal(50, 90);
  7798. }
  7799. /**
  7800. * M364: SCARA calibration: Move to cal-position PsiC (90 deg to Theta calibration position)
  7801. */
  7802. inline bool gcode_M364() {
  7803. SERIAL_ECHOLNPGM(" Cal: Theta-Psi 90");
  7804. return SCARA_move_to_cal(45, 135);
  7805. }
  7806. #endif // SCARA
  7807. #if ENABLED(EXT_SOLENOID)
  7808. void enable_solenoid(const uint8_t num) {
  7809. switch (num) {
  7810. case 0:
  7811. OUT_WRITE(SOL0_PIN, HIGH);
  7812. break;
  7813. #if HAS_SOLENOID_1 && EXTRUDERS > 1
  7814. case 1:
  7815. OUT_WRITE(SOL1_PIN, HIGH);
  7816. break;
  7817. #endif
  7818. #if HAS_SOLENOID_2 && EXTRUDERS > 2
  7819. case 2:
  7820. OUT_WRITE(SOL2_PIN, HIGH);
  7821. break;
  7822. #endif
  7823. #if HAS_SOLENOID_3 && EXTRUDERS > 3
  7824. case 3:
  7825. OUT_WRITE(SOL3_PIN, HIGH);
  7826. break;
  7827. #endif
  7828. #if HAS_SOLENOID_4 && EXTRUDERS > 4
  7829. case 4:
  7830. OUT_WRITE(SOL4_PIN, HIGH);
  7831. break;
  7832. #endif
  7833. default:
  7834. SERIAL_ECHO_START();
  7835. SERIAL_ECHOLNPGM(MSG_INVALID_SOLENOID);
  7836. break;
  7837. }
  7838. }
  7839. void enable_solenoid_on_active_extruder() { enable_solenoid(active_extruder); }
  7840. void disable_all_solenoids() {
  7841. OUT_WRITE(SOL0_PIN, LOW);
  7842. #if HAS_SOLENOID_1 && EXTRUDERS > 1
  7843. OUT_WRITE(SOL1_PIN, LOW);
  7844. #endif
  7845. #if HAS_SOLENOID_2 && EXTRUDERS > 2
  7846. OUT_WRITE(SOL2_PIN, LOW);
  7847. #endif
  7848. #if HAS_SOLENOID_3 && EXTRUDERS > 3
  7849. OUT_WRITE(SOL3_PIN, LOW);
  7850. #endif
  7851. #if HAS_SOLENOID_4 && EXTRUDERS > 4
  7852. OUT_WRITE(SOL4_PIN, LOW);
  7853. #endif
  7854. }
  7855. /**
  7856. * M380: Enable solenoid on the active extruder
  7857. */
  7858. inline void gcode_M380() { enable_solenoid_on_active_extruder(); }
  7859. /**
  7860. * M381: Disable all solenoids
  7861. */
  7862. inline void gcode_M381() { disable_all_solenoids(); }
  7863. #endif // EXT_SOLENOID
  7864. /**
  7865. * M400: Finish all moves
  7866. */
  7867. inline void gcode_M400() { stepper.synchronize(); }
  7868. #if HAS_BED_PROBE
  7869. /**
  7870. * M401: Engage Z Servo endstop if available
  7871. */
  7872. inline void gcode_M401() { DEPLOY_PROBE(); }
  7873. /**
  7874. * M402: Retract Z Servo endstop if enabled
  7875. */
  7876. inline void gcode_M402() { STOW_PROBE(); }
  7877. #endif // HAS_BED_PROBE
  7878. #if ENABLED(FILAMENT_WIDTH_SENSOR)
  7879. /**
  7880. * M404: Display or set (in current units) the nominal filament width (3mm, 1.75mm ) W<3.0>
  7881. */
  7882. inline void gcode_M404() {
  7883. if (parser.seen('W')) {
  7884. filament_width_nominal = parser.value_linear_units();
  7885. }
  7886. else {
  7887. SERIAL_PROTOCOLPGM("Filament dia (nominal mm):");
  7888. SERIAL_PROTOCOLLN(filament_width_nominal);
  7889. }
  7890. }
  7891. /**
  7892. * M405: Turn on filament sensor for control
  7893. */
  7894. inline void gcode_M405() {
  7895. // This is technically a linear measurement, but since it's quantized to centimeters and is a different
  7896. // unit than everything else, it uses parser.value_byte() instead of parser.value_linear_units().
  7897. if (parser.seen('D')) {
  7898. meas_delay_cm = parser.value_byte();
  7899. NOMORE(meas_delay_cm, MAX_MEASUREMENT_DELAY);
  7900. }
  7901. if (filwidth_delay_index[1] == -1) { // Initialize the ring buffer if not done since startup
  7902. const uint8_t temp_ratio = thermalManager.widthFil_to_size_ratio() - 100; // -100 to scale within a signed byte
  7903. for (uint8_t i = 0; i < COUNT(measurement_delay); ++i)
  7904. measurement_delay[i] = temp_ratio;
  7905. filwidth_delay_index[0] = filwidth_delay_index[1] = 0;
  7906. }
  7907. filament_sensor = true;
  7908. //SERIAL_PROTOCOLPGM("Filament dia (measured mm):");
  7909. //SERIAL_PROTOCOL(filament_width_meas);
  7910. //SERIAL_PROTOCOLPGM("Extrusion ratio(%):");
  7911. //SERIAL_PROTOCOL(flow_percentage[active_extruder]);
  7912. }
  7913. /**
  7914. * M406: Turn off filament sensor for control
  7915. */
  7916. inline void gcode_M406() {
  7917. filament_sensor = false;
  7918. calculate_volumetric_multipliers(); // Restore correct 'volumetric_multiplier' value
  7919. }
  7920. /**
  7921. * M407: Get measured filament diameter on serial output
  7922. */
  7923. inline void gcode_M407() {
  7924. SERIAL_PROTOCOLPGM("Filament dia (measured mm):");
  7925. SERIAL_PROTOCOLLN(filament_width_meas);
  7926. }
  7927. #endif // FILAMENT_WIDTH_SENSOR
  7928. void quickstop_stepper() {
  7929. stepper.quick_stop();
  7930. stepper.synchronize();
  7931. set_current_from_steppers_for_axis(ALL_AXES);
  7932. SYNC_PLAN_POSITION_KINEMATIC();
  7933. }
  7934. #if HAS_LEVELING
  7935. /**
  7936. * M420: Enable/Disable Bed Leveling and/or set the Z fade height.
  7937. *
  7938. * S[bool] Turns leveling on or off
  7939. * Z[height] Sets the Z fade height (0 or none to disable)
  7940. * V[bool] Verbose - Print the leveling grid
  7941. *
  7942. * With AUTO_BED_LEVELING_UBL only:
  7943. *
  7944. * L[index] Load UBL mesh from index (0 is default)
  7945. */
  7946. inline void gcode_M420() {
  7947. #if ENABLED(AUTO_BED_LEVELING_UBL)
  7948. // L to load a mesh from the EEPROM
  7949. if (parser.seen('L')) {
  7950. #if ENABLED(EEPROM_SETTINGS)
  7951. const int8_t storage_slot = parser.has_value() ? parser.value_int() : ubl.state.storage_slot;
  7952. const int16_t a = settings.calc_num_meshes();
  7953. if (!a) {
  7954. SERIAL_PROTOCOLLNPGM("?EEPROM storage not available.");
  7955. return;
  7956. }
  7957. if (!WITHIN(storage_slot, 0, a - 1)) {
  7958. SERIAL_PROTOCOLLNPGM("?Invalid storage slot.");
  7959. SERIAL_PROTOCOLLNPAIR("?Use 0 to ", a - 1);
  7960. return;
  7961. }
  7962. settings.load_mesh(storage_slot);
  7963. ubl.state.storage_slot = storage_slot;
  7964. #else
  7965. SERIAL_PROTOCOLLNPGM("?EEPROM storage not available.");
  7966. return;
  7967. #endif
  7968. }
  7969. // L to load a mesh from the EEPROM
  7970. if (parser.seen('L') || parser.seen('V')) {
  7971. ubl.display_map(0); // Currently only supports one map type
  7972. SERIAL_ECHOLNPAIR("UBL_MESH_VALID = ", UBL_MESH_VALID);
  7973. SERIAL_ECHOLNPAIR("ubl.state.storage_slot = ", ubl.state.storage_slot);
  7974. }
  7975. #endif // AUTO_BED_LEVELING_UBL
  7976. // V to print the matrix or mesh
  7977. if (parser.seen('V')) {
  7978. #if ABL_PLANAR
  7979. planner.bed_level_matrix.debug(PSTR("Bed Level Correction Matrix:"));
  7980. #else
  7981. if (leveling_is_valid()) {
  7982. #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
  7983. print_bilinear_leveling_grid();
  7984. #if ENABLED(ABL_BILINEAR_SUBDIVISION)
  7985. print_bilinear_leveling_grid_virt();
  7986. #endif
  7987. #elif ENABLED(MESH_BED_LEVELING)
  7988. SERIAL_ECHOLNPGM("Mesh Bed Level data:");
  7989. mbl_mesh_report();
  7990. #endif
  7991. }
  7992. #endif
  7993. }
  7994. const bool to_enable = parser.boolval('S');
  7995. if (parser.seen('S'))
  7996. set_bed_leveling_enabled(to_enable);
  7997. #if ENABLED(ENABLE_LEVELING_FADE_HEIGHT)
  7998. if (parser.seen('Z')) set_z_fade_height(parser.value_linear_units());
  7999. #endif
  8000. const bool new_status = leveling_is_active();
  8001. if (to_enable && !new_status) {
  8002. SERIAL_ERROR_START();
  8003. SERIAL_ERRORLNPGM(MSG_ERR_M420_FAILED);
  8004. }
  8005. SERIAL_ECHO_START();
  8006. SERIAL_ECHOLNPAIR("Bed Leveling ", new_status ? MSG_ON : MSG_OFF);
  8007. #if ENABLED(ENABLE_LEVELING_FADE_HEIGHT)
  8008. SERIAL_ECHO_START();
  8009. SERIAL_ECHOPGM("Fade Height ");
  8010. if (planner.z_fade_height > 0.0)
  8011. SERIAL_ECHOLN(planner.z_fade_height);
  8012. else
  8013. SERIAL_ECHOLNPGM(MSG_OFF);
  8014. #endif
  8015. }
  8016. #endif
  8017. #if ENABLED(MESH_BED_LEVELING)
  8018. /**
  8019. * M421: Set a single Mesh Bed Leveling Z coordinate
  8020. *
  8021. * Usage:
  8022. * M421 X<linear> Y<linear> Z<linear>
  8023. * M421 X<linear> Y<linear> Q<offset>
  8024. * M421 I<xindex> J<yindex> Z<linear>
  8025. * M421 I<xindex> J<yindex> Q<offset>
  8026. */
  8027. inline void gcode_M421() {
  8028. const bool hasX = parser.seen('X'), hasI = parser.seen('I');
  8029. const int8_t ix = hasI ? parser.value_int() : hasX ? mbl.probe_index_x(RAW_X_POSITION(parser.value_linear_units())) : -1;
  8030. const bool hasY = parser.seen('Y'), hasJ = parser.seen('J');
  8031. const int8_t iy = hasJ ? parser.value_int() : hasY ? mbl.probe_index_y(RAW_Y_POSITION(parser.value_linear_units())) : -1;
  8032. const bool hasZ = parser.seen('Z'), hasQ = !hasZ && parser.seen('Q');
  8033. if (int(hasI && hasJ) + int(hasX && hasY) != 1 || !(hasZ || hasQ)) {
  8034. SERIAL_ERROR_START();
  8035. SERIAL_ERRORLNPGM(MSG_ERR_M421_PARAMETERS);
  8036. }
  8037. else if (ix < 0 || iy < 0) {
  8038. SERIAL_ERROR_START();
  8039. SERIAL_ERRORLNPGM(MSG_ERR_MESH_XY);
  8040. }
  8041. else
  8042. mbl.set_z(ix, iy, parser.value_linear_units() + (hasQ ? mbl.z_values[ix][iy] : 0));
  8043. }
  8044. #elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
  8045. /**
  8046. * M421: Set a single Mesh Bed Leveling Z coordinate
  8047. *
  8048. * Usage:
  8049. * M421 I<xindex> J<yindex> Z<linear>
  8050. * M421 I<xindex> J<yindex> Q<offset>
  8051. */
  8052. inline void gcode_M421() {
  8053. int8_t ix = parser.intval('I', -1), iy = parser.intval('J', -1);
  8054. const bool hasI = ix >= 0,
  8055. hasJ = iy >= 0,
  8056. hasZ = parser.seen('Z'),
  8057. hasQ = !hasZ && parser.seen('Q');
  8058. if (!hasI || !hasJ || !(hasZ || hasQ)) {
  8059. SERIAL_ERROR_START();
  8060. SERIAL_ERRORLNPGM(MSG_ERR_M421_PARAMETERS);
  8061. }
  8062. else if (!WITHIN(ix, 0, GRID_MAX_POINTS_X - 1) || !WITHIN(iy, 0, GRID_MAX_POINTS_Y - 1)) {
  8063. SERIAL_ERROR_START();
  8064. SERIAL_ERRORLNPGM(MSG_ERR_MESH_XY);
  8065. }
  8066. else {
  8067. z_values[ix][iy] = parser.value_linear_units() + (hasQ ? z_values[ix][iy] : 0);
  8068. #if ENABLED(ABL_BILINEAR_SUBDIVISION)
  8069. bed_level_virt_interpolate();
  8070. #endif
  8071. }
  8072. }
  8073. #elif ENABLED(AUTO_BED_LEVELING_UBL)
  8074. /**
  8075. * M421: Set a single Mesh Bed Leveling Z coordinate
  8076. *
  8077. * Usage:
  8078. * M421 I<xindex> J<yindex> Z<linear>
  8079. * M421 I<xindex> J<yindex> Q<offset>
  8080. * M421 C Z<linear>
  8081. * M421 C Q<offset>
  8082. */
  8083. inline void gcode_M421() {
  8084. int8_t ix = parser.intval('I', -1), iy = parser.intval('J', -1);
  8085. const bool hasI = ix >= 0,
  8086. hasJ = iy >= 0,
  8087. hasC = parser.seen('C'),
  8088. hasZ = parser.seen('Z'),
  8089. hasQ = !hasZ && parser.seen('Q');
  8090. if (hasC) {
  8091. const mesh_index_pair location = ubl.find_closest_mesh_point_of_type(REAL, current_position[X_AXIS], current_position[Y_AXIS], USE_NOZZLE_AS_REFERENCE, NULL, false);
  8092. ix = location.x_index;
  8093. iy = location.y_index;
  8094. }
  8095. if (int(hasC) + int(hasI && hasJ) != 1 || !(hasZ || hasQ)) {
  8096. SERIAL_ERROR_START();
  8097. SERIAL_ERRORLNPGM(MSG_ERR_M421_PARAMETERS);
  8098. }
  8099. else if (!WITHIN(ix, 0, GRID_MAX_POINTS_X - 1) || !WITHIN(iy, 0, GRID_MAX_POINTS_Y - 1)) {
  8100. SERIAL_ERROR_START();
  8101. SERIAL_ERRORLNPGM(MSG_ERR_MESH_XY);
  8102. }
  8103. else
  8104. ubl.z_values[ix][iy] = parser.value_linear_units() + (hasQ ? ubl.z_values[ix][iy] : 0);
  8105. }
  8106. #endif // AUTO_BED_LEVELING_UBL
  8107. #if HAS_M206_COMMAND
  8108. /**
  8109. * M428: Set home_offset based on the distance between the
  8110. * current_position and the nearest "reference point."
  8111. * If an axis is past center its endstop position
  8112. * is the reference-point. Otherwise it uses 0. This allows
  8113. * the Z offset to be set near the bed when using a max endstop.
  8114. *
  8115. * M428 can't be used more than 2cm away from 0 or an endstop.
  8116. *
  8117. * Use M206 to set these values directly.
  8118. */
  8119. inline void gcode_M428() {
  8120. bool err = false;
  8121. LOOP_XYZ(i) {
  8122. if (axis_homed[i]) {
  8123. const float base = (current_position[i] > (soft_endstop_min[i] + soft_endstop_max[i]) * 0.5) ? base_home_pos((AxisEnum)i) : 0,
  8124. diff = base - RAW_POSITION(current_position[i], i);
  8125. if (WITHIN(diff, -20, 20)) {
  8126. set_home_offset((AxisEnum)i, diff);
  8127. }
  8128. else {
  8129. SERIAL_ERROR_START();
  8130. SERIAL_ERRORLNPGM(MSG_ERR_M428_TOO_FAR);
  8131. LCD_ALERTMESSAGEPGM("Err: Too far!");
  8132. BUZZ(200, 40);
  8133. err = true;
  8134. break;
  8135. }
  8136. }
  8137. }
  8138. if (!err) {
  8139. SYNC_PLAN_POSITION_KINEMATIC();
  8140. report_current_position();
  8141. LCD_MESSAGEPGM(MSG_HOME_OFFSETS_APPLIED);
  8142. BUZZ(100, 659);
  8143. BUZZ(100, 698);
  8144. }
  8145. }
  8146. #endif // HAS_M206_COMMAND
  8147. /**
  8148. * M500: Store settings in EEPROM
  8149. */
  8150. inline void gcode_M500() {
  8151. (void)settings.save();
  8152. }
  8153. /**
  8154. * M501: Read settings from EEPROM
  8155. */
  8156. inline void gcode_M501() {
  8157. (void)settings.load();
  8158. }
  8159. /**
  8160. * M502: Revert to default settings
  8161. */
  8162. inline void gcode_M502() {
  8163. (void)settings.reset();
  8164. }
  8165. #if DISABLED(DISABLE_M503)
  8166. /**
  8167. * M503: print settings currently in memory
  8168. */
  8169. inline void gcode_M503() {
  8170. (void)settings.report(!parser.boolval('S', true));
  8171. }
  8172. #endif
  8173. #if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
  8174. /**
  8175. * M540: Set whether SD card print should abort on endstop hit (M540 S<0|1>)
  8176. */
  8177. inline void gcode_M540() {
  8178. if (parser.seen('S')) stepper.abort_on_endstop_hit = parser.value_bool();
  8179. }
  8180. #endif // ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED
  8181. #if HAS_BED_PROBE
  8182. void refresh_zprobe_zoffset(const bool no_babystep/*=false*/) {
  8183. static float last_zoffset = NAN;
  8184. if (!isnan(last_zoffset)) {
  8185. #if ENABLED(AUTO_BED_LEVELING_BILINEAR) || ENABLED(BABYSTEP_ZPROBE_OFFSET) || ENABLED(DELTA)
  8186. const float diff = zprobe_zoffset - last_zoffset;
  8187. #endif
  8188. #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
  8189. // Correct bilinear grid for new probe offset
  8190. if (diff) {
  8191. for (uint8_t x = 0; x < GRID_MAX_POINTS_X; x++)
  8192. for (uint8_t y = 0; y < GRID_MAX_POINTS_Y; y++)
  8193. z_values[x][y] -= diff;
  8194. }
  8195. #if ENABLED(ABL_BILINEAR_SUBDIVISION)
  8196. bed_level_virt_interpolate();
  8197. #endif
  8198. #endif
  8199. #if ENABLED(BABYSTEP_ZPROBE_OFFSET)
  8200. if (!no_babystep && leveling_is_active())
  8201. thermalManager.babystep_axis(Z_AXIS, -LROUND(diff * planner.axis_steps_per_mm[Z_AXIS]));
  8202. #else
  8203. UNUSED(no_babystep);
  8204. #endif
  8205. #if ENABLED(DELTA) // correct the delta_height
  8206. home_offset[Z_AXIS] -= diff;
  8207. #endif
  8208. }
  8209. last_zoffset = zprobe_zoffset;
  8210. }
  8211. inline void gcode_M851() {
  8212. SERIAL_ECHO_START();
  8213. SERIAL_ECHOPGM(MSG_ZPROBE_ZOFFSET " ");
  8214. if (parser.seen('Z')) {
  8215. const float value = parser.value_linear_units();
  8216. if (WITHIN(value, Z_PROBE_OFFSET_RANGE_MIN, Z_PROBE_OFFSET_RANGE_MAX)) {
  8217. zprobe_zoffset = value;
  8218. refresh_zprobe_zoffset();
  8219. SERIAL_ECHO(zprobe_zoffset);
  8220. }
  8221. else
  8222. SERIAL_ECHOPGM(MSG_Z_MIN " " STRINGIFY(Z_PROBE_OFFSET_RANGE_MIN) " " MSG_Z_MAX " " STRINGIFY(Z_PROBE_OFFSET_RANGE_MAX));
  8223. }
  8224. else
  8225. SERIAL_ECHOPAIR(": ", zprobe_zoffset);
  8226. SERIAL_EOL();
  8227. }
  8228. #endif // HAS_BED_PROBE
  8229. #if ENABLED(ADVANCED_PAUSE_FEATURE)
  8230. /**
  8231. * M600: Pause for filament change
  8232. *
  8233. * E[distance] - Retract the filament this far (negative value)
  8234. * Z[distance] - Move the Z axis by this distance
  8235. * X[position] - Move to this X position, with Y
  8236. * Y[position] - Move to this Y position, with X
  8237. * U[distance] - Retract distance for removal (negative value) (manual reload)
  8238. * L[distance] - Extrude distance for insertion (positive value) (manual reload)
  8239. * B[count] - Number of times to beep, -1 for indefinite (if equipped with a buzzer)
  8240. *
  8241. * Default values are used for omitted arguments.
  8242. *
  8243. */
  8244. inline void gcode_M600() {
  8245. #if ENABLED(HOME_BEFORE_FILAMENT_CHANGE)
  8246. // Don't allow filament change without homing first
  8247. if (axis_unhomed_error()) home_all_axes();
  8248. #endif
  8249. // Initial retract before move to filament change position
  8250. const float retract = parser.seen('E') ? parser.value_axis_units(E_AXIS) : 0
  8251. #ifdef PAUSE_PARK_RETRACT_LENGTH
  8252. - (PAUSE_PARK_RETRACT_LENGTH)
  8253. #endif
  8254. ;
  8255. // Lift Z axis
  8256. const float z_lift = parser.linearval('Z', 0
  8257. #ifdef PAUSE_PARK_Z_ADD
  8258. + PAUSE_PARK_Z_ADD
  8259. #endif
  8260. );
  8261. // Move XY axes to filament exchange position
  8262. const float x_pos = parser.linearval('X', 0
  8263. #ifdef PAUSE_PARK_X_POS
  8264. + PAUSE_PARK_X_POS
  8265. #endif
  8266. );
  8267. const float y_pos = parser.linearval('Y', 0
  8268. #ifdef PAUSE_PARK_Y_POS
  8269. + PAUSE_PARK_Y_POS
  8270. #endif
  8271. );
  8272. // Unload filament
  8273. const float unload_length = parser.seen('U') ? parser.value_axis_units(E_AXIS) : 0
  8274. #if defined(FILAMENT_CHANGE_UNLOAD_LENGTH) && FILAMENT_CHANGE_UNLOAD_LENGTH > 0
  8275. - (FILAMENT_CHANGE_UNLOAD_LENGTH)
  8276. #endif
  8277. ;
  8278. // Load filament
  8279. const float load_length = parser.seen('L') ? parser.value_axis_units(E_AXIS) : 0
  8280. #ifdef FILAMENT_CHANGE_LOAD_LENGTH
  8281. + FILAMENT_CHANGE_LOAD_LENGTH
  8282. #endif
  8283. ;
  8284. const int beep_count = parser.intval('B',
  8285. #ifdef FILAMENT_CHANGE_NUMBER_OF_ALERT_BEEPS
  8286. FILAMENT_CHANGE_NUMBER_OF_ALERT_BEEPS
  8287. #else
  8288. -1
  8289. #endif
  8290. );
  8291. const bool job_running = print_job_timer.isRunning();
  8292. if (pause_print(retract, z_lift, x_pos, y_pos, unload_length, beep_count, true)) {
  8293. wait_for_filament_reload(beep_count);
  8294. resume_print(load_length, ADVANCED_PAUSE_EXTRUDE_LENGTH, beep_count);
  8295. }
  8296. // Resume the print job timer if it was running
  8297. if (job_running) print_job_timer.start();
  8298. }
  8299. #endif // ADVANCED_PAUSE_FEATURE
  8300. #if ENABLED(MK2_MULTIPLEXER)
  8301. inline void select_multiplexed_stepper(const uint8_t e) {
  8302. stepper.synchronize();
  8303. disable_e_steppers();
  8304. WRITE(E_MUX0_PIN, TEST(e, 0) ? HIGH : LOW);
  8305. WRITE(E_MUX1_PIN, TEST(e, 1) ? HIGH : LOW);
  8306. WRITE(E_MUX2_PIN, TEST(e, 2) ? HIGH : LOW);
  8307. safe_delay(100);
  8308. }
  8309. /**
  8310. * M702: Unload all extruders
  8311. */
  8312. inline void gcode_M702() {
  8313. for (uint8_t s = 0; s < E_STEPPERS; s++) {
  8314. select_multiplexed_stepper(e);
  8315. // TODO: standard unload filament function
  8316. // MK2 firmware behavior:
  8317. // - Make sure temperature is high enough
  8318. // - Raise Z to at least 15 to make room
  8319. // - Extrude 1cm of filament in 1 second
  8320. // - Under 230C quickly purge ~12mm, over 230C purge ~10mm
  8321. // - Change E max feedrate to 80, eject the filament from the tube. Sync.
  8322. // - Restore E max feedrate to 50
  8323. }
  8324. // Go back to the last active extruder
  8325. select_multiplexed_stepper(active_extruder);
  8326. disable_e_steppers();
  8327. }
  8328. #endif // MK2_MULTIPLEXER
  8329. #if ENABLED(DUAL_X_CARRIAGE)
  8330. /**
  8331. * M605: Set dual x-carriage movement mode
  8332. *
  8333. * M605 S0: Full control mode. The slicer has full control over x-carriage movement
  8334. * M605 S1: Auto-park mode. The inactive head will auto park/unpark without slicer involvement
  8335. * M605 S2 [Xnnn] [Rmmm]: Duplication mode. The second extruder will duplicate the first with nnn
  8336. * units x-offset and an optional differential hotend temperature of
  8337. * mmm degrees. E.g., with "M605 S2 X100 R2" the second extruder will duplicate
  8338. * the first with a spacing of 100mm in the x direction and 2 degrees hotter.
  8339. *
  8340. * Note: the X axis should be homed after changing dual x-carriage mode.
  8341. */
  8342. inline void gcode_M605() {
  8343. stepper.synchronize();
  8344. if (parser.seen('S')) dual_x_carriage_mode = (DualXMode)parser.value_byte();
  8345. switch (dual_x_carriage_mode) {
  8346. case DXC_FULL_CONTROL_MODE:
  8347. case DXC_AUTO_PARK_MODE:
  8348. break;
  8349. case DXC_DUPLICATION_MODE:
  8350. if (parser.seen('X')) duplicate_extruder_x_offset = max(parser.value_linear_units(), X2_MIN_POS - x_home_pos(0));
  8351. if (parser.seen('R')) duplicate_extruder_temp_offset = parser.value_celsius_diff();
  8352. SERIAL_ECHO_START();
  8353. SERIAL_ECHOPGM(MSG_HOTEND_OFFSET);
  8354. SERIAL_CHAR(' ');
  8355. SERIAL_ECHO(hotend_offset[X_AXIS][0]);
  8356. SERIAL_CHAR(',');
  8357. SERIAL_ECHO(hotend_offset[Y_AXIS][0]);
  8358. SERIAL_CHAR(' ');
  8359. SERIAL_ECHO(duplicate_extruder_x_offset);
  8360. SERIAL_CHAR(',');
  8361. SERIAL_ECHOLN(hotend_offset[Y_AXIS][1]);
  8362. break;
  8363. default:
  8364. dual_x_carriage_mode = DEFAULT_DUAL_X_CARRIAGE_MODE;
  8365. break;
  8366. }
  8367. active_extruder_parked = false;
  8368. extruder_duplication_enabled = false;
  8369. delayed_move_time = 0;
  8370. }
  8371. #elif ENABLED(DUAL_NOZZLE_DUPLICATION_MODE)
  8372. inline void gcode_M605() {
  8373. stepper.synchronize();
  8374. extruder_duplication_enabled = parser.intval('S') == (int)DXC_DUPLICATION_MODE;
  8375. SERIAL_ECHO_START();
  8376. SERIAL_ECHOLNPAIR(MSG_DUPLICATION_MODE, extruder_duplication_enabled ? MSG_ON : MSG_OFF);
  8377. }
  8378. #endif // DUAL_NOZZLE_DUPLICATION_MODE
  8379. #if ENABLED(LIN_ADVANCE)
  8380. /**
  8381. * M900: Set and/or Get advance K factor and WH/D ratio
  8382. *
  8383. * K<factor> Set advance K factor
  8384. * R<ratio> Set ratio directly (overrides WH/D)
  8385. * W<width> H<height> D<diam> Set ratio from WH/D
  8386. */
  8387. inline void gcode_M900() {
  8388. stepper.synchronize();
  8389. const float newK = parser.floatval('K', -1);
  8390. if (newK >= 0) planner.extruder_advance_k = newK;
  8391. float newR = parser.floatval('R', -1);
  8392. if (newR < 0) {
  8393. const float newD = parser.floatval('D', -1),
  8394. newW = parser.floatval('W', -1),
  8395. newH = parser.floatval('H', -1);
  8396. if (newD >= 0 && newW >= 0 && newH >= 0)
  8397. newR = newD ? (newW * newH) / (sq(newD * 0.5) * M_PI) : 0;
  8398. }
  8399. if (newR >= 0) planner.advance_ed_ratio = newR;
  8400. SERIAL_ECHO_START();
  8401. SERIAL_ECHOPAIR("Advance K=", planner.extruder_advance_k);
  8402. SERIAL_ECHOPGM(" E/D=");
  8403. const float ratio = planner.advance_ed_ratio;
  8404. if (ratio) SERIAL_ECHO(ratio); else SERIAL_ECHOPGM("Auto");
  8405. SERIAL_EOL();
  8406. }
  8407. #endif // LIN_ADVANCE
  8408. #if ENABLED(HAVE_TMC2130)
  8409. static void tmc2130_get_current(TMC2130Stepper &st, const char name) {
  8410. SERIAL_CHAR(name);
  8411. SERIAL_ECHOPGM(" axis driver current: ");
  8412. SERIAL_ECHOLN(st.getCurrent());
  8413. }
  8414. static void tmc2130_set_current(TMC2130Stepper &st, const char name, const int mA) {
  8415. st.setCurrent(mA, R_SENSE, HOLD_MULTIPLIER);
  8416. tmc2130_get_current(st, name);
  8417. }
  8418. static void tmc2130_report_otpw(TMC2130Stepper &st, const char name) {
  8419. SERIAL_CHAR(name);
  8420. SERIAL_ECHOPGM(" axis temperature prewarn triggered: ");
  8421. serialprintPGM(st.getOTPW() ? PSTR("true") : PSTR("false"));
  8422. SERIAL_EOL();
  8423. }
  8424. static void tmc2130_clear_otpw(TMC2130Stepper &st, const char name) {
  8425. st.clear_otpw();
  8426. SERIAL_CHAR(name);
  8427. SERIAL_ECHOLNPGM(" prewarn flag cleared");
  8428. }
  8429. static void tmc2130_get_pwmthrs(TMC2130Stepper &st, const char name, const uint16_t spmm) {
  8430. SERIAL_CHAR(name);
  8431. SERIAL_ECHOPGM(" stealthChop max speed set to ");
  8432. SERIAL_ECHOLN(12650000UL * st.microsteps() / (256 * st.stealth_max_speed() * spmm));
  8433. }
  8434. static void tmc2130_set_pwmthrs(TMC2130Stepper &st, const char name, const int32_t thrs, const uint32_t spmm) {
  8435. st.stealth_max_speed(12650000UL * st.microsteps() / (256 * thrs * spmm));
  8436. tmc2130_get_pwmthrs(st, name, spmm);
  8437. }
  8438. static void tmc2130_get_sgt(TMC2130Stepper &st, const char name) {
  8439. SERIAL_CHAR(name);
  8440. SERIAL_ECHOPGM(" driver homing sensitivity set to ");
  8441. SERIAL_ECHOLN(st.sgt());
  8442. }
  8443. static void tmc2130_set_sgt(TMC2130Stepper &st, const char name, const int8_t sgt_val) {
  8444. st.sgt(sgt_val);
  8445. tmc2130_get_sgt(st, name);
  8446. }
  8447. /**
  8448. * M906: Set motor current in milliamps using axis codes X, Y, Z, E
  8449. * Report driver currents when no axis specified
  8450. *
  8451. * S1: Enable automatic current control
  8452. * S0: Disable
  8453. */
  8454. inline void gcode_M906() {
  8455. uint16_t values[XYZE];
  8456. LOOP_XYZE(i)
  8457. values[i] = parser.intval(axis_codes[i]);
  8458. #if ENABLED(X_IS_TMC2130)
  8459. if (values[X_AXIS]) tmc2130_set_current(stepperX, 'X', values[X_AXIS]);
  8460. else tmc2130_get_current(stepperX, 'X');
  8461. #endif
  8462. #if ENABLED(Y_IS_TMC2130)
  8463. if (values[Y_AXIS]) tmc2130_set_current(stepperY, 'Y', values[Y_AXIS]);
  8464. else tmc2130_get_current(stepperY, 'Y');
  8465. #endif
  8466. #if ENABLED(Z_IS_TMC2130)
  8467. if (values[Z_AXIS]) tmc2130_set_current(stepperZ, 'Z', values[Z_AXIS]);
  8468. else tmc2130_get_current(stepperZ, 'Z');
  8469. #endif
  8470. #if ENABLED(E0_IS_TMC2130)
  8471. if (values[E_AXIS]) tmc2130_set_current(stepperE0, 'E', values[E_AXIS]);
  8472. else tmc2130_get_current(stepperE0, 'E');
  8473. #endif
  8474. #if ENABLED(AUTOMATIC_CURRENT_CONTROL)
  8475. if (parser.seen('S')) auto_current_control = parser.value_bool();
  8476. #endif
  8477. }
  8478. /**
  8479. * M911: Report TMC2130 stepper driver overtemperature pre-warn flag
  8480. * The flag is held by the library and persist until manually cleared by M912
  8481. */
  8482. inline void gcode_M911() {
  8483. const bool reportX = parser.seen('X'), reportY = parser.seen('Y'), reportZ = parser.seen('Z'), reportE = parser.seen('E'),
  8484. reportAll = (!reportX && !reportY && !reportZ && !reportE) || (reportX && reportY && reportZ && reportE);
  8485. #if ENABLED(X_IS_TMC2130)
  8486. if (reportX || reportAll) tmc2130_report_otpw(stepperX, 'X');
  8487. #endif
  8488. #if ENABLED(Y_IS_TMC2130)
  8489. if (reportY || reportAll) tmc2130_report_otpw(stepperY, 'Y');
  8490. #endif
  8491. #if ENABLED(Z_IS_TMC2130)
  8492. if (reportZ || reportAll) tmc2130_report_otpw(stepperZ, 'Z');
  8493. #endif
  8494. #if ENABLED(E0_IS_TMC2130)
  8495. if (reportE || reportAll) tmc2130_report_otpw(stepperE0, 'E');
  8496. #endif
  8497. }
  8498. /**
  8499. * M912: Clear TMC2130 stepper driver overtemperature pre-warn flag held by the library
  8500. */
  8501. inline void gcode_M912() {
  8502. const bool clearX = parser.seen('X'), clearY = parser.seen('Y'), clearZ = parser.seen('Z'), clearE = parser.seen('E'),
  8503. clearAll = (!clearX && !clearY && !clearZ && !clearE) || (clearX && clearY && clearZ && clearE);
  8504. #if ENABLED(X_IS_TMC2130)
  8505. if (clearX || clearAll) tmc2130_clear_otpw(stepperX, 'X');
  8506. #endif
  8507. #if ENABLED(Y_IS_TMC2130)
  8508. if (clearY || clearAll) tmc2130_clear_otpw(stepperY, 'Y');
  8509. #endif
  8510. #if ENABLED(Z_IS_TMC2130)
  8511. if (clearZ || clearAll) tmc2130_clear_otpw(stepperZ, 'Z');
  8512. #endif
  8513. #if ENABLED(E0_IS_TMC2130)
  8514. if (clearE || clearAll) tmc2130_clear_otpw(stepperE0, 'E');
  8515. #endif
  8516. }
  8517. /**
  8518. * M913: Set HYBRID_THRESHOLD speed.
  8519. */
  8520. #if ENABLED(HYBRID_THRESHOLD)
  8521. inline void gcode_M913() {
  8522. uint16_t values[XYZE];
  8523. LOOP_XYZE(i)
  8524. values[i] = parser.intval(axis_codes[i]);
  8525. #if ENABLED(X_IS_TMC2130)
  8526. if (values[X_AXIS]) tmc2130_set_pwmthrs(stepperX, 'X', values[X_AXIS], planner.axis_steps_per_mm[X_AXIS]);
  8527. else tmc2130_get_pwmthrs(stepperX, 'X', planner.axis_steps_per_mm[X_AXIS]);
  8528. #endif
  8529. #if ENABLED(Y_IS_TMC2130)
  8530. if (values[Y_AXIS]) tmc2130_set_pwmthrs(stepperY, 'Y', values[Y_AXIS], planner.axis_steps_per_mm[Y_AXIS]);
  8531. else tmc2130_get_pwmthrs(stepperY, 'Y', planner.axis_steps_per_mm[Y_AXIS]);
  8532. #endif
  8533. #if ENABLED(Z_IS_TMC2130)
  8534. if (values[Z_AXIS]) tmc2130_set_pwmthrs(stepperZ, 'Z', values[Z_AXIS], planner.axis_steps_per_mm[Z_AXIS]);
  8535. else tmc2130_get_pwmthrs(stepperZ, 'Z', planner.axis_steps_per_mm[Z_AXIS]);
  8536. #endif
  8537. #if ENABLED(E0_IS_TMC2130)
  8538. if (values[E_AXIS]) tmc2130_set_pwmthrs(stepperE0, 'E', values[E_AXIS], planner.axis_steps_per_mm[E_AXIS]);
  8539. else tmc2130_get_pwmthrs(stepperE0, 'E', planner.axis_steps_per_mm[E_AXIS]);
  8540. #endif
  8541. }
  8542. #endif // HYBRID_THRESHOLD
  8543. /**
  8544. * M914: Set SENSORLESS_HOMING sensitivity.
  8545. */
  8546. #if ENABLED(SENSORLESS_HOMING)
  8547. inline void gcode_M914() {
  8548. #if ENABLED(X_IS_TMC2130)
  8549. if (parser.seen(axis_codes[X_AXIS])) tmc2130_set_sgt(stepperX, 'X', parser.value_int());
  8550. else tmc2130_get_sgt(stepperX, 'X');
  8551. #endif
  8552. #if ENABLED(Y_IS_TMC2130)
  8553. if (parser.seen(axis_codes[Y_AXIS])) tmc2130_set_sgt(stepperY, 'Y', parser.value_int());
  8554. else tmc2130_get_sgt(stepperY, 'Y');
  8555. #endif
  8556. }
  8557. #endif // SENSORLESS_HOMING
  8558. #endif // HAVE_TMC2130
  8559. /**
  8560. * M907: Set digital trimpot motor current using axis codes X, Y, Z, E, B, S
  8561. */
  8562. inline void gcode_M907() {
  8563. #if HAS_DIGIPOTSS
  8564. LOOP_XYZE(i) if (parser.seen(axis_codes[i])) stepper.digipot_current(i, parser.value_int());
  8565. if (parser.seen('B')) stepper.digipot_current(4, parser.value_int());
  8566. if (parser.seen('S')) for (uint8_t i = 0; i <= 4; i++) stepper.digipot_current(i, parser.value_int());
  8567. #elif HAS_MOTOR_CURRENT_PWM
  8568. #if PIN_EXISTS(MOTOR_CURRENT_PWM_XY)
  8569. if (parser.seen('X')) stepper.digipot_current(0, parser.value_int());
  8570. #endif
  8571. #if PIN_EXISTS(MOTOR_CURRENT_PWM_Z)
  8572. if (parser.seen('Z')) stepper.digipot_current(1, parser.value_int());
  8573. #endif
  8574. #if PIN_EXISTS(MOTOR_CURRENT_PWM_E)
  8575. if (parser.seen('E')) stepper.digipot_current(2, parser.value_int());
  8576. #endif
  8577. #endif
  8578. #if ENABLED(DIGIPOT_I2C)
  8579. // this one uses actual amps in floating point
  8580. LOOP_XYZE(i) if (parser.seen(axis_codes[i])) digipot_i2c_set_current(i, parser.value_float());
  8581. // for each additional extruder (named B,C,D,E..., channels 4,5,6,7...)
  8582. for (uint8_t i = NUM_AXIS; i < DIGIPOT_I2C_NUM_CHANNELS; i++) if (parser.seen('B' + i - (NUM_AXIS))) digipot_i2c_set_current(i, parser.value_float());
  8583. #endif
  8584. #if ENABLED(DAC_STEPPER_CURRENT)
  8585. if (parser.seen('S')) {
  8586. const float dac_percent = parser.value_float();
  8587. for (uint8_t i = 0; i <= 4; i++) dac_current_percent(i, dac_percent);
  8588. }
  8589. LOOP_XYZE(i) if (parser.seen(axis_codes[i])) dac_current_percent(i, parser.value_float());
  8590. #endif
  8591. }
  8592. #if HAS_DIGIPOTSS || ENABLED(DAC_STEPPER_CURRENT)
  8593. /**
  8594. * M908: Control digital trimpot directly (M908 P<pin> S<current>)
  8595. */
  8596. inline void gcode_M908() {
  8597. #if HAS_DIGIPOTSS
  8598. stepper.digitalPotWrite(
  8599. parser.intval('P'),
  8600. parser.intval('S')
  8601. );
  8602. #endif
  8603. #ifdef DAC_STEPPER_CURRENT
  8604. dac_current_raw(
  8605. parser.byteval('P', -1),
  8606. parser.ushortval('S', 0)
  8607. );
  8608. #endif
  8609. }
  8610. #if ENABLED(DAC_STEPPER_CURRENT) // As with Printrbot RevF
  8611. inline void gcode_M909() { dac_print_values(); }
  8612. inline void gcode_M910() { dac_commit_eeprom(); }
  8613. #endif
  8614. #endif // HAS_DIGIPOTSS || DAC_STEPPER_CURRENT
  8615. #if HAS_MICROSTEPS
  8616. // M350 Set microstepping mode. Warning: Steps per unit remains unchanged. S code sets stepping mode for all drivers.
  8617. inline void gcode_M350() {
  8618. if (parser.seen('S')) for (int i = 0; i <= 4; i++) stepper.microstep_mode(i, parser.value_byte());
  8619. LOOP_XYZE(i) if (parser.seen(axis_codes[i])) stepper.microstep_mode(i, parser.value_byte());
  8620. if (parser.seen('B')) stepper.microstep_mode(4, parser.value_byte());
  8621. stepper.microstep_readings();
  8622. }
  8623. /**
  8624. * M351: Toggle MS1 MS2 pins directly with axis codes X Y Z E B
  8625. * S# determines MS1 or MS2, X# sets the pin high/low.
  8626. */
  8627. inline void gcode_M351() {
  8628. if (parser.seenval('S')) switch (parser.value_byte()) {
  8629. case 1:
  8630. LOOP_XYZE(i) if (parser.seenval(axis_codes[i])) stepper.microstep_ms(i, parser.value_byte(), -1);
  8631. if (parser.seenval('B')) stepper.microstep_ms(4, parser.value_byte(), -1);
  8632. break;
  8633. case 2:
  8634. LOOP_XYZE(i) if (parser.seenval(axis_codes[i])) stepper.microstep_ms(i, -1, parser.value_byte());
  8635. if (parser.seenval('B')) stepper.microstep_ms(4, -1, parser.value_byte());
  8636. break;
  8637. }
  8638. stepper.microstep_readings();
  8639. }
  8640. #endif // HAS_MICROSTEPS
  8641. #if HAS_CASE_LIGHT
  8642. #ifndef INVERT_CASE_LIGHT
  8643. #define INVERT_CASE_LIGHT false
  8644. #endif
  8645. uint8_t case_light_brightness; // LCD routine wants INT
  8646. bool case_light_on;
  8647. void update_case_light() {
  8648. pinMode(CASE_LIGHT_PIN, OUTPUT); // digitalWrite doesn't set the port mode
  8649. if (case_light_on) {
  8650. if (USEABLE_HARDWARE_PWM(CASE_LIGHT_PIN)) {
  8651. analogWrite(CASE_LIGHT_PIN, INVERT_CASE_LIGHT ? 255 - case_light_brightness : case_light_brightness);
  8652. }
  8653. else WRITE(CASE_LIGHT_PIN, INVERT_CASE_LIGHT ? LOW : HIGH);
  8654. }
  8655. else WRITE(CASE_LIGHT_PIN, INVERT_CASE_LIGHT ? HIGH : LOW);
  8656. }
  8657. #endif // HAS_CASE_LIGHT
  8658. /**
  8659. * M355: Turn case light on/off and set brightness
  8660. *
  8661. * P<byte> Set case light brightness (PWM pin required - ignored otherwise)
  8662. *
  8663. * S<bool> Set case light on/off
  8664. *
  8665. * When S turns on the light on a PWM pin then the current brightness level is used/restored
  8666. *
  8667. * M355 P200 S0 turns off the light & sets the brightness level
  8668. * M355 S1 turns on the light with a brightness of 200 (assuming a PWM pin)
  8669. */
  8670. inline void gcode_M355() {
  8671. #if HAS_CASE_LIGHT
  8672. uint8_t args = 0;
  8673. if (parser.seenval('P')) ++args, case_light_brightness = parser.value_byte();
  8674. if (parser.seenval('S')) ++args, case_light_on = parser.value_bool();
  8675. if (args) update_case_light();
  8676. // always report case light status
  8677. SERIAL_ECHO_START();
  8678. if (!case_light_on) {
  8679. SERIAL_ECHOLN("Case light: off");
  8680. }
  8681. else {
  8682. if (!USEABLE_HARDWARE_PWM(CASE_LIGHT_PIN)) SERIAL_ECHOLN("Case light: on");
  8683. else SERIAL_ECHOLNPAIR("Case light: ", (int)case_light_brightness);
  8684. }
  8685. #else
  8686. SERIAL_ERROR_START();
  8687. SERIAL_ERRORLNPGM(MSG_ERR_M355_NONE);
  8688. #endif // HAS_CASE_LIGHT
  8689. }
  8690. #if ENABLED(MIXING_EXTRUDER)
  8691. /**
  8692. * M163: Set a single mix factor for a mixing extruder
  8693. * This is called "weight" by some systems.
  8694. *
  8695. * S[index] The channel index to set
  8696. * P[float] The mix value
  8697. *
  8698. */
  8699. inline void gcode_M163() {
  8700. const int mix_index = parser.intval('S');
  8701. if (mix_index < MIXING_STEPPERS) {
  8702. float mix_value = parser.floatval('P');
  8703. NOLESS(mix_value, 0.0);
  8704. mixing_factor[mix_index] = RECIPROCAL(mix_value);
  8705. }
  8706. }
  8707. #if MIXING_VIRTUAL_TOOLS > 1
  8708. /**
  8709. * M164: Store the current mix factors as a virtual tool.
  8710. *
  8711. * S[index] The virtual tool to store
  8712. *
  8713. */
  8714. inline void gcode_M164() {
  8715. const int tool_index = parser.intval('S');
  8716. if (tool_index < MIXING_VIRTUAL_TOOLS) {
  8717. normalize_mix();
  8718. for (uint8_t i = 0; i < MIXING_STEPPERS; i++)
  8719. mixing_virtual_tool_mix[tool_index][i] = mixing_factor[i];
  8720. }
  8721. }
  8722. #endif
  8723. #if ENABLED(DIRECT_MIXING_IN_G1)
  8724. /**
  8725. * M165: Set multiple mix factors for a mixing extruder.
  8726. * Factors that are left out will be set to 0.
  8727. * All factors together must add up to 1.0.
  8728. *
  8729. * A[factor] Mix factor for extruder stepper 1
  8730. * B[factor] Mix factor for extruder stepper 2
  8731. * C[factor] Mix factor for extruder stepper 3
  8732. * D[factor] Mix factor for extruder stepper 4
  8733. * H[factor] Mix factor for extruder stepper 5
  8734. * I[factor] Mix factor for extruder stepper 6
  8735. *
  8736. */
  8737. inline void gcode_M165() { gcode_get_mix(); }
  8738. #endif
  8739. #endif // MIXING_EXTRUDER
  8740. /**
  8741. * M999: Restart after being stopped
  8742. *
  8743. * Default behaviour is to flush the serial buffer and request
  8744. * a resend to the host starting on the last N line received.
  8745. *
  8746. * Sending "M999 S1" will resume printing without flushing the
  8747. * existing command buffer.
  8748. *
  8749. */
  8750. inline void gcode_M999() {
  8751. Running = true;
  8752. lcd_reset_alert_level();
  8753. if (parser.boolval('S')) return;
  8754. // gcode_LastN = Stopped_gcode_LastN;
  8755. FlushSerialRequestResend();
  8756. }
  8757. #if ENABLED(SWITCHING_EXTRUDER)
  8758. #if EXTRUDERS > 3
  8759. #define REQ_ANGLES 4
  8760. #define _SERVO_NR (e < 2 ? SWITCHING_EXTRUDER_SERVO_NR : SWITCHING_EXTRUDER_E23_SERVO_NR)
  8761. #else
  8762. #define REQ_ANGLES 2
  8763. #define _SERVO_NR SWITCHING_EXTRUDER_SERVO_NR
  8764. #endif
  8765. inline void move_extruder_servo(const uint8_t e) {
  8766. constexpr int16_t angles[] = SWITCHING_EXTRUDER_SERVO_ANGLES;
  8767. static_assert(COUNT(angles) == REQ_ANGLES, "SWITCHING_EXTRUDER_SERVO_ANGLES needs " STRINGIFY(REQ_ANGLES) " angles.");
  8768. stepper.synchronize();
  8769. #if EXTRUDERS & 1
  8770. if (e < EXTRUDERS - 1)
  8771. #endif
  8772. {
  8773. MOVE_SERVO(_SERVO_NR, angles[e]);
  8774. safe_delay(500);
  8775. }
  8776. }
  8777. #endif // SWITCHING_EXTRUDER
  8778. #if ENABLED(SWITCHING_NOZZLE)
  8779. inline void move_nozzle_servo(const uint8_t e) {
  8780. const int16_t angles[2] = SWITCHING_NOZZLE_SERVO_ANGLES;
  8781. stepper.synchronize();
  8782. MOVE_SERVO(SWITCHING_NOZZLE_SERVO_NR, angles[e]);
  8783. safe_delay(500);
  8784. }
  8785. #endif
  8786. inline void invalid_extruder_error(const uint8_t e) {
  8787. SERIAL_ECHO_START();
  8788. SERIAL_CHAR('T');
  8789. SERIAL_ECHO_F(e, DEC);
  8790. SERIAL_CHAR(' ');
  8791. SERIAL_ECHOLN(MSG_INVALID_EXTRUDER);
  8792. }
  8793. #if ENABLED(PARKING_EXTRUDER)
  8794. #if ENABLED(PARKING_EXTRUDER_SOLENOIDS_INVERT)
  8795. #define PE_MAGNET_ON_STATE !PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE
  8796. #else
  8797. #define PE_MAGNET_ON_STATE PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE
  8798. #endif
  8799. void pe_set_magnet(const uint8_t extruder_num, const uint8_t state) {
  8800. switch (extruder_num) {
  8801. case 1: OUT_WRITE(SOL1_PIN, state); break;
  8802. default: OUT_WRITE(SOL0_PIN, state); break;
  8803. }
  8804. #if PARKING_EXTRUDER_SOLENOIDS_DELAY > 0
  8805. dwell(PARKING_EXTRUDER_SOLENOIDS_DELAY);
  8806. #endif
  8807. }
  8808. inline void pe_activate_magnet(const uint8_t extruder_num) { pe_set_magnet(extruder_num, PE_MAGNET_ON_STATE); }
  8809. inline void pe_deactivate_magnet(const uint8_t extruder_num) { pe_set_magnet(extruder_num, !PE_MAGNET_ON_STATE); }
  8810. #endif // PARKING_EXTRUDER
  8811. #if HAS_FANMUX
  8812. void fanmux_switch(const uint8_t e) {
  8813. WRITE(FANMUX0_PIN, TEST(e, 0) ? HIGH : LOW);
  8814. #if PIN_EXISTS(FANMUX1)
  8815. WRITE(FANMUX1_PIN, TEST(e, 1) ? HIGH : LOW);
  8816. #if PIN_EXISTS(FANMUX2)
  8817. WRITE(FANMUX2, TEST(e, 2) ? HIGH : LOW);
  8818. #endif
  8819. #endif
  8820. }
  8821. FORCE_INLINE void fanmux_init(void){
  8822. SET_OUTPUT(FANMUX0_PIN);
  8823. #if PIN_EXISTS(FANMUX1)
  8824. SET_OUTPUT(FANMUX1_PIN);
  8825. #if PIN_EXISTS(FANMUX2)
  8826. SET_OUTPUT(FANMUX2_PIN);
  8827. #endif
  8828. #endif
  8829. fanmux_switch(0);
  8830. }
  8831. #endif // HAS_FANMUX
  8832. /**
  8833. * Perform a tool-change, which may result in moving the
  8834. * previous tool out of the way and the new tool into place.
  8835. */
  8836. void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool no_move/*=false*/) {
  8837. #if ENABLED(MIXING_EXTRUDER) && MIXING_VIRTUAL_TOOLS > 1
  8838. if (tmp_extruder >= MIXING_VIRTUAL_TOOLS)
  8839. return invalid_extruder_error(tmp_extruder);
  8840. // T0-Tnnn: Switch virtual tool by changing the mix
  8841. for (uint8_t j = 0; j < MIXING_STEPPERS; j++)
  8842. mixing_factor[j] = mixing_virtual_tool_mix[tmp_extruder][j];
  8843. #else // !MIXING_EXTRUDER || MIXING_VIRTUAL_TOOLS <= 1
  8844. if (tmp_extruder >= EXTRUDERS)
  8845. return invalid_extruder_error(tmp_extruder);
  8846. #if HOTENDS > 1
  8847. const float old_feedrate_mm_s = fr_mm_s > 0.0 ? fr_mm_s : feedrate_mm_s;
  8848. feedrate_mm_s = fr_mm_s > 0.0 ? fr_mm_s : XY_PROBE_FEEDRATE_MM_S;
  8849. if (tmp_extruder != active_extruder) {
  8850. if (!no_move && axis_unhomed_error()) {
  8851. no_move = true;
  8852. #if ENABLED(DEBUG_LEVELING_FEATURE)
  8853. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("No move on toolchange");
  8854. #endif
  8855. }
  8856. // Save current position to destination, for use later
  8857. set_destination_to_current();
  8858. #if ENABLED(DUAL_X_CARRIAGE)
  8859. #if ENABLED(DEBUG_LEVELING_FEATURE)
  8860. if (DEBUGGING(LEVELING)) {
  8861. SERIAL_ECHOPGM("Dual X Carriage Mode ");
  8862. switch (dual_x_carriage_mode) {
  8863. case DXC_FULL_CONTROL_MODE: SERIAL_ECHOLNPGM("DXC_FULL_CONTROL_MODE"); break;
  8864. case DXC_AUTO_PARK_MODE: SERIAL_ECHOLNPGM("DXC_AUTO_PARK_MODE"); break;
  8865. case DXC_DUPLICATION_MODE: SERIAL_ECHOLNPGM("DXC_DUPLICATION_MODE"); break;
  8866. }
  8867. }
  8868. #endif
  8869. const float xhome = x_home_pos(active_extruder);
  8870. if (dual_x_carriage_mode == DXC_AUTO_PARK_MODE
  8871. && IsRunning()
  8872. && (delayed_move_time || current_position[X_AXIS] != xhome)
  8873. ) {
  8874. float raised_z = current_position[Z_AXIS] + TOOLCHANGE_PARK_ZLIFT;
  8875. #if ENABLED(MAX_SOFTWARE_ENDSTOPS)
  8876. NOMORE(raised_z, soft_endstop_max[Z_AXIS]);
  8877. #endif
  8878. #if ENABLED(DEBUG_LEVELING_FEATURE)
  8879. if (DEBUGGING(LEVELING)) {
  8880. SERIAL_ECHOLNPAIR("Raise to ", raised_z);
  8881. SERIAL_ECHOLNPAIR("MoveX to ", xhome);
  8882. SERIAL_ECHOLNPAIR("Lower to ", current_position[Z_AXIS]);
  8883. }
  8884. #endif
  8885. // Park old head: 1) raise 2) move to park position 3) lower
  8886. for (uint8_t i = 0; i < 3; i++)
  8887. planner.buffer_line(
  8888. i == 0 ? current_position[X_AXIS] : xhome,
  8889. current_position[Y_AXIS],
  8890. i == 2 ? current_position[Z_AXIS] : raised_z,
  8891. current_position[E_AXIS],
  8892. planner.max_feedrate_mm_s[i == 1 ? X_AXIS : Z_AXIS],
  8893. active_extruder
  8894. );
  8895. stepper.synchronize();
  8896. }
  8897. // Apply Y & Z extruder offset (X offset is used as home pos with Dual X)
  8898. current_position[Y_AXIS] -= hotend_offset[Y_AXIS][active_extruder] - hotend_offset[Y_AXIS][tmp_extruder];
  8899. current_position[Z_AXIS] -= hotend_offset[Z_AXIS][active_extruder] - hotend_offset[Z_AXIS][tmp_extruder];
  8900. // Activate the new extruder ahead of calling set_axis_is_at_home!
  8901. active_extruder = tmp_extruder;
  8902. // This function resets the max/min values - the current position may be overwritten below.
  8903. set_axis_is_at_home(X_AXIS);
  8904. #if ENABLED(DEBUG_LEVELING_FEATURE)
  8905. if (DEBUGGING(LEVELING)) DEBUG_POS("New Extruder", current_position);
  8906. #endif
  8907. // Only when auto-parking are carriages safe to move
  8908. if (dual_x_carriage_mode != DXC_AUTO_PARK_MODE) no_move = true;
  8909. switch (dual_x_carriage_mode) {
  8910. case DXC_FULL_CONTROL_MODE:
  8911. // New current position is the position of the activated extruder
  8912. current_position[X_AXIS] = LOGICAL_X_POSITION(inactive_extruder_x_pos);
  8913. // Save the inactive extruder's position (from the old current_position)
  8914. inactive_extruder_x_pos = RAW_X_POSITION(destination[X_AXIS]);
  8915. break;
  8916. case DXC_AUTO_PARK_MODE:
  8917. // record raised toolhead position for use by unpark
  8918. COPY(raised_parked_position, current_position);
  8919. raised_parked_position[Z_AXIS] += TOOLCHANGE_UNPARK_ZLIFT;
  8920. #if ENABLED(MAX_SOFTWARE_ENDSTOPS)
  8921. NOMORE(raised_parked_position[Z_AXIS], soft_endstop_max[Z_AXIS]);
  8922. #endif
  8923. active_extruder_parked = true;
  8924. delayed_move_time = 0;
  8925. break;
  8926. case DXC_DUPLICATION_MODE:
  8927. // If the new extruder is the left one, set it "parked"
  8928. // This triggers the second extruder to move into the duplication position
  8929. active_extruder_parked = (active_extruder == 0);
  8930. if (active_extruder_parked)
  8931. current_position[X_AXIS] = LOGICAL_X_POSITION(inactive_extruder_x_pos);
  8932. else
  8933. current_position[X_AXIS] = destination[X_AXIS] + duplicate_extruder_x_offset;
  8934. inactive_extruder_x_pos = RAW_X_POSITION(destination[X_AXIS]);
  8935. extruder_duplication_enabled = false;
  8936. #if ENABLED(DEBUG_LEVELING_FEATURE)
  8937. if (DEBUGGING(LEVELING)) {
  8938. SERIAL_ECHOLNPAIR("Set inactive_extruder_x_pos=", inactive_extruder_x_pos);
  8939. SERIAL_ECHOLNPGM("Clear extruder_duplication_enabled");
  8940. }
  8941. #endif
  8942. break;
  8943. }
  8944. #if ENABLED(DEBUG_LEVELING_FEATURE)
  8945. if (DEBUGGING(LEVELING)) {
  8946. SERIAL_ECHOLNPAIR("Active extruder parked: ", active_extruder_parked ? "yes" : "no");
  8947. DEBUG_POS("New extruder (parked)", current_position);
  8948. }
  8949. #endif
  8950. // No extra case for HAS_ABL in DUAL_X_CARRIAGE. Does that mean they don't work together?
  8951. #else // !DUAL_X_CARRIAGE
  8952. #if ENABLED(PARKING_EXTRUDER) // Dual Parking extruder
  8953. const float z_diff = hotend_offset[Z_AXIS][active_extruder] - hotend_offset[Z_AXIS][tmp_extruder];
  8954. float z_raise = 0;
  8955. if (!no_move) {
  8956. const float parkingposx[] = PARKING_EXTRUDER_PARKING_X,
  8957. midpos = ((parkingposx[1] - parkingposx[0])/2) + parkingposx[0] + hotend_offset[X_AXIS][active_extruder],
  8958. grabpos = parkingposx[tmp_extruder] + hotend_offset[X_AXIS][active_extruder]
  8959. + (tmp_extruder == 0 ? -(PARKING_EXTRUDER_GRAB_DISTANCE) : PARKING_EXTRUDER_GRAB_DISTANCE);
  8960. /**
  8961. * Steps:
  8962. * 1. raise Z-Axis to have enough clearance
  8963. * 2. move to park poition of old extruder
  8964. * 3. disengage magnetc field, wait for delay
  8965. * 4. move near new extruder
  8966. * 5. engage magnetic field for new extruder
  8967. * 6. move to parking incl. offset of new extruder
  8968. * 7. lower Z-Axis
  8969. */
  8970. // STEP 1
  8971. #if ENABLED(DEBUG_LEVELING_FEATURE)
  8972. SERIAL_ECHOLNPGM("Starting Autopark");
  8973. if (DEBUGGING(LEVELING)) DEBUG_POS("current position:", current_position);
  8974. #endif
  8975. z_raise = PARKING_EXTRUDER_SECURITY_RAISE;
  8976. current_position[Z_AXIS] += z_raise;
  8977. #if ENABLED(DEBUG_LEVELING_FEATURE)
  8978. SERIAL_ECHOLNPGM("(1) Raise Z-Axis ");
  8979. if (DEBUGGING(LEVELING)) DEBUG_POS("Moving to Raised Z-Position", current_position);
  8980. #endif
  8981. planner.buffer_line_kinematic(current_position, planner.max_feedrate_mm_s[Z_AXIS], active_extruder);
  8982. stepper.synchronize();
  8983. // STEP 2
  8984. current_position[X_AXIS] = parkingposx[active_extruder] + hotend_offset[X_AXIS][active_extruder];
  8985. #if ENABLED(DEBUG_LEVELING_FEATURE)
  8986. SERIAL_ECHOLNPAIR("(2) Park extruder ", active_extruder);
  8987. if (DEBUGGING(LEVELING)) DEBUG_POS("Moving ParkPos", current_position);
  8988. #endif
  8989. planner.buffer_line_kinematic(current_position, planner.max_feedrate_mm_s[X_AXIS], active_extruder);
  8990. stepper.synchronize();
  8991. // STEP 3
  8992. #if ENABLED(DEBUG_LEVELING_FEATURE)
  8993. SERIAL_ECHOLNPGM("(3) Disengage magnet ");
  8994. #endif
  8995. pe_deactivate_magnet(active_extruder);
  8996. // STEP 4
  8997. #if ENABLED(DEBUG_LEVELING_FEATURE)
  8998. SERIAL_ECHOLNPGM("(4) Move to position near new extruder");
  8999. #endif
  9000. current_position[X_AXIS] += (active_extruder == 0 ? 10 : -10); // move 10mm away from parked extruder
  9001. #if ENABLED(DEBUG_LEVELING_FEATURE)
  9002. if (DEBUGGING(LEVELING)) DEBUG_POS("Moving away from parked extruder", current_position);
  9003. #endif
  9004. planner.buffer_line_kinematic(current_position, planner.max_feedrate_mm_s[X_AXIS], active_extruder);
  9005. stepper.synchronize();
  9006. // STEP 5
  9007. #if ENABLED(DEBUG_LEVELING_FEATURE)
  9008. SERIAL_ECHOLNPGM("(5) Engage magnetic field");
  9009. #endif
  9010. #if ENABLED(PARKING_EXTRUDER_SOLENOIDS_INVERT)
  9011. pe_activate_magnet(active_extruder); //just save power for inverted magnets
  9012. #endif
  9013. pe_activate_magnet(tmp_extruder);
  9014. // STEP 6
  9015. current_position[X_AXIS] = grabpos + (tmp_extruder == 0 ? (+10) : (-10));
  9016. planner.buffer_line_kinematic(current_position, planner.max_feedrate_mm_s[X_AXIS], active_extruder);
  9017. current_position[X_AXIS] = grabpos;
  9018. #if ENABLED(DEBUG_LEVELING_FEATURE)
  9019. SERIAL_ECHOLNPAIR("(6) Unpark extruder ", tmp_extruder);
  9020. if (DEBUGGING(LEVELING)) DEBUG_POS("Move UnparkPos", current_position);
  9021. #endif
  9022. planner.buffer_line_kinematic(current_position, planner.max_feedrate_mm_s[X_AXIS]/2, active_extruder);
  9023. stepper.synchronize();
  9024. // Step 7
  9025. current_position[X_AXIS] = midpos - hotend_offset[X_AXIS][tmp_extruder];
  9026. #if ENABLED(DEBUG_LEVELING_FEATURE)
  9027. SERIAL_ECHOLNPGM("(7) Move midway between hotends");
  9028. if (DEBUGGING(LEVELING)) DEBUG_POS("Move midway to new extruder", current_position);
  9029. #endif
  9030. planner.buffer_line_kinematic(current_position, planner.max_feedrate_mm_s[X_AXIS], active_extruder);
  9031. stepper.synchronize();
  9032. #if ENABLED(DEBUG_LEVELING_FEATURE)
  9033. SERIAL_ECHOLNPGM("Autopark done.");
  9034. #endif
  9035. }
  9036. else { // nomove == true
  9037. // Only engage magnetic field for new extruder
  9038. pe_activate_magnet(tmp_extruder);
  9039. #if ENABLED(PARKING_EXTRUDER_SOLENOIDS_INVERT)
  9040. pe_activate_magnet(active_extruder); // Just save power for inverted magnets
  9041. #endif
  9042. }
  9043. current_position[Z_AXIS] -= hotend_offset[Z_AXIS][tmp_extruder] - hotend_offset[Z_AXIS][active_extruder]; // Apply Zoffset
  9044. #if ENABLED(DEBUG_LEVELING_FEATURE)
  9045. if (DEBUGGING(LEVELING)) DEBUG_POS("Applying Z-offset", current_position);
  9046. #endif
  9047. #endif // dualParking extruder
  9048. #if ENABLED(SWITCHING_NOZZLE)
  9049. #define DONT_SWITCH (SWITCHING_EXTRUDER_SERVO_NR == SWITCHING_NOZZLE_SERVO_NR)
  9050. // <0 if the new nozzle is higher, >0 if lower. A bigger raise when lower.
  9051. const float z_diff = hotend_offset[Z_AXIS][active_extruder] - hotend_offset[Z_AXIS][tmp_extruder],
  9052. z_raise = 0.3 + (z_diff > 0.0 ? z_diff : 0.0);
  9053. // Always raise by some amount (destination copied from current_position earlier)
  9054. current_position[Z_AXIS] += z_raise;
  9055. planner.buffer_line_kinematic(current_position, planner.max_feedrate_mm_s[Z_AXIS], active_extruder);
  9056. move_nozzle_servo(tmp_extruder);
  9057. #endif
  9058. /**
  9059. * Set current_position to the position of the new nozzle.
  9060. * Offsets are based on linear distance, so we need to get
  9061. * the resulting position in coordinate space.
  9062. *
  9063. * - With grid or 3-point leveling, offset XYZ by a tilted vector
  9064. * - With mesh leveling, update Z for the new position
  9065. * - Otherwise, just use the raw linear distance
  9066. *
  9067. * Software endstops are altered here too. Consider a case where:
  9068. * E0 at X=0 ... E1 at X=10
  9069. * When we switch to E1 now X=10, but E1 can't move left.
  9070. * To express this we apply the change in XY to the software endstops.
  9071. * E1 can move farther right than E0, so the right limit is extended.
  9072. *
  9073. * Note that we don't adjust the Z software endstops. Why not?
  9074. * Consider a case where Z=0 (here) and switching to E1 makes Z=1
  9075. * because the bed is 1mm lower at the new position. As long as
  9076. * the first nozzle is out of the way, the carriage should be
  9077. * allowed to move 1mm lower. This technically "breaks" the
  9078. * Z software endstop. But this is technically correct (and
  9079. * there is no viable alternative).
  9080. */
  9081. #if ABL_PLANAR
  9082. // Offset extruder, make sure to apply the bed level rotation matrix
  9083. vector_3 tmp_offset_vec = vector_3(hotend_offset[X_AXIS][tmp_extruder],
  9084. hotend_offset[Y_AXIS][tmp_extruder],
  9085. 0),
  9086. act_offset_vec = vector_3(hotend_offset[X_AXIS][active_extruder],
  9087. hotend_offset[Y_AXIS][active_extruder],
  9088. 0),
  9089. offset_vec = tmp_offset_vec - act_offset_vec;
  9090. #if ENABLED(DEBUG_LEVELING_FEATURE)
  9091. if (DEBUGGING(LEVELING)) {
  9092. tmp_offset_vec.debug(PSTR("tmp_offset_vec"));
  9093. act_offset_vec.debug(PSTR("act_offset_vec"));
  9094. offset_vec.debug(PSTR("offset_vec (BEFORE)"));
  9095. }
  9096. #endif
  9097. offset_vec.apply_rotation(planner.bed_level_matrix.transpose(planner.bed_level_matrix));
  9098. #if ENABLED(DEBUG_LEVELING_FEATURE)
  9099. if (DEBUGGING(LEVELING)) offset_vec.debug(PSTR("offset_vec (AFTER)"));
  9100. #endif
  9101. // Adjustments to the current position
  9102. const float xydiff[2] = { offset_vec.x, offset_vec.y };
  9103. current_position[Z_AXIS] += offset_vec.z;
  9104. #else // !ABL_PLANAR
  9105. const float xydiff[2] = {
  9106. hotend_offset[X_AXIS][tmp_extruder] - hotend_offset[X_AXIS][active_extruder],
  9107. hotend_offset[Y_AXIS][tmp_extruder] - hotend_offset[Y_AXIS][active_extruder]
  9108. };
  9109. #if ENABLED(MESH_BED_LEVELING)
  9110. if (leveling_is_active()) {
  9111. #if ENABLED(DEBUG_LEVELING_FEATURE)
  9112. if (DEBUGGING(LEVELING)) SERIAL_ECHOPAIR("Z before MBL: ", current_position[Z_AXIS]);
  9113. #endif
  9114. float x2 = current_position[X_AXIS] + xydiff[X_AXIS],
  9115. y2 = current_position[Y_AXIS] + xydiff[Y_AXIS],
  9116. z1 = current_position[Z_AXIS], z2 = z1;
  9117. planner.apply_leveling(current_position[X_AXIS], current_position[Y_AXIS], z1);
  9118. planner.apply_leveling(x2, y2, z2);
  9119. current_position[Z_AXIS] += z2 - z1;
  9120. #if ENABLED(DEBUG_LEVELING_FEATURE)
  9121. if (DEBUGGING(LEVELING))
  9122. SERIAL_ECHOLNPAIR(" after: ", current_position[Z_AXIS]);
  9123. #endif
  9124. }
  9125. #endif // MESH_BED_LEVELING
  9126. #endif // !HAS_ABL
  9127. #if ENABLED(DEBUG_LEVELING_FEATURE)
  9128. if (DEBUGGING(LEVELING)) {
  9129. SERIAL_ECHOPAIR("Offset Tool XY by { ", xydiff[X_AXIS]);
  9130. SERIAL_ECHOPAIR(", ", xydiff[Y_AXIS]);
  9131. SERIAL_ECHOLNPGM(" }");
  9132. }
  9133. #endif
  9134. // The newly-selected extruder XY is actually at...
  9135. current_position[X_AXIS] += xydiff[X_AXIS];
  9136. current_position[Y_AXIS] += xydiff[Y_AXIS];
  9137. #if HAS_WORKSPACE_OFFSET || ENABLED(DUAL_X_CARRIAGE) || ENABLED(PARKING_EXTRUDER)
  9138. for (uint8_t i = X_AXIS; i <= Y_AXIS; i++) {
  9139. #if HAS_POSITION_SHIFT
  9140. position_shift[i] += xydiff[i];
  9141. #endif
  9142. update_software_endstops((AxisEnum)i);
  9143. }
  9144. #endif
  9145. // Set the new active extruder
  9146. active_extruder = tmp_extruder;
  9147. #endif // !DUAL_X_CARRIAGE
  9148. #if ENABLED(DEBUG_LEVELING_FEATURE)
  9149. if (DEBUGGING(LEVELING)) DEBUG_POS("Sync After Toolchange", current_position);
  9150. #endif
  9151. // Tell the planner the new "current position"
  9152. SYNC_PLAN_POSITION_KINEMATIC();
  9153. // Move to the "old position" (move the extruder into place)
  9154. if (!no_move && IsRunning()) {
  9155. #if ENABLED(DEBUG_LEVELING_FEATURE)
  9156. if (DEBUGGING(LEVELING)) DEBUG_POS("Move back", destination);
  9157. #endif
  9158. prepare_move_to_destination();
  9159. }
  9160. #if ENABLED(SWITCHING_NOZZLE)
  9161. // Move back down, if needed. (Including when the new tool is higher.)
  9162. if (z_raise != z_diff) {
  9163. destination[Z_AXIS] += z_diff;
  9164. feedrate_mm_s = planner.max_feedrate_mm_s[Z_AXIS];
  9165. prepare_move_to_destination();
  9166. }
  9167. #endif
  9168. } // (tmp_extruder != active_extruder)
  9169. stepper.synchronize();
  9170. #if ENABLED(EXT_SOLENOID) && !ENABLED(PARKING_EXTRUDER)
  9171. disable_all_solenoids();
  9172. enable_solenoid_on_active_extruder();
  9173. #endif // EXT_SOLENOID
  9174. feedrate_mm_s = old_feedrate_mm_s;
  9175. #else // HOTENDS <= 1
  9176. UNUSED(fr_mm_s);
  9177. UNUSED(no_move);
  9178. #if ENABLED(MK2_MULTIPLEXER)
  9179. if (tmp_extruder >= E_STEPPERS)
  9180. return invalid_extruder_error(tmp_extruder);
  9181. select_multiplexed_stepper(tmp_extruder);
  9182. #endif
  9183. // Set the new active extruder
  9184. active_extruder = tmp_extruder;
  9185. #endif // HOTENDS <= 1
  9186. #if ENABLED(SWITCHING_EXTRUDER) && !DONT_SWITCH
  9187. stepper.synchronize();
  9188. move_extruder_servo(active_extruder);
  9189. #endif
  9190. #if HAS_FANMUX
  9191. fanmux_switch(active_extruder);
  9192. #endif
  9193. SERIAL_ECHO_START();
  9194. SERIAL_ECHOLNPAIR(MSG_ACTIVE_EXTRUDER, (int)active_extruder);
  9195. #endif // !MIXING_EXTRUDER || MIXING_VIRTUAL_TOOLS <= 1
  9196. }
  9197. /**
  9198. * T0-T3: Switch tool, usually switching extruders
  9199. *
  9200. * F[units/min] Set the movement feedrate
  9201. * S1 Don't move the tool in XY after change
  9202. */
  9203. inline void gcode_T(uint8_t tmp_extruder) {
  9204. #if ENABLED(DEBUG_LEVELING_FEATURE)
  9205. if (DEBUGGING(LEVELING)) {
  9206. SERIAL_ECHOPAIR(">>> gcode_T(", tmp_extruder);
  9207. SERIAL_CHAR(')');
  9208. SERIAL_EOL();
  9209. DEBUG_POS("BEFORE", current_position);
  9210. }
  9211. #endif
  9212. #if HOTENDS == 1 || (ENABLED(MIXING_EXTRUDER) && MIXING_VIRTUAL_TOOLS > 1)
  9213. tool_change(tmp_extruder);
  9214. #elif HOTENDS > 1
  9215. tool_change(
  9216. tmp_extruder,
  9217. MMM_TO_MMS(parser.linearval('F')),
  9218. (tmp_extruder == active_extruder) || parser.boolval('S')
  9219. );
  9220. #endif
  9221. #if ENABLED(DEBUG_LEVELING_FEATURE)
  9222. if (DEBUGGING(LEVELING)) {
  9223. DEBUG_POS("AFTER", current_position);
  9224. SERIAL_ECHOLNPGM("<<< gcode_T");
  9225. }
  9226. #endif
  9227. }
  9228. /**
  9229. * Process a single command and dispatch it to its handler
  9230. * This is called from the main loop()
  9231. */
  9232. void process_next_command() {
  9233. char * const current_command = command_queue[cmd_queue_index_r];
  9234. if (DEBUGGING(ECHO)) {
  9235. SERIAL_ECHO_START();
  9236. SERIAL_ECHOLN(current_command);
  9237. #if ENABLED(M100_FREE_MEMORY_WATCHER)
  9238. SERIAL_ECHOPAIR("slot:", cmd_queue_index_r);
  9239. M100_dump_routine(" Command Queue:", (const char*)command_queue, (const char*)(command_queue + sizeof(command_queue)));
  9240. #endif
  9241. }
  9242. KEEPALIVE_STATE(IN_HANDLER);
  9243. // Parse the next command in the queue
  9244. parser.parse(current_command);
  9245. // Handle a known G, M, or T
  9246. switch (parser.command_letter) {
  9247. case 'G': switch (parser.codenum) {
  9248. // G0, G1
  9249. case 0:
  9250. case 1:
  9251. #if IS_SCARA
  9252. gcode_G0_G1(parser.codenum == 0);
  9253. #else
  9254. gcode_G0_G1();
  9255. #endif
  9256. break;
  9257. // G2, G3
  9258. #if ENABLED(ARC_SUPPORT) && DISABLED(SCARA)
  9259. case 2: // G2: CW ARC
  9260. case 3: // G3: CCW ARC
  9261. gcode_G2_G3(parser.codenum == 2);
  9262. break;
  9263. #endif
  9264. // G4 Dwell
  9265. case 4:
  9266. gcode_G4();
  9267. break;
  9268. #if ENABLED(BEZIER_CURVE_SUPPORT)
  9269. case 5: // G5: Cubic B_spline
  9270. gcode_G5();
  9271. break;
  9272. #endif // BEZIER_CURVE_SUPPORT
  9273. #if ENABLED(FWRETRACT)
  9274. case 10: // G10: retract
  9275. gcode_G10();
  9276. break;
  9277. case 11: // G11: retract_recover
  9278. gcode_G11();
  9279. break;
  9280. #endif // FWRETRACT
  9281. #if ENABLED(NOZZLE_CLEAN_FEATURE)
  9282. case 12:
  9283. gcode_G12(); // G12: Nozzle Clean
  9284. break;
  9285. #endif // NOZZLE_CLEAN_FEATURE
  9286. #if ENABLED(CNC_WORKSPACE_PLANES)
  9287. case 17: // G17: Select Plane XY
  9288. gcode_G17();
  9289. break;
  9290. case 18: // G18: Select Plane ZX
  9291. gcode_G18();
  9292. break;
  9293. case 19: // G19: Select Plane YZ
  9294. gcode_G19();
  9295. break;
  9296. #endif // CNC_WORKSPACE_PLANES
  9297. #if ENABLED(INCH_MODE_SUPPORT)
  9298. case 20: // G20: Inch Mode
  9299. gcode_G20();
  9300. break;
  9301. case 21: // G21: MM Mode
  9302. gcode_G21();
  9303. break;
  9304. #endif // INCH_MODE_SUPPORT
  9305. #if ENABLED(AUTO_BED_LEVELING_UBL) && ENABLED(UBL_G26_MESH_VALIDATION)
  9306. case 26: // G26: Mesh Validation Pattern generation
  9307. gcode_G26();
  9308. break;
  9309. #endif // AUTO_BED_LEVELING_UBL
  9310. #if ENABLED(NOZZLE_PARK_FEATURE)
  9311. case 27: // G27: Nozzle Park
  9312. gcode_G27();
  9313. break;
  9314. #endif // NOZZLE_PARK_FEATURE
  9315. case 28: // G28: Home all axes, one at a time
  9316. gcode_G28(false);
  9317. break;
  9318. #if HAS_LEVELING
  9319. case 29: // G29 Detailed Z probe, probes the bed at 3 or more points,
  9320. // or provides access to the UBL System if enabled.
  9321. gcode_G29();
  9322. break;
  9323. #endif // HAS_LEVELING
  9324. #if HAS_BED_PROBE
  9325. case 30: // G30 Single Z probe
  9326. gcode_G30();
  9327. break;
  9328. #if ENABLED(Z_PROBE_SLED)
  9329. case 31: // G31: dock the sled
  9330. gcode_G31();
  9331. break;
  9332. case 32: // G32: undock the sled
  9333. gcode_G32();
  9334. break;
  9335. #endif // Z_PROBE_SLED
  9336. #endif // HAS_BED_PROBE
  9337. #if PROBE_SELECTED
  9338. #if ENABLED(DELTA_AUTO_CALIBRATION)
  9339. case 33: // G33: Delta Auto-Calibration
  9340. gcode_G33();
  9341. break;
  9342. #endif // DELTA_AUTO_CALIBRATION
  9343. #endif // PROBE_SELECTED
  9344. #if ENABLED(G38_PROBE_TARGET)
  9345. case 38: // G38.2 & G38.3
  9346. if (parser.subcode == 2 || parser.subcode == 3)
  9347. gcode_G38(parser.subcode == 2);
  9348. break;
  9349. #endif
  9350. case 90: // G90
  9351. relative_mode = false;
  9352. break;
  9353. case 91: // G91
  9354. relative_mode = true;
  9355. break;
  9356. case 92: // G92
  9357. gcode_G92();
  9358. break;
  9359. #if ENABLED(AUTO_BED_LEVELING_BILINEAR) || ENABLED(AUTO_BED_LEVELING_UBL) || ENABLED(MESH_BED_LEVELING)
  9360. case 42:
  9361. gcode_G42();
  9362. break;
  9363. #endif
  9364. #if ENABLED(DEBUG_GCODE_PARSER)
  9365. case 800:
  9366. parser.debug(); // GCode Parser Test for G
  9367. break;
  9368. #endif
  9369. }
  9370. break;
  9371. case 'M': switch (parser.codenum) {
  9372. #if HAS_RESUME_CONTINUE
  9373. case 0: // M0: Unconditional stop - Wait for user button press on LCD
  9374. case 1: // M1: Conditional stop - Wait for user button press on LCD
  9375. gcode_M0_M1();
  9376. break;
  9377. #endif // ULTIPANEL
  9378. #if ENABLED(SPINDLE_LASER_ENABLE)
  9379. case 3:
  9380. gcode_M3_M4(true); // M3: turn spindle/laser on, set laser/spindle power/speed, set rotation direction CW
  9381. break; // synchronizes with movement commands
  9382. case 4:
  9383. gcode_M3_M4(false); // M4: turn spindle/laser on, set laser/spindle power/speed, set rotation direction CCW
  9384. break; // synchronizes with movement commands
  9385. case 5:
  9386. gcode_M5(); // M5 - turn spindle/laser off
  9387. break; // synchronizes with movement commands
  9388. #endif
  9389. case 17: // M17: Enable all stepper motors
  9390. gcode_M17();
  9391. break;
  9392. #if ENABLED(SDSUPPORT)
  9393. case 20: // M20: list SD card
  9394. gcode_M20(); break;
  9395. case 21: // M21: init SD card
  9396. gcode_M21(); break;
  9397. case 22: // M22: release SD card
  9398. gcode_M22(); break;
  9399. case 23: // M23: Select file
  9400. gcode_M23(); break;
  9401. case 24: // M24: Start SD print
  9402. gcode_M24(); break;
  9403. case 25: // M25: Pause SD print
  9404. gcode_M25(); break;
  9405. case 26: // M26: Set SD index
  9406. gcode_M26(); break;
  9407. case 27: // M27: Get SD status
  9408. gcode_M27(); break;
  9409. case 28: // M28: Start SD write
  9410. gcode_M28(); break;
  9411. case 29: // M29: Stop SD write
  9412. gcode_M29(); break;
  9413. case 30: // M30 <filename> Delete File
  9414. gcode_M30(); break;
  9415. case 32: // M32: Select file and start SD print
  9416. gcode_M32(); break;
  9417. #if ENABLED(LONG_FILENAME_HOST_SUPPORT)
  9418. case 33: // M33: Get the long full path to a file or folder
  9419. gcode_M33(); break;
  9420. #endif
  9421. #if ENABLED(SDCARD_SORT_ALPHA) && ENABLED(SDSORT_GCODE)
  9422. case 34: // M34: Set SD card sorting options
  9423. gcode_M34(); break;
  9424. #endif // SDCARD_SORT_ALPHA && SDSORT_GCODE
  9425. case 928: // M928: Start SD write
  9426. gcode_M928(); break;
  9427. #endif // SDSUPPORT
  9428. case 31: // M31: Report time since the start of SD print or last M109
  9429. gcode_M31(); break;
  9430. case 42: // M42: Change pin state
  9431. gcode_M42(); break;
  9432. #if ENABLED(PINS_DEBUGGING)
  9433. case 43: // M43: Read pin state
  9434. gcode_M43(); break;
  9435. #endif
  9436. #if ENABLED(Z_MIN_PROBE_REPEATABILITY_TEST)
  9437. case 48: // M48: Z probe repeatability test
  9438. gcode_M48();
  9439. break;
  9440. #endif // Z_MIN_PROBE_REPEATABILITY_TEST
  9441. #if ENABLED(AUTO_BED_LEVELING_UBL) && ENABLED(UBL_G26_MESH_VALIDATION)
  9442. case 49: // M49: Turn on or off G26 debug flag for verbose output
  9443. gcode_M49();
  9444. break;
  9445. #endif // AUTO_BED_LEVELING_UBL && UBL_G26_MESH_VALIDATION
  9446. case 75: // M75: Start print timer
  9447. gcode_M75(); break;
  9448. case 76: // M76: Pause print timer
  9449. gcode_M76(); break;
  9450. case 77: // M77: Stop print timer
  9451. gcode_M77(); break;
  9452. #if ENABLED(PRINTCOUNTER)
  9453. case 78: // M78: Show print statistics
  9454. gcode_M78(); break;
  9455. #endif
  9456. #if ENABLED(M100_FREE_MEMORY_WATCHER)
  9457. case 100: // M100: Free Memory Report
  9458. gcode_M100();
  9459. break;
  9460. #endif
  9461. case 104: // M104: Set hot end temperature
  9462. gcode_M104();
  9463. break;
  9464. case 110: // M110: Set Current Line Number
  9465. gcode_M110();
  9466. break;
  9467. case 111: // M111: Set debug level
  9468. gcode_M111();
  9469. break;
  9470. #if DISABLED(EMERGENCY_PARSER)
  9471. case 108: // M108: Cancel Waiting
  9472. gcode_M108();
  9473. break;
  9474. case 112: // M112: Emergency Stop
  9475. gcode_M112();
  9476. break;
  9477. case 410: // M410 quickstop - Abort all the planned moves.
  9478. gcode_M410();
  9479. break;
  9480. #endif
  9481. #if ENABLED(HOST_KEEPALIVE_FEATURE)
  9482. case 113: // M113: Set Host Keepalive interval
  9483. gcode_M113();
  9484. break;
  9485. #endif
  9486. case 140: // M140: Set bed temperature
  9487. gcode_M140();
  9488. break;
  9489. case 105: // M105: Report current temperature
  9490. gcode_M105();
  9491. KEEPALIVE_STATE(NOT_BUSY);
  9492. return; // "ok" already printed
  9493. #if ENABLED(AUTO_REPORT_TEMPERATURES) && (HAS_TEMP_HOTEND || HAS_TEMP_BED)
  9494. case 155: // M155: Set temperature auto-report interval
  9495. gcode_M155();
  9496. break;
  9497. #endif
  9498. case 109: // M109: Wait for hotend temperature to reach target
  9499. gcode_M109();
  9500. break;
  9501. #if HAS_TEMP_BED
  9502. case 190: // M190: Wait for bed temperature to reach target
  9503. gcode_M190();
  9504. break;
  9505. #endif // HAS_TEMP_BED
  9506. #if FAN_COUNT > 0
  9507. case 106: // M106: Fan On
  9508. gcode_M106();
  9509. break;
  9510. case 107: // M107: Fan Off
  9511. gcode_M107();
  9512. break;
  9513. #endif // FAN_COUNT > 0
  9514. #if ENABLED(PARK_HEAD_ON_PAUSE)
  9515. case 125: // M125: Store current position and move to filament change position
  9516. gcode_M125(); break;
  9517. #endif
  9518. #if ENABLED(BARICUDA)
  9519. // PWM for HEATER_1_PIN
  9520. #if HAS_HEATER_1
  9521. case 126: // M126: valve open
  9522. gcode_M126();
  9523. break;
  9524. case 127: // M127: valve closed
  9525. gcode_M127();
  9526. break;
  9527. #endif // HAS_HEATER_1
  9528. // PWM for HEATER_2_PIN
  9529. #if HAS_HEATER_2
  9530. case 128: // M128: valve open
  9531. gcode_M128();
  9532. break;
  9533. case 129: // M129: valve closed
  9534. gcode_M129();
  9535. break;
  9536. #endif // HAS_HEATER_2
  9537. #endif // BARICUDA
  9538. #if HAS_POWER_SWITCH
  9539. case 80: // M80: Turn on Power Supply
  9540. gcode_M80();
  9541. break;
  9542. #endif // HAS_POWER_SWITCH
  9543. case 81: // M81: Turn off Power, including Power Supply, if possible
  9544. gcode_M81();
  9545. break;
  9546. case 82: // M82: Set E axis normal mode (same as other axes)
  9547. gcode_M82();
  9548. break;
  9549. case 83: // M83: Set E axis relative mode
  9550. gcode_M83();
  9551. break;
  9552. case 18: // M18 => M84
  9553. case 84: // M84: Disable all steppers or set timeout
  9554. gcode_M18_M84();
  9555. break;
  9556. case 85: // M85: Set inactivity stepper shutdown timeout
  9557. gcode_M85();
  9558. break;
  9559. case 92: // M92: Set the steps-per-unit for one or more axes
  9560. gcode_M92();
  9561. break;
  9562. case 114: // M114: Report current position
  9563. gcode_M114();
  9564. break;
  9565. case 115: // M115: Report capabilities
  9566. gcode_M115();
  9567. break;
  9568. case 117: // M117: Set LCD message text, if possible
  9569. gcode_M117();
  9570. break;
  9571. case 118: // M118: Display a message in the host console
  9572. gcode_M118();
  9573. break;
  9574. case 119: // M119: Report endstop states
  9575. gcode_M119();
  9576. break;
  9577. case 120: // M120: Enable endstops
  9578. gcode_M120();
  9579. break;
  9580. case 121: // M121: Disable endstops
  9581. gcode_M121();
  9582. break;
  9583. #if ENABLED(ULTIPANEL)
  9584. case 145: // M145: Set material heatup parameters
  9585. gcode_M145();
  9586. break;
  9587. #endif
  9588. #if ENABLED(TEMPERATURE_UNITS_SUPPORT)
  9589. case 149: // M149: Set temperature units
  9590. gcode_M149();
  9591. break;
  9592. #endif
  9593. #if HAS_COLOR_LEDS
  9594. case 150: // M150: Set Status LED Color
  9595. gcode_M150();
  9596. break;
  9597. #endif // HAS_COLOR_LEDS
  9598. #if ENABLED(MIXING_EXTRUDER)
  9599. case 163: // M163: Set a component weight for mixing extruder
  9600. gcode_M163();
  9601. break;
  9602. #if MIXING_VIRTUAL_TOOLS > 1
  9603. case 164: // M164: Save current mix as a virtual extruder
  9604. gcode_M164();
  9605. break;
  9606. #endif
  9607. #if ENABLED(DIRECT_MIXING_IN_G1)
  9608. case 165: // M165: Set multiple mix weights
  9609. gcode_M165();
  9610. break;
  9611. #endif
  9612. #endif
  9613. case 200: // M200: Set filament diameter, E to cubic units
  9614. gcode_M200();
  9615. break;
  9616. case 201: // M201: Set max acceleration for print moves (units/s^2)
  9617. gcode_M201();
  9618. break;
  9619. #if 0 // Not used for Sprinter/grbl gen6
  9620. case 202: // M202
  9621. gcode_M202();
  9622. break;
  9623. #endif
  9624. case 203: // M203: Set max feedrate (units/sec)
  9625. gcode_M203();
  9626. break;
  9627. case 204: // M204: Set acceleration
  9628. gcode_M204();
  9629. break;
  9630. case 205: // M205: Set advanced settings
  9631. gcode_M205();
  9632. break;
  9633. #if HAS_M206_COMMAND
  9634. case 206: // M206: Set home offsets
  9635. gcode_M206();
  9636. break;
  9637. #endif
  9638. #if ENABLED(DELTA)
  9639. case 665: // M665: Set delta configurations
  9640. gcode_M665();
  9641. break;
  9642. #endif
  9643. #if ENABLED(DELTA) || ENABLED(Z_DUAL_ENDSTOPS)
  9644. case 666: // M666: Set delta or dual endstop adjustment
  9645. gcode_M666();
  9646. break;
  9647. #endif
  9648. #if ENABLED(FWRETRACT)
  9649. case 207: // M207: Set Retract Length, Feedrate, and Z lift
  9650. gcode_M207();
  9651. break;
  9652. case 208: // M208: Set Recover (unretract) Additional Length and Feedrate
  9653. gcode_M208();
  9654. break;
  9655. case 209: // M209: Turn Automatic Retract Detection on/off
  9656. if (MIN_AUTORETRACT <= MAX_AUTORETRACT) gcode_M209();
  9657. break;
  9658. #endif // FWRETRACT
  9659. case 211: // M211: Enable, Disable, and/or Report software endstops
  9660. gcode_M211();
  9661. break;
  9662. #if HOTENDS > 1
  9663. case 218: // M218: Set a tool offset
  9664. gcode_M218();
  9665. break;
  9666. #endif
  9667. case 220: // M220: Set Feedrate Percentage: S<percent> ("FR" on your LCD)
  9668. gcode_M220();
  9669. break;
  9670. case 221: // M221: Set Flow Percentage
  9671. gcode_M221();
  9672. break;
  9673. case 226: // M226: Wait until a pin reaches a state
  9674. gcode_M226();
  9675. break;
  9676. #if HAS_SERVOS
  9677. case 280: // M280: Set servo position absolute
  9678. gcode_M280();
  9679. break;
  9680. #endif // HAS_SERVOS
  9681. #if HAS_BUZZER
  9682. case 300: // M300: Play beep tone
  9683. gcode_M300();
  9684. break;
  9685. #endif // HAS_BUZZER
  9686. #if ENABLED(PIDTEMP)
  9687. case 301: // M301: Set hotend PID parameters
  9688. gcode_M301();
  9689. break;
  9690. #endif // PIDTEMP
  9691. #if ENABLED(PIDTEMPBED)
  9692. case 304: // M304: Set bed PID parameters
  9693. gcode_M304();
  9694. break;
  9695. #endif // PIDTEMPBED
  9696. #if defined(CHDK) || HAS_PHOTOGRAPH
  9697. case 240: // M240: Trigger a camera by emulating a Canon RC-1 : http://www.doc-diy.net/photo/rc-1_hacked/
  9698. gcode_M240();
  9699. break;
  9700. #endif // CHDK || PHOTOGRAPH_PIN
  9701. #if HAS_LCD_CONTRAST
  9702. case 250: // M250: Set LCD contrast
  9703. gcode_M250();
  9704. break;
  9705. #endif // HAS_LCD_CONTRAST
  9706. #if ENABLED(EXPERIMENTAL_I2CBUS)
  9707. case 260: // M260: Send data to an i2c slave
  9708. gcode_M260();
  9709. break;
  9710. case 261: // M261: Request data from an i2c slave
  9711. gcode_M261();
  9712. break;
  9713. #endif // EXPERIMENTAL_I2CBUS
  9714. #if ENABLED(PREVENT_COLD_EXTRUSION)
  9715. case 302: // M302: Allow cold extrudes (set the minimum extrude temperature)
  9716. gcode_M302();
  9717. break;
  9718. #endif // PREVENT_COLD_EXTRUSION
  9719. case 303: // M303: PID autotune
  9720. gcode_M303();
  9721. break;
  9722. #if ENABLED(MORGAN_SCARA)
  9723. case 360: // M360: SCARA Theta pos1
  9724. if (gcode_M360()) return;
  9725. break;
  9726. case 361: // M361: SCARA Theta pos2
  9727. if (gcode_M361()) return;
  9728. break;
  9729. case 362: // M362: SCARA Psi pos1
  9730. if (gcode_M362()) return;
  9731. break;
  9732. case 363: // M363: SCARA Psi pos2
  9733. if (gcode_M363()) return;
  9734. break;
  9735. case 364: // M364: SCARA Psi pos3 (90 deg to Theta)
  9736. if (gcode_M364()) return;
  9737. break;
  9738. #endif // SCARA
  9739. case 400: // M400: Finish all moves
  9740. gcode_M400();
  9741. break;
  9742. #if HAS_BED_PROBE
  9743. case 401: // M401: Deploy probe
  9744. gcode_M401();
  9745. break;
  9746. case 402: // M402: Stow probe
  9747. gcode_M402();
  9748. break;
  9749. #endif // HAS_BED_PROBE
  9750. #if ENABLED(FILAMENT_WIDTH_SENSOR)
  9751. case 404: // M404: Enter the nominal filament width (3mm, 1.75mm ) N<3.0> or display nominal filament width
  9752. gcode_M404();
  9753. break;
  9754. case 405: // M405: Turn on filament sensor for control
  9755. gcode_M405();
  9756. break;
  9757. case 406: // M406: Turn off filament sensor for control
  9758. gcode_M406();
  9759. break;
  9760. case 407: // M407: Display measured filament diameter
  9761. gcode_M407();
  9762. break;
  9763. #endif // FILAMENT_WIDTH_SENSOR
  9764. #if HAS_LEVELING
  9765. case 420: // M420: Enable/Disable Bed Leveling
  9766. gcode_M420();
  9767. break;
  9768. #endif
  9769. #if ENABLED(MESH_BED_LEVELING) || ENABLED(AUTO_BED_LEVELING_UBL) || ENABLED(AUTO_BED_LEVELING_BILINEAR)
  9770. case 421: // M421: Set a Mesh Bed Leveling Z coordinate
  9771. gcode_M421();
  9772. break;
  9773. #endif
  9774. #if HAS_M206_COMMAND
  9775. case 428: // M428: Apply current_position to home_offset
  9776. gcode_M428();
  9777. break;
  9778. #endif
  9779. case 500: // M500: Store settings in EEPROM
  9780. gcode_M500();
  9781. break;
  9782. case 501: // M501: Read settings from EEPROM
  9783. gcode_M501();
  9784. break;
  9785. case 502: // M502: Revert to default settings
  9786. gcode_M502();
  9787. break;
  9788. #if DISABLED(DISABLE_M503)
  9789. case 503: // M503: print settings currently in memory
  9790. gcode_M503();
  9791. break;
  9792. #endif
  9793. #if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
  9794. case 540: // M540: Set abort on endstop hit for SD printing
  9795. gcode_M540();
  9796. break;
  9797. #endif
  9798. #if HAS_BED_PROBE
  9799. case 851: // M851: Set Z Probe Z Offset
  9800. gcode_M851();
  9801. break;
  9802. #endif // HAS_BED_PROBE
  9803. #if ENABLED(ADVANCED_PAUSE_FEATURE)
  9804. case 600: // M600: Pause for filament change
  9805. gcode_M600();
  9806. break;
  9807. #endif // ADVANCED_PAUSE_FEATURE
  9808. #if ENABLED(DUAL_X_CARRIAGE) || ENABLED(DUAL_NOZZLE_DUPLICATION_MODE)
  9809. case 605: // M605: Set Dual X Carriage movement mode
  9810. gcode_M605();
  9811. break;
  9812. #endif // DUAL_X_CARRIAGE
  9813. #if ENABLED(MK2_MULTIPLEXER)
  9814. case 702: // M702: Unload all extruders
  9815. gcode_M702();
  9816. break;
  9817. #endif
  9818. #if ENABLED(LIN_ADVANCE)
  9819. case 900: // M900: Set advance K factor.
  9820. gcode_M900();
  9821. break;
  9822. #endif
  9823. #if ENABLED(HAVE_TMC2130)
  9824. case 906: // M906: Set motor current in milliamps using axis codes X, Y, Z, E
  9825. gcode_M906();
  9826. break;
  9827. #endif
  9828. case 907: // M907: Set digital trimpot motor current using axis codes.
  9829. gcode_M907();
  9830. break;
  9831. #if HAS_DIGIPOTSS || ENABLED(DAC_STEPPER_CURRENT)
  9832. case 908: // M908: Control digital trimpot directly.
  9833. gcode_M908();
  9834. break;
  9835. #if ENABLED(DAC_STEPPER_CURRENT) // As with Printrbot RevF
  9836. case 909: // M909: Print digipot/DAC current value
  9837. gcode_M909();
  9838. break;
  9839. case 910: // M910: Commit digipot/DAC value to external EEPROM
  9840. gcode_M910();
  9841. break;
  9842. #endif
  9843. #endif // HAS_DIGIPOTSS || DAC_STEPPER_CURRENT
  9844. #if ENABLED(HAVE_TMC2130)
  9845. case 911: // M911: Report TMC2130 prewarn triggered flags
  9846. gcode_M911();
  9847. break;
  9848. case 912: // M911: Clear TMC2130 prewarn triggered flags
  9849. gcode_M912();
  9850. break;
  9851. #if ENABLED(HYBRID_THRESHOLD)
  9852. case 913: // M913: Set HYBRID_THRESHOLD speed.
  9853. gcode_M913();
  9854. break;
  9855. #endif
  9856. #if ENABLED(SENSORLESS_HOMING)
  9857. case 914: // M914: Set SENSORLESS_HOMING sensitivity.
  9858. gcode_M914();
  9859. break;
  9860. #endif
  9861. #endif
  9862. #if HAS_MICROSTEPS
  9863. case 350: // M350: Set microstepping mode. Warning: Steps per unit remains unchanged. S code sets stepping mode for all drivers.
  9864. gcode_M350();
  9865. break;
  9866. case 351: // M351: Toggle MS1 MS2 pins directly, S# determines MS1 or MS2, X# sets the pin high/low.
  9867. gcode_M351();
  9868. break;
  9869. #endif // HAS_MICROSTEPS
  9870. case 355: // M355 set case light brightness
  9871. gcode_M355();
  9872. break;
  9873. #if ENABLED(DEBUG_GCODE_PARSER)
  9874. case 800:
  9875. parser.debug(); // GCode Parser Test for M
  9876. break;
  9877. #endif
  9878. #if ENABLED(I2C_POSITION_ENCODERS)
  9879. case 860: // M860 Report encoder module position
  9880. gcode_M860();
  9881. break;
  9882. case 861: // M861 Report encoder module status
  9883. gcode_M861();
  9884. break;
  9885. case 862: // M862 Perform axis test
  9886. gcode_M862();
  9887. break;
  9888. case 863: // M863 Calibrate steps/mm
  9889. gcode_M863();
  9890. break;
  9891. case 864: // M864 Change module address
  9892. gcode_M864();
  9893. break;
  9894. case 865: // M865 Check module firmware version
  9895. gcode_M865();
  9896. break;
  9897. case 866: // M866 Report axis error count
  9898. gcode_M866();
  9899. break;
  9900. case 867: // M867 Toggle error correction
  9901. gcode_M867();
  9902. break;
  9903. case 868: // M868 Set error correction threshold
  9904. gcode_M868();
  9905. break;
  9906. case 869: // M869 Report axis error
  9907. gcode_M869();
  9908. break;
  9909. #endif // I2C_POSITION_ENCODERS
  9910. case 999: // M999: Restart after being Stopped
  9911. gcode_M999();
  9912. break;
  9913. }
  9914. break;
  9915. case 'T':
  9916. gcode_T(parser.codenum);
  9917. break;
  9918. default: parser.unknown_command_error();
  9919. }
  9920. KEEPALIVE_STATE(NOT_BUSY);
  9921. ok_to_send();
  9922. }
  9923. /**
  9924. * Send a "Resend: nnn" message to the host to
  9925. * indicate that a command needs to be re-sent.
  9926. */
  9927. void FlushSerialRequestResend() {
  9928. //char command_queue[cmd_queue_index_r][100]="Resend:";
  9929. MYSERIAL.flush();
  9930. SERIAL_PROTOCOLPGM(MSG_RESEND);
  9931. SERIAL_PROTOCOLLN(gcode_LastN + 1);
  9932. ok_to_send();
  9933. }
  9934. /**
  9935. * Send an "ok" message to the host, indicating
  9936. * that a command was successfully processed.
  9937. *
  9938. * If ADVANCED_OK is enabled also include:
  9939. * N<int> Line number of the command, if any
  9940. * P<int> Planner space remaining
  9941. * B<int> Block queue space remaining
  9942. */
  9943. void ok_to_send() {
  9944. refresh_cmd_timeout();
  9945. if (!send_ok[cmd_queue_index_r]) return;
  9946. SERIAL_PROTOCOLPGM(MSG_OK);
  9947. #if ENABLED(ADVANCED_OK)
  9948. char* p = command_queue[cmd_queue_index_r];
  9949. if (*p == 'N') {
  9950. SERIAL_PROTOCOL(' ');
  9951. SERIAL_ECHO(*p++);
  9952. while (NUMERIC_SIGNED(*p))
  9953. SERIAL_ECHO(*p++);
  9954. }
  9955. SERIAL_PROTOCOLPGM(" P"); SERIAL_PROTOCOL(int(BLOCK_BUFFER_SIZE - planner.movesplanned() - 1));
  9956. SERIAL_PROTOCOLPGM(" B"); SERIAL_PROTOCOL(BUFSIZE - commands_in_queue);
  9957. #endif
  9958. SERIAL_EOL();
  9959. }
  9960. #if HAS_SOFTWARE_ENDSTOPS
  9961. /**
  9962. * Constrain the given coordinates to the software endstops.
  9963. */
  9964. // NOTE: This makes no sense for delta beds other than Z-axis.
  9965. // For delta the X/Y would need to be clamped at
  9966. // DELTA_PRINTABLE_RADIUS from center of bed, but delta
  9967. // now enforces is_position_reachable for X/Y regardless
  9968. // of HAS_SOFTWARE_ENDSTOPS, so that enforcement would be
  9969. // redundant here.
  9970. void clamp_to_software_endstops(float target[XYZ]) {
  9971. if (!soft_endstops_enabled) return;
  9972. #if ENABLED(MIN_SOFTWARE_ENDSTOPS)
  9973. #if DISABLED(DELTA)
  9974. NOLESS(target[X_AXIS], soft_endstop_min[X_AXIS]);
  9975. NOLESS(target[Y_AXIS], soft_endstop_min[Y_AXIS]);
  9976. #endif
  9977. NOLESS(target[Z_AXIS], soft_endstop_min[Z_AXIS]);
  9978. #endif
  9979. #if ENABLED(MAX_SOFTWARE_ENDSTOPS)
  9980. #if DISABLED(DELTA)
  9981. NOMORE(target[X_AXIS], soft_endstop_max[X_AXIS]);
  9982. NOMORE(target[Y_AXIS], soft_endstop_max[Y_AXIS]);
  9983. #endif
  9984. NOMORE(target[Z_AXIS], soft_endstop_max[Z_AXIS]);
  9985. #endif
  9986. }
  9987. #endif
  9988. #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
  9989. #if ENABLED(ABL_BILINEAR_SUBDIVISION)
  9990. #define ABL_BG_SPACING(A) bilinear_grid_spacing_virt[A]
  9991. #define ABL_BG_FACTOR(A) bilinear_grid_factor_virt[A]
  9992. #define ABL_BG_POINTS_X ABL_GRID_POINTS_VIRT_X
  9993. #define ABL_BG_POINTS_Y ABL_GRID_POINTS_VIRT_Y
  9994. #define ABL_BG_GRID(X,Y) z_values_virt[X][Y]
  9995. #else
  9996. #define ABL_BG_SPACING(A) bilinear_grid_spacing[A]
  9997. #define ABL_BG_FACTOR(A) bilinear_grid_factor[A]
  9998. #define ABL_BG_POINTS_X GRID_MAX_POINTS_X
  9999. #define ABL_BG_POINTS_Y GRID_MAX_POINTS_Y
  10000. #define ABL_BG_GRID(X,Y) z_values[X][Y]
  10001. #endif
  10002. // Get the Z adjustment for non-linear bed leveling
  10003. float bilinear_z_offset(const float logical[XYZ]) {
  10004. static float z1, d2, z3, d4, L, D, ratio_x, ratio_y,
  10005. last_x = -999.999, last_y = -999.999;
  10006. // Whole units for the grid line indices. Constrained within bounds.
  10007. static int8_t gridx, gridy, nextx, nexty,
  10008. last_gridx = -99, last_gridy = -99;
  10009. // XY relative to the probed area
  10010. const float x = RAW_X_POSITION(logical[X_AXIS]) - bilinear_start[X_AXIS],
  10011. y = RAW_Y_POSITION(logical[Y_AXIS]) - bilinear_start[Y_AXIS];
  10012. #if ENABLED(EXTRAPOLATE_BEYOND_GRID)
  10013. // Keep using the last grid box
  10014. #define FAR_EDGE_OR_BOX 2
  10015. #else
  10016. // Just use the grid far edge
  10017. #define FAR_EDGE_OR_BOX 1
  10018. #endif
  10019. if (last_x != x) {
  10020. last_x = x;
  10021. ratio_x = x * ABL_BG_FACTOR(X_AXIS);
  10022. const float gx = constrain(FLOOR(ratio_x), 0, ABL_BG_POINTS_X - FAR_EDGE_OR_BOX);
  10023. ratio_x -= gx; // Subtract whole to get the ratio within the grid box
  10024. #if DISABLED(EXTRAPOLATE_BEYOND_GRID)
  10025. // Beyond the grid maintain height at grid edges
  10026. NOLESS(ratio_x, 0); // Never < 0.0. (> 1.0 is ok when nextx==gridx.)
  10027. #endif
  10028. gridx = gx;
  10029. nextx = min(gridx + 1, ABL_BG_POINTS_X - 1);
  10030. }
  10031. if (last_y != y || last_gridx != gridx) {
  10032. if (last_y != y) {
  10033. last_y = y;
  10034. ratio_y = y * ABL_BG_FACTOR(Y_AXIS);
  10035. const float gy = constrain(FLOOR(ratio_y), 0, ABL_BG_POINTS_Y - FAR_EDGE_OR_BOX);
  10036. ratio_y -= gy;
  10037. #if DISABLED(EXTRAPOLATE_BEYOND_GRID)
  10038. // Beyond the grid maintain height at grid edges
  10039. NOLESS(ratio_y, 0); // Never < 0.0. (> 1.0 is ok when nexty==gridy.)
  10040. #endif
  10041. gridy = gy;
  10042. nexty = min(gridy + 1, ABL_BG_POINTS_Y - 1);
  10043. }
  10044. if (last_gridx != gridx || last_gridy != gridy) {
  10045. last_gridx = gridx;
  10046. last_gridy = gridy;
  10047. // Z at the box corners
  10048. z1 = ABL_BG_GRID(gridx, gridy); // left-front
  10049. d2 = ABL_BG_GRID(gridx, nexty) - z1; // left-back (delta)
  10050. z3 = ABL_BG_GRID(nextx, gridy); // right-front
  10051. d4 = ABL_BG_GRID(nextx, nexty) - z3; // right-back (delta)
  10052. }
  10053. // Bilinear interpolate. Needed since y or gridx has changed.
  10054. L = z1 + d2 * ratio_y; // Linear interp. LF -> LB
  10055. const float R = z3 + d4 * ratio_y; // Linear interp. RF -> RB
  10056. D = R - L;
  10057. }
  10058. const float offset = L + ratio_x * D; // the offset almost always changes
  10059. /*
  10060. static float last_offset = 0;
  10061. if (FABS(last_offset - offset) > 0.2) {
  10062. SERIAL_ECHOPGM("Sudden Shift at ");
  10063. SERIAL_ECHOPAIR("x=", x);
  10064. SERIAL_ECHOPAIR(" / ", bilinear_grid_spacing[X_AXIS]);
  10065. SERIAL_ECHOLNPAIR(" -> gridx=", gridx);
  10066. SERIAL_ECHOPAIR(" y=", y);
  10067. SERIAL_ECHOPAIR(" / ", bilinear_grid_spacing[Y_AXIS]);
  10068. SERIAL_ECHOLNPAIR(" -> gridy=", gridy);
  10069. SERIAL_ECHOPAIR(" ratio_x=", ratio_x);
  10070. SERIAL_ECHOLNPAIR(" ratio_y=", ratio_y);
  10071. SERIAL_ECHOPAIR(" z1=", z1);
  10072. SERIAL_ECHOPAIR(" z2=", z2);
  10073. SERIAL_ECHOPAIR(" z3=", z3);
  10074. SERIAL_ECHOLNPAIR(" z4=", z4);
  10075. SERIAL_ECHOPAIR(" L=", L);
  10076. SERIAL_ECHOPAIR(" R=", R);
  10077. SERIAL_ECHOLNPAIR(" offset=", offset);
  10078. }
  10079. last_offset = offset;
  10080. //*/
  10081. return offset;
  10082. }
  10083. #endif // AUTO_BED_LEVELING_BILINEAR
  10084. #if ENABLED(DELTA)
  10085. /**
  10086. * Recalculate factors used for delta kinematics whenever
  10087. * settings have been changed (e.g., by M665).
  10088. */
  10089. void recalc_delta_settings(float radius, float diagonal_rod, float tower_angle_trim[ABC]) {
  10090. const float trt[ABC] = DELTA_RADIUS_TRIM_TOWER,
  10091. drt[ABC] = DELTA_DIAGONAL_ROD_TRIM_TOWER;
  10092. delta_tower[A_AXIS][X_AXIS] = cos(RADIANS(210 + tower_angle_trim[A_AXIS])) * (radius + trt[A_AXIS]); // front left tower
  10093. delta_tower[A_AXIS][Y_AXIS] = sin(RADIANS(210 + tower_angle_trim[A_AXIS])) * (radius + trt[A_AXIS]);
  10094. delta_tower[B_AXIS][X_AXIS] = cos(RADIANS(330 + tower_angle_trim[B_AXIS])) * (radius + trt[B_AXIS]); // front right tower
  10095. delta_tower[B_AXIS][Y_AXIS] = sin(RADIANS(330 + tower_angle_trim[B_AXIS])) * (radius + trt[B_AXIS]);
  10096. delta_tower[C_AXIS][X_AXIS] = cos(RADIANS( 90 + tower_angle_trim[C_AXIS])) * (radius + trt[C_AXIS]); // back middle tower
  10097. delta_tower[C_AXIS][Y_AXIS] = sin(RADIANS( 90 + tower_angle_trim[C_AXIS])) * (radius + trt[C_AXIS]);
  10098. delta_diagonal_rod_2_tower[A_AXIS] = sq(diagonal_rod + drt[A_AXIS]);
  10099. delta_diagonal_rod_2_tower[B_AXIS] = sq(diagonal_rod + drt[B_AXIS]);
  10100. delta_diagonal_rod_2_tower[C_AXIS] = sq(diagonal_rod + drt[C_AXIS]);
  10101. }
  10102. #if ENABLED(DELTA_FAST_SQRT)
  10103. /**
  10104. * Fast inverse sqrt from Quake III Arena
  10105. * See: https://en.wikipedia.org/wiki/Fast_inverse_square_root
  10106. */
  10107. float Q_rsqrt(float number) {
  10108. long i;
  10109. float x2, y;
  10110. const float threehalfs = 1.5f;
  10111. x2 = number * 0.5f;
  10112. y = number;
  10113. i = * ( long * ) &y; // evil floating point bit level hacking
  10114. i = 0x5F3759DF - ( i >> 1 ); // what the f***?
  10115. y = * ( float * ) &i;
  10116. y = y * ( threehalfs - ( x2 * y * y ) ); // 1st iteration
  10117. // y = y * ( threehalfs - ( x2 * y * y ) ); // 2nd iteration, this can be removed
  10118. return y;
  10119. }
  10120. #define _SQRT(n) (1.0f / Q_rsqrt(n))
  10121. #else
  10122. #define _SQRT(n) SQRT(n)
  10123. #endif
  10124. /**
  10125. * Delta Inverse Kinematics
  10126. *
  10127. * Calculate the tower positions for a given logical
  10128. * position, storing the result in the delta[] array.
  10129. *
  10130. * This is an expensive calculation, requiring 3 square
  10131. * roots per segmented linear move, and strains the limits
  10132. * of a Mega2560 with a Graphical Display.
  10133. *
  10134. * Suggested optimizations include:
  10135. *
  10136. * - Disable the home_offset (M206) and/or position_shift (G92)
  10137. * features to remove up to 12 float additions.
  10138. *
  10139. * - Use a fast-inverse-sqrt function and add the reciprocal.
  10140. * (see above)
  10141. */
  10142. // Macro to obtain the Z position of an individual tower
  10143. #define DELTA_Z(T) raw[Z_AXIS] + _SQRT( \
  10144. delta_diagonal_rod_2_tower[T] - HYPOT2( \
  10145. delta_tower[T][X_AXIS] - raw[X_AXIS], \
  10146. delta_tower[T][Y_AXIS] - raw[Y_AXIS] \
  10147. ) \
  10148. )
  10149. #define DELTA_RAW_IK() do { \
  10150. delta[A_AXIS] = DELTA_Z(A_AXIS); \
  10151. delta[B_AXIS] = DELTA_Z(B_AXIS); \
  10152. delta[C_AXIS] = DELTA_Z(C_AXIS); \
  10153. }while(0)
  10154. #define DELTA_LOGICAL_IK() do { \
  10155. const float raw[XYZ] = { \
  10156. RAW_X_POSITION(logical[X_AXIS]), \
  10157. RAW_Y_POSITION(logical[Y_AXIS]), \
  10158. RAW_Z_POSITION(logical[Z_AXIS]) \
  10159. }; \
  10160. DELTA_RAW_IK(); \
  10161. }while(0)
  10162. #define DELTA_DEBUG() do { \
  10163. SERIAL_ECHOPAIR("cartesian X:", raw[X_AXIS]); \
  10164. SERIAL_ECHOPAIR(" Y:", raw[Y_AXIS]); \
  10165. SERIAL_ECHOLNPAIR(" Z:", raw[Z_AXIS]); \
  10166. SERIAL_ECHOPAIR("delta A:", delta[A_AXIS]); \
  10167. SERIAL_ECHOPAIR(" B:", delta[B_AXIS]); \
  10168. SERIAL_ECHOLNPAIR(" C:", delta[C_AXIS]); \
  10169. }while(0)
  10170. void inverse_kinematics(const float logical[XYZ]) {
  10171. DELTA_LOGICAL_IK();
  10172. // DELTA_DEBUG();
  10173. }
  10174. /**
  10175. * Calculate the highest Z position where the
  10176. * effector has the full range of XY motion.
  10177. */
  10178. float delta_safe_distance_from_top() {
  10179. float cartesian[XYZ] = {
  10180. LOGICAL_X_POSITION(0),
  10181. LOGICAL_Y_POSITION(0),
  10182. LOGICAL_Z_POSITION(0)
  10183. };
  10184. inverse_kinematics(cartesian);
  10185. float distance = delta[A_AXIS];
  10186. cartesian[Y_AXIS] = LOGICAL_Y_POSITION(DELTA_PRINTABLE_RADIUS);
  10187. inverse_kinematics(cartesian);
  10188. return FABS(distance - delta[A_AXIS]);
  10189. }
  10190. /**
  10191. * Delta Forward Kinematics
  10192. *
  10193. * See the Wikipedia article "Trilateration"
  10194. * https://en.wikipedia.org/wiki/Trilateration
  10195. *
  10196. * Establish a new coordinate system in the plane of the
  10197. * three carriage points. This system has its origin at
  10198. * tower1, with tower2 on the X axis. Tower3 is in the X-Y
  10199. * plane with a Z component of zero.
  10200. * We will define unit vectors in this coordinate system
  10201. * in our original coordinate system. Then when we calculate
  10202. * the Xnew, Ynew and Znew values, we can translate back into
  10203. * the original system by moving along those unit vectors
  10204. * by the corresponding values.
  10205. *
  10206. * Variable names matched to Marlin, c-version, and avoid the
  10207. * use of any vector library.
  10208. *
  10209. * by Andreas Hardtung 2016-06-07
  10210. * based on a Java function from "Delta Robot Kinematics V3"
  10211. * by Steve Graves
  10212. *
  10213. * The result is stored in the cartes[] array.
  10214. */
  10215. void forward_kinematics_DELTA(float z1, float z2, float z3) {
  10216. // Create a vector in old coordinates along x axis of new coordinate
  10217. float p12[3] = { delta_tower[B_AXIS][X_AXIS] - delta_tower[A_AXIS][X_AXIS], delta_tower[B_AXIS][Y_AXIS] - delta_tower[A_AXIS][Y_AXIS], z2 - z1 };
  10218. // Get the Magnitude of vector.
  10219. float d = SQRT( sq(p12[0]) + sq(p12[1]) + sq(p12[2]) );
  10220. // Create unit vector by dividing by magnitude.
  10221. float ex[3] = { p12[0] / d, p12[1] / d, p12[2] / d };
  10222. // Get the vector from the origin of the new system to the third point.
  10223. float p13[3] = { delta_tower[C_AXIS][X_AXIS] - delta_tower[A_AXIS][X_AXIS], delta_tower[C_AXIS][Y_AXIS] - delta_tower[A_AXIS][Y_AXIS], z3 - z1 };
  10224. // Use the dot product to find the component of this vector on the X axis.
  10225. float i = ex[0] * p13[0] + ex[1] * p13[1] + ex[2] * p13[2];
  10226. // Create a vector along the x axis that represents the x component of p13.
  10227. float iex[3] = { ex[0] * i, ex[1] * i, ex[2] * i };
  10228. // Subtract the X component from the original vector leaving only Y. We use the
  10229. // variable that will be the unit vector after we scale it.
  10230. float ey[3] = { p13[0] - iex[0], p13[1] - iex[1], p13[2] - iex[2] };
  10231. // The magnitude of Y component
  10232. float j = SQRT( sq(ey[0]) + sq(ey[1]) + sq(ey[2]) );
  10233. // Convert to a unit vector
  10234. ey[0] /= j; ey[1] /= j; ey[2] /= j;
  10235. // The cross product of the unit x and y is the unit z
  10236. // float[] ez = vectorCrossProd(ex, ey);
  10237. float ez[3] = {
  10238. ex[1] * ey[2] - ex[2] * ey[1],
  10239. ex[2] * ey[0] - ex[0] * ey[2],
  10240. ex[0] * ey[1] - ex[1] * ey[0]
  10241. };
  10242. // We now have the d, i and j values defined in Wikipedia.
  10243. // Plug them into the equations defined in Wikipedia for Xnew, Ynew and Znew
  10244. float Xnew = (delta_diagonal_rod_2_tower[A_AXIS] - delta_diagonal_rod_2_tower[B_AXIS] + sq(d)) / (d * 2),
  10245. Ynew = ((delta_diagonal_rod_2_tower[A_AXIS] - delta_diagonal_rod_2_tower[C_AXIS] + HYPOT2(i, j)) / 2 - i * Xnew) / j,
  10246. Znew = SQRT(delta_diagonal_rod_2_tower[A_AXIS] - HYPOT2(Xnew, Ynew));
  10247. // Start from the origin of the old coordinates and add vectors in the
  10248. // old coords that represent the Xnew, Ynew and Znew to find the point
  10249. // in the old system.
  10250. cartes[X_AXIS] = delta_tower[A_AXIS][X_AXIS] + ex[0] * Xnew + ey[0] * Ynew - ez[0] * Znew;
  10251. cartes[Y_AXIS] = delta_tower[A_AXIS][Y_AXIS] + ex[1] * Xnew + ey[1] * Ynew - ez[1] * Znew;
  10252. cartes[Z_AXIS] = z1 + ex[2] * Xnew + ey[2] * Ynew - ez[2] * Znew;
  10253. }
  10254. void forward_kinematics_DELTA(float point[ABC]) {
  10255. forward_kinematics_DELTA(point[A_AXIS], point[B_AXIS], point[C_AXIS]);
  10256. }
  10257. #endif // DELTA
  10258. /**
  10259. * Get the stepper positions in the cartes[] array.
  10260. * Forward kinematics are applied for DELTA and SCARA.
  10261. *
  10262. * The result is in the current coordinate space with
  10263. * leveling applied. The coordinates need to be run through
  10264. * unapply_leveling to obtain the "ideal" coordinates
  10265. * suitable for current_position, etc.
  10266. */
  10267. void get_cartesian_from_steppers() {
  10268. #if ENABLED(DELTA)
  10269. forward_kinematics_DELTA(
  10270. stepper.get_axis_position_mm(A_AXIS),
  10271. stepper.get_axis_position_mm(B_AXIS),
  10272. stepper.get_axis_position_mm(C_AXIS)
  10273. );
  10274. cartes[X_AXIS] += LOGICAL_X_POSITION(0);
  10275. cartes[Y_AXIS] += LOGICAL_Y_POSITION(0);
  10276. cartes[Z_AXIS] += LOGICAL_Z_POSITION(0);
  10277. #elif IS_SCARA
  10278. forward_kinematics_SCARA(
  10279. stepper.get_axis_position_degrees(A_AXIS),
  10280. stepper.get_axis_position_degrees(B_AXIS)
  10281. );
  10282. cartes[X_AXIS] += LOGICAL_X_POSITION(0);
  10283. cartes[Y_AXIS] += LOGICAL_Y_POSITION(0);
  10284. cartes[Z_AXIS] = stepper.get_axis_position_mm(Z_AXIS);
  10285. #else
  10286. cartes[X_AXIS] = stepper.get_axis_position_mm(X_AXIS);
  10287. cartes[Y_AXIS] = stepper.get_axis_position_mm(Y_AXIS);
  10288. cartes[Z_AXIS] = stepper.get_axis_position_mm(Z_AXIS);
  10289. #endif
  10290. }
  10291. /**
  10292. * Set the current_position for an axis based on
  10293. * the stepper positions, removing any leveling that
  10294. * may have been applied.
  10295. */
  10296. void set_current_from_steppers_for_axis(const AxisEnum axis) {
  10297. get_cartesian_from_steppers();
  10298. #if PLANNER_LEVELING
  10299. planner.unapply_leveling(cartes);
  10300. #endif
  10301. if (axis == ALL_AXES)
  10302. COPY(current_position, cartes);
  10303. else
  10304. current_position[axis] = cartes[axis];
  10305. }
  10306. #if ENABLED(MESH_BED_LEVELING)
  10307. /**
  10308. * Prepare a mesh-leveled linear move in a Cartesian setup,
  10309. * splitting the move where it crosses mesh borders.
  10310. */
  10311. void mesh_line_to_destination(float fr_mm_s, uint8_t x_splits = 0xFF, uint8_t y_splits = 0xFF) {
  10312. int cx1 = mbl.cell_index_x(RAW_CURRENT_POSITION(X)),
  10313. cy1 = mbl.cell_index_y(RAW_CURRENT_POSITION(Y)),
  10314. cx2 = mbl.cell_index_x(RAW_X_POSITION(destination[X_AXIS])),
  10315. cy2 = mbl.cell_index_y(RAW_Y_POSITION(destination[Y_AXIS]));
  10316. NOMORE(cx1, GRID_MAX_POINTS_X - 2);
  10317. NOMORE(cy1, GRID_MAX_POINTS_Y - 2);
  10318. NOMORE(cx2, GRID_MAX_POINTS_X - 2);
  10319. NOMORE(cy2, GRID_MAX_POINTS_Y - 2);
  10320. if (cx1 == cx2 && cy1 == cy2) {
  10321. // Start and end on same mesh square
  10322. line_to_destination(fr_mm_s);
  10323. set_current_to_destination();
  10324. return;
  10325. }
  10326. #define MBL_SEGMENT_END(A) (current_position[A ##_AXIS] + (destination[A ##_AXIS] - current_position[A ##_AXIS]) * normalized_dist)
  10327. float normalized_dist, end[XYZE];
  10328. // Split at the left/front border of the right/top square
  10329. const int8_t gcx = max(cx1, cx2), gcy = max(cy1, cy2);
  10330. if (cx2 != cx1 && TEST(x_splits, gcx)) {
  10331. COPY(end, destination);
  10332. destination[X_AXIS] = LOGICAL_X_POSITION(mbl.index_to_xpos[gcx]);
  10333. normalized_dist = (destination[X_AXIS] - current_position[X_AXIS]) / (end[X_AXIS] - current_position[X_AXIS]);
  10334. destination[Y_AXIS] = MBL_SEGMENT_END(Y);
  10335. CBI(x_splits, gcx);
  10336. }
  10337. else if (cy2 != cy1 && TEST(y_splits, gcy)) {
  10338. COPY(end, destination);
  10339. destination[Y_AXIS] = LOGICAL_Y_POSITION(mbl.index_to_ypos[gcy]);
  10340. normalized_dist = (destination[Y_AXIS] - current_position[Y_AXIS]) / (end[Y_AXIS] - current_position[Y_AXIS]);
  10341. destination[X_AXIS] = MBL_SEGMENT_END(X);
  10342. CBI(y_splits, gcy);
  10343. }
  10344. else {
  10345. // Already split on a border
  10346. line_to_destination(fr_mm_s);
  10347. set_current_to_destination();
  10348. return;
  10349. }
  10350. destination[Z_AXIS] = MBL_SEGMENT_END(Z);
  10351. destination[E_AXIS] = MBL_SEGMENT_END(E);
  10352. // Do the split and look for more borders
  10353. mesh_line_to_destination(fr_mm_s, x_splits, y_splits);
  10354. // Restore destination from stack
  10355. COPY(destination, end);
  10356. mesh_line_to_destination(fr_mm_s, x_splits, y_splits);
  10357. }
  10358. #elif ENABLED(AUTO_BED_LEVELING_BILINEAR) && !IS_KINEMATIC
  10359. #define CELL_INDEX(A,V) ((RAW_##A##_POSITION(V) - bilinear_start[A##_AXIS]) * ABL_BG_FACTOR(A##_AXIS))
  10360. /**
  10361. * Prepare a bilinear-leveled linear move on Cartesian,
  10362. * splitting the move where it crosses grid borders.
  10363. */
  10364. void bilinear_line_to_destination(float fr_mm_s, uint16_t x_splits = 0xFFFF, uint16_t y_splits = 0xFFFF) {
  10365. int cx1 = CELL_INDEX(X, current_position[X_AXIS]),
  10366. cy1 = CELL_INDEX(Y, current_position[Y_AXIS]),
  10367. cx2 = CELL_INDEX(X, destination[X_AXIS]),
  10368. cy2 = CELL_INDEX(Y, destination[Y_AXIS]);
  10369. cx1 = constrain(cx1, 0, ABL_BG_POINTS_X - 2);
  10370. cy1 = constrain(cy1, 0, ABL_BG_POINTS_Y - 2);
  10371. cx2 = constrain(cx2, 0, ABL_BG_POINTS_X - 2);
  10372. cy2 = constrain(cy2, 0, ABL_BG_POINTS_Y - 2);
  10373. if (cx1 == cx2 && cy1 == cy2) {
  10374. // Start and end on same mesh square
  10375. line_to_destination(fr_mm_s);
  10376. set_current_to_destination();
  10377. return;
  10378. }
  10379. #define LINE_SEGMENT_END(A) (current_position[A ##_AXIS] + (destination[A ##_AXIS] - current_position[A ##_AXIS]) * normalized_dist)
  10380. float normalized_dist, end[XYZE];
  10381. // Split at the left/front border of the right/top square
  10382. const int8_t gcx = max(cx1, cx2), gcy = max(cy1, cy2);
  10383. if (cx2 != cx1 && TEST(x_splits, gcx)) {
  10384. COPY(end, destination);
  10385. destination[X_AXIS] = LOGICAL_X_POSITION(bilinear_start[X_AXIS] + ABL_BG_SPACING(X_AXIS) * gcx);
  10386. normalized_dist = (destination[X_AXIS] - current_position[X_AXIS]) / (end[X_AXIS] - current_position[X_AXIS]);
  10387. destination[Y_AXIS] = LINE_SEGMENT_END(Y);
  10388. CBI(x_splits, gcx);
  10389. }
  10390. else if (cy2 != cy1 && TEST(y_splits, gcy)) {
  10391. COPY(end, destination);
  10392. destination[Y_AXIS] = LOGICAL_Y_POSITION(bilinear_start[Y_AXIS] + ABL_BG_SPACING(Y_AXIS) * gcy);
  10393. normalized_dist = (destination[Y_AXIS] - current_position[Y_AXIS]) / (end[Y_AXIS] - current_position[Y_AXIS]);
  10394. destination[X_AXIS] = LINE_SEGMENT_END(X);
  10395. CBI(y_splits, gcy);
  10396. }
  10397. else {
  10398. // Already split on a border
  10399. line_to_destination(fr_mm_s);
  10400. set_current_to_destination();
  10401. return;
  10402. }
  10403. destination[Z_AXIS] = LINE_SEGMENT_END(Z);
  10404. destination[E_AXIS] = LINE_SEGMENT_END(E);
  10405. // Do the split and look for more borders
  10406. bilinear_line_to_destination(fr_mm_s, x_splits, y_splits);
  10407. // Restore destination from stack
  10408. COPY(destination, end);
  10409. bilinear_line_to_destination(fr_mm_s, x_splits, y_splits);
  10410. }
  10411. #endif // AUTO_BED_LEVELING_BILINEAR
  10412. #if IS_KINEMATIC && !UBL_DELTA
  10413. /**
  10414. * Prepare a linear move in a DELTA or SCARA setup.
  10415. *
  10416. * This calls planner.buffer_line several times, adding
  10417. * small incremental moves for DELTA or SCARA.
  10418. */
  10419. inline bool prepare_kinematic_move_to(float ltarget[XYZE]) {
  10420. // Get the top feedrate of the move in the XY plane
  10421. const float _feedrate_mm_s = MMS_SCALED(feedrate_mm_s);
  10422. // If the move is only in Z/E don't split up the move
  10423. if (ltarget[X_AXIS] == current_position[X_AXIS] && ltarget[Y_AXIS] == current_position[Y_AXIS]) {
  10424. planner.buffer_line_kinematic(ltarget, _feedrate_mm_s, active_extruder);
  10425. return false;
  10426. }
  10427. // Fail if attempting move outside printable radius
  10428. if (!position_is_reachable_xy(ltarget[X_AXIS], ltarget[Y_AXIS])) return true;
  10429. // Get the cartesian distances moved in XYZE
  10430. const float difference[XYZE] = {
  10431. ltarget[X_AXIS] - current_position[X_AXIS],
  10432. ltarget[Y_AXIS] - current_position[Y_AXIS],
  10433. ltarget[Z_AXIS] - current_position[Z_AXIS],
  10434. ltarget[E_AXIS] - current_position[E_AXIS]
  10435. };
  10436. // Get the linear distance in XYZ
  10437. float cartesian_mm = SQRT(sq(difference[X_AXIS]) + sq(difference[Y_AXIS]) + sq(difference[Z_AXIS]));
  10438. // If the move is very short, check the E move distance
  10439. if (UNEAR_ZERO(cartesian_mm)) cartesian_mm = FABS(difference[E_AXIS]);
  10440. // No E move either? Game over.
  10441. if (UNEAR_ZERO(cartesian_mm)) return true;
  10442. // Minimum number of seconds to move the given distance
  10443. const float seconds = cartesian_mm / _feedrate_mm_s;
  10444. // The number of segments-per-second times the duration
  10445. // gives the number of segments
  10446. uint16_t segments = delta_segments_per_second * seconds;
  10447. // For SCARA minimum segment size is 0.25mm
  10448. #if IS_SCARA
  10449. NOMORE(segments, cartesian_mm * 4);
  10450. #endif
  10451. // At least one segment is required
  10452. NOLESS(segments, 1);
  10453. // The approximate length of each segment
  10454. const float inv_segments = 1.0 / float(segments),
  10455. segment_distance[XYZE] = {
  10456. difference[X_AXIS] * inv_segments,
  10457. difference[Y_AXIS] * inv_segments,
  10458. difference[Z_AXIS] * inv_segments,
  10459. difference[E_AXIS] * inv_segments
  10460. };
  10461. // SERIAL_ECHOPAIR("mm=", cartesian_mm);
  10462. // SERIAL_ECHOPAIR(" seconds=", seconds);
  10463. // SERIAL_ECHOLNPAIR(" segments=", segments);
  10464. #if IS_SCARA && ENABLED(SCARA_FEEDRATE_SCALING)
  10465. // SCARA needs to scale the feed rate from mm/s to degrees/s
  10466. const float inv_segment_length = min(10.0, float(segments) / cartesian_mm), // 1/mm/segs
  10467. feed_factor = inv_segment_length * _feedrate_mm_s;
  10468. float oldA = stepper.get_axis_position_degrees(A_AXIS),
  10469. oldB = stepper.get_axis_position_degrees(B_AXIS);
  10470. #endif
  10471. // Get the logical current position as starting point
  10472. float logical[XYZE];
  10473. COPY(logical, current_position);
  10474. // Drop one segment so the last move is to the exact target.
  10475. // If there's only 1 segment, loops will be skipped entirely.
  10476. --segments;
  10477. // Calculate and execute the segments
  10478. for (uint16_t s = segments + 1; --s;) {
  10479. LOOP_XYZE(i) logical[i] += segment_distance[i];
  10480. #if ENABLED(DELTA)
  10481. DELTA_LOGICAL_IK(); // Delta can inline its kinematics
  10482. #else
  10483. inverse_kinematics(logical);
  10484. #endif
  10485. ADJUST_DELTA(logical); // Adjust Z if bed leveling is enabled
  10486. #if IS_SCARA && ENABLED(SCARA_FEEDRATE_SCALING)
  10487. // For SCARA scale the feed rate from mm/s to degrees/s
  10488. // Use ratio between the length of the move and the larger angle change
  10489. const float adiff = abs(delta[A_AXIS] - oldA),
  10490. bdiff = abs(delta[B_AXIS] - oldB);
  10491. planner.buffer_line(delta[A_AXIS], delta[B_AXIS], delta[C_AXIS], logical[E_AXIS], max(adiff, bdiff) * feed_factor, active_extruder);
  10492. oldA = delta[A_AXIS];
  10493. oldB = delta[B_AXIS];
  10494. #else
  10495. planner.buffer_line(delta[A_AXIS], delta[B_AXIS], delta[C_AXIS], logical[E_AXIS], _feedrate_mm_s, active_extruder);
  10496. #endif
  10497. }
  10498. // Since segment_distance is only approximate,
  10499. // the final move must be to the exact destination.
  10500. #if IS_SCARA && ENABLED(SCARA_FEEDRATE_SCALING)
  10501. // For SCARA scale the feed rate from mm/s to degrees/s
  10502. // With segments > 1 length is 1 segment, otherwise total length
  10503. inverse_kinematics(ltarget);
  10504. ADJUST_DELTA(ltarget);
  10505. const float adiff = abs(delta[A_AXIS] - oldA),
  10506. bdiff = abs(delta[B_AXIS] - oldB);
  10507. planner.buffer_line(delta[A_AXIS], delta[B_AXIS], delta[C_AXIS], logical[E_AXIS], max(adiff, bdiff) * feed_factor, active_extruder);
  10508. #else
  10509. planner.buffer_line_kinematic(ltarget, _feedrate_mm_s, active_extruder);
  10510. #endif
  10511. return false;
  10512. }
  10513. #else // !IS_KINEMATIC || UBL_DELTA
  10514. /**
  10515. * Prepare a linear move in a Cartesian setup.
  10516. * If Mesh Bed Leveling is enabled, perform a mesh move.
  10517. *
  10518. * Returns true if the caller didn't update current_position.
  10519. */
  10520. inline bool prepare_move_to_destination_cartesian() {
  10521. #if ENABLED(AUTO_BED_LEVELING_UBL)
  10522. const float fr_scaled = MMS_SCALED(feedrate_mm_s);
  10523. if (ubl.state.active) { // direct use of ubl.state.active for speed
  10524. ubl.line_to_destination_cartesian(fr_scaled, active_extruder);
  10525. return true;
  10526. }
  10527. else
  10528. line_to_destination(fr_scaled);
  10529. #else
  10530. // Do not use feedrate_percentage for E or Z only moves
  10531. if (current_position[X_AXIS] == destination[X_AXIS] && current_position[Y_AXIS] == destination[Y_AXIS])
  10532. line_to_destination();
  10533. else {
  10534. const float fr_scaled = MMS_SCALED(feedrate_mm_s);
  10535. #if ENABLED(MESH_BED_LEVELING)
  10536. if (mbl.active()) { // direct used of mbl.active() for speed
  10537. mesh_line_to_destination(fr_scaled);
  10538. return true;
  10539. }
  10540. else
  10541. #elif ENABLED(AUTO_BED_LEVELING_BILINEAR)
  10542. if (planner.abl_enabled) { // direct use of abl_enabled for speed
  10543. bilinear_line_to_destination(fr_scaled);
  10544. return true;
  10545. }
  10546. else
  10547. #endif
  10548. line_to_destination(fr_scaled);
  10549. }
  10550. #endif
  10551. return false;
  10552. }
  10553. #endif // !IS_KINEMATIC || UBL_DELTA
  10554. #if ENABLED(DUAL_X_CARRIAGE)
  10555. /**
  10556. * Prepare a linear move in a dual X axis setup
  10557. */
  10558. inline bool prepare_move_to_destination_dualx() {
  10559. if (active_extruder_parked) {
  10560. switch (dual_x_carriage_mode) {
  10561. case DXC_FULL_CONTROL_MODE:
  10562. break;
  10563. case DXC_AUTO_PARK_MODE:
  10564. if (current_position[E_AXIS] == destination[E_AXIS]) {
  10565. // This is a travel move (with no extrusion)
  10566. // Skip it, but keep track of the current position
  10567. // (so it can be used as the start of the next non-travel move)
  10568. if (delayed_move_time != 0xFFFFFFFFUL) {
  10569. set_current_to_destination();
  10570. NOLESS(raised_parked_position[Z_AXIS], destination[Z_AXIS]);
  10571. delayed_move_time = millis();
  10572. return true;
  10573. }
  10574. }
  10575. // unpark extruder: 1) raise, 2) move into starting XY position, 3) lower
  10576. for (uint8_t i = 0; i < 3; i++)
  10577. planner.buffer_line(
  10578. i == 0 ? raised_parked_position[X_AXIS] : current_position[X_AXIS],
  10579. i == 0 ? raised_parked_position[Y_AXIS] : current_position[Y_AXIS],
  10580. i == 2 ? current_position[Z_AXIS] : raised_parked_position[Z_AXIS],
  10581. current_position[E_AXIS],
  10582. i == 1 ? PLANNER_XY_FEEDRATE() : planner.max_feedrate_mm_s[Z_AXIS],
  10583. active_extruder
  10584. );
  10585. delayed_move_time = 0;
  10586. active_extruder_parked = false;
  10587. #if ENABLED(DEBUG_LEVELING_FEATURE)
  10588. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("Clear active_extruder_parked");
  10589. #endif
  10590. break;
  10591. case DXC_DUPLICATION_MODE:
  10592. if (active_extruder == 0) {
  10593. #if ENABLED(DEBUG_LEVELING_FEATURE)
  10594. if (DEBUGGING(LEVELING)) {
  10595. SERIAL_ECHOPAIR("Set planner X", LOGICAL_X_POSITION(inactive_extruder_x_pos));
  10596. SERIAL_ECHOLNPAIR(" ... Line to X", current_position[X_AXIS] + duplicate_extruder_x_offset);
  10597. }
  10598. #endif
  10599. // move duplicate extruder into correct duplication position.
  10600. planner.set_position_mm(
  10601. LOGICAL_X_POSITION(inactive_extruder_x_pos),
  10602. current_position[Y_AXIS],
  10603. current_position[Z_AXIS],
  10604. current_position[E_AXIS]
  10605. );
  10606. planner.buffer_line(
  10607. current_position[X_AXIS] + duplicate_extruder_x_offset,
  10608. current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS],
  10609. planner.max_feedrate_mm_s[X_AXIS], 1
  10610. );
  10611. SYNC_PLAN_POSITION_KINEMATIC();
  10612. stepper.synchronize();
  10613. extruder_duplication_enabled = true;
  10614. active_extruder_parked = false;
  10615. #if ENABLED(DEBUG_LEVELING_FEATURE)
  10616. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("Set extruder_duplication_enabled\nClear active_extruder_parked");
  10617. #endif
  10618. }
  10619. else {
  10620. #if ENABLED(DEBUG_LEVELING_FEATURE)
  10621. if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("Active extruder not 0");
  10622. #endif
  10623. }
  10624. break;
  10625. }
  10626. }
  10627. return prepare_move_to_destination_cartesian();
  10628. }
  10629. #endif // DUAL_X_CARRIAGE
  10630. /**
  10631. * Prepare a single move and get ready for the next one
  10632. *
  10633. * This may result in several calls to planner.buffer_line to
  10634. * do smaller moves for DELTA, SCARA, mesh moves, etc.
  10635. */
  10636. void prepare_move_to_destination() {
  10637. clamp_to_software_endstops(destination);
  10638. refresh_cmd_timeout();
  10639. #if ENABLED(PREVENT_COLD_EXTRUSION)
  10640. if (!DEBUGGING(DRYRUN)) {
  10641. if (destination[E_AXIS] != current_position[E_AXIS]) {
  10642. if (thermalManager.tooColdToExtrude(active_extruder)) {
  10643. current_position[E_AXIS] = destination[E_AXIS]; // Behave as if the move really took place, but ignore E part
  10644. SERIAL_ECHO_START();
  10645. SERIAL_ECHOLNPGM(MSG_ERR_COLD_EXTRUDE_STOP);
  10646. }
  10647. #if ENABLED(PREVENT_LENGTHY_EXTRUDE)
  10648. if (destination[E_AXIS] - current_position[E_AXIS] > EXTRUDE_MAXLENGTH) {
  10649. current_position[E_AXIS] = destination[E_AXIS]; // Behave as if the move really took place, but ignore E part
  10650. SERIAL_ECHO_START();
  10651. SERIAL_ECHOLNPGM(MSG_ERR_LONG_EXTRUDE_STOP);
  10652. }
  10653. #endif
  10654. }
  10655. }
  10656. #endif
  10657. if (
  10658. #if UBL_DELTA // Also works for CARTESIAN (smaller segments follow mesh more closely)
  10659. ubl.prepare_segmented_line_to(destination, feedrate_mm_s)
  10660. #elif IS_KINEMATIC
  10661. prepare_kinematic_move_to(destination)
  10662. #elif ENABLED(DUAL_X_CARRIAGE)
  10663. prepare_move_to_destination_dualx()
  10664. #else
  10665. prepare_move_to_destination_cartesian()
  10666. #endif
  10667. ) return;
  10668. set_current_to_destination();
  10669. }
  10670. #if ENABLED(ARC_SUPPORT)
  10671. #if N_ARC_CORRECTION < 1
  10672. #undef N_ARC_CORRECTION
  10673. #define N_ARC_CORRECTION 1
  10674. #endif
  10675. /**
  10676. * Plan an arc in 2 dimensions
  10677. *
  10678. * The arc is approximated by generating many small linear segments.
  10679. * The length of each segment is configured in MM_PER_ARC_SEGMENT (Default 1mm)
  10680. * Arcs should only be made relatively large (over 5mm), as larger arcs with
  10681. * larger segments will tend to be more efficient. Your slicer should have
  10682. * options for G2/G3 arc generation. In future these options may be GCode tunable.
  10683. */
  10684. void plan_arc(
  10685. float logical[XYZE], // Destination position
  10686. float *offset, // Center of rotation relative to current_position
  10687. uint8_t clockwise // Clockwise?
  10688. ) {
  10689. #if ENABLED(CNC_WORKSPACE_PLANES)
  10690. AxisEnum p_axis, q_axis, l_axis;
  10691. switch (workspace_plane) {
  10692. case PLANE_XY: p_axis = X_AXIS; q_axis = Y_AXIS; l_axis = Z_AXIS; break;
  10693. case PLANE_ZX: p_axis = Z_AXIS; q_axis = X_AXIS; l_axis = Y_AXIS; break;
  10694. case PLANE_YZ: p_axis = Y_AXIS; q_axis = Z_AXIS; l_axis = X_AXIS; break;
  10695. }
  10696. #else
  10697. constexpr AxisEnum p_axis = X_AXIS, q_axis = Y_AXIS, l_axis = Z_AXIS;
  10698. #endif
  10699. // Radius vector from center to current location
  10700. float r_P = -offset[0], r_Q = -offset[1];
  10701. const float radius = HYPOT(r_P, r_Q),
  10702. center_P = current_position[p_axis] - r_P,
  10703. center_Q = current_position[q_axis] - r_Q,
  10704. rt_X = logical[p_axis] - center_P,
  10705. rt_Y = logical[q_axis] - center_Q,
  10706. linear_travel = logical[l_axis] - current_position[l_axis],
  10707. extruder_travel = logical[E_AXIS] - current_position[E_AXIS];
  10708. // CCW angle of rotation between position and target from the circle center. Only one atan2() trig computation required.
  10709. float angular_travel = ATAN2(r_P * rt_Y - r_Q * rt_X, r_P * rt_X + r_Q * rt_Y);
  10710. if (angular_travel < 0) angular_travel += RADIANS(360);
  10711. if (clockwise) angular_travel -= RADIANS(360);
  10712. // Make a circle if the angular rotation is 0 and the target is current position
  10713. if (angular_travel == 0 && current_position[p_axis] == logical[p_axis] && current_position[q_axis] == logical[q_axis])
  10714. angular_travel = RADIANS(360);
  10715. const float mm_of_travel = HYPOT(angular_travel * radius, FABS(linear_travel));
  10716. if (mm_of_travel < 0.001) return;
  10717. uint16_t segments = FLOOR(mm_of_travel / (MM_PER_ARC_SEGMENT));
  10718. if (segments == 0) segments = 1;
  10719. /**
  10720. * Vector rotation by transformation matrix: r is the original vector, r_T is the rotated vector,
  10721. * and phi is the angle of rotation. Based on the solution approach by Jens Geisler.
  10722. * r_T = [cos(phi) -sin(phi);
  10723. * sin(phi) cos(phi)] * r ;
  10724. *
  10725. * For arc generation, the center of the circle is the axis of rotation and the radius vector is
  10726. * defined from the circle center to the initial position. Each line segment is formed by successive
  10727. * vector rotations. This requires only two cos() and sin() computations to form the rotation
  10728. * matrix for the duration of the entire arc. Error may accumulate from numerical round-off, since
  10729. * all double numbers are single precision on the Arduino. (True double precision will not have
  10730. * round off issues for CNC applications.) Single precision error can accumulate to be greater than
  10731. * tool precision in some cases. Therefore, arc path correction is implemented.
  10732. *
  10733. * Small angle approximation may be used to reduce computation overhead further. This approximation
  10734. * holds for everything, but very small circles and large MM_PER_ARC_SEGMENT values. In other words,
  10735. * theta_per_segment would need to be greater than 0.1 rad and N_ARC_CORRECTION would need to be large
  10736. * to cause an appreciable drift error. N_ARC_CORRECTION~=25 is more than small enough to correct for
  10737. * numerical drift error. N_ARC_CORRECTION may be on the order a hundred(s) before error becomes an
  10738. * issue for CNC machines with the single precision Arduino calculations.
  10739. *
  10740. * This approximation also allows plan_arc to immediately insert a line segment into the planner
  10741. * without the initial overhead of computing cos() or sin(). By the time the arc needs to be applied
  10742. * a correction, the planner should have caught up to the lag caused by the initial plan_arc overhead.
  10743. * This is important when there are successive arc motions.
  10744. */
  10745. // Vector rotation matrix values
  10746. float arc_target[XYZE];
  10747. const float theta_per_segment = angular_travel / segments,
  10748. linear_per_segment = linear_travel / segments,
  10749. extruder_per_segment = extruder_travel / segments,
  10750. sin_T = theta_per_segment,
  10751. cos_T = 1 - 0.5 * sq(theta_per_segment); // Small angle approximation
  10752. // Initialize the linear axis
  10753. arc_target[l_axis] = current_position[l_axis];
  10754. // Initialize the extruder axis
  10755. arc_target[E_AXIS] = current_position[E_AXIS];
  10756. const float fr_mm_s = MMS_SCALED(feedrate_mm_s);
  10757. millis_t next_idle_ms = millis() + 200UL;
  10758. #if N_ARC_CORRECTION > 1
  10759. int8_t arc_recalc_count = N_ARC_CORRECTION;
  10760. #endif
  10761. for (uint16_t i = 1; i < segments; i++) { // Iterate (segments-1) times
  10762. thermalManager.manage_heater();
  10763. if (ELAPSED(millis(), next_idle_ms)) {
  10764. next_idle_ms = millis() + 200UL;
  10765. idle();
  10766. }
  10767. #if N_ARC_CORRECTION > 1
  10768. if (--arc_recalc_count) {
  10769. // Apply vector rotation matrix to previous r_P / 1
  10770. const float r_new_Y = r_P * sin_T + r_Q * cos_T;
  10771. r_P = r_P * cos_T - r_Q * sin_T;
  10772. r_Q = r_new_Y;
  10773. }
  10774. else
  10775. #endif
  10776. {
  10777. #if N_ARC_CORRECTION > 1
  10778. arc_recalc_count = N_ARC_CORRECTION;
  10779. #endif
  10780. // Arc correction to radius vector. Computed only every N_ARC_CORRECTION increments.
  10781. // Compute exact location by applying transformation matrix from initial radius vector(=-offset).
  10782. // To reduce stuttering, the sin and cos could be computed at different times.
  10783. // For now, compute both at the same time.
  10784. const float cos_Ti = cos(i * theta_per_segment), sin_Ti = sin(i * theta_per_segment);
  10785. r_P = -offset[0] * cos_Ti + offset[1] * sin_Ti;
  10786. r_Q = -offset[0] * sin_Ti - offset[1] * cos_Ti;
  10787. }
  10788. // Update arc_target location
  10789. arc_target[p_axis] = center_P + r_P;
  10790. arc_target[q_axis] = center_Q + r_Q;
  10791. arc_target[l_axis] += linear_per_segment;
  10792. arc_target[E_AXIS] += extruder_per_segment;
  10793. clamp_to_software_endstops(arc_target);
  10794. planner.buffer_line_kinematic(arc_target, fr_mm_s, active_extruder);
  10795. }
  10796. // Ensure last segment arrives at target location.
  10797. planner.buffer_line_kinematic(logical, fr_mm_s, active_extruder);
  10798. // As far as the parser is concerned, the position is now == target. In reality the
  10799. // motion control system might still be processing the action and the real tool position
  10800. // in any intermediate location.
  10801. set_current_to_destination();
  10802. } // plan_arc
  10803. #endif // ARC_SUPPORT
  10804. #if ENABLED(BEZIER_CURVE_SUPPORT)
  10805. void plan_cubic_move(const float offset[4]) {
  10806. cubic_b_spline(current_position, destination, offset, MMS_SCALED(feedrate_mm_s), active_extruder);
  10807. // As far as the parser is concerned, the position is now == destination. In reality the
  10808. // motion control system might still be processing the action and the real tool position
  10809. // in any intermediate location.
  10810. set_current_to_destination();
  10811. }
  10812. #endif // BEZIER_CURVE_SUPPORT
  10813. #if ENABLED(USE_CONTROLLER_FAN)
  10814. void controllerFan() {
  10815. static millis_t lastMotorOn = 0, // Last time a motor was turned on
  10816. nextMotorCheck = 0; // Last time the state was checked
  10817. const millis_t ms = millis();
  10818. if (ELAPSED(ms, nextMotorCheck)) {
  10819. nextMotorCheck = ms + 2500UL; // Not a time critical function, so only check every 2.5s
  10820. if (X_ENABLE_READ == X_ENABLE_ON || Y_ENABLE_READ == Y_ENABLE_ON || Z_ENABLE_READ == Z_ENABLE_ON || thermalManager.soft_pwm_amount_bed > 0
  10821. || E0_ENABLE_READ == E_ENABLE_ON // If any of the drivers are enabled...
  10822. #if E_STEPPERS > 1
  10823. || E1_ENABLE_READ == E_ENABLE_ON
  10824. #if HAS_X2_ENABLE
  10825. || X2_ENABLE_READ == X_ENABLE_ON
  10826. #endif
  10827. #if E_STEPPERS > 2
  10828. || E2_ENABLE_READ == E_ENABLE_ON
  10829. #if E_STEPPERS > 3
  10830. || E3_ENABLE_READ == E_ENABLE_ON
  10831. #if E_STEPPERS > 4
  10832. || E4_ENABLE_READ == E_ENABLE_ON
  10833. #endif // E_STEPPERS > 4
  10834. #endif // E_STEPPERS > 3
  10835. #endif // E_STEPPERS > 2
  10836. #endif // E_STEPPERS > 1
  10837. ) {
  10838. lastMotorOn = ms; //... set time to NOW so the fan will turn on
  10839. }
  10840. // Fan off if no steppers have been enabled for CONTROLLERFAN_SECS seconds
  10841. uint8_t speed = (!lastMotorOn || ELAPSED(ms, lastMotorOn + (CONTROLLERFAN_SECS) * 1000UL)) ? 0 : CONTROLLERFAN_SPEED;
  10842. // allows digital or PWM fan output to be used (see M42 handling)
  10843. WRITE(CONTROLLER_FAN_PIN, speed);
  10844. analogWrite(CONTROLLER_FAN_PIN, speed);
  10845. }
  10846. }
  10847. #endif // USE_CONTROLLER_FAN
  10848. #if ENABLED(MORGAN_SCARA)
  10849. /**
  10850. * Morgan SCARA Forward Kinematics. Results in cartes[].
  10851. * Maths and first version by QHARLEY.
  10852. * Integrated into Marlin and slightly restructured by Joachim Cerny.
  10853. */
  10854. void forward_kinematics_SCARA(const float &a, const float &b) {
  10855. float a_sin = sin(RADIANS(a)) * L1,
  10856. a_cos = cos(RADIANS(a)) * L1,
  10857. b_sin = sin(RADIANS(b)) * L2,
  10858. b_cos = cos(RADIANS(b)) * L2;
  10859. cartes[X_AXIS] = a_cos + b_cos + SCARA_OFFSET_X; //theta
  10860. cartes[Y_AXIS] = a_sin + b_sin + SCARA_OFFSET_Y; //theta+phi
  10861. /*
  10862. SERIAL_ECHOPAIR("SCARA FK Angle a=", a);
  10863. SERIAL_ECHOPAIR(" b=", b);
  10864. SERIAL_ECHOPAIR(" a_sin=", a_sin);
  10865. SERIAL_ECHOPAIR(" a_cos=", a_cos);
  10866. SERIAL_ECHOPAIR(" b_sin=", b_sin);
  10867. SERIAL_ECHOLNPAIR(" b_cos=", b_cos);
  10868. SERIAL_ECHOPAIR(" cartes[X_AXIS]=", cartes[X_AXIS]);
  10869. SERIAL_ECHOLNPAIR(" cartes[Y_AXIS]=", cartes[Y_AXIS]);
  10870. //*/
  10871. }
  10872. /**
  10873. * Morgan SCARA Inverse Kinematics. Results in delta[].
  10874. *
  10875. * See http://forums.reprap.org/read.php?185,283327
  10876. *
  10877. * Maths and first version by QHARLEY.
  10878. * Integrated into Marlin and slightly restructured by Joachim Cerny.
  10879. */
  10880. void inverse_kinematics(const float logical[XYZ]) {
  10881. static float C2, S2, SK1, SK2, THETA, PSI;
  10882. float sx = RAW_X_POSITION(logical[X_AXIS]) - SCARA_OFFSET_X, // Translate SCARA to standard X Y
  10883. sy = RAW_Y_POSITION(logical[Y_AXIS]) - SCARA_OFFSET_Y; // With scaling factor.
  10884. if (L1 == L2)
  10885. C2 = HYPOT2(sx, sy) / L1_2_2 - 1;
  10886. else
  10887. C2 = (HYPOT2(sx, sy) - (L1_2 + L2_2)) / (2.0 * L1 * L2);
  10888. S2 = SQRT(1 - sq(C2));
  10889. // Unrotated Arm1 plus rotated Arm2 gives the distance from Center to End
  10890. SK1 = L1 + L2 * C2;
  10891. // Rotated Arm2 gives the distance from Arm1 to Arm2
  10892. SK2 = L2 * S2;
  10893. // Angle of Arm1 is the difference between Center-to-End angle and the Center-to-Elbow
  10894. THETA = ATAN2(SK1, SK2) - ATAN2(sx, sy);
  10895. // Angle of Arm2
  10896. PSI = ATAN2(S2, C2);
  10897. delta[A_AXIS] = DEGREES(THETA); // theta is support arm angle
  10898. delta[B_AXIS] = DEGREES(THETA + PSI); // equal to sub arm angle (inverted motor)
  10899. delta[C_AXIS] = logical[Z_AXIS];
  10900. /*
  10901. DEBUG_POS("SCARA IK", logical);
  10902. DEBUG_POS("SCARA IK", delta);
  10903. SERIAL_ECHOPAIR(" SCARA (x,y) ", sx);
  10904. SERIAL_ECHOPAIR(",", sy);
  10905. SERIAL_ECHOPAIR(" C2=", C2);
  10906. SERIAL_ECHOPAIR(" S2=", S2);
  10907. SERIAL_ECHOPAIR(" Theta=", THETA);
  10908. SERIAL_ECHOLNPAIR(" Phi=", PHI);
  10909. //*/
  10910. }
  10911. #endif // MORGAN_SCARA
  10912. #if ENABLED(TEMP_STAT_LEDS)
  10913. static bool red_led = false;
  10914. static millis_t next_status_led_update_ms = 0;
  10915. void handle_status_leds(void) {
  10916. if (ELAPSED(millis(), next_status_led_update_ms)) {
  10917. next_status_led_update_ms += 500; // Update every 0.5s
  10918. float max_temp = 0.0;
  10919. #if HAS_TEMP_BED
  10920. max_temp = MAX3(max_temp, thermalManager.degTargetBed(), thermalManager.degBed());
  10921. #endif
  10922. HOTEND_LOOP()
  10923. max_temp = MAX3(max_temp, thermalManager.degHotend(e), thermalManager.degTargetHotend(e));
  10924. const bool new_led = (max_temp > 55.0) ? true : (max_temp < 54.0) ? false : red_led;
  10925. if (new_led != red_led) {
  10926. red_led = new_led;
  10927. #if PIN_EXISTS(STAT_LED_RED)
  10928. WRITE(STAT_LED_RED_PIN, new_led ? HIGH : LOW);
  10929. #if PIN_EXISTS(STAT_LED_BLUE)
  10930. WRITE(STAT_LED_BLUE_PIN, new_led ? LOW : HIGH);
  10931. #endif
  10932. #else
  10933. WRITE(STAT_LED_BLUE_PIN, new_led ? HIGH : LOW);
  10934. #endif
  10935. }
  10936. }
  10937. }
  10938. #endif
  10939. #if ENABLED(FILAMENT_RUNOUT_SENSOR)
  10940. void handle_filament_runout() {
  10941. if (!filament_ran_out) {
  10942. filament_ran_out = true;
  10943. enqueue_and_echo_commands_P(PSTR(FILAMENT_RUNOUT_SCRIPT));
  10944. stepper.synchronize();
  10945. }
  10946. }
  10947. #endif // FILAMENT_RUNOUT_SENSOR
  10948. #if ENABLED(FAST_PWM_FAN)
  10949. void setPwmFrequency(uint8_t pin, int val) {
  10950. val &= 0x07;
  10951. switch (digitalPinToTimer(pin)) {
  10952. #ifdef TCCR0A
  10953. #if !AVR_AT90USB1286_FAMILY
  10954. case TIMER0A:
  10955. #endif
  10956. case TIMER0B:
  10957. //_SET_CS(0, val);
  10958. break;
  10959. #endif
  10960. #ifdef TCCR1A
  10961. case TIMER1A:
  10962. case TIMER1B:
  10963. //_SET_CS(1, val);
  10964. break;
  10965. #endif
  10966. #ifdef TCCR2
  10967. case TIMER2:
  10968. case TIMER2:
  10969. _SET_CS(2, val);
  10970. break;
  10971. #endif
  10972. #ifdef TCCR2A
  10973. case TIMER2A:
  10974. case TIMER2B:
  10975. _SET_CS(2, val);
  10976. break;
  10977. #endif
  10978. #ifdef TCCR3A
  10979. case TIMER3A:
  10980. case TIMER3B:
  10981. case TIMER3C:
  10982. _SET_CS(3, val);
  10983. break;
  10984. #endif
  10985. #ifdef TCCR4A
  10986. case TIMER4A:
  10987. case TIMER4B:
  10988. case TIMER4C:
  10989. _SET_CS(4, val);
  10990. break;
  10991. #endif
  10992. #ifdef TCCR5A
  10993. case TIMER5A:
  10994. case TIMER5B:
  10995. case TIMER5C:
  10996. _SET_CS(5, val);
  10997. break;
  10998. #endif
  10999. }
  11000. }
  11001. #endif // FAST_PWM_FAN
  11002. float calculate_volumetric_multiplier(const float diameter) {
  11003. if (!volumetric_enabled || diameter == 0) return 1.0;
  11004. return 1.0 / (M_PI * sq(diameter * 0.5));
  11005. }
  11006. void calculate_volumetric_multipliers() {
  11007. for (uint8_t i = 0; i < COUNT(filament_size); i++)
  11008. volumetric_multiplier[i] = calculate_volumetric_multiplier(filament_size[i]);
  11009. }
  11010. void enable_all_steppers() {
  11011. enable_X();
  11012. enable_Y();
  11013. enable_Z();
  11014. enable_E0();
  11015. enable_E1();
  11016. enable_E2();
  11017. enable_E3();
  11018. enable_E4();
  11019. }
  11020. void disable_e_steppers() {
  11021. disable_E0();
  11022. disable_E1();
  11023. disable_E2();
  11024. disable_E3();
  11025. disable_E4();
  11026. }
  11027. void disable_all_steppers() {
  11028. disable_X();
  11029. disable_Y();
  11030. disable_Z();
  11031. disable_e_steppers();
  11032. }
  11033. #if ENABLED(HAVE_TMC2130)
  11034. void automatic_current_control(TMC2130Stepper &st, String axisID) {
  11035. // Check otpw even if we don't use automatic control. Allows for flag inspection.
  11036. const bool is_otpw = st.checkOT();
  11037. // Report if a warning was triggered
  11038. static bool previous_otpw = false;
  11039. if (is_otpw && !previous_otpw) {
  11040. char timestamp[10];
  11041. duration_t elapsed = print_job_timer.duration();
  11042. const bool has_days = (elapsed.value > 60*60*24L);
  11043. (void)elapsed.toDigital(timestamp, has_days);
  11044. SERIAL_ECHO(timestamp);
  11045. SERIAL_ECHOPGM(": ");
  11046. SERIAL_ECHO(axisID);
  11047. SERIAL_ECHOLNPGM(" driver overtemperature warning!");
  11048. }
  11049. previous_otpw = is_otpw;
  11050. #if CURRENT_STEP > 0 && ENABLED(AUTOMATIC_CURRENT_CONTROL)
  11051. // Return if user has not enabled current control start with M906 S1.
  11052. if (!auto_current_control) return;
  11053. /**
  11054. * Decrease current if is_otpw is true.
  11055. * Bail out if driver is disabled.
  11056. * Increase current if OTPW has not been triggered yet.
  11057. */
  11058. uint16_t current = st.getCurrent();
  11059. if (is_otpw) {
  11060. st.setCurrent(current - CURRENT_STEP, R_SENSE, HOLD_MULTIPLIER);
  11061. #if ENABLED(REPORT_CURRENT_CHANGE)
  11062. SERIAL_ECHO(axisID);
  11063. SERIAL_ECHOPAIR(" current decreased to ", st.getCurrent());
  11064. #endif
  11065. }
  11066. else if (!st.isEnabled())
  11067. return;
  11068. else if (!is_otpw && !st.getOTPW()) {
  11069. current += CURRENT_STEP;
  11070. if (current <= AUTO_ADJUST_MAX) {
  11071. st.setCurrent(current, R_SENSE, HOLD_MULTIPLIER);
  11072. #if ENABLED(REPORT_CURRENT_CHANGE)
  11073. SERIAL_ECHO(axisID);
  11074. SERIAL_ECHOPAIR(" current increased to ", st.getCurrent());
  11075. #endif
  11076. }
  11077. }
  11078. SERIAL_EOL();
  11079. #endif
  11080. }
  11081. void checkOverTemp() {
  11082. static millis_t next_cOT = 0;
  11083. if (ELAPSED(millis(), next_cOT)) {
  11084. next_cOT = millis() + 5000;
  11085. #if ENABLED(X_IS_TMC2130)
  11086. automatic_current_control(stepperX, "X");
  11087. #endif
  11088. #if ENABLED(Y_IS_TMC2130)
  11089. automatic_current_control(stepperY, "Y");
  11090. #endif
  11091. #if ENABLED(Z_IS_TMC2130)
  11092. automatic_current_control(stepperZ, "Z");
  11093. #endif
  11094. #if ENABLED(X2_IS_TMC2130)
  11095. automatic_current_control(stepperX2, "X2");
  11096. #endif
  11097. #if ENABLED(Y2_IS_TMC2130)
  11098. automatic_current_control(stepperY2, "Y2");
  11099. #endif
  11100. #if ENABLED(Z2_IS_TMC2130)
  11101. automatic_current_control(stepperZ2, "Z2");
  11102. #endif
  11103. #if ENABLED(E0_IS_TMC2130)
  11104. automatic_current_control(stepperE0, "E0");
  11105. #endif
  11106. #if ENABLED(E1_IS_TMC2130)
  11107. automatic_current_control(stepperE1, "E1");
  11108. #endif
  11109. #if ENABLED(E2_IS_TMC2130)
  11110. automatic_current_control(stepperE2, "E2");
  11111. #endif
  11112. #if ENABLED(E3_IS_TMC2130)
  11113. automatic_current_control(stepperE3, "E3");
  11114. #endif
  11115. #if ENABLED(E4_IS_TMC2130)
  11116. automatic_current_control(stepperE4, "E4");
  11117. #endif
  11118. }
  11119. }
  11120. #endif // HAVE_TMC2130
  11121. /**
  11122. * Manage several activities:
  11123. * - Check for Filament Runout
  11124. * - Keep the command buffer full
  11125. * - Check for maximum inactive time between commands
  11126. * - Check for maximum inactive time between stepper commands
  11127. * - Check if pin CHDK needs to go LOW
  11128. * - Check for KILL button held down
  11129. * - Check for HOME button held down
  11130. * - Check if cooling fan needs to be switched on
  11131. * - Check if an idle but hot extruder needs filament extruded (EXTRUDER_RUNOUT_PREVENT)
  11132. */
  11133. void manage_inactivity(bool ignore_stepper_queue/*=false*/) {
  11134. #if ENABLED(FILAMENT_RUNOUT_SENSOR)
  11135. if ((IS_SD_PRINTING || print_job_timer.isRunning()) && (READ(FIL_RUNOUT_PIN) == FIL_RUNOUT_INVERTING))
  11136. handle_filament_runout();
  11137. #endif
  11138. if (commands_in_queue < BUFSIZE) get_available_commands();
  11139. const millis_t ms = millis();
  11140. if (max_inactive_time && ELAPSED(ms, previous_cmd_ms + max_inactive_time)) {
  11141. SERIAL_ERROR_START();
  11142. SERIAL_ECHOLNPAIR(MSG_KILL_INACTIVE_TIME, parser.command_ptr);
  11143. kill(PSTR(MSG_KILLED));
  11144. }
  11145. // Prevent steppers timing-out in the middle of M600
  11146. #if ENABLED(ADVANCED_PAUSE_FEATURE) && ENABLED(PAUSE_PARK_NO_STEPPER_TIMEOUT)
  11147. #define MOVE_AWAY_TEST !move_away_flag
  11148. #else
  11149. #define MOVE_AWAY_TEST true
  11150. #endif
  11151. if (MOVE_AWAY_TEST && stepper_inactive_time && ELAPSED(ms, previous_cmd_ms + stepper_inactive_time)
  11152. && !ignore_stepper_queue && !planner.blocks_queued()) {
  11153. #if ENABLED(DISABLE_INACTIVE_X)
  11154. disable_X();
  11155. #endif
  11156. #if ENABLED(DISABLE_INACTIVE_Y)
  11157. disable_Y();
  11158. #endif
  11159. #if ENABLED(DISABLE_INACTIVE_Z)
  11160. disable_Z();
  11161. #endif
  11162. #if ENABLED(DISABLE_INACTIVE_E)
  11163. disable_e_steppers();
  11164. #endif
  11165. #if ENABLED(AUTO_BED_LEVELING_UBL) && ENABLED(ULTRA_LCD) // Only needed with an LCD
  11166. ubl_lcd_map_control = defer_return_to_status = false;
  11167. #endif
  11168. }
  11169. #ifdef CHDK // Check if pin should be set to LOW after M240 set it to HIGH
  11170. if (chdkActive && ELAPSED(ms, chdkHigh + CHDK_DELAY)) {
  11171. chdkActive = false;
  11172. WRITE(CHDK, LOW);
  11173. }
  11174. #endif
  11175. #if HAS_KILL
  11176. // Check if the kill button was pressed and wait just in case it was an accidental
  11177. // key kill key press
  11178. // -------------------------------------------------------------------------------
  11179. static int killCount = 0; // make the inactivity button a bit less responsive
  11180. const int KILL_DELAY = 750;
  11181. if (!READ(KILL_PIN))
  11182. killCount++;
  11183. else if (killCount > 0)
  11184. killCount--;
  11185. // Exceeded threshold and we can confirm that it was not accidental
  11186. // KILL the machine
  11187. // ----------------------------------------------------------------
  11188. if (killCount >= KILL_DELAY) {
  11189. SERIAL_ERROR_START();
  11190. SERIAL_ERRORLNPGM(MSG_KILL_BUTTON);
  11191. kill(PSTR(MSG_KILLED));
  11192. }
  11193. #endif
  11194. #if HAS_HOME
  11195. // Check to see if we have to home, use poor man's debouncer
  11196. // ---------------------------------------------------------
  11197. static int homeDebounceCount = 0; // poor man's debouncing count
  11198. const int HOME_DEBOUNCE_DELAY = 2500;
  11199. if (!IS_SD_PRINTING && !READ(HOME_PIN)) {
  11200. if (!homeDebounceCount) {
  11201. enqueue_and_echo_commands_P(PSTR("G28"));
  11202. LCD_MESSAGEPGM(MSG_AUTO_HOME);
  11203. }
  11204. if (homeDebounceCount < HOME_DEBOUNCE_DELAY)
  11205. homeDebounceCount++;
  11206. else
  11207. homeDebounceCount = 0;
  11208. }
  11209. #endif
  11210. #if ENABLED(USE_CONTROLLER_FAN)
  11211. controllerFan(); // Check if fan should be turned on to cool stepper drivers down
  11212. #endif
  11213. #if ENABLED(EXTRUDER_RUNOUT_PREVENT)
  11214. if (ELAPSED(ms, previous_cmd_ms + (EXTRUDER_RUNOUT_SECONDS) * 1000UL)
  11215. && thermalManager.degHotend(active_extruder) > EXTRUDER_RUNOUT_MINTEMP) {
  11216. #if ENABLED(SWITCHING_EXTRUDER)
  11217. const bool oldstatus = E0_ENABLE_READ;
  11218. enable_E0();
  11219. #else // !SWITCHING_EXTRUDER
  11220. bool oldstatus;
  11221. switch (active_extruder) {
  11222. default: oldstatus = E0_ENABLE_READ; enable_E0(); break;
  11223. #if E_STEPPERS > 1
  11224. case 1: oldstatus = E1_ENABLE_READ; enable_E1(); break;
  11225. #if E_STEPPERS > 2
  11226. case 2: oldstatus = E2_ENABLE_READ; enable_E2(); break;
  11227. #if E_STEPPERS > 3
  11228. case 3: oldstatus = E3_ENABLE_READ; enable_E3(); break;
  11229. #if E_STEPPERS > 4
  11230. case 4: oldstatus = E4_ENABLE_READ; enable_E4(); break;
  11231. #endif // E_STEPPERS > 4
  11232. #endif // E_STEPPERS > 3
  11233. #endif // E_STEPPERS > 2
  11234. #endif // E_STEPPERS > 1
  11235. }
  11236. #endif // !SWITCHING_EXTRUDER
  11237. previous_cmd_ms = ms; // refresh_cmd_timeout()
  11238. const float olde = current_position[E_AXIS];
  11239. current_position[E_AXIS] += EXTRUDER_RUNOUT_EXTRUDE;
  11240. planner.buffer_line_kinematic(current_position, MMM_TO_MMS(EXTRUDER_RUNOUT_SPEED), active_extruder);
  11241. current_position[E_AXIS] = olde;
  11242. planner.set_e_position_mm(olde);
  11243. stepper.synchronize();
  11244. #if ENABLED(SWITCHING_EXTRUDER)
  11245. E0_ENABLE_WRITE(oldstatus);
  11246. #else
  11247. switch (active_extruder) {
  11248. case 0: E0_ENABLE_WRITE(oldstatus); break;
  11249. #if E_STEPPERS > 1
  11250. case 1: E1_ENABLE_WRITE(oldstatus); break;
  11251. #if E_STEPPERS > 2
  11252. case 2: E2_ENABLE_WRITE(oldstatus); break;
  11253. #if E_STEPPERS > 3
  11254. case 3: E3_ENABLE_WRITE(oldstatus); break;
  11255. #if E_STEPPERS > 4
  11256. case 4: E4_ENABLE_WRITE(oldstatus); break;
  11257. #endif // E_STEPPERS > 4
  11258. #endif // E_STEPPERS > 3
  11259. #endif // E_STEPPERS > 2
  11260. #endif // E_STEPPERS > 1
  11261. }
  11262. #endif // !SWITCHING_EXTRUDER
  11263. }
  11264. #endif // EXTRUDER_RUNOUT_PREVENT
  11265. #if ENABLED(DUAL_X_CARRIAGE)
  11266. // handle delayed move timeout
  11267. if (delayed_move_time && ELAPSED(ms, delayed_move_time + 1000UL) && IsRunning()) {
  11268. // travel moves have been received so enact them
  11269. delayed_move_time = 0xFFFFFFFFUL; // force moves to be done
  11270. set_destination_to_current();
  11271. prepare_move_to_destination();
  11272. }
  11273. #endif
  11274. #if ENABLED(TEMP_STAT_LEDS)
  11275. handle_status_leds();
  11276. #endif
  11277. #if ENABLED(HAVE_TMC2130)
  11278. checkOverTemp();
  11279. #endif
  11280. planner.check_axes_activity();
  11281. }
  11282. /**
  11283. * Standard idle routine keeps the machine alive
  11284. */
  11285. void idle(
  11286. #if ENABLED(ADVANCED_PAUSE_FEATURE)
  11287. bool no_stepper_sleep/*=false*/
  11288. #endif
  11289. ) {
  11290. #if ENABLED(MAX7219_DEBUG)
  11291. Max7219_idle_tasks();
  11292. #endif // MAX7219_DEBUG
  11293. lcd_update();
  11294. host_keepalive();
  11295. #if ENABLED(AUTO_REPORT_TEMPERATURES) && (HAS_TEMP_HOTEND || HAS_TEMP_BED)
  11296. auto_report_temperatures();
  11297. #endif
  11298. manage_inactivity(
  11299. #if ENABLED(ADVANCED_PAUSE_FEATURE)
  11300. no_stepper_sleep
  11301. #endif
  11302. );
  11303. thermalManager.manage_heater();
  11304. #if ENABLED(PRINTCOUNTER)
  11305. print_job_timer.tick();
  11306. #endif
  11307. #if HAS_BUZZER && DISABLED(LCD_USE_I2C_BUZZER)
  11308. buzzer.tick();
  11309. #endif
  11310. #if ENABLED(I2C_POSITION_ENCODERS)
  11311. if (planner.blocks_queued() &&
  11312. ( (blockBufferIndexRef != planner.block_buffer_head) ||
  11313. ((lastUpdateMillis + I2CPE_MIN_UPD_TIME_MS) < millis())) ) {
  11314. blockBufferIndexRef = planner.block_buffer_head;
  11315. I2CPEM.update();
  11316. lastUpdateMillis = millis();
  11317. }
  11318. #endif
  11319. }
  11320. /**
  11321. * Kill all activity and lock the machine.
  11322. * After this the machine will need to be reset.
  11323. */
  11324. void kill(const char* lcd_msg) {
  11325. SERIAL_ERROR_START();
  11326. SERIAL_ERRORLNPGM(MSG_ERR_KILLED);
  11327. thermalManager.disable_all_heaters();
  11328. disable_all_steppers();
  11329. #if ENABLED(ULTRA_LCD)
  11330. kill_screen(lcd_msg);
  11331. #else
  11332. UNUSED(lcd_msg);
  11333. #endif
  11334. _delay_ms(600); // Wait a short time (allows messages to get out before shutting down.
  11335. cli(); // Stop interrupts
  11336. _delay_ms(250); //Wait to ensure all interrupts routines stopped
  11337. thermalManager.disable_all_heaters(); //turn off heaters again
  11338. #ifdef ACTION_ON_KILL
  11339. SERIAL_ECHOLNPGM("//action:" ACTION_ON_KILL);
  11340. #endif
  11341. #if HAS_POWER_SWITCH
  11342. SET_INPUT(PS_ON_PIN);
  11343. #endif
  11344. suicide();
  11345. while (1) {
  11346. #if ENABLED(USE_WATCHDOG)
  11347. watchdog_reset();
  11348. #endif
  11349. } // Wait for reset
  11350. }
  11351. /**
  11352. * Turn off heaters and stop the print in progress
  11353. * After a stop the machine may be resumed with M999
  11354. */
  11355. void stop() {
  11356. thermalManager.disable_all_heaters(); // 'unpause' taken care of in here
  11357. #if ENABLED(PROBING_FANS_OFF)
  11358. if (fans_paused) fans_pause(false); // put things back the way they were
  11359. #endif
  11360. if (IsRunning()) {
  11361. Stopped_gcode_LastN = gcode_LastN; // Save last g_code for restart
  11362. SERIAL_ERROR_START();
  11363. SERIAL_ERRORLNPGM(MSG_ERR_STOPPED);
  11364. LCD_MESSAGEPGM(MSG_STOPPED);
  11365. safe_delay(350); // allow enough time for messages to get out before stopping
  11366. Running = false;
  11367. }
  11368. }
  11369. /**
  11370. * Add about power off init information and confirm power off continue print
  11371. */
  11372. #if ENABLED(SDSUPPORT) && ENABLED(POWEROFF_SAVE_SD_FILE)
  11373. void init_power_off_info ()
  11374. {
  11375. int i = 0;
  11376. // if (power_off_commands_count > 0) return;
  11377. memset(&power_off_info, 0, sizeof(power_off_info));
  11378. memset(power_off_commands, 0, sizeof(power_off_commands));
  11379. if (!card.cardOK)
  11380. {
  11381. card.initsd();
  11382. }
  11383. if (card.cardOK)
  11384. {
  11385. SERIAL_PROTOCOLLN("Init power off infomation.");
  11386. SERIAL_PROTOCOLLN("size: ");
  11387. SERIAL_PROTOCOLLN(sizeof(power_off_info));
  11388. strncpy_P(power_off_info.power_off_filename, PSTR("bin"), sizeof(power_off_info.power_off_filename) - 1);
  11389. if (card.existPowerOffFile(power_off_info.power_off_filename))
  11390. {
  11391. card.openPowerOffFile(power_off_info.power_off_filename, O_READ);
  11392. card.getPowerOffInfo(&power_off_info, sizeof(power_off_info));
  11393. card.closePowerOffFile();
  11394. // card.removePowerOffFile();
  11395. SERIAL_PROTOCOLLN("init valid: ");
  11396. SERIAL_PROTOCOLLN((unsigned long)power_off_info.valid_head);
  11397. SERIAL_PROTOCOLLN((unsigned long)power_off_info.valid_foot);
  11398. if ((power_off_info.valid_head != 0) && (power_off_info.valid_head == power_off_info.valid_foot))
  11399. {
  11400. /* --------------------------------------------------------------------- */
  11401. enable_Z();
  11402. SERIAL_PROTOCOLLN("current_position(X,Y,Z,E,F,T1..T4,B): ");
  11403. for (i = 0; i < NUM_AXIS; i++)
  11404. {
  11405. // current_position[i] = power_off_info.current_position[i];
  11406. SERIAL_PROTOCOLLN(power_off_info.current_position[i]);
  11407. }
  11408. feedrate_mm_s = power_off_info.feedrate;
  11409. SERIAL_PROTOCOLLN(power_off_info.feedrate);
  11410. for (i = 0; i < 4; i++)
  11411. {
  11412. // target_temperature[i] = power_off_info.target_temperature[i];
  11413. SERIAL_PROTOCOLLN(power_off_info.target_temperature[i]);
  11414. }
  11415. SERIAL_PROTOCOLLN(power_off_info.target_temperature_bed);
  11416. // SERIAL_PROTOCOLLN(power_off_info.saved_extruder);
  11417. // SERIAL_PROTOCOLLN("power off info T number");
  11418. /* --------------------------------------------------------------------- */
  11419. SERIAL_PROTOCOLLN("cmd_queue(R,W,C,Q): ");
  11420. // cmd_queue_index_r = power_off_info.cmd_queue_index_r;
  11421. SERIAL_PROTOCOLLN(power_off_info.cmd_queue_index_r);
  11422. // cmd_queue_index_w = power_off_info.cmd_queue_index_w;
  11423. SERIAL_PROTOCOLLN(power_off_info.cmd_queue_index_w);
  11424. // commands_in_queue = power_off_info.commands_in_queue;
  11425. SERIAL_PROTOCOLLN(power_off_info.commands_in_queue);
  11426. // memcpy(command_queue, power_off_info.command_queue, sizeof(command_queue));
  11427. for (i = 0; i < BUFSIZE; i++)
  11428. {
  11429. SERIAL_PROTOCOLLN(power_off_info.command_queue[i]);
  11430. }
  11431. char str_X[16];
  11432. char str_Y[16];
  11433. char str_Z[16];
  11434. char str_E[16];
  11435. char str_Z_up[16];
  11436. memset(str_Z, 0, sizeof(str_X));
  11437. memset(str_Z, 0, sizeof(str_Y));
  11438. memset(str_Z, 0, sizeof(str_Z));
  11439. memset(str_E, 0, sizeof(str_E));
  11440. memset(str_Z_up, 0, sizeof(str_Z_up));
  11441. dtostrf(power_off_info.current_position[0], 1, 3, str_X);
  11442. dtostrf(power_off_info.current_position[1], 1, 3, str_Y);
  11443. dtostrf(power_off_info.current_position[2], 1, 3, str_Z);
  11444. dtostrf(power_off_info.current_position[2] + 5, 1, 3, str_Z_up);
  11445. #if ENABLED(SAVE_EACH_CMD_MODE)
  11446. dtostrf(power_off_info.current_position[3] - 5, 1, 3, str_E);
  11447. #else
  11448. dtostrf(power_off_info.current_position[3], 1, 3, str_E);
  11449. #endif
  11450. // sprintf_P(power_off_commands[0], PSTR("G0 Z%s"), tmp);
  11451. sprintf_P(power_off_commands[0], PSTR("G92 Z%s E%s"), str_Z, str_E);
  11452. enqueue_and_echo_command(power_off_commands[0]);
  11453. sprintf_P(power_off_commands[1], PSTR("G0 Z%s"), str_Z_up);
  11454. enqueue_and_echo_command(power_off_commands[1]);
  11455. sprintf_P(power_off_commands[2], PSTR("G28 X0 Y0"));
  11456. enqueue_and_echo_command(power_off_commands[2]);
  11457. sprintf_P(power_off_commands[3], PSTR("G0 Z%s"), str_Z);
  11458. enqueue_and_echo_command(power_off_commands[3]);
  11459. sprintf_P(power_off_commands[4], PSTR("M117 Printing..."));
  11460. enqueue_and_echo_command(power_off_commands[4]);
  11461. power_off_commands_count = APPEND_CMD_COUNT;
  11462. i = APPEND_CMD_COUNT;
  11463. while (power_off_info.commands_in_queue > 0)
  11464. {
  11465. strcpy(power_off_commands[i++], power_off_info.command_queue[power_off_info.cmd_queue_index_r]);
  11466. power_off_commands_count++;
  11467. power_off_info.commands_in_queue--;
  11468. power_off_info.cmd_queue_index_r = (power_off_info.cmd_queue_index_r + 1) % BUFSIZE;
  11469. }
  11470. for (i = 0; i < power_off_commands_count; i++)
  11471. {
  11472. SERIAL_PROTOCOLLN(power_off_commands[i]);
  11473. }
  11474. /* --------------------------------------------------------------------- */
  11475. SERIAL_PROTOCOLLN("sd file(start_time,file_name,sd_pos): ");
  11476. SERIAL_PROTOCOLLN(power_off_info.print_job_start_ms);
  11477. SERIAL_PROTOCOLLN(power_off_info.sd_filename);
  11478. SERIAL_PROTOCOLLN(power_off_info.sdpos);
  11479. previous_cmd_ms = power_off_info.print_job_start_ms;
  11480. card.openFile(power_off_info.sd_filename, true);
  11481. card.setIndex(power_off_info.sdpos);
  11482. /* --------------------------------------------------------------------- */
  11483. }
  11484. else
  11485. {
  11486. if ((power_off_info.valid_head != 0) && (power_off_info.valid_head != power_off_info.valid_foot))
  11487. {
  11488. enqueue_and_echo_commands_P(PSTR("M117 INVALID DATA."));
  11489. }
  11490. memset(&power_off_info, 0, sizeof(power_off_info));
  11491. strncpy_P(power_off_info.power_off_filename, PSTR("bin"), sizeof(power_off_info.power_off_filename) - 1);
  11492. }
  11493. }
  11494. }
  11495. }
  11496. bool drain_power_off_commands()
  11497. {
  11498. if (power_off_commands_count > 0)
  11499. {
  11500. if(enqueue_and_echo_command(power_off_commands[power_off_commands_index]))
  11501. {
  11502. power_off_commands_index++;
  11503. power_off_commands_count--;
  11504. }
  11505. return true;
  11506. }
  11507. else
  11508. {
  11509. return false;
  11510. }
  11511. }
  11512. void save_power_off_info ()
  11513. {
  11514. int i = 0;
  11515. // static millis_t pre_time = millis();
  11516. // static millis_t cur_time = millis();
  11517. if (card.cardOK && card.sdprinting)
  11518. {
  11519. // cur_time = millis();
  11520. if (
  11521. #if ENABLED(SAVE_EACH_CMD_MODE)
  11522. (true)
  11523. #else
  11524. ((current_position[2] > 0) && (power_off_info.saved_z != current_position[2]))
  11525. #endif
  11526. // || ((cur_time - pre_time) > SAVE_INFO_INTERVAL)
  11527. )
  11528. {
  11529. // pre_time = cur_time;
  11530. // SERIAL_PROTOCOLLN("Z : ");
  11531. // SERIAL_PROTOCOLLN(current_position[2]);
  11532. // SERIAL_PROTOCOLLN(power_off_info.saved_z);
  11533. power_off_info.valid_head = random(1,256);
  11534. power_off_info.valid_foot = power_off_info.valid_head;
  11535. // SERIAL_PROTOCOLLN("save valid: ");
  11536. // SERIAL_PROTOCOLLN((unsigned long)power_off_info.valid_head);
  11537. // SERIAL_PROTOCOLLN((unsigned long)power_off_info.valid_foot);
  11538. /* --------------------------------------------------------------------- */
  11539. // SERIAL_PROTOCOLLN("current_position(X,Y,Z,SZ,E,F,T1..T4,B): ");
  11540. for (i = 0; i < NUM_AXIS; i++)
  11541. {
  11542. power_off_info.current_position[i] = current_position[i];
  11543. // SERIAL_PROTOCOLLN(current_position[i]);
  11544. }
  11545. power_off_info.saved_z = current_position[Z_AXIS];
  11546. // SERIAL_PROTOCOLLN(power_off_info.saved_z);
  11547. power_off_info.feedrate = feedrate_mm_s;
  11548. // SERIAL_PROTOCOLLN(power_off_info.feedrate);
  11549. for (i = 0; i < 4; i++)
  11550. {
  11551. power_off_info.target_temperature[i] = thermalManager.degTargetHotend(i);
  11552. // SERIAL_PROTOCOLLN(thermalManager.setTargetHotend[i]);
  11553. }
  11554. power_off_info.target_temperature_bed = thermalManager.degTargetBed();
  11555. // power_off_info.saved_extruder = active_extruder;
  11556. // SERIAL_PROTOCOLLN(power_off_info.target_temperature_bed);
  11557. /* --------------------------------------------------------------------- */
  11558. // SERIAL_PROTOCOLLN("cmd_queue(R,W,C,Q): ");
  11559. power_off_info.cmd_queue_index_r = cmd_queue_index_r;
  11560. // SERIAL_PROTOCOLLN(power_off_info.cmd_queue_index_r);
  11561. power_off_info.cmd_queue_index_w = cmd_queue_index_w;
  11562. // SERIAL_PROTOCOLLN(power_off_info.cmd_queue_index_w);
  11563. power_off_info.commands_in_queue = commands_in_queue;
  11564. // SERIAL_PROTOCOLLN(power_off_info.commands_in_queue);
  11565. memcpy(power_off_info.command_queue, command_queue, sizeof(power_off_info.command_queue));
  11566. // for (i = 0; i < BUFSIZE; i++)
  11567. // {
  11568. // SERIAL_PROTOCOLLN(power_off_info.command_queue[i]);
  11569. // }
  11570. /* --------------------------------------------------------------------- */
  11571. // SERIAL_PROTOCOLLN("sd file(start_time,file_name,sd_pos): ");
  11572. power_off_info.print_job_start_ms = previous_cmd_ms;
  11573. // SERIAL_PROTOCOLLN(power_off_info.print_job_start_ms);
  11574. // strcpy(power_off_info.sd_filename,
  11575. card.getAbsFilename(power_off_info.sd_filename);
  11576. // SERIAL_PROTOCOLLN(power_off_info.sd_filename);
  11577. power_off_info.sdpos = card.getIndex();
  11578. // SERIAL_PROTOCOLLN(power_off_info.sdpos);
  11579. /* --------------------------------------------------------------------- */
  11580. card.openPowerOffFile(power_off_info.power_off_filename, O_CREAT | O_WRITE | O_TRUNC | O_SYNC);
  11581. if (card.savePowerOffInfo(&power_off_info, sizeof(power_off_info)) == -1)
  11582. {
  11583. SERIAL_PROTOCOLLN("Write power off file failed.");
  11584. }
  11585. }
  11586. }
  11587. }
  11588. #endif
  11589. /**
  11590. * Marlin entry-point: Set up before the program loop
  11591. * - Set up the kill pin, filament runout, power hold
  11592. * - Start the serial port
  11593. * - Print startup messages and diagnostics
  11594. * - Get EEPROM or default settings
  11595. * - Initialize managers for:
  11596. * • temperature
  11597. * • planner
  11598. * • watchdog
  11599. * • stepper
  11600. * • photo pin
  11601. * • servos
  11602. * • LCD controller
  11603. * • Digipot I2C
  11604. * • Z probe sled
  11605. * • status LEDs
  11606. */
  11607. void setup() {
  11608. #if ENABLED(MAX7219_DEBUG)
  11609. Max7219_init();
  11610. #endif
  11611. #ifdef DISABLE_JTAG
  11612. // Disable JTAG on AT90USB chips to free up pins for IO
  11613. MCUCR = 0x80;
  11614. MCUCR = 0x80;
  11615. #endif
  11616. #if ENABLED(FILAMENT_RUNOUT_SENSOR)
  11617. setup_filrunoutpin();
  11618. #endif
  11619. setup_killpin();
  11620. setup_powerhold();
  11621. #if HAS_STEPPER_RESET
  11622. disableStepperDrivers();
  11623. #endif
  11624. MYSERIAL.begin(BAUDRATE);
  11625. SERIAL_PROTOCOLLNPGM("start");
  11626. SERIAL_ECHO_START();
  11627. // Check startup - does nothing if bootloader sets MCUSR to 0
  11628. byte mcu = MCUSR;
  11629. if (mcu & 1) SERIAL_ECHOLNPGM(MSG_POWERUP);
  11630. if (mcu & 2) SERIAL_ECHOLNPGM(MSG_EXTERNAL_RESET);
  11631. if (mcu & 4) SERIAL_ECHOLNPGM(MSG_BROWNOUT_RESET);
  11632. if (mcu & 8) SERIAL_ECHOLNPGM(MSG_WATCHDOG_RESET);
  11633. if (mcu & 32) SERIAL_ECHOLNPGM(MSG_SOFTWARE_RESET);
  11634. MCUSR = 0;
  11635. SERIAL_ECHOPGM(MSG_MARLIN);
  11636. SERIAL_CHAR(' ');
  11637. SERIAL_ECHOLNPGM(SHORT_BUILD_VERSION);
  11638. SERIAL_EOL();
  11639. #if defined(STRING_DISTRIBUTION_DATE) && defined(STRING_CONFIG_H_AUTHOR)
  11640. SERIAL_ECHO_START();
  11641. SERIAL_ECHOPGM(MSG_CONFIGURATION_VER);
  11642. SERIAL_ECHOPGM(STRING_DISTRIBUTION_DATE);
  11643. SERIAL_ECHOLNPGM(MSG_AUTHOR STRING_CONFIG_H_AUTHOR);
  11644. SERIAL_ECHO_START();
  11645. SERIAL_ECHOLNPGM("Compiled: " __DATE__);
  11646. #endif
  11647. SERIAL_ECHO_START();
  11648. SERIAL_ECHOPAIR(MSG_FREE_MEMORY, freeMemory());
  11649. SERIAL_ECHOLNPAIR(MSG_PLANNER_BUFFER_BYTES, (int)sizeof(block_t)*BLOCK_BUFFER_SIZE);
  11650. // Send "ok" after commands by default
  11651. for (int8_t i = 0; i < BUFSIZE; i++) send_ok[i] = true;
  11652. // Load data from EEPROM if available (or use defaults)
  11653. // This also updates variables in the planner, elsewhere
  11654. (void)settings.load();
  11655. #if HAS_M206_COMMAND
  11656. // Initialize current position based on home_offset
  11657. COPY(current_position, home_offset);
  11658. #else
  11659. ZERO(current_position);
  11660. #endif
  11661. // Vital to init stepper/planner equivalent for current_position
  11662. SYNC_PLAN_POSITION_KINEMATIC();
  11663. thermalManager.init(); // Initialize temperature loop
  11664. #if ENABLED(USE_WATCHDOG)
  11665. watchdog_init();
  11666. #endif
  11667. stepper.init(); // Initialize stepper, this enables interrupts!
  11668. servo_init();
  11669. #if HAS_PHOTOGRAPH
  11670. OUT_WRITE(PHOTOGRAPH_PIN, LOW);
  11671. #endif
  11672. #if HAS_CASE_LIGHT
  11673. case_light_on = CASE_LIGHT_DEFAULT_ON;
  11674. case_light_brightness = CASE_LIGHT_DEFAULT_BRIGHTNESS;
  11675. update_case_light();
  11676. #endif
  11677. #if ENABLED(SPINDLE_LASER_ENABLE)
  11678. OUT_WRITE(SPINDLE_LASER_ENABLE_PIN, !SPINDLE_LASER_ENABLE_INVERT); // init spindle to off
  11679. #if SPINDLE_DIR_CHANGE
  11680. OUT_WRITE(SPINDLE_DIR_PIN, SPINDLE_INVERT_DIR ? 255 : 0); // init rotation to clockwise (M3)
  11681. #endif
  11682. #if ENABLED(SPINDLE_LASER_PWM)
  11683. SET_OUTPUT(SPINDLE_LASER_PWM_PIN);
  11684. analogWrite(SPINDLE_LASER_PWM_PIN, SPINDLE_LASER_PWM_INVERT ? 255 : 0); // set to lowest speed
  11685. #endif
  11686. #endif
  11687. #if HAS_BED_PROBE
  11688. endstops.enable_z_probe(false);
  11689. #endif
  11690. #if ENABLED(USE_CONTROLLER_FAN)
  11691. SET_OUTPUT(CONTROLLER_FAN_PIN); //Set pin used for driver cooling fan
  11692. #endif
  11693. #if HAS_STEPPER_RESET
  11694. enableStepperDrivers();
  11695. #endif
  11696. #if ENABLED(DIGIPOT_I2C)
  11697. digipot_i2c_init();
  11698. #endif
  11699. #if ENABLED(DAC_STEPPER_CURRENT)
  11700. dac_init();
  11701. #endif
  11702. #if (ENABLED(Z_PROBE_SLED) || ENABLED(SOLENOID_PROBE)) && HAS_SOLENOID_1
  11703. OUT_WRITE(SOL1_PIN, LOW); // turn it off
  11704. #endif
  11705. #if HAS_HOME
  11706. SET_INPUT_PULLUP(HOME_PIN);
  11707. #endif
  11708. #if PIN_EXISTS(STAT_LED_RED)
  11709. OUT_WRITE(STAT_LED_RED_PIN, LOW); // turn it off
  11710. #endif
  11711. #if PIN_EXISTS(STAT_LED_BLUE)
  11712. OUT_WRITE(STAT_LED_BLUE_PIN, LOW); // turn it off
  11713. #endif
  11714. #if ENABLED(NEOPIXEL_LED)
  11715. SET_OUTPUT(NEOPIXEL_PIN);
  11716. setup_neopixel();
  11717. #endif
  11718. #if ENABLED(RGB_LED) || ENABLED(RGBW_LED)
  11719. SET_OUTPUT(RGB_LED_R_PIN);
  11720. SET_OUTPUT(RGB_LED_G_PIN);
  11721. SET_OUTPUT(RGB_LED_B_PIN);
  11722. #if ENABLED(RGBW_LED)
  11723. SET_OUTPUT(RGB_LED_W_PIN);
  11724. #endif
  11725. #endif
  11726. #if ENABLED(MK2_MULTIPLEXER)
  11727. SET_OUTPUT(E_MUX0_PIN);
  11728. SET_OUTPUT(E_MUX1_PIN);
  11729. SET_OUTPUT(E_MUX2_PIN);
  11730. #endif
  11731. #if HAS_FANMUX
  11732. fanmux_init();
  11733. #endif
  11734. lcd_init();
  11735. #ifndef CUSTOM_BOOTSCREEN_TIMEOUT
  11736. #define CUSTOM_BOOTSCREEN_TIMEOUT 2500
  11737. #endif
  11738. #if ENABLED(SHOW_BOOTSCREEN)
  11739. #if ENABLED(DOGLCD) // On DOGM the first bootscreen is already drawn
  11740. #if ENABLED(SHOW_CUSTOM_BOOTSCREEN)
  11741. safe_delay(CUSTOM_BOOTSCREEN_TIMEOUT); // Custom boot screen pause
  11742. lcd_bootscreen(); // Show Marlin boot screen
  11743. #endif
  11744. safe_delay(BOOTSCREEN_TIMEOUT); // Pause
  11745. #elif ENABLED(ULTRA_LCD)
  11746. lcd_bootscreen();
  11747. #if DISABLED(SDSUPPORT)
  11748. lcd_init();
  11749. #endif
  11750. #endif
  11751. #endif
  11752. #if ENABLED(MIXING_EXTRUDER) && MIXING_VIRTUAL_TOOLS > 1
  11753. // Initialize mixing to 100% color 1
  11754. for (uint8_t i = 0; i < MIXING_STEPPERS; i++)
  11755. mixing_factor[i] = (i == 0) ? 1.0 : 0.0;
  11756. for (uint8_t t = 0; t < MIXING_VIRTUAL_TOOLS; t++)
  11757. for (uint8_t i = 0; i < MIXING_STEPPERS; i++)
  11758. mixing_virtual_tool_mix[t][i] = mixing_factor[i];
  11759. #endif
  11760. #if ENABLED(BLTOUCH)
  11761. // Make sure any BLTouch error condition is cleared
  11762. bltouch_command(BLTOUCH_RESET);
  11763. set_bltouch_deployed(true);
  11764. set_bltouch_deployed(false);
  11765. #endif
  11766. #if ENABLED(I2C_POSITION_ENCODERS)
  11767. I2CPEM.init();
  11768. #endif
  11769. #if ENABLED(EXPERIMENTAL_I2CBUS) && I2C_SLAVE_ADDRESS > 0
  11770. i2c.onReceive(i2c_on_receive);
  11771. i2c.onRequest(i2c_on_request);
  11772. #endif
  11773. #if ENABLED(ENDSTOP_INTERRUPTS_FEATURE)
  11774. setup_endstop_interrupts();
  11775. #endif
  11776. #if ENABLED(SWITCHING_EXTRUDER) && !DONT_SWITCH
  11777. move_extruder_servo(0); // Initialize extruder servo
  11778. #endif
  11779. #if ENABLED(SWITCHING_NOZZLE)
  11780. move_nozzle_servo(0); // Initialize nozzle servo
  11781. #endif
  11782. #if ENABLED(PARKING_EXTRUDER)
  11783. #if ENABLED(PARKING_EXTRUDER_SOLENOIDS_INVERT)
  11784. pe_activate_magnet(0);
  11785. pe_activate_magnet(1);
  11786. #else
  11787. pe_deactivate_magnet(0);
  11788. pe_deactivate_magnet(1);
  11789. #endif
  11790. #endif
  11791. #if ENABLED(MKS_12864OLED)
  11792. SET_OUTPUT(LCD_PINS_DC);
  11793. OUT_WRITE(LCD_PINS_RS, LOW);
  11794. delay(1000);
  11795. WRITE(LCD_PINS_RS, HIGH);
  11796. #endif
  11797. // init power off information
  11798. #if ENABLED(SDSUPPORT) && ENABLED(POWEROFF_SAVE_SD_FILE)
  11799. init_power_off_info();
  11800. #endif
  11801. }
  11802. /**
  11803. * The main Marlin program loop
  11804. *
  11805. * - Save or log commands to SD
  11806. * - Process available commands (if not saving)
  11807. * - Call heater manager
  11808. * - Call inactivity manager
  11809. * - Call endstop manager
  11810. * - Call LCD update
  11811. */
  11812. void loop()
  11813. {
  11814. if (commands_in_queue < BUFSIZE) get_available_commands();
  11815. #if ENABLED(SDSUPPORT)
  11816. card.checkautostart(false);
  11817. #endif
  11818. if (commands_in_queue)
  11819. {
  11820. #if ENABLED(SDSUPPORT)
  11821. if (card.saving)
  11822. {
  11823. char* command = command_queue[cmd_queue_index_r];
  11824. if (strstr_P(command, PSTR("M29")))
  11825. {
  11826. // M29 closes the file
  11827. card.closefile();
  11828. SERIAL_PROTOCOLLNPGM(MSG_FILE_SAVED);
  11829. #if ENABLED(SERIAL_STATS_DROPPED_RX)
  11830. SERIAL_ECHOLNPAIR("Dropped bytes: ", customizedSerial.dropped());
  11831. #endif
  11832. #if ENABLED(SERIAL_STATS_MAX_RX_QUEUED)
  11833. SERIAL_ECHOLNPAIR("Max RX Queue Size: ", customizedSerial.rxMaxEnqueued());
  11834. #endif
  11835. ok_to_send();
  11836. }
  11837. else
  11838. {
  11839. // Write the string from the read buffer to SD
  11840. card.write_command(command);
  11841. if (card.logging)
  11842. process_next_command(); // The card is saving because it's logging
  11843. else
  11844. ok_to_send();
  11845. }
  11846. }
  11847. else
  11848. {
  11849. process_next_command();
  11850. #if ENABLED(SDSUPPORT) && ENABLED(POWEROFF_SAVE_SD_FILE)
  11851. save_power_off_info();
  11852. #endif
  11853. }
  11854. #else
  11855. process_next_command();
  11856. #endif // SDSUPPORT
  11857. // The queue may be reset by a command handler or by code invoked by idle() within a handler
  11858. if (commands_in_queue)
  11859. {
  11860. --commands_in_queue;
  11861. if (++cmd_queue_index_r >= BUFSIZE)
  11862. {
  11863. cmd_queue_index_r = 0;
  11864. }
  11865. }
  11866. }
  11867. endstops.report_state();
  11868. idle();
  11869. }