Marlin_main.cpp 228 KB

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