ultralcd.cpp 128 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907
  1. #include "temperature.h"
  2. #include "ultralcd.h"
  3. #ifdef ULTRA_LCD
  4. #include "Marlin.h"
  5. #include "language.h"
  6. #include "cardreader.h"
  7. #include "temperature.h"
  8. #include "stepper.h"
  9. #include "ConfigurationStore.h"
  10. #include <string.h>
  11. #include "util.h"
  12. #include "mesh_bed_leveling.h"
  13. //#include "Configuration.h"
  14. #include "SdFatUtil.h"
  15. #define _STRINGIFY(s) #s
  16. int8_t encoderDiff; /* encoderDiff is updated from interrupt context and added to encoderPosition every LCD update */
  17. extern int lcd_change_fil_state;
  18. //Function pointer to menu functions.
  19. typedef void (*menuFunc_t)();
  20. static void lcd_sd_updir();
  21. struct EditMenuParentState
  22. {
  23. //prevMenu and prevEncoderPosition are used to store the previous menu location when editing settings.
  24. menuFunc_t prevMenu;
  25. uint16_t prevEncoderPosition;
  26. //Variables used when editing values.
  27. const char* editLabel;
  28. void* editValue;
  29. int32_t minEditValue, maxEditValue;
  30. // menuFunc_t callbackFunc;
  31. };
  32. union MenuData
  33. {
  34. struct BabyStep
  35. {
  36. // 29B total
  37. int8_t status;
  38. int babystepMem[3];
  39. float babystepMemMM[3];
  40. } babyStep;
  41. struct SupportMenu
  42. {
  43. // 6B+16B=22B total
  44. int8_t status;
  45. bool is_flash_air;
  46. uint8_t ip[4];
  47. char ip_str[3*4+3+1];
  48. } supportMenu;
  49. struct AdjustBed
  50. {
  51. // 6+13+16=35B
  52. // editMenuParentState is used when an edit menu is entered, so it knows
  53. // the return menu and encoder state.
  54. struct EditMenuParentState editMenuParentState;
  55. int8_t status;
  56. int8_t left;
  57. int8_t right;
  58. int8_t front;
  59. int8_t rear;
  60. int left2;
  61. int right2;
  62. int front2;
  63. int rear2;
  64. } adjustBed;
  65. // editMenuParentState is used when an edit menu is entered, so it knows
  66. // the return menu and encoder state.
  67. struct EditMenuParentState editMenuParentState;
  68. };
  69. // State of the currently active menu.
  70. // C Union manages sharing of the static memory by all the menus.
  71. union MenuData menuData = { 0 };
  72. union Data
  73. {
  74. byte b[2];
  75. int value;
  76. };
  77. int8_t ReInitLCD = 0;
  78. int8_t SDscrool = 0;
  79. int8_t SilentModeMenu = 0;
  80. int lcd_commands_type=LCD_COMMAND_IDLE;
  81. int lcd_commands_step=0;
  82. bool isPrintPaused = false;
  83. bool farm_mode = false;
  84. int farm_no = 0;
  85. int farm_timer = 30;
  86. int farm_status = 0;
  87. bool menuExiting = false;
  88. #ifdef FILAMENT_LCD_DISPLAY
  89. unsigned long message_millis = 0;
  90. #endif
  91. #ifdef ULTIPANEL
  92. static float manual_feedrate[] = MANUAL_FEEDRATE;
  93. #endif // ULTIPANEL
  94. /* !Configuration settings */
  95. uint8_t lcd_status_message_level;
  96. char lcd_status_message[LCD_WIDTH + 1] = ""; //////WELCOME!
  97. unsigned char firstrun = 1;
  98. #ifdef DOGLCD
  99. #include "dogm_lcd_implementation.h"
  100. #else
  101. #include "ultralcd_implementation_hitachi_HD44780.h"
  102. #endif
  103. /** forward declarations **/
  104. // void copy_and_scalePID_i();
  105. // void copy_and_scalePID_d();
  106. /* Different menus */
  107. static void lcd_status_screen();
  108. #ifdef ULTIPANEL
  109. extern bool powersupply;
  110. static void lcd_main_menu();
  111. static void lcd_tune_menu();
  112. static void lcd_prepare_menu();
  113. static void lcd_move_menu();
  114. static void lcd_settings_menu();
  115. static void lcd_calibration_menu();
  116. static void lcd_language_menu();
  117. static void lcd_control_temperature_menu();
  118. static void lcd_control_temperature_preheat_pla_settings_menu();
  119. static void lcd_control_temperature_preheat_abs_settings_menu();
  120. static void lcd_control_motion_menu();
  121. static void lcd_control_volumetric_menu();
  122. static void prusa_stat_printerstatus(int _status);
  123. static void prusa_stat_temperatures();
  124. static void prusa_stat_printinfo();
  125. static void lcd_farm_no();
  126. #ifdef DOGLCD
  127. static void lcd_set_contrast();
  128. #endif
  129. static void lcd_control_retract_menu();
  130. static void lcd_sdcard_menu();
  131. #ifdef DELTA_CALIBRATION_MENU
  132. static void lcd_delta_calibrate_menu();
  133. #endif // DELTA_CALIBRATION_MENU
  134. static void lcd_quick_feedback();//Cause an LCD refresh, and give the user visual or audible feedback that something has happened
  135. /* Different types of actions that can be used in menu items. */
  136. static void menu_action_back(menuFunc_t data);
  137. #define menu_action_back_RAM menu_action_back
  138. static void menu_action_submenu(menuFunc_t data);
  139. static void menu_action_gcode(const char* pgcode);
  140. static void menu_action_function(menuFunc_t data);
  141. static void menu_action_setlang(unsigned char lang);
  142. static void menu_action_sdfile(const char* filename, char* longFilename);
  143. static void menu_action_sddirectory(const char* filename, char* longFilename);
  144. static void menu_action_setting_edit_bool(const char* pstr, bool* ptr);
  145. static void menu_action_setting_edit_int3(const char* pstr, int* ptr, int minValue, int maxValue);
  146. static void menu_action_setting_edit_float3(const char* pstr, float* ptr, float minValue, float maxValue);
  147. static void menu_action_setting_edit_float32(const char* pstr, float* ptr, float minValue, float maxValue);
  148. static void menu_action_setting_edit_float43(const char* pstr, float* ptr, float minValue, float maxValue);
  149. static void menu_action_setting_edit_float5(const char* pstr, float* ptr, float minValue, float maxValue);
  150. static void menu_action_setting_edit_float51(const char* pstr, float* ptr, float minValue, float maxValue);
  151. static void menu_action_setting_edit_float52(const char* pstr, float* ptr, float minValue, float maxValue);
  152. static void menu_action_setting_edit_long5(const char* pstr, unsigned long* ptr, unsigned long minValue, unsigned long maxValue);
  153. /*
  154. static void menu_action_setting_edit_callback_bool(const char* pstr, bool* ptr, menuFunc_t callbackFunc);
  155. static void menu_action_setting_edit_callback_int3(const char* pstr, int* ptr, int minValue, int maxValue, menuFunc_t callbackFunc);
  156. static void menu_action_setting_edit_callback_float3(const char* pstr, float* ptr, float minValue, float maxValue, menuFunc_t callbackFunc);
  157. static void menu_action_setting_edit_callback_float32(const char* pstr, float* ptr, float minValue, float maxValue, menuFunc_t callbackFunc);
  158. static void menu_action_setting_edit_callback_float43(const char* pstr, float* ptr, float minValue, float maxValue, menuFunc_t callbackFunc);
  159. static void menu_action_setting_edit_callback_float5(const char* pstr, float* ptr, float minValue, float maxValue, menuFunc_t callbackFunc);
  160. static void menu_action_setting_edit_callback_float51(const char* pstr, float* ptr, float minValue, float maxValue, menuFunc_t callbackFunc);
  161. static void menu_action_setting_edit_callback_float52(const char* pstr, float* ptr, float minValue, float maxValue, menuFunc_t callbackFunc);
  162. static void menu_action_setting_edit_callback_long5(const char* pstr, unsigned long* ptr, unsigned long minValue, unsigned long maxValue, menuFunc_t callbackFunc);
  163. */
  164. #define ENCODER_FEEDRATE_DEADZONE 10
  165. #if !defined(LCD_I2C_VIKI)
  166. #ifndef ENCODER_STEPS_PER_MENU_ITEM
  167. #define ENCODER_STEPS_PER_MENU_ITEM 5
  168. #endif
  169. #ifndef ENCODER_PULSES_PER_STEP
  170. #define ENCODER_PULSES_PER_STEP 1
  171. #endif
  172. #else
  173. #ifndef ENCODER_STEPS_PER_MENU_ITEM
  174. #define ENCODER_STEPS_PER_MENU_ITEM 2 // VIKI LCD rotary encoder uses a different number of steps per rotation
  175. #endif
  176. #ifndef ENCODER_PULSES_PER_STEP
  177. #define ENCODER_PULSES_PER_STEP 1
  178. #endif
  179. #endif
  180. /* Helper macros for menus */
  181. #define START_MENU() do { \
  182. if (encoderPosition > 0x8000) encoderPosition = 0; \
  183. if (encoderPosition / ENCODER_STEPS_PER_MENU_ITEM < currentMenuViewOffset) currentMenuViewOffset = encoderPosition / ENCODER_STEPS_PER_MENU_ITEM;\
  184. uint8_t _lineNr = currentMenuViewOffset, _menuItemNr; \
  185. bool wasClicked = LCD_CLICKED;\
  186. for(uint8_t _drawLineNr = 0; _drawLineNr < LCD_HEIGHT; _drawLineNr++, _lineNr++) { \
  187. _menuItemNr = 0;
  188. #define MENU_ITEM(type, label, args...) do { \
  189. if (_menuItemNr == _lineNr) { \
  190. if (lcdDrawUpdate) { \
  191. const char* _label_pstr = (label); \
  192. if ((encoderPosition / ENCODER_STEPS_PER_MENU_ITEM) == _menuItemNr) { \
  193. lcd_implementation_drawmenu_ ## type ## _selected (_drawLineNr, _label_pstr , ## args ); \
  194. }else{\
  195. lcd_implementation_drawmenu_ ## type (_drawLineNr, _label_pstr , ## args ); \
  196. }\
  197. }\
  198. if (wasClicked && (encoderPosition / ENCODER_STEPS_PER_MENU_ITEM) == _menuItemNr) {\
  199. lcd_quick_feedback(); \
  200. menu_action_ ## type ( args ); \
  201. return;\
  202. }\
  203. }\
  204. _menuItemNr++;\
  205. } while(0)
  206. #define MENU_ITEM_DUMMY() do { _menuItemNr++; } while(0)
  207. #define MENU_ITEM_EDIT(type, label, args...) MENU_ITEM(setting_edit_ ## type, label, (label) , ## args )
  208. #define MENU_ITEM_EDIT_CALLBACK(type, label, args...) MENU_ITEM(setting_edit_callback_ ## type, label, (label) , ## args )
  209. #define END_MENU() \
  210. if (encoderPosition / ENCODER_STEPS_PER_MENU_ITEM >= _menuItemNr) encoderPosition = _menuItemNr * ENCODER_STEPS_PER_MENU_ITEM - 1; \
  211. if ((uint8_t)(encoderPosition / ENCODER_STEPS_PER_MENU_ITEM) >= currentMenuViewOffset + LCD_HEIGHT) { currentMenuViewOffset = (encoderPosition / ENCODER_STEPS_PER_MENU_ITEM) - LCD_HEIGHT + 1; lcdDrawUpdate = 1; _lineNr = currentMenuViewOffset - 1; _drawLineNr = -1; } \
  212. } } while(0)
  213. /** Used variables to keep track of the menu */
  214. #ifndef REPRAPWORLD_KEYPAD
  215. volatile uint8_t buttons;//Contains the bits of the currently pressed buttons.
  216. #else
  217. volatile uint8_t buttons_reprapworld_keypad; // to store the reprapworld_keypad shift register values
  218. #endif
  219. #ifdef LCD_HAS_SLOW_BUTTONS
  220. volatile uint8_t slow_buttons;//Contains the bits of the currently pressed buttons.
  221. #endif
  222. uint8_t currentMenuViewOffset; /* scroll offset in the current menu */
  223. uint32_t blocking_enc;
  224. uint8_t lastEncoderBits;
  225. uint32_t encoderPosition;
  226. #if (SDCARDDETECT > 0)
  227. bool lcd_oldcardstatus;
  228. #endif
  229. #endif //ULTIPANEL
  230. menuFunc_t currentMenu = lcd_status_screen; /* function pointer to the currently active menu */
  231. uint32_t lcd_next_update_millis;
  232. uint8_t lcd_status_update_delay;
  233. bool ignore_click = false;
  234. bool wait_for_unclick;
  235. uint8_t lcdDrawUpdate = 2; /* Set to none-zero when the LCD needs to draw, decreased after every draw. Set to 2 in LCD routines so the LCD gets at least 1 full redraw (first redraw is partial) */
  236. // place-holders for Ki and Kd edits
  237. #ifdef PIDTEMP
  238. // float raw_Ki, raw_Kd;
  239. #endif
  240. static void lcd_goto_menu(menuFunc_t menu, const uint32_t encoder = 0, const bool feedback = true, bool reset_menu_state = true) {
  241. if (currentMenu != menu) {
  242. currentMenu = menu;
  243. encoderPosition = encoder;
  244. if (reset_menu_state) {
  245. // Resets the global shared C union.
  246. // This ensures, that the menu entered will find out, that it shall initialize itself.
  247. memset(&menuData, 0, sizeof(menuData));
  248. }
  249. if (feedback) lcd_quick_feedback();
  250. // For LCD_PROGRESS_BAR re-initialize the custom characters
  251. #if defined(LCD_PROGRESS_BAR) && defined(SDSUPPORT)
  252. lcd_set_custom_characters(menu == lcd_status_screen);
  253. #endif
  254. }
  255. }
  256. /* Main status screen. It's up to the implementation specific part to show what is needed. As this is very display dependent */
  257. // Language selection dialog not active.
  258. #define LANGSEL_OFF 0
  259. // Language selection dialog modal, entered from the info screen. This is the case on firmware boot up,
  260. // if the language index stored in the EEPROM is not valid.
  261. #define LANGSEL_MODAL 1
  262. // Language selection dialog entered from the Setup menu.
  263. #define LANGSEL_ACTIVE 2
  264. // Language selection dialog status
  265. unsigned char langsel = LANGSEL_OFF;
  266. void set_language_from_EEPROM() {
  267. unsigned char eep = eeprom_read_byte((unsigned char*)EEPROM_LANG);
  268. if (eep < LANG_NUM)
  269. {
  270. lang_selected = eep;
  271. // Language is valid, no need to enter the language selection screen.
  272. langsel = LANGSEL_OFF;
  273. }
  274. else
  275. {
  276. lang_selected = LANG_ID_DEFAULT;
  277. // Invalid language, enter the language selection screen in a modal mode.
  278. langsel = LANGSEL_MODAL;
  279. }
  280. }
  281. static void lcd_status_screen()
  282. {
  283. if (firstrun == 1)
  284. {
  285. firstrun = 0;
  286. set_language_from_EEPROM();
  287. if(lcd_status_message_level == 0){
  288. strncpy_P(lcd_status_message, WELCOME_MSG, LCD_WIDTH);
  289. }
  290. 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)
  291. {
  292. eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, 0);
  293. eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, 0);
  294. }
  295. if (langsel) {
  296. //strncpy_P(lcd_status_message, PSTR(">>>>>>>>>>>> PRESS v"), LCD_WIDTH);
  297. // Entering the language selection screen in a modal mode.
  298. }
  299. }
  300. if (lcd_status_update_delay)
  301. lcd_status_update_delay--;
  302. else
  303. lcdDrawUpdate = 1;
  304. if (lcdDrawUpdate)
  305. {
  306. ReInitLCD++;
  307. if (ReInitLCD == 30) {
  308. lcd_implementation_init( // to maybe revive the LCD if static electricity killed it.
  309. #if defined(LCD_PROGRESS_BAR) && defined(SDSUPPORT)
  310. currentMenu == lcd_status_screen
  311. #endif
  312. );
  313. ReInitLCD = 0 ;
  314. } else {
  315. if ((ReInitLCD % 10) == 0) {
  316. //lcd_implementation_nodisplay();
  317. lcd_implementation_init_noclear( // to maybe revive the LCD if static electricity killed it.
  318. #if defined(LCD_PROGRESS_BAR) && defined(SDSUPPORT)
  319. currentMenu == lcd_status_screen
  320. #endif
  321. );
  322. }
  323. }
  324. //lcd_implementation_display();
  325. lcd_implementation_status_screen();
  326. //lcd_implementation_clear();
  327. if (farm_mode)
  328. {
  329. farm_timer--;
  330. if (farm_timer < 1)
  331. {
  332. farm_timer = 180;
  333. prusa_statistics(0);
  334. }
  335. switch (farm_timer)
  336. {
  337. case 45:
  338. prusa_statistics(21);
  339. break;
  340. case 10:
  341. if (IS_SD_PRINTING)
  342. {
  343. prusa_statistics(20);
  344. }
  345. break;
  346. }
  347. } // end of farm_mode
  348. lcd_status_update_delay = 10; /* redraw the main screen every second. This is easier then trying keep track of all things that change on the screen */
  349. if (lcd_commands_type != LCD_COMMAND_IDLE)
  350. {
  351. lcd_commands();
  352. }
  353. } // end of lcdDrawUpdate
  354. #ifdef ULTIPANEL
  355. bool current_click = LCD_CLICKED;
  356. if (ignore_click) {
  357. if (wait_for_unclick) {
  358. if (!current_click) {
  359. ignore_click = wait_for_unclick = false;
  360. }
  361. else {
  362. current_click = false;
  363. }
  364. }
  365. else if (current_click) {
  366. lcd_quick_feedback();
  367. wait_for_unclick = true;
  368. current_click = false;
  369. }
  370. }
  371. //if (--langsel ==0) {langsel=1;current_click=true;}
  372. if (current_click && (lcd_commands_type != LCD_COMMAND_STOP_PRINT)) //click is aborted unless stop print finishes
  373. {
  374. lcd_goto_menu(lcd_main_menu);
  375. lcd_implementation_init( // to maybe revive the LCD if static electricity killed it.
  376. #if defined(LCD_PROGRESS_BAR) && defined(SDSUPPORT)
  377. currentMenu == lcd_status_screen
  378. #endif
  379. );
  380. #ifdef FILAMENT_LCD_DISPLAY
  381. message_millis = millis(); // get status message to show up for a while
  382. #endif
  383. }
  384. #ifdef ULTIPANEL_FEEDMULTIPLY
  385. // Dead zone at 100% feedrate
  386. if ((feedmultiply < 100 && (feedmultiply + int(encoderPosition)) > 100) ||
  387. (feedmultiply > 100 && (feedmultiply + int(encoderPosition)) < 100))
  388. {
  389. encoderPosition = 0;
  390. feedmultiply = 100;
  391. }
  392. if (feedmultiply == 100 && int(encoderPosition) > ENCODER_FEEDRATE_DEADZONE)
  393. {
  394. feedmultiply += int(encoderPosition) - ENCODER_FEEDRATE_DEADZONE;
  395. encoderPosition = 0;
  396. }
  397. else if (feedmultiply == 100 && int(encoderPosition) < -ENCODER_FEEDRATE_DEADZONE)
  398. {
  399. feedmultiply += int(encoderPosition) + ENCODER_FEEDRATE_DEADZONE;
  400. encoderPosition = 0;
  401. }
  402. else if (feedmultiply != 100)
  403. {
  404. feedmultiply += int(encoderPosition);
  405. encoderPosition = 0;
  406. }
  407. #endif //ULTIPANEL_FEEDMULTIPLY
  408. if (feedmultiply < 10)
  409. feedmultiply = 10;
  410. else if (feedmultiply > 999)
  411. feedmultiply = 999;
  412. #endif //ULTIPANEL
  413. }
  414. #ifdef ULTIPANEL
  415. void lcd_commands()
  416. {
  417. if (lcd_commands_type == LCD_COMMAND_STOP_PRINT) /// stop print
  418. {
  419. if (lcd_commands_step == 0) { lcd_commands_step = 6; custom_message = true; }
  420. if (lcd_commands_step == 1 && !blocks_queued())
  421. {
  422. lcd_commands_step = 0;
  423. lcd_commands_type = 0;
  424. lcd_setstatuspgm(WELCOME_MSG);
  425. custom_message_type = 0;
  426. custom_message = false;
  427. isPrintPaused = false;
  428. }
  429. if (lcd_commands_step == 2 && !blocks_queued())
  430. {
  431. setTargetBed(0);
  432. setTargetHotend(0, 0);
  433. setTargetHotend(0, 1);
  434. setTargetHotend(0, 2);
  435. manage_heater();
  436. lcd_setstatuspgm(WELCOME_MSG);
  437. cancel_heatup = false;
  438. lcd_commands_step = 1;
  439. }
  440. if (lcd_commands_step == 3 && !blocks_queued())
  441. {
  442. // M84: Disable steppers.
  443. enquecommand_P(PSTR("M84"));
  444. #ifdef SNMM
  445. enquecommand_P(PSTR("PRUSA ResF")); //resets flag at the end of the print (used for SNMM)
  446. #endif
  447. autotempShutdown();
  448. lcd_commands_step = 2;
  449. }
  450. if (lcd_commands_step == 4 && !blocks_queued())
  451. {
  452. lcd_setstatuspgm(MSG_PLEASE_WAIT);
  453. // G90: Absolute positioning.
  454. enquecommand_P(PSTR("G90"));
  455. // M83: Set extruder to relative mode.
  456. enquecommand_P(PSTR("M83"));
  457. #ifdef X_CANCEL_POS
  458. enquecommand_P(PSTR("G1 X" STRINGIFY(X_CANCEL_POS) " Y" STRINGIFY(Y_CANCEL_POS) " E0 F7000"));
  459. #else
  460. enquecommand_P(PSTR("G1 X50 Y" STRINGIFY(Y_MAX_POS) " E0 F7000"));
  461. #endif
  462. lcd_ignore_click(false);
  463. #ifdef SNMM
  464. lcd_commands_step = 7;
  465. #else
  466. lcd_commands_step = 3;
  467. #endif
  468. }
  469. if (lcd_commands_step == 5 && !blocks_queued())
  470. {
  471. lcd_setstatuspgm(MSG_PRINT_ABORTED);
  472. // G91: Set to relative positioning.
  473. enquecommand_P(PSTR("G91"));
  474. // Lift up.
  475. enquecommand_P(PSTR("G1 Z15 F1500"));
  476. if (axis_known_position[X_AXIS] && axis_known_position[Y_AXIS]) lcd_commands_step = 4;
  477. else lcd_commands_step = 3;
  478. }
  479. if (lcd_commands_step == 6 && !blocks_queued())
  480. {
  481. lcd_setstatuspgm(MSG_PRINT_ABORTED);
  482. cancel_heatup = true;
  483. setTargetBed(0);
  484. #ifndef SNMM
  485. setTargetHotend(0, 0); //to heating when changing filament for multicolor
  486. setTargetHotend(0, 1);
  487. setTargetHotend(0, 2);
  488. #endif
  489. manage_heater();
  490. custom_message = true;
  491. custom_message_type = 2;
  492. lcd_commands_step = 5;
  493. }
  494. if (lcd_commands_step == 7 && !blocks_queued()) {
  495. /*ramming();
  496. st_synchronize();
  497. change_extr(0);*/
  498. st_synchronize();
  499. enquecommand_P(PSTR("M907 E700")); //set extruder current higher
  500. enquecommand_P(PSTR("M203 E50"));
  501. st_synchronize();
  502. if (current_temperature[0] < 230) {
  503. // PLA
  504. //enquecommand_P(PSTR("G1 E-8 F2100.000000"));
  505. //enquecommand_P(PSTR("G1 E8 F2100.000000"));
  506. enquecommand_P(PSTR("G1 E5.4 F2800.000000"));
  507. enquecommand_P(PSTR("G1 E3.2 F3000.000000"));
  508. enquecommand_P(PSTR("G1 E3 F3400.000000"));
  509. enquecommand_P(PSTR("M203 E80"));
  510. st_synchronize();
  511. enquecommand_P(PSTR("G1 E-82 F9500.000000"));
  512. enquecommand_P(PSTR("M203 E50"));
  513. enquecommand_P(PSTR("G1 E-20 F1200.000000"));
  514. enquecommand_P(PSTR("G1 E5 F400.000000"));
  515. enquecommand_P(PSTR("G1 E5 F600.000000"));
  516. st_synchronize();
  517. enquecommand_P(PSTR("G1 E-10 F600.000000"));
  518. enquecommand_P(PSTR("G1 E+10 F600.000000"));
  519. enquecommand_P(PSTR("G1 E-10 F800.000000"));
  520. enquecommand_P(PSTR("G1 E+10 F800.000000"));
  521. enquecommand_P(PSTR("G1 E-10 F800.000000"));
  522. st_synchronize();
  523. }else {
  524. // ABS
  525. //enquecommand_P(PSTR("G1 E-8 F2100.000000"));
  526. //enquecommand_P(PSTR("G1 E8 F2100.000000"));
  527. enquecommand_P(PSTR("G1 E3.1 F2000.000000"));
  528. enquecommand_P(PSTR("G1 E3.1 F2500.000000"));
  529. enquecommand_P(PSTR("G1 E4 F3000.000000"));
  530. st_synchronize();
  531. enquecommand_P(PSTR("G4 P4700"));
  532. enquecommand_P(PSTR("M203 E80"));
  533. enquecommand_P(PSTR("G1 E-92 F9900.000000"));
  534. enquecommand_P(PSTR("M203 E50"));
  535. enquecommand_P(PSTR("G1 E-5 F800.000000"));
  536. enquecommand_P(PSTR("G1 E5 F400.000000"));
  537. st_synchronize();
  538. enquecommand_P(PSTR("G1 E-5 F600.000000"));
  539. enquecommand_P(PSTR("G1 E5 F600.000000"));
  540. enquecommand_P(PSTR("G1 E-5 F600.000000"));
  541. enquecommand_P(PSTR("G1 E5 F600.000000"));
  542. enquecommand_P(PSTR("G1 E5 F600.000000"));
  543. st_synchronize();
  544. }
  545. enquecommand_P(PSTR("T0"));
  546. enquecommand_P(PSTR("M907 E550")); //set extruder current to 500
  547. //digipot_init();
  548. lcd_commands_step = 3;
  549. }
  550. }
  551. if (lcd_commands_type == 3)
  552. {
  553. lcd_commands_type = 0;
  554. }
  555. if (lcd_commands_type == LCD_COMMAND_FARM_MODE_CONFIRM) /// farm mode confirm
  556. {
  557. if (lcd_commands_step == 0) { lcd_commands_step = 6; custom_message = true; }
  558. if (lcd_commands_step == 1 && !blocks_queued())
  559. {
  560. lcd_confirm_print();
  561. lcd_commands_step = 0;
  562. lcd_commands_type = 0;
  563. }
  564. if (lcd_commands_step == 2 && !blocks_queued())
  565. {
  566. lcd_commands_step = 1;
  567. }
  568. if (lcd_commands_step == 3 && !blocks_queued())
  569. {
  570. lcd_commands_step = 2;
  571. }
  572. if (lcd_commands_step == 4 && !blocks_queued())
  573. {
  574. enquecommand_P(PSTR("G90"));
  575. enquecommand_P(PSTR("G1 X" STRINGIFY(X_CANCEL_POS) " Y" STRINGIFY(Y_CANCEL_POS) " E0 F7000"));
  576. lcd_commands_step = 3;
  577. }
  578. if (lcd_commands_step == 5 && !blocks_queued())
  579. {
  580. lcd_commands_step = 4;
  581. }
  582. if (lcd_commands_step == 6 && !blocks_queued())
  583. {
  584. enquecommand_P(PSTR("G91"));
  585. enquecommand_P(PSTR("G1 Z15 F1500"));
  586. st_synchronize();
  587. #ifdef SNMM
  588. lcd_commands_step = 7;
  589. #else
  590. lcd_commands_step = 5;
  591. #endif
  592. }
  593. }
  594. }
  595. static void lcd_return_to_status() {
  596. lcd_implementation_init( // to maybe revive the LCD if static electricity killed it.
  597. #if defined(LCD_PROGRESS_BAR) && defined(SDSUPPORT)
  598. currentMenu == lcd_status_screen
  599. #endif
  600. );
  601. lcd_goto_menu(lcd_status_screen, 0, false);
  602. }
  603. static void lcd_sdcard_pause() {
  604. card.pauseSDPrint();
  605. isPrintPaused = true;
  606. lcdDrawUpdate = 3;
  607. }
  608. static void lcd_sdcard_resume() {
  609. card.startFileprint();
  610. isPrintPaused = false;
  611. lcdDrawUpdate = 3;
  612. }
  613. float move_menu_scale;
  614. static void lcd_move_menu_axis();
  615. /* Menu implementation */
  616. void lcd_preheat_pla()
  617. {
  618. setTargetHotend0(PLA_PREHEAT_HOTEND_TEMP);
  619. setTargetBed(PLA_PREHEAT_HPB_TEMP);
  620. fanSpeed = 0;
  621. lcd_return_to_status();
  622. setWatch(); // heater sanity check timer
  623. }
  624. void lcd_preheat_abs()
  625. {
  626. setTargetHotend0(ABS_PREHEAT_HOTEND_TEMP);
  627. setTargetBed(ABS_PREHEAT_HPB_TEMP);
  628. fanSpeed = 0;
  629. lcd_return_to_status();
  630. setWatch(); // heater sanity check timer
  631. }
  632. void lcd_preheat_pp()
  633. {
  634. setTargetHotend0(PP_PREHEAT_HOTEND_TEMP);
  635. setTargetBed(PP_PREHEAT_HPB_TEMP);
  636. fanSpeed = 0;
  637. lcd_return_to_status();
  638. setWatch(); // heater sanity check timer
  639. }
  640. void lcd_preheat_pet()
  641. {
  642. setTargetHotend0(PET_PREHEAT_HOTEND_TEMP);
  643. setTargetBed(PET_PREHEAT_HPB_TEMP);
  644. fanSpeed = 0;
  645. lcd_return_to_status();
  646. setWatch(); // heater sanity check timer
  647. }
  648. void lcd_preheat_hips()
  649. {
  650. setTargetHotend0(HIPS_PREHEAT_HOTEND_TEMP);
  651. setTargetBed(HIPS_PREHEAT_HPB_TEMP);
  652. fanSpeed = 0;
  653. lcd_return_to_status();
  654. setWatch(); // heater sanity check timer
  655. }
  656. void lcd_preheat_flex()
  657. {
  658. setTargetHotend0(FLEX_PREHEAT_HOTEND_TEMP);
  659. setTargetBed(FLEX_PREHEAT_HPB_TEMP);
  660. fanSpeed = 0;
  661. lcd_return_to_status();
  662. setWatch(); // heater sanity check timer
  663. }
  664. void lcd_cooldown()
  665. {
  666. setTargetHotend0(0);
  667. setTargetHotend1(0);
  668. setTargetHotend2(0);
  669. setTargetBed(0);
  670. fanSpeed = 0;
  671. lcd_return_to_status();
  672. }
  673. static void lcd_preheat_menu()
  674. {
  675. START_MENU();
  676. MENU_ITEM(back, MSG_MAIN, lcd_main_menu);
  677. MENU_ITEM(function, PSTR("ABS - " STRINGIFY(ABS_PREHEAT_HOTEND_TEMP) "/" STRINGIFY(ABS_PREHEAT_HPB_TEMP)), lcd_preheat_abs);
  678. MENU_ITEM(function, PSTR("PLA - " STRINGIFY(PLA_PREHEAT_HOTEND_TEMP) "/" STRINGIFY(PLA_PREHEAT_HPB_TEMP)), lcd_preheat_pla);
  679. MENU_ITEM(function, PSTR("PET - " STRINGIFY(PET_PREHEAT_HOTEND_TEMP) "/" STRINGIFY(PET_PREHEAT_HPB_TEMP)), lcd_preheat_pet);
  680. MENU_ITEM(function, PSTR("HIPS - " STRINGIFY(HIPS_PREHEAT_HOTEND_TEMP) "/" STRINGIFY(HIPS_PREHEAT_HPB_TEMP)), lcd_preheat_hips);
  681. MENU_ITEM(function, PSTR("PP - " STRINGIFY(PP_PREHEAT_HOTEND_TEMP) "/" STRINGIFY(PP_PREHEAT_HPB_TEMP)), lcd_preheat_pp);
  682. MENU_ITEM(function, PSTR("FLEX - " STRINGIFY(FLEX_PREHEAT_HOTEND_TEMP) "/" STRINGIFY(FLEX_PREHEAT_HPB_TEMP)), lcd_preheat_flex);
  683. MENU_ITEM(function, MSG_COOLDOWN, lcd_cooldown);
  684. END_MENU();
  685. }
  686. static void lcd_support_menu()
  687. {
  688. if (menuData.supportMenu.status == 0 || lcdDrawUpdate == 2) {
  689. // Menu was entered or SD card status has changed (plugged in or removed).
  690. // Initialize its status.
  691. menuData.supportMenu.status = 1;
  692. menuData.supportMenu.is_flash_air = card.ToshibaFlashAir_isEnabled() && card.ToshibaFlashAir_GetIP(menuData.supportMenu.ip);
  693. if (menuData.supportMenu.is_flash_air)
  694. sprintf_P(menuData.supportMenu.ip_str, PSTR("%d.%d.%d.%d"),
  695. menuData.supportMenu.ip[0], menuData.supportMenu.ip[1],
  696. menuData.supportMenu.ip[2], menuData.supportMenu.ip[3]);
  697. } else if (menuData.supportMenu.is_flash_air &&
  698. menuData.supportMenu.ip[0] == 0 && menuData.supportMenu.ip[1] == 0 &&
  699. menuData.supportMenu.ip[2] == 0 && menuData.supportMenu.ip[3] == 0 &&
  700. ++ menuData.supportMenu.status == 16) {
  701. // Waiting for the FlashAir card to get an IP address from a router. Force an update.
  702. menuData.supportMenu.status = 0;
  703. }
  704. START_MENU();
  705. MENU_ITEM(back, MSG_MAIN, lcd_main_menu);
  706. // Ideally this block would be optimized out by the compiler.
  707. const uint8_t fw_string_len = strlen_P(FW_VERSION_STR_P());
  708. if (fw_string_len < 6) {
  709. MENU_ITEM(back, PSTR(MSG_FW_VERSION " - " FW_version), lcd_main_menu);
  710. } else {
  711. MENU_ITEM(back, PSTR("FW - " FW_version), lcd_main_menu);
  712. }
  713. MENU_ITEM(back, MSG_PRUSA3D, lcd_main_menu);
  714. MENU_ITEM(back, MSG_PRUSA3D_FORUM, lcd_main_menu);
  715. MENU_ITEM(back, MSG_PRUSA3D_HOWTO, lcd_main_menu);
  716. MENU_ITEM(back, PSTR("------------"), lcd_main_menu);
  717. MENU_ITEM(back, PSTR(FILAMENT_SIZE), lcd_main_menu);
  718. MENU_ITEM(back, PSTR(ELECTRONICS),lcd_main_menu);
  719. MENU_ITEM(back, PSTR(NOZZLE_TYPE),lcd_main_menu);
  720. MENU_ITEM(back, PSTR("------------"), lcd_main_menu);
  721. MENU_ITEM(back, PSTR("Date: "), lcd_main_menu);
  722. MENU_ITEM(back, PSTR(__DATE__), lcd_main_menu);
  723. // Show the FlashAir IP address, if the card is available.
  724. if (menuData.supportMenu.is_flash_air) {
  725. MENU_ITEM(back, PSTR("------------"), lcd_main_menu);
  726. MENU_ITEM(back, PSTR("FlashAir IP Addr:"), lcd_main_menu);
  727. MENU_ITEM(back_RAM, menuData.supportMenu.ip_str, lcd_main_menu);
  728. }
  729. END_MENU();
  730. }
  731. void lcd_unLoadFilament()
  732. {
  733. if (degHotend0() > EXTRUDE_MINTEMP) {
  734. enquecommand_P(PSTR("M702")); //unload filament
  735. } else {
  736. lcd_implementation_clear();
  737. lcd.setCursor(0, 0);
  738. lcd_printPGM(MSG_ERROR);
  739. lcd.setCursor(0, 2);
  740. lcd_printPGM(MSG_PREHEAT_NOZZLE);
  741. delay(2000);
  742. lcd_implementation_clear();
  743. }
  744. lcd_return_to_status();
  745. }
  746. void lcd_change_filament() {
  747. lcd_implementation_clear();
  748. lcd.setCursor(0, 1);
  749. lcd_printPGM(MSG_CHANGING_FILAMENT);
  750. }
  751. void lcd_wait_interact() {
  752. lcd_implementation_clear();
  753. lcd.setCursor(0, 1);
  754. lcd_printPGM(MSG_INSERT_FILAMENT);
  755. lcd.setCursor(0, 2);
  756. lcd_printPGM(MSG_PRESS);
  757. }
  758. void lcd_change_success() {
  759. lcd_implementation_clear();
  760. lcd.setCursor(0, 2);
  761. lcd_printPGM(MSG_CHANGE_SUCCESS);
  762. }
  763. void lcd_loading_color() {
  764. lcd_implementation_clear();
  765. lcd.setCursor(0, 0);
  766. lcd_printPGM(MSG_LOADING_COLOR);
  767. lcd.setCursor(0, 2);
  768. lcd_printPGM(MSG_PLEASE_WAIT);
  769. for (int i = 0; i < 20; i++) {
  770. lcd.setCursor(i, 3);
  771. lcd.print(".");
  772. for (int j = 0; j < 10 ; j++) {
  773. manage_heater();
  774. manage_inactivity(true);
  775. delay(85);
  776. }
  777. }
  778. }
  779. void lcd_loading_filament() {
  780. lcd_implementation_clear();
  781. lcd.setCursor(0, 0);
  782. lcd_printPGM(MSG_LOADING_FILAMENT);
  783. lcd.setCursor(0, 2);
  784. lcd_printPGM(MSG_PLEASE_WAIT);
  785. for (int i = 0; i < 20; i++) {
  786. lcd.setCursor(i, 3);
  787. lcd.print(".");
  788. for (int j = 0; j < 10 ; j++) {
  789. manage_heater();
  790. manage_inactivity(true);
  791. delay(110);
  792. }
  793. }
  794. }
  795. void lcd_alright() {
  796. int enc_dif = 0;
  797. int cursor_pos = 1;
  798. lcd_implementation_clear();
  799. lcd.setCursor(0, 0);
  800. lcd_printPGM(MSG_CORRECTLY);
  801. lcd.setCursor(1, 1);
  802. lcd_printPGM(MSG_YES);
  803. lcd.setCursor(1, 2);
  804. lcd_printPGM(MSG_NOT_LOADED);
  805. lcd.setCursor(1, 3);
  806. lcd_printPGM(MSG_NOT_COLOR);
  807. lcd.setCursor(0, 1);
  808. lcd.print(">");
  809. enc_dif = encoderDiff;
  810. while (lcd_change_fil_state == 0) {
  811. manage_heater();
  812. manage_inactivity(true);
  813. if ( abs((enc_dif - encoderDiff)) > 4 ) {
  814. if ( (abs(enc_dif - encoderDiff)) > 1 ) {
  815. if (enc_dif > encoderDiff ) {
  816. cursor_pos --;
  817. }
  818. if (enc_dif < encoderDiff ) {
  819. cursor_pos ++;
  820. }
  821. if (cursor_pos > 3) {
  822. cursor_pos = 3;
  823. }
  824. if (cursor_pos < 1) {
  825. cursor_pos = 1;
  826. }
  827. lcd.setCursor(0, 1);
  828. lcd.print(" ");
  829. lcd.setCursor(0, 2);
  830. lcd.print(" ");
  831. lcd.setCursor(0, 3);
  832. lcd.print(" ");
  833. lcd.setCursor(0, cursor_pos);
  834. lcd.print(">");
  835. enc_dif = encoderDiff;
  836. delay(100);
  837. }
  838. }
  839. if (lcd_clicked()) {
  840. lcd_change_fil_state = cursor_pos;
  841. delay(500);
  842. }
  843. };
  844. lcd_implementation_clear();
  845. lcd_return_to_status();
  846. }
  847. void lcd_LoadFilament()
  848. {
  849. if (degHotend0() > EXTRUDE_MINTEMP)
  850. {
  851. custom_message = true;
  852. loading_flag = true;
  853. enquecommand_P(PSTR("M701")); //load filament
  854. SERIAL_ECHOLN("Loading filament");
  855. }
  856. else
  857. {
  858. lcd_implementation_clear();
  859. lcd.setCursor(0, 0);
  860. lcd_printPGM(MSG_ERROR);
  861. lcd.setCursor(0, 2);
  862. lcd_printPGM(MSG_PREHEAT_NOZZLE);
  863. delay(2000);
  864. lcd_implementation_clear();
  865. }
  866. lcd_return_to_status();
  867. }
  868. void lcd_menu_statistics()
  869. {
  870. if (IS_SD_PRINTING)
  871. {
  872. int _met = total_filament_used / 100000;
  873. int _cm = (total_filament_used - (_met * 100000))/10;
  874. int _t = (millis() - starttime) / 1000;
  875. int _h = _t / 3600;
  876. int _m = (_t - (_h * 3600)) / 60;
  877. int _s = _t - ((_h * 3600) + (_m * 60));
  878. lcd.setCursor(0, 0);
  879. lcd_printPGM(MSG_STATS_FILAMENTUSED);
  880. lcd.setCursor(6, 1);
  881. lcd.print(itostr3(_met));
  882. lcd.print("m ");
  883. lcd.print(ftostr32ns(_cm));
  884. lcd.print("cm");
  885. lcd.setCursor(0, 2);
  886. lcd_printPGM(MSG_STATS_PRINTTIME);
  887. lcd.setCursor(8, 3);
  888. lcd.print(itostr2(_h));
  889. lcd.print("h ");
  890. lcd.print(itostr2(_m));
  891. lcd.print("m ");
  892. lcd.print(itostr2(_s));
  893. lcd.print("s");
  894. if (lcd_clicked())
  895. {
  896. lcd_quick_feedback();
  897. lcd_return_to_status();
  898. }
  899. }
  900. else
  901. {
  902. unsigned long _filament = eeprom_read_dword((uint32_t *)EEPROM_FILAMENTUSED);
  903. unsigned long _time = eeprom_read_dword((uint32_t *)EEPROM_TOTALTIME); //in minutes
  904. uint8_t _hours, _minutes;
  905. uint32_t _days;
  906. float _filament_m = (float)_filament;
  907. int _filament_km = (_filament >= 100000) ? _filament / 100000 : 0;
  908. if (_filament_km > 0) _filament_m = _filament - (_filament_km * 100000);
  909. _days = _time / 1440;
  910. _hours = (_time - (_days * 1440)) / 60;
  911. _minutes = _time - ((_days * 1440) + (_hours * 60));
  912. lcd_implementation_clear();
  913. lcd.setCursor(0, 0);
  914. lcd_printPGM(MSG_STATS_TOTALFILAMENT);
  915. lcd.setCursor(17 - strlen(ftostr32ns(_filament_m)), 1);
  916. lcd.print(ftostr32ns(_filament_m));
  917. if (_filament_km > 0)
  918. {
  919. lcd.setCursor(17 - strlen(ftostr32ns(_filament_m)) - 3, 1);
  920. lcd.print("km");
  921. lcd.setCursor(17 - strlen(ftostr32ns(_filament_m)) - 8, 1);
  922. lcd.print(itostr4(_filament_km));
  923. }
  924. lcd.setCursor(18, 1);
  925. lcd.print("m");
  926. lcd.setCursor(0, 2);
  927. lcd_printPGM(MSG_STATS_TOTALPRINTTIME);;
  928. lcd.setCursor(18, 3);
  929. lcd.print("m");
  930. lcd.setCursor(14, 3);
  931. lcd.print(itostr3(_minutes));
  932. lcd.setCursor(14, 3);
  933. lcd.print(":");
  934. lcd.setCursor(12, 3);
  935. lcd.print("h");
  936. lcd.setCursor(9, 3);
  937. lcd.print(itostr3(_hours));
  938. lcd.setCursor(9, 3);
  939. lcd.print(":");
  940. lcd.setCursor(7, 3);
  941. lcd.print("d");
  942. lcd.setCursor(4, 3);
  943. lcd.print(itostr3(_days));
  944. while (!lcd_clicked())
  945. {
  946. manage_heater();
  947. manage_inactivity(true);
  948. delay(100);
  949. }
  950. lcd_quick_feedback();
  951. lcd_return_to_status();
  952. }
  953. }
  954. static void _lcd_move(const char *name, int axis, int min, int max) {
  955. if (encoderPosition != 0) {
  956. refresh_cmd_timeout();
  957. if (! planner_queue_full()) {
  958. current_position[axis] += float((int)encoderPosition) * move_menu_scale;
  959. if (min_software_endstops && current_position[axis] < min) current_position[axis] = min;
  960. if (max_software_endstops && current_position[axis] > max) current_position[axis] = max;
  961. encoderPosition = 0;
  962. world2machine_clamp(current_position[X_AXIS], current_position[Y_AXIS]);
  963. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], manual_feedrate[axis] / 60, active_extruder);
  964. lcdDrawUpdate = 1;
  965. }
  966. }
  967. if (lcdDrawUpdate) lcd_implementation_drawedit(name, ftostr31(current_position[axis]));
  968. if (LCD_CLICKED) lcd_goto_menu(lcd_move_menu_axis);
  969. }
  970. static void lcd_move_e()
  971. {
  972. if (degHotend0() > EXTRUDE_MINTEMP) {
  973. if (encoderPosition != 0)
  974. {
  975. refresh_cmd_timeout();
  976. if (! planner_queue_full()) {
  977. current_position[E_AXIS] += float((int)encoderPosition) * move_menu_scale;
  978. encoderPosition = 0;
  979. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], manual_feedrate[E_AXIS] / 60, active_extruder);
  980. lcdDrawUpdate = 1;
  981. }
  982. }
  983. if (lcdDrawUpdate)
  984. {
  985. lcd_implementation_drawedit(PSTR("Extruder"), ftostr31(current_position[E_AXIS]));
  986. }
  987. if (LCD_CLICKED) lcd_goto_menu(lcd_move_menu_axis);
  988. }
  989. else {
  990. lcd_implementation_clear();
  991. lcd.setCursor(0, 0);
  992. lcd_printPGM(MSG_ERROR);
  993. lcd.setCursor(0, 2);
  994. lcd_printPGM(MSG_PREHEAT_NOZZLE);
  995. delay(2000);
  996. lcd_return_to_status();
  997. }
  998. }
  999. // Save a single axis babystep value.
  1000. void EEPROM_save_B(int pos, int* value)
  1001. {
  1002. union Data data;
  1003. data.value = *value;
  1004. eeprom_update_byte((unsigned char*)pos, data.b[0]);
  1005. eeprom_update_byte((unsigned char*)pos + 1, data.b[1]);
  1006. }
  1007. // Read a single axis babystep value.
  1008. void EEPROM_read_B(int pos, int* value)
  1009. {
  1010. union Data data;
  1011. data.b[0] = eeprom_read_byte((unsigned char*)pos);
  1012. data.b[1] = eeprom_read_byte((unsigned char*)pos + 1);
  1013. *value = data.value;
  1014. }
  1015. static void lcd_move_x() {
  1016. _lcd_move(PSTR("X"), X_AXIS, X_MIN_POS, X_MAX_POS);
  1017. }
  1018. static void lcd_move_y() {
  1019. _lcd_move(PSTR("Y"), Y_AXIS, Y_MIN_POS, Y_MAX_POS);
  1020. }
  1021. static void lcd_move_z() {
  1022. _lcd_move(PSTR("Z"), Z_AXIS, Z_MIN_POS, Z_MAX_POS);
  1023. }
  1024. static void _lcd_babystep(int axis, const char *msg)
  1025. {
  1026. if (menuData.babyStep.status == 0) {
  1027. // Menu was entered.
  1028. // Initialize its status.
  1029. menuData.babyStep.status = 1;
  1030. check_babystep();
  1031. EEPROM_read_B(EEPROM_BABYSTEP_X, &menuData.babyStep.babystepMem[0]);
  1032. EEPROM_read_B(EEPROM_BABYSTEP_Y, &menuData.babyStep.babystepMem[1]);
  1033. EEPROM_read_B(EEPROM_BABYSTEP_Z, &menuData.babyStep.babystepMem[2]);
  1034. menuData.babyStep.babystepMemMM[0] = menuData.babyStep.babystepMem[0]/axis_steps_per_unit[X_AXIS];
  1035. menuData.babyStep.babystepMemMM[1] = menuData.babyStep.babystepMem[1]/axis_steps_per_unit[Y_AXIS];
  1036. menuData.babyStep.babystepMemMM[2] = menuData.babyStep.babystepMem[2]/axis_steps_per_unit[Z_AXIS];
  1037. lcdDrawUpdate = 1;
  1038. //SERIAL_ECHO("Z baby step: ");
  1039. //SERIAL_ECHO(menuData.babyStep.babystepMem[2]);
  1040. // Wait 90 seconds before closing the live adjust dialog.
  1041. lcd_timeoutToStatus = millis() + 90000;
  1042. }
  1043. if (encoderPosition != 0)
  1044. {
  1045. if (homing_flag) encoderPosition = 0;
  1046. menuData.babyStep.babystepMem[axis] += (int)encoderPosition;
  1047. if (axis == 2) {
  1048. if (menuData.babyStep.babystepMem[axis] < Z_BABYSTEP_MIN) menuData.babyStep.babystepMem[axis] = Z_BABYSTEP_MIN; //-3999 -> -9.99 mm
  1049. else if (menuData.babyStep.babystepMem[axis] > Z_BABYSTEP_MAX) menuData.babyStep.babystepMem[axis] = Z_BABYSTEP_MAX; //0
  1050. else {
  1051. CRITICAL_SECTION_START
  1052. babystepsTodo[axis] += (int)encoderPosition;
  1053. CRITICAL_SECTION_END
  1054. }
  1055. }
  1056. menuData.babyStep.babystepMemMM[axis] = menuData.babyStep.babystepMem[axis]/axis_steps_per_unit[axis];
  1057. delay(50);
  1058. encoderPosition = 0;
  1059. lcdDrawUpdate = 1;
  1060. }
  1061. if (lcdDrawUpdate)
  1062. lcd_implementation_drawedit_2(msg, ftostr13ns(menuData.babyStep.babystepMemMM[axis]));
  1063. if (LCD_CLICKED || menuExiting) {
  1064. // Only update the EEPROM when leaving the menu.
  1065. EEPROM_save_B(
  1066. (axis == 0) ? EEPROM_BABYSTEP_X : ((axis == 1) ? EEPROM_BABYSTEP_Y : EEPROM_BABYSTEP_Z),
  1067. &menuData.babyStep.babystepMem[axis]);
  1068. }
  1069. if (LCD_CLICKED) lcd_goto_menu(lcd_main_menu);
  1070. }
  1071. static void lcd_babystep_x() {
  1072. _lcd_babystep(X_AXIS, (MSG_BABYSTEPPING_X));
  1073. }
  1074. static void lcd_babystep_y() {
  1075. _lcd_babystep(Y_AXIS, (MSG_BABYSTEPPING_Y));
  1076. }
  1077. static void lcd_babystep_z() {
  1078. _lcd_babystep(Z_AXIS, (MSG_BABYSTEPPING_Z));
  1079. }
  1080. static void lcd_adjust_bed();
  1081. static void lcd_adjust_bed_reset()
  1082. {
  1083. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID, 1);
  1084. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_LEFT , 0);
  1085. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_RIGHT, 0);
  1086. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_FRONT, 0);
  1087. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_REAR , 0);
  1088. lcd_goto_menu(lcd_adjust_bed, 0, false);
  1089. // Because we did not leave the menu, the menuData did not reset.
  1090. // Force refresh of the bed leveling data.
  1091. menuData.adjustBed.status = 0;
  1092. }
  1093. void adjust_bed_reset() {
  1094. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID, 1);
  1095. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_LEFT, 0);
  1096. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_RIGHT, 0);
  1097. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_FRONT, 0);
  1098. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_REAR, 0);
  1099. menuData.adjustBed.left = menuData.adjustBed.left2 = 0;
  1100. menuData.adjustBed.right = menuData.adjustBed.right2 = 0;
  1101. menuData.adjustBed.front = menuData.adjustBed.front2 = 0;
  1102. menuData.adjustBed.rear = menuData.adjustBed.rear2 = 0;
  1103. }
  1104. #define BED_ADJUSTMENT_UM_MAX 50
  1105. static void lcd_adjust_bed()
  1106. {
  1107. if (menuData.adjustBed.status == 0) {
  1108. // Menu was entered.
  1109. // Initialize its status.
  1110. menuData.adjustBed.status = 1;
  1111. bool valid = false;
  1112. menuData.adjustBed.left = menuData.adjustBed.left2 = eeprom_read_int8((unsigned char*)EEPROM_BED_CORRECTION_LEFT);
  1113. menuData.adjustBed.right = menuData.adjustBed.right2 = eeprom_read_int8((unsigned char*)EEPROM_BED_CORRECTION_RIGHT);
  1114. menuData.adjustBed.front = menuData.adjustBed.front2 = eeprom_read_int8((unsigned char*)EEPROM_BED_CORRECTION_FRONT);
  1115. menuData.adjustBed.rear = menuData.adjustBed.rear2 = eeprom_read_int8((unsigned char*)EEPROM_BED_CORRECTION_REAR);
  1116. if (eeprom_read_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID) == 1 &&
  1117. menuData.adjustBed.left >= -BED_ADJUSTMENT_UM_MAX && menuData.adjustBed.left <= BED_ADJUSTMENT_UM_MAX &&
  1118. menuData.adjustBed.right >= -BED_ADJUSTMENT_UM_MAX && menuData.adjustBed.right <= BED_ADJUSTMENT_UM_MAX &&
  1119. menuData.adjustBed.front >= -BED_ADJUSTMENT_UM_MAX && menuData.adjustBed.front <= BED_ADJUSTMENT_UM_MAX &&
  1120. menuData.adjustBed.rear >= -BED_ADJUSTMENT_UM_MAX && menuData.adjustBed.rear <= BED_ADJUSTMENT_UM_MAX)
  1121. valid = true;
  1122. if (! valid) {
  1123. // Reset the values: simulate an edit.
  1124. menuData.adjustBed.left2 = 0;
  1125. menuData.adjustBed.right2 = 0;
  1126. menuData.adjustBed.front2 = 0;
  1127. menuData.adjustBed.rear2 = 0;
  1128. }
  1129. lcdDrawUpdate = 1;
  1130. eeprom_update_byte((unsigned char*)EEPROM_BED_CORRECTION_VALID, 1);
  1131. }
  1132. if (menuData.adjustBed.left != menuData.adjustBed.left2)
  1133. eeprom_update_int8((unsigned char*)EEPROM_BED_CORRECTION_LEFT, menuData.adjustBed.left = menuData.adjustBed.left2);
  1134. if (menuData.adjustBed.right != menuData.adjustBed.right2)
  1135. eeprom_update_int8((unsigned char*)EEPROM_BED_CORRECTION_RIGHT, menuData.adjustBed.right = menuData.adjustBed.right2);
  1136. if (menuData.adjustBed.front != menuData.adjustBed.front2)
  1137. eeprom_update_int8((unsigned char*)EEPROM_BED_CORRECTION_FRONT, menuData.adjustBed.front = menuData.adjustBed.front2);
  1138. if (menuData.adjustBed.rear != menuData.adjustBed.rear2)
  1139. eeprom_update_int8((unsigned char*)EEPROM_BED_CORRECTION_REAR, menuData.adjustBed.rear = menuData.adjustBed.rear2);
  1140. START_MENU();
  1141. MENU_ITEM(back, MSG_SETTINGS, lcd_calibration_menu);
  1142. MENU_ITEM_EDIT(int3, MSG_BED_CORRECTION_LEFT, &menuData.adjustBed.left2, -BED_ADJUSTMENT_UM_MAX, BED_ADJUSTMENT_UM_MAX);
  1143. MENU_ITEM_EDIT(int3, MSG_BED_CORRECTION_RIGHT, &menuData.adjustBed.right2, -BED_ADJUSTMENT_UM_MAX, BED_ADJUSTMENT_UM_MAX);
  1144. MENU_ITEM_EDIT(int3, MSG_BED_CORRECTION_FRONT, &menuData.adjustBed.front2, -BED_ADJUSTMENT_UM_MAX, BED_ADJUSTMENT_UM_MAX);
  1145. MENU_ITEM_EDIT(int3, MSG_BED_CORRECTION_REAR, &menuData.adjustBed.rear2, -BED_ADJUSTMENT_UM_MAX, BED_ADJUSTMENT_UM_MAX);
  1146. MENU_ITEM(function, MSG_BED_CORRECTION_RESET, lcd_adjust_bed_reset);
  1147. END_MENU();
  1148. }
  1149. void lcd_adjust_z() {
  1150. int enc_dif = 0;
  1151. int cursor_pos = 1;
  1152. int fsm = 0;
  1153. lcd_implementation_clear();
  1154. lcd.setCursor(0, 0);
  1155. lcd_printPGM(MSG_ADJUSTZ);
  1156. lcd.setCursor(1, 1);
  1157. lcd_printPGM(MSG_YES);
  1158. lcd.setCursor(1, 2);
  1159. lcd_printPGM(MSG_NO);
  1160. lcd.setCursor(0, 1);
  1161. lcd.print(">");
  1162. enc_dif = encoderDiff;
  1163. while (fsm == 0) {
  1164. manage_heater();
  1165. manage_inactivity(true);
  1166. if ( abs((enc_dif - encoderDiff)) > 4 ) {
  1167. if ( (abs(enc_dif - encoderDiff)) > 1 ) {
  1168. if (enc_dif > encoderDiff ) {
  1169. cursor_pos --;
  1170. }
  1171. if (enc_dif < encoderDiff ) {
  1172. cursor_pos ++;
  1173. }
  1174. if (cursor_pos > 2) {
  1175. cursor_pos = 2;
  1176. }
  1177. if (cursor_pos < 1) {
  1178. cursor_pos = 1;
  1179. }
  1180. lcd.setCursor(0, 1);
  1181. lcd.print(" ");
  1182. lcd.setCursor(0, 2);
  1183. lcd.print(" ");
  1184. lcd.setCursor(0, cursor_pos);
  1185. lcd.print(">");
  1186. enc_dif = encoderDiff;
  1187. delay(100);
  1188. }
  1189. }
  1190. if (lcd_clicked()) {
  1191. fsm = cursor_pos;
  1192. if (fsm == 1) {
  1193. int babystepLoadZ = 0;
  1194. EEPROM_read_B(EEPROM_BABYSTEP_Z, &babystepLoadZ);
  1195. CRITICAL_SECTION_START
  1196. babystepsTodo[Z_AXIS] = babystepLoadZ;
  1197. CRITICAL_SECTION_END
  1198. } else {
  1199. int zero = 0;
  1200. EEPROM_save_B(EEPROM_BABYSTEP_X, &zero);
  1201. EEPROM_save_B(EEPROM_BABYSTEP_Y, &zero);
  1202. EEPROM_save_B(EEPROM_BABYSTEP_Z, &zero);
  1203. }
  1204. delay(500);
  1205. }
  1206. };
  1207. lcd_implementation_clear();
  1208. lcd_return_to_status();
  1209. }
  1210. void lcd_wait_for_cool_down() {
  1211. lcd_set_custom_characters_degree();
  1212. while ((degHotend(0)>MAX_HOTEND_TEMP_CALIBRATION) || (degBed() > MAX_BED_TEMP_CALIBRATION)) {
  1213. lcd_display_message_fullscreen_P(MSG_WAITING_TEMP);
  1214. lcd.setCursor(0, 4);
  1215. lcd.print(LCD_STR_THERMOMETER[0]);
  1216. lcd.print(ftostr3(degHotend(0)));
  1217. lcd.print("/0");
  1218. lcd.print(LCD_STR_DEGREE);
  1219. lcd.setCursor(9, 4);
  1220. lcd.print(LCD_STR_BEDTEMP[0]);
  1221. lcd.print(ftostr3(degBed()));
  1222. lcd.print("/0");
  1223. lcd.print(LCD_STR_DEGREE);
  1224. lcd_set_custom_characters();
  1225. delay_keep_alive(1000);
  1226. }
  1227. lcd_set_custom_characters_arrows();
  1228. }
  1229. // Lets the user move the Z carriage up to the end stoppers.
  1230. // When done, it sets the current Z to Z_MAX_POS and returns true.
  1231. // Otherwise the Z calibration is not changed and false is returned.
  1232. bool lcd_calibrate_z_end_stop_manual(bool only_z)
  1233. {
  1234. bool clean_nozzle_asked = false;
  1235. // Don't know where we are. Let's claim we are Z=0, so the soft end stops will not be triggered when moving up.
  1236. current_position[Z_AXIS] = 0;
  1237. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1238. // Until confirmed by the confirmation dialog.
  1239. for (;;) {
  1240. unsigned long previous_millis_cmd = millis();
  1241. const char *msg = only_z ? MSG_MOVE_CARRIAGE_TO_THE_TOP_Z : MSG_MOVE_CARRIAGE_TO_THE_TOP;
  1242. const char *msg_next = lcd_display_message_fullscreen_P(msg);
  1243. const bool multi_screen = msg_next != NULL;
  1244. unsigned long previous_millis_msg = millis();
  1245. // Until the user finishes the z up movement.
  1246. encoderDiff = 0;
  1247. encoderPosition = 0;
  1248. for (;;) {
  1249. // if (millis() - previous_millis_cmd > LCD_TIMEOUT_TO_STATUS)
  1250. // goto canceled;
  1251. manage_heater();
  1252. manage_inactivity(true);
  1253. if (abs(encoderDiff) >= ENCODER_PULSES_PER_STEP) {
  1254. delay(50);
  1255. previous_millis_cmd = millis();
  1256. encoderPosition += abs(encoderDiff / ENCODER_PULSES_PER_STEP);
  1257. encoderDiff = 0;
  1258. if (! planner_queue_full()) {
  1259. // Only move up, whatever direction the user rotates the encoder.
  1260. current_position[Z_AXIS] += fabs(encoderPosition);
  1261. encoderPosition = 0;
  1262. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], manual_feedrate[Z_AXIS] / 60, active_extruder);
  1263. }
  1264. }
  1265. if (lcd_clicked()) {
  1266. // Abort a move if in progress.
  1267. planner_abort_hard();
  1268. while (lcd_clicked()) ;
  1269. delay(10);
  1270. while (lcd_clicked()) ;
  1271. break;
  1272. }
  1273. if (multi_screen && millis() - previous_millis_msg > 5000) {
  1274. if (msg_next == NULL)
  1275. msg_next = msg;
  1276. msg_next = lcd_display_message_fullscreen_P(msg_next);
  1277. previous_millis_msg = millis();
  1278. }
  1279. }
  1280. if (! clean_nozzle_asked) {
  1281. lcd_show_fullscreen_message_and_wait_P(MSG_CONFIRM_NOZZLE_CLEAN);
  1282. clean_nozzle_asked = true;
  1283. }
  1284. // Let the user confirm, that the Z carriage is at the top end stoppers.
  1285. int8_t result = lcd_show_fullscreen_message_yes_no_and_wait_P(MSG_CONFIRM_CARRIAGE_AT_THE_TOP, false);
  1286. if (result == -1)
  1287. goto canceled;
  1288. else if (result == 1)
  1289. goto calibrated;
  1290. // otherwise perform another round of the Z up dialog.
  1291. }
  1292. calibrated:
  1293. // Let the machine think the Z axis is a bit higher than it is, so it will not home into the bed
  1294. // during the search for the induction points.
  1295. current_position[Z_AXIS] = Z_MAX_POS-3.f;
  1296. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1297. if(only_z){/*
  1298. lcd_display_message_fullscreen_P(MSG_MEASURE_BED_REFERENCE_HEIGHT_LINE1);
  1299. lcd_implementation_print_at(0, 3, 1);
  1300. lcd_printPGM(MSG_MEASURE_BED_REFERENCE_HEIGHT_LINE2);*/
  1301. }else{
  1302. lcd_show_fullscreen_message_and_wait_P(MSG_PAPER);
  1303. lcd_display_message_fullscreen_P(MSG_FIND_BED_OFFSET_AND_SKEW_LINE1);
  1304. lcd_implementation_print_at(0, 2, 1);
  1305. lcd_printPGM(MSG_FIND_BED_OFFSET_AND_SKEW_LINE2);
  1306. }
  1307. return true;
  1308. canceled:
  1309. return false;
  1310. }
  1311. static inline bool pgm_is_whitespace(const char *c_addr)
  1312. {
  1313. const char c = pgm_read_byte(c_addr);
  1314. return c == ' ' || c == '\t' || c == '\r' || c == '\n';
  1315. }
  1316. static inline bool pgm_is_interpunction(const char *c_addr)
  1317. {
  1318. const char c = pgm_read_byte(c_addr);
  1319. return c == '.' || c == ',' || c == ':'|| c == ';' || c == '?' || c == '!' || c == '/';
  1320. }
  1321. const char* lcd_display_message_fullscreen_P(const char *msg, uint8_t &nlines)
  1322. {
  1323. // Disable update of the screen by the usual lcd_update() routine.
  1324. lcd_update_enable(false);
  1325. lcd_implementation_clear();
  1326. lcd.setCursor(0, 0);
  1327. const char *msgend = msg;
  1328. uint8_t row = 0;
  1329. bool multi_screen = false;
  1330. for (; row < 4; ++ row) {
  1331. while (pgm_is_whitespace(msg))
  1332. ++ msg;
  1333. if (pgm_read_byte(msg) == 0)
  1334. // End of the message.
  1335. break;
  1336. lcd.setCursor(0, row);
  1337. uint8_t linelen = min(strlen_P(msg), 20);
  1338. const char *msgend2 = msg + linelen;
  1339. msgend = msgend2;
  1340. if (row == 3 && linelen == 20) {
  1341. // Last line of the display, full line shall be displayed.
  1342. // Find out, whether this message will be split into multiple screens.
  1343. while (pgm_is_whitespace(msgend))
  1344. ++ msgend;
  1345. multi_screen = pgm_read_byte(msgend) != 0;
  1346. if (multi_screen)
  1347. msgend = (msgend2 -= 2);
  1348. }
  1349. if (pgm_read_byte(msgend) != 0 && ! pgm_is_whitespace(msgend) && ! pgm_is_interpunction(msgend)) {
  1350. // Splitting a word. Find the start of the current word.
  1351. while (msgend > msg && ! pgm_is_whitespace(msgend - 1))
  1352. -- msgend;
  1353. if (msgend == msg)
  1354. // Found a single long word, which cannot be split. Just cut it.
  1355. msgend = msgend2;
  1356. }
  1357. for (; msg < msgend; ++ msg) {
  1358. char c = char(pgm_read_byte(msg));
  1359. if (c == '~')
  1360. c = ' ';
  1361. lcd.print(c);
  1362. }
  1363. }
  1364. if (multi_screen) {
  1365. // Display the "next screen" indicator character.
  1366. // lcd_set_custom_characters_arrows();
  1367. lcd_set_custom_characters_nextpage();
  1368. lcd.setCursor(19, 3);
  1369. // Display the down arrow.
  1370. lcd.print(char(1));
  1371. }
  1372. nlines = row;
  1373. return multi_screen ? msgend : NULL;
  1374. }
  1375. void lcd_show_fullscreen_message_and_wait_P(const char *msg)
  1376. {
  1377. const char *msg_next = lcd_display_message_fullscreen_P(msg);
  1378. bool multi_screen = msg_next != NULL;
  1379. // Until confirmed by a button click.
  1380. for (;;) {
  1381. // Wait for 5 seconds before displaying the next text.
  1382. for (uint8_t i = 0; i < 100; ++ i) {
  1383. delay_keep_alive(50);
  1384. if (lcd_clicked()) {
  1385. while (lcd_clicked()) ;
  1386. delay(10);
  1387. while (lcd_clicked()) ;
  1388. return;
  1389. }
  1390. }
  1391. if (multi_screen) {
  1392. if (msg_next == NULL)
  1393. msg_next = msg;
  1394. msg_next = lcd_display_message_fullscreen_P(msg_next);
  1395. }
  1396. }
  1397. }
  1398. void lcd_wait_for_click()
  1399. {
  1400. for (;;) {
  1401. manage_heater();
  1402. manage_inactivity(true);
  1403. if (lcd_clicked()) {
  1404. while (lcd_clicked()) ;
  1405. delay(10);
  1406. while (lcd_clicked()) ;
  1407. return;
  1408. }
  1409. }
  1410. }
  1411. int8_t lcd_show_fullscreen_message_yes_no_and_wait_P(const char *msg, bool allow_timeouting, bool default_yes)
  1412. {
  1413. lcd_display_message_fullscreen_P(msg);
  1414. if (default_yes) {
  1415. lcd.setCursor(0, 2);
  1416. lcd_printPGM(PSTR(">"));
  1417. lcd_printPGM(MSG_YES);
  1418. lcd.setCursor(1, 3);
  1419. lcd_printPGM(MSG_NO);
  1420. }
  1421. else {
  1422. lcd.setCursor(1, 2);
  1423. lcd_printPGM(MSG_YES);
  1424. lcd.setCursor(0, 3);
  1425. lcd_printPGM(PSTR(">"));
  1426. lcd_printPGM(MSG_NO);
  1427. }
  1428. bool yes = default_yes ? true : false;
  1429. // Wait for user confirmation or a timeout.
  1430. unsigned long previous_millis_cmd = millis();
  1431. int8_t enc_dif = encoderDiff;
  1432. for (;;) {
  1433. if (allow_timeouting && millis() - previous_millis_cmd > LCD_TIMEOUT_TO_STATUS)
  1434. return -1;
  1435. manage_heater();
  1436. manage_inactivity(true);
  1437. if (abs(enc_dif - encoderDiff) > 4) {
  1438. lcd.setCursor(0, 2);
  1439. if (enc_dif < encoderDiff && yes) {
  1440. lcd_printPGM((PSTR(" ")));
  1441. lcd.setCursor(0, 3);
  1442. lcd_printPGM((PSTR(">")));
  1443. yes = false;
  1444. }
  1445. else if (enc_dif > encoderDiff && !yes) {
  1446. lcd_printPGM((PSTR(">")));
  1447. lcd.setCursor(0, 3);
  1448. lcd_printPGM((PSTR(" ")));
  1449. yes = true;
  1450. }
  1451. enc_dif = encoderDiff;
  1452. }
  1453. if (lcd_clicked()) {
  1454. while (lcd_clicked());
  1455. delay(10);
  1456. while (lcd_clicked());
  1457. return yes;
  1458. }
  1459. }
  1460. }
  1461. void lcd_bed_calibration_show_result(BedSkewOffsetDetectionResultType result, uint8_t point_too_far_mask)
  1462. {
  1463. const char *msg = NULL;
  1464. if (result == BED_SKEW_OFFSET_DETECTION_POINT_NOT_FOUND) {
  1465. lcd_show_fullscreen_message_and_wait_P(MSG_BED_SKEW_OFFSET_DETECTION_POINT_NOT_FOUND);
  1466. } else if (result == BED_SKEW_OFFSET_DETECTION_FITTING_FAILED) {
  1467. if (point_too_far_mask == 0)
  1468. msg = MSG_BED_SKEW_OFFSET_DETECTION_FITTING_FAILED;
  1469. else if (point_too_far_mask == 2 || point_too_far_mask == 7)
  1470. // Only the center point or all the three front points.
  1471. msg = MSG_BED_SKEW_OFFSET_DETECTION_FAILED_FRONT_BOTH_FAR;
  1472. else if (point_too_far_mask & 1 == 0)
  1473. // The right and maybe the center point out of reach.
  1474. msg = MSG_BED_SKEW_OFFSET_DETECTION_FAILED_FRONT_RIGHT_FAR;
  1475. else
  1476. // The left and maybe the center point out of reach.
  1477. msg = MSG_BED_SKEW_OFFSET_DETECTION_FAILED_FRONT_LEFT_FAR;
  1478. lcd_show_fullscreen_message_and_wait_P(msg);
  1479. } else {
  1480. if (point_too_far_mask != 0) {
  1481. if (point_too_far_mask == 2 || point_too_far_mask == 7)
  1482. // Only the center point or all the three front points.
  1483. msg = MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_BOTH_FAR;
  1484. else if (point_too_far_mask & 1 == 0)
  1485. // The right and maybe the center point out of reach.
  1486. msg = MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_RIGHT_FAR;
  1487. else
  1488. // The left and maybe the center point out of reach.
  1489. msg = MSG_BED_SKEW_OFFSET_DETECTION_WARNING_FRONT_LEFT_FAR;
  1490. lcd_show_fullscreen_message_and_wait_P(msg);
  1491. }
  1492. if (point_too_far_mask == 0 || result > 0) {
  1493. switch (result) {
  1494. default:
  1495. // should not happen
  1496. msg = MSG_BED_SKEW_OFFSET_DETECTION_FITTING_FAILED;
  1497. break;
  1498. case BED_SKEW_OFFSET_DETECTION_PERFECT:
  1499. msg = MSG_BED_SKEW_OFFSET_DETECTION_PERFECT;
  1500. break;
  1501. case BED_SKEW_OFFSET_DETECTION_SKEW_MILD:
  1502. msg = MSG_BED_SKEW_OFFSET_DETECTION_SKEW_MILD;
  1503. break;
  1504. case BED_SKEW_OFFSET_DETECTION_SKEW_EXTREME:
  1505. msg = MSG_BED_SKEW_OFFSET_DETECTION_SKEW_EXTREME;
  1506. break;
  1507. }
  1508. lcd_show_fullscreen_message_and_wait_P(msg);
  1509. }
  1510. }
  1511. }
  1512. static void lcd_show_end_stops() {
  1513. lcd.setCursor(0, 0);
  1514. lcd_printPGM((PSTR("End stops diag")));
  1515. lcd.setCursor(0, 1);
  1516. lcd_printPGM((READ(X_MIN_PIN) ^ X_MIN_ENDSTOP_INVERTING == 1) ? (PSTR("X1")) : (PSTR("X0")));
  1517. lcd.setCursor(0, 2);
  1518. lcd_printPGM((READ(Y_MIN_PIN) ^ Y_MIN_ENDSTOP_INVERTING == 1) ? (PSTR("Y1")) : (PSTR("Y0")));
  1519. lcd.setCursor(0, 3);
  1520. lcd_printPGM((READ(Z_MIN_PIN) ^ Z_MIN_ENDSTOP_INVERTING == 1) ? (PSTR("Z1")) : (PSTR("Z0")));
  1521. }
  1522. static void menu_show_end_stops() {
  1523. lcd_show_end_stops();
  1524. if (LCD_CLICKED) lcd_goto_menu(lcd_calibration_menu);
  1525. }
  1526. // Lets the user move the Z carriage up to the end stoppers.
  1527. // When done, it sets the current Z to Z_MAX_POS and returns true.
  1528. // Otherwise the Z calibration is not changed and false is returned.
  1529. void lcd_diag_show_end_stops()
  1530. {
  1531. int enc_dif = encoderDiff;
  1532. lcd_implementation_clear();
  1533. for (;;) {
  1534. manage_heater();
  1535. manage_inactivity(true);
  1536. lcd_show_end_stops();
  1537. if (lcd_clicked()) {
  1538. while (lcd_clicked()) ;
  1539. delay(10);
  1540. while (lcd_clicked()) ;
  1541. break;
  1542. }
  1543. }
  1544. lcd_implementation_clear();
  1545. lcd_return_to_status();
  1546. }
  1547. void prusa_statistics(int _message) {
  1548. switch (_message)
  1549. {
  1550. case 0: // default message
  1551. if (IS_SD_PRINTING)
  1552. {
  1553. SERIAL_ECHO("{");
  1554. prusa_stat_printerstatus(4);
  1555. status_number = 4;
  1556. prusa_stat_printinfo();
  1557. SERIAL_ECHOLN("}");
  1558. }
  1559. else
  1560. {
  1561. SERIAL_ECHO("{");
  1562. prusa_stat_printerstatus(1);
  1563. status_number = 1;
  1564. SERIAL_ECHOLN("}");
  1565. }
  1566. break;
  1567. case 1: // 1 heating
  1568. farm_status = 2;
  1569. SERIAL_ECHO("{");
  1570. prusa_stat_printerstatus(2);
  1571. status_number = 2;
  1572. SERIAL_ECHOLN("}");
  1573. farm_timer = 1;
  1574. break;
  1575. case 2: // heating done
  1576. farm_status = 3;
  1577. SERIAL_ECHO("{");
  1578. prusa_stat_printerstatus(3);
  1579. status_number = 3;
  1580. SERIAL_ECHOLN("}");
  1581. farm_timer = 1;
  1582. if (IS_SD_PRINTING)
  1583. {
  1584. farm_status = 4;
  1585. SERIAL_ECHO("{");
  1586. prusa_stat_printerstatus(4);
  1587. status_number = 4;
  1588. SERIAL_ECHOLN("}");
  1589. }
  1590. else
  1591. {
  1592. SERIAL_ECHO("{");
  1593. prusa_stat_printerstatus(3);
  1594. status_number = 3;
  1595. SERIAL_ECHOLN("}");;
  1596. }
  1597. farm_timer = 1;
  1598. break;
  1599. case 3: // filament change
  1600. break;
  1601. case 4: // print succesfull
  1602. SERIAL_ECHOLN("{[RES:1]}");
  1603. farm_timer = 2;
  1604. break;
  1605. case 5: // print not succesfull
  1606. SERIAL_ECHOLN("{[RES:0]}");
  1607. farm_timer = 2;
  1608. break;
  1609. case 6: // print done
  1610. SERIAL_ECHOLN("{[PRN:8]}");
  1611. status_number = 8;
  1612. farm_timer = 2;
  1613. break;
  1614. case 7: // print done - stopped
  1615. SERIAL_ECHOLN("{[PRN:9]}");
  1616. status_number = 9;
  1617. farm_timer = 2;
  1618. break;
  1619. case 8: // printer started
  1620. SERIAL_ECHO("{[PRN:0][PFN:");
  1621. status_number = 0;
  1622. SERIAL_ECHO(farm_no);
  1623. SERIAL_ECHOLN("]}");
  1624. farm_timer = 2;
  1625. break;
  1626. case 20: // echo farm no
  1627. SERIAL_ECHO("{[PFN:");
  1628. SERIAL_ECHO(farm_no);
  1629. SERIAL_ECHOLN("]}");
  1630. farm_timer = 5;
  1631. break;
  1632. case 21: // temperatures
  1633. SERIAL_ECHO("{");
  1634. prusa_stat_temperatures();
  1635. SERIAL_ECHOLN("}");
  1636. break;
  1637. case 22: // waiting for filament change
  1638. SERIAL_ECHOLN("{[PRN:5]}");
  1639. status_number = 5;
  1640. break;
  1641. case 90: // Error - Thermal Runaway
  1642. SERIAL_ECHOLN("{[ERR:1]}");
  1643. break;
  1644. case 91: // Error - Thermal Runaway Preheat
  1645. SERIAL_ECHOLN("{[ERR:2]}");
  1646. break;
  1647. case 92: // Error - Min temp
  1648. SERIAL_ECHOLN("{[ERR:3]}");
  1649. break;
  1650. case 93: // Error - Max temp
  1651. SERIAL_ECHOLN("{[ERR:4]}");
  1652. break;
  1653. case 99: // heartbeat
  1654. SERIAL_ECHO("{[PRN:99]");
  1655. prusa_stat_temperatures();
  1656. SERIAL_ECHOLN("}");
  1657. break;
  1658. }
  1659. }
  1660. static void prusa_stat_printerstatus(int _status)
  1661. {
  1662. SERIAL_ECHO("[PRN:");
  1663. SERIAL_ECHO(_status);
  1664. SERIAL_ECHO("]");
  1665. }
  1666. static void prusa_stat_temperatures()
  1667. {
  1668. SERIAL_ECHO("[ST0:");
  1669. SERIAL_ECHO(target_temperature[0]);
  1670. SERIAL_ECHO("][STB:");
  1671. SERIAL_ECHO(target_temperature_bed);
  1672. SERIAL_ECHO("][AT0:");
  1673. SERIAL_ECHO(current_temperature[0]);
  1674. SERIAL_ECHO("][ATB:");
  1675. SERIAL_ECHO(current_temperature_bed);
  1676. SERIAL_ECHO("]");
  1677. }
  1678. static void prusa_stat_printinfo()
  1679. {
  1680. SERIAL_ECHO("[TFU:");
  1681. SERIAL_ECHO(total_filament_used);
  1682. SERIAL_ECHO("][PCD:");
  1683. SERIAL_ECHO(itostr3(card.percentDone()));
  1684. SERIAL_ECHO("][FEM:");
  1685. SERIAL_ECHO(itostr3(feedmultiply));
  1686. SERIAL_ECHO("][FNM:");
  1687. SERIAL_ECHO(longFilenameOLD);
  1688. SERIAL_ECHO("][TIM:");
  1689. if (starttime != 0)
  1690. {
  1691. SERIAL_ECHO(millis() / 1000 - starttime / 1000);
  1692. }
  1693. else
  1694. {
  1695. SERIAL_ECHO(0);
  1696. }
  1697. SERIAL_ECHO("][FWR:");
  1698. SERIAL_ECHO(FW_version);
  1699. SERIAL_ECHO("]");
  1700. }
  1701. void lcd_pick_babystep(){
  1702. int enc_dif = 0;
  1703. int cursor_pos = 1;
  1704. int fsm = 0;
  1705. lcd_implementation_clear();
  1706. lcd.setCursor(0, 0);
  1707. lcd_printPGM(MSG_PICK_Z);
  1708. lcd.setCursor(3, 2);
  1709. lcd.print("1");
  1710. lcd.setCursor(3, 3);
  1711. lcd.print("2");
  1712. lcd.setCursor(12, 2);
  1713. lcd.print("3");
  1714. lcd.setCursor(12, 3);
  1715. lcd.print("4");
  1716. lcd.setCursor(1, 2);
  1717. lcd.print(">");
  1718. enc_dif = encoderDiff;
  1719. while (fsm == 0) {
  1720. manage_heater();
  1721. manage_inactivity(true);
  1722. if ( abs((enc_dif - encoderDiff)) > 4 ) {
  1723. if ( (abs(enc_dif - encoderDiff)) > 1 ) {
  1724. if (enc_dif > encoderDiff ) {
  1725. cursor_pos --;
  1726. }
  1727. if (enc_dif < encoderDiff ) {
  1728. cursor_pos ++;
  1729. }
  1730. if (cursor_pos > 4) {
  1731. cursor_pos = 4;
  1732. }
  1733. if (cursor_pos < 1) {
  1734. cursor_pos = 1;
  1735. }
  1736. lcd.setCursor(1, 2);
  1737. lcd.print(" ");
  1738. lcd.setCursor(1, 3);
  1739. lcd.print(" ");
  1740. lcd.setCursor(10, 2);
  1741. lcd.print(" ");
  1742. lcd.setCursor(10, 3);
  1743. lcd.print(" ");
  1744. if (cursor_pos < 3) {
  1745. lcd.setCursor(1, cursor_pos+1);
  1746. lcd.print(">");
  1747. }else{
  1748. lcd.setCursor(10, cursor_pos-1);
  1749. lcd.print(">");
  1750. }
  1751. enc_dif = encoderDiff;
  1752. delay(100);
  1753. }
  1754. }
  1755. if (lcd_clicked()) {
  1756. fsm = cursor_pos;
  1757. int babyStepZ;
  1758. EEPROM_read_B(EEPROM_BABYSTEP_Z0+((fsm-1)*2),&babyStepZ);
  1759. EEPROM_save_B(EEPROM_BABYSTEP_Z,&babyStepZ);
  1760. calibration_status_store(CALIBRATION_STATUS_CALIBRATED);
  1761. delay(500);
  1762. }
  1763. };
  1764. lcd_implementation_clear();
  1765. lcd_return_to_status();
  1766. }
  1767. void lcd_move_menu_axis()
  1768. {
  1769. START_MENU();
  1770. MENU_ITEM(back, MSG_SETTINGS, lcd_settings_menu);
  1771. MENU_ITEM(submenu, MSG_MOVE_X, lcd_move_x);
  1772. MENU_ITEM(submenu, MSG_MOVE_Y, lcd_move_y);
  1773. MENU_ITEM(submenu, MSG_MOVE_Z, lcd_move_z);
  1774. MENU_ITEM(submenu, MSG_MOVE_E, lcd_move_e);
  1775. END_MENU();
  1776. }
  1777. static void lcd_move_menu_1mm()
  1778. {
  1779. move_menu_scale = 1.0;
  1780. lcd_move_menu_axis();
  1781. }
  1782. void EEPROM_save(int pos, uint8_t* value, uint8_t size)
  1783. {
  1784. do
  1785. {
  1786. eeprom_write_byte((unsigned char*)pos, *value);
  1787. pos++;
  1788. value++;
  1789. } while (--size);
  1790. }
  1791. void EEPROM_read(int pos, uint8_t* value, uint8_t size)
  1792. {
  1793. do
  1794. {
  1795. *value = eeprom_read_byte((unsigned char*)pos);
  1796. pos++;
  1797. value++;
  1798. } while (--size);
  1799. }
  1800. static void lcd_silent_mode_set() {
  1801. SilentModeMenu = !SilentModeMenu;
  1802. eeprom_update_byte((unsigned char *)EEPROM_SILENT, SilentModeMenu);
  1803. digipot_init();
  1804. lcd_goto_menu(lcd_settings_menu, 7);
  1805. }
  1806. static void lcd_set_lang(unsigned char lang) {
  1807. lang_selected = lang;
  1808. firstrun = 1;
  1809. eeprom_update_byte((unsigned char *)EEPROM_LANG, lang);
  1810. /*langsel=0;*/
  1811. if (langsel == LANGSEL_MODAL)
  1812. // From modal mode to an active mode? This forces the menu to return to the setup menu.
  1813. langsel = LANGSEL_ACTIVE;
  1814. }
  1815. void lcd_force_language_selection() {
  1816. eeprom_update_byte((unsigned char *)EEPROM_LANG, LANG_ID_FORCE_SELECTION);
  1817. }
  1818. static void lcd_language_menu()
  1819. {
  1820. START_MENU();
  1821. if (langsel == LANGSEL_OFF) {
  1822. MENU_ITEM(back, MSG_SETTINGS, lcd_settings_menu);
  1823. } else if (langsel == LANGSEL_ACTIVE) {
  1824. MENU_ITEM(back, MSG_WATCH, lcd_status_screen);
  1825. }
  1826. for (int i=0;i<LANG_NUM;i++){
  1827. MENU_ITEM(setlang, MSG_LANGUAGE_NAME_EXPLICIT(i), i);
  1828. }
  1829. END_MENU();
  1830. }
  1831. void lcd_mesh_bedleveling()
  1832. {
  1833. enquecommand_P(PSTR("G80"));
  1834. lcd_return_to_status();
  1835. }
  1836. void lcd_mesh_calibration()
  1837. {
  1838. enquecommand_P(PSTR("M45"));
  1839. lcd_return_to_status();
  1840. }
  1841. void lcd_mesh_calibration_z()
  1842. {
  1843. enquecommand_P(PSTR("M45 Z"));
  1844. lcd_return_to_status();
  1845. }
  1846. #ifndef SNMM
  1847. /*void lcd_calibrate_extruder() {
  1848. if (degHotend0() > EXTRUDE_MINTEMP)
  1849. {
  1850. current_position[E_AXIS] = 0; //set initial position to zero
  1851. plan_set_e_position(current_position[E_AXIS]);
  1852. //long steps_start = st_get_position(E_AXIS);
  1853. long steps_final;
  1854. float e_steps_per_unit;
  1855. float feedrate = (180 / axis_steps_per_unit[E_AXIS]) * 1; //3 //initial automatic extrusion feedrate (depends on current value of axis_steps_per_unit to avoid too fast extrusion)
  1856. float e_shift_calibration = (axis_steps_per_unit[E_AXIS] > 180 ) ? ((180 / axis_steps_per_unit[E_AXIS]) * 70): 70; //length of initial automatic extrusion sequence
  1857. const char *msg_e_cal_knob = MSG_E_CAL_KNOB;
  1858. const char *msg_next_e_cal_knob = lcd_display_message_fullscreen_P(msg_e_cal_knob);
  1859. const bool multi_screen = msg_next_e_cal_knob != NULL;
  1860. unsigned long msg_millis;
  1861. lcd_show_fullscreen_message_and_wait_P(MSG_MARK_FIL);
  1862. lcd_implementation_clear();
  1863. lcd.setCursor(0, 1); lcd_printPGM(MSG_PLEASE_WAIT);
  1864. current_position[E_AXIS] += e_shift_calibration;
  1865. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], feedrate, active_extruder);
  1866. st_synchronize();
  1867. lcd_display_message_fullscreen_P(msg_e_cal_knob);
  1868. msg_millis = millis();
  1869. while (!LCD_CLICKED) {
  1870. if (multi_screen && millis() - msg_millis > 5000) {
  1871. if (msg_next_e_cal_knob == NULL)
  1872. msg_next_e_cal_knob = msg_e_cal_knob;
  1873. msg_next_e_cal_knob = lcd_display_message_fullscreen_P(msg_next_e_cal_knob);
  1874. msg_millis = millis();
  1875. }
  1876. //manage_inactivity(true);
  1877. manage_heater();
  1878. if (abs(encoderDiff) >= ENCODER_PULSES_PER_STEP) { //adjusting mark by knob rotation
  1879. delay_keep_alive(50);
  1880. //previous_millis_cmd = millis();
  1881. encoderPosition += (encoderDiff / ENCODER_PULSES_PER_STEP);
  1882. encoderDiff = 0;
  1883. if (!planner_queue_full()) {
  1884. current_position[E_AXIS] += float(abs((int)encoderPosition)) * 0.01; //0.05
  1885. encoderPosition = 0;
  1886. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], feedrate, active_extruder);
  1887. }
  1888. }
  1889. }
  1890. steps_final = current_position[E_AXIS] * axis_steps_per_unit[E_AXIS];
  1891. //steps_final = st_get_position(E_AXIS);
  1892. lcdDrawUpdate = 1;
  1893. e_steps_per_unit = ((float)(steps_final)) / 100.0f;
  1894. if (e_steps_per_unit < MIN_E_STEPS_PER_UNIT) e_steps_per_unit = MIN_E_STEPS_PER_UNIT;
  1895. if (e_steps_per_unit > MAX_E_STEPS_PER_UNIT) e_steps_per_unit = MAX_E_STEPS_PER_UNIT;
  1896. lcd_implementation_clear();
  1897. axis_steps_per_unit[E_AXIS] = e_steps_per_unit;
  1898. enquecommand_P(PSTR("M500")); //store settings to eeprom
  1899. //lcd_implementation_drawedit(PSTR("Result"), ftostr31(axis_steps_per_unit[E_AXIS]));
  1900. //delay_keep_alive(2000);
  1901. delay_keep_alive(500);
  1902. lcd_show_fullscreen_message_and_wait_P(MSG_CLEAN_NOZZLE_E);
  1903. lcd_update_enable(true);
  1904. lcdDrawUpdate = 2;
  1905. }
  1906. else
  1907. {
  1908. lcd_implementation_clear();
  1909. lcd.setCursor(0, 0);
  1910. lcd_printPGM(MSG_ERROR);
  1911. lcd.setCursor(0, 2);
  1912. lcd_printPGM(MSG_PREHEAT_NOZZLE);
  1913. delay(2000);
  1914. lcd_implementation_clear();
  1915. }
  1916. lcd_return_to_status();
  1917. }
  1918. void lcd_extr_cal_reset() {
  1919. float tmp1[] = DEFAULT_AXIS_STEPS_PER_UNIT;
  1920. axis_steps_per_unit[E_AXIS] = tmp1[3];
  1921. //extrudemultiply = 100;
  1922. enquecommand_P(PSTR("M500"));
  1923. }*/
  1924. #endif
  1925. void lcd_toshiba_flash_air_compatibility_toggle()
  1926. {
  1927. card.ToshibaFlashAir_enable(! card.ToshibaFlashAir_isEnabled());
  1928. eeprom_update_byte((uint8_t*)EEPROM_TOSHIBA_FLASH_AIR_COMPATIBLITY, card.ToshibaFlashAir_isEnabled());
  1929. }
  1930. static void lcd_settings_menu()
  1931. {
  1932. EEPROM_read(EEPROM_SILENT, (uint8_t*)&SilentModeMenu, sizeof(SilentModeMenu));
  1933. START_MENU();
  1934. MENU_ITEM(back, MSG_MAIN, lcd_main_menu);
  1935. MENU_ITEM(submenu, MSG_TEMPERATURE, lcd_control_temperature_menu);
  1936. if (!homing_flag)
  1937. {
  1938. MENU_ITEM(submenu, MSG_MOVE_AXIS, lcd_move_menu_1mm);
  1939. }
  1940. if (!isPrintPaused)
  1941. {
  1942. MENU_ITEM(gcode, MSG_DISABLE_STEPPERS, PSTR("M84"));
  1943. }
  1944. if ((SilentModeMenu == 0) || (farm_mode) ) {
  1945. MENU_ITEM(function, MSG_SILENT_MODE_OFF, lcd_silent_mode_set);
  1946. } else {
  1947. MENU_ITEM(function, MSG_SILENT_MODE_ON, lcd_silent_mode_set);
  1948. }
  1949. if (!isPrintPaused && !homing_flag)
  1950. {
  1951. MENU_ITEM(submenu, MSG_BABYSTEP_Z, lcd_babystep_z);
  1952. }
  1953. MENU_ITEM(submenu, MSG_LANGUAGE_SELECT, lcd_language_menu);
  1954. if (card.ToshibaFlashAir_isEnabled()) {
  1955. MENU_ITEM(function, MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_ON, lcd_toshiba_flash_air_compatibility_toggle);
  1956. } else {
  1957. MENU_ITEM(function, MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY_OFF, lcd_toshiba_flash_air_compatibility_toggle);
  1958. }
  1959. if (farm_mode)
  1960. {
  1961. MENU_ITEM(submenu, PSTR("Farm number"), lcd_farm_no);
  1962. }
  1963. END_MENU();
  1964. }
  1965. static void lcd_calibration_menu()
  1966. {
  1967. START_MENU();
  1968. MENU_ITEM(back, MSG_MAIN, lcd_main_menu);
  1969. if (!isPrintPaused)
  1970. {
  1971. MENU_ITEM(function, MSG_SELFTEST, lcd_selftest);
  1972. #ifndef MESH_BED_LEVELING
  1973. // MK1
  1974. // "Calibrate Z"
  1975. MENU_ITEM(gcode, MSG_HOMEYZ, PSTR("G28 Z"));
  1976. #else
  1977. // MK2
  1978. MENU_ITEM(function, MSG_CALIBRATE_BED, lcd_mesh_calibration);
  1979. // "Calibrate Z" with storing the reference values to EEPROM.
  1980. MENU_ITEM(submenu, MSG_HOMEYZ, lcd_mesh_calibration_z);
  1981. #ifndef SNMM
  1982. //MENU_ITEM(function, MSG_CALIBRATE_E, lcd_calibrate_extruder);
  1983. #endif
  1984. // "Mesh Bed Leveling"
  1985. MENU_ITEM(submenu, MSG_MESH_BED_LEVELING, lcd_mesh_bedleveling);
  1986. #endif
  1987. MENU_ITEM(gcode, MSG_AUTO_HOME, PSTR("G28 W"));
  1988. MENU_ITEM(submenu, MSG_BED_CORRECTION_MENU, lcd_adjust_bed);
  1989. MENU_ITEM(submenu, MSG_SHOW_END_STOPS, menu_show_end_stops);
  1990. MENU_ITEM(gcode, MSG_CALIBRATE_BED_RESET, PSTR("M44"));
  1991. #ifndef SNMM
  1992. //MENU_ITEM(function, MSG_RESET_CALIBRATE_E, lcd_extr_cal_reset);
  1993. #endif
  1994. }
  1995. END_MENU();
  1996. }
  1997. /*
  1998. void lcd_mylang_top(int hlaska) {
  1999. lcd.setCursor(0,0);
  2000. lcd.print(" ");
  2001. lcd.setCursor(0,0);
  2002. lcd_printPGM(MSG_ALL[hlaska-1][LANGUAGE_SELECT]);
  2003. }
  2004. void lcd_mylang_drawmenu(int cursor) {
  2005. int first = 0;
  2006. if (cursor>2) first = cursor-2;
  2007. if (cursor==LANG_NUM) first = LANG_NUM-3;
  2008. lcd.setCursor(0, 1);
  2009. lcd.print(" ");
  2010. lcd.setCursor(1, 1);
  2011. lcd_printPGM(MSG_ALL[first][LANGUAGE_NAME]);
  2012. lcd.setCursor(0, 2);
  2013. lcd.print(" ");
  2014. lcd.setCursor(1, 2);
  2015. lcd_printPGM(MSG_ALL[first+1][LANGUAGE_NAME]);
  2016. lcd.setCursor(0, 3);
  2017. lcd.print(" ");
  2018. lcd.setCursor(1, 3);
  2019. lcd_printPGM(MSG_ALL[first+2][LANGUAGE_NAME]);
  2020. if (cursor==1) lcd.setCursor(0, 1);
  2021. if (cursor>1 && cursor<LANG_NUM) lcd.setCursor(0, 2);
  2022. if (cursor==LANG_NUM) lcd.setCursor(0, 3);
  2023. lcd.print(">");
  2024. if (cursor<LANG_NUM-1) {
  2025. lcd.setCursor(19,3);
  2026. lcd.print("\x01");
  2027. }
  2028. if (cursor>2) {
  2029. lcd.setCursor(19,1);
  2030. lcd.print("^");
  2031. }
  2032. }
  2033. */
  2034. void lcd_mylang_drawmenu(int cursor) {
  2035. int first = 0;
  2036. if (cursor>3) first = cursor-3;
  2037. if (cursor==LANG_NUM && LANG_NUM>4) first = LANG_NUM-4;
  2038. if (cursor==LANG_NUM && LANG_NUM==4) first = LANG_NUM-4;
  2039. lcd.setCursor(0, 0);
  2040. lcd.print(" ");
  2041. lcd.setCursor(1, 0);
  2042. lcd_printPGM(MSG_LANGUAGE_NAME_EXPLICIT(first+0));
  2043. lcd.setCursor(0, 1);
  2044. lcd.print(" ");
  2045. lcd.setCursor(1, 1);
  2046. lcd_printPGM(MSG_LANGUAGE_NAME_EXPLICIT(first+1));
  2047. lcd.setCursor(0, 2);
  2048. lcd.print(" ");
  2049. if (LANG_NUM > 2){
  2050. lcd.setCursor(1, 2);
  2051. lcd_printPGM(MSG_LANGUAGE_NAME_EXPLICIT(first+2));
  2052. }
  2053. lcd.setCursor(0, 3);
  2054. lcd.print(" ");
  2055. if (LANG_NUM>3) {
  2056. lcd.setCursor(1, 3);
  2057. lcd_printPGM(MSG_LANGUAGE_NAME_EXPLICIT(first+3));
  2058. }
  2059. if (cursor==1) lcd.setCursor(0, 0);
  2060. if (cursor==2) lcd.setCursor(0, 1);
  2061. if (cursor>2) lcd.setCursor(0, 2);
  2062. if (cursor==LANG_NUM && LANG_NUM>3) lcd.setCursor(0, 3);
  2063. lcd.print(">");
  2064. if (cursor<LANG_NUM-1 && LANG_NUM>4) {
  2065. lcd.setCursor(19,3);
  2066. lcd.print("\x01");
  2067. }
  2068. if (cursor>3 && LANG_NUM>4) {
  2069. lcd.setCursor(19,0);
  2070. lcd.print("^");
  2071. }
  2072. }
  2073. void lcd_mylang_drawcursor(int cursor) {
  2074. if (cursor==1) lcd.setCursor(0, 1);
  2075. if (cursor>1 && cursor<LANG_NUM) lcd.setCursor(0, 2);
  2076. if (cursor==LANG_NUM) lcd.setCursor(0, 3);
  2077. lcd.print(">");
  2078. }
  2079. void lcd_mylang() {
  2080. int enc_dif = 0;
  2081. int cursor_pos = 1;
  2082. lang_selected=255;
  2083. int hlaska=1;
  2084. int counter=0;
  2085. lcd_set_custom_characters_arrows();
  2086. lcd_implementation_clear();
  2087. //lcd_mylang_top(hlaska);
  2088. lcd_mylang_drawmenu(cursor_pos);
  2089. enc_dif = encoderDiff;
  2090. while ( (lang_selected == 255) ) {
  2091. manage_heater();
  2092. manage_inactivity(true);
  2093. if ( abs((enc_dif - encoderDiff)) > 4 ) {
  2094. //if ( (abs(enc_dif - encoderDiff)) > 1 ) {
  2095. if (enc_dif > encoderDiff ) {
  2096. cursor_pos --;
  2097. }
  2098. if (enc_dif < encoderDiff ) {
  2099. cursor_pos ++;
  2100. }
  2101. if (cursor_pos > LANG_NUM) {
  2102. cursor_pos = LANG_NUM;
  2103. }
  2104. if (cursor_pos < 1) {
  2105. cursor_pos = 1;
  2106. }
  2107. lcd_mylang_drawmenu(cursor_pos);
  2108. enc_dif = encoderDiff;
  2109. delay(100);
  2110. //}
  2111. } else delay(20);
  2112. if (lcd_clicked()) {
  2113. lcd_set_lang(cursor_pos-1);
  2114. delay(500);
  2115. }
  2116. /*
  2117. if (++counter == 80) {
  2118. hlaska++;
  2119. if(hlaska>LANG_NUM) hlaska=1;
  2120. lcd_mylang_top(hlaska);
  2121. lcd_mylang_drawcursor(cursor_pos);
  2122. counter=0;
  2123. }
  2124. */
  2125. };
  2126. if(MYSERIAL.available() > 1){
  2127. lang_selected = 0;
  2128. firstrun = 0;
  2129. }
  2130. lcd_set_custom_characters_degree();
  2131. lcd_implementation_clear();
  2132. lcd_return_to_status();
  2133. }
  2134. char reset_menu() {
  2135. int enc_dif = 0;
  2136. char cursor_pos = 0;
  2137. lcd_implementation_clear();
  2138. lcd.setCursor(1, 0);
  2139. lcd_printPGM(PSTR("Language"));
  2140. lcd.setCursor(1, 1);
  2141. lcd_printPGM(PSTR("Statistics"));
  2142. lcd.setCursor(1, 2);
  2143. lcd_printPGM(PSTR("Shiping prep"));
  2144. lcd.setCursor(1, 3);
  2145. lcd_printPGM(PSTR("All data"));
  2146. lcd.setCursor(0, 0);
  2147. lcd.print(">");
  2148. enc_dif = encoderDiff;
  2149. while (1) {
  2150. manage_heater();
  2151. manage_inactivity(true);
  2152. if (abs((enc_dif - encoderDiff)) > 4) {
  2153. if ((abs(enc_dif - encoderDiff)) > 1) {
  2154. if (enc_dif > encoderDiff) {
  2155. cursor_pos--;
  2156. }
  2157. if (enc_dif < encoderDiff) {
  2158. cursor_pos++;
  2159. }
  2160. if (cursor_pos > 3) {
  2161. cursor_pos = 3;
  2162. }
  2163. if (cursor_pos < 0) {
  2164. cursor_pos = 0;
  2165. }
  2166. lcd.setCursor(0, 0);
  2167. lcd.print(" ");
  2168. lcd.setCursor(0, 1);
  2169. lcd.print(" ");
  2170. lcd.setCursor(0, 2);
  2171. lcd.print(" ");
  2172. lcd.setCursor(0, 3);
  2173. lcd.print(" ");
  2174. lcd.setCursor(0, cursor_pos);
  2175. lcd.print(">");
  2176. enc_dif = encoderDiff;
  2177. delay(100);
  2178. }
  2179. }
  2180. if (lcd_clicked()) {
  2181. while (lcd_clicked());
  2182. delay(10);
  2183. while (lcd_clicked());
  2184. return(cursor_pos);
  2185. }
  2186. }
  2187. }
  2188. #ifdef SNMM
  2189. static void extr_mov(float shift, float feed_rate) { //move extruder no matter what the current heater temperature is
  2190. set_extrude_min_temp(.0);
  2191. current_position[E_AXIS] += shift;
  2192. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], feed_rate, active_extruder);
  2193. set_extrude_min_temp(EXTRUDE_MINTEMP);
  2194. }
  2195. void change_extr(int extr) { //switches multiplexer for extruders
  2196. st_synchronize();
  2197. delay(100);
  2198. disable_e0();
  2199. disable_e1();
  2200. disable_e2();
  2201. pinMode(E_MUX0_PIN, OUTPUT);
  2202. pinMode(E_MUX1_PIN, OUTPUT);
  2203. pinMode(E_MUX2_PIN, OUTPUT);
  2204. switch (extr) {
  2205. case 1:
  2206. WRITE(E_MUX0_PIN, HIGH);
  2207. WRITE(E_MUX1_PIN, LOW);
  2208. WRITE(E_MUX2_PIN, LOW);
  2209. break;
  2210. case 2:
  2211. WRITE(E_MUX0_PIN, LOW);
  2212. WRITE(E_MUX1_PIN, HIGH);
  2213. WRITE(E_MUX2_PIN, LOW);
  2214. break;
  2215. case 3:
  2216. WRITE(E_MUX0_PIN, HIGH);
  2217. WRITE(E_MUX1_PIN, HIGH);
  2218. WRITE(E_MUX2_PIN, LOW);
  2219. break;
  2220. default:
  2221. WRITE(E_MUX0_PIN, LOW);
  2222. WRITE(E_MUX1_PIN, LOW);
  2223. WRITE(E_MUX2_PIN, LOW);
  2224. break;
  2225. }
  2226. delay(100);
  2227. }
  2228. static int get_ext_nr() { //reads multiplexer input pins and return current extruder number (counted from 0)
  2229. return(4 * READ(E_MUX2_PIN) + 2 * READ(E_MUX1_PIN) + READ(E_MUX0_PIN));
  2230. }
  2231. static void extr_adj(int extruder) //loading filament for SNMM
  2232. {
  2233. bool correct;
  2234. max_feedrate[E_AXIS] =80;
  2235. //max_feedrate[E_AXIS] = 50;
  2236. START:
  2237. lcd_implementation_clear();
  2238. lcd.setCursor(0, 0);
  2239. switch (extruder) {
  2240. case 1: lcd_display_message_fullscreen_P(MSG_FILAMENT_LOADING_T1); break;
  2241. case 2: lcd_display_message_fullscreen_P(MSG_FILAMENT_LOADING_T2); break;
  2242. case 3: lcd_display_message_fullscreen_P(MSG_FILAMENT_LOADING_T3); break;
  2243. default: lcd_display_message_fullscreen_P(MSG_FILAMENT_LOADING_T0); break;
  2244. }
  2245. do{
  2246. extr_mov(0.001,1000);
  2247. delay_keep_alive(2);
  2248. } while (!lcd_clicked());
  2249. //delay_keep_alive(500);
  2250. st_synchronize();
  2251. //correct = lcd_show_fullscreen_message_yes_no_and_wait_P(MSG_FIL_LOADED_CHECK, false);
  2252. //if (!correct) goto START;
  2253. //extr_mov(BOWDEN_LENGTH/2.f, 500); //dividing by 2 is there because of max. extrusion length limitation (x_max + y_max)
  2254. //extr_mov(BOWDEN_LENGTH/2.f, 500);
  2255. extr_mov(BOWDEN_LENGTH, 500);
  2256. lcd_implementation_clear();
  2257. lcd.setCursor(0, 1); lcd_printPGM(MSG_PLEASE_WAIT);
  2258. st_synchronize();
  2259. max_feedrate[E_AXIS] = 50;
  2260. lcd_update_enable(true);
  2261. lcd_return_to_status();
  2262. lcdDrawUpdate = 2;
  2263. }
  2264. static void extr_unload() { //unloads filament
  2265. float tmp_motor[3] = DEFAULT_PWM_MOTOR_CURRENT;
  2266. float tmp_motor_loud[3] = DEFAULT_PWM_MOTOR_CURRENT_LOUD;
  2267. int8_t SilentMode;
  2268. if (degHotend0() > EXTRUDE_MINTEMP) {
  2269. lcd_implementation_clear();
  2270. lcd_display_message_fullscreen_P(PSTR(""));
  2271. max_feedrate[E_AXIS] = 50;
  2272. lcd.setCursor(0, 1); lcd_printPGM(MSG_PLEASE_WAIT);
  2273. current_position[Z_AXIS] += 15; //lifting in Z direction to make space for extrusion
  2274. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 25, active_extruder);
  2275. current_position[E_AXIS] += 10; //extrusion
  2276. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 10, active_extruder);
  2277. digipot_current(2, E_MOTOR_HIGH_CURRENT);
  2278. if (current_temperature[0] < 230) { //PLA & all other filaments
  2279. current_position[E_AXIS] += 5.4;
  2280. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2800 / 60, active_extruder);
  2281. current_position[E_AXIS] += 3.2;
  2282. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  2283. current_position[E_AXIS] += 3;
  2284. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3400 / 60, active_extruder);
  2285. }
  2286. else { //ABS
  2287. current_position[E_AXIS] += 3.1;
  2288. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2000 / 60, active_extruder);
  2289. current_position[E_AXIS] += 3.1;
  2290. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 2500 / 60, active_extruder);
  2291. current_position[E_AXIS] += 4;
  2292. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 3000 / 60, active_extruder);
  2293. /*current_position[X_AXIS] += 23; //delay
  2294. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder); //delay
  2295. current_position[X_AXIS] -= 23; //delay
  2296. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 600 / 60, active_extruder); //delay*/
  2297. delay_keep_alive(4700);
  2298. }
  2299. max_feedrate[E_AXIS] = 80;
  2300. current_position[E_AXIS] -= (BOWDEN_LENGTH + 60 + FIL_LOAD_LENGTH) / 2;
  2301. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 500, active_extruder);
  2302. current_position[E_AXIS] -= (BOWDEN_LENGTH + 60 + FIL_LOAD_LENGTH) / 2;
  2303. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], 500, active_extruder);
  2304. st_synchronize();
  2305. //digipot_init();
  2306. if (SilentMode == 1) digipot_current(2, tmp_motor[2]); //set back to normal operation currents
  2307. else digipot_current(2, tmp_motor_loud[2]);
  2308. lcd_update_enable(true);
  2309. lcd_return_to_status();
  2310. max_feedrate[E_AXIS] = 50;
  2311. }
  2312. else {
  2313. lcd_implementation_clear();
  2314. lcd.setCursor(0, 0);
  2315. lcd_printPGM(MSG_ERROR);
  2316. lcd.setCursor(0, 2);
  2317. lcd_printPGM(MSG_PREHEAT_NOZZLE);
  2318. delay(2000);
  2319. lcd_implementation_clear();
  2320. }
  2321. lcd_return_to_status();
  2322. }
  2323. //wrapper functions for loading filament
  2324. static void extr_adj_0(){
  2325. change_extr(0);
  2326. extr_adj(0);
  2327. }
  2328. static void extr_adj_1() {
  2329. change_extr(1);
  2330. extr_adj(1);
  2331. }
  2332. static void extr_adj_2() {
  2333. change_extr(2);
  2334. extr_adj(2);
  2335. }
  2336. static void extr_adj_3() {
  2337. change_extr(3);
  2338. extr_adj(3);
  2339. }
  2340. //wrapper functions for changing extruders
  2341. static void extr_change_0() {
  2342. change_extr(0);
  2343. lcd_return_to_status();
  2344. }
  2345. static void extr_change_1() {
  2346. change_extr(1);
  2347. lcd_return_to_status();
  2348. }
  2349. static void extr_change_2() {
  2350. change_extr(2);
  2351. lcd_return_to_status();
  2352. }
  2353. static void extr_change_3() {
  2354. change_extr(3);
  2355. lcd_return_to_status();
  2356. }
  2357. //wrapper functions for unloading filament
  2358. static void extr_unload_0() {
  2359. change_extr(0);
  2360. extr_unload();
  2361. }
  2362. static void extr_unload_1() {
  2363. change_extr(1);
  2364. extr_unload();
  2365. }
  2366. static void extr_unload_2() {
  2367. change_extr(2);
  2368. extr_unload();
  2369. }
  2370. static void extr_unload_3() {
  2371. change_extr(3);
  2372. extr_unload();
  2373. }
  2374. static void fil_load_menu()
  2375. {
  2376. START_MENU();
  2377. MENU_ITEM(back, MSG_MAIN, lcd_main_menu);
  2378. MENU_ITEM(function, PSTR("Load filament 1"), extr_adj_0);
  2379. MENU_ITEM(function, PSTR("Load filament 2 "), extr_adj_1);
  2380. MENU_ITEM(function, PSTR("Load filament 3"), extr_adj_2);
  2381. MENU_ITEM(function, PSTR("Load filament 4"), extr_adj_3);
  2382. END_MENU();
  2383. }
  2384. static void fil_unload_menu()
  2385. {
  2386. START_MENU();
  2387. MENU_ITEM(back, MSG_MAIN, lcd_main_menu);
  2388. MENU_ITEM(function, PSTR("Unload filament 1"), extr_unload_0);
  2389. MENU_ITEM(function, PSTR("Unload filament 2"), extr_unload_1);
  2390. MENU_ITEM(function, PSTR("Unload filament 3"), extr_unload_2);
  2391. MENU_ITEM(function, PSTR("Unload filament 4"), extr_unload_3);
  2392. END_MENU();
  2393. }
  2394. static void change_extr_menu(){
  2395. START_MENU();
  2396. MENU_ITEM(back, MSG_MAIN, lcd_main_menu);
  2397. MENU_ITEM(function, PSTR("Extruder 1"), extr_change_0);
  2398. MENU_ITEM(function, PSTR("Extruder 2"), extr_change_1);
  2399. MENU_ITEM(function, PSTR("Extruder 3"), extr_change_2);
  2400. MENU_ITEM(function, PSTR("Extruder 4"), extr_change_3);
  2401. END_MENU();
  2402. }
  2403. #endif
  2404. static void lcd_farm_no()
  2405. {
  2406. int enc_dif = 0;
  2407. int _farmno = farm_no;
  2408. int _ret = 0;
  2409. lcd_implementation_clear();
  2410. lcd.setCursor(0, 0);
  2411. lcd.print("Farm no");
  2412. do
  2413. {
  2414. if (abs((enc_dif - encoderDiff)) > 2) {
  2415. if (enc_dif > encoderDiff) {
  2416. _farmno--;
  2417. }
  2418. if (enc_dif < encoderDiff) {
  2419. _farmno++;
  2420. }
  2421. enc_dif = 0;
  2422. encoderDiff = 0;
  2423. }
  2424. if (_farmno > 254) { _farmno = 1; }
  2425. if (_farmno < 1) { _farmno = 254; }
  2426. lcd.setCursor(0, 2);
  2427. lcd.print(_farmno);
  2428. lcd.print(" ");
  2429. delay(100);
  2430. if (lcd_clicked())
  2431. {
  2432. _ret = 1;
  2433. farm_no = _farmno;
  2434. EEPROM_save_B(EEPROM_FARM_MODE, &farm_no);
  2435. prusa_statistics(20);
  2436. lcd_return_to_status();
  2437. }
  2438. manage_heater();
  2439. } while (_ret == 0);
  2440. }
  2441. void lcd_confirm_print()
  2442. {
  2443. int enc_dif = 0;
  2444. int cursor_pos = 1;
  2445. int _ret = 0;
  2446. int _t = 0;
  2447. lcd_implementation_clear();
  2448. lcd.setCursor(0, 0);
  2449. lcd.print("Print ok ?");
  2450. do
  2451. {
  2452. if (abs((enc_dif - encoderDiff)) > 2) {
  2453. if (enc_dif > encoderDiff) {
  2454. cursor_pos--;
  2455. }
  2456. if (enc_dif < encoderDiff) {
  2457. cursor_pos++;
  2458. }
  2459. }
  2460. if (cursor_pos > 2) { cursor_pos = 2; }
  2461. if (cursor_pos < 1) { cursor_pos = 1; }
  2462. lcd.setCursor(0, 2); lcd.print(" ");
  2463. lcd.setCursor(0, 3); lcd.print(" ");
  2464. lcd.setCursor(2, 2);
  2465. lcd_printPGM(MSG_YES);
  2466. lcd.setCursor(2, 3);
  2467. lcd_printPGM(MSG_NO);
  2468. lcd.setCursor(0, 1 + cursor_pos);
  2469. lcd.print(">");
  2470. delay(100);
  2471. _t = _t + 1;
  2472. if (_t>100)
  2473. {
  2474. prusa_statistics(99);
  2475. _t = 0;
  2476. }
  2477. if (lcd_clicked())
  2478. {
  2479. if (cursor_pos == 1)
  2480. {
  2481. _ret = 1;
  2482. prusa_statistics(20);
  2483. prusa_statistics(4);
  2484. }
  2485. if (cursor_pos == 2)
  2486. {
  2487. _ret = 2;
  2488. prusa_statistics(20);
  2489. prusa_statistics(5);
  2490. }
  2491. }
  2492. manage_heater();
  2493. manage_inactivity();
  2494. } while (_ret == 0);
  2495. }
  2496. static void lcd_main_menu()
  2497. {
  2498. SDscrool = 0;
  2499. START_MENU();
  2500. // Majkl superawesome menu
  2501. MENU_ITEM(back, MSG_WATCH, lcd_status_screen);
  2502. /* if (farm_mode && !IS_SD_PRINTING )
  2503. {
  2504. int tempScrool = 0;
  2505. if (lcdDrawUpdate == 0 && LCD_CLICKED == 0)
  2506. //delay(100);
  2507. return; // nothing to do (so don't thrash the SD card)
  2508. uint16_t fileCnt = card.getnrfilenames();
  2509. card.getWorkDirName();
  2510. if (card.filename[0] == '/')
  2511. {
  2512. #if SDCARDDETECT == -1
  2513. MENU_ITEM(function, MSG_REFRESH, lcd_sd_refresh);
  2514. #endif
  2515. } else {
  2516. MENU_ITEM(function, PSTR(LCD_STR_FOLDER ".."), lcd_sd_updir);
  2517. }
  2518. for (uint16_t i = 0; i < fileCnt; i++)
  2519. {
  2520. if (_menuItemNr == _lineNr)
  2521. {
  2522. #ifndef SDCARD_RATHERRECENTFIRST
  2523. card.getfilename(i);
  2524. #else
  2525. card.getfilename(fileCnt - 1 - i);
  2526. #endif
  2527. if (card.filenameIsDir)
  2528. {
  2529. MENU_ITEM(sddirectory, MSG_CARD_MENU, card.filename, card.longFilename);
  2530. } else {
  2531. MENU_ITEM(sdfile, MSG_CARD_MENU, card.filename, card.longFilename);
  2532. }
  2533. } else {
  2534. MENU_ITEM_DUMMY();
  2535. }
  2536. }
  2537. MENU_ITEM(back, PSTR("- - - - - - - - -"), lcd_status_screen);
  2538. }*/
  2539. if ( ( IS_SD_PRINTING || is_usb_printing ) && (current_position[Z_AXIS] < Z_HEIGHT_HIDE_LIVE_ADJUST_MENU) && !homing_flag)
  2540. {
  2541. MENU_ITEM(submenu, MSG_BABYSTEP_Z, lcd_babystep_z);//8
  2542. }
  2543. if ( moves_planned() || IS_SD_PRINTING || is_usb_printing )
  2544. {
  2545. MENU_ITEM(submenu, MSG_TUNE, lcd_tune_menu);
  2546. } else
  2547. {
  2548. MENU_ITEM(submenu, MSG_PREHEAT, lcd_preheat_menu);
  2549. }
  2550. #ifdef SDSUPPORT
  2551. if (card.cardOK)
  2552. {
  2553. if (card.isFileOpen())
  2554. {
  2555. if (card.sdprinting)
  2556. {
  2557. MENU_ITEM(function, MSG_PAUSE_PRINT, lcd_sdcard_pause);
  2558. }
  2559. else
  2560. {
  2561. MENU_ITEM(function, MSG_RESUME_PRINT, lcd_sdcard_resume);
  2562. }
  2563. MENU_ITEM(submenu, MSG_STOP_PRINT, lcd_sdcard_stop);
  2564. }
  2565. else
  2566. {
  2567. if (!is_usb_printing)
  2568. {
  2569. //if (farm_mode) MENU_ITEM(submenu, MSG_FARM_CARD_MENU, lcd_farm_sdcard_menu);
  2570. /*else*/ MENU_ITEM(submenu, MSG_CARD_MENU, lcd_sdcard_menu);
  2571. }
  2572. #if SDCARDDETECT < 1
  2573. MENU_ITEM(gcode, MSG_CNG_SDCARD, PSTR("M21")); // SD-card changed by user
  2574. #endif
  2575. }
  2576. } else
  2577. {
  2578. MENU_ITEM(submenu, MSG_NO_CARD, lcd_sdcard_menu);
  2579. #if SDCARDDETECT < 1
  2580. MENU_ITEM(gcode, MSG_INIT_SDCARD, PSTR("M21")); // Manually initialize the SD-card via user interface
  2581. #endif
  2582. }
  2583. #endif
  2584. if (IS_SD_PRINTING || is_usb_printing)
  2585. {
  2586. }
  2587. else
  2588. {
  2589. #ifndef SNMM
  2590. MENU_ITEM(function, MSG_LOAD_FILAMENT, lcd_LoadFilament);
  2591. MENU_ITEM(function, MSG_UNLOAD_FILAMENT, lcd_unLoadFilament);
  2592. #endif
  2593. #ifdef SNMM
  2594. MENU_ITEM(submenu, MSG_LOAD_FILAMENT, fil_load_menu);
  2595. MENU_ITEM(submenu, MSG_UNLOAD_FILAMENT, fil_unload_menu);
  2596. MENU_ITEM(submenu, MSG_CHANGE_EXTR, change_extr_menu);
  2597. #endif
  2598. MENU_ITEM(submenu, MSG_SETTINGS, lcd_settings_menu);
  2599. if(!isPrintPaused) MENU_ITEM(submenu, MSG_MENU_CALIBRATION, lcd_calibration_menu);
  2600. }
  2601. if (!is_usb_printing)
  2602. {
  2603. MENU_ITEM(submenu, MSG_STATISTICS, lcd_menu_statistics);
  2604. }
  2605. MENU_ITEM(submenu, MSG_SUPPORT, lcd_support_menu);
  2606. END_MENU();
  2607. }
  2608. void stack_error() {
  2609. SET_OUTPUT(BEEPER);
  2610. WRITE(BEEPER, HIGH);
  2611. delay(1000);
  2612. WRITE(BEEPER, LOW);
  2613. lcd_display_message_fullscreen_P(MSG_STACK_ERROR);
  2614. //err_triggered = 1;
  2615. while (1) delay_keep_alive(1000);
  2616. }
  2617. #ifdef SDSUPPORT
  2618. static void lcd_autostart_sd()
  2619. {
  2620. card.lastnr = 0;
  2621. card.setroot();
  2622. card.checkautostart(true);
  2623. }
  2624. #endif
  2625. static void lcd_silent_mode_set_tune() {
  2626. SilentModeMenu = !SilentModeMenu;
  2627. eeprom_update_byte((unsigned char*)EEPROM_SILENT, SilentModeMenu);
  2628. digipot_init();
  2629. lcd_goto_menu(lcd_tune_menu, 9);
  2630. }
  2631. static void lcd_tune_menu()
  2632. {
  2633. EEPROM_read(EEPROM_SILENT, (uint8_t*)&SilentModeMenu, sizeof(SilentModeMenu));
  2634. START_MENU();
  2635. MENU_ITEM(back, MSG_MAIN, lcd_main_menu); //1
  2636. MENU_ITEM_EDIT(int3, MSG_SPEED, &feedmultiply, 10, 999);//2
  2637. MENU_ITEM_EDIT(int3, MSG_NOZZLE, &target_temperature[0], 0, HEATER_0_MAXTEMP - 10);//3
  2638. MENU_ITEM_EDIT(int3, MSG_BED, &target_temperature_bed, 0, BED_MAXTEMP - 10);//4
  2639. MENU_ITEM_EDIT(int3, MSG_FAN_SPEED, &fanSpeed, 0, 255);//5
  2640. MENU_ITEM_EDIT(int3, MSG_FLOW, &extrudemultiply, 10, 999);//6
  2641. #ifdef FILAMENTCHANGEENABLE
  2642. MENU_ITEM(gcode, MSG_FILAMENTCHANGE, PSTR("M600"));//7
  2643. #endif
  2644. if (SilentModeMenu == 0) {
  2645. MENU_ITEM(function, MSG_SILENT_MODE_OFF, lcd_silent_mode_set_tune);
  2646. } else {
  2647. MENU_ITEM(function, MSG_SILENT_MODE_ON, lcd_silent_mode_set_tune);
  2648. }
  2649. END_MENU();
  2650. }
  2651. static void lcd_move_menu_01mm()
  2652. {
  2653. move_menu_scale = 0.1;
  2654. lcd_move_menu_axis();
  2655. }
  2656. static void lcd_control_temperature_menu()
  2657. {
  2658. #ifdef PIDTEMP
  2659. // set up temp variables - undo the default scaling
  2660. // raw_Ki = unscalePID_i(Ki);
  2661. // raw_Kd = unscalePID_d(Kd);
  2662. #endif
  2663. START_MENU();
  2664. MENU_ITEM(back, MSG_SETTINGS, lcd_settings_menu);
  2665. #if TEMP_SENSOR_0 != 0
  2666. MENU_ITEM_EDIT(int3, MSG_NOZZLE, &target_temperature[0], 0, HEATER_0_MAXTEMP - 10);
  2667. #endif
  2668. #if TEMP_SENSOR_1 != 0
  2669. MENU_ITEM_EDIT(int3, MSG_NOZZLE1, &target_temperature[1], 0, HEATER_1_MAXTEMP - 10);
  2670. #endif
  2671. #if TEMP_SENSOR_2 != 0
  2672. MENU_ITEM_EDIT(int3, MSG_NOZZLE2, &target_temperature[2], 0, HEATER_2_MAXTEMP - 10);
  2673. #endif
  2674. #if TEMP_SENSOR_BED != 0
  2675. MENU_ITEM_EDIT(int3, MSG_BED, &target_temperature_bed, 0, BED_MAXTEMP - 3);
  2676. #endif
  2677. MENU_ITEM_EDIT(int3, MSG_FAN_SPEED, &fanSpeed, 0, 255);
  2678. #if defined AUTOTEMP && (TEMP_SENSOR_0 != 0)
  2679. MENU_ITEM_EDIT(bool, MSG_AUTOTEMP, &autotemp_enabled);
  2680. MENU_ITEM_EDIT(float3, MSG_MIN, &autotemp_min, 0, HEATER_0_MAXTEMP - 10);
  2681. MENU_ITEM_EDIT(float3, MSG_MAX, &autotemp_max, 0, HEATER_0_MAXTEMP - 10);
  2682. MENU_ITEM_EDIT(float32, MSG_FACTOR, &autotemp_factor, 0.0, 1.0);
  2683. #endif
  2684. END_MENU();
  2685. }
  2686. #if SDCARDDETECT == -1
  2687. static void lcd_sd_refresh()
  2688. {
  2689. card.initsd();
  2690. currentMenuViewOffset = 0;
  2691. }
  2692. #endif
  2693. static void lcd_sd_updir()
  2694. {
  2695. SDscrool = 0;
  2696. card.updir();
  2697. currentMenuViewOffset = 0;
  2698. }
  2699. void lcd_sdcard_stop()
  2700. {
  2701. lcd.setCursor(0, 0);
  2702. lcd_printPGM(MSG_STOP_PRINT);
  2703. lcd.setCursor(2, 2);
  2704. lcd_printPGM(MSG_NO);
  2705. lcd.setCursor(2, 3);
  2706. lcd_printPGM(MSG_YES);
  2707. lcd.setCursor(0, 2); lcd.print(" ");
  2708. lcd.setCursor(0, 3); lcd.print(" ");
  2709. if ((int32_t)encoderPosition > 2) { encoderPosition = 2; }
  2710. if ((int32_t)encoderPosition < 1) { encoderPosition = 1; }
  2711. lcd.setCursor(0, 1 + encoderPosition);
  2712. lcd.print(">");
  2713. if (lcd_clicked())
  2714. {
  2715. if ((int32_t)encoderPosition == 1)
  2716. {
  2717. lcd_return_to_status();
  2718. }
  2719. if ((int32_t)encoderPosition == 2)
  2720. {
  2721. cancel_heatup = true;
  2722. #ifdef MESH_BED_LEVELING
  2723. mbl.active = false;
  2724. #endif
  2725. // Stop the stoppers, update the position from the stoppers.
  2726. planner_abort_hard();
  2727. // Because the planner_abort_hard() initialized current_position[Z] from the stepper,
  2728. // Z baystep is no more applied. Reset it.
  2729. babystep_reset();
  2730. // Clean the input command queue.
  2731. cmdqueue_reset();
  2732. lcd_setstatuspgm(MSG_PRINT_ABORTED);
  2733. card.sdprinting = false;
  2734. card.closefile();
  2735. stoptime = millis();
  2736. unsigned long t = (stoptime - starttime) / 1000; //time in s
  2737. save_statistics(total_filament_used, t);
  2738. lcd_return_to_status();
  2739. lcd_ignore_click(true);
  2740. lcd_commands_type = LCD_COMMAND_STOP_PRINT;
  2741. // Turn off the print fan
  2742. SET_OUTPUT(FAN_PIN);
  2743. WRITE(FAN_PIN, 0);
  2744. fanSpeed=0;
  2745. }
  2746. }
  2747. }
  2748. /*
  2749. void getFileDescription(char *name, char *description) {
  2750. // get file description, ie the REAL filenam, ie the second line
  2751. card.openFile(name, true);
  2752. int i = 0;
  2753. // skip the first line (which is the version line)
  2754. while (true) {
  2755. uint16_t readByte = card.get();
  2756. if (readByte == '\n') {
  2757. break;
  2758. }
  2759. }
  2760. // read the second line (which is the description line)
  2761. while (true) {
  2762. uint16_t readByte = card.get();
  2763. if (i == 0) {
  2764. // skip the first '^'
  2765. readByte = card.get();
  2766. }
  2767. description[i] = readByte;
  2768. i++;
  2769. if (readByte == '\n') {
  2770. break;
  2771. }
  2772. }
  2773. card.closefile();
  2774. description[i-1] = 0;
  2775. }
  2776. */
  2777. void lcd_sdcard_menu()
  2778. {
  2779. int tempScrool = 0;
  2780. if (lcdDrawUpdate == 0 && LCD_CLICKED == 0)
  2781. //delay(100);
  2782. return; // nothing to do (so don't thrash the SD card)
  2783. uint16_t fileCnt = card.getnrfilenames();
  2784. START_MENU();
  2785. MENU_ITEM(back, MSG_MAIN, lcd_main_menu);
  2786. card.getWorkDirName();
  2787. if (card.filename[0] == '/')
  2788. {
  2789. #if SDCARDDETECT == -1
  2790. MENU_ITEM(function, MSG_REFRESH, lcd_sd_refresh);
  2791. #endif
  2792. } else {
  2793. MENU_ITEM(function, PSTR(LCD_STR_FOLDER ".."), lcd_sd_updir);
  2794. }
  2795. for (uint16_t i = 0; i < fileCnt; i++)
  2796. {
  2797. if (_menuItemNr == _lineNr)
  2798. {
  2799. #ifndef SDCARD_RATHERRECENTFIRST
  2800. card.getfilename(i);
  2801. #else
  2802. card.getfilename(fileCnt - 1 - i);
  2803. #endif
  2804. if (card.filenameIsDir)
  2805. {
  2806. MENU_ITEM(sddirectory, MSG_CARD_MENU, card.filename, card.longFilename);
  2807. } else {
  2808. MENU_ITEM(sdfile, MSG_CARD_MENU, card.filename, card.longFilename);
  2809. }
  2810. } else {
  2811. MENU_ITEM_DUMMY();
  2812. }
  2813. }
  2814. END_MENU();
  2815. }
  2816. //char description [10] [31];
  2817. /*void get_description() {
  2818. uint16_t fileCnt = card.getnrfilenames();
  2819. for (uint16_t i = 0; i < fileCnt; i++)
  2820. {
  2821. card.getfilename(fileCnt - 1 - i);
  2822. getFileDescription(card.filename, description[i]);
  2823. }
  2824. }*/
  2825. /*void lcd_farm_sdcard_menu()
  2826. {
  2827. static int i = 0;
  2828. if (i == 0) {
  2829. get_description();
  2830. i++;
  2831. }
  2832. //int j;
  2833. //char description[31];
  2834. int tempScrool = 0;
  2835. if (lcdDrawUpdate == 0 && LCD_CLICKED == 0)
  2836. //delay(100);
  2837. return; // nothing to do (so don't thrash the SD card)
  2838. uint16_t fileCnt = card.getnrfilenames();
  2839. START_MENU();
  2840. MENU_ITEM(back, MSG_MAIN, lcd_main_menu);
  2841. card.getWorkDirName();
  2842. if (card.filename[0] == '/')
  2843. {
  2844. #if SDCARDDETECT == -1
  2845. MENU_ITEM(function, MSG_REFRESH, lcd_sd_refresh);
  2846. #endif
  2847. }
  2848. else {
  2849. MENU_ITEM(function, PSTR(LCD_STR_FOLDER ".."), lcd_sd_updir);
  2850. }
  2851. for (uint16_t i = 0; i < fileCnt; i++)
  2852. {
  2853. if (_menuItemNr == _lineNr)
  2854. {
  2855. #ifndef SDCARD_RATHERRECENTFIRST
  2856. card.getfilename(i);
  2857. #else
  2858. card.getfilename(fileCnt - 1 - i);
  2859. #endif
  2860. if (card.filenameIsDir)
  2861. {
  2862. MENU_ITEM(sddirectory, MSG_CARD_MENU, card.filename, card.longFilename);
  2863. }
  2864. else {
  2865. MENU_ITEM(sdfile, MSG_CARD_MENU, card.filename, description[i]);
  2866. }
  2867. }
  2868. else {
  2869. MENU_ITEM_DUMMY();
  2870. }
  2871. }
  2872. END_MENU();
  2873. }*/
  2874. #define menu_edit_type(_type, _name, _strFunc, scale) \
  2875. void menu_edit_ ## _name () \
  2876. { \
  2877. if ((int32_t)encoderPosition < 0) encoderPosition = 0; \
  2878. if ((int32_t)encoderPosition > menuData.editMenuParentState.maxEditValue) encoderPosition = menuData.editMenuParentState.maxEditValue; \
  2879. if (lcdDrawUpdate) \
  2880. lcd_implementation_drawedit(menuData.editMenuParentState.editLabel, _strFunc(((_type)((int32_t)encoderPosition + menuData.editMenuParentState.minEditValue)) / scale)); \
  2881. if (LCD_CLICKED) \
  2882. { \
  2883. *((_type*)menuData.editMenuParentState.editValue) = ((_type)((int32_t)encoderPosition + menuData.editMenuParentState.minEditValue)) / scale; \
  2884. lcd_goto_menu(menuData.editMenuParentState.prevMenu, menuData.editMenuParentState.prevEncoderPosition, true, false); \
  2885. } \
  2886. } \
  2887. static void menu_action_setting_edit_ ## _name (const char* pstr, _type* ptr, _type minValue, _type maxValue) \
  2888. { \
  2889. menuData.editMenuParentState.prevMenu = currentMenu; \
  2890. menuData.editMenuParentState.prevEncoderPosition = encoderPosition; \
  2891. \
  2892. lcdDrawUpdate = 2; \
  2893. menuData.editMenuParentState.editLabel = pstr; \
  2894. menuData.editMenuParentState.editValue = ptr; \
  2895. menuData.editMenuParentState.minEditValue = minValue * scale; \
  2896. menuData.editMenuParentState.maxEditValue = maxValue * scale - menuData.editMenuParentState.minEditValue; \
  2897. lcd_goto_menu(menu_edit_ ## _name, (*ptr) * scale - menuData.editMenuParentState.minEditValue, true, false); \
  2898. \
  2899. }\
  2900. /*
  2901. void menu_edit_callback_ ## _name () { \
  2902. menu_edit_ ## _name (); \
  2903. if (LCD_CLICKED) (*callbackFunc)(); \
  2904. } \
  2905. static void menu_action_setting_edit_callback_ ## _name (const char* pstr, _type* ptr, _type minValue, _type maxValue, menuFunc_t callback) \
  2906. { \
  2907. menuData.editMenuParentState.prevMenu = currentMenu; \
  2908. menuData.editMenuParentState.prevEncoderPosition = encoderPosition; \
  2909. \
  2910. lcdDrawUpdate = 2; \
  2911. lcd_goto_menu(menu_edit_callback_ ## _name, (*ptr) * scale - menuData.editMenuParentState.minEditValue, true, false); \
  2912. \
  2913. menuData.editMenuParentState.editLabel = pstr; \
  2914. menuData.editMenuParentState.editValue = ptr; \
  2915. menuData.editMenuParentState.minEditValue = minValue * scale; \
  2916. menuData.editMenuParentState.maxEditValue = maxValue * scale - menuData.editMenuParentState.minEditValue; \
  2917. callbackFunc = callback;\
  2918. }
  2919. */
  2920. menu_edit_type(int, int3, itostr3, 1)
  2921. menu_edit_type(float, float3, ftostr3, 1)
  2922. menu_edit_type(float, float32, ftostr32, 100)
  2923. menu_edit_type(float, float43, ftostr43, 1000)
  2924. menu_edit_type(float, float5, ftostr5, 0.01)
  2925. menu_edit_type(float, float51, ftostr51, 10)
  2926. menu_edit_type(float, float52, ftostr52, 100)
  2927. menu_edit_type(unsigned long, long5, ftostr5, 0.01)
  2928. static void lcd_selftest()
  2929. {
  2930. int _progress = 0;
  2931. bool _result = false;
  2932. lcd_implementation_clear();
  2933. lcd.setCursor(0, 0); lcd_printPGM(MSG_SELFTEST_START);
  2934. delay(2000);
  2935. _result = lcd_selftest_fan_dialog(1);
  2936. if (_result)
  2937. {
  2938. _result = lcd_selftest_fan_dialog(2);
  2939. }
  2940. if (_result)
  2941. {
  2942. _progress = lcd_selftest_screen(0, _progress, 3, true, 2000);
  2943. _result = lcd_selfcheck_endstops();
  2944. }
  2945. if (_result)
  2946. {
  2947. _progress = lcd_selftest_screen(1, _progress, 3, true, 1000);
  2948. _result = lcd_selfcheck_check_heater(false);
  2949. }
  2950. if (_result)
  2951. {
  2952. current_position[Z_AXIS] += 15; //move Z axis higher to avoid false triggering of Z end stop in case that we are very low - just above heatbed
  2953. _progress = lcd_selftest_screen(2, _progress, 3, true, 2000);
  2954. _result = lcd_selfcheck_axis(X_AXIS, X_MAX_POS);
  2955. }
  2956. if (_result)
  2957. {
  2958. _progress = lcd_selftest_screen(2, _progress, 3, true, 0);
  2959. _result = lcd_selfcheck_pulleys(X_AXIS);
  2960. }
  2961. if (_result)
  2962. {
  2963. _progress = lcd_selftest_screen(3, _progress, 3, true, 1500);
  2964. _result = lcd_selfcheck_axis(Y_AXIS, Y_MAX_POS);
  2965. }
  2966. if (_result)
  2967. {
  2968. _progress = lcd_selftest_screen(3, _progress, 3, true, 0);
  2969. _result = lcd_selfcheck_pulleys(Y_AXIS);
  2970. }
  2971. if (_result)
  2972. {
  2973. current_position[X_AXIS] = current_position[X_AXIS] - 3;
  2974. current_position[Y_AXIS] = current_position[Y_AXIS] - 14;
  2975. _progress = lcd_selftest_screen(4, _progress, 3, true, 1500);
  2976. _result = lcd_selfcheck_axis(2, Z_MAX_POS);
  2977. enquecommand_P(PSTR("G28 W"));
  2978. }
  2979. if (_result)
  2980. {
  2981. _progress = lcd_selftest_screen(5, _progress, 3, true, 2000);
  2982. _result = lcd_selfcheck_check_heater(true);
  2983. }
  2984. if (_result)
  2985. {
  2986. _progress = lcd_selftest_screen(6, _progress, 3, true, 5000);
  2987. }
  2988. else
  2989. {
  2990. _progress = lcd_selftest_screen(7, _progress, 3, true, 5000);
  2991. }
  2992. lcd_reset_alert_level();
  2993. enquecommand_P(PSTR("M84"));
  2994. lcd_implementation_clear();
  2995. lcd_next_update_millis = millis() + LCD_UPDATE_INTERVAL;
  2996. if (_result)
  2997. {
  2998. LCD_ALERTMESSAGERPGM(MSG_SELFTEST_OK);
  2999. }
  3000. else
  3001. {
  3002. LCD_ALERTMESSAGERPGM(MSG_SELFTEST_FAILED);
  3003. }
  3004. }
  3005. static bool lcd_selfcheck_axis(int _axis, int _travel)
  3006. {
  3007. bool _stepdone = false;
  3008. bool _stepresult = false;
  3009. int _progress = 0;
  3010. int _travel_done = 0;
  3011. int _err_endstop = 0;
  3012. int _lcd_refresh = 0;
  3013. _travel = _travel + (_travel / 10);
  3014. do {
  3015. current_position[_axis] = current_position[_axis] - 1;
  3016. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[3], manual_feedrate[0] / 60, active_extruder);
  3017. st_synchronize();
  3018. if (READ(X_MIN_PIN) ^ X_MIN_ENDSTOP_INVERTING == 1 || READ(Y_MIN_PIN) ^ Y_MIN_ENDSTOP_INVERTING == 1 || READ(Z_MIN_PIN) ^ Z_MIN_ENDSTOP_INVERTING == 1)
  3019. {
  3020. if (_axis == 0)
  3021. {
  3022. _stepresult = (READ(X_MIN_PIN) ^ X_MIN_ENDSTOP_INVERTING == 1) ? true : false;
  3023. _err_endstop = (READ(Y_MIN_PIN) ^ Y_MIN_ENDSTOP_INVERTING == 1) ? 1 : 2;
  3024. }
  3025. if (_axis == 1)
  3026. {
  3027. _stepresult = (READ(Y_MIN_PIN) ^ Y_MIN_ENDSTOP_INVERTING == 1) ? true : false;
  3028. _err_endstop = (READ(X_MIN_PIN) ^ X_MIN_ENDSTOP_INVERTING == 1) ? 0 : 2;
  3029. }
  3030. if (_axis == 2)
  3031. {
  3032. _stepresult = (READ(Z_MIN_PIN) ^ Z_MIN_ENDSTOP_INVERTING == 1) ? true : false;
  3033. _err_endstop = (READ(X_MIN_PIN) ^ X_MIN_ENDSTOP_INVERTING == 1) ? 0 : 1;
  3034. /*disable_x();
  3035. disable_y();
  3036. disable_z();*/
  3037. }
  3038. _stepdone = true;
  3039. }
  3040. if (_lcd_refresh < 6)
  3041. {
  3042. _lcd_refresh++;
  3043. }
  3044. else
  3045. {
  3046. _progress = lcd_selftest_screen(2 + _axis, _progress, 3, false, 0);
  3047. _lcd_refresh = 0;
  3048. }
  3049. manage_heater();
  3050. manage_inactivity(true);
  3051. //delay(100);
  3052. (_travel_done <= _travel) ? _travel_done++ : _stepdone = true;
  3053. } while (!_stepdone);
  3054. //current_position[_axis] = current_position[_axis] + 15;
  3055. //plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[3], manual_feedrate[0] / 60, active_extruder);
  3056. if (!_stepresult)
  3057. {
  3058. const char *_error_1;
  3059. const char *_error_2;
  3060. if (_axis == X_AXIS) _error_1 = "X";
  3061. if (_axis == Y_AXIS) _error_1 = "Y";
  3062. if (_axis == Z_AXIS) _error_1 = "Z";
  3063. if (_err_endstop == 0) _error_2 = "X";
  3064. if (_err_endstop == 1) _error_2 = "Y";
  3065. if (_err_endstop == 2) _error_2 = "Z";
  3066. if (_travel_done >= _travel)
  3067. {
  3068. lcd_selftest_error(5, _error_1, _error_2);
  3069. }
  3070. else
  3071. {
  3072. lcd_selftest_error(4, _error_1, _error_2);
  3073. }
  3074. }
  3075. return _stepresult;
  3076. }
  3077. static bool lcd_selfcheck_pulleys(int axis)
  3078. {
  3079. float tmp_motor_loud[3] = DEFAULT_PWM_MOTOR_CURRENT_LOUD;
  3080. float tmp_motor[3] = DEFAULT_PWM_MOTOR_CURRENT;
  3081. float current_position_init;
  3082. float move;
  3083. bool endstop_triggered = false;
  3084. bool result = true;
  3085. int i;
  3086. unsigned long timeout_counter;
  3087. refresh_cmd_timeout();
  3088. manage_inactivity(true);
  3089. if (axis == 0) move = 50; //X_AXIS
  3090. else move = 50; //Y_AXIS
  3091. current_position_init = current_position[axis];
  3092. current_position[axis] += 2;
  3093. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[3], manual_feedrate[0] / 60, active_extruder);
  3094. for (i = 0; i < 5; i++) {
  3095. refresh_cmd_timeout();
  3096. current_position[axis] = current_position[axis] + move;
  3097. digipot_current(0, 850); //set motor current higher
  3098. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[3], 200, active_extruder);
  3099. st_synchronize();
  3100. if (SilentModeMenu == 1) digipot_current(0, tmp_motor[0]); //set back to normal operation currents
  3101. else digipot_current(0, tmp_motor_loud[0]); //set motor current back
  3102. current_position[axis] = current_position[axis] - move;
  3103. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[3], 50, active_extruder);
  3104. st_synchronize();
  3105. if ((READ(X_MIN_PIN) ^ X_MIN_ENDSTOP_INVERTING == 1) || (READ(Y_MIN_PIN) ^ Y_MIN_ENDSTOP_INVERTING == 1)) {
  3106. lcd_selftest_error(8, (axis == 0) ? "X" : "Y", "");
  3107. return(false);
  3108. }
  3109. }
  3110. timeout_counter = millis() + 2500;
  3111. endstop_triggered = false;
  3112. manage_inactivity(true);
  3113. while (!endstop_triggered) {
  3114. if ((READ(X_MIN_PIN) ^ X_MIN_ENDSTOP_INVERTING == 1) || (READ(Y_MIN_PIN) ^ Y_MIN_ENDSTOP_INVERTING == 1)) {
  3115. endstop_triggered = true;
  3116. if (current_position_init - 1 <= current_position[axis] && current_position_init + 1 >= current_position[axis]) {
  3117. current_position[axis] += 15;
  3118. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[3], manual_feedrate[0] / 60, active_extruder);
  3119. st_synchronize();
  3120. return(true);
  3121. }
  3122. else {
  3123. lcd_selftest_error(8, (axis == 0) ? "X" : "Y", "");
  3124. return(false);
  3125. }
  3126. }
  3127. else {
  3128. current_position[axis] -= 1;
  3129. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[3], manual_feedrate[0] / 60, active_extruder);
  3130. st_synchronize();
  3131. if (millis() > timeout_counter) {
  3132. lcd_selftest_error(8, (axis == 0) ? "X" : "Y", "");
  3133. return(false);
  3134. }
  3135. }
  3136. }
  3137. }
  3138. static bool lcd_selfcheck_endstops()
  3139. {
  3140. bool _result = true;
  3141. if (READ(X_MIN_PIN) ^ X_MIN_ENDSTOP_INVERTING == 1 || READ(Y_MIN_PIN) ^ Y_MIN_ENDSTOP_INVERTING == 1 || READ(Z_MIN_PIN) ^ Z_MIN_ENDSTOP_INVERTING == 1)
  3142. {
  3143. current_position[0] = (READ(X_MIN_PIN) ^ X_MIN_ENDSTOP_INVERTING == 1) ? current_position[0] = current_position[0] + 10 : current_position[0];
  3144. current_position[1] = (READ(Y_MIN_PIN) ^ Y_MIN_ENDSTOP_INVERTING == 1) ? current_position[1] = current_position[1] + 10 : current_position[1];
  3145. current_position[2] = (READ(Z_MIN_PIN) ^ Z_MIN_ENDSTOP_INVERTING == 1) ? current_position[2] = current_position[2] + 10 : current_position[2];
  3146. }
  3147. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], manual_feedrate[0] / 60, active_extruder);
  3148. delay(500);
  3149. if (READ(X_MIN_PIN) ^ X_MIN_ENDSTOP_INVERTING == 1 || READ(Y_MIN_PIN) ^ Y_MIN_ENDSTOP_INVERTING == 1 || READ(Z_MIN_PIN) ^ Z_MIN_ENDSTOP_INVERTING == 1)
  3150. {
  3151. _result = false;
  3152. String _error = String((READ(X_MIN_PIN) ^ X_MIN_ENDSTOP_INVERTING == 1) ? "X" : "") +
  3153. String((READ(Y_MIN_PIN) ^ Y_MIN_ENDSTOP_INVERTING == 1) ? "Y" : "") +
  3154. String((READ(Z_MIN_PIN) ^ Z_MIN_ENDSTOP_INVERTING == 1) ? "Z" : "");
  3155. lcd_selftest_error(3, _error.c_str(), "");
  3156. }
  3157. manage_heater();
  3158. manage_inactivity(true);
  3159. return _result;
  3160. }
  3161. static bool lcd_selfcheck_check_heater(bool _isbed)
  3162. {
  3163. int _counter = 0;
  3164. int _progress = 0;
  3165. bool _stepresult = false;
  3166. bool _docycle = true;
  3167. int _checked_snapshot = (_isbed) ? degBed() : degHotend(0);
  3168. int _opposite_snapshot = (_isbed) ? degHotend(0) : degBed();
  3169. int _cycles = (_isbed) ? 120 : 30;
  3170. target_temperature[0] = (_isbed) ? 0 : 100;
  3171. target_temperature_bed = (_isbed) ? 100 : 0;
  3172. manage_heater();
  3173. manage_inactivity(true);
  3174. do {
  3175. _counter++;
  3176. (_counter < _cycles) ? _docycle = true : _docycle = false;
  3177. manage_heater();
  3178. manage_inactivity(true);
  3179. _progress = (_isbed) ? lcd_selftest_screen(5, _progress, 2, false, 400) : lcd_selftest_screen(1, _progress, 2, false, 400);
  3180. } while (_docycle);
  3181. target_temperature[0] = 0;
  3182. target_temperature_bed = 0;
  3183. manage_heater();
  3184. int _checked_result = (_isbed) ? degBed() - _checked_snapshot : degHotend(0) - _checked_snapshot;
  3185. int _opposite_result = (_isbed) ? degHotend(0) - _opposite_snapshot : degBed() - _opposite_snapshot;
  3186. if (_opposite_result < (_isbed) ? 10 : 3)
  3187. {
  3188. if (_checked_result >= (_isbed) ? 3 : 10)
  3189. {
  3190. _stepresult = true;
  3191. }
  3192. else
  3193. {
  3194. lcd_selftest_error(1, "", "");
  3195. }
  3196. }
  3197. else
  3198. {
  3199. lcd_selftest_error(2, "", "");
  3200. }
  3201. manage_heater();
  3202. manage_inactivity(true);
  3203. return _stepresult;
  3204. }
  3205. static void lcd_selftest_error(int _error_no, const char *_error_1, const char *_error_2)
  3206. {
  3207. lcd_implementation_quick_feedback();
  3208. target_temperature[0] = 0;
  3209. target_temperature_bed = 0;
  3210. manage_heater();
  3211. manage_inactivity();
  3212. lcd_implementation_clear();
  3213. lcd.setCursor(0, 0);
  3214. lcd_printPGM(MSG_SELFTEST_ERROR);
  3215. lcd.setCursor(0, 1);
  3216. lcd_printPGM(MSG_SELFTEST_PLEASECHECK);
  3217. switch (_error_no)
  3218. {
  3219. case 1:
  3220. lcd.setCursor(0, 2);
  3221. lcd_printPGM(MSG_SELFTEST_HEATERTHERMISTOR);
  3222. lcd.setCursor(0, 3);
  3223. lcd_printPGM(MSG_SELFTEST_NOTCONNECTED);
  3224. break;
  3225. case 2:
  3226. lcd.setCursor(0, 2);
  3227. lcd_printPGM(MSG_SELFTEST_BEDHEATER);
  3228. lcd.setCursor(0, 3);
  3229. lcd_printPGM(MSG_SELFTEST_WIRINGERROR);
  3230. break;
  3231. case 3:
  3232. lcd.setCursor(0, 2);
  3233. lcd_printPGM(MSG_SELFTEST_ENDSTOPS);
  3234. lcd.setCursor(0, 3);
  3235. lcd_printPGM(MSG_SELFTEST_WIRINGERROR);
  3236. lcd.setCursor(17, 3);
  3237. lcd.print(_error_1);
  3238. break;
  3239. case 4:
  3240. lcd.setCursor(0, 2);
  3241. lcd_printPGM(MSG_SELFTEST_MOTOR);
  3242. lcd.setCursor(18, 2);
  3243. lcd.print(_error_1);
  3244. lcd.setCursor(0, 3);
  3245. lcd_printPGM(MSG_SELFTEST_ENDSTOP);
  3246. lcd.setCursor(18, 3);
  3247. lcd.print(_error_2);
  3248. break;
  3249. case 5:
  3250. lcd.setCursor(0, 2);
  3251. lcd_printPGM(MSG_SELFTEST_ENDSTOP_NOTHIT);
  3252. lcd.setCursor(0, 3);
  3253. lcd_printPGM(MSG_SELFTEST_MOTOR);
  3254. lcd.setCursor(18, 3);
  3255. lcd.print(_error_1);
  3256. break;
  3257. case 6:
  3258. lcd.setCursor(0, 2);
  3259. lcd_printPGM(MSG_SELFTEST_COOLING_FAN);
  3260. lcd.setCursor(0, 3);
  3261. lcd_printPGM(MSG_SELFTEST_WIRINGERROR);
  3262. lcd.setCursor(18, 3);
  3263. lcd.print(_error_1);
  3264. break;
  3265. case 7:
  3266. lcd.setCursor(0, 2);
  3267. lcd_printPGM(MSG_SELFTEST_EXTRUDER_FAN);
  3268. lcd.setCursor(0, 3);
  3269. lcd_printPGM(MSG_SELFTEST_WIRINGERROR);
  3270. lcd.setCursor(18, 3);
  3271. lcd.print(_error_1);
  3272. break;
  3273. case 8:
  3274. lcd.setCursor(0, 2);
  3275. lcd_printPGM(MSG_LOOSE_PULLEY);
  3276. lcd.setCursor(0, 3);
  3277. lcd_printPGM(MSG_SELFTEST_MOTOR);
  3278. lcd.setCursor(18, 3);
  3279. lcd.print(_error_1);
  3280. break;
  3281. }
  3282. delay(1000);
  3283. lcd_implementation_quick_feedback();
  3284. do {
  3285. delay(100);
  3286. manage_heater();
  3287. manage_inactivity();
  3288. } while (!lcd_clicked());
  3289. LCD_ALERTMESSAGERPGM(MSG_SELFTEST_FAILED);
  3290. lcd_return_to_status();
  3291. }
  3292. static bool lcd_selftest_fan_dialog(int _fan)
  3293. {
  3294. bool _result = false;
  3295. int _errno = 0;
  3296. lcd_implementation_clear();
  3297. lcd.setCursor(0, 0); lcd_printPGM(MSG_SELFTEST_FAN);
  3298. switch (_fan)
  3299. {
  3300. case 1:
  3301. // extruder cooling fan
  3302. lcd.setCursor(0, 1); lcd_printPGM(MSG_SELFTEST_EXTRUDER_FAN);
  3303. SET_OUTPUT(EXTRUDER_0_AUTO_FAN_PIN);
  3304. WRITE(EXTRUDER_0_AUTO_FAN_PIN, 1);
  3305. _errno = 7;
  3306. break;
  3307. case 2:
  3308. // object cooling fan
  3309. lcd.setCursor(0, 1); lcd_printPGM(MSG_SELFTEST_COOLING_FAN);
  3310. SET_OUTPUT(FAN_PIN);
  3311. analogWrite(FAN_PIN, 255);
  3312. _errno = 6;
  3313. break;
  3314. }
  3315. delay(500);
  3316. lcd.setCursor(1, 2); lcd_printPGM(MSG_SELFTEST_FAN_YES);
  3317. lcd.setCursor(0, 3); lcd.print(">");
  3318. lcd.setCursor(1, 3); lcd_printPGM(MSG_SELFTEST_FAN_NO);
  3319. int8_t enc_dif = 0;
  3320. bool _response = false;
  3321. do
  3322. {
  3323. switch (_fan)
  3324. {
  3325. case 1:
  3326. // extruder cooling fan
  3327. SET_OUTPUT(EXTRUDER_0_AUTO_FAN_PIN);
  3328. WRITE(EXTRUDER_0_AUTO_FAN_PIN, 1);
  3329. break;
  3330. case 2:
  3331. // object cooling fan
  3332. SET_OUTPUT(FAN_PIN);
  3333. analogWrite(FAN_PIN, 255);
  3334. break;
  3335. }
  3336. if (abs((enc_dif - encoderDiff)) > 2) {
  3337. if (enc_dif > encoderDiff) {
  3338. _result = true;
  3339. lcd.setCursor(0, 2); lcd.print(">");
  3340. lcd.setCursor(1, 2); lcd_printPGM(MSG_SELFTEST_FAN_YES);
  3341. lcd.setCursor(0, 3); lcd.print(" ");
  3342. lcd.setCursor(1, 3); lcd_printPGM(MSG_SELFTEST_FAN_NO);
  3343. }
  3344. if (enc_dif < encoderDiff) {
  3345. _result = false;
  3346. lcd.setCursor(0, 2); lcd.print(" ");
  3347. lcd.setCursor(1, 2); lcd_printPGM(MSG_SELFTEST_FAN_YES);
  3348. lcd.setCursor(0, 3); lcd.print(">");
  3349. lcd.setCursor(1, 3); lcd_printPGM(MSG_SELFTEST_FAN_NO);
  3350. }
  3351. enc_dif = 0;
  3352. encoderDiff = 0;
  3353. }
  3354. manage_heater();
  3355. delay(100);
  3356. if (lcd_clicked())
  3357. {
  3358. _response = true;
  3359. }
  3360. } while (!_response);
  3361. SET_OUTPUT(EXTRUDER_0_AUTO_FAN_PIN);
  3362. WRITE(EXTRUDER_0_AUTO_FAN_PIN, 0);
  3363. SET_OUTPUT(FAN_PIN);
  3364. analogWrite(FAN_PIN, 0);
  3365. fanSpeed = 0;
  3366. manage_heater();
  3367. if (!_result)
  3368. {
  3369. const char *_err;
  3370. lcd_selftest_error(_errno, _err, _err);
  3371. }
  3372. return _result;
  3373. }
  3374. static int lcd_selftest_screen(int _step, int _progress, int _progress_scale, bool _clear, int _delay)
  3375. {
  3376. lcd_next_update_millis = millis() + (LCD_UPDATE_INTERVAL * 10000);
  3377. int _step_block = 0;
  3378. const char *_indicator = (_progress > _progress_scale) ? "-" : "|";
  3379. if (_clear) lcd_implementation_clear();
  3380. lcd.setCursor(0, 0);
  3381. if (_step == -1) lcd_printPGM(MSG_SELFTEST_START);
  3382. if (_step == 0) lcd_printPGM(MSG_SELFTEST_CHECK_ENDSTOPS);
  3383. if (_step == 1) lcd_printPGM(MSG_SELFTEST_CHECK_HOTEND);
  3384. if (_step == 2) lcd_printPGM(MSG_SELFTEST_CHECK_X);
  3385. if (_step == 3) lcd_printPGM(MSG_SELFTEST_CHECK_Y);
  3386. if (_step == 4) lcd_printPGM(MSG_SELFTEST_CHECK_Z);
  3387. if (_step == 5) lcd_printPGM(MSG_SELFTEST_CHECK_BED);
  3388. if (_step == 6) lcd_printPGM(MSG_SELFTEST_CHECK_ALLCORRECT);
  3389. if (_step == 7) lcd_printPGM(MSG_SELFTEST_FAILED);
  3390. lcd.setCursor(0, 1);
  3391. lcd.print("--------------------");
  3392. if (_step != 7)
  3393. {
  3394. _step_block = 1;
  3395. lcd_selftest_screen_step(3, 9, ((_step == _step_block) ? 1 : (_step < _step_block) ? 0 : 2), "Hotend", _indicator);
  3396. _step_block = 2;
  3397. lcd_selftest_screen_step(2, 2, ((_step == _step_block) ? 1 : (_step < _step_block) ? 0 : 2), "X", _indicator);
  3398. _step_block = 3;
  3399. lcd_selftest_screen_step(2, 8, ((_step == _step_block) ? 1 : (_step < _step_block) ? 0 : 2), "Y", _indicator);
  3400. _step_block = 4;
  3401. lcd_selftest_screen_step(2, 14, ((_step == _step_block) ? 1 : (_step < _step_block) ? 0 : 2), "Z", _indicator);
  3402. _step_block = 5;
  3403. lcd_selftest_screen_step(3, 0, ((_step == _step_block) ? 1 : (_step < _step_block) ? 0 : 2), "Bed", _indicator);
  3404. }
  3405. if (_delay > 0) delay(_delay);
  3406. _progress++;
  3407. return (_progress > _progress_scale * 2) ? 0 : _progress;
  3408. }
  3409. static void lcd_selftest_screen_step(int _row, int _col, int _state, const char *_name, const char *_indicator)
  3410. {
  3411. lcd.setCursor(_col, _row);
  3412. switch (_state)
  3413. {
  3414. case 1:
  3415. lcd.print(_name);
  3416. lcd.setCursor(_col + strlen(_name), _row);
  3417. lcd.print(":");
  3418. lcd.setCursor(_col + strlen(_name) + 1, _row);
  3419. lcd.print(_indicator);
  3420. break;
  3421. case 2:
  3422. lcd.print(_name);
  3423. lcd.setCursor(_col + strlen(_name), _row);
  3424. lcd.print(":");
  3425. lcd.setCursor(_col + strlen(_name) + 1, _row);
  3426. lcd.print("OK");
  3427. break;
  3428. default:
  3429. lcd.print(_name);
  3430. }
  3431. }
  3432. /** End of menus **/
  3433. static void lcd_quick_feedback()
  3434. {
  3435. lcdDrawUpdate = 2;
  3436. blocking_enc = millis() + 500;
  3437. lcd_implementation_quick_feedback();
  3438. }
  3439. /** Menu action functions **/
  3440. static void menu_action_back(menuFunc_t data) {
  3441. lcd_goto_menu(data);
  3442. }
  3443. static void menu_action_submenu(menuFunc_t data) {
  3444. lcd_goto_menu(data);
  3445. }
  3446. static void menu_action_gcode(const char* pgcode) {
  3447. enquecommand_P(pgcode);
  3448. }
  3449. static void menu_action_setlang(unsigned char lang) {
  3450. lcd_set_lang(lang);
  3451. }
  3452. static void menu_action_function(menuFunc_t data) {
  3453. (*data)();
  3454. }
  3455. static void menu_action_sdfile(const char* filename, char* longFilename)
  3456. {
  3457. loading_flag = false;
  3458. char cmd[30];
  3459. char* c;
  3460. sprintf_P(cmd, PSTR("M23 %s"), filename);
  3461. for (c = &cmd[4]; *c; c++)
  3462. *c = tolower(*c);
  3463. enquecommand(cmd);
  3464. enquecommand_P(PSTR("M24"));
  3465. lcd_return_to_status();
  3466. }
  3467. static void menu_action_sddirectory(const char* filename, char* longFilename)
  3468. {
  3469. card.chdir(filename);
  3470. encoderPosition = 0;
  3471. }
  3472. static void menu_action_setting_edit_bool(const char* pstr, bool* ptr)
  3473. {
  3474. *ptr = !(*ptr);
  3475. }
  3476. /*
  3477. static void menu_action_setting_edit_callback_bool(const char* pstr, bool* ptr, menuFunc_t callback)
  3478. {
  3479. menu_action_setting_edit_bool(pstr, ptr);
  3480. (*callback)();
  3481. }
  3482. */
  3483. #endif//ULTIPANEL
  3484. /** LCD API **/
  3485. void lcd_init()
  3486. {
  3487. lcd_implementation_init();
  3488. #ifdef NEWPANEL
  3489. SET_INPUT(BTN_EN1);
  3490. SET_INPUT(BTN_EN2);
  3491. WRITE(BTN_EN1, HIGH);
  3492. WRITE(BTN_EN2, HIGH);
  3493. #if BTN_ENC > 0
  3494. SET_INPUT(BTN_ENC);
  3495. WRITE(BTN_ENC, HIGH);
  3496. #endif
  3497. #ifdef REPRAPWORLD_KEYPAD
  3498. pinMode(SHIFT_CLK, OUTPUT);
  3499. pinMode(SHIFT_LD, OUTPUT);
  3500. pinMode(SHIFT_OUT, INPUT);
  3501. WRITE(SHIFT_OUT, HIGH);
  3502. WRITE(SHIFT_LD, HIGH);
  3503. #endif
  3504. #else // Not NEWPANEL
  3505. #ifdef SR_LCD_2W_NL // Non latching 2 wire shift register
  3506. pinMode (SR_DATA_PIN, OUTPUT);
  3507. pinMode (SR_CLK_PIN, OUTPUT);
  3508. #elif defined(SHIFT_CLK)
  3509. pinMode(SHIFT_CLK, OUTPUT);
  3510. pinMode(SHIFT_LD, OUTPUT);
  3511. pinMode(SHIFT_EN, OUTPUT);
  3512. pinMode(SHIFT_OUT, INPUT);
  3513. WRITE(SHIFT_OUT, HIGH);
  3514. WRITE(SHIFT_LD, HIGH);
  3515. WRITE(SHIFT_EN, LOW);
  3516. #else
  3517. #ifdef ULTIPANEL
  3518. #error ULTIPANEL requires an encoder
  3519. #endif
  3520. #endif // SR_LCD_2W_NL
  3521. #endif//!NEWPANEL
  3522. #if defined (SDSUPPORT) && defined(SDCARDDETECT) && (SDCARDDETECT > 0)
  3523. pinMode(SDCARDDETECT, INPUT);
  3524. WRITE(SDCARDDETECT, HIGH);
  3525. lcd_oldcardstatus = IS_SD_INSERTED;
  3526. #endif//(SDCARDDETECT > 0)
  3527. #ifdef LCD_HAS_SLOW_BUTTONS
  3528. slow_buttons = 0;
  3529. #endif
  3530. lcd_buttons_update();
  3531. #ifdef ULTIPANEL
  3532. encoderDiff = 0;
  3533. #endif
  3534. }
  3535. //#include <avr/pgmspace.h>
  3536. static volatile bool lcd_update_enabled = true;
  3537. unsigned long lcd_timeoutToStatus = 0;
  3538. void lcd_update_enable(bool enabled)
  3539. {
  3540. if (lcd_update_enabled != enabled) {
  3541. lcd_update_enabled = enabled;
  3542. if (enabled) {
  3543. // Reset encoder position. This is equivalent to re-entering a menu.
  3544. encoderPosition = 0;
  3545. encoderDiff = 0;
  3546. // Enabling the normal LCD update procedure.
  3547. // Reset the timeout interval.
  3548. lcd_timeoutToStatus = millis() + LCD_TIMEOUT_TO_STATUS;
  3549. // Force the keypad update now.
  3550. lcd_next_update_millis = millis() - 1;
  3551. // Full update.
  3552. lcd_implementation_clear();
  3553. #if defined(LCD_PROGRESS_BAR) && defined(SDSUPPORT)
  3554. lcd_set_custom_characters(currentMenu == lcd_status_screen);
  3555. #else
  3556. if (currentMenu == lcd_status_screen)
  3557. lcd_set_custom_characters_degree();
  3558. else
  3559. lcd_set_custom_characters_arrows();
  3560. #endif
  3561. lcd_update(2);
  3562. } else {
  3563. // Clear the LCD always, or let it to the caller?
  3564. }
  3565. }
  3566. }
  3567. void lcd_update(uint8_t lcdDrawUpdateOverride)
  3568. {
  3569. if (lcdDrawUpdate < lcdDrawUpdateOverride)
  3570. lcdDrawUpdate = lcdDrawUpdateOverride;
  3571. if (! lcd_update_enabled)
  3572. return;
  3573. #ifdef LCD_HAS_SLOW_BUTTONS
  3574. slow_buttons = lcd_implementation_read_slow_buttons(); // buttons which take too long to read in interrupt context
  3575. #endif
  3576. lcd_buttons_update();
  3577. #if (SDCARDDETECT > 0)
  3578. if ((IS_SD_INSERTED != lcd_oldcardstatus && lcd_detected()))
  3579. {
  3580. lcdDrawUpdate = 2;
  3581. lcd_oldcardstatus = IS_SD_INSERTED;
  3582. lcd_implementation_init( // to maybe revive the LCD if static electricity killed it.
  3583. #if defined(LCD_PROGRESS_BAR) && defined(SDSUPPORT)
  3584. currentMenu == lcd_status_screen
  3585. #endif
  3586. );
  3587. if (lcd_oldcardstatus)
  3588. {
  3589. card.initsd();
  3590. LCD_MESSAGERPGM(MSG_SD_INSERTED);
  3591. //get_description();
  3592. }
  3593. else
  3594. {
  3595. card.release();
  3596. LCD_MESSAGERPGM(MSG_SD_REMOVED);
  3597. }
  3598. }
  3599. #endif//CARDINSERTED
  3600. if (lcd_next_update_millis < millis())
  3601. {
  3602. #ifdef ULTIPANEL
  3603. #ifdef REPRAPWORLD_KEYPAD
  3604. if (REPRAPWORLD_KEYPAD_MOVE_Z_UP) {
  3605. reprapworld_keypad_move_z_up();
  3606. }
  3607. if (REPRAPWORLD_KEYPAD_MOVE_Z_DOWN) {
  3608. reprapworld_keypad_move_z_down();
  3609. }
  3610. if (REPRAPWORLD_KEYPAD_MOVE_X_LEFT) {
  3611. reprapworld_keypad_move_x_left();
  3612. }
  3613. if (REPRAPWORLD_KEYPAD_MOVE_X_RIGHT) {
  3614. reprapworld_keypad_move_x_right();
  3615. }
  3616. if (REPRAPWORLD_KEYPAD_MOVE_Y_DOWN) {
  3617. reprapworld_keypad_move_y_down();
  3618. }
  3619. if (REPRAPWORLD_KEYPAD_MOVE_Y_UP) {
  3620. reprapworld_keypad_move_y_up();
  3621. }
  3622. if (REPRAPWORLD_KEYPAD_MOVE_HOME) {
  3623. reprapworld_keypad_move_home();
  3624. }
  3625. #endif
  3626. if (abs(encoderDiff) >= ENCODER_PULSES_PER_STEP)
  3627. {
  3628. if (lcdDrawUpdate == 0)
  3629. lcdDrawUpdate = 1;
  3630. encoderPosition += encoderDiff / ENCODER_PULSES_PER_STEP;
  3631. encoderDiff = 0;
  3632. lcd_timeoutToStatus = millis() + LCD_TIMEOUT_TO_STATUS;
  3633. }
  3634. if (LCD_CLICKED)
  3635. lcd_timeoutToStatus = millis() + LCD_TIMEOUT_TO_STATUS;
  3636. #endif//ULTIPANEL
  3637. #ifdef DOGLCD // Changes due to different driver architecture of the DOGM display
  3638. blink++; // Variable for fan animation and alive dot
  3639. u8g.firstPage();
  3640. do
  3641. {
  3642. u8g.setFont(u8g_font_6x10_marlin);
  3643. u8g.setPrintPos(125, 0);
  3644. if (blink % 2) u8g.setColorIndex(1); else u8g.setColorIndex(0); // Set color for the alive dot
  3645. u8g.drawPixel(127, 63); // draw alive dot
  3646. u8g.setColorIndex(1); // black on white
  3647. (*currentMenu)();
  3648. if (!lcdDrawUpdate) break; // Terminate display update, when nothing new to draw. This must be done before the last dogm.next()
  3649. } while (u8g.nextPage());
  3650. #else
  3651. (*currentMenu)();
  3652. #endif
  3653. #ifdef LCD_HAS_STATUS_INDICATORS
  3654. lcd_implementation_update_indicators();
  3655. #endif
  3656. #ifdef ULTIPANEL
  3657. if (lcd_timeoutToStatus < millis() && currentMenu != lcd_status_screen)
  3658. {
  3659. // Exiting a menu. Let's call the menu function the last time with menuExiting flag set to true
  3660. // to give it a chance to save its state.
  3661. // This is useful for example, when the babystep value has to be written into EEPROM.
  3662. if (currentMenu != NULL) {
  3663. menuExiting = true;
  3664. (*currentMenu)();
  3665. menuExiting = false;
  3666. }
  3667. lcd_return_to_status();
  3668. lcdDrawUpdate = 2;
  3669. }
  3670. #endif//ULTIPANEL
  3671. if (lcdDrawUpdate == 2) lcd_implementation_clear();
  3672. if (lcdDrawUpdate) lcdDrawUpdate--;
  3673. lcd_next_update_millis = millis() + LCD_UPDATE_INTERVAL;
  3674. }
  3675. if (!SdFatUtil::test_stack_integrity()) stack_error();
  3676. }
  3677. void lcd_ignore_click(bool b)
  3678. {
  3679. ignore_click = b;
  3680. wait_for_unclick = false;
  3681. }
  3682. void lcd_finishstatus() {
  3683. int len = strlen(lcd_status_message);
  3684. if (len > 0) {
  3685. while (len < LCD_WIDTH) {
  3686. lcd_status_message[len++] = ' ';
  3687. }
  3688. }
  3689. lcd_status_message[LCD_WIDTH] = '\0';
  3690. #if defined(LCD_PROGRESS_BAR) && defined(SDSUPPORT)
  3691. #if PROGRESS_MSG_EXPIRE > 0
  3692. messageTick =
  3693. #endif
  3694. progressBarTick = millis();
  3695. #endif
  3696. lcdDrawUpdate = 2;
  3697. #ifdef FILAMENT_LCD_DISPLAY
  3698. message_millis = millis(); //get status message to show up for a while
  3699. #endif
  3700. }
  3701. void lcd_setstatus(const char* message)
  3702. {
  3703. if (lcd_status_message_level > 0)
  3704. return;
  3705. strncpy(lcd_status_message, message, LCD_WIDTH);
  3706. lcd_finishstatus();
  3707. }
  3708. void lcd_setstatuspgm(const char* message)
  3709. {
  3710. if (lcd_status_message_level > 0)
  3711. return;
  3712. strncpy_P(lcd_status_message, message, LCD_WIDTH);
  3713. lcd_finishstatus();
  3714. }
  3715. void lcd_setalertstatuspgm(const char* message)
  3716. {
  3717. lcd_setstatuspgm(message);
  3718. lcd_status_message_level = 1;
  3719. #ifdef ULTIPANEL
  3720. lcd_return_to_status();
  3721. #endif//ULTIPANEL
  3722. }
  3723. void lcd_reset_alert_level()
  3724. {
  3725. lcd_status_message_level = 0;
  3726. }
  3727. #ifdef DOGLCD
  3728. void lcd_setcontrast(uint8_t value)
  3729. {
  3730. lcd_contrast = value & 63;
  3731. u8g.setContrast(lcd_contrast);
  3732. }
  3733. #endif
  3734. #ifdef ULTIPANEL
  3735. /* Warning: This function is called from interrupt context */
  3736. void lcd_buttons_update()
  3737. {
  3738. #ifdef NEWPANEL
  3739. uint8_t newbutton = 0;
  3740. if (READ(BTN_EN1) == 0) newbutton |= EN_A;
  3741. if (READ(BTN_EN2) == 0) newbutton |= EN_B;
  3742. #if BTN_ENC > 0
  3743. if ((blocking_enc < millis()) && (READ(BTN_ENC) == 0))
  3744. newbutton |= EN_C;
  3745. #endif
  3746. buttons = newbutton;
  3747. #ifdef LCD_HAS_SLOW_BUTTONS
  3748. buttons |= slow_buttons;
  3749. #endif
  3750. #ifdef REPRAPWORLD_KEYPAD
  3751. // for the reprapworld_keypad
  3752. uint8_t newbutton_reprapworld_keypad = 0;
  3753. WRITE(SHIFT_LD, LOW);
  3754. WRITE(SHIFT_LD, HIGH);
  3755. for (int8_t i = 0; i < 8; i++) {
  3756. newbutton_reprapworld_keypad = newbutton_reprapworld_keypad >> 1;
  3757. if (READ(SHIFT_OUT))
  3758. newbutton_reprapworld_keypad |= (1 << 7);
  3759. WRITE(SHIFT_CLK, HIGH);
  3760. WRITE(SHIFT_CLK, LOW);
  3761. }
  3762. buttons_reprapworld_keypad = ~newbutton_reprapworld_keypad; //invert it, because a pressed switch produces a logical 0
  3763. #endif
  3764. #else //read it from the shift register
  3765. uint8_t newbutton = 0;
  3766. WRITE(SHIFT_LD, LOW);
  3767. WRITE(SHIFT_LD, HIGH);
  3768. unsigned char tmp_buttons = 0;
  3769. for (int8_t i = 0; i < 8; i++)
  3770. {
  3771. newbutton = newbutton >> 1;
  3772. if (READ(SHIFT_OUT))
  3773. newbutton |= (1 << 7);
  3774. WRITE(SHIFT_CLK, HIGH);
  3775. WRITE(SHIFT_CLK, LOW);
  3776. }
  3777. buttons = ~newbutton; //invert it, because a pressed switch produces a logical 0
  3778. #endif//!NEWPANEL
  3779. //manage encoder rotation
  3780. uint8_t enc = 0;
  3781. if (buttons & EN_A) enc |= B01;
  3782. if (buttons & EN_B) enc |= B10;
  3783. if (enc != lastEncoderBits)
  3784. {
  3785. switch (enc)
  3786. {
  3787. case encrot0:
  3788. if (lastEncoderBits == encrot3)
  3789. encoderDiff++;
  3790. else if (lastEncoderBits == encrot1)
  3791. encoderDiff--;
  3792. break;
  3793. case encrot1:
  3794. if (lastEncoderBits == encrot0)
  3795. encoderDiff++;
  3796. else if (lastEncoderBits == encrot2)
  3797. encoderDiff--;
  3798. break;
  3799. case encrot2:
  3800. if (lastEncoderBits == encrot1)
  3801. encoderDiff++;
  3802. else if (lastEncoderBits == encrot3)
  3803. encoderDiff--;
  3804. break;
  3805. case encrot3:
  3806. if (lastEncoderBits == encrot2)
  3807. encoderDiff++;
  3808. else if (lastEncoderBits == encrot0)
  3809. encoderDiff--;
  3810. break;
  3811. }
  3812. }
  3813. lastEncoderBits = enc;
  3814. }
  3815. bool lcd_detected(void)
  3816. {
  3817. #if (defined(LCD_I2C_TYPE_MCP23017) || defined(LCD_I2C_TYPE_MCP23008)) && defined(DETECT_DEVICE)
  3818. return lcd.LcdDetected() == 1;
  3819. #else
  3820. return true;
  3821. #endif
  3822. }
  3823. void lcd_buzz(long duration, uint16_t freq)
  3824. {
  3825. #ifdef LCD_USE_I2C_BUZZER
  3826. lcd.buzz(duration, freq);
  3827. #endif
  3828. }
  3829. bool lcd_clicked()
  3830. {
  3831. return LCD_CLICKED;
  3832. }
  3833. #endif//ULTIPANEL
  3834. /********************************/
  3835. /** Float conversion utilities **/
  3836. /********************************/
  3837. // convert float to string with +123.4 format
  3838. char conv[8];
  3839. char *ftostr3(const float &x)
  3840. {
  3841. return itostr3((int)x);
  3842. }
  3843. char *itostr2(const uint8_t &x)
  3844. {
  3845. //sprintf(conv,"%5.1f",x);
  3846. int xx = x;
  3847. conv[0] = (xx / 10) % 10 + '0';
  3848. conv[1] = (xx) % 10 + '0';
  3849. conv[2] = 0;
  3850. return conv;
  3851. }
  3852. // Convert float to string with 123.4 format, dropping sign
  3853. char *ftostr31(const float &x)
  3854. {
  3855. int xx = x * 10;
  3856. conv[0] = (xx >= 0) ? '+' : '-';
  3857. xx = abs(xx);
  3858. conv[1] = (xx / 1000) % 10 + '0';
  3859. conv[2] = (xx / 100) % 10 + '0';
  3860. conv[3] = (xx / 10) % 10 + '0';
  3861. conv[4] = '.';
  3862. conv[5] = (xx) % 10 + '0';
  3863. conv[6] = 0;
  3864. return conv;
  3865. }
  3866. // Convert float to string with 123.4 format
  3867. char *ftostr31ns(const float &x)
  3868. {
  3869. int xx = x * 10;
  3870. //conv[0]=(xx>=0)?'+':'-';
  3871. xx = abs(xx);
  3872. conv[0] = (xx / 1000) % 10 + '0';
  3873. conv[1] = (xx / 100) % 10 + '0';
  3874. conv[2] = (xx / 10) % 10 + '0';
  3875. conv[3] = '.';
  3876. conv[4] = (xx) % 10 + '0';
  3877. conv[5] = 0;
  3878. return conv;
  3879. }
  3880. char *ftostr32(const float &x)
  3881. {
  3882. long xx = x * 100;
  3883. if (xx >= 0)
  3884. conv[0] = (xx / 10000) % 10 + '0';
  3885. else
  3886. conv[0] = '-';
  3887. xx = abs(xx);
  3888. conv[1] = (xx / 1000) % 10 + '0';
  3889. conv[2] = (xx / 100) % 10 + '0';
  3890. conv[3] = '.';
  3891. conv[4] = (xx / 10) % 10 + '0';
  3892. conv[5] = (xx) % 10 + '0';
  3893. conv[6] = 0;
  3894. return conv;
  3895. }
  3896. //// Convert float to rj string with 123.45 format
  3897. char *ftostr32ns(const float &x) {
  3898. long xx = abs(x);
  3899. conv[0] = xx >= 10000 ? (xx / 10000) % 10 + '0' : ' ';
  3900. conv[1] = xx >= 1000 ? (xx / 1000) % 10 + '0' : ' ';
  3901. conv[2] = xx >= 100 ? (xx / 100) % 10 + '0' : '0';
  3902. conv[3] = '.';
  3903. conv[4] = (xx / 10) % 10 + '0';
  3904. conv[5] = xx % 10 + '0';
  3905. return conv;
  3906. }
  3907. // Convert float to string with 1.234 format
  3908. char *ftostr43(const float &x)
  3909. {
  3910. long xx = x * 1000;
  3911. if (xx >= 0)
  3912. conv[0] = (xx / 1000) % 10 + '0';
  3913. else
  3914. conv[0] = '-';
  3915. xx = abs(xx);
  3916. conv[1] = '.';
  3917. conv[2] = (xx / 100) % 10 + '0';
  3918. conv[3] = (xx / 10) % 10 + '0';
  3919. conv[4] = (xx) % 10 + '0';
  3920. conv[5] = 0;
  3921. return conv;
  3922. }
  3923. //Float to string with 1.23 format
  3924. char *ftostr12ns(const float &x)
  3925. {
  3926. long xx = x * 100;
  3927. xx = abs(xx);
  3928. conv[0] = (xx / 100) % 10 + '0';
  3929. conv[1] = '.';
  3930. conv[2] = (xx / 10) % 10 + '0';
  3931. conv[3] = (xx) % 10 + '0';
  3932. conv[4] = 0;
  3933. return conv;
  3934. }
  3935. //Float to string with 1.234 format
  3936. char *ftostr13ns(const float &x)
  3937. {
  3938. long xx = x * 1000;
  3939. if (xx >= 0)
  3940. conv[0] = ' ';
  3941. else
  3942. conv[0] = '-';
  3943. xx = abs(xx);
  3944. conv[1] = (xx / 1000) % 10 + '0';
  3945. conv[2] = '.';
  3946. conv[3] = (xx / 100) % 10 + '0';
  3947. conv[4] = (xx / 10) % 10 + '0';
  3948. conv[5] = (xx) % 10 + '0';
  3949. conv[6] = 0;
  3950. return conv;
  3951. }
  3952. // convert float to space-padded string with -_23.4_ format
  3953. char *ftostr32sp(const float &x) {
  3954. long xx = abs(x * 100);
  3955. uint8_t dig;
  3956. if (x < 0) { // negative val = -_0
  3957. conv[0] = '-';
  3958. dig = (xx / 1000) % 10;
  3959. conv[1] = dig ? '0' + dig : ' ';
  3960. }
  3961. else { // positive val = __0
  3962. dig = (xx / 10000) % 10;
  3963. if (dig) {
  3964. conv[0] = '0' + dig;
  3965. conv[1] = '0' + (xx / 1000) % 10;
  3966. }
  3967. else {
  3968. conv[0] = ' ';
  3969. dig = (xx / 1000) % 10;
  3970. conv[1] = dig ? '0' + dig : ' ';
  3971. }
  3972. }
  3973. conv[2] = '0' + (xx / 100) % 10; // lsd always
  3974. dig = xx % 10;
  3975. if (dig) { // 2 decimal places
  3976. conv[5] = '0' + dig;
  3977. conv[4] = '0' + (xx / 10) % 10;
  3978. conv[3] = '.';
  3979. }
  3980. else { // 1 or 0 decimal place
  3981. dig = (xx / 10) % 10;
  3982. if (dig) {
  3983. conv[4] = '0' + dig;
  3984. conv[3] = '.';
  3985. }
  3986. else {
  3987. conv[3] = conv[4] = ' ';
  3988. }
  3989. conv[5] = ' ';
  3990. }
  3991. conv[6] = '\0';
  3992. return conv;
  3993. }
  3994. char *itostr31(const int &xx)
  3995. {
  3996. conv[0] = (xx >= 0) ? '+' : '-';
  3997. conv[1] = (xx / 1000) % 10 + '0';
  3998. conv[2] = (xx / 100) % 10 + '0';
  3999. conv[3] = (xx / 10) % 10 + '0';
  4000. conv[4] = '.';
  4001. conv[5] = (xx) % 10 + '0';
  4002. conv[6] = 0;
  4003. return conv;
  4004. }
  4005. // Convert int to rj string with 123 or -12 format
  4006. char *itostr3(const int &x)
  4007. {
  4008. int xx = x;
  4009. if (xx < 0) {
  4010. conv[0] = '-';
  4011. xx = -xx;
  4012. } else if (xx >= 100)
  4013. conv[0] = (xx / 100) % 10 + '0';
  4014. else
  4015. conv[0] = ' ';
  4016. if (xx >= 10)
  4017. conv[1] = (xx / 10) % 10 + '0';
  4018. else
  4019. conv[1] = ' ';
  4020. conv[2] = (xx) % 10 + '0';
  4021. conv[3] = 0;
  4022. return conv;
  4023. }
  4024. // Convert int to lj string with 123 format
  4025. char *itostr3left(const int &xx)
  4026. {
  4027. if (xx >= 100)
  4028. {
  4029. conv[0] = (xx / 100) % 10 + '0';
  4030. conv[1] = (xx / 10) % 10 + '0';
  4031. conv[2] = (xx) % 10 + '0';
  4032. conv[3] = 0;
  4033. }
  4034. else if (xx >= 10)
  4035. {
  4036. conv[0] = (xx / 10) % 10 + '0';
  4037. conv[1] = (xx) % 10 + '0';
  4038. conv[2] = 0;
  4039. }
  4040. else
  4041. {
  4042. conv[0] = (xx) % 10 + '0';
  4043. conv[1] = 0;
  4044. }
  4045. return conv;
  4046. }
  4047. // Convert int to rj string with 1234 format
  4048. char *itostr4(const int &xx) {
  4049. conv[0] = xx >= 1000 ? (xx / 1000) % 10 + '0' : ' ';
  4050. conv[1] = xx >= 100 ? (xx / 100) % 10 + '0' : ' ';
  4051. conv[2] = xx >= 10 ? (xx / 10) % 10 + '0' : ' ';
  4052. conv[3] = xx % 10 + '0';
  4053. conv[4] = 0;
  4054. return conv;
  4055. }
  4056. // Convert float to rj string with 12345 format
  4057. char *ftostr5(const float &x) {
  4058. long xx = abs(x);
  4059. conv[0] = xx >= 10000 ? (xx / 10000) % 10 + '0' : ' ';
  4060. conv[1] = xx >= 1000 ? (xx / 1000) % 10 + '0' : ' ';
  4061. conv[2] = xx >= 100 ? (xx / 100) % 10 + '0' : ' ';
  4062. conv[3] = xx >= 10 ? (xx / 10) % 10 + '0' : ' ';
  4063. conv[4] = xx % 10 + '0';
  4064. conv[5] = 0;
  4065. return conv;
  4066. }
  4067. // Convert float to string with +1234.5 format
  4068. char *ftostr51(const float &x)
  4069. {
  4070. long xx = x * 10;
  4071. conv[0] = (xx >= 0) ? '+' : '-';
  4072. xx = abs(xx);
  4073. conv[1] = (xx / 10000) % 10 + '0';
  4074. conv[2] = (xx / 1000) % 10 + '0';
  4075. conv[3] = (xx / 100) % 10 + '0';
  4076. conv[4] = (xx / 10) % 10 + '0';
  4077. conv[5] = '.';
  4078. conv[6] = (xx) % 10 + '0';
  4079. conv[7] = 0;
  4080. return conv;
  4081. }
  4082. // Convert float to string with +123.45 format
  4083. char *ftostr52(const float &x)
  4084. {
  4085. long xx = x * 100;
  4086. conv[0] = (xx >= 0) ? '+' : '-';
  4087. xx = abs(xx);
  4088. conv[1] = (xx / 10000) % 10 + '0';
  4089. conv[2] = (xx / 1000) % 10 + '0';
  4090. conv[3] = (xx / 100) % 10 + '0';
  4091. conv[4] = '.';
  4092. conv[5] = (xx / 10) % 10 + '0';
  4093. conv[6] = (xx) % 10 + '0';
  4094. conv[7] = 0;
  4095. return conv;
  4096. }
  4097. /*
  4098. // Callback for after editing PID i value
  4099. // grab the PID i value out of the temp variable; scale it; then update the PID driver
  4100. void copy_and_scalePID_i()
  4101. {
  4102. #ifdef PIDTEMP
  4103. Ki = scalePID_i(raw_Ki);
  4104. updatePID();
  4105. #endif
  4106. }
  4107. // Callback for after editing PID d value
  4108. // grab the PID d value out of the temp variable; scale it; then update the PID driver
  4109. void copy_and_scalePID_d()
  4110. {
  4111. #ifdef PIDTEMP
  4112. Kd = scalePID_d(raw_Kd);
  4113. updatePID();
  4114. #endif
  4115. }
  4116. */
  4117. #endif //ULTRA_LCD