Marlin_main.cpp 387 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088908990909091909290939094909590969097909890999100910191029103910491059106910791089109911091119112911391149115911691179118911991209121912291239124912591269127912891299130913191329133913491359136913791389139914091419142914391449145914691479148914991509151915291539154915591569157915891599160916191629163916491659166916791689169917091719172917391749175917691779178917991809181918291839184918591869187918891899190919191929193919491959196919791989199920092019202920392049205920692079208920992109211921292139214921592169217921892199220922192229223922492259226922792289229923092319232923392349235923692379238923992409241924292439244924592469247924892499250925192529253925492559256925792589259926092619262926392649265926692679268926992709271927292739274927592769277927892799280928192829283928492859286928792889289929092919292929392949295929692979298929993009301930293039304930593069307930893099310931193129313931493159316931793189319932093219322932393249325932693279328932993309331933293339334933593369337933893399340934193429343934493459346934793489349935093519352935393549355935693579358935993609361936293639364936593669367936893699370937193729373937493759376937793789379938093819382938393849385938693879388938993909391939293939394939593969397939893999400940194029403940494059406940794089409941094119412941394149415941694179418941994209421942294239424942594269427942894299430943194329433943494359436943794389439944094419442944394449445944694479448944994509451945294539454945594569457945894599460946194629463946494659466946794689469947094719472947394749475947694779478947994809481948294839484948594869487948894899490949194929493949494959496949794989499950095019502950395049505950695079508950995109511951295139514951595169517951895199520952195229523952495259526952795289529953095319532953395349535953695379538953995409541954295439544954595469547954895499550955195529553955495559556955795589559956095619562956395649565956695679568956995709571957295739574957595769577957895799580958195829583958495859586958795889589959095919592959395949595959695979598959996009601960296039604960596069607960896099610961196129613961496159616961796189619962096219622962396249625962696279628962996309631963296339634963596369637963896399640964196429643964496459646964796489649965096519652965396549655965696579658965996609661966296639664966596669667966896699670967196729673967496759676967796789679968096819682968396849685968696879688968996909691969296939694969596969697969896999700970197029703970497059706970797089709971097119712971397149715971697179718971997209721972297239724972597269727972897299730973197329733973497359736973797389739974097419742974397449745974697479748974997509751975297539754975597569757975897599760976197629763976497659766976797689769977097719772977397749775977697779778977997809781978297839784978597869787978897899790979197929793979497959796979797989799980098019802980398049805980698079808980998109811981298139814981598169817981898199820982198229823982498259826982798289829983098319832983398349835983698379838983998409841984298439844984598469847984898499850985198529853985498559856985798589859986098619862986398649865986698679868986998709871987298739874987598769877987898799880988198829883988498859886988798889889989098919892989398949895989698979898989999009901990299039904990599069907990899099910991199129913991499159916991799189919992099219922992399249925992699279928992999309931993299339934993599369937993899399940994199429943994499459946994799489949995099519952995399549955995699579958995999609961996299639964996599669967996899699970997199729973997499759976997799789979998099819982998399849985998699879988998999909991999299939994999599969997999899991000010001100021000310004100051000610007100081000910010100111001210013100141001510016100171001810019100201002110022100231002410025100261002710028100291003010031100321003310034100351003610037100381003910040100411004210043100441004510046100471004810049100501005110052100531005410055100561005710058100591006010061100621006310064100651006610067100681006910070100711007210073100741007510076100771007810079100801008110082100831008410085100861008710088100891009010091100921009310094100951009610097100981009910100101011010210103101041010510106101071010810109101101011110112101131011410115101161011710118101191012010121101221012310124101251012610127101281012910130101311013210133101341013510136101371013810139101401014110142101431014410145101461014710148101491015010151101521015310154101551015610157101581015910160101611016210163101641016510166101671016810169101701017110172101731017410175101761017710178101791018010181101821018310184101851018610187101881018910190101911019210193101941019510196101971019810199102001020110202102031020410205102061020710208102091021010211102121021310214102151021610217102181021910220102211022210223102241022510226102271022810229102301023110232102331023410235102361023710238102391024010241102421024310244102451024610247102481024910250102511025210253102541025510256102571025810259102601026110262102631026410265102661026710268102691027010271102721027310274102751027610277102781027910280102811028210283102841028510286102871028810289102901029110292102931029410295102961029710298102991030010301103021030310304103051030610307103081030910310103111031210313103141031510316103171031810319103201032110322103231032410325103261032710328103291033010331103321033310334103351033610337103381033910340103411034210343103441034510346103471034810349103501035110352103531035410355103561035710358103591036010361103621036310364103651036610367103681036910370103711037210373103741037510376103771037810379103801038110382103831038410385103861038710388103891039010391103921039310394103951039610397103981039910400104011040210403104041040510406104071040810409104101041110412104131041410415104161041710418104191042010421104221042310424104251042610427104281042910430104311043210433104341043510436104371043810439104401044110442104431044410445104461044710448104491045010451104521045310454104551045610457104581045910460104611046210463104641046510466104671046810469104701047110472104731047410475104761047710478104791048010481104821048310484104851048610487104881048910490104911049210493104941049510496104971049810499105001050110502105031050410505105061050710508105091051010511105121051310514105151051610517105181051910520105211052210523105241052510526105271052810529105301053110532105331053410535105361053710538105391054010541105421054310544105451054610547105481054910550105511055210553105541055510556105571055810559105601056110562105631056410565105661056710568105691057010571105721057310574105751057610577105781057910580105811058210583105841058510586105871058810589105901059110592105931059410595105961059710598105991060010601106021060310604106051060610607106081060910610106111061210613106141061510616106171061810619106201062110622106231062410625106261062710628106291063010631106321063310634106351063610637106381063910640106411064210643106441064510646106471064810649106501065110652106531065410655106561065710658106591066010661106621066310664106651066610667106681066910670106711067210673106741067510676106771067810679106801068110682106831068410685106861068710688106891069010691106921069310694106951069610697106981069910700107011070210703107041070510706107071070810709107101071110712107131071410715107161071710718107191072010721107221072310724107251072610727107281072910730107311073210733107341073510736107371073810739107401074110742107431074410745107461074710748107491075010751107521075310754107551075610757107581075910760107611076210763107641076510766107671076810769107701077110772107731077410775107761077710778107791078010781107821078310784107851078610787107881078910790107911079210793107941079510796107971079810799108001080110802108031080410805108061080710808108091081010811108121081310814108151081610817108181081910820108211082210823108241082510826108271082810829108301083110832108331083410835108361083710838108391084010841108421084310844108451084610847108481084910850108511085210853108541085510856108571085810859108601086110862108631086410865108661086710868108691087010871108721087310874108751087610877108781087910880108811088210883108841088510886108871088810889108901089110892108931089410895108961089710898108991090010901109021090310904109051090610907109081090910910109111091210913109141091510916109171091810919109201092110922109231092410925109261092710928109291093010931109321093310934109351093610937109381093910940109411094210943109441094510946109471094810949109501095110952109531095410955109561095710958109591096010961109621096310964109651096610967109681096910970109711097210973109741097510976109771097810979109801098110982109831098410985109861098710988109891099010991109921099310994109951099610997109981099911000110011100211003110041100511006110071100811009110101101111012110131101411015110161101711018110191102011021110221102311024110251102611027110281102911030110311103211033110341103511036110371103811039110401104111042110431104411045110461104711048110491105011051110521105311054110551105611057110581105911060110611106211063110641106511066110671106811069110701107111072110731107411075110761107711078110791108011081110821108311084110851108611087110881108911090110911109211093110941109511096110971109811099111001110111102111031110411105111061110711108111091111011111111121111311114111151111611117111181111911120111211112211123111241112511126111271112811129111301113111132111331113411135111361113711138111391114011141111421114311144111451114611147111481114911150111511115211153111541115511156111571115811159111601116111162111631116411165111661116711168111691117011171111721117311174111751117611177111781117911180111811118211183111841118511186111871118811189111901119111192111931119411195111961119711198111991120011201112021120311204112051120611207112081120911210112111121211213112141121511216112171121811219112201122111222112231122411225112261122711228112291123011231112321123311234112351123611237112381123911240112411124211243112441124511246112471124811249112501125111252112531125411255112561125711258112591126011261112621126311264112651126611267112681126911270112711127211273112741127511276112771127811279112801128111282112831128411285112861128711288112891129011291112921129311294112951129611297112981129911300113011130211303113041130511306113071130811309113101131111312113131131411315113161131711318113191132011321113221132311324113251132611327113281132911330113311133211333113341133511336113371133811339113401134111342113431134411345113461134711348113491135011351113521135311354113551135611357113581135911360113611136211363113641136511366113671136811369113701137111372113731137411375113761137711378113791138011381113821138311384113851138611387113881138911390113911139211393113941139511396113971139811399114001140111402114031140411405114061140711408114091141011411114121141311414114151141611417114181141911420114211142211423114241142511426114271142811429114301143111432114331143411435114361143711438114391144011441114421144311444114451144611447114481144911450114511145211453114541145511456114571145811459114601146111462114631146411465114661146711468114691147011471114721147311474114751147611477114781147911480114811148211483114841148511486114871148811489114901149111492114931149411495114961149711498114991150011501115021150311504115051150611507115081150911510115111151211513115141151511516115171151811519115201152111522115231152411525115261152711528115291153011531115321153311534115351153611537115381153911540115411154211543115441154511546115471154811549115501155111552115531155411555115561155711558115591156011561115621156311564115651156611567115681156911570115711157211573115741157511576115771157811579115801158111582115831158411585115861158711588115891159011591115921159311594115951159611597115981159911600116011160211603116041160511606116071160811609116101161111612116131161411615116161161711618116191162011621116221162311624116251162611627116281162911630116311163211633116341163511636116371163811639116401164111642116431164411645116461164711648116491165011651
  1. /* -*- c++ -*- */
  2. /**
  3. * @file
  4. */
  5. /**
  6. * @mainpage Reprap 3D printer firmware based on Sprinter and grbl.
  7. *
  8. * @section intro_sec Introduction
  9. *
  10. * This firmware is a mashup between Sprinter and grbl.
  11. * https://github.com/kliment/Sprinter
  12. * https://github.com/simen/grbl/tree
  13. *
  14. * It has preliminary support for Matthew Roberts advance algorithm
  15. * http://reprap.org/pipermail/reprap-dev/2011-May/003323.html
  16. *
  17. * Prusa Research s.r.o. https://www.prusa3d.cz
  18. *
  19. * @section copyright_sec Copyright
  20. *
  21. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  22. *
  23. * This program is free software: you can redistribute it and/or modify
  24. * it under the terms of the GNU General Public License as published by
  25. * the Free Software Foundation, either version 3 of the License, or
  26. * (at your option) any later version.
  27. *
  28. * This program is distributed in the hope that it will be useful,
  29. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  30. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  31. * GNU General Public License for more details.
  32. *
  33. * You should have received a copy of the GNU General Public License
  34. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  35. *
  36. * @section notes_sec Notes
  37. *
  38. * * Do not create static objects in global functions.
  39. * Otherwise constructor guard against concurrent calls is generated costing
  40. * about 8B RAM and 14B flash.
  41. *
  42. *
  43. */
  44. //-//
  45. #include "Configuration.h"
  46. #include "Marlin.h"
  47. #include "config.h"
  48. #include "macros.h"
  49. #ifdef ENABLE_AUTO_BED_LEVELING
  50. #include "vector_3.h"
  51. #ifdef AUTO_BED_LEVELING_GRID
  52. #include "qr_solve.h"
  53. #endif
  54. #endif // ENABLE_AUTO_BED_LEVELING
  55. #ifdef MESH_BED_LEVELING
  56. #include "mesh_bed_leveling.h"
  57. #include "mesh_bed_calibration.h"
  58. #endif
  59. #include "printers.h"
  60. #include "menu.h"
  61. #include "ultralcd.h"
  62. #include "conv2str.h"
  63. #include "backlight.h"
  64. #include "planner.h"
  65. #include "stepper.h"
  66. #include "temperature.h"
  67. #include "fancheck.h"
  68. #include "motion_control.h"
  69. #include "cardreader.h"
  70. #include "ConfigurationStore.h"
  71. #include "language.h"
  72. #include "pins_arduino.h"
  73. #include "math.h"
  74. #include "util.h"
  75. #include "Timer.h"
  76. #include "Prusa_farm.h"
  77. #include <avr/wdt.h>
  78. #include <util/atomic.h>
  79. #include <avr/pgmspace.h>
  80. #include "Tcodes.h"
  81. #include "Dcodes.h"
  82. #include "SpoolJoin.h"
  83. #ifndef LA_NOCOMPAT
  84. #include "la10compat.h"
  85. #endif
  86. #include "spi.h"
  87. #include "Filament_sensor.h"
  88. #ifdef TMC2130
  89. #include "tmc2130.h"
  90. #endif //TMC2130
  91. #ifdef XFLASH
  92. #include "xflash.h"
  93. #include "optiboot_xflash.h"
  94. #endif //XFLASH
  95. #include "xflash_dump.h"
  96. #ifdef BLINKM
  97. #include "BlinkM.h"
  98. #include "Wire.h"
  99. #endif
  100. #ifdef ULTRALCD
  101. #include "ultralcd.h"
  102. #endif
  103. #if NUM_SERVOS > 0
  104. #include "Servo.h"
  105. #endif
  106. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  107. #include <SPI.h>
  108. #endif
  109. #include "mmu2.h"
  110. #define VERSION_STRING "1.0.2"
  111. #include "ultralcd.h"
  112. #include "sound.h"
  113. #include "cmdqueue.h"
  114. //Macro for print fan speed
  115. #define FAN_PULSE_WIDTH_LIMIT ((fanSpeed > 100) ? 3 : 4) //time in ms
  116. //filament types
  117. #define FILAMENT_DEFAULT 0
  118. #define FILAMENT_FLEX 1
  119. #define FILAMENT_PVA 2
  120. #define FILAMENT_UNDEFINED 255
  121. //Stepper Movement Variables
  122. //===========================================================================
  123. //=============================imported variables============================
  124. //===========================================================================
  125. //===========================================================================
  126. //=============================public variables=============================
  127. //===========================================================================
  128. #ifdef SDSUPPORT
  129. CardReader card;
  130. #endif
  131. uint8_t mbl_z_probe_nr = 3; //numer of Z measurements for each point in mesh bed leveling calibration
  132. //used for PINDA temp calibration and pause print
  133. #define DEFAULT_RETRACTION 1
  134. #define DEFAULT_RETRACTION_MM 4 //MM
  135. float default_retraction = DEFAULT_RETRACTION;
  136. float homing_feedrate[] = HOMING_FEEDRATE;
  137. //Although this flag and many others like this could be represented with a struct/bitfield for each axis (more readable and efficient code), the implementation
  138. //would not be standard across all platforms. That being said, the code will continue to use bitmasks for independent axis.
  139. //Moreover, according to C/C++ standard, the ordering of bits is platform/compiler dependent and the compiler is allowed to align the bits arbitrarily,
  140. //thus bit operations like shifting and masking may stop working and will be very hard to fix.
  141. uint8_t axis_relative_modes = 0;
  142. int feedmultiply=100; //100->1 200->2
  143. int extrudemultiply=100; //100->1 200->2
  144. int extruder_multiply[EXTRUDERS] = {100
  145. #if EXTRUDERS > 1
  146. , 100
  147. #if EXTRUDERS > 2
  148. , 100
  149. #endif
  150. #endif
  151. };
  152. bool homing_flag = false;
  153. unsigned long pause_time = 0;
  154. unsigned long start_pause_print = _millis();
  155. unsigned long t_fan_rising_edge = _millis();
  156. LongTimer safetyTimer;
  157. static LongTimer crashDetTimer;
  158. //unsigned long load_filament_time;
  159. bool mesh_bed_leveling_flag = false;
  160. unsigned long total_filament_used;
  161. HeatingStatus heating_status;
  162. uint8_t heating_status_counter;
  163. bool loading_flag = false;
  164. #define XY_NO_RESTORE_FLAG (mesh_bed_leveling_flag || homing_flag)
  165. bool fan_state[2];
  166. int fan_edge_counter[2];
  167. int fan_speed[2];
  168. float extruder_multiplier[EXTRUDERS] = {1.0
  169. #if EXTRUDERS > 1
  170. , 1.0
  171. #if EXTRUDERS > 2
  172. , 1.0
  173. #endif
  174. #endif
  175. };
  176. float current_position[NUM_AXIS] = { 0.0, 0.0, 0.0, 0.0 };
  177. //shortcuts for more readable code
  178. #define _x current_position[X_AXIS]
  179. #define _y current_position[Y_AXIS]
  180. #define _z current_position[Z_AXIS]
  181. #define _e current_position[E_AXIS]
  182. float min_pos[3] = { X_MIN_POS, Y_MIN_POS, Z_MIN_POS };
  183. float max_pos[3] = { X_MAX_POS, Y_MAX_POS, Z_MAX_POS };
  184. bool axis_known_position[3] = {false, false, false};
  185. // Extruder offset
  186. #if EXTRUDERS > 1
  187. #define NUM_EXTRUDER_OFFSETS 2 // only in XY plane
  188. float extruder_offset[NUM_EXTRUDER_OFFSETS][EXTRUDERS] = {
  189. #if defined(EXTRUDER_OFFSET_X) && defined(EXTRUDER_OFFSET_Y)
  190. EXTRUDER_OFFSET_X, EXTRUDER_OFFSET_Y
  191. #endif
  192. };
  193. #endif
  194. int fanSpeed=0;
  195. uint8_t newFanSpeed = 0;
  196. #ifdef FWRETRACT
  197. bool retracted[EXTRUDERS]={false
  198. #if EXTRUDERS > 1
  199. , false
  200. #if EXTRUDERS > 2
  201. , false
  202. #endif
  203. #endif
  204. };
  205. bool retracted_swap[EXTRUDERS]={false
  206. #if EXTRUDERS > 1
  207. , false
  208. #if EXTRUDERS > 2
  209. , false
  210. #endif
  211. #endif
  212. };
  213. float retract_length_swap = RETRACT_LENGTH_SWAP;
  214. float retract_recover_length_swap = RETRACT_RECOVER_LENGTH_SWAP;
  215. #endif
  216. #ifdef PS_DEFAULT_OFF
  217. bool powersupply = false;
  218. #else
  219. bool powersupply = true;
  220. #endif
  221. bool cancel_heatup = false;
  222. int8_t busy_state = NOT_BUSY;
  223. static long prev_busy_signal_ms = -1;
  224. uint8_t host_keepalive_interval = HOST_KEEPALIVE_INTERVAL;
  225. const char errormagic[] PROGMEM = "Error:";
  226. const char echomagic[] PROGMEM = "echo:";
  227. const char G28W0[] PROGMEM = "G28 W0";
  228. // Define some coordinates outside the clamp limits (making them invalid past the parsing stage) so
  229. // that they can be used later for various logical checks
  230. #define X_COORD_INVALID (X_MIN_POS-1)
  231. #define SAVED_START_POSITION_UNSET X_COORD_INVALID
  232. float saved_start_position[NUM_AXIS] = {SAVED_START_POSITION_UNSET, 0, 0, 0};
  233. uint16_t saved_segment_idx = 0;
  234. // storing estimated time to end of print counted by slicer
  235. uint8_t print_percent_done_normal = PRINT_PERCENT_DONE_INIT;
  236. uint8_t print_percent_done_silent = PRINT_PERCENT_DONE_INIT;
  237. uint16_t print_time_remaining_normal = PRINT_TIME_REMAINING_INIT; //estimated remaining print time in minutes
  238. uint16_t print_time_remaining_silent = PRINT_TIME_REMAINING_INIT; //estimated remaining print time in minutes
  239. uint16_t print_time_to_change_normal = PRINT_TIME_REMAINING_INIT; //estimated remaining time to next change in minutes
  240. uint16_t print_time_to_change_silent = PRINT_TIME_REMAINING_INIT; //estimated remaining time to next change in minutes
  241. uint32_t IP_address = 0;
  242. //===========================================================================
  243. //=============================Private Variables=============================
  244. //===========================================================================
  245. #define MSG_BED_LEVELING_FAILED_TIMEOUT 30
  246. const char axis_codes[NUM_AXIS] = {'X', 'Y', 'Z', 'E'};
  247. float destination[NUM_AXIS] = { 0.0, 0.0, 0.0, 0.0};
  248. // For tracing an arc
  249. static float offset[3] = {0.0, 0.0, 0.0};
  250. // Current feedrate
  251. float feedrate = 1500.0;
  252. // Feedrate for the next move
  253. static float next_feedrate;
  254. // Original feedrate saved during homing moves
  255. static float saved_feedrate;
  256. const int8_t sensitive_pins[] PROGMEM = SENSITIVE_PINS; // Sensitive pin list for M42
  257. //static float tt = 0;
  258. //static float bt = 0;
  259. //Inactivity shutdown variables
  260. static LongTimer previous_millis_cmd;
  261. unsigned long max_inactive_time = 0;
  262. static unsigned long stepper_inactive_time = DEFAULT_STEPPER_DEACTIVE_TIME*1000l;
  263. static unsigned long safetytimer_inactive_time = DEFAULT_SAFETYTIMER_TIME_MINS*60*1000ul;
  264. unsigned long starttime=0;
  265. unsigned long stoptime=0;
  266. ShortTimer usb_timer;
  267. bool Stopped=false;
  268. #if NUM_SERVOS > 0
  269. Servo servos[NUM_SERVOS];
  270. #endif
  271. bool target_direction;
  272. //Insert variables if CHDK is defined
  273. #ifdef CHDK
  274. unsigned long chdkHigh = 0;
  275. bool chdkActive = false;
  276. #endif
  277. //! @name RAM save/restore printing
  278. //! @{
  279. bool saved_printing = false; //!< Print is paused and saved in RAM
  280. static uint32_t saved_sdpos = 0; //!< SD card position, or line number in case of USB printing
  281. uint8_t saved_printing_type = PRINTING_TYPE_SD;
  282. static float saved_pos[4] = { X_COORD_INVALID, 0, 0, 0 };
  283. static uint16_t saved_feedrate2 = 0; //!< Default feedrate (truncated from float)
  284. static int saved_feedmultiply2 = 0;
  285. float saved_extruder_temperature = 0.0; //!< Active extruder temperature
  286. float saved_bed_temperature = 0.0;
  287. static bool saved_extruder_relative_mode = false;
  288. int saved_fan_speed = 0; //!< Print fan speed
  289. //! @}
  290. static int saved_feedmultiply_mm = 100;
  291. class AutoReportFeatures {
  292. union {
  293. struct {
  294. uint8_t temp : 1; //Temperature flag
  295. uint8_t fans : 1; //Fans flag
  296. uint8_t pos: 1; //Position flag
  297. uint8_t ar4 : 1; //Unused
  298. uint8_t ar5 : 1; //Unused
  299. uint8_t ar6 : 1; //Unused
  300. uint8_t ar7 : 1; //Unused
  301. } __attribute__((packed)) bits;
  302. uint8_t byte;
  303. } arFunctionsActive;
  304. uint8_t auto_report_period;
  305. public:
  306. LongTimer auto_report_timer;
  307. AutoReportFeatures():auto_report_period(0){
  308. #if defined(AUTO_REPORT)
  309. arFunctionsActive.byte = 0xff;
  310. #else
  311. arFunctionsActive.byte = 0;
  312. #endif //AUTO_REPORT
  313. }
  314. inline bool Temp()const { return arFunctionsActive.bits.temp != 0; }
  315. inline void SetTemp(uint8_t v){ arFunctionsActive.bits.temp = v; }
  316. inline bool Fans()const { return arFunctionsActive.bits.fans != 0; }
  317. inline void SetFans(uint8_t v){ arFunctionsActive.bits.fans = v; }
  318. inline bool Pos()const { return arFunctionsActive.bits.pos != 0; }
  319. inline void SetPos(uint8_t v){ arFunctionsActive.bits.pos = v; }
  320. inline void SetMask(uint8_t mask){ arFunctionsActive.byte = mask; }
  321. /// sets the autoreporting timer's period
  322. /// setting it to zero stops the timer
  323. void SetPeriod(uint8_t p){
  324. auto_report_period = p;
  325. if (auto_report_period != 0){
  326. auto_report_timer.start();
  327. } else{
  328. auto_report_timer.stop();
  329. }
  330. }
  331. inline void TimerStart() { auto_report_timer.start(); }
  332. inline bool TimerRunning()const { return auto_report_timer.running(); }
  333. inline bool TimerExpired() { return auto_report_timer.expired(auto_report_period * 1000ul); }
  334. };
  335. AutoReportFeatures autoReportFeatures;
  336. //===========================================================================
  337. //=============================Routines======================================
  338. //===========================================================================
  339. static bool setTargetedHotend(int code, uint8_t &extruder);
  340. static void print_time_remaining_init();
  341. static void wait_for_heater(long codenum, uint8_t extruder);
  342. static void gcode_G28(bool home_x_axis, bool home_y_axis, bool home_z_axis);
  343. static void gcode_M105(uint8_t extruder);
  344. #ifndef PINDA_THERMISTOR
  345. static void temp_compensation_start();
  346. static void temp_compensation_apply();
  347. #endif
  348. #ifdef PRUSA_SN_SUPPORT
  349. static uint8_t get_PRUSA_SN(char* SN);
  350. #endif //PRUSA_SN_SUPPORT
  351. uint16_t gcode_in_progress = 0;
  352. uint16_t mcode_in_progress = 0;
  353. void serial_echopair_P(const char *s_P, float v)
  354. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  355. void serial_echopair_P(const char *s_P, double v)
  356. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  357. void serial_echopair_P(const char *s_P, unsigned long v)
  358. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  359. void serialprintPGM(const char *str) {
  360. while(uint8_t ch = pgm_read_byte(str)) {
  361. MYSERIAL.write((char)ch);
  362. ++str;
  363. }
  364. }
  365. void serialprintlnPGM(const char *str) {
  366. serialprintPGM(str);
  367. MYSERIAL.println();
  368. }
  369. #ifdef SDSUPPORT
  370. #include "SdFatUtil.h"
  371. int freeMemory() { return SdFatUtil::FreeRam(); }
  372. #else
  373. extern "C" {
  374. extern unsigned int __bss_end;
  375. extern unsigned int __heap_start;
  376. extern void *__brkval;
  377. int freeMemory() {
  378. int free_memory;
  379. if ((int)__brkval == 0)
  380. free_memory = ((int)&free_memory) - ((int)&__bss_end);
  381. else
  382. free_memory = ((int)&free_memory) - ((int)__brkval);
  383. return free_memory;
  384. }
  385. }
  386. #endif //!SDSUPPORT
  387. void setup_killpin()
  388. {
  389. #if defined(KILL_PIN) && KILL_PIN > -1
  390. SET_INPUT(KILL_PIN);
  391. WRITE(KILL_PIN,HIGH);
  392. #endif
  393. }
  394. // Set home pin
  395. void setup_homepin(void)
  396. {
  397. #if defined(HOME_PIN) && HOME_PIN > -1
  398. SET_INPUT(HOME_PIN);
  399. WRITE(HOME_PIN,HIGH);
  400. #endif
  401. }
  402. void setup_photpin()
  403. {
  404. #if defined(PHOTOGRAPH_PIN) && PHOTOGRAPH_PIN > -1
  405. SET_OUTPUT(PHOTOGRAPH_PIN);
  406. WRITE(PHOTOGRAPH_PIN, LOW);
  407. #endif
  408. }
  409. void setup_powerhold()
  410. {
  411. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  412. SET_OUTPUT(SUICIDE_PIN);
  413. WRITE(SUICIDE_PIN, HIGH);
  414. #endif
  415. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  416. SET_OUTPUT(PS_ON_PIN);
  417. #if defined(PS_DEFAULT_OFF)
  418. WRITE(PS_ON_PIN, PS_ON_ASLEEP);
  419. #else
  420. WRITE(PS_ON_PIN, PS_ON_AWAKE);
  421. #endif
  422. #endif
  423. }
  424. void suicide()
  425. {
  426. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  427. SET_OUTPUT(SUICIDE_PIN);
  428. WRITE(SUICIDE_PIN, LOW);
  429. #endif
  430. }
  431. void servo_init()
  432. {
  433. #if (NUM_SERVOS >= 1) && defined(SERVO0_PIN) && (SERVO0_PIN > -1)
  434. servos[0].attach(SERVO0_PIN);
  435. #endif
  436. #if (NUM_SERVOS >= 2) && defined(SERVO1_PIN) && (SERVO1_PIN > -1)
  437. servos[1].attach(SERVO1_PIN);
  438. #endif
  439. #if (NUM_SERVOS >= 3) && defined(SERVO2_PIN) && (SERVO2_PIN > -1)
  440. servos[2].attach(SERVO2_PIN);
  441. #endif
  442. #if (NUM_SERVOS >= 4) && defined(SERVO3_PIN) && (SERVO3_PIN > -1)
  443. servos[3].attach(SERVO3_PIN);
  444. #endif
  445. #if (NUM_SERVOS >= 5)
  446. #error "TODO: enter initalisation code for more servos"
  447. #endif
  448. }
  449. bool __attribute__((noinline)) printer_active() {
  450. return IS_SD_PRINTING
  451. || usb_timer.running()
  452. || isPrintPaused
  453. || (custom_message_type == CustomMsg::TempCal)
  454. || saved_printing
  455. || (lcd_commands_type == LcdCommands::Layer1Cal)
  456. || MMU2::mmu2.MMU_PRINT_SAVED()
  457. || homing_flag
  458. || mesh_bed_leveling_flag;
  459. }
  460. // Currently only used in one place, allowed to be inlined
  461. bool check_fsensor() {
  462. return (IS_SD_PRINTING || usb_timer.running())
  463. && mcode_in_progress != 600
  464. && !saved_printing
  465. && e_active();
  466. }
  467. bool fans_check_enabled = true;
  468. #ifdef TMC2130
  469. void crashdet_stop_and_save_print()
  470. {
  471. stop_and_save_print_to_ram(10, -default_retraction); //XY - no change, Z 10mm up, E -1mm retract
  472. }
  473. void crashdet_restore_print_and_continue()
  474. {
  475. restore_print_from_ram_and_continue(default_retraction); //XYZ = orig, E +1mm unretract
  476. // babystep_apply();
  477. }
  478. void crashdet_fmt_error(char* buf, uint8_t mask)
  479. {
  480. if(mask & X_AXIS_MASK) *buf++ = axis_codes[X_AXIS];
  481. if(mask & Y_AXIS_MASK) *buf++ = axis_codes[Y_AXIS];
  482. *buf++ = ' ';
  483. strcpy_P(buf, _T(MSG_CRASH_DETECTED));
  484. }
  485. void crashdet_detected(uint8_t mask)
  486. {
  487. st_synchronize();
  488. static uint8_t crashDet_counter = 0;
  489. static uint8_t crashDet_axes = 0;
  490. bool automatic_recovery_after_crash = true;
  491. char msg[LCD_WIDTH+1] = "";
  492. if (crashDetTimer.expired(CRASHDET_TIMER * 1000ul)) {
  493. crashDet_counter = 0;
  494. }
  495. if(++crashDet_counter >= CRASHDET_COUNTER_MAX) {
  496. automatic_recovery_after_crash = false;
  497. }
  498. crashDetTimer.start();
  499. crashDet_axes |= mask;
  500. lcd_update_enable(true);
  501. lcd_clear();
  502. lcd_update(2);
  503. if (mask & X_AXIS_MASK)
  504. {
  505. eeprom_increment_byte((uint8_t*)EEPROM_CRASH_COUNT_X);
  506. eeprom_increment_word((uint16_t*)EEPROM_CRASH_COUNT_X_TOT);
  507. }
  508. if (mask & Y_AXIS_MASK)
  509. {
  510. eeprom_increment_byte((uint8_t*)EEPROM_CRASH_COUNT_Y);
  511. eeprom_increment_word((uint16_t*)EEPROM_CRASH_COUNT_Y_TOT);
  512. }
  513. lcd_update_enable(true);
  514. lcd_update(2);
  515. // prepare the status message with the _current_ axes status
  516. crashdet_fmt_error(msg, mask);
  517. lcd_setstatus(msg);
  518. gcode_G28(true, true, false); //home X and Y
  519. if (automatic_recovery_after_crash) {
  520. enquecommand_P(PSTR("CRASH_RECOVER"));
  521. }else{
  522. setTargetHotend(0, active_extruder);
  523. // notify the user of *all* the axes previously affected, not just the last one
  524. lcd_update_enable(false);
  525. lcd_clear();
  526. crashdet_fmt_error(msg, crashDet_axes);
  527. crashDet_axes = 0;
  528. lcd_print(msg);
  529. // ask whether to resume printing
  530. lcd_set_cursor(0, 1);
  531. lcd_puts_P(_T(MSG_RESUME_PRINT));
  532. lcd_putc('?');
  533. uint8_t yesno = lcd_show_yes_no_and_wait(false);
  534. if (yesno == LCD_LEFT_BUTTON_CHOICE)
  535. {
  536. enquecommand_P(PSTR("CRASH_RECOVER"));
  537. }
  538. else // LCD_MIDDLE_BUTTON_CHOICE
  539. {
  540. enquecommand_P(PSTR("CRASH_CANCEL"));
  541. }
  542. }
  543. }
  544. void crashdet_recover()
  545. {
  546. crashdet_restore_print_and_continue();
  547. if (lcd_crash_detect_enabled()) tmc2130_sg_stop_on_crash = true;
  548. }
  549. void crashdet_cancel()
  550. {
  551. saved_printing = false;
  552. tmc2130_sg_stop_on_crash = true;
  553. if (saved_printing_type == PRINTING_TYPE_SD) {
  554. print_stop();
  555. }else if(saved_printing_type == PRINTING_TYPE_USB){
  556. SERIAL_ECHOLNRPGM(MSG_OCTOPRINT_CANCEL); //for Octoprint: works the same as clicking "Abort" button in Octoprint GUI
  557. cmdqueue_reset();
  558. }
  559. }
  560. #endif //TMC2130
  561. void failstats_reset_print()
  562. {
  563. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_X, 0);
  564. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_Y, 0);
  565. eeprom_update_byte((uint8_t *)EEPROM_FERROR_COUNT, 0);
  566. eeprom_update_byte((uint8_t *)EEPROM_POWER_COUNT, 0);
  567. eeprom_update_byte((uint8_t *)EEPROM_MMU_FAIL, 0);
  568. eeprom_update_byte((uint8_t *)EEPROM_MMU_LOAD_FAIL, 0);
  569. }
  570. void watchdogEarlyDisable(void) {
  571. // Regardless if the watchdog support is enabled or not, disable the watchdog very early
  572. // after the program starts since there's no danger in doing this.
  573. // The reason for this is because old bootloaders might not handle the watchdog timer at all,
  574. // leaving it enabled when jumping to the program. This could cause another watchdog reset
  575. // during setup() if not handled properly. So to avoid any issue of this kind, stop the
  576. // watchdog timer manually.
  577. ATOMIC_BLOCK(ATOMIC_RESTORESTATE) {
  578. wdt_reset();
  579. MCUSR &= ~_BV(WDRF);
  580. wdt_disable();
  581. }
  582. }
  583. void softReset(void) {
  584. cli();
  585. #ifdef WATCHDOG
  586. // If the watchdog support is enabled, use that for resetting. The timeout value is customized
  587. // for each board since the miniRambo ships with a bootloader which doesn't properly handle the
  588. // WDT. In order to avoid bootlooping, the watchdog is set to a value large enough for the
  589. // usual timeout of the bootloader to pass.
  590. wdt_enable(WATCHDOG_SOFT_RESET_VALUE);
  591. #else
  592. #warning WATCHDOG not defined. See the following comment for more details about the implications
  593. // In case the watchdog is not enabled, the reset is acomplished by jumping to the bootloader
  594. // vector manually. This however is somewhat dangerous since the peripherals don't get reset
  595. // by this operation. Considering this is not going to be used in any production firmware,
  596. // it can be left as is and just be cautious with it. The only way to accomplish a peripheral
  597. // reset is by an external reset, by a watchdog reset or by a power cycle. All of these options
  598. // can't be accomplished just from software. One way to minimize the dangers of this is by
  599. // setting all dangerous pins to INPUT before jumping to the bootloader, but that still doesn't
  600. // reset other peripherals such as UART, timers, INT, PCINT, etc...
  601. asm volatile("jmp 0x3E000");
  602. #endif
  603. while(1);
  604. }
  605. #ifdef MESH_BED_LEVELING
  606. enum MeshLevelingState { MeshReport, MeshStart, MeshNext, MeshSet };
  607. #endif
  608. static void factory_reset_stats(){
  609. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, 0);
  610. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, 0);
  611. failstats_reset_print();
  612. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_X_TOT, 0);
  613. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_Y_TOT, 0);
  614. eeprom_update_word((uint16_t *)EEPROM_FERROR_COUNT_TOT, 0);
  615. eeprom_update_word((uint16_t *)EEPROM_POWER_COUNT_TOT, 0);
  616. eeprom_update_word((uint16_t *)EEPROM_MMU_FAIL_TOT, 0);
  617. eeprom_update_word((uint16_t *)EEPROM_MMU_LOAD_FAIL_TOT, 0);
  618. eeprom_update_dword((uint32_t *)EEPROM_TOTAL_TOOLCHANGE_COUNT, 0);
  619. }
  620. // Factory reset function
  621. // This function is used to erase parts or whole EEPROM memory which is used for storing calibration and and so on.
  622. // Level input parameter sets depth of reset
  623. static void factory_reset(char level)
  624. {
  625. lcd_clear();
  626. Sound_MakeCustom(100,0,false);
  627. switch (level) {
  628. case 0: // Level 0: Language reset
  629. lang_reset();
  630. break;
  631. case 1: //Level 1: Reset statistics
  632. factory_reset_stats();
  633. lcd_menu_statistics();
  634. break;
  635. case 2: // Level 2: Prepare for shipping
  636. factory_reset_stats();
  637. // FALLTHRU
  638. case 3: // Level 3: Preparation after being serviced
  639. // Force language selection at the next boot up.
  640. lang_reset();
  641. // Force the "Follow calibration flow" message at the next boot up.
  642. calibration_status_store(CALIBRATION_STATUS_Z_CALIBRATION);
  643. eeprom_write_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 2); //run wizard
  644. farm_disable();
  645. #ifdef FILAMENT_SENSOR
  646. fsensor.setEnabled(true);
  647. fsensor.setAutoLoadEnabled(true, true);
  648. fsensor.setRunoutEnabled(true, true);
  649. #if (FILAMENT_SENSOR_TYPE == FSENSOR_PAT9125)
  650. fsensor.setJamDetectionEnabled(true, true);
  651. #endif //(FILAMENT_SENSOR_TYPE == FSENSOR_PAT9125)
  652. #endif //FILAMENT_SENSOR
  653. break;
  654. case 4:
  655. menu_progressbar_init(EEPROM_TOP, PSTR("ERASING all data"));
  656. // Erase EEPROM
  657. for (uint16_t i = 0; i < EEPROM_TOP; i++) {
  658. eeprom_update_byte((uint8_t*)i, 0xFF);
  659. menu_progressbar_update(i);
  660. }
  661. menu_progressbar_finish();
  662. softReset();
  663. break;
  664. default:
  665. break;
  666. }
  667. }
  668. extern "C" {
  669. FILE _uartout; //= {0}; Global variable is always zero initialized. No need to explicitly state this.
  670. }
  671. int uart_putchar(char c, FILE *)
  672. {
  673. MYSERIAL.write(c);
  674. return 0;
  675. }
  676. void lcd_splash()
  677. {
  678. lcd_clear(); // clears display and homes screen
  679. lcd_printf_P(PSTR("\n Original Prusa i3\n Prusa Research\n%20.20S"), PSTR(FW_VERSION));
  680. }
  681. void factory_reset()
  682. {
  683. KEEPALIVE_STATE(PAUSED_FOR_USER);
  684. if (!READ(BTN_ENC))
  685. {
  686. _delay_ms(1000);
  687. if (!READ(BTN_ENC))
  688. {
  689. lcd_clear();
  690. lcd_puts_P(PSTR("Factory RESET"));
  691. SET_OUTPUT(BEEPER);
  692. if(eSoundMode!=e_SOUND_MODE_SILENT)
  693. WRITE(BEEPER, HIGH);
  694. while (!READ(BTN_ENC));
  695. WRITE(BEEPER, LOW);
  696. _delay_ms(2000);
  697. char level = reset_menu();
  698. factory_reset(level);
  699. switch (level) {
  700. case 0:
  701. case 1:
  702. case 2:
  703. case 3:
  704. case 4: _delay_ms(0); break;
  705. }
  706. }
  707. }
  708. KEEPALIVE_STATE(IN_HANDLER);
  709. }
  710. #if 0
  711. void show_fw_version_warnings() {
  712. if (FW_DEV_VERSION == FW_VERSION_GOLD || FW_DEV_VERSION == FW_VERSION_RC) return;
  713. switch (FW_DEV_VERSION) {
  714. case(FW_VERSION_BETA): lcd_show_fullscreen_message_and_wait_P(MSG_FW_VERSION_BETA); break;
  715. case(FW_VERSION_ALPHA):
  716. case(FW_VERSION_DEVEL):
  717. case(FW_VERSION_DEBUG):
  718. lcd_update_enable(false);
  719. lcd_clear();
  720. #if (FW_DEV_VERSION == FW_VERSION_DEVEL || FW_DEV_VERSION == FW_VERSION_ALPHA)
  721. lcd_puts_at_P(0, 0, PSTR("Development build !!"));
  722. #else
  723. lcd_puts_at_P(0, 0, PSTR("Debbugging build !!!"));
  724. #endif
  725. lcd_puts_at_P(0, 1, PSTR("May destroy printer!"));
  726. lcd_puts_at_P(0, 2, PSTR("FW")); lcd_puts_P(PSTR(FW_VERSION_FULL));
  727. lcd_puts_at_P(0, 3, PSTR("Repo: ")); lcd_puts_P(PSTR(FW_REPOSITORY));
  728. lcd_wait_for_click();
  729. break;
  730. // default: lcd_show_fullscreen_message_and_wait_P(_i("WARNING: This is an unofficial, unsupported build. Use at your own risk!")); break;////MSG_FW_VERSION_UNKNOWN c=20 r=8
  731. }
  732. lcd_update_enable(true);
  733. }
  734. #endif
  735. #if defined(FILAMENT_SENSOR) && defined(FSENSOR_PROBING)
  736. //! @brief try to check if firmware is on right type of printer
  737. static void check_if_fw_is_on_right_printer() {
  738. if (fsensor.probeOtherType()) {
  739. lcd_show_fullscreen_message_and_wait_P(_i(PRINTER_NAME " firmware detected on " PRINTER_NAME_ALTERNATE " printer"));////c=20 r=4
  740. }
  741. }
  742. #endif //defined(FILAMENT_SENSOR) && defined(FSENSOR_PROBING)
  743. uint8_t check_printer_version()
  744. {
  745. uint8_t version_changed = 0;
  746. uint16_t printer_type = eeprom_read_word((uint16_t*)EEPROM_PRINTER_TYPE);
  747. uint16_t motherboard = eeprom_read_word((uint16_t*)EEPROM_BOARD_TYPE);
  748. if (printer_type != PRINTER_TYPE) {
  749. if (printer_type == 0xffff) eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  750. else version_changed |= 0b10;
  751. }
  752. if (motherboard != MOTHERBOARD) {
  753. if(motherboard == 0xffff) eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  754. else version_changed |= 0b01;
  755. }
  756. return version_changed;
  757. }
  758. #ifdef BOOTAPP
  759. #include "bootapp.h" //bootloader support
  760. #endif //BOOTAPP
  761. #if (LANG_MODE != 0) //secondary language support
  762. #ifdef XFLASH
  763. // language update from external flash
  764. #define LANGBOOT_BLOCKSIZE 0x1000u
  765. #define LANGBOOT_RAMBUFFER 0x0800
  766. void update_sec_lang_from_external_flash()
  767. {
  768. if ((boot_app_magic == BOOT_APP_MAGIC) && (boot_app_flags & BOOT_APP_FLG_USER0))
  769. {
  770. uint8_t lang = boot_reserved >> 3;
  771. uint8_t state = boot_reserved & 0x07;
  772. lang_table_header_t header;
  773. uint32_t src_addr;
  774. if (lang_get_header(lang, &header, &src_addr))
  775. {
  776. lcd_puts_at_P(1,3,PSTR("Language update."));
  777. for (uint8_t i = 0; i < state; i++) fputc('.', lcdout);
  778. _delay(100);
  779. boot_reserved = (boot_reserved & 0xF8) | ((state + 1) & 0x07);
  780. if ((state * LANGBOOT_BLOCKSIZE) < header.size)
  781. {
  782. cli();
  783. uint16_t size = header.size - state * LANGBOOT_BLOCKSIZE;
  784. if (size > LANGBOOT_BLOCKSIZE) size = LANGBOOT_BLOCKSIZE;
  785. xflash_rd_data(src_addr + state * LANGBOOT_BLOCKSIZE, (uint8_t*)LANGBOOT_RAMBUFFER, size);
  786. if (state == 0)
  787. {
  788. //TODO - check header integrity
  789. }
  790. bootapp_ram2flash(LANGBOOT_RAMBUFFER, _SEC_LANG_TABLE + state * LANGBOOT_BLOCKSIZE, size);
  791. }
  792. else
  793. {
  794. //TODO - check sec lang data integrity
  795. eeprom_update_byte((unsigned char *)EEPROM_LANG, LANG_ID_SEC);
  796. }
  797. }
  798. }
  799. boot_app_flags &= ~BOOT_APP_FLG_USER0;
  800. }
  801. #ifdef DEBUG_XFLASH
  802. uint8_t lang_xflash_enum_codes(uint16_t* codes)
  803. {
  804. lang_table_header_t header;
  805. uint8_t count = 0;
  806. uint32_t addr = 0x00000;
  807. while (1)
  808. {
  809. printf_P(_n("LANGTABLE%d:"), count);
  810. xflash_rd_data(addr, (uint8_t*)&header, sizeof(lang_table_header_t));
  811. if (header.magic != LANG_MAGIC)
  812. {
  813. puts_P(_n("NG!"));
  814. break;
  815. }
  816. puts_P(_n("OK"));
  817. printf_P(_n(" _lt_magic = 0x%08lx %S\n"), header.magic, (header.magic==LANG_MAGIC)?_n("OK"):_n("NA"));
  818. printf_P(_n(" _lt_size = 0x%04x (%d)\n"), header.size, header.size);
  819. printf_P(_n(" _lt_count = 0x%04x (%d)\n"), header.count, header.count);
  820. printf_P(_n(" _lt_chsum = 0x%04x\n"), header.checksum);
  821. printf_P(_n(" _lt_code = 0x%04x (%c%c)\n"), header.code, header.code >> 8, header.code & 0xff);
  822. printf_P(_n(" _lt_sign = 0x%08lx\n"), header.signature);
  823. addr += header.size;
  824. codes[count] = header.code;
  825. count ++;
  826. }
  827. return count;
  828. }
  829. void list_sec_lang_from_external_flash()
  830. {
  831. uint16_t codes[8];
  832. uint8_t count = lang_xflash_enum_codes(codes);
  833. printf_P(_n("XFlash lang count = %hhd\n"), count);
  834. }
  835. #endif //DEBUG_XFLASH
  836. #endif //XFLASH
  837. #endif //(LANG_MODE != 0)
  838. static void fw_crash_init()
  839. {
  840. #ifdef XFLASH_DUMP
  841. dump_crash_reason crash_reason;
  842. if(xfdump_check_state(&crash_reason))
  843. {
  844. // always signal to the host that a dump is available for retrieval
  845. puts_P(_N("// action:dump_available"));
  846. #ifdef EMERGENCY_DUMP
  847. if(crash_reason != dump_crash_reason::manual &&
  848. eeprom_read_byte((uint8_t*)EEPROM_FW_CRASH_FLAG) != 0xFF)
  849. {
  850. lcd_show_fullscreen_message_and_wait_P(
  851. _n("FW crash detected! "
  852. "You can continue printing. "
  853. "Debug data available for analysis. "
  854. "Contact support to submit details."));
  855. }
  856. #endif
  857. }
  858. #else //XFLASH_DUMP
  859. dump_crash_reason crash_reason = (dump_crash_reason)eeprom_read_byte((uint8_t*)EEPROM_FW_CRASH_FLAG);
  860. if(crash_reason != dump_crash_reason::manual && (uint8_t)crash_reason != 0xFF)
  861. {
  862. lcd_beeper_quick_feedback();
  863. lcd_clear();
  864. lcd_puts_P(_n("FIRMWARE CRASH!\nCrash reason:\n"));
  865. switch(crash_reason)
  866. {
  867. case dump_crash_reason::stack_error:
  868. lcd_puts_P(_n("Static memory has\nbeen overwritten"));
  869. break;
  870. case dump_crash_reason::watchdog:
  871. lcd_puts_P(_n("Watchdog timeout"));
  872. break;
  873. case dump_crash_reason::bad_isr:
  874. lcd_puts_P(_n("Bad interrupt"));
  875. break;
  876. default:
  877. lcd_print((uint8_t)crash_reason);
  878. break;
  879. }
  880. lcd_wait_for_click();
  881. }
  882. #endif //XFLASH_DUMP
  883. // prevent crash prompts to reappear once acknowledged
  884. eeprom_update_byte((uint8_t*)EEPROM_FW_CRASH_FLAG, 0xFF);
  885. }
  886. static void xflash_err_msg()
  887. {
  888. puts_P(_n("XFLASH not responding."));
  889. lcd_show_fullscreen_message_and_wait_P(_n("External SPI flash\nXFLASH is not res-\nponding. Language\nswitch unavailable."));
  890. }
  891. // "Setup" function is called by the Arduino framework on startup.
  892. // Before startup, the Timers-functions (PWM)/Analog RW and HardwareSerial provided by the Arduino-code
  893. // are initialized by the main() routine provided by the Arduino framework.
  894. void setup()
  895. {
  896. watchdogEarlyDisable();
  897. timer2_init(); // enables functional millis
  898. ultralcd_init();
  899. spi_init();
  900. lcd_splash();
  901. Sound_Init(); // also guarantee "SET_OUTPUT(BEEPER)"
  902. selectedSerialPort = eeprom_init_default_byte((uint8_t *)EEPROM_SECOND_SERIAL_ACTIVE, 0);
  903. MYSERIAL.begin(BAUDRATE);
  904. fdev_setup_stream(uartout, uart_putchar, NULL, _FDEV_SETUP_WRITE); //setup uart out stream
  905. stdout = uartout;
  906. #ifdef XFLASH
  907. bool xflash_success = xflash_init();
  908. uint8_t optiboot_status = 1;
  909. if (xflash_success)
  910. {
  911. optiboot_status = optiboot_xflash_enter();
  912. #if (LANG_MODE != 0) //secondary language support
  913. update_sec_lang_from_external_flash();
  914. #endif //(LANG_MODE != 0)
  915. }
  916. #else
  917. const bool xflash_success = true;
  918. #endif //XFLASH
  919. setup_killpin();
  920. setup_powerhold();
  921. farm_mode_init();
  922. #ifdef TMC2130
  923. if( FarmOrUserECool() ){
  924. //increased extruder current (PFW363)
  925. tmc2130_current_h[E_AXIS] = TMC2130_CURRENTS_FARM;
  926. tmc2130_current_r[E_AXIS] = TMC2130_CURRENTS_FARM;
  927. }
  928. #endif //TMC2130
  929. #ifdef PRUSA_SN_SUPPORT
  930. //Check for valid SN in EEPROM. Try to retrieve it in case it's invalid.
  931. //SN is valid only if it is NULL terminated and starts with "CZPX".
  932. {
  933. char SN[20];
  934. eeprom_read_block(SN, (uint8_t*)EEPROM_PRUSA_SN, 20);
  935. if (SN[19] || strncmp_P(SN, PSTR("CZPX"), 4))
  936. {
  937. if (!get_PRUSA_SN(SN))
  938. {
  939. eeprom_update_block(SN, (uint8_t*)EEPROM_PRUSA_SN, 20);
  940. puts_P(PSTR("SN updated"));
  941. }
  942. else
  943. puts_P(PSTR("SN update failed"));
  944. }
  945. }
  946. #endif //PRUSA_SN_SUPPORT
  947. #ifndef XFLASH
  948. SERIAL_PROTOCOLLNPGM("start");
  949. #else
  950. if ((optiboot_status != 0) || (selectedSerialPort != 0))
  951. SERIAL_PROTOCOLLNPGM("start");
  952. #endif
  953. SERIAL_ECHO_START;
  954. puts_P(PSTR(" " FW_VERSION_FULL));
  955. if (eeprom_read_byte((uint8_t *)EEPROM_MMU_ENABLED)) {
  956. MMU2::mmu2.Start();
  957. }
  958. SpoolJoin::spooljoin.initSpoolJoinStatus();
  959. //SERIAL_ECHOPAIR("Active sheet before:", static_cast<unsigned long int>(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet))));
  960. #ifdef DEBUG_SEC_LANG
  961. lang_table_header_t header;
  962. uint32_t src_addr = 0x00000;
  963. if (lang_get_header(1, &header, &src_addr))
  964. {
  965. printf_P(
  966. _n(
  967. " _src_addr = 0x%08lx\n"
  968. " _lt_magic = 0x%08lx %S\n"
  969. " _lt_size = 0x%04x (%d)\n"
  970. " _lt_count = 0x%04x (%d)\n"
  971. " _lt_chsum = 0x%04x\n"
  972. " _lt_code = 0x%04x (%c%c)\n"
  973. " _lt_resv1 = 0x%08lx\n"
  974. ),
  975. src_addr,
  976. header.magic, (header.magic==LANG_MAGIC)?_n("OK"):_n("NA"),
  977. header.size, header.size,
  978. header.count, header.count,
  979. header.checksum,
  980. header.code, header.code >> 8, header.code & 0xff,
  981. header.signature
  982. );
  983. #if 0
  984. xflash_rd_data(0x25ba, (uint8_t*)&block_buffer, 1024);
  985. for (uint16_t i = 0; i < 1024; i++)
  986. {
  987. if ((i % 16) == 0) printf_P(_n("%04x:"), 0x25ba+i);
  988. printf_P(_n(" %02x"), ((uint8_t*)&block_buffer)[i]);
  989. if ((i % 16) == 15) putchar('\n');
  990. }
  991. #endif
  992. uint16_t sum = 0;
  993. for (uint16_t i = 0; i < header.size; i++)
  994. sum += (uint16_t)pgm_read_byte((uint8_t*)(_SEC_LANG_TABLE + i)) << ((i & 1)?0:8);
  995. printf_P(_n("_SEC_LANG_TABLE checksum = %04x\n"), sum);
  996. sum -= header.checksum; //subtract checksum
  997. printf_P(_n("_SEC_LANG_TABLE checksum = %04x\n"), sum);
  998. sum = (sum >> 8) | ((sum & 0xff) << 8); //swap bytes
  999. if (sum == header.checksum)
  1000. puts_P(_n("Checksum OK"));
  1001. else
  1002. puts_P(_n("Checksum NG"));
  1003. }
  1004. else
  1005. puts_P(_n("lang_get_header failed!"));
  1006. #if 0
  1007. for (uint16_t i = 0; i < 1024*10; i++)
  1008. {
  1009. if ((i % 16) == 0) printf_P(_n("%04x:"), _SEC_LANG_TABLE+i);
  1010. printf_P(_n(" %02x"), pgm_read_byte((uint8_t*)(_SEC_LANG_TABLE+i)));
  1011. if ((i % 16) == 15) putchar('\n');
  1012. }
  1013. #endif
  1014. #if 0
  1015. SERIAL_ECHOLN("Reading eeprom from 0 to 100: start");
  1016. for (int i = 0; i < 4096; ++i) {
  1017. int b = eeprom_read_byte((unsigned char*)i);
  1018. if (b != 255) {
  1019. SERIAL_ECHO(i);
  1020. SERIAL_ECHO(":");
  1021. SERIAL_ECHO(b);
  1022. SERIAL_ECHOLN("");
  1023. }
  1024. }
  1025. SERIAL_ECHOLN("Reading eeprom from 0 to 100: done");
  1026. #endif
  1027. #endif //DEBUG_SEC_LANG
  1028. // Check startup - does nothing if bootloader sets MCUSR to 0
  1029. byte mcu = MCUSR;
  1030. /* if (mcu & 1) SERIAL_ECHOLNRPGM(MSG_POWERUP);
  1031. if (mcu & 2) SERIAL_ECHOLNRPGM(MSG_EXTERNAL_RESET);
  1032. if (mcu & 4) SERIAL_ECHOLNRPGM(MSG_BROWNOUT_RESET);
  1033. if (mcu & 8) SERIAL_ECHOLNRPGM(MSG_WATCHDOG_RESET);
  1034. if (mcu & 32) SERIAL_ECHOLNRPGM(MSG_SOFTWARE_RESET);*/
  1035. if (mcu & 1) puts_P(MSG_POWERUP);
  1036. if (mcu & 2) puts_P(MSG_EXTERNAL_RESET);
  1037. if (mcu & 4) puts_P(MSG_BROWNOUT_RESET);
  1038. if (mcu & 8) puts_P(MSG_WATCHDOG_RESET);
  1039. if (mcu & 32) puts_P(MSG_SOFTWARE_RESET);
  1040. MCUSR = 0;
  1041. //SERIAL_ECHORPGM(MSG_MARLIN);
  1042. //SERIAL_ECHOLNRPGM(VERSION_STRING);
  1043. #ifdef STRING_VERSION_CONFIG_H
  1044. #ifdef STRING_CONFIG_H_AUTHOR
  1045. SERIAL_ECHO_START;
  1046. SERIAL_ECHORPGM(_n(" Last Updated: "));////MSG_CONFIGURATION_VER
  1047. SERIAL_ECHOPGM(STRING_VERSION_CONFIG_H);
  1048. SERIAL_ECHORPGM(_n(" | Author: "));////MSG_AUTHOR
  1049. SERIAL_ECHOLNPGM(STRING_CONFIG_H_AUTHOR);
  1050. #endif
  1051. #endif
  1052. SERIAL_ECHO_START;
  1053. SERIAL_ECHORPGM(_n(" Free Memory: "));////MSG_FREE_MEMORY
  1054. SERIAL_ECHO(freeMemory());
  1055. SERIAL_ECHORPGM(_n(" PlannerBufferBytes: "));////MSG_PLANNER_BUFFER_BYTES
  1056. SERIAL_ECHOLN((int)sizeof(block_t)*BLOCK_BUFFER_SIZE);
  1057. //lcd_update_enable(false); // why do we need this?? - andre
  1058. // loads data from EEPROM if available else uses defaults (and resets step acceleration rate)
  1059. bool previous_settings_retrieved = false;
  1060. uint8_t hw_changed = check_printer_version();
  1061. if (!(hw_changed & 0b10)) { //if printer version wasn't changed, check for eeprom version and retrieve settings from eeprom in case that version wasn't changed
  1062. previous_settings_retrieved = Config_RetrieveSettings();
  1063. }
  1064. else { //printer version was changed so use default settings
  1065. Config_ResetDefault();
  1066. }
  1067. // writes a magic number at the end of static variables to monitor against incorrect overwriting
  1068. // of static memory by stack (this needs to be done before soft_pwm_init, since the check is
  1069. // performed inside the soft_pwm_isr)
  1070. SdFatUtil::set_stack_guard();
  1071. // Initialize pwm/temperature loops
  1072. soft_pwm_init();
  1073. temp_mgr_init();
  1074. #ifdef EXTRUDER_ALTFAN_DETECT
  1075. SERIAL_ECHORPGM(_n("Hotend fan type: "));
  1076. if (extruder_altfan_detect())
  1077. SERIAL_ECHOLNRPGM(PSTR("ALTFAN"));
  1078. else
  1079. SERIAL_ECHOLNRPGM(PSTR("NOCTUA"));
  1080. #endif //EXTRUDER_ALTFAN_DETECT
  1081. plan_init(); // Initialize planner;
  1082. factory_reset();
  1083. eeprom_init_default_byte((uint8_t*)EEPROM_SILENT, SILENT_MODE_OFF);
  1084. eeprom_init_default_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 1); //run wizard if uninitialized
  1085. lcd_encoder_diff=0;
  1086. #ifdef TMC2130
  1087. uint8_t silentMode = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
  1088. if (silentMode == 0xff) silentMode = 0;
  1089. tmc2130_mode = TMC2130_MODE_NORMAL;
  1090. if (lcd_crash_detect_enabled() && !farm_mode)
  1091. {
  1092. lcd_crash_detect_enable();
  1093. puts_P(_N("CrashDetect ENABLED!"));
  1094. }
  1095. else
  1096. {
  1097. lcd_crash_detect_disable();
  1098. puts_P(_N("CrashDetect DISABLED"));
  1099. }
  1100. #ifdef TMC2130_LINEARITY_CORRECTION
  1101. #ifdef TMC2130_LINEARITY_CORRECTION_XYZ
  1102. tmc2130_wave_fac[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_X_FAC);
  1103. tmc2130_wave_fac[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_Y_FAC);
  1104. tmc2130_wave_fac[Z_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_Z_FAC);
  1105. #endif //TMC2130_LINEARITY_CORRECTION_XYZ
  1106. tmc2130_wave_fac[E_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_E_FAC);
  1107. if (tmc2130_wave_fac[X_AXIS] == 0xff) tmc2130_wave_fac[X_AXIS] = 0;
  1108. if (tmc2130_wave_fac[Y_AXIS] == 0xff) tmc2130_wave_fac[Y_AXIS] = 0;
  1109. if (tmc2130_wave_fac[Z_AXIS] == 0xff) tmc2130_wave_fac[Z_AXIS] = 0;
  1110. if (tmc2130_wave_fac[E_AXIS] == 0xff) tmc2130_wave_fac[E_AXIS] = 0;
  1111. #endif //TMC2130_LINEARITY_CORRECTION
  1112. #ifdef TMC2130_VARIABLE_RESOLUTION
  1113. tmc2130_mres[X_AXIS] = tmc2130_usteps2mres(cs.axis_ustep_resolution[X_AXIS]);
  1114. tmc2130_mres[Y_AXIS] = tmc2130_usteps2mres(cs.axis_ustep_resolution[Y_AXIS]);
  1115. tmc2130_mres[Z_AXIS] = tmc2130_usteps2mres(cs.axis_ustep_resolution[Z_AXIS]);
  1116. tmc2130_mres[E_AXIS] = tmc2130_usteps2mres(cs.axis_ustep_resolution[E_AXIS]);
  1117. #else //TMC2130_VARIABLE_RESOLUTION
  1118. tmc2130_mres[X_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_XY);
  1119. tmc2130_mres[Y_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_XY);
  1120. tmc2130_mres[Z_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_Z);
  1121. tmc2130_mres[E_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_E);
  1122. #endif //TMC2130_VARIABLE_RESOLUTION
  1123. #endif //TMC2130
  1124. st_init(); // Initialize stepper, this enables interrupts!
  1125. #ifdef TMC2130
  1126. tmc2130_mode = silentMode?TMC2130_MODE_SILENT:TMC2130_MODE_NORMAL;
  1127. update_mode_profile();
  1128. tmc2130_init(TMCInitParams(false, FarmOrUserECool() ));
  1129. #endif //TMC2130
  1130. #ifdef PSU_Delta
  1131. init_force_z(); // ! important for correct Z-axis initialization
  1132. #endif // PSU_Delta
  1133. setup_photpin();
  1134. #if 0
  1135. servo_init();
  1136. #endif
  1137. // Reset the machine correction matrix.
  1138. // It does not make sense to load the correction matrix until the machine is homed.
  1139. world2machine_reset();
  1140. // Initialize current_position accounting for software endstops to
  1141. // avoid unexpected initial shifts on the first move
  1142. clamp_to_software_endstops(current_position);
  1143. plan_set_position_curposXYZE();
  1144. // Show the xflash error message now that serial, lcd and encoder are available
  1145. if (!xflash_success)
  1146. xflash_err_msg();
  1147. #ifdef FILAMENT_SENSOR
  1148. fsensor.init();
  1149. #endif //FILAMENT_SENSOR
  1150. #if defined(CONTROLLERFAN_PIN) && (CONTROLLERFAN_PIN > -1)
  1151. SET_OUTPUT(CONTROLLERFAN_PIN); //Set pin used for driver cooling fan
  1152. #endif
  1153. setup_homepin();
  1154. #if defined(Z_AXIS_ALWAYS_ON)
  1155. enable_z();
  1156. #endif
  1157. // The farm monitoring SW may accidentally expect
  1158. // 2 messages of "printer started" to consider a printer working.
  1159. prusa_statistics(8);
  1160. // Enable Toshiba FlashAir SD card / WiFi enahanced card.
  1161. card.ToshibaFlashAir_enable(eeprom_read_byte((unsigned char*)EEPROM_TOSHIBA_FLASH_AIR_COMPATIBLITY) == 1);
  1162. // Force SD card update. Otherwise the SD card update is done from loop() on card.checkautostart(false),
  1163. // but this times out if a blocking dialog is shown in setup().
  1164. card.initsd();
  1165. #ifdef DEBUG_SD_SPEED_TEST
  1166. if (card.cardOK)
  1167. {
  1168. uint8_t* buff = (uint8_t*)block_buffer;
  1169. uint32_t block = 0;
  1170. uint32_t sumr = 0;
  1171. uint32_t sumw = 0;
  1172. for (int i = 0; i < 1024; i++)
  1173. {
  1174. uint32_t u = _micros();
  1175. bool res = card.card.readBlock(i, buff);
  1176. u = _micros() - u;
  1177. if (res)
  1178. {
  1179. printf_P(PSTR("readBlock %4d 512 bytes %lu us\n"), i, u);
  1180. sumr += u;
  1181. u = _micros();
  1182. res = card.card.writeBlock(i, buff);
  1183. u = _micros() - u;
  1184. if (res)
  1185. {
  1186. printf_P(PSTR("writeBlock %4d 512 bytes %lu us\n"), i, u);
  1187. sumw += u;
  1188. }
  1189. else
  1190. {
  1191. printf_P(PSTR("writeBlock %4d error\n"), i);
  1192. break;
  1193. }
  1194. }
  1195. else
  1196. {
  1197. printf_P(PSTR("readBlock %4d error\n"), i);
  1198. break;
  1199. }
  1200. }
  1201. uint32_t avg_rspeed = (1024 * 1000000) / (sumr / 512);
  1202. uint32_t avg_wspeed = (1024 * 1000000) / (sumw / 512);
  1203. printf_P(PSTR("avg read speed %lu bytes/s\n"), avg_rspeed);
  1204. printf_P(PSTR("avg write speed %lu bytes/s\n"), avg_wspeed);
  1205. }
  1206. else
  1207. printf_P(PSTR("Card NG!\n"));
  1208. #endif //DEBUG_SD_SPEED_TEST
  1209. eeprom_init();
  1210. // In the future, somewhere here would one compare the current firmware version against the firmware version stored in the EEPROM.
  1211. // If they differ, an update procedure may need to be performed. At the end of this block, the current firmware version
  1212. // is being written into the EEPROM, so the update procedure will be triggered only once.
  1213. #if (LANG_MODE != 0) //secondary language support
  1214. #ifdef DEBUG_XFLASH
  1215. XFLASH_SPI_ENTER();
  1216. uint8_t uid[8]; // 64bit unique id
  1217. xflash_rd_uid(uid);
  1218. puts_P(_n("XFLASH UID="));
  1219. for (uint8_t i = 0; i < 8; i ++)
  1220. printf_P(PSTR("%02x"), uid[i]);
  1221. putchar('\n');
  1222. list_sec_lang_from_external_flash();
  1223. #endif //DEBUG_XFLASH
  1224. // lang_reset();
  1225. if (!lang_select(eeprom_read_byte((uint8_t*)EEPROM_LANG)))
  1226. lcd_language();
  1227. #ifdef DEBUG_SEC_LANG
  1228. uint16_t sec_lang_code = lang_get_code(1);
  1229. uint16_t ui = _SEC_LANG_TABLE; //table pointer
  1230. printf_P(_n("lang_selected=%d\nlang_table=0x%04x\nSEC_LANG_CODE=0x%04x (%c%c)\n"), lang_selected, ui, sec_lang_code, sec_lang_code >> 8, sec_lang_code & 0xff);
  1231. lang_print_sec_lang(uartout);
  1232. #endif //DEBUG_SEC_LANG
  1233. #endif //(LANG_MODE != 0)
  1234. eeprom_init_default_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE, 0);
  1235. if (eeprom_read_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA) == 255) {
  1236. //eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0);
  1237. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  1238. int16_t z_shift = 0;
  1239. for (uint8_t i = 0; i < 5; i++) {
  1240. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + i, z_shift);
  1241. }
  1242. eeprom_write_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE, 0);
  1243. }
  1244. eeprom_init_default_byte((uint8_t*)EEPROM_UVLO, 0);
  1245. eeprom_init_default_byte((uint8_t*)EEPROM_SD_SORT, 0);
  1246. //mbl_mode_init();
  1247. mbl_settings_init();
  1248. SilentModeMenu_MMU = eeprom_read_byte((uint8_t*)EEPROM_MMU_STEALTH);
  1249. if (SilentModeMenu_MMU == 255) {
  1250. SilentModeMenu_MMU = 1;
  1251. eeprom_write_byte((uint8_t*)EEPROM_MMU_STEALTH, SilentModeMenu_MMU);
  1252. }
  1253. #if !defined(DEBUG_DISABLE_FANCHECK) && defined(FANCHECK) && defined(TACH_1) && TACH_1 >-1
  1254. setup_fan_interrupt();
  1255. #endif //DEBUG_DISABLE_FANCHECK
  1256. #ifndef DEBUG_DISABLE_STARTMSGS
  1257. KEEPALIVE_STATE(PAUSED_FOR_USER);
  1258. if (!farm_mode) {
  1259. #if defined(FILAMENT_SENSOR) && defined(FSENSOR_PROBING)
  1260. check_if_fw_is_on_right_printer();
  1261. #endif //defined(FILAMENT_SENSOR) && defined(FSENSOR_PROBING)
  1262. #if 0
  1263. show_fw_version_warnings();
  1264. #endif
  1265. }
  1266. switch (hw_changed) {
  1267. //if motherboard or printer type was changed inform user as it can indicate flashing wrong firmware version
  1268. //if user confirms with knob, new hw version (printer and/or motherboard) is written to eeprom and message will be not shown next time
  1269. case(0b01):
  1270. lcd_show_fullscreen_message_and_wait_P(_i("Warning: motherboard type changed.")); ////MSG_CHANGED_MOTHERBOARD c=20 r=4
  1271. eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  1272. break;
  1273. case(0b10):
  1274. lcd_show_fullscreen_message_and_wait_P(_i("Warning: printer type changed.")); ////MSG_CHANGED_PRINTER c=20 r=4
  1275. eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  1276. break;
  1277. case(0b11):
  1278. lcd_show_fullscreen_message_and_wait_P(_i("Warning: both printer type and motherboard type changed.")); ////MSG_CHANGED_BOTH c=20 r=4
  1279. eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  1280. eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  1281. break;
  1282. default: break; //no change, show no message
  1283. }
  1284. if (!previous_settings_retrieved) {
  1285. lcd_show_fullscreen_message_and_wait_P(_i("Old settings found. Default PID, Esteps etc. will be set.")); //if EEPROM version or printer type was changed, inform user that default setting were loaded////MSG_DEFAULT_SETTINGS_LOADED c=20 r=6
  1286. Config_StoreSettings();
  1287. }
  1288. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) >= 1) {
  1289. lcd_wizard(WizState::Run);
  1290. }
  1291. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) == 0) { //dont show calibration status messages if wizard is currently active
  1292. if (calibration_status() == CALIBRATION_STATUS_ASSEMBLED ||
  1293. calibration_status() == CALIBRATION_STATUS_UNKNOWN ||
  1294. calibration_status() == CALIBRATION_STATUS_XYZ_CALIBRATION) {
  1295. // Reset the babystepping values, so the printer will not move the Z axis up when the babystepping is enabled.
  1296. eeprom_update_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),0);
  1297. // Show the message.
  1298. lcd_show_fullscreen_message_and_wait_P(_T(MSG_FOLLOW_CALIBRATION_FLOW));
  1299. }
  1300. #ifdef TEMP_MODEL
  1301. else if (calibration_status() == CALIBRATION_STATUS_TEMP_MODEL_CALIBRATION) {
  1302. lcd_show_fullscreen_message_and_wait_P(_T(MSG_TM_NOT_CAL));
  1303. lcd_update_enable(true);
  1304. }
  1305. #endif //TEMP_MODEL
  1306. else if (calibration_status() == CALIBRATION_STATUS_LIVE_ADJUST) {
  1307. // Show the message.
  1308. lcd_show_fullscreen_message_and_wait_P(_T(MSG_BABYSTEP_Z_NOT_SET));
  1309. lcd_update_enable(true);
  1310. }
  1311. else if (calibration_status() == CALIBRATION_STATUS_CALIBRATED && eeprom_read_byte((unsigned char *)EEPROM_TEMP_CAL_ACTIVE) && calibration_status_pinda() == false) {
  1312. //lcd_show_fullscreen_message_and_wait_P(_i("Temperature calibration has not been run yet"));////MSG_PINDA_NOT_CALIBRATED c=20 r=4
  1313. lcd_update_enable(true);
  1314. }
  1315. else if (calibration_status() == CALIBRATION_STATUS_Z_CALIBRATION) {
  1316. // Show the message.
  1317. lcd_show_fullscreen_message_and_wait_P(_T(MSG_FOLLOW_Z_CALIBRATION_FLOW));
  1318. }
  1319. }
  1320. #if !defined (DEBUG_DISABLE_FORCE_SELFTEST) && defined (TMC2130)
  1321. if (force_selftest_if_fw_version() && calibration_status() < CALIBRATION_STATUS_ASSEMBLED) {
  1322. lcd_show_fullscreen_message_and_wait_P(_i("Selftest will be run to calibrate accurate sensorless rehoming."));////MSG_FORCE_SELFTEST c=20 r=8
  1323. update_current_firmware_version_to_eeprom();
  1324. lcd_selftest();
  1325. }
  1326. #endif //TMC2130 && !DEBUG_DISABLE_FORCE_SELFTEST
  1327. KEEPALIVE_STATE(IN_PROCESS);
  1328. #endif //DEBUG_DISABLE_STARTMSGS
  1329. lcd_update_enable(true);
  1330. lcd_clear();
  1331. lcd_update(2);
  1332. // Store the currently running firmware into an eeprom,
  1333. // so the next time the firmware gets updated, it will know from which version it has been updated.
  1334. update_current_firmware_version_to_eeprom();
  1335. #ifdef TMC2130
  1336. tmc2130_home_origin[X_AXIS] = eeprom_init_default_byte((uint8_t*)EEPROM_TMC2130_HOME_X_ORIGIN, 0);
  1337. tmc2130_home_bsteps[X_AXIS] = eeprom_init_default_byte((uint8_t*)EEPROM_TMC2130_HOME_X_BSTEPS, 48);
  1338. tmc2130_home_fsteps[X_AXIS] = eeprom_init_default_byte((uint8_t*)EEPROM_TMC2130_HOME_X_FSTEPS, 48);
  1339. tmc2130_home_origin[Y_AXIS] = eeprom_init_default_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_ORIGIN, 0);
  1340. tmc2130_home_bsteps[Y_AXIS] = eeprom_init_default_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_BSTEPS, 48);
  1341. tmc2130_home_fsteps[Y_AXIS] = eeprom_init_default_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_FSTEPS, 48);
  1342. tmc2130_home_enabled = eeprom_init_default_byte((uint8_t*)EEPROM_TMC2130_HOME_ENABLED, 0);
  1343. #endif //TMC2130
  1344. // report crash failures
  1345. fw_crash_init();
  1346. #ifdef UVLO_SUPPORT
  1347. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO) != 0) { //previous print was terminated by UVLO
  1348. /*
  1349. if (!lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_RECOVER_PRINT), false)) recover_print();
  1350. else {
  1351. eeprom_update_byte((uint8_t*)EEPROM_UVLO, 0);
  1352. lcd_update_enable(true);
  1353. lcd_update(2);
  1354. lcd_setstatuspgm(MSG_WELCOME);
  1355. }
  1356. */
  1357. manage_heater(); // Update temperatures
  1358. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1359. printf_P(_N("Power panic detected!\nCurrent bed temp:%d\nSaved bed temp:%d\n"), (int)degBed(), eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED));
  1360. #endif
  1361. if ( degBed() > ( (float)eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED) - AUTOMATIC_UVLO_BED_TEMP_OFFSET) ){
  1362. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1363. puts_P(_N("Automatic recovery!"));
  1364. #endif
  1365. recover_print(1);
  1366. }
  1367. else{
  1368. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1369. puts_P(_N("Normal recovery!"));
  1370. #endif
  1371. if ( lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_RECOVER_PRINT), false) == LCD_LEFT_BUTTON_CHOICE) {
  1372. recover_print(0);
  1373. } else {
  1374. eeprom_update_byte((uint8_t*)EEPROM_UVLO, 0);
  1375. lcd_update_enable(true);
  1376. lcd_update(2);
  1377. lcd_setstatuspgm(MSG_WELCOME);
  1378. }
  1379. }
  1380. }
  1381. // Only arm the uvlo interrupt _after_ a recovering print has been initialized and
  1382. // the entire state machine initialized.
  1383. setup_uvlo_interrupt();
  1384. #endif //UVLO_SUPPORT
  1385. fCheckModeInit();
  1386. KEEPALIVE_STATE(NOT_BUSY);
  1387. #ifdef WATCHDOG
  1388. wdt_enable(WDTO_4S);
  1389. #ifdef EMERGENCY_HANDLERS
  1390. WDTCSR |= (1 << WDIE);
  1391. #endif //EMERGENCY_HANDLERS
  1392. #endif //WATCHDOG
  1393. }
  1394. static inline void crash_and_burn(dump_crash_reason reason)
  1395. {
  1396. WRITE(BEEPER, HIGH);
  1397. eeprom_update_byte((uint8_t*)EEPROM_FW_CRASH_FLAG, (uint8_t)reason);
  1398. #ifdef EMERGENCY_DUMP
  1399. xfdump_full_dump_and_reset(reason);
  1400. #elif defined(EMERGENCY_SERIAL_DUMP)
  1401. if(emergency_serial_dump)
  1402. serial_dump_and_reset(reason);
  1403. #endif
  1404. softReset();
  1405. }
  1406. #ifdef EMERGENCY_HANDLERS
  1407. #ifdef WATCHDOG
  1408. ISR(WDT_vect)
  1409. {
  1410. crash_and_burn(dump_crash_reason::watchdog);
  1411. }
  1412. #endif
  1413. ISR(BADISR_vect)
  1414. {
  1415. crash_and_burn(dump_crash_reason::bad_isr);
  1416. }
  1417. #endif //EMERGENCY_HANDLERS
  1418. void stack_error() {
  1419. crash_and_burn(dump_crash_reason::stack_error);
  1420. }
  1421. /**
  1422. * Output autoreport values according to features requested in M155
  1423. */
  1424. #if defined(AUTO_REPORT)
  1425. void host_autoreport()
  1426. {
  1427. if (autoReportFeatures.TimerExpired())
  1428. {
  1429. if(autoReportFeatures.Temp()){
  1430. gcode_M105(active_extruder);
  1431. }
  1432. if(autoReportFeatures.Pos()){
  1433. gcode_M114();
  1434. }
  1435. #if defined(AUTO_REPORT) && (defined(FANCHECK) && (((defined(TACH_0) && (TACH_0 >-1)) || (defined(TACH_1) && (TACH_1 > -1)))))
  1436. if(autoReportFeatures.Fans()){
  1437. gcode_M123();
  1438. }
  1439. #endif //AUTO_REPORT and (FANCHECK and TACH_0 or TACH_1)
  1440. autoReportFeatures.TimerStart();
  1441. }
  1442. }
  1443. #endif //AUTO_REPORT
  1444. /**
  1445. * Output a "busy" message at regular intervals
  1446. * while the machine is not accepting commands.
  1447. */
  1448. void host_keepalive() {
  1449. #ifndef HOST_KEEPALIVE_FEATURE
  1450. return;
  1451. #endif //HOST_KEEPALIVE_FEATURE
  1452. if (farm_mode) return;
  1453. long ms = _millis();
  1454. if (host_keepalive_interval && busy_state != NOT_BUSY) {
  1455. if ((ms - prev_busy_signal_ms) < (long)(1000L * host_keepalive_interval)) return;
  1456. switch (busy_state) {
  1457. case IN_HANDLER:
  1458. case IN_PROCESS:
  1459. SERIAL_ECHO_START;
  1460. SERIAL_ECHOLNPGM("busy: processing");
  1461. break;
  1462. case PAUSED_FOR_USER:
  1463. SERIAL_ECHO_START;
  1464. SERIAL_ECHOLNPGM("busy: paused for user");
  1465. break;
  1466. case PAUSED_FOR_INPUT:
  1467. SERIAL_ECHO_START;
  1468. SERIAL_ECHOLNPGM("busy: paused for input");
  1469. break;
  1470. default:
  1471. break;
  1472. }
  1473. }
  1474. prev_busy_signal_ms = ms;
  1475. }
  1476. // The loop() function is called in an endless loop by the Arduino framework from the default main() routine.
  1477. // Before loop(), the setup() function is called by the main() routine.
  1478. void loop()
  1479. {
  1480. // Reset a previously aborted command, we can now start processing motion again
  1481. planner_aborted = false;
  1482. if(Stopped) {
  1483. // Currently Stopped (possibly due to an error) and not accepting new serial commands.
  1484. // Signal to the host that we're currently busy waiting for supervision.
  1485. KEEPALIVE_STATE(PAUSED_FOR_USER);
  1486. } else {
  1487. // Printer is available for processing, reset state
  1488. KEEPALIVE_STATE(NOT_BUSY);
  1489. }
  1490. if (isPrintPaused && saved_printing_type == PRINTING_TYPE_USB) { //keep believing that usb is being printed. Prevents accessing dangerous menus while pausing.
  1491. usb_timer.start();
  1492. }
  1493. else if (usb_timer.expired(10000)) { //just need to check if it expired. Nothing else is needed to be done.
  1494. ;
  1495. }
  1496. #ifdef PRUSA_M28
  1497. if (prusa_sd_card_upload)
  1498. {
  1499. //we read byte-by byte
  1500. serial_read_stream();
  1501. }
  1502. else
  1503. #endif
  1504. {
  1505. get_command();
  1506. #ifdef SDSUPPORT
  1507. card.checkautostart(false);
  1508. #endif
  1509. if(buflen)
  1510. {
  1511. cmdbuffer_front_already_processed = false;
  1512. #ifdef SDSUPPORT
  1513. if(card.saving)
  1514. {
  1515. // Saving a G-code file onto an SD-card is in progress.
  1516. // Saving starts with M28, saving until M29 is seen.
  1517. if(strstr_P(CMDBUFFER_CURRENT_STRING, PSTR("M29")) == NULL) {
  1518. card.write_command(CMDBUFFER_CURRENT_STRING);
  1519. if(card.logging)
  1520. process_commands();
  1521. else
  1522. SERIAL_PROTOCOLLNRPGM(MSG_OK);
  1523. } else {
  1524. card.closefile();
  1525. SERIAL_PROTOCOLLNRPGM(MSG_FILE_SAVED);
  1526. }
  1527. } else {
  1528. process_commands();
  1529. }
  1530. #else
  1531. process_commands();
  1532. #endif //SDSUPPORT
  1533. if (! cmdbuffer_front_already_processed && buflen)
  1534. {
  1535. // ptr points to the start of the block currently being processed.
  1536. // The first character in the block is the block type.
  1537. char *ptr = cmdbuffer + bufindr;
  1538. if (*ptr == CMDBUFFER_CURRENT_TYPE_SDCARD) {
  1539. // To support power panic, move the length of the command on the SD card to a planner buffer.
  1540. union {
  1541. struct {
  1542. char lo;
  1543. char hi;
  1544. } lohi;
  1545. uint16_t value;
  1546. } sdlen;
  1547. sdlen.value = 0;
  1548. {
  1549. // This block locks the interrupts globally for 3.25 us,
  1550. // which corresponds to a maximum repeat frequency of 307.69 kHz.
  1551. // This blocking is safe in the context of a 10kHz stepper driver interrupt
  1552. // or a 115200 Bd serial line receive interrupt, which will not trigger faster than 12kHz.
  1553. cli();
  1554. // Reset the command to something, which will be ignored by the power panic routine,
  1555. // so this buffer length will not be counted twice.
  1556. *ptr ++ = CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED;
  1557. // Extract the current buffer length.
  1558. sdlen.lohi.lo = *ptr ++;
  1559. sdlen.lohi.hi = *ptr;
  1560. // and pass it to the planner queue.
  1561. planner_add_sd_length(sdlen.value);
  1562. sei();
  1563. }
  1564. }
  1565. else if((*ptr == CMDBUFFER_CURRENT_TYPE_USB_WITH_LINENR) && !IS_SD_PRINTING){
  1566. cli();
  1567. *ptr ++ = CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED;
  1568. // and one for each command to previous block in the planner queue.
  1569. planner_add_sd_length(1);
  1570. sei();
  1571. }
  1572. // Now it is safe to release the already processed command block. If interrupted by the power panic now,
  1573. // this block's SD card length will not be counted twice as its command type has been replaced
  1574. // by CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED.
  1575. cmdqueue_pop_front();
  1576. }
  1577. host_keepalive();
  1578. }
  1579. }
  1580. //check heater every n milliseconds
  1581. manage_heater();
  1582. manage_inactivity(isPrintPaused);
  1583. checkHitEndstops();
  1584. lcd_update(0);
  1585. #ifdef TMC2130
  1586. tmc2130_check_overtemp();
  1587. if (tmc2130_sg_crash)
  1588. {
  1589. uint8_t crash = tmc2130_sg_crash;
  1590. tmc2130_sg_crash = 0;
  1591. // crashdet_stop_and_save_print();
  1592. switch (crash)
  1593. {
  1594. case 1: enquecommand_P((PSTR("CRASH_DETECTEDX"))); break;
  1595. case 2: enquecommand_P((PSTR("CRASH_DETECTEDY"))); break;
  1596. case 3: enquecommand_P((PSTR("CRASH_DETECTEDXY"))); break;
  1597. }
  1598. }
  1599. #endif //TMC2130
  1600. MMU2::mmu2.mmu_loop();
  1601. }
  1602. #define DEFINE_PGM_READ_ANY(type, reader) \
  1603. static inline type pgm_read_any(const type *p) \
  1604. { return pgm_read_##reader##_near(p); }
  1605. DEFINE_PGM_READ_ANY(float, float);
  1606. DEFINE_PGM_READ_ANY(signed char, byte);
  1607. #define XYZ_CONSTS_FROM_CONFIG(type, array, CONFIG) \
  1608. static const PROGMEM type array##_P[3] = \
  1609. { X_##CONFIG, Y_##CONFIG, Z_##CONFIG }; \
  1610. static inline type array(uint8_t axis) \
  1611. { return pgm_read_any(&array##_P[axis]); } \
  1612. type array##_ext(uint8_t axis) \
  1613. { return pgm_read_any(&array##_P[axis]); }
  1614. XYZ_CONSTS_FROM_CONFIG(float, base_min_pos, MIN_POS);
  1615. XYZ_CONSTS_FROM_CONFIG(float, base_max_pos, MAX_POS);
  1616. XYZ_CONSTS_FROM_CONFIG(float, base_home_pos, HOME_POS);
  1617. XYZ_CONSTS_FROM_CONFIG(float, max_length, MAX_LENGTH);
  1618. XYZ_CONSTS_FROM_CONFIG(float, home_retract_mm, HOME_RETRACT_MM);
  1619. XYZ_CONSTS_FROM_CONFIG(signed char, home_dir, HOME_DIR);
  1620. static void axis_is_at_home(uint8_t axis) {
  1621. current_position[axis] = base_home_pos(axis) + cs.add_homing[axis];
  1622. min_pos[axis] = base_min_pos(axis) + cs.add_homing[axis];
  1623. max_pos[axis] = base_max_pos(axis) + cs.add_homing[axis];
  1624. }
  1625. //! @return original feedmultiply
  1626. static int setup_for_endstop_move(bool enable_endstops_now = true) {
  1627. saved_feedrate = feedrate;
  1628. int l_feedmultiply = feedmultiply;
  1629. feedmultiply = 100;
  1630. previous_millis_cmd.start();
  1631. enable_endstops(enable_endstops_now);
  1632. return l_feedmultiply;
  1633. }
  1634. //! @param original_feedmultiply feedmultiply to restore
  1635. static void clean_up_after_endstop_move(int original_feedmultiply) {
  1636. #ifdef ENDSTOPS_ONLY_FOR_HOMING
  1637. enable_endstops(false);
  1638. #endif
  1639. feedrate = saved_feedrate;
  1640. feedmultiply = original_feedmultiply;
  1641. previous_millis_cmd.start();
  1642. }
  1643. #ifdef ENABLE_AUTO_BED_LEVELING
  1644. #ifdef AUTO_BED_LEVELING_GRID
  1645. static void set_bed_level_equation_lsq(double *plane_equation_coefficients)
  1646. {
  1647. vector_3 planeNormal = vector_3(-plane_equation_coefficients[0], -plane_equation_coefficients[1], 1);
  1648. planeNormal.debug("planeNormal");
  1649. plan_bed_level_matrix = matrix_3x3::create_look_at(planeNormal);
  1650. //bedLevel.debug("bedLevel");
  1651. //plan_bed_level_matrix.debug("bed level before");
  1652. //vector_3 uncorrected_position = plan_get_position_mm();
  1653. //uncorrected_position.debug("position before");
  1654. vector_3 corrected_position = plan_get_position();
  1655. // corrected_position.debug("position after");
  1656. current_position[X_AXIS] = corrected_position.x;
  1657. current_position[Y_AXIS] = corrected_position.y;
  1658. current_position[Z_AXIS] = corrected_position.z;
  1659. // put the bed at 0 so we don't go below it.
  1660. current_position[Z_AXIS] = cs.zprobe_zoffset; // in the lsq we reach here after raising the extruder due to the loop structure
  1661. plan_set_position_curposXYZE();
  1662. }
  1663. #else // not AUTO_BED_LEVELING_GRID
  1664. static void set_bed_level_equation_3pts(float z_at_pt_1, float z_at_pt_2, float z_at_pt_3) {
  1665. plan_bed_level_matrix.set_to_identity();
  1666. vector_3 pt1 = vector_3(ABL_PROBE_PT_1_X, ABL_PROBE_PT_1_Y, z_at_pt_1);
  1667. vector_3 pt2 = vector_3(ABL_PROBE_PT_2_X, ABL_PROBE_PT_2_Y, z_at_pt_2);
  1668. vector_3 pt3 = vector_3(ABL_PROBE_PT_3_X, ABL_PROBE_PT_3_Y, z_at_pt_3);
  1669. vector_3 from_2_to_1 = (pt1 - pt2).get_normal();
  1670. vector_3 from_2_to_3 = (pt3 - pt2).get_normal();
  1671. vector_3 planeNormal = vector_3::cross(from_2_to_1, from_2_to_3).get_normal();
  1672. planeNormal = vector_3(planeNormal.x, planeNormal.y, abs(planeNormal.z));
  1673. plan_bed_level_matrix = matrix_3x3::create_look_at(planeNormal);
  1674. vector_3 corrected_position = plan_get_position();
  1675. current_position[X_AXIS] = corrected_position.x;
  1676. current_position[Y_AXIS] = corrected_position.y;
  1677. current_position[Z_AXIS] = corrected_position.z;
  1678. // put the bed at 0 so we don't go below it.
  1679. current_position[Z_AXIS] = cs.zprobe_zoffset;
  1680. plan_set_position_curposXYZE();
  1681. }
  1682. #endif // AUTO_BED_LEVELING_GRID
  1683. static void run_z_probe() {
  1684. plan_bed_level_matrix.set_to_identity();
  1685. feedrate = homing_feedrate[Z_AXIS];
  1686. // move down until you find the bed
  1687. float zPosition = -10;
  1688. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1689. st_synchronize();
  1690. // we have to let the planner know where we are right now as it is not where we said to go.
  1691. zPosition = st_get_position_mm(Z_AXIS);
  1692. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS]);
  1693. // move up the retract distance
  1694. zPosition += home_retract_mm(Z_AXIS);
  1695. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1696. st_synchronize();
  1697. // move back down slowly to find bed
  1698. feedrate = homing_feedrate[Z_AXIS]/4;
  1699. zPosition -= home_retract_mm(Z_AXIS) * 2;
  1700. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1701. st_synchronize();
  1702. current_position[Z_AXIS] = st_get_position_mm(Z_AXIS);
  1703. // make sure the planner knows where we are as it may be a bit different than we last said to move to
  1704. plan_set_position_curposXYZE();
  1705. }
  1706. static void do_blocking_move_to(float x, float y, float z) {
  1707. float oldFeedRate = feedrate;
  1708. feedrate = homing_feedrate[Z_AXIS];
  1709. current_position[Z_AXIS] = z;
  1710. plan_buffer_line_curposXYZE(feedrate/60, active_extruder);
  1711. st_synchronize();
  1712. feedrate = XY_TRAVEL_SPEED;
  1713. current_position[X_AXIS] = x;
  1714. current_position[Y_AXIS] = y;
  1715. plan_buffer_line_curposXYZE(feedrate/60, active_extruder);
  1716. st_synchronize();
  1717. feedrate = oldFeedRate;
  1718. }
  1719. static void do_blocking_move_relative(float offset_x, float offset_y, float offset_z) {
  1720. do_blocking_move_to(current_position[X_AXIS] + offset_x, current_position[Y_AXIS] + offset_y, current_position[Z_AXIS] + offset_z);
  1721. }
  1722. /// Probe bed height at position (x,y), returns the measured z value
  1723. static float probe_pt(float x, float y, float z_before) {
  1724. // move to right place
  1725. do_blocking_move_to(current_position[X_AXIS], current_position[Y_AXIS], z_before);
  1726. do_blocking_move_to(x - X_PROBE_OFFSET_FROM_EXTRUDER, y - Y_PROBE_OFFSET_FROM_EXTRUDER, current_position[Z_AXIS]);
  1727. run_z_probe();
  1728. float measured_z = current_position[Z_AXIS];
  1729. SERIAL_PROTOCOLRPGM(_T(MSG_BED));
  1730. SERIAL_PROTOCOLPGM(" x: ");
  1731. SERIAL_PROTOCOL(x);
  1732. SERIAL_PROTOCOLPGM(" y: ");
  1733. SERIAL_PROTOCOL(y);
  1734. SERIAL_PROTOCOLPGM(" z: ");
  1735. SERIAL_PROTOCOL(measured_z);
  1736. SERIAL_PROTOCOLPGM("\n");
  1737. return measured_z;
  1738. }
  1739. #endif // #ifdef ENABLE_AUTO_BED_LEVELING
  1740. #ifdef LIN_ADVANCE
  1741. /**
  1742. * M900: Set and/or Get advance K factor
  1743. *
  1744. * K<factor> Set advance K factor
  1745. */
  1746. inline void gcode_M900() {
  1747. float newK = code_seen('K') ? code_value_float() : -2;
  1748. #ifdef LA_NOCOMPAT
  1749. if (newK >= 0 && newK < LA_K_MAX)
  1750. extruder_advance_K = newK;
  1751. else
  1752. SERIAL_ECHOLNPGM("K out of allowed range!");
  1753. #else
  1754. if (newK == 0)
  1755. {
  1756. extruder_advance_K = 0;
  1757. la10c_reset();
  1758. }
  1759. else
  1760. {
  1761. newK = la10c_value(newK);
  1762. if (newK < 0)
  1763. SERIAL_ECHOLNPGM("K out of allowed range!");
  1764. else
  1765. extruder_advance_K = newK;
  1766. }
  1767. #endif
  1768. SERIAL_ECHO_START;
  1769. SERIAL_ECHOPGM("Advance K=");
  1770. SERIAL_ECHOLN(extruder_advance_K);
  1771. }
  1772. #endif // LIN_ADVANCE
  1773. bool check_commands() {
  1774. bool end_command_found = false;
  1775. while (buflen)
  1776. {
  1777. if ((code_seen_P(PSTR("M84"))) || (code_seen_P(PSTR("M 84")))) end_command_found = true;
  1778. if (!cmdbuffer_front_already_processed)
  1779. cmdqueue_pop_front();
  1780. cmdbuffer_front_already_processed = false;
  1781. }
  1782. return end_command_found;
  1783. }
  1784. /// @brief Safely move Z-axis by distance delta (mm)
  1785. /// @param delta travel distance in mm
  1786. /// @returns The actual travel distance in mm. Endstop may limit the requested move.
  1787. float raise_z(float delta)
  1788. {
  1789. float travel_z = current_position[Z_AXIS];
  1790. // Prepare to move Z axis
  1791. current_position[Z_AXIS] += delta;
  1792. #if defined(Z_MIN_PIN) && (Z_MIN_PIN > -1) && !defined(DEBUG_DISABLE_ZMINLIMIT)
  1793. bool z_min_endstop = (READ(Z_MIN_PIN) != Z_MIN_ENDSTOP_INVERTING);
  1794. #else
  1795. bool z_min_endstop = false;
  1796. #endif
  1797. if (axis_known_position[Z_AXIS] || z_min_endstop)
  1798. {
  1799. // current position is known or very low, it's safe to raise Z
  1800. clamp_to_software_endstops(current_position);
  1801. plan_buffer_line_curposXYZE(max_feedrate[Z_AXIS]);
  1802. st_synchronize();
  1803. // Get the final travel distance
  1804. travel_z = current_position[Z_AXIS] - travel_z;
  1805. } else {
  1806. // ensure Z is powered in normal mode to overcome initial load
  1807. enable_z();
  1808. st_synchronize();
  1809. // rely on crashguard to limit damage
  1810. bool z_endstop_enabled = enable_z_endstop(true);
  1811. #ifdef TMC2130
  1812. tmc2130_home_enter(Z_AXIS_MASK);
  1813. #endif //TMC2130
  1814. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 60);
  1815. st_synchronize();
  1816. // Get the final travel distance
  1817. travel_z = st_get_position_mm(Z_AXIS) - travel_z;
  1818. #ifdef TMC2130
  1819. if (endstop_z_hit_on_purpose())
  1820. {
  1821. // not necessarily exact, but will avoid further vertical moves
  1822. current_position[Z_AXIS] = max_pos[Z_AXIS];
  1823. plan_set_position_curposXYZE();
  1824. }
  1825. tmc2130_home_exit();
  1826. #endif //TMC2130
  1827. enable_z_endstop(z_endstop_enabled);
  1828. }
  1829. return travel_z;
  1830. }
  1831. // raise_z_above: slowly raise Z to the requested height
  1832. //
  1833. // contrarily to a simple move, this function will carefully plan a move
  1834. // when the current Z position is unknown. In such cases, stallguard is
  1835. // enabled and will prevent prolonged pushing against the Z tops
  1836. void raise_z_above(float target)
  1837. {
  1838. if (current_position[Z_AXIS] >= target)
  1839. return;
  1840. // Use absolute value in case the current position is unknown
  1841. raise_z(fabs(current_position[Z_AXIS] - target));
  1842. }
  1843. #ifdef TMC2130
  1844. bool calibrate_z_auto()
  1845. {
  1846. //lcd_display_message_fullscreen_P(_T(MSG_CALIBRATE_Z_AUTO));
  1847. lcd_clear();
  1848. lcd_puts_at_P(0, 1, _T(MSG_CALIBRATE_Z_AUTO));
  1849. bool endstops_enabled = enable_endstops(true);
  1850. int axis_up_dir = -home_dir(Z_AXIS);
  1851. tmc2130_home_enter(Z_AXIS_MASK);
  1852. current_position[Z_AXIS] = 0;
  1853. plan_set_position_curposXYZE();
  1854. set_destination_to_current();
  1855. destination[Z_AXIS] += (1.1 * max_length(Z_AXIS) * axis_up_dir);
  1856. feedrate = homing_feedrate[Z_AXIS];
  1857. plan_buffer_line_destinationXYZE(feedrate / 60);
  1858. st_synchronize();
  1859. // current_position[axis] = 0;
  1860. // plan_set_position_curposXYZE();
  1861. tmc2130_home_exit();
  1862. enable_endstops(false);
  1863. current_position[Z_AXIS] = 0;
  1864. plan_set_position_curposXYZE();
  1865. set_destination_to_current();
  1866. destination[Z_AXIS] += 10 * axis_up_dir; //10mm up
  1867. feedrate = homing_feedrate[Z_AXIS] / 2;
  1868. plan_buffer_line_destinationXYZE(feedrate / 60);
  1869. st_synchronize();
  1870. enable_endstops(endstops_enabled);
  1871. if (PRINTER_TYPE == PRINTER_MK3) {
  1872. current_position[Z_AXIS] = Z_MAX_POS + 2.0;
  1873. }
  1874. else {
  1875. current_position[Z_AXIS] = Z_MAX_POS + 9.0;
  1876. }
  1877. plan_set_position_curposXYZE();
  1878. return true;
  1879. }
  1880. #endif //TMC2130
  1881. #ifdef TMC2130
  1882. static void check_Z_crash(void)
  1883. {
  1884. if (!READ(Z_TMC2130_DIAG)) { //Z crash
  1885. FORCE_HIGH_POWER_END;
  1886. current_position[Z_AXIS] = 0;
  1887. plan_set_position_curposXYZE();
  1888. current_position[Z_AXIS] += MESH_HOME_Z_SEARCH;
  1889. plan_buffer_line_curposXYZE(max_feedrate[Z_AXIS]);
  1890. st_synchronize();
  1891. kill(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  1892. }
  1893. }
  1894. #endif //TMC2130
  1895. #ifdef TMC2130
  1896. void homeaxis(uint8_t axis, uint8_t cnt, uint8_t* pstep)
  1897. #else
  1898. void homeaxis(uint8_t axis, uint8_t cnt)
  1899. #endif //TMC2130
  1900. {
  1901. bool endstops_enabled = enable_endstops(true); //RP: endstops should be allways enabled durring homing
  1902. #define HOMEAXIS_DO(LETTER) \
  1903. ((LETTER##_MIN_PIN > -1 && LETTER##_HOME_DIR==-1) || (LETTER##_MAX_PIN > -1 && LETTER##_HOME_DIR==1))
  1904. if ((axis==X_AXIS)?HOMEAXIS_DO(X):(axis==Y_AXIS)?HOMEAXIS_DO(Y):0)
  1905. {
  1906. int axis_home_dir = home_dir(axis);
  1907. feedrate = homing_feedrate[axis];
  1908. #ifdef TMC2130
  1909. tmc2130_home_enter(X_AXIS_MASK << axis);
  1910. #endif //TMC2130
  1911. // Move away a bit, so that the print head does not touch the end position,
  1912. // and the following movement to endstop has a chance to achieve the required velocity
  1913. // for the stall guard to work.
  1914. current_position[axis] = 0;
  1915. plan_set_position_curposXYZE();
  1916. set_destination_to_current();
  1917. // destination[axis] = 11.f;
  1918. destination[axis] = -3.f * axis_home_dir;
  1919. plan_buffer_line_destinationXYZE(feedrate/60);
  1920. st_synchronize();
  1921. // Move away from the possible collision with opposite endstop with the collision detection disabled.
  1922. endstops_hit_on_purpose();
  1923. enable_endstops(false);
  1924. current_position[axis] = 0;
  1925. plan_set_position_curposXYZE();
  1926. destination[axis] = 1. * axis_home_dir;
  1927. plan_buffer_line_destinationXYZE(feedrate/60);
  1928. st_synchronize();
  1929. // Now continue to move up to the left end stop with the collision detection enabled.
  1930. enable_endstops(true);
  1931. destination[axis] = 1.1 * axis_home_dir * max_length(axis);
  1932. plan_buffer_line_destinationXYZE(feedrate/60);
  1933. st_synchronize();
  1934. for (uint8_t i = 0; i < cnt; i++)
  1935. {
  1936. // Move away from the collision to a known distance from the left end stop with the collision detection disabled.
  1937. endstops_hit_on_purpose();
  1938. enable_endstops(false);
  1939. current_position[axis] = 0;
  1940. plan_set_position_curposXYZE();
  1941. destination[axis] = -10.f * axis_home_dir;
  1942. plan_buffer_line_destinationXYZE(feedrate/60);
  1943. st_synchronize();
  1944. endstops_hit_on_purpose();
  1945. // Now move left up to the collision, this time with a repeatable velocity.
  1946. enable_endstops(true);
  1947. destination[axis] = 11.f * axis_home_dir;
  1948. #ifdef TMC2130
  1949. feedrate = homing_feedrate[axis];
  1950. #else //TMC2130
  1951. feedrate = homing_feedrate[axis] / 2;
  1952. #endif //TMC2130
  1953. plan_buffer_line_destinationXYZE(feedrate/60);
  1954. st_synchronize();
  1955. #ifdef TMC2130
  1956. uint16_t mscnt = tmc2130_rd_MSCNT(axis);
  1957. if (pstep) pstep[i] = mscnt >> 4;
  1958. printf_P(PSTR("%3d step=%2d mscnt=%4d\n"), i, mscnt >> 4, mscnt);
  1959. #endif //TMC2130
  1960. }
  1961. endstops_hit_on_purpose();
  1962. enable_endstops(false);
  1963. #ifdef TMC2130
  1964. uint8_t orig = tmc2130_home_origin[axis];
  1965. uint8_t back = tmc2130_home_bsteps[axis];
  1966. if (tmc2130_home_enabled && (orig <= 63))
  1967. {
  1968. tmc2130_goto_step(axis, orig, 2, 1000, tmc2130_get_res(axis));
  1969. if (back > 0)
  1970. tmc2130_do_steps(axis, back, -axis_home_dir, 1000);
  1971. }
  1972. else
  1973. tmc2130_do_steps(axis, 8, -axis_home_dir, 1000);
  1974. tmc2130_home_exit();
  1975. #endif //TMC2130
  1976. axis_is_at_home(axis);
  1977. axis_known_position[axis] = true;
  1978. // Move from minimum
  1979. #ifdef TMC2130
  1980. float dist = - axis_home_dir * 0.01f * tmc2130_home_fsteps[axis];
  1981. #else //TMC2130
  1982. float dist = - axis_home_dir * 0.01f * 64;
  1983. #endif //TMC2130
  1984. current_position[axis] -= dist;
  1985. plan_set_position_curposXYZE();
  1986. current_position[axis] += dist;
  1987. destination[axis] = current_position[axis];
  1988. plan_buffer_line_destinationXYZE(0.5f*feedrate/60);
  1989. st_synchronize();
  1990. feedrate = 0.0;
  1991. }
  1992. else if ((axis==Z_AXIS)?HOMEAXIS_DO(Z):0)
  1993. {
  1994. #ifdef TMC2130
  1995. FORCE_HIGH_POWER_START;
  1996. #endif
  1997. int axis_home_dir = home_dir(axis);
  1998. current_position[axis] = 0;
  1999. plan_set_position_curposXYZE();
  2000. destination[axis] = 1.5 * max_length(axis) * axis_home_dir;
  2001. feedrate = homing_feedrate[axis];
  2002. plan_buffer_line_destinationXYZE(feedrate/60);
  2003. st_synchronize();
  2004. #ifdef TMC2130
  2005. check_Z_crash();
  2006. #endif //TMC2130
  2007. current_position[axis] = 0;
  2008. plan_set_position_curposXYZE();
  2009. destination[axis] = -home_retract_mm(axis) * axis_home_dir;
  2010. plan_buffer_line_destinationXYZE(feedrate/60);
  2011. st_synchronize();
  2012. destination[axis] = 2*home_retract_mm(axis) * axis_home_dir;
  2013. feedrate = homing_feedrate[axis]/2 ;
  2014. plan_buffer_line_destinationXYZE(feedrate/60);
  2015. st_synchronize();
  2016. #ifdef TMC2130
  2017. check_Z_crash();
  2018. #endif //TMC2130
  2019. axis_is_at_home(axis);
  2020. destination[axis] = current_position[axis];
  2021. feedrate = 0.0;
  2022. endstops_hit_on_purpose();
  2023. axis_known_position[axis] = true;
  2024. #ifdef TMC2130
  2025. FORCE_HIGH_POWER_END;
  2026. #endif
  2027. }
  2028. enable_endstops(endstops_enabled);
  2029. }
  2030. /**/
  2031. void home_xy()
  2032. {
  2033. set_destination_to_current();
  2034. homeaxis(X_AXIS);
  2035. homeaxis(Y_AXIS);
  2036. plan_set_position_curposXYZE();
  2037. endstops_hit_on_purpose();
  2038. }
  2039. void refresh_cmd_timeout(void)
  2040. {
  2041. previous_millis_cmd.start();
  2042. }
  2043. #ifdef FWRETRACT
  2044. void retract(bool retracting, bool swapretract = false) {
  2045. // Perform FW retraction, just if needed, but behave as if the move has never took place in
  2046. // order to keep E/Z coordinates unchanged. This is done by manipulating the internal planner
  2047. // position, which requires a sync
  2048. if(retracting && !retracted[active_extruder]) {
  2049. st_synchronize();
  2050. set_destination_to_current();
  2051. current_position[E_AXIS]+=(swapretract?retract_length_swap:cs.retract_length)*float(extrudemultiply)*0.01f;
  2052. plan_set_e_position(current_position[E_AXIS]);
  2053. float oldFeedrate = feedrate;
  2054. feedrate=cs.retract_feedrate*60;
  2055. retracted[active_extruder]=true;
  2056. prepare_move();
  2057. if(cs.retract_zlift) {
  2058. st_synchronize();
  2059. current_position[Z_AXIS]-=cs.retract_zlift;
  2060. plan_set_position_curposXYZE();
  2061. prepare_move();
  2062. }
  2063. feedrate = oldFeedrate;
  2064. } else if(!retracting && retracted[active_extruder]) {
  2065. st_synchronize();
  2066. set_destination_to_current();
  2067. float oldFeedrate = feedrate;
  2068. feedrate=cs.retract_recover_feedrate*60;
  2069. if(cs.retract_zlift) {
  2070. current_position[Z_AXIS]+=cs.retract_zlift;
  2071. plan_set_position_curposXYZE();
  2072. prepare_move();
  2073. st_synchronize();
  2074. }
  2075. current_position[E_AXIS]-=(swapretract?(retract_length_swap+retract_recover_length_swap):(cs.retract_length+cs.retract_recover_length))*float(extrudemultiply)*0.01f;
  2076. plan_set_e_position(current_position[E_AXIS]);
  2077. retracted[active_extruder]=false;
  2078. prepare_move();
  2079. feedrate = oldFeedrate;
  2080. }
  2081. } //retract
  2082. #endif //FWRETRACT
  2083. #ifdef TMC2130
  2084. void force_high_power_mode(bool start_high_power_section) {
  2085. #ifdef PSU_Delta
  2086. if (start_high_power_section == true) enable_force_z();
  2087. #endif //PSU_Delta
  2088. uint8_t silent;
  2089. silent = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
  2090. if (silent == 1) {
  2091. //we are in silent mode, set to normal mode to enable crash detection
  2092. // Wait for the planner queue to drain and for the stepper timer routine to reach an idle state.
  2093. st_synchronize();
  2094. cli();
  2095. tmc2130_mode = (start_high_power_section == true) ? TMC2130_MODE_NORMAL : TMC2130_MODE_SILENT;
  2096. update_mode_profile();
  2097. tmc2130_init(TMCInitParams(FarmOrUserECool()));
  2098. // We may have missed a stepper timer interrupt due to the time spent in the tmc2130_init() routine.
  2099. // Be safe than sorry, reset the stepper timer before re-enabling interrupts.
  2100. st_reset_timer();
  2101. sei();
  2102. }
  2103. }
  2104. #endif //TMC2130
  2105. void gcode_M105(uint8_t extruder)
  2106. {
  2107. #if defined(TEMP_0_PIN) && TEMP_0_PIN > -1
  2108. SERIAL_PROTOCOLPGM("T:");
  2109. SERIAL_PROTOCOL_F(degHotend(extruder),1);
  2110. SERIAL_PROTOCOLPGM(" /");
  2111. SERIAL_PROTOCOL_F(degTargetHotend(extruder),1);
  2112. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  2113. SERIAL_PROTOCOLPGM(" B:");
  2114. SERIAL_PROTOCOL_F(degBed(),1);
  2115. SERIAL_PROTOCOLPGM(" /");
  2116. SERIAL_PROTOCOL_F(degTargetBed(),1);
  2117. #endif //TEMP_BED_PIN
  2118. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  2119. SERIAL_PROTOCOLPGM(" T");
  2120. SERIAL_PROTOCOL(cur_extruder);
  2121. SERIAL_PROTOCOL(':');
  2122. SERIAL_PROTOCOL_F(degHotend(cur_extruder),1);
  2123. SERIAL_PROTOCOLPGM(" /");
  2124. SERIAL_PROTOCOL_F(degTargetHotend(cur_extruder),1);
  2125. }
  2126. #else
  2127. SERIAL_ERROR_START;
  2128. SERIAL_ERRORLNRPGM(_n("No thermistors - no temperature"));////MSG_ERR_NO_THERMISTORS
  2129. #endif
  2130. SERIAL_PROTOCOLPGM(" @:");
  2131. #ifdef EXTRUDER_WATTS
  2132. SERIAL_PROTOCOL((EXTRUDER_WATTS * getHeaterPower(tmp_extruder))/127);
  2133. SERIAL_PROTOCOLPGM("W");
  2134. #else
  2135. SERIAL_PROTOCOL(getHeaterPower(extruder));
  2136. #endif
  2137. SERIAL_PROTOCOLPGM(" B@:");
  2138. #ifdef BED_WATTS
  2139. SERIAL_PROTOCOL((BED_WATTS * getHeaterPower(-1))/127);
  2140. SERIAL_PROTOCOLPGM("W");
  2141. #else
  2142. SERIAL_PROTOCOL(getHeaterPower(-1));
  2143. #endif
  2144. #ifdef PINDA_THERMISTOR
  2145. SERIAL_PROTOCOLPGM(" P:");
  2146. SERIAL_PROTOCOL_F(current_temperature_pinda,1);
  2147. #endif //PINDA_THERMISTOR
  2148. #ifdef AMBIENT_THERMISTOR
  2149. SERIAL_PROTOCOLPGM(" A:");
  2150. SERIAL_PROTOCOL_F(current_temperature_ambient,1);
  2151. #endif //AMBIENT_THERMISTOR
  2152. #ifdef SHOW_TEMP_ADC_VALUES
  2153. {
  2154. float raw = 0.0;
  2155. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  2156. SERIAL_PROTOCOLPGM(" ADC B:");
  2157. SERIAL_PROTOCOL_F(degBed(),1);
  2158. SERIAL_PROTOCOLPGM("C->");
  2159. raw = rawBedTemp();
  2160. SERIAL_PROTOCOL_F(raw/OVERSAMPLENR,5);
  2161. SERIAL_PROTOCOLPGM(" Rb->");
  2162. SERIAL_PROTOCOL_F(100 * (1 + (PtA * (raw/OVERSAMPLENR)) + (PtB * sq((raw/OVERSAMPLENR)))), 5);
  2163. SERIAL_PROTOCOLPGM(" Rxb->");
  2164. SERIAL_PROTOCOL_F(raw, 5);
  2165. #endif
  2166. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  2167. SERIAL_PROTOCOLPGM(" T");
  2168. SERIAL_PROTOCOL(cur_extruder);
  2169. SERIAL_PROTOCOLPGM(":");
  2170. SERIAL_PROTOCOL_F(degHotend(cur_extruder),1);
  2171. SERIAL_PROTOCOLPGM("C->");
  2172. raw = rawHotendTemp(cur_extruder);
  2173. SERIAL_PROTOCOL_F(raw/OVERSAMPLENR,5);
  2174. SERIAL_PROTOCOLPGM(" Rt");
  2175. SERIAL_PROTOCOL(cur_extruder);
  2176. SERIAL_PROTOCOLPGM("->");
  2177. SERIAL_PROTOCOL_F(100 * (1 + (PtA * (raw/OVERSAMPLENR)) + (PtB * sq((raw/OVERSAMPLENR)))), 5);
  2178. SERIAL_PROTOCOLPGM(" Rx");
  2179. SERIAL_PROTOCOL(cur_extruder);
  2180. SERIAL_PROTOCOLPGM("->");
  2181. SERIAL_PROTOCOL_F(raw, 5);
  2182. }
  2183. }
  2184. #endif
  2185. SERIAL_PROTOCOLLN();
  2186. }
  2187. #ifdef TMC2130
  2188. static void gcode_G28(bool home_x_axis, long home_x_value, bool home_y_axis, long home_y_value, bool home_z_axis, long home_z_value, bool calib, bool without_mbl)
  2189. #else
  2190. static void gcode_G28(bool home_x_axis, long home_x_value, bool home_y_axis, long home_y_value, bool home_z_axis, long home_z_value, bool without_mbl)
  2191. #endif //TMC2130
  2192. {
  2193. // Flag for the display update routine and to disable the print cancelation during homing.
  2194. st_synchronize();
  2195. homing_flag = true;
  2196. #if 0
  2197. SERIAL_ECHOPGM("G28, initial "); print_world_coordinates();
  2198. SERIAL_ECHOPGM("G28, initial "); print_physical_coordinates();
  2199. #endif
  2200. // Which axes should be homed?
  2201. bool home_x = home_x_axis;
  2202. bool home_y = home_y_axis;
  2203. bool home_z = home_z_axis;
  2204. // Either all X,Y,Z codes are present, or none of them.
  2205. bool home_all_axes = home_x == home_y && home_x == home_z;
  2206. if (home_all_axes)
  2207. // No X/Y/Z code provided means to home all axes.
  2208. home_x = home_y = home_z = true;
  2209. //if we are homing all axes, first move z higher to protect heatbed/steel sheet
  2210. if (home_all_axes) {
  2211. raise_z_above(MESH_HOME_Z_SEARCH);
  2212. }
  2213. #ifdef ENABLE_AUTO_BED_LEVELING
  2214. plan_bed_level_matrix.set_to_identity(); //Reset the plane ("erase" all leveling data)
  2215. #endif //ENABLE_AUTO_BED_LEVELING
  2216. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  2217. // the planner will not perform any adjustments in the XY plane.
  2218. // Wait for the motors to stop and update the current position with the absolute values.
  2219. world2machine_revert_to_uncorrected();
  2220. // For mesh bed leveling deactivate the matrix temporarily.
  2221. // It is necessary to disable the bed leveling for the X and Y homing moves, so that the move is performed
  2222. // in a single axis only.
  2223. // In case of re-homing the X or Y axes only, the mesh bed leveling is restored after G28.
  2224. #ifdef MESH_BED_LEVELING
  2225. uint8_t mbl_was_active = mbl.active;
  2226. mbl.active = 0;
  2227. current_position[Z_AXIS] = st_get_position_mm(Z_AXIS);
  2228. #endif
  2229. // Reset baby stepping to zero, if the babystepping has already been loaded before.
  2230. if (home_z)
  2231. babystep_undo();
  2232. int l_feedmultiply = setup_for_endstop_move();
  2233. set_destination_to_current();
  2234. feedrate = 0.0;
  2235. #if Z_HOME_DIR > 0 // If homing away from BED do Z first
  2236. if(home_z)
  2237. homeaxis(Z_AXIS);
  2238. #endif
  2239. #ifdef QUICK_HOME
  2240. // In the quick mode, if both x and y are to be homed, a diagonal move will be performed initially.
  2241. if(home_x && home_y) //first diagonal move
  2242. {
  2243. current_position[X_AXIS] = 0;current_position[Y_AXIS] = 0;
  2244. uint8_t x_axis_home_dir = home_dir(X_AXIS);
  2245. plan_set_position_curposXYZE();
  2246. destination[X_AXIS] = 1.5 * max_length(X_AXIS) * x_axis_home_dir;destination[Y_AXIS] = 1.5 * max_length(Y_AXIS) * home_dir(Y_AXIS);
  2247. feedrate = homing_feedrate[X_AXIS];
  2248. if(homing_feedrate[Y_AXIS]<feedrate)
  2249. feedrate = homing_feedrate[Y_AXIS];
  2250. if (max_length(X_AXIS) > max_length(Y_AXIS)) {
  2251. feedrate *= sqrt(pow(max_length(Y_AXIS) / max_length(X_AXIS), 2) + 1);
  2252. } else {
  2253. feedrate *= sqrt(pow(max_length(X_AXIS) / max_length(Y_AXIS), 2) + 1);
  2254. }
  2255. plan_buffer_line_destinationXYZE(feedrate/60);
  2256. st_synchronize();
  2257. axis_is_at_home(X_AXIS);
  2258. axis_is_at_home(Y_AXIS);
  2259. plan_set_position_curposXYZE();
  2260. destination[X_AXIS] = current_position[X_AXIS];
  2261. destination[Y_AXIS] = current_position[Y_AXIS];
  2262. plan_buffer_line_destinationXYZE(feedrate/60);
  2263. feedrate = 0.0;
  2264. st_synchronize();
  2265. endstops_hit_on_purpose();
  2266. current_position[X_AXIS] = destination[X_AXIS];
  2267. current_position[Y_AXIS] = destination[Y_AXIS];
  2268. current_position[Z_AXIS] = destination[Z_AXIS];
  2269. }
  2270. #endif /* QUICK_HOME */
  2271. #ifdef TMC2130
  2272. if(home_x)
  2273. {
  2274. if (!calib)
  2275. homeaxis(X_AXIS);
  2276. else
  2277. tmc2130_home_calibrate(X_AXIS);
  2278. }
  2279. if(home_y)
  2280. {
  2281. if (!calib)
  2282. homeaxis(Y_AXIS);
  2283. else
  2284. tmc2130_home_calibrate(Y_AXIS);
  2285. }
  2286. #else //TMC2130
  2287. if(home_x) homeaxis(X_AXIS);
  2288. if(home_y) homeaxis(Y_AXIS);
  2289. #endif //TMC2130
  2290. if(home_x_axis && home_x_value != 0)
  2291. current_position[X_AXIS]=home_x_value+cs.add_homing[X_AXIS];
  2292. if(home_y_axis && home_y_value != 0)
  2293. current_position[Y_AXIS]=home_y_value+cs.add_homing[Y_AXIS];
  2294. #if Z_HOME_DIR < 0 // If homing towards BED do Z last
  2295. #ifndef Z_SAFE_HOMING
  2296. if(home_z) {
  2297. #if defined (Z_RAISE_BEFORE_HOMING) && (Z_RAISE_BEFORE_HOMING > 0)
  2298. raise_z_above(Z_RAISE_BEFORE_HOMING);
  2299. #endif // defined (Z_RAISE_BEFORE_HOMING) && (Z_RAISE_BEFORE_HOMING > 0)
  2300. #ifdef MESH_BED_LEVELING // If Mesh bed leveling, move X&Y to safe position for home
  2301. raise_z_above(MESH_HOME_Z_SEARCH);
  2302. if (!axis_known_position[X_AXIS]) homeaxis(X_AXIS);
  2303. if (!axis_known_position[Y_AXIS]) homeaxis(Y_AXIS);
  2304. // 1st mesh bed leveling measurement point, corrected.
  2305. world2machine_initialize();
  2306. world2machine(pgm_read_float(bed_ref_points_4), pgm_read_float(bed_ref_points_4+1), destination[X_AXIS], destination[Y_AXIS]);
  2307. world2machine_reset();
  2308. if (destination[Y_AXIS] < Y_MIN_POS)
  2309. destination[Y_AXIS] = Y_MIN_POS;
  2310. feedrate = homing_feedrate[X_AXIS] / 20;
  2311. enable_endstops(false);
  2312. #ifdef DEBUG_BUILD
  2313. SERIAL_ECHOLNPGM("plan_set_position()");
  2314. MYSERIAL.println(current_position[X_AXIS]);MYSERIAL.println(current_position[Y_AXIS]);
  2315. MYSERIAL.println(current_position[Z_AXIS]);MYSERIAL.println(current_position[E_AXIS]);
  2316. #endif
  2317. plan_set_position_curposXYZE();
  2318. #ifdef DEBUG_BUILD
  2319. SERIAL_ECHOLNPGM("plan_buffer_line()");
  2320. MYSERIAL.println(destination[X_AXIS]);MYSERIAL.println(destination[Y_AXIS]);
  2321. MYSERIAL.println(destination[Z_AXIS]);MYSERIAL.println(destination[E_AXIS]);
  2322. MYSERIAL.println(feedrate);MYSERIAL.println(active_extruder);
  2323. #endif
  2324. plan_buffer_line_destinationXYZE(feedrate);
  2325. st_synchronize();
  2326. current_position[X_AXIS] = destination[X_AXIS];
  2327. current_position[Y_AXIS] = destination[Y_AXIS];
  2328. enable_endstops(true);
  2329. endstops_hit_on_purpose();
  2330. homeaxis(Z_AXIS);
  2331. #else // MESH_BED_LEVELING
  2332. homeaxis(Z_AXIS);
  2333. #endif // MESH_BED_LEVELING
  2334. }
  2335. #else // defined(Z_SAFE_HOMING): Z Safe mode activated.
  2336. if(home_all_axes) {
  2337. destination[X_AXIS] = round(Z_SAFE_HOMING_X_POINT - X_PROBE_OFFSET_FROM_EXTRUDER);
  2338. destination[Y_AXIS] = round(Z_SAFE_HOMING_Y_POINT - Y_PROBE_OFFSET_FROM_EXTRUDER);
  2339. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  2340. feedrate = XY_TRAVEL_SPEED/60;
  2341. current_position[Z_AXIS] = 0;
  2342. plan_set_position_curposXYZE();
  2343. plan_buffer_line_destinationXYZE(feedrate);
  2344. st_synchronize();
  2345. current_position[X_AXIS] = destination[X_AXIS];
  2346. current_position[Y_AXIS] = destination[Y_AXIS];
  2347. homeaxis(Z_AXIS);
  2348. }
  2349. // Let's see if X and Y are homed and probe is inside bed area.
  2350. if(home_z) {
  2351. if ( (axis_known_position[X_AXIS]) && (axis_known_position[Y_AXIS]) \
  2352. && (current_position[X_AXIS]+X_PROBE_OFFSET_FROM_EXTRUDER >= X_MIN_POS) \
  2353. && (current_position[X_AXIS]+X_PROBE_OFFSET_FROM_EXTRUDER <= X_MAX_POS) \
  2354. && (current_position[Y_AXIS]+Y_PROBE_OFFSET_FROM_EXTRUDER >= Y_MIN_POS) \
  2355. && (current_position[Y_AXIS]+Y_PROBE_OFFSET_FROM_EXTRUDER <= Y_MAX_POS)) {
  2356. current_position[Z_AXIS] = 0;
  2357. plan_set_position_curposXYZE();
  2358. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  2359. feedrate = max_feedrate[Z_AXIS];
  2360. plan_buffer_line_destinationXYZE(feedrate);
  2361. st_synchronize();
  2362. homeaxis(Z_AXIS);
  2363. } else if (!((axis_known_position[X_AXIS]) && (axis_known_position[Y_AXIS]))) {
  2364. LCD_MESSAGERPGM(MSG_POSITION_UNKNOWN);
  2365. SERIAL_ECHO_START;
  2366. SERIAL_ECHOLNRPGM(MSG_POSITION_UNKNOWN);
  2367. } else {
  2368. LCD_MESSAGERPGM(MSG_ZPROBE_OUT);
  2369. SERIAL_ECHO_START;
  2370. SERIAL_ECHOLNRPGM(MSG_ZPROBE_OUT);
  2371. }
  2372. }
  2373. #endif // Z_SAFE_HOMING
  2374. #endif // Z_HOME_DIR < 0
  2375. if(home_z_axis && home_z_value != 0)
  2376. current_position[Z_AXIS]=home_z_value+cs.add_homing[Z_AXIS];
  2377. #ifdef ENABLE_AUTO_BED_LEVELING
  2378. if(home_z)
  2379. current_position[Z_AXIS] += cs.zprobe_zoffset; //Add Z_Probe offset (the distance is negative)
  2380. #endif
  2381. // Set the planner and stepper routine positions.
  2382. // At this point the mesh bed leveling and world2machine corrections are disabled and current_position
  2383. // contains the machine coordinates.
  2384. plan_set_position_curposXYZE();
  2385. clean_up_after_endstop_move(l_feedmultiply);
  2386. endstops_hit_on_purpose();
  2387. // Load the machine correction matrix
  2388. world2machine_initialize();
  2389. // and correct the current_position XY axes to match the transformed coordinate system.
  2390. world2machine_update_current();
  2391. #ifdef MESH_BED_LEVELING
  2392. if (home_x_axis || home_y_axis || without_mbl || home_z_axis)
  2393. {
  2394. if (! home_z && mbl_was_active) {
  2395. // Re-enable the mesh bed leveling if only the X and Y axes were re-homed.
  2396. mbl.active = true;
  2397. // and re-adjust the current logical Z axis with the bed leveling offset applicable at the current XY position.
  2398. current_position[Z_AXIS] -= mbl.get_z(st_get_position_mm(X_AXIS), st_get_position_mm(Y_AXIS));
  2399. }
  2400. }
  2401. #endif
  2402. prusa_statistics(20);
  2403. st_synchronize();
  2404. homing_flag = false;
  2405. #if 0
  2406. SERIAL_ECHOPGM("G28, final "); print_world_coordinates();
  2407. SERIAL_ECHOPGM("G28, final "); print_physical_coordinates();
  2408. SERIAL_ECHOPGM("G28, final "); print_mesh_bed_leveling_table();
  2409. #endif
  2410. }
  2411. static void gcode_G28(bool home_x_axis, bool home_y_axis, bool home_z_axis)
  2412. {
  2413. #ifdef TMC2130
  2414. gcode_G28(home_x_axis, 0, home_y_axis, 0, home_z_axis, 0, false, true);
  2415. #else
  2416. gcode_G28(home_x_axis, 0, home_y_axis, 0, home_z_axis, 0, true);
  2417. #endif //TMC2130
  2418. }
  2419. // G80 - Automatic mesh bed leveling
  2420. static void gcode_G80()
  2421. {
  2422. st_synchronize();
  2423. if (planner_aborted)
  2424. return;
  2425. mesh_bed_leveling_flag = true;
  2426. #ifndef PINDA_THERMISTOR
  2427. static bool run = false; // thermistor-less PINDA temperature compensation is running
  2428. #endif // ndef PINDA_THERMISTOR
  2429. #ifdef SUPPORT_VERBOSITY
  2430. int8_t verbosity_level = 0;
  2431. if (code_seen('V')) {
  2432. // Just 'V' without a number counts as V1.
  2433. char c = strchr_pointer[1];
  2434. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  2435. }
  2436. #endif //SUPPORT_VERBOSITY
  2437. // Firstly check if we know where we are
  2438. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  2439. // We don't know where we are! HOME!
  2440. // Push the commands to the front of the message queue in the reverse order!
  2441. // There shall be always enough space reserved for these commands.
  2442. repeatcommand_front(); // repeat G80 with all its parameters
  2443. enquecommand_front_P(G28W0);
  2444. return;
  2445. }
  2446. uint8_t nMeasPoints = MESH_MEAS_NUM_X_POINTS;
  2447. if (code_seen('N')) {
  2448. nMeasPoints = code_value_uint8();
  2449. if (nMeasPoints != 7) {
  2450. nMeasPoints = 3;
  2451. }
  2452. }
  2453. else {
  2454. nMeasPoints = eeprom_read_byte((uint8_t*)EEPROM_MBL_POINTS_NR);
  2455. }
  2456. uint8_t nProbeRetry = 3;
  2457. if (code_seen('R')) {
  2458. nProbeRetry = code_value_uint8();
  2459. if (nProbeRetry > 10) {
  2460. nProbeRetry = 10;
  2461. }
  2462. }
  2463. else {
  2464. nProbeRetry = eeprom_read_byte((uint8_t*)EEPROM_MBL_PROBE_NR);
  2465. }
  2466. bool magnet_elimination = (eeprom_read_byte((uint8_t*)EEPROM_MBL_MAGNET_ELIMINATION) > 0);
  2467. #ifndef PINDA_THERMISTOR
  2468. if (run == false && eeprom_read_byte((uint8_t *)EEPROM_TEMP_CAL_ACTIVE) && calibration_status_pinda() == true && target_temperature_bed >= 50)
  2469. {
  2470. temp_compensation_start();
  2471. run = true;
  2472. repeatcommand_front(); // repeat G80 with all its parameters
  2473. enquecommand_front_P(G28W0);
  2474. break;
  2475. }
  2476. run = false;
  2477. #endif //PINDA_THERMISTOR
  2478. // Save custom message state, set a new custom message state to display: Calibrating point 9.
  2479. CustomMsg custom_message_type_old = custom_message_type;
  2480. uint8_t custom_message_state_old = custom_message_state;
  2481. custom_message_type = CustomMsg::MeshBedLeveling;
  2482. custom_message_state = (nMeasPoints * nMeasPoints) + 10;
  2483. lcd_update(1);
  2484. mbl.reset(); //reset mesh bed leveling
  2485. // Reset baby stepping to zero, if the babystepping has already been loaded before.
  2486. babystep_undo();
  2487. // Cycle through all points and probe them
  2488. // First move up. During this first movement, the babystepping will be reverted.
  2489. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2490. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 60);
  2491. // The move to the first calibration point.
  2492. current_position[X_AXIS] = BED_X0;
  2493. current_position[Y_AXIS] = BED_Y0;
  2494. #ifdef SUPPORT_VERBOSITY
  2495. if (verbosity_level >= 1)
  2496. {
  2497. bool clamped = world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  2498. clamped ? SERIAL_PROTOCOLPGM("First calibration point clamped.\n") : SERIAL_PROTOCOLPGM("No clamping for first calibration point.\n");
  2499. }
  2500. #else //SUPPORT_VERBOSITY
  2501. world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  2502. #endif //SUPPORT_VERBOSITY
  2503. int XY_AXIS_FEEDRATE = homing_feedrate[X_AXIS] / 20;
  2504. plan_buffer_line_curposXYZE(XY_AXIS_FEEDRATE);
  2505. // Wait until the move is finished.
  2506. st_synchronize();
  2507. if (planner_aborted)
  2508. {
  2509. custom_message_type = custom_message_type_old;
  2510. custom_message_state = custom_message_state_old;
  2511. return;
  2512. }
  2513. uint8_t mesh_point = 0; //index number of calibration point
  2514. int Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 40;
  2515. bool has_z = is_bed_z_jitter_data_valid(); //checks if we have data from Z calibration (offsets of the Z heiths of the 8 calibration points from the first point)
  2516. #ifdef SUPPORT_VERBOSITY
  2517. if (verbosity_level >= 1) {
  2518. has_z ? SERIAL_PROTOCOLPGM("Z jitter data from Z cal. valid.\n") : SERIAL_PROTOCOLPGM("Z jitter data from Z cal. not valid.\n");
  2519. }
  2520. #endif // SUPPORT_VERBOSITY
  2521. int l_feedmultiply = setup_for_endstop_move(false); //save feedrate and feedmultiply, sets feedmultiply to 100
  2522. while (mesh_point != nMeasPoints * nMeasPoints) {
  2523. // Get coords of a measuring point.
  2524. uint8_t ix = mesh_point % nMeasPoints; // from 0 to MESH_NUM_X_POINTS - 1
  2525. uint8_t iy = mesh_point / nMeasPoints;
  2526. /*if (!mbl_point_measurement_valid(ix, iy, nMeasPoints, true)) {
  2527. printf_P(PSTR("Skipping point [%d;%d] \n"), ix, iy);
  2528. custom_message_state--;
  2529. mesh_point++;
  2530. continue; //skip
  2531. }*/
  2532. if (iy & 1) ix = (nMeasPoints - 1) - ix; // Zig zag
  2533. if (nMeasPoints == 7) //if we have 7x7 mesh, compare with Z-calibration for points which are in 3x3 mesh
  2534. {
  2535. has_z = ((ix % 3 == 0) && (iy % 3 == 0)) && is_bed_z_jitter_data_valid();
  2536. }
  2537. float z0 = 0.f;
  2538. if (has_z && (mesh_point > 0)) {
  2539. uint16_t z_offset_u = 0;
  2540. if (nMeasPoints == 7) {
  2541. z_offset_u = eeprom_read_word((uint16_t*)(EEPROM_BED_CALIBRATION_Z_JITTER + 2 * ((ix/3) + iy - 1)));
  2542. }
  2543. else {
  2544. z_offset_u = eeprom_read_word((uint16_t*)(EEPROM_BED_CALIBRATION_Z_JITTER + 2 * (ix + iy * 3 - 1)));
  2545. }
  2546. z0 = mbl.z_values[0][0] + *reinterpret_cast<int16_t*>(&z_offset_u) * 0.01;
  2547. #ifdef SUPPORT_VERBOSITY
  2548. if (verbosity_level >= 1) {
  2549. printf_P(PSTR("Bed leveling, point: %d, calibration Z stored in eeprom: %d, calibration z: %f \n"), mesh_point, z_offset_u, z0);
  2550. }
  2551. #endif // SUPPORT_VERBOSITY
  2552. }
  2553. // Move Z up to MESH_HOME_Z_SEARCH.
  2554. if((ix == 0) && (iy == 0)) current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2555. else current_position[Z_AXIS] += 2.f / nMeasPoints; //use relative movement from Z coordinate where PINDa triggered on previous point. This makes calibration faster.
  2556. float init_z_bckp = current_position[Z_AXIS];
  2557. plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE);
  2558. st_synchronize();
  2559. // Move to XY position of the sensor point.
  2560. current_position[X_AXIS] = BED_X(ix, nMeasPoints);
  2561. current_position[Y_AXIS] = BED_Y(iy, nMeasPoints);
  2562. //printf_P(PSTR("[%f;%f]\n"), current_position[X_AXIS], current_position[Y_AXIS]);
  2563. #ifdef SUPPORT_VERBOSITY
  2564. if (verbosity_level >= 1) {
  2565. bool clamped = world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  2566. SERIAL_PROTOCOL(mesh_point);
  2567. clamped ? SERIAL_PROTOCOLPGM(": xy clamped.\n") : SERIAL_PROTOCOLPGM(": no xy clamping\n");
  2568. }
  2569. #else //SUPPORT_VERBOSITY
  2570. world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  2571. #endif // SUPPORT_VERBOSITY
  2572. //printf_P(PSTR("after clamping: [%f;%f]\n"), current_position[X_AXIS], current_position[Y_AXIS]);
  2573. plan_buffer_line_curposXYZE(XY_AXIS_FEEDRATE);
  2574. st_synchronize();
  2575. if (planner_aborted)
  2576. {
  2577. custom_message_type = custom_message_type_old;
  2578. custom_message_state = custom_message_state_old;
  2579. return;
  2580. }
  2581. // Go down until endstop is hit
  2582. const float Z_CALIBRATION_THRESHOLD = 1.f;
  2583. if (!find_bed_induction_sensor_point_z((has_z && mesh_point > 0) ? z0 - Z_CALIBRATION_THRESHOLD : -10.f, nProbeRetry)) { //if we have data from z calibration max allowed difference is 1mm for each point, if we dont have data max difference is 10mm from initial point
  2584. printf_P(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  2585. break;
  2586. }
  2587. if (init_z_bckp - current_position[Z_AXIS] < 0.1f) { //broken cable or initial Z coordinate too low. Go to MESH_HOME_Z_SEARCH and repeat last step (z-probe) again to distinguish between these two cases.
  2588. //printf_P(PSTR("Another attempt! Current Z position: %f\n"), current_position[Z_AXIS]);
  2589. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2590. plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE);
  2591. st_synchronize();
  2592. if (!find_bed_induction_sensor_point_z((has_z && mesh_point > 0) ? z0 - Z_CALIBRATION_THRESHOLD : -10.f, nProbeRetry)) { //if we have data from z calibration max allowed difference is 1mm for each point, if we dont have data max difference is 10mm from initial point
  2593. printf_P(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  2594. break;
  2595. }
  2596. if (MESH_HOME_Z_SEARCH - current_position[Z_AXIS] < 0.1f) {
  2597. puts_P(PSTR("Bed leveling failed. Sensor disconnected or cable broken."));
  2598. break;
  2599. }
  2600. }
  2601. if (has_z && fabs(z0 - current_position[Z_AXIS]) > Z_CALIBRATION_THRESHOLD) { //if we have data from z calibration, max. allowed difference is 1mm for each point
  2602. puts_P(PSTR("Bed leveling failed. Sensor triggered too high."));
  2603. break;
  2604. }
  2605. #ifdef SUPPORT_VERBOSITY
  2606. if (verbosity_level >= 10) {
  2607. SERIAL_ECHOPGM("X: ");
  2608. MYSERIAL.print(current_position[X_AXIS], 5);
  2609. SERIAL_ECHOLNPGM("");
  2610. SERIAL_ECHOPGM("Y: ");
  2611. MYSERIAL.print(current_position[Y_AXIS], 5);
  2612. SERIAL_PROTOCOLPGM("\n");
  2613. }
  2614. #endif // SUPPORT_VERBOSITY
  2615. float offset_z = 0;
  2616. #ifdef PINDA_THERMISTOR
  2617. offset_z = temp_compensation_pinda_thermistor_offset(current_temperature_pinda);
  2618. #endif //PINDA_THERMISTOR
  2619. // #ifdef SUPPORT_VERBOSITY
  2620. /* if (verbosity_level >= 1)
  2621. {
  2622. SERIAL_ECHOPGM("mesh bed leveling: ");
  2623. MYSERIAL.print(current_position[Z_AXIS], 5);
  2624. SERIAL_ECHOPGM(" offset: ");
  2625. MYSERIAL.print(offset_z, 5);
  2626. SERIAL_ECHOLNPGM("");
  2627. }*/
  2628. // #endif // SUPPORT_VERBOSITY
  2629. mbl.set_z(ix, iy, current_position[Z_AXIS] - offset_z); //store measured z values z_values[iy][ix] = z - offset_z;
  2630. custom_message_state--;
  2631. mesh_point++;
  2632. lcd_update(1);
  2633. }
  2634. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2635. #ifdef SUPPORT_VERBOSITY
  2636. if (verbosity_level >= 20) {
  2637. SERIAL_ECHOLNPGM("Mesh bed leveling while loop finished.");
  2638. SERIAL_ECHOLNPGM("MESH_HOME_Z_SEARCH: ");
  2639. MYSERIAL.print(current_position[Z_AXIS], 5);
  2640. }
  2641. #endif // SUPPORT_VERBOSITY
  2642. plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE);
  2643. st_synchronize();
  2644. if (mesh_point != nMeasPoints * nMeasPoints) {
  2645. Sound_MakeSound(e_SOUND_TYPE_StandardAlert);
  2646. bool bState;
  2647. do { // repeat until Z-leveling o.k.
  2648. lcd_display_message_fullscreen_P(_i("Some problem encountered, Z-leveling enforced ...")); ////MSG_ZLEVELING_ENFORCED c=20 r=4
  2649. #ifdef TMC2130
  2650. lcd_wait_for_click_delay(MSG_BED_LEVELING_FAILED_TIMEOUT);
  2651. calibrate_z_auto(); // Z-leveling (X-assembly stay up!!!)
  2652. #else // TMC2130
  2653. lcd_wait_for_click_delay(0); // ~ no timeout
  2654. lcd_calibrate_z_end_stop_manual(true); // Z-leveling (X-assembly stay up!!!)
  2655. #endif // TMC2130
  2656. // ~ Z-homing (can not be used "G28", because X & Y-homing would have been done before (Z-homing))
  2657. bState=enable_z_endstop(false);
  2658. raise_z(-1);
  2659. enable_z_endstop(true);
  2660. #ifdef TMC2130
  2661. tmc2130_home_enter(Z_AXIS_MASK);
  2662. #endif // TMC2130
  2663. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2664. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  2665. st_synchronize();
  2666. #ifdef TMC2130
  2667. tmc2130_home_exit();
  2668. #endif // TMC2130
  2669. enable_z_endstop(bState);
  2670. } while (st_get_position_mm(Z_AXIS) > MESH_HOME_Z_SEARCH); // i.e. Z-leveling not o.k.
  2671. // plan_set_z_position(MESH_HOME_Z_SEARCH); // is not necessary ('do-while' loop always ends at the expected Z-position)
  2672. custom_message_type = custom_message_type_old;
  2673. custom_message_state = custom_message_state_old;
  2674. lcd_update_enable(true); // display / status-line recovery
  2675. gcode_G28(true, true, true); // X & Y & Z-homing (must be after individual Z-homing (problem with spool-holder)!)
  2676. repeatcommand_front(); // re-run (i.e. of "G80")
  2677. return;
  2678. }
  2679. clean_up_after_endstop_move(l_feedmultiply);
  2680. // SERIAL_ECHOLNPGM("clean up finished ");
  2681. #ifndef PINDA_THERMISTOR
  2682. if(eeprom_read_byte((uint8_t *)EEPROM_TEMP_CAL_ACTIVE) && calibration_status_pinda() == true) temp_compensation_apply(); //apply PINDA temperature compensation
  2683. #endif
  2684. babystep_apply(); // Apply Z height correction aka baby stepping before mesh bed leveing gets activated.
  2685. // SERIAL_ECHOLNPGM("babystep applied");
  2686. bool eeprom_bed_correction_valid = eeprom_read_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID) == 1;
  2687. #ifdef SUPPORT_VERBOSITY
  2688. if (verbosity_level >= 1) {
  2689. eeprom_bed_correction_valid ? SERIAL_PROTOCOLPGM("Bed correction data valid\n") : SERIAL_PROTOCOLPGM("Bed correction data not valid\n");
  2690. }
  2691. #endif // SUPPORT_VERBOSITY
  2692. for (uint8_t i = 0; i < 4; ++i) {
  2693. static const char codes[4] PROGMEM = { 'L', 'R', 'F', 'B' };
  2694. static uint8_t *const eep_addresses[4] PROGMEM = {
  2695. (uint8_t*)EEPROM_BED_CORRECTION_LEFT,
  2696. (uint8_t*)EEPROM_BED_CORRECTION_RIGHT,
  2697. (uint8_t*)EEPROM_BED_CORRECTION_FRONT,
  2698. (uint8_t*)EEPROM_BED_CORRECTION_REAR,
  2699. };
  2700. long correction = 0;
  2701. if (code_seen(pgm_read_byte(&codes[i])))
  2702. correction = code_value_long();
  2703. else if (eeprom_bed_correction_valid)
  2704. correction = (int8_t)eeprom_read_byte((uint8_t*)pgm_read_ptr(&eep_addresses[i]));
  2705. if (correction == 0)
  2706. continue;
  2707. if (labs(correction) > BED_ADJUSTMENT_UM_MAX) {
  2708. SERIAL_ERROR_START;
  2709. SERIAL_ECHOPGM("Excessive bed leveling correction: ");
  2710. SERIAL_ECHO(correction);
  2711. SERIAL_ECHOLNPGM(" microns");
  2712. }
  2713. else {
  2714. float offset = float(correction) * 0.001f;
  2715. switch (i) {
  2716. case 0:
  2717. for (uint8_t row = 0; row < nMeasPoints; ++row) {
  2718. for (uint8_t col = 0; col < nMeasPoints - 1; ++col) {
  2719. mbl.z_values[row][col] += offset * (nMeasPoints - 1 - col) / (nMeasPoints - 1);
  2720. }
  2721. }
  2722. break;
  2723. case 1:
  2724. for (uint8_t row = 0; row < nMeasPoints; ++row) {
  2725. for (uint8_t col = 1; col < nMeasPoints; ++col) {
  2726. mbl.z_values[row][col] += offset * col / (nMeasPoints - 1);
  2727. }
  2728. }
  2729. break;
  2730. case 2:
  2731. for (uint8_t col = 0; col < nMeasPoints; ++col) {
  2732. for (uint8_t row = 0; row < nMeasPoints; ++row) {
  2733. mbl.z_values[row][col] += offset * (nMeasPoints - 1 - row) / (nMeasPoints - 1);
  2734. }
  2735. }
  2736. break;
  2737. case 3:
  2738. for (uint8_t col = 0; col < nMeasPoints; ++col) {
  2739. for (uint8_t row = 1; row < nMeasPoints; ++row) {
  2740. mbl.z_values[row][col] += offset * row / (nMeasPoints - 1);
  2741. }
  2742. }
  2743. break;
  2744. }
  2745. }
  2746. }
  2747. // SERIAL_ECHOLNPGM("Bed leveling correction finished");
  2748. if (nMeasPoints == 3) {
  2749. mbl.upsample_3x3(); //interpolation from 3x3 to 7x7 points using largrangian polynomials while using the same array z_values[iy][ix] for storing (just coppying measured data to new destination and interpolating between them)
  2750. }
  2751. /*
  2752. SERIAL_PROTOCOLPGM("Num X,Y: ");
  2753. SERIAL_PROTOCOL(MESH_NUM_X_POINTS);
  2754. SERIAL_PROTOCOLPGM(",");
  2755. SERIAL_PROTOCOL(MESH_NUM_Y_POINTS);
  2756. SERIAL_PROTOCOLPGM("\nZ search height: ");
  2757. SERIAL_PROTOCOL(MESH_HOME_Z_SEARCH);
  2758. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  2759. for (int y = MESH_NUM_Y_POINTS-1; y >= 0; y--) {
  2760. for (int x = 0; x < MESH_NUM_X_POINTS; x++) {
  2761. SERIAL_PROTOCOLPGM(" ");
  2762. SERIAL_PROTOCOL_F(mbl.z_values[y][x], 5);
  2763. }
  2764. SERIAL_PROTOCOLPGM("\n");
  2765. }
  2766. */
  2767. if (nMeasPoints == 7 && magnet_elimination) {
  2768. mbl_interpolation(nMeasPoints);
  2769. }
  2770. /*
  2771. SERIAL_PROTOCOLPGM("Num X,Y: ");
  2772. SERIAL_PROTOCOL(MESH_NUM_X_POINTS);
  2773. SERIAL_PROTOCOLPGM(",");
  2774. SERIAL_PROTOCOL(MESH_NUM_Y_POINTS);
  2775. SERIAL_PROTOCOLPGM("\nZ search height: ");
  2776. SERIAL_PROTOCOL(MESH_HOME_Z_SEARCH);
  2777. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  2778. for (int y = MESH_NUM_Y_POINTS-1; y >= 0; y--) {
  2779. for (int x = 0; x < MESH_NUM_X_POINTS; x++) {
  2780. SERIAL_PROTOCOLPGM(" ");
  2781. SERIAL_PROTOCOL_F(mbl.z_values[y][x], 5);
  2782. }
  2783. SERIAL_PROTOCOLPGM("\n");
  2784. }
  2785. */
  2786. // SERIAL_ECHOLNPGM("Upsample finished");
  2787. mbl.active = 1; //activate mesh bed leveling
  2788. // SERIAL_ECHOLNPGM("Mesh bed leveling activated");
  2789. go_home_with_z_lift();
  2790. // SERIAL_ECHOLNPGM("Go home finished");
  2791. //unretract (after PINDA preheat retraction)
  2792. if (((int)degHotend(active_extruder) > extrude_min_temp) && eeprom_read_byte((unsigned char *)EEPROM_TEMP_CAL_ACTIVE) && calibration_status_pinda() && (target_temperature_bed >= 50)) {
  2793. current_position[E_AXIS] += default_retraction;
  2794. plan_buffer_line_curposXYZE(400);
  2795. }
  2796. KEEPALIVE_STATE(NOT_BUSY);
  2797. // Restore custom message state
  2798. lcd_setstatuspgm(MSG_WELCOME);
  2799. custom_message_type = custom_message_type_old;
  2800. custom_message_state = custom_message_state_old;
  2801. lcd_update(2);
  2802. st_synchronize();
  2803. mesh_bed_leveling_flag = false;
  2804. }
  2805. void adjust_bed_reset()
  2806. {
  2807. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID, 1);
  2808. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_LEFT, 0);
  2809. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_RIGHT, 0);
  2810. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_FRONT, 0);
  2811. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_REAR, 0);
  2812. }
  2813. //! @brief Calibrate XYZ
  2814. //! @param onlyZ if true, calibrate only Z axis
  2815. //! @param verbosity_level
  2816. //! @retval true Succeeded
  2817. //! @retval false Failed
  2818. bool gcode_M45(bool onlyZ, int8_t verbosity_level)
  2819. {
  2820. bool final_result = false;
  2821. #ifdef TMC2130
  2822. FORCE_HIGH_POWER_START;
  2823. #endif // TMC2130
  2824. FORCE_BL_ON_START;
  2825. // Only Z calibration?
  2826. if (!onlyZ)
  2827. {
  2828. setTargetBed(0);
  2829. setAllTargetHotends(0);
  2830. adjust_bed_reset(); //reset bed level correction
  2831. }
  2832. // Disable the default update procedure of the display. We will do a modal dialog.
  2833. lcd_update_enable(false);
  2834. // Let the planner use the uncorrected coordinates.
  2835. mbl.reset();
  2836. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  2837. // the planner will not perform any adjustments in the XY plane.
  2838. // Wait for the motors to stop and update the current position with the absolute values.
  2839. world2machine_revert_to_uncorrected();
  2840. // Reset the baby step value applied without moving the axes.
  2841. babystep_reset();
  2842. // Mark all axes as in a need for homing.
  2843. memset(axis_known_position, 0, sizeof(axis_known_position));
  2844. // Home in the XY plane.
  2845. //set_destination_to_current();
  2846. int l_feedmultiply = setup_for_endstop_move();
  2847. lcd_display_message_fullscreen_P(_T(MSG_AUTO_HOME));
  2848. raise_z_above(MESH_HOME_Z_SEARCH);
  2849. home_xy();
  2850. enable_endstops(false);
  2851. current_position[X_AXIS] += 5;
  2852. current_position[Y_AXIS] += 5;
  2853. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  2854. st_synchronize();
  2855. // Let the user move the Z axes up to the end stoppers.
  2856. #ifdef TMC2130
  2857. if (calibrate_z_auto())
  2858. {
  2859. #else //TMC2130
  2860. if (lcd_calibrate_z_end_stop_manual(onlyZ))
  2861. {
  2862. #endif //TMC2130
  2863. lcd_show_fullscreen_message_and_wait_P(_T(MSG_CONFIRM_NOZZLE_CLEAN));
  2864. if(onlyZ){
  2865. lcd_display_message_fullscreen_P(_T(MSG_MEASURE_BED_REFERENCE_HEIGHT_LINE1));
  2866. lcd_puts_at_P(0,3,_n("1/9"));
  2867. }else{
  2868. //lcd_show_fullscreen_message_and_wait_P(_T(MSG_PAPER));
  2869. lcd_display_message_fullscreen_P(_T(MSG_FIND_BED_OFFSET_AND_SKEW_LINE1));
  2870. lcd_puts_at_P(0,3,_n("1/4"));
  2871. }
  2872. refresh_cmd_timeout();
  2873. #ifndef STEEL_SHEET
  2874. if (((degHotend(0) > MAX_HOTEND_TEMP_CALIBRATION) || (degBed() > MAX_BED_TEMP_CALIBRATION)) && (!onlyZ))
  2875. {
  2876. lcd_wait_for_cool_down();
  2877. }
  2878. #endif //STEEL_SHEET
  2879. if(!onlyZ)
  2880. {
  2881. KEEPALIVE_STATE(PAUSED_FOR_USER);
  2882. #ifdef STEEL_SHEET
  2883. uint8_t result = lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_STEEL_SHEET_CHECK), false);
  2884. if(result == LCD_LEFT_BUTTON_CHOICE) {
  2885. lcd_show_fullscreen_message_and_wait_P(_T(MSG_REMOVE_STEEL_SHEET));
  2886. }
  2887. #endif //STEEL_SHEET
  2888. lcd_show_fullscreen_message_and_wait_P(_T(MSG_PAPER));
  2889. KEEPALIVE_STATE(IN_HANDLER);
  2890. lcd_display_message_fullscreen_P(_T(MSG_FIND_BED_OFFSET_AND_SKEW_LINE1));
  2891. lcd_puts_at_P(0,3,_n("1/4"));
  2892. }
  2893. bool endstops_enabled = enable_endstops(false);
  2894. raise_z(-1);
  2895. // Move the print head close to the bed.
  2896. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2897. enable_endstops(true);
  2898. #ifdef TMC2130
  2899. tmc2130_home_enter(Z_AXIS_MASK);
  2900. #endif //TMC2130
  2901. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  2902. st_synchronize();
  2903. #ifdef TMC2130
  2904. tmc2130_home_exit();
  2905. #endif //TMC2130
  2906. enable_endstops(endstops_enabled);
  2907. if ((st_get_position_mm(Z_AXIS) <= (MESH_HOME_Z_SEARCH + HOME_Z_SEARCH_THRESHOLD)) &&
  2908. (st_get_position_mm(Z_AXIS) >= (MESH_HOME_Z_SEARCH - HOME_Z_SEARCH_THRESHOLD)))
  2909. {
  2910. if (onlyZ)
  2911. {
  2912. clean_up_after_endstop_move(l_feedmultiply);
  2913. // Z only calibration.
  2914. // Load the machine correction matrix
  2915. world2machine_initialize();
  2916. // and correct the current_position to match the transformed coordinate system.
  2917. world2machine_update_current();
  2918. //FIXME
  2919. bool result = sample_mesh_and_store_reference();
  2920. if (result)
  2921. {
  2922. if (calibration_status() == CALIBRATION_STATUS_Z_CALIBRATION)
  2923. {
  2924. // Shipped, the nozzle height has been set already. The user can start printing now.
  2925. calibration_status_store(CALIBRATION_STATUS_CALIBRATED);
  2926. }
  2927. final_result = true;
  2928. // babystep_apply();
  2929. }
  2930. }
  2931. else
  2932. {
  2933. // Reset the baby step value and the baby step applied flag.
  2934. calibration_status_store(CALIBRATION_STATUS_XYZ_CALIBRATION);
  2935. eeprom_update_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),0);
  2936. // Complete XYZ calibration.
  2937. uint8_t point_too_far_mask = 0;
  2938. BedSkewOffsetDetectionResultType result = find_bed_offset_and_skew(verbosity_level, point_too_far_mask);
  2939. clean_up_after_endstop_move(l_feedmultiply);
  2940. // Print head up.
  2941. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2942. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  2943. st_synchronize();
  2944. //#ifndef NEW_XYZCAL
  2945. if (result >= 0)
  2946. {
  2947. #ifdef HEATBED_V2
  2948. sample_z();
  2949. #else //HEATBED_V2
  2950. point_too_far_mask = 0;
  2951. // Second half: The fine adjustment.
  2952. // Let the planner use the uncorrected coordinates.
  2953. mbl.reset();
  2954. world2machine_reset();
  2955. // Home in the XY plane.
  2956. int l_feedmultiply = setup_for_endstop_move();
  2957. home_xy();
  2958. result = improve_bed_offset_and_skew(1, verbosity_level, point_too_far_mask);
  2959. clean_up_after_endstop_move(l_feedmultiply);
  2960. // Print head up.
  2961. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2962. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 40);
  2963. st_synchronize();
  2964. // if (result >= 0) babystep_apply();
  2965. #endif //HEATBED_V2
  2966. }
  2967. //#endif //NEW_XYZCAL
  2968. lcd_update_enable(true);
  2969. lcd_update(2);
  2970. lcd_bed_calibration_show_result(result, point_too_far_mask);
  2971. if (result >= 0)
  2972. {
  2973. #ifdef TEMP_MODEL
  2974. calibration_status_store(CALIBRATION_STATUS_TEMP_MODEL_CALIBRATION);
  2975. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) != 1) lcd_show_fullscreen_message_and_wait_P(_T(MSG_TM_NOT_CAL));
  2976. #else
  2977. // Calibration valid, the machine should be able to print. Advise the user to run the V2Calibration.gcode.
  2978. calibration_status_store(CALIBRATION_STATUS_LIVE_ADJUST);
  2979. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) != 1) lcd_show_fullscreen_message_and_wait_P(_T(MSG_BABYSTEP_Z_NOT_SET));
  2980. #endif //TEMP_MODEL
  2981. final_result = true;
  2982. }
  2983. }
  2984. #ifdef TMC2130
  2985. tmc2130_home_exit();
  2986. #endif
  2987. }
  2988. else
  2989. {
  2990. lcd_show_fullscreen_message_and_wait_P(PSTR("Calibration failed! Check the axes and run again."));
  2991. final_result = false;
  2992. }
  2993. }
  2994. else
  2995. {
  2996. // Timeouted.
  2997. }
  2998. lcd_update_enable(true);
  2999. #ifdef TMC2130
  3000. FORCE_HIGH_POWER_END;
  3001. #endif // TMC2130
  3002. FORCE_BL_ON_END;
  3003. return final_result;
  3004. }
  3005. void gcode_M114()
  3006. {
  3007. SERIAL_PROTOCOLPGM("X:");
  3008. SERIAL_PROTOCOL(current_position[X_AXIS]);
  3009. SERIAL_PROTOCOLPGM(" Y:");
  3010. SERIAL_PROTOCOL(current_position[Y_AXIS]);
  3011. SERIAL_PROTOCOLPGM(" Z:");
  3012. SERIAL_PROTOCOL(current_position[Z_AXIS]);
  3013. SERIAL_PROTOCOLPGM(" E:");
  3014. SERIAL_PROTOCOL(current_position[E_AXIS]);
  3015. SERIAL_PROTOCOLRPGM(_n(" Count X: "));////MSG_COUNT_X
  3016. SERIAL_PROTOCOL(float(st_get_position(X_AXIS)) / cs.axis_steps_per_unit[X_AXIS]);
  3017. SERIAL_PROTOCOLPGM(" Y:");
  3018. SERIAL_PROTOCOL(float(st_get_position(Y_AXIS)) / cs.axis_steps_per_unit[Y_AXIS]);
  3019. SERIAL_PROTOCOLPGM(" Z:");
  3020. SERIAL_PROTOCOL(float(st_get_position(Z_AXIS)) / cs.axis_steps_per_unit[Z_AXIS]);
  3021. SERIAL_PROTOCOLPGM(" E:");
  3022. SERIAL_PROTOCOLLN(float(st_get_position(E_AXIS)) / cs.axis_steps_per_unit[E_AXIS]);
  3023. }
  3024. #if (defined(FANCHECK) && (((defined(TACH_0) && (TACH_0 >-1)) || (defined(TACH_1) && (TACH_1 > -1)))))
  3025. void gcode_M123()
  3026. {
  3027. printf_P(_N("E0:%d RPM PRN1:%d RPM E0@:%u PRN1@:%d\n"), 60*fan_speed[active_extruder], 60*fan_speed[1], newFanSpeed, fanSpeed);
  3028. }
  3029. #endif //FANCHECK and TACH_0 or TACH_1
  3030. static void mmu_M600_wait_and_beep() {
  3031. // Beep and wait for user to remove old filament and prepare new filament for load
  3032. KEEPALIVE_STATE(PAUSED_FOR_USER);
  3033. int counterBeep = 0;
  3034. lcd_display_message_fullscreen_P(_i("Remove old filament and press the knob to start loading new filament.")); ////MSG_REMOVE_OLD_FILAMENT c=20 r=5
  3035. bool bFirst = true;
  3036. while (!lcd_clicked()) {
  3037. manage_heater();
  3038. manage_inactivity(true);
  3039. #if BEEPER > 0
  3040. if (counterBeep == 500) {
  3041. counterBeep = 0;
  3042. }
  3043. SET_OUTPUT(BEEPER);
  3044. if (counterBeep == 0) {
  3045. if ((eSoundMode == e_SOUND_MODE_BLIND) || (eSoundMode == e_SOUND_MODE_LOUD) || ((eSoundMode == e_SOUND_MODE_ONCE) && bFirst)) {
  3046. bFirst = false;
  3047. WRITE(BEEPER, HIGH);
  3048. }
  3049. }
  3050. if (counterBeep == 20) {
  3051. WRITE(BEEPER, LOW);
  3052. }
  3053. counterBeep++;
  3054. #endif // BEEPER > 0
  3055. delay_keep_alive(4);
  3056. }
  3057. WRITE(BEEPER, LOW);
  3058. }
  3059. /**
  3060. * @brief Handling of unload when using MMU with M600
  3061. * A fullscreen message showing "Unloading Filament x"
  3062. * should be shown on the LCD and LCD updates should be
  3063. * are disabled in the meantime.
  3064. */
  3065. static void mmu_M600_unload_filament() {
  3066. if (MMU2::mmu2.get_current_tool() == (uint8_t)MMU2::FILAMENT_UNKNOWN) return;
  3067. lcd_update_enable(false);
  3068. lcd_clear();
  3069. lcd_puts_at_P(0, 1, _T(MSG_UNLOADING_FILAMENT));
  3070. lcd_print(' ');
  3071. lcd_print(MMU2::mmu2.get_current_tool() + 1);
  3072. // unload just current filament for multimaterial printers (used also in M702)
  3073. MMU2::mmu2.unload();
  3074. lcd_update_enable(true);
  3075. }
  3076. /// @brief load filament for mmu v2
  3077. /// @par nozzle_temp nozzle temperature to load filament
  3078. static void mmu_M600_load_filament(bool automatic, float nozzle_temp) {
  3079. uint8_t slot;
  3080. if (automatic) {
  3081. slot = SpoolJoin::spooljoin.nextSlot();
  3082. } else {
  3083. // Only ask for the slot if automatic/SpoolJoin is off
  3084. slot = choose_menu_P(_T(MSG_SELECT_EXTRUDER), _T(MSG_EXTRUDER));
  3085. }
  3086. setTargetHotend(nozzle_temp, active_extruder);
  3087. MMU2::mmu2.load_filament_to_nozzle(slot);
  3088. load_filament_final_feed(); // @@TODO verify
  3089. st_synchronize();
  3090. }
  3091. static void gcode_M600(bool automatic, float x_position, float y_position, float z_shift, float e_shift, float /*e_shift_late*/) {
  3092. st_synchronize();
  3093. float lastpos[4];
  3094. prusa_statistics(22);
  3095. //First backup current position and settings
  3096. int feedmultiplyBckp = feedmultiply;
  3097. float HotendTempBckp = degTargetHotend(active_extruder);
  3098. int fanSpeedBckp = fanSpeed;
  3099. memcpy(lastpos, current_position, sizeof(lastpos));
  3100. // Turn off the fan
  3101. fanSpeed = 0;
  3102. // Retract E
  3103. current_position[E_AXIS] += e_shift;
  3104. plan_buffer_line_curposXYZE(FILAMENTCHANGE_RFEED);
  3105. st_synchronize();
  3106. // Raise the Z axis
  3107. raise_z(z_shift);
  3108. // Move XY to side
  3109. current_position[X_AXIS] = x_position;
  3110. current_position[Y_AXIS] = y_position;
  3111. plan_buffer_line_curposXYZE(FILAMENTCHANGE_XYFEED);
  3112. st_synchronize();
  3113. // Beep, manage nozzle heater and wait for user to start unload filament
  3114. if (!MMU2::mmu2.Enabled())
  3115. M600_wait_for_user(HotendTempBckp);
  3116. // Unload filament
  3117. if (MMU2::mmu2.Enabled())
  3118. mmu_M600_unload_filament();
  3119. else
  3120. unload_filament(FILAMENTCHANGE_FINALRETRACT);
  3121. st_synchronize(); // finish moves
  3122. {
  3123. FSensorBlockRunout fsBlockRunout;
  3124. if (!MMU2::mmu2.Enabled())
  3125. {
  3126. KEEPALIVE_STATE(PAUSED_FOR_USER);
  3127. uint8_t choice =
  3128. lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Was filament unload successful?"), false, LCD_LEFT_BUTTON_CHOICE); ////MSG_UNLOAD_SUCCESSFUL c=20 r=2
  3129. if (choice == LCD_MIDDLE_BUTTON_CHOICE) {
  3130. lcd_clear();
  3131. lcd_puts_at_P(0, 2, _T(MSG_PLEASE_WAIT));
  3132. current_position[X_AXIS] -= 100;
  3133. plan_buffer_line_curposXYZE(FILAMENTCHANGE_XYFEED);
  3134. st_synchronize();
  3135. lcd_show_fullscreen_message_and_wait_P(_i("Please open idler and remove filament manually.")); ////MSG_CHECK_IDLER c=20 r=5
  3136. }
  3137. M600_load_filament();
  3138. }
  3139. else // MMU is enabled
  3140. {
  3141. if (!automatic) {
  3142. if (saved_printing){
  3143. // if M600 was invoked by filament senzor (FINDA) eject filament so user can easily remove it
  3144. MMU2::mmu2.eject_filament(MMU2::mmu2.get_current_tool(), false);
  3145. }
  3146. mmu_M600_wait_and_beep();
  3147. if (saved_printing) {
  3148. lcd_clear();
  3149. lcd_puts_at_P(0, 2, _T(MSG_PLEASE_WAIT));
  3150. //@@TODO mmu_command(MmuCmd::R0);
  3151. // manage_response(false, false);
  3152. }
  3153. }
  3154. mmu_M600_load_filament(automatic, HotendTempBckp);
  3155. }
  3156. if (!automatic)
  3157. M600_check_state(HotendTempBckp);
  3158. lcd_update_enable(true);
  3159. // Not let's go back to print
  3160. fanSpeed = fanSpeedBckp;
  3161. // Feed a little of filament to stabilize pressure
  3162. if (!automatic) {
  3163. current_position[E_AXIS] += FILAMENTCHANGE_RECFEED;
  3164. plan_buffer_line_curposXYZE(FILAMENTCHANGE_EXFEED);
  3165. }
  3166. // Move XY back
  3167. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], FILAMENTCHANGE_XYFEED, active_extruder);
  3168. st_synchronize();
  3169. // Move Z back
  3170. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], current_position[E_AXIS], FILAMENTCHANGE_ZFEED, active_extruder);
  3171. st_synchronize();
  3172. // Set E position to original
  3173. plan_set_e_position(lastpos[E_AXIS]);
  3174. memcpy(current_position, lastpos, sizeof(lastpos));
  3175. set_destination_to_current();
  3176. // Recover feed rate
  3177. feedmultiply = feedmultiplyBckp;
  3178. char cmd[9];
  3179. sprintf_P(cmd, PSTR("M220 S%i"), feedmultiplyBckp);
  3180. enquecommand(cmd);
  3181. }
  3182. lcd_setstatuspgm(MSG_WELCOME);
  3183. custom_message_type = CustomMsg::Status;
  3184. }
  3185. void gcode_M701(float fastLoadLength, uint8_t mmuSlotIndex){
  3186. FSensorBlockRunout fsBlockRunout;
  3187. prusa_statistics(22);
  3188. if (MMU2::mmu2.Enabled() && mmuSlotIndex < MMU_FILAMENT_COUNT) {
  3189. MMU2::mmu2.load_filament_to_nozzle(mmuSlotIndex);
  3190. } else {
  3191. custom_message_type = CustomMsg::FilamentLoading;
  3192. lcd_setstatuspgm(_T(MSG_LOADING_FILAMENT));
  3193. current_position[E_AXIS] += fastLoadLength;
  3194. plan_buffer_line_curposXYZE(FILAMENTCHANGE_EFEED_FIRST); //fast sequence
  3195. load_filament_final_feed(); // slow sequence
  3196. st_synchronize();
  3197. Sound_MakeCustom(50, 500, false);
  3198. if (!farm_mode && loading_flag) {
  3199. lcd_load_filament_color_check();
  3200. }
  3201. lcd_update_enable(true);
  3202. lcd_update(2);
  3203. lcd_setstatuspgm(MSG_WELCOME);
  3204. loading_flag = false;
  3205. custom_message_type = CustomMsg::Status;
  3206. }
  3207. eFilamentAction = FilamentAction::None;
  3208. }
  3209. // Common gcode shared by the gcodes. This saves some flash memory
  3210. static void gcodes_M704_M705_M706(uint16_t gcode)
  3211. {
  3212. uint8_t mmuSlotIndex = 0xffU;
  3213. if (MMU2::mmu2.Enabled() && code_seen('P'))
  3214. {
  3215. mmuSlotIndex = code_value_uint8();
  3216. if (mmuSlotIndex < MMU_FILAMENT_COUNT) {
  3217. switch (gcode)
  3218. {
  3219. case 704:
  3220. MMU2::mmu2.load_filament(mmuSlotIndex);
  3221. break;
  3222. case 705:
  3223. MMU2::mmu2.eject_filament(mmuSlotIndex, false);
  3224. break;
  3225. case 706:
  3226. #ifdef MMU_HAS_CUTTER
  3227. if (eeprom_read_byte((uint8_t*)EEPROM_MMU_CUTTER_ENABLED) != 0){
  3228. MMU2::mmu2.cut_filament(mmuSlotIndex);
  3229. }
  3230. #endif // MMU_HAS_CUTTER
  3231. break;
  3232. default:
  3233. break;
  3234. }
  3235. }
  3236. }
  3237. }
  3238. /**
  3239. * @brief Get serial number from 32U2 processor
  3240. *
  3241. * Typical format of S/N is:CZPX0917X003XC13518
  3242. *
  3243. * Send command ;S to serial port 0 to retrieve serial number stored in 32U2 processor,
  3244. * reply is stored in *SN.
  3245. * Operation takes typically 23 ms. If no valid SN can be retrieved within the 250ms window, the function aborts
  3246. * and returns a general failure flag.
  3247. * The command will fail if the 32U2 processor is unpowered via USB since it is isolated from the rest of the electronics.
  3248. * In that case the value that is stored in the EEPROM should be used instead.
  3249. *
  3250. * @return 0 on success
  3251. * @return 1 on general failure
  3252. */
  3253. #ifdef PRUSA_SN_SUPPORT
  3254. static uint8_t get_PRUSA_SN(char* SN)
  3255. {
  3256. uint8_t selectedSerialPort_bak = selectedSerialPort;
  3257. uint8_t rxIndex;
  3258. bool SN_valid = false;
  3259. ShortTimer timeout;
  3260. selectedSerialPort = 0;
  3261. timeout.start();
  3262. while (!SN_valid)
  3263. {
  3264. rxIndex = 0;
  3265. _delay(50);
  3266. MYSERIAL.flush(); //clear RX buffer
  3267. SERIAL_ECHOLNRPGM(PSTR(";S"));
  3268. while (rxIndex < 19)
  3269. {
  3270. if (timeout.expired(250u))
  3271. goto exit;
  3272. if (MYSERIAL.available() > 0)
  3273. {
  3274. SN[rxIndex] = MYSERIAL.read();
  3275. rxIndex++;
  3276. }
  3277. }
  3278. SN[rxIndex] = 0;
  3279. // printf_P(PSTR("SN:%s\n"), SN);
  3280. SN_valid = (strncmp_P(SN, PSTR("CZPX"), 4) == 0);
  3281. }
  3282. exit:
  3283. selectedSerialPort = selectedSerialPort_bak;
  3284. return !SN_valid;
  3285. }
  3286. #endif //PRUSA_SN_SUPPORT
  3287. //! Detection of faulty RAMBo 1.1b boards equipped with bigger capacitors
  3288. //! at the TACH_1 pin, which causes bad detection of print fan speed.
  3289. //! Warning: This function is not to be used by ordinary users, it is here only for automated testing purposes,
  3290. //! it may even interfere with other functions of the printer! You have been warned!
  3291. //! The test idea is to measure the time necessary to charge the capacitor.
  3292. //! So the algorithm is as follows:
  3293. //! 1. Set TACH_1 pin to INPUT mode and LOW
  3294. //! 2. Wait a few ms
  3295. //! 3. disable interrupts and measure the time until the TACH_1 pin reaches HIGH
  3296. //! Repeat 1.-3. several times
  3297. //! Good RAMBo's times are in the range of approx. 260-320 us
  3298. //! Bad RAMBo's times are approx. 260-1200 us
  3299. //! So basically we are interested in maximum time, the minima are mostly the same.
  3300. //! May be that's why the bad RAMBo's still produce some fan RPM reading, but not corresponding to reality
  3301. static void gcode_PRUSA_BadRAMBoFanTest(){
  3302. //printf_P(PSTR("Enter fan pin test\n"));
  3303. #if !defined(DEBUG_DISABLE_FANCHECK) && defined(FANCHECK) && defined(TACH_1) && TACH_1 >-1
  3304. fan_measuring = false; // prevent EXTINT7 breaking into the measurement
  3305. unsigned long tach1max = 0;
  3306. uint8_t tach1cntr = 0;
  3307. for( /* nothing */; tach1cntr < 100; ++tach1cntr){
  3308. //printf_P(PSTR("TACH_1: %d\n"), tach1cntr);
  3309. SET_OUTPUT(TACH_1);
  3310. WRITE(TACH_1, LOW);
  3311. _delay(20); // the delay may be lower
  3312. unsigned long tachMeasure = _micros();
  3313. cli();
  3314. SET_INPUT(TACH_1);
  3315. // just wait brutally in an endless cycle until we reach HIGH
  3316. // if this becomes a problem it may be improved to non-endless cycle
  3317. while( READ(TACH_1) == 0 ) ;
  3318. sei();
  3319. tachMeasure = _micros() - tachMeasure;
  3320. if( tach1max < tachMeasure )
  3321. tach1max = tachMeasure;
  3322. //printf_P(PSTR("TACH_1: %d: capacitor check time=%lu us\n"), (int)tach1cntr, tachMeasure);
  3323. }
  3324. //printf_P(PSTR("TACH_1: max=%lu us\n"), tach1max);
  3325. SERIAL_PROTOCOLPGM("RAMBo FAN ");
  3326. if( tach1max > 500 ){
  3327. // bad RAMBo
  3328. SERIAL_PROTOCOLLNPGM("BAD");
  3329. } else {
  3330. SERIAL_PROTOCOLLNPGM("OK");
  3331. }
  3332. // cleanup after the test function
  3333. SET_INPUT(TACH_1);
  3334. WRITE(TACH_1, HIGH);
  3335. #endif
  3336. }
  3337. // G92 - Set current position to coordinates given
  3338. static void gcode_G92()
  3339. {
  3340. bool codes[NUM_AXIS];
  3341. float values[NUM_AXIS];
  3342. // Check which axes need to be set
  3343. for(uint8_t i = 0; i < NUM_AXIS; ++i)
  3344. {
  3345. codes[i] = code_seen(axis_codes[i]);
  3346. if(codes[i])
  3347. values[i] = code_value();
  3348. }
  3349. if((codes[E_AXIS] && values[E_AXIS] == 0) &&
  3350. (!codes[X_AXIS] && !codes[Y_AXIS] && !codes[Z_AXIS]))
  3351. {
  3352. // As a special optimization, when _just_ clearing the E position
  3353. // we schedule a flag asynchronously along with the next block to
  3354. // reset the starting E position instead of stopping the planner
  3355. current_position[E_AXIS] = 0;
  3356. plan_reset_next_e();
  3357. }
  3358. else
  3359. {
  3360. // In any other case we're forced to synchronize
  3361. st_synchronize();
  3362. for(uint8_t i = 0; i < 3; ++i)
  3363. {
  3364. if(codes[i])
  3365. current_position[i] = values[i] + cs.add_homing[i];
  3366. }
  3367. if(codes[E_AXIS])
  3368. current_position[E_AXIS] = values[E_AXIS];
  3369. // Set all at once
  3370. plan_set_position_curposXYZE();
  3371. }
  3372. }
  3373. #ifdef EXTENDED_CAPABILITIES_REPORT
  3374. static void cap_line(const char* name, bool ena = false) {
  3375. printf_P(PSTR("Cap:%S:%c\n"), name, (char)ena + '0');
  3376. }
  3377. static void extended_capabilities_report()
  3378. {
  3379. // AUTOREPORT_TEMP (M155)
  3380. cap_line(PSTR("AUTOREPORT_TEMP"), ENABLED(AUTO_REPORT));
  3381. #if (defined(FANCHECK) && (((defined(TACH_0) && (TACH_0 >-1)) || (defined(TACH_1) && (TACH_1 > -1)))))
  3382. // AUTOREPORT_FANS (M123)
  3383. cap_line(PSTR("AUTOREPORT_FANS"), ENABLED(AUTO_REPORT));
  3384. #endif //FANCHECK and TACH_0 or TACH_1
  3385. // AUTOREPORT_POSITION (M114)
  3386. cap_line(PSTR("AUTOREPORT_POSITION"), ENABLED(AUTO_REPORT));
  3387. // EXTENDED_M20 (support for L and T parameters)
  3388. cap_line(PSTR("EXTENDED_M20"), 1);
  3389. cap_line(PSTR("PRUSA_MMU2"), 1); //this will soon change to ENABLED(PRUSA_MMU2_SUPPORT)
  3390. }
  3391. #endif //EXTENDED_CAPABILITIES_REPORT
  3392. #ifdef BACKLASH_X
  3393. extern uint8_t st_backlash_x;
  3394. #endif //BACKLASH_X
  3395. #ifdef BACKLASH_Y
  3396. extern uint8_t st_backlash_y;
  3397. #endif //BACKLASH_Y
  3398. //! \ingroup marlin_main
  3399. //! @brief Parse and process commands
  3400. //!
  3401. //! look here for descriptions of G-codes: https://reprap.org/wiki/G-code
  3402. //!
  3403. //!
  3404. //! Implemented Codes
  3405. //! -------------------
  3406. //!
  3407. //! * _This list is not updated. Current documentation is maintained inside the process_cmd function._
  3408. //!
  3409. //!@n PRUSA CODES
  3410. //!@n P F - Returns FW versions
  3411. //!@n P R - Returns revision of printer
  3412. //!
  3413. //!@n G0 -> G1
  3414. //!@n G1 - Coordinated Movement X Y Z E
  3415. //!@n G2 - CW ARC
  3416. //!@n G3 - CCW ARC
  3417. //!@n G4 - Dwell S<seconds> or P<milliseconds>
  3418. //!@n G10 - retract filament according to settings of M207
  3419. //!@n G11 - retract recover filament according to settings of M208
  3420. //!@n G28 - Home all Axes
  3421. //!@n G29 - Detailed Z-Probe, probes the bed at 3 or more points. Will fail if you haven't homed yet.
  3422. //!@n G30 - Single Z Probe, probes bed at current XY location.
  3423. //!@n G31 - Dock sled (Z_PROBE_SLED only)
  3424. //!@n G32 - Undock sled (Z_PROBE_SLED only)
  3425. //!@n G80 - Automatic mesh bed leveling
  3426. //!@n G81 - Print bed profile
  3427. //!@n G90 - Use Absolute Coordinates
  3428. //!@n G91 - Use Relative Coordinates
  3429. //!@n G92 - Set current position to coordinates given
  3430. //!
  3431. //!@n M Codes
  3432. //!@n M0 - Unconditional stop - Wait for user to press a button on the LCD
  3433. //!@n M1 - Same as M0
  3434. //!@n M17 - Enable/Power all stepper motors
  3435. //!@n M18 - Disable all stepper motors; same as M84
  3436. //!@n M20 - List SD card
  3437. //!@n M21 - Init SD card
  3438. //!@n M22 - Release SD card
  3439. //!@n M23 - Select SD file (M23 filename.g)
  3440. //!@n M24 - Start/resume SD print
  3441. //!@n M25 - Pause SD print
  3442. //!@n M26 - Set SD position in bytes (M26 S12345)
  3443. //!@n M27 - Report SD print status
  3444. //!@n M28 - Start SD write (M28 filename.g)
  3445. //!@n M29 - Stop SD write
  3446. //!@n M30 - Delete file from SD (M30 filename.g)
  3447. //!@n M31 - Output time since last M109 or SD card start to serial
  3448. //!@n M32 - Select file and start SD print (Can be used _while_ printing from SD card files):
  3449. //! syntax "M32 /path/filename#", or "M32 S<startpos bytes> !filename#"
  3450. //! Call gcode file : "M32 P !filename#" and return to caller file after finishing (similar to #include).
  3451. //! The '#' is necessary when calling from within sd files, as it stops buffer prereading
  3452. //!@n M42 - Change pin status via gcode Use M42 Px Sy to set pin x to value y, when omitting Px the onboard led will be used.
  3453. //!@n M73 - Show percent done and print time remaining
  3454. //!@n M80 - Turn on Power Supply
  3455. //!@n M81 - Turn off Power Supply
  3456. //!@n M82 - Set E codes absolute (default)
  3457. //!@n M83 - Set E codes relative while in Absolute Coordinates (G90) mode
  3458. //!@n M84 - Disable steppers until next move,
  3459. //! or use S<seconds> to specify an inactivity timeout, after which the steppers will be disabled. S0 to disable the timeout.
  3460. //!@n M85 - Set inactivity shutdown timer with parameter S<seconds>. To disable set zero (default)
  3461. //!@n M86 - Set safety timer expiration time with parameter S<seconds>; M86 S0 will disable safety timer
  3462. //!@n M92 - Set axis_steps_per_unit - same syntax as G92
  3463. //!@n M104 - Set extruder target temp
  3464. //!@n M105 - Read current temp
  3465. //!@n M106 - Fan on
  3466. //!@n M107 - Fan off
  3467. //!@n M109 - Sxxx Wait for extruder current temp to reach target temp. Waits only when heating
  3468. //! Rxxx Wait for extruder current temp to reach target temp. Waits when heating and cooling
  3469. //! IF AUTOTEMP is enabled, S<mintemp> B<maxtemp> F<factor>. Exit autotemp by any M109 without F
  3470. //!@n M112 - Emergency stop
  3471. //!@n M113 - Get or set the timeout interval for Host Keepalive "busy" messages
  3472. //!@n M114 - Output current position to serial port
  3473. //!@n M115 - Capabilities string
  3474. //!@n M117 - display message
  3475. //!@n M119 - Output Endstop status to serial port
  3476. //!@n M123 - Tachometer value
  3477. //!@n M126 - Solenoid Air Valve Open (BariCUDA support by jmil)
  3478. //!@n M127 - Solenoid Air Valve Closed (BariCUDA vent to atmospheric pressure by jmil)
  3479. //!@n M128 - EtoP Open (BariCUDA EtoP = electricity to air pressure transducer by jmil)
  3480. //!@n M129 - EtoP Closed (BariCUDA EtoP = electricity to air pressure transducer by jmil)
  3481. //!@n M140 - Set bed target temp
  3482. //!@n M150 - Set BlinkM Color Output R: Red<0-255> U(!): Green<0-255> B: Blue<0-255> over i2c, G for green does not work.
  3483. //!@n M155 - Automatically send temperatures, fan speeds, position
  3484. //!@n M190 - Sxxx Wait for bed current temp to reach target temp. Waits only when heating
  3485. //! Rxxx Wait for bed current temp to reach target temp. Waits when heating and cooling
  3486. //!@n M200 D<millimeters>- set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).
  3487. //!@n M201 - Set max acceleration in units/s^2 for print moves (M201 X1000 Y1000)
  3488. //!@n M202 - Set max acceleration in units/s^2 for travel moves (M202 X1000 Y1000) Unused in Marlin!!
  3489. //!@n M203 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
  3490. //!@n M204 - Set default acceleration: S normal moves T filament only moves (M204 S3000 T7000) in mm/sec^2 also sets minimum segment time in ms (B20000) to prevent buffer under-runs and M20 minimum feedrate
  3491. //!@n M205 - advanced settings: minimum travel speed S=while printing T=travel only, B=minimum segment time X= maximum xy jerk, Z=maximum Z jerk, E=maximum E jerk
  3492. //!@n M206 - set additional homing offset
  3493. //!@n M207 - set retract length S[positive mm] F[feedrate mm/min] Z[additional zlift/hop], stays in mm regardless of M200 setting
  3494. //!@n M208 - set recover=unretract length S[positive mm surplus to the M207 S*] F[feedrate mm/sec]
  3495. //!@n M209 - S<1=true/0=false> enable automatic retract detect if the slicer did not support G10/11: every normal extrude-only move will be classified as retract depending on the direction.
  3496. //!@n M214 - Set Arc Parameters (Use M500 to store in eeprom) P<MM_PER_ARC_SEGMENT> S<MIN_MM_PER_ARC_SEGMENT> R<MIN_ARC_SEGMENTS> F<ARC_SEGMENTS_PER_SEC>
  3497. //!@n M218 - set hotend offset (in mm): T<extruder_number> X<offset_on_X> Y<offset_on_Y>
  3498. //!@n M220 S<factor in percent>- set speed factor override percentage
  3499. //!@n M221 S<factor in percent>- set extrude factor override percentage
  3500. //!@n M226 P<pin number> S<pin state>- Wait until the specified pin reaches the state required
  3501. //!@n M240 - Trigger a camera to take a photograph
  3502. //!@n M250 - Set LCD contrast C<contrast value> (value 0..63)
  3503. //!@n M280 - set servo position absolute. P: servo index, S: angle or microseconds
  3504. //!@n M300 - Play beep sound S<frequency Hz> P<duration ms>
  3505. //!@n M301 - Set PID parameters P I and D
  3506. //!@n M302 - Allow cold extrudes, or set the minimum extrude S<temperature>.
  3507. //!@n M303 - PID relay autotune S<temperature> sets the target temperature. (default target temperature = 150C)
  3508. //!@n M304 - Set bed PID parameters P I and D
  3509. //!@n M310 - Temperature model settings
  3510. //!@n M400 - Finish all moves
  3511. //!@n M401 - Lower z-probe if present
  3512. //!@n M402 - Raise z-probe if present
  3513. //!@n M404 - N<dia in mm> Enter the nominal filament width (3mm, 1.75mm ) or will display nominal filament width without parameters
  3514. //!@n M405 - Turn on Filament Sensor extrusion control. Optional D<delay in cm> to set delay in centimeters between sensor and extruder
  3515. //!@n M406 - Turn off Filament Sensor extrusion control
  3516. //!@n M407 - Displays measured filament diameter
  3517. //!@n M500 - stores parameters in EEPROM
  3518. //!@n M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
  3519. //!@n M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
  3520. //!@n M503 - print the current settings (from memory not from EEPROM)
  3521. //!@n M509 - force language selection on next restart
  3522. //!@n M540 - Use S[0|1] to enable or disable the stop SD card print on endstop hit (requires ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
  3523. //!@n M552 - Set IP address
  3524. //!@n M600 - Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
  3525. //!@n M605 - Set dual x-carriage movement mode: S<mode> [ X<duplication x-offset> R<duplication temp offset> ]
  3526. //!@n M860 - Wait for PINDA thermistor to reach target temperature.
  3527. //!@n M861 - Set / Read PINDA temperature compensation offsets
  3528. //!@n M900 - Set LIN_ADVANCE options, if enabled. See Configuration_adv.h for details.
  3529. //!@n M907 - Set digital trimpot motor current using axis codes.
  3530. //!@n M908 - Control digital trimpot directly.
  3531. //!@n M350 - Set microstepping mode.
  3532. //!@n M351 - Toggle MS1 MS2 pins directly.
  3533. //!
  3534. //!@n M928 - Start SD logging (M928 filename.g) - ended by M29
  3535. //!@n M999 - Restart after being stopped by error
  3536. //! <br><br>
  3537. /** @defgroup marlin_main Marlin main */
  3538. /** \ingroup GCodes */
  3539. //! _This is a list of currently implemented G Codes in Prusa firmware (dynamically generated from doxygen)._
  3540. /**
  3541. They are shown in order of appearance in the code.
  3542. There are reasons why some G Codes aren't in numerical order.
  3543. */
  3544. void process_commands()
  3545. {
  3546. if (!buflen) return; //empty command
  3547. #ifdef CMDBUFFER_DEBUG
  3548. SERIAL_ECHOPGM("Processing a GCODE command: ");
  3549. SERIAL_ECHO(cmdbuffer+bufindr+CMDHDRSIZE);
  3550. SERIAL_ECHOLNPGM("");
  3551. SERIAL_ECHOPGM("In cmdqueue: ");
  3552. SERIAL_ECHO(buflen);
  3553. SERIAL_ECHOLNPGM("");
  3554. #endif /* CMDBUFFER_DEBUG */
  3555. unsigned long codenum; //throw away variable
  3556. char *starpos = NULL;
  3557. #ifdef ENABLE_AUTO_BED_LEVELING
  3558. float x_tmp, y_tmp, z_tmp, real_z;
  3559. #endif
  3560. // PRUSA GCODES
  3561. KEEPALIVE_STATE(IN_HANDLER);
  3562. /*!
  3563. ---------------------------------------------------------------------------------
  3564. ### M117 - Display Message <a href="https://reprap.org/wiki/G-code#M117:_Display_Message">M117: Display Message</a>
  3565. This causes the given message to be shown in the status line on an attached LCD.
  3566. It is processed early as to allow printing messages that contain G, M, N or T.
  3567. ---------------------------------------------------------------------------------
  3568. ### Special internal commands
  3569. These are used by internal functions to process certain actions in the right order. Some of these are also usable by the user.
  3570. They are processed early as the commands are complex (strings).
  3571. These are only available on the MK3(S) as these require TMC2130 drivers:
  3572. - CRASH DETECTED
  3573. - CRASH RECOVER
  3574. - CRASH_CANCEL
  3575. - TMC_SET_WAVE
  3576. - TMC_SET_STEP
  3577. - TMC_SET_CHOP
  3578. */
  3579. if (code_seen_P(PSTR("M117"))) //moved to highest priority place to be able to to print strings which includes "G", "PRUSA" and "^"
  3580. {
  3581. starpos = (strchr(strchr_pointer + 5, '*'));
  3582. if (starpos != NULL)
  3583. *(starpos) = '\0';
  3584. lcd_setstatus(strchr_pointer + 5);
  3585. custom_message_type = CustomMsg::M117;
  3586. }
  3587. /*!
  3588. ### M0, M1 - Stop the printer <a href="https://reprap.org/wiki/G-code#M0:_Stop_or_Unconditional_stop">M0: Stop or Unconditional stop</a>
  3589. #### Usage
  3590. M0 [P<ms<] [S<sec>] [string]
  3591. M1 [P<ms>] [S<sec>] [string]
  3592. #### Parameters
  3593. - `P<ms>` - Expire time, in milliseconds
  3594. - `S<sec>` - Expire time, in seconds
  3595. - `string` - Must for M1 and optional for M0 message to display on the LCD
  3596. */
  3597. else if (code_seen_P(PSTR("M0")) || code_seen_P(PSTR("M1 "))) {// M0 and M1 - (Un)conditional stop - Wait for user button press on LCD
  3598. const char *src = strchr_pointer + 2;
  3599. codenum = 0;
  3600. bool hasP = false, hasS = false;
  3601. if (code_seen('P')) {
  3602. codenum = code_value_long(); // milliseconds to wait
  3603. hasP = codenum > 0;
  3604. }
  3605. if (code_seen('S')) {
  3606. codenum = code_value_long() * 1000; // seconds to wait
  3607. hasS = codenum > 0;
  3608. }
  3609. starpos = strchr(src, '*');
  3610. if (starpos != NULL) *(starpos) = '\0';
  3611. while (*src == ' ') ++src;
  3612. custom_message_type = CustomMsg::M0Wait;
  3613. if (!hasP && !hasS && *src != '\0') {
  3614. lcd_setstatus(src);
  3615. } else {
  3616. // farmers want to abuse a bug from the previous firmware releases
  3617. // - they need to see the filename on the status screen instead of "Wait for user..."
  3618. // So we won't update the message in farm mode...
  3619. if( ! farm_mode){
  3620. LCD_MESSAGERPGM(_i("Wait for user..."));////MSG_USERWAIT c=20
  3621. } else {
  3622. custom_message_type = CustomMsg::Status; // let the lcd display the name of the printed G-code file in farm mode
  3623. }
  3624. }
  3625. lcd_ignore_click(); //call lcd_ignore_click also for else ???
  3626. st_synchronize();
  3627. previous_millis_cmd.start();
  3628. if (codenum > 0 ) {
  3629. codenum += _millis(); // keep track of when we started waiting
  3630. KEEPALIVE_STATE(PAUSED_FOR_USER);
  3631. while(_millis() < codenum && !lcd_clicked()) {
  3632. manage_heater();
  3633. manage_inactivity(true);
  3634. lcd_update(0);
  3635. }
  3636. KEEPALIVE_STATE(IN_HANDLER);
  3637. lcd_ignore_click(false);
  3638. } else {
  3639. marlin_wait_for_click();
  3640. }
  3641. if (IS_SD_PRINTING)
  3642. custom_message_type = CustomMsg::Status;
  3643. else
  3644. LCD_MESSAGERPGM(MSG_WELCOME);
  3645. }
  3646. #ifdef TMC2130
  3647. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("CRASH_"), 6) == 0)
  3648. {
  3649. // ### CRASH_DETECTED - TMC2130
  3650. // ---------------------------------
  3651. if(code_seen_P(PSTR("CRASH_DETECTED")))
  3652. {
  3653. uint8_t mask = 0;
  3654. if (code_seen('X')) mask |= X_AXIS_MASK;
  3655. if (code_seen('Y')) mask |= Y_AXIS_MASK;
  3656. crashdet_detected(mask);
  3657. }
  3658. // ### CRASH_RECOVER - TMC2130
  3659. // ----------------------------------
  3660. else if(code_seen_P(PSTR("CRASH_RECOVER")))
  3661. crashdet_recover();
  3662. // ### CRASH_CANCEL - TMC2130
  3663. // ----------------------------------
  3664. else if(code_seen_P(PSTR("CRASH_CANCEL")))
  3665. crashdet_cancel();
  3666. }
  3667. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("TMC_"), 4) == 0)
  3668. {
  3669. // ### TMC_SET_WAVE_
  3670. // --------------------
  3671. if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_WAVE_"), 9) == 0)
  3672. {
  3673. uint8_t axis = *(CMDBUFFER_CURRENT_STRING + 13);
  3674. axis = (axis == 'E')?3:(axis - 'X');
  3675. if (axis < 4)
  3676. {
  3677. uint8_t fac = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, NULL, 10);
  3678. tmc2130_set_wave(axis, 247, fac);
  3679. }
  3680. }
  3681. // ### TMC_SET_STEP_
  3682. // ------------------
  3683. else if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_STEP_"), 9) == 0)
  3684. {
  3685. uint8_t axis = *(CMDBUFFER_CURRENT_STRING + 13);
  3686. axis = (axis == 'E')?3:(axis - 'X');
  3687. if (axis < 4)
  3688. {
  3689. uint8_t step = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, NULL, 10);
  3690. uint16_t res = tmc2130_get_res(axis);
  3691. tmc2130_goto_step(axis, step & (4*res - 1), 2, 1000, res);
  3692. }
  3693. }
  3694. // ### TMC_SET_CHOP_
  3695. // -------------------
  3696. else if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_CHOP_"), 9) == 0)
  3697. {
  3698. uint8_t axis = *(CMDBUFFER_CURRENT_STRING + 13);
  3699. axis = (axis == 'E')?3:(axis - 'X');
  3700. if (axis < 4)
  3701. {
  3702. uint8_t chop0 = tmc2130_chopper_config[axis].toff;
  3703. uint8_t chop1 = tmc2130_chopper_config[axis].hstr;
  3704. uint8_t chop2 = tmc2130_chopper_config[axis].hend;
  3705. uint8_t chop3 = tmc2130_chopper_config[axis].tbl;
  3706. char* str_end = 0;
  3707. if (CMDBUFFER_CURRENT_STRING[14])
  3708. {
  3709. chop0 = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, &str_end, 10) & 15;
  3710. if (str_end && *str_end)
  3711. {
  3712. chop1 = (uint8_t)strtol(str_end, &str_end, 10) & 7;
  3713. if (str_end && *str_end)
  3714. {
  3715. chop2 = (uint8_t)strtol(str_end, &str_end, 10) & 15;
  3716. if (str_end && *str_end)
  3717. chop3 = (uint8_t)strtol(str_end, &str_end, 10) & 3;
  3718. }
  3719. }
  3720. }
  3721. tmc2130_chopper_config[axis].toff = chop0;
  3722. tmc2130_chopper_config[axis].hstr = chop1 & 7;
  3723. tmc2130_chopper_config[axis].hend = chop2 & 15;
  3724. tmc2130_chopper_config[axis].tbl = chop3 & 3;
  3725. tmc2130_setup_chopper(axis, tmc2130_mres[axis], tmc2130_current_h[axis], tmc2130_current_r[axis]);
  3726. //printf_P(_N("TMC_SET_CHOP_%c %d %d %d %d\n"), "xyze"[axis], chop0, chop1, chop2, chop3);
  3727. }
  3728. }
  3729. }
  3730. #ifdef BACKLASH_X
  3731. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("BACKLASH_X"), 10) == 0)
  3732. {
  3733. uint8_t bl = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 10, NULL, 10);
  3734. st_backlash_x = bl;
  3735. printf_P(_N("st_backlash_x = %d\n"), st_backlash_x);
  3736. }
  3737. #endif //BACKLASH_X
  3738. #ifdef BACKLASH_Y
  3739. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("BACKLASH_Y"), 10) == 0)
  3740. {
  3741. uint8_t bl = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 10, NULL, 10);
  3742. st_backlash_y = bl;
  3743. printf_P(_N("st_backlash_y = %d\n"), st_backlash_y);
  3744. }
  3745. #endif //BACKLASH_Y
  3746. #endif //TMC2130
  3747. else if(code_seen_P(PSTR("PRUSA"))){
  3748. /*!
  3749. ---------------------------------------------------------------------------------
  3750. ### PRUSA - Internal command set <a href="https://reprap.org/wiki/G-code#G98:_Activate_farm_mode">G98: Activate farm mode - Notes</a>
  3751. Set of internal PRUSA commands
  3752. #### Usage
  3753. PRUSA [ PRN | FAN | thx | uvlo | MMURES | RESET | fv | M28 | SN | Fir | Rev | Lang | Lz | FR ]
  3754. #### Parameters
  3755. - `PRN` - Prints revision of the printer
  3756. - `FAN` - Prints fan details
  3757. - `thx`
  3758. - `uvlo`
  3759. - `MMURES` - Reset MMU
  3760. - `RESET` - (Careful!)
  3761. - `fv` - ?
  3762. - `M28`
  3763. - `SN`
  3764. - `Fir` - Prints firmware version
  3765. - `Rev`- Prints filament size, elelectronics, nozzle type
  3766. - `Lang` - Reset the language
  3767. - `Lz`
  3768. - `FR` - Full factory reset
  3769. - `nozzle set <diameter>` - set nozzle diameter (farm mode only), e.g. `PRUSA nozzle set 0.4`
  3770. - `nozzle D<diameter>` - check the nozzle diameter (farm mode only), works like M862.1 P, e.g. `PRUSA nozzle D0.4`
  3771. - `nozzle` - prints nozzle diameter (farm mode only), works like M862.1 P, e.g. `PRUSA nozzle`
  3772. */
  3773. if (farm_prusa_code_seen()) {}
  3774. else if(code_seen_P(PSTR("FANPINTST"))) {
  3775. gcode_PRUSA_BadRAMBoFanTest();
  3776. }
  3777. else if (code_seen_P(PSTR("FAN"))) { // PRUSA FAN
  3778. printf_P(_N("E0:%d RPM\nPRN0:%d RPM\n"), 60*fan_speed[0], 60*fan_speed[1]);
  3779. }
  3780. else if (code_seen_P(PSTR("uvlo"))) { // PRUSA uvlo
  3781. eeprom_update_byte((uint8_t*)EEPROM_UVLO,0);
  3782. enquecommand_P(PSTR("M24"));
  3783. }
  3784. else if (code_seen_P(PSTR("MMURES"))) // PRUSA MMURES
  3785. {
  3786. MMU2::mmu2.Reset(MMU2::MMU2::Software);
  3787. }
  3788. else if (code_seen_P(PSTR("RESET"))) { // PRUSA RESET
  3789. #if defined(XFLASH) && defined(BOOTAPP)
  3790. boot_app_magic = BOOT_APP_MAGIC;
  3791. boot_app_flags = BOOT_APP_FLG_RUN;
  3792. #endif //defined(XFLASH) && defined(BOOTAPP)
  3793. softReset();
  3794. }
  3795. else if (code_seen_P(PSTR("SN"))) { // PRUSA SN
  3796. char SN[20];
  3797. eeprom_read_block(SN, (uint8_t*)EEPROM_PRUSA_SN, 20);
  3798. if (SN[19])
  3799. puts_P(PSTR("SN invalid"));
  3800. else
  3801. puts(SN);
  3802. }
  3803. else if(code_seen_P(PSTR("Fir"))){ // PRUSA Fir
  3804. SERIAL_PROTOCOLLNPGM(FW_VERSION_FULL);
  3805. } else if(code_seen_P(PSTR("Rev"))){ // PRUSA Rev
  3806. SERIAL_PROTOCOLLNPGM(FILAMENT_SIZE "-" ELECTRONICS "-" NOZZLE_TYPE );
  3807. } else if(code_seen_P(PSTR("Lang"))) { // PRUSA Lang
  3808. lang_reset();
  3809. } else if(code_seen_P(PSTR("Lz"))) { // PRUSA Lz
  3810. eeprom_update_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),0);
  3811. } else if(code_seen_P(PSTR("FR"))) { // PRUSA FR
  3812. // Factory full reset
  3813. factory_reset(0);
  3814. } else if(code_seen_P(PSTR("MBL"))) { // PRUSA MBL
  3815. // Change the MBL status without changing the logical Z position.
  3816. if(code_seen('V')) {
  3817. bool value = code_value_short();
  3818. st_synchronize();
  3819. if(value != mbl.active) {
  3820. mbl.active = value;
  3821. // Use plan_set_z_position to reset the physical values
  3822. plan_set_z_position(current_position[Z_AXIS]);
  3823. }
  3824. }
  3825. } else if (code_seen_P(PSTR("nozzle"))) { // PRUSA nozzle
  3826. uint16_t nDiameter;
  3827. if(code_seen('D'))
  3828. {
  3829. nDiameter=(uint16_t)(code_value()*1000.0+0.5); // [,um]
  3830. nozzle_diameter_check(nDiameter);
  3831. }
  3832. else if(code_seen_P(PSTR("set")) && farm_mode)
  3833. {
  3834. strchr_pointer++; // skip 1st char (~ 's')
  3835. strchr_pointer++; // skip 2nd char (~ 'e')
  3836. nDiameter=(uint16_t)(code_value()*1000.0+0.5); // [,um]
  3837. eeprom_update_byte((uint8_t*)EEPROM_NOZZLE_DIAMETER,(uint8_t)ClNozzleDiameter::_Diameter_Undef); // for correct synchronization after farm-mode exiting
  3838. eeprom_update_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM,nDiameter);
  3839. }
  3840. else SERIAL_PROTOCOLLN((float)eeprom_read_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM)/1000.0);
  3841. }
  3842. }
  3843. else if(code_seen('G'))
  3844. {
  3845. gcode_in_progress = code_value_short();
  3846. // printf_P(_N("BEGIN G-CODE=%u\n"), gcode_in_progress);
  3847. switch (gcode_in_progress)
  3848. {
  3849. /*!
  3850. ---------------------------------------------------------------------------------
  3851. # G Codes
  3852. ### G0, G1 - Coordinated movement X Y Z E <a href="https://reprap.org/wiki/G-code#G0_.26_G1:_Move">G0 & G1: Move</a>
  3853. In Prusa Firmware G0 and G1 are the same.
  3854. #### Usage
  3855. G0 [ X | Y | Z | E | F | S ]
  3856. G1 [ X | Y | Z | E | F | S ]
  3857. #### Parameters
  3858. - `X` - The position to move to on the X axis
  3859. - `Y` - The position to move to on the Y axis
  3860. - `Z` - The position to move to on the Z axis
  3861. - `E` - The amount to extrude between the starting point and ending point
  3862. - `F` - The feedrate per minute of the move between the starting point and ending point (if supplied)
  3863. */
  3864. case 0: // G0 -> G1
  3865. case 1: // G1
  3866. {
  3867. uint16_t start_segment_idx = restore_interrupted_gcode();
  3868. get_coordinates(); // For X Y Z E F
  3869. if (total_filament_used > ((current_position[E_AXIS] - destination[E_AXIS]) * 100)) { //protection against total_filament_used overflow
  3870. total_filament_used = total_filament_used + ((destination[E_AXIS] - current_position[E_AXIS]) * 100);
  3871. }
  3872. #ifdef FWRETRACT
  3873. if(cs.autoretract_enabled) {
  3874. if( !(code_seen('X') || code_seen('Y') || code_seen('Z')) && code_seen('E')) {
  3875. float echange=destination[E_AXIS]-current_position[E_AXIS];
  3876. if((echange<-MIN_RETRACT && !retracted[active_extruder]) || (echange>MIN_RETRACT && retracted[active_extruder])) { //move appears to be an attempt to retract or recover
  3877. st_synchronize();
  3878. current_position[E_AXIS] = destination[E_AXIS]; //hide the slicer-generated retract/recover from calculations
  3879. plan_set_e_position(current_position[E_AXIS]); //AND from the planner
  3880. retract(!retracted[active_extruder]);
  3881. return;
  3882. }
  3883. }
  3884. }
  3885. #endif //FWRETRACT
  3886. prepare_move(start_segment_idx);
  3887. //ClearToSend();
  3888. }
  3889. break;
  3890. /*!
  3891. ### G2, G3 - Controlled Arc Move <a href="https://reprap.org/wiki/G-code#G2_.26_G3:_Controlled_Arc_Move">G2 & G3: Controlled Arc Move</a>
  3892. These commands don't propperly work with MBL enabled. The compensation only happens at the end of the move, so avoid long arcs.
  3893. #### Usage
  3894. G2 [ X | Y | I | E | F ] (Clockwise Arc)
  3895. G3 [ X | Y | I | E | F ] (Counter-Clockwise Arc)
  3896. #### Parameters
  3897. - `X` - The position to move to on the X axis
  3898. - `Y` - The position to move to on the Y axis
  3899. - 'Z' - The position to move to on the Z axis
  3900. - `I` - The point in X space from the current X position to maintain a constant distance from
  3901. - `J` - The point in Y space from the current Y position to maintain a constant distance from
  3902. - `E` - The amount to extrude between the starting point and ending point
  3903. - `F` - The feedrate per minute of the move between the starting point and ending point (if supplied)
  3904. */
  3905. case 2:
  3906. case 3:
  3907. {
  3908. uint16_t start_segment_idx = restore_interrupted_gcode();
  3909. #ifdef SF_ARC_FIX
  3910. bool relative_mode_backup = relative_mode;
  3911. relative_mode = true;
  3912. #endif
  3913. get_coordinates(); // For X Y Z E F
  3914. #ifdef SF_ARC_FIX
  3915. relative_mode=relative_mode_backup;
  3916. #endif
  3917. offset[0] = code_seen('I') ? code_value() : 0.f;
  3918. offset[1] = code_seen('J') ? code_value() : 0.f;
  3919. prepare_arc_move((gcode_in_progress == 2), start_segment_idx);
  3920. } break;
  3921. /*!
  3922. ### G4 - Dwell <a href="https://reprap.org/wiki/G-code#G4:_Dwell">G4: Dwell</a>
  3923. Pause the machine for a period of time.
  3924. #### Usage
  3925. G4 [ P | S ]
  3926. #### Parameters
  3927. - `P` - Time to wait, in milliseconds
  3928. - `S` - Time to wait, in seconds
  3929. */
  3930. case 4:
  3931. codenum = 0;
  3932. if(code_seen('P')) codenum = code_value(); // milliseconds to wait
  3933. if(code_seen('S')) codenum = code_value() * 1000; // seconds to wait
  3934. if(codenum != 0)
  3935. {
  3936. if(custom_message_type != CustomMsg::M117)
  3937. {
  3938. LCD_MESSAGERPGM(_n("Sleep..."));////MSG_DWELL
  3939. }
  3940. }
  3941. st_synchronize();
  3942. codenum += _millis(); // keep track of when we started waiting
  3943. previous_millis_cmd.start();
  3944. while(_millis() < codenum) {
  3945. manage_heater();
  3946. manage_inactivity();
  3947. lcd_update(0);
  3948. }
  3949. break;
  3950. #ifdef FWRETRACT
  3951. /*!
  3952. ### G10 - Retract <a href="https://reprap.org/wiki/G-code#G10:_Retract">G10: Retract</a>
  3953. Retracts filament according to settings of `M207`
  3954. */
  3955. case 10:
  3956. #if EXTRUDERS > 1
  3957. retracted_swap[active_extruder]=(code_seen('S') && code_value_long() == 1); // checks for swap retract argument
  3958. retract(true,retracted_swap[active_extruder]);
  3959. #else
  3960. retract(true);
  3961. #endif
  3962. break;
  3963. /*!
  3964. ### G11 - Retract recover <a href="https://reprap.org/wiki/G-code#G11:_Unretract">G11: Unretract</a>
  3965. Unretracts/recovers filament according to settings of `M208`
  3966. */
  3967. case 11:
  3968. #if EXTRUDERS > 1
  3969. retract(false,retracted_swap[active_extruder]);
  3970. #else
  3971. retract(false);
  3972. #endif
  3973. break;
  3974. #endif //FWRETRACT
  3975. /*!
  3976. ### G21 - Sets Units to Millimters <a href="https://reprap.org/wiki/G-code#G21:_Set_Units_to_Millimeters">G21: Set Units to Millimeters</a>
  3977. Units are in millimeters. Prusa doesn't support inches.
  3978. */
  3979. case 21:
  3980. break; //Doing nothing. This is just to prevent serial UNKOWN warnings.
  3981. /*!
  3982. ### G28 - Home all Axes one at a time <a href="https://reprap.org/wiki/G-code#G28:_Move_to_Origin_.28Home.29">G28: Move to Origin (Home)</a>
  3983. Using `G28` without any parameters will perfom homing of all axes AND mesh bed leveling, while `G28 W` will just home all axes (no mesh bed leveling).
  3984. #### Usage
  3985. G28 [ X | Y | Z | W | C ]
  3986. #### Parameters
  3987. - `X` - Flag to go back to the X axis origin
  3988. - `Y` - Flag to go back to the Y axis origin
  3989. - `Z` - Flag to go back to the Z axis origin
  3990. - `W` - Suppress mesh bed leveling if `X`, `Y` or `Z` are not provided
  3991. - `C` - Calibrate X and Y origin (home) - Only on MK3/s
  3992. */
  3993. case 28:
  3994. {
  3995. long home_x_value = 0;
  3996. long home_y_value = 0;
  3997. long home_z_value = 0;
  3998. // Which axes should be homed?
  3999. bool home_x = code_seen(axis_codes[X_AXIS]);
  4000. if (home_x) home_x_value = code_value_long();
  4001. bool home_y = code_seen(axis_codes[Y_AXIS]);
  4002. if (home_y) home_y_value = code_value_long();
  4003. bool home_z = code_seen(axis_codes[Z_AXIS]);
  4004. if (home_z) home_z_value = code_value_long();
  4005. bool without_mbl = code_seen('W');
  4006. // calibrate?
  4007. #ifdef TMC2130
  4008. bool calib = code_seen('C');
  4009. gcode_G28(home_x, home_x_value, home_y, home_y_value, home_z, home_z_value, calib, without_mbl);
  4010. #else
  4011. gcode_G28(home_x, home_x_value, home_y, home_y_value, home_z, home_z_value, without_mbl);
  4012. #endif //TMC2130
  4013. if ((home_x || home_y || without_mbl || home_z) == false) {
  4014. gcode_G80();
  4015. }
  4016. break;
  4017. }
  4018. #ifdef ENABLE_AUTO_BED_LEVELING
  4019. /*!
  4020. ### G29 - Detailed Z-Probe <a href="https://reprap.org/wiki/G-code#G29:_Detailed_Z-Probe">G29: Detailed Z-Probe</a>
  4021. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4022. See `G81`
  4023. */
  4024. case 29:
  4025. {
  4026. #if Z_MIN_PIN == -1
  4027. #error "You must have a Z_MIN endstop in order to enable Auto Bed Leveling feature! Z_MIN_PIN must point to a valid hardware pin."
  4028. #endif
  4029. // Prevent user from running a G29 without first homing in X and Y
  4030. if (! (axis_known_position[X_AXIS] && axis_known_position[Y_AXIS]) )
  4031. {
  4032. LCD_MESSAGERPGM(MSG_POSITION_UNKNOWN);
  4033. SERIAL_ECHO_START;
  4034. SERIAL_ECHOLNRPGM(MSG_POSITION_UNKNOWN);
  4035. break; // abort G29, since we don't know where we are
  4036. }
  4037. st_synchronize();
  4038. // make sure the bed_level_rotation_matrix is identity or the planner will get it incorectly
  4039. //vector_3 corrected_position = plan_get_position_mm();
  4040. //corrected_position.debug("position before G29");
  4041. plan_bed_level_matrix.set_to_identity();
  4042. vector_3 uncorrected_position = plan_get_position();
  4043. //uncorrected_position.debug("position durring G29");
  4044. current_position[X_AXIS] = uncorrected_position.x;
  4045. current_position[Y_AXIS] = uncorrected_position.y;
  4046. current_position[Z_AXIS] = uncorrected_position.z;
  4047. plan_set_position_curposXYZE();
  4048. int l_feedmultiply = setup_for_endstop_move();
  4049. feedrate = homing_feedrate[Z_AXIS];
  4050. #ifdef AUTO_BED_LEVELING_GRID
  4051. // probe at the points of a lattice grid
  4052. int xGridSpacing = (RIGHT_PROBE_BED_POSITION - LEFT_PROBE_BED_POSITION) / (AUTO_BED_LEVELING_GRID_POINTS-1);
  4053. int yGridSpacing = (BACK_PROBE_BED_POSITION - FRONT_PROBE_BED_POSITION) / (AUTO_BED_LEVELING_GRID_POINTS-1);
  4054. // solve the plane equation ax + by + d = z
  4055. // A is the matrix with rows [x y 1] for all the probed points
  4056. // B is the vector of the Z positions
  4057. // the normal vector to the plane is formed by the coefficients of the plane equation in the standard form, which is Vx*x+Vy*y+Vz*z+d = 0
  4058. // so Vx = -a Vy = -b Vz = 1 (we want the vector facing towards positive Z
  4059. // "A" matrix of the linear system of equations
  4060. double eqnAMatrix[AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS*3];
  4061. // "B" vector of Z points
  4062. double eqnBVector[AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS];
  4063. int probePointCounter = 0;
  4064. bool zig = true;
  4065. for (int yProbe=FRONT_PROBE_BED_POSITION; yProbe <= BACK_PROBE_BED_POSITION; yProbe += yGridSpacing)
  4066. {
  4067. int xProbe, xInc;
  4068. if (zig)
  4069. {
  4070. xProbe = LEFT_PROBE_BED_POSITION;
  4071. //xEnd = RIGHT_PROBE_BED_POSITION;
  4072. xInc = xGridSpacing;
  4073. zig = false;
  4074. } else // zag
  4075. {
  4076. xProbe = RIGHT_PROBE_BED_POSITION;
  4077. //xEnd = LEFT_PROBE_BED_POSITION;
  4078. xInc = -xGridSpacing;
  4079. zig = true;
  4080. }
  4081. for (int xCount=0; xCount < AUTO_BED_LEVELING_GRID_POINTS; xCount++)
  4082. {
  4083. float z_before;
  4084. if (probePointCounter == 0)
  4085. {
  4086. // raise before probing
  4087. z_before = Z_RAISE_BEFORE_PROBING;
  4088. } else
  4089. {
  4090. // raise extruder
  4091. z_before = current_position[Z_AXIS] + Z_RAISE_BETWEEN_PROBINGS;
  4092. }
  4093. float measured_z = probe_pt(xProbe, yProbe, z_before);
  4094. eqnBVector[probePointCounter] = measured_z;
  4095. eqnAMatrix[probePointCounter + 0*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = xProbe;
  4096. eqnAMatrix[probePointCounter + 1*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = yProbe;
  4097. eqnAMatrix[probePointCounter + 2*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = 1;
  4098. probePointCounter++;
  4099. xProbe += xInc;
  4100. }
  4101. }
  4102. clean_up_after_endstop_move(l_feedmultiply);
  4103. // solve lsq problem
  4104. double *plane_equation_coefficients = qr_solve(AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS, 3, eqnAMatrix, eqnBVector);
  4105. SERIAL_PROTOCOLPGM("Eqn coefficients: a: ");
  4106. SERIAL_PROTOCOL(plane_equation_coefficients[0]);
  4107. SERIAL_PROTOCOLPGM(" b: ");
  4108. SERIAL_PROTOCOL(plane_equation_coefficients[1]);
  4109. SERIAL_PROTOCOLPGM(" d: ");
  4110. SERIAL_PROTOCOLLN(plane_equation_coefficients[2]);
  4111. set_bed_level_equation_lsq(plane_equation_coefficients);
  4112. free(plane_equation_coefficients);
  4113. #else // AUTO_BED_LEVELING_GRID not defined
  4114. // Probe at 3 arbitrary points
  4115. // probe 1
  4116. float z_at_pt_1 = probe_pt(ABL_PROBE_PT_1_X, ABL_PROBE_PT_1_Y, Z_RAISE_BEFORE_PROBING);
  4117. // probe 2
  4118. float z_at_pt_2 = probe_pt(ABL_PROBE_PT_2_X, ABL_PROBE_PT_2_Y, current_position[Z_AXIS] + Z_RAISE_BETWEEN_PROBINGS);
  4119. // probe 3
  4120. float z_at_pt_3 = probe_pt(ABL_PROBE_PT_3_X, ABL_PROBE_PT_3_Y, current_position[Z_AXIS] + Z_RAISE_BETWEEN_PROBINGS);
  4121. clean_up_after_endstop_move(l_feedmultiply);
  4122. set_bed_level_equation_3pts(z_at_pt_1, z_at_pt_2, z_at_pt_3);
  4123. #endif // AUTO_BED_LEVELING_GRID
  4124. st_synchronize();
  4125. // The following code correct the Z height difference from z-probe position and hotend tip position.
  4126. // The Z height on homing is measured by Z-Probe, but the probe is quite far from the hotend.
  4127. // When the bed is uneven, this height must be corrected.
  4128. real_z = float(st_get_position(Z_AXIS))/cs.axis_steps_per_unit[Z_AXIS]; //get the real Z (since the auto bed leveling is already correcting the plane)
  4129. x_tmp = current_position[X_AXIS] + X_PROBE_OFFSET_FROM_EXTRUDER;
  4130. y_tmp = current_position[Y_AXIS] + Y_PROBE_OFFSET_FROM_EXTRUDER;
  4131. z_tmp = current_position[Z_AXIS];
  4132. apply_rotation_xyz(plan_bed_level_matrix, x_tmp, y_tmp, z_tmp); //Apply the correction sending the probe offset
  4133. current_position[Z_AXIS] = z_tmp - real_z + current_position[Z_AXIS]; //The difference is added to current position and sent to planner.
  4134. plan_set_position_curposXYZE();
  4135. }
  4136. break;
  4137. #ifndef Z_PROBE_SLED
  4138. /*!
  4139. ### G30 - Single Z Probe <a href="https://reprap.org/wiki/G-code#G30:_Single_Z-Probe">G30: Single Z-Probe</a>
  4140. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4141. */
  4142. case 30:
  4143. {
  4144. st_synchronize();
  4145. // TODO: make sure the bed_level_rotation_matrix is identity or the planner will get set incorectly
  4146. int l_feedmultiply = setup_for_endstop_move();
  4147. feedrate = homing_feedrate[Z_AXIS];
  4148. run_z_probe();
  4149. SERIAL_PROTOCOLPGM(_T(MSG_BED));
  4150. SERIAL_PROTOCOLPGM(" X: ");
  4151. SERIAL_PROTOCOL(current_position[X_AXIS]);
  4152. SERIAL_PROTOCOLPGM(" Y: ");
  4153. SERIAL_PROTOCOL(current_position[Y_AXIS]);
  4154. SERIAL_PROTOCOLPGM(" Z: ");
  4155. SERIAL_PROTOCOL(current_position[Z_AXIS]);
  4156. SERIAL_PROTOCOLPGM("\n");
  4157. clean_up_after_endstop_move(l_feedmultiply);
  4158. }
  4159. break;
  4160. #else
  4161. /*!
  4162. ### G31 - Dock the sled <a href="https://reprap.org/wiki/G-code#G31:_Dock_Z_Probe_sled">G31: Dock Z Probe sled</a>
  4163. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4164. */
  4165. case 31:
  4166. dock_sled(true);
  4167. break;
  4168. /*!
  4169. ### G32 - Undock the sled <a href="https://reprap.org/wiki/G-code#G32:_Undock_Z_Probe_sled">G32: Undock Z Probe sled</a>
  4170. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4171. */
  4172. case 32:
  4173. dock_sled(false);
  4174. break;
  4175. #endif // Z_PROBE_SLED
  4176. #endif // ENABLE_AUTO_BED_LEVELING
  4177. #ifdef MESH_BED_LEVELING
  4178. /*!
  4179. ### G30 - Single Z Probe <a href="https://reprap.org/wiki/G-code#G30:_Single_Z-Probe">G30: Single Z-Probe</a>
  4180. Sensor must be over the bed.
  4181. The maximum travel distance before an error is triggered is 10mm.
  4182. */
  4183. case 30:
  4184. {
  4185. st_synchronize();
  4186. homing_flag = true;
  4187. // TODO: make sure the bed_level_rotation_matrix is identity or the planner will get set incorectly
  4188. int l_feedmultiply = setup_for_endstop_move();
  4189. feedrate = homing_feedrate[Z_AXIS];
  4190. find_bed_induction_sensor_point_z(-10.f, 3);
  4191. printf_P(_N("%S X: %.5f Y: %.5f Z: %.5f\n"), _T(MSG_BED), _x, _y, _z);
  4192. clean_up_after_endstop_move(l_feedmultiply);
  4193. homing_flag = false;
  4194. }
  4195. break;
  4196. /*!
  4197. ### G75 - Print temperature interpolation <a href="https://reprap.org/wiki/G-code#G75:_Print_temperature_interpolation">G75: Print temperature interpolation</a>
  4198. Show/print PINDA temperature interpolating.
  4199. */
  4200. case 75:
  4201. {
  4202. for (uint8_t i = 40; i <= 110; i++)
  4203. printf_P(_N("%d %.2f"), i, temp_comp_interpolation(i));
  4204. }
  4205. break;
  4206. /*!
  4207. ### G76 - PINDA probe temperature calibration <a href="https://reprap.org/wiki/G-code#G76:_PINDA_probe_temperature_calibration">G76: PINDA probe temperature calibration</a>
  4208. This G-code is used to calibrate the temperature drift of the PINDA (inductive Sensor).
  4209. The PINDAv2 sensor has a built-in thermistor which has the advantage that the calibration can be done once for all materials.
  4210. The Original i3 Prusa MK2/s uses PINDAv1 and this calibration improves the temperature drift, but not as good as the PINDAv2.
  4211. superPINDA sensor has internal temperature compensation and no thermistor output. There is no point of doing temperature calibration in such case.
  4212. If PINDA_THERMISTOR and SUPERPINDA_SUPPORT is defined during compilation, calibration is skipped with serial message "No PINDA thermistor".
  4213. This can be caused also if PINDA thermistor connection is broken or PINDA temperature is lower than PINDA_MINTEMP.
  4214. #### Example
  4215. ```
  4216. G76
  4217. echo PINDA probe calibration start
  4218. echo start temperature: 35.0°
  4219. echo ...
  4220. echo PINDA temperature -- Z shift (mm): 0.---
  4221. ```
  4222. */
  4223. case 76:
  4224. {
  4225. #ifdef PINDA_THERMISTOR
  4226. if (!has_temperature_compensation())
  4227. {
  4228. SERIAL_ECHOLNPGM("No PINDA thermistor");
  4229. break;
  4230. }
  4231. if (calibration_status() >= CALIBRATION_STATUS_XYZ_CALIBRATION) {
  4232. //we need to know accurate position of first calibration point
  4233. //if xyz calibration was not performed yet, interrupt temperature calibration and inform user that xyz cal. is needed
  4234. lcd_show_fullscreen_message_and_wait_P(_i("Please run XYZ calibration first.")); ////MSG_RUN_XYZ c=20 r=4
  4235. break;
  4236. }
  4237. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS]))
  4238. {
  4239. // We don't know where we are! HOME!
  4240. // Push the commands to the front of the message queue in the reverse order!
  4241. // There shall be always enough space reserved for these commands.
  4242. repeatcommand_front(); // repeat G76 with all its parameters
  4243. enquecommand_front_P(G28W0);
  4244. break;
  4245. }
  4246. lcd_show_fullscreen_message_and_wait_P(_i("Stable ambient temperature 21-26C is needed a rigid stand is required."));////MSG_TEMP_CAL_WARNING c=20 r=4
  4247. uint8_t result = lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_STEEL_SHEET_CHECK), false);
  4248. if (result == LCD_LEFT_BUTTON_CHOICE)
  4249. {
  4250. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4251. plan_buffer_line_curposXYZE(3000 / 60);
  4252. current_position[Z_AXIS] = 50;
  4253. current_position[Y_AXIS] = 180;
  4254. plan_buffer_line_curposXYZE(3000 / 60);
  4255. st_synchronize();
  4256. lcd_show_fullscreen_message_and_wait_P(_T(MSG_REMOVE_STEEL_SHEET));
  4257. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  4258. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  4259. plan_buffer_line_curposXYZE(3000 / 60);
  4260. st_synchronize();
  4261. gcode_G28(false, false, true);
  4262. }
  4263. if ((current_temperature_pinda > 35) && (farm_mode == false)) {
  4264. //waiting for PIDNA probe to cool down in case that we are not in farm mode
  4265. current_position[Z_AXIS] = 100;
  4266. plan_buffer_line_curposXYZE(3000 / 60);
  4267. if (lcd_wait_for_pinda(35) == false) { //waiting for PINDA probe to cool, if this takes more then time expected, temp. cal. fails
  4268. lcd_temp_cal_show_result(false);
  4269. break;
  4270. }
  4271. }
  4272. st_synchronize();
  4273. homing_flag = true; // keep homing on to avoid babystepping while the LCD is enabled
  4274. lcd_update_enable(true);
  4275. SERIAL_ECHOLNPGM("PINDA probe calibration start");
  4276. float zero_z;
  4277. int z_shift = 0; //unit: steps
  4278. float start_temp = 5 * (int)(current_temperature_pinda / 5);
  4279. if (start_temp < 35) start_temp = 35;
  4280. if (start_temp < current_temperature_pinda) start_temp += 5;
  4281. printf_P(_N("start temperature: %.1f\n"), start_temp);
  4282. // setTargetHotend(200, 0);
  4283. setTargetBed(70 + (start_temp - 30));
  4284. custom_message_type = CustomMsg::TempCal;
  4285. custom_message_state = 1;
  4286. lcd_setstatuspgm(_T(MSG_PINDA_CALIBRATION));
  4287. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4288. plan_buffer_line_curposXYZE(3000 / 60);
  4289. current_position[X_AXIS] = PINDA_PREHEAT_X;
  4290. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  4291. plan_buffer_line_curposXYZE(3000 / 60);
  4292. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  4293. plan_buffer_line_curposXYZE(3000 / 60);
  4294. st_synchronize();
  4295. while (current_temperature_pinda < start_temp)
  4296. {
  4297. delay_keep_alive(1000);
  4298. serialecho_temperatures();
  4299. }
  4300. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0); //invalidate temp. calibration in case that in will be aborted during the calibration process
  4301. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4302. plan_buffer_line_curposXYZE(3000 / 60);
  4303. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  4304. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  4305. plan_buffer_line_curposXYZE(3000 / 60);
  4306. st_synchronize();
  4307. bool find_z_result = find_bed_induction_sensor_point_z(-1.f);
  4308. if (find_z_result == false) {
  4309. lcd_temp_cal_show_result(find_z_result);
  4310. homing_flag = false;
  4311. break;
  4312. }
  4313. zero_z = current_position[Z_AXIS];
  4314. printf_P(_N("\nZERO: %.3f\n"), current_position[Z_AXIS]);
  4315. int i = -1; for (; i < 5; i++)
  4316. {
  4317. float temp = (40 + i * 5);
  4318. printf_P(_N("\nStep: %d/6 (skipped)\nPINDA temperature: %d Z shift (mm):0\n"), i + 2, (40 + i*5));
  4319. if (i >= 0) {
  4320. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + i, z_shift);
  4321. }
  4322. if (start_temp <= temp) break;
  4323. }
  4324. for (i++; i < 5; i++)
  4325. {
  4326. float temp = (40 + i * 5);
  4327. printf_P(_N("\nStep: %d/6\n"), i + 2);
  4328. custom_message_state = i + 2;
  4329. setTargetBed(50 + 10 * (temp - 30) / 5);
  4330. // setTargetHotend(255, 0);
  4331. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4332. plan_buffer_line_curposXYZE(3000 / 60);
  4333. current_position[X_AXIS] = PINDA_PREHEAT_X;
  4334. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  4335. plan_buffer_line_curposXYZE(3000 / 60);
  4336. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  4337. plan_buffer_line_curposXYZE(3000 / 60);
  4338. st_synchronize();
  4339. while (current_temperature_pinda < temp)
  4340. {
  4341. delay_keep_alive(1000);
  4342. serialecho_temperatures();
  4343. }
  4344. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4345. plan_buffer_line_curposXYZE(3000 / 60);
  4346. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  4347. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  4348. plan_buffer_line_curposXYZE(3000 / 60);
  4349. st_synchronize();
  4350. find_z_result = find_bed_induction_sensor_point_z(-1.f);
  4351. if (find_z_result == false) {
  4352. lcd_temp_cal_show_result(find_z_result);
  4353. break;
  4354. }
  4355. z_shift = (int)((current_position[Z_AXIS] - zero_z)*cs.axis_steps_per_unit[Z_AXIS]);
  4356. printf_P(_N("\nPINDA temperature: %.1f Z shift (mm): %.3f"), current_temperature_pinda, current_position[Z_AXIS] - zero_z);
  4357. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + i, z_shift);
  4358. }
  4359. lcd_temp_cal_show_result(true);
  4360. homing_flag = false;
  4361. #else //PINDA_THERMISTOR
  4362. setTargetBed(PINDA_MIN_T);
  4363. float zero_z;
  4364. int z_shift = 0; //unit: steps
  4365. int t_c; // temperature
  4366. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  4367. // We don't know where we are! HOME!
  4368. // Push the commands to the front of the message queue in the reverse order!
  4369. // There shall be always enough space reserved for these commands.
  4370. repeatcommand_front(); // repeat G76 with all its parameters
  4371. enquecommand_front_P(G28W0);
  4372. break;
  4373. }
  4374. puts_P(_N("PINDA probe calibration start"));
  4375. custom_message_type = CustomMsg::TempCal;
  4376. custom_message_state = 1;
  4377. lcd_setstatuspgm(_T(MSG_PINDA_CALIBRATION));
  4378. current_position[X_AXIS] = PINDA_PREHEAT_X;
  4379. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  4380. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  4381. plan_buffer_line_curposXYZE(3000 / 60);
  4382. st_synchronize();
  4383. while (fabs(degBed() - PINDA_MIN_T) > 1) {
  4384. delay_keep_alive(1000);
  4385. serialecho_temperatures();
  4386. }
  4387. //enquecommand_P(PSTR("M190 S50"));
  4388. for (int i = 0; i < PINDA_HEAT_T; i++) {
  4389. delay_keep_alive(1000);
  4390. serialecho_temperatures();
  4391. }
  4392. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0); //invalidate temp. calibration in case that in will be aborted during the calibration process
  4393. current_position[Z_AXIS] = 5;
  4394. plan_buffer_line_curposXYZE(3000 / 60);
  4395. current_position[X_AXIS] = BED_X0;
  4396. current_position[Y_AXIS] = BED_Y0;
  4397. plan_buffer_line_curposXYZE(3000 / 60);
  4398. st_synchronize();
  4399. find_bed_induction_sensor_point_z(-1.f);
  4400. zero_z = current_position[Z_AXIS];
  4401. printf_P(_N("\nZERO: %.3f\n"), current_position[Z_AXIS]);
  4402. for (int i = 0; i<5; i++) {
  4403. printf_P(_N("\nStep: %d/6\n"), i + 2);
  4404. custom_message_state = i + 2;
  4405. t_c = 60 + i * 10;
  4406. setTargetBed(t_c);
  4407. current_position[X_AXIS] = PINDA_PREHEAT_X;
  4408. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  4409. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  4410. plan_buffer_line_curposXYZE(3000 / 60);
  4411. st_synchronize();
  4412. while (degBed() < t_c) {
  4413. delay_keep_alive(1000);
  4414. serialecho_temperatures();
  4415. }
  4416. for (int i = 0; i < PINDA_HEAT_T; i++) {
  4417. delay_keep_alive(1000);
  4418. serialecho_temperatures();
  4419. }
  4420. current_position[Z_AXIS] = 5;
  4421. plan_buffer_line_curposXYZE(3000 / 60);
  4422. current_position[X_AXIS] = BED_X0;
  4423. current_position[Y_AXIS] = BED_Y0;
  4424. plan_buffer_line_curposXYZE(3000 / 60);
  4425. st_synchronize();
  4426. find_bed_induction_sensor_point_z(-1.f);
  4427. z_shift = (int)((current_position[Z_AXIS] - zero_z)*cs.axis_steps_per_unit[Z_AXIS]);
  4428. printf_P(_N("\nTemperature: %d Z shift (mm): %.3f\n"), t_c, current_position[Z_AXIS] - zero_z);
  4429. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + i, z_shift);
  4430. }
  4431. custom_message_type = CustomMsg::Status;
  4432. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  4433. puts_P(_N("Temperature calibration done."));
  4434. disable_x();
  4435. disable_y();
  4436. disable_z();
  4437. disable_e0();
  4438. disable_e1();
  4439. disable_e2();
  4440. setTargetBed(0); //set bed target temperature back to 0
  4441. lcd_show_fullscreen_message_and_wait_P(_T(MSG_PINDA_CALIBRATION_DONE));
  4442. eeprom_update_byte((unsigned char *)EEPROM_TEMP_CAL_ACTIVE, 1);
  4443. lcd_update_enable(true);
  4444. lcd_update(2);
  4445. #endif //PINDA_THERMISTOR
  4446. }
  4447. break;
  4448. /*!
  4449. ### G80 - Mesh-based Z probe <a href="https://reprap.org/wiki/G-code#G80:_Mesh-based_Z_probe">G80: Mesh-based Z probe</a>
  4450. Default 3x3 grid can be changed on MK2.5/s and MK3/s to 7x7 grid.
  4451. #### Usage
  4452. G80 [ N | R | V | L | R | F | B ]
  4453. #### Parameters
  4454. - `N` - Number of mesh points on x axis. Default is 3. Valid values are 3 and 7.
  4455. - `R` - Probe retries. Default 3 max. 10
  4456. - `V` - Verbosity level 1=low, 10=mid, 20=high. It only can be used if the firmware has been compiled with SUPPORT_VERBOSITY active.
  4457. Using the following parameters enables additional "manual" bed leveling correction. Valid values are -100 microns to 100 microns.
  4458. #### Additional Parameters
  4459. - `L` - Left Bed Level correct value in um.
  4460. - `R` - Right Bed Level correct value in um.
  4461. - `F` - Front Bed Level correct value in um.
  4462. - `B` - Back Bed Level correct value in um.
  4463. */
  4464. /*
  4465. * Probes a grid and produces a mesh to compensate for variable bed height
  4466. * The S0 report the points as below
  4467. * +----> X-axis
  4468. * |
  4469. * |
  4470. * v Y-axis
  4471. */
  4472. case 80: {
  4473. gcode_G80();
  4474. }
  4475. break;
  4476. /*!
  4477. ### G81 - Mesh bed leveling status <a href="https://reprap.org/wiki/G-code#G81:_Mesh_bed_leveling_status">G81: Mesh bed leveling status</a>
  4478. Prints mesh bed leveling status and bed profile if activated.
  4479. */
  4480. case 81:
  4481. if (mbl.active) {
  4482. SERIAL_PROTOCOLPGM("Num X,Y: ");
  4483. SERIAL_PROTOCOL(MESH_NUM_X_POINTS);
  4484. SERIAL_PROTOCOL(',');
  4485. SERIAL_PROTOCOL(MESH_NUM_Y_POINTS);
  4486. SERIAL_PROTOCOLPGM("\nZ search height: ");
  4487. SERIAL_PROTOCOL(MESH_HOME_Z_SEARCH);
  4488. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  4489. for (uint8_t y = MESH_NUM_Y_POINTS; y-- > 0;) {
  4490. for (uint8_t x = 0; x < MESH_NUM_X_POINTS; x++) {
  4491. SERIAL_PROTOCOLPGM(" ");
  4492. SERIAL_PROTOCOL_F(mbl.z_values[y][x], 5);
  4493. }
  4494. SERIAL_PROTOCOLLN();
  4495. }
  4496. }
  4497. else
  4498. SERIAL_PROTOCOLLNPGM("Mesh bed leveling not active.");
  4499. break;
  4500. #if 0
  4501. /*!
  4502. ### G82: Single Z probe at current location - Not active <a href="https://reprap.org/wiki/G-code#G82:_Single_Z_probe_at_current_location">G82: Single Z probe at current location</a>
  4503. WARNING! USE WITH CAUTION! If you'll try to probe where is no leveling pad, nasty things can happen!
  4504. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4505. */
  4506. case 82:
  4507. SERIAL_PROTOCOLLNPGM("Finding bed ");
  4508. int l_feedmultiply = setup_for_endstop_move();
  4509. find_bed_induction_sensor_point_z();
  4510. clean_up_after_endstop_move(l_feedmultiply);
  4511. SERIAL_PROTOCOLPGM("Bed found at: ");
  4512. SERIAL_PROTOCOL_F(current_position[Z_AXIS], 5);
  4513. SERIAL_PROTOCOLPGM("\n");
  4514. break;
  4515. /*!
  4516. ### G83: Babystep in Z and store to EEPROM - Not active <a href="https://reprap.org/wiki/G-code#G83:_Babystep_in_Z_and_store_to_EEPROM">G83: Babystep in Z and store to EEPROM</a>
  4517. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4518. */
  4519. case 83:
  4520. {
  4521. int babystepz = code_seen('S') ? code_value() : 0;
  4522. int BabyPosition = code_seen('P') ? code_value() : 0;
  4523. if (babystepz != 0) {
  4524. //FIXME Vojtech: What shall be the index of the axis Z: 3 or 4?
  4525. // Is the axis indexed starting with zero or one?
  4526. if (BabyPosition > 4) {
  4527. SERIAL_PROTOCOLLNPGM("Index out of bounds");
  4528. }else{
  4529. // Save it to the eeprom
  4530. babystepLoadZ = babystepz;
  4531. eeprom_update_word((uint16_t*)EEPROM_BABYSTEP_Z0 + BabyPosition, babystepLoadZ);
  4532. // adjust the Z
  4533. babystepsTodoZadd(babystepLoadZ);
  4534. }
  4535. }
  4536. }
  4537. break;
  4538. /*!
  4539. ### G84: UNDO Babystep Z (move Z axis back) - Not active <a href="https://reprap.org/wiki/G-code#G84:_UNDO_Babystep_Z_.28move_Z_axis_back.29">G84: UNDO Babystep Z (move Z axis back)</a>
  4540. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4541. */
  4542. case 84:
  4543. babystepsTodoZsubtract(babystepLoadZ);
  4544. // babystepLoadZ = 0;
  4545. break;
  4546. /*!
  4547. ### G85: Pick best babystep - Not active <a href="https://reprap.org/wiki/G-code#G85:_Pick_best_babystep">G85: Pick best babystep</a>
  4548. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  4549. */
  4550. case 85:
  4551. lcd_pick_babystep();
  4552. break;
  4553. #endif
  4554. /*!
  4555. ### G86 - Disable babystep correction after home <a href="https://reprap.org/wiki/G-code#G86:_Disable_babystep_correction_after_home">G86: Disable babystep correction after home</a>
  4556. This G-code will be performed at the start of a calibration script.
  4557. (Prusa3D specific)
  4558. */
  4559. case 86:
  4560. calibration_status_store(CALIBRATION_STATUS_LIVE_ADJUST);
  4561. break;
  4562. /*!
  4563. ### G87 - Enable babystep correction after home <a href="https://reprap.org/wiki/G-code#G87:_Enable_babystep_correction_after_home">G87: Enable babystep correction after home</a>
  4564. This G-code will be performed at the end of a calibration script.
  4565. (Prusa3D specific)
  4566. */
  4567. case 87:
  4568. calibration_status_store(CALIBRATION_STATUS_CALIBRATED);
  4569. break;
  4570. /*!
  4571. ### G88 - Reserved <a href="https://reprap.org/wiki/G-code#G88:_Reserved">G88: Reserved</a>
  4572. Currently has no effect.
  4573. */
  4574. // Prusa3D specific: Don't know what it is for, it is in V2Calibration.gcode
  4575. case 88:
  4576. break;
  4577. #endif // ENABLE_MESH_BED_LEVELING
  4578. /*!
  4579. ### G90 - Switch off relative mode <a href="https://reprap.org/wiki/G-code#G90:_Set_to_Absolute_Positioning">G90: Set to Absolute Positioning</a>
  4580. All coordinates from now on are absolute relative to the origin of the machine. E axis is left intact.
  4581. */
  4582. case 90: {
  4583. axis_relative_modes &= ~(X_AXIS_MASK | Y_AXIS_MASK | Z_AXIS_MASK);
  4584. }
  4585. break;
  4586. /*!
  4587. ### G91 - Switch on relative mode <a href="https://reprap.org/wiki/G-code#G91:_Set_to_Relative_Positioning">G91: Set to Relative Positioning</a>
  4588. All coordinates from now on are relative to the last position. E axis is left intact.
  4589. */
  4590. case 91: {
  4591. axis_relative_modes |= X_AXIS_MASK | Y_AXIS_MASK | Z_AXIS_MASK;
  4592. }
  4593. break;
  4594. /*!
  4595. ### G92 - Set position <a href="https://reprap.org/wiki/G-code#G92:_Set_Position">G92: Set Position</a>
  4596. It is used for setting the current position of each axis. The parameters are always absolute to the origin.
  4597. If a parameter is omitted, that axis will not be affected.
  4598. If `X`, `Y`, or `Z` axis are specified, the move afterwards might stutter because of Mesh Bed Leveling. `E` axis is not affected if the target position is 0 (`G92 E0`).
  4599. A G92 without coordinates will reset all axes to zero on some firmware. This is not the case for Prusa-Firmware!
  4600. #### Usage
  4601. G92 [ X | Y | Z | E ]
  4602. #### Parameters
  4603. - `X` - new X axis position
  4604. - `Y` - new Y axis position
  4605. - `Z` - new Z axis position
  4606. - `E` - new extruder position
  4607. */
  4608. case 92: {
  4609. gcode_G92();
  4610. }
  4611. break;
  4612. #ifdef PRUSA_FARM
  4613. /*!
  4614. ### G98 - Activate farm mode <a href="https://reprap.org/wiki/G-code#G98:_Activate_farm_mode">G98: Activate farm mode</a>
  4615. Enable Prusa-specific Farm functions and g-code.
  4616. See Internal Prusa commands.
  4617. */
  4618. case 98:
  4619. farm_gcode_g98();
  4620. break;
  4621. /*! ### G99 - Deactivate farm mode <a href="https://reprap.org/wiki/G-code#G99:_Deactivate_farm_mode">G99: Deactivate farm mode</a>
  4622. Disables Prusa-specific Farm functions and g-code.
  4623. */
  4624. case 99:
  4625. farm_gcode_g99();
  4626. break;
  4627. #endif //PRUSA_FARM
  4628. default:
  4629. printf_P(MSG_UNKNOWN_CODE, 'G', cmdbuffer + bufindr + CMDHDRSIZE);
  4630. }
  4631. // printf_P(_N("END G-CODE=%u\n"), gcode_in_progress);
  4632. gcode_in_progress = 0;
  4633. } // end if(code_seen('G'))
  4634. /*!
  4635. ### End of G-Codes
  4636. */
  4637. /*!
  4638. ---------------------------------------------------------------------------------
  4639. # M Commands
  4640. */
  4641. else if(code_seen('M'))
  4642. {
  4643. int index;
  4644. for (index = 1; *(strchr_pointer + index) == ' ' || *(strchr_pointer + index) == '\t'; index++);
  4645. /*for (++strchr_pointer; *strchr_pointer == ' ' || *strchr_pointer == '\t'; ++strchr_pointer);*/
  4646. if (*(strchr_pointer+index) < '0' || *(strchr_pointer+index) > '9') {
  4647. printf_P(PSTR("Invalid M code: %s\n"), cmdbuffer + bufindr + CMDHDRSIZE);
  4648. } else
  4649. {
  4650. mcode_in_progress = code_value_short();
  4651. // printf_P(_N("BEGIN M-CODE=%u\n"), mcode_in_progress);
  4652. switch(mcode_in_progress)
  4653. {
  4654. /*!
  4655. ### M17 - Enable all axes <a href="https://reprap.org/wiki/G-code#M17:_Enable.2FPower_all_stepper_motors">M17: Enable/Power all stepper motors</a>
  4656. */
  4657. case 17:
  4658. LCD_MESSAGERPGM(_i("No move."));////MSG_NO_MOVE c=20
  4659. enable_x();
  4660. enable_y();
  4661. enable_z();
  4662. enable_e0();
  4663. enable_e1();
  4664. enable_e2();
  4665. break;
  4666. #ifdef SDSUPPORT
  4667. /*!
  4668. ### M20 - SD Card file list <a href="https://reprap.org/wiki/G-code#M20:_List_SD_card">M20: List SD card</a>
  4669. #### Usage
  4670. M20 [ L | T ]
  4671. #### Parameters
  4672. - `T` - Report timestamps as well. The value is one uint32_t encoded as hex. Requires host software parsing (Cap:EXTENDED_M20).
  4673. - `L` - Reports long filenames instead of just short filenames. Requires host software parsing (Cap:EXTENDED_M20).
  4674. */
  4675. case 20:
  4676. KEEPALIVE_STATE(NOT_BUSY); // do not send busy messages during listing. Inhibits the output of manage_heater()
  4677. SERIAL_PROTOCOLLNRPGM(_N("Begin file list"));////MSG_BEGIN_FILE_LIST
  4678. card.ls(CardReader::ls_param(code_seen('L'), code_seen('T')));
  4679. SERIAL_PROTOCOLLNRPGM(_N("End file list"));////MSG_END_FILE_LIST
  4680. break;
  4681. /*!
  4682. ### M21 - Init SD card <a href="https://reprap.org/wiki/G-code#M21:_Initialize_SD_card">M21: Initialize SD card</a>
  4683. */
  4684. case 21:
  4685. card.initsd();
  4686. break;
  4687. /*!
  4688. ### M22 - Release SD card <a href="https://reprap.org/wiki/G-code#M22:_Release_SD_card">M22: Release SD card</a>
  4689. */
  4690. case 22:
  4691. card.release();
  4692. break;
  4693. /*!
  4694. ### M23 - Select file <a href="https://reprap.org/wiki/G-code#M23:_Select_SD_file">M23: Select SD file</a>
  4695. #### Usage
  4696. M23 [filename]
  4697. */
  4698. case 23:
  4699. starpos = (strchr(strchr_pointer + 4,'*'));
  4700. if(starpos!=NULL)
  4701. *(starpos)='\0';
  4702. card.openFileReadFilteredGcode(strchr_pointer + 4, true);
  4703. break;
  4704. /*!
  4705. ### M24 - Start SD print <a href="https://reprap.org/wiki/G-code#M24:_Start.2Fresume_SD_print">M24: Start/resume SD print</a>
  4706. */
  4707. case 24:
  4708. if (isPrintPaused)
  4709. lcd_resume_print();
  4710. else
  4711. {
  4712. if (!card.get_sdpos())
  4713. {
  4714. // A new print has started from scratch, reset stats
  4715. failstats_reset_print();
  4716. sdpos_atomic = 0;
  4717. #ifndef LA_NOCOMPAT
  4718. la10c_reset();
  4719. #endif
  4720. }
  4721. card.startFileprint();
  4722. starttime=_millis();
  4723. if (MMU2::mmu2.Enabled())
  4724. {
  4725. if (MMU2::mmu2.FindaDetectsFilament() && !fsensor.getFilamentPresent())
  4726. { // Filament only half way into the PTFE. Unload the filament.
  4727. MMU2::mmu2.unload();
  4728. // Tx and Tc gcodes take care of loading the filament to the nozzle.
  4729. }
  4730. }
  4731. }
  4732. break;
  4733. /*!
  4734. ### M26 - Set SD index <a href="https://reprap.org/wiki/G-code#M26:_Set_SD_position">M26: Set SD position</a>
  4735. Set position in SD card file to index in bytes.
  4736. This command is expected to be called after M23 and before M24.
  4737. Otherwise effect of this command is undefined.
  4738. #### Usage
  4739. M26 [ S ]
  4740. #### Parameters
  4741. - `S` - Index in bytes
  4742. */
  4743. case 26:
  4744. if(card.cardOK && code_seen('S')) {
  4745. long index = code_value_long();
  4746. card.setIndex(index);
  4747. // We don't disable interrupt during update of sdpos_atomic
  4748. // as we expect, that SD card print is not active in this moment
  4749. sdpos_atomic = index;
  4750. }
  4751. break;
  4752. /*!
  4753. ### M27 - Get SD status <a href="https://reprap.org/wiki/G-code#M27:_Report_SD_print_status">M27: Report SD print status</a>
  4754. #### Usage
  4755. M27 [ P ]
  4756. #### Parameters
  4757. - `P` - Show full SFN path instead of LFN only.
  4758. */
  4759. case 27:
  4760. card.getStatus(code_seen('P'));
  4761. break;
  4762. /*!
  4763. ### M28 - Start SD write <a href="https://reprap.org/wiki/G-code#M28:_Begin_write_to_SD_card">M28: Begin write to SD card</a>
  4764. */
  4765. case 28:
  4766. starpos = (strchr(strchr_pointer + 4,'*'));
  4767. if(starpos != NULL){
  4768. char* npos = strchr(CMDBUFFER_CURRENT_STRING, 'N');
  4769. strchr_pointer = strchr(npos,' ') + 1;
  4770. *(starpos) = '\0';
  4771. }
  4772. card.openFileWrite(strchr_pointer+4);
  4773. break;
  4774. /*! ### M29 - Stop SD write <a href="https://reprap.org/wiki/G-code#M29:_Stop_writing_to_SD_card">M29: Stop writing to SD card</a>
  4775. Stops writing to the SD file signaling the end of the uploaded file. It is processed very early and it's not written to the card.
  4776. */
  4777. case 29:
  4778. //processed in write to file routine above
  4779. //card,saving = false;
  4780. break;
  4781. /*!
  4782. ### M30 - Delete file <a href="https://reprap.org/wiki/G-code#M30:_Delete_a_file_on_the_SD_card">M30: Delete a file on the SD card</a>
  4783. #### Usage
  4784. M30 [filename]
  4785. */
  4786. case 30:
  4787. if (card.cardOK){
  4788. card.closefile();
  4789. starpos = (strchr(strchr_pointer + 4,'*'));
  4790. if(starpos != NULL){
  4791. char* npos = strchr(CMDBUFFER_CURRENT_STRING, 'N');
  4792. strchr_pointer = strchr(npos,' ') + 1;
  4793. *(starpos) = '\0';
  4794. }
  4795. card.removeFile(strchr_pointer + 4);
  4796. }
  4797. break;
  4798. /*!
  4799. ### M32 - Select file and start SD print <a href="https://reprap.org/wiki/G-code#M32:_Select_file_and_start_SD_print">M32: Select file and start SD print</a>
  4800. @todo What are the parameters P and S for in M32?
  4801. */
  4802. case 32:
  4803. {
  4804. if(card.sdprinting) {
  4805. st_synchronize();
  4806. }
  4807. starpos = (strchr(strchr_pointer + 4,'*'));
  4808. const char* namestartpos = (strchr(strchr_pointer + 4,'!')); //find ! to indicate filename string start.
  4809. if(namestartpos==NULL)
  4810. {
  4811. namestartpos=strchr_pointer + 4; //default name position, 4 letters after the M
  4812. }
  4813. else
  4814. namestartpos++; //to skip the '!'
  4815. if(starpos!=NULL)
  4816. *(starpos)='\0';
  4817. bool call_procedure=(code_seen('P'));
  4818. if(strchr_pointer>namestartpos)
  4819. call_procedure=false; //false alert, 'P' found within filename
  4820. if( card.cardOK )
  4821. {
  4822. card.openFileReadFilteredGcode(namestartpos,!call_procedure);
  4823. if(code_seen('S'))
  4824. if(strchr_pointer<namestartpos) //only if "S" is occuring _before_ the filename
  4825. card.setIndex(code_value_long());
  4826. card.startFileprint();
  4827. if(!call_procedure)
  4828. {
  4829. if(!card.get_sdpos())
  4830. {
  4831. // A new print has started from scratch, reset stats
  4832. failstats_reset_print();
  4833. sdpos_atomic = 0;
  4834. #ifndef LA_NOCOMPAT
  4835. la10c_reset();
  4836. #endif
  4837. }
  4838. starttime=_millis(); // procedure calls count as normal print time.
  4839. }
  4840. }
  4841. } break;
  4842. /*!
  4843. ### M928 - Start SD logging <a href="https://reprap.org/wiki/G-code#M928:_Start_SD_logging">M928: Start SD logging</a>
  4844. #### Usage
  4845. M928 [filename]
  4846. */
  4847. case 928:
  4848. starpos = (strchr(strchr_pointer + 5,'*'));
  4849. if(starpos != NULL){
  4850. char* npos = strchr(CMDBUFFER_CURRENT_STRING, 'N');
  4851. strchr_pointer = strchr(npos,' ') + 1;
  4852. *(starpos) = '\0';
  4853. }
  4854. card.openLogFile(strchr_pointer+5);
  4855. break;
  4856. #endif //SDSUPPORT
  4857. /*!
  4858. ### M31 - Report current print time <a href="https://reprap.org/wiki/G-code#M31:_Output_time_since_last_M109_or_SD_card_start_to_serial">M31: Output time since last M109 or SD card start to serial</a>
  4859. */
  4860. case 31: //M31 take time since the start of the SD print or an M109 command
  4861. {
  4862. stoptime=_millis();
  4863. char time[30];
  4864. unsigned long t=(stoptime-starttime)/1000;
  4865. int sec,min;
  4866. min=t/60;
  4867. sec=t%60;
  4868. sprintf_P(time, PSTR("%i min, %i sec"), min, sec);
  4869. SERIAL_ECHO_START;
  4870. SERIAL_ECHOLN(time);
  4871. lcd_setstatus(time);
  4872. autotempShutdown();
  4873. }
  4874. break;
  4875. /*!
  4876. ### M42 - Set pin state <a href="https://reprap.org/wiki/G-code#M42:_Switch_I.2FO_pin">M42: Switch I/O pin</a>
  4877. #### Usage
  4878. M42 [ P | S ]
  4879. #### Parameters
  4880. - `P` - Pin number.
  4881. - `S` - Pin value. If the pin is analog, values are from 0 to 255. If the pin is digital, values are from 0 to 1.
  4882. */
  4883. case 42:
  4884. if (code_seen('S'))
  4885. {
  4886. uint8_t pin_status = code_value_uint8();
  4887. int8_t pin_number = LED_PIN;
  4888. if (code_seen('P'))
  4889. pin_number = code_value_uint8();
  4890. for(int8_t i = 0; i < (int8_t)(sizeof(sensitive_pins)/sizeof(sensitive_pins[0])); i++)
  4891. {
  4892. if ((int8_t)pgm_read_byte(&sensitive_pins[i]) == pin_number)
  4893. {
  4894. pin_number = -1;
  4895. break;
  4896. }
  4897. }
  4898. #if defined(FAN_PIN) && FAN_PIN > -1
  4899. if (pin_number == FAN_PIN)
  4900. fanSpeed = pin_status;
  4901. #endif
  4902. if (pin_number > -1)
  4903. {
  4904. pinMode(pin_number, OUTPUT);
  4905. digitalWrite(pin_number, pin_status);
  4906. analogWrite(pin_number, pin_status);
  4907. }
  4908. }
  4909. break;
  4910. /*!
  4911. ### M44 - Reset the bed skew and offset calibration <a href="https://reprap.org/wiki/G-code#M44:_Reset_the_bed_skew_and_offset_calibration">M44: Reset the bed skew and offset calibration</a>
  4912. */
  4913. case 44: // M44: Prusa3D: Reset the bed skew and offset calibration.
  4914. // Reset the baby step value and the baby step applied flag.
  4915. calibration_status_store(CALIBRATION_STATUS_ASSEMBLED);
  4916. eeprom_update_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),0);
  4917. // Reset the skew and offset in both RAM and EEPROM.
  4918. reset_bed_offset_and_skew();
  4919. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  4920. // the planner will not perform any adjustments in the XY plane.
  4921. // Wait for the motors to stop and update the current position with the absolute values.
  4922. world2machine_revert_to_uncorrected();
  4923. break;
  4924. /*!
  4925. ### M45 - Bed skew and offset with manual Z up <a href="https://reprap.org/wiki/G-code#M45:_Bed_skew_and_offset_with_manual_Z_up">M45: Bed skew and offset with manual Z up</a>
  4926. #### Usage
  4927. M45 [ V ]
  4928. #### Parameters
  4929. - `V` - Verbosity level 1, 10 and 20 (low, mid, high). Only when SUPPORT_VERBOSITY is defined. Optional.
  4930. - `Z` - If it is provided, only Z calibration will run. Otherwise full calibration is executed.
  4931. */
  4932. case 45: // M45: Prusa3D: bed skew and offset with manual Z up
  4933. {
  4934. int8_t verbosity_level = 0;
  4935. bool only_Z = code_seen('Z');
  4936. #ifdef SUPPORT_VERBOSITY
  4937. if (code_seen('V'))
  4938. {
  4939. // Just 'V' without a number counts as V1.
  4940. char c = strchr_pointer[1];
  4941. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  4942. }
  4943. #endif //SUPPORT_VERBOSITY
  4944. gcode_M45(only_Z, verbosity_level);
  4945. }
  4946. break;
  4947. /*!
  4948. ### M46 - Show the assigned IP address <a href="https://reprap.org/wiki/G-code#M46:_Show_the_assigned_IP_address">M46: Show the assigned IP address.</a>
  4949. */
  4950. case 46:
  4951. {
  4952. // M46: Prusa3D: Show the assigned IP address.
  4953. if (card.ToshibaFlashAir_isEnabled()) {
  4954. uint8_t ip[4];
  4955. if (card.ToshibaFlashAir_GetIP(ip)) {
  4956. // SERIAL_PROTOCOLPGM("Toshiba FlashAir current IP: ");
  4957. SERIAL_PROTOCOL(uint8_t(ip[0]));
  4958. SERIAL_PROTOCOL('.');
  4959. SERIAL_PROTOCOL(uint8_t(ip[1]));
  4960. SERIAL_PROTOCOL('.');
  4961. SERIAL_PROTOCOL(uint8_t(ip[2]));
  4962. SERIAL_PROTOCOL('.');
  4963. SERIAL_PROTOCOLLN(uint8_t(ip[3]));
  4964. } else {
  4965. SERIAL_PROTOCOLPGM("?Toshiba FlashAir GetIP failed\n");
  4966. }
  4967. } else {
  4968. SERIAL_PROTOCOLLNPGM("n/a");
  4969. }
  4970. break;
  4971. }
  4972. /*!
  4973. ### M47 - Show end stops dialog on the display <a href="https://reprap.org/wiki/G-code#M47:_Show_end_stops_dialog_on_the_display">M47: Show end stops dialog on the display</a>
  4974. */
  4975. case 47:
  4976. KEEPALIVE_STATE(PAUSED_FOR_USER);
  4977. lcd_diag_show_end_stops();
  4978. KEEPALIVE_STATE(IN_HANDLER);
  4979. break;
  4980. #if 0
  4981. case 48: // M48: scan the bed induction sensor points, print the sensor trigger coordinates to the serial line for visualization on the PC.
  4982. {
  4983. // Disable the default update procedure of the display. We will do a modal dialog.
  4984. lcd_update_enable(false);
  4985. // Let the planner use the uncorrected coordinates.
  4986. mbl.reset();
  4987. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  4988. // the planner will not perform any adjustments in the XY plane.
  4989. // Wait for the motors to stop and update the current position with the absolute values.
  4990. world2machine_revert_to_uncorrected();
  4991. // Move the print head close to the bed.
  4992. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4993. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS],current_position[Z_AXIS] , current_position[E_AXIS], homing_feedrate[Z_AXIS]/40, active_extruder);
  4994. st_synchronize();
  4995. // Home in the XY plane.
  4996. set_destination_to_current();
  4997. int l_feedmultiply = setup_for_endstop_move();
  4998. home_xy();
  4999. int8_t verbosity_level = 0;
  5000. if (code_seen('V')) {
  5001. // Just 'V' without a number counts as V1.
  5002. char c = strchr_pointer[1];
  5003. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  5004. }
  5005. bool success = scan_bed_induction_points(verbosity_level);
  5006. clean_up_after_endstop_move(l_feedmultiply);
  5007. // Print head up.
  5008. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  5009. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS],current_position[Z_AXIS] , current_position[E_AXIS], homing_feedrate[Z_AXIS]/40, active_extruder);
  5010. st_synchronize();
  5011. lcd_update_enable(true);
  5012. break;
  5013. }
  5014. #endif
  5015. #ifdef ENABLE_AUTO_BED_LEVELING
  5016. #ifdef Z_PROBE_REPEATABILITY_TEST
  5017. /*!
  5018. ### M48 - Z-Probe repeatability measurement function <a href="https://reprap.org/wiki/G-code#M48:_Measure_Z-Probe_repeatability">M48: Measure Z-Probe repeatability</a>
  5019. This function assumes the bed has been homed. Specifically, that a G28 command as been issued prior to invoking the M48 Z-Probe repeatability measurement function. Any information generated by a prior G29 Bed leveling command will be lost and needs to be regenerated.
  5020. The number of samples will default to 10 if not specified. You can use upper or lower case letters for any of the options EXCEPT n. n must be in lower case because Marlin uses a capital N for its communication protocol and will get horribly confused if you send it a capital N.
  5021. @todo Why would you check for both uppercase and lowercase? Seems wasteful.
  5022. #### Usage
  5023. M48 [ n | X | Y | V | L ]
  5024. #### Parameters
  5025. - `n` - Number of samples. Valid values 4-50
  5026. - `X` - X position for samples
  5027. - `Y` - Y position for samples
  5028. - `V` - Verbose level. Valid values 1-4
  5029. - `L` - Legs of movementprior to doing probe. Valid values 1-15
  5030. */
  5031. case 48: // M48 Z-Probe repeatability
  5032. {
  5033. #if Z_MIN_PIN == -1
  5034. #error "You must have a Z_MIN endstop in order to enable calculation of Z-Probe repeatability."
  5035. #endif
  5036. double sum=0.0;
  5037. double mean=0.0;
  5038. double sigma=0.0;
  5039. double sample_set[50];
  5040. int verbose_level=1, n=0, j, n_samples = 10, n_legs=0;
  5041. double X_current, Y_current, Z_current;
  5042. double X_probe_location, Y_probe_location, Z_start_location, ext_position;
  5043. if (code_seen('V') || code_seen('v')) {
  5044. verbose_level = code_value();
  5045. if (verbose_level<0 || verbose_level>4 ) {
  5046. SERIAL_PROTOCOLPGM("?Verbose Level not plausable.\n");
  5047. goto Sigma_Exit;
  5048. }
  5049. }
  5050. if (verbose_level > 0) {
  5051. SERIAL_PROTOCOLPGM("M48 Z-Probe Repeatability test. Version 2.00\n");
  5052. SERIAL_PROTOCOLPGM("Full support at: http://3dprintboard.com/forum.php\n");
  5053. }
  5054. if (code_seen('n')) {
  5055. n_samples = code_value();
  5056. if (n_samples<4 || n_samples>50 ) {
  5057. SERIAL_PROTOCOLPGM("?Specified sample size not plausable.\n");
  5058. goto Sigma_Exit;
  5059. }
  5060. }
  5061. X_current = X_probe_location = st_get_position_mm(X_AXIS);
  5062. Y_current = Y_probe_location = st_get_position_mm(Y_AXIS);
  5063. Z_current = st_get_position_mm(Z_AXIS);
  5064. Z_start_location = st_get_position_mm(Z_AXIS) + Z_RAISE_BEFORE_PROBING;
  5065. ext_position = st_get_position_mm(E_AXIS);
  5066. if (code_seen('X') || code_seen('x') ) {
  5067. X_probe_location = code_value() - X_PROBE_OFFSET_FROM_EXTRUDER;
  5068. if (X_probe_location<X_MIN_POS || X_probe_location>X_MAX_POS ) {
  5069. SERIAL_PROTOCOLPGM("?Specified X position out of range.\n");
  5070. goto Sigma_Exit;
  5071. }
  5072. }
  5073. if (code_seen('Y') || code_seen('y') ) {
  5074. Y_probe_location = code_value() - Y_PROBE_OFFSET_FROM_EXTRUDER;
  5075. if (Y_probe_location<Y_MIN_POS || Y_probe_location>Y_MAX_POS ) {
  5076. SERIAL_PROTOCOLPGM("?Specified Y position out of range.\n");
  5077. goto Sigma_Exit;
  5078. }
  5079. }
  5080. if (code_seen('L') || code_seen('l') ) {
  5081. n_legs = code_value();
  5082. if ( n_legs==1 )
  5083. n_legs = 2;
  5084. if ( n_legs<0 || n_legs>15 ) {
  5085. SERIAL_PROTOCOLPGM("?Specified number of legs in movement not plausable.\n");
  5086. goto Sigma_Exit;
  5087. }
  5088. }
  5089. //
  5090. // Do all the preliminary setup work. First raise the probe.
  5091. //
  5092. st_synchronize();
  5093. plan_bed_level_matrix.set_to_identity();
  5094. plan_buffer_line( X_current, Y_current, Z_start_location,
  5095. ext_position,
  5096. homing_feedrate[Z_AXIS]/60,
  5097. active_extruder);
  5098. st_synchronize();
  5099. //
  5100. // Now get everything to the specified probe point So we can safely do a probe to
  5101. // get us close to the bed. If the Z-Axis is far from the bed, we don't want to
  5102. // use that as a starting point for each probe.
  5103. //
  5104. if (verbose_level > 2)
  5105. SERIAL_PROTOCOL("Positioning probe for the test.\n");
  5106. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  5107. ext_position,
  5108. homing_feedrate[X_AXIS]/60,
  5109. active_extruder);
  5110. st_synchronize();
  5111. current_position[X_AXIS] = X_current = st_get_position_mm(X_AXIS);
  5112. current_position[Y_AXIS] = Y_current = st_get_position_mm(Y_AXIS);
  5113. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  5114. current_position[E_AXIS] = ext_position = st_get_position_mm(E_AXIS);
  5115. //
  5116. // OK, do the inital probe to get us close to the bed.
  5117. // Then retrace the right amount and use that in subsequent probes
  5118. //
  5119. int l_feedmultiply = setup_for_endstop_move();
  5120. run_z_probe();
  5121. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  5122. Z_start_location = st_get_position_mm(Z_AXIS) + Z_RAISE_BEFORE_PROBING;
  5123. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  5124. ext_position,
  5125. homing_feedrate[X_AXIS]/60,
  5126. active_extruder);
  5127. st_synchronize();
  5128. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  5129. for( n=0; n<n_samples; n++) {
  5130. do_blocking_move_to( X_probe_location, Y_probe_location, Z_start_location); // Make sure we are at the probe location
  5131. if ( n_legs) {
  5132. double radius=0.0, theta=0.0, x_sweep, y_sweep;
  5133. int rotational_direction, l;
  5134. rotational_direction = (unsigned long) _millis() & 0x0001; // clockwise or counter clockwise
  5135. radius = (unsigned long) _millis() % (long) (X_MAX_LENGTH/4); // limit how far out to go
  5136. theta = (float) ((unsigned long) _millis() % (long) 360) / (360./(2*3.1415926)); // turn into radians
  5137. //SERIAL_ECHOPAIR("starting radius: ",radius);
  5138. //SERIAL_ECHOPAIR(" theta: ",theta);
  5139. //SERIAL_ECHOPAIR(" direction: ",rotational_direction);
  5140. //SERIAL_PROTOCOLLNPGM("");
  5141. for( l=0; l<n_legs-1; l++) {
  5142. if (rotational_direction==1)
  5143. theta += (float) ((unsigned long) _millis() % (long) 20) / (360.0/(2*3.1415926)); // turn into radians
  5144. else
  5145. theta -= (float) ((unsigned long) _millis() % (long) 20) / (360.0/(2*3.1415926)); // turn into radians
  5146. radius += (float) ( ((long) ((unsigned long) _millis() % (long) 10)) - 5);
  5147. if ( radius<0.0 )
  5148. radius = -radius;
  5149. X_current = X_probe_location + cos(theta) * radius;
  5150. Y_current = Y_probe_location + sin(theta) * radius;
  5151. if ( X_current<X_MIN_POS) // Make sure our X & Y are sane
  5152. X_current = X_MIN_POS;
  5153. if ( X_current>X_MAX_POS)
  5154. X_current = X_MAX_POS;
  5155. if ( Y_current<Y_MIN_POS) // Make sure our X & Y are sane
  5156. Y_current = Y_MIN_POS;
  5157. if ( Y_current>Y_MAX_POS)
  5158. Y_current = Y_MAX_POS;
  5159. if (verbose_level>3 ) {
  5160. SERIAL_ECHOPAIR("x: ", X_current);
  5161. SERIAL_ECHOPAIR("y: ", Y_current);
  5162. SERIAL_PROTOCOLLNPGM("");
  5163. }
  5164. do_blocking_move_to( X_current, Y_current, Z_current );
  5165. }
  5166. do_blocking_move_to( X_probe_location, Y_probe_location, Z_start_location); // Go back to the probe location
  5167. }
  5168. int l_feedmultiply = setup_for_endstop_move();
  5169. run_z_probe();
  5170. sample_set[n] = current_position[Z_AXIS];
  5171. //
  5172. // Get the current mean for the data points we have so far
  5173. //
  5174. sum=0.0;
  5175. for( j=0; j<=n; j++) {
  5176. sum = sum + sample_set[j];
  5177. }
  5178. mean = sum / (double (n+1));
  5179. //
  5180. // Now, use that mean to calculate the standard deviation for the
  5181. // data points we have so far
  5182. //
  5183. sum=0.0;
  5184. for( j=0; j<=n; j++) {
  5185. sum = sum + (sample_set[j]-mean) * (sample_set[j]-mean);
  5186. }
  5187. sigma = sqrt( sum / (double (n+1)) );
  5188. if (verbose_level > 1) {
  5189. SERIAL_PROTOCOL(n+1);
  5190. SERIAL_PROTOCOL(" of ");
  5191. SERIAL_PROTOCOL(n_samples);
  5192. SERIAL_PROTOCOLPGM(" z: ");
  5193. SERIAL_PROTOCOL_F(current_position[Z_AXIS], 6);
  5194. }
  5195. if (verbose_level > 2) {
  5196. SERIAL_PROTOCOL(" mean: ");
  5197. SERIAL_PROTOCOL_F(mean,6);
  5198. SERIAL_PROTOCOL(" sigma: ");
  5199. SERIAL_PROTOCOL_F(sigma,6);
  5200. }
  5201. if (verbose_level > 0)
  5202. SERIAL_PROTOCOLPGM("\n");
  5203. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  5204. current_position[E_AXIS], homing_feedrate[Z_AXIS]/60, active_extruder);
  5205. st_synchronize();
  5206. }
  5207. _delay(1000);
  5208. clean_up_after_endstop_move(l_feedmultiply);
  5209. // enable_endstops(true);
  5210. if (verbose_level > 0) {
  5211. SERIAL_PROTOCOLPGM("Mean: ");
  5212. SERIAL_PROTOCOL_F(mean, 6);
  5213. SERIAL_PROTOCOLPGM("\n");
  5214. }
  5215. SERIAL_PROTOCOLPGM("Standard Deviation: ");
  5216. SERIAL_PROTOCOL_F(sigma, 6);
  5217. SERIAL_PROTOCOLPGM("\n\n");
  5218. Sigma_Exit:
  5219. break;
  5220. }
  5221. #endif // Z_PROBE_REPEATABILITY_TEST
  5222. #endif // ENABLE_AUTO_BED_LEVELING
  5223. /*!
  5224. ### M73 - Set/get print progress <a href="https://reprap.org/wiki/G-code#M73:_Set.2FGet_build_percentage">M73: Set/Get build percentage</a>
  5225. #### Usage
  5226. M73 [ P | R | Q | S | C | D ]
  5227. #### Parameters
  5228. - `P` - Percent in normal mode
  5229. - `R` - Time remaining in normal mode
  5230. - `Q` - Percent in silent mode
  5231. - `S` - Time in silent mode
  5232. - `C` - Time to change/pause/user interaction in normal mode
  5233. - `D` - Time to change/pause/user interaction in silent mode
  5234. */
  5235. case 73: //M73 show percent done, time remaining and time to change/pause
  5236. {
  5237. if(code_seen('P')) print_percent_done_normal = code_value_uint8();
  5238. if(code_seen('R')) print_time_remaining_normal = code_value();
  5239. if(code_seen('Q')) print_percent_done_silent = code_value_uint8();
  5240. if(code_seen('S')) print_time_remaining_silent = code_value();
  5241. if(code_seen('C')){
  5242. float print_time_to_change_normal_f = code_value_float();
  5243. print_time_to_change_normal = ( print_time_to_change_normal_f <= 0 ) ? PRINT_TIME_REMAINING_INIT : print_time_to_change_normal_f;
  5244. }
  5245. if(code_seen('D')){
  5246. float print_time_to_change_silent_f = code_value_float();
  5247. print_time_to_change_silent = ( print_time_to_change_silent_f <= 0 ) ? PRINT_TIME_REMAINING_INIT : print_time_to_change_silent_f;
  5248. }
  5249. {
  5250. const char* _msg_mode_done_remain = _N("%S MODE: Percent done: %hhd; print time remaining in mins: %d; Change in mins: %d\n");
  5251. printf_P(_msg_mode_done_remain, _N("NORMAL"), int8_t(print_percent_done_normal), print_time_remaining_normal, print_time_to_change_normal);
  5252. printf_P(_msg_mode_done_remain, _N("SILENT"), int8_t(print_percent_done_silent), print_time_remaining_silent, print_time_to_change_silent);
  5253. }
  5254. break;
  5255. }
  5256. /*!
  5257. ### M104 - Set hotend temperature <a href="https://reprap.org/wiki/G-code#M104:_Set_Extruder_Temperature">M104: Set Extruder Temperature</a>
  5258. #### Usage
  5259. M104 [ S ]
  5260. #### Parameters
  5261. - `S` - Target temperature
  5262. */
  5263. case 104: // M104
  5264. {
  5265. uint8_t extruder;
  5266. if(setTargetedHotend(104,extruder)){
  5267. break;
  5268. }
  5269. if (code_seen('S'))
  5270. {
  5271. setTargetHotendSafe(code_value(), extruder);
  5272. }
  5273. break;
  5274. }
  5275. /*!
  5276. ### M112 - Emergency stop <a href="https://reprap.org/wiki/G-code#M112:_Full_.28Emergency.29_Stop">M112: Full (Emergency) Stop</a>
  5277. It is processed much earlier as to bypass the cmdqueue.
  5278. */
  5279. case 112:
  5280. kill(MSG_M112_KILL, 3);
  5281. break;
  5282. /*!
  5283. ### M140 - Set bed temperature <a href="https://reprap.org/wiki/G-code#M140:_Set_Bed_Temperature_.28Fast.29">M140: Set Bed Temperature (Fast)</a>
  5284. #### Usage
  5285. M140 [ S ]
  5286. #### Parameters
  5287. - `S` - Target temperature
  5288. */
  5289. case 140:
  5290. if (code_seen('S')) setTargetBed(code_value());
  5291. break;
  5292. /*!
  5293. ### M105 - Report temperatures <a href="https://reprap.org/wiki/G-code#M105:_Get_Extruder_Temperature">M105: Get Extruder Temperature</a>
  5294. Prints temperatures:
  5295. - `T:` - Hotend (actual / target)
  5296. - `B:` - Bed (actual / target)
  5297. - `Tx:` - x Tool (actual / target)
  5298. - `@:` - Hotend power
  5299. - `B@:` - Bed power
  5300. - `P:` - PINDAv2 actual (only MK2.5/s and MK3/s)
  5301. - `A:` - Ambient actual (only MK3/s)
  5302. _Example:_
  5303. ok T:20.2 /0.0 B:19.1 /0.0 T0:20.2 /0.0 @:0 B@:0 P:19.8 A:26.4
  5304. */
  5305. case 105:
  5306. {
  5307. uint8_t extruder;
  5308. if(setTargetedHotend(105, extruder)){
  5309. break;
  5310. }
  5311. SERIAL_PROTOCOLPGM("ok ");
  5312. gcode_M105(extruder);
  5313. cmdqueue_pop_front(); //prevent an ok after the command since this command uses an ok at the beginning.
  5314. cmdbuffer_front_already_processed = true;
  5315. break;
  5316. }
  5317. #if defined(AUTO_REPORT)
  5318. /*!
  5319. ### M155 - Automatically send status <a href="https://reprap.org/wiki/G-code#M155:_Automatically_send_temperatures">M155: Automatically send temperatures</a>
  5320. #### Usage
  5321. M155 [ S ] [ C ]
  5322. #### Parameters
  5323. - `S` - Set autoreporting interval in seconds. 0 to disable. Maximum: 255
  5324. - `C` - Activate auto-report function (bit mask). Default is temperature.
  5325. bit 0 = Auto-report temperatures
  5326. bit 1 = Auto-report fans
  5327. bit 2 = Auto-report position
  5328. bit 3 = free
  5329. bit 4 = free
  5330. bit 5 = free
  5331. bit 6 = free
  5332. bit 7 = free
  5333. */
  5334. case 155:
  5335. {
  5336. if (code_seen('S')){
  5337. autoReportFeatures.SetPeriod( code_value_uint8() );
  5338. }
  5339. if (code_seen('C')){
  5340. autoReportFeatures.SetMask(code_value_uint8());
  5341. } else{
  5342. autoReportFeatures.SetMask(1); //Backwards compability to host systems like Octoprint to send only temp if paramerter `C`isn't used.
  5343. }
  5344. }
  5345. break;
  5346. #endif //AUTO_REPORT
  5347. /*!
  5348. ### M109 - Wait for extruder temperature <a href="https://reprap.org/wiki/G-code#M109:_Set_Extruder_Temperature_and_Wait">M109: Set Extruder Temperature and Wait</a>
  5349. #### Usage
  5350. M104 [ B | R | S ]
  5351. #### Parameters (not mandatory)
  5352. - `S` - Set extruder temperature
  5353. - `R` - Set extruder temperature
  5354. - `B` - Set max. extruder temperature, while `S` is min. temperature. Not active in default, only if AUTOTEMP is defined in source code.
  5355. Parameters S and R are treated identically.
  5356. Command always waits for both cool down and heat up.
  5357. If no parameters are supplied waits for previously set extruder temperature.
  5358. */
  5359. case 109:
  5360. {
  5361. uint8_t extruder;
  5362. if(setTargetedHotend(109, extruder)){
  5363. break;
  5364. }
  5365. LCD_MESSAGERPGM(_T(MSG_HEATING));
  5366. heating_status = HeatingStatus::EXTRUDER_HEATING;
  5367. prusa_statistics(1);
  5368. #ifdef AUTOTEMP
  5369. autotemp_enabled=false;
  5370. #endif
  5371. if (code_seen('S')) {
  5372. setTargetHotendSafe(code_value(), extruder);
  5373. } else if (code_seen('R')) {
  5374. setTargetHotendSafe(code_value(), extruder);
  5375. }
  5376. #ifdef AUTOTEMP
  5377. if (code_seen('S')) autotemp_min=code_value();
  5378. if (code_seen('B')) autotemp_max=code_value();
  5379. if (code_seen('F'))
  5380. {
  5381. autotemp_factor=code_value();
  5382. autotemp_enabled=true;
  5383. }
  5384. #endif
  5385. codenum = _millis();
  5386. /* See if we are heating up or cooling down */
  5387. target_direction = isHeatingHotend(extruder); // true if heating, false if cooling
  5388. cancel_heatup = false;
  5389. wait_for_heater(codenum, extruder); //loops until target temperature is reached
  5390. LCD_MESSAGERPGM(_T(MSG_HEATING_COMPLETE));
  5391. heating_status = HeatingStatus::EXTRUDER_HEATING_COMPLETE;
  5392. prusa_statistics(2);
  5393. //starttime=_millis();
  5394. previous_millis_cmd.start();
  5395. }
  5396. break;
  5397. /*!
  5398. ### M190 - Wait for bed temperature <a href="https://reprap.org/wiki/G-code#M190:_Wait_for_bed_temperature_to_reach_target_temp">M190: Wait for bed temperature to reach target temp</a>
  5399. #### Usage
  5400. M190 [ R | S ]
  5401. #### Parameters (not mandatory)
  5402. - `S` - Set extruder temperature and wait for heating
  5403. - `R` - Set extruder temperature and wait for heating or cooling
  5404. If no parameter is supplied, waits for heating or cooling to previously set temperature.
  5405. */
  5406. case 190:
  5407. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  5408. {
  5409. bool CooldownNoWait = false;
  5410. LCD_MESSAGERPGM(_T(MSG_BED_HEATING));
  5411. heating_status = HeatingStatus::BED_HEATING;
  5412. prusa_statistics(1);
  5413. if (code_seen('S'))
  5414. {
  5415. setTargetBed(code_value());
  5416. CooldownNoWait = true;
  5417. }
  5418. else if (code_seen('R'))
  5419. {
  5420. setTargetBed(code_value());
  5421. }
  5422. codenum = _millis();
  5423. cancel_heatup = false;
  5424. target_direction = isHeatingBed(); // true if heating, false if cooling
  5425. while ( (!cancel_heatup) && (target_direction ? (isHeatingBed()) : (isCoolingBed()&&(CooldownNoWait==false))) )
  5426. {
  5427. if(( _millis() - codenum) > 1000 ) //Print Temp Reading every 1 second while heating up.
  5428. {
  5429. if (!farm_mode) {
  5430. float tt = degHotend(active_extruder);
  5431. SERIAL_PROTOCOLPGM("T:");
  5432. SERIAL_PROTOCOL(tt);
  5433. SERIAL_PROTOCOLPGM(" E:");
  5434. SERIAL_PROTOCOL((int)active_extruder);
  5435. SERIAL_PROTOCOLPGM(" B:");
  5436. SERIAL_PROTOCOL_F(degBed(), 1);
  5437. SERIAL_PROTOCOLLN();
  5438. }
  5439. codenum = _millis();
  5440. }
  5441. manage_heater();
  5442. manage_inactivity();
  5443. lcd_update(0);
  5444. }
  5445. LCD_MESSAGERPGM(_T(MSG_BED_DONE));
  5446. heating_status = HeatingStatus::BED_HEATING_COMPLETE;
  5447. previous_millis_cmd.start();
  5448. }
  5449. #endif
  5450. break;
  5451. #if defined(FAN_PIN) && FAN_PIN > -1
  5452. /*!
  5453. ### M106 - Set fan speed <a href="https://reprap.org/wiki/G-code#M106:_Fan_On">M106: Fan On</a>
  5454. #### Usage
  5455. M106 [ S ]
  5456. #### Parameters
  5457. - `S` - Specifies the duty cycle of the print fan. Allowed values are 0-255. If it's omitted, a value of 255 is used.
  5458. */
  5459. case 106: // M106 Sxxx Fan On S<speed> 0 .. 255
  5460. if (code_seen('S')){
  5461. fanSpeed = code_value_uint8();
  5462. }
  5463. else {
  5464. fanSpeed = 255;
  5465. }
  5466. break;
  5467. /*!
  5468. ### M107 - Fan off <a href="https://reprap.org/wiki/G-code#M107:_Fan_Off">M107: Fan Off</a>
  5469. */
  5470. case 107:
  5471. fanSpeed = 0;
  5472. break;
  5473. #endif //FAN_PIN
  5474. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  5475. /*!
  5476. ### M80 - Turn on the Power Supply <a href="https://reprap.org/wiki/G-code#M80:_ATX_Power_On">M80: ATX Power On</a>
  5477. Only works if the firmware is compiled with PS_ON_PIN defined.
  5478. */
  5479. case 80:
  5480. SET_OUTPUT(PS_ON_PIN); //GND
  5481. WRITE(PS_ON_PIN, PS_ON_AWAKE);
  5482. // If you have a switch on suicide pin, this is useful
  5483. // if you want to start another print with suicide feature after
  5484. // a print without suicide...
  5485. #if defined SUICIDE_PIN && SUICIDE_PIN > -1
  5486. SET_OUTPUT(SUICIDE_PIN);
  5487. WRITE(SUICIDE_PIN, HIGH);
  5488. #endif
  5489. powersupply = true;
  5490. LCD_MESSAGERPGM(MSG_WELCOME);
  5491. lcd_update(0);
  5492. break;
  5493. /*!
  5494. ### M81 - Turn off Power Supply <a href="https://reprap.org/wiki/G-code#M81:_ATX_Power_Off">M81: ATX Power Off</a>
  5495. Only works if the firmware is compiled with PS_ON_PIN defined.
  5496. */
  5497. case 81:
  5498. disable_heater();
  5499. st_synchronize();
  5500. disable_e0();
  5501. disable_e1();
  5502. disable_e2();
  5503. finishAndDisableSteppers();
  5504. fanSpeed = 0;
  5505. _delay(1000); // Wait a little before to switch off
  5506. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  5507. st_synchronize();
  5508. suicide();
  5509. #elif defined(PS_ON_PIN) && PS_ON_PIN > -1
  5510. SET_OUTPUT(PS_ON_PIN);
  5511. WRITE(PS_ON_PIN, PS_ON_ASLEEP);
  5512. #endif
  5513. powersupply = false;
  5514. LCD_MESSAGERPGM(CAT4(CUSTOM_MENDEL_NAME,PSTR(" "),MSG_OFF,PSTR(".")));
  5515. lcd_update(0);
  5516. break;
  5517. #endif
  5518. /*!
  5519. ### M82 - Set E axis to absolute mode <a href="https://reprap.org/wiki/G-code#M82:_Set_extruder_to_absolute_mode">M82: Set extruder to absolute mode</a>
  5520. Makes the extruder interpret extrusion as absolute positions.
  5521. */
  5522. case 82:
  5523. axis_relative_modes &= ~E_AXIS_MASK;
  5524. break;
  5525. /*!
  5526. ### M83 - Set E axis to relative mode <a href="https://reprap.org/wiki/G-code#M83:_Set_extruder_to_relative_mode">M83: Set extruder to relative mode</a>
  5527. Makes the extruder interpret extrusion values as relative positions.
  5528. */
  5529. case 83:
  5530. axis_relative_modes |= E_AXIS_MASK;
  5531. break;
  5532. /*!
  5533. ### M84 - Disable steppers <a href="https://reprap.org/wiki/G-code#M84:_Stop_idle_hold">M84: Stop idle hold</a>
  5534. This command can be used to set the stepper inactivity timeout (`S`) or to disable steppers (`X`,`Y`,`Z`,`E`)
  5535. This command can be used without any additional parameters. In that case all steppers are disabled.
  5536. The file completeness check uses this parameter to detect an incomplete file. It has to be present at the end of a file with no parameters.
  5537. M84 [ S | X | Y | Z | E ]
  5538. - `S` - Seconds
  5539. - `X` - X axis
  5540. - `Y` - Y axis
  5541. - `Z` - Z axis
  5542. - `E` - Extruder
  5543. ### M18 - Disable steppers <a href="https://reprap.org/wiki/G-code#M18:_Disable_all_stepper_motors">M18: Disable all stepper motors</a>
  5544. Equal to M84 (compatibility)
  5545. */
  5546. case 18: //compatibility
  5547. case 84: // M84
  5548. if(code_seen('S')){
  5549. stepper_inactive_time = code_value() * 1000;
  5550. }
  5551. else
  5552. {
  5553. bool all_axis = !((code_seen(axis_codes[X_AXIS])) || (code_seen(axis_codes[Y_AXIS])) || (code_seen(axis_codes[Z_AXIS]))|| (code_seen(axis_codes[E_AXIS])));
  5554. if(all_axis)
  5555. {
  5556. st_synchronize();
  5557. disable_e0();
  5558. disable_e1();
  5559. disable_e2();
  5560. finishAndDisableSteppers();
  5561. }
  5562. else
  5563. {
  5564. st_synchronize();
  5565. if (code_seen('X')) disable_x();
  5566. if (code_seen('Y')) disable_y();
  5567. if (code_seen('Z')) disable_z();
  5568. #if ((E0_ENABLE_PIN != X_ENABLE_PIN) && (E1_ENABLE_PIN != Y_ENABLE_PIN)) // Only enable on boards that have seperate ENABLE_PINS
  5569. if (code_seen('E')) {
  5570. disable_e0();
  5571. disable_e1();
  5572. disable_e2();
  5573. }
  5574. #endif
  5575. }
  5576. }
  5577. break;
  5578. /*!
  5579. ### M85 - Set max inactive time <a href="https://reprap.org/wiki/G-code#M85:_Set_Inactivity_Shutdown_Timer">M85: Set Inactivity Shutdown Timer</a>
  5580. #### Usage
  5581. M85 [ S ]
  5582. #### Parameters
  5583. - `S` - specifies the time in seconds. If a value of 0 is specified, the timer is disabled.
  5584. */
  5585. case 85: // M85
  5586. if(code_seen('S')) {
  5587. max_inactive_time = code_value() * 1000;
  5588. }
  5589. break;
  5590. #ifdef SAFETYTIMER
  5591. /*!
  5592. ### M86 - Set safety timer expiration time <a href="https://reprap.org/wiki/G-code#M86:_Set_Safety_Timer_expiration_time">M86: Set Safety Timer expiration time</a>
  5593. When safety timer expires, heatbed and nozzle target temperatures are set to zero.
  5594. #### Usage
  5595. M86 [ S ]
  5596. #### Parameters
  5597. - `S` - specifies the time in seconds. If a value of 0 is specified, the timer is disabled.
  5598. */
  5599. case 86:
  5600. if (code_seen('S')) {
  5601. safetytimer_inactive_time = code_value() * 1000;
  5602. safetyTimer.start();
  5603. }
  5604. break;
  5605. #endif
  5606. /*!
  5607. ### M92 Set Axis steps-per-unit <a href="https://reprap.org/wiki/G-code#M92:_Set_axis_steps_per_unit">M92: Set axis_steps_per_unit</a>
  5608. Allows programming of steps per unit (usually mm) for motor drives. These values are reset to firmware defaults on power on, unless saved to EEPROM if available (M500 in Marlin)
  5609. #### Usage
  5610. M92 [ X | Y | Z | E ]
  5611. #### Parameters
  5612. - `X` - Steps per unit for the X drive
  5613. - `Y` - Steps per unit for the Y drive
  5614. - `Z` - Steps per unit for the Z drive
  5615. - `E` - Steps per unit for the extruder drive
  5616. */
  5617. case 92:
  5618. for(int8_t i=0; i < NUM_AXIS; i++)
  5619. {
  5620. if(code_seen(axis_codes[i]))
  5621. {
  5622. if(i == E_AXIS) { // E
  5623. float value = code_value();
  5624. if(value < 20.0) {
  5625. float factor = cs.axis_steps_per_unit[i] / value; // increase e constants if M92 E14 is given for netfab.
  5626. cs.max_jerk[E_AXIS] *= factor;
  5627. max_feedrate[i] *= factor;
  5628. axis_steps_per_sqr_second[i] *= factor;
  5629. }
  5630. cs.axis_steps_per_unit[i] = value;
  5631. #if defined(FILAMENT_SENSOR) && (FILAMENT_SENSOR_TYPE == FSENSOR_PAT9125)
  5632. fsensor.init();
  5633. #endif //defined(FILAMENT_SENSOR) && (FILAMENT_SENSOR_TYPE == FSENSOR_PAT9125)
  5634. }
  5635. else {
  5636. cs.axis_steps_per_unit[i] = code_value();
  5637. }
  5638. }
  5639. }
  5640. reset_acceleration_rates();
  5641. break;
  5642. /*!
  5643. ### M110 - Set Line number <a href="https://reprap.org/wiki/G-code#M110:_Set_Current_Line_Number">M110: Set Current Line Number</a>
  5644. Sets the line number in G-code
  5645. #### Usage
  5646. M110 [ N ]
  5647. #### Parameters
  5648. - `N` - Line number
  5649. */
  5650. case 110:
  5651. if (code_seen('N'))
  5652. gcode_LastN = code_value_long();
  5653. break;
  5654. /*!
  5655. ### M113 - Get or set host keep-alive interval <a href="https://reprap.org/wiki/G-code#M113:_Host_Keepalive">M113: Host Keepalive</a>
  5656. During some lengthy processes, such as G29, Marlin may appear to the host to have “gone away.” The “host keepalive” feature will send messages to the host when Marlin is busy or waiting for user response so the host won’t try to reconnect (or disconnect).
  5657. #### Usage
  5658. M113 [ S ]
  5659. #### Parameters
  5660. - `S` - Seconds. Default is 2 seconds between "busy" messages
  5661. */
  5662. case 113:
  5663. if (code_seen('S')) {
  5664. host_keepalive_interval = code_value_uint8();
  5665. // NOMORE(host_keepalive_interval, 60);
  5666. }
  5667. else {
  5668. SERIAL_ECHO_START;
  5669. SERIAL_ECHOPAIR("M113 S", (unsigned long)host_keepalive_interval);
  5670. SERIAL_PROTOCOLLN();
  5671. }
  5672. break;
  5673. /*!
  5674. ### M115 - Firmware info <a href="https://reprap.org/wiki/G-code#M115:_Get_Firmware_Version_and_Capabilities">M115: Get Firmware Version and Capabilities</a>
  5675. Print the firmware info and capabilities
  5676. Without any arguments, prints Prusa firmware version number, machine type, extruder count and UUID.
  5677. `M115 U` Checks the firmware version provided. If the firmware version provided by the U code is higher than the currently running firmware, it will pause the print for 30s and ask the user to upgrade the firmware.
  5678. _Examples:_
  5679. `M115` results:
  5680. `FIRMWARE_NAME:Prusa-Firmware 3.8.1 based on Marlin FIRMWARE_URL:https://github.com/prusa3d/Prusa-Firmware PROTOCOL_VERSION:1.0 MACHINE_TYPE:Prusa i3 MK3S EXTRUDER_COUNT:1 UUID:00000000-0000-0000-0000-000000000000`
  5681. `M115 V` results:
  5682. `3.8.1`
  5683. `M115 U3.8.2-RC1` results on LCD display for 30s or user interaction:
  5684. `New firmware version available: 3.8.2-RC1 Please upgrade.`
  5685. #### Usage
  5686. M115 [ V | U ]
  5687. #### Parameters
  5688. - V - Report current installed firmware version
  5689. - U - Firmware version provided by G-code to be compared to current one.
  5690. */
  5691. case 115: // M115
  5692. if (code_seen('V')) {
  5693. // Report the Prusa version number.
  5694. SERIAL_PROTOCOLLNRPGM(FW_VERSION_STR_P());
  5695. } else if (code_seen('U')) {
  5696. // Check the firmware version provided. If the firmware version provided by the U code is higher than the currently running firmware,
  5697. // pause the print for 30s and ask the user to upgrade the firmware.
  5698. show_upgrade_dialog_if_version_newer(++ strchr_pointer);
  5699. } else {
  5700. SERIAL_ECHOPGM("FIRMWARE_NAME:Prusa-Firmware ");
  5701. SERIAL_ECHORPGM(FW_VERSION_STR_P());
  5702. SERIAL_ECHOPGM(" based on Marlin FIRMWARE_URL:https://github.com/prusa3d/Prusa-Firmware PROTOCOL_VERSION:");
  5703. SERIAL_ECHOPGM(PROTOCOL_VERSION);
  5704. SERIAL_ECHOPGM(" MACHINE_TYPE:");
  5705. SERIAL_ECHOPGM(CUSTOM_MENDEL_NAME);
  5706. SERIAL_ECHOPGM(" EXTRUDER_COUNT:");
  5707. SERIAL_ECHOPGM(STRINGIFY(EXTRUDERS));
  5708. SERIAL_ECHOPGM(" UUID:");
  5709. SERIAL_ECHOLNPGM(MACHINE_UUID);
  5710. #ifdef EXTENDED_CAPABILITIES_REPORT
  5711. extended_capabilities_report();
  5712. #endif //EXTENDED_CAPABILITIES_REPORT
  5713. }
  5714. break;
  5715. /*!
  5716. ### M114 - Get current position <a href="https://reprap.org/wiki/G-code#M114:_Get_Current_Position">M114: Get Current Position</a>
  5717. */
  5718. case 114:
  5719. gcode_M114();
  5720. break;
  5721. /*
  5722. M117 moved up to get the high priority
  5723. case 117: // M117 display message
  5724. starpos = (strchr(strchr_pointer + 5,'*'));
  5725. if(starpos!=NULL)
  5726. *(starpos)='\0';
  5727. lcd_setstatus(strchr_pointer + 5);
  5728. break;*/
  5729. #ifdef M120_M121_ENABLED
  5730. /*!
  5731. ### M120 - Enable endstops <a href="https://reprap.org/wiki/G-code#M120:_Enable_endstop_detection">M120: Enable endstop detection</a>
  5732. */
  5733. case 120:
  5734. enable_endstops(true) ;
  5735. break;
  5736. /*!
  5737. ### M121 - Disable endstops <a href="https://reprap.org/wiki/G-code#M121:_Disable_endstop_detection">M121: Disable endstop detection</a>
  5738. */
  5739. case 121:
  5740. enable_endstops(false) ;
  5741. break;
  5742. #endif //M120_M121_ENABLED
  5743. /*!
  5744. ### M119 - Get endstop states <a href="https://reprap.org/wiki/G-code#M119:_Get_Endstop_Status">M119: Get Endstop Status</a>
  5745. Returns the current state of the configured X, Y, Z endstops. Takes into account any 'inverted endstop' settings, so one can confirm that the machine is interpreting the endstops correctly.
  5746. */
  5747. case 119:
  5748. SERIAL_PROTOCOLRPGM(_N("Reporting endstop status"));////MSG_M119_REPORT
  5749. SERIAL_PROTOCOLLN();
  5750. #if defined(X_MIN_PIN) && X_MIN_PIN > -1
  5751. SERIAL_PROTOCOLRPGM(_n("x_min: "));////MSG_X_MIN
  5752. if(READ(X_MIN_PIN)^X_MIN_ENDSTOP_INVERTING){
  5753. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5754. }else{
  5755. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5756. }
  5757. SERIAL_PROTOCOLLN();
  5758. #endif
  5759. #if defined(X_MAX_PIN) && X_MAX_PIN > -1
  5760. SERIAL_PROTOCOLRPGM(_n("x_max: "));////MSG_X_MAX
  5761. if(READ(X_MAX_PIN)^X_MAX_ENDSTOP_INVERTING){
  5762. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5763. }else{
  5764. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5765. }
  5766. SERIAL_PROTOCOLLN();
  5767. #endif
  5768. #if defined(Y_MIN_PIN) && Y_MIN_PIN > -1
  5769. SERIAL_PROTOCOLRPGM(_n("y_min: "));////MSG_Y_MIN
  5770. if(READ(Y_MIN_PIN)^Y_MIN_ENDSTOP_INVERTING){
  5771. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5772. }else{
  5773. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5774. }
  5775. SERIAL_PROTOCOLLN();
  5776. #endif
  5777. #if defined(Y_MAX_PIN) && Y_MAX_PIN > -1
  5778. SERIAL_PROTOCOLRPGM(_n("y_max: "));////MSG_Y_MAX
  5779. if(READ(Y_MAX_PIN)^Y_MAX_ENDSTOP_INVERTING){
  5780. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5781. }else{
  5782. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5783. }
  5784. SERIAL_PROTOCOLLN();
  5785. #endif
  5786. #if defined(Z_MIN_PIN) && Z_MIN_PIN > -1
  5787. SERIAL_PROTOCOLRPGM(MSG_Z_MIN);
  5788. if(READ(Z_MIN_PIN)^Z_MIN_ENDSTOP_INVERTING){
  5789. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5790. }else{
  5791. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5792. }
  5793. SERIAL_PROTOCOLLN();
  5794. #endif
  5795. #if defined(Z_MAX_PIN) && Z_MAX_PIN > -1
  5796. SERIAL_PROTOCOLRPGM(MSG_Z_MAX);
  5797. if(READ(Z_MAX_PIN)^Z_MAX_ENDSTOP_INVERTING){
  5798. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_HIT);
  5799. }else{
  5800. SERIAL_PROTOCOLRPGM(MSG_ENDSTOP_OPEN);
  5801. }
  5802. SERIAL_PROTOCOLLN();
  5803. #endif
  5804. break;
  5805. //!@todo update for all axes, use for loop
  5806. #if (defined(FANCHECK) && (((defined(TACH_0) && (TACH_0 >-1)) || (defined(TACH_1) && (TACH_1 > -1)))))
  5807. /*!
  5808. ### M123 - Tachometer value <a href="https://www.reprap.org/wiki/G-code#M123:_Tachometer_value_.28RepRap_.26_Prusa.29">M123: Tachometer value</a>
  5809. This command is used to report fan speeds and fan pwm values.
  5810. #### Usage
  5811. M123
  5812. - E0: - Hotend fan speed in RPM
  5813. - PRN1: - Part cooling fans speed in RPM
  5814. - E0@: - Hotend fan PWM value
  5815. - PRN1@: -Part cooling fan PWM value
  5816. _Example:_
  5817. E0:3240 RPM PRN1:4560 RPM E0@:255 PRN1@:255
  5818. */
  5819. case 123:
  5820. gcode_M123();
  5821. break;
  5822. #endif //FANCHECK and TACH_0 and TACH_1
  5823. #ifdef BLINKM
  5824. /*!
  5825. ### M150 - Set RGB(W) Color <a href="https://reprap.org/wiki/G-code#M150:_Set_LED_color">M150: Set LED color</a>
  5826. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code by defining BLINKM and its dependencies.
  5827. #### Usage
  5828. M150 [ R | U | B ]
  5829. #### Parameters
  5830. - `R` - Red color value
  5831. - `U` - Green color value. It is NOT `G`!
  5832. - `B` - Blue color value
  5833. */
  5834. case 150:
  5835. {
  5836. byte red;
  5837. byte grn;
  5838. byte blu;
  5839. if(code_seen('R')) red = code_value();
  5840. if(code_seen('U')) grn = code_value();
  5841. if(code_seen('B')) blu = code_value();
  5842. SendColors(red,grn,blu);
  5843. }
  5844. break;
  5845. #endif //BLINKM
  5846. /*!
  5847. ### M200 - Set filament diameter <a href="https://reprap.org/wiki/G-code#M200:_Set_filament_diameter">M200: Set filament diameter</a>
  5848. #### Usage
  5849. M200 [ D | T ]
  5850. #### Parameters
  5851. - `D` - Diameter in mm
  5852. - `T` - Number of extruder (MMUs)
  5853. */
  5854. case 200: // M200 D<millimeters> set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).
  5855. {
  5856. uint8_t extruder = active_extruder;
  5857. if(code_seen('T')) {
  5858. extruder = code_value_uint8();
  5859. if(extruder >= EXTRUDERS) {
  5860. SERIAL_ECHO_START;
  5861. SERIAL_ECHO(_n("M200 Invalid extruder "));////MSG_M200_INVALID_EXTRUDER
  5862. break;
  5863. }
  5864. }
  5865. if(code_seen('D')) {
  5866. float diameter = code_value();
  5867. if (diameter == 0.0) {
  5868. // setting any extruder filament size disables volumetric on the assumption that
  5869. // slicers either generate in extruder values as cubic mm or as as filament feeds
  5870. // for all extruders
  5871. cs.volumetric_enabled = false;
  5872. } else {
  5873. cs.filament_size[extruder] = code_value();
  5874. // make sure all extruders have some sane value for the filament size
  5875. cs.filament_size[0] = (cs.filament_size[0] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : cs.filament_size[0]);
  5876. #if EXTRUDERS > 1
  5877. cs.filament_size[1] = (cs.filament_size[1] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : cs.filament_size[1]);
  5878. #if EXTRUDERS > 2
  5879. cs.filament_size[2] = (cs.filament_size[2] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : cs.filament_size[2]);
  5880. #endif
  5881. #endif
  5882. cs.volumetric_enabled = true;
  5883. }
  5884. } else {
  5885. //reserved for setting filament diameter via UFID or filament measuring device
  5886. break;
  5887. }
  5888. calculate_extruder_multipliers();
  5889. }
  5890. break;
  5891. /*!
  5892. ### M201 - Set Print Max Acceleration <a href="https://reprap.org/wiki/G-code#M201:_Set_max_acceleration">M201: Set max printing acceleration</a>
  5893. For each axis individually.
  5894. ##### Usage
  5895. M201 [ X | Y | Z | E ]
  5896. ##### Parameters
  5897. - `X` - Acceleration for X axis in units/s^2
  5898. - `Y` - Acceleration for Y axis in units/s^2
  5899. - `Z` - Acceleration for Z axis in units/s^2
  5900. - `E` - Acceleration for the active or specified extruder in units/s^2
  5901. */
  5902. case 201:
  5903. for (int8_t i = 0; i < NUM_AXIS; i++)
  5904. {
  5905. if (code_seen(axis_codes[i]))
  5906. {
  5907. unsigned long val = code_value();
  5908. #ifdef TMC2130
  5909. unsigned long val_silent = val;
  5910. if ((i == X_AXIS) || (i == Y_AXIS))
  5911. {
  5912. if (val > NORMAL_MAX_ACCEL_XY)
  5913. val = NORMAL_MAX_ACCEL_XY;
  5914. if (val_silent > SILENT_MAX_ACCEL_XY)
  5915. val_silent = SILENT_MAX_ACCEL_XY;
  5916. }
  5917. cs.max_acceleration_units_per_sq_second_normal[i] = val;
  5918. cs.max_acceleration_units_per_sq_second_silent[i] = val_silent;
  5919. #else //TMC2130
  5920. max_acceleration_units_per_sq_second[i] = val;
  5921. #endif //TMC2130
  5922. }
  5923. }
  5924. // 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)
  5925. reset_acceleration_rates();
  5926. break;
  5927. #if 0 // Not used for Sprinter/grbl gen6
  5928. case 202: // M202
  5929. for(int8_t i=0; i < NUM_AXIS; i++) {
  5930. if(code_seen(axis_codes[i])) axis_travel_steps_per_sqr_second[i] = code_value() * cs.axis_steps_per_unit[i];
  5931. }
  5932. break;
  5933. #endif
  5934. /*!
  5935. ### M203 - Set Max Feedrate <a href="https://reprap.org/wiki/G-code#M203:_Set_maximum_feedrate">M203: Set maximum feedrate</a>
  5936. For each axis individually.
  5937. ##### Usage
  5938. M203 [ X | Y | Z | E ]
  5939. ##### Parameters
  5940. - `X` - Maximum feedrate for X axis
  5941. - `Y` - Maximum feedrate for Y axis
  5942. - `Z` - Maximum feedrate for Z axis
  5943. - `E` - Maximum feedrate for extruder drives
  5944. */
  5945. case 203: // M203 max feedrate mm/sec
  5946. for (uint8_t i = 0; i < NUM_AXIS; i++)
  5947. {
  5948. if (code_seen(axis_codes[i]))
  5949. {
  5950. float val = code_value();
  5951. #ifdef TMC2130
  5952. float val_silent = val;
  5953. if ((i == X_AXIS) || (i == Y_AXIS))
  5954. {
  5955. if (val > NORMAL_MAX_FEEDRATE_XY)
  5956. val = NORMAL_MAX_FEEDRATE_XY;
  5957. if (val_silent > SILENT_MAX_FEEDRATE_XY)
  5958. val_silent = SILENT_MAX_FEEDRATE_XY;
  5959. }
  5960. cs.max_feedrate_normal[i] = val;
  5961. cs.max_feedrate_silent[i] = val_silent;
  5962. #else //TMC2130
  5963. max_feedrate[i] = val;
  5964. #endif //TMC2130
  5965. }
  5966. }
  5967. break;
  5968. /*!
  5969. ### M204 - Acceleration settings <a href="https://reprap.org/wiki/G-code#M204:_Set_default_acceleration">M204: Set default acceleration</a>
  5970. #### Old format:
  5971. ##### Usage
  5972. M204 [ S | T ]
  5973. ##### Parameters
  5974. - `S` - normal moves
  5975. - `T` - filmanent only moves
  5976. #### New format:
  5977. ##### Usage
  5978. M204 [ P | R | T ]
  5979. ##### Parameters
  5980. - `P` - printing moves
  5981. - `R` - filmanent only moves
  5982. - `T` - travel moves (as of now T is ignored)
  5983. */
  5984. case 204:
  5985. {
  5986. if(code_seen('S')) {
  5987. // Legacy acceleration format. This format is used by the legacy Marlin, MK2 or MK3 firmware,
  5988. // and it is also generated by Slic3r to control acceleration per extrusion type
  5989. // (there is a separate acceleration settings in Slicer for perimeter, first layer etc).
  5990. cs.acceleration = cs.travel_acceleration = code_value();
  5991. // Interpret the T value as retract acceleration in the old Marlin format.
  5992. if(code_seen('T'))
  5993. cs.retract_acceleration = code_value();
  5994. } else {
  5995. // New acceleration format, compatible with the upstream Marlin.
  5996. if(code_seen('P'))
  5997. cs.acceleration = code_value();
  5998. if(code_seen('R'))
  5999. cs.retract_acceleration = code_value();
  6000. if(code_seen('T'))
  6001. cs.travel_acceleration = code_value();
  6002. }
  6003. }
  6004. break;
  6005. /*!
  6006. ### M205 - Set advanced settings <a href="https://reprap.org/wiki/G-code#M205:_Advanced_settings">M205: Advanced settings</a>
  6007. Set some advanced settings related to movement.
  6008. #### Usage
  6009. M205 [ S | T | B | X | Y | Z | E ]
  6010. #### Parameters
  6011. - `S` - Minimum feedrate for print moves (unit/s)
  6012. - `T` - Minimum feedrate for travel moves (units/s)
  6013. - `B` - Minimum segment time (us)
  6014. - `X` - Maximum X jerk (units/s)
  6015. - `Y` - Maximum Y jerk (units/s)
  6016. - `Z` - Maximum Z jerk (units/s)
  6017. - `E` - Maximum E jerk (units/s)
  6018. */
  6019. case 205:
  6020. {
  6021. if(code_seen('S')) cs.minimumfeedrate = code_value();
  6022. if(code_seen('T')) cs.mintravelfeedrate = code_value();
  6023. if(code_seen('B')) cs.minsegmenttime = code_value() ;
  6024. if(code_seen('X')) cs.max_jerk[X_AXIS] = cs.max_jerk[Y_AXIS] = code_value();
  6025. if(code_seen('Y')) cs.max_jerk[Y_AXIS] = code_value();
  6026. if(code_seen('Z')) cs.max_jerk[Z_AXIS] = code_value();
  6027. if(code_seen('E'))
  6028. {
  6029. float e = code_value();
  6030. #ifndef LA_NOCOMPAT
  6031. e = la10c_jerk(e);
  6032. #endif
  6033. cs.max_jerk[E_AXIS] = e;
  6034. }
  6035. }
  6036. break;
  6037. /*!
  6038. ### M206 - Set additional homing offsets <a href="https://reprap.org/wiki/G-code#M206:_Offset_axes">M206: Offset axes</a>
  6039. #### Usage
  6040. M206 [ X | Y | Z ]
  6041. #### Parameters
  6042. - `X` - X axis offset
  6043. - `Y` - Y axis offset
  6044. - `Z` - Z axis offset
  6045. */
  6046. case 206:
  6047. for(uint8_t i=0; i < 3; i++)
  6048. {
  6049. if(code_seen(axis_codes[i])) cs.add_homing[i] = code_value();
  6050. }
  6051. break;
  6052. #ifdef FWRETRACT
  6053. /*!
  6054. ### M207 - Set firmware retraction <a href="https://reprap.org/wiki/G-code#M207:_Set_retract_length">M207: Set retract length</a>
  6055. #### Usage
  6056. M207 [ S | F | Z ]
  6057. #### Parameters
  6058. - `S` - positive length to retract, in mm
  6059. - `F` - retraction feedrate, in mm/min
  6060. - `Z` - additional zlift/hop
  6061. */
  6062. case 207: //M207 - set retract length S[positive mm] F[feedrate mm/min] Z[additional zlift/hop]
  6063. {
  6064. if(code_seen('S'))
  6065. {
  6066. cs.retract_length = code_value() ;
  6067. }
  6068. if(code_seen('F'))
  6069. {
  6070. cs.retract_feedrate = code_value()/60 ;
  6071. }
  6072. if(code_seen('Z'))
  6073. {
  6074. cs.retract_zlift = code_value() ;
  6075. }
  6076. }break;
  6077. /*!
  6078. ### M208 - Set retract recover length <a href="https://reprap.org/wiki/G-code#M208:_Set_unretract_length">M208: Set unretract length</a>
  6079. #### Usage
  6080. M208 [ S | F ]
  6081. #### Parameters
  6082. - `S` - positive length surplus to the M207 Snnn, in mm
  6083. - `F` - feedrate, in mm/sec
  6084. */
  6085. case 208: // M208 - set retract recover length S[positive mm surplus to the M207 S*] F[feedrate mm/min]
  6086. {
  6087. if(code_seen('S'))
  6088. {
  6089. cs.retract_recover_length = code_value() ;
  6090. }
  6091. if(code_seen('F'))
  6092. {
  6093. cs.retract_recover_feedrate = code_value()/60 ;
  6094. }
  6095. }break;
  6096. /*!
  6097. ### M209 - Enable/disable automatict retract <a href="https://reprap.org/wiki/G-code#M209:_Enable_automatic_retract">M209: Enable automatic retract</a>
  6098. This boolean value S 1=true or 0=false enables automatic retract detect if the slicer did not support G10/G11: every normal extrude-only move will be classified as retract depending on the direction.
  6099. #### Usage
  6100. M209 [ S ]
  6101. #### Parameters
  6102. - `S` - 1=true or 0=false
  6103. */
  6104. case 209: // M209 - S<1=true/0=false> enable automatic retract detect if the slicer did not support G10/11: every normal extrude-only move will be classified as retract depending on the direction.
  6105. {
  6106. if(code_seen('S'))
  6107. {
  6108. switch(code_value_uint8())
  6109. {
  6110. case 0:
  6111. {
  6112. cs.autoretract_enabled=false;
  6113. retracted[0]=false;
  6114. #if EXTRUDERS > 1
  6115. retracted[1]=false;
  6116. #endif
  6117. #if EXTRUDERS > 2
  6118. retracted[2]=false;
  6119. #endif
  6120. }break;
  6121. case 1:
  6122. {
  6123. cs.autoretract_enabled=true;
  6124. retracted[0]=false;
  6125. #if EXTRUDERS > 1
  6126. retracted[1]=false;
  6127. #endif
  6128. #if EXTRUDERS > 2
  6129. retracted[2]=false;
  6130. #endif
  6131. }break;
  6132. default:
  6133. SERIAL_ECHO_START;
  6134. SERIAL_ECHORPGM(MSG_UNKNOWN_COMMAND);
  6135. SERIAL_ECHO(CMDBUFFER_CURRENT_STRING);
  6136. SERIAL_ECHOLNPGM("\"(1)");
  6137. }
  6138. }
  6139. }break;
  6140. #endif // FWRETRACT
  6141. /*!
  6142. ### M214 - Set Arc configuration values (Use M500 to store in eeprom)
  6143. #### Usage
  6144. M214 [P] [S] [N] [R] [F]
  6145. #### Parameters
  6146. - `P` - A float representing the max and default millimeters per arc segment. Must be greater than 0.
  6147. - `S` - A float representing the minimum allowable millimeters per arc segment. Set to 0 to disable
  6148. - `N` - An int representing the number of arcs to draw before correcting the small angle approximation. Set to 0 to disable.
  6149. - `R` - An int representing the minimum number of segments per arcs of any radius,
  6150. except when the results in segment lengths greater than or less than the minimum
  6151. and maximum segment length. Set to 0 to disable.
  6152. - 'F' - An int representing the number of segments per second, unless this results in segment lengths
  6153. greater than or less than the minimum and maximum segment length. Set to 0 to disable.
  6154. */
  6155. case 214: //!@n M214 - Set Arc Parameters (Use M500 to store in eeprom) P<MM_PER_ARC_SEGMENT> S<MIN_MM_PER_ARC_SEGMENT> R<MIN_ARC_SEGMENTS> F<ARC_SEGMENTS_PER_SEC>
  6156. {
  6157. // Extract all possible parameters if they appear
  6158. float p = code_seen('P') ? code_value_float() : cs.mm_per_arc_segment;
  6159. float s = code_seen('S') ? code_value_float() : cs.min_mm_per_arc_segment;
  6160. unsigned char n = code_seen('N') ? code_value() : cs.n_arc_correction;
  6161. unsigned short r = code_seen('R') ? code_value() : cs.min_arc_segments;
  6162. unsigned short f = code_seen('F') ? code_value() : cs.arc_segments_per_sec;
  6163. // Ensure mm_per_arc_segment is greater than 0, and that min_mm_per_arc_segment is sero or greater than or equal to mm_per_arc_segment
  6164. if (p <=0 || s < 0 || p < s)
  6165. {
  6166. // Should we display some error here?
  6167. break;
  6168. }
  6169. cs.mm_per_arc_segment = p;
  6170. cs.min_mm_per_arc_segment = s;
  6171. cs.n_arc_correction = n;
  6172. cs.min_arc_segments = r;
  6173. cs.arc_segments_per_sec = f;
  6174. }break;
  6175. #if EXTRUDERS > 1
  6176. /*!
  6177. ### M218 - Set hotend offset <a href="https://reprap.org/wiki/G-code#M218:_Set_Hotend_Offset">M218: Set Hotend Offset</a>
  6178. In Prusa Firmware this G-code is only active if `EXTRUDERS` is higher then 1 in the source code. On Original i3 Prusa MK2/s MK2.5/s MK3/s it is not active.
  6179. #### Usage
  6180. M218 [ X | Y ]
  6181. #### Parameters
  6182. - `X` - X offset
  6183. - `Y` - Y offset
  6184. */
  6185. case 218: // M218 - set hotend offset (in mm), T<extruder_number> X<offset_on_X> Y<offset_on_Y>
  6186. {
  6187. uint8_t extruder;
  6188. if(setTargetedHotend(218, extruder)){
  6189. break;
  6190. }
  6191. if(code_seen('X'))
  6192. {
  6193. extruder_offset[X_AXIS][extruder] = code_value();
  6194. }
  6195. if(code_seen('Y'))
  6196. {
  6197. extruder_offset[Y_AXIS][extruder] = code_value();
  6198. }
  6199. SERIAL_ECHO_START;
  6200. SERIAL_ECHORPGM(MSG_HOTEND_OFFSET);
  6201. for(extruder = 0; extruder < EXTRUDERS; extruder++)
  6202. {
  6203. SERIAL_ECHO(" ");
  6204. SERIAL_ECHO(extruder_offset[X_AXIS][extruder]);
  6205. SERIAL_ECHO(",");
  6206. SERIAL_ECHO(extruder_offset[Y_AXIS][extruder]);
  6207. }
  6208. SERIAL_ECHOLN("");
  6209. }break;
  6210. #endif
  6211. /*!
  6212. ### M220 Set feedrate percentage <a href="https://reprap.org/wiki/G-code#M220:_Set_speed_factor_override_percentage">M220: Set speed factor override percentage</a>
  6213. #### Usage
  6214. M220 [ B | S | R ]
  6215. #### Parameters
  6216. - `B` - Backup current speed factor
  6217. - `S` - Speed factor override percentage (0..100 or higher)
  6218. - `R` - Restore previous speed factor
  6219. */
  6220. case 220: // M220 S<factor in percent>- set speed factor override percentage
  6221. {
  6222. bool codesWereSeen = false;
  6223. if (code_seen('B')) //backup current speed factor
  6224. {
  6225. saved_feedmultiply_mm = feedmultiply;
  6226. codesWereSeen = true;
  6227. }
  6228. if (code_seen('S'))
  6229. {
  6230. feedmultiply = code_value_short();
  6231. codesWereSeen = true;
  6232. }
  6233. if (code_seen('R')) //restore previous feedmultiply
  6234. {
  6235. feedmultiply = saved_feedmultiply_mm;
  6236. codesWereSeen = true;
  6237. }
  6238. if (!codesWereSeen)
  6239. {
  6240. printf_P(PSTR("%i%%\n"), feedmultiply);
  6241. }
  6242. }
  6243. break;
  6244. /*!
  6245. ### M221 - Set extrude factor override percentage <a href="https://reprap.org/wiki/G-code#M221:_Set_extrude_factor_override_percentage">M221: Set extrude factor override percentage</a>
  6246. #### Usage
  6247. M221 [ S | T ]
  6248. #### Parameters
  6249. - `S` - Extrude factor override percentage (0..100 or higher), default 100%
  6250. - `T` - Extruder drive number (Prusa Firmware only), default 0 if not set.
  6251. */
  6252. case 221: // M221 S<factor in percent>- set extrude factor override percentage
  6253. {
  6254. if (code_seen('S'))
  6255. {
  6256. int tmp_code = code_value_short();
  6257. if (code_seen('T'))
  6258. {
  6259. uint8_t extruder;
  6260. if (setTargetedHotend(221, extruder))
  6261. break;
  6262. extruder_multiply[extruder] = tmp_code;
  6263. }
  6264. else
  6265. {
  6266. extrudemultiply = tmp_code ;
  6267. }
  6268. }
  6269. else
  6270. {
  6271. printf_P(PSTR("%i%%\n"), extrudemultiply);
  6272. }
  6273. calculate_extruder_multipliers();
  6274. }
  6275. break;
  6276. /*!
  6277. ### M226 - Wait for Pin state <a href="https://reprap.org/wiki/G-code#M226:_Wait_for_pin_state">M226: Wait for pin state</a>
  6278. Wait until the specified pin reaches the state required
  6279. #### Usage
  6280. M226 [ P | S ]
  6281. #### Parameters
  6282. - `P` - pin number
  6283. - `S` - pin state
  6284. */
  6285. case 226: // M226 P<pin number> S<pin state>- Wait until the specified pin reaches the state required
  6286. {
  6287. if(code_seen('P')){
  6288. int pin_number = code_value_short(); // pin number
  6289. int pin_state = -1; // required pin state - default is inverted
  6290. if(code_seen('S')) pin_state = code_value_short(); // required pin state
  6291. if(pin_state >= -1 && pin_state <= 1){
  6292. for(int8_t i = 0; i < (int8_t)(sizeof(sensitive_pins)/sizeof(sensitive_pins[0])); i++)
  6293. {
  6294. if (((int8_t)pgm_read_byte(&sensitive_pins[i]) == pin_number))
  6295. {
  6296. pin_number = -1;
  6297. break;
  6298. }
  6299. }
  6300. if (pin_number > -1)
  6301. {
  6302. int target = LOW;
  6303. st_synchronize();
  6304. pinMode(pin_number, INPUT);
  6305. switch(pin_state){
  6306. case 1:
  6307. target = HIGH;
  6308. break;
  6309. case 0:
  6310. target = LOW;
  6311. break;
  6312. case -1:
  6313. target = !digitalRead(pin_number);
  6314. break;
  6315. }
  6316. while(digitalRead(pin_number) != target){
  6317. manage_heater();
  6318. manage_inactivity();
  6319. lcd_update(0);
  6320. }
  6321. }
  6322. }
  6323. }
  6324. }
  6325. break;
  6326. #if NUM_SERVOS > 0
  6327. /*!
  6328. ### M280 - Set/Get servo position <a href="https://reprap.org/wiki/G-code#M280:_Set_servo_position">M280: Set servo position</a>
  6329. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  6330. #### Usage
  6331. M280 [ P | S ]
  6332. #### Parameters
  6333. - `P` - Servo index (id)
  6334. - `S` - Target position
  6335. */
  6336. case 280: // M280 - set servo position absolute. P: servo index, S: angle or microseconds
  6337. {
  6338. int servo_index = -1;
  6339. int servo_position = 0;
  6340. if (code_seen('P'))
  6341. servo_index = code_value();
  6342. if (code_seen('S')) {
  6343. servo_position = code_value();
  6344. if ((servo_index >= 0) && (servo_index < NUM_SERVOS)) {
  6345. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  6346. servos[servo_index].attach(0);
  6347. #endif
  6348. servos[servo_index].write(servo_position);
  6349. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  6350. _delay(PROBE_SERVO_DEACTIVATION_DELAY);
  6351. servos[servo_index].detach();
  6352. #endif
  6353. }
  6354. else {
  6355. SERIAL_ECHO_START;
  6356. SERIAL_ECHO("Servo ");
  6357. SERIAL_ECHO(servo_index);
  6358. SERIAL_ECHOLN(" out of range");
  6359. }
  6360. }
  6361. else if (servo_index >= 0) {
  6362. SERIAL_PROTOCOL(MSG_OK);
  6363. SERIAL_PROTOCOL(" Servo ");
  6364. SERIAL_PROTOCOL(servo_index);
  6365. SERIAL_PROTOCOL(": ");
  6366. SERIAL_PROTOCOLLN(servos[servo_index].read());
  6367. }
  6368. }
  6369. break;
  6370. #endif // NUM_SERVOS > 0
  6371. #if (LARGE_FLASH == true && ( BEEPER > 0 || defined(ULTRALCD) || defined(LCD_USE_I2C_BUZZER)))
  6372. /*!
  6373. ### M300 - Play tone <a href="https://reprap.org/wiki/G-code#M300:_Play_beep_sound">M300: Play beep sound</a>
  6374. In Prusa Firmware the defaults are `100Hz` and `1000ms`, so that `M300` without parameters will beep for a second.
  6375. #### Usage
  6376. M300 [ S | P ]
  6377. #### Parameters
  6378. - `S` - frequency in Hz. Not all firmware versions support this parameter
  6379. - `P` - duration in milliseconds
  6380. */
  6381. case 300: // M300
  6382. {
  6383. uint16_t beepS = code_seen('S') ? code_value() : 0;
  6384. uint16_t beepP = code_seen('P') ? code_value() : 1000;
  6385. #if BEEPER > 0
  6386. if (beepP > 0)
  6387. Sound_MakeCustom(beepP,beepS,false);
  6388. #endif
  6389. }
  6390. break;
  6391. #endif // M300
  6392. #ifdef PIDTEMP
  6393. /*!
  6394. ### M301 - Set hotend PID <a href="https://reprap.org/wiki/G-code#M301:_Set_PID_parameters">M301: Set PID parameters</a>
  6395. Sets Proportional (P), Integral (I) and Derivative (D) values for hot end.
  6396. See also <a href="https://reprap.org/wiki/PID_Tuning">PID Tuning.</a>
  6397. #### Usage
  6398. M301 [ P | I | D ]
  6399. #### Parameters
  6400. - `P` - proportional (Kp)
  6401. - `I` - integral (Ki)
  6402. - `D` - derivative (Kd)
  6403. */
  6404. case 301:
  6405. {
  6406. if(code_seen('P')) cs.Kp = code_value();
  6407. if(code_seen('I')) cs.Ki = scalePID_i(code_value());
  6408. if(code_seen('D')) cs.Kd = scalePID_d(code_value());
  6409. updatePID();
  6410. SERIAL_PROTOCOLRPGM(MSG_OK);
  6411. SERIAL_PROTOCOLPGM(" p:");
  6412. SERIAL_PROTOCOL(cs.Kp);
  6413. SERIAL_PROTOCOLPGM(" i:");
  6414. SERIAL_PROTOCOL(unscalePID_i(cs.Ki));
  6415. SERIAL_PROTOCOLPGM(" d:");
  6416. SERIAL_PROTOCOL(unscalePID_d(cs.Kd));
  6417. SERIAL_PROTOCOLLN();
  6418. }
  6419. break;
  6420. #endif //PIDTEMP
  6421. #ifdef PIDTEMPBED
  6422. /*!
  6423. ### M304 - Set bed PID <a href="https://reprap.org/wiki/G-code#M304:_Set_PID_parameters_-_Bed">M304: Set PID parameters - Bed</a>
  6424. Sets Proportional (P), Integral (I) and Derivative (D) values for bed.
  6425. See also <a href="https://reprap.org/wiki/PID_Tuning">PID Tuning.</a>
  6426. #### Usage
  6427. M304 [ P | I | D ]
  6428. #### Parameters
  6429. - `P` - proportional (Kp)
  6430. - `I` - integral (Ki)
  6431. - `D` - derivative (Kd)
  6432. */
  6433. case 304:
  6434. {
  6435. if(code_seen('P')) cs.bedKp = code_value();
  6436. if(code_seen('I')) cs.bedKi = scalePID_i(code_value());
  6437. if(code_seen('D')) cs.bedKd = scalePID_d(code_value());
  6438. updatePID();
  6439. SERIAL_PROTOCOLRPGM(MSG_OK);
  6440. SERIAL_PROTOCOLPGM(" p:");
  6441. SERIAL_PROTOCOL(cs.bedKp);
  6442. SERIAL_PROTOCOLPGM(" i:");
  6443. SERIAL_PROTOCOL(unscalePID_i(cs.bedKi));
  6444. SERIAL_PROTOCOLPGM(" d:");
  6445. SERIAL_PROTOCOLLN(unscalePID_d(cs.bedKd));
  6446. }
  6447. break;
  6448. #endif //PIDTEMP
  6449. /*!
  6450. ### M240 - Trigger camera <a href="https://reprap.org/wiki/G-code#M240:_Trigger_camera">M240: Trigger camera</a>
  6451. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code.
  6452. You need to (re)define and assign `CHDK` or `PHOTOGRAPH_PIN` the correct pin number to be able to use the feature.
  6453. */
  6454. case 240: // M240 Triggers a camera by emulating a Canon RC-1 : http://www.doc-diy.net/photo/rc-1_hacked/
  6455. {
  6456. #ifdef CHDK
  6457. SET_OUTPUT(CHDK);
  6458. WRITE(CHDK, HIGH);
  6459. chdkHigh = _millis();
  6460. chdkActive = true;
  6461. #else
  6462. #if defined(PHOTOGRAPH_PIN) && PHOTOGRAPH_PIN > -1
  6463. const uint8_t NUM_PULSES=16;
  6464. const float PULSE_LENGTH=0.01524;
  6465. for(int i=0; i < NUM_PULSES; i++) {
  6466. WRITE(PHOTOGRAPH_PIN, HIGH);
  6467. _delay_ms(PULSE_LENGTH);
  6468. WRITE(PHOTOGRAPH_PIN, LOW);
  6469. _delay_ms(PULSE_LENGTH);
  6470. }
  6471. _delay(7.33);
  6472. for(int i=0; i < NUM_PULSES; i++) {
  6473. WRITE(PHOTOGRAPH_PIN, HIGH);
  6474. _delay_ms(PULSE_LENGTH);
  6475. WRITE(PHOTOGRAPH_PIN, LOW);
  6476. _delay_ms(PULSE_LENGTH);
  6477. }
  6478. #endif
  6479. #endif //chdk end if
  6480. }
  6481. break;
  6482. #ifdef PREVENT_DANGEROUS_EXTRUDE
  6483. /*!
  6484. ### M302 - Allow cold extrude, or set minimum extrude temperature <a href="https://reprap.org/wiki/G-code#M302:_Allow_cold_extrudes">M302: Allow cold extrudes</a>
  6485. This tells the printer to allow movement of the extruder motor above a certain temperature, or if disabled, to allow extruder movement when the hotend is below a safe printing temperature.
  6486. #### Usage
  6487. M302 [ S ]
  6488. #### Parameters
  6489. - `S` - Cold extrude minimum temperature
  6490. */
  6491. case 302:
  6492. {
  6493. int temp = 0;
  6494. if (code_seen('S')) temp=code_value_short();
  6495. set_extrude_min_temp(temp);
  6496. }
  6497. break;
  6498. #endif
  6499. /*!
  6500. ### M303 - PID autotune <a href="https://reprap.org/wiki/G-code#M303:_Run_PID_tuning">M303: Run PID tuning</a>
  6501. PID Tuning refers to a control algorithm used in some repraps to tune heating behavior for hot ends and heated beds. This command generates Proportional (Kp), Integral (Ki), and Derivative (Kd) values for the hotend or bed. Send the appropriate code and wait for the output to update the firmware values.
  6502. #### Usage
  6503. M303 [ E | S | C ]
  6504. #### Parameters
  6505. - `E` - Extruder, default `E0`. Use `E-1` to calibrate the bed PID
  6506. - `S` - Target temperature, default `210°C` for hotend, 70 for bed
  6507. - `C` - Cycles, default `5`
  6508. */
  6509. case 303:
  6510. {
  6511. float temp = 150.0;
  6512. int e = 0;
  6513. int c = 5;
  6514. if (code_seen('E')) e = code_value_short();
  6515. if (e < 0)
  6516. temp = 70;
  6517. if (code_seen('S')) temp = code_value();
  6518. if (code_seen('C')) c = code_value_short();
  6519. PID_autotune(temp, e, c);
  6520. }
  6521. break;
  6522. #ifdef TEMP_MODEL
  6523. /*!
  6524. ### M310 - Temperature model settings <a href="https://reprap.org/wiki/G-code#M310:_Temperature_model_settings">M310: Temperature model settings</a>
  6525. #### Usage
  6526. M310 ; report values
  6527. M310 [ A ] [ F ] ; autotune
  6528. M310 [ S ] ; set 0=disable 1=enable
  6529. M310 [ I ] [ R ] ; set resistance at index
  6530. M310 [ P | C ] ; set power, capacitance
  6531. M310 [ B | E | W ] ; set beeper, warning and error threshold
  6532. M310 [ T ] ; set ambient temperature correction
  6533. #### Parameters
  6534. - `I` - resistance index position (0-15)
  6535. - `R` - resistance value at index (K/W; requires `I`)
  6536. - `P` - power (W)
  6537. - `C` - capacitance (J/K)
  6538. - `S` - set 0=disable 1=enable
  6539. - `B` - beep and warn when reaching warning threshold 0=disable 1=enable (default: 1)
  6540. - `E` - error threshold (K/s; default in variant)
  6541. - `W` - warning threshold (K/s; default in variant)
  6542. - `T` - ambient temperature correction (K; default in variant)
  6543. - `A` - autotune C+R values
  6544. - `F` - force model self-test state (0=off 1=on) during autotune using current values
  6545. */
  6546. case 310:
  6547. {
  6548. // parse all parameters
  6549. float P = NAN, C = NAN, R = NAN, E = NAN, W = NAN, T = NAN;
  6550. int8_t I = -1, S = -1, B = -1, A = -1, F = -1;
  6551. if(code_seen('C')) C = code_value();
  6552. if(code_seen('P')) P = code_value();
  6553. if(code_seen('I')) I = code_value_short();
  6554. if(code_seen('R')) R = code_value();
  6555. if(code_seen('S')) S = code_value_short();
  6556. if(code_seen('B')) B = code_value_short();
  6557. if(code_seen('E')) E = code_value();
  6558. if(code_seen('W')) W = code_value();
  6559. if(code_seen('T')) T = code_value();
  6560. if(code_seen('A')) A = code_value_short();
  6561. if(code_seen('F')) F = code_value_short();
  6562. // report values if nothing has been requested
  6563. if(isnan(C) && isnan(P) && isnan(R) && isnan(E) && isnan(W) && isnan(T) && I < 0 && S < 0 && B < 0 && A < 0) {
  6564. temp_model_report_settings();
  6565. break;
  6566. }
  6567. // update all parameters
  6568. if(B >= 0) temp_model_set_warn_beep(B);
  6569. if(!isnan(C) || !isnan(P) || !isnan(T) || !isnan(W) || !isnan(E)) temp_model_set_params(C, P, T, W, E);
  6570. if(I >= 0 && !isnan(R)) temp_model_set_resistance(I, R);
  6571. // enable the model last, if requested
  6572. if(S >= 0) temp_model_set_enabled(S);
  6573. // run autotune
  6574. if(A >= 0) temp_model_autotune(A, F > 0);
  6575. }
  6576. break;
  6577. #endif
  6578. /*!
  6579. ### M400 - Wait for all moves to finish <a href="https://reprap.org/wiki/G-code#M400:_Wait_for_current_moves_to_finish">M400: Wait for current moves to finish</a>
  6580. Finishes all current moves and and thus clears the buffer.
  6581. Equivalent to `G4` with no parameters.
  6582. */
  6583. case 400:
  6584. {
  6585. st_synchronize();
  6586. }
  6587. break;
  6588. /*!
  6589. ### M403 - Set filament type (material) for particular extruder and notify the MMU <a href="https://reprap.org/wiki/G-code#M403:_Set_filament_type_.28material.29_for_particular_extruder_and_notify_the_MMU.">M403 - Set filament type (material) for particular extruder and notify the MMU</a>
  6590. Currently three different materials are needed (default, flex and PVA).
  6591. And storing this information for different load/unload profiles etc. in the future firmware does not have to wait for "ok" from MMU.
  6592. #### Usage
  6593. M403 [ E | F ]
  6594. #### Parameters
  6595. - `E` - Extruder number. 0-indexed.
  6596. - `F` - Filament type
  6597. */
  6598. case 403:
  6599. {
  6600. // currently three different materials are needed (default, flex and PVA)
  6601. // add storing this information for different load/unload profiles etc. in the future
  6602. if (MMU2::mmu2.Enabled())
  6603. {
  6604. uint8_t extruder = 255;
  6605. uint8_t filament = FILAMENT_UNDEFINED;
  6606. if(code_seen('E')) extruder = code_value_uint8();
  6607. if(code_seen('F')) filament = code_value_uint8();
  6608. MMU2::mmu2.set_filament_type(extruder, filament);
  6609. }
  6610. }
  6611. break;
  6612. /*!
  6613. ### M500 - Store settings in EEPROM <a href="https://reprap.org/wiki/G-code#M500:_Store_parameters_in_non-volatile_storage">M500: Store parameters in non-volatile storage</a>
  6614. Save current parameters to EEPROM.
  6615. */
  6616. case 500:
  6617. {
  6618. Config_StoreSettings();
  6619. }
  6620. break;
  6621. /*!
  6622. ### M501 - Read settings from EEPROM <a href="https://reprap.org/wiki/G-code#M501:_Read_parameters_from_EEPROM">M501: Read parameters from EEPROM</a>
  6623. Set the active parameters to those stored in the EEPROM. This is useful to revert parameters after experimenting with them.
  6624. */
  6625. case 501:
  6626. {
  6627. Config_RetrieveSettings();
  6628. }
  6629. break;
  6630. /*!
  6631. ### M502 - Revert all settings to factory default <a href="https://reprap.org/wiki/G-code#M502:_Restore_Default_Settings">M502: Restore Default Settings</a>
  6632. This command resets all tunable parameters to their default values, as set in the firmware's configuration files. This doesn't reset any parameters stored in the EEPROM, so it must be followed by M500 to write the default settings.
  6633. */
  6634. case 502:
  6635. {
  6636. Config_ResetDefault();
  6637. }
  6638. break;
  6639. /*!
  6640. ### M503 - Repport all settings currently in memory <a href="https://reprap.org/wiki/G-code#M503:_Report_Current_Settings">M503: Report Current Settings</a>
  6641. This command asks the firmware to reply with the current print settings as set in memory. Settings will differ from EEPROM contents if changed since the last load / save. The reply output includes the G-Code commands to produce each setting. For example, Steps-Per-Unit values are displayed as an M92 command.
  6642. */
  6643. case 503:
  6644. {
  6645. Config_PrintSettings();
  6646. }
  6647. break;
  6648. /*!
  6649. ### M509 - Force language selection <a href="https://reprap.org/wiki/G-code#M509:_Force_language_selection">M509: Force language selection</a>
  6650. Resets the language to English.
  6651. Only on Original Prusa i3 MK2.5/s and MK3/s with multiple languages.
  6652. */
  6653. case 509:
  6654. {
  6655. lang_reset();
  6656. SERIAL_ECHO_START;
  6657. SERIAL_PROTOCOLPGM(("LANG SEL FORCED"));
  6658. }
  6659. break;
  6660. #ifdef ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED
  6661. /*!
  6662. ### M540 - Abort print on endstop hit (enable/disable) <a href="https://reprap.org/wiki/G-code#M540_in_Marlin:_Enable.2FDisable_.22Stop_SD_Print_on_Endstop_Hit.22">M540 in Marlin: Enable/Disable "Stop SD Print on Endstop Hit"</a>
  6663. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code. You must define `ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED`.
  6664. #### Usage
  6665. M540 [ S ]
  6666. #### Parameters
  6667. - `S` - disabled=0, enabled=1
  6668. */
  6669. case 540:
  6670. {
  6671. if(code_seen('S')) abort_on_endstop_hit = code_value() > 0;
  6672. }
  6673. break;
  6674. #endif
  6675. #ifdef ENABLE_AUTO_BED_LEVELING
  6676. /*!
  6677. ### M851 - Set Z-Probe Offset <a href="https://reprap.org/wiki/G-code#M851:_Set_Z-Probe_Offset">M851: Set Z-Probe Offset"</a>
  6678. Sets the Z-probe Z offset. This offset is used to determine the actual Z position of the nozzle when using a probe to home Z with G28. This value may also be used by G81 (Prusa) / G29 (Marlin) to apply correction to the Z position.
  6679. This value represents the distance from nozzle to the bed surface at the point where the probe is triggered. This value will be negative for typical switch probes, inductive probes, and setups where the nozzle makes a circuit with a raised metal contact. This setting will be greater than zero on machines where the nozzle itself is used as the probe, pressing down on the bed to press a switch. (This is a common setup on delta machines.)
  6680. #### Usage
  6681. M851 [ Z ]
  6682. #### Parameters
  6683. - `Z` - Z offset probe to nozzle.
  6684. */
  6685. #ifdef CUSTOM_M_CODE_SET_Z_PROBE_OFFSET
  6686. case CUSTOM_M_CODE_SET_Z_PROBE_OFFSET:
  6687. {
  6688. float value;
  6689. if (code_seen('Z'))
  6690. {
  6691. value = code_value();
  6692. if ((Z_PROBE_OFFSET_RANGE_MIN <= value) && (value <= Z_PROBE_OFFSET_RANGE_MAX))
  6693. {
  6694. cs.zprobe_zoffset = -value; // compare w/ line 278 of ConfigurationStore.cpp
  6695. SERIAL_ECHO_START;
  6696. SERIAL_ECHOLNRPGM(CAT4(MSG_ZPROBE_ZOFFSET, " ", MSG_OK,PSTR("")));
  6697. SERIAL_PROTOCOLLN();
  6698. }
  6699. else
  6700. {
  6701. SERIAL_ECHO_START;
  6702. SERIAL_ECHORPGM(MSG_ZPROBE_ZOFFSET);
  6703. SERIAL_ECHORPGM(MSG_Z_MIN);
  6704. SERIAL_ECHO(Z_PROBE_OFFSET_RANGE_MIN);
  6705. SERIAL_ECHORPGM(MSG_Z_MAX);
  6706. SERIAL_ECHO(Z_PROBE_OFFSET_RANGE_MAX);
  6707. SERIAL_PROTOCOLLN();
  6708. }
  6709. }
  6710. else
  6711. {
  6712. SERIAL_ECHO_START;
  6713. SERIAL_ECHOLNRPGM(CAT2(MSG_ZPROBE_ZOFFSET, PSTR(" : ")));
  6714. SERIAL_ECHO(-cs.zprobe_zoffset);
  6715. SERIAL_PROTOCOLLN();
  6716. }
  6717. break;
  6718. }
  6719. #endif // CUSTOM_M_CODE_SET_Z_PROBE_OFFSET
  6720. #endif // ENABLE_AUTO_BED_LEVELING
  6721. /*!
  6722. ### M552 - Set IP address <a href="https://reprap.org/wiki/G-code#M552:_Set_IP_address.2C_enable.2Fdisable_network_interface">M552: Set IP address, enable/disable network interface"</a>
  6723. Sets the printer IP address that is shown in the support menu. Designed to be used with the help of host software.
  6724. If P is not specified nothing happens.
  6725. If the structure of the IP address is invalid, 0.0.0.0 is assumed and nothing is shown on the screen in the Support menu.
  6726. #### Usage
  6727. M552 [ P<IP_address> ]
  6728. #### Parameters
  6729. - `P` - The IP address in xxx.xxx.xxx.xxx format. Eg: P192.168.1.14
  6730. */
  6731. case 552:
  6732. {
  6733. if (code_seen('P'))
  6734. {
  6735. uint8_t valCnt = 0;
  6736. IP_address = 0;
  6737. do
  6738. {
  6739. *strchr_pointer = '*';
  6740. ((uint8_t*)&IP_address)[valCnt] = code_value_short();
  6741. valCnt++;
  6742. } while ((valCnt < 4) && code_seen('.'));
  6743. if (valCnt != 4)
  6744. IP_address = 0;
  6745. }
  6746. } break;
  6747. #ifdef FILAMENTCHANGEENABLE
  6748. /*!
  6749. ### M600 - Initiate Filament change procedure <a href="https://reprap.org/wiki/G-code#M600:_Filament_change_pause">M600: Filament change pause</a>
  6750. Initiates Filament change, it is also used during Filament Runout Sensor process.
  6751. If the `M600` is triggered under 25mm it will do a Z-lift of 25mm to prevent a filament blob.
  6752. #### Usage
  6753. M600 [ X | Y | Z | E | L | AUTO ]
  6754. - `X` - X position, default 211
  6755. - `Y` - Y position, default 0
  6756. - `Z` - relative lift Z, default MIN_Z_FOR_SWAP.
  6757. - `E` - initial retract, default -2
  6758. - `L` - later retract distance for removal, default -80
  6759. - `AUTO` - Automatically (only with MMU)
  6760. */
  6761. case 600: //Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
  6762. {
  6763. st_synchronize();
  6764. float x_position = current_position[X_AXIS];
  6765. float y_position = current_position[Y_AXIS];
  6766. float z_shift = MIN_Z_FOR_SWAP;
  6767. float e_shift_init = 0;
  6768. float e_shift_late = 0;
  6769. bool automatic = false;
  6770. //Retract extruder
  6771. if(code_seen('E'))
  6772. {
  6773. e_shift_init = code_value();
  6774. }
  6775. else
  6776. {
  6777. #ifdef FILAMENTCHANGE_FIRSTRETRACT
  6778. e_shift_init = FILAMENTCHANGE_FIRSTRETRACT ;
  6779. #endif
  6780. }
  6781. //currently don't work as we are using the same unload sequence as in M702, needs re-work
  6782. if (code_seen('L'))
  6783. {
  6784. e_shift_late = code_value();
  6785. }
  6786. else
  6787. {
  6788. #ifdef FILAMENTCHANGE_FINALRETRACT
  6789. e_shift_late = FILAMENTCHANGE_FINALRETRACT;
  6790. #endif
  6791. }
  6792. // Z lift. For safety only allow positive values
  6793. if (code_seen('Z')) z_shift = fabs(code_value());
  6794. //Move XY to side
  6795. if(code_seen('X'))
  6796. {
  6797. x_position = code_value();
  6798. }
  6799. else
  6800. {
  6801. #ifdef FILAMENTCHANGE_XPOS
  6802. x_position = FILAMENTCHANGE_XPOS;
  6803. #endif
  6804. }
  6805. if(code_seen('Y'))
  6806. {
  6807. y_position = code_value();
  6808. }
  6809. else
  6810. {
  6811. #ifdef FILAMENTCHANGE_YPOS
  6812. y_position = FILAMENTCHANGE_YPOS ;
  6813. #endif
  6814. }
  6815. if (MMU2::mmu2.Enabled() && code_seen_P(PSTR("AUTO")))
  6816. automatic = true;
  6817. gcode_M600(automatic, x_position, y_position, z_shift, e_shift_init, e_shift_late);
  6818. }
  6819. break;
  6820. #endif //FILAMENTCHANGEENABLE
  6821. /*!
  6822. ### M601 - Pause print <a href="https://reprap.org/wiki/G-code#M601:_Pause_print">M601: Pause print</a>
  6823. */
  6824. /*!
  6825. ### M125 - Pause print (TODO: not implemented)
  6826. */
  6827. /*!
  6828. ### M25 - Pause SD print <a href="https://reprap.org/wiki/G-code#M25:_Pause_SD_print">M25: Pause SD print</a>
  6829. */
  6830. case 25:
  6831. case 601:
  6832. {
  6833. if (!isPrintPaused) {
  6834. st_synchronize();
  6835. ClearToSend(); //send OK even before the command finishes executing because we want to make sure it is not skipped because of cmdqueue_pop_front();
  6836. cmdqueue_pop_front(); //trick because we want skip this command (M601) after restore
  6837. lcd_pause_print();
  6838. }
  6839. }
  6840. break;
  6841. /*!
  6842. ### M602 - Resume print <a href="https://reprap.org/wiki/G-code#M602:_Resume_print">M602: Resume print</a>
  6843. */
  6844. case 602:
  6845. {
  6846. if (isPrintPaused) lcd_resume_print();
  6847. }
  6848. break;
  6849. /*!
  6850. ### M603 - Stop print <a href="https://reprap.org/wiki/G-code#M603:_Stop_print">M603: Stop print</a>
  6851. */
  6852. case 603: {
  6853. print_stop();
  6854. }
  6855. break;
  6856. #ifdef PINDA_THERMISTOR
  6857. /*!
  6858. ### M860 - Wait for extruder temperature (PINDA) <a href="https://reprap.org/wiki/G-code#M860_Wait_for_Probe_Temperature">M860 Wait for Probe Temperature</a>
  6859. Wait for PINDA thermistor to reach target temperature
  6860. #### Usage
  6861. M860 [ S ]
  6862. #### Parameters
  6863. - `S` - Target temperature
  6864. */
  6865. case 860:
  6866. {
  6867. int set_target_pinda = 0;
  6868. if (code_seen('S')) {
  6869. set_target_pinda = code_value_short();
  6870. }
  6871. else {
  6872. break;
  6873. }
  6874. LCD_MESSAGERPGM(_T(MSG_PLEASE_WAIT));
  6875. SERIAL_PROTOCOLPGM("Wait for PINDA target temperature:");
  6876. SERIAL_PROTOCOLLN(set_target_pinda);
  6877. codenum = _millis();
  6878. cancel_heatup = false;
  6879. bool is_pinda_cooling = false;
  6880. if ((degTargetBed() == 0) && (degTargetHotend(0) == 0)) {
  6881. is_pinda_cooling = true;
  6882. }
  6883. while ( ((!is_pinda_cooling) && (!cancel_heatup) && (current_temperature_pinda < set_target_pinda)) || (is_pinda_cooling && (current_temperature_pinda > set_target_pinda)) ) {
  6884. if ((_millis() - codenum) > 1000) //Print Temp Reading every 1 second while waiting.
  6885. {
  6886. SERIAL_PROTOCOLPGM("P:");
  6887. SERIAL_PROTOCOL_F(current_temperature_pinda, 1);
  6888. SERIAL_PROTOCOL('/');
  6889. SERIAL_PROTOCOLLN(set_target_pinda);
  6890. codenum = _millis();
  6891. }
  6892. manage_heater();
  6893. manage_inactivity();
  6894. lcd_update(0);
  6895. }
  6896. LCD_MESSAGERPGM(MSG_OK);
  6897. break;
  6898. }
  6899. /*!
  6900. ### M861 - Set/Get PINDA temperature compensation offsets <a href="https://reprap.org/wiki/G-code#M861_Set_Probe_Thermal_Compensation">M861 Set Probe Thermal Compensation</a>
  6901. Set compensation ustep value `S` for compensation table index `I`.
  6902. #### Usage
  6903. M861 [ ? | ! | Z | S | I ]
  6904. #### Parameters
  6905. - `?` - Print current EEPROM offset values
  6906. - `!` - Set factory default values
  6907. - `Z` - Set all values to 0 (effectively disabling PINDA temperature compensation)
  6908. - `S` - Microsteps
  6909. - `I` - Table index
  6910. */
  6911. case 861: {
  6912. const char * const _header = PSTR("index, temp, ustep, um");
  6913. if (code_seen('?')) { // ? - Print out current EEPROM offset values
  6914. int16_t usteps = 0;
  6915. SERIAL_PROTOCOLPGM("PINDA cal status: ");
  6916. SERIAL_PROTOCOLLN(calibration_status_pinda());
  6917. SERIAL_PROTOCOLLNRPGM(_header);
  6918. for (uint8_t i = 0; i < 6; i++)
  6919. {
  6920. if(i > 0) {
  6921. usteps = eeprom_read_word((uint16_t*) EEPROM_PROBE_TEMP_SHIFT + (i - 1));
  6922. }
  6923. float mm = ((float)usteps) / cs.axis_steps_per_unit[Z_AXIS];
  6924. i == 0 ? SERIAL_PROTOCOLPGM("n/a") : SERIAL_PROTOCOL(i - 1);
  6925. SERIAL_PROTOCOLPGM(", ");
  6926. SERIAL_PROTOCOL(35 + (i * 5));
  6927. SERIAL_PROTOCOLPGM(", ");
  6928. SERIAL_PROTOCOL(usteps);
  6929. SERIAL_PROTOCOLPGM(", ");
  6930. SERIAL_PROTOCOLLN(mm * 1000);
  6931. }
  6932. }
  6933. else if (code_seen('!')) { // ! - Set factory default values
  6934. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  6935. int16_t z_shift = 8; //40C - 20um - 8usteps
  6936. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT, z_shift);
  6937. z_shift = 24; //45C - 60um - 24usteps
  6938. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + 1, z_shift);
  6939. z_shift = 48; //50C - 120um - 48usteps
  6940. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + 2, z_shift);
  6941. z_shift = 80; //55C - 200um - 80usteps
  6942. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + 3, z_shift);
  6943. z_shift = 120; //60C - 300um - 120usteps
  6944. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + 4, z_shift);
  6945. SERIAL_PROTOCOLLNPGM("factory restored");
  6946. }
  6947. else if (code_seen('Z')) { // Z - Set all values to 0 (effectively disabling PINDA temperature compensation)
  6948. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  6949. int16_t z_shift = 0;
  6950. for (uint8_t i = 0; i < 5; i++) {
  6951. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + i, z_shift);
  6952. }
  6953. SERIAL_PROTOCOLLNPGM("zerorized");
  6954. }
  6955. else if (code_seen('S')) { // Sxxx Iyyy - Set compensation ustep value S for compensation table index I
  6956. int16_t usteps = code_value_short();
  6957. if (code_seen('I')) {
  6958. uint8_t index = code_value_uint8();
  6959. if (index < 5) {
  6960. eeprom_update_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + index, usteps);
  6961. SERIAL_PROTOCOLLNRPGM(MSG_OK);
  6962. SERIAL_PROTOCOLLNRPGM(_header);
  6963. for (uint8_t i = 0; i < 6; i++)
  6964. {
  6965. usteps = 0;
  6966. if (i > 0) {
  6967. usteps = eeprom_read_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + (i - 1));
  6968. }
  6969. float mm = ((float)usteps) / cs.axis_steps_per_unit[Z_AXIS];
  6970. i == 0 ? SERIAL_PROTOCOLPGM("n/a") : SERIAL_PROTOCOL(i - 1);
  6971. SERIAL_PROTOCOLPGM(", ");
  6972. SERIAL_PROTOCOL(35 + (i * 5));
  6973. SERIAL_PROTOCOLPGM(", ");
  6974. SERIAL_PROTOCOL(usteps);
  6975. SERIAL_PROTOCOLPGM(", ");
  6976. SERIAL_PROTOCOLLN(mm * 1000);
  6977. }
  6978. }
  6979. }
  6980. }
  6981. else {
  6982. SERIAL_PROTOCOLLNPGM("no valid command");
  6983. }
  6984. } break;
  6985. #endif //PINDA_THERMISTOR
  6986. /*!
  6987. ### M862 - Print checking <a href="https://reprap.org/wiki/G-code#M862:_Print_checking">M862: Print checking</a>
  6988. Checks the parameters of the printer and gcode and performs compatibility check
  6989. - M862.1 { P<nozzle_diameter> | Q } 0.25/0.40/0.60
  6990. - M862.2 { P<model_code> | Q }
  6991. - M862.3 { P"<model_name>" | Q }
  6992. - M862.4 { P<fw_version> | Q }
  6993. - M862.5 { P<gcode_level> | Q }
  6994. When run with P<> argument, the check is performed against the input value.
  6995. When run with Q argument, the current value is shown.
  6996. M862.3 accepts text identifiers of printer types too.
  6997. The syntax of M862.3 is (note the quotes around the type):
  6998. M862.3 P "MK3S"
  6999. Accepted printer type identifiers and their numeric counterparts:
  7000. - MK1 (100)
  7001. - MK2 (200)
  7002. - MK2MM (201)
  7003. - MK2S (202)
  7004. - MK2SMM (203)
  7005. - MK2.5 (250)
  7006. - MK2.5MMU2 (20250)
  7007. - MK2.5S (252)
  7008. - MK2.5SMMU2S (20252)
  7009. - MK3 (300)
  7010. - MK3MMU2 (20300)
  7011. - MK3S (302)
  7012. - MK3SMMU2S (20302)
  7013. */
  7014. case 862: // M862: print checking
  7015. float nDummy;
  7016. uint8_t nCommand;
  7017. nCommand=(uint8_t)(modff(code_value_float(),&nDummy)*10.0+0.5);
  7018. switch((ClPrintChecking)nCommand)
  7019. {
  7020. case ClPrintChecking::_Nozzle: // ~ .1
  7021. uint16_t nDiameter;
  7022. if(code_seen('P'))
  7023. {
  7024. nDiameter=(uint16_t)(code_value()*1000.0+0.5); // [,um]
  7025. nozzle_diameter_check(nDiameter);
  7026. }
  7027. else if(code_seen('Q'))
  7028. SERIAL_PROTOCOLLN((float)eeprom_read_word((uint16_t*)EEPROM_NOZZLE_DIAMETER_uM)/1000.0);
  7029. break;
  7030. case ClPrintChecking::_Model: { // ~ .2
  7031. uint16_t type = nPrinterType(MMU2::mmu2.Enabled());
  7032. if(code_seen('P'))
  7033. {
  7034. uint16_t nPrinterModel;
  7035. nPrinterModel=(uint16_t)code_value_long();
  7036. // based on current state of MMU (active/stopped/connecting) perform a runtime update of the printer type
  7037. printer_model_check(nPrinterModel, type);
  7038. }
  7039. else if(code_seen('Q'))
  7040. SERIAL_PROTOCOLLN(type);
  7041. } break;
  7042. case ClPrintChecking::_Smodel: { // ~ .3
  7043. const char *type = sPrinterType(MMU2::mmu2.Enabled());
  7044. if(code_seen('P'))
  7045. {
  7046. printer_smodel_check(strchr_pointer, type);
  7047. }
  7048. else if(code_seen('Q'))
  7049. SERIAL_PROTOCOLLNRPGM(type);
  7050. } break;
  7051. case ClPrintChecking::_Version: // ~ .4
  7052. if(code_seen('P'))
  7053. fw_version_check(++strchr_pointer);
  7054. else if(code_seen('Q'))
  7055. SERIAL_PROTOCOLLNRPGM(FW_VERSION_STR_P());
  7056. break;
  7057. case ClPrintChecking::_Gcode: // ~ .5
  7058. if(code_seen('P'))
  7059. {
  7060. uint16_t nGcodeLevel;
  7061. nGcodeLevel=(uint16_t)code_value_long();
  7062. gcode_level_check(nGcodeLevel);
  7063. }
  7064. else if(code_seen('Q'))
  7065. SERIAL_PROTOCOLLN(GCODE_LEVEL);
  7066. break;
  7067. }
  7068. break;
  7069. #ifdef LIN_ADVANCE
  7070. /*!
  7071. ### M900 - Set Linear advance options <a href="https://reprap.org/wiki/G-code#M900_Set_Linear_Advance_Scaling_Factors">M900 Set Linear Advance Scaling Factors</a>
  7072. Sets the advance extrusion factors for Linear Advance. If any of the R, W, H, or D parameters are set to zero the ratio will be computed dynamically during printing.
  7073. #### Usage
  7074. M900 [ K | R | W | H | D]
  7075. #### Parameters
  7076. - `K` - Advance K factor
  7077. - `R` - Set ratio directly (overrides WH/D)
  7078. - `W` - Width
  7079. - `H` - Height
  7080. - `D` - Diameter Set ratio from WH/D
  7081. */
  7082. case 900:
  7083. gcode_M900();
  7084. break;
  7085. #endif
  7086. /*!
  7087. ### M907 - Set digital trimpot motor current in mA using axis codes <a href="https://reprap.org/wiki/G-code#M907:_Set_digital_trimpot_motor">M907: Set digital trimpot motor</a>
  7088. Set digital trimpot motor current using axis codes (X, Y, Z, E, B, S).
  7089. M907 has no effect when the experimental Extruder motor current scaling mode is active (that applies to farm printing as well)
  7090. #### Usage
  7091. M907 [ X | Y | Z | E | B | S ]
  7092. #### Parameters
  7093. - `X` - X motor driver
  7094. - `Y` - Y motor driver
  7095. - `Z` - Z motor driver
  7096. - `E` - Extruder motor driver
  7097. - `B` - Second Extruder motor driver
  7098. - `S` - All motors
  7099. */
  7100. case 907:
  7101. {
  7102. #ifdef TMC2130
  7103. // See tmc2130_cur2val() for translation to 0 .. 63 range
  7104. for (uint_least8_t i = 0; i < NUM_AXIS; i++){
  7105. if(code_seen(axis_codes[i])){
  7106. if( i == E_AXIS && FarmOrUserECool() ){
  7107. SERIAL_ECHORPGM(eMotorCurrentScalingEnabled);
  7108. SERIAL_ECHOLNPGM(", M907 E ignored");
  7109. continue;
  7110. }
  7111. long cur_mA = code_value_long();
  7112. uint8_t val = tmc2130_cur2val(cur_mA);
  7113. tmc2130_set_current_h(i, val);
  7114. tmc2130_set_current_r(i, val);
  7115. //if (i == E_AXIS) printf_P(PSTR("E-axis current=%ldmA\n"), cur_mA);
  7116. }
  7117. }
  7118. #else //TMC2130
  7119. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  7120. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) st_current_set(i,code_value());
  7121. if(code_seen('B')) st_current_set(4,code_value());
  7122. if(code_seen('S')) for(int i=0;i<=4;i++) st_current_set(i,code_value());
  7123. #endif
  7124. #ifdef MOTOR_CURRENT_PWM_XY_PIN
  7125. if(code_seen('X')) st_current_set(0, code_value());
  7126. #endif
  7127. #ifdef MOTOR_CURRENT_PWM_Z_PIN
  7128. if(code_seen('Z')) st_current_set(1, code_value());
  7129. #endif
  7130. #ifdef MOTOR_CURRENT_PWM_E_PIN
  7131. if(code_seen('E')) st_current_set(2, code_value());
  7132. #endif
  7133. #endif //TMC2130
  7134. }
  7135. break;
  7136. /*!
  7137. ### M908 - Control digital trimpot directly <a href="https://reprap.org/wiki/G-code#M908:_Control_digital_trimpot_directly">M908: Control digital trimpot directly</a>
  7138. In Prusa Firmware this G-code is deactivated by default, must be turned on in the source code. Not usable on Prusa printers.
  7139. #### Usage
  7140. M908 [ P | S ]
  7141. #### Parameters
  7142. - `P` - channel
  7143. - `S` - current
  7144. */
  7145. case 908:
  7146. {
  7147. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  7148. uint8_t channel,current;
  7149. if(code_seen('P')) channel=code_value();
  7150. if(code_seen('S')) current=code_value();
  7151. digitalPotWrite(channel, current);
  7152. #endif
  7153. }
  7154. break;
  7155. #ifdef TMC2130_SERVICE_CODES_M910_M918
  7156. /*!
  7157. ### M910 - TMC2130 init <a href="https://reprap.org/wiki/G-code#M910:_TMC2130_init">M910: TMC2130 init</a>
  7158. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7159. */
  7160. case 910:
  7161. {
  7162. tmc2130_init(TMCInitParams(false, FarmOrUserECool()));
  7163. }
  7164. break;
  7165. /*!
  7166. ### M911 - Set TMC2130 holding currents <a href="https://reprap.org/wiki/G-code#M911:_Set_TMC2130_holding_currents">M911: Set TMC2130 holding currents</a>
  7167. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7168. #### Usage
  7169. M911 [ X | Y | Z | E ]
  7170. #### Parameters
  7171. - `X` - X stepper driver holding current value
  7172. - `Y` - Y stepper driver holding current value
  7173. - `Z` - Z stepper driver holding current value
  7174. - `E` - Extruder stepper driver holding current value
  7175. */
  7176. case 911:
  7177. {
  7178. if (code_seen('X')) tmc2130_set_current_h(0, code_value());
  7179. if (code_seen('Y')) tmc2130_set_current_h(1, code_value());
  7180. if (code_seen('Z')) tmc2130_set_current_h(2, code_value());
  7181. if (code_seen('E')) tmc2130_set_current_h(3, code_value());
  7182. }
  7183. break;
  7184. /*!
  7185. ### M912 - Set TMC2130 running currents <a href="https://reprap.org/wiki/G-code#M912:_Set_TMC2130_running_currents">M912: Set TMC2130 running currents</a>
  7186. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7187. #### Usage
  7188. M912 [ X | Y | Z | E ]
  7189. #### Parameters
  7190. - `X` - X stepper driver running current value
  7191. - `Y` - Y stepper driver running current value
  7192. - `Z` - Z stepper driver running current value
  7193. - `E` - Extruder stepper driver running current value
  7194. */
  7195. case 912:
  7196. {
  7197. if (code_seen('X')) tmc2130_set_current_r(0, code_value());
  7198. if (code_seen('Y')) tmc2130_set_current_r(1, code_value());
  7199. if (code_seen('Z')) tmc2130_set_current_r(2, code_value());
  7200. if (code_seen('E')) tmc2130_set_current_r(3, code_value());
  7201. }
  7202. break;
  7203. /*!
  7204. ### M913 - Print TMC2130 currents <a href="https://reprap.org/wiki/G-code#M913:_Print_TMC2130_currents">M913: Print TMC2130 currents</a>
  7205. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7206. Shows TMC2130 currents.
  7207. */
  7208. case 913:
  7209. {
  7210. tmc2130_print_currents();
  7211. }
  7212. break;
  7213. /*!
  7214. ### M914 - Set TMC2130 normal mode <a href="https://reprap.org/wiki/G-code#M914:_Set_TMC2130_normal_mode">M914: Set TMC2130 normal mode</a>
  7215. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7216. */
  7217. case 914:
  7218. {
  7219. tmc2130_mode = TMC2130_MODE_NORMAL;
  7220. update_mode_profile();
  7221. tmc2130_init(TMCInitParams(false, FarmOrUserECool()));
  7222. }
  7223. break;
  7224. /*!
  7225. ### M915 - Set TMC2130 silent mode <a href="https://reprap.org/wiki/G-code#M915:_Set_TMC2130_silent_mode">M915: Set TMC2130 silent mode</a>
  7226. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7227. */
  7228. case 915:
  7229. {
  7230. tmc2130_mode = TMC2130_MODE_SILENT;
  7231. update_mode_profile();
  7232. tmc2130_init(TMCInitParams(false, FarmOrUserECool()));
  7233. }
  7234. break;
  7235. /*!
  7236. ### M916 - Set TMC2130 Stallguard sensitivity threshold <a href="https://reprap.org/wiki/G-code#M916:_Set_TMC2130_Stallguard_sensitivity_threshold">M916: Set TMC2130 Stallguard sensitivity threshold</a>
  7237. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7238. #### Usage
  7239. M916 [ X | Y | Z | E ]
  7240. #### Parameters
  7241. - `X` - X stepper driver stallguard sensitivity threshold value
  7242. - `Y` - Y stepper driver stallguard sensitivity threshold value
  7243. - `Z` - Z stepper driver stallguard sensitivity threshold value
  7244. - `E` - Extruder stepper driver stallguard sensitivity threshold value
  7245. */
  7246. case 916:
  7247. {
  7248. if (code_seen('X')) tmc2130_sg_thr[X_AXIS] = code_value();
  7249. if (code_seen('Y')) tmc2130_sg_thr[Y_AXIS] = code_value();
  7250. if (code_seen('Z')) tmc2130_sg_thr[Z_AXIS] = code_value();
  7251. if (code_seen('E')) tmc2130_sg_thr[E_AXIS] = code_value();
  7252. for (uint8_t a = X_AXIS; a <= E_AXIS; a++)
  7253. printf_P(_N("tmc2130_sg_thr[%c]=%d\n"), "XYZE"[a], tmc2130_sg_thr[a]);
  7254. }
  7255. break;
  7256. /*!
  7257. ### M917 - Set TMC2130 PWM amplitude offset (pwm_ampl) <a href="https://reprap.org/wiki/G-code#M917:_Set_TMC2130_PWM_amplitude_offset_.28pwm_ampl.29">M917: Set TMC2130 PWM amplitude offset (pwm_ampl)</a>
  7258. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7259. #### Usage
  7260. M917 [ X | Y | Z | E ]
  7261. #### Parameters
  7262. - `X` - X stepper driver PWM amplitude offset value
  7263. - `Y` - Y stepper driver PWM amplitude offset value
  7264. - `Z` - Z stepper driver PWM amplitude offset value
  7265. - `E` - Extruder stepper driver PWM amplitude offset value
  7266. */
  7267. case 917:
  7268. {
  7269. if (code_seen('X')) tmc2130_set_pwm_ampl(0, code_value());
  7270. if (code_seen('Y')) tmc2130_set_pwm_ampl(1, code_value());
  7271. if (code_seen('Z')) tmc2130_set_pwm_ampl(2, code_value());
  7272. if (code_seen('E')) tmc2130_set_pwm_ampl(3, code_value());
  7273. }
  7274. break;
  7275. /*!
  7276. ### M918 - Set TMC2130 PWM amplitude gradient (pwm_grad) <a href="https://reprap.org/wiki/G-code#M918:_Set_TMC2130_PWM_amplitude_gradient_.28pwm_grad.29">M918: Set TMC2130 PWM amplitude gradient (pwm_grad)</a>
  7277. Not active in default, only if `TMC2130_SERVICE_CODES_M910_M918` is defined in source code.
  7278. #### Usage
  7279. M918 [ X | Y | Z | E ]
  7280. #### Parameters
  7281. - `X` - X stepper driver PWM amplitude gradient value
  7282. - `Y` - Y stepper driver PWM amplitude gradient value
  7283. - `Z` - Z stepper driver PWM amplitude gradient value
  7284. - `E` - Extruder stepper driver PWM amplitude gradient value
  7285. */
  7286. case 918:
  7287. {
  7288. if (code_seen('X')) tmc2130_set_pwm_grad(0, code_value());
  7289. if (code_seen('Y')) tmc2130_set_pwm_grad(1, code_value());
  7290. if (code_seen('Z')) tmc2130_set_pwm_grad(2, code_value());
  7291. if (code_seen('E')) tmc2130_set_pwm_grad(3, code_value());
  7292. }
  7293. break;
  7294. #endif //TMC2130_SERVICE_CODES_M910_M918
  7295. /*!
  7296. ### M350 - Set microstepping mode <a href="https://reprap.org/wiki/G-code#M350:_Set_microstepping_mode">M350: Set microstepping mode</a>
  7297. Printers with TMC2130 drivers have `X`, `Y`, `Z` and `E` as options. The steps-per-unit value is updated accordingly. Not all resolutions are valid!
  7298. Printers without TMC2130 drivers also have `B` and `S` options. In this case, the steps-per-unit value in not changed!
  7299. #### Usage
  7300. M350 [ X | Y | Z | E | B | S ]
  7301. #### Parameters
  7302. - `X` - X new resolution
  7303. - `Y` - Y new resolution
  7304. - `Z` - Z new resolution
  7305. - `E` - E new resolution
  7306. Only valid for MK2.5(S) or printers without TMC2130 drivers
  7307. - `B` - Second extruder new resolution
  7308. - `S` - All axes new resolution
  7309. */
  7310. case 350:
  7311. {
  7312. #ifdef TMC2130
  7313. for (uint_least8_t i=0; i<NUM_AXIS; i++)
  7314. {
  7315. if(code_seen(axis_codes[i]))
  7316. {
  7317. uint16_t res_new = code_value();
  7318. #ifdef ALLOW_ALL_MRES
  7319. bool res_valid = res_new > 0 && res_new <= 256 && !(res_new & (res_new - 1)); // must be a power of two
  7320. #else
  7321. bool res_valid = (res_new == 8) || (res_new == 16) || (res_new == 32); // resolutions valid for all axis
  7322. res_valid |= (i != E_AXIS) && ((res_new == 1) || (res_new == 2) || (res_new == 4)); // resolutions valid for X Y Z only
  7323. res_valid |= (i == E_AXIS) && ((res_new == 64) || (res_new == 128)); // resolutions valid for E only
  7324. #endif
  7325. if (res_valid)
  7326. {
  7327. st_synchronize();
  7328. uint16_t res = tmc2130_get_res(i);
  7329. tmc2130_set_res(i, res_new);
  7330. cs.axis_ustep_resolution[i] = res_new;
  7331. if (res_new > res)
  7332. {
  7333. uint16_t fac = (res_new / res);
  7334. cs.axis_steps_per_unit[i] *= fac;
  7335. position[i] *= fac;
  7336. }
  7337. else
  7338. {
  7339. uint16_t fac = (res / res_new);
  7340. cs.axis_steps_per_unit[i] /= fac;
  7341. position[i] /= fac;
  7342. }
  7343. #if defined(FILAMENT_SENSOR) && (FILAMENT_SENSOR_TYPE == FSENSOR_PAT9125)
  7344. if (i == E_AXIS)
  7345. fsensor.init();
  7346. #endif //defined(FILAMENT_SENSOR) && (FILAMENT_SENSOR_TYPE == FSENSOR_PAT9125)
  7347. }
  7348. }
  7349. }
  7350. reset_acceleration_rates();
  7351. #else //TMC2130
  7352. #if defined(X_MS1_PIN) && X_MS1_PIN > -1
  7353. if(code_seen('S')) for(int i=0;i<=4;i++) microstep_mode(i,code_value());
  7354. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_mode(i,(uint8_t)code_value());
  7355. if(code_seen('B')) microstep_mode(4,code_value());
  7356. microstep_readings();
  7357. #endif
  7358. #endif //TMC2130
  7359. }
  7360. break;
  7361. /*!
  7362. ### M351 - Toggle Microstep Pins <a href="https://reprap.org/wiki/G-code#M351:_Toggle_MS1_MS2_pins_directly">M351: Toggle MS1 MS2 pins directly</a>
  7363. Toggle MS1 MS2 pins directly.
  7364. #### Usage
  7365. M351 [B<0|1>] [E<0|1>] S<1|2> [X<0|1>] [Y<0|1>] [Z<0|1>]
  7366. #### Parameters
  7367. - `X` - Update X axis
  7368. - `Y` - Update Y axis
  7369. - `Z` - Update Z axis
  7370. - `E` - Update E axis
  7371. - `S` - which MSx pin to toggle
  7372. - `B` - new pin value
  7373. */
  7374. case 351:
  7375. {
  7376. #if defined(X_MS1_PIN) && X_MS1_PIN > -1
  7377. if(code_seen('S')) switch((int)code_value())
  7378. {
  7379. case 1:
  7380. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_ms(i,code_value(),-1);
  7381. if(code_seen('B')) microstep_ms(4,code_value(),-1);
  7382. break;
  7383. case 2:
  7384. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_ms(i,-1,code_value());
  7385. if(code_seen('B')) microstep_ms(4,-1,code_value());
  7386. break;
  7387. }
  7388. microstep_readings();
  7389. #endif
  7390. }
  7391. break;
  7392. /*!
  7393. ### M701 - Load filament to extruder <a href="https://reprap.org/wiki/G-code#M701:_Load_filament">M701: Load filament</a>
  7394. Load filament into the active extruder.
  7395. #### Usage
  7396. M701 [ P | T | L | Z ]
  7397. #### Parameters
  7398. - `P` - n index of MMU slot (zero based, so 0-4 like T0 and T4)
  7399. - `T` - Alias of `P`. Used for compatibility with Marlin
  7400. - `L` - Extrude distance for insertion (positive value)(manual reload)
  7401. - `Z` - Move the Z axis by this distance. Default value MIN_Z_FOR_LOAD
  7402. */
  7403. case 701:
  7404. {
  7405. uint8_t mmuSlotIndex = 0xffU;
  7406. float fastLoadLength = FILAMENTCHANGE_FIRSTFEED; // Only used without MMU
  7407. float z_target = MIN_Z_FOR_LOAD;
  7408. if( MMU2::mmu2.Enabled() )
  7409. {
  7410. if( code_seen('P') || code_seen('T') ) {
  7411. mmuSlotIndex = code_value_uint8();
  7412. }
  7413. }
  7414. if (code_seen('L')) fastLoadLength = code_value();
  7415. // Z lift. For safety only allow positive values
  7416. if (code_seen('Z')) z_target = fabs(code_value());
  7417. // Raise the Z axis
  7418. float delta = raise_z(z_target);
  7419. // Load filament
  7420. gcode_M701(fastLoadLength, mmuSlotIndex);
  7421. // Restore Z axis
  7422. raise_z(-delta);
  7423. }
  7424. break;
  7425. /*!
  7426. ### M702 - Unload filament <a href="https://reprap.org/wiki/G-code#M702:_Unload_filament">G32: Undock Z Probe sled</a>
  7427. #### Usage
  7428. M702 [ U | Z ]
  7429. #### Parameters
  7430. - `U` - Retract distance for removal (manual reload). Default value is 0.
  7431. - `Z` - Move the Z axis by this distance. Default value MIN_Z_FOR_UNLOAD.
  7432. */
  7433. case 702:
  7434. {
  7435. float z_target = MIN_Z_FOR_UNLOAD;
  7436. float unloadLength = FILAMENTCHANGE_FINALRETRACT;
  7437. if (code_seen('U')) unloadLength = code_value();
  7438. // For safety only allow positive values
  7439. if (code_seen('Z')) z_target = fabs(code_value());
  7440. // Raise the Z axis
  7441. float delta = raise_z(z_target);
  7442. // Unload filament
  7443. if (MMU2::mmu2.Enabled()) MMU2::mmu2.unload();
  7444. else unload_filament(unloadLength);
  7445. // Restore Z axis
  7446. raise_z(-delta);
  7447. }
  7448. break;
  7449. /*!
  7450. ### M704 - Load to MMU <a href="https://reprap.org/wiki/G-code#M704:_Load_to_MMU">M704: Load to MMU</a>
  7451. #### Usage
  7452. M704 [ P ]
  7453. #### Parameters
  7454. - `P` - n index of slot (zero based, so 0-4 like T0 and T4)
  7455. */
  7456. case 704:
  7457. {
  7458. gcodes_M704_M705_M706(704);
  7459. }
  7460. break;
  7461. /*!
  7462. ### M705 - Eject filament <a href="https://reprap.org/wiki/G-code#M705:_Eject_filament">M705: Eject filament</a>
  7463. #### Usage
  7464. M705 [ P ]
  7465. #### Parameters
  7466. - `P` - n index of slot (zero based, so 0-4 like T0 and T4)
  7467. */
  7468. case 705:
  7469. {
  7470. gcodes_M704_M705_M706(705);
  7471. }
  7472. break;
  7473. /*!
  7474. ### M706 - Cut filament <a href="https://reprap.org/wiki/G-code#M706:_Cut_filament">M706: Cut filament</a>
  7475. #### Usage
  7476. M706 [ P ]
  7477. #### Parameters
  7478. - `P` - n index of slot (zero based, so 0-4 like T0 and T4)
  7479. */
  7480. case 706:
  7481. {
  7482. gcodes_M704_M705_M706(706);
  7483. }
  7484. break;
  7485. /*!
  7486. ### M707 - Read from MMU register <a href="https://reprap.org/wiki/G-code#M707:_Read_from_MMU_register">M707: Read from MMU register</a>
  7487. #### Usage
  7488. M707 [ A ]
  7489. #### Parameters
  7490. - `A` - Address of register in hexidecimal.
  7491. #### Example
  7492. M707 A0x1b - Read a 8bit integer from register 0x1b and prints the result onto the serial line.
  7493. Does nothing if the A parameter is not present or if MMU is not enabled.
  7494. */
  7495. case 707: {
  7496. if ( MMU2::mmu2.Enabled() ) {
  7497. if( code_seen('A') ) {
  7498. MMU2::mmu2.ReadRegister(uint8_t(strtol(strchr_pointer+1, NULL, 16)));
  7499. }
  7500. }
  7501. } break;
  7502. /*!
  7503. ### M708 - Write to MMU register <a href="https://reprap.org/wiki/G-code#M708:_Write_to_MMU_register">M707: Write to MMU register</a>
  7504. #### Usage
  7505. M708 [ A | X ]
  7506. #### Parameters
  7507. - `A` - Address of register in hexidecimal.
  7508. - `X` - Data to write (16-bit integer). Default value 0.
  7509. #### Example
  7510. M708 A0x1b X05 - Write to register 0x1b the value 05.
  7511. Does nothing if A parameter is missing or if MMU is not enabled.
  7512. */
  7513. case 708: {
  7514. if ( MMU2::mmu2.Enabled() ){
  7515. uint8_t addr = 0;
  7516. if( code_seen('A') ) {
  7517. addr = uint8_t(strtol(strchr_pointer+1, NULL, 16));
  7518. }
  7519. uint16_t data = 0;
  7520. if( code_seen('X') ) {
  7521. data = code_value_short();
  7522. }
  7523. if(addr){
  7524. MMU2::mmu2.WriteRegister(addr, data);
  7525. }
  7526. }
  7527. } break;
  7528. /*!
  7529. ### M709 - MMU reset <a href="https://reprap.org/wiki/G-code#M709:_MMU_reset">M709: MMU reset</a>
  7530. The MK3S cannot not power off the MMU, for that reason the functionality is not supported.
  7531. #### Usage
  7532. M709 [ X ]
  7533. #### Parameters
  7534. - `X` - Reset MMU (0:soft reset | 1:hardware reset)
  7535. #### Example
  7536. M709 X0 - issue an X0 command via communication into the MMU (soft reset)
  7537. M709 X1 - toggle the MMU's reset pin (hardware reset)
  7538. */
  7539. case 709:
  7540. {
  7541. if (MMU2::mmu2.Enabled() && code_seen('X'))
  7542. {
  7543. switch (code_value_uint8())
  7544. {
  7545. case 0:
  7546. MMU2::mmu2.Reset(MMU2::MMU2::Software);
  7547. break;
  7548. case 1:
  7549. MMU2::mmu2.Reset(MMU2::MMU2::ResetPin);
  7550. break;
  7551. default:
  7552. break;
  7553. }
  7554. }
  7555. }
  7556. break;
  7557. /*!
  7558. #### End of M-Commands
  7559. */
  7560. default:
  7561. printf_P(MSG_UNKNOWN_CODE, 'M', cmdbuffer + bufindr + CMDHDRSIZE);
  7562. }
  7563. // printf_P(_N("END M-CODE=%u\n"), mcode_in_progress);
  7564. mcode_in_progress = 0;
  7565. }
  7566. }
  7567. // end if(code_seen('M')) (end of M codes)
  7568. /*!
  7569. -----------------------------------------------------------------------------------------
  7570. # T Codes
  7571. T<extruder nr.> - select extruder in case of multi extruder printer. select filament in case of MMU_V2.
  7572. #### For MMU_V2:
  7573. T<n> Gcode to extrude at least 38.10 mm at feedrate 19.02 mm/s must follow immediately to load to extruder wheels.
  7574. @n T? Gcode to extrude shouldn't have to follow, load to extruder wheels is done automatically
  7575. @n Tx Same as T?, except nozzle doesn't have to be preheated. Tc must be placed after extruder nozzle is preheated to finish filament load.
  7576. @n Tc Load to nozzle after filament was prepared by Tc and extruder nozzle is already heated.
  7577. */
  7578. else if(code_seen('T')){
  7579. TCodes(strchr_pointer, code_value_uint8());
  7580. } // end if(code_seen('T')) (end of T codes)
  7581. /*!
  7582. #### End of T-Codes
  7583. */
  7584. /**
  7585. *---------------------------------------------------------------------------------
  7586. *# D codes
  7587. */
  7588. else if (code_seen('D')) // D codes (debug)
  7589. {
  7590. switch(code_value_short())
  7591. {
  7592. /*!
  7593. ### D-1 - Endless Loop <a href="https://reprap.org/wiki/G-code#D-1:_Endless_Loop">D-1: Endless Loop</a>
  7594. */
  7595. case -1:
  7596. dcode__1(); break;
  7597. #ifdef DEBUG_DCODES
  7598. /*!
  7599. ### D0 - Reset <a href="https://reprap.org/wiki/G-code#D0:_Reset">D0: Reset</a>
  7600. #### Usage
  7601. D0 [ B ]
  7602. #### Parameters
  7603. - `B` - Bootloader
  7604. */
  7605. case 0:
  7606. dcode_0(); break;
  7607. /*!
  7608. *
  7609. ### D1 - Clear EEPROM and RESET <a href="https://reprap.org/wiki/G-code#D1:_Clear_EEPROM_and_RESET">D1: Clear EEPROM and RESET</a>
  7610. D1
  7611. *
  7612. */
  7613. case 1:
  7614. dcode_1(); break;
  7615. #endif
  7616. #if defined DEBUG_DCODE2 || defined DEBUG_DCODES
  7617. /*!
  7618. ### D2 - Read/Write RAM <a href="https://reprap.org/wiki/G-code#D2:_Read.2FWrite_RAM">D3: Read/Write RAM</a>
  7619. This command can be used without any additional parameters. It will read the entire RAM.
  7620. #### Usage
  7621. D2 [ A | C | X ]
  7622. #### Parameters
  7623. - `A` - Address (x0000-x1fff)
  7624. - `C` - Count (1-8192)
  7625. - `X` - Data
  7626. #### Notes
  7627. - The hex address needs to be lowercase without the 0 before the x
  7628. - Count is decimal
  7629. - The hex data needs to be lowercase
  7630. */
  7631. case 2:
  7632. dcode_2(); break;
  7633. #endif //DEBUG_DCODES
  7634. #if defined DEBUG_DCODE3 || defined DEBUG_DCODES
  7635. /*!
  7636. ### D3 - Read/Write EEPROM <a href="https://reprap.org/wiki/G-code#D3:_Read.2FWrite_EEPROM">D3: Read/Write EEPROM</a>
  7637. This command can be used without any additional parameters. It will read the entire eeprom.
  7638. #### Usage
  7639. D3 [ A | C | X ]
  7640. #### Parameters
  7641. - `A` - Address (x0000-x0fff)
  7642. - `C` - Count (1-4096)
  7643. - `X` - Data (hex)
  7644. #### Notes
  7645. - The hex address needs to be lowercase without the 0 before the x
  7646. - Count is decimal
  7647. - The hex data needs to be lowercase
  7648. */
  7649. case 3:
  7650. dcode_3(); break;
  7651. #endif //DEBUG_DCODE3
  7652. #ifdef DEBUG_DCODES
  7653. /*!
  7654. ### D4 - Read/Write PIN <a href="https://reprap.org/wiki/G-code#D4:_Read.2FWrite_PIN">D4: Read/Write PIN</a>
  7655. To read the digital value of a pin you need only to define the pin number.
  7656. #### Usage
  7657. D4 [ P | F | V ]
  7658. #### Parameters
  7659. - `P` - Pin (0-255)
  7660. - `F` - Function in/out (0/1)
  7661. - `V` - Value (0/1)
  7662. */
  7663. case 4:
  7664. dcode_4(); break;
  7665. #endif //DEBUG_DCODES
  7666. #if defined DEBUG_DCODE5 || defined DEBUG_DCODES
  7667. /*!
  7668. ### D5 - Read/Write FLASH <a href="https://reprap.org/wiki/G-code#D5:_Read.2FWrite_FLASH">D5: Read/Write Flash</a>
  7669. This command can be used without any additional parameters. It will read the 1kb FLASH.
  7670. #### Usage
  7671. D5 [ A | C | X | E ]
  7672. #### Parameters
  7673. - `A` - Address (x00000-x3ffff)
  7674. - `C` - Count (1-8192)
  7675. - `X` - Data (hex)
  7676. - `E` - Erase
  7677. #### Notes
  7678. - The hex address needs to be lowercase without the 0 before the x
  7679. - Count is decimal
  7680. - The hex data needs to be lowercase
  7681. */
  7682. case 5:
  7683. dcode_5(); break;
  7684. #endif //DEBUG_DCODE5
  7685. #if defined DEBUG_DCODE6 || defined DEBUG_DCODES
  7686. /*!
  7687. ### D6 - Read/Write external FLASH <a href="https://reprap.org/wiki/G-code#D6:_Read.2FWrite_external_FLASH">D6: Read/Write external Flash</a>
  7688. Reserved
  7689. */
  7690. case 6:
  7691. dcode_6(); break;
  7692. #endif
  7693. #ifdef DEBUG_DCODES
  7694. /*!
  7695. ### D7 - Read/Write Bootloader <a href="https://reprap.org/wiki/G-code#D7:_Read.2FWrite_Bootloader">D7: Read/Write Bootloader</a>
  7696. Reserved
  7697. */
  7698. case 7:
  7699. dcode_7(); break;
  7700. /*!
  7701. ### D8 - Read/Write PINDA <a href="https://reprap.org/wiki/G-code#D8:_Read.2FWrite_PINDA">D8: Read/Write PINDA</a>
  7702. #### Usage
  7703. D8 [ ? | ! | P | Z ]
  7704. #### Parameters
  7705. - `?` - Read PINDA temperature shift values
  7706. - `!` - Reset PINDA temperature shift values to default
  7707. - `P` - Pinda temperature [C]
  7708. - `Z` - Z Offset [mm]
  7709. */
  7710. case 8:
  7711. dcode_8(); break;
  7712. /*!
  7713. ### D9 - Read ADC <a href="https://reprap.org/wiki/G-code#D9:_Read.2FWrite_ADC">D9: Read ADC</a>
  7714. #### Usage
  7715. D9 [ I | V ]
  7716. #### Parameters
  7717. - `I` - ADC channel index
  7718. - `0` - Heater 0 temperature
  7719. - `1` - Heater 1 temperature
  7720. - `2` - Bed temperature
  7721. - `3` - PINDA temperature
  7722. - `4` - PWR voltage
  7723. - `5` - Ambient temperature
  7724. - `6` - BED voltage
  7725. - `V` Value to be written as simulated
  7726. */
  7727. case 9:
  7728. dcode_9(); break;
  7729. /*!
  7730. ### D10 - Set XYZ calibration = OK <a href="https://reprap.org/wiki/G-code#D10:_Set_XYZ_calibration_.3D_OK">D10: Set XYZ calibration = OK</a>
  7731. */
  7732. case 10:
  7733. dcode_10(); break;
  7734. /*!
  7735. ### D12 - Time <a href="https://reprap.org/wiki/G-code#D12:_Time">D12: Time</a>
  7736. Writes the current time in the log file.
  7737. */
  7738. #endif //DEBUG_DCODES
  7739. #ifdef XFLASH_DUMP
  7740. /*!
  7741. ### D20 - Generate an offline crash dump <a href="https://reprap.org/wiki/G-code#D20:_Generate_an_offline_crash_dump">D20: Generate an offline crash dump</a>
  7742. Generate a crash dump for later retrival.
  7743. #### Usage
  7744. D20 [E]
  7745. ### Parameters
  7746. - `E` - Perform an emergency crash dump (resets the printer).
  7747. ### Notes
  7748. - A crash dump can be later recovered with D21, or cleared with D22.
  7749. - An emergency crash dump includes register data, but will cause the printer to reset after the dump
  7750. is completed.
  7751. */
  7752. case 20: {
  7753. dcode_20();
  7754. break;
  7755. };
  7756. /*!
  7757. ### D21 - Print crash dump to serial <a href="https://reprap.org/wiki/G-code#D21:_Print_crash_dump_to_serial">D21: Print crash dump to serial</a>
  7758. Output the complete crash dump (if present) to the serial.
  7759. #### Usage
  7760. D21
  7761. ### Notes
  7762. - The starting address can vary between builds, but it's always at the beginning of the data section.
  7763. */
  7764. case 21: {
  7765. dcode_21();
  7766. break;
  7767. };
  7768. /*!
  7769. ### D22 - Clear crash dump state <a href="https://reprap.org/wiki/G-code#D22:_Clear_crash_dump_state">D22: Clear crash dump state</a>
  7770. Clear an existing internal crash dump.
  7771. #### Usage
  7772. D22
  7773. */
  7774. case 22: {
  7775. dcode_22();
  7776. break;
  7777. };
  7778. #endif //XFLASH_DUMP
  7779. #ifdef EMERGENCY_SERIAL_DUMP
  7780. /*!
  7781. ### D23 - Request emergency dump on serial <a href="https://reprap.org/wiki/G-code#D23:_Request_emergency_dump_on_serial">D23: Request emergency dump on serial</a>
  7782. On boards without offline dump support, request online dumps to the serial port on firmware faults.
  7783. When online dumps are enabled, the FW will dump memory on the serial before resetting.
  7784. #### Usage
  7785. D23 [E] [R]
  7786. #### Parameters
  7787. - `E` - Perform an emergency crash dump (resets the printer).
  7788. - `R` - Disable online dumps.
  7789. */
  7790. case 23: {
  7791. dcode_23();
  7792. break;
  7793. };
  7794. #endif
  7795. #ifdef TEMP_MODEL_DEBUG
  7796. /*!
  7797. ## D70 - Enable low-level temperature model logging for offline simulation
  7798. #### Usage
  7799. D70 [ S ]
  7800. #### Parameters
  7801. - `S` - Enable 0-1 (default 0)
  7802. */
  7803. case 70: {
  7804. if(code_seen('S'))
  7805. temp_model_log_enable(code_value_short());
  7806. break;
  7807. }
  7808. #endif
  7809. #ifdef HEATBED_ANALYSIS
  7810. /*!
  7811. ### D80 - Bed check <a href="https://reprap.org/wiki/G-code#D80:_Bed_check">D80: Bed check</a>
  7812. This command will log data to SD card file "mesh.txt".
  7813. #### Usage
  7814. D80 [ E | F | G | H | I | J ]
  7815. #### Parameters
  7816. - `E` - Dimension X (default 40)
  7817. - `F` - Dimention Y (default 40)
  7818. - `G` - Points X (default 40)
  7819. - `H` - Points Y (default 40)
  7820. - `I` - Offset X (default 74)
  7821. - `J` - Offset Y (default 34)
  7822. */
  7823. case 80:
  7824. dcode_80(); break;
  7825. /*!
  7826. ### D81 - Bed analysis <a href="https://reprap.org/wiki/G-code#D81:_Bed_analysis">D80: Bed analysis</a>
  7827. This command will log data to SD card file "wldsd.txt".
  7828. #### Usage
  7829. D81 [ E | F | G | H | I | J ]
  7830. #### Parameters
  7831. - `E` - Dimension X (default 40)
  7832. - `F` - Dimention Y (default 40)
  7833. - `G` - Points X (default 40)
  7834. - `H` - Points Y (default 40)
  7835. - `I` - Offset X (default 74)
  7836. - `J` - Offset Y (default 34)
  7837. */
  7838. case 81:
  7839. dcode_81(); break;
  7840. #endif //HEATBED_ANALYSIS
  7841. #ifdef DEBUG_DCODES
  7842. /*!
  7843. ### D106 - Print measured fan speed for different pwm values <a href="https://reprap.org/wiki/G-code#D106:_Print_measured_fan_speed_for_different_pwm_values">D106: Print measured fan speed for different pwm values</a>
  7844. */
  7845. case 106:
  7846. dcode_106(); break;
  7847. #ifdef TMC2130
  7848. /*!
  7849. ### D2130 - Trinamic stepper controller <a href="https://reprap.org/wiki/G-code#D2130:_Trinamic_stepper_controller">D2130: Trinamic stepper controller</a>
  7850. @todo Please review by owner of the code. RepRap Wiki Gcode needs to be updated after review of owner as well.
  7851. #### Usage
  7852. D2130 [ Axis | Command | Subcommand | Value ]
  7853. #### Parameters
  7854. - Axis
  7855. - `X` - X stepper driver
  7856. - `Y` - Y stepper driver
  7857. - `Z` - Z stepper driver
  7858. - `E` - Extruder stepper driver
  7859. - Commands
  7860. - `0` - Current off
  7861. - `1` - Current on
  7862. - `+` - Single step
  7863. - `-` - Single step oposite direction
  7864. - `NNN` - Value sereval steps
  7865. - `?` - Read register
  7866. - Subcommands for read register
  7867. - `mres` - Micro step resolution. More information in datasheet '5.5.2 CHOPCONF – Chopper Configuration'
  7868. - `step` - Step
  7869. - `mscnt` - Microstep counter. More information in datasheet '5.5 Motor Driver Registers'
  7870. - `mscuract` - Actual microstep current for motor. More information in datasheet '5.5 Motor Driver Registers'
  7871. - `wave` - Microstep linearity compensation curve
  7872. - `!` - Set register
  7873. - Subcommands for set register
  7874. - `mres` - Micro step resolution
  7875. - `step` - Step
  7876. - `wave` - Microstep linearity compensation curve
  7877. - Values for set register
  7878. - `0, 180 --> 250` - Off
  7879. - `0.9 --> 1.25` - Valid values (recommended is 1.1)
  7880. - `@` - Home calibrate axis
  7881. Examples:
  7882. D2130E?wave
  7883. Print extruder microstep linearity compensation curve
  7884. D2130E!wave0
  7885. Disable extruder linearity compensation curve, (sine curve is used)
  7886. D2130E!wave220
  7887. (sin(x))^1.1 extruder microstep compensation curve used
  7888. Notes:
  7889. For more information see https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2130_datasheet.pdf
  7890. *
  7891. */
  7892. case 2130:
  7893. dcode_2130(); break;
  7894. #endif //TMC2130
  7895. #if defined(FILAMENT_SENSOR) && (FILAMENT_SENSOR_TYPE == FSENSOR_PAT9125)
  7896. /*!
  7897. ### D9125 - PAT9125 filament sensor <a href="https://reprap.org/wiki/G-code#D9:_Read.2FWrite_ADC">D9125: PAT9125 filament sensor</a>
  7898. #### Usage
  7899. D9125 [ ? | ! | R | X | Y | L ]
  7900. #### Parameters
  7901. - `?` - Print values
  7902. - `!` - Print values
  7903. - `R` - Resolution. Not active in code
  7904. - `X` - X values
  7905. - `Y` - Y values
  7906. - `L` - Activate filament sensor log
  7907. */
  7908. case 9125:
  7909. dcode_9125(); break;
  7910. #endif //defined(FILAMENT_SENSOR) && (FILAMENT_SENSOR_TYPE == FSENSOR_PAT9125)
  7911. #endif //DEBUG_DCODES
  7912. default:
  7913. printf_P(MSG_UNKNOWN_CODE, 'D', cmdbuffer + bufindr + CMDHDRSIZE);
  7914. }
  7915. }
  7916. else
  7917. {
  7918. SERIAL_ECHO_START;
  7919. SERIAL_ECHORPGM(MSG_UNKNOWN_COMMAND);
  7920. SERIAL_ECHO(CMDBUFFER_CURRENT_STRING);
  7921. SERIAL_ECHOLNPGM("\"(2)");
  7922. }
  7923. KEEPALIVE_STATE(NOT_BUSY);
  7924. ClearToSend();
  7925. }
  7926. /*!
  7927. #### End of D-Codes
  7928. */
  7929. /** @defgroup GCodes G-Code List
  7930. */
  7931. // ---------------------------------------------------
  7932. void FlushSerialRequestResend()
  7933. {
  7934. //char cmdbuffer[bufindr][100]="Resend:";
  7935. MYSERIAL.flush();
  7936. printf_P(_N("%S: %ld\n%S\n"), _n("Resend"), gcode_LastN + 1, MSG_OK);
  7937. }
  7938. // Confirm the execution of a command, if sent from a serial line.
  7939. // Execution of a command from a SD card will not be confirmed.
  7940. void ClearToSend()
  7941. {
  7942. previous_millis_cmd.start();
  7943. if (buflen && ((CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB) || (CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB_WITH_LINENR)))
  7944. SERIAL_PROTOCOLLNRPGM(MSG_OK);
  7945. }
  7946. #if MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  7947. void update_currents() {
  7948. float current_high[3] = DEFAULT_PWM_MOTOR_CURRENT_LOUD;
  7949. float current_low[3] = DEFAULT_PWM_MOTOR_CURRENT;
  7950. float tmp_motor[3];
  7951. //SERIAL_ECHOLNPGM("Currents updated: ");
  7952. if (destination[Z_AXIS] < Z_SILENT) {
  7953. //SERIAL_ECHOLNPGM("LOW");
  7954. for (uint8_t i = 0; i < 3; i++) {
  7955. st_current_set(i, current_low[i]);
  7956. /*MYSERIAL.print(int(i));
  7957. SERIAL_ECHOPGM(": ");
  7958. MYSERIAL.println(current_low[i]);*/
  7959. }
  7960. }
  7961. else if (destination[Z_AXIS] > Z_HIGH_POWER) {
  7962. //SERIAL_ECHOLNPGM("HIGH");
  7963. for (uint8_t i = 0; i < 3; i++) {
  7964. st_current_set(i, current_high[i]);
  7965. /*MYSERIAL.print(int(i));
  7966. SERIAL_ECHOPGM(": ");
  7967. MYSERIAL.println(current_high[i]);*/
  7968. }
  7969. }
  7970. else {
  7971. for (uint8_t i = 0; i < 3; i++) {
  7972. float q = current_low[i] - Z_SILENT*((current_high[i] - current_low[i]) / (Z_HIGH_POWER - Z_SILENT));
  7973. tmp_motor[i] = ((current_high[i] - current_low[i]) / (Z_HIGH_POWER - Z_SILENT))*destination[Z_AXIS] + q;
  7974. st_current_set(i, tmp_motor[i]);
  7975. /*MYSERIAL.print(int(i));
  7976. SERIAL_ECHOPGM(": ");
  7977. MYSERIAL.println(tmp_motor[i]);*/
  7978. }
  7979. }
  7980. }
  7981. #endif //MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  7982. void get_coordinates() {
  7983. bool seen[4]={false,false,false,false};
  7984. for(int8_t i=0; i < NUM_AXIS; i++) {
  7985. if(code_seen(axis_codes[i]))
  7986. {
  7987. bool relative = axis_relative_modes & (1 << i);
  7988. destination[i] = code_value();
  7989. if (i == E_AXIS) {
  7990. float emult = extruder_multiplier[active_extruder];
  7991. if (emult != 1.) {
  7992. if (! relative) {
  7993. destination[i] -= current_position[i];
  7994. relative = true;
  7995. }
  7996. destination[i] *= emult;
  7997. }
  7998. }
  7999. if (relative)
  8000. destination[i] += current_position[i];
  8001. seen[i]=true;
  8002. #if MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  8003. if (i == Z_AXIS && SilentModeMenu == SILENT_MODE_AUTO) update_currents();
  8004. #endif //MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  8005. }
  8006. else destination[i] = current_position[i]; //Are these else lines really needed?
  8007. }
  8008. if(code_seen('F')) {
  8009. next_feedrate = code_value();
  8010. if(next_feedrate > 0.0) feedrate = next_feedrate;
  8011. if (!seen[0] && !seen[1] && !seen[2] && seen[3])
  8012. {
  8013. // float e_max_speed =
  8014. // printf_P(PSTR("E MOVE speed %7.3f\n"), feedrate / 60)
  8015. }
  8016. }
  8017. }
  8018. void clamp_to_software_endstops(float target[3])
  8019. {
  8020. #ifdef DEBUG_DISABLE_SWLIMITS
  8021. return;
  8022. #endif //DEBUG_DISABLE_SWLIMITS
  8023. world2machine_clamp(target[0], target[1]);
  8024. // Clamp the Z coordinate.
  8025. if (min_software_endstops) {
  8026. float negative_z_offset = 0;
  8027. #ifdef ENABLE_AUTO_BED_LEVELING
  8028. if (Z_PROBE_OFFSET_FROM_EXTRUDER < 0) negative_z_offset = negative_z_offset + Z_PROBE_OFFSET_FROM_EXTRUDER;
  8029. if (cs.add_homing[Z_AXIS] < 0) negative_z_offset = negative_z_offset + cs.add_homing[Z_AXIS];
  8030. #endif
  8031. if (target[Z_AXIS] < min_pos[Z_AXIS]+negative_z_offset) target[Z_AXIS] = min_pos[Z_AXIS]+negative_z_offset;
  8032. }
  8033. if (max_software_endstops) {
  8034. if (target[Z_AXIS] > max_pos[Z_AXIS]) target[Z_AXIS] = max_pos[Z_AXIS];
  8035. }
  8036. }
  8037. uint16_t restore_interrupted_gcode() {
  8038. // When recovering from a previous print move, restore the originally
  8039. // calculated start position on the first USB/SD command. This accounts
  8040. // properly for relative moves
  8041. if (
  8042. (saved_start_position[0] != SAVED_START_POSITION_UNSET) && (
  8043. (CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_SDCARD) ||
  8044. (CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB_WITH_LINENR)
  8045. )
  8046. ) {
  8047. memcpy(current_position, saved_start_position, sizeof(current_position));
  8048. saved_start_position[0] = SAVED_START_POSITION_UNSET;
  8049. return saved_segment_idx;
  8050. }
  8051. else
  8052. return 1; //begin with the first segment
  8053. }
  8054. #ifdef MESH_BED_LEVELING
  8055. void mesh_plan_buffer_line(const float &x, const float &y, const float &z, const float &e, const float &feed_rate, const uint8_t extruder, uint16_t start_segment_idx = 0) {
  8056. float dx = x - current_position[X_AXIS];
  8057. float dy = y - current_position[Y_AXIS];
  8058. uint16_t n_segments = 0;
  8059. if (mbl.active) {
  8060. float len = fabs(dx) + fabs(dy);
  8061. if (len > 0)
  8062. // Split to 3cm segments or shorter.
  8063. n_segments = uint16_t(ceil(len / 30.f));
  8064. }
  8065. if (n_segments > 1 && start_segment_idx) {
  8066. float dz = z - current_position[Z_AXIS];
  8067. float de = e - current_position[E_AXIS];
  8068. for (uint16_t i = start_segment_idx; i < n_segments; ++ i) {
  8069. float t = float(i) / float(n_segments);
  8070. plan_buffer_line(current_position[X_AXIS] + t * dx,
  8071. current_position[Y_AXIS] + t * dy,
  8072. current_position[Z_AXIS] + t * dz,
  8073. current_position[E_AXIS] + t * de,
  8074. feed_rate, extruder, current_position, i);
  8075. if (planner_aborted)
  8076. return;
  8077. }
  8078. }
  8079. // The rest of the path.
  8080. plan_buffer_line(x, y, z, e, feed_rate, extruder, current_position);
  8081. }
  8082. #endif // MESH_BED_LEVELING
  8083. void prepare_move(uint16_t start_segment_idx)
  8084. {
  8085. clamp_to_software_endstops(destination);
  8086. previous_millis_cmd.start();
  8087. // Do not use feedmultiply for E or Z only moves
  8088. if((current_position[X_AXIS] == destination[X_AXIS]) && (current_position[Y_AXIS] == destination[Y_AXIS])) {
  8089. plan_buffer_line_destinationXYZE(feedrate/60);
  8090. }
  8091. else {
  8092. #ifdef MESH_BED_LEVELING
  8093. mesh_plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate*feedmultiply*(1./(60.f*100.f)), active_extruder, start_segment_idx);
  8094. #else
  8095. plan_buffer_line_destinationXYZE(feedrate*feedmultiply*(1./(60.f*100.f)));
  8096. #endif
  8097. }
  8098. set_current_to_destination();
  8099. }
  8100. void prepare_arc_move(bool isclockwise, uint16_t start_segment_idx) {
  8101. float r = hypot(offset[X_AXIS], offset[Y_AXIS]); // Compute arc radius for mc_arc
  8102. // Trace the arc
  8103. mc_arc(current_position, destination, offset, feedrate * feedmultiply / 60 / 100.0, r, isclockwise, active_extruder, start_segment_idx);
  8104. // As far as the parser is concerned, the position is now == target. In reality the
  8105. // motion control system might still be processing the action and the real tool position
  8106. // in any intermediate location.
  8107. set_current_to_destination();
  8108. previous_millis_cmd.start();
  8109. }
  8110. #if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
  8111. #if defined(FAN_PIN)
  8112. #if CONTROLLERFAN_PIN == FAN_PIN
  8113. #error "You cannot set CONTROLLERFAN_PIN equal to FAN_PIN"
  8114. #endif
  8115. #endif
  8116. unsigned long lastMotor = 0; //Save the time for when a motor was turned on last
  8117. unsigned long lastMotorCheck = 0;
  8118. void controllerFan()
  8119. {
  8120. if ((_millis() - lastMotorCheck) >= 2500) //Not a time critical function, so we only check every 2500ms
  8121. {
  8122. lastMotorCheck = _millis();
  8123. if(!READ(X_ENABLE_PIN) || !READ(Y_ENABLE_PIN) || !READ(Z_ENABLE_PIN) || (soft_pwm_bed > 0)
  8124. #if EXTRUDERS > 2
  8125. || !READ(E2_ENABLE_PIN)
  8126. #endif
  8127. #if EXTRUDER > 1
  8128. #if defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1
  8129. || !READ(X2_ENABLE_PIN)
  8130. #endif
  8131. || !READ(E1_ENABLE_PIN)
  8132. #endif
  8133. || !READ(E0_ENABLE_PIN)) //If any of the drivers are enabled...
  8134. {
  8135. lastMotor = _millis(); //... set time to NOW so the fan will turn on
  8136. }
  8137. if ((_millis() - lastMotor) >= (CONTROLLERFAN_SECS*1000UL) || lastMotor == 0) //If the last time any driver was enabled, is longer since than CONTROLLERSEC...
  8138. {
  8139. digitalWrite(CONTROLLERFAN_PIN, 0);
  8140. analogWrite(CONTROLLERFAN_PIN, 0);
  8141. }
  8142. else
  8143. {
  8144. // allows digital or PWM fan output to be used (see M42 handling)
  8145. digitalWrite(CONTROLLERFAN_PIN, CONTROLLERFAN_SPEED);
  8146. analogWrite(CONTROLLERFAN_PIN, CONTROLLERFAN_SPEED);
  8147. }
  8148. }
  8149. }
  8150. #endif
  8151. #ifdef SAFETYTIMER
  8152. /**
  8153. * @brief Turn off heating after safetytimer_inactive_time milliseconds of inactivity
  8154. *
  8155. * Full screen blocking notification message is shown after heater turning off.
  8156. * Paused print is not considered inactivity, as nozzle is cooled anyway and bed cooling would
  8157. * damage print.
  8158. *
  8159. * If safetytimer_inactive_time is zero, feature is disabled (heating is never turned off because of inactivity)
  8160. */
  8161. static void handleSafetyTimer()
  8162. {
  8163. #if (EXTRUDERS > 1)
  8164. #error Implemented only for one extruder.
  8165. #endif //(EXTRUDERS > 1)
  8166. if (printer_active() || (!degTargetBed() && !degTargetHotend(0)) || (!safetytimer_inactive_time))
  8167. {
  8168. safetyTimer.stop();
  8169. }
  8170. else if ((degTargetBed() || degTargetHotend(0)) && (!safetyTimer.running()))
  8171. {
  8172. safetyTimer.start();
  8173. }
  8174. else if (safetyTimer.expired(farm_mode?FARM_DEFAULT_SAFETYTIMER_TIME_ms:safetytimer_inactive_time))
  8175. {
  8176. setTargetBed(0);
  8177. setAllTargetHotends(0);
  8178. lcd_show_fullscreen_message_and_wait_P(_i("Heating disabled by safety timer."));////MSG_BED_HEATING_SAFETY_DISABLED c=20 r=4
  8179. }
  8180. }
  8181. #endif //SAFETYTIMER
  8182. void manage_inactivity(bool ignore_stepper_queue/*=false*/) //default argument set in Marlin.h
  8183. {
  8184. #ifdef FILAMENT_SENSOR
  8185. if (fsensor.update()) {
  8186. lcd_draw_update = 1; //cause lcd update so that fsensor event polling can be done from the lcd draw routine.
  8187. }
  8188. #endif
  8189. #ifdef SAFETYTIMER
  8190. handleSafetyTimer();
  8191. #endif //SAFETYTIMER
  8192. #if defined(KILL_PIN) && KILL_PIN > -1
  8193. static int killCount = 0; // make the inactivity button a bit less responsive
  8194. const int KILL_DELAY = 10000;
  8195. #endif
  8196. if(buflen < (BUFSIZE-1)){
  8197. get_command();
  8198. }
  8199. if(previous_millis_cmd.expired(max_inactive_time))
  8200. if(max_inactive_time)
  8201. kill(_n("Inactivity Shutdown"), 4);
  8202. if(stepper_inactive_time) {
  8203. if(previous_millis_cmd.expired(stepper_inactive_time))
  8204. {
  8205. if(blocks_queued() == false && ignore_stepper_queue == false) {
  8206. disable_x();
  8207. disable_y();
  8208. disable_z();
  8209. disable_e0();
  8210. disable_e1();
  8211. disable_e2();
  8212. }
  8213. }
  8214. }
  8215. #ifdef CHDK //Check if pin should be set to LOW after M240 set it to HIGH
  8216. if (chdkActive && (_millis() - chdkHigh > CHDK_DELAY))
  8217. {
  8218. chdkActive = false;
  8219. WRITE(CHDK, LOW);
  8220. }
  8221. #endif
  8222. #if defined(KILL_PIN) && KILL_PIN > -1
  8223. // Check if the kill button was pressed and wait just in case it was an accidental
  8224. // key kill key press
  8225. // -------------------------------------------------------------------------------
  8226. if( 0 == READ(KILL_PIN) )
  8227. {
  8228. killCount++;
  8229. }
  8230. else if (killCount > 0)
  8231. {
  8232. killCount--;
  8233. }
  8234. // Exceeded threshold and we can confirm that it was not accidental
  8235. // KILL the machine
  8236. // ----------------------------------------------------------------
  8237. if ( killCount >= KILL_DELAY)
  8238. {
  8239. kill(NULL, 5);
  8240. }
  8241. #endif
  8242. #if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
  8243. controllerFan(); //Check if fan should be turned on to cool stepper drivers down
  8244. #endif
  8245. #ifdef EXTRUDER_RUNOUT_PREVENT
  8246. if(previous_millis_cmd.expired(EXTRUDER_RUNOUT_SECONDS*1000))
  8247. if(degHotend(active_extruder)>EXTRUDER_RUNOUT_MINTEMP)
  8248. {
  8249. bool oldstatus=READ(E0_ENABLE_PIN);
  8250. enable_e0();
  8251. float oldepos=current_position[E_AXIS];
  8252. float oldedes=destination[E_AXIS];
  8253. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS],
  8254. destination[E_AXIS]+EXTRUDER_RUNOUT_EXTRUDE*EXTRUDER_RUNOUT_ESTEPS/cs.axis_steps_per_unit[E_AXIS],
  8255. EXTRUDER_RUNOUT_SPEED/60.*EXTRUDER_RUNOUT_ESTEPS/cs.axis_steps_per_unit[E_AXIS], active_extruder);
  8256. current_position[E_AXIS]=oldepos;
  8257. destination[E_AXIS]=oldedes;
  8258. plan_set_e_position(oldepos);
  8259. previous_millis_cmd.start();
  8260. st_synchronize();
  8261. WRITE(E0_ENABLE_PIN,oldstatus);
  8262. }
  8263. #endif
  8264. check_axes_activity();
  8265. MMU2::mmu2.mmu_loop();
  8266. // handle longpress
  8267. if(lcd_longpress_trigger)
  8268. {
  8269. // long press is not possible in modal mode, wait until ready
  8270. if (lcd_longpress_func && lcd_update_enabled)
  8271. {
  8272. lcd_longpress_func();
  8273. lcd_longpress_trigger = 0;
  8274. }
  8275. }
  8276. #if defined(AUTO_REPORT)
  8277. host_autoreport();
  8278. #endif //AUTO_REPORT
  8279. host_keepalive();
  8280. }
  8281. void kill(const char *full_screen_message, unsigned char id)
  8282. {
  8283. printf_P(_N("KILL: %d\n"), id);
  8284. //return;
  8285. cli(); // Stop interrupts
  8286. disable_heater();
  8287. disable_x();
  8288. // SERIAL_ECHOLNPGM("kill - disable Y");
  8289. disable_y();
  8290. poweroff_z();
  8291. disable_e0();
  8292. disable_e1();
  8293. disable_e2();
  8294. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  8295. pinMode(PS_ON_PIN,INPUT);
  8296. #endif
  8297. SERIAL_ERROR_START;
  8298. SERIAL_ERRORLNRPGM(_n("Printer halted. kill() called!"));////MSG_ERR_KILLED
  8299. if (full_screen_message != NULL) {
  8300. SERIAL_ERRORLNRPGM(full_screen_message);
  8301. lcd_display_message_fullscreen_P(full_screen_message);
  8302. } else {
  8303. LCD_ALERTMESSAGERPGM(_n("KILLED. "));////MSG_KILLED
  8304. }
  8305. // FMC small patch to update the LCD before ending
  8306. sei(); // enable interrupts
  8307. for ( int i=5; i--; lcd_update(0))
  8308. {
  8309. _delay(200);
  8310. }
  8311. cli(); // disable interrupts
  8312. suicide();
  8313. while(1)
  8314. {
  8315. #ifdef WATCHDOG
  8316. wdt_reset();
  8317. #endif //WATCHDOG
  8318. /* Intentionally left empty */
  8319. } // Wait for reset
  8320. }
  8321. void UnconditionalStop()
  8322. {
  8323. CRITICAL_SECTION_START;
  8324. // Disable all heaters and unroll the temperature wait loop stack
  8325. disable_heater();
  8326. cancel_heatup = true;
  8327. heating_status = HeatingStatus::NO_HEATING;
  8328. // Clear any saved printing state
  8329. cancel_saved_printing();
  8330. // Abort the planner
  8331. planner_abort_hard();
  8332. // Reset the queue
  8333. cmdqueue_reset();
  8334. cmdqueue_serial_disabled = false;
  8335. // Reset the sd status
  8336. card.sdprinting = false;
  8337. card.closefile();
  8338. st_reset_timer();
  8339. CRITICAL_SECTION_END;
  8340. }
  8341. // Emergency stop used by overtemp functions which allows recovery
  8342. // WARNING: This function is called *continuously* during a thermal failure.
  8343. //
  8344. // This either pauses (for thermal model errors) or stops *without recovery* depending on
  8345. // "allow_recovery". If recovery is allowed, this forces a printer-initiated instantanenous pause
  8346. // (just like an LCD pause) that bypasses the host pausing functionality. In this state the printer
  8347. // is kept in busy state and *must* be recovered from the LCD.
  8348. void ThermalStop(bool allow_recovery)
  8349. {
  8350. if(Stopped == false) {
  8351. Stopped = true;
  8352. if(allow_recovery && (IS_SD_PRINTING || usb_timer.running())) {
  8353. if (!isPrintPaused) {
  8354. lcd_setalertstatuspgm(_T(MSG_PAUSED_THERMAL_ERROR), LCD_STATUS_CRITICAL);
  8355. // we cannot make a distinction for the host here, the pause must be instantaneous
  8356. // so we call the lcd_pause_print to save the print state internally. Thermal errors
  8357. // disable heaters and save the original temperatures to saved_*, which will get
  8358. // overwritten by stop_and_save_print_to_ram. For this corner-case, re-instate the
  8359. // original values after the pause handler is called.
  8360. float bed_temp = saved_bed_temperature;
  8361. float ext_temp = saved_extruder_temperature;
  8362. int fan_speed = saved_fan_speed;
  8363. lcd_pause_print();
  8364. saved_bed_temperature = bed_temp;
  8365. saved_extruder_temperature = ext_temp;
  8366. saved_fan_speed = fan_speed;
  8367. }
  8368. } else {
  8369. // We got a hard thermal error and/or there is no print going on. Just stop.
  8370. print_stop();
  8371. }
  8372. // Report the status on the serial, switch to a busy state
  8373. SERIAL_ERROR_START;
  8374. SERIAL_ERRORLNRPGM(MSG_ERR_STOPPED);
  8375. // Eventually report the stopped status on the lcd (though this is usually overridden by a
  8376. // higher-priority alert status message)
  8377. LCD_MESSAGERPGM(_T(MSG_STOPPED));
  8378. // Make a warning sound! We cannot use Sound_MakeCustom as this would stop further moves.
  8379. // Turn on the speaker here (if not already), and turn it off when back in the main loop.
  8380. WRITE(BEEPER, HIGH);
  8381. // Always return to the status screen to ensure the NEW error is immediately shown.
  8382. lcd_return_to_status();
  8383. if(!allow_recovery) {
  8384. // prevent menu access for all fatal errors
  8385. menu_set_block(MENU_BLOCK_THERMAL_ERROR);
  8386. }
  8387. }
  8388. }
  8389. bool IsStopped() { return Stopped; };
  8390. void finishAndDisableSteppers()
  8391. {
  8392. st_synchronize();
  8393. disable_x();
  8394. disable_y();
  8395. disable_z();
  8396. disable_e0();
  8397. disable_e1();
  8398. disable_e2();
  8399. #ifndef LA_NOCOMPAT
  8400. // Steppers are disabled both when a print is stopped and also via M84 (which is additionally
  8401. // checked-for to indicate a complete file), so abuse this function to reset the LA detection
  8402. // state for the next print.
  8403. la10c_reset();
  8404. #endif
  8405. //in the end of print set estimated time to end of print and extruders used during print to default values for next print
  8406. print_time_remaining_init();
  8407. }
  8408. #ifdef FAST_PWM_FAN
  8409. void setPwmFrequency(uint8_t pin, int val)
  8410. {
  8411. val &= 0x07;
  8412. switch(digitalPinToTimer(pin))
  8413. {
  8414. #if defined(TCCR0A)
  8415. case TIMER0A:
  8416. case TIMER0B:
  8417. // TCCR0B &= ~(_BV(CS00) | _BV(CS01) | _BV(CS02));
  8418. // TCCR0B |= val;
  8419. break;
  8420. #endif
  8421. #if defined(TCCR1A)
  8422. case TIMER1A:
  8423. case TIMER1B:
  8424. // TCCR1B &= ~(_BV(CS10) | _BV(CS11) | _BV(CS12));
  8425. // TCCR1B |= val;
  8426. break;
  8427. #endif
  8428. #if defined(TCCR2)
  8429. case TIMER2:
  8430. case TIMER2:
  8431. TCCR2 &= ~(_BV(CS10) | _BV(CS11) | _BV(CS12));
  8432. TCCR2 |= val;
  8433. break;
  8434. #endif
  8435. #if defined(TCCR2A)
  8436. case TIMER2A:
  8437. case TIMER2B:
  8438. TCCR2B &= ~(_BV(CS20) | _BV(CS21) | _BV(CS22));
  8439. TCCR2B |= val;
  8440. break;
  8441. #endif
  8442. #if defined(TCCR3A)
  8443. case TIMER3A:
  8444. case TIMER3B:
  8445. case TIMER3C:
  8446. TCCR3B &= ~(_BV(CS30) | _BV(CS31) | _BV(CS32));
  8447. TCCR3B |= val;
  8448. break;
  8449. #endif
  8450. #if defined(TCCR4A)
  8451. case TIMER4A:
  8452. case TIMER4B:
  8453. case TIMER4C:
  8454. TCCR4B &= ~(_BV(CS40) | _BV(CS41) | _BV(CS42));
  8455. TCCR4B |= val;
  8456. break;
  8457. #endif
  8458. #if defined(TCCR5A)
  8459. case TIMER5A:
  8460. case TIMER5B:
  8461. case TIMER5C:
  8462. TCCR5B &= ~(_BV(CS50) | _BV(CS51) | _BV(CS52));
  8463. TCCR5B |= val;
  8464. break;
  8465. #endif
  8466. }
  8467. }
  8468. #endif //FAST_PWM_FAN
  8469. //! @brief Get and validate extruder number
  8470. //!
  8471. //! If it is not specified, active_extruder is returned in parameter extruder.
  8472. //! @param [in] code M code number
  8473. //! @param [out] extruder
  8474. //! @return error
  8475. //! @retval true Invalid extruder specified in T code
  8476. //! @retval false Valid extruder specified in T code, or not specifiead
  8477. bool setTargetedHotend(int code, uint8_t &extruder)
  8478. {
  8479. extruder = active_extruder;
  8480. if(code_seen('T')) {
  8481. extruder = code_value_uint8();
  8482. if(extruder >= EXTRUDERS) {
  8483. SERIAL_ECHO_START;
  8484. serialprintPGM(PSTR("M"));
  8485. SERIAL_ECHO(code);
  8486. SERIAL_ECHOPGM(" Invalid extruder ");
  8487. SERIAL_PROTOCOLLN((int)extruder);
  8488. return true;
  8489. }
  8490. }
  8491. return false;
  8492. }
  8493. void save_statistics(unsigned long _total_filament_used, unsigned long _total_print_time) { //_total_filament_used unit: mm/100; print time in s
  8494. uint32_t _previous_filament = eeprom_init_default_dword((uint32_t *)EEPROM_FILAMENTUSED, 0); //_previous_filament unit: cm
  8495. uint32_t _previous_time = eeprom_init_default_dword((uint32_t *)EEPROM_TOTALTIME, 0); //_previous_time unit: min
  8496. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, _previous_time + (_total_print_time / 60)); // EEPROM_TOTALTIME unit: min
  8497. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, _previous_filament + (_total_filament_used / 1000));
  8498. total_filament_used = 0;
  8499. if (MMU2::mmu2.Enabled()) {
  8500. eeprom_add_dword((uint32_t *)EEPROM_TOTAL_TOOLCHANGE_COUNT, MMU2::mmu2.ToolChangeCounter());
  8501. // @@TODO why were EEPROM_MMU_FAIL_TOT and EEPROM_MMU_LOAD_FAIL_TOT behaving differently - i.e. updated with every change?
  8502. MMU2::mmu2.ClearToolChangeCounter();
  8503. MMU2::mmu2.ClearTMCFailures(); // not stored into EEPROM
  8504. }
  8505. }
  8506. float calculate_extruder_multiplier(float diameter) {
  8507. float out = 1.f;
  8508. if (cs.volumetric_enabled && diameter > 0.f) {
  8509. float area = M_PI * diameter * diameter * 0.25;
  8510. out = 1.f / area;
  8511. }
  8512. if (extrudemultiply != 100)
  8513. out *= float(extrudemultiply) * 0.01f;
  8514. return out;
  8515. }
  8516. void calculate_extruder_multipliers() {
  8517. extruder_multiplier[0] = calculate_extruder_multiplier(cs.filament_size[0]);
  8518. #if EXTRUDERS > 1
  8519. extruder_multiplier[1] = calculate_extruder_multiplier(cs.filament_size[1]);
  8520. #if EXTRUDERS > 2
  8521. extruder_multiplier[2] = calculate_extruder_multiplier(cs.filament_size[2]);
  8522. #endif
  8523. #endif
  8524. }
  8525. void delay_keep_alive(unsigned int ms)
  8526. {
  8527. for (;;) {
  8528. manage_heater();
  8529. // Manage inactivity, but don't disable steppers on timeout.
  8530. manage_inactivity(true);
  8531. lcd_update(0);
  8532. if (ms == 0)
  8533. break;
  8534. else if (ms >= 50) {
  8535. _delay(50);
  8536. ms -= 50;
  8537. } else {
  8538. _delay(ms);
  8539. ms = 0;
  8540. }
  8541. }
  8542. }
  8543. static void wait_for_heater(long codenum, uint8_t extruder) {
  8544. if (!degTargetHotend(extruder))
  8545. return;
  8546. #ifdef TEMP_RESIDENCY_TIME
  8547. long residencyStart;
  8548. residencyStart = -1;
  8549. /* continue to loop until we have reached the target temp
  8550. _and_ until TEMP_RESIDENCY_TIME hasn't passed since we reached it */
  8551. cancel_heatup = false;
  8552. while ((!cancel_heatup) && ((residencyStart == -1) ||
  8553. (residencyStart >= 0 && (((unsigned int)(_millis() - residencyStart)) < (TEMP_RESIDENCY_TIME * 1000UL))))) {
  8554. #else
  8555. while (target_direction ? (isHeatingHotend(tmp_extruder)) : (isCoolingHotend(tmp_extruder) && (CooldownNoWait == false))) {
  8556. #endif //TEMP_RESIDENCY_TIME
  8557. if ((_millis() - codenum) > 1000UL)
  8558. { //Print Temp Reading and remaining time every 1 second while heating up/cooling down
  8559. if (!farm_mode) {
  8560. SERIAL_PROTOCOLPGM("T:");
  8561. SERIAL_PROTOCOL_F(degHotend(extruder), 1);
  8562. SERIAL_PROTOCOLPGM(" E:");
  8563. SERIAL_PROTOCOL((int)extruder);
  8564. #ifdef TEMP_RESIDENCY_TIME
  8565. SERIAL_PROTOCOLPGM(" W:");
  8566. if (residencyStart > -1)
  8567. {
  8568. codenum = ((TEMP_RESIDENCY_TIME * 1000UL) - (_millis() - residencyStart)) / 1000UL;
  8569. SERIAL_PROTOCOLLN(codenum);
  8570. }
  8571. else
  8572. {
  8573. SERIAL_PROTOCOLLN('?');
  8574. }
  8575. }
  8576. #else
  8577. SERIAL_PROTOCOLLN();
  8578. #endif
  8579. codenum = _millis();
  8580. }
  8581. manage_heater();
  8582. manage_inactivity(true); //do not disable steppers
  8583. lcd_update(0);
  8584. #ifdef TEMP_RESIDENCY_TIME
  8585. /* start/restart the TEMP_RESIDENCY_TIME timer whenever we reach target temp for the first time
  8586. or when current temp falls outside the hysteresis after target temp was reached */
  8587. if ((residencyStart == -1 && target_direction && (degHotend(extruder) >= (degTargetHotend(extruder) - TEMP_WINDOW))) ||
  8588. (residencyStart == -1 && !target_direction && (degHotend(extruder) <= (degTargetHotend(extruder) + TEMP_WINDOW))) ||
  8589. (residencyStart > -1 && labs(degHotend(extruder) - degTargetHotend(extruder)) > TEMP_HYSTERESIS))
  8590. {
  8591. residencyStart = _millis();
  8592. }
  8593. #endif //TEMP_RESIDENCY_TIME
  8594. }
  8595. }
  8596. void check_babystep()
  8597. {
  8598. int babystep_z = eeprom_read_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->
  8599. s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)));
  8600. if ((babystep_z < Z_BABYSTEP_MIN) || (babystep_z > Z_BABYSTEP_MAX)) {
  8601. babystep_z = 0; //if babystep value is out of min max range, set it to 0
  8602. SERIAL_ECHOLNPGM("Z live adjust out of range. Setting to 0");
  8603. eeprom_write_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->
  8604. s[(eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet)))].z_offset)),
  8605. babystep_z);
  8606. lcd_show_fullscreen_message_and_wait_P(PSTR("Z live adjust out of range. Setting to 0. Click to continue."));
  8607. lcd_update_enable(true);
  8608. }
  8609. }
  8610. #ifdef HEATBED_ANALYSIS
  8611. void d_setup()
  8612. {
  8613. pinMode(D_DATACLOCK, INPUT_PULLUP);
  8614. pinMode(D_DATA, INPUT_PULLUP);
  8615. pinMode(D_REQUIRE, OUTPUT);
  8616. digitalWrite(D_REQUIRE, HIGH);
  8617. }
  8618. float d_ReadData()
  8619. {
  8620. int digit[13];
  8621. String mergeOutput;
  8622. float output;
  8623. digitalWrite(D_REQUIRE, HIGH);
  8624. for (int i = 0; i<13; i++)
  8625. {
  8626. for (int j = 0; j < 4; j++)
  8627. {
  8628. while (digitalRead(D_DATACLOCK) == LOW) {}
  8629. while (digitalRead(D_DATACLOCK) == HIGH) {}
  8630. bitWrite(digit[i], j, digitalRead(D_DATA));
  8631. }
  8632. }
  8633. digitalWrite(D_REQUIRE, LOW);
  8634. mergeOutput = "";
  8635. output = 0;
  8636. for (int r = 5; r <= 10; r++) //Merge digits
  8637. {
  8638. mergeOutput += digit[r];
  8639. }
  8640. output = mergeOutput.toFloat();
  8641. if (digit[4] == 8) //Handle sign
  8642. {
  8643. output *= -1;
  8644. }
  8645. for (int i = digit[11]; i > 0; i--) //Handle floating point
  8646. {
  8647. output /= 10;
  8648. }
  8649. return output;
  8650. }
  8651. void bed_check(float x_dimension, float y_dimension, int x_points_num, int y_points_num, float shift_x, float shift_y) {
  8652. int t1 = 0;
  8653. int t_delay = 0;
  8654. int digit[13];
  8655. int m;
  8656. char str[3];
  8657. //String mergeOutput;
  8658. char mergeOutput[15];
  8659. float output;
  8660. int mesh_point = 0; //index number of calibration point
  8661. float bed_zero_ref_x = (-22.f + X_PROBE_OFFSET_FROM_EXTRUDER); //shift between zero point on bed and target and between probe and nozzle
  8662. float bed_zero_ref_y = (-0.6f + Y_PROBE_OFFSET_FROM_EXTRUDER);
  8663. float mesh_home_z_search = 4;
  8664. float measure_z_height = 0.2f;
  8665. float row[x_points_num];
  8666. int ix = 0;
  8667. int iy = 0;
  8668. const char* filename_wldsd = "mesh.txt";
  8669. char data_wldsd[x_points_num * 7 + 1]; //6 chars(" -A.BCD")for each measurement + null
  8670. char numb_wldsd[8]; // (" -A.BCD" + null)
  8671. #ifdef MICROMETER_LOGGING
  8672. d_setup();
  8673. #endif //MICROMETER_LOGGING
  8674. int XY_AXIS_FEEDRATE = homing_feedrate[X_AXIS] / 20;
  8675. int Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 40;
  8676. unsigned int custom_message_type_old = custom_message_type;
  8677. unsigned int custom_message_state_old = custom_message_state;
  8678. custom_message_type = CustomMsg::MeshBedLeveling;
  8679. custom_message_state = (x_points_num * y_points_num) + 10;
  8680. lcd_update(1);
  8681. //mbl.reset();
  8682. babystep_undo();
  8683. card.openFile(filename_wldsd, false);
  8684. /*destination[Z_AXIS] = mesh_home_z_search;
  8685. //plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE);
  8686. plan_buffer_line_destinationXYZE(Z_LIFT_FEEDRATE);
  8687. for(int8_t i=0; i < NUM_AXIS; i++) {
  8688. current_position[i] = destination[i];
  8689. }
  8690. st_synchronize();
  8691. */
  8692. destination[Z_AXIS] = measure_z_height;
  8693. plan_buffer_line_destinationXYZE(Z_LIFT_FEEDRATE);
  8694. for(int8_t i=0; i < NUM_AXIS; i++) {
  8695. current_position[i] = destination[i];
  8696. }
  8697. st_synchronize();
  8698. /*int l_feedmultiply = */setup_for_endstop_move(false);
  8699. SERIAL_PROTOCOLPGM("Num X,Y: ");
  8700. SERIAL_PROTOCOL(x_points_num);
  8701. SERIAL_PROTOCOLPGM(",");
  8702. SERIAL_PROTOCOL(y_points_num);
  8703. SERIAL_PROTOCOLPGM("\nZ search height: ");
  8704. SERIAL_PROTOCOL(mesh_home_z_search);
  8705. SERIAL_PROTOCOLPGM("\nDimension X,Y: ");
  8706. SERIAL_PROTOCOL(x_dimension);
  8707. SERIAL_PROTOCOLPGM(",");
  8708. SERIAL_PROTOCOL(y_dimension);
  8709. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  8710. while (mesh_point != x_points_num * y_points_num) {
  8711. ix = mesh_point % x_points_num; // from 0 to MESH_NUM_X_POINTS - 1
  8712. iy = mesh_point / x_points_num;
  8713. if (iy & 1) ix = (x_points_num - 1) - ix; // Zig zag
  8714. float z0 = 0.f;
  8715. /*destination[Z_AXIS] = mesh_home_z_search;
  8716. //plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE);
  8717. plan_buffer_line_destinationXYZE(Z_LIFT_FEEDRATE);
  8718. for(int8_t i=0; i < NUM_AXIS; i++) {
  8719. current_position[i] = destination[i];
  8720. }
  8721. st_synchronize();*/
  8722. //current_position[X_AXIS] = 13.f + ix * (x_dimension / (x_points_num - 1)) - bed_zero_ref_x + shift_x;
  8723. //current_position[Y_AXIS] = 6.4f + iy * (y_dimension / (y_points_num - 1)) - bed_zero_ref_y + shift_y;
  8724. destination[X_AXIS] = ix * (x_dimension / (x_points_num - 1)) + shift_x;
  8725. destination[Y_AXIS] = iy * (y_dimension / (y_points_num - 1)) + shift_y;
  8726. mesh_plan_buffer_line_destinationXYZE(XY_AXIS_FEEDRATE/6);
  8727. set_current_to_destination();
  8728. st_synchronize();
  8729. // printf_P(PSTR("X = %f; Y= %f \n"), current_position[X_AXIS], current_position[Y_AXIS]);
  8730. delay_keep_alive(1000);
  8731. #ifdef MICROMETER_LOGGING
  8732. //memset(numb_wldsd, 0, sizeof(numb_wldsd));
  8733. //dtostrf(d_ReadData(), 8, 5, numb_wldsd);
  8734. //strcat(data_wldsd, numb_wldsd);
  8735. //MYSERIAL.println(data_wldsd);
  8736. //delay(1000);
  8737. //delay(3000);
  8738. //t1 = millis();
  8739. //while (digitalRead(D_DATACLOCK) == LOW) {}
  8740. //while (digitalRead(D_DATACLOCK) == HIGH) {}
  8741. memset(digit, 0, sizeof(digit));
  8742. //cli();
  8743. digitalWrite(D_REQUIRE, LOW);
  8744. for (int i = 0; i<13; i++)
  8745. {
  8746. //t1 = millis();
  8747. for (int j = 0; j < 4; j++)
  8748. {
  8749. while (digitalRead(D_DATACLOCK) == LOW) {}
  8750. while (digitalRead(D_DATACLOCK) == HIGH) {}
  8751. //printf_P(PSTR("Done %d\n"), j);
  8752. bitWrite(digit[i], j, digitalRead(D_DATA));
  8753. }
  8754. //t_delay = (millis() - t1);
  8755. //SERIAL_PROTOCOLPGM(" ");
  8756. //SERIAL_PROTOCOL_F(t_delay, 5);
  8757. //SERIAL_PROTOCOLPGM(" ");
  8758. }
  8759. //sei();
  8760. digitalWrite(D_REQUIRE, HIGH);
  8761. mergeOutput[0] = '\0';
  8762. output = 0;
  8763. for (int r = 5; r <= 10; r++) //Merge digits
  8764. {
  8765. sprintf(str, "%d", digit[r]);
  8766. strcat(mergeOutput, str);
  8767. }
  8768. output = atof(mergeOutput);
  8769. if (digit[4] == 8) //Handle sign
  8770. {
  8771. output *= -1;
  8772. }
  8773. for (int i = digit[11]; i > 0; i--) //Handle floating point
  8774. {
  8775. output *= 0.1;
  8776. }
  8777. //output = d_ReadData();
  8778. //row[ix] = current_position[Z_AXIS];
  8779. //row[ix] = d_ReadData();
  8780. row[ix] = output;
  8781. if (iy % 2 == 1 ? ix == 0 : ix == x_points_num - 1) {
  8782. memset(data_wldsd, 0, sizeof(data_wldsd));
  8783. for (int i = 0; i < x_points_num; i++) {
  8784. SERIAL_PROTOCOLPGM(" ");
  8785. SERIAL_PROTOCOL_F(row[i], 5);
  8786. memset(numb_wldsd, 0, sizeof(numb_wldsd));
  8787. dtostrf(row[i], 7, 3, numb_wldsd);
  8788. strcat(data_wldsd, numb_wldsd);
  8789. }
  8790. card.write_command(data_wldsd);
  8791. SERIAL_PROTOCOLPGM("\n");
  8792. }
  8793. custom_message_state--;
  8794. mesh_point++;
  8795. lcd_update(1);
  8796. }
  8797. #endif //MICROMETER_LOGGING
  8798. card.closefile();
  8799. //clean_up_after_endstop_move(l_feedmultiply);
  8800. }
  8801. void bed_analysis(float x_dimension, float y_dimension, int x_points_num, int y_points_num, float shift_x, float shift_y) {
  8802. int t1 = 0;
  8803. int t_delay = 0;
  8804. int digit[13];
  8805. int m;
  8806. char str[3];
  8807. //String mergeOutput;
  8808. char mergeOutput[15];
  8809. float output;
  8810. int mesh_point = 0; //index number of calibration point
  8811. float bed_zero_ref_x = (-22.f + X_PROBE_OFFSET_FROM_EXTRUDER); //shift between zero point on bed and target and between probe and nozzle
  8812. float bed_zero_ref_y = (-0.6f + Y_PROBE_OFFSET_FROM_EXTRUDER);
  8813. float mesh_home_z_search = 4;
  8814. float row[x_points_num];
  8815. int ix = 0;
  8816. int iy = 0;
  8817. const char* filename_wldsd = "wldsd.txt";
  8818. char data_wldsd[70];
  8819. char numb_wldsd[10];
  8820. d_setup();
  8821. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  8822. // We don't know where we are! HOME!
  8823. // Push the commands to the front of the message queue in the reverse order!
  8824. // There shall be always enough space reserved for these commands.
  8825. repeatcommand_front(); // repeat G80 with all its parameters
  8826. enquecommand_front_P(G28W0);
  8827. enquecommand_front_P((PSTR("G1 Z5")));
  8828. return;
  8829. }
  8830. unsigned int custom_message_type_old = custom_message_type;
  8831. unsigned int custom_message_state_old = custom_message_state;
  8832. custom_message_type = CustomMsg::MeshBedLeveling;
  8833. custom_message_state = (x_points_num * y_points_num) + 10;
  8834. lcd_update(1);
  8835. mbl.reset();
  8836. babystep_undo();
  8837. card.openFile(filename_wldsd, false);
  8838. current_position[Z_AXIS] = mesh_home_z_search;
  8839. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS] / 60, active_extruder);
  8840. int XY_AXIS_FEEDRATE = homing_feedrate[X_AXIS] / 20;
  8841. int Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 40;
  8842. int l_feedmultiply = setup_for_endstop_move(false);
  8843. SERIAL_PROTOCOLPGM("Num X,Y: ");
  8844. SERIAL_PROTOCOL(x_points_num);
  8845. SERIAL_PROTOCOLPGM(",");
  8846. SERIAL_PROTOCOL(y_points_num);
  8847. SERIAL_PROTOCOLPGM("\nZ search height: ");
  8848. SERIAL_PROTOCOL(mesh_home_z_search);
  8849. SERIAL_PROTOCOLPGM("\nDimension X,Y: ");
  8850. SERIAL_PROTOCOL(x_dimension);
  8851. SERIAL_PROTOCOLPGM(",");
  8852. SERIAL_PROTOCOL(y_dimension);
  8853. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  8854. while (mesh_point != x_points_num * y_points_num) {
  8855. ix = mesh_point % x_points_num; // from 0 to MESH_NUM_X_POINTS - 1
  8856. iy = mesh_point / x_points_num;
  8857. if (iy & 1) ix = (x_points_num - 1) - ix; // Zig zag
  8858. float z0 = 0.f;
  8859. current_position[Z_AXIS] = mesh_home_z_search;
  8860. plan_buffer_line_curposXYZE(Z_LIFT_FEEDRATE, active_extruder);
  8861. st_synchronize();
  8862. current_position[X_AXIS] = 13.f + ix * (x_dimension / (x_points_num - 1)) - bed_zero_ref_x + shift_x;
  8863. current_position[Y_AXIS] = 6.4f + iy * (y_dimension / (y_points_num - 1)) - bed_zero_ref_y + shift_y;
  8864. plan_buffer_line_curposXYZE(XY_AXIS_FEEDRATE, active_extruder);
  8865. st_synchronize();
  8866. if (!find_bed_induction_sensor_point_z(-10.f)) { //if we have data from z calibration max allowed difference is 1mm for each point, if we dont have data max difference is 10mm from initial point
  8867. break;
  8868. card.closefile();
  8869. }
  8870. //memset(numb_wldsd, 0, sizeof(numb_wldsd));
  8871. //dtostrf(d_ReadData(), 8, 5, numb_wldsd);
  8872. //strcat(data_wldsd, numb_wldsd);
  8873. //MYSERIAL.println(data_wldsd);
  8874. //_delay(1000);
  8875. //_delay(3000);
  8876. //t1 = _millis();
  8877. //while (digitalRead(D_DATACLOCK) == LOW) {}
  8878. //while (digitalRead(D_DATACLOCK) == HIGH) {}
  8879. memset(digit, 0, sizeof(digit));
  8880. //cli();
  8881. digitalWrite(D_REQUIRE, LOW);
  8882. for (int i = 0; i<13; i++)
  8883. {
  8884. //t1 = _millis();
  8885. for (int j = 0; j < 4; j++)
  8886. {
  8887. while (digitalRead(D_DATACLOCK) == LOW) {}
  8888. while (digitalRead(D_DATACLOCK) == HIGH) {}
  8889. bitWrite(digit[i], j, digitalRead(D_DATA));
  8890. }
  8891. //t_delay = (_millis() - t1);
  8892. //SERIAL_PROTOCOLPGM(" ");
  8893. //SERIAL_PROTOCOL_F(t_delay, 5);
  8894. //SERIAL_PROTOCOLPGM(" ");
  8895. }
  8896. //sei();
  8897. digitalWrite(D_REQUIRE, HIGH);
  8898. mergeOutput[0] = '\0';
  8899. output = 0;
  8900. for (int r = 5; r <= 10; r++) //Merge digits
  8901. {
  8902. sprintf(str, "%d", digit[r]);
  8903. strcat(mergeOutput, str);
  8904. }
  8905. output = atof(mergeOutput);
  8906. if (digit[4] == 8) //Handle sign
  8907. {
  8908. output *= -1;
  8909. }
  8910. for (int i = digit[11]; i > 0; i--) //Handle floating point
  8911. {
  8912. output *= 0.1;
  8913. }
  8914. //output = d_ReadData();
  8915. //row[ix] = current_position[Z_AXIS];
  8916. memset(data_wldsd, 0, sizeof(data_wldsd));
  8917. for (int i = 0; i <3; i++) {
  8918. memset(numb_wldsd, 0, sizeof(numb_wldsd));
  8919. dtostrf(current_position[i], 8, 5, numb_wldsd);
  8920. strcat(data_wldsd, numb_wldsd);
  8921. strcat(data_wldsd, ";");
  8922. }
  8923. memset(numb_wldsd, 0, sizeof(numb_wldsd));
  8924. dtostrf(output, 8, 5, numb_wldsd);
  8925. strcat(data_wldsd, numb_wldsd);
  8926. //strcat(data_wldsd, ";");
  8927. card.write_command(data_wldsd);
  8928. //row[ix] = d_ReadData();
  8929. row[ix] = output; // current_position[Z_AXIS];
  8930. if (iy % 2 == 1 ? ix == 0 : ix == x_points_num - 1) {
  8931. for (int i = 0; i < x_points_num; i++) {
  8932. SERIAL_PROTOCOLPGM(" ");
  8933. SERIAL_PROTOCOL_F(row[i], 5);
  8934. }
  8935. SERIAL_PROTOCOLPGM("\n");
  8936. }
  8937. custom_message_state--;
  8938. mesh_point++;
  8939. lcd_update(1);
  8940. }
  8941. card.closefile();
  8942. clean_up_after_endstop_move(l_feedmultiply);
  8943. }
  8944. #endif //HEATBED_ANALYSIS
  8945. #ifndef PINDA_THERMISTOR
  8946. static void temp_compensation_start() {
  8947. custom_message_type = CustomMsg::TempCompPreheat;
  8948. custom_message_state = PINDA_HEAT_T + 1;
  8949. lcd_update(2);
  8950. if ((int)degHotend(active_extruder) > extrude_min_temp) {
  8951. current_position[E_AXIS] -= default_retraction;
  8952. }
  8953. plan_buffer_line_curposXYZE(400, active_extruder);
  8954. current_position[X_AXIS] = PINDA_PREHEAT_X;
  8955. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  8956. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  8957. plan_buffer_line_curposXYZE(3000 / 60, active_extruder);
  8958. st_synchronize();
  8959. while (fabs(degBed() - target_temperature_bed) > 1) delay_keep_alive(1000);
  8960. for (int i = 0; i < PINDA_HEAT_T; i++) {
  8961. delay_keep_alive(1000);
  8962. custom_message_state = PINDA_HEAT_T - i;
  8963. if (custom_message_state == 99 || custom_message_state == 9) lcd_update(2); //force whole display redraw if number of digits changed
  8964. else lcd_update(1);
  8965. }
  8966. custom_message_type = CustomMsg::Status;
  8967. custom_message_state = 0;
  8968. }
  8969. static void temp_compensation_apply() {
  8970. int i_add;
  8971. int z_shift = 0;
  8972. float z_shift_mm;
  8973. if (calibration_status() == CALIBRATION_STATUS_CALIBRATED) {
  8974. if (target_temperature_bed % 10 == 0 && target_temperature_bed >= 60 && target_temperature_bed <= 100) {
  8975. i_add = (target_temperature_bed - 60) / 10;
  8976. z_shift = eeprom_read_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + i_add);
  8977. z_shift_mm = z_shift / cs.axis_steps_per_unit[Z_AXIS];
  8978. }else {
  8979. //interpolation
  8980. z_shift_mm = temp_comp_interpolation(target_temperature_bed) / cs.axis_steps_per_unit[Z_AXIS];
  8981. }
  8982. printf_P(_N("\nZ shift applied:%.3f\n"), z_shift_mm);
  8983. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS] - z_shift_mm, current_position[E_AXIS], homing_feedrate[Z_AXIS] / 40, active_extruder);
  8984. st_synchronize();
  8985. plan_set_z_position(current_position[Z_AXIS]);
  8986. }
  8987. else {
  8988. //we have no temp compensation data
  8989. }
  8990. }
  8991. #endif //ndef PINDA_THERMISTOR
  8992. float temp_comp_interpolation(float inp_temperature) {
  8993. //cubic spline interpolation
  8994. int n, i, j;
  8995. float h[10], a, b, c, d, sum, s[10] = { 0 }, x[10], F[10], f[10], m[10][10] = { 0 }, temp;
  8996. int shift[10];
  8997. int temp_C[10];
  8998. n = 6; //number of measured points
  8999. shift[0] = 0;
  9000. for (i = 0; i < n; i++) {
  9001. if (i > 0) {
  9002. //read shift in steps from EEPROM
  9003. shift[i] = eeprom_read_word((uint16_t*)EEPROM_PROBE_TEMP_SHIFT + (i - 1));
  9004. }
  9005. temp_C[i] = 50 + i * 10; //temperature in C
  9006. #ifdef PINDA_THERMISTOR
  9007. constexpr int start_compensating_temp = 35;
  9008. temp_C[i] = start_compensating_temp + i * 5; //temperature in degrees C
  9009. #ifdef SUPERPINDA_SUPPORT
  9010. static_assert(start_compensating_temp >= PINDA_MINTEMP, "Temperature compensation start point is lower than PINDA_MINTEMP.");
  9011. #endif //SUPERPINDA_SUPPORT
  9012. #else
  9013. temp_C[i] = 50 + i * 10; //temperature in C
  9014. #endif
  9015. x[i] = (float)temp_C[i];
  9016. f[i] = (float)shift[i];
  9017. }
  9018. if (inp_temperature < x[0]) return 0;
  9019. for (i = n - 1; i>0; i--) {
  9020. F[i] = (f[i] - f[i - 1]) / (x[i] - x[i - 1]);
  9021. h[i - 1] = x[i] - x[i - 1];
  9022. }
  9023. //*********** formation of h, s , f matrix **************
  9024. for (i = 1; i<n - 1; i++) {
  9025. m[i][i] = 2 * (h[i - 1] + h[i]);
  9026. if (i != 1) {
  9027. m[i][i - 1] = h[i - 1];
  9028. m[i - 1][i] = h[i - 1];
  9029. }
  9030. m[i][n - 1] = 6 * (F[i + 1] - F[i]);
  9031. }
  9032. //*********** forward elimination **************
  9033. for (i = 1; i<n - 2; i++) {
  9034. temp = (m[i + 1][i] / m[i][i]);
  9035. for (j = 1; j <= n - 1; j++)
  9036. m[i + 1][j] -= temp*m[i][j];
  9037. }
  9038. //*********** backward substitution *********
  9039. for (i = n - 2; i>0; i--) {
  9040. sum = 0;
  9041. for (j = i; j <= n - 2; j++)
  9042. sum += m[i][j] * s[j];
  9043. s[i] = (m[i][n - 1] - sum) / m[i][i];
  9044. }
  9045. for (i = 0; i<n - 1; i++)
  9046. if ((x[i] <= inp_temperature && inp_temperature <= x[i + 1]) || (i == n-2 && inp_temperature > x[i + 1])) {
  9047. a = (s[i + 1] - s[i]) / (6 * h[i]);
  9048. b = s[i] / 2;
  9049. c = (f[i + 1] - f[i]) / h[i] - (2 * h[i] * s[i] + s[i + 1] * h[i]) / 6;
  9050. d = f[i];
  9051. sum = a*pow((inp_temperature - x[i]), 3) + b*pow((inp_temperature - x[i]), 2) + c*(inp_temperature - x[i]) + d;
  9052. }
  9053. return sum;
  9054. }
  9055. #ifdef PINDA_THERMISTOR
  9056. float temp_compensation_pinda_thermistor_offset(float temperature_pinda)
  9057. {
  9058. if (!eeprom_read_byte((unsigned char *)EEPROM_TEMP_CAL_ACTIVE)) return 0;
  9059. if (!calibration_status_pinda()) return 0;
  9060. return temp_comp_interpolation(temperature_pinda) / cs.axis_steps_per_unit[Z_AXIS];
  9061. }
  9062. #endif //PINDA_THERMISTOR
  9063. void long_pause() //long pause print
  9064. {
  9065. st_synchronize();
  9066. start_pause_print = _millis();
  9067. // Stop heaters
  9068. heating_status = HeatingStatus::NO_HEATING;
  9069. setAllTargetHotends(0);
  9070. // Lift z
  9071. raise_z(Z_PAUSE_LIFT);
  9072. // Move XY to side
  9073. if (axis_known_position[X_AXIS] && axis_known_position[Y_AXIS]) {
  9074. current_position[X_AXIS] = X_PAUSE_POS;
  9075. current_position[Y_AXIS] = Y_PAUSE_POS;
  9076. plan_buffer_line_curposXYZE(50);
  9077. }
  9078. // did we come here from a thermal error?
  9079. if(get_temp_error()) {
  9080. // time to stop the error beep
  9081. WRITE(BEEPER, LOW);
  9082. } else {
  9083. // Turn off the print fan
  9084. fanSpeed = 0;
  9085. }
  9086. }
  9087. void serialecho_temperatures() {
  9088. float tt = degHotend(active_extruder);
  9089. SERIAL_PROTOCOLPGM("T:");
  9090. SERIAL_PROTOCOL(tt);
  9091. SERIAL_PROTOCOLPGM(" E:");
  9092. SERIAL_PROTOCOL((int)active_extruder);
  9093. SERIAL_PROTOCOLPGM(" B:");
  9094. SERIAL_PROTOCOL_F(degBed(), 1);
  9095. SERIAL_PROTOCOLLN();
  9096. }
  9097. #ifdef UVLO_SUPPORT
  9098. void uvlo_drain_reset()
  9099. {
  9100. // burn all that residual power
  9101. wdt_enable(WDTO_1S);
  9102. WRITE(BEEPER,HIGH);
  9103. lcd_clear();
  9104. lcd_puts_at_P(0, 1, MSG_POWERPANIC_DETECTED);
  9105. while(1);
  9106. }
  9107. void uvlo_()
  9108. {
  9109. unsigned long time_start = _millis();
  9110. bool sd_print = card.sdprinting;
  9111. // Conserve power as soon as possible.
  9112. #ifdef LCD_BL_PIN
  9113. backlightMode = BACKLIGHT_MODE_DIM;
  9114. backlightLevel_LOW = 0;
  9115. backlight_update();
  9116. #endif //LCD_BL_PIN
  9117. disable_x();
  9118. disable_y();
  9119. #ifdef TMC2130
  9120. tmc2130_set_current_h(Z_AXIS, 20);
  9121. tmc2130_set_current_r(Z_AXIS, 20);
  9122. tmc2130_set_current_h(E_AXIS, 20);
  9123. tmc2130_set_current_r(E_AXIS, 20);
  9124. #endif //TMC2130
  9125. // Stop all heaters
  9126. uint8_t saved_target_temperature_bed = target_temperature_bed;
  9127. uint16_t saved_target_temperature_ext = target_temperature[active_extruder];
  9128. setAllTargetHotends(0);
  9129. setTargetBed(0);
  9130. // Calculate the file position, from which to resume this print.
  9131. long sd_position = sdpos_atomic; //atomic sd position of last command added in queue
  9132. {
  9133. uint16_t sdlen_planner = planner_calc_sd_length(); //length of sd commands in planner
  9134. sd_position -= sdlen_planner;
  9135. uint16_t sdlen_cmdqueue = cmdqueue_calc_sd_length(); //length of sd commands in cmdqueue
  9136. sd_position -= sdlen_cmdqueue;
  9137. if (sd_position < 0) sd_position = 0;
  9138. }
  9139. // save the global state at planning time
  9140. bool pos_invalid = XY_NO_RESTORE_FLAG;
  9141. uint16_t feedrate_bckp;
  9142. if (current_block && !pos_invalid)
  9143. {
  9144. memcpy(saved_start_position, current_block->gcode_start_position, sizeof(saved_start_position));
  9145. feedrate_bckp = current_block->gcode_feedrate;
  9146. saved_segment_idx = current_block->segment_idx;
  9147. }
  9148. else
  9149. {
  9150. saved_start_position[0] = SAVED_START_POSITION_UNSET;
  9151. feedrate_bckp = feedrate;
  9152. saved_segment_idx = 0;
  9153. }
  9154. // From this point on and up to the print recovery, Z should not move during X/Y travels and
  9155. // should be controlled precisely. Reset the MBL status before planner_abort_hard in order to
  9156. // get the physical Z for further manipulation.
  9157. bool mbl_was_active = mbl.active;
  9158. mbl.active = false;
  9159. // After this call, the planner queue is emptied and the current_position is set to a current logical coordinate.
  9160. // The logical coordinate will likely differ from the machine coordinate if the skew calibration and mesh bed leveling
  9161. // are in action.
  9162. planner_abort_hard();
  9163. // Store the print logical Z position, which we need to recover (a slight error here would be
  9164. // recovered on the next Gcode instruction, while a physical location error would not)
  9165. float logical_z = current_position[Z_AXIS];
  9166. if(mbl_was_active) logical_z -= mbl.get_z(st_get_position_mm(X_AXIS), st_get_position_mm(Y_AXIS));
  9167. eeprom_update_float((float*)EEPROM_UVLO_CURRENT_POSITION_Z, logical_z);
  9168. // Store the print E position before we lose track
  9169. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION_E), current_position[E_AXIS]);
  9170. eeprom_update_byte((uint8_t*)EEPROM_UVLO_E_ABS, (axis_relative_modes & E_AXIS_MASK)?0:1);
  9171. // Clean the input command queue, inhibit serial processing using saved_printing
  9172. cmdqueue_reset();
  9173. card.sdprinting = false;
  9174. saved_printing = true;
  9175. // Enable stepper driver interrupt to move Z axis. This should be fine as the planner and
  9176. // command queues are empty, SD card printing is disabled, usb is inhibited.
  9177. planner_aborted = false;
  9178. sei();
  9179. // Retract
  9180. current_position[E_AXIS] -= default_retraction;
  9181. plan_buffer_line_curposXYZE(95);
  9182. st_synchronize();
  9183. disable_e0();
  9184. // Read out the current Z motor microstep counter to move the axis up towards
  9185. // a full step before powering off. NOTE: we need to ensure to schedule more
  9186. // than "dropsegments" steps in order to move (this is always the case here
  9187. // due to UVLO_Z_AXIS_SHIFT being used)
  9188. uint16_t z_res = tmc2130_get_res(Z_AXIS);
  9189. uint16_t z_microsteps = tmc2130_rd_MSCNT(Z_AXIS);
  9190. current_position[Z_AXIS] += float(1024 - z_microsteps)
  9191. / (z_res * cs.axis_steps_per_unit[Z_AXIS])
  9192. + UVLO_Z_AXIS_SHIFT;
  9193. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS]/60);
  9194. st_synchronize();
  9195. poweroff_z();
  9196. // Write the file position.
  9197. eeprom_update_dword((uint32_t*)(EEPROM_FILE_POSITION), sd_position);
  9198. // Store the mesh bed leveling offsets. This is 2*7*7=98 bytes, which takes 98*3.4us=333us in worst case.
  9199. for (uint8_t mesh_point = 0; mesh_point < MESH_NUM_X_POINTS * MESH_NUM_Y_POINTS; ++ mesh_point) {
  9200. uint8_t ix = mesh_point % MESH_NUM_X_POINTS; // from 0 to MESH_NUM_X_POINTS - 1
  9201. uint8_t iy = mesh_point / MESH_NUM_X_POINTS;
  9202. // Scale the z value to 1u resolution.
  9203. int16_t v = mbl_was_active ? int16_t(floor(mbl.z_values[iy][ix] * 1000.f + 0.5f)) : 0;
  9204. eeprom_update_word((uint16_t*)(EEPROM_UVLO_MESH_BED_LEVELING_FULL +2*mesh_point), *reinterpret_cast<uint16_t*>(&v));
  9205. }
  9206. // Write the _final_ Z position and motor microstep counter (unused).
  9207. eeprom_update_float((float*)EEPROM_UVLO_TINY_CURRENT_POSITION_Z, current_position[Z_AXIS]);
  9208. z_microsteps = tmc2130_rd_MSCNT(Z_AXIS);
  9209. eeprom_update_word((uint16_t*)(EEPROM_UVLO_Z_MICROSTEPS), z_microsteps);
  9210. // Store the current position.
  9211. if (pos_invalid)
  9212. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0), X_COORD_INVALID);
  9213. else
  9214. {
  9215. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0), current_position[X_AXIS]);
  9216. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 4), current_position[Y_AXIS]);
  9217. }
  9218. // Store the current feed rate, temperatures, fan speed and extruder multipliers (flow rates)
  9219. eeprom_update_word((uint16_t*)EEPROM_UVLO_FEEDRATE, feedrate_bckp);
  9220. eeprom_update_word((uint16_t*)EEPROM_UVLO_FEEDMULTIPLY, feedmultiply);
  9221. eeprom_update_word((uint16_t*)EEPROM_UVLO_TARGET_HOTEND, saved_target_temperature_ext);
  9222. eeprom_update_byte((uint8_t*)EEPROM_UVLO_TARGET_BED, saved_target_temperature_bed);
  9223. eeprom_update_byte((uint8_t*)EEPROM_UVLO_FAN_SPEED, fanSpeed);
  9224. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_0), extruder_multiplier[0]);
  9225. #if EXTRUDERS > 1
  9226. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_1), extruder_multiplier[1]);
  9227. #if EXTRUDERS > 2
  9228. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_2), extruder_multiplier[2]);
  9229. #endif
  9230. #endif
  9231. eeprom_update_word((uint16_t*)(EEPROM_EXTRUDEMULTIPLY), (uint16_t)extrudemultiply);
  9232. eeprom_update_float((float*)(EEPROM_UVLO_ACCELL), cs.acceleration);
  9233. eeprom_update_float((float*)(EEPROM_UVLO_RETRACT_ACCELL), cs.retract_acceleration);
  9234. eeprom_update_float((float*)(EEPROM_UVLO_TRAVEL_ACCELL), cs.travel_acceleration);
  9235. // Store the saved target
  9236. eeprom_update_float((float*)(EEPROM_UVLO_SAVED_START_POSITION+0*4), saved_start_position[X_AXIS]);
  9237. eeprom_update_float((float*)(EEPROM_UVLO_SAVED_START_POSITION+1*4), saved_start_position[Y_AXIS]);
  9238. eeprom_update_float((float*)(EEPROM_UVLO_SAVED_START_POSITION+2*4), saved_start_position[Z_AXIS]);
  9239. eeprom_update_float((float*)(EEPROM_UVLO_SAVED_START_POSITION+3*4), saved_start_position[E_AXIS]);
  9240. eeprom_update_word((uint16_t*)EEPROM_UVLO_SAVED_SEGMENT_IDX, saved_segment_idx);
  9241. #ifdef LIN_ADVANCE
  9242. eeprom_update_float((float*)(EEPROM_UVLO_LA_K), extruder_advance_K);
  9243. #endif
  9244. // Finaly store the "power outage" flag.
  9245. if(sd_print) eeprom_update_byte((uint8_t*)EEPROM_UVLO, 1);
  9246. // Increment power failure counter
  9247. eeprom_increment_byte((uint8_t*)EEPROM_POWER_COUNT);
  9248. eeprom_increment_word((uint16_t*)EEPROM_POWER_COUNT_TOT);
  9249. printf_P(_N("UVLO - end %d\n"), _millis() - time_start);
  9250. WRITE(BEEPER,HIGH);
  9251. // All is set: with all the juice left, try to move extruder away to detach the nozzle completely from the print
  9252. poweron_z();
  9253. current_position[X_AXIS] = (current_position[X_AXIS] < 0.5f * (X_MIN_POS + X_MAX_POS)) ? X_MIN_POS : X_MAX_POS;
  9254. plan_buffer_line_curposXYZE(500);
  9255. st_synchronize();
  9256. wdt_enable(WDTO_1S);
  9257. while(1);
  9258. }
  9259. void uvlo_tiny()
  9260. {
  9261. unsigned long time_start = _millis();
  9262. // Conserve power as soon as possible.
  9263. disable_x();
  9264. disable_y();
  9265. disable_e0();
  9266. #ifdef TMC2130
  9267. tmc2130_set_current_h(Z_AXIS, 20);
  9268. tmc2130_set_current_r(Z_AXIS, 20);
  9269. #endif //TMC2130
  9270. // Stop all heaters
  9271. setAllTargetHotends(0);
  9272. setTargetBed(0);
  9273. // When power is interrupted on the _first_ recovery an attempt can be made to raise the
  9274. // extruder, causing the Z position to change. Similarly, when recovering, the Z position is
  9275. // lowered. In such cases we cannot just save Z, we need to re-align the steppers to a fullstep.
  9276. // Disable MBL (if not already) to work with physical coordinates.
  9277. mbl.active = false;
  9278. planner_abort_hard();
  9279. // Allow for small roundoffs to be ignored
  9280. if(fabs(current_position[Z_AXIS] - eeprom_read_float((float*)(EEPROM_UVLO_TINY_CURRENT_POSITION_Z))) >= 1.f/cs.axis_steps_per_unit[Z_AXIS])
  9281. {
  9282. // Clean the input command queue, inhibit serial processing using saved_printing
  9283. cmdqueue_reset();
  9284. card.sdprinting = false;
  9285. saved_printing = true;
  9286. // Enable stepper driver interrupt to move Z axis. This should be fine as the planner and
  9287. // command queues are empty, SD card printing is disabled, usb is inhibited.
  9288. planner_aborted = false;
  9289. sei();
  9290. // The axis was moved: adjust Z as done on a regular UVLO.
  9291. uint16_t z_res = tmc2130_get_res(Z_AXIS);
  9292. uint16_t z_microsteps = tmc2130_rd_MSCNT(Z_AXIS);
  9293. current_position[Z_AXIS] += float(1024 - z_microsteps)
  9294. / (z_res * cs.axis_steps_per_unit[Z_AXIS])
  9295. + UVLO_TINY_Z_AXIS_SHIFT;
  9296. plan_buffer_line_curposXYZE(homing_feedrate[Z_AXIS]/60);
  9297. st_synchronize();
  9298. poweroff_z();
  9299. // Update Z position
  9300. eeprom_update_float((float*)(EEPROM_UVLO_TINY_CURRENT_POSITION_Z), current_position[Z_AXIS]);
  9301. // Update the _final_ Z motor microstep counter (unused).
  9302. z_microsteps = tmc2130_rd_MSCNT(Z_AXIS);
  9303. eeprom_update_word((uint16_t*)(EEPROM_UVLO_Z_MICROSTEPS), z_microsteps);
  9304. }
  9305. // Update the the "power outage" flag.
  9306. eeprom_update_byte((uint8_t*)EEPROM_UVLO,2);
  9307. // Increment power failure counter
  9308. eeprom_update_byte((uint8_t*)EEPROM_POWER_COUNT, eeprom_read_byte((uint8_t*)EEPROM_POWER_COUNT) + 1);
  9309. eeprom_update_word((uint16_t*)EEPROM_POWER_COUNT_TOT, eeprom_read_word((uint16_t*)EEPROM_POWER_COUNT_TOT) + 1);
  9310. printf_P(_N("UVLO_TINY - end %d\n"), _millis() - time_start);
  9311. uvlo_drain_reset();
  9312. }
  9313. #endif //UVLO_SUPPORT
  9314. #if (defined(FANCHECK) && defined(TACH_1) && (TACH_1 >-1))
  9315. void setup_fan_interrupt() {
  9316. //INT7
  9317. DDRE &= ~(1 << 7); //input pin
  9318. PORTE &= ~(1 << 7); //no internal pull-up
  9319. //start with sensing rising edge
  9320. EICRB &= ~(1 << 6);
  9321. EICRB |= (1 << 7);
  9322. //enable INT7 interrupt
  9323. EIMSK |= (1 << 7);
  9324. }
  9325. // The fan interrupt is triggered at maximum 325Hz (may be a bit more due to component tollerances),
  9326. // and it takes 4.24 us to process (the interrupt invocation overhead not taken into account).
  9327. ISR(INT7_vect) {
  9328. //measuring speed now works for fanSpeed > 18 (approximately), which is sufficient because MIN_PRINT_FAN_SPEED is higher
  9329. #ifdef FAN_SOFT_PWM
  9330. if (!fan_measuring || (fanSpeedSoftPwm < MIN_PRINT_FAN_SPEED)) return;
  9331. #else //FAN_SOFT_PWM
  9332. if (fanSpeed < MIN_PRINT_FAN_SPEED) return;
  9333. #endif //FAN_SOFT_PWM
  9334. if ((1 << 6) & EICRB) { //interrupt was triggered by rising edge
  9335. t_fan_rising_edge = millis_nc();
  9336. }
  9337. else { //interrupt was triggered by falling edge
  9338. if ((millis_nc() - t_fan_rising_edge) >= FAN_PULSE_WIDTH_LIMIT) {//this pulse was from sensor and not from pwm
  9339. fan_edge_counter[1] += 2; //we are currently counting all edges so lets count two edges for one pulse
  9340. }
  9341. }
  9342. EICRB ^= (1 << 6); //change edge
  9343. }
  9344. #endif
  9345. #ifdef UVLO_SUPPORT
  9346. void setup_uvlo_interrupt() {
  9347. DDRE &= ~(1 << 4); //input pin
  9348. PORTE &= ~(1 << 4); //no internal pull-up
  9349. // sensing falling edge
  9350. EICRB |= (1 << 0);
  9351. EICRB &= ~(1 << 1);
  9352. // enable INT4 interrupt
  9353. EIMSK |= (1 << 4);
  9354. // check if power was lost before we armed the interrupt
  9355. if(!(PINE & (1 << 4)) && eeprom_read_byte((uint8_t*)EEPROM_UVLO))
  9356. {
  9357. SERIAL_ECHOLNPGM("INT4");
  9358. uvlo_drain_reset();
  9359. }
  9360. }
  9361. ISR(INT4_vect) {
  9362. EIMSK &= ~(1 << 4); //disable INT4 interrupt to make sure that this code will be executed just once
  9363. SERIAL_ECHOLNPGM("INT4");
  9364. //fire normal uvlo only in case where EEPROM_UVLO is 0 or if IS_SD_PRINTING is 1.
  9365. if(printer_active() && (!(eeprom_read_byte((uint8_t*)EEPROM_UVLO)))) uvlo_();
  9366. if(eeprom_read_byte((uint8_t*)EEPROM_UVLO)) uvlo_tiny();
  9367. }
  9368. void recover_print(uint8_t automatic) {
  9369. char cmd[30];
  9370. lcd_update_enable(true);
  9371. lcd_update(2);
  9372. lcd_setstatuspgm(_i("Recovering print"));////MSG_RECOVERING_PRINT c=20
  9373. // Recover position, temperatures and extrude_multipliers
  9374. bool mbl_was_active = recover_machine_state_after_power_panic();
  9375. // Lift the print head 25mm, first to avoid collisions with oozed material with the print,
  9376. // and second also so one may remove the excess priming material.
  9377. if(eeprom_read_byte((uint8_t*)EEPROM_UVLO) == 1)
  9378. {
  9379. sprintf_P(cmd, PSTR("G1 Z%.3f F800"), current_position[Z_AXIS] + 25);
  9380. enquecommand(cmd);
  9381. }
  9382. // Home X and Y axes. Homing just X and Y shall not touch the babystep and the world2machine
  9383. // transformation status. G28 will not touch Z when MBL is off.
  9384. enquecommand_P(PSTR("G28 X Y"));
  9385. // Set the target bed and nozzle temperatures and wait.
  9386. sprintf_P(cmd, PSTR("M104 S%d"), target_temperature[active_extruder]);
  9387. enquecommand(cmd);
  9388. sprintf_P(cmd, PSTR("M140 S%d"), target_temperature_bed);
  9389. enquecommand(cmd);
  9390. sprintf_P(cmd, PSTR("M109 S%d"), target_temperature[active_extruder]);
  9391. enquecommand(cmd);
  9392. enquecommand_P(PSTR("M83")); //E axis relative mode
  9393. // If not automatically recoreverd (long power loss)
  9394. if(automatic == 0){
  9395. //Extrude some filament to stabilize the pressure
  9396. enquecommand_P(PSTR("G1 E5 F120"));
  9397. // Retract to be consistent with a short pause
  9398. sprintf_P(cmd, PSTR("G1 E%-0.3f F2700"), default_retraction);
  9399. enquecommand(cmd);
  9400. }
  9401. printf_P(_N("After waiting for temp:\nCurrent pos X_AXIS:%.3f\nCurrent pos Y_AXIS:%.3f\n"), current_position[X_AXIS], current_position[Y_AXIS]);
  9402. // Restart the print.
  9403. restore_print_from_eeprom(mbl_was_active);
  9404. printf_P(_N("Current pos Z_AXIS:%.3f\nCurrent pos E_AXIS:%.3f\n"), current_position[Z_AXIS], current_position[E_AXIS]);
  9405. }
  9406. bool recover_machine_state_after_power_panic()
  9407. {
  9408. // 1) Preset some dummy values for the XY axes
  9409. current_position[X_AXIS] = 0;
  9410. current_position[Y_AXIS] = 0;
  9411. // 2) Restore the mesh bed leveling offsets, but not the MBL status.
  9412. // This is 2*7*7=98 bytes, which takes 98*3.4us=333us in worst case.
  9413. bool mbl_was_active = false;
  9414. for (int8_t mesh_point = 0; mesh_point < MESH_NUM_X_POINTS * MESH_NUM_Y_POINTS; ++ mesh_point) {
  9415. uint8_t ix = mesh_point % MESH_NUM_X_POINTS; // from 0 to MESH_NUM_X_POINTS - 1
  9416. uint8_t iy = mesh_point / MESH_NUM_X_POINTS;
  9417. // Scale the z value to 10u resolution.
  9418. int16_t v;
  9419. eeprom_read_block(&v, (void*)(EEPROM_UVLO_MESH_BED_LEVELING_FULL+2*mesh_point), 2);
  9420. if (v != 0)
  9421. mbl_was_active = true;
  9422. mbl.z_values[iy][ix] = float(v) * 0.001f;
  9423. }
  9424. // Recover the physical coordinate of the Z axis at the time of the power panic.
  9425. // The current position after power panic is moved to the next closest 0th full step.
  9426. current_position[Z_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_TINY_CURRENT_POSITION_Z));
  9427. // Recover last E axis position
  9428. current_position[E_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_E));
  9429. // 3) Initialize the logical to physical coordinate system transformation.
  9430. world2machine_initialize();
  9431. // SERIAL_ECHOPGM("recover_machine_state_after_power_panic, initial ");
  9432. // print_mesh_bed_leveling_table();
  9433. // 4) Load the baby stepping value, which is expected to be active at the time of power panic.
  9434. // The baby stepping value is used to reset the physical Z axis when rehoming the Z axis.
  9435. babystep_load();
  9436. // 5) Set the physical positions from the logical positions using the world2machine transformation
  9437. // This is only done to inizialize Z/E axes with physical locations, since X/Y are unknown.
  9438. clamp_to_software_endstops(current_position);
  9439. set_destination_to_current();
  9440. plan_set_position_curposXYZE();
  9441. SERIAL_ECHOPGM("recover_machine_state_after_power_panic, initial ");
  9442. print_world_coordinates();
  9443. // 6) Power up the Z motors, mark their positions as known.
  9444. axis_known_position[Z_AXIS] = true;
  9445. enable_z();
  9446. // 7) Recover the target temperatures.
  9447. target_temperature[active_extruder] = eeprom_read_word((uint16_t*)EEPROM_UVLO_TARGET_HOTEND);
  9448. target_temperature_bed = eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED);
  9449. // 8) Recover extruder multipilers
  9450. extruder_multiplier[0] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_0));
  9451. #if EXTRUDERS > 1
  9452. extruder_multiplier[1] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_1));
  9453. #if EXTRUDERS > 2
  9454. extruder_multiplier[2] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_2));
  9455. #endif
  9456. #endif
  9457. extrudemultiply = (int)eeprom_read_word((uint16_t*)(EEPROM_EXTRUDEMULTIPLY));
  9458. // 9) Recover the saved target
  9459. saved_start_position[X_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_SAVED_START_POSITION+0*4));
  9460. saved_start_position[Y_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_SAVED_START_POSITION+1*4));
  9461. saved_start_position[Z_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_SAVED_START_POSITION+2*4));
  9462. saved_start_position[E_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_SAVED_START_POSITION+3*4));
  9463. saved_segment_idx = eeprom_read_word((uint16_t*)EEPROM_UVLO_SAVED_SEGMENT_IDX);
  9464. #ifdef LIN_ADVANCE
  9465. extruder_advance_K = eeprom_read_float((float*)EEPROM_UVLO_LA_K);
  9466. #endif
  9467. return mbl_was_active;
  9468. }
  9469. void restore_print_from_eeprom(bool mbl_was_active) {
  9470. int feedrate_rec;
  9471. int feedmultiply_rec;
  9472. uint8_t fan_speed_rec;
  9473. char cmd[48];
  9474. char filename[FILENAME_LENGTH];
  9475. uint8_t depth = 0;
  9476. char dir_name[9];
  9477. fan_speed_rec = eeprom_read_byte((uint8_t*)EEPROM_UVLO_FAN_SPEED);
  9478. feedrate_rec = eeprom_read_word((uint16_t*)EEPROM_UVLO_FEEDRATE);
  9479. feedmultiply_rec = eeprom_read_word((uint16_t*)EEPROM_UVLO_FEEDMULTIPLY);
  9480. SERIAL_ECHOPGM("Feedrate:");
  9481. MYSERIAL.print(feedrate_rec);
  9482. SERIAL_ECHOPGM(", feedmultiply:");
  9483. MYSERIAL.println(feedmultiply_rec);
  9484. depth = eeprom_read_byte((uint8_t*)EEPROM_DIR_DEPTH);
  9485. MYSERIAL.println(int(depth));
  9486. for (uint8_t i = 0; i < depth; i++) {
  9487. for (uint8_t j = 0; j < 8; j++) {
  9488. dir_name[j] = eeprom_read_byte((uint8_t*)EEPROM_DIRS + j + 8 * i);
  9489. }
  9490. dir_name[8] = '\0';
  9491. MYSERIAL.println(dir_name);
  9492. // strcpy(card.dir_names[i], dir_name);
  9493. card.chdir(dir_name, false);
  9494. }
  9495. for (uint8_t i = 0; i < 8; i++) {
  9496. filename[i] = eeprom_read_byte((uint8_t*)EEPROM_FILENAME + i);
  9497. }
  9498. filename[8] = '\0';
  9499. MYSERIAL.print(filename);
  9500. strcat_P(filename, PSTR(".gco"));
  9501. sprintf_P(cmd, PSTR("M23 %s"), filename);
  9502. enquecommand(cmd);
  9503. uint32_t position = eeprom_read_dword((uint32_t*)(EEPROM_FILE_POSITION));
  9504. SERIAL_ECHOPGM("Position read from eeprom:");
  9505. MYSERIAL.println(position);
  9506. // Move to the XY print position in logical coordinates, where the print has been killed, but
  9507. // without shifting Z along the way. This requires performing the move without mbl.
  9508. float pos_x = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0));
  9509. float pos_y = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 4));
  9510. if (pos_x != X_COORD_INVALID)
  9511. {
  9512. sprintf_P(cmd, PSTR("G1 X%f Y%f F3000"), pos_x, pos_y);
  9513. enquecommand(cmd);
  9514. }
  9515. // Enable MBL and switch to logical positioning
  9516. if (mbl_was_active)
  9517. enquecommand_P(PSTR("PRUSA MBL V1"));
  9518. // Move the Z axis down to the print, in logical coordinates.
  9519. sprintf_P(cmd, PSTR("G1 Z%f"), eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_Z)));
  9520. enquecommand(cmd);
  9521. // Restore acceleration settings
  9522. float acceleration = eeprom_read_float((float*)(EEPROM_UVLO_ACCELL));
  9523. float retract_acceleration = eeprom_read_float((float*)(EEPROM_UVLO_RETRACT_ACCELL));
  9524. float travel_acceleration = eeprom_read_float((float*)(EEPROM_UVLO_TRAVEL_ACCELL));
  9525. sprintf_P(cmd, PSTR("M204 P%f R%f T%f"), acceleration, retract_acceleration, travel_acceleration);
  9526. enquecommand(cmd);
  9527. // Unretract.
  9528. sprintf_P(cmd, PSTR("G1 E%0.3f F2700"), default_retraction);
  9529. enquecommand(cmd);
  9530. // Recover final E axis position and mode
  9531. float pos_e = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_E));
  9532. sprintf_P(cmd, PSTR("G92 E%6.3f"), pos_e);
  9533. enquecommand(cmd);
  9534. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO_E_ABS))
  9535. enquecommand_P(PSTR("M82")); //E axis abslute mode
  9536. // Set the feedrates saved at the power panic.
  9537. sprintf_P(cmd, PSTR("G1 F%d"), feedrate_rec);
  9538. enquecommand(cmd);
  9539. sprintf_P(cmd, PSTR("M220 S%d"), feedmultiply_rec);
  9540. enquecommand(cmd);
  9541. // Set the fan speed saved at the power panic.
  9542. strcpy_P(cmd, PSTR("M106 S"));
  9543. strcat(cmd, itostr3(int(fan_speed_rec)));
  9544. enquecommand(cmd);
  9545. // Set a position in the file.
  9546. sprintf_P(cmd, PSTR("M26 S%lu"), position);
  9547. enquecommand(cmd);
  9548. enquecommand_P(PSTR("G4 S0"));
  9549. enquecommand_P(PSTR("PRUSA uvlo"));
  9550. }
  9551. #endif //UVLO_SUPPORT
  9552. //! @brief Immediately stop print moves
  9553. //!
  9554. //! Immediately stop print moves, save current extruder temperature and position to RAM.
  9555. //! If printing from sd card, position in file is saved.
  9556. //! If printing from USB, line number is saved.
  9557. //!
  9558. //! @param z_move
  9559. //! @param e_move
  9560. void stop_and_save_print_to_ram(float z_move, float e_move)
  9561. {
  9562. if (saved_printing) return;
  9563. #if 0
  9564. unsigned char nplanner_blocks;
  9565. #endif
  9566. unsigned char nlines;
  9567. uint16_t sdlen_planner;
  9568. uint16_t sdlen_cmdqueue;
  9569. cli();
  9570. if (card.sdprinting) {
  9571. #if 0
  9572. nplanner_blocks = number_of_blocks();
  9573. #endif
  9574. saved_sdpos = sdpos_atomic; //atomic sd position of last command added in queue
  9575. sdlen_planner = planner_calc_sd_length(); //length of sd commands in planner
  9576. saved_sdpos -= sdlen_planner;
  9577. sdlen_cmdqueue = cmdqueue_calc_sd_length(); //length of sd commands in cmdqueue
  9578. saved_sdpos -= sdlen_cmdqueue;
  9579. saved_printing_type = PRINTING_TYPE_SD;
  9580. }
  9581. else if (usb_timer.running()) { //reuse saved_sdpos for storing line number
  9582. saved_sdpos = gcode_LastN; //start with line number of command added recently to cmd queue
  9583. //reuse planner_calc_sd_length function for getting number of lines of commands in planner:
  9584. nlines = planner_calc_sd_length(); //number of lines of commands in planner
  9585. saved_sdpos -= nlines;
  9586. saved_sdpos -= buflen; //number of blocks in cmd buffer
  9587. saved_printing_type = PRINTING_TYPE_USB;
  9588. }
  9589. else {
  9590. saved_printing_type = PRINTING_TYPE_NONE;
  9591. //not sd printing nor usb printing
  9592. }
  9593. #if 0
  9594. SERIAL_ECHOPGM("SDPOS_ATOMIC="); MYSERIAL.println(sdpos_atomic, DEC);
  9595. SERIAL_ECHOPGM("SDPOS="); MYSERIAL.println(card.get_sdpos(), DEC);
  9596. SERIAL_ECHOPGM("SDLEN_PLAN="); MYSERIAL.println(sdlen_planner, DEC);
  9597. SERIAL_ECHOPGM("SDLEN_CMDQ="); MYSERIAL.println(sdlen_cmdqueue, DEC);
  9598. SERIAL_ECHOPGM("PLANNERBLOCKS="); MYSERIAL.println(int(nplanner_blocks), DEC);
  9599. SERIAL_ECHOPGM("SDSAVED="); MYSERIAL.println(saved_sdpos, DEC);
  9600. //SERIAL_ECHOPGM("SDFILELEN="); MYSERIAL.println(card.fileSize(), DEC);
  9601. {
  9602. card.setIndex(saved_sdpos);
  9603. SERIAL_ECHOLNPGM("Content of planner buffer: ");
  9604. for (unsigned int idx = 0; idx < sdlen_planner; ++ idx)
  9605. MYSERIAL.print(char(card.get()));
  9606. SERIAL_ECHOLNPGM("Content of command buffer: ");
  9607. for (unsigned int idx = 0; idx < sdlen_cmdqueue; ++ idx)
  9608. MYSERIAL.print(char(card.get()));
  9609. SERIAL_ECHOLNPGM("End of command buffer");
  9610. }
  9611. {
  9612. // Print the content of the planner buffer, line by line:
  9613. card.setIndex(saved_sdpos);
  9614. int8_t iline = 0;
  9615. for (unsigned char idx = block_buffer_tail; idx != block_buffer_head; idx = (idx + 1) & (BLOCK_BUFFER_SIZE - 1), ++ iline) {
  9616. SERIAL_ECHOPGM("Planner line (from file): ");
  9617. MYSERIAL.print(int(iline), DEC);
  9618. SERIAL_ECHOPGM(", length: ");
  9619. MYSERIAL.print(block_buffer[idx].sdlen, DEC);
  9620. SERIAL_ECHOPGM(", steps: (");
  9621. MYSERIAL.print(block_buffer[idx].steps_x, DEC);
  9622. SERIAL_ECHOPGM(",");
  9623. MYSERIAL.print(block_buffer[idx].steps_y, DEC);
  9624. SERIAL_ECHOPGM(",");
  9625. MYSERIAL.print(block_buffer[idx].steps_z, DEC);
  9626. SERIAL_ECHOPGM(",");
  9627. MYSERIAL.print(block_buffer[idx].steps_e, DEC);
  9628. SERIAL_ECHOPGM("), events: ");
  9629. MYSERIAL.println(block_buffer[idx].step_event_count, DEC);
  9630. for (int len = block_buffer[idx].sdlen; len > 0; -- len)
  9631. MYSERIAL.print(char(card.get()));
  9632. }
  9633. }
  9634. {
  9635. // Print the content of the command buffer, line by line:
  9636. int8_t iline = 0;
  9637. union {
  9638. struct {
  9639. char lo;
  9640. char hi;
  9641. } lohi;
  9642. uint16_t value;
  9643. } sdlen_single;
  9644. int _bufindr = bufindr;
  9645. for (int _buflen = buflen; _buflen > 0; ++ iline) {
  9646. if (cmdbuffer[_bufindr] == CMDBUFFER_CURRENT_TYPE_SDCARD) {
  9647. sdlen_single.lohi.lo = cmdbuffer[_bufindr + 1];
  9648. sdlen_single.lohi.hi = cmdbuffer[_bufindr + 2];
  9649. }
  9650. SERIAL_ECHOPGM("Buffer line (from buffer): ");
  9651. MYSERIAL.print(int(iline), DEC);
  9652. SERIAL_ECHOPGM(", type: ");
  9653. MYSERIAL.print(int(cmdbuffer[_bufindr]), DEC);
  9654. SERIAL_ECHOPGM(", len: ");
  9655. MYSERIAL.println(sdlen_single.value, DEC);
  9656. // Print the content of the buffer line.
  9657. MYSERIAL.println(cmdbuffer + _bufindr + CMDHDRSIZE);
  9658. SERIAL_ECHOPGM("Buffer line (from file): ");
  9659. MYSERIAL.println(int(iline), DEC);
  9660. for (; sdlen_single.value > 0; -- sdlen_single.value)
  9661. MYSERIAL.print(char(card.get()));
  9662. if (-- _buflen == 0)
  9663. break;
  9664. // First skip the current command ID and iterate up to the end of the string.
  9665. for (_bufindr += CMDHDRSIZE; cmdbuffer[_bufindr] != 0; ++ _bufindr) ;
  9666. // Second, skip the end of string null character and iterate until a nonzero command ID is found.
  9667. for (++ _bufindr; _bufindr < sizeof(cmdbuffer) && cmdbuffer[_bufindr] == 0; ++ _bufindr) ;
  9668. // If the end of the buffer was empty,
  9669. if (_bufindr == sizeof(cmdbuffer)) {
  9670. // skip to the start and find the nonzero command.
  9671. for (_bufindr = 0; cmdbuffer[_bufindr] == 0; ++ _bufindr) ;
  9672. }
  9673. }
  9674. }
  9675. #endif
  9676. // save the global state at planning time
  9677. bool pos_invalid = XY_NO_RESTORE_FLAG;
  9678. if (current_block && !pos_invalid)
  9679. {
  9680. memcpy(saved_start_position, current_block->gcode_start_position, sizeof(saved_start_position));
  9681. saved_feedrate2 = current_block->gcode_feedrate;
  9682. saved_segment_idx = current_block->segment_idx;
  9683. // printf_P(PSTR("stop_and_save_print_to_ram: %f, %f, %f, %f, %u\n"), saved_start_position[0], saved_start_position[1], saved_start_position[2], saved_start_position[3], saved_segment_idx);
  9684. }
  9685. else
  9686. {
  9687. saved_start_position[0] = SAVED_START_POSITION_UNSET;
  9688. saved_feedrate2 = feedrate;
  9689. saved_segment_idx = 0;
  9690. }
  9691. planner_abort_hard(); //abort printing
  9692. memcpy(saved_pos, current_position, sizeof(saved_pos));
  9693. if (pos_invalid) saved_pos[X_AXIS] = X_COORD_INVALID;
  9694. saved_feedmultiply2 = feedmultiply; //save feedmultiply
  9695. saved_extruder_temperature = degTargetHotend(active_extruder);
  9696. saved_bed_temperature = degTargetBed();
  9697. saved_extruder_relative_mode = axis_relative_modes & E_AXIS_MASK;
  9698. saved_fan_speed = fanSpeed;
  9699. cmdqueue_reset(); //empty cmdqueue
  9700. card.sdprinting = false;
  9701. // card.closefile();
  9702. saved_printing = true;
  9703. // We may have missed a stepper timer interrupt. Be safe than sorry, reset the stepper timer before re-enabling interrupts.
  9704. st_reset_timer();
  9705. sei();
  9706. if ((z_move != 0) || (e_move != 0)) { // extruder or z move
  9707. // Rather than calling plan_buffer_line directly, push the move into the command queue so that
  9708. // the caller can continue processing. This is used during powerpanic to save the state as we
  9709. // move away from the print.
  9710. char buf[48];
  9711. if(e_move)
  9712. {
  9713. // First unretract (relative extrusion)
  9714. if(!saved_extruder_relative_mode){
  9715. enquecommand(PSTR("M83"), true);
  9716. }
  9717. //retract 45mm/s
  9718. // A single sprintf may not be faster, but is definitely 20B shorter
  9719. // than a sequence of commands building the string piece by piece
  9720. // A snprintf would have been a safer call, but since it is not used
  9721. // in the whole program, its implementation would bring more bytes to the total size
  9722. // The behavior of dtostrf 8,3 should be roughly the same as %-0.3
  9723. sprintf_P(buf, PSTR("G1 E%-0.3f F2700"), e_move);
  9724. enquecommand(buf, false);
  9725. }
  9726. if(z_move)
  9727. {
  9728. // Then lift Z axis
  9729. sprintf_P(buf, PSTR("G1 Z%-0.3f F%-0.3f"), saved_pos[Z_AXIS] + z_move, homing_feedrate[Z_AXIS]);
  9730. enquecommand(buf, false);
  9731. }
  9732. // If this call is invoked from the main Arduino loop() function, let the caller know that the command
  9733. // in the command queue is not the original command, but a new one, so it should not be removed from the queue.
  9734. repeatcommand_front();
  9735. }
  9736. }
  9737. void restore_extruder_temperature_from_ram() {
  9738. if (degTargetHotend(active_extruder) != saved_extruder_temperature)
  9739. {
  9740. setTargetHotendSafe(saved_extruder_temperature, active_extruder);
  9741. heating_status = HeatingStatus::EXTRUDER_HEATING;
  9742. wait_for_heater(_millis(), active_extruder);
  9743. heating_status = HeatingStatus::EXTRUDER_HEATING_COMPLETE;
  9744. }
  9745. }
  9746. //! @brief Restore print from ram
  9747. //!
  9748. //! Restore print saved by stop_and_save_print_to_ram(). Is blocking, restores
  9749. //! print fan speed, waits for extruder temperature restore, then restores
  9750. //! position and continues print moves.
  9751. //!
  9752. //! Internally lcd_update() is called by wait_for_heater().
  9753. //!
  9754. //! @param e_move
  9755. void restore_print_from_ram_and_continue(float e_move)
  9756. {
  9757. if (!saved_printing) return;
  9758. #ifdef FANCHECK
  9759. // Do not allow resume printing if fans are still not ok
  9760. if ((fan_check_error != EFCE_OK) && (fan_check_error != EFCE_FIXED)) return;
  9761. if (fan_check_error == EFCE_FIXED) fan_check_error = EFCE_OK; //reenable serial stream processing if printing from usb
  9762. #endif
  9763. // Make sure fan is turned off
  9764. fanSpeed = 0;
  9765. // restore bed temperature (bed can be disabled during a thermal warning)
  9766. if (degBed() != saved_bed_temperature)
  9767. setTargetBed(saved_bed_temperature);
  9768. restore_extruder_temperature_from_ram();
  9769. // Restore saved fan speed
  9770. fanSpeed = saved_fan_speed;
  9771. axis_relative_modes ^= (-saved_extruder_relative_mode ^ axis_relative_modes) & E_AXIS_MASK;
  9772. float e = saved_pos[E_AXIS] - e_move;
  9773. plan_set_e_position(e);
  9774. #ifdef FANCHECK
  9775. fans_check_enabled = false;
  9776. #endif
  9777. // do not restore XY for commands that do not require that
  9778. if (saved_pos[X_AXIS] == X_COORD_INVALID)
  9779. {
  9780. saved_pos[X_AXIS] = current_position[X_AXIS];
  9781. saved_pos[Y_AXIS] = current_position[Y_AXIS];
  9782. }
  9783. //first move print head in XY to the saved position:
  9784. plan_buffer_line(saved_pos[X_AXIS], saved_pos[Y_AXIS], current_position[Z_AXIS], saved_pos[E_AXIS] - e_move, homing_feedrate[Z_AXIS]/13, active_extruder);
  9785. //then move Z
  9786. plan_buffer_line(saved_pos[X_AXIS], saved_pos[Y_AXIS], saved_pos[Z_AXIS], saved_pos[E_AXIS] - e_move, homing_feedrate[Z_AXIS]/13, active_extruder);
  9787. //and finaly unretract (35mm/s)
  9788. plan_buffer_line(saved_pos[X_AXIS], saved_pos[Y_AXIS], saved_pos[Z_AXIS], saved_pos[E_AXIS], FILAMENTCHANGE_RFEED, active_extruder);
  9789. st_synchronize();
  9790. #ifdef FANCHECK
  9791. fans_check_enabled = true;
  9792. #endif
  9793. // restore original feedrate/feedmultiply _after_ restoring the extruder position
  9794. feedrate = saved_feedrate2;
  9795. feedmultiply = saved_feedmultiply2;
  9796. memcpy(current_position, saved_pos, sizeof(saved_pos));
  9797. set_destination_to_current();
  9798. if (saved_printing_type == PRINTING_TYPE_SD) { //was sd printing
  9799. card.setIndex(saved_sdpos);
  9800. sdpos_atomic = saved_sdpos;
  9801. card.sdprinting = true;
  9802. }
  9803. else if (saved_printing_type == PRINTING_TYPE_USB) { //was usb printing
  9804. gcode_LastN = saved_sdpos; //saved_sdpos was reused for storing line number when usb printing
  9805. serial_count = 0;
  9806. FlushSerialRequestResend();
  9807. }
  9808. else {
  9809. //not sd printing nor usb printing
  9810. }
  9811. lcd_setstatuspgm(MSG_WELCOME);
  9812. saved_printing_type = PRINTING_TYPE_NONE;
  9813. saved_printing = false;
  9814. planner_aborted = true; // unroll the stack
  9815. }
  9816. // Cancel the state related to a currently saved print
  9817. void cancel_saved_printing()
  9818. {
  9819. eeprom_update_byte((uint8_t*)EEPROM_UVLO, 0);
  9820. saved_start_position[0] = SAVED_START_POSITION_UNSET;
  9821. saved_printing_type = PRINTING_TYPE_NONE;
  9822. saved_printing = false;
  9823. }
  9824. void print_world_coordinates()
  9825. {
  9826. printf_P(_N("world coordinates: (%.3f, %.3f, %.3f)\n"), current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS]);
  9827. }
  9828. void print_physical_coordinates()
  9829. {
  9830. printf_P(_N("physical coordinates: (%.3f, %.3f, %.3f)\n"), st_get_position_mm(X_AXIS), st_get_position_mm(Y_AXIS), st_get_position_mm(Z_AXIS));
  9831. }
  9832. void print_mesh_bed_leveling_table()
  9833. {
  9834. SERIAL_ECHOPGM("mesh bed leveling: ");
  9835. for (int8_t y = 0; y < MESH_NUM_Y_POINTS; ++ y)
  9836. for (int8_t x = 0; x < MESH_NUM_Y_POINTS; ++ x) {
  9837. MYSERIAL.print(mbl.z_values[y][x], 3);
  9838. SERIAL_ECHO(' ');
  9839. }
  9840. SERIAL_ECHOLN();
  9841. }
  9842. uint8_t calc_percent_done()
  9843. {
  9844. //in case that we have information from M73 gcode return percentage counted by slicer, else return percentage counted as byte_printed/filesize
  9845. uint8_t percent_done = 0;
  9846. #ifdef TMC2130
  9847. if (SilentModeMenu == SILENT_MODE_OFF && print_percent_done_normal <= 100)
  9848. {
  9849. percent_done = print_percent_done_normal;
  9850. }
  9851. else if (print_percent_done_silent <= 100)
  9852. {
  9853. percent_done = print_percent_done_silent;
  9854. }
  9855. #else
  9856. if (print_percent_done_normal <= 100)
  9857. {
  9858. percent_done = print_percent_done_normal;
  9859. }
  9860. #endif //TMC2130
  9861. else
  9862. {
  9863. percent_done = card.percentDone();
  9864. }
  9865. return percent_done;
  9866. }
  9867. static void print_time_remaining_init()
  9868. {
  9869. print_time_remaining_normal = PRINT_TIME_REMAINING_INIT;
  9870. print_percent_done_normal = PRINT_PERCENT_DONE_INIT;
  9871. print_time_remaining_silent = PRINT_TIME_REMAINING_INIT;
  9872. print_percent_done_silent = PRINT_PERCENT_DONE_INIT;
  9873. print_time_to_change_normal = PRINT_TIME_REMAINING_INIT;
  9874. print_time_to_change_silent = PRINT_TIME_REMAINING_INIT;
  9875. }
  9876. void load_filament_final_feed()
  9877. {
  9878. current_position[E_AXIS]+= FILAMENTCHANGE_FINALFEED;
  9879. plan_buffer_line_curposXYZE(FILAMENTCHANGE_EFEED_FINAL);
  9880. }
  9881. //! @brief Wait for user to check the state
  9882. //! @par nozzle_temp nozzle temperature to load filament
  9883. void M600_check_state(float nozzle_temp)
  9884. {
  9885. uint8_t lcd_change_filament_state = 0;
  9886. while (lcd_change_filament_state != 1)
  9887. {
  9888. KEEPALIVE_STATE(PAUSED_FOR_USER);
  9889. lcd_change_filament_state = lcd_alright();
  9890. KEEPALIVE_STATE(IN_HANDLER);
  9891. switch(lcd_change_filament_state)
  9892. {
  9893. // Filament failed to load so load it again
  9894. case 2:
  9895. if (MMU2::mmu2.Enabled()){
  9896. // Unload filament
  9897. mmu_M600_unload_filament();
  9898. // Ask to remove any old filament and load new
  9899. mmu_M600_wait_and_beep();
  9900. // After user clicks knob, MMU will load the filament
  9901. mmu_M600_load_filament(false, nozzle_temp);
  9902. } else {
  9903. M600_load_filament_movements();
  9904. }
  9905. break;
  9906. // Filament loaded properly but color is not clear
  9907. case 3:
  9908. st_synchronize();
  9909. load_filament_final_feed();
  9910. lcd_loading_color();
  9911. st_synchronize();
  9912. break;
  9913. // Everything good
  9914. default:
  9915. lcd_change_success();
  9916. break;
  9917. }
  9918. }
  9919. }
  9920. //! @brief Wait for user action
  9921. //!
  9922. //! Beep, manage nozzle heater and wait for user to start unload filament
  9923. //! If times out, active extruder temperature is set to 0.
  9924. //!
  9925. //! @param HotendTempBckp Temperature to be restored for active extruder, after user resolves MMU problem.
  9926. void M600_wait_for_user(float HotendTempBckp) {
  9927. KEEPALIVE_STATE(PAUSED_FOR_USER);
  9928. int counterBeep = 0;
  9929. unsigned long waiting_start_time = _millis();
  9930. uint8_t wait_for_user_state = 0;
  9931. lcd_display_message_fullscreen_P(_T(MSG_PRESS_TO_UNLOAD));
  9932. bool bFirst=true;
  9933. while (!(wait_for_user_state == 0 && lcd_clicked())){
  9934. manage_heater();
  9935. manage_inactivity(true);
  9936. #if BEEPER > 0
  9937. if (counterBeep == 500) {
  9938. counterBeep = 0;
  9939. }
  9940. SET_OUTPUT(BEEPER);
  9941. if (counterBeep == 0) {
  9942. if((eSoundMode==e_SOUND_MODE_BLIND)|| (eSoundMode==e_SOUND_MODE_LOUD)||((eSoundMode==e_SOUND_MODE_ONCE)&&bFirst))
  9943. {
  9944. bFirst=false;
  9945. WRITE(BEEPER, HIGH);
  9946. }
  9947. }
  9948. if (counterBeep == 20) {
  9949. WRITE(BEEPER, LOW);
  9950. }
  9951. counterBeep++;
  9952. #endif //BEEPER > 0
  9953. switch (wait_for_user_state) {
  9954. case 0: //nozzle is hot, waiting for user to press the knob to unload filament
  9955. delay_keep_alive(4);
  9956. if (_millis() > waiting_start_time + (unsigned long)M600_TIMEOUT * 1000) {
  9957. lcd_display_message_fullscreen_P(_i("Press the knob to preheat nozzle and continue."));////MSG_PRESS_TO_PREHEAT c=20 r=4
  9958. wait_for_user_state = 1;
  9959. setAllTargetHotends(0);
  9960. st_synchronize();
  9961. disable_e0();
  9962. disable_e1();
  9963. disable_e2();
  9964. }
  9965. break;
  9966. case 1: //nozzle target temperature is set to zero, waiting for user to start nozzle preheat
  9967. delay_keep_alive(4);
  9968. if (lcd_clicked()) {
  9969. setTargetHotend(HotendTempBckp, active_extruder);
  9970. lcd_wait_for_heater();
  9971. wait_for_user_state = 2;
  9972. }
  9973. break;
  9974. case 2: //waiting for nozzle to reach target temperature
  9975. if (fabs(degTargetHotend(active_extruder) - degHotend(active_extruder)) < 1) {
  9976. lcd_display_message_fullscreen_P(_T(MSG_PRESS_TO_UNLOAD));
  9977. waiting_start_time = _millis();
  9978. wait_for_user_state = 0;
  9979. }
  9980. else {
  9981. counterBeep = 20; //beeper will be inactive during waiting for nozzle preheat
  9982. lcd_set_cursor(1, 4);
  9983. lcd_printf_P(PSTR("%3d"), (int16_t)degHotend(active_extruder));
  9984. }
  9985. break;
  9986. }
  9987. }
  9988. WRITE(BEEPER, LOW);
  9989. }
  9990. void M600_load_filament_movements()
  9991. {
  9992. current_position[E_AXIS]+= FILAMENTCHANGE_FIRSTFEED;
  9993. plan_buffer_line_curposXYZE(FILAMENTCHANGE_EFEED_FIRST);
  9994. load_filament_final_feed();
  9995. lcd_loading_filament();
  9996. st_synchronize();
  9997. }
  9998. void M600_load_filament() {
  9999. //load filament for single material and MMU
  10000. lcd_wait_interact();
  10001. //load_filament_time = _millis();
  10002. KEEPALIVE_STATE(PAUSED_FOR_USER);
  10003. while(!lcd_clicked())
  10004. {
  10005. manage_heater();
  10006. manage_inactivity(true);
  10007. #ifdef FILAMENT_SENSOR
  10008. if (fsensor.getFilamentLoadEvent()) {
  10009. Sound_MakeCustom(50,1000,false);
  10010. break;
  10011. }
  10012. #endif //FILAMENT_SENSOR
  10013. }
  10014. KEEPALIVE_STATE(IN_HANDLER);
  10015. M600_load_filament_movements();
  10016. Sound_MakeCustom(50,1000,false);
  10017. lcd_update_enable(false);
  10018. }
  10019. //! @brief Wait for click
  10020. //!
  10021. //! Set
  10022. void marlin_wait_for_click()
  10023. {
  10024. int8_t busy_state_backup = busy_state;
  10025. KEEPALIVE_STATE(PAUSED_FOR_USER);
  10026. lcd_consume_click();
  10027. while(!lcd_clicked())
  10028. {
  10029. manage_heater();
  10030. manage_inactivity(true);
  10031. lcd_update(0);
  10032. }
  10033. KEEPALIVE_STATE(busy_state_backup);
  10034. }
  10035. #ifdef PSU_Delta
  10036. bool bEnableForce_z;
  10037. void init_force_z()
  10038. {
  10039. WRITE(Z_ENABLE_PIN,Z_ENABLE_ON);
  10040. bEnableForce_z=true; // "true"-value enforce "disable_force_z()" executing
  10041. disable_force_z();
  10042. }
  10043. void check_force_z()
  10044. {
  10045. if(!(bEnableForce_z||eeprom_read_byte((uint8_t*)EEPROM_SILENT)))
  10046. init_force_z(); // causes enforced switching into disable-state
  10047. }
  10048. void disable_force_z()
  10049. {
  10050. if(!bEnableForce_z) return; // motor already disabled (may be ;-p )
  10051. bEnableForce_z=false;
  10052. // switching to silent mode
  10053. #ifdef TMC2130
  10054. tmc2130_mode=TMC2130_MODE_SILENT;
  10055. update_mode_profile();
  10056. tmc2130_init(TMCInitParams(true, FarmOrUserECool()));
  10057. #endif // TMC2130
  10058. }
  10059. void enable_force_z()
  10060. {
  10061. if(bEnableForce_z)
  10062. return; // motor already enabled (may be ;-p )
  10063. bEnableForce_z=true;
  10064. // mode recovering
  10065. #ifdef TMC2130
  10066. tmc2130_mode=eeprom_read_byte((uint8_t*)EEPROM_SILENT)?TMC2130_MODE_SILENT:TMC2130_MODE_NORMAL;
  10067. update_mode_profile();
  10068. tmc2130_init(TMCInitParams(true, FarmOrUserECool()));
  10069. #endif // TMC2130
  10070. WRITE(Z_ENABLE_PIN,Z_ENABLE_ON); // slightly redundant ;-p
  10071. }
  10072. #endif // PSU_Delta