Marlin_main.cpp 303 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025
  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. #include "Marlin.h"
  45. #ifdef ENABLE_AUTO_BED_LEVELING
  46. #include "vector_3.h"
  47. #ifdef AUTO_BED_LEVELING_GRID
  48. #include "qr_solve.h"
  49. #endif
  50. #endif // ENABLE_AUTO_BED_LEVELING
  51. #ifdef MESH_BED_LEVELING
  52. #include "mesh_bed_leveling.h"
  53. #include "mesh_bed_calibration.h"
  54. #endif
  55. #include "printers.h"
  56. #include "ultralcd.h"
  57. #include "Configuration_prusa.h"
  58. #include "planner.h"
  59. #include "stepper.h"
  60. #include "temperature.h"
  61. #include "motion_control.h"
  62. #include "cardreader.h"
  63. #include "ConfigurationStore.h"
  64. #include "language.h"
  65. #include "pins_arduino.h"
  66. #include "math.h"
  67. #include "util.h"
  68. #include "Timer.h"
  69. #include <avr/wdt.h>
  70. #include <avr/pgmspace.h>
  71. #include "Dcodes.h"
  72. #ifdef SWSPI
  73. #include "swspi.h"
  74. #endif //SWSPI
  75. #include "spi.h"
  76. #ifdef SWI2C
  77. #include "swi2c.h"
  78. #endif //SWI2C
  79. #ifdef PAT9125
  80. #include "pat9125.h"
  81. #include "fsensor.h"
  82. #endif //PAT9125
  83. #ifdef TMC2130
  84. #include "tmc2130.h"
  85. #endif //TMC2130
  86. #ifdef W25X20CL
  87. #include "w25x20cl.h"
  88. #include "optiboot_w25x20cl.h"
  89. #endif //W25X20CL
  90. #ifdef BLINKM
  91. #include "BlinkM.h"
  92. #include "Wire.h"
  93. #endif
  94. #ifdef ULTRALCD
  95. #include "ultralcd.h"
  96. #endif
  97. #if NUM_SERVOS > 0
  98. #include "Servo.h"
  99. #endif
  100. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  101. #include <SPI.h>
  102. #endif
  103. #define VERSION_STRING "1.0.2"
  104. #include "ultralcd.h"
  105. #include "cmdqueue.h"
  106. // Macros for bit masks
  107. #define BIT(b) (1<<(b))
  108. #define TEST(n,b) (((n)&BIT(b))!=0)
  109. #define SET_BIT(n,b,value) (n) ^= ((-value)^(n)) & (BIT(b))
  110. //Macro for print fan speed
  111. #define FAN_PULSE_WIDTH_LIMIT ((fanSpeed > 100) ? 3 : 4) //time in ms
  112. #define PRINTING_TYPE_SD 0
  113. #define PRINTING_TYPE_USB 1
  114. // look here for descriptions of G-codes: http://linuxcnc.org/handbook/gcode/g-code.html
  115. // http://objects.reprap.org/wiki/Mendel_User_Manual:_RepRapGCodes
  116. //Implemented Codes
  117. //-------------------
  118. // PRUSA CODES
  119. // P F - Returns FW versions
  120. // P R - Returns revision of printer
  121. // G0 -> G1
  122. // G1 - Coordinated Movement X Y Z E
  123. // G2 - CW ARC
  124. // G3 - CCW ARC
  125. // G4 - Dwell S<seconds> or P<milliseconds>
  126. // G10 - retract filament according to settings of M207
  127. // G11 - retract recover filament according to settings of M208
  128. // G28 - Home all Axis
  129. // G29 - Detailed Z-Probe, probes the bed at 3 or more points. Will fail if you haven't homed yet.
  130. // G30 - Single Z Probe, probes bed at current XY location.
  131. // G31 - Dock sled (Z_PROBE_SLED only)
  132. // G32 - Undock sled (Z_PROBE_SLED only)
  133. // G80 - Automatic mesh bed leveling
  134. // G81 - Print bed profile
  135. // G90 - Use Absolute Coordinates
  136. // G91 - Use Relative Coordinates
  137. // G92 - Set current position to coordinates given
  138. // M Codes
  139. // M0 - Unconditional stop - Wait for user to press a button on the LCD (Only if ULTRA_LCD is enabled)
  140. // M1 - Same as M0
  141. // M17 - Enable/Power all stepper motors
  142. // M18 - Disable all stepper motors; same as M84
  143. // M20 - List SD card
  144. // M21 - Init SD card
  145. // M22 - Release SD card
  146. // M23 - Select SD file (M23 filename.g)
  147. // M24 - Start/resume SD print
  148. // M25 - Pause SD print
  149. // M26 - Set SD position in bytes (M26 S12345)
  150. // M27 - Report SD print status
  151. // M28 - Start SD write (M28 filename.g)
  152. // M29 - Stop SD write
  153. // M30 - Delete file from SD (M30 filename.g)
  154. // M31 - Output time since last M109 or SD card start to serial
  155. // M32 - Select file and start SD print (Can be used _while_ printing from SD card files):
  156. // syntax "M32 /path/filename#", or "M32 S<startpos bytes> !filename#"
  157. // Call gcode file : "M32 P !filename#" and return to caller file after finishing (similar to #include).
  158. // The '#' is necessary when calling from within sd files, as it stops buffer prereading
  159. // 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.
  160. // M73 - Show percent done and print time remaining
  161. // M80 - Turn on Power Supply
  162. // M81 - Turn off Power Supply
  163. // M82 - Set E codes absolute (default)
  164. // M83 - Set E codes relative while in Absolute Coordinates (G90) mode
  165. // M84 - Disable steppers until next move,
  166. // or use S<seconds> to specify an inactivity timeout, after which the steppers will be disabled. S0 to disable the timeout.
  167. // M85 - Set inactivity shutdown timer with parameter S<seconds>. To disable set zero (default)
  168. // M86 - Set safety timer expiration time with parameter S<seconds>; M86 S0 will disable safety timer
  169. // M92 - Set axis_steps_per_unit - same syntax as G92
  170. // M104 - Set extruder target temp
  171. // M105 - Read current temp
  172. // M106 - Fan on
  173. // M107 - Fan off
  174. // M109 - Sxxx Wait for extruder current temp to reach target temp. Waits only when heating
  175. // Rxxx Wait for extruder current temp to reach target temp. Waits when heating and cooling
  176. // IF AUTOTEMP is enabled, S<mintemp> B<maxtemp> F<factor>. Exit autotemp by any M109 without F
  177. // M112 - Emergency stop
  178. // M113 - Get or set the timeout interval for Host Keepalive "busy" messages
  179. // M114 - Output current position to serial port
  180. // M115 - Capabilities string
  181. // M117 - display message
  182. // M119 - Output Endstop status to serial port
  183. // M126 - Solenoid Air Valve Open (BariCUDA support by jmil)
  184. // M127 - Solenoid Air Valve Closed (BariCUDA vent to atmospheric pressure by jmil)
  185. // M128 - EtoP Open (BariCUDA EtoP = electricity to air pressure transducer by jmil)
  186. // M129 - EtoP Closed (BariCUDA EtoP = electricity to air pressure transducer by jmil)
  187. // M140 - Set bed target temp
  188. // 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.
  189. // M190 - Sxxx Wait for bed current temp to reach target temp. Waits only when heating
  190. // Rxxx Wait for bed current temp to reach target temp. Waits when heating and cooling
  191. // M200 D<millimeters>- set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).
  192. // M201 - Set max acceleration in units/s^2 for print moves (M201 X1000 Y1000)
  193. // M202 - Set max acceleration in units/s^2 for travel moves (M202 X1000 Y1000) Unused in Marlin!!
  194. // M203 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
  195. // 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
  196. // 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
  197. // M206 - set additional homing offset
  198. // M207 - set retract length S[positive mm] F[feedrate mm/min] Z[additional zlift/hop], stays in mm regardless of M200 setting
  199. // M208 - set recover=unretract length S[positive mm surplus to the M207 S*] F[feedrate mm/sec]
  200. // 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.
  201. // M218 - set hotend offset (in mm): T<extruder_number> X<offset_on_X> Y<offset_on_Y>
  202. // M220 S<factor in percent>- set speed factor override percentage
  203. // M221 S<factor in percent>- set extrude factor override percentage
  204. // M226 P<pin number> S<pin state>- Wait until the specified pin reaches the state required
  205. // M240 - Trigger a camera to take a photograph
  206. // M250 - Set LCD contrast C<contrast value> (value 0..63)
  207. // M280 - set servo position absolute. P: servo index, S: angle or microseconds
  208. // M300 - Play beep sound S<frequency Hz> P<duration ms>
  209. // M301 - Set PID parameters P I and D
  210. // M302 - Allow cold extrudes, or set the minimum extrude S<temperature>.
  211. // M303 - PID relay autotune S<temperature> sets the target temperature. (default target temperature = 150C)
  212. // M304 - Set bed PID parameters P I and D
  213. // M400 - Finish all moves
  214. // M401 - Lower z-probe if present
  215. // M402 - Raise z-probe if present
  216. // M404 - N<dia in mm> Enter the nominal filament width (3mm, 1.75mm ) or will display nominal filament width without parameters
  217. // M405 - Turn on Filament Sensor extrusion control. Optional D<delay in cm> to set delay in centimeters between sensor and extruder
  218. // M406 - Turn off Filament Sensor extrusion control
  219. // M407 - Displays measured filament diameter
  220. // M500 - stores parameters in EEPROM
  221. // M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
  222. // M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
  223. // M503 - print the current settings (from memory not from EEPROM)
  224. // M509 - force language selection on next restart
  225. // M540 - Use S[0|1] to enable or disable the stop SD card print on endstop hit (requires ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
  226. // M600 - Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
  227. // M605 - Set dual x-carriage movement mode: S<mode> [ X<duplication x-offset> R<duplication temp offset> ]
  228. // M860 - Wait for PINDA thermistor to reach target temperature.
  229. // M861 - Set / Read PINDA temperature compensation offsets
  230. // M900 - Set LIN_ADVANCE options, if enabled. See Configuration_adv.h for details.
  231. // M907 - Set digital trimpot motor current using axis codes.
  232. // M908 - Control digital trimpot directly.
  233. // M350 - Set microstepping mode.
  234. // M351 - Toggle MS1 MS2 pins directly.
  235. // M928 - Start SD logging (M928 filename.g) - ended by M29
  236. // M999 - Restart after being stopped by error
  237. //Stepper Movement Variables
  238. //===========================================================================
  239. //=============================imported variables============================
  240. //===========================================================================
  241. //===========================================================================
  242. //=============================public variables=============================
  243. //===========================================================================
  244. #ifdef SDSUPPORT
  245. CardReader card;
  246. #endif
  247. unsigned long PingTime = millis();
  248. unsigned long NcTime;
  249. union Data
  250. {
  251. byte b[2];
  252. int value;
  253. };
  254. float homing_feedrate[] = HOMING_FEEDRATE;
  255. // Currently only the extruder axis may be switched to a relative mode.
  256. // Other axes are always absolute or relative based on the common relative_mode flag.
  257. bool axis_relative_modes[] = AXIS_RELATIVE_MODES;
  258. int feedmultiply=100; //100->1 200->2
  259. int saved_feedmultiply;
  260. int extrudemultiply=100; //100->1 200->2
  261. int extruder_multiply[EXTRUDERS] = {100
  262. #if EXTRUDERS > 1
  263. , 100
  264. #if EXTRUDERS > 2
  265. , 100
  266. #endif
  267. #endif
  268. };
  269. int bowden_length[4] = {385, 385, 385, 385};
  270. bool is_usb_printing = false;
  271. bool homing_flag = false;
  272. bool temp_cal_active = false;
  273. unsigned long kicktime = millis()+100000;
  274. unsigned int usb_printing_counter;
  275. int lcd_change_fil_state = 0;
  276. int feedmultiplyBckp = 100;
  277. float HotendTempBckp = 0;
  278. int fanSpeedBckp = 0;
  279. float pause_lastpos[4];
  280. unsigned long pause_time = 0;
  281. unsigned long start_pause_print = millis();
  282. unsigned long t_fan_rising_edge = millis();
  283. static LongTimer safetyTimer;
  284. static LongTimer crashDetTimer;
  285. //unsigned long load_filament_time;
  286. bool mesh_bed_leveling_flag = false;
  287. bool mesh_bed_run_from_menu = false;
  288. int8_t FarmMode = 0;
  289. bool prusa_sd_card_upload = false;
  290. unsigned int status_number = 0;
  291. unsigned long total_filament_used;
  292. unsigned int heating_status;
  293. unsigned int heating_status_counter;
  294. bool custom_message;
  295. bool loading_flag = false;
  296. unsigned int custom_message_type;
  297. unsigned int custom_message_state;
  298. char snmm_filaments_used = 0;
  299. bool fan_state[2];
  300. int fan_edge_counter[2];
  301. int fan_speed[2];
  302. char dir_names[3][9];
  303. bool sortAlpha = false;
  304. bool volumetric_enabled = false;
  305. float filament_size[EXTRUDERS] = { DEFAULT_NOMINAL_FILAMENT_DIA
  306. #if EXTRUDERS > 1
  307. , DEFAULT_NOMINAL_FILAMENT_DIA
  308. #if EXTRUDERS > 2
  309. , DEFAULT_NOMINAL_FILAMENT_DIA
  310. #endif
  311. #endif
  312. };
  313. float extruder_multiplier[EXTRUDERS] = {1.0
  314. #if EXTRUDERS > 1
  315. , 1.0
  316. #if EXTRUDERS > 2
  317. , 1.0
  318. #endif
  319. #endif
  320. };
  321. float current_position[NUM_AXIS] = { 0.0, 0.0, 0.0, 0.0 };
  322. //shortcuts for more readable code
  323. #define _x current_position[X_AXIS]
  324. #define _y current_position[Y_AXIS]
  325. #define _z current_position[Z_AXIS]
  326. #define _e current_position[E_AXIS]
  327. float add_homing[3]={0,0,0};
  328. float min_pos[3] = { X_MIN_POS, Y_MIN_POS, Z_MIN_POS };
  329. float max_pos[3] = { X_MAX_POS, Y_MAX_POS, Z_MAX_POS };
  330. bool axis_known_position[3] = {false, false, false};
  331. float zprobe_zoffset;
  332. // Extruder offset
  333. #if EXTRUDERS > 1
  334. #define NUM_EXTRUDER_OFFSETS 2 // only in XY plane
  335. float extruder_offset[NUM_EXTRUDER_OFFSETS][EXTRUDERS] = {
  336. #if defined(EXTRUDER_OFFSET_X) && defined(EXTRUDER_OFFSET_Y)
  337. EXTRUDER_OFFSET_X, EXTRUDER_OFFSET_Y
  338. #endif
  339. };
  340. #endif
  341. uint8_t active_extruder = 0;
  342. int fanSpeed=0;
  343. #ifdef FWRETRACT
  344. bool autoretract_enabled=false;
  345. bool retracted[EXTRUDERS]={false
  346. #if EXTRUDERS > 1
  347. , false
  348. #if EXTRUDERS > 2
  349. , false
  350. #endif
  351. #endif
  352. };
  353. bool retracted_swap[EXTRUDERS]={false
  354. #if EXTRUDERS > 1
  355. , false
  356. #if EXTRUDERS > 2
  357. , false
  358. #endif
  359. #endif
  360. };
  361. float retract_length = RETRACT_LENGTH;
  362. float retract_length_swap = RETRACT_LENGTH_SWAP;
  363. float retract_feedrate = RETRACT_FEEDRATE;
  364. float retract_zlift = RETRACT_ZLIFT;
  365. float retract_recover_length = RETRACT_RECOVER_LENGTH;
  366. float retract_recover_length_swap = RETRACT_RECOVER_LENGTH_SWAP;
  367. float retract_recover_feedrate = RETRACT_RECOVER_FEEDRATE;
  368. #endif
  369. #ifdef ULTIPANEL
  370. #ifdef PS_DEFAULT_OFF
  371. bool powersupply = false;
  372. #else
  373. bool powersupply = true;
  374. #endif
  375. #endif
  376. bool cancel_heatup = false ;
  377. #ifdef HOST_KEEPALIVE_FEATURE
  378. int busy_state = NOT_BUSY;
  379. static long prev_busy_signal_ms = -1;
  380. uint8_t host_keepalive_interval = HOST_KEEPALIVE_INTERVAL;
  381. #else
  382. #define host_keepalive();
  383. #define KEEPALIVE_STATE(n);
  384. #endif
  385. const char errormagic[] PROGMEM = "Error:";
  386. const char echomagic[] PROGMEM = "echo:";
  387. bool no_response = false;
  388. uint8_t important_status;
  389. uint8_t saved_filament_type;
  390. // save/restore printing
  391. bool saved_printing = false;
  392. // storing estimated time to end of print counted by slicer
  393. uint8_t print_percent_done_normal = PRINT_PERCENT_DONE_INIT;
  394. uint16_t print_time_remaining_normal = PRINT_TIME_REMAINING_INIT; //estimated remaining print time in minutes
  395. uint8_t print_percent_done_silent = PRINT_PERCENT_DONE_INIT;
  396. uint16_t print_time_remaining_silent = PRINT_TIME_REMAINING_INIT; //estimated remaining print time in minutes
  397. //===========================================================================
  398. //=============================Private Variables=============================
  399. //===========================================================================
  400. const char axis_codes[NUM_AXIS] = {'X', 'Y', 'Z', 'E'};
  401. float destination[NUM_AXIS] = { 0.0, 0.0, 0.0, 0.0};
  402. static float delta[3] = {0.0, 0.0, 0.0};
  403. // For tracing an arc
  404. static float offset[3] = {0.0, 0.0, 0.0};
  405. static float feedrate = 1500.0, next_feedrate, saved_feedrate;
  406. // Determines Absolute or Relative Coordinates.
  407. // Also there is bool axis_relative_modes[] per axis flag.
  408. static bool relative_mode = false;
  409. #ifndef _DISABLE_M42_M226
  410. const int sensitive_pins[] = SENSITIVE_PINS; // Sensitive pin list for M42
  411. #endif //_DISABLE_M42_M226
  412. //static float tt = 0;
  413. //static float bt = 0;
  414. //Inactivity shutdown variables
  415. static unsigned long previous_millis_cmd = 0;
  416. unsigned long max_inactive_time = 0;
  417. static unsigned long stepper_inactive_time = DEFAULT_STEPPER_DEACTIVE_TIME*1000l;
  418. static unsigned long safetytimer_inactive_time = DEFAULT_SAFETYTIMER_TIME_MINS*60*1000ul;
  419. unsigned long starttime=0;
  420. unsigned long stoptime=0;
  421. unsigned long _usb_timer = 0;
  422. static uint8_t tmp_extruder;
  423. bool extruder_under_pressure = true;
  424. bool Stopped=false;
  425. #if NUM_SERVOS > 0
  426. Servo servos[NUM_SERVOS];
  427. #endif
  428. bool CooldownNoWait = true;
  429. bool target_direction;
  430. //Insert variables if CHDK is defined
  431. #ifdef CHDK
  432. unsigned long chdkHigh = 0;
  433. boolean chdkActive = false;
  434. #endif
  435. // save/restore printing
  436. static uint32_t saved_sdpos = 0;
  437. static uint8_t saved_printing_type = PRINTING_TYPE_SD;
  438. static float saved_pos[4] = { 0, 0, 0, 0 };
  439. // Feedrate hopefully derived from an active block of the planner at the time the print has been canceled, in mm/min.
  440. static float saved_feedrate2 = 0;
  441. static uint8_t saved_active_extruder = 0;
  442. static bool saved_extruder_under_pressure = false;
  443. static bool saved_extruder_relative_mode = false;
  444. //===========================================================================
  445. //=============================Routines======================================
  446. //===========================================================================
  447. void get_arc_coordinates();
  448. bool setTargetedHotend(int code);
  449. void serial_echopair_P(const char *s_P, float v)
  450. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  451. void serial_echopair_P(const char *s_P, double v)
  452. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  453. void serial_echopair_P(const char *s_P, unsigned long v)
  454. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  455. #ifdef SDSUPPORT
  456. #include "SdFatUtil.h"
  457. int freeMemory() { return SdFatUtil::FreeRam(); }
  458. #else
  459. extern "C" {
  460. extern unsigned int __bss_end;
  461. extern unsigned int __heap_start;
  462. extern void *__brkval;
  463. int freeMemory() {
  464. int free_memory;
  465. if ((int)__brkval == 0)
  466. free_memory = ((int)&free_memory) - ((int)&__bss_end);
  467. else
  468. free_memory = ((int)&free_memory) - ((int)__brkval);
  469. return free_memory;
  470. }
  471. }
  472. #endif //!SDSUPPORT
  473. void setup_killpin()
  474. {
  475. #if defined(KILL_PIN) && KILL_PIN > -1
  476. SET_INPUT(KILL_PIN);
  477. WRITE(KILL_PIN,HIGH);
  478. #endif
  479. }
  480. // Set home pin
  481. void setup_homepin(void)
  482. {
  483. #if defined(HOME_PIN) && HOME_PIN > -1
  484. SET_INPUT(HOME_PIN);
  485. WRITE(HOME_PIN,HIGH);
  486. #endif
  487. }
  488. void setup_photpin()
  489. {
  490. #if defined(PHOTOGRAPH_PIN) && PHOTOGRAPH_PIN > -1
  491. SET_OUTPUT(PHOTOGRAPH_PIN);
  492. WRITE(PHOTOGRAPH_PIN, LOW);
  493. #endif
  494. }
  495. void setup_powerhold()
  496. {
  497. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  498. SET_OUTPUT(SUICIDE_PIN);
  499. WRITE(SUICIDE_PIN, HIGH);
  500. #endif
  501. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  502. SET_OUTPUT(PS_ON_PIN);
  503. #if defined(PS_DEFAULT_OFF)
  504. WRITE(PS_ON_PIN, PS_ON_ASLEEP);
  505. #else
  506. WRITE(PS_ON_PIN, PS_ON_AWAKE);
  507. #endif
  508. #endif
  509. }
  510. void suicide()
  511. {
  512. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  513. SET_OUTPUT(SUICIDE_PIN);
  514. WRITE(SUICIDE_PIN, LOW);
  515. #endif
  516. }
  517. void servo_init()
  518. {
  519. #if (NUM_SERVOS >= 1) && defined(SERVO0_PIN) && (SERVO0_PIN > -1)
  520. servos[0].attach(SERVO0_PIN);
  521. #endif
  522. #if (NUM_SERVOS >= 2) && defined(SERVO1_PIN) && (SERVO1_PIN > -1)
  523. servos[1].attach(SERVO1_PIN);
  524. #endif
  525. #if (NUM_SERVOS >= 3) && defined(SERVO2_PIN) && (SERVO2_PIN > -1)
  526. servos[2].attach(SERVO2_PIN);
  527. #endif
  528. #if (NUM_SERVOS >= 4) && defined(SERVO3_PIN) && (SERVO3_PIN > -1)
  529. servos[3].attach(SERVO3_PIN);
  530. #endif
  531. #if (NUM_SERVOS >= 5)
  532. #error "TODO: enter initalisation code for more servos"
  533. #endif
  534. }
  535. void stop_and_save_print_to_ram(float z_move, float e_move);
  536. void restore_print_from_ram_and_continue(float e_move);
  537. bool fans_check_enabled = true;
  538. bool filament_autoload_enabled = true;
  539. #ifdef TMC2130
  540. extern int8_t CrashDetectMenu;
  541. void crashdet_enable()
  542. {
  543. tmc2130_sg_stop_on_crash = true;
  544. eeprom_update_byte((uint8_t*)EEPROM_CRASH_DET, 0xFF);
  545. CrashDetectMenu = 1;
  546. }
  547. void crashdet_disable()
  548. {
  549. tmc2130_sg_stop_on_crash = false;
  550. tmc2130_sg_crash = 0;
  551. eeprom_update_byte((uint8_t*)EEPROM_CRASH_DET, 0x00);
  552. CrashDetectMenu = 0;
  553. }
  554. void crashdet_stop_and_save_print()
  555. {
  556. stop_and_save_print_to_ram(10, -DEFAULT_RETRACTION); //XY - no change, Z 10mm up, E -1mm retract
  557. }
  558. void crashdet_restore_print_and_continue()
  559. {
  560. restore_print_from_ram_and_continue(DEFAULT_RETRACTION); //XYZ = orig, E +1mm unretract
  561. // babystep_apply();
  562. }
  563. void crashdet_stop_and_save_print2()
  564. {
  565. cli();
  566. planner_abort_hard(); //abort printing
  567. cmdqueue_reset(); //empty cmdqueue
  568. card.sdprinting = false;
  569. card.closefile();
  570. // Reset and re-enable the stepper timer just before the global interrupts are enabled.
  571. st_reset_timer();
  572. sei();
  573. }
  574. void crashdet_detected(uint8_t mask)
  575. {
  576. // printf("CRASH_DETECTED");
  577. /* while (!is_buffer_empty())
  578. {
  579. process_commands();
  580. cmdqueue_pop_front();
  581. }*/
  582. st_synchronize();
  583. static uint8_t crashDet_counter = 0;
  584. bool automatic_recovery_after_crash = true;
  585. if (crashDet_counter++ == 0) {
  586. crashDetTimer.start();
  587. }
  588. else if (crashDetTimer.expired(CRASHDET_TIMER * 1000ul)){
  589. crashDetTimer.stop();
  590. crashDet_counter = 0;
  591. }
  592. else if(crashDet_counter == CRASHDET_COUNTER_MAX){
  593. automatic_recovery_after_crash = false;
  594. crashDetTimer.stop();
  595. crashDet_counter = 0;
  596. }
  597. else {
  598. crashDetTimer.start();
  599. }
  600. lcd_update_enable(true);
  601. lcd_implementation_clear();
  602. lcd_update(2);
  603. if (mask & X_AXIS_MASK)
  604. {
  605. eeprom_update_byte((uint8_t*)EEPROM_CRASH_COUNT_X, eeprom_read_byte((uint8_t*)EEPROM_CRASH_COUNT_X) + 1);
  606. eeprom_update_word((uint16_t*)EEPROM_CRASH_COUNT_X_TOT, eeprom_read_word((uint16_t*)EEPROM_CRASH_COUNT_X_TOT) + 1);
  607. }
  608. if (mask & Y_AXIS_MASK)
  609. {
  610. eeprom_update_byte((uint8_t*)EEPROM_CRASH_COUNT_Y, eeprom_read_byte((uint8_t*)EEPROM_CRASH_COUNT_Y) + 1);
  611. eeprom_update_word((uint16_t*)EEPROM_CRASH_COUNT_Y_TOT, eeprom_read_word((uint16_t*)EEPROM_CRASH_COUNT_Y_TOT) + 1);
  612. }
  613. lcd_update_enable(true);
  614. lcd_update(2);
  615. lcd_setstatuspgm(_T(MSG_CRASH_DETECTED));
  616. gcode_G28(true, true, false, false); //home X and Y
  617. st_synchronize();
  618. if (automatic_recovery_after_crash) {
  619. enquecommand_P(PSTR("CRASH_RECOVER"));
  620. }else{
  621. HotendTempBckp = degTargetHotend(active_extruder);
  622. setTargetHotend(0, active_extruder);
  623. bool yesno = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Crash detected. Resume print?"), false);
  624. lcd_update_enable(true);
  625. if (yesno)
  626. {
  627. char cmd1[10];
  628. strcpy(cmd1, "M109 S");
  629. strcat(cmd1, ftostr3(HotendTempBckp));
  630. enquecommand(cmd1);
  631. enquecommand_P(PSTR("CRASH_RECOVER"));
  632. }
  633. else
  634. {
  635. enquecommand_P(PSTR("CRASH_CANCEL"));
  636. }
  637. }
  638. }
  639. void crashdet_recover()
  640. {
  641. crashdet_restore_print_and_continue();
  642. tmc2130_sg_stop_on_crash = true;
  643. }
  644. void crashdet_cancel()
  645. {
  646. tmc2130_sg_stop_on_crash = true;
  647. if (saved_printing_type == PRINTING_TYPE_SD) {
  648. lcd_print_stop();
  649. }else if(saved_printing_type == PRINTING_TYPE_USB){
  650. SERIAL_ECHOLNPGM("// action:cancel"); //for Octoprint: works the same as clicking "Abort" button in Octoprint GUI
  651. SERIAL_PROTOCOLLNRPGM(_T(MSG_OK));
  652. }
  653. }
  654. #endif //TMC2130
  655. void failstats_reset_print()
  656. {
  657. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_X, 0);
  658. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_Y, 0);
  659. eeprom_update_byte((uint8_t *)EEPROM_FERROR_COUNT, 0);
  660. eeprom_update_byte((uint8_t *)EEPROM_POWER_COUNT, 0);
  661. }
  662. #ifdef MESH_BED_LEVELING
  663. enum MeshLevelingState { MeshReport, MeshStart, MeshNext, MeshSet };
  664. #endif
  665. // Factory reset function
  666. // This function is used to erase parts or whole EEPROM memory which is used for storing calibration and and so on.
  667. // Level input parameter sets depth of reset
  668. // Quiet parameter masks all waitings for user interact.
  669. int er_progress = 0;
  670. void factory_reset(char level, bool quiet)
  671. {
  672. lcd_implementation_clear();
  673. int cursor_pos = 0;
  674. switch (level) {
  675. // Level 0: Language reset
  676. case 0:
  677. WRITE(BEEPER, HIGH);
  678. _delay_ms(100);
  679. WRITE(BEEPER, LOW);
  680. lang_reset();
  681. break;
  682. //Level 1: Reset statistics
  683. case 1:
  684. WRITE(BEEPER, HIGH);
  685. _delay_ms(100);
  686. WRITE(BEEPER, LOW);
  687. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, 0);
  688. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, 0);
  689. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_X, 0);
  690. eeprom_update_byte((uint8_t *)EEPROM_CRASH_COUNT_Y, 0);
  691. eeprom_update_byte((uint8_t *)EEPROM_FERROR_COUNT, 0);
  692. eeprom_update_byte((uint8_t *)EEPROM_POWER_COUNT, 0);
  693. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_X_TOT, 0);
  694. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_Y_TOT, 0);
  695. eeprom_update_word((uint16_t *)EEPROM_FERROR_COUNT_TOT, 0);
  696. eeprom_update_word((uint16_t *)EEPROM_POWER_COUNT_TOT, 0);
  697. lcd_menu_statistics();
  698. break;
  699. // Level 2: Prepare for shipping
  700. case 2:
  701. //lcd_printPGM(PSTR("Factory RESET"));
  702. //lcd_print_at_PGM(1,2,PSTR("Shipping prep"));
  703. // Force language selection at the next boot up.
  704. lang_reset();
  705. // Force the "Follow calibration flow" message at the next boot up.
  706. calibration_status_store(CALIBRATION_STATUS_Z_CALIBRATION);
  707. eeprom_write_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 1); //run wizard
  708. farm_no = 0;
  709. farm_mode = false;
  710. eeprom_update_byte((uint8_t*)EEPROM_FARM_MODE, farm_mode);
  711. EEPROM_save_B(EEPROM_FARM_NUMBER, &farm_no);
  712. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, 0);
  713. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, 0);
  714. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_X_TOT, 0);
  715. eeprom_update_word((uint16_t *)EEPROM_CRASH_COUNT_Y_TOT, 0);
  716. eeprom_update_word((uint16_t *)EEPROM_FERROR_COUNT_TOT, 0);
  717. eeprom_update_word((uint16_t *)EEPROM_POWER_COUNT_TOT, 0);
  718. fsensor_enable();
  719. fautoload_set(true);
  720. WRITE(BEEPER, HIGH);
  721. _delay_ms(100);
  722. WRITE(BEEPER, LOW);
  723. //_delay_ms(2000);
  724. break;
  725. // Level 3: erase everything, whole EEPROM will be set to 0xFF
  726. case 3:
  727. lcd_printPGM(PSTR("Factory RESET"));
  728. lcd_print_at_PGM(1, 2, PSTR("ERASING all data"));
  729. WRITE(BEEPER, HIGH);
  730. _delay_ms(100);
  731. WRITE(BEEPER, LOW);
  732. er_progress = 0;
  733. lcd_print_at_PGM(3, 3, PSTR(" "));
  734. lcd_implementation_print_at(3, 3, er_progress);
  735. // Erase EEPROM
  736. for (int i = 0; i < 4096; i++) {
  737. eeprom_write_byte((uint8_t*)i, 0xFF);
  738. if (i % 41 == 0) {
  739. er_progress++;
  740. lcd_print_at_PGM(3, 3, PSTR(" "));
  741. lcd_implementation_print_at(3, 3, er_progress);
  742. lcd_printPGM(PSTR("%"));
  743. }
  744. }
  745. break;
  746. case 4:
  747. bowden_menu();
  748. break;
  749. default:
  750. break;
  751. }
  752. }
  753. #include "LiquidCrystal_Prusa.h"
  754. extern LiquidCrystal_Prusa lcd;
  755. FILE _lcdout = {0};
  756. int lcd_putchar(char c, FILE *stream)
  757. {
  758. lcd.write(c);
  759. return 0;
  760. }
  761. FILE _uartout = {0};
  762. int uart_putchar(char c, FILE *stream)
  763. {
  764. MYSERIAL.write(c);
  765. return 0;
  766. }
  767. void lcd_splash()
  768. {
  769. // lcd_print_at_PGM(0, 1, PSTR(" Original Prusa "));
  770. // lcd_print_at_PGM(0, 2, PSTR(" 3D Printers "));
  771. // lcd.print_P(PSTR("\x1b[1;3HOriginal Prusa\x1b[2;4H3D Printers"));
  772. // fputs_P(PSTR(ESC_2J ESC_H(1,1) "Original Prusa i3" ESC_H(3,2) "Prusa Research"), lcdout);
  773. lcd_puts_P(PSTR(ESC_2J ESC_H(1,1) "Original Prusa i3" ESC_H(3,2) "Prusa Research"));
  774. // lcd_printf_P(_N(ESC_2J "x:%.3f\ny:%.3f\nz:%.3f\ne:%.3f"), _x, _y, _z, _e);
  775. }
  776. void factory_reset()
  777. {
  778. KEEPALIVE_STATE(PAUSED_FOR_USER);
  779. if (!READ(BTN_ENC))
  780. {
  781. _delay_ms(1000);
  782. if (!READ(BTN_ENC))
  783. {
  784. lcd_implementation_clear();
  785. lcd_printPGM(PSTR("Factory RESET"));
  786. SET_OUTPUT(BEEPER);
  787. WRITE(BEEPER, HIGH);
  788. while (!READ(BTN_ENC));
  789. WRITE(BEEPER, LOW);
  790. _delay_ms(2000);
  791. char level = reset_menu();
  792. factory_reset(level, false);
  793. switch (level) {
  794. case 0: _delay_ms(0); break;
  795. case 1: _delay_ms(0); break;
  796. case 2: _delay_ms(0); break;
  797. case 3: _delay_ms(0); break;
  798. }
  799. // _delay_ms(100);
  800. /*
  801. #ifdef MESH_BED_LEVELING
  802. _delay_ms(2000);
  803. if (!READ(BTN_ENC))
  804. {
  805. WRITE(BEEPER, HIGH);
  806. _delay_ms(100);
  807. WRITE(BEEPER, LOW);
  808. _delay_ms(200);
  809. WRITE(BEEPER, HIGH);
  810. _delay_ms(100);
  811. WRITE(BEEPER, LOW);
  812. int _z = 0;
  813. calibration_status_store(CALIBRATION_STATUS_CALIBRATED);
  814. EEPROM_save_B(EEPROM_BABYSTEP_X, &_z);
  815. EEPROM_save_B(EEPROM_BABYSTEP_Y, &_z);
  816. EEPROM_save_B(EEPROM_BABYSTEP_Z, &_z);
  817. }
  818. else
  819. {
  820. WRITE(BEEPER, HIGH);
  821. _delay_ms(100);
  822. WRITE(BEEPER, LOW);
  823. }
  824. #endif // mesh */
  825. }
  826. }
  827. else
  828. {
  829. //_delay_ms(1000); // wait 1sec to display the splash screen // what's this and why do we need it?? - andre
  830. }
  831. KEEPALIVE_STATE(IN_HANDLER);
  832. }
  833. void show_fw_version_warnings() {
  834. if (FW_DEV_VERSION == FW_VERSION_GOLD || FW_DEV_VERSION == FW_VERSION_RC) return;
  835. switch (FW_DEV_VERSION) {
  836. case(FW_VERSION_ALPHA): lcd_show_fullscreen_message_and_wait_P(_i("You are using firmware alpha version. This is development version. Using this version is not recommended and may cause printer damage.")); break;////MSG_FW_VERSION_ALPHA c=20 r=8
  837. case(FW_VERSION_BETA): lcd_show_fullscreen_message_and_wait_P(_i("You are using firmware beta version. This is development version. Using this version is not recommended and may cause printer damage.")); break;////MSG_FW_VERSION_BETA c=20 r=8
  838. case(FW_VERSION_DEVEL):
  839. case(FW_VERSION_DEBUG):
  840. lcd_update_enable(false);
  841. lcd_implementation_clear();
  842. #if FW_DEV_VERSION == FW_VERSION_DEVEL
  843. lcd_print_at_PGM(0, 0, PSTR("Development build !!"));
  844. #else
  845. lcd_print_at_PGM(0, 0, PSTR("Debbugging build !!!"));
  846. #endif
  847. lcd_print_at_PGM(0, 1, PSTR("May destroy printer!"));
  848. lcd_print_at_PGM(0, 2, PSTR("ver ")); lcd_printPGM(PSTR(FW_VERSION_FULL));
  849. lcd_print_at_PGM(0, 3, PSTR(FW_REPOSITORY));
  850. lcd_wait_for_click();
  851. break;
  852. // 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
  853. }
  854. lcd_update_enable(true);
  855. }
  856. uint8_t check_printer_version()
  857. {
  858. uint8_t version_changed = 0;
  859. uint16_t printer_type = eeprom_read_word((uint16_t*)EEPROM_PRINTER_TYPE);
  860. uint16_t motherboard = eeprom_read_word((uint16_t*)EEPROM_BOARD_TYPE);
  861. if (printer_type != PRINTER_TYPE) {
  862. if (printer_type == 0xffff) eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  863. else version_changed |= 0b10;
  864. }
  865. if (motherboard != MOTHERBOARD) {
  866. if(motherboard == 0xffff) eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  867. else version_changed |= 0b01;
  868. }
  869. return version_changed;
  870. }
  871. void erase_eeprom_section(uint16_t offset, uint16_t bytes)
  872. {
  873. for (int i = offset; i < (offset+bytes); i++) eeprom_write_byte((uint8_t*)i, 0xFF);
  874. }
  875. #if (LANG_MODE != 0) //secondary language support
  876. #ifdef W25X20CL
  877. #include "bootapp.h" //bootloader support
  878. // language update from external flash
  879. #define LANGBOOT_BLOCKSIZE 0x1000
  880. #define LANGBOOT_RAMBUFFER 0x0800
  881. void update_sec_lang_from_external_flash()
  882. {
  883. if ((boot_app_magic == BOOT_APP_MAGIC) && (boot_app_flags & BOOT_APP_FLG_USER0))
  884. {
  885. uint8_t lang = boot_reserved >> 4;
  886. uint8_t state = boot_reserved & 0xf;
  887. lang_table_header_t header;
  888. uint32_t src_addr;
  889. if (lang_get_header(lang, &header, &src_addr))
  890. {
  891. fputs_P(PSTR(ESC_H(1,3) "Language update."), lcdout);
  892. for (uint8_t i = 0; i < state; i++) fputc('.', lcdout);
  893. delay(100);
  894. boot_reserved = (state + 1) | (lang << 4);
  895. if ((state * LANGBOOT_BLOCKSIZE) < header.size)
  896. {
  897. cli();
  898. uint16_t size = header.size - state * LANGBOOT_BLOCKSIZE;
  899. if (size > LANGBOOT_BLOCKSIZE) size = LANGBOOT_BLOCKSIZE;
  900. w25x20cl_rd_data(src_addr + state * LANGBOOT_BLOCKSIZE, (uint8_t*)LANGBOOT_RAMBUFFER, size);
  901. if (state == 0)
  902. {
  903. //TODO - check header integrity
  904. }
  905. bootapp_ram2flash(LANGBOOT_RAMBUFFER, _SEC_LANG_TABLE + state * LANGBOOT_BLOCKSIZE, size);
  906. }
  907. else
  908. {
  909. //TODO - check sec lang data integrity
  910. eeprom_update_byte((unsigned char *)EEPROM_LANG, LANG_ID_SEC);
  911. }
  912. }
  913. }
  914. boot_app_flags &= ~BOOT_APP_FLG_USER0;
  915. }
  916. #ifdef DEBUG_W25X20CL
  917. uint8_t lang_xflash_enum_codes(uint16_t* codes)
  918. {
  919. lang_table_header_t header;
  920. uint8_t count = 0;
  921. uint32_t addr = 0x00000;
  922. while (1)
  923. {
  924. printf_P(_n("LANGTABLE%d:"), count);
  925. w25x20cl_rd_data(addr, (uint8_t*)&header, sizeof(lang_table_header_t));
  926. if (header.magic != LANG_MAGIC)
  927. {
  928. printf_P(_n("NG!\n"));
  929. break;
  930. }
  931. printf_P(_n("OK\n"));
  932. printf_P(_n(" _lt_magic = 0x%08lx %S\n"), header.magic, (header.magic==LANG_MAGIC)?_n("OK"):_n("NA"));
  933. printf_P(_n(" _lt_size = 0x%04x (%d)\n"), header.size, header.size);
  934. printf_P(_n(" _lt_count = 0x%04x (%d)\n"), header.count, header.count);
  935. printf_P(_n(" _lt_chsum = 0x%04x\n"), header.checksum);
  936. printf_P(_n(" _lt_code = 0x%04x (%c%c)\n"), header.code, header.code >> 8, header.code & 0xff);
  937. printf_P(_n(" _lt_sign = 0x%08lx\n"), header.signature);
  938. addr += header.size;
  939. codes[count] = header.code;
  940. count ++;
  941. }
  942. return count;
  943. }
  944. void list_sec_lang_from_external_flash()
  945. {
  946. uint16_t codes[8];
  947. uint8_t count = lang_xflash_enum_codes(codes);
  948. printf_P(_n("XFlash lang count = %hhd\n"), count);
  949. }
  950. #endif //DEBUG_W25X20CL
  951. #endif //W25X20CL
  952. #endif //(LANG_MODE != 0)
  953. // "Setup" function is called by the Arduino framework on startup.
  954. // Before startup, the Timers-functions (PWM)/Analog RW and HardwareSerial provided by the Arduino-code
  955. // are initialized by the main() routine provided by the Arduino framework.
  956. void setup()
  957. {
  958. lcd_init();
  959. fdev_setup_stream(lcdout, lcd_putchar, NULL, _FDEV_SETUP_WRITE); //setup lcdout stream
  960. spi_init();
  961. lcd_splash();
  962. #ifdef W25X20CL
  963. // Enter an STK500 compatible Optiboot boot loader waiting for flashing the languages to an external flash memory.
  964. optiboot_w25x20cl_enter();
  965. #endif
  966. #if (LANG_MODE != 0) //secondary language support
  967. #ifdef W25X20CL
  968. if (w25x20cl_init())
  969. update_sec_lang_from_external_flash();
  970. else
  971. kill(_i("External SPI flash W25X20CL not responding."));
  972. #endif //W25X20CL
  973. #endif //(LANG_MODE != 0)
  974. setup_killpin();
  975. setup_powerhold();
  976. farm_mode = eeprom_read_byte((uint8_t*)EEPROM_FARM_MODE);
  977. EEPROM_read_B(EEPROM_FARM_NUMBER, &farm_no);
  978. if ((farm_mode == 0xFF && farm_no == 0) || ((uint16_t)farm_no == 0xFFFF))
  979. farm_mode = false; //if farm_mode has not been stored to eeprom yet and farm number is set to zero or EEPROM is fresh, deactivate farm mode
  980. if ((uint16_t)farm_no == 0xFFFF) farm_no = 0;
  981. selectedSerialPort = eeprom_read_byte((uint8_t*)EEPROM_SECOND_SERIAL_ACTIVE);
  982. if (selectedSerialPort == 0xFF) selectedSerialPort = 0;
  983. if (farm_mode)
  984. {
  985. no_response = true; //we need confirmation by recieving PRUSA thx
  986. important_status = 8;
  987. prusa_statistics(8);
  988. selectedSerialPort = 1;
  989. #ifdef TMC2130
  990. //increased extruder current (PFW363)
  991. tmc2130_current_h[E_AXIS] = 36;
  992. tmc2130_current_r[E_AXIS] = 36;
  993. #endif //TMC2130
  994. //disabled filament autoload (PFW360)
  995. filament_autoload_enabled = false;
  996. eeprom_update_byte((uint8_t*)EEPROM_FSENS_AUTOLOAD_ENABLED, 0);
  997. }
  998. MYSERIAL.begin(BAUDRATE);
  999. fdev_setup_stream(uartout, uart_putchar, NULL, _FDEV_SETUP_WRITE); //setup uart out stream
  1000. stdout = uartout;
  1001. SERIAL_PROTOCOLLNPGM("start");
  1002. SERIAL_ECHO_START;
  1003. printf_P(PSTR(" " FW_VERSION_FULL "\n"));
  1004. #ifdef DEBUG_SEC_LANG
  1005. lang_table_header_t header;
  1006. uint32_t src_addr = 0x00000;
  1007. if (lang_get_header(1, &header, &src_addr))
  1008. {
  1009. //this is comparsion of some printing-methods regarding to flash space usage and code size/readability
  1010. #define LT_PRINT_TEST 2
  1011. // flash usage
  1012. // total p.test
  1013. //0 252718 t+c text code
  1014. //1 253142 424 170 254
  1015. //2 253040 322 164 158
  1016. //3 253248 530 135 395
  1017. #if (LT_PRINT_TEST==1) //not optimized printf
  1018. printf_P(_n(" _src_addr = 0x%08lx\n"), src_addr);
  1019. printf_P(_n(" _lt_magic = 0x%08lx %S\n"), header.magic, (header.magic==LANG_MAGIC)?_n("OK"):_n("NA"));
  1020. printf_P(_n(" _lt_size = 0x%04x (%d)\n"), header.size, header.size);
  1021. printf_P(_n(" _lt_count = 0x%04x (%d)\n"), header.count, header.count);
  1022. printf_P(_n(" _lt_chsum = 0x%04x\n"), header.checksum);
  1023. printf_P(_n(" _lt_code = 0x%04x (%c%c)\n"), header.code, header.code >> 8, header.code & 0xff);
  1024. printf_P(_n(" _lt_sign = 0x%08lx\n"), header.signature);
  1025. #elif (LT_PRINT_TEST==2) //optimized printf
  1026. printf_P(
  1027. _n(
  1028. " _src_addr = 0x%08lx\n"
  1029. " _lt_magic = 0x%08lx %S\n"
  1030. " _lt_size = 0x%04x (%d)\n"
  1031. " _lt_count = 0x%04x (%d)\n"
  1032. " _lt_chsum = 0x%04x\n"
  1033. " _lt_code = 0x%04x (%c%c)\n"
  1034. " _lt_resv1 = 0x%08lx\n"
  1035. ),
  1036. src_addr,
  1037. header.magic, (header.magic==LANG_MAGIC)?_n("OK"):_n("NA"),
  1038. header.size, header.size,
  1039. header.count, header.count,
  1040. header.checksum,
  1041. header.code, header.code >> 8, header.code & 0xff,
  1042. header.signature
  1043. );
  1044. #elif (LT_PRINT_TEST==3) //arduino print/println (leading zeros not solved)
  1045. MYSERIAL.print(" _src_addr = 0x");
  1046. MYSERIAL.println(src_addr, 16);
  1047. MYSERIAL.print(" _lt_magic = 0x");
  1048. MYSERIAL.print(header.magic, 16);
  1049. MYSERIAL.println((header.magic==LANG_MAGIC)?" OK":" NA");
  1050. MYSERIAL.print(" _lt_size = 0x");
  1051. MYSERIAL.print(header.size, 16);
  1052. MYSERIAL.print(" (");
  1053. MYSERIAL.print(header.size, 10);
  1054. MYSERIAL.println(")");
  1055. MYSERIAL.print(" _lt_count = 0x");
  1056. MYSERIAL.print(header.count, 16);
  1057. MYSERIAL.print(" (");
  1058. MYSERIAL.print(header.count, 10);
  1059. MYSERIAL.println(")");
  1060. MYSERIAL.print(" _lt_chsum = 0x");
  1061. MYSERIAL.println(header.checksum, 16);
  1062. MYSERIAL.print(" _lt_code = 0x");
  1063. MYSERIAL.print(header.code, 16);
  1064. MYSERIAL.print(" (");
  1065. MYSERIAL.print((char)(header.code >> 8), 0);
  1066. MYSERIAL.print((char)(header.code & 0xff), 0);
  1067. MYSERIAL.println(")");
  1068. MYSERIAL.print(" _lt_resv1 = 0x");
  1069. MYSERIAL.println(header.signature, 16);
  1070. #endif //(LT_PRINT_TEST==)
  1071. #undef LT_PRINT_TEST
  1072. #if 0
  1073. w25x20cl_rd_data(0x25ba, (uint8_t*)&block_buffer, 1024);
  1074. for (uint16_t i = 0; i < 1024; i++)
  1075. {
  1076. if ((i % 16) == 0) printf_P(_n("%04x:"), 0x25ba+i);
  1077. printf_P(_n(" %02x"), ((uint8_t*)&block_buffer)[i]);
  1078. if ((i % 16) == 15) putchar('\n');
  1079. }
  1080. #endif
  1081. uint16_t sum = 0;
  1082. for (uint16_t i = 0; i < header.size; i++)
  1083. sum += (uint16_t)pgm_read_byte((uint8_t*)(_SEC_LANG_TABLE + i)) << ((i & 1)?0:8);
  1084. printf_P(_n("_SEC_LANG_TABLE checksum = %04x\n"), sum);
  1085. sum -= header.checksum; //subtract checksum
  1086. printf_P(_n("_SEC_LANG_TABLE checksum = %04x\n"), sum);
  1087. sum = (sum >> 8) | ((sum & 0xff) << 8); //swap bytes
  1088. if (sum == header.checksum)
  1089. printf_P(_n("Checksum OK\n"), sum);
  1090. else
  1091. printf_P(_n("Checksum NG\n"), sum);
  1092. }
  1093. else
  1094. printf_P(_n("lang_get_header failed!\n"));
  1095. #if 0
  1096. for (uint16_t i = 0; i < 1024*10; i++)
  1097. {
  1098. if ((i % 16) == 0) printf_P(_n("%04x:"), _SEC_LANG_TABLE+i);
  1099. printf_P(_n(" %02x"), pgm_read_byte((uint8_t*)(_SEC_LANG_TABLE+i)));
  1100. if ((i % 16) == 15) putchar('\n');
  1101. }
  1102. #endif
  1103. #if 0
  1104. SERIAL_ECHOLN("Reading eeprom from 0 to 100: start");
  1105. for (int i = 0; i < 4096; ++i) {
  1106. int b = eeprom_read_byte((unsigned char*)i);
  1107. if (b != 255) {
  1108. SERIAL_ECHO(i);
  1109. SERIAL_ECHO(":");
  1110. SERIAL_ECHO(b);
  1111. SERIAL_ECHOLN("");
  1112. }
  1113. }
  1114. SERIAL_ECHOLN("Reading eeprom from 0 to 100: done");
  1115. #endif
  1116. #endif //DEBUG_SEC_LANG
  1117. // Check startup - does nothing if bootloader sets MCUSR to 0
  1118. byte mcu = MCUSR;
  1119. /* if (mcu & 1) SERIAL_ECHOLNRPGM(_T(MSG_POWERUP));
  1120. if (mcu & 2) SERIAL_ECHOLNRPGM(MSG_EXTERNAL_RESET);
  1121. if (mcu & 4) SERIAL_ECHOLNRPGM(MSG_BROWNOUT_RESET);
  1122. if (mcu & 8) SERIAL_ECHOLNRPGM(MSG_WATCHDOG_RESET);
  1123. if (mcu & 32) SERIAL_ECHOLNRPGM(MSG_SOFTWARE_RESET);*/
  1124. if (mcu & 1) puts_P(_T(MSG_POWERUP));
  1125. if (mcu & 2) puts_P(MSG_EXTERNAL_RESET);
  1126. if (mcu & 4) puts_P(MSG_BROWNOUT_RESET);
  1127. if (mcu & 8) puts_P(MSG_WATCHDOG_RESET);
  1128. if (mcu & 32) puts_P(MSG_SOFTWARE_RESET);
  1129. MCUSR = 0;
  1130. //SERIAL_ECHORPGM(MSG_MARLIN);
  1131. //SERIAL_ECHOLNRPGM(VERSION_STRING);
  1132. #ifdef STRING_VERSION_CONFIG_H
  1133. #ifdef STRING_CONFIG_H_AUTHOR
  1134. SERIAL_ECHO_START;
  1135. SERIAL_ECHORPGM(_i(" Last Updated: "));////MSG_CONFIGURATION_VER c=0 r=0
  1136. SERIAL_ECHOPGM(STRING_VERSION_CONFIG_H);
  1137. SERIAL_ECHORPGM(_n(" | Author: "));////MSG_AUTHOR c=0 r=0
  1138. SERIAL_ECHOLNPGM(STRING_CONFIG_H_AUTHOR);
  1139. SERIAL_ECHOPGM("Compiled: ");
  1140. SERIAL_ECHOLNPGM(__DATE__);
  1141. #endif
  1142. #endif
  1143. SERIAL_ECHO_START;
  1144. SERIAL_ECHORPGM(_i(" Free Memory: "));////MSG_FREE_MEMORY c=0 r=0
  1145. SERIAL_ECHO(freeMemory());
  1146. SERIAL_ECHORPGM(_i(" PlannerBufferBytes: "));////MSG_PLANNER_BUFFER_BYTES c=0 r=0
  1147. SERIAL_ECHOLN((int)sizeof(block_t)*BLOCK_BUFFER_SIZE);
  1148. //lcd_update_enable(false); // why do we need this?? - andre
  1149. // loads data from EEPROM if available else uses defaults (and resets step acceleration rate)
  1150. bool previous_settings_retrieved = false;
  1151. uint8_t hw_changed = check_printer_version();
  1152. 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
  1153. previous_settings_retrieved = Config_RetrieveSettings(EEPROM_OFFSET);
  1154. }
  1155. else { //printer version was changed so use default settings
  1156. Config_ResetDefault();
  1157. }
  1158. SdFatUtil::set_stack_guard(); //writes magic number at the end of static variables to protect against overwriting static memory by stack
  1159. tp_init(); // Initialize temperature loop
  1160. lcd_splash(); // we need to do this again, because tp_init() kills lcd
  1161. plan_init(); // Initialize planner;
  1162. factory_reset();
  1163. #ifdef TMC2130
  1164. uint8_t silentMode = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
  1165. if (silentMode == 0xff) silentMode = 0;
  1166. // tmc2130_mode = silentMode?TMC2130_MODE_SILENT:TMC2130_MODE_NORMAL;
  1167. tmc2130_mode = TMC2130_MODE_NORMAL;
  1168. uint8_t crashdet = eeprom_read_byte((uint8_t*)EEPROM_CRASH_DET);
  1169. if (crashdet && !farm_mode)
  1170. {
  1171. crashdet_enable();
  1172. puts_P(_N("CrashDetect ENABLED!"));
  1173. }
  1174. else
  1175. {
  1176. crashdet_disable();
  1177. puts_P(_N("CrashDetect DISABLED"));
  1178. }
  1179. #ifdef TMC2130_LINEARITY_CORRECTION
  1180. #ifdef TMC2130_LINEARITY_CORRECTION_XYZ
  1181. tmc2130_wave_fac[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_X_FAC);
  1182. tmc2130_wave_fac[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_Y_FAC);
  1183. tmc2130_wave_fac[Z_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_Z_FAC);
  1184. #endif //TMC2130_LINEARITY_CORRECTION_XYZ
  1185. tmc2130_wave_fac[E_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_WAVE_E_FAC);
  1186. if (tmc2130_wave_fac[X_AXIS] == 0xff) tmc2130_wave_fac[X_AXIS] = 0;
  1187. if (tmc2130_wave_fac[Y_AXIS] == 0xff) tmc2130_wave_fac[Y_AXIS] = 0;
  1188. if (tmc2130_wave_fac[Z_AXIS] == 0xff) tmc2130_wave_fac[Z_AXIS] = 0;
  1189. if (tmc2130_wave_fac[E_AXIS] == 0xff) tmc2130_wave_fac[E_AXIS] = 0;
  1190. #endif //TMC2130_LINEARITY_CORRECTION
  1191. #ifdef TMC2130_VARIABLE_RESOLUTION
  1192. tmc2130_mres[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_X_MRES);
  1193. tmc2130_mres[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_Y_MRES);
  1194. tmc2130_mres[Z_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_Z_MRES);
  1195. tmc2130_mres[E_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_E_MRES);
  1196. if (tmc2130_mres[X_AXIS] == 0xff) tmc2130_mres[X_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_XY);
  1197. if (tmc2130_mres[Y_AXIS] == 0xff) tmc2130_mres[Y_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_XY);
  1198. if (tmc2130_mres[Z_AXIS] == 0xff) tmc2130_mres[Z_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_Z);
  1199. if (tmc2130_mres[E_AXIS] == 0xff) tmc2130_mres[E_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_E);
  1200. eeprom_update_byte((uint8_t*)EEPROM_TMC2130_X_MRES, tmc2130_mres[X_AXIS]);
  1201. eeprom_update_byte((uint8_t*)EEPROM_TMC2130_Y_MRES, tmc2130_mres[Y_AXIS]);
  1202. eeprom_update_byte((uint8_t*)EEPROM_TMC2130_Z_MRES, tmc2130_mres[Z_AXIS]);
  1203. eeprom_update_byte((uint8_t*)EEPROM_TMC2130_E_MRES, tmc2130_mres[E_AXIS]);
  1204. #else //TMC2130_VARIABLE_RESOLUTION
  1205. tmc2130_mres[X_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_XY);
  1206. tmc2130_mres[Y_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_XY);
  1207. tmc2130_mres[Z_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_Z);
  1208. tmc2130_mres[E_AXIS] = tmc2130_usteps2mres(TMC2130_USTEPS_E);
  1209. #endif //TMC2130_VARIABLE_RESOLUTION
  1210. #endif //TMC2130
  1211. st_init(); // Initialize stepper, this enables interrupts!
  1212. #ifdef TMC2130
  1213. tmc2130_mode = silentMode?TMC2130_MODE_SILENT:TMC2130_MODE_NORMAL;
  1214. tmc2130_init();
  1215. #endif //TMC2130
  1216. setup_photpin();
  1217. servo_init();
  1218. // Reset the machine correction matrix.
  1219. // It does not make sense to load the correction matrix until the machine is homed.
  1220. world2machine_reset();
  1221. #ifdef PAT9125
  1222. fsensor_init();
  1223. #endif //PAT9125
  1224. #if defined(CONTROLLERFAN_PIN) && (CONTROLLERFAN_PIN > -1)
  1225. SET_OUTPUT(CONTROLLERFAN_PIN); //Set pin used for driver cooling fan
  1226. #endif
  1227. setup_homepin();
  1228. #ifdef TMC2130
  1229. if (1) {
  1230. // try to run to zero phase before powering the Z motor.
  1231. // Move in negative direction
  1232. WRITE(Z_DIR_PIN,INVERT_Z_DIR);
  1233. // Round the current micro-micro steps to micro steps.
  1234. for (uint16_t phase = (tmc2130_rd_MSCNT(Z_AXIS) + 8) >> 4; phase > 0; -- phase) {
  1235. // Until the phase counter is reset to zero.
  1236. WRITE(Z_STEP_PIN, !INVERT_Z_STEP_PIN);
  1237. delay(2);
  1238. WRITE(Z_STEP_PIN, INVERT_Z_STEP_PIN);
  1239. delay(2);
  1240. }
  1241. }
  1242. #endif //TMC2130
  1243. #if defined(Z_AXIS_ALWAYS_ON)
  1244. enable_z();
  1245. #endif
  1246. farm_mode = eeprom_read_byte((uint8_t*)EEPROM_FARM_MODE);
  1247. EEPROM_read_B(EEPROM_FARM_NUMBER, &farm_no);
  1248. if ((farm_mode == 0xFF && farm_no == 0) || (farm_no == 0xFFFF)) farm_mode = false; //if farm_mode has not been stored to eeprom yet and farm number is set to zero or EEPROM is fresh, deactivate farm mode
  1249. if (farm_no == 0xFFFF) farm_no = 0;
  1250. if (farm_mode)
  1251. {
  1252. prusa_statistics(8);
  1253. }
  1254. // Enable Toshiba FlashAir SD card / WiFi enahanced card.
  1255. card.ToshibaFlashAir_enable(eeprom_read_byte((unsigned char*)EEPROM_TOSHIBA_FLASH_AIR_COMPATIBLITY) == 1);
  1256. if (eeprom_read_dword((uint32_t*)(EEPROM_TOP - 4)) == 0x0ffffffff &&
  1257. eeprom_read_dword((uint32_t*)(EEPROM_TOP - 8)) == 0x0ffffffff) {
  1258. // Maiden startup. The firmware has been loaded and first started on a virgin RAMBo board,
  1259. // where all the EEPROM entries are set to 0x0ff.
  1260. // Once a firmware boots up, it forces at least a language selection, which changes
  1261. // EEPROM_LANG to number lower than 0x0ff.
  1262. // 1) Set a high power mode.
  1263. #ifdef TMC2130
  1264. eeprom_write_byte((uint8_t*)EEPROM_SILENT, 0);
  1265. tmc2130_mode = TMC2130_MODE_NORMAL;
  1266. #endif //TMC2130
  1267. eeprom_write_byte((uint8_t*)EEPROM_WIZARD_ACTIVE, 1); //run wizard
  1268. }
  1269. // Force SD card update. Otherwise the SD card update is done from loop() on card.checkautostart(false),
  1270. // but this times out if a blocking dialog is shown in setup().
  1271. card.initsd();
  1272. #ifdef DEBUG_SD_SPEED_TEST
  1273. if (card.cardOK)
  1274. {
  1275. uint8_t* buff = (uint8_t*)block_buffer;
  1276. uint32_t block = 0;
  1277. uint32_t sumr = 0;
  1278. uint32_t sumw = 0;
  1279. for (int i = 0; i < 1024; i++)
  1280. {
  1281. uint32_t u = micros();
  1282. bool res = card.card.readBlock(i, buff);
  1283. u = micros() - u;
  1284. if (res)
  1285. {
  1286. printf_P(PSTR("readBlock %4d 512 bytes %lu us\n"), i, u);
  1287. sumr += u;
  1288. u = micros();
  1289. res = card.card.writeBlock(i, buff);
  1290. u = micros() - u;
  1291. if (res)
  1292. {
  1293. printf_P(PSTR("writeBlock %4d 512 bytes %lu us\n"), i, u);
  1294. sumw += u;
  1295. }
  1296. else
  1297. {
  1298. printf_P(PSTR("writeBlock %4d error\n"), i);
  1299. break;
  1300. }
  1301. }
  1302. else
  1303. {
  1304. printf_P(PSTR("readBlock %4d error\n"), i);
  1305. break;
  1306. }
  1307. }
  1308. uint32_t avg_rspeed = (1024 * 1000000) / (sumr / 512);
  1309. uint32_t avg_wspeed = (1024 * 1000000) / (sumw / 512);
  1310. printf_P(PSTR("avg read speed %lu bytes/s\n"), avg_rspeed);
  1311. printf_P(PSTR("avg write speed %lu bytes/s\n"), avg_wspeed);
  1312. }
  1313. else
  1314. printf_P(PSTR("Card NG!\n"));
  1315. #endif //DEBUG_SD_SPEED_TEST
  1316. if (eeprom_read_byte((uint8_t*)EEPROM_POWER_COUNT) == 0xff) eeprom_write_byte((uint8_t*)EEPROM_POWER_COUNT, 0);
  1317. if (eeprom_read_byte((uint8_t*)EEPROM_CRASH_COUNT_X) == 0xff) eeprom_write_byte((uint8_t*)EEPROM_CRASH_COUNT_X, 0);
  1318. if (eeprom_read_byte((uint8_t*)EEPROM_CRASH_COUNT_Y) == 0xff) eeprom_write_byte((uint8_t*)EEPROM_CRASH_COUNT_Y, 0);
  1319. if (eeprom_read_byte((uint8_t*)EEPROM_FERROR_COUNT) == 0xff) eeprom_write_byte((uint8_t*)EEPROM_FERROR_COUNT, 0);
  1320. if (eeprom_read_word((uint16_t*)EEPROM_POWER_COUNT_TOT) == 0xffff) eeprom_write_word((uint16_t*)EEPROM_POWER_COUNT_TOT, 0);
  1321. if (eeprom_read_word((uint16_t*)EEPROM_CRASH_COUNT_X_TOT) == 0xffff) eeprom_write_word((uint16_t*)EEPROM_CRASH_COUNT_X_TOT, 0);
  1322. if (eeprom_read_word((uint16_t*)EEPROM_CRASH_COUNT_Y_TOT) == 0xffff) eeprom_write_word((uint16_t*)EEPROM_CRASH_COUNT_Y_TOT, 0);
  1323. if (eeprom_read_word((uint16_t*)EEPROM_FERROR_COUNT_TOT) == 0xffff) eeprom_write_word((uint16_t*)EEPROM_FERROR_COUNT_TOT, 0);
  1324. #ifdef SNMM
  1325. if (eeprom_read_dword((uint32_t*)EEPROM_BOWDEN_LENGTH) == 0x0ffffffff) { //bowden length used for SNMM
  1326. int _z = BOWDEN_LENGTH;
  1327. for(int i = 0; i<4; i++) EEPROM_save_B(EEPROM_BOWDEN_LENGTH + i * 2, &_z);
  1328. }
  1329. #endif
  1330. // In the future, somewhere here would one compare the current firmware version against the firmware version stored in the EEPROM.
  1331. // If they differ, an update procedure may need to be performed. At the end of this block, the current firmware version
  1332. // is being written into the EEPROM, so the update procedure will be triggered only once.
  1333. #if (LANG_MODE != 0) //secondary language support
  1334. #ifdef DEBUG_W25X20CL
  1335. W25X20CL_SPI_ENTER();
  1336. uint8_t uid[8]; // 64bit unique id
  1337. w25x20cl_rd_uid(uid);
  1338. puts_P(_n("W25X20CL UID="));
  1339. for (uint8_t i = 0; i < 8; i ++)
  1340. printf_P(PSTR("%02hhx"), uid[i]);
  1341. putchar('\n');
  1342. list_sec_lang_from_external_flash();
  1343. #endif //DEBUG_W25X20CL
  1344. // lang_reset();
  1345. if (!lang_select(eeprom_read_byte((uint8_t*)EEPROM_LANG)))
  1346. lcd_language();
  1347. #ifdef DEBUG_SEC_LANG
  1348. uint16_t sec_lang_code = lang_get_code(1);
  1349. uint16_t ui = _SEC_LANG_TABLE; //table pointer
  1350. 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);
  1351. // lang_print_sec_lang(uartout);
  1352. #endif //DEBUG_SEC_LANG
  1353. #endif //(LANG_MODE != 0)
  1354. if (eeprom_read_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE) == 255) {
  1355. eeprom_write_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE, 0);
  1356. temp_cal_active = false;
  1357. } else temp_cal_active = eeprom_read_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE);
  1358. if (eeprom_read_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA) == 255) {
  1359. //eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0);
  1360. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  1361. int16_t z_shift = 0;
  1362. for (uint8_t i = 0; i < 5; i++) EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i * 2, &z_shift);
  1363. eeprom_write_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE, 0);
  1364. temp_cal_active = false;
  1365. }
  1366. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO) == 255) {
  1367. eeprom_write_byte((uint8_t*)EEPROM_UVLO, 0);
  1368. }
  1369. if (eeprom_read_byte((uint8_t*)EEPROM_SD_SORT) == 255) {
  1370. eeprom_write_byte((uint8_t*)EEPROM_SD_SORT, 0);
  1371. }
  1372. check_babystep(); //checking if Z babystep is in allowed range
  1373. #ifdef UVLO_SUPPORT
  1374. setup_uvlo_interrupt();
  1375. #endif //UVLO_SUPPORT
  1376. #if !defined(DEBUG_DISABLE_FANCHECK) && defined(FANCHECK) && defined(TACH_1) && TACH_1 >-1
  1377. setup_fan_interrupt();
  1378. #endif //DEBUG_DISABLE_FANCHECK
  1379. #ifdef PAT9125
  1380. #ifndef DEBUG_DISABLE_FSENSORCHECK
  1381. fsensor_setup_interrupt();
  1382. #endif //DEBUG_DISABLE_FSENSORCHECK
  1383. #endif //PAT9125
  1384. for (int i = 0; i<4; i++) EEPROM_read_B(EEPROM_BOWDEN_LENGTH + i * 2, &bowden_length[i]);
  1385. #ifndef DEBUG_DISABLE_STARTMSGS
  1386. KEEPALIVE_STATE(PAUSED_FOR_USER);
  1387. show_fw_version_warnings();
  1388. switch (hw_changed) {
  1389. //if motherboard or printer type was changed inform user as it can indicate flashing wrong firmware version
  1390. //if user confirms with knob, new hw version (printer and/or motherboard) is written to eeprom and message will be not shown next time
  1391. case(0b01):
  1392. lcd_show_fullscreen_message_and_wait_P(_i("Warning: motherboard type changed.")); ////MSG_CHANGED_MOTHERBOARD c=20 r=4
  1393. eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  1394. break;
  1395. case(0b10):
  1396. lcd_show_fullscreen_message_and_wait_P(_i("Warning: printer type changed.")); ////MSG_CHANGED_PRINTER c=20 r=4
  1397. eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  1398. break;
  1399. case(0b11):
  1400. lcd_show_fullscreen_message_and_wait_P(_i("Warning: both printer type and motherboard type changed.")); ////MSG_CHANGED_BOTH c=20 r=4
  1401. eeprom_write_word((uint16_t*)EEPROM_PRINTER_TYPE, PRINTER_TYPE);
  1402. eeprom_write_word((uint16_t*)EEPROM_BOARD_TYPE, MOTHERBOARD);
  1403. break;
  1404. default: break; //no change, show no message
  1405. }
  1406. if (!previous_settings_retrieved) {
  1407. 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=4
  1408. erase_eeprom_section(EEPROM_OFFSET, 156); //erase M500 part of eeprom
  1409. }
  1410. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) == 1) {
  1411. lcd_wizard(0);
  1412. }
  1413. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) == 0) { //dont show calibration status messages if wizard is currently active
  1414. if (calibration_status() == CALIBRATION_STATUS_ASSEMBLED ||
  1415. calibration_status() == CALIBRATION_STATUS_UNKNOWN ||
  1416. calibration_status() == CALIBRATION_STATUS_XYZ_CALIBRATION) {
  1417. // Reset the babystepping values, so the printer will not move the Z axis up when the babystepping is enabled.
  1418. eeprom_update_word((uint16_t*)EEPROM_BABYSTEP_Z, 0);
  1419. // Show the message.
  1420. lcd_show_fullscreen_message_and_wait_P(_T(MSG_FOLLOW_CALIBRATION_FLOW));
  1421. }
  1422. else if (calibration_status() == CALIBRATION_STATUS_LIVE_ADJUST) {
  1423. // Show the message.
  1424. lcd_show_fullscreen_message_and_wait_P(_T(MSG_BABYSTEP_Z_NOT_SET));
  1425. lcd_update_enable(true);
  1426. }
  1427. else if (calibration_status() == CALIBRATION_STATUS_CALIBRATED && temp_cal_active == true && calibration_status_pinda() == false) {
  1428. //lcd_show_fullscreen_message_and_wait_P(_i("Temperature calibration has not been run yet"));////MSG_PINDA_NOT_CALIBRATED c=20 r=4
  1429. lcd_update_enable(true);
  1430. }
  1431. else if (calibration_status() == CALIBRATION_STATUS_Z_CALIBRATION) {
  1432. // Show the message.
  1433. lcd_show_fullscreen_message_and_wait_P(_T(MSG_FOLLOW_CALIBRATION_FLOW));
  1434. }
  1435. }
  1436. #if !defined (DEBUG_DISABLE_FORCE_SELFTEST) && defined (TMC2130)
  1437. if (force_selftest_if_fw_version() && calibration_status() < CALIBRATION_STATUS_ASSEMBLED) {
  1438. lcd_show_fullscreen_message_and_wait_P(_i("Selftest will be run to calibrate accurate sensorless rehoming."));////MSG_FORCE_SELFTEST c=20 r=8
  1439. update_current_firmware_version_to_eeprom();
  1440. lcd_selftest();
  1441. }
  1442. #endif //TMC2130 && !DEBUG_DISABLE_FORCE_SELFTEST
  1443. KEEPALIVE_STATE(IN_PROCESS);
  1444. #endif //DEBUG_DISABLE_STARTMSGS
  1445. lcd_update_enable(true);
  1446. lcd_implementation_clear();
  1447. lcd_update(2);
  1448. // Store the currently running firmware into an eeprom,
  1449. // so the next time the firmware gets updated, it will know from which version it has been updated.
  1450. update_current_firmware_version_to_eeprom();
  1451. #ifdef TMC2130
  1452. tmc2130_home_origin[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_X_ORIGIN);
  1453. tmc2130_home_bsteps[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_X_BSTEPS);
  1454. tmc2130_home_fsteps[X_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_X_FSTEPS);
  1455. if (tmc2130_home_origin[X_AXIS] == 0xff) tmc2130_home_origin[X_AXIS] = 0;
  1456. if (tmc2130_home_bsteps[X_AXIS] == 0xff) tmc2130_home_bsteps[X_AXIS] = 48;
  1457. if (tmc2130_home_fsteps[X_AXIS] == 0xff) tmc2130_home_fsteps[X_AXIS] = 48;
  1458. tmc2130_home_origin[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_ORIGIN);
  1459. tmc2130_home_bsteps[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_BSTEPS);
  1460. tmc2130_home_fsteps[Y_AXIS] = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_Y_FSTEPS);
  1461. if (tmc2130_home_origin[Y_AXIS] == 0xff) tmc2130_home_origin[Y_AXIS] = 0;
  1462. if (tmc2130_home_bsteps[Y_AXIS] == 0xff) tmc2130_home_bsteps[Y_AXIS] = 48;
  1463. if (tmc2130_home_fsteps[Y_AXIS] == 0xff) tmc2130_home_fsteps[Y_AXIS] = 48;
  1464. tmc2130_home_enabled = eeprom_read_byte((uint8_t*)EEPROM_TMC2130_HOME_ENABLED);
  1465. if (tmc2130_home_enabled == 0xff) tmc2130_home_enabled = 0;
  1466. #endif //TMC2130
  1467. #ifdef UVLO_SUPPORT
  1468. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO) == 1) { //previous print was terminated by UVLO
  1469. /*
  1470. if (lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_RECOVER_PRINT), false)) recover_print();
  1471. else {
  1472. eeprom_update_byte((uint8_t*)EEPROM_UVLO, 0);
  1473. lcd_update_enable(true);
  1474. lcd_update(2);
  1475. lcd_setstatuspgm(_T(WELCOME_MSG));
  1476. }
  1477. */
  1478. manage_heater(); // Update temperatures
  1479. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1480. 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))
  1481. #endif
  1482. if ( degBed() > ( (float)eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED) - AUTOMATIC_UVLO_BED_TEMP_OFFSET) ){
  1483. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1484. puts_P(_N("Automatic recovery!"));
  1485. #endif
  1486. recover_print(1);
  1487. }
  1488. else{
  1489. #ifdef DEBUG_UVLO_AUTOMATIC_RECOVER
  1490. puts_P(_N("Normal recovery!"));
  1491. #endif
  1492. if ( lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_RECOVER_PRINT), false) ) recover_print(0);
  1493. else {
  1494. eeprom_update_byte((uint8_t*)EEPROM_UVLO, 0);
  1495. lcd_update_enable(true);
  1496. lcd_update(2);
  1497. lcd_setstatuspgm(_T(WELCOME_MSG));
  1498. }
  1499. }
  1500. }
  1501. #endif //UVLO_SUPPORT
  1502. KEEPALIVE_STATE(NOT_BUSY);
  1503. #ifdef WATCHDOG
  1504. wdt_enable(WDTO_4S);
  1505. #endif //WATCHDOG
  1506. }
  1507. #ifdef PAT9125
  1508. void fsensor_init() {
  1509. int pat9125 = pat9125_init();
  1510. printf_P(_N("PAT9125_init:%d\n"), pat9125);
  1511. uint8_t fsensor = eeprom_read_byte((uint8_t*)EEPROM_FSENSOR);
  1512. filament_autoload_enabled=eeprom_read_byte((uint8_t*)EEPROM_FSENS_AUTOLOAD_ENABLED);
  1513. if (!pat9125)
  1514. {
  1515. fsensor = 0; //disable sensor
  1516. fsensor_not_responding = true;
  1517. }
  1518. else {
  1519. fsensor_not_responding = false;
  1520. }
  1521. puts_P(PSTR("FSensor "));
  1522. if (fsensor)
  1523. {
  1524. puts_P(PSTR("ENABLED\n"));
  1525. fsensor_enable();
  1526. }
  1527. else
  1528. {
  1529. puts_P(PSTR("DISABLED\n"));
  1530. fsensor_disable();
  1531. }
  1532. #ifdef DEBUG_DISABLE_FSENSORCHECK
  1533. filament_autoload_enabled = false;
  1534. fsensor_disable();
  1535. #endif //DEBUG_DISABLE_FSENSORCHECK
  1536. }
  1537. #endif //PAT9125
  1538. void trace();
  1539. #define CHUNK_SIZE 64 // bytes
  1540. #define SAFETY_MARGIN 1
  1541. char chunk[CHUNK_SIZE+SAFETY_MARGIN];
  1542. int chunkHead = 0;
  1543. int serial_read_stream() {
  1544. setTargetHotend(0, 0);
  1545. setTargetBed(0);
  1546. lcd_implementation_clear();
  1547. lcd_printPGM(PSTR(" Upload in progress"));
  1548. // first wait for how many bytes we will receive
  1549. uint32_t bytesToReceive;
  1550. // receive the four bytes
  1551. char bytesToReceiveBuffer[4];
  1552. for (int i=0; i<4; i++) {
  1553. int data;
  1554. while ((data = MYSERIAL.read()) == -1) {};
  1555. bytesToReceiveBuffer[i] = data;
  1556. }
  1557. // make it a uint32
  1558. memcpy(&bytesToReceive, &bytesToReceiveBuffer, 4);
  1559. // we're ready, notify the sender
  1560. MYSERIAL.write('+');
  1561. // lock in the routine
  1562. uint32_t receivedBytes = 0;
  1563. while (prusa_sd_card_upload) {
  1564. int i;
  1565. for (i=0; i<CHUNK_SIZE; i++) {
  1566. int data;
  1567. // check if we're not done
  1568. if (receivedBytes == bytesToReceive) {
  1569. break;
  1570. }
  1571. // read the next byte
  1572. while ((data = MYSERIAL.read()) == -1) {};
  1573. receivedBytes++;
  1574. // save it to the chunk
  1575. chunk[i] = data;
  1576. }
  1577. // write the chunk to SD
  1578. card.write_command_no_newline(&chunk[0]);
  1579. // notify the sender we're ready for more data
  1580. MYSERIAL.write('+');
  1581. // for safety
  1582. manage_heater();
  1583. // check if we're done
  1584. if(receivedBytes == bytesToReceive) {
  1585. trace(); // beep
  1586. card.closefile();
  1587. prusa_sd_card_upload = false;
  1588. SERIAL_PROTOCOLLNRPGM(MSG_FILE_SAVED);
  1589. return 0;
  1590. }
  1591. }
  1592. }
  1593. #ifdef HOST_KEEPALIVE_FEATURE
  1594. /**
  1595. * Output a "busy" message at regular intervals
  1596. * while the machine is not accepting commands.
  1597. */
  1598. void host_keepalive() {
  1599. if (farm_mode) return;
  1600. long ms = millis();
  1601. if (host_keepalive_interval && busy_state != NOT_BUSY) {
  1602. if ((ms - prev_busy_signal_ms) < (long)(1000L * host_keepalive_interval)) return;
  1603. switch (busy_state) {
  1604. case IN_HANDLER:
  1605. case IN_PROCESS:
  1606. SERIAL_ECHO_START;
  1607. SERIAL_ECHOLNPGM("busy: processing");
  1608. break;
  1609. case PAUSED_FOR_USER:
  1610. SERIAL_ECHO_START;
  1611. SERIAL_ECHOLNPGM("busy: paused for user");
  1612. break;
  1613. case PAUSED_FOR_INPUT:
  1614. SERIAL_ECHO_START;
  1615. SERIAL_ECHOLNPGM("busy: paused for input");
  1616. break;
  1617. default:
  1618. break;
  1619. }
  1620. }
  1621. prev_busy_signal_ms = ms;
  1622. }
  1623. #endif
  1624. // The loop() function is called in an endless loop by the Arduino framework from the default main() routine.
  1625. // Before loop(), the setup() function is called by the main() routine.
  1626. void loop()
  1627. {
  1628. KEEPALIVE_STATE(NOT_BUSY);
  1629. bool stack_integrity = true;
  1630. if ((usb_printing_counter > 0) && ((millis()-_usb_timer) > 1000))
  1631. {
  1632. is_usb_printing = true;
  1633. usb_printing_counter--;
  1634. _usb_timer = millis();
  1635. }
  1636. if (usb_printing_counter == 0)
  1637. {
  1638. is_usb_printing = false;
  1639. }
  1640. if (prusa_sd_card_upload)
  1641. {
  1642. //we read byte-by byte
  1643. serial_read_stream();
  1644. } else
  1645. {
  1646. get_command();
  1647. #ifdef SDSUPPORT
  1648. card.checkautostart(false);
  1649. #endif
  1650. if(buflen)
  1651. {
  1652. cmdbuffer_front_already_processed = false;
  1653. #ifdef SDSUPPORT
  1654. if(card.saving)
  1655. {
  1656. // Saving a G-code file onto an SD-card is in progress.
  1657. // Saving starts with M28, saving until M29 is seen.
  1658. if(strstr_P(CMDBUFFER_CURRENT_STRING, PSTR("M29")) == NULL) {
  1659. card.write_command(CMDBUFFER_CURRENT_STRING);
  1660. if(card.logging)
  1661. process_commands();
  1662. else
  1663. SERIAL_PROTOCOLLNRPGM(_T(MSG_OK));
  1664. } else {
  1665. card.closefile();
  1666. SERIAL_PROTOCOLLNRPGM(MSG_FILE_SAVED);
  1667. }
  1668. } else {
  1669. process_commands();
  1670. }
  1671. #else
  1672. process_commands();
  1673. #endif //SDSUPPORT
  1674. if (! cmdbuffer_front_already_processed && buflen)
  1675. {
  1676. // ptr points to the start of the block currently being processed.
  1677. // The first character in the block is the block type.
  1678. char *ptr = cmdbuffer + bufindr;
  1679. if (*ptr == CMDBUFFER_CURRENT_TYPE_SDCARD) {
  1680. // To support power panic, move the lenght of the command on the SD card to a planner buffer.
  1681. union {
  1682. struct {
  1683. char lo;
  1684. char hi;
  1685. } lohi;
  1686. uint16_t value;
  1687. } sdlen;
  1688. sdlen.value = 0;
  1689. {
  1690. // This block locks the interrupts globally for 3.25 us,
  1691. // which corresponds to a maximum repeat frequency of 307.69 kHz.
  1692. // This blocking is safe in the context of a 10kHz stepper driver interrupt
  1693. // or a 115200 Bd serial line receive interrupt, which will not trigger faster than 12kHz.
  1694. cli();
  1695. // Reset the command to something, which will be ignored by the power panic routine,
  1696. // so this buffer length will not be counted twice.
  1697. *ptr ++ = CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED;
  1698. // Extract the current buffer length.
  1699. sdlen.lohi.lo = *ptr ++;
  1700. sdlen.lohi.hi = *ptr;
  1701. // and pass it to the planner queue.
  1702. planner_add_sd_length(sdlen.value);
  1703. sei();
  1704. }
  1705. }
  1706. else if((*ptr == CMDBUFFER_CURRENT_TYPE_USB_WITH_LINENR) && !IS_SD_PRINTING){
  1707. cli();
  1708. *ptr ++ = CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED;
  1709. // and one for each command to previous block in the planner queue.
  1710. planner_add_sd_length(1);
  1711. sei();
  1712. }
  1713. // Now it is safe to release the already processed command block. If interrupted by the power panic now,
  1714. // this block's SD card length will not be counted twice as its command type has been replaced
  1715. // by CMDBUFFER_CURRENT_TYPE_TO_BE_REMOVED.
  1716. cmdqueue_pop_front();
  1717. }
  1718. host_keepalive();
  1719. }
  1720. }
  1721. //check heater every n milliseconds
  1722. manage_heater();
  1723. isPrintPaused ? manage_inactivity(true) : manage_inactivity(false);
  1724. checkHitEndstops();
  1725. lcd_update();
  1726. #ifdef PAT9125
  1727. fsensor_update();
  1728. #endif //PAT9125
  1729. #ifdef TMC2130
  1730. tmc2130_check_overtemp();
  1731. if (tmc2130_sg_crash)
  1732. {
  1733. uint8_t crash = tmc2130_sg_crash;
  1734. tmc2130_sg_crash = 0;
  1735. // crashdet_stop_and_save_print();
  1736. switch (crash)
  1737. {
  1738. case 1: enquecommand_P((PSTR("CRASH_DETECTEDX"))); break;
  1739. case 2: enquecommand_P((PSTR("CRASH_DETECTEDY"))); break;
  1740. case 3: enquecommand_P((PSTR("CRASH_DETECTEDXY"))); break;
  1741. }
  1742. }
  1743. #endif //TMC2130
  1744. }
  1745. #define DEFINE_PGM_READ_ANY(type, reader) \
  1746. static inline type pgm_read_any(const type *p) \
  1747. { return pgm_read_##reader##_near(p); }
  1748. DEFINE_PGM_READ_ANY(float, float);
  1749. DEFINE_PGM_READ_ANY(signed char, byte);
  1750. #define XYZ_CONSTS_FROM_CONFIG(type, array, CONFIG) \
  1751. static const PROGMEM type array##_P[3] = \
  1752. { X_##CONFIG, Y_##CONFIG, Z_##CONFIG }; \
  1753. static inline type array(int axis) \
  1754. { return pgm_read_any(&array##_P[axis]); } \
  1755. type array##_ext(int axis) \
  1756. { return pgm_read_any(&array##_P[axis]); }
  1757. XYZ_CONSTS_FROM_CONFIG(float, base_min_pos, MIN_POS);
  1758. XYZ_CONSTS_FROM_CONFIG(float, base_max_pos, MAX_POS);
  1759. XYZ_CONSTS_FROM_CONFIG(float, base_home_pos, HOME_POS);
  1760. XYZ_CONSTS_FROM_CONFIG(float, max_length, MAX_LENGTH);
  1761. XYZ_CONSTS_FROM_CONFIG(float, home_retract_mm, HOME_RETRACT_MM);
  1762. XYZ_CONSTS_FROM_CONFIG(signed char, home_dir, HOME_DIR);
  1763. static void axis_is_at_home(int axis) {
  1764. current_position[axis] = base_home_pos(axis) + add_homing[axis];
  1765. min_pos[axis] = base_min_pos(axis) + add_homing[axis];
  1766. max_pos[axis] = base_max_pos(axis) + add_homing[axis];
  1767. }
  1768. inline void set_current_to_destination() { memcpy(current_position, destination, sizeof(current_position)); }
  1769. inline void set_destination_to_current() { memcpy(destination, current_position, sizeof(destination)); }
  1770. static void setup_for_endstop_move(bool enable_endstops_now = true) {
  1771. saved_feedrate = feedrate;
  1772. saved_feedmultiply = feedmultiply;
  1773. feedmultiply = 100;
  1774. previous_millis_cmd = millis();
  1775. enable_endstops(enable_endstops_now);
  1776. }
  1777. static void clean_up_after_endstop_move() {
  1778. #ifdef ENDSTOPS_ONLY_FOR_HOMING
  1779. enable_endstops(false);
  1780. #endif
  1781. feedrate = saved_feedrate;
  1782. feedmultiply = saved_feedmultiply;
  1783. previous_millis_cmd = millis();
  1784. }
  1785. #ifdef ENABLE_AUTO_BED_LEVELING
  1786. #ifdef AUTO_BED_LEVELING_GRID
  1787. static void set_bed_level_equation_lsq(double *plane_equation_coefficients)
  1788. {
  1789. vector_3 planeNormal = vector_3(-plane_equation_coefficients[0], -plane_equation_coefficients[1], 1);
  1790. planeNormal.debug("planeNormal");
  1791. plan_bed_level_matrix = matrix_3x3::create_look_at(planeNormal);
  1792. //bedLevel.debug("bedLevel");
  1793. //plan_bed_level_matrix.debug("bed level before");
  1794. //vector_3 uncorrected_position = plan_get_position_mm();
  1795. //uncorrected_position.debug("position before");
  1796. vector_3 corrected_position = plan_get_position();
  1797. // corrected_position.debug("position after");
  1798. current_position[X_AXIS] = corrected_position.x;
  1799. current_position[Y_AXIS] = corrected_position.y;
  1800. current_position[Z_AXIS] = corrected_position.z;
  1801. // put the bed at 0 so we don't go below it.
  1802. current_position[Z_AXIS] = zprobe_zoffset; // in the lsq we reach here after raising the extruder due to the loop structure
  1803. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1804. }
  1805. #else // not AUTO_BED_LEVELING_GRID
  1806. static void set_bed_level_equation_3pts(float z_at_pt_1, float z_at_pt_2, float z_at_pt_3) {
  1807. plan_bed_level_matrix.set_to_identity();
  1808. vector_3 pt1 = vector_3(ABL_PROBE_PT_1_X, ABL_PROBE_PT_1_Y, z_at_pt_1);
  1809. vector_3 pt2 = vector_3(ABL_PROBE_PT_2_X, ABL_PROBE_PT_2_Y, z_at_pt_2);
  1810. vector_3 pt3 = vector_3(ABL_PROBE_PT_3_X, ABL_PROBE_PT_3_Y, z_at_pt_3);
  1811. vector_3 from_2_to_1 = (pt1 - pt2).get_normal();
  1812. vector_3 from_2_to_3 = (pt3 - pt2).get_normal();
  1813. vector_3 planeNormal = vector_3::cross(from_2_to_1, from_2_to_3).get_normal();
  1814. planeNormal = vector_3(planeNormal.x, planeNormal.y, abs(planeNormal.z));
  1815. plan_bed_level_matrix = matrix_3x3::create_look_at(planeNormal);
  1816. vector_3 corrected_position = plan_get_position();
  1817. current_position[X_AXIS] = corrected_position.x;
  1818. current_position[Y_AXIS] = corrected_position.y;
  1819. current_position[Z_AXIS] = corrected_position.z;
  1820. // put the bed at 0 so we don't go below it.
  1821. current_position[Z_AXIS] = zprobe_zoffset;
  1822. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1823. }
  1824. #endif // AUTO_BED_LEVELING_GRID
  1825. static void run_z_probe() {
  1826. plan_bed_level_matrix.set_to_identity();
  1827. feedrate = homing_feedrate[Z_AXIS];
  1828. // move down until you find the bed
  1829. float zPosition = -10;
  1830. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1831. st_synchronize();
  1832. // we have to let the planner know where we are right now as it is not where we said to go.
  1833. zPosition = st_get_position_mm(Z_AXIS);
  1834. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS]);
  1835. // move up the retract distance
  1836. zPosition += home_retract_mm(Z_AXIS);
  1837. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1838. st_synchronize();
  1839. // move back down slowly to find bed
  1840. feedrate = homing_feedrate[Z_AXIS]/4;
  1841. zPosition -= home_retract_mm(Z_AXIS) * 2;
  1842. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  1843. st_synchronize();
  1844. current_position[Z_AXIS] = st_get_position_mm(Z_AXIS);
  1845. // make sure the planner knows where we are as it may be a bit different than we last said to move to
  1846. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1847. }
  1848. static void do_blocking_move_to(float x, float y, float z) {
  1849. float oldFeedRate = feedrate;
  1850. feedrate = homing_feedrate[Z_AXIS];
  1851. current_position[Z_AXIS] = z;
  1852. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], feedrate/60, active_extruder);
  1853. st_synchronize();
  1854. feedrate = XY_TRAVEL_SPEED;
  1855. current_position[X_AXIS] = x;
  1856. current_position[Y_AXIS] = y;
  1857. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], feedrate/60, active_extruder);
  1858. st_synchronize();
  1859. feedrate = oldFeedRate;
  1860. }
  1861. static void do_blocking_move_relative(float offset_x, float offset_y, float offset_z) {
  1862. do_blocking_move_to(current_position[X_AXIS] + offset_x, current_position[Y_AXIS] + offset_y, current_position[Z_AXIS] + offset_z);
  1863. }
  1864. /// Probe bed height at position (x,y), returns the measured z value
  1865. static float probe_pt(float x, float y, float z_before) {
  1866. // move to right place
  1867. do_blocking_move_to(current_position[X_AXIS], current_position[Y_AXIS], z_before);
  1868. do_blocking_move_to(x - X_PROBE_OFFSET_FROM_EXTRUDER, y - Y_PROBE_OFFSET_FROM_EXTRUDER, current_position[Z_AXIS]);
  1869. run_z_probe();
  1870. float measured_z = current_position[Z_AXIS];
  1871. SERIAL_PROTOCOLRPGM(_T(MSG_BED));
  1872. SERIAL_PROTOCOLPGM(" x: ");
  1873. SERIAL_PROTOCOL(x);
  1874. SERIAL_PROTOCOLPGM(" y: ");
  1875. SERIAL_PROTOCOL(y);
  1876. SERIAL_PROTOCOLPGM(" z: ");
  1877. SERIAL_PROTOCOL(measured_z);
  1878. SERIAL_PROTOCOLPGM("\n");
  1879. return measured_z;
  1880. }
  1881. #endif // #ifdef ENABLE_AUTO_BED_LEVELING
  1882. #ifdef LIN_ADVANCE
  1883. /**
  1884. * M900: Set and/or Get advance K factor and WH/D ratio
  1885. *
  1886. * K<factor> Set advance K factor
  1887. * R<ratio> Set ratio directly (overrides WH/D)
  1888. * W<width> H<height> D<diam> Set ratio from WH/D
  1889. */
  1890. inline void gcode_M900() {
  1891. st_synchronize();
  1892. const float newK = code_seen('K') ? code_value_float() : -1;
  1893. if (newK >= 0) extruder_advance_k = newK;
  1894. float newR = code_seen('R') ? code_value_float() : -1;
  1895. if (newR < 0) {
  1896. const float newD = code_seen('D') ? code_value_float() : -1,
  1897. newW = code_seen('W') ? code_value_float() : -1,
  1898. newH = code_seen('H') ? code_value_float() : -1;
  1899. if (newD >= 0 && newW >= 0 && newH >= 0)
  1900. newR = newD ? (newW * newH) / (sq(newD * 0.5) * M_PI) : 0;
  1901. }
  1902. if (newR >= 0) advance_ed_ratio = newR;
  1903. SERIAL_ECHO_START;
  1904. SERIAL_ECHOPGM("Advance K=");
  1905. SERIAL_ECHOLN(extruder_advance_k);
  1906. SERIAL_ECHOPGM(" E/D=");
  1907. const float ratio = advance_ed_ratio;
  1908. if (ratio) SERIAL_ECHOLN(ratio); else SERIAL_ECHOLNPGM("Auto");
  1909. }
  1910. #endif // LIN_ADVANCE
  1911. bool check_commands() {
  1912. bool end_command_found = false;
  1913. while (buflen)
  1914. {
  1915. if ((code_seen("M84")) || (code_seen("M 84"))) end_command_found = true;
  1916. if (!cmdbuffer_front_already_processed)
  1917. cmdqueue_pop_front();
  1918. cmdbuffer_front_already_processed = false;
  1919. }
  1920. return end_command_found;
  1921. }
  1922. #ifdef TMC2130
  1923. bool calibrate_z_auto()
  1924. {
  1925. //lcd_display_message_fullscreen_P(_T(MSG_CALIBRATE_Z_AUTO));
  1926. lcd_implementation_clear();
  1927. lcd_print_at_PGM(0,1, _T(MSG_CALIBRATE_Z_AUTO));
  1928. bool endstops_enabled = enable_endstops(true);
  1929. int axis_up_dir = -home_dir(Z_AXIS);
  1930. tmc2130_home_enter(Z_AXIS_MASK);
  1931. current_position[Z_AXIS] = 0;
  1932. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1933. set_destination_to_current();
  1934. destination[Z_AXIS] += (1.1 * max_length(Z_AXIS) * axis_up_dir);
  1935. feedrate = homing_feedrate[Z_AXIS];
  1936. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1937. st_synchronize();
  1938. // current_position[axis] = 0;
  1939. // plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1940. tmc2130_home_exit();
  1941. enable_endstops(false);
  1942. current_position[Z_AXIS] = 0;
  1943. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1944. set_destination_to_current();
  1945. destination[Z_AXIS] += 10 * axis_up_dir; //10mm up
  1946. feedrate = homing_feedrate[Z_AXIS] / 2;
  1947. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1948. st_synchronize();
  1949. enable_endstops(endstops_enabled);
  1950. current_position[Z_AXIS] = Z_MAX_POS+2.0;
  1951. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1952. return true;
  1953. }
  1954. #endif //TMC2130
  1955. void homeaxis(int axis, uint8_t cnt, uint8_t* pstep)
  1956. {
  1957. bool endstops_enabled = enable_endstops(true); //RP: endstops should be allways enabled durring homing
  1958. #define HOMEAXIS_DO(LETTER) \
  1959. ((LETTER##_MIN_PIN > -1 && LETTER##_HOME_DIR==-1) || (LETTER##_MAX_PIN > -1 && LETTER##_HOME_DIR==1))
  1960. if ((axis==X_AXIS)?HOMEAXIS_DO(X):(axis==Y_AXIS)?HOMEAXIS_DO(Y):0)
  1961. {
  1962. int axis_home_dir = home_dir(axis);
  1963. feedrate = homing_feedrate[axis];
  1964. #ifdef TMC2130
  1965. tmc2130_home_enter(X_AXIS_MASK << axis);
  1966. #endif //TMC2130
  1967. // Move right a bit, so that the print head does not touch the left end position,
  1968. // and the following left movement has a chance to achieve the required velocity
  1969. // for the stall guard to work.
  1970. current_position[axis] = 0;
  1971. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1972. set_destination_to_current();
  1973. // destination[axis] = 11.f;
  1974. destination[axis] = 3.f;
  1975. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1976. st_synchronize();
  1977. // Move left away from the possible collision with the collision detection disabled.
  1978. endstops_hit_on_purpose();
  1979. enable_endstops(false);
  1980. current_position[axis] = 0;
  1981. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1982. destination[axis] = - 1.;
  1983. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1984. st_synchronize();
  1985. // Now continue to move up to the left end stop with the collision detection enabled.
  1986. enable_endstops(true);
  1987. destination[axis] = - 1.1 * max_length(axis);
  1988. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1989. st_synchronize();
  1990. for (uint8_t i = 0; i < cnt; i++)
  1991. {
  1992. // Move right from the collision to a known distance from the left end stop with the collision detection disabled.
  1993. endstops_hit_on_purpose();
  1994. enable_endstops(false);
  1995. current_position[axis] = 0;
  1996. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1997. destination[axis] = 10.f;
  1998. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1999. st_synchronize();
  2000. endstops_hit_on_purpose();
  2001. // Now move left up to the collision, this time with a repeatable velocity.
  2002. enable_endstops(true);
  2003. destination[axis] = - 11.f;
  2004. #ifdef TMC2130
  2005. feedrate = homing_feedrate[axis];
  2006. #else //TMC2130
  2007. feedrate = homing_feedrate[axis] / 2;
  2008. #endif //TMC2130
  2009. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  2010. st_synchronize();
  2011. #ifdef TMC2130
  2012. uint16_t mscnt = tmc2130_rd_MSCNT(axis);
  2013. if (pstep) pstep[i] = mscnt >> 4;
  2014. printf_P(PSTR("%3d step=%2d mscnt=%4d\n"), i, mscnt >> 4, mscnt);
  2015. #endif //TMC2130
  2016. }
  2017. endstops_hit_on_purpose();
  2018. enable_endstops(false);
  2019. #ifdef TMC2130
  2020. uint8_t orig = tmc2130_home_origin[axis];
  2021. uint8_t back = tmc2130_home_bsteps[axis];
  2022. if (tmc2130_home_enabled && (orig <= 63))
  2023. {
  2024. tmc2130_goto_step(axis, orig, 2, 1000, tmc2130_get_res(axis));
  2025. if (back > 0)
  2026. tmc2130_do_steps(axis, back, 1, 1000);
  2027. }
  2028. else
  2029. tmc2130_do_steps(axis, 8, 2, 1000);
  2030. tmc2130_home_exit();
  2031. #endif //TMC2130
  2032. axis_is_at_home(axis);
  2033. axis_known_position[axis] = true;
  2034. // Move from minimum
  2035. #ifdef TMC2130
  2036. float dist = 0.01f * tmc2130_home_fsteps[axis];
  2037. #else //TMC2130
  2038. float dist = 0.01f * 64;
  2039. #endif //TMC2130
  2040. current_position[axis] -= dist;
  2041. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2042. current_position[axis] += dist;
  2043. destination[axis] = current_position[axis];
  2044. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], 0.5f*feedrate/60, active_extruder);
  2045. st_synchronize();
  2046. feedrate = 0.0;
  2047. }
  2048. else if ((axis==Z_AXIS)?HOMEAXIS_DO(Z):0)
  2049. {
  2050. #ifdef TMC2130
  2051. FORCE_HIGH_POWER_START;
  2052. #endif
  2053. int axis_home_dir = home_dir(axis);
  2054. current_position[axis] = 0;
  2055. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2056. destination[axis] = 1.5 * max_length(axis) * axis_home_dir;
  2057. feedrate = homing_feedrate[axis];
  2058. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  2059. st_synchronize();
  2060. #ifdef TMC2130
  2061. if (READ(Z_TMC2130_DIAG) != 0) { //Z crash
  2062. FORCE_HIGH_POWER_END;
  2063. kill(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  2064. return;
  2065. }
  2066. #endif //TMC2130
  2067. current_position[axis] = 0;
  2068. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2069. destination[axis] = -home_retract_mm(axis) * axis_home_dir;
  2070. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  2071. st_synchronize();
  2072. destination[axis] = 2*home_retract_mm(axis) * axis_home_dir;
  2073. feedrate = homing_feedrate[axis]/2 ;
  2074. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  2075. st_synchronize();
  2076. #ifdef TMC2130
  2077. if (READ(Z_TMC2130_DIAG) != 0) { //Z crash
  2078. FORCE_HIGH_POWER_END;
  2079. kill(_T(MSG_BED_LEVELING_FAILED_POINT_LOW));
  2080. return;
  2081. }
  2082. #endif //TMC2130
  2083. axis_is_at_home(axis);
  2084. destination[axis] = current_position[axis];
  2085. feedrate = 0.0;
  2086. endstops_hit_on_purpose();
  2087. axis_known_position[axis] = true;
  2088. #ifdef TMC2130
  2089. FORCE_HIGH_POWER_END;
  2090. #endif
  2091. }
  2092. enable_endstops(endstops_enabled);
  2093. }
  2094. /**/
  2095. void home_xy()
  2096. {
  2097. set_destination_to_current();
  2098. homeaxis(X_AXIS);
  2099. homeaxis(Y_AXIS);
  2100. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2101. endstops_hit_on_purpose();
  2102. }
  2103. void refresh_cmd_timeout(void)
  2104. {
  2105. previous_millis_cmd = millis();
  2106. }
  2107. #ifdef FWRETRACT
  2108. void retract(bool retracting, bool swapretract = false) {
  2109. if(retracting && !retracted[active_extruder]) {
  2110. destination[X_AXIS]=current_position[X_AXIS];
  2111. destination[Y_AXIS]=current_position[Y_AXIS];
  2112. destination[Z_AXIS]=current_position[Z_AXIS];
  2113. destination[E_AXIS]=current_position[E_AXIS];
  2114. current_position[E_AXIS]+=(swapretract?retract_length_swap:retract_length)*float(extrudemultiply)*0.01f;
  2115. plan_set_e_position(current_position[E_AXIS]);
  2116. float oldFeedrate = feedrate;
  2117. feedrate=retract_feedrate*60;
  2118. retracted[active_extruder]=true;
  2119. prepare_move();
  2120. current_position[Z_AXIS]-=retract_zlift;
  2121. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2122. prepare_move();
  2123. feedrate = oldFeedrate;
  2124. } else if(!retracting && retracted[active_extruder]) {
  2125. destination[X_AXIS]=current_position[X_AXIS];
  2126. destination[Y_AXIS]=current_position[Y_AXIS];
  2127. destination[Z_AXIS]=current_position[Z_AXIS];
  2128. destination[E_AXIS]=current_position[E_AXIS];
  2129. current_position[Z_AXIS]+=retract_zlift;
  2130. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2131. current_position[E_AXIS]-=(swapretract?(retract_length_swap+retract_recover_length_swap):(retract_length+retract_recover_length))*float(extrudemultiply)*0.01f;
  2132. plan_set_e_position(current_position[E_AXIS]);
  2133. float oldFeedrate = feedrate;
  2134. feedrate=retract_recover_feedrate*60;
  2135. retracted[active_extruder]=false;
  2136. prepare_move();
  2137. feedrate = oldFeedrate;
  2138. }
  2139. } //retract
  2140. #endif //FWRETRACT
  2141. void trace() {
  2142. tone(BEEPER, 440);
  2143. delay(25);
  2144. noTone(BEEPER);
  2145. delay(20);
  2146. }
  2147. /*
  2148. void ramming() {
  2149. // float tmp[4] = DEFAULT_MAX_FEEDRATE;
  2150. if (current_temperature[0] < 230) {
  2151. //PLA
  2152. max_feedrate[E_AXIS] = 50;
  2153. //current_position[E_AXIS] -= 8;
  2154. //plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2100 / 60, active_extruder);
  2155. //current_position[E_AXIS] += 8;
  2156. //plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2100 / 60, active_extruder);
  2157. current_position[E_AXIS] += 5.4;
  2158. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2800 / 60, active_extruder);
  2159. current_position[E_AXIS] += 3.2;
  2160. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  2161. current_position[E_AXIS] += 3;
  2162. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3400 / 60, active_extruder);
  2163. st_synchronize();
  2164. max_feedrate[E_AXIS] = 80;
  2165. current_position[E_AXIS] -= 82;
  2166. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 9500 / 60, active_extruder);
  2167. max_feedrate[E_AXIS] = 50;//tmp[E_AXIS];
  2168. current_position[E_AXIS] -= 20;
  2169. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 1200 / 60, active_extruder);
  2170. current_position[E_AXIS] += 5;
  2171. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 400 / 60, active_extruder);
  2172. current_position[E_AXIS] += 5;
  2173. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder);
  2174. current_position[E_AXIS] -= 10;
  2175. st_synchronize();
  2176. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder);
  2177. current_position[E_AXIS] += 10;
  2178. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder);
  2179. current_position[E_AXIS] -= 10;
  2180. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 800 / 60, active_extruder);
  2181. current_position[E_AXIS] += 10;
  2182. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 800 / 60, active_extruder);
  2183. current_position[E_AXIS] -= 10;
  2184. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 800 / 60, active_extruder);
  2185. st_synchronize();
  2186. }
  2187. else {
  2188. //ABS
  2189. max_feedrate[E_AXIS] = 50;
  2190. //current_position[E_AXIS] -= 8;
  2191. //plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2100 / 60, active_extruder);
  2192. //current_position[E_AXIS] += 8;
  2193. //plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2100 / 60, active_extruder);
  2194. current_position[E_AXIS] += 3.1;
  2195. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2000 / 60, active_extruder);
  2196. current_position[E_AXIS] += 3.1;
  2197. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2500 / 60, active_extruder);
  2198. current_position[E_AXIS] += 4;
  2199. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  2200. st_synchronize();
  2201. //current_position[X_AXIS] += 23; //delay
  2202. //plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600/60, active_extruder); //delay
  2203. //current_position[X_AXIS] -= 23; //delay
  2204. //plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600/60, active_extruder); //delay
  2205. delay(4700);
  2206. max_feedrate[E_AXIS] = 80;
  2207. current_position[E_AXIS] -= 92;
  2208. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 9900 / 60, active_extruder);
  2209. max_feedrate[E_AXIS] = 50;//tmp[E_AXIS];
  2210. current_position[E_AXIS] -= 5;
  2211. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 800 / 60, active_extruder);
  2212. current_position[E_AXIS] += 5;
  2213. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 400 / 60, active_extruder);
  2214. current_position[E_AXIS] -= 5;
  2215. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder);
  2216. st_synchronize();
  2217. current_position[E_AXIS] += 5;
  2218. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder);
  2219. current_position[E_AXIS] -= 5;
  2220. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder);
  2221. current_position[E_AXIS] += 5;
  2222. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder);
  2223. current_position[E_AXIS] -= 5;
  2224. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder);
  2225. st_synchronize();
  2226. }
  2227. }
  2228. */
  2229. #ifdef TMC2130
  2230. void force_high_power_mode(bool start_high_power_section) {
  2231. uint8_t silent;
  2232. silent = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
  2233. if (silent == 1) {
  2234. //we are in silent mode, set to normal mode to enable crash detection
  2235. // Wait for the planner queue to drain and for the stepper timer routine to reach an idle state.
  2236. st_synchronize();
  2237. cli();
  2238. tmc2130_mode = (start_high_power_section == true) ? TMC2130_MODE_NORMAL : TMC2130_MODE_SILENT;
  2239. tmc2130_init();
  2240. // We may have missed a stepper timer interrupt due to the time spent in the tmc2130_init() routine.
  2241. // Be safe than sorry, reset the stepper timer before re-enabling interrupts.
  2242. st_reset_timer();
  2243. sei();
  2244. }
  2245. }
  2246. #endif //TMC2130
  2247. void gcode_G28(bool home_x, bool home_y, bool home_z, bool calib) {
  2248. st_synchronize();
  2249. #if 0
  2250. SERIAL_ECHOPGM("G28, initial "); print_world_coordinates();
  2251. SERIAL_ECHOPGM("G28, initial "); print_physical_coordinates();
  2252. #endif
  2253. // Flag for the display update routine and to disable the print cancelation during homing.
  2254. homing_flag = true;
  2255. // Either all X,Y,Z codes are present, or none of them.
  2256. bool home_all_axes = home_x == home_y && home_x == home_z;
  2257. if (home_all_axes)
  2258. // No X/Y/Z code provided means to home all axes.
  2259. home_x = home_y = home_z = true;
  2260. //if we are homing all axes, first move z higher to protect heatbed/steel sheet
  2261. if (home_all_axes) {
  2262. current_position[Z_AXIS] += MESH_HOME_Z_SEARCH;
  2263. feedrate = homing_feedrate[Z_AXIS];
  2264. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], feedrate / 60, active_extruder);
  2265. st_synchronize();
  2266. }
  2267. #ifdef ENABLE_AUTO_BED_LEVELING
  2268. plan_bed_level_matrix.set_to_identity(); //Reset the plane ("erase" all leveling data)
  2269. #endif //ENABLE_AUTO_BED_LEVELING
  2270. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  2271. // the planner will not perform any adjustments in the XY plane.
  2272. // Wait for the motors to stop and update the current position with the absolute values.
  2273. world2machine_revert_to_uncorrected();
  2274. // For mesh bed leveling deactivate the matrix temporarily.
  2275. // It is necessary to disable the bed leveling for the X and Y homing moves, so that the move is performed
  2276. // in a single axis only.
  2277. // In case of re-homing the X or Y axes only, the mesh bed leveling is restored after G28.
  2278. #ifdef MESH_BED_LEVELING
  2279. uint8_t mbl_was_active = mbl.active;
  2280. mbl.active = 0;
  2281. current_position[Z_AXIS] = st_get_position_mm(Z_AXIS);
  2282. #endif
  2283. // Reset baby stepping to zero, if the babystepping has already been loaded before. The babystepsTodo value will be
  2284. // consumed during the first movements following this statement.
  2285. if (home_z)
  2286. babystep_undo();
  2287. saved_feedrate = feedrate;
  2288. saved_feedmultiply = feedmultiply;
  2289. feedmultiply = 100;
  2290. previous_millis_cmd = millis();
  2291. enable_endstops(true);
  2292. memcpy(destination, current_position, sizeof(destination));
  2293. feedrate = 0.0;
  2294. #if Z_HOME_DIR > 0 // If homing away from BED do Z first
  2295. if(home_z)
  2296. homeaxis(Z_AXIS);
  2297. #endif
  2298. #ifdef QUICK_HOME
  2299. // In the quick mode, if both x and y are to be homed, a diagonal move will be performed initially.
  2300. if(home_x && home_y) //first diagonal move
  2301. {
  2302. current_position[X_AXIS] = 0;current_position[Y_AXIS] = 0;
  2303. int x_axis_home_dir = home_dir(X_AXIS);
  2304. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2305. 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);
  2306. feedrate = homing_feedrate[X_AXIS];
  2307. if(homing_feedrate[Y_AXIS]<feedrate)
  2308. feedrate = homing_feedrate[Y_AXIS];
  2309. if (max_length(X_AXIS) > max_length(Y_AXIS)) {
  2310. feedrate *= sqrt(pow(max_length(Y_AXIS) / max_length(X_AXIS), 2) + 1);
  2311. } else {
  2312. feedrate *= sqrt(pow(max_length(X_AXIS) / max_length(Y_AXIS), 2) + 1);
  2313. }
  2314. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  2315. st_synchronize();
  2316. axis_is_at_home(X_AXIS);
  2317. axis_is_at_home(Y_AXIS);
  2318. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2319. destination[X_AXIS] = current_position[X_AXIS];
  2320. destination[Y_AXIS] = current_position[Y_AXIS];
  2321. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  2322. feedrate = 0.0;
  2323. st_synchronize();
  2324. endstops_hit_on_purpose();
  2325. current_position[X_AXIS] = destination[X_AXIS];
  2326. current_position[Y_AXIS] = destination[Y_AXIS];
  2327. current_position[Z_AXIS] = destination[Z_AXIS];
  2328. }
  2329. #endif /* QUICK_HOME */
  2330. #ifdef TMC2130
  2331. if(home_x)
  2332. {
  2333. if (!calib)
  2334. homeaxis(X_AXIS);
  2335. else
  2336. tmc2130_home_calibrate(X_AXIS);
  2337. }
  2338. if(home_y)
  2339. {
  2340. if (!calib)
  2341. homeaxis(Y_AXIS);
  2342. else
  2343. tmc2130_home_calibrate(Y_AXIS);
  2344. }
  2345. #endif //TMC2130
  2346. if(code_seen(axis_codes[X_AXIS]) && code_value_long() != 0)
  2347. current_position[X_AXIS]=code_value()+add_homing[X_AXIS];
  2348. if(code_seen(axis_codes[Y_AXIS]) && code_value_long() != 0)
  2349. current_position[Y_AXIS]=code_value()+add_homing[Y_AXIS];
  2350. #if Z_HOME_DIR < 0 // If homing towards BED do Z last
  2351. #ifndef Z_SAFE_HOMING
  2352. if(home_z) {
  2353. #if defined (Z_RAISE_BEFORE_HOMING) && (Z_RAISE_BEFORE_HOMING > 0)
  2354. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  2355. feedrate = max_feedrate[Z_AXIS];
  2356. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate, active_extruder);
  2357. st_synchronize();
  2358. #endif // defined (Z_RAISE_BEFORE_HOMING) && (Z_RAISE_BEFORE_HOMING > 0)
  2359. #if (defined(MESH_BED_LEVELING) && !defined(MK1BP)) // If Mesh bed leveling, move X&Y to safe position for home
  2360. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] ))
  2361. {
  2362. homeaxis(X_AXIS);
  2363. homeaxis(Y_AXIS);
  2364. }
  2365. // 1st mesh bed leveling measurement point, corrected.
  2366. world2machine_initialize();
  2367. world2machine(pgm_read_float(bed_ref_points_4), pgm_read_float(bed_ref_points_4+1), destination[X_AXIS], destination[Y_AXIS]);
  2368. world2machine_reset();
  2369. if (destination[Y_AXIS] < Y_MIN_POS)
  2370. destination[Y_AXIS] = Y_MIN_POS;
  2371. destination[Z_AXIS] = MESH_HOME_Z_SEARCH; // Set destination away from bed
  2372. feedrate = homing_feedrate[Z_AXIS]/10;
  2373. current_position[Z_AXIS] = 0;
  2374. enable_endstops(false);
  2375. #ifdef DEBUG_BUILD
  2376. SERIAL_ECHOLNPGM("plan_set_position()");
  2377. MYSERIAL.println(current_position[X_AXIS]);MYSERIAL.println(current_position[Y_AXIS]);
  2378. MYSERIAL.println(current_position[Z_AXIS]);MYSERIAL.println(current_position[E_AXIS]);
  2379. #endif
  2380. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2381. #ifdef DEBUG_BUILD
  2382. SERIAL_ECHOLNPGM("plan_buffer_line()");
  2383. MYSERIAL.println(destination[X_AXIS]);MYSERIAL.println(destination[Y_AXIS]);
  2384. MYSERIAL.println(destination[Z_AXIS]);MYSERIAL.println(destination[E_AXIS]);
  2385. MYSERIAL.println(feedrate);MYSERIAL.println(active_extruder);
  2386. #endif
  2387. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate, active_extruder);
  2388. st_synchronize();
  2389. current_position[X_AXIS] = destination[X_AXIS];
  2390. current_position[Y_AXIS] = destination[Y_AXIS];
  2391. enable_endstops(true);
  2392. endstops_hit_on_purpose();
  2393. homeaxis(Z_AXIS);
  2394. #else // MESH_BED_LEVELING
  2395. homeaxis(Z_AXIS);
  2396. #endif // MESH_BED_LEVELING
  2397. }
  2398. #else // defined(Z_SAFE_HOMING): Z Safe mode activated.
  2399. if(home_all_axes) {
  2400. destination[X_AXIS] = round(Z_SAFE_HOMING_X_POINT - X_PROBE_OFFSET_FROM_EXTRUDER);
  2401. destination[Y_AXIS] = round(Z_SAFE_HOMING_Y_POINT - Y_PROBE_OFFSET_FROM_EXTRUDER);
  2402. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  2403. feedrate = XY_TRAVEL_SPEED/60;
  2404. current_position[Z_AXIS] = 0;
  2405. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2406. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate, active_extruder);
  2407. st_synchronize();
  2408. current_position[X_AXIS] = destination[X_AXIS];
  2409. current_position[Y_AXIS] = destination[Y_AXIS];
  2410. homeaxis(Z_AXIS);
  2411. }
  2412. // Let's see if X and Y are homed and probe is inside bed area.
  2413. if(home_z) {
  2414. if ( (axis_known_position[X_AXIS]) && (axis_known_position[Y_AXIS]) \
  2415. && (current_position[X_AXIS]+X_PROBE_OFFSET_FROM_EXTRUDER >= X_MIN_POS) \
  2416. && (current_position[X_AXIS]+X_PROBE_OFFSET_FROM_EXTRUDER <= X_MAX_POS) \
  2417. && (current_position[Y_AXIS]+Y_PROBE_OFFSET_FROM_EXTRUDER >= Y_MIN_POS) \
  2418. && (current_position[Y_AXIS]+Y_PROBE_OFFSET_FROM_EXTRUDER <= Y_MAX_POS)) {
  2419. current_position[Z_AXIS] = 0;
  2420. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2421. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  2422. feedrate = max_feedrate[Z_AXIS];
  2423. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate, active_extruder);
  2424. st_synchronize();
  2425. homeaxis(Z_AXIS);
  2426. } else if (!((axis_known_position[X_AXIS]) && (axis_known_position[Y_AXIS]))) {
  2427. LCD_MESSAGERPGM(MSG_POSITION_UNKNOWN);
  2428. SERIAL_ECHO_START;
  2429. SERIAL_ECHOLNRPGM(MSG_POSITION_UNKNOWN);
  2430. } else {
  2431. LCD_MESSAGERPGM(MSG_ZPROBE_OUT);
  2432. SERIAL_ECHO_START;
  2433. SERIAL_ECHOLNRPGM(MSG_ZPROBE_OUT);
  2434. }
  2435. }
  2436. #endif // Z_SAFE_HOMING
  2437. #endif // Z_HOME_DIR < 0
  2438. if(code_seen(axis_codes[Z_AXIS]) && code_value_long() != 0)
  2439. current_position[Z_AXIS]=code_value()+add_homing[Z_AXIS];
  2440. #ifdef ENABLE_AUTO_BED_LEVELING
  2441. if(home_z)
  2442. current_position[Z_AXIS] += zprobe_zoffset; //Add Z_Probe offset (the distance is negative)
  2443. #endif
  2444. // Set the planner and stepper routine positions.
  2445. // At this point the mesh bed leveling and world2machine corrections are disabled and current_position
  2446. // contains the machine coordinates.
  2447. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  2448. #ifdef ENDSTOPS_ONLY_FOR_HOMING
  2449. enable_endstops(false);
  2450. #endif
  2451. feedrate = saved_feedrate;
  2452. feedmultiply = saved_feedmultiply;
  2453. previous_millis_cmd = millis();
  2454. endstops_hit_on_purpose();
  2455. #ifndef MESH_BED_LEVELING
  2456. // If MESH_BED_LEVELING is not active, then it is the original Prusa i3.
  2457. // Offer the user to load the baby step value, which has been adjusted at the previous print session.
  2458. if(card.sdprinting && eeprom_read_word((uint16_t *)EEPROM_BABYSTEP_Z))
  2459. lcd_adjust_z();
  2460. #endif
  2461. // Load the machine correction matrix
  2462. world2machine_initialize();
  2463. // and correct the current_position XY axes to match the transformed coordinate system.
  2464. world2machine_update_current();
  2465. #if (defined(MESH_BED_LEVELING) && !defined(MK1BP))
  2466. if (code_seen(axis_codes[X_AXIS]) || code_seen(axis_codes[Y_AXIS]) || code_seen('W') || code_seen(axis_codes[Z_AXIS]))
  2467. {
  2468. if (! home_z && mbl_was_active) {
  2469. // Re-enable the mesh bed leveling if only the X and Y axes were re-homed.
  2470. mbl.active = true;
  2471. // and re-adjust the current logical Z axis with the bed leveling offset applicable at the current XY position.
  2472. current_position[Z_AXIS] -= mbl.get_z(st_get_position_mm(X_AXIS), st_get_position_mm(Y_AXIS));
  2473. }
  2474. }
  2475. else
  2476. {
  2477. st_synchronize();
  2478. homing_flag = false;
  2479. // Push the commands to the front of the message queue in the reverse order!
  2480. // There shall be always enough space reserved for these commands.
  2481. enquecommand_front_P((PSTR("G80")));
  2482. //goto case_G80;
  2483. }
  2484. #endif
  2485. if (farm_mode) { prusa_statistics(20); };
  2486. homing_flag = false;
  2487. #if 0
  2488. SERIAL_ECHOPGM("G28, final "); print_world_coordinates();
  2489. SERIAL_ECHOPGM("G28, final "); print_physical_coordinates();
  2490. SERIAL_ECHOPGM("G28, final "); print_mesh_bed_leveling_table();
  2491. #endif
  2492. }
  2493. bool gcode_M45(bool onlyZ, int8_t verbosity_level)
  2494. {
  2495. bool final_result = false;
  2496. #ifdef TMC2130
  2497. FORCE_HIGH_POWER_START;
  2498. #endif // TMC2130
  2499. // Only Z calibration?
  2500. if (!onlyZ)
  2501. {
  2502. setTargetBed(0);
  2503. setTargetHotend(0, 0);
  2504. setTargetHotend(0, 1);
  2505. setTargetHotend(0, 2);
  2506. adjust_bed_reset(); //reset bed level correction
  2507. }
  2508. // Disable the default update procedure of the display. We will do a modal dialog.
  2509. lcd_update_enable(false);
  2510. // Let the planner use the uncorrected coordinates.
  2511. mbl.reset();
  2512. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  2513. // the planner will not perform any adjustments in the XY plane.
  2514. // Wait for the motors to stop and update the current position with the absolute values.
  2515. world2machine_revert_to_uncorrected();
  2516. // Reset the baby step value applied without moving the axes.
  2517. babystep_reset();
  2518. // Mark all axes as in a need for homing.
  2519. memset(axis_known_position, 0, sizeof(axis_known_position));
  2520. // Home in the XY plane.
  2521. //set_destination_to_current();
  2522. setup_for_endstop_move();
  2523. lcd_display_message_fullscreen_P(_T(MSG_AUTO_HOME));
  2524. home_xy();
  2525. enable_endstops(false);
  2526. current_position[X_AXIS] += 5;
  2527. current_position[Y_AXIS] += 5;
  2528. 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);
  2529. st_synchronize();
  2530. // Let the user move the Z axes up to the end stoppers.
  2531. #ifdef TMC2130
  2532. if (calibrate_z_auto())
  2533. {
  2534. #else //TMC2130
  2535. if (lcd_calibrate_z_end_stop_manual(onlyZ))
  2536. {
  2537. #endif //TMC2130
  2538. refresh_cmd_timeout();
  2539. #ifndef STEEL_SHEET
  2540. if (((degHotend(0) > MAX_HOTEND_TEMP_CALIBRATION) || (degBed() > MAX_BED_TEMP_CALIBRATION)) && (!onlyZ))
  2541. {
  2542. lcd_wait_for_cool_down();
  2543. }
  2544. #endif //STEEL_SHEET
  2545. if(!onlyZ)
  2546. {
  2547. KEEPALIVE_STATE(PAUSED_FOR_USER);
  2548. #ifdef STEEL_SHEET
  2549. bool result = lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_STEEL_SHEET_CHECK), false, false);
  2550. if(result) lcd_show_fullscreen_message_and_wait_P(_T(MSG_REMOVE_STEEL_SHEET));
  2551. #endif //STEEL_SHEET
  2552. lcd_show_fullscreen_message_and_wait_P(_T(MSG_CONFIRM_NOZZLE_CLEAN));
  2553. lcd_show_fullscreen_message_and_wait_P(_T(MSG_PAPER));
  2554. KEEPALIVE_STATE(IN_HANDLER);
  2555. lcd_display_message_fullscreen_P(_T(MSG_FIND_BED_OFFSET_AND_SKEW_LINE1));
  2556. lcd_implementation_print_at(0, 2, 1);
  2557. lcd_printPGM(_T(MSG_FIND_BED_OFFSET_AND_SKEW_LINE2));
  2558. }
  2559. // Move the print head close to the bed.
  2560. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2561. bool endstops_enabled = enable_endstops(true);
  2562. #ifdef TMC2130
  2563. tmc2130_home_enter(Z_AXIS_MASK);
  2564. #endif //TMC2130
  2565. 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);
  2566. st_synchronize();
  2567. #ifdef TMC2130
  2568. tmc2130_home_exit();
  2569. #endif //TMC2130
  2570. enable_endstops(endstops_enabled);
  2571. if (st_get_position_mm(Z_AXIS) == MESH_HOME_Z_SEARCH)
  2572. {
  2573. int8_t verbosity_level = 0;
  2574. if (code_seen('V'))
  2575. {
  2576. // Just 'V' without a number counts as V1.
  2577. char c = strchr_pointer[1];
  2578. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  2579. }
  2580. if (onlyZ)
  2581. {
  2582. clean_up_after_endstop_move();
  2583. // Z only calibration.
  2584. // Load the machine correction matrix
  2585. world2machine_initialize();
  2586. // and correct the current_position to match the transformed coordinate system.
  2587. world2machine_update_current();
  2588. //FIXME
  2589. bool result = sample_mesh_and_store_reference();
  2590. if (result)
  2591. {
  2592. if (calibration_status() == CALIBRATION_STATUS_Z_CALIBRATION)
  2593. // Shipped, the nozzle height has been set already. The user can start printing now.
  2594. calibration_status_store(CALIBRATION_STATUS_CALIBRATED);
  2595. final_result = true;
  2596. // babystep_apply();
  2597. }
  2598. }
  2599. else
  2600. {
  2601. // Reset the baby step value and the baby step applied flag.
  2602. calibration_status_store(CALIBRATION_STATUS_XYZ_CALIBRATION);
  2603. eeprom_update_word((uint16_t*)EEPROM_BABYSTEP_Z, 0);
  2604. // Complete XYZ calibration.
  2605. uint8_t point_too_far_mask = 0;
  2606. BedSkewOffsetDetectionResultType result = find_bed_offset_and_skew(verbosity_level, point_too_far_mask);
  2607. clean_up_after_endstop_move();
  2608. // Print head up.
  2609. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2610. 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);
  2611. st_synchronize();
  2612. //#ifndef NEW_XYZCAL
  2613. if (result >= 0)
  2614. {
  2615. #ifdef HEATBED_V2
  2616. sample_z();
  2617. #else //HEATBED_V2
  2618. point_too_far_mask = 0;
  2619. // Second half: The fine adjustment.
  2620. // Let the planner use the uncorrected coordinates.
  2621. mbl.reset();
  2622. world2machine_reset();
  2623. // Home in the XY plane.
  2624. setup_for_endstop_move();
  2625. home_xy();
  2626. result = improve_bed_offset_and_skew(1, verbosity_level, point_too_far_mask);
  2627. clean_up_after_endstop_move();
  2628. // Print head up.
  2629. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  2630. 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);
  2631. st_synchronize();
  2632. // if (result >= 0) babystep_apply();
  2633. #endif //HEATBED_V2
  2634. }
  2635. //#endif //NEW_XYZCAL
  2636. lcd_update_enable(true);
  2637. lcd_update(2);
  2638. lcd_bed_calibration_show_result(result, point_too_far_mask);
  2639. if (result >= 0)
  2640. {
  2641. // Calibration valid, the machine should be able to print. Advise the user to run the V2Calibration.gcode.
  2642. calibration_status_store(CALIBRATION_STATUS_LIVE_ADJUST);
  2643. if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE) != 1) lcd_show_fullscreen_message_and_wait_P(_T(MSG_BABYSTEP_Z_NOT_SET));
  2644. final_result = true;
  2645. }
  2646. }
  2647. #ifdef TMC2130
  2648. tmc2130_home_exit();
  2649. #endif
  2650. }
  2651. else
  2652. {
  2653. lcd_show_fullscreen_message_and_wait_P(PSTR("Calibration failed! Check the axes and run again."));
  2654. final_result = false;
  2655. }
  2656. }
  2657. else
  2658. {
  2659. // Timeouted.
  2660. }
  2661. lcd_update_enable(true);
  2662. #ifdef TMC2130
  2663. FORCE_HIGH_POWER_END;
  2664. #endif // TMC2130
  2665. return final_result;
  2666. }
  2667. void gcode_M114()
  2668. {
  2669. SERIAL_PROTOCOLPGM("X:");
  2670. SERIAL_PROTOCOL(current_position[X_AXIS]);
  2671. SERIAL_PROTOCOLPGM(" Y:");
  2672. SERIAL_PROTOCOL(current_position[Y_AXIS]);
  2673. SERIAL_PROTOCOLPGM(" Z:");
  2674. SERIAL_PROTOCOL(current_position[Z_AXIS]);
  2675. SERIAL_PROTOCOLPGM(" E:");
  2676. SERIAL_PROTOCOL(current_position[E_AXIS]);
  2677. SERIAL_PROTOCOLRPGM(_n(" Count X: "));////MSG_COUNT_X c=0 r=0
  2678. SERIAL_PROTOCOL(float(st_get_position(X_AXIS)) / axis_steps_per_unit[X_AXIS]);
  2679. SERIAL_PROTOCOLPGM(" Y:");
  2680. SERIAL_PROTOCOL(float(st_get_position(Y_AXIS)) / axis_steps_per_unit[Y_AXIS]);
  2681. SERIAL_PROTOCOLPGM(" Z:");
  2682. SERIAL_PROTOCOL(float(st_get_position(Z_AXIS)) / axis_steps_per_unit[Z_AXIS]);
  2683. SERIAL_PROTOCOLPGM(" E:");
  2684. SERIAL_PROTOCOL(float(st_get_position(E_AXIS)) / axis_steps_per_unit[E_AXIS]);
  2685. SERIAL_PROTOCOLLN("");
  2686. }
  2687. void gcode_M701()
  2688. {
  2689. #ifdef SNMM
  2690. extr_adj(snmm_extruder);//loads current extruder
  2691. #else
  2692. enable_z();
  2693. custom_message = true;
  2694. custom_message_type = 2;
  2695. lcd_setstatuspgm(_T(MSG_LOADING_FILAMENT));
  2696. current_position[E_AXIS] += 70;
  2697. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 400 / 60, active_extruder); //fast sequence
  2698. current_position[E_AXIS] += 25;
  2699. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 100 / 60, active_extruder); //slow sequence
  2700. st_synchronize();
  2701. tone(BEEPER, 500);
  2702. delay_keep_alive(50);
  2703. noTone(BEEPER);
  2704. if (!farm_mode && loading_flag) {
  2705. bool clean = lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_FILAMENT_CLEAN), false, true);
  2706. while (!clean) {
  2707. lcd_update_enable(true);
  2708. lcd_update(2);
  2709. current_position[E_AXIS] += 25;
  2710. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 100 / 60, active_extruder); //slow sequence
  2711. st_synchronize();
  2712. clean = lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_FILAMENT_CLEAN), false, true);
  2713. }
  2714. }
  2715. lcd_update_enable(true);
  2716. lcd_update(2);
  2717. lcd_setstatuspgm(_T(WELCOME_MSG));
  2718. disable_z();
  2719. loading_flag = false;
  2720. custom_message = false;
  2721. custom_message_type = 0;
  2722. #endif
  2723. }
  2724. /**
  2725. * @brief Get serial number from 32U2 processor
  2726. *
  2727. * Typical format of S/N is:CZPX0917X003XC13518
  2728. *
  2729. * Command operates only in farm mode, if not in farm mode, "Not in farm mode." is written to MYSERIAL.
  2730. *
  2731. * Send command ;S to serial port 0 to retrieve serial number stored in 32U2 processor,
  2732. * reply is transmitted to serial port 1 character by character.
  2733. * Operation takes typically 23 ms. If the retransmit is not finished until 100 ms,
  2734. * it is interrupted, so less, or no characters are retransmitted, only newline character is send
  2735. * in any case.
  2736. */
  2737. static void gcode_PRUSA_SN()
  2738. {
  2739. if (farm_mode) {
  2740. selectedSerialPort = 0;
  2741. putchar(';');
  2742. putchar('S');
  2743. int numbersRead = 0;
  2744. ShortTimer timeout;
  2745. timeout.start();
  2746. while (numbersRead < 19) {
  2747. while (MSerial.available() > 0) {
  2748. uint8_t serial_char = MSerial.read();
  2749. selectedSerialPort = 1;
  2750. putchar(serial_char);
  2751. numbersRead++;
  2752. selectedSerialPort = 0;
  2753. }
  2754. if (timeout.expired(100u)) break;
  2755. }
  2756. selectedSerialPort = 1;
  2757. putchar('\n');
  2758. #if 0
  2759. for (int b = 0; b < 3; b++) {
  2760. tone(BEEPER, 110);
  2761. delay(50);
  2762. noTone(BEEPER);
  2763. delay(50);
  2764. }
  2765. #endif
  2766. } else {
  2767. puts_P(_N("Not in farm mode."));
  2768. }
  2769. }
  2770. void process_commands()
  2771. {
  2772. if (!buflen) return; //empty command
  2773. #ifdef FILAMENT_RUNOUT_SUPPORT
  2774. SET_INPUT(FR_SENS);
  2775. #endif
  2776. #ifdef CMDBUFFER_DEBUG
  2777. SERIAL_ECHOPGM("Processing a GCODE command: ");
  2778. SERIAL_ECHO(cmdbuffer+bufindr+CMDHDRSIZE);
  2779. SERIAL_ECHOLNPGM("");
  2780. SERIAL_ECHOPGM("In cmdqueue: ");
  2781. SERIAL_ECHO(buflen);
  2782. SERIAL_ECHOLNPGM("");
  2783. #endif /* CMDBUFFER_DEBUG */
  2784. unsigned long codenum; //throw away variable
  2785. char *starpos = NULL;
  2786. #ifdef ENABLE_AUTO_BED_LEVELING
  2787. float x_tmp, y_tmp, z_tmp, real_z;
  2788. #endif
  2789. // PRUSA GCODES
  2790. KEEPALIVE_STATE(IN_HANDLER);
  2791. #ifdef SNMM
  2792. float tmp_motor[3] = DEFAULT_PWM_MOTOR_CURRENT;
  2793. float tmp_motor_loud[3] = DEFAULT_PWM_MOTOR_CURRENT_LOUD;
  2794. int8_t SilentMode;
  2795. #endif
  2796. if (code_seen("M117")) { //moved to highest priority place to be able to to print strings which includes "G", "PRUSA" and "^"
  2797. starpos = (strchr(strchr_pointer + 5, '*'));
  2798. if (starpos != NULL)
  2799. *(starpos) = '\0';
  2800. lcd_setstatus(strchr_pointer + 5);
  2801. }
  2802. #ifdef TMC2130
  2803. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("CRASH_"), 6) == 0)
  2804. {
  2805. if(code_seen("CRASH_DETECTED"))
  2806. {
  2807. uint8_t mask = 0;
  2808. if (code_seen("X")) mask |= X_AXIS_MASK;
  2809. if (code_seen("Y")) mask |= Y_AXIS_MASK;
  2810. crashdet_detected(mask);
  2811. }
  2812. else if(code_seen("CRASH_RECOVER"))
  2813. crashdet_recover();
  2814. else if(code_seen("CRASH_CANCEL"))
  2815. crashdet_cancel();
  2816. }
  2817. else if (strncmp_P(CMDBUFFER_CURRENT_STRING, PSTR("TMC_"), 4) == 0)
  2818. {
  2819. if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_WAVE_E"), 10) == 0)
  2820. {
  2821. uint8_t fac = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, NULL, 10);
  2822. tmc2130_set_wave(E_AXIS, 247, fac);
  2823. }
  2824. else if (strncmp_P(CMDBUFFER_CURRENT_STRING + 4, PSTR("SET_STEP_E"), 10) == 0)
  2825. {
  2826. uint8_t step = (uint8_t)strtol(CMDBUFFER_CURRENT_STRING + 14, NULL, 10);
  2827. uint16_t res = tmc2130_get_res(E_AXIS);
  2828. tmc2130_goto_step(E_AXIS, step & (4*res - 1), 2, 1000, res);
  2829. }
  2830. }
  2831. #endif //TMC2130
  2832. else if(code_seen("PRUSA")){
  2833. if (code_seen("Ping")) { //PRUSA Ping
  2834. if (farm_mode) {
  2835. PingTime = millis();
  2836. //MYSERIAL.print(farm_no); MYSERIAL.println(": OK");
  2837. }
  2838. }
  2839. else if (code_seen("PRN")) {
  2840. printf_P(_N("%d"), status_number);
  2841. }else if (code_seen("FAN")) {
  2842. printf_P(_N("E0:%d RPM\nPRN0:%d RPM\n"), 60*fan_speed[0], 60*fan_speed[1]);
  2843. }else if (code_seen("fn")) {
  2844. if (farm_mode) {
  2845. printf_P(_N("%d"), farm_no);
  2846. }
  2847. else {
  2848. puts_P(_N("Not in farm mode."));
  2849. }
  2850. }
  2851. else if (code_seen("thx")) {
  2852. no_response = false;
  2853. } else if (code_seen("RESET")) {
  2854. // careful!
  2855. if (farm_mode) {
  2856. #ifdef WATCHDOG
  2857. wdt_enable(WDTO_15MS);
  2858. cli();
  2859. while(1);
  2860. #else //WATCHDOG
  2861. asm volatile("jmp 0x3E000");
  2862. #endif //WATCHDOG
  2863. }
  2864. else {
  2865. MYSERIAL.println("Not in farm mode.");
  2866. }
  2867. }else if (code_seen("fv")) {
  2868. // get file version
  2869. #ifdef SDSUPPORT
  2870. card.openFile(strchr_pointer + 3,true);
  2871. while (true) {
  2872. uint16_t readByte = card.get();
  2873. MYSERIAL.write(readByte);
  2874. if (readByte=='\n') {
  2875. break;
  2876. }
  2877. }
  2878. card.closefile();
  2879. #endif // SDSUPPORT
  2880. } else if (code_seen("M28")) {
  2881. trace();
  2882. prusa_sd_card_upload = true;
  2883. card.openFile(strchr_pointer+4,false);
  2884. } else if (code_seen("SN")) {
  2885. gcode_PRUSA_SN();
  2886. } else if(code_seen("Fir")){
  2887. SERIAL_PROTOCOLLN(FW_VERSION);
  2888. } else if(code_seen("Rev")){
  2889. SERIAL_PROTOCOLLN(FILAMENT_SIZE "-" ELECTRONICS "-" NOZZLE_TYPE );
  2890. } else if(code_seen("Lang")) {
  2891. lang_reset();
  2892. } else if(code_seen("Lz")) {
  2893. EEPROM_save_B(EEPROM_BABYSTEP_Z,0);
  2894. } else if(code_seen("Beat")) {
  2895. // Kick farm link timer
  2896. kicktime = millis();
  2897. } else if(code_seen("FR")) {
  2898. // Factory full reset
  2899. factory_reset(0,true);
  2900. }
  2901. //else if (code_seen('Cal')) {
  2902. // lcd_calibration();
  2903. // }
  2904. }
  2905. else if (code_seen('^')) {
  2906. // nothing, this is a version line
  2907. } else if(code_seen('G'))
  2908. {
  2909. switch((int)code_value())
  2910. {
  2911. case 0: // G0 -> G1
  2912. case 1: // G1
  2913. if(Stopped == false) {
  2914. #ifdef FILAMENT_RUNOUT_SUPPORT
  2915. if(READ(FR_SENS)){
  2916. feedmultiplyBckp=feedmultiply;
  2917. float target[4];
  2918. float lastpos[4];
  2919. target[X_AXIS]=current_position[X_AXIS];
  2920. target[Y_AXIS]=current_position[Y_AXIS];
  2921. target[Z_AXIS]=current_position[Z_AXIS];
  2922. target[E_AXIS]=current_position[E_AXIS];
  2923. lastpos[X_AXIS]=current_position[X_AXIS];
  2924. lastpos[Y_AXIS]=current_position[Y_AXIS];
  2925. lastpos[Z_AXIS]=current_position[Z_AXIS];
  2926. lastpos[E_AXIS]=current_position[E_AXIS];
  2927. //retract by E
  2928. target[E_AXIS]+= FILAMENTCHANGE_FIRSTRETRACT ;
  2929. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 400, active_extruder);
  2930. target[Z_AXIS]+= FILAMENTCHANGE_ZADD ;
  2931. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 300, active_extruder);
  2932. target[X_AXIS]= FILAMENTCHANGE_XPOS ;
  2933. target[Y_AXIS]= FILAMENTCHANGE_YPOS ;
  2934. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 70, active_extruder);
  2935. target[E_AXIS]+= FILAMENTCHANGE_FINALRETRACT ;
  2936. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 20, active_extruder);
  2937. //finish moves
  2938. st_synchronize();
  2939. //disable extruder steppers so filament can be removed
  2940. disable_e0();
  2941. disable_e1();
  2942. disable_e2();
  2943. delay(100);
  2944. //LCD_ALERTMESSAGEPGM(_T(MSG_FILAMENTCHANGE));
  2945. uint8_t cnt=0;
  2946. int counterBeep = 0;
  2947. lcd_wait_interact();
  2948. while(!lcd_clicked()){
  2949. cnt++;
  2950. manage_heater();
  2951. manage_inactivity(true);
  2952. //lcd_update();
  2953. if(cnt==0)
  2954. {
  2955. #if BEEPER > 0
  2956. if (counterBeep== 500){
  2957. counterBeep = 0;
  2958. }
  2959. SET_OUTPUT(BEEPER);
  2960. if (counterBeep== 0){
  2961. WRITE(BEEPER,HIGH);
  2962. }
  2963. if (counterBeep== 20){
  2964. WRITE(BEEPER,LOW);
  2965. }
  2966. counterBeep++;
  2967. #else
  2968. #if !defined(LCD_FEEDBACK_FREQUENCY_HZ) || !defined(LCD_FEEDBACK_FREQUENCY_DURATION_MS)
  2969. lcd_buzz(1000/6,100);
  2970. #else
  2971. lcd_buzz(LCD_FEEDBACK_FREQUENCY_DURATION_MS,LCD_FEEDBACK_FREQUENCY_HZ);
  2972. #endif
  2973. #endif
  2974. }
  2975. }
  2976. WRITE(BEEPER,LOW);
  2977. target[E_AXIS]+= FILAMENTCHANGE_FIRSTFEED ;
  2978. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 20, active_extruder);
  2979. target[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  2980. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  2981. lcd_change_fil_state = 0;
  2982. lcd_loading_filament();
  2983. while ((lcd_change_fil_state == 0)||(lcd_change_fil_state != 1)){
  2984. lcd_change_fil_state = 0;
  2985. lcd_alright();
  2986. switch(lcd_change_fil_state){
  2987. case 2:
  2988. target[E_AXIS]+= FILAMENTCHANGE_FIRSTFEED ;
  2989. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 20, active_extruder);
  2990. target[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  2991. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  2992. lcd_loading_filament();
  2993. break;
  2994. case 3:
  2995. target[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  2996. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  2997. lcd_loading_color();
  2998. break;
  2999. default:
  3000. lcd_change_success();
  3001. break;
  3002. }
  3003. }
  3004. target[E_AXIS]+= 5;
  3005. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  3006. target[E_AXIS]+= FILAMENTCHANGE_FIRSTRETRACT;
  3007. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 400, active_extruder);
  3008. //current_position[E_AXIS]=target[E_AXIS]; //the long retract of L is compensated by manual filament feeding
  3009. //plan_set_e_position(current_position[E_AXIS]);
  3010. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 70, active_extruder); //should do nothing
  3011. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], target[Z_AXIS], target[E_AXIS], 70, active_extruder); //move xy back
  3012. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], target[E_AXIS], 200, active_extruder); //move z back
  3013. target[E_AXIS]= target[E_AXIS] - FILAMENTCHANGE_FIRSTRETRACT;
  3014. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], target[E_AXIS], 5, active_extruder); //final untretract
  3015. plan_set_e_position(lastpos[E_AXIS]);
  3016. feedmultiply=feedmultiplyBckp;
  3017. char cmd[9];
  3018. sprintf_P(cmd, PSTR("M220 S%i"), feedmultiplyBckp);
  3019. enquecommand(cmd);
  3020. }
  3021. #endif
  3022. get_coordinates(); // For X Y Z E F
  3023. if (total_filament_used > ((current_position[E_AXIS] - destination[E_AXIS]) * 100)) { //protection against total_filament_used overflow
  3024. total_filament_used = total_filament_used + ((destination[E_AXIS] - current_position[E_AXIS]) * 100);
  3025. }
  3026. #ifdef FWRETRACT
  3027. if(autoretract_enabled)
  3028. if( !(code_seen('X') || code_seen('Y') || code_seen('Z')) && code_seen('E')) {
  3029. float echange=destination[E_AXIS]-current_position[E_AXIS];
  3030. if((echange<-MIN_RETRACT && !retracted[active_extruder]) || (echange>MIN_RETRACT && retracted[active_extruder])) { //move appears to be an attempt to retract or recover
  3031. current_position[E_AXIS] = destination[E_AXIS]; //hide the slicer-generated retract/recover from calculations
  3032. plan_set_e_position(current_position[E_AXIS]); //AND from the planner
  3033. retract(!retracted[active_extruder]);
  3034. return;
  3035. }
  3036. }
  3037. #endif //FWRETRACT
  3038. prepare_move();
  3039. //ClearToSend();
  3040. }
  3041. break;
  3042. case 2: // G2 - CW ARC
  3043. if(Stopped == false) {
  3044. get_arc_coordinates();
  3045. prepare_arc_move(true);
  3046. }
  3047. break;
  3048. case 3: // G3 - CCW ARC
  3049. if(Stopped == false) {
  3050. get_arc_coordinates();
  3051. prepare_arc_move(false);
  3052. }
  3053. break;
  3054. case 4: // G4 dwell
  3055. codenum = 0;
  3056. if(code_seen('P')) codenum = code_value(); // milliseconds to wait
  3057. if(code_seen('S')) codenum = code_value() * 1000; // seconds to wait
  3058. if(codenum != 0) LCD_MESSAGERPGM(_i("Sleep..."));////MSG_DWELL c=0 r=0
  3059. st_synchronize();
  3060. codenum += millis(); // keep track of when we started waiting
  3061. previous_millis_cmd = millis();
  3062. while(millis() < codenum) {
  3063. manage_heater();
  3064. manage_inactivity();
  3065. lcd_update();
  3066. }
  3067. break;
  3068. #ifdef FWRETRACT
  3069. case 10: // G10 retract
  3070. #if EXTRUDERS > 1
  3071. retracted_swap[active_extruder]=(code_seen('S') && code_value_long() == 1); // checks for swap retract argument
  3072. retract(true,retracted_swap[active_extruder]);
  3073. #else
  3074. retract(true);
  3075. #endif
  3076. break;
  3077. case 11: // G11 retract_recover
  3078. #if EXTRUDERS > 1
  3079. retract(false,retracted_swap[active_extruder]);
  3080. #else
  3081. retract(false);
  3082. #endif
  3083. break;
  3084. #endif //FWRETRACT
  3085. case 28: //G28 Home all Axis one at a time
  3086. {
  3087. // Which axes should be homed?
  3088. bool home_x = code_seen(axis_codes[X_AXIS]);
  3089. bool home_y = code_seen(axis_codes[Y_AXIS]);
  3090. bool home_z = code_seen(axis_codes[Z_AXIS]);
  3091. // calibrate?
  3092. bool calib = code_seen('C');
  3093. gcode_G28(home_x, home_y, home_z, calib);
  3094. break;
  3095. }
  3096. #ifdef ENABLE_AUTO_BED_LEVELING
  3097. case 29: // G29 Detailed Z-Probe, probes the bed at 3 or more points.
  3098. {
  3099. #if Z_MIN_PIN == -1
  3100. #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."
  3101. #endif
  3102. // Prevent user from running a G29 without first homing in X and Y
  3103. if (! (axis_known_position[X_AXIS] && axis_known_position[Y_AXIS]) )
  3104. {
  3105. LCD_MESSAGERPGM(MSG_POSITION_UNKNOWN);
  3106. SERIAL_ECHO_START;
  3107. SERIAL_ECHOLNRPGM(MSG_POSITION_UNKNOWN);
  3108. break; // abort G29, since we don't know where we are
  3109. }
  3110. st_synchronize();
  3111. // make sure the bed_level_rotation_matrix is identity or the planner will get it incorectly
  3112. //vector_3 corrected_position = plan_get_position_mm();
  3113. //corrected_position.debug("position before G29");
  3114. plan_bed_level_matrix.set_to_identity();
  3115. vector_3 uncorrected_position = plan_get_position();
  3116. //uncorrected_position.debug("position durring G29");
  3117. current_position[X_AXIS] = uncorrected_position.x;
  3118. current_position[Y_AXIS] = uncorrected_position.y;
  3119. current_position[Z_AXIS] = uncorrected_position.z;
  3120. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  3121. setup_for_endstop_move();
  3122. feedrate = homing_feedrate[Z_AXIS];
  3123. #ifdef AUTO_BED_LEVELING_GRID
  3124. // probe at the points of a lattice grid
  3125. int xGridSpacing = (RIGHT_PROBE_BED_POSITION - LEFT_PROBE_BED_POSITION) / (AUTO_BED_LEVELING_GRID_POINTS-1);
  3126. int yGridSpacing = (BACK_PROBE_BED_POSITION - FRONT_PROBE_BED_POSITION) / (AUTO_BED_LEVELING_GRID_POINTS-1);
  3127. // solve the plane equation ax + by + d = z
  3128. // A is the matrix with rows [x y 1] for all the probed points
  3129. // B is the vector of the Z positions
  3130. // 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
  3131. // so Vx = -a Vy = -b Vz = 1 (we want the vector facing towards positive Z
  3132. // "A" matrix of the linear system of equations
  3133. double eqnAMatrix[AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS*3];
  3134. // "B" vector of Z points
  3135. double eqnBVector[AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS];
  3136. int probePointCounter = 0;
  3137. bool zig = true;
  3138. for (int yProbe=FRONT_PROBE_BED_POSITION; yProbe <= BACK_PROBE_BED_POSITION; yProbe += yGridSpacing)
  3139. {
  3140. int xProbe, xInc;
  3141. if (zig)
  3142. {
  3143. xProbe = LEFT_PROBE_BED_POSITION;
  3144. //xEnd = RIGHT_PROBE_BED_POSITION;
  3145. xInc = xGridSpacing;
  3146. zig = false;
  3147. } else // zag
  3148. {
  3149. xProbe = RIGHT_PROBE_BED_POSITION;
  3150. //xEnd = LEFT_PROBE_BED_POSITION;
  3151. xInc = -xGridSpacing;
  3152. zig = true;
  3153. }
  3154. for (int xCount=0; xCount < AUTO_BED_LEVELING_GRID_POINTS; xCount++)
  3155. {
  3156. float z_before;
  3157. if (probePointCounter == 0)
  3158. {
  3159. // raise before probing
  3160. z_before = Z_RAISE_BEFORE_PROBING;
  3161. } else
  3162. {
  3163. // raise extruder
  3164. z_before = current_position[Z_AXIS] + Z_RAISE_BETWEEN_PROBINGS;
  3165. }
  3166. float measured_z = probe_pt(xProbe, yProbe, z_before);
  3167. eqnBVector[probePointCounter] = measured_z;
  3168. eqnAMatrix[probePointCounter + 0*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = xProbe;
  3169. eqnAMatrix[probePointCounter + 1*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = yProbe;
  3170. eqnAMatrix[probePointCounter + 2*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = 1;
  3171. probePointCounter++;
  3172. xProbe += xInc;
  3173. }
  3174. }
  3175. clean_up_after_endstop_move();
  3176. // solve lsq problem
  3177. double *plane_equation_coefficients = qr_solve(AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS, 3, eqnAMatrix, eqnBVector);
  3178. SERIAL_PROTOCOLPGM("Eqn coefficients: a: ");
  3179. SERIAL_PROTOCOL(plane_equation_coefficients[0]);
  3180. SERIAL_PROTOCOLPGM(" b: ");
  3181. SERIAL_PROTOCOL(plane_equation_coefficients[1]);
  3182. SERIAL_PROTOCOLPGM(" d: ");
  3183. SERIAL_PROTOCOLLN(plane_equation_coefficients[2]);
  3184. set_bed_level_equation_lsq(plane_equation_coefficients);
  3185. free(plane_equation_coefficients);
  3186. #else // AUTO_BED_LEVELING_GRID not defined
  3187. // Probe at 3 arbitrary points
  3188. // probe 1
  3189. float z_at_pt_1 = probe_pt(ABL_PROBE_PT_1_X, ABL_PROBE_PT_1_Y, Z_RAISE_BEFORE_PROBING);
  3190. // probe 2
  3191. 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);
  3192. // probe 3
  3193. 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);
  3194. clean_up_after_endstop_move();
  3195. set_bed_level_equation_3pts(z_at_pt_1, z_at_pt_2, z_at_pt_3);
  3196. #endif // AUTO_BED_LEVELING_GRID
  3197. st_synchronize();
  3198. // The following code correct the Z height difference from z-probe position and hotend tip position.
  3199. // The Z height on homing is measured by Z-Probe, but the probe is quite far from the hotend.
  3200. // When the bed is uneven, this height must be corrected.
  3201. real_z = float(st_get_position(Z_AXIS))/axis_steps_per_unit[Z_AXIS]; //get the real Z (since the auto bed leveling is already correcting the plane)
  3202. x_tmp = current_position[X_AXIS] + X_PROBE_OFFSET_FROM_EXTRUDER;
  3203. y_tmp = current_position[Y_AXIS] + Y_PROBE_OFFSET_FROM_EXTRUDER;
  3204. z_tmp = current_position[Z_AXIS];
  3205. apply_rotation_xyz(plan_bed_level_matrix, x_tmp, y_tmp, z_tmp); //Apply the correction sending the probe offset
  3206. current_position[Z_AXIS] = z_tmp - real_z + current_position[Z_AXIS]; //The difference is added to current position and sent to planner.
  3207. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  3208. }
  3209. break;
  3210. #ifndef Z_PROBE_SLED
  3211. case 30: // G30 Single Z Probe
  3212. {
  3213. st_synchronize();
  3214. // TODO: make sure the bed_level_rotation_matrix is identity or the planner will get set incorectly
  3215. setup_for_endstop_move();
  3216. feedrate = homing_feedrate[Z_AXIS];
  3217. run_z_probe();
  3218. SERIAL_PROTOCOLPGM(_T(MSG_BED));
  3219. SERIAL_PROTOCOLPGM(" X: ");
  3220. SERIAL_PROTOCOL(current_position[X_AXIS]);
  3221. SERIAL_PROTOCOLPGM(" Y: ");
  3222. SERIAL_PROTOCOL(current_position[Y_AXIS]);
  3223. SERIAL_PROTOCOLPGM(" Z: ");
  3224. SERIAL_PROTOCOL(current_position[Z_AXIS]);
  3225. SERIAL_PROTOCOLPGM("\n");
  3226. clean_up_after_endstop_move();
  3227. }
  3228. break;
  3229. #else
  3230. case 31: // dock the sled
  3231. dock_sled(true);
  3232. break;
  3233. case 32: // undock the sled
  3234. dock_sled(false);
  3235. break;
  3236. #endif // Z_PROBE_SLED
  3237. #endif // ENABLE_AUTO_BED_LEVELING
  3238. #ifdef MESH_BED_LEVELING
  3239. case 30: // G30 Single Z Probe
  3240. {
  3241. st_synchronize();
  3242. // TODO: make sure the bed_level_rotation_matrix is identity or the planner will get set incorectly
  3243. setup_for_endstop_move();
  3244. feedrate = homing_feedrate[Z_AXIS];
  3245. find_bed_induction_sensor_point_z(-10.f, 3);
  3246. printf_P(_N("%S X: %.5f Y: %.5f Z: %.5f\n"), _T(MSG_BED), _x, _y, _z);
  3247. clean_up_after_endstop_move();
  3248. }
  3249. break;
  3250. case 75:
  3251. {
  3252. for (int i = 40; i <= 110; i++)
  3253. printf_P(_N("%d %.2f"), i, temp_comp_interpolation(i));
  3254. }
  3255. break;
  3256. case 76: //PINDA probe temperature calibration
  3257. {
  3258. #ifdef PINDA_THERMISTOR
  3259. if (true)
  3260. {
  3261. if (calibration_status() >= CALIBRATION_STATUS_XYZ_CALIBRATION) {
  3262. //we need to know accurate position of first calibration point
  3263. //if xyz calibration was not performed yet, interrupt temperature calibration and inform user that xyz cal. is needed
  3264. lcd_show_fullscreen_message_and_wait_P(_i("Please run XYZ calibration first."));
  3265. break;
  3266. }
  3267. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS]))
  3268. {
  3269. // We don't know where we are! HOME!
  3270. // Push the commands to the front of the message queue in the reverse order!
  3271. // There shall be always enough space reserved for these commands.
  3272. repeatcommand_front(); // repeat G76 with all its parameters
  3273. enquecommand_front_P((PSTR("G28 W0")));
  3274. break;
  3275. }
  3276. 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
  3277. bool result = lcd_show_fullscreen_message_yes_no_and_wait_P(_T(MSG_STEEL_SHEET_CHECK), false, false);
  3278. if (result)
  3279. {
  3280. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3281. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3282. current_position[Z_AXIS] = 50;
  3283. current_position[Y_AXIS] = 180;
  3284. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3285. st_synchronize();
  3286. lcd_show_fullscreen_message_and_wait_P(_T(MSG_REMOVE_STEEL_SHEET));
  3287. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  3288. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  3289. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3290. st_synchronize();
  3291. gcode_G28(false, false, true, false);
  3292. }
  3293. if ((current_temperature_pinda > 35) && (farm_mode == false)) {
  3294. //waiting for PIDNA probe to cool down in case that we are not in farm mode
  3295. current_position[Z_AXIS] = 100;
  3296. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3297. if (lcd_wait_for_pinda(35) == false) { //waiting for PINDA probe to cool, if this takes more then time expected, temp. cal. fails
  3298. lcd_temp_cal_show_result(false);
  3299. break;
  3300. }
  3301. }
  3302. lcd_update_enable(true);
  3303. KEEPALIVE_STATE(NOT_BUSY); //no need to print busy messages as we print current temperatures periodicaly
  3304. SERIAL_ECHOLNPGM("PINDA probe calibration start");
  3305. float zero_z;
  3306. int z_shift = 0; //unit: steps
  3307. float start_temp = 5 * (int)(current_temperature_pinda / 5);
  3308. if (start_temp < 35) start_temp = 35;
  3309. if (start_temp < current_temperature_pinda) start_temp += 5;
  3310. printf_P(_N("start temperature: %.1f\n"), start_temp);
  3311. // setTargetHotend(200, 0);
  3312. setTargetBed(70 + (start_temp - 30));
  3313. custom_message = true;
  3314. custom_message_type = 4;
  3315. custom_message_state = 1;
  3316. custom_message = _T(MSG_TEMP_CALIBRATION);
  3317. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3318. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3319. current_position[X_AXIS] = PINDA_PREHEAT_X;
  3320. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  3321. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3322. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  3323. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3324. st_synchronize();
  3325. while (current_temperature_pinda < start_temp)
  3326. {
  3327. delay_keep_alive(1000);
  3328. serialecho_temperatures();
  3329. }
  3330. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0); //invalidate temp. calibration in case that in will be aborted during the calibration process
  3331. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3332. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3333. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  3334. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  3335. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3336. st_synchronize();
  3337. bool find_z_result = find_bed_induction_sensor_point_z(-1.f);
  3338. if (find_z_result == false) {
  3339. lcd_temp_cal_show_result(find_z_result);
  3340. break;
  3341. }
  3342. zero_z = current_position[Z_AXIS];
  3343. printf_P(_N("\nZERO: %.3f\n"), current_position[Z_AXIS]);
  3344. int i = -1; for (; i < 5; i++)
  3345. {
  3346. float temp = (40 + i * 5);
  3347. printf_P(_N("\nStep: %d/6 (skipped)\nPINDA temperature: %d Z shift (mm):0\n"), i + 2, (40 + i*5));
  3348. if (i >= 0) EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i * 2, &z_shift);
  3349. if (start_temp <= temp) break;
  3350. }
  3351. for (i++; i < 5; i++)
  3352. {
  3353. float temp = (40 + i * 5);
  3354. printf_P(_N("\nStep: %d/6\n"), i + 2);
  3355. custom_message_state = i + 2;
  3356. setTargetBed(50 + 10 * (temp - 30) / 5);
  3357. // setTargetHotend(255, 0);
  3358. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3359. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3360. current_position[X_AXIS] = PINDA_PREHEAT_X;
  3361. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  3362. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3363. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  3364. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3365. st_synchronize();
  3366. while (current_temperature_pinda < temp)
  3367. {
  3368. delay_keep_alive(1000);
  3369. serialecho_temperatures();
  3370. }
  3371. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3372. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3373. current_position[X_AXIS] = pgm_read_float(bed_ref_points_4);
  3374. current_position[Y_AXIS] = pgm_read_float(bed_ref_points_4 + 1);
  3375. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3376. st_synchronize();
  3377. find_z_result = find_bed_induction_sensor_point_z(-1.f);
  3378. if (find_z_result == false) {
  3379. lcd_temp_cal_show_result(find_z_result);
  3380. break;
  3381. }
  3382. z_shift = (int)((current_position[Z_AXIS] - zero_z)*axis_steps_per_unit[Z_AXIS]);
  3383. printf_P(_N("\nPINDA temperature: %.1f Z shift (mm): %.3f"), current_temperature_pinda, current_position[Z_AXIS] - zero_z);
  3384. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i * 2, &z_shift);
  3385. }
  3386. lcd_temp_cal_show_result(true);
  3387. break;
  3388. }
  3389. #endif //PINDA_THERMISTOR
  3390. setTargetBed(PINDA_MIN_T);
  3391. float zero_z;
  3392. int z_shift = 0; //unit: steps
  3393. int t_c; // temperature
  3394. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  3395. // We don't know where we are! HOME!
  3396. // Push the commands to the front of the message queue in the reverse order!
  3397. // There shall be always enough space reserved for these commands.
  3398. repeatcommand_front(); // repeat G76 with all its parameters
  3399. enquecommand_front_P((PSTR("G28 W0")));
  3400. break;
  3401. }
  3402. puts_P(_N("PINDA probe calibration start"));
  3403. custom_message = true;
  3404. custom_message_type = 4;
  3405. custom_message_state = 1;
  3406. custom_message = _T(MSG_TEMP_CALIBRATION);
  3407. current_position[X_AXIS] = PINDA_PREHEAT_X;
  3408. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  3409. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  3410. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3411. st_synchronize();
  3412. while (abs(degBed() - PINDA_MIN_T) > 1) {
  3413. delay_keep_alive(1000);
  3414. serialecho_temperatures();
  3415. }
  3416. //enquecommand_P(PSTR("M190 S50"));
  3417. for (int i = 0; i < PINDA_HEAT_T; i++) {
  3418. delay_keep_alive(1000);
  3419. serialecho_temperatures();
  3420. }
  3421. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 0); //invalidate temp. calibration in case that in will be aborted during the calibration process
  3422. current_position[Z_AXIS] = 5;
  3423. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3424. current_position[X_AXIS] = pgm_read_float(bed_ref_points);
  3425. current_position[Y_AXIS] = pgm_read_float(bed_ref_points + 1);
  3426. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3427. st_synchronize();
  3428. find_bed_induction_sensor_point_z(-1.f);
  3429. zero_z = current_position[Z_AXIS];
  3430. printf_P(_N("\nZERO: %.3f\n"), current_position[Z_AXIS]);
  3431. for (int i = 0; i<5; i++) {
  3432. printf_P(_N("\nStep: %d/6\n"), i + 2);
  3433. custom_message_state = i + 2;
  3434. t_c = 60 + i * 10;
  3435. setTargetBed(t_c);
  3436. current_position[X_AXIS] = PINDA_PREHEAT_X;
  3437. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  3438. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  3439. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3440. st_synchronize();
  3441. while (degBed() < t_c) {
  3442. delay_keep_alive(1000);
  3443. serialecho_temperatures();
  3444. }
  3445. for (int i = 0; i < PINDA_HEAT_T; i++) {
  3446. delay_keep_alive(1000);
  3447. serialecho_temperatures();
  3448. }
  3449. current_position[Z_AXIS] = 5;
  3450. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3451. current_position[X_AXIS] = pgm_read_float(bed_ref_points);
  3452. current_position[Y_AXIS] = pgm_read_float(bed_ref_points + 1);
  3453. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  3454. st_synchronize();
  3455. find_bed_induction_sensor_point_z(-1.f);
  3456. z_shift = (int)((current_position[Z_AXIS] - zero_z)*axis_steps_per_unit[Z_AXIS]);
  3457. printf_P(_N("\nTemperature: %d Z shift (mm): %.3f\n"), t_c, current_position[Z_AXIS] - zero_z);
  3458. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i*2, &z_shift);
  3459. }
  3460. custom_message_type = 0;
  3461. custom_message = false;
  3462. eeprom_update_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  3463. puts_P(_N("Temperature calibration done."));
  3464. disable_x();
  3465. disable_y();
  3466. disable_z();
  3467. disable_e0();
  3468. disable_e1();
  3469. disable_e2();
  3470. setTargetBed(0); //set bed target temperature back to 0
  3471. lcd_show_fullscreen_message_and_wait_P(_T(MSG_TEMP_CALIBRATION_DONE));
  3472. temp_cal_active = true;
  3473. eeprom_update_byte((unsigned char *)EEPROM_TEMP_CAL_ACTIVE, 1);
  3474. lcd_update_enable(true);
  3475. lcd_update(2);
  3476. }
  3477. break;
  3478. #ifdef DIS
  3479. case 77:
  3480. {
  3481. //G77 X200 Y150 XP100 YP15 XO10 Y015
  3482. //for 9 point mesh bed leveling G77 X203 Y196 XP3 YP3 XO0 YO0
  3483. //G77 X232 Y218 XP116 YP109 XO-11 YO0
  3484. float dimension_x = 40;
  3485. float dimension_y = 40;
  3486. int points_x = 40;
  3487. int points_y = 40;
  3488. float offset_x = 74;
  3489. float offset_y = 33;
  3490. if (code_seen('X')) dimension_x = code_value();
  3491. if (code_seen('Y')) dimension_y = code_value();
  3492. if (code_seen('XP')) points_x = code_value();
  3493. if (code_seen('YP')) points_y = code_value();
  3494. if (code_seen('XO')) offset_x = code_value();
  3495. if (code_seen('YO')) offset_y = code_value();
  3496. bed_analysis(dimension_x,dimension_y,points_x,points_y,offset_x,offset_y);
  3497. } break;
  3498. #endif
  3499. case 79: {
  3500. for (int i = 255; i > 0; i = i - 5) {
  3501. fanSpeed = i;
  3502. //delay_keep_alive(2000);
  3503. for (int j = 0; j < 100; j++) {
  3504. delay_keep_alive(100);
  3505. }
  3506. fan_speed[1];
  3507. printf_P(_N("%d: %d\n"), i, fan_speed[1]);
  3508. }
  3509. }break;
  3510. /**
  3511. * G80: Mesh-based Z probe, probes a grid and produces a
  3512. * mesh to compensate for variable bed height
  3513. *
  3514. * The S0 report the points as below
  3515. *
  3516. * +----> X-axis
  3517. * |
  3518. * |
  3519. * v Y-axis
  3520. *
  3521. */
  3522. case 80:
  3523. #ifdef MK1BP
  3524. break;
  3525. #endif //MK1BP
  3526. case_G80:
  3527. {
  3528. mesh_bed_leveling_flag = true;
  3529. int8_t verbosity_level = 0;
  3530. static bool run = false;
  3531. if (code_seen('V')) {
  3532. // Just 'V' without a number counts as V1.
  3533. char c = strchr_pointer[1];
  3534. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  3535. }
  3536. // Firstly check if we know where we are
  3537. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  3538. // We don't know where we are! HOME!
  3539. // Push the commands to the front of the message queue in the reverse order!
  3540. // There shall be always enough space reserved for these commands.
  3541. if (lcd_commands_type != LCD_COMMAND_STOP_PRINT) {
  3542. repeatcommand_front(); // repeat G80 with all its parameters
  3543. enquecommand_front_P((PSTR("G28 W0")));
  3544. }
  3545. else {
  3546. mesh_bed_leveling_flag = false;
  3547. }
  3548. break;
  3549. }
  3550. bool temp_comp_start = true;
  3551. #ifdef PINDA_THERMISTOR
  3552. temp_comp_start = false;
  3553. #endif //PINDA_THERMISTOR
  3554. if (temp_comp_start)
  3555. if (run == false && temp_cal_active == true && calibration_status_pinda() == true && target_temperature_bed >= 50) {
  3556. if (lcd_commands_type != LCD_COMMAND_STOP_PRINT) {
  3557. temp_compensation_start();
  3558. run = true;
  3559. repeatcommand_front(); // repeat G80 with all its parameters
  3560. enquecommand_front_P((PSTR("G28 W0")));
  3561. }
  3562. else {
  3563. mesh_bed_leveling_flag = false;
  3564. }
  3565. break;
  3566. }
  3567. run = false;
  3568. if (lcd_commands_type == LCD_COMMAND_STOP_PRINT) {
  3569. mesh_bed_leveling_flag = false;
  3570. break;
  3571. }
  3572. // Save custom message state, set a new custom message state to display: Calibrating point 9.
  3573. bool custom_message_old = custom_message;
  3574. unsigned int custom_message_type_old = custom_message_type;
  3575. unsigned int custom_message_state_old = custom_message_state;
  3576. custom_message = true;
  3577. custom_message_type = 1;
  3578. custom_message_state = (MESH_MEAS_NUM_X_POINTS * MESH_MEAS_NUM_Y_POINTS) + 10;
  3579. lcd_update(1);
  3580. mbl.reset(); //reset mesh bed leveling
  3581. // Reset baby stepping to zero, if the babystepping has already been loaded before. The babystepsTodo value will be
  3582. // consumed during the first movements following this statement.
  3583. babystep_undo();
  3584. // Cycle through all points and probe them
  3585. // First move up. During this first movement, the babystepping will be reverted.
  3586. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3587. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], homing_feedrate[Z_AXIS] / 60, active_extruder);
  3588. // The move to the first calibration point.
  3589. current_position[X_AXIS] = pgm_read_float(bed_ref_points);
  3590. current_position[Y_AXIS] = pgm_read_float(bed_ref_points + 1);
  3591. bool clamped = world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  3592. #ifdef SUPPORT_VERBOSITY
  3593. if (verbosity_level >= 1) {
  3594. clamped ? SERIAL_PROTOCOLPGM("First calibration point clamped.\n") : SERIAL_PROTOCOLPGM("No clamping for first calibration point.\n");
  3595. }
  3596. #endif //SUPPORT_VERBOSITY
  3597. // mbl.get_meas_xy(0, 0, current_position[X_AXIS], current_position[Y_AXIS], false);
  3598. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], homing_feedrate[X_AXIS] / 30, active_extruder);
  3599. // Wait until the move is finished.
  3600. st_synchronize();
  3601. int mesh_point = 0; //index number of calibration point
  3602. int ix = 0;
  3603. int iy = 0;
  3604. int XY_AXIS_FEEDRATE = homing_feedrate[X_AXIS] / 20;
  3605. int Z_PROBE_FEEDRATE = homing_feedrate[Z_AXIS] / 60;
  3606. int Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 40;
  3607. 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)
  3608. #ifdef SUPPORT_VERBOSITY
  3609. if (verbosity_level >= 1) {
  3610. has_z ? SERIAL_PROTOCOLPGM("Z jitter data from Z cal. valid.\n") : SERIAL_PROTOCOLPGM("Z jitter data from Z cal. not valid.\n");
  3611. }
  3612. #endif // SUPPORT_VERBOSITY
  3613. setup_for_endstop_move(false); //save feedrate and feedmultiply, sets feedmultiply to 100
  3614. const char *kill_message = NULL;
  3615. while (mesh_point != MESH_MEAS_NUM_X_POINTS * MESH_MEAS_NUM_Y_POINTS) {
  3616. // Get coords of a measuring point.
  3617. ix = mesh_point % MESH_MEAS_NUM_X_POINTS; // from 0 to MESH_NUM_X_POINTS - 1
  3618. iy = mesh_point / MESH_MEAS_NUM_X_POINTS;
  3619. if (iy & 1) ix = (MESH_MEAS_NUM_X_POINTS - 1) - ix; // Zig zag
  3620. float z0 = 0.f;
  3621. if (has_z && mesh_point > 0) {
  3622. uint16_t z_offset_u = eeprom_read_word((uint16_t*)(EEPROM_BED_CALIBRATION_Z_JITTER + 2 * (ix + iy * 3 - 1)));
  3623. z0 = mbl.z_values[0][0] + *reinterpret_cast<int16_t*>(&z_offset_u) * 0.01;
  3624. //#if 0
  3625. #ifdef SUPPORT_VERBOSITY
  3626. if (verbosity_level >= 1) {
  3627. SERIAL_ECHOLNPGM("");
  3628. SERIAL_ECHOPGM("Bed leveling, point: ");
  3629. MYSERIAL.print(mesh_point);
  3630. SERIAL_ECHOPGM(", calibration z: ");
  3631. MYSERIAL.print(z0, 5);
  3632. SERIAL_ECHOLNPGM("");
  3633. }
  3634. #endif // SUPPORT_VERBOSITY
  3635. //#endif
  3636. }
  3637. // Move Z up to MESH_HOME_Z_SEARCH.
  3638. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3639. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], Z_LIFT_FEEDRATE, active_extruder);
  3640. st_synchronize();
  3641. // Move to XY position of the sensor point.
  3642. current_position[X_AXIS] = pgm_read_float(bed_ref_points + 2 * mesh_point);
  3643. current_position[Y_AXIS] = pgm_read_float(bed_ref_points + 2 * mesh_point + 1);
  3644. world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  3645. #ifdef SUPPORT_VERBOSITY
  3646. if (verbosity_level >= 1) {
  3647. SERIAL_PROTOCOL(mesh_point);
  3648. clamped ? SERIAL_PROTOCOLPGM(": xy clamped.\n") : SERIAL_PROTOCOLPGM(": no xy clamping\n");
  3649. }
  3650. #endif // SUPPORT_VERBOSITY
  3651. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], XY_AXIS_FEEDRATE, active_extruder);
  3652. st_synchronize();
  3653. // Go down until endstop is hit
  3654. const float Z_CALIBRATION_THRESHOLD = 1.f;
  3655. if (!find_bed_induction_sensor_point_z((has_z && mesh_point > 0) ? z0 - Z_CALIBRATION_THRESHOLD : -10.f)) { //if we have data from z calibration max allowed difference is 1mm for each point, if we dont have data max difference is 10mm from initial point
  3656. kill_message = _T(MSG_BED_LEVELING_FAILED_POINT_LOW);
  3657. break;
  3658. }
  3659. if (MESH_HOME_Z_SEARCH - current_position[Z_AXIS] < 0.1f) {
  3660. kill_message = _i("Bed leveling failed. Sensor disconnected or cable broken. Waiting for reset.");////MSG_BED_LEVELING_FAILED_PROBE_DISCONNECTED c=20 r=4
  3661. break;
  3662. }
  3663. 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
  3664. kill_message = _i("Bed leveling failed. Sensor triggered too high. Waiting for reset.");////MSG_BED_LEVELING_FAILED_POINT_HIGH c=20 r=4
  3665. break;
  3666. }
  3667. #ifdef SUPPORT_VERBOSITY
  3668. if (verbosity_level >= 10) {
  3669. SERIAL_ECHOPGM("X: ");
  3670. MYSERIAL.print(current_position[X_AXIS], 5);
  3671. SERIAL_ECHOLNPGM("");
  3672. SERIAL_ECHOPGM("Y: ");
  3673. MYSERIAL.print(current_position[Y_AXIS], 5);
  3674. SERIAL_PROTOCOLPGM("\n");
  3675. }
  3676. #endif // SUPPORT_VERBOSITY
  3677. float offset_z = 0;
  3678. #ifdef PINDA_THERMISTOR
  3679. offset_z = temp_compensation_pinda_thermistor_offset(current_temperature_pinda);
  3680. #endif //PINDA_THERMISTOR
  3681. // #ifdef SUPPORT_VERBOSITY
  3682. /* if (verbosity_level >= 1)
  3683. {
  3684. SERIAL_ECHOPGM("mesh bed leveling: ");
  3685. MYSERIAL.print(current_position[Z_AXIS], 5);
  3686. SERIAL_ECHOPGM(" offset: ");
  3687. MYSERIAL.print(offset_z, 5);
  3688. SERIAL_ECHOLNPGM("");
  3689. }*/
  3690. // #endif // SUPPORT_VERBOSITY
  3691. mbl.set_z(ix, iy, current_position[Z_AXIS] - offset_z); //store measured z values z_values[iy][ix] = z - offset_z;
  3692. custom_message_state--;
  3693. mesh_point++;
  3694. lcd_update(1);
  3695. }
  3696. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  3697. #ifdef SUPPORT_VERBOSITY
  3698. if (verbosity_level >= 20) {
  3699. SERIAL_ECHOLNPGM("Mesh bed leveling while loop finished.");
  3700. SERIAL_ECHOLNPGM("MESH_HOME_Z_SEARCH: ");
  3701. MYSERIAL.print(current_position[Z_AXIS], 5);
  3702. }
  3703. #endif // SUPPORT_VERBOSITY
  3704. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], Z_LIFT_FEEDRATE, active_extruder);
  3705. st_synchronize();
  3706. if (mesh_point != MESH_MEAS_NUM_X_POINTS * MESH_MEAS_NUM_Y_POINTS) {
  3707. kill(kill_message);
  3708. SERIAL_ECHOLNPGM("killed");
  3709. }
  3710. clean_up_after_endstop_move();
  3711. // SERIAL_ECHOLNPGM("clean up finished ");
  3712. bool apply_temp_comp = true;
  3713. #ifdef PINDA_THERMISTOR
  3714. apply_temp_comp = false;
  3715. #endif
  3716. if (apply_temp_comp)
  3717. if(temp_cal_active == true && calibration_status_pinda() == true) temp_compensation_apply(); //apply PINDA temperature compensation
  3718. babystep_apply(); // Apply Z height correction aka baby stepping before mesh bed leveing gets activated.
  3719. // SERIAL_ECHOLNPGM("babystep applied");
  3720. bool eeprom_bed_correction_valid = eeprom_read_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID) == 1;
  3721. #ifdef SUPPORT_VERBOSITY
  3722. if (verbosity_level >= 1) {
  3723. eeprom_bed_correction_valid ? SERIAL_PROTOCOLPGM("Bed correction data valid\n") : SERIAL_PROTOCOLPGM("Bed correction data not valid\n");
  3724. }
  3725. #endif // SUPPORT_VERBOSITY
  3726. for (uint8_t i = 0; i < 4; ++i) {
  3727. unsigned char codes[4] = { 'L', 'R', 'F', 'B' };
  3728. long correction = 0;
  3729. if (code_seen(codes[i]))
  3730. correction = code_value_long();
  3731. else if (eeprom_bed_correction_valid) {
  3732. unsigned char *addr = (i < 2) ?
  3733. ((i == 0) ? (unsigned char*)EEPROM_BED_CORRECTION_LEFT : (unsigned char*)EEPROM_BED_CORRECTION_RIGHT) :
  3734. ((i == 2) ? (unsigned char*)EEPROM_BED_CORRECTION_FRONT : (unsigned char*)EEPROM_BED_CORRECTION_REAR);
  3735. correction = eeprom_read_int8(addr);
  3736. }
  3737. if (correction == 0)
  3738. continue;
  3739. float offset = float(correction) * 0.001f;
  3740. if (fabs(offset) > 0.101f) {
  3741. SERIAL_ERROR_START;
  3742. SERIAL_ECHOPGM("Excessive bed leveling correction: ");
  3743. SERIAL_ECHO(offset);
  3744. SERIAL_ECHOLNPGM(" microns");
  3745. }
  3746. else {
  3747. switch (i) {
  3748. case 0:
  3749. for (uint8_t row = 0; row < 3; ++row) {
  3750. mbl.z_values[row][1] += 0.5f * offset;
  3751. mbl.z_values[row][0] += offset;
  3752. }
  3753. break;
  3754. case 1:
  3755. for (uint8_t row = 0; row < 3; ++row) {
  3756. mbl.z_values[row][1] += 0.5f * offset;
  3757. mbl.z_values[row][2] += offset;
  3758. }
  3759. break;
  3760. case 2:
  3761. for (uint8_t col = 0; col < 3; ++col) {
  3762. mbl.z_values[1][col] += 0.5f * offset;
  3763. mbl.z_values[0][col] += offset;
  3764. }
  3765. break;
  3766. case 3:
  3767. for (uint8_t col = 0; col < 3; ++col) {
  3768. mbl.z_values[1][col] += 0.5f * offset;
  3769. mbl.z_values[2][col] += offset;
  3770. }
  3771. break;
  3772. }
  3773. }
  3774. }
  3775. // SERIAL_ECHOLNPGM("Bed leveling correction finished");
  3776. mbl.upsample_3x3(); //bilinear interpolation from 3x3 to 7x7 points while using the same array z_values[iy][ix] for storing (just coppying measured data to new destination and interpolating between them)
  3777. // SERIAL_ECHOLNPGM("Upsample finished");
  3778. mbl.active = 1; //activate mesh bed leveling
  3779. // SERIAL_ECHOLNPGM("Mesh bed leveling activated");
  3780. go_home_with_z_lift();
  3781. // SERIAL_ECHOLNPGM("Go home finished");
  3782. //unretract (after PINDA preheat retraction)
  3783. if (degHotend(active_extruder) > EXTRUDE_MINTEMP && temp_cal_active == true && calibration_status_pinda() == true && target_temperature_bed >= 50) {
  3784. current_position[E_AXIS] += DEFAULT_RETRACTION;
  3785. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 400, active_extruder);
  3786. }
  3787. KEEPALIVE_STATE(NOT_BUSY);
  3788. // Restore custom message state
  3789. lcd_setstatuspgm(_T(WELCOME_MSG));
  3790. custom_message = custom_message_old;
  3791. custom_message_type = custom_message_type_old;
  3792. custom_message_state = custom_message_state_old;
  3793. mesh_bed_leveling_flag = false;
  3794. mesh_bed_run_from_menu = false;
  3795. lcd_update(2);
  3796. }
  3797. break;
  3798. /**
  3799. * G81: Print mesh bed leveling status and bed profile if activated
  3800. */
  3801. case 81:
  3802. if (mbl.active) {
  3803. SERIAL_PROTOCOLPGM("Num X,Y: ");
  3804. SERIAL_PROTOCOL(MESH_NUM_X_POINTS);
  3805. SERIAL_PROTOCOLPGM(",");
  3806. SERIAL_PROTOCOL(MESH_NUM_Y_POINTS);
  3807. SERIAL_PROTOCOLPGM("\nZ search height: ");
  3808. SERIAL_PROTOCOL(MESH_HOME_Z_SEARCH);
  3809. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  3810. for (int y = MESH_NUM_Y_POINTS-1; y >= 0; y--) {
  3811. for (int x = 0; x < MESH_NUM_X_POINTS; x++) {
  3812. SERIAL_PROTOCOLPGM(" ");
  3813. SERIAL_PROTOCOL_F(mbl.z_values[y][x], 5);
  3814. }
  3815. SERIAL_PROTOCOLPGM("\n");
  3816. }
  3817. }
  3818. else
  3819. SERIAL_PROTOCOLLNPGM("Mesh bed leveling not active.");
  3820. break;
  3821. #if 0
  3822. /**
  3823. * G82: Single Z probe at current location
  3824. *
  3825. * WARNING! USE WITH CAUTION! If you'll try to probe where is no leveling pad, nasty things can happen!
  3826. *
  3827. */
  3828. case 82:
  3829. SERIAL_PROTOCOLLNPGM("Finding bed ");
  3830. setup_for_endstop_move();
  3831. find_bed_induction_sensor_point_z();
  3832. clean_up_after_endstop_move();
  3833. SERIAL_PROTOCOLPGM("Bed found at: ");
  3834. SERIAL_PROTOCOL_F(current_position[Z_AXIS], 5);
  3835. SERIAL_PROTOCOLPGM("\n");
  3836. break;
  3837. /**
  3838. * G83: Prusa3D specific: Babystep in Z and store to EEPROM
  3839. */
  3840. case 83:
  3841. {
  3842. int babystepz = code_seen('S') ? code_value() : 0;
  3843. int BabyPosition = code_seen('P') ? code_value() : 0;
  3844. if (babystepz != 0) {
  3845. //FIXME Vojtech: What shall be the index of the axis Z: 3 or 4?
  3846. // Is the axis indexed starting with zero or one?
  3847. if (BabyPosition > 4) {
  3848. SERIAL_PROTOCOLLNPGM("Index out of bounds");
  3849. }else{
  3850. // Save it to the eeprom
  3851. babystepLoadZ = babystepz;
  3852. EEPROM_save_B(EEPROM_BABYSTEP_Z0+(BabyPosition*2),&babystepLoadZ);
  3853. // adjust the Z
  3854. babystepsTodoZadd(babystepLoadZ);
  3855. }
  3856. }
  3857. }
  3858. break;
  3859. /**
  3860. * G84: Prusa3D specific: UNDO Babystep Z (move Z axis back)
  3861. */
  3862. case 84:
  3863. babystepsTodoZsubtract(babystepLoadZ);
  3864. // babystepLoadZ = 0;
  3865. break;
  3866. /**
  3867. * G85: Prusa3D specific: Pick best babystep
  3868. */
  3869. case 85:
  3870. lcd_pick_babystep();
  3871. break;
  3872. #endif
  3873. /**
  3874. * G86: Prusa3D specific: Disable babystep correction after home.
  3875. * This G-code will be performed at the start of a calibration script.
  3876. */
  3877. case 86:
  3878. calibration_status_store(CALIBRATION_STATUS_LIVE_ADJUST);
  3879. break;
  3880. /**
  3881. * G87: Prusa3D specific: Enable babystep correction after home
  3882. * This G-code will be performed at the end of a calibration script.
  3883. */
  3884. case 87:
  3885. calibration_status_store(CALIBRATION_STATUS_CALIBRATED);
  3886. break;
  3887. /**
  3888. * G88: Prusa3D specific: Don't know what it is for, it is in V2Calibration.gcode
  3889. */
  3890. case 88:
  3891. break;
  3892. #endif // ENABLE_MESH_BED_LEVELING
  3893. case 90: // G90
  3894. relative_mode = false;
  3895. break;
  3896. case 91: // G91
  3897. relative_mode = true;
  3898. break;
  3899. case 92: // G92
  3900. if(!code_seen(axis_codes[E_AXIS]))
  3901. st_synchronize();
  3902. for(int8_t i=0; i < NUM_AXIS; i++) {
  3903. if(code_seen(axis_codes[i])) {
  3904. if(i == E_AXIS) {
  3905. current_position[i] = code_value();
  3906. plan_set_e_position(current_position[E_AXIS]);
  3907. }
  3908. else {
  3909. current_position[i] = code_value()+add_homing[i];
  3910. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  3911. }
  3912. }
  3913. }
  3914. break;
  3915. case 98: // G98 (activate farm mode)
  3916. farm_mode = 1;
  3917. PingTime = millis();
  3918. eeprom_update_byte((unsigned char *)EEPROM_FARM_MODE, farm_mode);
  3919. SilentModeMenu = SILENT_MODE_OFF;
  3920. eeprom_update_byte((unsigned char *)EEPROM_SILENT, SilentModeMenu);
  3921. break;
  3922. case 99: // G99 (deactivate farm mode)
  3923. farm_mode = 0;
  3924. lcd_printer_connected();
  3925. eeprom_update_byte((unsigned char *)EEPROM_FARM_MODE, farm_mode);
  3926. lcd_update(2);
  3927. break;
  3928. default:
  3929. printf_P(PSTR("Unknown G code: %s \n"), cmdbuffer + bufindr + CMDHDRSIZE);
  3930. }
  3931. } // end if(code_seen('G'))
  3932. else if(code_seen('M'))
  3933. {
  3934. int index;
  3935. for (index = 1; *(strchr_pointer + index) == ' ' || *(strchr_pointer + index) == '\t'; index++);
  3936. /*for (++strchr_pointer; *strchr_pointer == ' ' || *strchr_pointer == '\t'; ++strchr_pointer);*/
  3937. if (*(strchr_pointer+index) < '0' || *(strchr_pointer+index) > '9') {
  3938. printf_P(PSTR("Invalid M code: %s \n"), cmdbuffer + bufindr + CMDHDRSIZE);
  3939. } else
  3940. switch((int)code_value())
  3941. {
  3942. #ifdef ULTIPANEL
  3943. case 0: // M0 - Unconditional stop - Wait for user button press on LCD
  3944. case 1: // M1 - Conditional stop - Wait for user button press on LCD
  3945. {
  3946. char *src = strchr_pointer + 2;
  3947. codenum = 0;
  3948. bool hasP = false, hasS = false;
  3949. if (code_seen('P')) {
  3950. codenum = code_value(); // milliseconds to wait
  3951. hasP = codenum > 0;
  3952. }
  3953. if (code_seen('S')) {
  3954. codenum = code_value() * 1000; // seconds to wait
  3955. hasS = codenum > 0;
  3956. }
  3957. starpos = strchr(src, '*');
  3958. if (starpos != NULL) *(starpos) = '\0';
  3959. while (*src == ' ') ++src;
  3960. if (!hasP && !hasS && *src != '\0') {
  3961. lcd_setstatus(src);
  3962. } else {
  3963. LCD_MESSAGERPGM(_i("Wait for user..."));////MSG_USERWAIT c=0 r=0
  3964. }
  3965. lcd_ignore_click(); //call lcd_ignore_click aslo for else ???
  3966. st_synchronize();
  3967. previous_millis_cmd = millis();
  3968. if (codenum > 0){
  3969. codenum += millis(); // keep track of when we started waiting
  3970. KEEPALIVE_STATE(PAUSED_FOR_USER);
  3971. while(millis() < codenum && !lcd_clicked()){
  3972. manage_heater();
  3973. manage_inactivity(true);
  3974. lcd_update();
  3975. }
  3976. KEEPALIVE_STATE(IN_HANDLER);
  3977. lcd_ignore_click(false);
  3978. }else{
  3979. if (!lcd_detected())
  3980. break;
  3981. KEEPALIVE_STATE(PAUSED_FOR_USER);
  3982. while(!lcd_clicked()){
  3983. manage_heater();
  3984. manage_inactivity(true);
  3985. lcd_update();
  3986. }
  3987. KEEPALIVE_STATE(IN_HANDLER);
  3988. }
  3989. if (IS_SD_PRINTING)
  3990. LCD_MESSAGERPGM(_T(MSG_RESUMING_PRINT));
  3991. else
  3992. LCD_MESSAGERPGM(_T(WELCOME_MSG));
  3993. }
  3994. break;
  3995. #endif
  3996. case 17:
  3997. LCD_MESSAGERPGM(_i("No move."));////MSG_NO_MOVE c=0 r=0
  3998. enable_x();
  3999. enable_y();
  4000. enable_z();
  4001. enable_e0();
  4002. enable_e1();
  4003. enable_e2();
  4004. break;
  4005. #ifdef SDSUPPORT
  4006. case 20: // M20 - list SD card
  4007. SERIAL_PROTOCOLLNRPGM(_i("Begin file list"));////MSG_BEGIN_FILE_LIST c=0 r=0
  4008. card.ls();
  4009. SERIAL_PROTOCOLLNRPGM(_i("End file list"));////MSG_END_FILE_LIST c=0 r=0
  4010. break;
  4011. case 21: // M21 - init SD card
  4012. card.initsd();
  4013. break;
  4014. case 22: //M22 - release SD card
  4015. card.release();
  4016. break;
  4017. case 23: //M23 - Select file
  4018. starpos = (strchr(strchr_pointer + 4,'*'));
  4019. if(starpos!=NULL)
  4020. *(starpos)='\0';
  4021. card.openFile(strchr_pointer + 4,true);
  4022. break;
  4023. case 24: //M24 - Start SD print
  4024. if (!card.paused)
  4025. failstats_reset_print();
  4026. card.startFileprint();
  4027. starttime=millis();
  4028. break;
  4029. case 25: //M25 - Pause SD print
  4030. card.pauseSDPrint();
  4031. break;
  4032. case 26: //M26 - Set SD index
  4033. if(card.cardOK && code_seen('S')) {
  4034. card.setIndex(code_value_long());
  4035. }
  4036. break;
  4037. case 27: //M27 - Get SD status
  4038. card.getStatus();
  4039. break;
  4040. case 28: //M28 - Start SD write
  4041. starpos = (strchr(strchr_pointer + 4,'*'));
  4042. if(starpos != NULL){
  4043. char* npos = strchr(CMDBUFFER_CURRENT_STRING, 'N');
  4044. strchr_pointer = strchr(npos,' ') + 1;
  4045. *(starpos) = '\0';
  4046. }
  4047. card.openFile(strchr_pointer+4,false);
  4048. break;
  4049. case 29: //M29 - Stop SD write
  4050. //processed in write to file routine above
  4051. //card,saving = false;
  4052. break;
  4053. case 30: //M30 <filename> Delete File
  4054. if (card.cardOK){
  4055. card.closefile();
  4056. starpos = (strchr(strchr_pointer + 4,'*'));
  4057. if(starpos != NULL){
  4058. char* npos = strchr(CMDBUFFER_CURRENT_STRING, 'N');
  4059. strchr_pointer = strchr(npos,' ') + 1;
  4060. *(starpos) = '\0';
  4061. }
  4062. card.removeFile(strchr_pointer + 4);
  4063. }
  4064. break;
  4065. case 32: //M32 - Select file and start SD print
  4066. {
  4067. if(card.sdprinting) {
  4068. st_synchronize();
  4069. }
  4070. starpos = (strchr(strchr_pointer + 4,'*'));
  4071. char* namestartpos = (strchr(strchr_pointer + 4,'!')); //find ! to indicate filename string start.
  4072. if(namestartpos==NULL)
  4073. {
  4074. namestartpos=strchr_pointer + 4; //default name position, 4 letters after the M
  4075. }
  4076. else
  4077. namestartpos++; //to skip the '!'
  4078. if(starpos!=NULL)
  4079. *(starpos)='\0';
  4080. bool call_procedure=(code_seen('P'));
  4081. if(strchr_pointer>namestartpos)
  4082. call_procedure=false; //false alert, 'P' found within filename
  4083. if( card.cardOK )
  4084. {
  4085. card.openFile(namestartpos,true,!call_procedure);
  4086. if(code_seen('S'))
  4087. if(strchr_pointer<namestartpos) //only if "S" is occuring _before_ the filename
  4088. card.setIndex(code_value_long());
  4089. card.startFileprint();
  4090. if(!call_procedure)
  4091. starttime=millis(); //procedure calls count as normal print time.
  4092. }
  4093. } break;
  4094. case 928: //M928 - Start SD write
  4095. starpos = (strchr(strchr_pointer + 5,'*'));
  4096. if(starpos != NULL){
  4097. char* npos = strchr(CMDBUFFER_CURRENT_STRING, 'N');
  4098. strchr_pointer = strchr(npos,' ') + 1;
  4099. *(starpos) = '\0';
  4100. }
  4101. card.openLogFile(strchr_pointer+5);
  4102. break;
  4103. #endif //SDSUPPORT
  4104. case 31: //M31 take time since the start of the SD print or an M109 command
  4105. {
  4106. stoptime=millis();
  4107. char time[30];
  4108. unsigned long t=(stoptime-starttime)/1000;
  4109. int sec,min;
  4110. min=t/60;
  4111. sec=t%60;
  4112. sprintf_P(time, PSTR("%i min, %i sec"), min, sec);
  4113. SERIAL_ECHO_START;
  4114. SERIAL_ECHOLN(time);
  4115. lcd_setstatus(time);
  4116. autotempShutdown();
  4117. }
  4118. break;
  4119. #ifndef _DISABLE_M42_M226
  4120. case 42: //M42 -Change pin status via gcode
  4121. if (code_seen('S'))
  4122. {
  4123. int pin_status = code_value();
  4124. int pin_number = LED_PIN;
  4125. if (code_seen('P') && pin_status >= 0 && pin_status <= 255)
  4126. pin_number = code_value();
  4127. for(int8_t i = 0; i < (int8_t)(sizeof(sensitive_pins)/sizeof(int)); i++)
  4128. {
  4129. if (sensitive_pins[i] == pin_number)
  4130. {
  4131. pin_number = -1;
  4132. break;
  4133. }
  4134. }
  4135. #if defined(FAN_PIN) && FAN_PIN > -1
  4136. if (pin_number == FAN_PIN)
  4137. fanSpeed = pin_status;
  4138. #endif
  4139. if (pin_number > -1)
  4140. {
  4141. pinMode(pin_number, OUTPUT);
  4142. digitalWrite(pin_number, pin_status);
  4143. analogWrite(pin_number, pin_status);
  4144. }
  4145. }
  4146. break;
  4147. #endif //_DISABLE_M42_M226
  4148. case 44: // M44: Prusa3D: Reset the bed skew and offset calibration.
  4149. // Reset the baby step value and the baby step applied flag.
  4150. calibration_status_store(CALIBRATION_STATUS_ASSEMBLED);
  4151. eeprom_update_word((uint16_t*)EEPROM_BABYSTEP_Z, 0);
  4152. // Reset the skew and offset in both RAM and EEPROM.
  4153. reset_bed_offset_and_skew();
  4154. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  4155. // the planner will not perform any adjustments in the XY plane.
  4156. // Wait for the motors to stop and update the current position with the absolute values.
  4157. world2machine_revert_to_uncorrected();
  4158. break;
  4159. case 45: // M45: Prusa3D: bed skew and offset with manual Z up
  4160. {
  4161. int8_t verbosity_level = 0;
  4162. bool only_Z = code_seen('Z');
  4163. #ifdef SUPPORT_VERBOSITY
  4164. if (code_seen('V'))
  4165. {
  4166. // Just 'V' without a number counts as V1.
  4167. char c = strchr_pointer[1];
  4168. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  4169. }
  4170. #endif //SUPPORT_VERBOSITY
  4171. gcode_M45(only_Z, verbosity_level);
  4172. }
  4173. break;
  4174. /*
  4175. case 46:
  4176. {
  4177. // M46: Prusa3D: Show the assigned IP address.
  4178. uint8_t ip[4];
  4179. bool hasIP = card.ToshibaFlashAir_GetIP(ip);
  4180. if (hasIP) {
  4181. SERIAL_ECHOPGM("Toshiba FlashAir current IP: ");
  4182. SERIAL_ECHO(int(ip[0]));
  4183. SERIAL_ECHOPGM(".");
  4184. SERIAL_ECHO(int(ip[1]));
  4185. SERIAL_ECHOPGM(".");
  4186. SERIAL_ECHO(int(ip[2]));
  4187. SERIAL_ECHOPGM(".");
  4188. SERIAL_ECHO(int(ip[3]));
  4189. SERIAL_ECHOLNPGM("");
  4190. } else {
  4191. SERIAL_ECHOLNPGM("Toshiba FlashAir GetIP failed");
  4192. }
  4193. break;
  4194. }
  4195. */
  4196. case 47:
  4197. // M47: Prusa3D: Show end stops dialog on the display.
  4198. KEEPALIVE_STATE(PAUSED_FOR_USER);
  4199. lcd_diag_show_end_stops();
  4200. KEEPALIVE_STATE(IN_HANDLER);
  4201. break;
  4202. #if 0
  4203. case 48: // M48: scan the bed induction sensor points, print the sensor trigger coordinates to the serial line for visualization on the PC.
  4204. {
  4205. // Disable the default update procedure of the display. We will do a modal dialog.
  4206. lcd_update_enable(false);
  4207. // Let the planner use the uncorrected coordinates.
  4208. mbl.reset();
  4209. // Reset world2machine_rotation_and_skew and world2machine_shift, therefore
  4210. // the planner will not perform any adjustments in the XY plane.
  4211. // Wait for the motors to stop and update the current position with the absolute values.
  4212. world2machine_revert_to_uncorrected();
  4213. // Move the print head close to the bed.
  4214. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4215. 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);
  4216. st_synchronize();
  4217. // Home in the XY plane.
  4218. set_destination_to_current();
  4219. setup_for_endstop_move();
  4220. home_xy();
  4221. int8_t verbosity_level = 0;
  4222. if (code_seen('V')) {
  4223. // Just 'V' without a number counts as V1.
  4224. char c = strchr_pointer[1];
  4225. verbosity_level = (c == ' ' || c == '\t' || c == 0) ? 1 : code_value_short();
  4226. }
  4227. bool success = scan_bed_induction_points(verbosity_level);
  4228. clean_up_after_endstop_move();
  4229. // Print head up.
  4230. current_position[Z_AXIS] = MESH_HOME_Z_SEARCH;
  4231. 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);
  4232. st_synchronize();
  4233. lcd_update_enable(true);
  4234. break;
  4235. }
  4236. #endif
  4237. // M48 Z-Probe repeatability measurement function.
  4238. //
  4239. // Usage: M48 <n #_samples> <X X_position_for_samples> <Y Y_position_for_samples> <V Verbose_Level> <L legs_of_movement_prior_to_doing_probe>
  4240. //
  4241. // This function assumes the bed has been homed. Specificaly, that a G28 command
  4242. // as been issued prior to invoking the M48 Z-Probe repeatability measurement function.
  4243. // Any information generated by a prior G29 Bed leveling command will be lost and need to be
  4244. // regenerated.
  4245. //
  4246. // The number of samples will default to 10 if not specified. You can use upper or lower case
  4247. // letters for any of the options EXCEPT n. n must be in lower case because Marlin uses a capital
  4248. // N for its communication protocol and will get horribly confused if you send it a capital N.
  4249. //
  4250. #ifdef ENABLE_AUTO_BED_LEVELING
  4251. #ifdef Z_PROBE_REPEATABILITY_TEST
  4252. case 48: // M48 Z-Probe repeatability
  4253. {
  4254. #if Z_MIN_PIN == -1
  4255. #error "You must have a Z_MIN endstop in order to enable calculation of Z-Probe repeatability."
  4256. #endif
  4257. double sum=0.0;
  4258. double mean=0.0;
  4259. double sigma=0.0;
  4260. double sample_set[50];
  4261. int verbose_level=1, n=0, j, n_samples = 10, n_legs=0;
  4262. double X_current, Y_current, Z_current;
  4263. double X_probe_location, Y_probe_location, Z_start_location, ext_position;
  4264. if (code_seen('V') || code_seen('v')) {
  4265. verbose_level = code_value();
  4266. if (verbose_level<0 || verbose_level>4 ) {
  4267. SERIAL_PROTOCOLPGM("?Verbose Level not plausable.\n");
  4268. goto Sigma_Exit;
  4269. }
  4270. }
  4271. if (verbose_level > 0) {
  4272. SERIAL_PROTOCOLPGM("M48 Z-Probe Repeatability test. Version 2.00\n");
  4273. SERIAL_PROTOCOLPGM("Full support at: http://3dprintboard.com/forum.php\n");
  4274. }
  4275. if (code_seen('n')) {
  4276. n_samples = code_value();
  4277. if (n_samples<4 || n_samples>50 ) {
  4278. SERIAL_PROTOCOLPGM("?Specified sample size not plausable.\n");
  4279. goto Sigma_Exit;
  4280. }
  4281. }
  4282. X_current = X_probe_location = st_get_position_mm(X_AXIS);
  4283. Y_current = Y_probe_location = st_get_position_mm(Y_AXIS);
  4284. Z_current = st_get_position_mm(Z_AXIS);
  4285. Z_start_location = st_get_position_mm(Z_AXIS) + Z_RAISE_BEFORE_PROBING;
  4286. ext_position = st_get_position_mm(E_AXIS);
  4287. if (code_seen('X') || code_seen('x') ) {
  4288. X_probe_location = code_value() - X_PROBE_OFFSET_FROM_EXTRUDER;
  4289. if (X_probe_location<X_MIN_POS || X_probe_location>X_MAX_POS ) {
  4290. SERIAL_PROTOCOLPGM("?Specified X position out of range.\n");
  4291. goto Sigma_Exit;
  4292. }
  4293. }
  4294. if (code_seen('Y') || code_seen('y') ) {
  4295. Y_probe_location = code_value() - Y_PROBE_OFFSET_FROM_EXTRUDER;
  4296. if (Y_probe_location<Y_MIN_POS || Y_probe_location>Y_MAX_POS ) {
  4297. SERIAL_PROTOCOLPGM("?Specified Y position out of range.\n");
  4298. goto Sigma_Exit;
  4299. }
  4300. }
  4301. if (code_seen('L') || code_seen('l') ) {
  4302. n_legs = code_value();
  4303. if ( n_legs==1 )
  4304. n_legs = 2;
  4305. if ( n_legs<0 || n_legs>15 ) {
  4306. SERIAL_PROTOCOLPGM("?Specified number of legs in movement not plausable.\n");
  4307. goto Sigma_Exit;
  4308. }
  4309. }
  4310. //
  4311. // Do all the preliminary setup work. First raise the probe.
  4312. //
  4313. st_synchronize();
  4314. plan_bed_level_matrix.set_to_identity();
  4315. plan_buffer_line( X_current, Y_current, Z_start_location,
  4316. ext_position,
  4317. homing_feedrate[Z_AXIS]/60,
  4318. active_extruder);
  4319. st_synchronize();
  4320. //
  4321. // Now get everything to the specified probe point So we can safely do a probe to
  4322. // get us close to the bed. If the Z-Axis is far from the bed, we don't want to
  4323. // use that as a starting point for each probe.
  4324. //
  4325. if (verbose_level > 2)
  4326. SERIAL_PROTOCOL("Positioning probe for the test.\n");
  4327. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  4328. ext_position,
  4329. homing_feedrate[X_AXIS]/60,
  4330. active_extruder);
  4331. st_synchronize();
  4332. current_position[X_AXIS] = X_current = st_get_position_mm(X_AXIS);
  4333. current_position[Y_AXIS] = Y_current = st_get_position_mm(Y_AXIS);
  4334. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  4335. current_position[E_AXIS] = ext_position = st_get_position_mm(E_AXIS);
  4336. //
  4337. // OK, do the inital probe to get us close to the bed.
  4338. // Then retrace the right amount and use that in subsequent probes
  4339. //
  4340. setup_for_endstop_move();
  4341. run_z_probe();
  4342. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  4343. Z_start_location = st_get_position_mm(Z_AXIS) + Z_RAISE_BEFORE_PROBING;
  4344. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  4345. ext_position,
  4346. homing_feedrate[X_AXIS]/60,
  4347. active_extruder);
  4348. st_synchronize();
  4349. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  4350. for( n=0; n<n_samples; n++) {
  4351. do_blocking_move_to( X_probe_location, Y_probe_location, Z_start_location); // Make sure we are at the probe location
  4352. if ( n_legs) {
  4353. double radius=0.0, theta=0.0, x_sweep, y_sweep;
  4354. int rotational_direction, l;
  4355. rotational_direction = (unsigned long) millis() & 0x0001; // clockwise or counter clockwise
  4356. radius = (unsigned long) millis() % (long) (X_MAX_LENGTH/4); // limit how far out to go
  4357. theta = (float) ((unsigned long) millis() % (long) 360) / (360./(2*3.1415926)); // turn into radians
  4358. //SERIAL_ECHOPAIR("starting radius: ",radius);
  4359. //SERIAL_ECHOPAIR(" theta: ",theta);
  4360. //SERIAL_ECHOPAIR(" direction: ",rotational_direction);
  4361. //SERIAL_PROTOCOLLNPGM("");
  4362. for( l=0; l<n_legs-1; l++) {
  4363. if (rotational_direction==1)
  4364. theta += (float) ((unsigned long) millis() % (long) 20) / (360.0/(2*3.1415926)); // turn into radians
  4365. else
  4366. theta -= (float) ((unsigned long) millis() % (long) 20) / (360.0/(2*3.1415926)); // turn into radians
  4367. radius += (float) ( ((long) ((unsigned long) millis() % (long) 10)) - 5);
  4368. if ( radius<0.0 )
  4369. radius = -radius;
  4370. X_current = X_probe_location + cos(theta) * radius;
  4371. Y_current = Y_probe_location + sin(theta) * radius;
  4372. if ( X_current<X_MIN_POS) // Make sure our X & Y are sane
  4373. X_current = X_MIN_POS;
  4374. if ( X_current>X_MAX_POS)
  4375. X_current = X_MAX_POS;
  4376. if ( Y_current<Y_MIN_POS) // Make sure our X & Y are sane
  4377. Y_current = Y_MIN_POS;
  4378. if ( Y_current>Y_MAX_POS)
  4379. Y_current = Y_MAX_POS;
  4380. if (verbose_level>3 ) {
  4381. SERIAL_ECHOPAIR("x: ", X_current);
  4382. SERIAL_ECHOPAIR("y: ", Y_current);
  4383. SERIAL_PROTOCOLLNPGM("");
  4384. }
  4385. do_blocking_move_to( X_current, Y_current, Z_current );
  4386. }
  4387. do_blocking_move_to( X_probe_location, Y_probe_location, Z_start_location); // Go back to the probe location
  4388. }
  4389. setup_for_endstop_move();
  4390. run_z_probe();
  4391. sample_set[n] = current_position[Z_AXIS];
  4392. //
  4393. // Get the current mean for the data points we have so far
  4394. //
  4395. sum=0.0;
  4396. for( j=0; j<=n; j++) {
  4397. sum = sum + sample_set[j];
  4398. }
  4399. mean = sum / (double (n+1));
  4400. //
  4401. // Now, use that mean to calculate the standard deviation for the
  4402. // data points we have so far
  4403. //
  4404. sum=0.0;
  4405. for( j=0; j<=n; j++) {
  4406. sum = sum + (sample_set[j]-mean) * (sample_set[j]-mean);
  4407. }
  4408. sigma = sqrt( sum / (double (n+1)) );
  4409. if (verbose_level > 1) {
  4410. SERIAL_PROTOCOL(n+1);
  4411. SERIAL_PROTOCOL(" of ");
  4412. SERIAL_PROTOCOL(n_samples);
  4413. SERIAL_PROTOCOLPGM(" z: ");
  4414. SERIAL_PROTOCOL_F(current_position[Z_AXIS], 6);
  4415. }
  4416. if (verbose_level > 2) {
  4417. SERIAL_PROTOCOL(" mean: ");
  4418. SERIAL_PROTOCOL_F(mean,6);
  4419. SERIAL_PROTOCOL(" sigma: ");
  4420. SERIAL_PROTOCOL_F(sigma,6);
  4421. }
  4422. if (verbose_level > 0)
  4423. SERIAL_PROTOCOLPGM("\n");
  4424. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  4425. current_position[E_AXIS], homing_feedrate[Z_AXIS]/60, active_extruder);
  4426. st_synchronize();
  4427. }
  4428. delay(1000);
  4429. clean_up_after_endstop_move();
  4430. // enable_endstops(true);
  4431. if (verbose_level > 0) {
  4432. SERIAL_PROTOCOLPGM("Mean: ");
  4433. SERIAL_PROTOCOL_F(mean, 6);
  4434. SERIAL_PROTOCOLPGM("\n");
  4435. }
  4436. SERIAL_PROTOCOLPGM("Standard Deviation: ");
  4437. SERIAL_PROTOCOL_F(sigma, 6);
  4438. SERIAL_PROTOCOLPGM("\n\n");
  4439. Sigma_Exit:
  4440. break;
  4441. }
  4442. #endif // Z_PROBE_REPEATABILITY_TEST
  4443. #endif // ENABLE_AUTO_BED_LEVELING
  4444. case 73: //M73 show percent done and time remaining
  4445. if(code_seen('P')) print_percent_done_normal = code_value();
  4446. if(code_seen('R')) print_time_remaining_normal = code_value();
  4447. if(code_seen('Q')) print_percent_done_silent = code_value();
  4448. if(code_seen('S')) print_time_remaining_silent = code_value();
  4449. {
  4450. const char* _msg_mode_done_remain = _N("%S MODE: Percent done: %d; print time remaining in mins: %d\n");
  4451. printf_P(_msg_mode_done_remain, _N("NORMAL"), int(print_percent_done_normal), print_time_remaining_normal);
  4452. printf_P(_msg_mode_done_remain, _N("SILENT"), int(print_percent_done_silent), print_time_remaining_silent);
  4453. }
  4454. break;
  4455. case 104: // M104
  4456. if(setTargetedHotend(104)){
  4457. break;
  4458. }
  4459. if (code_seen('S')) setTargetHotend(code_value(), tmp_extruder);
  4460. setWatch();
  4461. break;
  4462. case 112: // M112 -Emergency Stop
  4463. kill(_n(""), 3);
  4464. break;
  4465. case 140: // M140 set bed temp
  4466. if (code_seen('S')) setTargetBed(code_value());
  4467. break;
  4468. case 105 : // M105
  4469. if(setTargetedHotend(105)){
  4470. break;
  4471. }
  4472. #if defined(TEMP_0_PIN) && TEMP_0_PIN > -1
  4473. SERIAL_PROTOCOLPGM("ok T:");
  4474. SERIAL_PROTOCOL_F(degHotend(tmp_extruder),1);
  4475. SERIAL_PROTOCOLPGM(" /");
  4476. SERIAL_PROTOCOL_F(degTargetHotend(tmp_extruder),1);
  4477. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  4478. SERIAL_PROTOCOLPGM(" B:");
  4479. SERIAL_PROTOCOL_F(degBed(),1);
  4480. SERIAL_PROTOCOLPGM(" /");
  4481. SERIAL_PROTOCOL_F(degTargetBed(),1);
  4482. #endif //TEMP_BED_PIN
  4483. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  4484. SERIAL_PROTOCOLPGM(" T");
  4485. SERIAL_PROTOCOL(cur_extruder);
  4486. SERIAL_PROTOCOLPGM(":");
  4487. SERIAL_PROTOCOL_F(degHotend(cur_extruder),1);
  4488. SERIAL_PROTOCOLPGM(" /");
  4489. SERIAL_PROTOCOL_F(degTargetHotend(cur_extruder),1);
  4490. }
  4491. #else
  4492. SERIAL_ERROR_START;
  4493. SERIAL_ERRORLNRPGM(_i("No thermistors - no temperature"));////MSG_ERR_NO_THERMISTORS c=0 r=0
  4494. #endif
  4495. SERIAL_PROTOCOLPGM(" @:");
  4496. #ifdef EXTRUDER_WATTS
  4497. SERIAL_PROTOCOL((EXTRUDER_WATTS * getHeaterPower(tmp_extruder))/127);
  4498. SERIAL_PROTOCOLPGM("W");
  4499. #else
  4500. SERIAL_PROTOCOL(getHeaterPower(tmp_extruder));
  4501. #endif
  4502. SERIAL_PROTOCOLPGM(" B@:");
  4503. #ifdef BED_WATTS
  4504. SERIAL_PROTOCOL((BED_WATTS * getHeaterPower(-1))/127);
  4505. SERIAL_PROTOCOLPGM("W");
  4506. #else
  4507. SERIAL_PROTOCOL(getHeaterPower(-1));
  4508. #endif
  4509. #ifdef PINDA_THERMISTOR
  4510. SERIAL_PROTOCOLPGM(" P:");
  4511. SERIAL_PROTOCOL_F(current_temperature_pinda,1);
  4512. #endif //PINDA_THERMISTOR
  4513. #ifdef AMBIENT_THERMISTOR
  4514. SERIAL_PROTOCOLPGM(" A:");
  4515. SERIAL_PROTOCOL_F(current_temperature_ambient,1);
  4516. #endif //AMBIENT_THERMISTOR
  4517. #ifdef SHOW_TEMP_ADC_VALUES
  4518. {float raw = 0.0;
  4519. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  4520. SERIAL_PROTOCOLPGM(" ADC B:");
  4521. SERIAL_PROTOCOL_F(degBed(),1);
  4522. SERIAL_PROTOCOLPGM("C->");
  4523. raw = rawBedTemp();
  4524. SERIAL_PROTOCOL_F(raw/OVERSAMPLENR,5);
  4525. SERIAL_PROTOCOLPGM(" Rb->");
  4526. SERIAL_PROTOCOL_F(100 * (1 + (PtA * (raw/OVERSAMPLENR)) + (PtB * sq((raw/OVERSAMPLENR)))), 5);
  4527. SERIAL_PROTOCOLPGM(" Rxb->");
  4528. SERIAL_PROTOCOL_F(raw, 5);
  4529. #endif
  4530. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  4531. SERIAL_PROTOCOLPGM(" T");
  4532. SERIAL_PROTOCOL(cur_extruder);
  4533. SERIAL_PROTOCOLPGM(":");
  4534. SERIAL_PROTOCOL_F(degHotend(cur_extruder),1);
  4535. SERIAL_PROTOCOLPGM("C->");
  4536. raw = rawHotendTemp(cur_extruder);
  4537. SERIAL_PROTOCOL_F(raw/OVERSAMPLENR,5);
  4538. SERIAL_PROTOCOLPGM(" Rt");
  4539. SERIAL_PROTOCOL(cur_extruder);
  4540. SERIAL_PROTOCOLPGM("->");
  4541. SERIAL_PROTOCOL_F(100 * (1 + (PtA * (raw/OVERSAMPLENR)) + (PtB * sq((raw/OVERSAMPLENR)))), 5);
  4542. SERIAL_PROTOCOLPGM(" Rx");
  4543. SERIAL_PROTOCOL(cur_extruder);
  4544. SERIAL_PROTOCOLPGM("->");
  4545. SERIAL_PROTOCOL_F(raw, 5);
  4546. }}
  4547. #endif
  4548. SERIAL_PROTOCOLLN("");
  4549. KEEPALIVE_STATE(NOT_BUSY);
  4550. return;
  4551. break;
  4552. case 109:
  4553. {// M109 - Wait for extruder heater to reach target.
  4554. if(setTargetedHotend(109)){
  4555. break;
  4556. }
  4557. LCD_MESSAGERPGM(_T(MSG_HEATING));
  4558. heating_status = 1;
  4559. if (farm_mode) { prusa_statistics(1); };
  4560. #ifdef AUTOTEMP
  4561. autotemp_enabled=false;
  4562. #endif
  4563. if (code_seen('S')) {
  4564. setTargetHotend(code_value(), tmp_extruder);
  4565. CooldownNoWait = true;
  4566. } else if (code_seen('R')) {
  4567. setTargetHotend(code_value(), tmp_extruder);
  4568. CooldownNoWait = false;
  4569. }
  4570. #ifdef AUTOTEMP
  4571. if (code_seen('S')) autotemp_min=code_value();
  4572. if (code_seen('B')) autotemp_max=code_value();
  4573. if (code_seen('F'))
  4574. {
  4575. autotemp_factor=code_value();
  4576. autotemp_enabled=true;
  4577. }
  4578. #endif
  4579. setWatch();
  4580. codenum = millis();
  4581. /* See if we are heating up or cooling down */
  4582. target_direction = isHeatingHotend(tmp_extruder); // true if heating, false if cooling
  4583. KEEPALIVE_STATE(NOT_BUSY);
  4584. cancel_heatup = false;
  4585. wait_for_heater(codenum); //loops until target temperature is reached
  4586. LCD_MESSAGERPGM(_T(MSG_HEATING_COMPLETE));
  4587. KEEPALIVE_STATE(IN_HANDLER);
  4588. heating_status = 2;
  4589. if (farm_mode) { prusa_statistics(2); };
  4590. //starttime=millis();
  4591. previous_millis_cmd = millis();
  4592. }
  4593. break;
  4594. case 190: // M190 - Wait for bed heater to reach target.
  4595. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  4596. LCD_MESSAGERPGM(_T(MSG_BED_HEATING));
  4597. heating_status = 3;
  4598. if (farm_mode) { prusa_statistics(1); };
  4599. if (code_seen('S'))
  4600. {
  4601. setTargetBed(code_value());
  4602. CooldownNoWait = true;
  4603. }
  4604. else if (code_seen('R'))
  4605. {
  4606. setTargetBed(code_value());
  4607. CooldownNoWait = false;
  4608. }
  4609. codenum = millis();
  4610. cancel_heatup = false;
  4611. target_direction = isHeatingBed(); // true if heating, false if cooling
  4612. KEEPALIVE_STATE(NOT_BUSY);
  4613. while ( (target_direction)&&(!cancel_heatup) ? (isHeatingBed()) : (isCoolingBed()&&(CooldownNoWait==false)) )
  4614. {
  4615. if(( millis() - codenum) > 1000 ) //Print Temp Reading every 1 second while heating up.
  4616. {
  4617. if (!farm_mode) {
  4618. float tt = degHotend(active_extruder);
  4619. SERIAL_PROTOCOLPGM("T:");
  4620. SERIAL_PROTOCOL(tt);
  4621. SERIAL_PROTOCOLPGM(" E:");
  4622. SERIAL_PROTOCOL((int)active_extruder);
  4623. SERIAL_PROTOCOLPGM(" B:");
  4624. SERIAL_PROTOCOL_F(degBed(), 1);
  4625. SERIAL_PROTOCOLLN("");
  4626. }
  4627. codenum = millis();
  4628. }
  4629. manage_heater();
  4630. manage_inactivity();
  4631. lcd_update();
  4632. }
  4633. LCD_MESSAGERPGM(_T(MSG_BED_DONE));
  4634. KEEPALIVE_STATE(IN_HANDLER);
  4635. heating_status = 4;
  4636. previous_millis_cmd = millis();
  4637. #endif
  4638. break;
  4639. #if defined(FAN_PIN) && FAN_PIN > -1
  4640. case 106: //M106 Fan On
  4641. if (code_seen('S')){
  4642. fanSpeed=constrain(code_value(),0,255);
  4643. }
  4644. else {
  4645. fanSpeed=255;
  4646. }
  4647. break;
  4648. case 107: //M107 Fan Off
  4649. fanSpeed = 0;
  4650. break;
  4651. #endif //FAN_PIN
  4652. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  4653. case 80: // M80 - Turn on Power Supply
  4654. SET_OUTPUT(PS_ON_PIN); //GND
  4655. WRITE(PS_ON_PIN, PS_ON_AWAKE);
  4656. // If you have a switch on suicide pin, this is useful
  4657. // if you want to start another print with suicide feature after
  4658. // a print without suicide...
  4659. #if defined SUICIDE_PIN && SUICIDE_PIN > -1
  4660. SET_OUTPUT(SUICIDE_PIN);
  4661. WRITE(SUICIDE_PIN, HIGH);
  4662. #endif
  4663. #ifdef ULTIPANEL
  4664. powersupply = true;
  4665. LCD_MESSAGERPGM(_T(WELCOME_MSG));
  4666. lcd_update();
  4667. #endif
  4668. break;
  4669. #endif
  4670. case 81: // M81 - Turn off Power Supply
  4671. disable_heater();
  4672. st_synchronize();
  4673. disable_e0();
  4674. disable_e1();
  4675. disable_e2();
  4676. finishAndDisableSteppers();
  4677. fanSpeed = 0;
  4678. delay(1000); // Wait a little before to switch off
  4679. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  4680. st_synchronize();
  4681. suicide();
  4682. #elif defined(PS_ON_PIN) && PS_ON_PIN > -1
  4683. SET_OUTPUT(PS_ON_PIN);
  4684. WRITE(PS_ON_PIN, PS_ON_ASLEEP);
  4685. #endif
  4686. #ifdef ULTIPANEL
  4687. powersupply = false;
  4688. LCD_MESSAGERPGM(CAT4(CUSTOM_MENDEL_NAME,PSTR(" "),MSG_OFF,PSTR(".")));
  4689. lcd_update();
  4690. #endif
  4691. break;
  4692. case 82:
  4693. axis_relative_modes[3] = false;
  4694. break;
  4695. case 83:
  4696. axis_relative_modes[3] = true;
  4697. break;
  4698. case 18: //compatibility
  4699. case 84: // M84
  4700. if(code_seen('S')){
  4701. stepper_inactive_time = code_value() * 1000;
  4702. }
  4703. else
  4704. {
  4705. 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])));
  4706. if(all_axis)
  4707. {
  4708. st_synchronize();
  4709. disable_e0();
  4710. disable_e1();
  4711. disable_e2();
  4712. finishAndDisableSteppers();
  4713. }
  4714. else
  4715. {
  4716. st_synchronize();
  4717. if (code_seen('X')) disable_x();
  4718. if (code_seen('Y')) disable_y();
  4719. if (code_seen('Z')) disable_z();
  4720. #if ((E0_ENABLE_PIN != X_ENABLE_PIN) && (E1_ENABLE_PIN != Y_ENABLE_PIN)) // Only enable on boards that have seperate ENABLE_PINS
  4721. if (code_seen('E')) {
  4722. disable_e0();
  4723. disable_e1();
  4724. disable_e2();
  4725. }
  4726. #endif
  4727. }
  4728. }
  4729. //in the end of print set estimated time to end of print and extruders used during print to default values for next print
  4730. print_time_remaining_init();
  4731. snmm_filaments_used = 0;
  4732. break;
  4733. case 85: // M85
  4734. if(code_seen('S')) {
  4735. max_inactive_time = code_value() * 1000;
  4736. }
  4737. break;
  4738. #ifdef SAFETYTIMER
  4739. case 86: // M86 - set safety timer expiration time in seconds; M86 S0 will disable safety timer
  4740. //when safety timer expires heatbed and nozzle target temperatures are set to zero
  4741. if (code_seen('S')) {
  4742. safetytimer_inactive_time = code_value() * 1000;
  4743. safetyTimer.start();
  4744. }
  4745. break;
  4746. #endif
  4747. case 92: // M92
  4748. for(int8_t i=0; i < NUM_AXIS; i++)
  4749. {
  4750. if(code_seen(axis_codes[i]))
  4751. {
  4752. if(i == 3) { // E
  4753. float value = code_value();
  4754. if(value < 20.0) {
  4755. float factor = axis_steps_per_unit[i] / value; // increase e constants if M92 E14 is given for netfab.
  4756. max_jerk[E_AXIS] *= factor;
  4757. max_feedrate[i] *= factor;
  4758. axis_steps_per_sqr_second[i] *= factor;
  4759. }
  4760. axis_steps_per_unit[i] = value;
  4761. }
  4762. else {
  4763. axis_steps_per_unit[i] = code_value();
  4764. }
  4765. }
  4766. }
  4767. break;
  4768. case 110: // M110 - reset line pos
  4769. if (code_seen('N'))
  4770. gcode_LastN = code_value_long();
  4771. break;
  4772. #ifdef HOST_KEEPALIVE_FEATURE
  4773. case 113: // M113 - Get or set Host Keepalive interval
  4774. if (code_seen('S')) {
  4775. host_keepalive_interval = (uint8_t)code_value_short();
  4776. // NOMORE(host_keepalive_interval, 60);
  4777. }
  4778. else {
  4779. SERIAL_ECHO_START;
  4780. SERIAL_ECHOPAIR("M113 S", (unsigned long)host_keepalive_interval);
  4781. SERIAL_PROTOCOLLN("");
  4782. }
  4783. break;
  4784. #endif
  4785. case 115: // M115
  4786. if (code_seen('V')) {
  4787. // Report the Prusa version number.
  4788. SERIAL_PROTOCOLLNRPGM(FW_VERSION_STR_P());
  4789. } else if (code_seen('U')) {
  4790. // Check the firmware version provided. If the firmware version provided by the U code is higher than the currently running firmware,
  4791. // pause the print and ask the user to upgrade the firmware.
  4792. show_upgrade_dialog_if_version_newer(++ strchr_pointer);
  4793. } else {
  4794. SERIAL_ECHOPGM("FIRMWARE_NAME:Prusa-Firmware ");
  4795. SERIAL_ECHORPGM(FW_VERSION_STR_P());
  4796. SERIAL_ECHOPGM(" based on Marlin FIRMWARE_URL:https://github.com/prusa3d/Prusa-Firmware PROTOCOL_VERSION:");
  4797. SERIAL_ECHOPGM(PROTOCOL_VERSION);
  4798. SERIAL_ECHOPGM(" MACHINE_TYPE:");
  4799. SERIAL_ECHOPGM(CUSTOM_MENDEL_NAME);
  4800. SERIAL_ECHOPGM(" EXTRUDER_COUNT:");
  4801. SERIAL_ECHOPGM(STRINGIFY(EXTRUDERS));
  4802. SERIAL_ECHOPGM(" UUID:");
  4803. SERIAL_ECHOLNPGM(MACHINE_UUID);
  4804. }
  4805. break;
  4806. /* case 117: // M117 display message
  4807. starpos = (strchr(strchr_pointer + 5,'*'));
  4808. if(starpos!=NULL)
  4809. *(starpos)='\0';
  4810. lcd_setstatus(strchr_pointer + 5);
  4811. break;*/
  4812. case 114: // M114
  4813. gcode_M114();
  4814. break;
  4815. case 120: // M120
  4816. enable_endstops(false) ;
  4817. break;
  4818. case 121: // M121
  4819. enable_endstops(true) ;
  4820. break;
  4821. case 119: // M119
  4822. SERIAL_PROTOCOLRPGM(_i("Reporting endstop status"));////MSG_M119_REPORT c=0 r=0
  4823. SERIAL_PROTOCOLLN("");
  4824. #if defined(X_MIN_PIN) && X_MIN_PIN > -1
  4825. SERIAL_PROTOCOLRPGM(_n("x_min: "));////MSG_X_MIN c=0 r=0
  4826. if(READ(X_MIN_PIN)^X_MIN_ENDSTOP_INVERTING){
  4827. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_HIT));
  4828. }else{
  4829. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_OPEN));
  4830. }
  4831. SERIAL_PROTOCOLLN("");
  4832. #endif
  4833. #if defined(X_MAX_PIN) && X_MAX_PIN > -1
  4834. SERIAL_PROTOCOLRPGM(_n("x_max: "));////MSG_X_MAX c=0 r=0
  4835. if(READ(X_MAX_PIN)^X_MAX_ENDSTOP_INVERTING){
  4836. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_HIT));
  4837. }else{
  4838. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_OPEN));
  4839. }
  4840. SERIAL_PROTOCOLLN("");
  4841. #endif
  4842. #if defined(Y_MIN_PIN) && Y_MIN_PIN > -1
  4843. SERIAL_PROTOCOLRPGM(_n("y_min: "));////MSG_Y_MIN c=0 r=0
  4844. if(READ(Y_MIN_PIN)^Y_MIN_ENDSTOP_INVERTING){
  4845. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_HIT));
  4846. }else{
  4847. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_OPEN));
  4848. }
  4849. SERIAL_PROTOCOLLN("");
  4850. #endif
  4851. #if defined(Y_MAX_PIN) && Y_MAX_PIN > -1
  4852. SERIAL_PROTOCOLRPGM(_n("y_max: "));////MSG_Y_MAX c=0 r=0
  4853. if(READ(Y_MAX_PIN)^Y_MAX_ENDSTOP_INVERTING){
  4854. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_HIT));
  4855. }else{
  4856. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_OPEN));
  4857. }
  4858. SERIAL_PROTOCOLLN("");
  4859. #endif
  4860. #if defined(Z_MIN_PIN) && Z_MIN_PIN > -1
  4861. SERIAL_PROTOCOLRPGM(MSG_Z_MIN);
  4862. if(READ(Z_MIN_PIN)^Z_MIN_ENDSTOP_INVERTING){
  4863. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_HIT));
  4864. }else{
  4865. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_OPEN));
  4866. }
  4867. SERIAL_PROTOCOLLN("");
  4868. #endif
  4869. #if defined(Z_MAX_PIN) && Z_MAX_PIN > -1
  4870. SERIAL_PROTOCOLRPGM(MSG_Z_MAX);
  4871. if(READ(Z_MAX_PIN)^Z_MAX_ENDSTOP_INVERTING){
  4872. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_HIT));
  4873. }else{
  4874. SERIAL_PROTOCOLRPGM(_T(MSG_ENDSTOP_OPEN));
  4875. }
  4876. SERIAL_PROTOCOLLN("");
  4877. #endif
  4878. break;
  4879. //TODO: update for all axis, use for loop
  4880. #ifdef BLINKM
  4881. case 150: // M150
  4882. {
  4883. byte red;
  4884. byte grn;
  4885. byte blu;
  4886. if(code_seen('R')) red = code_value();
  4887. if(code_seen('U')) grn = code_value();
  4888. if(code_seen('B')) blu = code_value();
  4889. SendColors(red,grn,blu);
  4890. }
  4891. break;
  4892. #endif //BLINKM
  4893. case 200: // M200 D<millimeters> set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).
  4894. {
  4895. tmp_extruder = active_extruder;
  4896. if(code_seen('T')) {
  4897. tmp_extruder = code_value();
  4898. if(tmp_extruder >= EXTRUDERS) {
  4899. SERIAL_ECHO_START;
  4900. SERIAL_ECHO(_i("M200 Invalid extruder "));////MSG_M200_INVALID_EXTRUDER c=0 r=0
  4901. break;
  4902. }
  4903. }
  4904. float area = .0;
  4905. if(code_seen('D')) {
  4906. float diameter = (float)code_value();
  4907. if (diameter == 0.0) {
  4908. // setting any extruder filament size disables volumetric on the assumption that
  4909. // slicers either generate in extruder values as cubic mm or as as filament feeds
  4910. // for all extruders
  4911. volumetric_enabled = false;
  4912. } else {
  4913. filament_size[tmp_extruder] = (float)code_value();
  4914. // make sure all extruders have some sane value for the filament size
  4915. filament_size[0] = (filament_size[0] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : filament_size[0]);
  4916. #if EXTRUDERS > 1
  4917. filament_size[1] = (filament_size[1] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : filament_size[1]);
  4918. #if EXTRUDERS > 2
  4919. filament_size[2] = (filament_size[2] == 0.0 ? DEFAULT_NOMINAL_FILAMENT_DIA : filament_size[2]);
  4920. #endif
  4921. #endif
  4922. volumetric_enabled = true;
  4923. }
  4924. } else {
  4925. //reserved for setting filament diameter via UFID or filament measuring device
  4926. break;
  4927. }
  4928. calculate_extruder_multipliers();
  4929. }
  4930. break;
  4931. case 201: // M201
  4932. for(int8_t i=0; i < NUM_AXIS; i++)
  4933. {
  4934. if(code_seen(axis_codes[i]))
  4935. {
  4936. max_acceleration_units_per_sq_second[i] = code_value();
  4937. }
  4938. }
  4939. // 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)
  4940. reset_acceleration_rates();
  4941. break;
  4942. #if 0 // Not used for Sprinter/grbl gen6
  4943. case 202: // M202
  4944. for(int8_t i=0; i < NUM_AXIS; i++) {
  4945. if(code_seen(axis_codes[i])) axis_travel_steps_per_sqr_second[i] = code_value() * axis_steps_per_unit[i];
  4946. }
  4947. break;
  4948. #endif
  4949. case 203: // M203 max feedrate mm/sec
  4950. for(int8_t i=0; i < NUM_AXIS; i++) {
  4951. if(code_seen(axis_codes[i])) max_feedrate[i] = code_value();
  4952. }
  4953. break;
  4954. case 204: // M204 acclereration S normal moves T filmanent only moves
  4955. {
  4956. if(code_seen('S')) acceleration = code_value() ;
  4957. if(code_seen('T')) retract_acceleration = code_value() ;
  4958. }
  4959. break;
  4960. case 205: //M205 advanced settings: minimum travel speed S=while printing T=travel only, B=minimum segment time X= maximum xy jerk, Z=maximum Z jerk
  4961. {
  4962. if(code_seen('S')) minimumfeedrate = code_value();
  4963. if(code_seen('T')) mintravelfeedrate = code_value();
  4964. if(code_seen('B')) minsegmenttime = code_value() ;
  4965. if(code_seen('X')) max_jerk[X_AXIS] = max_jerk[Y_AXIS] = code_value();
  4966. if(code_seen('Y')) max_jerk[Y_AXIS] = code_value();
  4967. if(code_seen('Z')) max_jerk[Z_AXIS] = code_value();
  4968. if(code_seen('E')) max_jerk[E_AXIS] = code_value();
  4969. if (max_jerk[X_AXIS] > DEFAULT_XJERK) max_jerk[X_AXIS] = DEFAULT_XJERK;
  4970. if (max_jerk[Y_AXIS] > DEFAULT_YJERK) max_jerk[Y_AXIS] = DEFAULT_YJERK;
  4971. }
  4972. break;
  4973. case 206: // M206 additional homing offset
  4974. for(int8_t i=0; i < 3; i++)
  4975. {
  4976. if(code_seen(axis_codes[i])) add_homing[i] = code_value();
  4977. }
  4978. break;
  4979. #ifdef FWRETRACT
  4980. case 207: //M207 - set retract length S[positive mm] F[feedrate mm/min] Z[additional zlift/hop]
  4981. {
  4982. if(code_seen('S'))
  4983. {
  4984. retract_length = code_value() ;
  4985. }
  4986. if(code_seen('F'))
  4987. {
  4988. retract_feedrate = code_value()/60 ;
  4989. }
  4990. if(code_seen('Z'))
  4991. {
  4992. retract_zlift = code_value() ;
  4993. }
  4994. }break;
  4995. case 208: // M208 - set retract recover length S[positive mm surplus to the M207 S*] F[feedrate mm/min]
  4996. {
  4997. if(code_seen('S'))
  4998. {
  4999. retract_recover_length = code_value() ;
  5000. }
  5001. if(code_seen('F'))
  5002. {
  5003. retract_recover_feedrate = code_value()/60 ;
  5004. }
  5005. }break;
  5006. 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.
  5007. {
  5008. if(code_seen('S'))
  5009. {
  5010. int t= code_value() ;
  5011. switch(t)
  5012. {
  5013. case 0:
  5014. {
  5015. autoretract_enabled=false;
  5016. retracted[0]=false;
  5017. #if EXTRUDERS > 1
  5018. retracted[1]=false;
  5019. #endif
  5020. #if EXTRUDERS > 2
  5021. retracted[2]=false;
  5022. #endif
  5023. }break;
  5024. case 1:
  5025. {
  5026. autoretract_enabled=true;
  5027. retracted[0]=false;
  5028. #if EXTRUDERS > 1
  5029. retracted[1]=false;
  5030. #endif
  5031. #if EXTRUDERS > 2
  5032. retracted[2]=false;
  5033. #endif
  5034. }break;
  5035. default:
  5036. SERIAL_ECHO_START;
  5037. SERIAL_ECHORPGM(MSG_UNKNOWN_COMMAND);
  5038. SERIAL_ECHO(CMDBUFFER_CURRENT_STRING);
  5039. SERIAL_ECHOLNPGM("\"(1)");
  5040. }
  5041. }
  5042. }break;
  5043. #endif // FWRETRACT
  5044. #if EXTRUDERS > 1
  5045. case 218: // M218 - set hotend offset (in mm), T<extruder_number> X<offset_on_X> Y<offset_on_Y>
  5046. {
  5047. if(setTargetedHotend(218)){
  5048. break;
  5049. }
  5050. if(code_seen('X'))
  5051. {
  5052. extruder_offset[X_AXIS][tmp_extruder] = code_value();
  5053. }
  5054. if(code_seen('Y'))
  5055. {
  5056. extruder_offset[Y_AXIS][tmp_extruder] = code_value();
  5057. }
  5058. SERIAL_ECHO_START;
  5059. SERIAL_ECHORPGM(MSG_HOTEND_OFFSET);
  5060. for(tmp_extruder = 0; tmp_extruder < EXTRUDERS; tmp_extruder++)
  5061. {
  5062. SERIAL_ECHO(" ");
  5063. SERIAL_ECHO(extruder_offset[X_AXIS][tmp_extruder]);
  5064. SERIAL_ECHO(",");
  5065. SERIAL_ECHO(extruder_offset[Y_AXIS][tmp_extruder]);
  5066. }
  5067. SERIAL_ECHOLN("");
  5068. }break;
  5069. #endif
  5070. case 220: // M220 S<factor in percent>- set speed factor override percentage
  5071. {
  5072. if(code_seen('S'))
  5073. {
  5074. feedmultiply = code_value() ;
  5075. }
  5076. }
  5077. break;
  5078. case 221: // M221 S<factor in percent>- set extrude factor override percentage
  5079. {
  5080. if(code_seen('S'))
  5081. {
  5082. int tmp_code = code_value();
  5083. if (code_seen('T'))
  5084. {
  5085. if(setTargetedHotend(221)){
  5086. break;
  5087. }
  5088. extruder_multiply[tmp_extruder] = tmp_code;
  5089. }
  5090. else
  5091. {
  5092. extrudemultiply = tmp_code ;
  5093. }
  5094. }
  5095. calculate_extruder_multipliers();
  5096. }
  5097. break;
  5098. #ifndef _DISABLE_M42_M226
  5099. case 226: // M226 P<pin number> S<pin state>- Wait until the specified pin reaches the state required
  5100. {
  5101. if(code_seen('P')){
  5102. int pin_number = code_value(); // pin number
  5103. int pin_state = -1; // required pin state - default is inverted
  5104. if(code_seen('S')) pin_state = code_value(); // required pin state
  5105. if(pin_state >= -1 && pin_state <= 1){
  5106. for(int8_t i = 0; i < (int8_t)(sizeof(sensitive_pins)/sizeof(int)); i++)
  5107. {
  5108. if (sensitive_pins[i] == pin_number)
  5109. {
  5110. pin_number = -1;
  5111. break;
  5112. }
  5113. }
  5114. if (pin_number > -1)
  5115. {
  5116. int target = LOW;
  5117. st_synchronize();
  5118. pinMode(pin_number, INPUT);
  5119. switch(pin_state){
  5120. case 1:
  5121. target = HIGH;
  5122. break;
  5123. case 0:
  5124. target = LOW;
  5125. break;
  5126. case -1:
  5127. target = !digitalRead(pin_number);
  5128. break;
  5129. }
  5130. while(digitalRead(pin_number) != target){
  5131. manage_heater();
  5132. manage_inactivity();
  5133. lcd_update();
  5134. }
  5135. }
  5136. }
  5137. }
  5138. }
  5139. break;
  5140. #endif //_DISABLE_M42_M226
  5141. #if NUM_SERVOS > 0
  5142. case 280: // M280 - set servo position absolute. P: servo index, S: angle or microseconds
  5143. {
  5144. int servo_index = -1;
  5145. int servo_position = 0;
  5146. if (code_seen('P'))
  5147. servo_index = code_value();
  5148. if (code_seen('S')) {
  5149. servo_position = code_value();
  5150. if ((servo_index >= 0) && (servo_index < NUM_SERVOS)) {
  5151. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  5152. servos[servo_index].attach(0);
  5153. #endif
  5154. servos[servo_index].write(servo_position);
  5155. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  5156. delay(PROBE_SERVO_DEACTIVATION_DELAY);
  5157. servos[servo_index].detach();
  5158. #endif
  5159. }
  5160. else {
  5161. SERIAL_ECHO_START;
  5162. SERIAL_ECHO("Servo ");
  5163. SERIAL_ECHO(servo_index);
  5164. SERIAL_ECHOLN(" out of range");
  5165. }
  5166. }
  5167. else if (servo_index >= 0) {
  5168. SERIAL_PROTOCOL(_T(MSG_OK));
  5169. SERIAL_PROTOCOL(" Servo ");
  5170. SERIAL_PROTOCOL(servo_index);
  5171. SERIAL_PROTOCOL(": ");
  5172. SERIAL_PROTOCOL(servos[servo_index].read());
  5173. SERIAL_PROTOCOLLN("");
  5174. }
  5175. }
  5176. break;
  5177. #endif // NUM_SERVOS > 0
  5178. #if (LARGE_FLASH == true && ( BEEPER > 0 || defined(ULTRALCD) || defined(LCD_USE_I2C_BUZZER)))
  5179. case 300: // M300
  5180. {
  5181. int beepS = code_seen('S') ? code_value() : 110;
  5182. int beepP = code_seen('P') ? code_value() : 1000;
  5183. if (beepS > 0)
  5184. {
  5185. #if BEEPER > 0
  5186. tone(BEEPER, beepS);
  5187. delay(beepP);
  5188. noTone(BEEPER);
  5189. #elif defined(ULTRALCD)
  5190. lcd_buzz(beepS, beepP);
  5191. #elif defined(LCD_USE_I2C_BUZZER)
  5192. lcd_buzz(beepP, beepS);
  5193. #endif
  5194. }
  5195. else
  5196. {
  5197. delay(beepP);
  5198. }
  5199. }
  5200. break;
  5201. #endif // M300
  5202. #ifdef PIDTEMP
  5203. case 301: // M301
  5204. {
  5205. if(code_seen('P')) Kp = code_value();
  5206. if(code_seen('I')) Ki = scalePID_i(code_value());
  5207. if(code_seen('D')) Kd = scalePID_d(code_value());
  5208. #ifdef PID_ADD_EXTRUSION_RATE
  5209. if(code_seen('C')) Kc = code_value();
  5210. #endif
  5211. updatePID();
  5212. SERIAL_PROTOCOLRPGM(_T(MSG_OK));
  5213. SERIAL_PROTOCOL(" p:");
  5214. SERIAL_PROTOCOL(Kp);
  5215. SERIAL_PROTOCOL(" i:");
  5216. SERIAL_PROTOCOL(unscalePID_i(Ki));
  5217. SERIAL_PROTOCOL(" d:");
  5218. SERIAL_PROTOCOL(unscalePID_d(Kd));
  5219. #ifdef PID_ADD_EXTRUSION_RATE
  5220. SERIAL_PROTOCOL(" c:");
  5221. //Kc does not have scaling applied above, or in resetting defaults
  5222. SERIAL_PROTOCOL(Kc);
  5223. #endif
  5224. SERIAL_PROTOCOLLN("");
  5225. }
  5226. break;
  5227. #endif //PIDTEMP
  5228. #ifdef PIDTEMPBED
  5229. case 304: // M304
  5230. {
  5231. if(code_seen('P')) bedKp = code_value();
  5232. if(code_seen('I')) bedKi = scalePID_i(code_value());
  5233. if(code_seen('D')) bedKd = scalePID_d(code_value());
  5234. updatePID();
  5235. SERIAL_PROTOCOLRPGM(_T(MSG_OK));
  5236. SERIAL_PROTOCOL(" p:");
  5237. SERIAL_PROTOCOL(bedKp);
  5238. SERIAL_PROTOCOL(" i:");
  5239. SERIAL_PROTOCOL(unscalePID_i(bedKi));
  5240. SERIAL_PROTOCOL(" d:");
  5241. SERIAL_PROTOCOL(unscalePID_d(bedKd));
  5242. SERIAL_PROTOCOLLN("");
  5243. }
  5244. break;
  5245. #endif //PIDTEMP
  5246. case 240: // M240 Triggers a camera by emulating a Canon RC-1 : http://www.doc-diy.net/photo/rc-1_hacked/
  5247. {
  5248. #ifdef CHDK
  5249. SET_OUTPUT(CHDK);
  5250. WRITE(CHDK, HIGH);
  5251. chdkHigh = millis();
  5252. chdkActive = true;
  5253. #else
  5254. #if defined(PHOTOGRAPH_PIN) && PHOTOGRAPH_PIN > -1
  5255. const uint8_t NUM_PULSES=16;
  5256. const float PULSE_LENGTH=0.01524;
  5257. for(int i=0; i < NUM_PULSES; i++) {
  5258. WRITE(PHOTOGRAPH_PIN, HIGH);
  5259. _delay_ms(PULSE_LENGTH);
  5260. WRITE(PHOTOGRAPH_PIN, LOW);
  5261. _delay_ms(PULSE_LENGTH);
  5262. }
  5263. delay(7.33);
  5264. for(int i=0; i < NUM_PULSES; i++) {
  5265. WRITE(PHOTOGRAPH_PIN, HIGH);
  5266. _delay_ms(PULSE_LENGTH);
  5267. WRITE(PHOTOGRAPH_PIN, LOW);
  5268. _delay_ms(PULSE_LENGTH);
  5269. }
  5270. #endif
  5271. #endif //chdk end if
  5272. }
  5273. break;
  5274. #ifdef DOGLCD
  5275. case 250: // M250 Set LCD contrast value: C<value> (value 0..63)
  5276. {
  5277. if (code_seen('C')) {
  5278. lcd_setcontrast( ((int)code_value())&63 );
  5279. }
  5280. SERIAL_PROTOCOLPGM("lcd contrast value: ");
  5281. SERIAL_PROTOCOL(lcd_contrast);
  5282. SERIAL_PROTOCOLLN("");
  5283. }
  5284. break;
  5285. #endif
  5286. #ifdef PREVENT_DANGEROUS_EXTRUDE
  5287. case 302: // allow cold extrudes, or set the minimum extrude temperature
  5288. {
  5289. float temp = .0;
  5290. if (code_seen('S')) temp=code_value();
  5291. set_extrude_min_temp(temp);
  5292. }
  5293. break;
  5294. #endif
  5295. case 303: // M303 PID autotune
  5296. {
  5297. float temp = 150.0;
  5298. int e=0;
  5299. int c=5;
  5300. if (code_seen('E')) e=code_value();
  5301. if (e<0)
  5302. temp=70;
  5303. if (code_seen('S')) temp=code_value();
  5304. if (code_seen('C')) c=code_value();
  5305. PID_autotune(temp, e, c);
  5306. }
  5307. break;
  5308. case 400: // M400 finish all moves
  5309. {
  5310. st_synchronize();
  5311. }
  5312. break;
  5313. case 500: // M500 Store settings in EEPROM
  5314. {
  5315. Config_StoreSettings(EEPROM_OFFSET);
  5316. }
  5317. break;
  5318. case 501: // M501 Read settings from EEPROM
  5319. {
  5320. Config_RetrieveSettings(EEPROM_OFFSET);
  5321. }
  5322. break;
  5323. case 502: // M502 Revert to default settings
  5324. {
  5325. Config_ResetDefault();
  5326. }
  5327. break;
  5328. case 503: // M503 print settings currently in memory
  5329. {
  5330. Config_PrintSettings();
  5331. }
  5332. break;
  5333. case 509: //M509 Force language selection
  5334. {
  5335. lang_reset();
  5336. SERIAL_ECHO_START;
  5337. SERIAL_PROTOCOLPGM(("LANG SEL FORCED"));
  5338. }
  5339. break;
  5340. #ifdef ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED
  5341. case 540:
  5342. {
  5343. if(code_seen('S')) abort_on_endstop_hit = code_value() > 0;
  5344. }
  5345. break;
  5346. #endif
  5347. #ifdef CUSTOM_M_CODE_SET_Z_PROBE_OFFSET
  5348. case CUSTOM_M_CODE_SET_Z_PROBE_OFFSET:
  5349. {
  5350. float value;
  5351. if (code_seen('Z'))
  5352. {
  5353. value = code_value();
  5354. if ((Z_PROBE_OFFSET_RANGE_MIN <= value) && (value <= Z_PROBE_OFFSET_RANGE_MAX))
  5355. {
  5356. zprobe_zoffset = -value; // compare w/ line 278 of ConfigurationStore.cpp
  5357. SERIAL_ECHO_START;
  5358. SERIAL_ECHOLNRPGM(CAT4(MSG_ZPROBE_ZOFFSET, " ", _T(MSG_OK),PSTR("")));
  5359. SERIAL_PROTOCOLLN("");
  5360. }
  5361. else
  5362. {
  5363. SERIAL_ECHO_START;
  5364. SERIAL_ECHORPGM(MSG_ZPROBE_ZOFFSET);
  5365. SERIAL_ECHORPGM(MSG_Z_MIN);
  5366. SERIAL_ECHO(Z_PROBE_OFFSET_RANGE_MIN);
  5367. SERIAL_ECHORPGM(MSG_Z_MAX);
  5368. SERIAL_ECHO(Z_PROBE_OFFSET_RANGE_MAX);
  5369. SERIAL_PROTOCOLLN("");
  5370. }
  5371. }
  5372. else
  5373. {
  5374. SERIAL_ECHO_START;
  5375. SERIAL_ECHOLNRPGM(CAT2(MSG_ZPROBE_ZOFFSET, PSTR(" : ")));
  5376. SERIAL_ECHO(-zprobe_zoffset);
  5377. SERIAL_PROTOCOLLN("");
  5378. }
  5379. break;
  5380. }
  5381. #endif // CUSTOM_M_CODE_SET_Z_PROBE_OFFSET
  5382. #ifdef FILAMENTCHANGEENABLE
  5383. case 600: //Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
  5384. {
  5385. #ifdef PAT9125
  5386. bool old_fsensor_enabled = fsensor_enabled;
  5387. fsensor_enabled = false; //temporary solution for unexpected restarting
  5388. #endif //PAT9125
  5389. st_synchronize();
  5390. float target[4];
  5391. float lastpos[4];
  5392. if (farm_mode)
  5393. {
  5394. prusa_statistics(22);
  5395. }
  5396. feedmultiplyBckp=feedmultiply;
  5397. int8_t TooLowZ = 0;
  5398. float HotendTempBckp = degTargetHotend(active_extruder);
  5399. int fanSpeedBckp = fanSpeed;
  5400. target[X_AXIS]=current_position[X_AXIS];
  5401. target[Y_AXIS]=current_position[Y_AXIS];
  5402. target[Z_AXIS]=current_position[Z_AXIS];
  5403. target[E_AXIS]=current_position[E_AXIS];
  5404. lastpos[X_AXIS]=current_position[X_AXIS];
  5405. lastpos[Y_AXIS]=current_position[Y_AXIS];
  5406. lastpos[Z_AXIS]=current_position[Z_AXIS];
  5407. lastpos[E_AXIS]=current_position[E_AXIS];
  5408. //Restract extruder
  5409. if(code_seen('E'))
  5410. {
  5411. target[E_AXIS]+= code_value();
  5412. }
  5413. else
  5414. {
  5415. #ifdef FILAMENTCHANGE_FIRSTRETRACT
  5416. target[E_AXIS]+= FILAMENTCHANGE_FIRSTRETRACT ;
  5417. #endif
  5418. }
  5419. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], FILAMENTCHANGE_RFEED, active_extruder);
  5420. //Lift Z
  5421. if(code_seen('Z'))
  5422. {
  5423. target[Z_AXIS]+= code_value();
  5424. }
  5425. else
  5426. {
  5427. #ifdef FILAMENTCHANGE_ZADD
  5428. target[Z_AXIS]+= FILAMENTCHANGE_ZADD ;
  5429. if(target[Z_AXIS] < 10){
  5430. target[Z_AXIS]+= 10 ;
  5431. TooLowZ = 1;
  5432. }else{
  5433. TooLowZ = 0;
  5434. }
  5435. #endif
  5436. }
  5437. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], FILAMENTCHANGE_ZFEED, active_extruder);
  5438. //Move XY to side
  5439. if(code_seen('X'))
  5440. {
  5441. target[X_AXIS]+= code_value();
  5442. }
  5443. else
  5444. {
  5445. #ifdef FILAMENTCHANGE_XPOS
  5446. target[X_AXIS]= FILAMENTCHANGE_XPOS ;
  5447. #endif
  5448. }
  5449. if(code_seen('Y'))
  5450. {
  5451. target[Y_AXIS]= code_value();
  5452. }
  5453. else
  5454. {
  5455. #ifdef FILAMENTCHANGE_YPOS
  5456. target[Y_AXIS]= FILAMENTCHANGE_YPOS ;
  5457. #endif
  5458. }
  5459. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], FILAMENTCHANGE_XYFEED, active_extruder);
  5460. st_synchronize();
  5461. KEEPALIVE_STATE(PAUSED_FOR_USER);
  5462. uint8_t cnt = 0;
  5463. int counterBeep = 0;
  5464. fanSpeed = 0;
  5465. unsigned long waiting_start_time = millis();
  5466. uint8_t wait_for_user_state = 0;
  5467. lcd_display_message_fullscreen_P(_T(MSG_PRESS_TO_UNLOAD));
  5468. while (!(wait_for_user_state == 0 && lcd_clicked())){
  5469. //cnt++;
  5470. manage_heater();
  5471. manage_inactivity(true);
  5472. /*#ifdef SNMM
  5473. target[E_AXIS] += 0.002;
  5474. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 500, active_extruder);
  5475. #endif // SNMM*/
  5476. //if (cnt == 0)
  5477. {
  5478. #if BEEPER > 0
  5479. if (counterBeep == 500) {
  5480. counterBeep = 0;
  5481. }
  5482. SET_OUTPUT(BEEPER);
  5483. if (counterBeep == 0) {
  5484. WRITE(BEEPER, HIGH);
  5485. }
  5486. if (counterBeep == 20) {
  5487. WRITE(BEEPER, LOW);
  5488. }
  5489. counterBeep++;
  5490. #else
  5491. #if !defined(LCD_FEEDBACK_FREQUENCY_HZ) || !defined(LCD_FEEDBACK_FREQUENCY_DURATION_MS)
  5492. lcd_buzz(1000 / 6, 100);
  5493. #else
  5494. lcd_buzz(LCD_FEEDBACK_FREQUENCY_DURATION_MS, LCD_FEEDBACK_FREQUENCY_HZ);
  5495. #endif
  5496. #endif
  5497. }
  5498. switch (wait_for_user_state) {
  5499. case 0:
  5500. delay_keep_alive(4);
  5501. if (millis() > waiting_start_time + (unsigned long)M600_TIMEOUT * 1000) {
  5502. lcd_display_message_fullscreen_P(_i("Press knob to preheat nozzle and continue."));////MSG_PRESS_TO_PREHEAT c=20 r=4
  5503. wait_for_user_state = 1;
  5504. setTargetHotend(0, 0);
  5505. setTargetHotend(0, 1);
  5506. setTargetHotend(0, 2);
  5507. st_synchronize();
  5508. disable_e0();
  5509. disable_e1();
  5510. disable_e2();
  5511. }
  5512. break;
  5513. case 1:
  5514. delay_keep_alive(4);
  5515. if (lcd_clicked()) {
  5516. setTargetHotend(HotendTempBckp, active_extruder);
  5517. lcd_wait_for_heater();
  5518. wait_for_user_state = 2;
  5519. }
  5520. break;
  5521. case 2:
  5522. if (abs(degTargetHotend(active_extruder) - degHotend(active_extruder)) < 1) {
  5523. lcd_display_message_fullscreen_P(_T(MSG_PRESS_TO_UNLOAD));
  5524. waiting_start_time = millis();
  5525. wait_for_user_state = 0;
  5526. }
  5527. else {
  5528. counterBeep = 20; //beeper will be inactive during waiting for nozzle preheat
  5529. lcd.setCursor(1, 4);
  5530. lcd.print(ftostr3(degHotend(active_extruder)));
  5531. }
  5532. break;
  5533. }
  5534. }
  5535. WRITE(BEEPER, LOW);
  5536. lcd_change_fil_state = 0;
  5537. // Unload filament
  5538. lcd_display_message_fullscreen_P(_T(MSG_UNLOADING_FILAMENT));
  5539. KEEPALIVE_STATE(IN_HANDLER);
  5540. custom_message = true;
  5541. lcd_setstatuspgm(_T(MSG_UNLOADING_FILAMENT));
  5542. if (code_seen('L'))
  5543. {
  5544. target[E_AXIS] += code_value();
  5545. }
  5546. else
  5547. {
  5548. #ifdef SNMM
  5549. #else
  5550. #ifdef FILAMENTCHANGE_FINALRETRACT
  5551. target[E_AXIS] += FILAMENTCHANGE_FINALRETRACT;
  5552. #endif
  5553. #endif // SNMM
  5554. }
  5555. #ifdef SNMM
  5556. target[E_AXIS] += 12;
  5557. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 3500, active_extruder);
  5558. target[E_AXIS] += 6;
  5559. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 5000, active_extruder);
  5560. target[E_AXIS] += (FIL_LOAD_LENGTH * -1);
  5561. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 5000, active_extruder);
  5562. st_synchronize();
  5563. target[E_AXIS] += (FIL_COOLING);
  5564. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 50, active_extruder);
  5565. target[E_AXIS] += (FIL_COOLING*-1);
  5566. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 50, active_extruder);
  5567. target[E_AXIS] += (bowden_length[snmm_extruder] * -1);
  5568. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 3000, active_extruder);
  5569. st_synchronize();
  5570. #else
  5571. // plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], FILAMENTCHANGE_RFEED, active_extruder);
  5572. //plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 3500 / 60, active_extruder);
  5573. target[E_AXIS] -= FILAMENTCHANGE_FINALRETRACT;
  5574. st_synchronize();
  5575. #ifdef TMC2130
  5576. uint8_t tmc2130_current_r_bckp = tmc2130_current_r[E_AXIS];
  5577. tmc2130_set_current_r(E_AXIS, TMC2130_UNLOAD_CURRENT_R);
  5578. #else
  5579. st_current_set(2, 200); //set lower E motor current for unload to protect filament sensor and ptfe tube
  5580. float tmp_motor[3] = DEFAULT_PWM_MOTOR_CURRENT;
  5581. float tmp_motor_loud[3] = DEFAULT_PWM_MOTOR_CURRENT_LOUD;
  5582. #endif //TMC2130
  5583. target[E_AXIS] -= 45;
  5584. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 5200 / 60, active_extruder);
  5585. st_synchronize();
  5586. target[E_AXIS] -= 15;
  5587. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 1000 / 60, active_extruder);
  5588. st_synchronize();
  5589. target[E_AXIS] -= 20;
  5590. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 1000 / 60, active_extruder);
  5591. st_synchronize();
  5592. #ifdef TMC2130
  5593. tmc2130_set_current_r(E_AXIS, tmc2130_current_r_bckp);
  5594. #else
  5595. uint8_t silentMode = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
  5596. if(silentMode != SILENT_MODE_POWER) st_current_set(2, tmp_motor[2]); //set E back to normal operation currents
  5597. else st_current_set(2, tmp_motor_loud[2]);
  5598. #endif //TMC2130
  5599. #endif // SNMM
  5600. //finish moves
  5601. st_synchronize();
  5602. lcd_display_message_fullscreen_P(_T(MSG_PULL_OUT_FILAMENT));
  5603. //disable extruder steppers so filament can be removed
  5604. disable_e0();
  5605. disable_e1();
  5606. disable_e2();
  5607. delay(100);
  5608. WRITE(BEEPER, HIGH);
  5609. counterBeep = 0;
  5610. while(!lcd_clicked() && (counterBeep < 50)) {
  5611. if(counterBeep > 5) WRITE(BEEPER, LOW);
  5612. delay_keep_alive(100);
  5613. counterBeep++;
  5614. }
  5615. WRITE(BEEPER, LOW);
  5616. KEEPALIVE_STATE(PAUSED_FOR_USER);
  5617. lcd_change_fil_state = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Was filament unload successful?"), false, true);////MSG_UNLOAD_SUCCESSFUL c=20 r=2
  5618. if (lcd_change_fil_state == 0) lcd_show_fullscreen_message_and_wait_P(_i("Please open idler and remove filament manually."));////MSG_CHECK_IDLER c=20 r=4
  5619. //lcd_return_to_status();
  5620. lcd_update_enable(true);
  5621. //Wait for user to insert filament
  5622. lcd_wait_interact();
  5623. //load_filament_time = millis();
  5624. KEEPALIVE_STATE(PAUSED_FOR_USER);
  5625. #ifdef PAT9125
  5626. if (filament_autoload_enabled && (old_fsensor_enabled || fsensor_M600)) fsensor_autoload_check_start();
  5627. #endif //PAT9125
  5628. // printf_P(PSTR("M600 PAT9125 filament_autoload_enabled=%d, old_fsensor_enabled=%d, fsensor_M600=%d"), filament_autoload_enabled, old_fsensor_enabled, fsensor_M600);
  5629. while(!lcd_clicked())
  5630. {
  5631. manage_heater();
  5632. manage_inactivity(true);
  5633. #ifdef PAT9125
  5634. if (filament_autoload_enabled && (old_fsensor_enabled || fsensor_M600) && fsensor_check_autoload())
  5635. {
  5636. tone(BEEPER, 1000);
  5637. delay_keep_alive(50);
  5638. noTone(BEEPER);
  5639. break;
  5640. }
  5641. #endif //PAT9125
  5642. /*#ifdef SNMM
  5643. target[E_AXIS] += 0.002;
  5644. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 500, active_extruder);
  5645. #endif // SNMM*/
  5646. }
  5647. #ifdef PAT9125
  5648. if (filament_autoload_enabled && (old_fsensor_enabled || fsensor_M600)) fsensor_autoload_check_stop();
  5649. #endif //PAT9125
  5650. //WRITE(BEEPER, LOW);
  5651. KEEPALIVE_STATE(IN_HANDLER);
  5652. #ifdef SNMM
  5653. display_loading();
  5654. KEEPALIVE_STATE(PAUSED_FOR_USER);
  5655. do {
  5656. target[E_AXIS] += 0.002;
  5657. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 500, active_extruder);
  5658. delay_keep_alive(2);
  5659. } while (!lcd_clicked());
  5660. KEEPALIVE_STATE(IN_HANDLER);
  5661. /*if (millis() - load_filament_time > 2) {
  5662. load_filament_time = millis();
  5663. target[E_AXIS] += 0.001;
  5664. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 1000, active_extruder);
  5665. }*/
  5666. //Filament inserted
  5667. //Feed the filament to the end of nozzle quickly
  5668. st_synchronize();
  5669. target[E_AXIS] += bowden_length[snmm_extruder];
  5670. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 3000, active_extruder);
  5671. target[E_AXIS] += FIL_LOAD_LENGTH - 60;
  5672. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 1400, active_extruder);
  5673. target[E_AXIS] += 40;
  5674. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 400, active_extruder);
  5675. target[E_AXIS] += 10;
  5676. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 50, active_extruder);
  5677. #else
  5678. target[E_AXIS] += FILAMENTCHANGE_FIRSTFEED;
  5679. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], FILAMENTCHANGE_EFEED, active_extruder);
  5680. #endif // SNMM
  5681. //Extrude some filament
  5682. target[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  5683. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], FILAMENTCHANGE_EXFEED, active_extruder);
  5684. //Wait for user to check the state
  5685. lcd_change_fil_state = 0;
  5686. lcd_loading_filament();
  5687. tone(BEEPER, 500);
  5688. delay_keep_alive(50);
  5689. noTone(BEEPER);
  5690. while ((lcd_change_fil_state == 0)||(lcd_change_fil_state != 1)){
  5691. lcd_change_fil_state = 0;
  5692. KEEPALIVE_STATE(PAUSED_FOR_USER);
  5693. lcd_alright();
  5694. KEEPALIVE_STATE(IN_HANDLER);
  5695. switch(lcd_change_fil_state){
  5696. // Filament failed to load so load it again
  5697. case 2:
  5698. #ifdef SNMM
  5699. display_loading();
  5700. do {
  5701. target[E_AXIS] += 0.002;
  5702. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 500, active_extruder);
  5703. delay_keep_alive(2);
  5704. } while (!lcd_clicked());
  5705. st_synchronize();
  5706. target[E_AXIS] += bowden_length[snmm_extruder];
  5707. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 3000, active_extruder);
  5708. target[E_AXIS] += FIL_LOAD_LENGTH - 60;
  5709. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 1400, active_extruder);
  5710. target[E_AXIS] += 40;
  5711. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 400, active_extruder);
  5712. target[E_AXIS] += 10;
  5713. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 50, active_extruder);
  5714. #else
  5715. target[E_AXIS]+= FILAMENTCHANGE_FIRSTFEED ;
  5716. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], FILAMENTCHANGE_EFEED, active_extruder);
  5717. #endif
  5718. target[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  5719. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], FILAMENTCHANGE_EXFEED, active_extruder);
  5720. lcd_loading_filament();
  5721. break;
  5722. // Filament loaded properly but color is not clear
  5723. case 3:
  5724. target[E_AXIS]+= FILAMENTCHANGE_FINALFEED ;
  5725. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 2, active_extruder);
  5726. lcd_loading_color();
  5727. break;
  5728. // Everything good
  5729. default:
  5730. lcd_change_success();
  5731. lcd_update_enable(true);
  5732. break;
  5733. }
  5734. }
  5735. //Not let's go back to print
  5736. fanSpeed = fanSpeedBckp;
  5737. //Feed a little of filament to stabilize pressure
  5738. target[E_AXIS]+= FILAMENTCHANGE_RECFEED;
  5739. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], FILAMENTCHANGE_EXFEED, active_extruder);
  5740. //Retract
  5741. target[E_AXIS]+= FILAMENTCHANGE_FIRSTRETRACT;
  5742. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], FILAMENTCHANGE_RFEED, active_extruder);
  5743. //plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], 70, active_extruder); //should do nothing
  5744. //Move XY back
  5745. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], target[Z_AXIS], target[E_AXIS], FILAMENTCHANGE_XYFEED, active_extruder);
  5746. //Move Z back
  5747. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], target[E_AXIS], FILAMENTCHANGE_ZFEED, active_extruder);
  5748. target[E_AXIS]= target[E_AXIS] - FILAMENTCHANGE_FIRSTRETRACT;
  5749. //Unretract
  5750. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], target[E_AXIS], FILAMENTCHANGE_RFEED, active_extruder);
  5751. //Set E position to original
  5752. plan_set_e_position(lastpos[E_AXIS]);
  5753. //Recover feed rate
  5754. feedmultiply=feedmultiplyBckp;
  5755. char cmd[9];
  5756. sprintf_P(cmd, PSTR("M220 S%i"), feedmultiplyBckp);
  5757. enquecommand(cmd);
  5758. lcd_setstatuspgm(_T(WELCOME_MSG));
  5759. custom_message = false;
  5760. custom_message_type = 0;
  5761. #ifdef PAT9125
  5762. fsensor_enabled = old_fsensor_enabled; //temporary solution for unexpected restarting
  5763. if (fsensor_M600)
  5764. {
  5765. cmdqueue_pop_front(); //hack because M600 repeated 2x when enqueued to front
  5766. st_synchronize();
  5767. while (!is_buffer_empty())
  5768. {
  5769. process_commands();
  5770. cmdqueue_pop_front();
  5771. }
  5772. KEEPALIVE_STATE(IN_HANDLER);
  5773. fsensor_enable();
  5774. fsensor_restore_print_and_continue();
  5775. }
  5776. #endif //PAT9125
  5777. }
  5778. break;
  5779. #endif //FILAMENTCHANGEENABLE
  5780. case 601: {
  5781. if(lcd_commands_type == 0) lcd_commands_type = LCD_COMMAND_LONG_PAUSE;
  5782. }
  5783. break;
  5784. case 602: {
  5785. if(lcd_commands_type == 0) lcd_commands_type = LCD_COMMAND_LONG_PAUSE_RESUME;
  5786. }
  5787. break;
  5788. #ifdef PINDA_THERMISTOR
  5789. case 860: // M860 - Wait for PINDA thermistor to reach target temperature.
  5790. {
  5791. int set_target_pinda = 0;
  5792. if (code_seen('S')) {
  5793. set_target_pinda = code_value();
  5794. }
  5795. else {
  5796. break;
  5797. }
  5798. LCD_MESSAGERPGM(_T(MSG_PLEASE_WAIT));
  5799. SERIAL_PROTOCOLPGM("Wait for PINDA target temperature:");
  5800. SERIAL_PROTOCOL(set_target_pinda);
  5801. SERIAL_PROTOCOLLN("");
  5802. codenum = millis();
  5803. cancel_heatup = false;
  5804. bool is_pinda_cooling = false;
  5805. if ((degTargetBed() == 0) && (degTargetHotend(0) == 0)) {
  5806. is_pinda_cooling = true;
  5807. }
  5808. while ( ((!is_pinda_cooling) && (!cancel_heatup) && (current_temperature_pinda < set_target_pinda)) || (is_pinda_cooling && (current_temperature_pinda > set_target_pinda)) ) {
  5809. if ((millis() - codenum) > 1000) //Print Temp Reading every 1 second while waiting.
  5810. {
  5811. SERIAL_PROTOCOLPGM("P:");
  5812. SERIAL_PROTOCOL_F(current_temperature_pinda, 1);
  5813. SERIAL_PROTOCOLPGM("/");
  5814. SERIAL_PROTOCOL(set_target_pinda);
  5815. SERIAL_PROTOCOLLN("");
  5816. codenum = millis();
  5817. }
  5818. manage_heater();
  5819. manage_inactivity();
  5820. lcd_update();
  5821. }
  5822. LCD_MESSAGERPGM(_T(MSG_OK));
  5823. break;
  5824. }
  5825. case 861: // M861 - Set/Read PINDA temperature compensation offsets
  5826. if (code_seen('?')) { // ? - Print out current EEPROM offset values
  5827. uint8_t cal_status = calibration_status_pinda();
  5828. int16_t usteps = 0;
  5829. cal_status ? SERIAL_PROTOCOLLN("PINDA cal status: 1") : SERIAL_PROTOCOLLN("PINDA cal status: 0");
  5830. SERIAL_PROTOCOLLN("index, temp, ustep, um");
  5831. for (uint8_t i = 0; i < 6; i++)
  5832. {
  5833. if(i>0) EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + (i-1) * 2, &usteps);
  5834. float mm = ((float)usteps) / axis_steps_per_unit[Z_AXIS];
  5835. i == 0 ? SERIAL_PROTOCOLPGM("n/a") : SERIAL_PROTOCOL(i - 1);
  5836. SERIAL_PROTOCOLPGM(", ");
  5837. SERIAL_PROTOCOL(35 + (i * 5));
  5838. SERIAL_PROTOCOLPGM(", ");
  5839. SERIAL_PROTOCOL(usteps);
  5840. SERIAL_PROTOCOLPGM(", ");
  5841. SERIAL_PROTOCOL(mm * 1000);
  5842. SERIAL_PROTOCOLLN("");
  5843. }
  5844. }
  5845. else if (code_seen('!')) { // ! - Set factory default values
  5846. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  5847. int16_t z_shift = 8; //40C - 20um - 8usteps
  5848. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT, &z_shift);
  5849. z_shift = 24; //45C - 60um - 24usteps
  5850. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + 2, &z_shift);
  5851. z_shift = 48; //50C - 120um - 48usteps
  5852. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + 4, &z_shift);
  5853. z_shift = 80; //55C - 200um - 80usteps
  5854. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + 6, &z_shift);
  5855. z_shift = 120; //60C - 300um - 120usteps
  5856. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + 8, &z_shift);
  5857. SERIAL_PROTOCOLLN("factory restored");
  5858. }
  5859. else if (code_seen('Z')) { // Z - Set all values to 0 (effectively disabling PINDA temperature compensation)
  5860. eeprom_write_byte((uint8_t*)EEPROM_CALIBRATION_STATUS_PINDA, 1);
  5861. int16_t z_shift = 0;
  5862. for (uint8_t i = 0; i < 5; i++) EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + i * 2, &z_shift);
  5863. SERIAL_PROTOCOLLN("zerorized");
  5864. }
  5865. else if (code_seen('S')) { // Sxxx Iyyy - Set compensation ustep value S for compensation table index I
  5866. int16_t usteps = code_value();
  5867. if (code_seen('I')) {
  5868. byte index = code_value();
  5869. if ((index >= 0) && (index < 5)) {
  5870. EEPROM_save_B(EEPROM_PROBE_TEMP_SHIFT + index * 2, &usteps);
  5871. SERIAL_PROTOCOLLN("OK");
  5872. SERIAL_PROTOCOLLN("index, temp, ustep, um");
  5873. for (uint8_t i = 0; i < 6; i++)
  5874. {
  5875. usteps = 0;
  5876. if (i>0) EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + (i - 1) * 2, &usteps);
  5877. float mm = ((float)usteps) / axis_steps_per_unit[Z_AXIS];
  5878. i == 0 ? SERIAL_PROTOCOLPGM("n/a") : SERIAL_PROTOCOL(i - 1);
  5879. SERIAL_PROTOCOLPGM(", ");
  5880. SERIAL_PROTOCOL(35 + (i * 5));
  5881. SERIAL_PROTOCOLPGM(", ");
  5882. SERIAL_PROTOCOL(usteps);
  5883. SERIAL_PROTOCOLPGM(", ");
  5884. SERIAL_PROTOCOL(mm * 1000);
  5885. SERIAL_PROTOCOLLN("");
  5886. }
  5887. }
  5888. }
  5889. }
  5890. else {
  5891. SERIAL_PROTOCOLPGM("no valid command");
  5892. }
  5893. break;
  5894. #endif //PINDA_THERMISTOR
  5895. #ifdef LIN_ADVANCE
  5896. case 900: // M900: Set LIN_ADVANCE options.
  5897. gcode_M900();
  5898. break;
  5899. #endif
  5900. case 907: // M907 Set digital trimpot motor current using axis codes.
  5901. {
  5902. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  5903. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) st_current_set(i,code_value());
  5904. if(code_seen('B')) st_current_set(4,code_value());
  5905. if(code_seen('S')) for(int i=0;i<=4;i++) st_current_set(i,code_value());
  5906. #endif
  5907. #ifdef MOTOR_CURRENT_PWM_XY_PIN
  5908. if(code_seen('X')) st_current_set(0, code_value());
  5909. #endif
  5910. #ifdef MOTOR_CURRENT_PWM_Z_PIN
  5911. if(code_seen('Z')) st_current_set(1, code_value());
  5912. #endif
  5913. #ifdef MOTOR_CURRENT_PWM_E_PIN
  5914. if(code_seen('E')) st_current_set(2, code_value());
  5915. #endif
  5916. }
  5917. break;
  5918. case 908: // M908 Control digital trimpot directly.
  5919. {
  5920. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  5921. uint8_t channel,current;
  5922. if(code_seen('P')) channel=code_value();
  5923. if(code_seen('S')) current=code_value();
  5924. digitalPotWrite(channel, current);
  5925. #endif
  5926. }
  5927. break;
  5928. #ifdef TMC2130
  5929. case 910: // M910 TMC2130 init
  5930. {
  5931. tmc2130_init();
  5932. }
  5933. break;
  5934. case 911: // M911 Set TMC2130 holding currents
  5935. {
  5936. if (code_seen('X')) tmc2130_set_current_h(0, code_value());
  5937. if (code_seen('Y')) tmc2130_set_current_h(1, code_value());
  5938. if (code_seen('Z')) tmc2130_set_current_h(2, code_value());
  5939. if (code_seen('E')) tmc2130_set_current_h(3, code_value());
  5940. }
  5941. break;
  5942. case 912: // M912 Set TMC2130 running currents
  5943. {
  5944. if (code_seen('X')) tmc2130_set_current_r(0, code_value());
  5945. if (code_seen('Y')) tmc2130_set_current_r(1, code_value());
  5946. if (code_seen('Z')) tmc2130_set_current_r(2, code_value());
  5947. if (code_seen('E')) tmc2130_set_current_r(3, code_value());
  5948. }
  5949. break;
  5950. case 913: // M913 Print TMC2130 currents
  5951. {
  5952. tmc2130_print_currents();
  5953. }
  5954. break;
  5955. case 914: // M914 Set normal mode
  5956. {
  5957. tmc2130_mode = TMC2130_MODE_NORMAL;
  5958. tmc2130_init();
  5959. }
  5960. break;
  5961. case 915: // M915 Set silent mode
  5962. {
  5963. tmc2130_mode = TMC2130_MODE_SILENT;
  5964. tmc2130_init();
  5965. }
  5966. break;
  5967. case 916: // M916 Set sg_thrs
  5968. {
  5969. if (code_seen('X')) tmc2130_sg_thr[X_AXIS] = code_value();
  5970. if (code_seen('Y')) tmc2130_sg_thr[Y_AXIS] = code_value();
  5971. if (code_seen('Z')) tmc2130_sg_thr[Z_AXIS] = code_value();
  5972. if (code_seen('E')) tmc2130_sg_thr[E_AXIS] = code_value();
  5973. for (uint8_t a = X_AXIS; a <= E_AXIS; a++)
  5974. printf_P(_N("tmc2130_sg_thr[%c]=%d\n"), "XYZE"[a], tmc2130_sg_thr[a]);
  5975. }
  5976. break;
  5977. case 917: // M917 Set TMC2130 pwm_ampl
  5978. {
  5979. if (code_seen('X')) tmc2130_set_pwm_ampl(0, code_value());
  5980. if (code_seen('Y')) tmc2130_set_pwm_ampl(1, code_value());
  5981. if (code_seen('Z')) tmc2130_set_pwm_ampl(2, code_value());
  5982. if (code_seen('E')) tmc2130_set_pwm_ampl(3, code_value());
  5983. }
  5984. break;
  5985. case 918: // M918 Set TMC2130 pwm_grad
  5986. {
  5987. if (code_seen('X')) tmc2130_set_pwm_grad(0, code_value());
  5988. if (code_seen('Y')) tmc2130_set_pwm_grad(1, code_value());
  5989. if (code_seen('Z')) tmc2130_set_pwm_grad(2, code_value());
  5990. if (code_seen('E')) tmc2130_set_pwm_grad(3, code_value());
  5991. }
  5992. break;
  5993. #endif //TMC2130
  5994. case 350: // M350 Set microstepping mode. Warning: Steps per unit remains unchanged. S code sets stepping mode for all drivers.
  5995. {
  5996. #ifdef TMC2130
  5997. if(code_seen('E'))
  5998. {
  5999. uint16_t res_new = code_value();
  6000. if ((res_new == 8) || (res_new == 16) || (res_new == 32) || (res_new == 64) || (res_new == 128))
  6001. {
  6002. st_synchronize();
  6003. uint8_t axis = E_AXIS;
  6004. uint16_t res = tmc2130_get_res(axis);
  6005. tmc2130_set_res(axis, res_new);
  6006. if (res_new > res)
  6007. {
  6008. uint16_t fac = (res_new / res);
  6009. axis_steps_per_unit[axis] *= fac;
  6010. position[E_AXIS] *= fac;
  6011. }
  6012. else
  6013. {
  6014. uint16_t fac = (res / res_new);
  6015. axis_steps_per_unit[axis] /= fac;
  6016. position[E_AXIS] /= fac;
  6017. }
  6018. }
  6019. }
  6020. #else //TMC2130
  6021. #if defined(X_MS1_PIN) && X_MS1_PIN > -1
  6022. if(code_seen('S')) for(int i=0;i<=4;i++) microstep_mode(i,code_value());
  6023. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_mode(i,(uint8_t)code_value());
  6024. if(code_seen('B')) microstep_mode(4,code_value());
  6025. microstep_readings();
  6026. #endif
  6027. #endif //TMC2130
  6028. }
  6029. break;
  6030. case 351: // M351 Toggle MS1 MS2 pins directly, S# determines MS1 or MS2, X# sets the pin high/low.
  6031. {
  6032. #if defined(X_MS1_PIN) && X_MS1_PIN > -1
  6033. if(code_seen('S')) switch((int)code_value())
  6034. {
  6035. case 1:
  6036. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_ms(i,code_value(),-1);
  6037. if(code_seen('B')) microstep_ms(4,code_value(),-1);
  6038. break;
  6039. case 2:
  6040. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_ms(i,-1,code_value());
  6041. if(code_seen('B')) microstep_ms(4,-1,code_value());
  6042. break;
  6043. }
  6044. microstep_readings();
  6045. #endif
  6046. }
  6047. break;
  6048. case 701: //M701: load filament
  6049. {
  6050. gcode_M701();
  6051. }
  6052. break;
  6053. case 702:
  6054. {
  6055. #ifdef SNMM
  6056. if (code_seen('U')) {
  6057. extr_unload_used(); //unload all filaments which were used in current print
  6058. }
  6059. else if (code_seen('C')) {
  6060. extr_unload(); //unload just current filament
  6061. }
  6062. else {
  6063. extr_unload_all(); //unload all filaments
  6064. }
  6065. #else
  6066. #ifdef PAT9125
  6067. bool old_fsensor_enabled = fsensor_enabled;
  6068. fsensor_enabled = false;
  6069. #endif //PAT9125
  6070. custom_message = true;
  6071. custom_message_type = 2;
  6072. lcd_setstatuspgm(_T(MSG_UNLOADING_FILAMENT));
  6073. // extr_unload2();
  6074. current_position[E_AXIS] -= 45;
  6075. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 5200 / 60, active_extruder);
  6076. st_synchronize();
  6077. current_position[E_AXIS] -= 15;
  6078. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 1000 / 60, active_extruder);
  6079. st_synchronize();
  6080. current_position[E_AXIS] -= 20;
  6081. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 1000 / 60, active_extruder);
  6082. st_synchronize();
  6083. lcd_display_message_fullscreen_P(_T(MSG_PULL_OUT_FILAMENT));
  6084. //disable extruder steppers so filament can be removed
  6085. disable_e0();
  6086. disable_e1();
  6087. disable_e2();
  6088. delay(100);
  6089. WRITE(BEEPER, HIGH);
  6090. uint8_t counterBeep = 0;
  6091. while (!lcd_clicked() && (counterBeep < 50)) {
  6092. if (counterBeep > 5) WRITE(BEEPER, LOW);
  6093. delay_keep_alive(100);
  6094. counterBeep++;
  6095. }
  6096. WRITE(BEEPER, LOW);
  6097. st_synchronize();
  6098. while (lcd_clicked()) delay_keep_alive(100);
  6099. lcd_update_enable(true);
  6100. lcd_setstatuspgm(_T(WELCOME_MSG));
  6101. custom_message = false;
  6102. custom_message_type = 0;
  6103. #ifdef PAT9125
  6104. fsensor_enabled = old_fsensor_enabled;
  6105. #endif //PAT9125
  6106. #endif
  6107. }
  6108. break;
  6109. case 999: // M999: Restart after being stopped
  6110. Stopped = false;
  6111. lcd_reset_alert_level();
  6112. gcode_LastN = Stopped_gcode_LastN;
  6113. FlushSerialRequestResend();
  6114. break;
  6115. default:
  6116. printf_P(PSTR("Unknown M code: %s \n"), cmdbuffer + bufindr + CMDHDRSIZE);
  6117. }
  6118. } // end if(code_seen('M')) (end of M codes)
  6119. else if(code_seen('T'))
  6120. {
  6121. int index;
  6122. st_synchronize();
  6123. for (index = 1; *(strchr_pointer + index) == ' ' || *(strchr_pointer + index) == '\t'; index++);
  6124. if ((*(strchr_pointer + index) < '0' || *(strchr_pointer + index) > '9') && *(strchr_pointer + index) != '?') {
  6125. SERIAL_ECHOLNPGM("Invalid T code.");
  6126. }
  6127. else {
  6128. if (*(strchr_pointer + index) == '?') {
  6129. tmp_extruder = choose_extruder_menu();
  6130. }
  6131. else {
  6132. tmp_extruder = code_value();
  6133. }
  6134. snmm_filaments_used |= (1 << tmp_extruder); //for stop print
  6135. #ifdef SNMM
  6136. #ifdef LIN_ADVANCE
  6137. if (snmm_extruder != tmp_extruder)
  6138. clear_current_adv_vars(); //Check if the selected extruder is not the active one and reset LIN_ADVANCE variables if so.
  6139. #endif
  6140. snmm_extruder = tmp_extruder;
  6141. delay(100);
  6142. disable_e0();
  6143. disable_e1();
  6144. disable_e2();
  6145. pinMode(E_MUX0_PIN, OUTPUT);
  6146. pinMode(E_MUX1_PIN, OUTPUT);
  6147. delay(100);
  6148. SERIAL_ECHO_START;
  6149. SERIAL_ECHO("T:");
  6150. SERIAL_ECHOLN((int)tmp_extruder);
  6151. switch (tmp_extruder) {
  6152. case 1:
  6153. WRITE(E_MUX0_PIN, HIGH);
  6154. WRITE(E_MUX1_PIN, LOW);
  6155. break;
  6156. case 2:
  6157. WRITE(E_MUX0_PIN, LOW);
  6158. WRITE(E_MUX1_PIN, HIGH);
  6159. break;
  6160. case 3:
  6161. WRITE(E_MUX0_PIN, HIGH);
  6162. WRITE(E_MUX1_PIN, HIGH);
  6163. break;
  6164. default:
  6165. WRITE(E_MUX0_PIN, LOW);
  6166. WRITE(E_MUX1_PIN, LOW);
  6167. break;
  6168. }
  6169. delay(100);
  6170. #else
  6171. if (tmp_extruder >= EXTRUDERS) {
  6172. SERIAL_ECHO_START;
  6173. SERIAL_ECHOPGM("T");
  6174. SERIAL_PROTOCOLLN((int)tmp_extruder);
  6175. SERIAL_ECHOLNRPGM(_n("Invalid extruder"));////MSG_INVALID_EXTRUDER c=0 r=0
  6176. }
  6177. else {
  6178. boolean make_move = false;
  6179. if (code_seen('F')) {
  6180. make_move = true;
  6181. next_feedrate = code_value();
  6182. if (next_feedrate > 0.0) {
  6183. feedrate = next_feedrate;
  6184. }
  6185. }
  6186. #if EXTRUDERS > 1
  6187. if (tmp_extruder != active_extruder) {
  6188. // Save current position to return to after applying extruder offset
  6189. memcpy(destination, current_position, sizeof(destination));
  6190. // Offset extruder (only by XY)
  6191. int i;
  6192. for (i = 0; i < 2; i++) {
  6193. current_position[i] = current_position[i] -
  6194. extruder_offset[i][active_extruder] +
  6195. extruder_offset[i][tmp_extruder];
  6196. }
  6197. // Set the new active extruder and position
  6198. active_extruder = tmp_extruder;
  6199. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  6200. // Move to the old position if 'F' was in the parameters
  6201. if (make_move && Stopped == false) {
  6202. prepare_move();
  6203. }
  6204. }
  6205. #endif
  6206. SERIAL_ECHO_START;
  6207. SERIAL_ECHORPGM(_n("Active Extruder: "));////MSG_ACTIVE_EXTRUDER c=0 r=0
  6208. SERIAL_PROTOCOLLN((int)active_extruder);
  6209. }
  6210. #endif
  6211. }
  6212. } // end if(code_seen('T')) (end of T codes)
  6213. #ifdef DEBUG_DCODES
  6214. else if (code_seen('D')) // D codes (debug)
  6215. {
  6216. switch((int)code_value())
  6217. {
  6218. case -1: // D-1 - Endless loop
  6219. dcode__1(); break;
  6220. case 0: // D0 - Reset
  6221. dcode_0(); break;
  6222. case 1: // D1 - Clear EEPROM
  6223. dcode_1(); break;
  6224. case 2: // D2 - Read/Write RAM
  6225. dcode_2(); break;
  6226. case 3: // D3 - Read/Write EEPROM
  6227. dcode_3(); break;
  6228. case 4: // D4 - Read/Write PIN
  6229. dcode_4(); break;
  6230. case 5: // D5 - Read/Write FLASH
  6231. // dcode_5(); break;
  6232. break;
  6233. case 6: // D6 - Read/Write external FLASH
  6234. dcode_6(); break;
  6235. case 7: // D7 - Read/Write Bootloader
  6236. dcode_7(); break;
  6237. case 8: // D8 - Read/Write PINDA
  6238. dcode_8(); break;
  6239. case 9: // D9 - Read/Write ADC
  6240. dcode_9(); break;
  6241. case 10: // D10 - XYZ calibration = OK
  6242. dcode_10(); break;
  6243. #ifdef TMC2130
  6244. case 2130: // D9125 - TMC2130
  6245. dcode_2130(); break;
  6246. #endif //TMC2130
  6247. #ifdef PAT9125
  6248. case 9125: // D9125 - PAT9125
  6249. dcode_9125(); break;
  6250. #endif //PAT9125
  6251. }
  6252. }
  6253. #endif //DEBUG_DCODES
  6254. else
  6255. {
  6256. SERIAL_ECHO_START;
  6257. SERIAL_ECHORPGM(MSG_UNKNOWN_COMMAND);
  6258. SERIAL_ECHO(CMDBUFFER_CURRENT_STRING);
  6259. SERIAL_ECHOLNPGM("\"(2)");
  6260. }
  6261. KEEPALIVE_STATE(NOT_BUSY);
  6262. ClearToSend();
  6263. }
  6264. void FlushSerialRequestResend()
  6265. {
  6266. //char cmdbuffer[bufindr][100]="Resend:";
  6267. MYSERIAL.flush();
  6268. printf_P(_N("%S: %ld\n%S\n"), _i("Resend"), gcode_LastN + 1, _T(MSG_OK));
  6269. }
  6270. // Confirm the execution of a command, if sent from a serial line.
  6271. // Execution of a command from a SD card will not be confirmed.
  6272. void ClearToSend()
  6273. {
  6274. previous_millis_cmd = millis();
  6275. if ((CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB) || (CMDBUFFER_CURRENT_TYPE == CMDBUFFER_CURRENT_TYPE_USB_WITH_LINENR))
  6276. SERIAL_PROTOCOLLNRPGM(_T(MSG_OK));
  6277. }
  6278. #if MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  6279. void update_currents() {
  6280. float current_high[3] = DEFAULT_PWM_MOTOR_CURRENT_LOUD;
  6281. float current_low[3] = DEFAULT_PWM_MOTOR_CURRENT;
  6282. float tmp_motor[3];
  6283. //SERIAL_ECHOLNPGM("Currents updated: ");
  6284. if (destination[Z_AXIS] < Z_SILENT) {
  6285. //SERIAL_ECHOLNPGM("LOW");
  6286. for (uint8_t i = 0; i < 3; i++) {
  6287. st_current_set(i, current_low[i]);
  6288. /*MYSERIAL.print(int(i));
  6289. SERIAL_ECHOPGM(": ");
  6290. MYSERIAL.println(current_low[i]);*/
  6291. }
  6292. }
  6293. else if (destination[Z_AXIS] > Z_HIGH_POWER) {
  6294. //SERIAL_ECHOLNPGM("HIGH");
  6295. for (uint8_t i = 0; i < 3; i++) {
  6296. st_current_set(i, current_high[i]);
  6297. /*MYSERIAL.print(int(i));
  6298. SERIAL_ECHOPGM(": ");
  6299. MYSERIAL.println(current_high[i]);*/
  6300. }
  6301. }
  6302. else {
  6303. for (uint8_t i = 0; i < 3; i++) {
  6304. float q = current_low[i] - Z_SILENT*((current_high[i] - current_low[i]) / (Z_HIGH_POWER - Z_SILENT));
  6305. tmp_motor[i] = ((current_high[i] - current_low[i]) / (Z_HIGH_POWER - Z_SILENT))*destination[Z_AXIS] + q;
  6306. st_current_set(i, tmp_motor[i]);
  6307. /*MYSERIAL.print(int(i));
  6308. SERIAL_ECHOPGM(": ");
  6309. MYSERIAL.println(tmp_motor[i]);*/
  6310. }
  6311. }
  6312. }
  6313. #endif //MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  6314. void get_coordinates()
  6315. {
  6316. bool seen[4]={false,false,false,false};
  6317. for(int8_t i=0; i < NUM_AXIS; i++) {
  6318. if(code_seen(axis_codes[i]))
  6319. {
  6320. bool relative = axis_relative_modes[i] || relative_mode;
  6321. destination[i] = (float)code_value();
  6322. if (i == E_AXIS) {
  6323. float emult = extruder_multiplier[active_extruder];
  6324. if (emult != 1.) {
  6325. if (! relative) {
  6326. destination[i] -= current_position[i];
  6327. relative = true;
  6328. }
  6329. destination[i] *= emult;
  6330. }
  6331. }
  6332. if (relative)
  6333. destination[i] += current_position[i];
  6334. seen[i]=true;
  6335. #if MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  6336. if (i == Z_AXIS && SilentModeMenu == SILENT_MODE_AUTO) update_currents();
  6337. #endif //MOTHERBOARD == BOARD_RAMBO_MINI_1_0 || MOTHERBOARD == BOARD_RAMBO_MINI_1_3
  6338. }
  6339. else destination[i] = current_position[i]; //Are these else lines really needed?
  6340. }
  6341. if(code_seen('F')) {
  6342. next_feedrate = code_value();
  6343. #ifdef MAX_SILENT_FEEDRATE
  6344. if (tmc2130_mode == TMC2130_MODE_SILENT)
  6345. if (next_feedrate > MAX_SILENT_FEEDRATE) next_feedrate = MAX_SILENT_FEEDRATE;
  6346. #endif //MAX_SILENT_FEEDRATE
  6347. if(next_feedrate > 0.0) feedrate = next_feedrate;
  6348. if (!seen[0] && !seen[1] && !seen[2] && seen[3])
  6349. {
  6350. // float e_max_speed =
  6351. // printf_P(PSTR("E MOVE speed %7.3f\n"), feedrate / 60)
  6352. }
  6353. }
  6354. }
  6355. void get_arc_coordinates()
  6356. {
  6357. #ifdef SF_ARC_FIX
  6358. bool relative_mode_backup = relative_mode;
  6359. relative_mode = true;
  6360. #endif
  6361. get_coordinates();
  6362. #ifdef SF_ARC_FIX
  6363. relative_mode=relative_mode_backup;
  6364. #endif
  6365. if(code_seen('I')) {
  6366. offset[0] = code_value();
  6367. }
  6368. else {
  6369. offset[0] = 0.0;
  6370. }
  6371. if(code_seen('J')) {
  6372. offset[1] = code_value();
  6373. }
  6374. else {
  6375. offset[1] = 0.0;
  6376. }
  6377. }
  6378. void clamp_to_software_endstops(float target[3])
  6379. {
  6380. #ifdef DEBUG_DISABLE_SWLIMITS
  6381. return;
  6382. #endif //DEBUG_DISABLE_SWLIMITS
  6383. world2machine_clamp(target[0], target[1]);
  6384. // Clamp the Z coordinate.
  6385. if (min_software_endstops) {
  6386. float negative_z_offset = 0;
  6387. #ifdef ENABLE_AUTO_BED_LEVELING
  6388. if (Z_PROBE_OFFSET_FROM_EXTRUDER < 0) negative_z_offset = negative_z_offset + Z_PROBE_OFFSET_FROM_EXTRUDER;
  6389. if (add_homing[Z_AXIS] < 0) negative_z_offset = negative_z_offset + add_homing[Z_AXIS];
  6390. #endif
  6391. if (target[Z_AXIS] < min_pos[Z_AXIS]+negative_z_offset) target[Z_AXIS] = min_pos[Z_AXIS]+negative_z_offset;
  6392. }
  6393. if (max_software_endstops) {
  6394. if (target[Z_AXIS] > max_pos[Z_AXIS]) target[Z_AXIS] = max_pos[Z_AXIS];
  6395. }
  6396. }
  6397. #ifdef MESH_BED_LEVELING
  6398. 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) {
  6399. float dx = x - current_position[X_AXIS];
  6400. float dy = y - current_position[Y_AXIS];
  6401. float dz = z - current_position[Z_AXIS];
  6402. int n_segments = 0;
  6403. if (mbl.active) {
  6404. float len = abs(dx) + abs(dy);
  6405. if (len > 0)
  6406. // Split to 3cm segments or shorter.
  6407. n_segments = int(ceil(len / 30.f));
  6408. }
  6409. if (n_segments > 1) {
  6410. float de = e - current_position[E_AXIS];
  6411. for (int i = 1; i < n_segments; ++ i) {
  6412. float t = float(i) / float(n_segments);
  6413. if (saved_printing || (mbl.active == false)) return;
  6414. plan_buffer_line(
  6415. current_position[X_AXIS] + t * dx,
  6416. current_position[Y_AXIS] + t * dy,
  6417. current_position[Z_AXIS] + t * dz,
  6418. current_position[E_AXIS] + t * de,
  6419. feed_rate, extruder);
  6420. }
  6421. }
  6422. // The rest of the path.
  6423. plan_buffer_line(x, y, z, e, feed_rate, extruder);
  6424. current_position[X_AXIS] = x;
  6425. current_position[Y_AXIS] = y;
  6426. current_position[Z_AXIS] = z;
  6427. current_position[E_AXIS] = e;
  6428. }
  6429. #endif // MESH_BED_LEVELING
  6430. void prepare_move()
  6431. {
  6432. clamp_to_software_endstops(destination);
  6433. previous_millis_cmd = millis();
  6434. // Do not use feedmultiply for E or Z only moves
  6435. if( (current_position[X_AXIS] == destination [X_AXIS]) && (current_position[Y_AXIS] == destination [Y_AXIS])) {
  6436. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  6437. }
  6438. else {
  6439. #ifdef MESH_BED_LEVELING
  6440. 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);
  6441. #else
  6442. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate*feedmultiply*(1./(60.f*100.f)), active_extruder);
  6443. #endif
  6444. }
  6445. for(int8_t i=0; i < NUM_AXIS; i++) {
  6446. current_position[i] = destination[i];
  6447. }
  6448. }
  6449. void prepare_arc_move(char isclockwise) {
  6450. float r = hypot(offset[X_AXIS], offset[Y_AXIS]); // Compute arc radius for mc_arc
  6451. // Trace the arc
  6452. mc_arc(current_position, destination, offset, X_AXIS, Y_AXIS, Z_AXIS, feedrate*feedmultiply/60/100.0, r, isclockwise, active_extruder);
  6453. // As far as the parser is concerned, the position is now == target. In reality the
  6454. // motion control system might still be processing the action and the real tool position
  6455. // in any intermediate location.
  6456. for(int8_t i=0; i < NUM_AXIS; i++) {
  6457. current_position[i] = destination[i];
  6458. }
  6459. previous_millis_cmd = millis();
  6460. }
  6461. #if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
  6462. #if defined(FAN_PIN)
  6463. #if CONTROLLERFAN_PIN == FAN_PIN
  6464. #error "You cannot set CONTROLLERFAN_PIN equal to FAN_PIN"
  6465. #endif
  6466. #endif
  6467. unsigned long lastMotor = 0; //Save the time for when a motor was turned on last
  6468. unsigned long lastMotorCheck = 0;
  6469. void controllerFan()
  6470. {
  6471. if ((millis() - lastMotorCheck) >= 2500) //Not a time critical function, so we only check every 2500ms
  6472. {
  6473. lastMotorCheck = millis();
  6474. if(!READ(X_ENABLE_PIN) || !READ(Y_ENABLE_PIN) || !READ(Z_ENABLE_PIN) || (soft_pwm_bed > 0)
  6475. #if EXTRUDERS > 2
  6476. || !READ(E2_ENABLE_PIN)
  6477. #endif
  6478. #if EXTRUDER > 1
  6479. #if defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1
  6480. || !READ(X2_ENABLE_PIN)
  6481. #endif
  6482. || !READ(E1_ENABLE_PIN)
  6483. #endif
  6484. || !READ(E0_ENABLE_PIN)) //If any of the drivers are enabled...
  6485. {
  6486. lastMotor = millis(); //... set time to NOW so the fan will turn on
  6487. }
  6488. if ((millis() - lastMotor) >= (CONTROLLERFAN_SECS*1000UL) || lastMotor == 0) //If the last time any driver was enabled, is longer since than CONTROLLERSEC...
  6489. {
  6490. digitalWrite(CONTROLLERFAN_PIN, 0);
  6491. analogWrite(CONTROLLERFAN_PIN, 0);
  6492. }
  6493. else
  6494. {
  6495. // allows digital or PWM fan output to be used (see M42 handling)
  6496. digitalWrite(CONTROLLERFAN_PIN, CONTROLLERFAN_SPEED);
  6497. analogWrite(CONTROLLERFAN_PIN, CONTROLLERFAN_SPEED);
  6498. }
  6499. }
  6500. }
  6501. #endif
  6502. #ifdef TEMP_STAT_LEDS
  6503. static bool blue_led = false;
  6504. static bool red_led = false;
  6505. static uint32_t stat_update = 0;
  6506. void handle_status_leds(void) {
  6507. float max_temp = 0.0;
  6508. if(millis() > stat_update) {
  6509. stat_update += 500; // Update every 0.5s
  6510. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  6511. max_temp = max(max_temp, degHotend(cur_extruder));
  6512. max_temp = max(max_temp, degTargetHotend(cur_extruder));
  6513. }
  6514. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  6515. max_temp = max(max_temp, degTargetBed());
  6516. max_temp = max(max_temp, degBed());
  6517. #endif
  6518. if((max_temp > 55.0) && (red_led == false)) {
  6519. digitalWrite(STAT_LED_RED, 1);
  6520. digitalWrite(STAT_LED_BLUE, 0);
  6521. red_led = true;
  6522. blue_led = false;
  6523. }
  6524. if((max_temp < 54.0) && (blue_led == false)) {
  6525. digitalWrite(STAT_LED_RED, 0);
  6526. digitalWrite(STAT_LED_BLUE, 1);
  6527. red_led = false;
  6528. blue_led = true;
  6529. }
  6530. }
  6531. }
  6532. #endif
  6533. #ifdef SAFETYTIMER
  6534. /**
  6535. * @brief Turn off heating after safetytimer_inactive_time milliseconds of inactivity
  6536. *
  6537. * Full screen blocking notification message is shown after heater turning off.
  6538. * Paused print is not considered inactivity, as nozzle is cooled anyway and bed cooling would
  6539. * damage print.
  6540. *
  6541. * If safetytimer_inactive_time is zero, feature is disabled (heating is never turned off because of inactivity)
  6542. */
  6543. static void handleSafetyTimer()
  6544. {
  6545. #if (EXTRUDERS > 1)
  6546. #error Implemented only for one extruder.
  6547. #endif //(EXTRUDERS > 1)
  6548. if ((PRINTER_ACTIVE) || (!degTargetBed() && !degTargetHotend(0)) || (!safetytimer_inactive_time))
  6549. {
  6550. safetyTimer.stop();
  6551. }
  6552. else if ((degTargetBed() || degTargetHotend(0)) && (!safetyTimer.running()))
  6553. {
  6554. safetyTimer.start();
  6555. }
  6556. else if (safetyTimer.expired(safetytimer_inactive_time))
  6557. {
  6558. setTargetBed(0);
  6559. setTargetHotend(0, 0);
  6560. lcd_show_fullscreen_message_and_wait_P(_i("Heating disabled by safety timer."));////MSG_BED_HEATING_SAFETY_DISABLED c=0 r=0
  6561. }
  6562. }
  6563. #endif //SAFETYTIMER
  6564. void manage_inactivity(bool ignore_stepper_queue/*=false*/) //default argument set in Marlin.h
  6565. {
  6566. #ifdef PAT9125
  6567. if (fsensor_enabled && filament_autoload_enabled && !fsensor_M600 && !moves_planned() && !IS_SD_PRINTING && !is_usb_printing && (lcd_commands_type != LCD_COMMAND_V2_CAL))
  6568. {
  6569. if (fsensor_autoload_enabled)
  6570. {
  6571. if (fsensor_check_autoload())
  6572. {
  6573. if (degHotend0() > EXTRUDE_MINTEMP)
  6574. {
  6575. fsensor_autoload_check_stop();
  6576. tone(BEEPER, 1000);
  6577. delay_keep_alive(50);
  6578. noTone(BEEPER);
  6579. loading_flag = true;
  6580. enquecommand_front_P((PSTR("M701")));
  6581. }
  6582. else
  6583. {
  6584. lcd_update_enable(false);
  6585. lcd_implementation_clear();
  6586. lcd.setCursor(0, 0);
  6587. lcd_printPGM(_T(MSG_ERROR));
  6588. lcd.setCursor(0, 2);
  6589. lcd_printPGM(_T(MSG_PREHEAT_NOZZLE));
  6590. delay(2000);
  6591. lcd_implementation_clear();
  6592. lcd_update_enable(true);
  6593. }
  6594. }
  6595. }
  6596. else
  6597. fsensor_autoload_check_start();
  6598. }
  6599. else
  6600. if (fsensor_autoload_enabled)
  6601. fsensor_autoload_check_stop();
  6602. #endif //PAT9125
  6603. #ifdef SAFETYTIMER
  6604. handleSafetyTimer();
  6605. #endif //SAFETYTIMER
  6606. #if defined(KILL_PIN) && KILL_PIN > -1
  6607. static int killCount = 0; // make the inactivity button a bit less responsive
  6608. const int KILL_DELAY = 10000;
  6609. #endif
  6610. if(buflen < (BUFSIZE-1)){
  6611. get_command();
  6612. }
  6613. if( (millis() - previous_millis_cmd) > max_inactive_time )
  6614. if(max_inactive_time)
  6615. kill(_n(""), 4);
  6616. if(stepper_inactive_time) {
  6617. if( (millis() - previous_millis_cmd) > stepper_inactive_time )
  6618. {
  6619. if(blocks_queued() == false && ignore_stepper_queue == false) {
  6620. disable_x();
  6621. // SERIAL_ECHOLNPGM("manage_inactivity - disable Y");
  6622. disable_y();
  6623. disable_z();
  6624. disable_e0();
  6625. disable_e1();
  6626. disable_e2();
  6627. }
  6628. }
  6629. }
  6630. #ifdef CHDK //Check if pin should be set to LOW after M240 set it to HIGH
  6631. if (chdkActive && (millis() - chdkHigh > CHDK_DELAY))
  6632. {
  6633. chdkActive = false;
  6634. WRITE(CHDK, LOW);
  6635. }
  6636. #endif
  6637. #if defined(KILL_PIN) && KILL_PIN > -1
  6638. // Check if the kill button was pressed and wait just in case it was an accidental
  6639. // key kill key press
  6640. // -------------------------------------------------------------------------------
  6641. if( 0 == READ(KILL_PIN) )
  6642. {
  6643. killCount++;
  6644. }
  6645. else if (killCount > 0)
  6646. {
  6647. killCount--;
  6648. }
  6649. // Exceeded threshold and we can confirm that it was not accidental
  6650. // KILL the machine
  6651. // ----------------------------------------------------------------
  6652. if ( killCount >= KILL_DELAY)
  6653. {
  6654. kill("", 5);
  6655. }
  6656. #endif
  6657. #if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
  6658. controllerFan(); //Check if fan should be turned on to cool stepper drivers down
  6659. #endif
  6660. #ifdef EXTRUDER_RUNOUT_PREVENT
  6661. if( (millis() - previous_millis_cmd) > EXTRUDER_RUNOUT_SECONDS*1000 )
  6662. if(degHotend(active_extruder)>EXTRUDER_RUNOUT_MINTEMP)
  6663. {
  6664. bool oldstatus=READ(E0_ENABLE_PIN);
  6665. enable_e0();
  6666. float oldepos=current_position[E_AXIS];
  6667. float oldedes=destination[E_AXIS];
  6668. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS],
  6669. destination[E_AXIS]+EXTRUDER_RUNOUT_EXTRUDE*EXTRUDER_RUNOUT_ESTEPS/axis_steps_per_unit[E_AXIS],
  6670. EXTRUDER_RUNOUT_SPEED/60.*EXTRUDER_RUNOUT_ESTEPS/axis_steps_per_unit[E_AXIS], active_extruder);
  6671. current_position[E_AXIS]=oldepos;
  6672. destination[E_AXIS]=oldedes;
  6673. plan_set_e_position(oldepos);
  6674. previous_millis_cmd=millis();
  6675. st_synchronize();
  6676. WRITE(E0_ENABLE_PIN,oldstatus);
  6677. }
  6678. #endif
  6679. #ifdef TEMP_STAT_LEDS
  6680. handle_status_leds();
  6681. #endif
  6682. check_axes_activity();
  6683. }
  6684. void kill(const char *full_screen_message, unsigned char id)
  6685. {
  6686. printf_P(_N("KILL: %d\n"), id);
  6687. //return;
  6688. cli(); // Stop interrupts
  6689. disable_heater();
  6690. disable_x();
  6691. // SERIAL_ECHOLNPGM("kill - disable Y");
  6692. disable_y();
  6693. disable_z();
  6694. disable_e0();
  6695. disable_e1();
  6696. disable_e2();
  6697. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  6698. pinMode(PS_ON_PIN,INPUT);
  6699. #endif
  6700. SERIAL_ERROR_START;
  6701. SERIAL_ERRORLNRPGM(_i("Printer halted. kill() called!"));////MSG_ERR_KILLED c=0 r=0
  6702. if (full_screen_message != NULL) {
  6703. SERIAL_ERRORLNRPGM(full_screen_message);
  6704. lcd_display_message_fullscreen_P(full_screen_message);
  6705. } else {
  6706. LCD_ALERTMESSAGERPGM(_i("KILLED. "));////MSG_KILLED c=0 r=0
  6707. }
  6708. // FMC small patch to update the LCD before ending
  6709. sei(); // enable interrupts
  6710. for ( int i=5; i--; lcd_update())
  6711. {
  6712. delay(200);
  6713. }
  6714. cli(); // disable interrupts
  6715. suicide();
  6716. while(1)
  6717. {
  6718. #ifdef WATCHDOG
  6719. wdt_reset();
  6720. #endif //WATCHDOG
  6721. /* Intentionally left empty */
  6722. } // Wait for reset
  6723. }
  6724. void Stop()
  6725. {
  6726. disable_heater();
  6727. if(Stopped == false) {
  6728. Stopped = true;
  6729. Stopped_gcode_LastN = gcode_LastN; // Save last g_code for restart
  6730. SERIAL_ERROR_START;
  6731. SERIAL_ERRORLNRPGM(_T(MSG_ERR_STOPPED));
  6732. LCD_MESSAGERPGM(_T(MSG_STOPPED));
  6733. }
  6734. }
  6735. bool IsStopped() { return Stopped; };
  6736. #ifdef FAST_PWM_FAN
  6737. void setPwmFrequency(uint8_t pin, int val)
  6738. {
  6739. val &= 0x07;
  6740. switch(digitalPinToTimer(pin))
  6741. {
  6742. #if defined(TCCR0A)
  6743. case TIMER0A:
  6744. case TIMER0B:
  6745. // TCCR0B &= ~(_BV(CS00) | _BV(CS01) | _BV(CS02));
  6746. // TCCR0B |= val;
  6747. break;
  6748. #endif
  6749. #if defined(TCCR1A)
  6750. case TIMER1A:
  6751. case TIMER1B:
  6752. // TCCR1B &= ~(_BV(CS10) | _BV(CS11) | _BV(CS12));
  6753. // TCCR1B |= val;
  6754. break;
  6755. #endif
  6756. #if defined(TCCR2)
  6757. case TIMER2:
  6758. case TIMER2:
  6759. TCCR2 &= ~(_BV(CS10) | _BV(CS11) | _BV(CS12));
  6760. TCCR2 |= val;
  6761. break;
  6762. #endif
  6763. #if defined(TCCR2A)
  6764. case TIMER2A:
  6765. case TIMER2B:
  6766. TCCR2B &= ~(_BV(CS20) | _BV(CS21) | _BV(CS22));
  6767. TCCR2B |= val;
  6768. break;
  6769. #endif
  6770. #if defined(TCCR3A)
  6771. case TIMER3A:
  6772. case TIMER3B:
  6773. case TIMER3C:
  6774. TCCR3B &= ~(_BV(CS30) | _BV(CS31) | _BV(CS32));
  6775. TCCR3B |= val;
  6776. break;
  6777. #endif
  6778. #if defined(TCCR4A)
  6779. case TIMER4A:
  6780. case TIMER4B:
  6781. case TIMER4C:
  6782. TCCR4B &= ~(_BV(CS40) | _BV(CS41) | _BV(CS42));
  6783. TCCR4B |= val;
  6784. break;
  6785. #endif
  6786. #if defined(TCCR5A)
  6787. case TIMER5A:
  6788. case TIMER5B:
  6789. case TIMER5C:
  6790. TCCR5B &= ~(_BV(CS50) | _BV(CS51) | _BV(CS52));
  6791. TCCR5B |= val;
  6792. break;
  6793. #endif
  6794. }
  6795. }
  6796. #endif //FAST_PWM_FAN
  6797. bool setTargetedHotend(int code){
  6798. tmp_extruder = active_extruder;
  6799. if(code_seen('T')) {
  6800. tmp_extruder = code_value();
  6801. if(tmp_extruder >= EXTRUDERS) {
  6802. SERIAL_ECHO_START;
  6803. switch(code){
  6804. case 104:
  6805. SERIAL_ECHORPGM(_i("M104 Invalid extruder "));////MSG_M104_INVALID_EXTRUDER c=0 r=0
  6806. break;
  6807. case 105:
  6808. SERIAL_ECHO(_i("M105 Invalid extruder "));////MSG_M105_INVALID_EXTRUDER c=0 r=0
  6809. break;
  6810. case 109:
  6811. SERIAL_ECHO(_i("M109 Invalid extruder "));////MSG_M109_INVALID_EXTRUDER c=0 r=0
  6812. break;
  6813. case 218:
  6814. SERIAL_ECHO(_i("M218 Invalid extruder "));////MSG_M218_INVALID_EXTRUDER c=0 r=0
  6815. break;
  6816. case 221:
  6817. SERIAL_ECHO(_i("M221 Invalid extruder "));////MSG_M221_INVALID_EXTRUDER c=0 r=0
  6818. break;
  6819. }
  6820. SERIAL_PROTOCOLLN((int)tmp_extruder);
  6821. return true;
  6822. }
  6823. }
  6824. return false;
  6825. }
  6826. void save_statistics(unsigned long _total_filament_used, unsigned long _total_print_time) //_total_filament_used unit: mm/100; print time in s
  6827. {
  6828. if (eeprom_read_byte((uint8_t *)EEPROM_TOTALTIME) == 255 && eeprom_read_byte((uint8_t *)EEPROM_TOTALTIME + 1) == 255 && eeprom_read_byte((uint8_t *)EEPROM_TOTALTIME + 2) == 255 && eeprom_read_byte((uint8_t *)EEPROM_TOTALTIME + 3) == 255)
  6829. {
  6830. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, 0);
  6831. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, 0);
  6832. }
  6833. unsigned long _previous_filament = eeprom_read_dword((uint32_t *)EEPROM_FILAMENTUSED); //_previous_filament unit: cm
  6834. unsigned long _previous_time = eeprom_read_dword((uint32_t *)EEPROM_TOTALTIME); //_previous_time unit: min
  6835. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, _previous_time + (_total_print_time/60)); //EEPROM_TOTALTIME unit: min
  6836. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, _previous_filament + (_total_filament_used / 1000));
  6837. total_filament_used = 0;
  6838. }
  6839. float calculate_extruder_multiplier(float diameter) {
  6840. float out = 1.f;
  6841. if (volumetric_enabled && diameter > 0.f) {
  6842. float area = M_PI * diameter * diameter * 0.25;
  6843. out = 1.f / area;
  6844. }
  6845. if (extrudemultiply != 100)
  6846. out *= float(extrudemultiply) * 0.01f;
  6847. return out;
  6848. }
  6849. void calculate_extruder_multipliers() {
  6850. extruder_multiplier[0] = calculate_extruder_multiplier(filament_size[0]);
  6851. #if EXTRUDERS > 1
  6852. extruder_multiplier[1] = calculate_extruder_multiplier(filament_size[1]);
  6853. #if EXTRUDERS > 2
  6854. extruder_multiplier[2] = calculate_extruder_multiplier(filament_size[2]);
  6855. #endif
  6856. #endif
  6857. }
  6858. void delay_keep_alive(unsigned int ms)
  6859. {
  6860. for (;;) {
  6861. manage_heater();
  6862. // Manage inactivity, but don't disable steppers on timeout.
  6863. manage_inactivity(true);
  6864. lcd_update();
  6865. if (ms == 0)
  6866. break;
  6867. else if (ms >= 50) {
  6868. delay(50);
  6869. ms -= 50;
  6870. } else {
  6871. delay(ms);
  6872. ms = 0;
  6873. }
  6874. }
  6875. }
  6876. void wait_for_heater(long codenum) {
  6877. #ifdef TEMP_RESIDENCY_TIME
  6878. long residencyStart;
  6879. residencyStart = -1;
  6880. /* continue to loop until we have reached the target temp
  6881. _and_ until TEMP_RESIDENCY_TIME hasn't passed since we reached it */
  6882. while ((!cancel_heatup) && ((residencyStart == -1) ||
  6883. (residencyStart >= 0 && (((unsigned int)(millis() - residencyStart)) < (TEMP_RESIDENCY_TIME * 1000UL))))) {
  6884. #else
  6885. while (target_direction ? (isHeatingHotend(tmp_extruder)) : (isCoolingHotend(tmp_extruder) && (CooldownNoWait == false))) {
  6886. #endif //TEMP_RESIDENCY_TIME
  6887. if ((millis() - codenum) > 1000UL)
  6888. { //Print Temp Reading and remaining time every 1 second while heating up/cooling down
  6889. if (!farm_mode) {
  6890. SERIAL_PROTOCOLPGM("T:");
  6891. SERIAL_PROTOCOL_F(degHotend(tmp_extruder), 1);
  6892. SERIAL_PROTOCOLPGM(" E:");
  6893. SERIAL_PROTOCOL((int)tmp_extruder);
  6894. #ifdef TEMP_RESIDENCY_TIME
  6895. SERIAL_PROTOCOLPGM(" W:");
  6896. if (residencyStart > -1)
  6897. {
  6898. codenum = ((TEMP_RESIDENCY_TIME * 1000UL) - (millis() - residencyStart)) / 1000UL;
  6899. SERIAL_PROTOCOLLN(codenum);
  6900. }
  6901. else
  6902. {
  6903. SERIAL_PROTOCOLLN("?");
  6904. }
  6905. }
  6906. #else
  6907. SERIAL_PROTOCOLLN("");
  6908. #endif
  6909. codenum = millis();
  6910. }
  6911. manage_heater();
  6912. manage_inactivity();
  6913. lcd_update();
  6914. #ifdef TEMP_RESIDENCY_TIME
  6915. /* start/restart the TEMP_RESIDENCY_TIME timer whenever we reach target temp for the first time
  6916. or when current temp falls outside the hysteresis after target temp was reached */
  6917. if ((residencyStart == -1 && target_direction && (degHotend(tmp_extruder) >= (degTargetHotend(tmp_extruder) - TEMP_WINDOW))) ||
  6918. (residencyStart == -1 && !target_direction && (degHotend(tmp_extruder) <= (degTargetHotend(tmp_extruder) + TEMP_WINDOW))) ||
  6919. (residencyStart > -1 && labs(degHotend(tmp_extruder) - degTargetHotend(tmp_extruder)) > TEMP_HYSTERESIS))
  6920. {
  6921. residencyStart = millis();
  6922. }
  6923. #endif //TEMP_RESIDENCY_TIME
  6924. }
  6925. }
  6926. void check_babystep() {
  6927. int babystep_z;
  6928. EEPROM_read_B(EEPROM_BABYSTEP_Z, &babystep_z);
  6929. if ((babystep_z < Z_BABYSTEP_MIN) || (babystep_z > Z_BABYSTEP_MAX)) {
  6930. babystep_z = 0; //if babystep value is out of min max range, set it to 0
  6931. SERIAL_ECHOLNPGM("Z live adjust out of range. Setting to 0");
  6932. EEPROM_save_B(EEPROM_BABYSTEP_Z, &babystep_z);
  6933. lcd_show_fullscreen_message_and_wait_P(PSTR("Z live adjust out of range. Setting to 0. Click to continue."));
  6934. lcd_update_enable(true);
  6935. }
  6936. }
  6937. #ifdef DIS
  6938. void d_setup()
  6939. {
  6940. pinMode(D_DATACLOCK, INPUT_PULLUP);
  6941. pinMode(D_DATA, INPUT_PULLUP);
  6942. pinMode(D_REQUIRE, OUTPUT);
  6943. digitalWrite(D_REQUIRE, HIGH);
  6944. }
  6945. float d_ReadData()
  6946. {
  6947. int digit[13];
  6948. String mergeOutput;
  6949. float output;
  6950. digitalWrite(D_REQUIRE, HIGH);
  6951. for (int i = 0; i<13; i++)
  6952. {
  6953. for (int j = 0; j < 4; j++)
  6954. {
  6955. while (digitalRead(D_DATACLOCK) == LOW) {}
  6956. while (digitalRead(D_DATACLOCK) == HIGH) {}
  6957. bitWrite(digit[i], j, digitalRead(D_DATA));
  6958. }
  6959. }
  6960. digitalWrite(D_REQUIRE, LOW);
  6961. mergeOutput = "";
  6962. output = 0;
  6963. for (int r = 5; r <= 10; r++) //Merge digits
  6964. {
  6965. mergeOutput += digit[r];
  6966. }
  6967. output = mergeOutput.toFloat();
  6968. if (digit[4] == 8) //Handle sign
  6969. {
  6970. output *= -1;
  6971. }
  6972. for (int i = digit[11]; i > 0; i--) //Handle floating point
  6973. {
  6974. output /= 10;
  6975. }
  6976. return output;
  6977. }
  6978. void bed_analysis(float x_dimension, float y_dimension, int x_points_num, int y_points_num, float shift_x, float shift_y) {
  6979. int t1 = 0;
  6980. int t_delay = 0;
  6981. int digit[13];
  6982. int m;
  6983. char str[3];
  6984. //String mergeOutput;
  6985. char mergeOutput[15];
  6986. float output;
  6987. int mesh_point = 0; //index number of calibration point
  6988. 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
  6989. float bed_zero_ref_y = (-0.6f + Y_PROBE_OFFSET_FROM_EXTRUDER);
  6990. float mesh_home_z_search = 4;
  6991. float row[x_points_num];
  6992. int ix = 0;
  6993. int iy = 0;
  6994. char* filename_wldsd = "wldsd.txt";
  6995. char data_wldsd[70];
  6996. char numb_wldsd[10];
  6997. d_setup();
  6998. if (!(axis_known_position[X_AXIS] && axis_known_position[Y_AXIS] && axis_known_position[Z_AXIS])) {
  6999. // We don't know where we are! HOME!
  7000. // Push the commands to the front of the message queue in the reverse order!
  7001. // There shall be always enough space reserved for these commands.
  7002. repeatcommand_front(); // repeat G80 with all its parameters
  7003. enquecommand_front_P((PSTR("G28 W0")));
  7004. enquecommand_front_P((PSTR("G1 Z5")));
  7005. return;
  7006. }
  7007. bool custom_message_old = custom_message;
  7008. unsigned int custom_message_type_old = custom_message_type;
  7009. unsigned int custom_message_state_old = custom_message_state;
  7010. custom_message = true;
  7011. custom_message_type = 1;
  7012. custom_message_state = (x_points_num * y_points_num) + 10;
  7013. lcd_update(1);
  7014. mbl.reset();
  7015. babystep_undo();
  7016. card.openFile(filename_wldsd, false);
  7017. current_position[Z_AXIS] = mesh_home_z_search;
  7018. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], homing_feedrate[Z_AXIS] / 60, active_extruder);
  7019. int XY_AXIS_FEEDRATE = homing_feedrate[X_AXIS] / 20;
  7020. int Z_PROBE_FEEDRATE = homing_feedrate[Z_AXIS] / 60;
  7021. int Z_LIFT_FEEDRATE = homing_feedrate[Z_AXIS] / 40;
  7022. setup_for_endstop_move(false);
  7023. SERIAL_PROTOCOLPGM("Num X,Y: ");
  7024. SERIAL_PROTOCOL(x_points_num);
  7025. SERIAL_PROTOCOLPGM(",");
  7026. SERIAL_PROTOCOL(y_points_num);
  7027. SERIAL_PROTOCOLPGM("\nZ search height: ");
  7028. SERIAL_PROTOCOL(mesh_home_z_search);
  7029. SERIAL_PROTOCOLPGM("\nDimension X,Y: ");
  7030. SERIAL_PROTOCOL(x_dimension);
  7031. SERIAL_PROTOCOLPGM(",");
  7032. SERIAL_PROTOCOL(y_dimension);
  7033. SERIAL_PROTOCOLLNPGM("\nMeasured points:");
  7034. while (mesh_point != x_points_num * y_points_num) {
  7035. ix = mesh_point % x_points_num; // from 0 to MESH_NUM_X_POINTS - 1
  7036. iy = mesh_point / x_points_num;
  7037. if (iy & 1) ix = (x_points_num - 1) - ix; // Zig zag
  7038. float z0 = 0.f;
  7039. current_position[Z_AXIS] = mesh_home_z_search;
  7040. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], Z_LIFT_FEEDRATE, active_extruder);
  7041. st_synchronize();
  7042. current_position[X_AXIS] = 13.f + ix * (x_dimension / (x_points_num - 1)) - bed_zero_ref_x + shift_x;
  7043. current_position[Y_AXIS] = 6.4f + iy * (y_dimension / (y_points_num - 1)) - bed_zero_ref_y + shift_y;
  7044. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], XY_AXIS_FEEDRATE, active_extruder);
  7045. st_synchronize();
  7046. 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
  7047. break;
  7048. card.closefile();
  7049. }
  7050. //memset(numb_wldsd, 0, sizeof(numb_wldsd));
  7051. //dtostrf(d_ReadData(), 8, 5, numb_wldsd);
  7052. //strcat(data_wldsd, numb_wldsd);
  7053. //MYSERIAL.println(data_wldsd);
  7054. //delay(1000);
  7055. //delay(3000);
  7056. //t1 = millis();
  7057. //while (digitalRead(D_DATACLOCK) == LOW) {}
  7058. //while (digitalRead(D_DATACLOCK) == HIGH) {}
  7059. memset(digit, 0, sizeof(digit));
  7060. //cli();
  7061. digitalWrite(D_REQUIRE, LOW);
  7062. for (int i = 0; i<13; i++)
  7063. {
  7064. //t1 = millis();
  7065. for (int j = 0; j < 4; j++)
  7066. {
  7067. while (digitalRead(D_DATACLOCK) == LOW) {}
  7068. while (digitalRead(D_DATACLOCK) == HIGH) {}
  7069. bitWrite(digit[i], j, digitalRead(D_DATA));
  7070. }
  7071. //t_delay = (millis() - t1);
  7072. //SERIAL_PROTOCOLPGM(" ");
  7073. //SERIAL_PROTOCOL_F(t_delay, 5);
  7074. //SERIAL_PROTOCOLPGM(" ");
  7075. }
  7076. //sei();
  7077. digitalWrite(D_REQUIRE, HIGH);
  7078. mergeOutput[0] = '\0';
  7079. output = 0;
  7080. for (int r = 5; r <= 10; r++) //Merge digits
  7081. {
  7082. sprintf(str, "%d", digit[r]);
  7083. strcat(mergeOutput, str);
  7084. }
  7085. output = atof(mergeOutput);
  7086. if (digit[4] == 8) //Handle sign
  7087. {
  7088. output *= -1;
  7089. }
  7090. for (int i = digit[11]; i > 0; i--) //Handle floating point
  7091. {
  7092. output *= 0.1;
  7093. }
  7094. //output = d_ReadData();
  7095. //row[ix] = current_position[Z_AXIS];
  7096. memset(data_wldsd, 0, sizeof(data_wldsd));
  7097. for (int i = 0; i <3; i++) {
  7098. memset(numb_wldsd, 0, sizeof(numb_wldsd));
  7099. dtostrf(current_position[i], 8, 5, numb_wldsd);
  7100. strcat(data_wldsd, numb_wldsd);
  7101. strcat(data_wldsd, ";");
  7102. }
  7103. memset(numb_wldsd, 0, sizeof(numb_wldsd));
  7104. dtostrf(output, 8, 5, numb_wldsd);
  7105. strcat(data_wldsd, numb_wldsd);
  7106. //strcat(data_wldsd, ";");
  7107. card.write_command(data_wldsd);
  7108. //row[ix] = d_ReadData();
  7109. row[ix] = output; // current_position[Z_AXIS];
  7110. if (iy % 2 == 1 ? ix == 0 : ix == x_points_num - 1) {
  7111. for (int i = 0; i < x_points_num; i++) {
  7112. SERIAL_PROTOCOLPGM(" ");
  7113. SERIAL_PROTOCOL_F(row[i], 5);
  7114. }
  7115. SERIAL_PROTOCOLPGM("\n");
  7116. }
  7117. custom_message_state--;
  7118. mesh_point++;
  7119. lcd_update(1);
  7120. }
  7121. card.closefile();
  7122. }
  7123. #endif
  7124. void temp_compensation_start() {
  7125. custom_message = true;
  7126. custom_message_type = 5;
  7127. custom_message_state = PINDA_HEAT_T + 1;
  7128. lcd_update(2);
  7129. if (degHotend(active_extruder) > EXTRUDE_MINTEMP) {
  7130. current_position[E_AXIS] -= DEFAULT_RETRACTION;
  7131. }
  7132. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 400, active_extruder);
  7133. current_position[X_AXIS] = PINDA_PREHEAT_X;
  7134. current_position[Y_AXIS] = PINDA_PREHEAT_Y;
  7135. current_position[Z_AXIS] = PINDA_PREHEAT_Z;
  7136. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  7137. st_synchronize();
  7138. while (fabs(degBed() - target_temperature_bed) > 1) delay_keep_alive(1000);
  7139. for (int i = 0; i < PINDA_HEAT_T; i++) {
  7140. delay_keep_alive(1000);
  7141. custom_message_state = PINDA_HEAT_T - i;
  7142. if (custom_message_state == 99 || custom_message_state == 9) lcd_update(2); //force whole display redraw if number of digits changed
  7143. else lcd_update(1);
  7144. }
  7145. custom_message_type = 0;
  7146. custom_message_state = 0;
  7147. custom_message = false;
  7148. }
  7149. void temp_compensation_apply() {
  7150. int i_add;
  7151. int compensation_value;
  7152. int z_shift = 0;
  7153. float z_shift_mm;
  7154. if (calibration_status() == CALIBRATION_STATUS_CALIBRATED) {
  7155. if (target_temperature_bed % 10 == 0 && target_temperature_bed >= 60 && target_temperature_bed <= 100) {
  7156. i_add = (target_temperature_bed - 60) / 10;
  7157. EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + i_add * 2, &z_shift);
  7158. z_shift_mm = z_shift / axis_steps_per_unit[Z_AXIS];
  7159. }else {
  7160. //interpolation
  7161. z_shift_mm = temp_comp_interpolation(target_temperature_bed) / axis_steps_per_unit[Z_AXIS];
  7162. }
  7163. printf_P(_N("\nZ shift applied:%.3f\n"), z_shift_mm);
  7164. 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);
  7165. st_synchronize();
  7166. plan_set_z_position(current_position[Z_AXIS]);
  7167. }
  7168. else {
  7169. //we have no temp compensation data
  7170. }
  7171. }
  7172. float temp_comp_interpolation(float inp_temperature) {
  7173. //cubic spline interpolation
  7174. int n, i, j, k;
  7175. float h[10], a, b, c, d, sum, s[10] = { 0 }, x[10], F[10], f[10], m[10][10] = { 0 }, temp;
  7176. int shift[10];
  7177. int temp_C[10];
  7178. n = 6; //number of measured points
  7179. shift[0] = 0;
  7180. for (i = 0; i < n; i++) {
  7181. if (i>0) EEPROM_read_B(EEPROM_PROBE_TEMP_SHIFT + (i-1) * 2, &shift[i]); //read shift in steps from EEPROM
  7182. temp_C[i] = 50 + i * 10; //temperature in C
  7183. #ifdef PINDA_THERMISTOR
  7184. temp_C[i] = 35 + i * 5; //temperature in C
  7185. #else
  7186. temp_C[i] = 50 + i * 10; //temperature in C
  7187. #endif
  7188. x[i] = (float)temp_C[i];
  7189. f[i] = (float)shift[i];
  7190. }
  7191. if (inp_temperature < x[0]) return 0;
  7192. for (i = n - 1; i>0; i--) {
  7193. F[i] = (f[i] - f[i - 1]) / (x[i] - x[i - 1]);
  7194. h[i - 1] = x[i] - x[i - 1];
  7195. }
  7196. //*********** formation of h, s , f matrix **************
  7197. for (i = 1; i<n - 1; i++) {
  7198. m[i][i] = 2 * (h[i - 1] + h[i]);
  7199. if (i != 1) {
  7200. m[i][i - 1] = h[i - 1];
  7201. m[i - 1][i] = h[i - 1];
  7202. }
  7203. m[i][n - 1] = 6 * (F[i + 1] - F[i]);
  7204. }
  7205. //*********** forward elimination **************
  7206. for (i = 1; i<n - 2; i++) {
  7207. temp = (m[i + 1][i] / m[i][i]);
  7208. for (j = 1; j <= n - 1; j++)
  7209. m[i + 1][j] -= temp*m[i][j];
  7210. }
  7211. //*********** backward substitution *********
  7212. for (i = n - 2; i>0; i--) {
  7213. sum = 0;
  7214. for (j = i; j <= n - 2; j++)
  7215. sum += m[i][j] * s[j];
  7216. s[i] = (m[i][n - 1] - sum) / m[i][i];
  7217. }
  7218. for (i = 0; i<n - 1; i++)
  7219. if ((x[i] <= inp_temperature && inp_temperature <= x[i + 1]) || (i == n-2 && inp_temperature > x[i + 1])) {
  7220. a = (s[i + 1] - s[i]) / (6 * h[i]);
  7221. b = s[i] / 2;
  7222. c = (f[i + 1] - f[i]) / h[i] - (2 * h[i] * s[i] + s[i + 1] * h[i]) / 6;
  7223. d = f[i];
  7224. sum = a*pow((inp_temperature - x[i]), 3) + b*pow((inp_temperature - x[i]), 2) + c*(inp_temperature - x[i]) + d;
  7225. }
  7226. return sum;
  7227. }
  7228. #ifdef PINDA_THERMISTOR
  7229. float temp_compensation_pinda_thermistor_offset(float temperature_pinda)
  7230. {
  7231. if (!temp_cal_active) return 0;
  7232. if (!calibration_status_pinda()) return 0;
  7233. return temp_comp_interpolation(temperature_pinda) / axis_steps_per_unit[Z_AXIS];
  7234. }
  7235. #endif //PINDA_THERMISTOR
  7236. void long_pause() //long pause print
  7237. {
  7238. st_synchronize();
  7239. //save currently set parameters to global variables
  7240. saved_feedmultiply = feedmultiply;
  7241. HotendTempBckp = degTargetHotend(active_extruder);
  7242. fanSpeedBckp = fanSpeed;
  7243. start_pause_print = millis();
  7244. //save position
  7245. pause_lastpos[X_AXIS] = current_position[X_AXIS];
  7246. pause_lastpos[Y_AXIS] = current_position[Y_AXIS];
  7247. pause_lastpos[Z_AXIS] = current_position[Z_AXIS];
  7248. pause_lastpos[E_AXIS] = current_position[E_AXIS];
  7249. //retract
  7250. current_position[E_AXIS] -= DEFAULT_RETRACTION;
  7251. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 400, active_extruder);
  7252. //lift z
  7253. current_position[Z_AXIS] += Z_PAUSE_LIFT;
  7254. if (current_position[Z_AXIS] > Z_MAX_POS) current_position[Z_AXIS] = Z_MAX_POS;
  7255. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 15, active_extruder);
  7256. //set nozzle target temperature to 0
  7257. setTargetHotend(0, 0);
  7258. setTargetHotend(0, 1);
  7259. setTargetHotend(0, 2);
  7260. //Move XY to side
  7261. current_position[X_AXIS] = X_PAUSE_POS;
  7262. current_position[Y_AXIS] = Y_PAUSE_POS;
  7263. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 50, active_extruder);
  7264. // Turn off the print fan
  7265. fanSpeed = 0;
  7266. st_synchronize();
  7267. }
  7268. void serialecho_temperatures() {
  7269. float tt = degHotend(active_extruder);
  7270. SERIAL_PROTOCOLPGM("T:");
  7271. SERIAL_PROTOCOL(tt);
  7272. SERIAL_PROTOCOLPGM(" E:");
  7273. SERIAL_PROTOCOL((int)active_extruder);
  7274. SERIAL_PROTOCOLPGM(" B:");
  7275. SERIAL_PROTOCOL_F(degBed(), 1);
  7276. SERIAL_PROTOCOLLN("");
  7277. }
  7278. extern uint32_t sdpos_atomic;
  7279. #ifdef UVLO_SUPPORT
  7280. void uvlo_()
  7281. {
  7282. unsigned long time_start = millis();
  7283. bool sd_print = card.sdprinting;
  7284. // Conserve power as soon as possible.
  7285. disable_x();
  7286. disable_y();
  7287. #ifdef TMC2130
  7288. tmc2130_set_current_h(Z_AXIS, 20);
  7289. tmc2130_set_current_r(Z_AXIS, 20);
  7290. tmc2130_set_current_h(E_AXIS, 20);
  7291. tmc2130_set_current_r(E_AXIS, 20);
  7292. #endif //TMC2130
  7293. // Indicate that the interrupt has been triggered.
  7294. // SERIAL_ECHOLNPGM("UVLO");
  7295. // Read out the current Z motor microstep counter. This will be later used
  7296. // for reaching the zero full step before powering off.
  7297. uint16_t z_microsteps = 0;
  7298. #ifdef TMC2130
  7299. z_microsteps = tmc2130_rd_MSCNT(Z_TMC2130_CS);
  7300. #endif //TMC2130
  7301. // Calculate the file position, from which to resume this print.
  7302. long sd_position = sdpos_atomic; //atomic sd position of last command added in queue
  7303. {
  7304. uint16_t sdlen_planner = planner_calc_sd_length(); //length of sd commands in planner
  7305. sd_position -= sdlen_planner;
  7306. uint16_t sdlen_cmdqueue = cmdqueue_calc_sd_length(); //length of sd commands in cmdqueue
  7307. sd_position -= sdlen_cmdqueue;
  7308. if (sd_position < 0) sd_position = 0;
  7309. }
  7310. // Backup the feedrate in mm/min.
  7311. int feedrate_bckp = blocks_queued() ? (block_buffer[block_buffer_tail].nominal_speed * 60.f) : feedrate;
  7312. // After this call, the planner queue is emptied and the current_position is set to a current logical coordinate.
  7313. // The logical coordinate will likely differ from the machine coordinate if the skew calibration and mesh bed leveling
  7314. // are in action.
  7315. planner_abort_hard();
  7316. // Store the current extruder position.
  7317. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION_E), st_get_position_mm(E_AXIS));
  7318. eeprom_update_byte((uint8_t*)EEPROM_UVLO_E_ABS, axis_relative_modes[3]?0:1);
  7319. // Clean the input command queue.
  7320. cmdqueue_reset();
  7321. card.sdprinting = false;
  7322. // card.closefile();
  7323. // Enable stepper driver interrupt to move Z axis.
  7324. // This should be fine as the planner and command queues are empty and the SD card printing is disabled.
  7325. //FIXME one may want to disable serial lines at this point of time to avoid interfering with the command queue,
  7326. // though it should not happen that the command queue is touched as the plan_buffer_line always succeed without blocking.
  7327. sei();
  7328. plan_buffer_line(
  7329. current_position[X_AXIS],
  7330. current_position[Y_AXIS],
  7331. current_position[Z_AXIS],
  7332. current_position[E_AXIS] - DEFAULT_RETRACTION,
  7333. 95, active_extruder);
  7334. st_synchronize();
  7335. disable_e0();
  7336. plan_buffer_line(
  7337. current_position[X_AXIS],
  7338. current_position[Y_AXIS],
  7339. current_position[Z_AXIS] + UVLO_Z_AXIS_SHIFT + float((1024 - z_microsteps + 7) >> 4) / axis_steps_per_unit[Z_AXIS],
  7340. current_position[E_AXIS] - DEFAULT_RETRACTION,
  7341. 40, active_extruder);
  7342. st_synchronize();
  7343. disable_e0();
  7344. plan_buffer_line(
  7345. current_position[X_AXIS],
  7346. current_position[Y_AXIS],
  7347. current_position[Z_AXIS] + UVLO_Z_AXIS_SHIFT + float((1024 - z_microsteps + 7) >> 4) / axis_steps_per_unit[Z_AXIS],
  7348. current_position[E_AXIS] - DEFAULT_RETRACTION,
  7349. 40, active_extruder);
  7350. st_synchronize();
  7351. disable_e0();
  7352. disable_z();
  7353. // Move Z up to the next 0th full step.
  7354. // Write the file position.
  7355. eeprom_update_dword((uint32_t*)(EEPROM_FILE_POSITION), sd_position);
  7356. // Store the mesh bed leveling offsets. This is 2*9=18 bytes, which takes 18*3.4us=52us in worst case.
  7357. for (int8_t mesh_point = 0; mesh_point < 9; ++ mesh_point) {
  7358. uint8_t ix = mesh_point % MESH_MEAS_NUM_X_POINTS; // from 0 to MESH_NUM_X_POINTS - 1
  7359. uint8_t iy = mesh_point / MESH_MEAS_NUM_X_POINTS;
  7360. // Scale the z value to 1u resolution.
  7361. int16_t v = mbl.active ? int16_t(floor(mbl.z_values[iy*3][ix*3] * 1000.f + 0.5f)) : 0;
  7362. eeprom_update_word((uint16_t*)(EEPROM_UVLO_MESH_BED_LEVELING+2*mesh_point), *reinterpret_cast<uint16_t*>(&v));
  7363. }
  7364. // Read out the current Z motor microstep counter. This will be later used
  7365. // for reaching the zero full step before powering off.
  7366. eeprom_update_word((uint16_t*)(EEPROM_UVLO_Z_MICROSTEPS), z_microsteps);
  7367. // Store the current position.
  7368. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0), current_position[X_AXIS]);
  7369. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 4), current_position[Y_AXIS]);
  7370. eeprom_update_float((float*)(EEPROM_UVLO_CURRENT_POSITION_Z), current_position[Z_AXIS]);
  7371. // Store the current feed rate, temperatures, fan speed and extruder multipliers (flow rates)
  7372. EEPROM_save_B(EEPROM_UVLO_FEEDRATE, &feedrate_bckp);
  7373. eeprom_update_byte((uint8_t*)EEPROM_UVLO_TARGET_HOTEND, target_temperature[active_extruder]);
  7374. eeprom_update_byte((uint8_t*)EEPROM_UVLO_TARGET_BED, target_temperature_bed);
  7375. eeprom_update_byte((uint8_t*)EEPROM_UVLO_FAN_SPEED, fanSpeed);
  7376. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_0), extruder_multiplier[0]);
  7377. #if EXTRUDERS > 1
  7378. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_1), extruder_multiplier[1]);
  7379. #if EXTRUDERS > 2
  7380. eeprom_update_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_2), extruder_multiplier[2]);
  7381. #endif
  7382. #endif
  7383. eeprom_update_word((uint16_t*)(EEPROM_EXTRUDEMULTIPLY), (uint16_t)extrudemultiply);
  7384. // Finaly store the "power outage" flag.
  7385. if(sd_print) eeprom_update_byte((uint8_t*)EEPROM_UVLO, 1);
  7386. st_synchronize();
  7387. printf_P(_N("stps%d\n"), tmc2130_rd_MSCNT(Z_AXIS));
  7388. disable_z();
  7389. // Increment power failure counter
  7390. eeprom_update_byte((uint8_t*)EEPROM_POWER_COUNT, eeprom_read_byte((uint8_t*)EEPROM_POWER_COUNT) + 1);
  7391. eeprom_update_word((uint16_t*)EEPROM_POWER_COUNT_TOT, eeprom_read_word((uint16_t*)EEPROM_POWER_COUNT_TOT) + 1);
  7392. printf_P(_N("UVLO - end %d\n"), millis() - time_start);
  7393. #if 0
  7394. // Move the print head to the side of the print until all the power stored in the power supply capacitors is depleted.
  7395. current_position[X_AXIS] = (current_position[X_AXIS] < 0.5f * (X_MIN_POS + X_MAX_POS)) ? X_MIN_POS : X_MAX_POS;
  7396. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 500, active_extruder);
  7397. st_synchronize();
  7398. #endif
  7399. cli();
  7400. volatile unsigned int ppcount = 0;
  7401. SET_OUTPUT(BEEPER);
  7402. WRITE(BEEPER, HIGH);
  7403. for(ppcount = 0; ppcount < 2000; ppcount ++){
  7404. asm("nop");//50ns on 20Mhz, 62.5ns on 16Mhz
  7405. }
  7406. WRITE(BEEPER, LOW);
  7407. while(1){
  7408. #if 1
  7409. WRITE(BEEPER, LOW);
  7410. for(ppcount = 0; ppcount < 8000; ppcount ++){
  7411. asm("nop");//50ns on 20Mhz, 62.5ns on 16Mhz
  7412. }
  7413. #endif
  7414. };
  7415. }
  7416. #endif //UVLO_SUPPORT
  7417. #if (defined(FANCHECK) && defined(TACH_1) && (TACH_1 >-1))
  7418. void setup_fan_interrupt() {
  7419. //INT7
  7420. DDRE &= ~(1 << 7); //input pin
  7421. PORTE &= ~(1 << 7); //no internal pull-up
  7422. //start with sensing rising edge
  7423. EICRB &= ~(1 << 6);
  7424. EICRB |= (1 << 7);
  7425. //enable INT7 interrupt
  7426. EIMSK |= (1 << 7);
  7427. }
  7428. // The fan interrupt is triggered at maximum 325Hz (may be a bit more due to component tollerances),
  7429. // and it takes 4.24 us to process (the interrupt invocation overhead not taken into account).
  7430. ISR(INT7_vect) {
  7431. //measuring speed now works for fanSpeed > 18 (approximately), which is sufficient because MIN_PRINT_FAN_SPEED is higher
  7432. if (fanSpeed < MIN_PRINT_FAN_SPEED) return;
  7433. if ((1 << 6) & EICRB) { //interrupt was triggered by rising edge
  7434. t_fan_rising_edge = millis_nc();
  7435. }
  7436. else { //interrupt was triggered by falling edge
  7437. if ((millis_nc() - t_fan_rising_edge) >= FAN_PULSE_WIDTH_LIMIT) {//this pulse was from sensor and not from pwm
  7438. fan_edge_counter[1] += 2; //we are currently counting all edges so lets count two edges for one pulse
  7439. }
  7440. }
  7441. EICRB ^= (1 << 6); //change edge
  7442. }
  7443. #endif
  7444. #ifdef UVLO_SUPPORT
  7445. void setup_uvlo_interrupt() {
  7446. DDRE &= ~(1 << 4); //input pin
  7447. PORTE &= ~(1 << 4); //no internal pull-up
  7448. //sensing falling edge
  7449. EICRB |= (1 << 0);
  7450. EICRB &= ~(1 << 1);
  7451. //enable INT4 interrupt
  7452. EIMSK |= (1 << 4);
  7453. }
  7454. ISR(INT4_vect) {
  7455. EIMSK &= ~(1 << 4); //disable INT4 interrupt to make sure that this code will be executed just once
  7456. SERIAL_ECHOLNPGM("INT4");
  7457. if (IS_SD_PRINTING) uvlo_();
  7458. }
  7459. void recover_print(uint8_t automatic) {
  7460. char cmd[30];
  7461. lcd_update_enable(true);
  7462. lcd_update(2);
  7463. lcd_setstatuspgm(_i("Recovering print "));////MSG_RECOVERING_PRINT c=20 r=1
  7464. recover_machine_state_after_power_panic(); //recover position, temperatures and extrude_multipliers
  7465. // Lift the print head, so one may remove the excess priming material.
  7466. if (current_position[Z_AXIS] < 25)
  7467. enquecommand_P(PSTR("G1 Z25 F800"));
  7468. // Home X and Y axes. Homing just X and Y shall not touch the babystep and the world2machine transformation status.
  7469. enquecommand_P(PSTR("G28 X Y"));
  7470. // Set the target bed and nozzle temperatures and wait.
  7471. sprintf_P(cmd, PSTR("M109 S%d"), target_temperature[active_extruder]);
  7472. enquecommand(cmd);
  7473. sprintf_P(cmd, PSTR("M190 S%d"), target_temperature_bed);
  7474. enquecommand(cmd);
  7475. enquecommand_P(PSTR("M83")); //E axis relative mode
  7476. //enquecommand_P(PSTR("G1 E5 F120")); //Extrude some filament to stabilize pessure
  7477. // If not automatically recoreverd (long power loss), extrude extra filament to stabilize
  7478. if(automatic == 0){
  7479. enquecommand_P(PSTR("G1 E5 F120")); //Extrude some filament to stabilize pessure
  7480. }
  7481. enquecommand_P(PSTR("G1 E" STRINGIFY(-DEFAULT_RETRACTION)" F480"));
  7482. // Mark the power panic status as inactive.
  7483. eeprom_update_byte((uint8_t*)EEPROM_UVLO, 0);
  7484. /*while ((abs(degHotend(0)- target_temperature[0])>5) || (abs(degBed() -target_temperature_bed)>3)) { //wait for heater and bed to reach target temp
  7485. delay_keep_alive(1000);
  7486. }*/
  7487. 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]);
  7488. // Restart the print.
  7489. restore_print_from_eeprom();
  7490. printf_P(_N("Current pos Z_AXIS:%.3f\nCurrent pos E_AXIS:%.3f\n"), current_position[Z_AXIS], current_position[E_AXIS]);
  7491. }
  7492. void recover_machine_state_after_power_panic()
  7493. {
  7494. char cmd[30];
  7495. // 1) Recover the logical cordinates at the time of the power panic.
  7496. // The logical XY coordinates are needed to recover the machine Z coordinate corrected by the mesh bed leveling.
  7497. current_position[X_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0));
  7498. current_position[Y_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 4));
  7499. // Recover the logical coordinate of the Z axis at the time of the power panic.
  7500. // The current position after power panic is moved to the next closest 0th full step.
  7501. current_position[Z_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_Z)) +
  7502. UVLO_Z_AXIS_SHIFT + float((1024 - eeprom_read_word((uint16_t*)(EEPROM_UVLO_Z_MICROSTEPS)) + 7) >> 4) / axis_steps_per_unit[Z_AXIS];
  7503. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO_E_ABS)) {
  7504. current_position[E_AXIS] = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_E));
  7505. sprintf_P(cmd, PSTR("G92 E"));
  7506. dtostrf(current_position[E_AXIS], 6, 3, cmd + strlen(cmd));
  7507. enquecommand(cmd);
  7508. }
  7509. memcpy(destination, current_position, sizeof(destination));
  7510. SERIAL_ECHOPGM("recover_machine_state_after_power_panic, initial ");
  7511. print_world_coordinates();
  7512. // 2) Initialize the logical to physical coordinate system transformation.
  7513. world2machine_initialize();
  7514. // 3) Restore the mesh bed leveling offsets. This is 2*9=18 bytes, which takes 18*3.4us=52us in worst case.
  7515. mbl.active = false;
  7516. for (int8_t mesh_point = 0; mesh_point < 9; ++ mesh_point) {
  7517. uint8_t ix = mesh_point % MESH_MEAS_NUM_X_POINTS; // from 0 to MESH_NUM_X_POINTS - 1
  7518. uint8_t iy = mesh_point / MESH_MEAS_NUM_X_POINTS;
  7519. // Scale the z value to 10u resolution.
  7520. int16_t v;
  7521. eeprom_read_block(&v, (void*)(EEPROM_UVLO_MESH_BED_LEVELING+2*mesh_point), 2);
  7522. if (v != 0)
  7523. mbl.active = true;
  7524. mbl.z_values[iy][ix] = float(v) * 0.001f;
  7525. }
  7526. if (mbl.active)
  7527. mbl.upsample_3x3();
  7528. // SERIAL_ECHOPGM("recover_machine_state_after_power_panic, initial ");
  7529. // print_mesh_bed_leveling_table();
  7530. // 4) Load the baby stepping value, which is expected to be active at the time of power panic.
  7531. // The baby stepping value is used to reset the physical Z axis when rehoming the Z axis.
  7532. babystep_load();
  7533. // 5) Set the physical positions from the logical positions using the world2machine transformation and the active bed leveling.
  7534. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  7535. // 6) Power up the motors, mark their positions as known.
  7536. //FIXME Verfiy, whether the X and Y axes should be powered up here, as they will later be re-homed anyway.
  7537. axis_known_position[X_AXIS] = true; enable_x();
  7538. axis_known_position[Y_AXIS] = true; enable_y();
  7539. axis_known_position[Z_AXIS] = true; enable_z();
  7540. SERIAL_ECHOPGM("recover_machine_state_after_power_panic, initial ");
  7541. print_physical_coordinates();
  7542. // 7) Recover the target temperatures.
  7543. target_temperature[active_extruder] = eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_HOTEND);
  7544. target_temperature_bed = eeprom_read_byte((uint8_t*)EEPROM_UVLO_TARGET_BED);
  7545. // 8) Recover extruder multipilers
  7546. extruder_multiplier[0] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_0));
  7547. #if EXTRUDERS > 1
  7548. extruder_multiplier[1] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_1));
  7549. #if EXTRUDERS > 2
  7550. extruder_multiplier[2] = eeprom_read_float((float*)(EEPROM_EXTRUDER_MULTIPLIER_2));
  7551. #endif
  7552. #endif
  7553. extrudemultiply = (int)eeprom_read_word((uint16_t*)(EEPROM_EXTRUDEMULTIPLY));
  7554. }
  7555. void restore_print_from_eeprom() {
  7556. float x_rec, y_rec, z_pos;
  7557. int feedrate_rec;
  7558. uint8_t fan_speed_rec;
  7559. char cmd[30];
  7560. char* c;
  7561. char filename[13];
  7562. uint8_t depth = 0;
  7563. char dir_name[9];
  7564. fan_speed_rec = eeprom_read_byte((uint8_t*)EEPROM_UVLO_FAN_SPEED);
  7565. EEPROM_read_B(EEPROM_UVLO_FEEDRATE, &feedrate_rec);
  7566. SERIAL_ECHOPGM("Feedrate:");
  7567. MYSERIAL.println(feedrate_rec);
  7568. depth = eeprom_read_byte((uint8_t*)EEPROM_DIR_DEPTH);
  7569. MYSERIAL.println(int(depth));
  7570. for (int i = 0; i < depth; i++) {
  7571. for (int j = 0; j < 8; j++) {
  7572. dir_name[j] = eeprom_read_byte((uint8_t*)EEPROM_DIRS + j + 8 * i);
  7573. }
  7574. dir_name[8] = '\0';
  7575. MYSERIAL.println(dir_name);
  7576. strcpy(dir_names[i], dir_name);
  7577. card.chdir(dir_name);
  7578. }
  7579. for (int i = 0; i < 8; i++) {
  7580. filename[i] = eeprom_read_byte((uint8_t*)EEPROM_FILENAME + i);
  7581. }
  7582. filename[8] = '\0';
  7583. MYSERIAL.print(filename);
  7584. strcat_P(filename, PSTR(".gco"));
  7585. sprintf_P(cmd, PSTR("M23 %s"), filename);
  7586. enquecommand(cmd);
  7587. uint32_t position = eeprom_read_dword((uint32_t*)(EEPROM_FILE_POSITION));
  7588. SERIAL_ECHOPGM("Position read from eeprom:");
  7589. MYSERIAL.println(position);
  7590. // E axis relative mode.
  7591. enquecommand_P(PSTR("M83"));
  7592. // Move to the XY print position in logical coordinates, where the print has been killed.
  7593. strcpy_P(cmd, PSTR("G1 X")); strcat(cmd, ftostr32(eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 0))));
  7594. strcat_P(cmd, PSTR(" Y")); strcat(cmd, ftostr32(eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION + 4))));
  7595. strcat_P(cmd, PSTR(" F2000"));
  7596. enquecommand(cmd);
  7597. // Move the Z axis down to the print, in logical coordinates.
  7598. strcpy_P(cmd, PSTR("G1 Z")); strcat(cmd, ftostr32(eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_Z))));
  7599. enquecommand(cmd);
  7600. // Unretract.
  7601. enquecommand_P(PSTR("G1 E" STRINGIFY(2*DEFAULT_RETRACTION)" F480"));
  7602. // Set the feedrate saved at the power panic.
  7603. sprintf_P(cmd, PSTR("G1 F%d"), feedrate_rec);
  7604. enquecommand(cmd);
  7605. if (eeprom_read_byte((uint8_t*)EEPROM_UVLO_E_ABS))
  7606. {
  7607. float extruder_abs_pos = eeprom_read_float((float*)(EEPROM_UVLO_CURRENT_POSITION_E));
  7608. enquecommand_P(PSTR("M82")); //E axis abslute mode
  7609. }
  7610. // Set the fan speed saved at the power panic.
  7611. strcpy_P(cmd, PSTR("M106 S"));
  7612. strcat(cmd, itostr3(int(fan_speed_rec)));
  7613. enquecommand(cmd);
  7614. // Set a position in the file.
  7615. sprintf_P(cmd, PSTR("M26 S%lu"), position);
  7616. enquecommand(cmd);
  7617. // Start SD print.
  7618. enquecommand_P(PSTR("M24"));
  7619. }
  7620. #endif //UVLO_SUPPORT
  7621. ////////////////////////////////////////////////////////////////////////////////
  7622. // save/restore printing
  7623. void stop_and_save_print_to_ram(float z_move, float e_move)
  7624. {
  7625. if (saved_printing) return;
  7626. unsigned char nplanner_blocks;
  7627. unsigned char nlines;
  7628. uint16_t sdlen_planner;
  7629. uint16_t sdlen_cmdqueue;
  7630. cli();
  7631. if (card.sdprinting) {
  7632. nplanner_blocks = number_of_blocks();
  7633. saved_sdpos = sdpos_atomic; //atomic sd position of last command added in queue
  7634. sdlen_planner = planner_calc_sd_length(); //length of sd commands in planner
  7635. saved_sdpos -= sdlen_planner;
  7636. sdlen_cmdqueue = cmdqueue_calc_sd_length(); //length of sd commands in cmdqueue
  7637. saved_sdpos -= sdlen_cmdqueue;
  7638. saved_printing_type = PRINTING_TYPE_SD;
  7639. }
  7640. else if (is_usb_printing) { //reuse saved_sdpos for storing line number
  7641. saved_sdpos = gcode_LastN; //start with line number of command added recently to cmd queue
  7642. //reuse planner_calc_sd_length function for getting number of lines of commands in planner:
  7643. nlines = planner_calc_sd_length(); //number of lines of commands in planner
  7644. saved_sdpos -= nlines;
  7645. saved_sdpos -= buflen; //number of blocks in cmd buffer
  7646. saved_printing_type = PRINTING_TYPE_USB;
  7647. }
  7648. else {
  7649. //not sd printing nor usb printing
  7650. }
  7651. #if 0
  7652. SERIAL_ECHOPGM("SDPOS_ATOMIC="); MYSERIAL.println(sdpos_atomic, DEC);
  7653. SERIAL_ECHOPGM("SDPOS="); MYSERIAL.println(card.get_sdpos(), DEC);
  7654. SERIAL_ECHOPGM("SDLEN_PLAN="); MYSERIAL.println(sdlen_planner, DEC);
  7655. SERIAL_ECHOPGM("SDLEN_CMDQ="); MYSERIAL.println(sdlen_cmdqueue, DEC);
  7656. SERIAL_ECHOPGM("PLANNERBLOCKS="); MYSERIAL.println(int(nplanner_blocks), DEC);
  7657. SERIAL_ECHOPGM("SDSAVED="); MYSERIAL.println(saved_sdpos, DEC);
  7658. //SERIAL_ECHOPGM("SDFILELEN="); MYSERIAL.println(card.fileSize(), DEC);
  7659. {
  7660. card.setIndex(saved_sdpos);
  7661. SERIAL_ECHOLNPGM("Content of planner buffer: ");
  7662. for (unsigned int idx = 0; idx < sdlen_planner; ++ idx)
  7663. MYSERIAL.print(char(card.get()));
  7664. SERIAL_ECHOLNPGM("Content of command buffer: ");
  7665. for (unsigned int idx = 0; idx < sdlen_cmdqueue; ++ idx)
  7666. MYSERIAL.print(char(card.get()));
  7667. SERIAL_ECHOLNPGM("End of command buffer");
  7668. }
  7669. {
  7670. // Print the content of the planner buffer, line by line:
  7671. card.setIndex(saved_sdpos);
  7672. int8_t iline = 0;
  7673. for (unsigned char idx = block_buffer_tail; idx != block_buffer_head; idx = (idx + 1) & (BLOCK_BUFFER_SIZE - 1), ++ iline) {
  7674. SERIAL_ECHOPGM("Planner line (from file): ");
  7675. MYSERIAL.print(int(iline), DEC);
  7676. SERIAL_ECHOPGM(", length: ");
  7677. MYSERIAL.print(block_buffer[idx].sdlen, DEC);
  7678. SERIAL_ECHOPGM(", steps: (");
  7679. MYSERIAL.print(block_buffer[idx].steps_x, DEC);
  7680. SERIAL_ECHOPGM(",");
  7681. MYSERIAL.print(block_buffer[idx].steps_y, DEC);
  7682. SERIAL_ECHOPGM(",");
  7683. MYSERIAL.print(block_buffer[idx].steps_z, DEC);
  7684. SERIAL_ECHOPGM(",");
  7685. MYSERIAL.print(block_buffer[idx].steps_e, DEC);
  7686. SERIAL_ECHOPGM("), events: ");
  7687. MYSERIAL.println(block_buffer[idx].step_event_count, DEC);
  7688. for (int len = block_buffer[idx].sdlen; len > 0; -- len)
  7689. MYSERIAL.print(char(card.get()));
  7690. }
  7691. }
  7692. {
  7693. // Print the content of the command buffer, line by line:
  7694. int8_t iline = 0;
  7695. union {
  7696. struct {
  7697. char lo;
  7698. char hi;
  7699. } lohi;
  7700. uint16_t value;
  7701. } sdlen_single;
  7702. int _bufindr = bufindr;
  7703. for (int _buflen = buflen; _buflen > 0; ++ iline) {
  7704. if (cmdbuffer[_bufindr] == CMDBUFFER_CURRENT_TYPE_SDCARD) {
  7705. sdlen_single.lohi.lo = cmdbuffer[_bufindr + 1];
  7706. sdlen_single.lohi.hi = cmdbuffer[_bufindr + 2];
  7707. }
  7708. SERIAL_ECHOPGM("Buffer line (from buffer): ");
  7709. MYSERIAL.print(int(iline), DEC);
  7710. SERIAL_ECHOPGM(", type: ");
  7711. MYSERIAL.print(int(cmdbuffer[_bufindr]), DEC);
  7712. SERIAL_ECHOPGM(", len: ");
  7713. MYSERIAL.println(sdlen_single.value, DEC);
  7714. // Print the content of the buffer line.
  7715. MYSERIAL.println(cmdbuffer + _bufindr + CMDHDRSIZE);
  7716. SERIAL_ECHOPGM("Buffer line (from file): ");
  7717. MYSERIAL.println(int(iline), DEC);
  7718. for (; sdlen_single.value > 0; -- sdlen_single.value)
  7719. MYSERIAL.print(char(card.get()));
  7720. if (-- _buflen == 0)
  7721. break;
  7722. // First skip the current command ID and iterate up to the end of the string.
  7723. for (_bufindr += CMDHDRSIZE; cmdbuffer[_bufindr] != 0; ++ _bufindr) ;
  7724. // Second, skip the end of string null character and iterate until a nonzero command ID is found.
  7725. for (++ _bufindr; _bufindr < sizeof(cmdbuffer) && cmdbuffer[_bufindr] == 0; ++ _bufindr) ;
  7726. // If the end of the buffer was empty,
  7727. if (_bufindr == sizeof(cmdbuffer)) {
  7728. // skip to the start and find the nonzero command.
  7729. for (_bufindr = 0; cmdbuffer[_bufindr] == 0; ++ _bufindr) ;
  7730. }
  7731. }
  7732. }
  7733. #endif
  7734. #if 0
  7735. saved_feedrate2 = feedrate; //save feedrate
  7736. #else
  7737. // Try to deduce the feedrate from the first block of the planner.
  7738. // Speed is in mm/min.
  7739. saved_feedrate2 = blocks_queued() ? (block_buffer[block_buffer_tail].nominal_speed * 60.f) : feedrate;
  7740. #endif
  7741. planner_abort_hard(); //abort printing
  7742. memcpy(saved_pos, current_position, sizeof(saved_pos));
  7743. saved_active_extruder = active_extruder; //save active_extruder
  7744. saved_extruder_under_pressure = extruder_under_pressure; //extruder under pressure flag - currently unused
  7745. saved_extruder_relative_mode = axis_relative_modes[E_AXIS];
  7746. cmdqueue_reset(); //empty cmdqueue
  7747. card.sdprinting = false;
  7748. // card.closefile();
  7749. saved_printing = true;
  7750. // We may have missed a stepper timer interrupt. Be safe than sorry, reset the stepper timer before re-enabling interrupts.
  7751. st_reset_timer();
  7752. sei();
  7753. if ((z_move != 0) || (e_move != 0)) { // extruder or z move
  7754. #if 1
  7755. // Rather than calling plan_buffer_line directly, push the move into the command queue,
  7756. char buf[48];
  7757. // First unretract (relative extrusion)
  7758. if(!saved_extruder_relative_mode){
  7759. strcpy_P(buf, PSTR("M83"));
  7760. enquecommand(buf, false);
  7761. }
  7762. //retract 45mm/s
  7763. strcpy_P(buf, PSTR("G1 E"));
  7764. dtostrf(e_move, 6, 3, buf + strlen(buf));
  7765. strcat_P(buf, PSTR(" F"));
  7766. dtostrf(2700, 8, 3, buf + strlen(buf));
  7767. enquecommand(buf, false);
  7768. // Then lift Z axis
  7769. strcpy_P(buf, PSTR("G1 Z"));
  7770. dtostrf(saved_pos[Z_AXIS] + z_move, 8, 3, buf + strlen(buf));
  7771. strcat_P(buf, PSTR(" F"));
  7772. dtostrf(homing_feedrate[Z_AXIS], 8, 3, buf + strlen(buf));
  7773. // At this point the command queue is empty.
  7774. enquecommand(buf, false);
  7775. // If this call is invoked from the main Arduino loop() function, let the caller know that the command
  7776. // in the command queue is not the original command, but a new one, so it should not be removed from the queue.
  7777. repeatcommand_front();
  7778. #else
  7779. plan_buffer_line(saved_pos[X_AXIS], saved_pos[Y_AXIS], saved_pos[Z_AXIS] + z_move, saved_pos[E_AXIS] + e_move, homing_feedrate[Z_AXIS], active_extruder);
  7780. st_synchronize(); //wait moving
  7781. memcpy(current_position, saved_pos, sizeof(saved_pos));
  7782. memcpy(destination, current_position, sizeof(destination));
  7783. #endif
  7784. }
  7785. }
  7786. void restore_print_from_ram_and_continue(float e_move)
  7787. {
  7788. if (!saved_printing) return;
  7789. // for (int axis = X_AXIS; axis <= E_AXIS; axis++)
  7790. // current_position[axis] = st_get_position_mm(axis);
  7791. active_extruder = saved_active_extruder; //restore active_extruder
  7792. feedrate = saved_feedrate2; //restore feedrate
  7793. axis_relative_modes[E_AXIS] = saved_extruder_relative_mode;
  7794. float e = saved_pos[E_AXIS] - e_move;
  7795. plan_set_e_position(e);
  7796. //first move print head in XY to the saved position:
  7797. 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);
  7798. st_synchronize();
  7799. //then move Z
  7800. 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);
  7801. st_synchronize();
  7802. //and finaly unretract (35mm/s)
  7803. plan_buffer_line(saved_pos[X_AXIS], saved_pos[Y_AXIS], saved_pos[Z_AXIS], saved_pos[E_AXIS], 35, active_extruder);
  7804. st_synchronize();
  7805. memcpy(current_position, saved_pos, sizeof(saved_pos));
  7806. memcpy(destination, current_position, sizeof(destination));
  7807. if (saved_printing_type == PRINTING_TYPE_SD) { //was sd printing
  7808. card.setIndex(saved_sdpos);
  7809. sdpos_atomic = saved_sdpos;
  7810. card.sdprinting = true;
  7811. printf_P(PSTR("ok\n")); //dummy response because of octoprint is waiting for this
  7812. }
  7813. else if (saved_printing_type == PRINTING_TYPE_USB) { //was usb printing
  7814. gcode_LastN = saved_sdpos; //saved_sdpos was reused for storing line number when usb printing
  7815. serial_count = 0;
  7816. FlushSerialRequestResend();
  7817. }
  7818. else {
  7819. //not sd printing nor usb printing
  7820. }
  7821. lcd_setstatuspgm(_T(WELCOME_MSG));
  7822. saved_printing = false;
  7823. }
  7824. void print_world_coordinates()
  7825. {
  7826. printf_P(_N("world coordinates: (%.3f, %.3f, %.3f)\n"), current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS]);
  7827. }
  7828. void print_physical_coordinates()
  7829. {
  7830. 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]);
  7831. }
  7832. void print_mesh_bed_leveling_table()
  7833. {
  7834. SERIAL_ECHOPGM("mesh bed leveling: ");
  7835. for (int8_t y = 0; y < MESH_NUM_Y_POINTS; ++ y)
  7836. for (int8_t x = 0; x < MESH_NUM_Y_POINTS; ++ x) {
  7837. MYSERIAL.print(mbl.z_values[y][x], 3);
  7838. SERIAL_ECHOPGM(" ");
  7839. }
  7840. SERIAL_ECHOLNPGM("");
  7841. }
  7842. uint16_t print_time_remaining() {
  7843. uint16_t print_t = PRINT_TIME_REMAINING_INIT;
  7844. if (SilentModeMenu == SILENT_MODE_OFF) print_t = print_time_remaining_normal;
  7845. else print_t = print_time_remaining_silent;
  7846. if ((print_t != PRINT_TIME_REMAINING_INIT) && (feedmultiply != 0)) print_t = 100 * print_t / feedmultiply;
  7847. return print_t;
  7848. }
  7849. uint8_t print_percent_done() {
  7850. //in case that we have information from M73 gcode return percentage counted by slicer, else return percentage counted as byte_printed/filesize
  7851. uint8_t percent_done = 0;
  7852. if (SilentModeMenu == SILENT_MODE_OFF && print_percent_done_normal <= 100) {
  7853. percent_done = print_percent_done_normal;
  7854. }
  7855. else if (print_percent_done_silent <= 100) {
  7856. percent_done = print_percent_done_silent;
  7857. }
  7858. else {
  7859. percent_done = card.percentDone();
  7860. }
  7861. return percent_done;
  7862. }
  7863. static void print_time_remaining_init() {
  7864. print_time_remaining_normal = PRINT_TIME_REMAINING_INIT;
  7865. print_time_remaining_silent = PRINT_TIME_REMAINING_INIT;
  7866. print_percent_done_normal = PRINT_PERCENT_DONE_INIT;
  7867. print_percent_done_silent = PRINT_PERCENT_DONE_INIT;
  7868. }
  7869. #define FIL_LOAD_LENGTH 60