My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Marlin_main.cpp 149KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505
  1. /* -*- c++ -*- */
  2. /*
  3. Reprap firmware based on Sprinter and grbl.
  4. Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  5. This program is free software: you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation, either version 3 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. */
  16. /*
  17. This firmware is a mashup between Sprinter and grbl.
  18. (https://github.com/kliment/Sprinter)
  19. (https://github.com/simen/grbl/tree)
  20. It has preliminary support for Matthew Roberts advance algorithm
  21. http://reprap.org/pipermail/reprap-dev/2011-May/003323.html
  22. */
  23. #include "Marlin.h"
  24. #ifdef ENABLE_AUTO_BED_LEVELING
  25. #include "vector_3.h"
  26. #ifdef AUTO_BED_LEVELING_GRID
  27. #include "qr_solve.h"
  28. #endif
  29. #endif // ENABLE_AUTO_BED_LEVELING
  30. #include "ultralcd.h"
  31. #include "planner.h"
  32. #include "stepper.h"
  33. #include "temperature.h"
  34. #include "motion_control.h"
  35. #include "cardreader.h"
  36. #include "watchdog.h"
  37. #include "ConfigurationStore.h"
  38. #include "language.h"
  39. #include "pins_arduino.h"
  40. #include "math.h"
  41. #ifdef BLINKM
  42. #include "BlinkM.h"
  43. #include "Wire.h"
  44. #endif
  45. #if NUM_SERVOS > 0
  46. #include "Servo.h"
  47. #endif
  48. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  49. #include <SPI.h>
  50. #endif
  51. #define VERSION_STRING "1.0.0"
  52. // look here for descriptions of G-codes: http://linuxcnc.org/handbook/gcode/g-code.html
  53. // http://objects.reprap.org/wiki/Mendel_User_Manual:_RepRapGCodes
  54. //Implemented Codes
  55. //-------------------
  56. // G0 -> G1
  57. // G1 - Coordinated Movement X Y Z E
  58. // G2 - CW ARC
  59. // G3 - CCW ARC
  60. // G4 - Dwell S<seconds> or P<milliseconds>
  61. // G10 - retract filament according to settings of M207
  62. // G11 - retract recover filament according to settings of M208
  63. // G28 - Home all Axis
  64. // G29 - Detailed Z-Probe, probes the bed at 3 or more points. Will fail if you haven't homed yet.
  65. // G30 - Single Z Probe, probes bed at current XY location.
  66. // G31 - Dock sled (Z_PROBE_SLED only)
  67. // G32 - Undock sled (Z_PROBE_SLED only)
  68. // G90 - Use Absolute Coordinates
  69. // G91 - Use Relative Coordinates
  70. // G92 - Set current position to coordinates given
  71. // M Codes
  72. // M0 - Unconditional stop - Wait for user to press a button on the LCD (Only if ULTRA_LCD is enabled)
  73. // M1 - Same as M0
  74. // M17 - Enable/Power all stepper motors
  75. // M18 - Disable all stepper motors; same as M84
  76. // M20 - List SD card
  77. // M21 - Init SD card
  78. // M22 - Release SD card
  79. // M23 - Select SD file (M23 filename.g)
  80. // M24 - Start/resume SD print
  81. // M25 - Pause SD print
  82. // M26 - Set SD position in bytes (M26 S12345)
  83. // M27 - Report SD print status
  84. // M28 - Start SD write (M28 filename.g)
  85. // M29 - Stop SD write
  86. // M30 - Delete file from SD (M30 filename.g)
  87. // M31 - Output time since last M109 or SD card start to serial
  88. // M32 - Select file and start SD print (Can be used _while_ printing from SD card files):
  89. // syntax "M32 /path/filename#", or "M32 S<startpos bytes> !filename#"
  90. // Call gcode file : "M32 P !filename#" and return to caller file after finishing (similar to #include).
  91. // The '#' is necessary when calling from within sd files, as it stops buffer prereading
  92. // M42 - Change pin status via gcode Use M42 Px Sy to set pin x to value y, when omitting Px the onboard led will be used.
  93. // M80 - Turn on Power Supply
  94. // M81 - Turn off Power Supply
  95. // M82 - Set E codes absolute (default)
  96. // M83 - Set E codes relative while in Absolute Coordinates (G90) mode
  97. // M84 - Disable steppers until next move,
  98. // or use S<seconds> to specify an inactivity timeout, after which the steppers will be disabled. S0 to disable the timeout.
  99. // M85 - Set inactivity shutdown timer with parameter S<seconds>. To disable set zero (default)
  100. // M92 - Set axis_steps_per_unit - same syntax as G92
  101. // M104 - Set extruder target temp
  102. // M105 - Read current temp
  103. // M106 - Fan on
  104. // M107 - Fan off
  105. // M109 - Sxxx Wait for extruder current temp to reach target temp. Waits only when heating
  106. // Rxxx Wait for extruder current temp to reach target temp. Waits when heating and cooling
  107. // IF AUTOTEMP is enabled, S<mintemp> B<maxtemp> F<factor>. Exit autotemp by any M109 without F
  108. // M112 - Emergency stop
  109. // M114 - Output current position to serial port
  110. // M115 - Capabilities string
  111. // M117 - display message
  112. // M119 - Output Endstop status to serial port
  113. // M126 - Solenoid Air Valve Open (BariCUDA support by jmil)
  114. // M127 - Solenoid Air Valve Closed (BariCUDA vent to atmospheric pressure by jmil)
  115. // M128 - EtoP Open (BariCUDA EtoP = electricity to air pressure transducer by jmil)
  116. // M129 - EtoP Closed (BariCUDA EtoP = electricity to air pressure transducer by jmil)
  117. // M140 - Set bed target temp
  118. // M150 - Set BlinkM Color Output R: Red<0-255> U(!): Green<0-255> B: Blue<0-255> over i2c, G for green does not work.
  119. // M190 - Sxxx Wait for bed current temp to reach target temp. Waits only when heating
  120. // Rxxx Wait for bed current temp to reach target temp. Waits when heating and cooling
  121. // M200 D<millimeters>- set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).
  122. // M201 - Set max acceleration in units/s^2 for print moves (M201 X1000 Y1000)
  123. // M202 - Set max acceleration in units/s^2 for travel moves (M202 X1000 Y1000) Unused in Marlin!!
  124. // M203 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
  125. // M204 - Set default acceleration: S normal moves T filament only moves (M204 S3000 T7000) in mm/sec^2 also sets minimum segment time in ms (B20000) to prevent buffer under-runs and M20 minimum feedrate
  126. // M205 - advanced settings: minimum travel speed S=while printing T=travel only, B=minimum segment time X= maximum xy jerk, Z=maximum Z jerk, E=maximum E jerk
  127. // M206 - set additional homing offset
  128. // M207 - set retract length S[positive mm] F[feedrate mm/min] Z[additional zlift/hop], stays in mm regardless of M200 setting
  129. // M208 - set recover=unretract length S[positive mm surplus to the M207 S*] F[feedrate mm/sec]
  130. // M209 - S<1=true/0=false> enable automatic retract detect if the slicer did not support G10/11: every normal extrude-only move will be classified as retract depending on the direction.
  131. // M218 - set hotend offset (in mm): T<extruder_number> X<offset_on_X> Y<offset_on_Y>
  132. // M220 S<factor in percent>- set speed factor override percentage
  133. // M221 S<factor in percent>- set extrude factor override percentage
  134. // M226 P<pin number> S<pin state>- Wait until the specified pin reaches the state required
  135. // M240 - Trigger a camera to take a photograph
  136. // M250 - Set LCD contrast C<contrast value> (value 0..63)
  137. // M280 - set servo position absolute. P: servo index, S: angle or microseconds
  138. // M300 - Play beep sound S<frequency Hz> P<duration ms>
  139. // M301 - Set PID parameters P I and D
  140. // M302 - Allow cold extrudes, or set the minimum extrude S<temperature>.
  141. // M303 - PID relay autotune S<temperature> sets the target temperature. (default target temperature = 150C)
  142. // M304 - Set bed PID parameters P I and D
  143. // M400 - Finish all moves
  144. // M401 - Lower z-probe if present
  145. // M402 - Raise z-probe if present
  146. // M404 - N<dia in mm> Enter the nominal filament width (3mm, 1.75mm ) or will display nominal filament width without parameters
  147. // M405 - Turn on Filament Sensor extrusion control. Optional D<delay in cm> to set delay in centimeters between sensor and extruder
  148. // M406 - Turn off Filament Sensor extrusion control
  149. // M407 - Displays measured filament diameter
  150. // M500 - stores parameters in EEPROM
  151. // M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
  152. // M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
  153. // M503 - print the current settings (from memory not from EEPROM)
  154. // M540 - Use S[0|1] to enable or disable the stop SD card print on endstop hit (requires ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
  155. // M600 - Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
  156. // M665 - set delta configurations
  157. // M666 - set delta endstop adjustment
  158. // M605 - Set dual x-carriage movement mode: S<mode> [ X<duplication x-offset> R<duplication temp offset> ]
  159. // M907 - Set digital trimpot motor current using axis codes.
  160. // M908 - Control digital trimpot directly.
  161. // M350 - Set microstepping mode.
  162. // M351 - Toggle MS1 MS2 pins directly.
  163. // ************ SCARA Specific - This can change to suit future G-code regulations
  164. // M360 - SCARA calibration: Move to cal-position ThetaA (0 deg calibration)
  165. // M361 - SCARA calibration: Move to cal-position ThetaB (90 deg calibration - steps per degree)
  166. // M362 - SCARA calibration: Move to cal-position PsiA (0 deg calibration)
  167. // M363 - SCARA calibration: Move to cal-position PsiB (90 deg calibration - steps per degree)
  168. // M364 - SCARA calibration: Move to cal-position PSIC (90 deg to Theta calibration position)
  169. // M365 - SCARA calibration: Scaling factor, X, Y, Z axis
  170. //************* SCARA End ***************
  171. // M928 - Start SD logging (M928 filename.g) - ended by M29
  172. // M999 - Restart after being stopped by error
  173. //Stepper Movement Variables
  174. //===========================================================================
  175. //=============================imported variables============================
  176. //===========================================================================
  177. //===========================================================================
  178. //=============================public variables=============================
  179. //===========================================================================
  180. #ifdef SDSUPPORT
  181. CardReader card;
  182. #endif
  183. float homing_feedrate[] = HOMING_FEEDRATE;
  184. bool axis_relative_modes[] = AXIS_RELATIVE_MODES;
  185. int feedmultiply=100; //100->1 200->2
  186. int saved_feedmultiply;
  187. int extrudemultiply=100; //100->1 200->2
  188. int extruder_multiply[EXTRUDERS] = {100
  189. #if EXTRUDERS > 1
  190. , 100
  191. #if EXTRUDERS > 2
  192. , 100
  193. #endif
  194. #endif
  195. };
  196. float volumetric_multiplier[EXTRUDERS] = {1.0
  197. #if EXTRUDERS > 1
  198. , 1.0
  199. #if EXTRUDERS > 2
  200. , 1.0
  201. #endif
  202. #endif
  203. };
  204. float current_position[NUM_AXIS] = { 0.0, 0.0, 0.0, 0.0 };
  205. float add_homing[3]={0,0,0};
  206. #ifdef DELTA
  207. float endstop_adj[3]={0,0,0};
  208. #endif
  209. float min_pos[3] = { X_MIN_POS, Y_MIN_POS, Z_MIN_POS };
  210. float max_pos[3] = { X_MAX_POS, Y_MAX_POS, Z_MAX_POS };
  211. bool axis_known_position[3] = {false, false, false};
  212. float zprobe_zoffset;
  213. // Extruder offset
  214. #if EXTRUDERS > 1
  215. #ifndef DUAL_X_CARRIAGE
  216. #define NUM_EXTRUDER_OFFSETS 2 // only in XY plane
  217. #else
  218. #define NUM_EXTRUDER_OFFSETS 3 // supports offsets in XYZ plane
  219. #endif
  220. float extruder_offset[NUM_EXTRUDER_OFFSETS][EXTRUDERS] = {
  221. #if defined(EXTRUDER_OFFSET_X) && defined(EXTRUDER_OFFSET_Y)
  222. EXTRUDER_OFFSET_X, EXTRUDER_OFFSET_Y
  223. #endif
  224. };
  225. #endif
  226. uint8_t active_extruder = 0;
  227. int fanSpeed=0;
  228. #ifdef SERVO_ENDSTOPS
  229. int servo_endstops[] = SERVO_ENDSTOPS;
  230. int servo_endstop_angles[] = SERVO_ENDSTOP_ANGLES;
  231. #endif
  232. #ifdef BARICUDA
  233. int ValvePressure=0;
  234. int EtoPPressure=0;
  235. #endif
  236. #ifdef FWRETRACT
  237. bool autoretract_enabled=false;
  238. bool retracted[EXTRUDERS]={false
  239. #if EXTRUDERS > 1
  240. , false
  241. #if EXTRUDERS > 2
  242. , false
  243. #endif
  244. #endif
  245. };
  246. bool retracted_swap[EXTRUDERS]={false
  247. #if EXTRUDERS > 1
  248. , false
  249. #if EXTRUDERS > 2
  250. , false
  251. #endif
  252. #endif
  253. };
  254. float retract_length = RETRACT_LENGTH;
  255. float retract_length_swap = RETRACT_LENGTH_SWAP;
  256. float retract_feedrate = RETRACT_FEEDRATE;
  257. float retract_zlift = RETRACT_ZLIFT;
  258. float retract_recover_length = RETRACT_RECOVER_LENGTH;
  259. float retract_recover_length_swap = RETRACT_RECOVER_LENGTH_SWAP;
  260. float retract_recover_feedrate = RETRACT_RECOVER_FEEDRATE;
  261. #endif
  262. #ifdef ULTIPANEL
  263. #ifdef PS_DEFAULT_OFF
  264. bool powersupply = false;
  265. #else
  266. bool powersupply = true;
  267. #endif
  268. #endif
  269. #ifdef DELTA
  270. float delta[3] = {0.0, 0.0, 0.0};
  271. #define SIN_60 0.8660254037844386
  272. #define COS_60 0.5
  273. // these are the default values, can be overriden with M665
  274. float delta_radius= DELTA_RADIUS;
  275. float delta_tower1_x= -SIN_60*delta_radius; // front left tower
  276. float delta_tower1_y= -COS_60*delta_radius;
  277. float delta_tower2_x= SIN_60*delta_radius; // front right tower
  278. float delta_tower2_y= -COS_60*delta_radius;
  279. float delta_tower3_x= 0.0; // back middle tower
  280. float delta_tower3_y= delta_radius;
  281. float delta_diagonal_rod= DELTA_DIAGONAL_ROD;
  282. float delta_diagonal_rod_2= sq(delta_diagonal_rod);
  283. float delta_segments_per_second= DELTA_SEGMENTS_PER_SECOND;
  284. #endif
  285. #ifdef SCARA // Build size scaling
  286. float axis_scaling[3]={1,1,1}; // Build size scaling, default to 1
  287. #endif
  288. bool cancel_heatup = false ;
  289. #ifdef FILAMENT_SENSOR
  290. //Variables for Filament Sensor input
  291. float filament_width_nominal=DEFAULT_NOMINAL_FILAMENT_DIA; //Set nominal filament width, can be changed with M404
  292. bool filament_sensor=false; //M405 turns on filament_sensor control, M406 turns it off
  293. float filament_width_meas=DEFAULT_MEASURED_FILAMENT_DIA; //Stores the measured filament diameter
  294. signed char measurement_delay[MAX_MEASUREMENT_DELAY+1]; //ring buffer to delay measurement store extruder factor after subtracting 100
  295. int delay_index1=0; //index into ring buffer
  296. int delay_index2=-1; //index into ring buffer - set to -1 on startup to indicate ring buffer needs to be initialized
  297. float delay_dist=0; //delay distance counter
  298. int meas_delay_cm = MEASUREMENT_DELAY_CM; //distance delay setting
  299. #endif
  300. //===========================================================================
  301. //=============================Private Variables=============================
  302. //===========================================================================
  303. const char axis_codes[NUM_AXIS] = {'X', 'Y', 'Z', 'E'};
  304. static float destination[NUM_AXIS] = { 0.0, 0.0, 0.0, 0.0};
  305. #ifndef DELTA
  306. static float delta[3] = {0.0, 0.0, 0.0};
  307. #endif
  308. static float offset[3] = {0.0, 0.0, 0.0};
  309. static bool home_all_axis = true;
  310. static float feedrate = 1500.0, next_feedrate, saved_feedrate;
  311. static long gcode_N, gcode_LastN, Stopped_gcode_LastN = 0;
  312. static bool relative_mode = false; //Determines Absolute or Relative Coordinates
  313. static char cmdbuffer[BUFSIZE][MAX_CMD_SIZE];
  314. static bool fromsd[BUFSIZE];
  315. static int bufindr = 0;
  316. static int bufindw = 0;
  317. static int buflen = 0;
  318. //static int i = 0;
  319. static char serial_char;
  320. static int serial_count = 0;
  321. static boolean comment_mode = false;
  322. static char *strchr_pointer; // just a pointer to find chars in the command string like X, Y, Z, E, etc
  323. const int sensitive_pins[] = SENSITIVE_PINS; // Sensitive pin list for M42
  324. //static float tt = 0;
  325. //static float bt = 0;
  326. //Inactivity shutdown variables
  327. static unsigned long previous_millis_cmd = 0;
  328. static unsigned long max_inactive_time = 0;
  329. static unsigned long stepper_inactive_time = DEFAULT_STEPPER_DEACTIVE_TIME*1000l;
  330. unsigned long starttime=0;
  331. unsigned long stoptime=0;
  332. static uint8_t tmp_extruder;
  333. bool Stopped=false;
  334. #if NUM_SERVOS > 0
  335. Servo servos[NUM_SERVOS];
  336. #endif
  337. bool CooldownNoWait = true;
  338. bool target_direction;
  339. //Insert variables if CHDK is defined
  340. #ifdef CHDK
  341. unsigned long chdkHigh = 0;
  342. boolean chdkActive = false;
  343. #endif
  344. //===========================================================================
  345. //=============================Routines======================================
  346. //===========================================================================
  347. void get_arc_coordinates();
  348. bool setTargetedHotend(int code);
  349. void serial_echopair_P(const char *s_P, float v)
  350. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  351. void serial_echopair_P(const char *s_P, double v)
  352. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  353. void serial_echopair_P(const char *s_P, unsigned long v)
  354. { serialprintPGM(s_P); SERIAL_ECHO(v); }
  355. #ifdef SDSUPPORT
  356. #include "SdFatUtil.h"
  357. int freeMemory() { return SdFatUtil::FreeRam(); }
  358. #else
  359. extern "C" {
  360. extern unsigned int __bss_end;
  361. extern unsigned int __heap_start;
  362. extern void *__brkval;
  363. int freeMemory() {
  364. int free_memory;
  365. if ((int)__brkval == 0)
  366. free_memory = ((int)&free_memory) - ((int)&__bss_end);
  367. else
  368. free_memory = ((int)&free_memory) - ((int)__brkval);
  369. return free_memory;
  370. }
  371. }
  372. #endif //!SDSUPPORT
  373. //adds an command to the main command buffer
  374. //thats really done in a non-safe way.
  375. //needs overworking someday
  376. void enquecommand(const char *cmd)
  377. {
  378. if(buflen < BUFSIZE)
  379. {
  380. //this is dangerous if a mixing of serial and this happens
  381. strcpy(&(cmdbuffer[bufindw][0]),cmd);
  382. SERIAL_ECHO_START;
  383. SERIAL_ECHOPGM("enqueing \"");
  384. SERIAL_ECHO(cmdbuffer[bufindw]);
  385. SERIAL_ECHOLNPGM("\"");
  386. bufindw= (bufindw + 1)%BUFSIZE;
  387. buflen += 1;
  388. }
  389. }
  390. void enquecommand_P(const char *cmd)
  391. {
  392. if(buflen < BUFSIZE)
  393. {
  394. //this is dangerous if a mixing of serial and this happens
  395. strcpy_P(&(cmdbuffer[bufindw][0]),cmd);
  396. SERIAL_ECHO_START;
  397. SERIAL_ECHOPGM("enqueing \"");
  398. SERIAL_ECHO(cmdbuffer[bufindw]);
  399. SERIAL_ECHOLNPGM("\"");
  400. bufindw= (bufindw + 1)%BUFSIZE;
  401. buflen += 1;
  402. }
  403. }
  404. void setup_killpin()
  405. {
  406. #if defined(KILL_PIN) && KILL_PIN > -1
  407. pinMode(KILL_PIN,INPUT);
  408. WRITE(KILL_PIN,HIGH);
  409. #endif
  410. }
  411. void setup_photpin()
  412. {
  413. #if defined(PHOTOGRAPH_PIN) && PHOTOGRAPH_PIN > -1
  414. SET_OUTPUT(PHOTOGRAPH_PIN);
  415. WRITE(PHOTOGRAPH_PIN, LOW);
  416. #endif
  417. }
  418. void setup_powerhold()
  419. {
  420. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  421. SET_OUTPUT(SUICIDE_PIN);
  422. WRITE(SUICIDE_PIN, HIGH);
  423. #endif
  424. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  425. SET_OUTPUT(PS_ON_PIN);
  426. #if defined(PS_DEFAULT_OFF)
  427. WRITE(PS_ON_PIN, PS_ON_ASLEEP);
  428. #else
  429. WRITE(PS_ON_PIN, PS_ON_AWAKE);
  430. #endif
  431. #endif
  432. }
  433. void suicide()
  434. {
  435. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  436. SET_OUTPUT(SUICIDE_PIN);
  437. WRITE(SUICIDE_PIN, LOW);
  438. #endif
  439. }
  440. void servo_init()
  441. {
  442. #if (NUM_SERVOS >= 1) && defined(SERVO0_PIN) && (SERVO0_PIN > -1)
  443. servos[0].attach(SERVO0_PIN);
  444. #endif
  445. #if (NUM_SERVOS >= 2) && defined(SERVO1_PIN) && (SERVO1_PIN > -1)
  446. servos[1].attach(SERVO1_PIN);
  447. #endif
  448. #if (NUM_SERVOS >= 3) && defined(SERVO2_PIN) && (SERVO2_PIN > -1)
  449. servos[2].attach(SERVO2_PIN);
  450. #endif
  451. #if (NUM_SERVOS >= 4) && defined(SERVO3_PIN) && (SERVO3_PIN > -1)
  452. servos[3].attach(SERVO3_PIN);
  453. #endif
  454. #if (NUM_SERVOS >= 5)
  455. #error "TODO: enter initalisation code for more servos"
  456. #endif
  457. // Set position of Servo Endstops that are defined
  458. #ifdef SERVO_ENDSTOPS
  459. for(int8_t i = 0; i < 3; i++)
  460. {
  461. if(servo_endstops[i] > -1) {
  462. servos[servo_endstops[i]].write(servo_endstop_angles[i * 2 + 1]);
  463. }
  464. }
  465. #endif
  466. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  467. delay(PROBE_SERVO_DEACTIVATION_DELAY);
  468. servos[servo_endstops[Z_AXIS]].detach();
  469. #endif
  470. }
  471. void setup()
  472. {
  473. setup_killpin();
  474. setup_powerhold();
  475. MYSERIAL.begin(BAUDRATE);
  476. SERIAL_PROTOCOLLNPGM("start");
  477. SERIAL_ECHO_START;
  478. // Check startup - does nothing if bootloader sets MCUSR to 0
  479. byte mcu = MCUSR;
  480. if(mcu & 1) SERIAL_ECHOLNPGM(MSG_POWERUP);
  481. if(mcu & 2) SERIAL_ECHOLNPGM(MSG_EXTERNAL_RESET);
  482. if(mcu & 4) SERIAL_ECHOLNPGM(MSG_BROWNOUT_RESET);
  483. if(mcu & 8) SERIAL_ECHOLNPGM(MSG_WATCHDOG_RESET);
  484. if(mcu & 32) SERIAL_ECHOLNPGM(MSG_SOFTWARE_RESET);
  485. MCUSR=0;
  486. SERIAL_ECHOPGM(MSG_MARLIN);
  487. SERIAL_ECHOLNPGM(VERSION_STRING);
  488. #ifdef STRING_VERSION_CONFIG_H
  489. #ifdef STRING_CONFIG_H_AUTHOR
  490. SERIAL_ECHO_START;
  491. SERIAL_ECHOPGM(MSG_CONFIGURATION_VER);
  492. SERIAL_ECHOPGM(STRING_VERSION_CONFIG_H);
  493. SERIAL_ECHOPGM(MSG_AUTHOR);
  494. SERIAL_ECHOLNPGM(STRING_CONFIG_H_AUTHOR);
  495. SERIAL_ECHOPGM("Compiled: ");
  496. SERIAL_ECHOLNPGM(__DATE__);
  497. #endif
  498. #endif
  499. SERIAL_ECHO_START;
  500. SERIAL_ECHOPGM(MSG_FREE_MEMORY);
  501. SERIAL_ECHO(freeMemory());
  502. SERIAL_ECHOPGM(MSG_PLANNER_BUFFER_BYTES);
  503. SERIAL_ECHOLN((int)sizeof(block_t)*BLOCK_BUFFER_SIZE);
  504. for(int8_t i = 0; i < BUFSIZE; i++)
  505. {
  506. fromsd[i] = false;
  507. }
  508. // loads data from EEPROM if available else uses defaults (and resets step acceleration rate)
  509. Config_RetrieveSettings();
  510. tp_init(); // Initialize temperature loop
  511. plan_init(); // Initialize planner;
  512. watchdog_init();
  513. st_init(); // Initialize stepper, this enables interrupts!
  514. setup_photpin();
  515. servo_init();
  516. lcd_init();
  517. _delay_ms(1000); // wait 1sec to display the splash screen
  518. #if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
  519. SET_OUTPUT(CONTROLLERFAN_PIN); //Set pin used for driver cooling fan
  520. #endif
  521. #ifdef DIGIPOT_I2C
  522. digipot_i2c_init();
  523. #endif
  524. #ifdef Z_PROBE_SLED
  525. pinMode(SERVO0_PIN, OUTPUT);
  526. digitalWrite(SERVO0_PIN, LOW); // turn it off
  527. #endif // Z_PROBE_SLED
  528. }
  529. void loop()
  530. {
  531. if(buflen < (BUFSIZE-1))
  532. get_command();
  533. #ifdef SDSUPPORT
  534. card.checkautostart(false);
  535. #endif
  536. if(buflen)
  537. {
  538. #ifdef SDSUPPORT
  539. if(card.saving)
  540. {
  541. if(strstr_P(cmdbuffer[bufindr], PSTR("M29")) == NULL)
  542. {
  543. card.write_command(cmdbuffer[bufindr]);
  544. if(card.logging)
  545. {
  546. process_commands();
  547. }
  548. else
  549. {
  550. SERIAL_PROTOCOLLNPGM(MSG_OK);
  551. }
  552. }
  553. else
  554. {
  555. card.closefile();
  556. SERIAL_PROTOCOLLNPGM(MSG_FILE_SAVED);
  557. }
  558. }
  559. else
  560. {
  561. process_commands();
  562. }
  563. #else
  564. process_commands();
  565. #endif //SDSUPPORT
  566. buflen = (buflen-1);
  567. bufindr = (bufindr + 1)%BUFSIZE;
  568. }
  569. //check heater every n milliseconds
  570. manage_heater();
  571. manage_inactivity();
  572. checkHitEndstops();
  573. lcd_update();
  574. }
  575. void get_command()
  576. {
  577. while( MYSERIAL.available() > 0 && buflen < BUFSIZE) {
  578. serial_char = MYSERIAL.read();
  579. if(serial_char == '\n' ||
  580. serial_char == '\r' ||
  581. (serial_char == ':' && comment_mode == false) ||
  582. serial_count >= (MAX_CMD_SIZE - 1) )
  583. {
  584. if(!serial_count) { //if empty line
  585. comment_mode = false; //for new command
  586. return;
  587. }
  588. cmdbuffer[bufindw][serial_count] = 0; //terminate string
  589. if(!comment_mode){
  590. comment_mode = false; //for new command
  591. fromsd[bufindw] = false;
  592. if(strchr(cmdbuffer[bufindw], 'N') != NULL)
  593. {
  594. strchr_pointer = strchr(cmdbuffer[bufindw], 'N');
  595. gcode_N = (strtol(&cmdbuffer[bufindw][strchr_pointer - cmdbuffer[bufindw] + 1], NULL, 10));
  596. if(gcode_N != gcode_LastN+1 && (strstr_P(cmdbuffer[bufindw], PSTR("M110")) == NULL) ) {
  597. SERIAL_ERROR_START;
  598. SERIAL_ERRORPGM(MSG_ERR_LINE_NO);
  599. SERIAL_ERRORLN(gcode_LastN);
  600. //Serial.println(gcode_N);
  601. FlushSerialRequestResend();
  602. serial_count = 0;
  603. return;
  604. }
  605. if(strchr(cmdbuffer[bufindw], '*') != NULL)
  606. {
  607. byte checksum = 0;
  608. byte count = 0;
  609. while(cmdbuffer[bufindw][count] != '*') checksum = checksum^cmdbuffer[bufindw][count++];
  610. strchr_pointer = strchr(cmdbuffer[bufindw], '*');
  611. if( (int)(strtod(&cmdbuffer[bufindw][strchr_pointer - cmdbuffer[bufindw] + 1], NULL)) != checksum) {
  612. SERIAL_ERROR_START;
  613. SERIAL_ERRORPGM(MSG_ERR_CHECKSUM_MISMATCH);
  614. SERIAL_ERRORLN(gcode_LastN);
  615. FlushSerialRequestResend();
  616. serial_count = 0;
  617. return;
  618. }
  619. //if no errors, continue parsing
  620. }
  621. else
  622. {
  623. SERIAL_ERROR_START;
  624. SERIAL_ERRORPGM(MSG_ERR_NO_CHECKSUM);
  625. SERIAL_ERRORLN(gcode_LastN);
  626. FlushSerialRequestResend();
  627. serial_count = 0;
  628. return;
  629. }
  630. gcode_LastN = gcode_N;
  631. //if no errors, continue parsing
  632. }
  633. else // if we don't receive 'N' but still see '*'
  634. {
  635. if((strchr(cmdbuffer[bufindw], '*') != NULL))
  636. {
  637. SERIAL_ERROR_START;
  638. SERIAL_ERRORPGM(MSG_ERR_NO_LINENUMBER_WITH_CHECKSUM);
  639. SERIAL_ERRORLN(gcode_LastN);
  640. serial_count = 0;
  641. return;
  642. }
  643. }
  644. if((strchr(cmdbuffer[bufindw], 'G') != NULL)){
  645. strchr_pointer = strchr(cmdbuffer[bufindw], 'G');
  646. switch((int)((strtod(&cmdbuffer[bufindw][strchr_pointer - cmdbuffer[bufindw] + 1], NULL)))){
  647. case 0:
  648. case 1:
  649. case 2:
  650. case 3:
  651. if(Stopped == false) { // If printer is stopped by an error the G[0-3] codes are ignored.
  652. #ifdef SDSUPPORT
  653. if(card.saving)
  654. break;
  655. #endif //SDSUPPORT
  656. SERIAL_PROTOCOLLNPGM(MSG_OK);
  657. }
  658. else {
  659. SERIAL_ERRORLNPGM(MSG_ERR_STOPPED);
  660. LCD_MESSAGEPGM(MSG_STOPPED);
  661. }
  662. break;
  663. default:
  664. break;
  665. }
  666. }
  667. //If command was e-stop process now
  668. if(strcmp(cmdbuffer[bufindw], "M112") == 0)
  669. kill();
  670. bufindw = (bufindw + 1)%BUFSIZE;
  671. buflen += 1;
  672. }
  673. serial_count = 0; //clear buffer
  674. }
  675. else
  676. {
  677. if(serial_char == ';') comment_mode = true;
  678. if(!comment_mode) cmdbuffer[bufindw][serial_count++] = serial_char;
  679. }
  680. }
  681. #ifdef SDSUPPORT
  682. if(!card.sdprinting || serial_count!=0){
  683. return;
  684. }
  685. //'#' stops reading from SD to the buffer prematurely, so procedural macro calls are possible
  686. // if it occurs, stop_buffering is triggered and the buffer is ran dry.
  687. // this character _can_ occur in serial com, due to checksums. however, no checksums are used in SD printing
  688. static bool stop_buffering=false;
  689. if(buflen==0) stop_buffering=false;
  690. while( !card.eof() && buflen < BUFSIZE && !stop_buffering) {
  691. int16_t n=card.get();
  692. serial_char = (char)n;
  693. if(serial_char == '\n' ||
  694. serial_char == '\r' ||
  695. (serial_char == '#' && comment_mode == false) ||
  696. (serial_char == ':' && comment_mode == false) ||
  697. serial_count >= (MAX_CMD_SIZE - 1)||n==-1)
  698. {
  699. if(card.eof()){
  700. SERIAL_PROTOCOLLNPGM(MSG_FILE_PRINTED);
  701. stoptime=millis();
  702. char time[30];
  703. unsigned long t=(stoptime-starttime)/1000;
  704. int hours, minutes;
  705. minutes=(t/60)%60;
  706. hours=t/60/60;
  707. sprintf_P(time, PSTR("%i hours %i minutes"),hours, minutes);
  708. SERIAL_ECHO_START;
  709. SERIAL_ECHOLN(time);
  710. lcd_setstatus(time);
  711. card.printingHasFinished();
  712. card.checkautostart(true);
  713. }
  714. if(serial_char=='#')
  715. stop_buffering=true;
  716. if(!serial_count)
  717. {
  718. comment_mode = false; //for new command
  719. return; //if empty line
  720. }
  721. cmdbuffer[bufindw][serial_count] = 0; //terminate string
  722. // if(!comment_mode){
  723. fromsd[bufindw] = true;
  724. buflen += 1;
  725. bufindw = (bufindw + 1)%BUFSIZE;
  726. // }
  727. comment_mode = false; //for new command
  728. serial_count = 0; //clear buffer
  729. }
  730. else
  731. {
  732. if(serial_char == ';') comment_mode = true;
  733. if(!comment_mode) cmdbuffer[bufindw][serial_count++] = serial_char;
  734. }
  735. }
  736. #endif //SDSUPPORT
  737. }
  738. float code_value()
  739. {
  740. return (strtod(&cmdbuffer[bufindr][strchr_pointer - cmdbuffer[bufindr] + 1], NULL));
  741. }
  742. long code_value_long()
  743. {
  744. return (strtol(&cmdbuffer[bufindr][strchr_pointer - cmdbuffer[bufindr] + 1], NULL, 10));
  745. }
  746. bool code_seen(char code)
  747. {
  748. strchr_pointer = strchr(cmdbuffer[bufindr], code);
  749. return (strchr_pointer != NULL); //Return True if a character was found
  750. }
  751. #define DEFINE_PGM_READ_ANY(type, reader) \
  752. static inline type pgm_read_any(const type *p) \
  753. { return pgm_read_##reader##_near(p); }
  754. DEFINE_PGM_READ_ANY(float, float);
  755. DEFINE_PGM_READ_ANY(signed char, byte);
  756. #define XYZ_CONSTS_FROM_CONFIG(type, array, CONFIG) \
  757. static const PROGMEM type array##_P[3] = \
  758. { X_##CONFIG, Y_##CONFIG, Z_##CONFIG }; \
  759. static inline type array(int axis) \
  760. { return pgm_read_any(&array##_P[axis]); }
  761. XYZ_CONSTS_FROM_CONFIG(float, base_min_pos, MIN_POS);
  762. XYZ_CONSTS_FROM_CONFIG(float, base_max_pos, MAX_POS);
  763. XYZ_CONSTS_FROM_CONFIG(float, base_home_pos, HOME_POS);
  764. XYZ_CONSTS_FROM_CONFIG(float, max_length, MAX_LENGTH);
  765. XYZ_CONSTS_FROM_CONFIG(float, home_retract_mm, HOME_RETRACT_MM);
  766. XYZ_CONSTS_FROM_CONFIG(signed char, home_dir, HOME_DIR);
  767. #ifdef DUAL_X_CARRIAGE
  768. #if EXTRUDERS == 1 || defined(COREXY) \
  769. || !defined(X2_ENABLE_PIN) || !defined(X2_STEP_PIN) || !defined(X2_DIR_PIN) \
  770. || !defined(X2_HOME_POS) || !defined(X2_MIN_POS) || !defined(X2_MAX_POS) \
  771. || !defined(X_MAX_PIN) || X_MAX_PIN < 0
  772. #error "Missing or invalid definitions for DUAL_X_CARRIAGE mode."
  773. #endif
  774. #if X_HOME_DIR != -1 || X2_HOME_DIR != 1
  775. #error "Please use canonical x-carriage assignment" // the x-carriages are defined by their homing directions
  776. #endif
  777. #define DXC_FULL_CONTROL_MODE 0
  778. #define DXC_AUTO_PARK_MODE 1
  779. #define DXC_DUPLICATION_MODE 2
  780. static int dual_x_carriage_mode = DEFAULT_DUAL_X_CARRIAGE_MODE;
  781. static float x_home_pos(int extruder) {
  782. if (extruder == 0)
  783. return base_home_pos(X_AXIS) + add_homing[X_AXIS];
  784. else
  785. // In dual carriage mode the extruder offset provides an override of the
  786. // second X-carriage offset when homed - otherwise X2_HOME_POS is used.
  787. // This allow soft recalibration of the second extruder offset position without firmware reflash
  788. // (through the M218 command).
  789. return (extruder_offset[X_AXIS][1] > 0) ? extruder_offset[X_AXIS][1] : X2_HOME_POS;
  790. }
  791. static int x_home_dir(int extruder) {
  792. return (extruder == 0) ? X_HOME_DIR : X2_HOME_DIR;
  793. }
  794. static float inactive_extruder_x_pos = X2_MAX_POS; // used in mode 0 & 1
  795. static bool active_extruder_parked = false; // used in mode 1 & 2
  796. static float raised_parked_position[NUM_AXIS]; // used in mode 1
  797. static unsigned long delayed_move_time = 0; // used in mode 1
  798. static float duplicate_extruder_x_offset = DEFAULT_DUPLICATION_X_OFFSET; // used in mode 2
  799. static float duplicate_extruder_temp_offset = 0; // used in mode 2
  800. bool extruder_duplication_enabled = false; // used in mode 2
  801. #endif //DUAL_X_CARRIAGE
  802. static void axis_is_at_home(int axis) {
  803. #ifdef DUAL_X_CARRIAGE
  804. if (axis == X_AXIS) {
  805. if (active_extruder != 0) {
  806. current_position[X_AXIS] = x_home_pos(active_extruder);
  807. min_pos[X_AXIS] = X2_MIN_POS;
  808. max_pos[X_AXIS] = max(extruder_offset[X_AXIS][1], X2_MAX_POS);
  809. return;
  810. }
  811. else if (dual_x_carriage_mode == DXC_DUPLICATION_MODE && active_extruder == 0) {
  812. current_position[X_AXIS] = base_home_pos(X_AXIS) + add_homing[X_AXIS];
  813. min_pos[X_AXIS] = base_min_pos(X_AXIS) + add_homing[X_AXIS];
  814. max_pos[X_AXIS] = min(base_max_pos(X_AXIS) + add_homing[X_AXIS],
  815. max(extruder_offset[X_AXIS][1], X2_MAX_POS) - duplicate_extruder_x_offset);
  816. return;
  817. }
  818. }
  819. #endif
  820. #ifdef SCARA
  821. float homeposition[3];
  822. char i;
  823. if (axis < 2)
  824. {
  825. for (i=0; i<3; i++)
  826. {
  827. homeposition[i] = base_home_pos(i);
  828. }
  829. // SERIAL_ECHOPGM("homeposition[x]= "); SERIAL_ECHO(homeposition[0]);
  830. // SERIAL_ECHOPGM("homeposition[y]= "); SERIAL_ECHOLN(homeposition[1]);
  831. // Works out real Homeposition angles using inverse kinematics,
  832. // and calculates homing offset using forward kinematics
  833. calculate_delta(homeposition);
  834. // SERIAL_ECHOPGM("base Theta= "); SERIAL_ECHO(delta[X_AXIS]);
  835. // SERIAL_ECHOPGM(" base Psi+Theta="); SERIAL_ECHOLN(delta[Y_AXIS]);
  836. for (i=0; i<2; i++)
  837. {
  838. delta[i] -= add_homing[i];
  839. }
  840. // SERIAL_ECHOPGM("addhome X="); SERIAL_ECHO(add_homing[X_AXIS]);
  841. // SERIAL_ECHOPGM(" addhome Y="); SERIAL_ECHO(add_homing[Y_AXIS]);
  842. // SERIAL_ECHOPGM(" addhome Theta="); SERIAL_ECHO(delta[X_AXIS]);
  843. // SERIAL_ECHOPGM(" addhome Psi+Theta="); SERIAL_ECHOLN(delta[Y_AXIS]);
  844. calculate_SCARA_forward_Transform(delta);
  845. // SERIAL_ECHOPGM("Delta X="); SERIAL_ECHO(delta[X_AXIS]);
  846. // SERIAL_ECHOPGM(" Delta Y="); SERIAL_ECHOLN(delta[Y_AXIS]);
  847. current_position[axis] = delta[axis];
  848. // SCARA home positions are based on configuration since the actual limits are determined by the
  849. // inverse kinematic transform.
  850. min_pos[axis] = base_min_pos(axis); // + (delta[axis] - base_home_pos(axis));
  851. max_pos[axis] = base_max_pos(axis); // + (delta[axis] - base_home_pos(axis));
  852. }
  853. else
  854. {
  855. current_position[axis] = base_home_pos(axis) + add_homing[axis];
  856. min_pos[axis] = base_min_pos(axis) + add_homing[axis];
  857. max_pos[axis] = base_max_pos(axis) + add_homing[axis];
  858. }
  859. #else
  860. current_position[axis] = base_home_pos(axis) + add_homing[axis];
  861. min_pos[axis] = base_min_pos(axis) + add_homing[axis];
  862. max_pos[axis] = base_max_pos(axis) + add_homing[axis];
  863. #endif
  864. }
  865. #ifdef ENABLE_AUTO_BED_LEVELING
  866. #ifdef AUTO_BED_LEVELING_GRID
  867. static void set_bed_level_equation_lsq(double *plane_equation_coefficients)
  868. {
  869. vector_3 planeNormal = vector_3(-plane_equation_coefficients[0], -plane_equation_coefficients[1], 1);
  870. planeNormal.debug("planeNormal");
  871. plan_bed_level_matrix = matrix_3x3::create_look_at(planeNormal);
  872. //bedLevel.debug("bedLevel");
  873. //plan_bed_level_matrix.debug("bed level before");
  874. //vector_3 uncorrected_position = plan_get_position_mm();
  875. //uncorrected_position.debug("position before");
  876. vector_3 corrected_position = plan_get_position();
  877. // corrected_position.debug("position after");
  878. current_position[X_AXIS] = corrected_position.x;
  879. current_position[Y_AXIS] = corrected_position.y;
  880. current_position[Z_AXIS] = corrected_position.z;
  881. // put the bed at 0 so we don't go below it.
  882. current_position[Z_AXIS] = zprobe_zoffset; // in the lsq we reach here after raising the extruder due to the loop structure
  883. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  884. }
  885. #else // not AUTO_BED_LEVELING_GRID
  886. static void set_bed_level_equation_3pts(float z_at_pt_1, float z_at_pt_2, float z_at_pt_3) {
  887. plan_bed_level_matrix.set_to_identity();
  888. vector_3 pt1 = vector_3(ABL_PROBE_PT_1_X, ABL_PROBE_PT_1_Y, z_at_pt_1);
  889. vector_3 pt2 = vector_3(ABL_PROBE_PT_2_X, ABL_PROBE_PT_2_Y, z_at_pt_2);
  890. vector_3 pt3 = vector_3(ABL_PROBE_PT_3_X, ABL_PROBE_PT_3_Y, z_at_pt_3);
  891. vector_3 from_2_to_1 = (pt1 - pt2).get_normal();
  892. vector_3 from_2_to_3 = (pt3 - pt2).get_normal();
  893. vector_3 planeNormal = vector_3::cross(from_2_to_1, from_2_to_3).get_normal();
  894. planeNormal = vector_3(planeNormal.x, planeNormal.y, abs(planeNormal.z));
  895. plan_bed_level_matrix = matrix_3x3::create_look_at(planeNormal);
  896. vector_3 corrected_position = plan_get_position();
  897. current_position[X_AXIS] = corrected_position.x;
  898. current_position[Y_AXIS] = corrected_position.y;
  899. current_position[Z_AXIS] = corrected_position.z;
  900. // put the bed at 0 so we don't go below it.
  901. current_position[Z_AXIS] = zprobe_zoffset;
  902. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  903. }
  904. #endif // AUTO_BED_LEVELING_GRID
  905. static void run_z_probe() {
  906. plan_bed_level_matrix.set_to_identity();
  907. feedrate = homing_feedrate[Z_AXIS];
  908. // move down until you find the bed
  909. float zPosition = -10;
  910. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  911. st_synchronize();
  912. // we have to let the planner know where we are right now as it is not where we said to go.
  913. zPosition = st_get_position_mm(Z_AXIS);
  914. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS]);
  915. // move up the retract distance
  916. zPosition += home_retract_mm(Z_AXIS);
  917. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  918. st_synchronize();
  919. // move back down slowly to find bed
  920. feedrate = homing_feedrate[Z_AXIS]/4;
  921. zPosition -= home_retract_mm(Z_AXIS) * 2;
  922. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], zPosition, current_position[E_AXIS], feedrate/60, active_extruder);
  923. st_synchronize();
  924. current_position[Z_AXIS] = st_get_position_mm(Z_AXIS);
  925. // make sure the planner knows where we are as it may be a bit different than we last said to move to
  926. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  927. }
  928. static void do_blocking_move_to(float x, float y, float z) {
  929. float oldFeedRate = feedrate;
  930. feedrate = XY_TRAVEL_SPEED;
  931. current_position[X_AXIS] = x;
  932. current_position[Y_AXIS] = y;
  933. current_position[Z_AXIS] = z;
  934. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS], feedrate/60, active_extruder);
  935. st_synchronize();
  936. feedrate = oldFeedRate;
  937. }
  938. static void do_blocking_move_relative(float offset_x, float offset_y, float offset_z) {
  939. do_blocking_move_to(current_position[X_AXIS] + offset_x, current_position[Y_AXIS] + offset_y, current_position[Z_AXIS] + offset_z);
  940. }
  941. static void setup_for_endstop_move() {
  942. saved_feedrate = feedrate;
  943. saved_feedmultiply = feedmultiply;
  944. feedmultiply = 100;
  945. previous_millis_cmd = millis();
  946. enable_endstops(true);
  947. }
  948. static void clean_up_after_endstop_move() {
  949. #ifdef ENDSTOPS_ONLY_FOR_HOMING
  950. enable_endstops(false);
  951. #endif
  952. feedrate = saved_feedrate;
  953. feedmultiply = saved_feedmultiply;
  954. previous_millis_cmd = millis();
  955. }
  956. static void engage_z_probe() {
  957. // Engage Z Servo endstop if enabled
  958. #ifdef SERVO_ENDSTOPS
  959. if (servo_endstops[Z_AXIS] > -1) {
  960. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  961. servos[servo_endstops[Z_AXIS]].attach(0);
  962. #endif
  963. servos[servo_endstops[Z_AXIS]].write(servo_endstop_angles[Z_AXIS * 2]);
  964. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  965. delay(PROBE_SERVO_DEACTIVATION_DELAY);
  966. servos[servo_endstops[Z_AXIS]].detach();
  967. #endif
  968. }
  969. #endif
  970. }
  971. static void retract_z_probe() {
  972. // Retract Z Servo endstop if enabled
  973. #ifdef SERVO_ENDSTOPS
  974. if (servo_endstops[Z_AXIS] > -1) {
  975. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  976. servos[servo_endstops[Z_AXIS]].attach(0);
  977. #endif
  978. servos[servo_endstops[Z_AXIS]].write(servo_endstop_angles[Z_AXIS * 2 + 1]);
  979. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  980. delay(PROBE_SERVO_DEACTIVATION_DELAY);
  981. servos[servo_endstops[Z_AXIS]].detach();
  982. #endif
  983. }
  984. #endif
  985. }
  986. /// Probe bed height at position (x,y), returns the measured z value
  987. static float probe_pt(float x, float y, float z_before) {
  988. // move to right place
  989. do_blocking_move_to(current_position[X_AXIS], current_position[Y_AXIS], z_before);
  990. do_blocking_move_to(x - X_PROBE_OFFSET_FROM_EXTRUDER, y - Y_PROBE_OFFSET_FROM_EXTRUDER, current_position[Z_AXIS]);
  991. #ifndef Z_PROBE_SLED
  992. engage_z_probe(); // Engage Z Servo endstop if available
  993. #endif // Z_PROBE_SLED
  994. run_z_probe();
  995. float measured_z = current_position[Z_AXIS];
  996. #ifndef Z_PROBE_SLED
  997. retract_z_probe();
  998. #endif // Z_PROBE_SLED
  999. SERIAL_PROTOCOLPGM(MSG_BED);
  1000. SERIAL_PROTOCOLPGM(" x: ");
  1001. SERIAL_PROTOCOL(x);
  1002. SERIAL_PROTOCOLPGM(" y: ");
  1003. SERIAL_PROTOCOL(y);
  1004. SERIAL_PROTOCOLPGM(" z: ");
  1005. SERIAL_PROTOCOL(measured_z);
  1006. SERIAL_PROTOCOLPGM("\n");
  1007. return measured_z;
  1008. }
  1009. #endif // #ifdef ENABLE_AUTO_BED_LEVELING
  1010. static void homeaxis(int axis) {
  1011. #define HOMEAXIS_DO(LETTER) \
  1012. ((LETTER##_MIN_PIN > -1 && LETTER##_HOME_DIR==-1) || (LETTER##_MAX_PIN > -1 && LETTER##_HOME_DIR==1))
  1013. if (axis==X_AXIS ? HOMEAXIS_DO(X) :
  1014. axis==Y_AXIS ? HOMEAXIS_DO(Y) :
  1015. axis==Z_AXIS ? HOMEAXIS_DO(Z) :
  1016. 0) {
  1017. int axis_home_dir = home_dir(axis);
  1018. #ifdef DUAL_X_CARRIAGE
  1019. if (axis == X_AXIS)
  1020. axis_home_dir = x_home_dir(active_extruder);
  1021. #endif
  1022. current_position[axis] = 0;
  1023. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1024. #ifndef Z_PROBE_SLED
  1025. // Engage Servo endstop if enabled
  1026. #ifdef SERVO_ENDSTOPS
  1027. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  1028. if (axis==Z_AXIS) {
  1029. engage_z_probe();
  1030. }
  1031. else
  1032. #endif
  1033. if (servo_endstops[axis] > -1) {
  1034. servos[servo_endstops[axis]].write(servo_endstop_angles[axis * 2]);
  1035. }
  1036. #endif
  1037. #endif // Z_PROBE_SLED
  1038. destination[axis] = 1.5 * max_length(axis) * axis_home_dir;
  1039. feedrate = homing_feedrate[axis];
  1040. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1041. st_synchronize();
  1042. current_position[axis] = 0;
  1043. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1044. destination[axis] = -home_retract_mm(axis) * axis_home_dir;
  1045. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1046. st_synchronize();
  1047. destination[axis] = 2*home_retract_mm(axis) * axis_home_dir;
  1048. #ifdef DELTA
  1049. feedrate = homing_feedrate[axis]/10;
  1050. #else
  1051. feedrate = homing_feedrate[axis]/2 ;
  1052. #endif
  1053. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1054. st_synchronize();
  1055. #ifdef DELTA
  1056. // retrace by the amount specified in endstop_adj
  1057. if (endstop_adj[axis] * axis_home_dir < 0) {
  1058. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1059. destination[axis] = endstop_adj[axis];
  1060. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1061. st_synchronize();
  1062. }
  1063. #endif
  1064. axis_is_at_home(axis);
  1065. destination[axis] = current_position[axis];
  1066. feedrate = 0.0;
  1067. endstops_hit_on_purpose();
  1068. axis_known_position[axis] = true;
  1069. // Retract Servo endstop if enabled
  1070. #ifdef SERVO_ENDSTOPS
  1071. if (servo_endstops[axis] > -1) {
  1072. servos[servo_endstops[axis]].write(servo_endstop_angles[axis * 2 + 1]);
  1073. }
  1074. #endif
  1075. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  1076. #ifndef Z_PROBE_SLED
  1077. if (axis==Z_AXIS) retract_z_probe();
  1078. #endif
  1079. #endif
  1080. }
  1081. }
  1082. #define HOMEAXIS(LETTER) homeaxis(LETTER##_AXIS)
  1083. void refresh_cmd_timeout(void)
  1084. {
  1085. previous_millis_cmd = millis();
  1086. }
  1087. #ifdef FWRETRACT
  1088. void retract(bool retracting, bool swapretract = false) {
  1089. if(retracting && !retracted[active_extruder]) {
  1090. destination[X_AXIS]=current_position[X_AXIS];
  1091. destination[Y_AXIS]=current_position[Y_AXIS];
  1092. destination[Z_AXIS]=current_position[Z_AXIS];
  1093. destination[E_AXIS]=current_position[E_AXIS];
  1094. if (swapretract) {
  1095. current_position[E_AXIS]+=retract_length_swap/volumetric_multiplier[active_extruder];
  1096. } else {
  1097. current_position[E_AXIS]+=retract_length/volumetric_multiplier[active_extruder];
  1098. }
  1099. plan_set_e_position(current_position[E_AXIS]);
  1100. float oldFeedrate = feedrate;
  1101. feedrate=retract_feedrate*60;
  1102. retracted[active_extruder]=true;
  1103. prepare_move();
  1104. current_position[Z_AXIS]-=retract_zlift;
  1105. #ifdef DELTA
  1106. calculate_delta(current_position); // change cartesian kinematic to delta kinematic;
  1107. plan_set_position(delta[X_AXIS], delta[Y_AXIS], delta[Z_AXIS], current_position[E_AXIS]);
  1108. #else
  1109. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1110. #endif
  1111. prepare_move();
  1112. feedrate = oldFeedrate;
  1113. } else if(!retracting && retracted[active_extruder]) {
  1114. destination[X_AXIS]=current_position[X_AXIS];
  1115. destination[Y_AXIS]=current_position[Y_AXIS];
  1116. destination[Z_AXIS]=current_position[Z_AXIS];
  1117. destination[E_AXIS]=current_position[E_AXIS];
  1118. current_position[Z_AXIS]+=retract_zlift;
  1119. #ifdef DELTA
  1120. calculate_delta(current_position); // change cartesian kinematic to delta kinematic;
  1121. plan_set_position(delta[X_AXIS], delta[Y_AXIS], delta[Z_AXIS], current_position[E_AXIS]);
  1122. #else
  1123. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1124. #endif
  1125. //prepare_move();
  1126. if (swapretract) {
  1127. current_position[E_AXIS]-=(retract_length_swap+retract_recover_length_swap)/volumetric_multiplier[active_extruder];
  1128. } else {
  1129. current_position[E_AXIS]-=(retract_length+retract_recover_length)/volumetric_multiplier[active_extruder];
  1130. }
  1131. plan_set_e_position(current_position[E_AXIS]);
  1132. float oldFeedrate = feedrate;
  1133. feedrate=retract_recover_feedrate*60;
  1134. retracted[active_extruder]=false;
  1135. prepare_move();
  1136. feedrate = oldFeedrate;
  1137. }
  1138. } //retract
  1139. #endif //FWRETRACT
  1140. #ifdef Z_PROBE_SLED
  1141. //
  1142. // Method to dock/undock a sled designed by Charles Bell.
  1143. //
  1144. // dock[in] If true, move to MAX_X and engage the electromagnet
  1145. // offset[in] The additional distance to move to adjust docking location
  1146. //
  1147. static void dock_sled(bool dock, int offset=0) {
  1148. int z_loc;
  1149. if (!((axis_known_position[X_AXIS]) && (axis_known_position[Y_AXIS]))) {
  1150. LCD_MESSAGEPGM(MSG_POSITION_UNKNOWN);
  1151. SERIAL_ECHO_START;
  1152. SERIAL_ECHOLNPGM(MSG_POSITION_UNKNOWN);
  1153. return;
  1154. }
  1155. if (dock) {
  1156. do_blocking_move_to(X_MAX_POS + SLED_DOCKING_OFFSET + offset,
  1157. current_position[Y_AXIS],
  1158. current_position[Z_AXIS]);
  1159. // turn off magnet
  1160. digitalWrite(SERVO0_PIN, LOW);
  1161. } else {
  1162. if (current_position[Z_AXIS] < (Z_RAISE_BEFORE_PROBING + 5))
  1163. z_loc = Z_RAISE_BEFORE_PROBING;
  1164. else
  1165. z_loc = current_position[Z_AXIS];
  1166. do_blocking_move_to(X_MAX_POS + SLED_DOCKING_OFFSET + offset,
  1167. Y_PROBE_OFFSET_FROM_EXTRUDER, z_loc);
  1168. // turn on magnet
  1169. digitalWrite(SERVO0_PIN, HIGH);
  1170. }
  1171. }
  1172. #endif
  1173. void process_commands()
  1174. {
  1175. unsigned long codenum; //throw away variable
  1176. char *starpos = NULL;
  1177. #ifdef ENABLE_AUTO_BED_LEVELING
  1178. float x_tmp, y_tmp, z_tmp, real_z;
  1179. #endif
  1180. if(code_seen('G'))
  1181. {
  1182. switch((int)code_value())
  1183. {
  1184. case 0: // G0 -> G1
  1185. case 1: // G1
  1186. if(Stopped == false) {
  1187. get_coordinates(); // For X Y Z E F
  1188. #ifdef FWRETRACT
  1189. if(autoretract_enabled)
  1190. if( !(code_seen('X') || code_seen('Y') || code_seen('Z')) && code_seen('E')) {
  1191. float echange=destination[E_AXIS]-current_position[E_AXIS];
  1192. if((echange<-MIN_RETRACT && !retracted) || (echange>MIN_RETRACT && retracted)) { //move appears to be an attempt to retract or recover
  1193. current_position[E_AXIS] = destination[E_AXIS]; //hide the slicer-generated retract/recover from calculations
  1194. plan_set_e_position(current_position[E_AXIS]); //AND from the planner
  1195. retract(!retracted);
  1196. return;
  1197. }
  1198. }
  1199. #endif //FWRETRACT
  1200. prepare_move();
  1201. //ClearToSend();
  1202. return;
  1203. }
  1204. break;
  1205. #ifndef SCARA //disable arc support
  1206. case 2: // G2 - CW ARC
  1207. if(Stopped == false) {
  1208. get_arc_coordinates();
  1209. prepare_arc_move(true);
  1210. return;
  1211. }
  1212. break;
  1213. case 3: // G3 - CCW ARC
  1214. if(Stopped == false) {
  1215. get_arc_coordinates();
  1216. prepare_arc_move(false);
  1217. return;
  1218. }
  1219. break;
  1220. #endif
  1221. case 4: // G4 dwell
  1222. LCD_MESSAGEPGM(MSG_DWELL);
  1223. codenum = 0;
  1224. if(code_seen('P')) codenum = code_value(); // milliseconds to wait
  1225. if(code_seen('S')) codenum = code_value() * 1000; // seconds to wait
  1226. st_synchronize();
  1227. codenum += millis(); // keep track of when we started waiting
  1228. previous_millis_cmd = millis();
  1229. while(millis() < codenum) {
  1230. manage_heater();
  1231. manage_inactivity();
  1232. lcd_update();
  1233. }
  1234. break;
  1235. #ifdef FWRETRACT
  1236. case 10: // G10 retract
  1237. #if EXTRUDERS > 1
  1238. retracted_swap[active_extruder]=(code_seen('S') && code_value_long() == 1); // checks for swap retract argument
  1239. retract(true,retracted_swap[active_extruder]);
  1240. #else
  1241. retract(true);
  1242. #endif
  1243. break;
  1244. case 11: // G11 retract_recover
  1245. #if EXTRUDERS > 1
  1246. retract(false,retracted_swap[active_extruder]);
  1247. #else
  1248. retract(false);
  1249. #endif
  1250. break;
  1251. #endif //FWRETRACT
  1252. case 28: //G28 Home all Axis one at a time
  1253. #ifdef ENABLE_AUTO_BED_LEVELING
  1254. plan_bed_level_matrix.set_to_identity(); //Reset the plane ("erase" all leveling data)
  1255. #endif //ENABLE_AUTO_BED_LEVELING
  1256. saved_feedrate = feedrate;
  1257. saved_feedmultiply = feedmultiply;
  1258. feedmultiply = 100;
  1259. previous_millis_cmd = millis();
  1260. enable_endstops(true);
  1261. for(int8_t i=0; i < NUM_AXIS; i++) {
  1262. destination[i] = current_position[i];
  1263. }
  1264. feedrate = 0.0;
  1265. #ifdef DELTA
  1266. // A delta can only safely home all axis at the same time
  1267. // all axis have to home at the same time
  1268. // Move all carriages up together until the first endstop is hit.
  1269. current_position[X_AXIS] = 0;
  1270. current_position[Y_AXIS] = 0;
  1271. current_position[Z_AXIS] = 0;
  1272. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1273. destination[X_AXIS] = 3 * Z_MAX_LENGTH;
  1274. destination[Y_AXIS] = 3 * Z_MAX_LENGTH;
  1275. destination[Z_AXIS] = 3 * Z_MAX_LENGTH;
  1276. feedrate = 1.732 * homing_feedrate[X_AXIS];
  1277. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1278. st_synchronize();
  1279. endstops_hit_on_purpose();
  1280. current_position[X_AXIS] = destination[X_AXIS];
  1281. current_position[Y_AXIS] = destination[Y_AXIS];
  1282. current_position[Z_AXIS] = destination[Z_AXIS];
  1283. // take care of back off and rehome now we are all at the top
  1284. HOMEAXIS(X);
  1285. HOMEAXIS(Y);
  1286. HOMEAXIS(Z);
  1287. calculate_delta(current_position);
  1288. plan_set_position(delta[X_AXIS], delta[Y_AXIS], delta[Z_AXIS], current_position[E_AXIS]);
  1289. #else // NOT DELTA
  1290. home_all_axis = !((code_seen(axis_codes[X_AXIS])) || (code_seen(axis_codes[Y_AXIS])) || (code_seen(axis_codes[Z_AXIS])));
  1291. #if Z_HOME_DIR > 0 // If homing away from BED do Z first
  1292. if((home_all_axis) || (code_seen(axis_codes[Z_AXIS]))) {
  1293. HOMEAXIS(Z);
  1294. }
  1295. #endif
  1296. #ifdef QUICK_HOME
  1297. if((home_all_axis)||( code_seen(axis_codes[X_AXIS]) && code_seen(axis_codes[Y_AXIS])) ) //first diagonal move
  1298. {
  1299. current_position[X_AXIS] = 0;current_position[Y_AXIS] = 0;
  1300. #ifndef DUAL_X_CARRIAGE
  1301. int x_axis_home_dir = home_dir(X_AXIS);
  1302. #else
  1303. int x_axis_home_dir = x_home_dir(active_extruder);
  1304. extruder_duplication_enabled = false;
  1305. #endif
  1306. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1307. destination[X_AXIS] = 1.5 * max_length(X_AXIS) * x_axis_home_dir;destination[Y_AXIS] = 1.5 * max_length(Y_AXIS) * home_dir(Y_AXIS);
  1308. feedrate = homing_feedrate[X_AXIS];
  1309. if(homing_feedrate[Y_AXIS]<feedrate)
  1310. feedrate = homing_feedrate[Y_AXIS];
  1311. if (max_length(X_AXIS) > max_length(Y_AXIS)) {
  1312. feedrate *= sqrt(pow(max_length(Y_AXIS) / max_length(X_AXIS), 2) + 1);
  1313. } else {
  1314. feedrate *= sqrt(pow(max_length(X_AXIS) / max_length(Y_AXIS), 2) + 1);
  1315. }
  1316. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1317. st_synchronize();
  1318. axis_is_at_home(X_AXIS);
  1319. axis_is_at_home(Y_AXIS);
  1320. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1321. destination[X_AXIS] = current_position[X_AXIS];
  1322. destination[Y_AXIS] = current_position[Y_AXIS];
  1323. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  1324. feedrate = 0.0;
  1325. st_synchronize();
  1326. endstops_hit_on_purpose();
  1327. current_position[X_AXIS] = destination[X_AXIS];
  1328. current_position[Y_AXIS] = destination[Y_AXIS];
  1329. #ifndef SCARA
  1330. current_position[Z_AXIS] = destination[Z_AXIS];
  1331. #endif
  1332. }
  1333. #endif
  1334. if((home_all_axis) || (code_seen(axis_codes[X_AXIS])))
  1335. {
  1336. #ifdef DUAL_X_CARRIAGE
  1337. int tmp_extruder = active_extruder;
  1338. extruder_duplication_enabled = false;
  1339. active_extruder = !active_extruder;
  1340. HOMEAXIS(X);
  1341. inactive_extruder_x_pos = current_position[X_AXIS];
  1342. active_extruder = tmp_extruder;
  1343. HOMEAXIS(X);
  1344. // reset state used by the different modes
  1345. memcpy(raised_parked_position, current_position, sizeof(raised_parked_position));
  1346. delayed_move_time = 0;
  1347. active_extruder_parked = true;
  1348. #else
  1349. HOMEAXIS(X);
  1350. #endif
  1351. }
  1352. if((home_all_axis) || (code_seen(axis_codes[Y_AXIS]))) {
  1353. HOMEAXIS(Y);
  1354. }
  1355. if(code_seen(axis_codes[X_AXIS]))
  1356. {
  1357. if(code_value_long() != 0) {
  1358. #ifdef SCARA
  1359. current_position[X_AXIS]=code_value();
  1360. #else
  1361. current_position[X_AXIS]=code_value()+add_homing[0];
  1362. #endif
  1363. }
  1364. }
  1365. if(code_seen(axis_codes[Y_AXIS])) {
  1366. if(code_value_long() != 0) {
  1367. #ifdef SCARA
  1368. current_position[Y_AXIS]=code_value();
  1369. #else
  1370. current_position[Y_AXIS]=code_value()+add_homing[1];
  1371. #endif
  1372. }
  1373. }
  1374. #if Z_HOME_DIR < 0 // If homing towards BED do Z last
  1375. #ifndef Z_SAFE_HOMING
  1376. if((home_all_axis) || (code_seen(axis_codes[Z_AXIS]))) {
  1377. #if defined (Z_RAISE_BEFORE_HOMING) && (Z_RAISE_BEFORE_HOMING > 0)
  1378. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  1379. feedrate = max_feedrate[Z_AXIS];
  1380. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate, active_extruder);
  1381. st_synchronize();
  1382. #endif
  1383. HOMEAXIS(Z);
  1384. }
  1385. #else // Z Safe mode activated.
  1386. if(home_all_axis) {
  1387. destination[X_AXIS] = round(Z_SAFE_HOMING_X_POINT - X_PROBE_OFFSET_FROM_EXTRUDER);
  1388. destination[Y_AXIS] = round(Z_SAFE_HOMING_Y_POINT - Y_PROBE_OFFSET_FROM_EXTRUDER);
  1389. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  1390. feedrate = XY_TRAVEL_SPEED;
  1391. current_position[Z_AXIS] = 0;
  1392. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1393. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate, active_extruder);
  1394. st_synchronize();
  1395. current_position[X_AXIS] = destination[X_AXIS];
  1396. current_position[Y_AXIS] = destination[Y_AXIS];
  1397. HOMEAXIS(Z);
  1398. }
  1399. // Let's see if X and Y are homed and probe is inside bed area.
  1400. if(code_seen(axis_codes[Z_AXIS])) {
  1401. if ( (axis_known_position[X_AXIS]) && (axis_known_position[Y_AXIS]) \
  1402. && (current_position[X_AXIS]+X_PROBE_OFFSET_FROM_EXTRUDER >= X_MIN_POS) \
  1403. && (current_position[X_AXIS]+X_PROBE_OFFSET_FROM_EXTRUDER <= X_MAX_POS) \
  1404. && (current_position[Y_AXIS]+Y_PROBE_OFFSET_FROM_EXTRUDER >= Y_MIN_POS) \
  1405. && (current_position[Y_AXIS]+Y_PROBE_OFFSET_FROM_EXTRUDER <= Y_MAX_POS)) {
  1406. current_position[Z_AXIS] = 0;
  1407. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1408. destination[Z_AXIS] = Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS) * (-1); // Set destination away from bed
  1409. feedrate = max_feedrate[Z_AXIS];
  1410. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate, active_extruder);
  1411. st_synchronize();
  1412. HOMEAXIS(Z);
  1413. } else if (!((axis_known_position[X_AXIS]) && (axis_known_position[Y_AXIS]))) {
  1414. LCD_MESSAGEPGM(MSG_POSITION_UNKNOWN);
  1415. SERIAL_ECHO_START;
  1416. SERIAL_ECHOLNPGM(MSG_POSITION_UNKNOWN);
  1417. } else {
  1418. LCD_MESSAGEPGM(MSG_ZPROBE_OUT);
  1419. SERIAL_ECHO_START;
  1420. SERIAL_ECHOLNPGM(MSG_ZPROBE_OUT);
  1421. }
  1422. }
  1423. #endif
  1424. #endif
  1425. if(code_seen(axis_codes[Z_AXIS])) {
  1426. if(code_value_long() != 0) {
  1427. current_position[Z_AXIS]=code_value()+add_homing[2];
  1428. }
  1429. }
  1430. #ifdef ENABLE_AUTO_BED_LEVELING
  1431. if((home_all_axis) || (code_seen(axis_codes[Z_AXIS]))) {
  1432. current_position[Z_AXIS] += zprobe_zoffset; //Add Z_Probe offset (the distance is negative)
  1433. }
  1434. #endif
  1435. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1436. #endif // else DELTA
  1437. #ifdef SCARA
  1438. calculate_delta(current_position);
  1439. plan_set_position(delta[X_AXIS], delta[Y_AXIS], delta[Z_AXIS], current_position[E_AXIS]);
  1440. #endif SCARA
  1441. #ifdef ENDSTOPS_ONLY_FOR_HOMING
  1442. enable_endstops(false);
  1443. #endif
  1444. feedrate = saved_feedrate;
  1445. feedmultiply = saved_feedmultiply;
  1446. previous_millis_cmd = millis();
  1447. endstops_hit_on_purpose();
  1448. break;
  1449. #ifdef ENABLE_AUTO_BED_LEVELING
  1450. case 29: // G29 Detailed Z-Probe, probes the bed at 3 or more points.
  1451. {
  1452. #if Z_MIN_PIN == -1
  1453. #error "You must have a Z_MIN endstop in order to enable Auto Bed Leveling feature!!! Z_MIN_PIN must point to a valid hardware pin."
  1454. #endif
  1455. // Prevent user from running a G29 without first homing in X and Y
  1456. if (! (axis_known_position[X_AXIS] && axis_known_position[Y_AXIS]) )
  1457. {
  1458. LCD_MESSAGEPGM(MSG_POSITION_UNKNOWN);
  1459. SERIAL_ECHO_START;
  1460. SERIAL_ECHOLNPGM(MSG_POSITION_UNKNOWN);
  1461. break; // abort G29, since we don't know where we are
  1462. }
  1463. #ifdef Z_PROBE_SLED
  1464. dock_sled(false);
  1465. #endif // Z_PROBE_SLED
  1466. st_synchronize();
  1467. // make sure the bed_level_rotation_matrix is identity or the planner will get it incorectly
  1468. //vector_3 corrected_position = plan_get_position_mm();
  1469. //corrected_position.debug("position before G29");
  1470. plan_bed_level_matrix.set_to_identity();
  1471. vector_3 uncorrected_position = plan_get_position();
  1472. //uncorrected_position.debug("position durring G29");
  1473. current_position[X_AXIS] = uncorrected_position.x;
  1474. current_position[Y_AXIS] = uncorrected_position.y;
  1475. current_position[Z_AXIS] = uncorrected_position.z;
  1476. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1477. setup_for_endstop_move();
  1478. feedrate = homing_feedrate[Z_AXIS];
  1479. #ifdef AUTO_BED_LEVELING_GRID
  1480. // probe at the points of a lattice grid
  1481. int xGridSpacing = (RIGHT_PROBE_BED_POSITION - LEFT_PROBE_BED_POSITION) / (AUTO_BED_LEVELING_GRID_POINTS-1);
  1482. int yGridSpacing = (BACK_PROBE_BED_POSITION - FRONT_PROBE_BED_POSITION) / (AUTO_BED_LEVELING_GRID_POINTS-1);
  1483. // solve the plane equation ax + by + d = z
  1484. // A is the matrix with rows [x y 1] for all the probed points
  1485. // B is the vector of the Z positions
  1486. // the normal vector to the plane is formed by the coefficients of the plane equation in the standard form, which is Vx*x+Vy*y+Vz*z+d = 0
  1487. // so Vx = -a Vy = -b Vz = 1 (we want the vector facing towards positive Z
  1488. // "A" matrix of the linear system of equations
  1489. double eqnAMatrix[AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS*3];
  1490. // "B" vector of Z points
  1491. double eqnBVector[AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS];
  1492. int probePointCounter = 0;
  1493. bool zig = true;
  1494. for (int yProbe=FRONT_PROBE_BED_POSITION; yProbe <= BACK_PROBE_BED_POSITION; yProbe += yGridSpacing)
  1495. {
  1496. int xProbe, xInc;
  1497. if (zig)
  1498. {
  1499. xProbe = LEFT_PROBE_BED_POSITION;
  1500. //xEnd = RIGHT_PROBE_BED_POSITION;
  1501. xInc = xGridSpacing;
  1502. zig = false;
  1503. } else // zag
  1504. {
  1505. xProbe = RIGHT_PROBE_BED_POSITION;
  1506. //xEnd = LEFT_PROBE_BED_POSITION;
  1507. xInc = -xGridSpacing;
  1508. zig = true;
  1509. }
  1510. for (int xCount=0; xCount < AUTO_BED_LEVELING_GRID_POINTS; xCount++)
  1511. {
  1512. float z_before;
  1513. if (probePointCounter == 0)
  1514. {
  1515. // raise before probing
  1516. z_before = Z_RAISE_BEFORE_PROBING;
  1517. } else
  1518. {
  1519. // raise extruder
  1520. z_before = current_position[Z_AXIS] + Z_RAISE_BETWEEN_PROBINGS;
  1521. }
  1522. float measured_z = probe_pt(xProbe, yProbe, z_before);
  1523. eqnBVector[probePointCounter] = measured_z;
  1524. eqnAMatrix[probePointCounter + 0*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = xProbe;
  1525. eqnAMatrix[probePointCounter + 1*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = yProbe;
  1526. eqnAMatrix[probePointCounter + 2*AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS] = 1;
  1527. probePointCounter++;
  1528. xProbe += xInc;
  1529. }
  1530. }
  1531. clean_up_after_endstop_move();
  1532. // solve lsq problem
  1533. double *plane_equation_coefficients = qr_solve(AUTO_BED_LEVELING_GRID_POINTS*AUTO_BED_LEVELING_GRID_POINTS, 3, eqnAMatrix, eqnBVector);
  1534. SERIAL_PROTOCOLPGM("Eqn coefficients: a: ");
  1535. SERIAL_PROTOCOL(plane_equation_coefficients[0]);
  1536. SERIAL_PROTOCOLPGM(" b: ");
  1537. SERIAL_PROTOCOL(plane_equation_coefficients[1]);
  1538. SERIAL_PROTOCOLPGM(" d: ");
  1539. SERIAL_PROTOCOLLN(plane_equation_coefficients[2]);
  1540. set_bed_level_equation_lsq(plane_equation_coefficients);
  1541. free(plane_equation_coefficients);
  1542. #else // AUTO_BED_LEVELING_GRID not defined
  1543. // Probe at 3 arbitrary points
  1544. // probe 1
  1545. float z_at_pt_1 = probe_pt(ABL_PROBE_PT_1_X, ABL_PROBE_PT_1_Y, Z_RAISE_BEFORE_PROBING);
  1546. // probe 2
  1547. float z_at_pt_2 = probe_pt(ABL_PROBE_PT_2_X, ABL_PROBE_PT_2_Y, current_position[Z_AXIS] + Z_RAISE_BETWEEN_PROBINGS);
  1548. // probe 3
  1549. float z_at_pt_3 = probe_pt(ABL_PROBE_PT_3_X, ABL_PROBE_PT_3_Y, current_position[Z_AXIS] + Z_RAISE_BETWEEN_PROBINGS);
  1550. clean_up_after_endstop_move();
  1551. set_bed_level_equation_3pts(z_at_pt_1, z_at_pt_2, z_at_pt_3);
  1552. #endif // AUTO_BED_LEVELING_GRID
  1553. st_synchronize();
  1554. // The following code correct the Z height difference from z-probe position and hotend tip position.
  1555. // The Z height on homing is measured by Z-Probe, but the probe is quite far from the hotend.
  1556. // When the bed is uneven, this height must be corrected.
  1557. real_z = float(st_get_position(Z_AXIS))/axis_steps_per_unit[Z_AXIS]; //get the real Z (since the auto bed leveling is already correcting the plane)
  1558. x_tmp = current_position[X_AXIS] + X_PROBE_OFFSET_FROM_EXTRUDER;
  1559. y_tmp = current_position[Y_AXIS] + Y_PROBE_OFFSET_FROM_EXTRUDER;
  1560. z_tmp = current_position[Z_AXIS];
  1561. apply_rotation_xyz(plan_bed_level_matrix, x_tmp, y_tmp, z_tmp); //Apply the correction sending the probe offset
  1562. current_position[Z_AXIS] = z_tmp - real_z + current_position[Z_AXIS]; //The difference is added to current position and sent to planner.
  1563. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1564. #ifdef Z_PROBE_SLED
  1565. dock_sled(true, -SLED_DOCKING_OFFSET); // correct for over travel.
  1566. #endif // Z_PROBE_SLED
  1567. }
  1568. break;
  1569. #ifndef Z_PROBE_SLED
  1570. case 30: // G30 Single Z Probe
  1571. {
  1572. engage_z_probe(); // Engage Z Servo endstop if available
  1573. st_synchronize();
  1574. // TODO: make sure the bed_level_rotation_matrix is identity or the planner will get set incorectly
  1575. setup_for_endstop_move();
  1576. feedrate = homing_feedrate[Z_AXIS];
  1577. run_z_probe();
  1578. SERIAL_PROTOCOLPGM(MSG_BED);
  1579. SERIAL_PROTOCOLPGM(" X: ");
  1580. SERIAL_PROTOCOL(current_position[X_AXIS]);
  1581. SERIAL_PROTOCOLPGM(" Y: ");
  1582. SERIAL_PROTOCOL(current_position[Y_AXIS]);
  1583. SERIAL_PROTOCOLPGM(" Z: ");
  1584. SERIAL_PROTOCOL(current_position[Z_AXIS]);
  1585. SERIAL_PROTOCOLPGM("\n");
  1586. clean_up_after_endstop_move();
  1587. retract_z_probe(); // Retract Z Servo endstop if available
  1588. }
  1589. break;
  1590. #else
  1591. case 31: // dock the sled
  1592. dock_sled(true);
  1593. break;
  1594. case 32: // undock the sled
  1595. dock_sled(false);
  1596. break;
  1597. #endif // Z_PROBE_SLED
  1598. #endif // ENABLE_AUTO_BED_LEVELING
  1599. case 90: // G90
  1600. relative_mode = false;
  1601. break;
  1602. case 91: // G91
  1603. relative_mode = true;
  1604. break;
  1605. case 92: // G92
  1606. if(!code_seen(axis_codes[E_AXIS]))
  1607. st_synchronize();
  1608. for(int8_t i=0; i < NUM_AXIS; i++) {
  1609. if(code_seen(axis_codes[i])) {
  1610. if(i == E_AXIS) {
  1611. current_position[i] = code_value();
  1612. plan_set_e_position(current_position[E_AXIS]);
  1613. }
  1614. else {
  1615. #ifdef SCARA
  1616. if (i == X_AXIS || i == Y_AXIS) {
  1617. current_position[i] = code_value();
  1618. }
  1619. else {
  1620. current_position[i] = code_value()+add_homing[i];
  1621. }
  1622. #else
  1623. current_position[i] = code_value()+add_homing[i];
  1624. #endif
  1625. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  1626. }
  1627. }
  1628. }
  1629. break;
  1630. }
  1631. }
  1632. else if(code_seen('M'))
  1633. {
  1634. switch( (int)code_value() )
  1635. {
  1636. #ifdef ULTIPANEL
  1637. case 0: // M0 - Unconditional stop - Wait for user button press on LCD
  1638. case 1: // M1 - Conditional stop - Wait for user button press on LCD
  1639. {
  1640. char *src = strchr_pointer + 2;
  1641. codenum = 0;
  1642. bool hasP = false, hasS = false;
  1643. if (code_seen('P')) {
  1644. codenum = code_value(); // milliseconds to wait
  1645. hasP = codenum > 0;
  1646. }
  1647. if (code_seen('S')) {
  1648. codenum = code_value() * 1000; // seconds to wait
  1649. hasS = codenum > 0;
  1650. }
  1651. starpos = strchr(src, '*');
  1652. if (starpos != NULL) *(starpos) = '\0';
  1653. while (*src == ' ') ++src;
  1654. if (!hasP && !hasS && *src != '\0') {
  1655. lcd_setstatus(src);
  1656. } else {
  1657. LCD_MESSAGEPGM(MSG_USERWAIT);
  1658. }
  1659. lcd_ignore_click();
  1660. st_synchronize();
  1661. previous_millis_cmd = millis();
  1662. if (codenum > 0){
  1663. codenum += millis(); // keep track of when we started waiting
  1664. while(millis() < codenum && !lcd_clicked()){
  1665. manage_heater();
  1666. manage_inactivity();
  1667. lcd_update();
  1668. }
  1669. lcd_ignore_click(false);
  1670. }else{
  1671. if (!lcd_detected())
  1672. break;
  1673. while(!lcd_clicked()){
  1674. manage_heater();
  1675. manage_inactivity();
  1676. lcd_update();
  1677. }
  1678. }
  1679. if (IS_SD_PRINTING)
  1680. LCD_MESSAGEPGM(MSG_RESUMING);
  1681. else
  1682. LCD_MESSAGEPGM(WELCOME_MSG);
  1683. }
  1684. break;
  1685. #endif
  1686. case 17:
  1687. LCD_MESSAGEPGM(MSG_NO_MOVE);
  1688. enable_x();
  1689. enable_y();
  1690. enable_z();
  1691. enable_e0();
  1692. enable_e1();
  1693. enable_e2();
  1694. break;
  1695. #ifdef SDSUPPORT
  1696. case 20: // M20 - list SD card
  1697. SERIAL_PROTOCOLLNPGM(MSG_BEGIN_FILE_LIST);
  1698. card.ls();
  1699. SERIAL_PROTOCOLLNPGM(MSG_END_FILE_LIST);
  1700. break;
  1701. case 21: // M21 - init SD card
  1702. card.initsd();
  1703. break;
  1704. case 22: //M22 - release SD card
  1705. card.release();
  1706. break;
  1707. case 23: //M23 - Select file
  1708. starpos = (strchr(strchr_pointer + 4,'*'));
  1709. if(starpos!=NULL)
  1710. *(starpos)='\0';
  1711. card.openFile(strchr_pointer + 4,true);
  1712. break;
  1713. case 24: //M24 - Start SD print
  1714. card.startFileprint();
  1715. starttime=millis();
  1716. break;
  1717. case 25: //M25 - Pause SD print
  1718. card.pauseSDPrint();
  1719. break;
  1720. case 26: //M26 - Set SD index
  1721. if(card.cardOK && code_seen('S')) {
  1722. card.setIndex(code_value_long());
  1723. }
  1724. break;
  1725. case 27: //M27 - Get SD status
  1726. card.getStatus();
  1727. break;
  1728. case 28: //M28 - Start SD write
  1729. starpos = (strchr(strchr_pointer + 4,'*'));
  1730. if(starpos != NULL){
  1731. char* npos = strchr(cmdbuffer[bufindr], 'N');
  1732. strchr_pointer = strchr(npos,' ') + 1;
  1733. *(starpos) = '\0';
  1734. }
  1735. card.openFile(strchr_pointer+4,false);
  1736. break;
  1737. case 29: //M29 - Stop SD write
  1738. //processed in write to file routine above
  1739. //card,saving = false;
  1740. break;
  1741. case 30: //M30 <filename> Delete File
  1742. if (card.cardOK){
  1743. card.closefile();
  1744. starpos = (strchr(strchr_pointer + 4,'*'));
  1745. if(starpos != NULL){
  1746. char* npos = strchr(cmdbuffer[bufindr], 'N');
  1747. strchr_pointer = strchr(npos,' ') + 1;
  1748. *(starpos) = '\0';
  1749. }
  1750. card.removeFile(strchr_pointer + 4);
  1751. }
  1752. break;
  1753. case 32: //M32 - Select file and start SD print
  1754. {
  1755. if(card.sdprinting) {
  1756. st_synchronize();
  1757. }
  1758. starpos = (strchr(strchr_pointer + 4,'*'));
  1759. char* namestartpos = (strchr(strchr_pointer + 4,'!')); //find ! to indicate filename string start.
  1760. if(namestartpos==NULL)
  1761. {
  1762. namestartpos=strchr_pointer + 4; //default name position, 4 letters after the M
  1763. }
  1764. else
  1765. namestartpos++; //to skip the '!'
  1766. if(starpos!=NULL)
  1767. *(starpos)='\0';
  1768. bool call_procedure=(code_seen('P'));
  1769. if(strchr_pointer>namestartpos)
  1770. call_procedure=false; //false alert, 'P' found within filename
  1771. if( card.cardOK )
  1772. {
  1773. card.openFile(namestartpos,true,!call_procedure);
  1774. if(code_seen('S'))
  1775. if(strchr_pointer<namestartpos) //only if "S" is occuring _before_ the filename
  1776. card.setIndex(code_value_long());
  1777. card.startFileprint();
  1778. if(!call_procedure)
  1779. starttime=millis(); //procedure calls count as normal print time.
  1780. }
  1781. } break;
  1782. case 928: //M928 - Start SD write
  1783. starpos = (strchr(strchr_pointer + 5,'*'));
  1784. if(starpos != NULL){
  1785. char* npos = strchr(cmdbuffer[bufindr], 'N');
  1786. strchr_pointer = strchr(npos,' ') + 1;
  1787. *(starpos) = '\0';
  1788. }
  1789. card.openLogFile(strchr_pointer+5);
  1790. break;
  1791. #endif //SDSUPPORT
  1792. case 31: //M31 take time since the start of the SD print or an M109 command
  1793. {
  1794. stoptime=millis();
  1795. char time[30];
  1796. unsigned long t=(stoptime-starttime)/1000;
  1797. int sec,min;
  1798. min=t/60;
  1799. sec=t%60;
  1800. sprintf_P(time, PSTR("%i min, %i sec"), min, sec);
  1801. SERIAL_ECHO_START;
  1802. SERIAL_ECHOLN(time);
  1803. lcd_setstatus(time);
  1804. autotempShutdown();
  1805. }
  1806. break;
  1807. case 42: //M42 -Change pin status via gcode
  1808. if (code_seen('S'))
  1809. {
  1810. int pin_status = code_value();
  1811. int pin_number = LED_PIN;
  1812. if (code_seen('P') && pin_status >= 0 && pin_status <= 255)
  1813. pin_number = code_value();
  1814. for(int8_t i = 0; i < (int8_t)(sizeof(sensitive_pins)/sizeof(int)); i++)
  1815. {
  1816. if (sensitive_pins[i] == pin_number)
  1817. {
  1818. pin_number = -1;
  1819. break;
  1820. }
  1821. }
  1822. #if defined(FAN_PIN) && FAN_PIN > -1
  1823. if (pin_number == FAN_PIN)
  1824. fanSpeed = pin_status;
  1825. #endif
  1826. if (pin_number > -1)
  1827. {
  1828. pinMode(pin_number, OUTPUT);
  1829. digitalWrite(pin_number, pin_status);
  1830. analogWrite(pin_number, pin_status);
  1831. }
  1832. }
  1833. break;
  1834. // M48 Z-Probe repeatability measurement function.
  1835. //
  1836. // Usage: M48 <n #_samples> <X X_position_for_samples> <Y Y_position_for_samples> <V Verbose_Level> <Engage_probe_for_each_reading> <L legs_of_movement_prior_to_doing_probe>
  1837. //
  1838. // This function assumes the bed has been homed. Specificaly, that a G28 command
  1839. // as been issued prior to invoking the M48 Z-Probe repeatability measurement function.
  1840. // Any information generated by a prior G29 Bed leveling command will be lost and need to be
  1841. // regenerated.
  1842. //
  1843. // The number of samples will default to 10 if not specified. You can use upper or lower case
  1844. // letters for any of the options EXCEPT n. n must be in lower case because Marlin uses a capital
  1845. // N for its communication protocol and will get horribly confused if you send it a capital N.
  1846. //
  1847. #ifdef ENABLE_AUTO_BED_LEVELING
  1848. #ifdef Z_PROBE_REPEATABILITY_TEST
  1849. case 48: // M48 Z-Probe repeatability
  1850. {
  1851. #if Z_MIN_PIN == -1
  1852. #error "You must have a Z_MIN endstop in order to enable calculation of Z-Probe repeatability."
  1853. #endif
  1854. double sum=0.0;
  1855. double mean=0.0;
  1856. double sigma=0.0;
  1857. double sample_set[50];
  1858. int verbose_level=1, n=0, j, n_samples = 10, n_legs=0, engage_probe_for_each_reading=0 ;
  1859. double X_current, Y_current, Z_current;
  1860. double X_probe_location, Y_probe_location, Z_start_location, ext_position;
  1861. if (code_seen('V') || code_seen('v')) {
  1862. verbose_level = code_value();
  1863. if (verbose_level<0 || verbose_level>4 ) {
  1864. SERIAL_PROTOCOLPGM("?Verbose Level not plausable.\n");
  1865. goto Sigma_Exit;
  1866. }
  1867. }
  1868. if (verbose_level > 0) {
  1869. SERIAL_PROTOCOLPGM("M48 Z-Probe Repeatability test. Version 2.00\n");
  1870. SERIAL_PROTOCOLPGM("Full support at: http://3dprintboard.com/forum.php\n");
  1871. }
  1872. if (code_seen('n')) {
  1873. n_samples = code_value();
  1874. if (n_samples<4 || n_samples>50 ) {
  1875. SERIAL_PROTOCOLPGM("?Specified sample size not plausable.\n");
  1876. goto Sigma_Exit;
  1877. }
  1878. }
  1879. X_current = X_probe_location = st_get_position_mm(X_AXIS);
  1880. Y_current = Y_probe_location = st_get_position_mm(Y_AXIS);
  1881. Z_current = st_get_position_mm(Z_AXIS);
  1882. Z_start_location = st_get_position_mm(Z_AXIS) + Z_RAISE_BEFORE_PROBING;
  1883. ext_position = st_get_position_mm(E_AXIS);
  1884. if (code_seen('E') || code_seen('e') )
  1885. engage_probe_for_each_reading++;
  1886. if (code_seen('X') || code_seen('x') ) {
  1887. X_probe_location = code_value() - X_PROBE_OFFSET_FROM_EXTRUDER;
  1888. if (X_probe_location<X_MIN_POS || X_probe_location>X_MAX_POS ) {
  1889. SERIAL_PROTOCOLPGM("?Specified X position out of range.\n");
  1890. goto Sigma_Exit;
  1891. }
  1892. }
  1893. if (code_seen('Y') || code_seen('y') ) {
  1894. Y_probe_location = code_value() - Y_PROBE_OFFSET_FROM_EXTRUDER;
  1895. if (Y_probe_location<Y_MIN_POS || Y_probe_location>Y_MAX_POS ) {
  1896. SERIAL_PROTOCOLPGM("?Specified Y position out of range.\n");
  1897. goto Sigma_Exit;
  1898. }
  1899. }
  1900. if (code_seen('L') || code_seen('l') ) {
  1901. n_legs = code_value();
  1902. if ( n_legs==1 )
  1903. n_legs = 2;
  1904. if ( n_legs<0 || n_legs>15 ) {
  1905. SERIAL_PROTOCOLPGM("?Specified number of legs in movement not plausable.\n");
  1906. goto Sigma_Exit;
  1907. }
  1908. }
  1909. //
  1910. // Do all the preliminary setup work. First raise the probe.
  1911. //
  1912. st_synchronize();
  1913. plan_bed_level_matrix.set_to_identity();
  1914. plan_buffer_line( X_current, Y_current, Z_start_location,
  1915. ext_position,
  1916. homing_feedrate[Z_AXIS]/60,
  1917. active_extruder);
  1918. st_synchronize();
  1919. //
  1920. // Now get everything to the specified probe point So we can safely do a probe to
  1921. // get us close to the bed. If the Z-Axis is far from the bed, we don't want to
  1922. // use that as a starting point for each probe.
  1923. //
  1924. if (verbose_level > 2)
  1925. SERIAL_PROTOCOL("Positioning probe for the test.\n");
  1926. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  1927. ext_position,
  1928. homing_feedrate[X_AXIS]/60,
  1929. active_extruder);
  1930. st_synchronize();
  1931. current_position[X_AXIS] = X_current = st_get_position_mm(X_AXIS);
  1932. current_position[Y_AXIS] = Y_current = st_get_position_mm(Y_AXIS);
  1933. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  1934. current_position[E_AXIS] = ext_position = st_get_position_mm(E_AXIS);
  1935. //
  1936. // OK, do the inital probe to get us close to the bed.
  1937. // Then retrace the right amount and use that in subsequent probes
  1938. //
  1939. engage_z_probe();
  1940. setup_for_endstop_move();
  1941. run_z_probe();
  1942. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  1943. Z_start_location = st_get_position_mm(Z_AXIS) + Z_RAISE_BEFORE_PROBING;
  1944. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  1945. ext_position,
  1946. homing_feedrate[X_AXIS]/60,
  1947. active_extruder);
  1948. st_synchronize();
  1949. current_position[Z_AXIS] = Z_current = st_get_position_mm(Z_AXIS);
  1950. if (engage_probe_for_each_reading)
  1951. retract_z_probe();
  1952. for( n=0; n<n_samples; n++) {
  1953. do_blocking_move_to( X_probe_location, Y_probe_location, Z_start_location); // Make sure we are at the probe location
  1954. if ( n_legs) {
  1955. double radius=0.0, theta=0.0, x_sweep, y_sweep;
  1956. int rotational_direction, l;
  1957. rotational_direction = (unsigned long) millis() & 0x0001; // clockwise or counter clockwise
  1958. radius = (unsigned long) millis() % (long) (X_MAX_LENGTH/4); // limit how far out to go
  1959. theta = (float) ((unsigned long) millis() % (long) 360) / (360./(2*3.1415926)); // turn into radians
  1960. //SERIAL_ECHOPAIR("starting radius: ",radius);
  1961. //SERIAL_ECHOPAIR(" theta: ",theta);
  1962. //SERIAL_ECHOPAIR(" direction: ",rotational_direction);
  1963. //SERIAL_PROTOCOLLNPGM("");
  1964. for( l=0; l<n_legs-1; l++) {
  1965. if (rotational_direction==1)
  1966. theta += (float) ((unsigned long) millis() % (long) 20) / (360.0/(2*3.1415926)); // turn into radians
  1967. else
  1968. theta -= (float) ((unsigned long) millis() % (long) 20) / (360.0/(2*3.1415926)); // turn into radians
  1969. radius += (float) ( ((long) ((unsigned long) millis() % (long) 10)) - 5);
  1970. if ( radius<0.0 )
  1971. radius = -radius;
  1972. X_current = X_probe_location + cos(theta) * radius;
  1973. Y_current = Y_probe_location + sin(theta) * radius;
  1974. if ( X_current<X_MIN_POS) // Make sure our X & Y are sane
  1975. X_current = X_MIN_POS;
  1976. if ( X_current>X_MAX_POS)
  1977. X_current = X_MAX_POS;
  1978. if ( Y_current<Y_MIN_POS) // Make sure our X & Y are sane
  1979. Y_current = Y_MIN_POS;
  1980. if ( Y_current>Y_MAX_POS)
  1981. Y_current = Y_MAX_POS;
  1982. if (verbose_level>3 ) {
  1983. SERIAL_ECHOPAIR("x: ", X_current);
  1984. SERIAL_ECHOPAIR("y: ", Y_current);
  1985. SERIAL_PROTOCOLLNPGM("");
  1986. }
  1987. do_blocking_move_to( X_current, Y_current, Z_current );
  1988. }
  1989. do_blocking_move_to( X_probe_location, Y_probe_location, Z_start_location); // Go back to the probe location
  1990. }
  1991. if (engage_probe_for_each_reading) {
  1992. engage_z_probe();
  1993. delay(1000);
  1994. }
  1995. setup_for_endstop_move();
  1996. run_z_probe();
  1997. sample_set[n] = current_position[Z_AXIS];
  1998. //
  1999. // Get the current mean for the data points we have so far
  2000. //
  2001. sum=0.0;
  2002. for( j=0; j<=n; j++) {
  2003. sum = sum + sample_set[j];
  2004. }
  2005. mean = sum / (double (n+1));
  2006. //
  2007. // Now, use that mean to calculate the standard deviation for the
  2008. // data points we have so far
  2009. //
  2010. sum=0.0;
  2011. for( j=0; j<=n; j++) {
  2012. sum = sum + (sample_set[j]-mean) * (sample_set[j]-mean);
  2013. }
  2014. sigma = sqrt( sum / (double (n+1)) );
  2015. if (verbose_level > 1) {
  2016. SERIAL_PROTOCOL(n+1);
  2017. SERIAL_PROTOCOL(" of ");
  2018. SERIAL_PROTOCOL(n_samples);
  2019. SERIAL_PROTOCOLPGM(" z: ");
  2020. SERIAL_PROTOCOL_F(current_position[Z_AXIS], 6);
  2021. }
  2022. if (verbose_level > 2) {
  2023. SERIAL_PROTOCOL(" mean: ");
  2024. SERIAL_PROTOCOL_F(mean,6);
  2025. SERIAL_PROTOCOL(" sigma: ");
  2026. SERIAL_PROTOCOL_F(sigma,6);
  2027. }
  2028. if (verbose_level > 0)
  2029. SERIAL_PROTOCOLPGM("\n");
  2030. plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
  2031. current_position[E_AXIS], homing_feedrate[Z_AXIS]/60, active_extruder);
  2032. st_synchronize();
  2033. if (engage_probe_for_each_reading) {
  2034. retract_z_probe();
  2035. delay(1000);
  2036. }
  2037. }
  2038. retract_z_probe();
  2039. delay(1000);
  2040. clean_up_after_endstop_move();
  2041. // enable_endstops(true);
  2042. if (verbose_level > 0) {
  2043. SERIAL_PROTOCOLPGM("Mean: ");
  2044. SERIAL_PROTOCOL_F(mean, 6);
  2045. SERIAL_PROTOCOLPGM("\n");
  2046. }
  2047. SERIAL_PROTOCOLPGM("Standard Deviation: ");
  2048. SERIAL_PROTOCOL_F(sigma, 6);
  2049. SERIAL_PROTOCOLPGM("\n\n");
  2050. Sigma_Exit:
  2051. break;
  2052. }
  2053. #endif // Z_PROBE_REPEATABILITY_TEST
  2054. #endif // ENABLE_AUTO_BED_LEVELING
  2055. case 104: // M104
  2056. if(setTargetedHotend(104)){
  2057. break;
  2058. }
  2059. if (code_seen('S')) setTargetHotend(code_value(), tmp_extruder);
  2060. #ifdef DUAL_X_CARRIAGE
  2061. if (dual_x_carriage_mode == DXC_DUPLICATION_MODE && tmp_extruder == 0)
  2062. setTargetHotend1(code_value() == 0.0 ? 0.0 : code_value() + duplicate_extruder_temp_offset);
  2063. #endif
  2064. setWatch();
  2065. break;
  2066. case 112: // M112 -Emergency Stop
  2067. kill();
  2068. break;
  2069. case 140: // M140 set bed temp
  2070. if (code_seen('S')) setTargetBed(code_value());
  2071. break;
  2072. case 105 : // M105
  2073. if(setTargetedHotend(105)){
  2074. break;
  2075. }
  2076. #if defined(TEMP_0_PIN) && TEMP_0_PIN > -1
  2077. SERIAL_PROTOCOLPGM("ok T:");
  2078. SERIAL_PROTOCOL_F(degHotend(tmp_extruder),1);
  2079. SERIAL_PROTOCOLPGM(" /");
  2080. SERIAL_PROTOCOL_F(degTargetHotend(tmp_extruder),1);
  2081. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  2082. SERIAL_PROTOCOLPGM(" B:");
  2083. SERIAL_PROTOCOL_F(degBed(),1);
  2084. SERIAL_PROTOCOLPGM(" /");
  2085. SERIAL_PROTOCOL_F(degTargetBed(),1);
  2086. #endif //TEMP_BED_PIN
  2087. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  2088. SERIAL_PROTOCOLPGM(" T");
  2089. SERIAL_PROTOCOL(cur_extruder);
  2090. SERIAL_PROTOCOLPGM(":");
  2091. SERIAL_PROTOCOL_F(degHotend(cur_extruder),1);
  2092. SERIAL_PROTOCOLPGM(" /");
  2093. SERIAL_PROTOCOL_F(degTargetHotend(cur_extruder),1);
  2094. }
  2095. #else
  2096. SERIAL_ERROR_START;
  2097. SERIAL_ERRORLNPGM(MSG_ERR_NO_THERMISTORS);
  2098. #endif
  2099. SERIAL_PROTOCOLPGM(" @:");
  2100. #ifdef EXTRUDER_WATTS
  2101. SERIAL_PROTOCOL((EXTRUDER_WATTS * getHeaterPower(tmp_extruder))/127);
  2102. SERIAL_PROTOCOLPGM("W");
  2103. #else
  2104. SERIAL_PROTOCOL(getHeaterPower(tmp_extruder));
  2105. #endif
  2106. SERIAL_PROTOCOLPGM(" B@:");
  2107. #ifdef BED_WATTS
  2108. SERIAL_PROTOCOL((BED_WATTS * getHeaterPower(-1))/127);
  2109. SERIAL_PROTOCOLPGM("W");
  2110. #else
  2111. SERIAL_PROTOCOL(getHeaterPower(-1));
  2112. #endif
  2113. #ifdef SHOW_TEMP_ADC_VALUES
  2114. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  2115. SERIAL_PROTOCOLPGM(" ADC B:");
  2116. SERIAL_PROTOCOL_F(degBed(),1);
  2117. SERIAL_PROTOCOLPGM("C->");
  2118. SERIAL_PROTOCOL_F(rawBedTemp()/OVERSAMPLENR,0);
  2119. #endif
  2120. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  2121. SERIAL_PROTOCOLPGM(" T");
  2122. SERIAL_PROTOCOL(cur_extruder);
  2123. SERIAL_PROTOCOLPGM(":");
  2124. SERIAL_PROTOCOL_F(degHotend(cur_extruder),1);
  2125. SERIAL_PROTOCOLPGM("C->");
  2126. SERIAL_PROTOCOL_F(rawHotendTemp(cur_extruder)/OVERSAMPLENR,0);
  2127. }
  2128. #endif
  2129. SERIAL_PROTOCOLLN("");
  2130. return;
  2131. break;
  2132. case 109:
  2133. {// M109 - Wait for extruder heater to reach target.
  2134. if(setTargetedHotend(109)){
  2135. break;
  2136. }
  2137. LCD_MESSAGEPGM(MSG_HEATING);
  2138. #ifdef AUTOTEMP
  2139. autotemp_enabled=false;
  2140. #endif
  2141. if (code_seen('S')) {
  2142. setTargetHotend(code_value(), tmp_extruder);
  2143. #ifdef DUAL_X_CARRIAGE
  2144. if (dual_x_carriage_mode == DXC_DUPLICATION_MODE && tmp_extruder == 0)
  2145. setTargetHotend1(code_value() == 0.0 ? 0.0 : code_value() + duplicate_extruder_temp_offset);
  2146. #endif
  2147. CooldownNoWait = true;
  2148. } else if (code_seen('R')) {
  2149. setTargetHotend(code_value(), tmp_extruder);
  2150. #ifdef DUAL_X_CARRIAGE
  2151. if (dual_x_carriage_mode == DXC_DUPLICATION_MODE && tmp_extruder == 0)
  2152. setTargetHotend1(code_value() == 0.0 ? 0.0 : code_value() + duplicate_extruder_temp_offset);
  2153. #endif
  2154. CooldownNoWait = false;
  2155. }
  2156. #ifdef AUTOTEMP
  2157. if (code_seen('S')) autotemp_min=code_value();
  2158. if (code_seen('B')) autotemp_max=code_value();
  2159. if (code_seen('F'))
  2160. {
  2161. autotemp_factor=code_value();
  2162. autotemp_enabled=true;
  2163. }
  2164. #endif
  2165. setWatch();
  2166. codenum = millis();
  2167. /* See if we are heating up or cooling down */
  2168. target_direction = isHeatingHotend(tmp_extruder); // true if heating, false if cooling
  2169. cancel_heatup = false;
  2170. #ifdef TEMP_RESIDENCY_TIME
  2171. long residencyStart;
  2172. residencyStart = -1;
  2173. /* continue to loop until we have reached the target temp
  2174. _and_ until TEMP_RESIDENCY_TIME hasn't passed since we reached it */
  2175. while((!cancel_heatup)&&((residencyStart == -1) ||
  2176. (residencyStart >= 0 && (((unsigned int) (millis() - residencyStart)) < (TEMP_RESIDENCY_TIME * 1000UL)))) ) {
  2177. #else
  2178. while ( target_direction ? (isHeatingHotend(tmp_extruder)) : (isCoolingHotend(tmp_extruder)&&(CooldownNoWait==false)) ) {
  2179. #endif //TEMP_RESIDENCY_TIME
  2180. if( (millis() - codenum) > 1000UL )
  2181. { //Print Temp Reading and remaining time every 1 second while heating up/cooling down
  2182. SERIAL_PROTOCOLPGM("T:");
  2183. SERIAL_PROTOCOL_F(degHotend(tmp_extruder),1);
  2184. SERIAL_PROTOCOLPGM(" E:");
  2185. SERIAL_PROTOCOL((int)tmp_extruder);
  2186. #ifdef TEMP_RESIDENCY_TIME
  2187. SERIAL_PROTOCOLPGM(" W:");
  2188. if(residencyStart > -1)
  2189. {
  2190. codenum = ((TEMP_RESIDENCY_TIME * 1000UL) - (millis() - residencyStart)) / 1000UL;
  2191. SERIAL_PROTOCOLLN( codenum );
  2192. }
  2193. else
  2194. {
  2195. SERIAL_PROTOCOLLN( "?" );
  2196. }
  2197. #else
  2198. SERIAL_PROTOCOLLN("");
  2199. #endif
  2200. codenum = millis();
  2201. }
  2202. manage_heater();
  2203. manage_inactivity();
  2204. lcd_update();
  2205. #ifdef TEMP_RESIDENCY_TIME
  2206. /* start/restart the TEMP_RESIDENCY_TIME timer whenever we reach target temp for the first time
  2207. or when current temp falls outside the hysteresis after target temp was reached */
  2208. if ((residencyStart == -1 && target_direction && (degHotend(tmp_extruder) >= (degTargetHotend(tmp_extruder)-TEMP_WINDOW))) ||
  2209. (residencyStart == -1 && !target_direction && (degHotend(tmp_extruder) <= (degTargetHotend(tmp_extruder)+TEMP_WINDOW))) ||
  2210. (residencyStart > -1 && labs(degHotend(tmp_extruder) - degTargetHotend(tmp_extruder)) > TEMP_HYSTERESIS) )
  2211. {
  2212. residencyStart = millis();
  2213. }
  2214. #endif //TEMP_RESIDENCY_TIME
  2215. }
  2216. LCD_MESSAGEPGM(MSG_HEATING_COMPLETE);
  2217. starttime=millis();
  2218. previous_millis_cmd = millis();
  2219. }
  2220. break;
  2221. case 190: // M190 - Wait for bed heater to reach target.
  2222. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  2223. LCD_MESSAGEPGM(MSG_BED_HEATING);
  2224. if (code_seen('S')) {
  2225. setTargetBed(code_value());
  2226. CooldownNoWait = true;
  2227. } else if (code_seen('R')) {
  2228. setTargetBed(code_value());
  2229. CooldownNoWait = false;
  2230. }
  2231. codenum = millis();
  2232. cancel_heatup = false;
  2233. target_direction = isHeatingBed(); // true if heating, false if cooling
  2234. while ( (target_direction)&&(!cancel_heatup) ? (isHeatingBed()) : (isCoolingBed()&&(CooldownNoWait==false)) )
  2235. {
  2236. if(( millis() - codenum) > 1000 ) //Print Temp Reading every 1 second while heating up.
  2237. {
  2238. float tt=degHotend(active_extruder);
  2239. SERIAL_PROTOCOLPGM("T:");
  2240. SERIAL_PROTOCOL(tt);
  2241. SERIAL_PROTOCOLPGM(" E:");
  2242. SERIAL_PROTOCOL((int)active_extruder);
  2243. SERIAL_PROTOCOLPGM(" B:");
  2244. SERIAL_PROTOCOL_F(degBed(),1);
  2245. SERIAL_PROTOCOLLN("");
  2246. codenum = millis();
  2247. }
  2248. manage_heater();
  2249. manage_inactivity();
  2250. lcd_update();
  2251. }
  2252. LCD_MESSAGEPGM(MSG_BED_DONE);
  2253. previous_millis_cmd = millis();
  2254. #endif
  2255. break;
  2256. #if defined(FAN_PIN) && FAN_PIN > -1
  2257. case 106: //M106 Fan On
  2258. if (code_seen('S')){
  2259. fanSpeed=constrain(code_value(),0,255);
  2260. }
  2261. else {
  2262. fanSpeed=255;
  2263. }
  2264. break;
  2265. case 107: //M107 Fan Off
  2266. fanSpeed = 0;
  2267. break;
  2268. #endif //FAN_PIN
  2269. #ifdef BARICUDA
  2270. // PWM for HEATER_1_PIN
  2271. #if defined(HEATER_1_PIN) && HEATER_1_PIN > -1
  2272. case 126: //M126 valve open
  2273. if (code_seen('S')){
  2274. ValvePressure=constrain(code_value(),0,255);
  2275. }
  2276. else {
  2277. ValvePressure=255;
  2278. }
  2279. break;
  2280. case 127: //M127 valve closed
  2281. ValvePressure = 0;
  2282. break;
  2283. #endif //HEATER_1_PIN
  2284. // PWM for HEATER_2_PIN
  2285. #if defined(HEATER_2_PIN) && HEATER_2_PIN > -1
  2286. case 128: //M128 valve open
  2287. if (code_seen('S')){
  2288. EtoPPressure=constrain(code_value(),0,255);
  2289. }
  2290. else {
  2291. EtoPPressure=255;
  2292. }
  2293. break;
  2294. case 129: //M129 valve closed
  2295. EtoPPressure = 0;
  2296. break;
  2297. #endif //HEATER_2_PIN
  2298. #endif
  2299. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  2300. case 80: // M80 - Turn on Power Supply
  2301. SET_OUTPUT(PS_ON_PIN); //GND
  2302. WRITE(PS_ON_PIN, PS_ON_AWAKE);
  2303. // If you have a switch on suicide pin, this is useful
  2304. // if you want to start another print with suicide feature after
  2305. // a print without suicide...
  2306. #if defined SUICIDE_PIN && SUICIDE_PIN > -1
  2307. SET_OUTPUT(SUICIDE_PIN);
  2308. WRITE(SUICIDE_PIN, HIGH);
  2309. #endif
  2310. #ifdef ULTIPANEL
  2311. powersupply = true;
  2312. LCD_MESSAGEPGM(WELCOME_MSG);
  2313. lcd_update();
  2314. #endif
  2315. break;
  2316. #endif
  2317. case 81: // M81 - Turn off Power Supply
  2318. disable_heater();
  2319. st_synchronize();
  2320. disable_e0();
  2321. disable_e1();
  2322. disable_e2();
  2323. finishAndDisableSteppers();
  2324. fanSpeed = 0;
  2325. delay(1000); // Wait a little before to switch off
  2326. #if defined(SUICIDE_PIN) && SUICIDE_PIN > -1
  2327. st_synchronize();
  2328. suicide();
  2329. #elif defined(PS_ON_PIN) && PS_ON_PIN > -1
  2330. SET_OUTPUT(PS_ON_PIN);
  2331. WRITE(PS_ON_PIN, PS_ON_ASLEEP);
  2332. #endif
  2333. #ifdef ULTIPANEL
  2334. powersupply = false;
  2335. LCD_MESSAGEPGM(MACHINE_NAME" "MSG_OFF".");
  2336. lcd_update();
  2337. #endif
  2338. break;
  2339. case 82:
  2340. axis_relative_modes[3] = false;
  2341. break;
  2342. case 83:
  2343. axis_relative_modes[3] = true;
  2344. break;
  2345. case 18: //compatibility
  2346. case 84: // M84
  2347. if(code_seen('S')){
  2348. stepper_inactive_time = code_value() * 1000;
  2349. }
  2350. else
  2351. {
  2352. bool all_axis = !((code_seen(axis_codes[X_AXIS])) || (code_seen(axis_codes[Y_AXIS])) || (code_seen(axis_codes[Z_AXIS]))|| (code_seen(axis_codes[E_AXIS])));
  2353. if(all_axis)
  2354. {
  2355. st_synchronize();
  2356. disable_e0();
  2357. disable_e1();
  2358. disable_e2();
  2359. finishAndDisableSteppers();
  2360. }
  2361. else
  2362. {
  2363. st_synchronize();
  2364. if(code_seen('X')) disable_x();
  2365. if(code_seen('Y')) disable_y();
  2366. if(code_seen('Z')) disable_z();
  2367. #if ((E0_ENABLE_PIN != X_ENABLE_PIN) && (E1_ENABLE_PIN != Y_ENABLE_PIN)) // Only enable on boards that have seperate ENABLE_PINS
  2368. if(code_seen('E')) {
  2369. disable_e0();
  2370. disable_e1();
  2371. disable_e2();
  2372. }
  2373. #endif
  2374. }
  2375. }
  2376. break;
  2377. case 85: // M85
  2378. if(code_seen('S')) {
  2379. max_inactive_time = code_value() * 1000;
  2380. }
  2381. break;
  2382. case 92: // M92
  2383. for(int8_t i=0; i < NUM_AXIS; i++)
  2384. {
  2385. if(code_seen(axis_codes[i]))
  2386. {
  2387. if(i == 3) { // E
  2388. float value = code_value();
  2389. if(value < 20.0) {
  2390. float factor = axis_steps_per_unit[i] / value; // increase e constants if M92 E14 is given for netfab.
  2391. max_e_jerk *= factor;
  2392. max_feedrate[i] *= factor;
  2393. axis_steps_per_sqr_second[i] *= factor;
  2394. }
  2395. axis_steps_per_unit[i] = value;
  2396. }
  2397. else {
  2398. axis_steps_per_unit[i] = code_value();
  2399. }
  2400. }
  2401. }
  2402. break;
  2403. case 115: // M115
  2404. SERIAL_PROTOCOLPGM(MSG_M115_REPORT);
  2405. break;
  2406. case 117: // M117 display message
  2407. starpos = (strchr(strchr_pointer + 5,'*'));
  2408. if(starpos!=NULL)
  2409. *(starpos)='\0';
  2410. lcd_setstatus(strchr_pointer + 5);
  2411. break;
  2412. case 114: // M114
  2413. SERIAL_PROTOCOLPGM("X:");
  2414. SERIAL_PROTOCOL(current_position[X_AXIS]);
  2415. SERIAL_PROTOCOLPGM(" Y:");
  2416. SERIAL_PROTOCOL(current_position[Y_AXIS]);
  2417. SERIAL_PROTOCOLPGM(" Z:");
  2418. SERIAL_PROTOCOL(current_position[Z_AXIS]);
  2419. SERIAL_PROTOCOLPGM(" E:");
  2420. SERIAL_PROTOCOL(current_position[E_AXIS]);
  2421. SERIAL_PROTOCOLPGM(MSG_COUNT_X);
  2422. SERIAL_PROTOCOL(float(st_get_position(X_AXIS))/axis_steps_per_unit[X_AXIS]);
  2423. SERIAL_PROTOCOLPGM(" Y:");
  2424. SERIAL_PROTOCOL(float(st_get_position(Y_AXIS))/axis_steps_per_unit[Y_AXIS]);
  2425. SERIAL_PROTOCOLPGM(" Z:");
  2426. SERIAL_PROTOCOL(float(st_get_position(Z_AXIS))/axis_steps_per_unit[Z_AXIS]);
  2427. SERIAL_PROTOCOLLN("");
  2428. #ifdef SCARA
  2429. SERIAL_PROTOCOLPGM("SCARA Theta:");
  2430. SERIAL_PROTOCOL(delta[X_AXIS]);
  2431. SERIAL_PROTOCOLPGM(" Psi+Theta:");
  2432. SERIAL_PROTOCOL(delta[Y_AXIS]);
  2433. SERIAL_PROTOCOLLN("");
  2434. SERIAL_PROTOCOLPGM("SCARA Cal - Theta:");
  2435. SERIAL_PROTOCOL(delta[X_AXIS]+add_homing[0]);
  2436. SERIAL_PROTOCOLPGM(" Psi+Theta (90):");
  2437. SERIAL_PROTOCOL(delta[Y_AXIS]-delta[X_AXIS]-90+add_homing[1]);
  2438. SERIAL_PROTOCOLLN("");
  2439. SERIAL_PROTOCOLPGM("SCARA step Cal - Theta:");
  2440. SERIAL_PROTOCOL(delta[X_AXIS]/90*axis_steps_per_unit[X_AXIS]);
  2441. SERIAL_PROTOCOLPGM(" Psi+Theta:");
  2442. SERIAL_PROTOCOL((delta[Y_AXIS]-delta[X_AXIS])/90*axis_steps_per_unit[Y_AXIS]);
  2443. SERIAL_PROTOCOLLN("");
  2444. SERIAL_PROTOCOLLN("");
  2445. #endif
  2446. break;
  2447. case 120: // M120
  2448. enable_endstops(false) ;
  2449. break;
  2450. case 121: // M121
  2451. enable_endstops(true) ;
  2452. break;
  2453. case 119: // M119
  2454. SERIAL_PROTOCOLLN(MSG_M119_REPORT);
  2455. #if defined(X_MIN_PIN) && X_MIN_PIN > -1
  2456. SERIAL_PROTOCOLPGM(MSG_X_MIN);
  2457. SERIAL_PROTOCOLLN(((READ(X_MIN_PIN)^X_MIN_ENDSTOP_INVERTING)?MSG_ENDSTOP_HIT:MSG_ENDSTOP_OPEN));
  2458. #endif
  2459. #if defined(X_MAX_PIN) && X_MAX_PIN > -1
  2460. SERIAL_PROTOCOLPGM(MSG_X_MAX);
  2461. SERIAL_PROTOCOLLN(((READ(X_MAX_PIN)^X_MAX_ENDSTOP_INVERTING)?MSG_ENDSTOP_HIT:MSG_ENDSTOP_OPEN));
  2462. #endif
  2463. #if defined(Y_MIN_PIN) && Y_MIN_PIN > -1
  2464. SERIAL_PROTOCOLPGM(MSG_Y_MIN);
  2465. SERIAL_PROTOCOLLN(((READ(Y_MIN_PIN)^Y_MIN_ENDSTOP_INVERTING)?MSG_ENDSTOP_HIT:MSG_ENDSTOP_OPEN));
  2466. #endif
  2467. #if defined(Y_MAX_PIN) && Y_MAX_PIN > -1
  2468. SERIAL_PROTOCOLPGM(MSG_Y_MAX);
  2469. SERIAL_PROTOCOLLN(((READ(Y_MAX_PIN)^Y_MAX_ENDSTOP_INVERTING)?MSG_ENDSTOP_HIT:MSG_ENDSTOP_OPEN));
  2470. #endif
  2471. #if defined(Z_MIN_PIN) && Z_MIN_PIN > -1
  2472. SERIAL_PROTOCOLPGM(MSG_Z_MIN);
  2473. SERIAL_PROTOCOLLN(((READ(Z_MIN_PIN)^Z_MIN_ENDSTOP_INVERTING)?MSG_ENDSTOP_HIT:MSG_ENDSTOP_OPEN));
  2474. #endif
  2475. #if defined(Z_MAX_PIN) && Z_MAX_PIN > -1
  2476. SERIAL_PROTOCOLPGM(MSG_Z_MAX);
  2477. SERIAL_PROTOCOLLN(((READ(Z_MAX_PIN)^Z_MAX_ENDSTOP_INVERTING)?MSG_ENDSTOP_HIT:MSG_ENDSTOP_OPEN));
  2478. #endif
  2479. break;
  2480. //TODO: update for all axis, use for loop
  2481. #ifdef BLINKM
  2482. case 150: // M150
  2483. {
  2484. byte red;
  2485. byte grn;
  2486. byte blu;
  2487. if(code_seen('R')) red = code_value();
  2488. if(code_seen('U')) grn = code_value();
  2489. if(code_seen('B')) blu = code_value();
  2490. SendColors(red,grn,blu);
  2491. }
  2492. break;
  2493. #endif //BLINKM
  2494. case 200: // M200 D<millimeters> set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).
  2495. {
  2496. float area = .0;
  2497. float radius = .0;
  2498. if(code_seen('D')) {
  2499. radius = (float)code_value() * .5;
  2500. if(radius == 0) {
  2501. area = 1;
  2502. } else {
  2503. area = M_PI * pow(radius, 2);
  2504. }
  2505. } else {
  2506. //reserved for setting filament diameter via UFID or filament measuring device
  2507. break;
  2508. }
  2509. tmp_extruder = active_extruder;
  2510. if(code_seen('T')) {
  2511. tmp_extruder = code_value();
  2512. if(tmp_extruder >= EXTRUDERS) {
  2513. SERIAL_ECHO_START;
  2514. SERIAL_ECHO(MSG_M200_INVALID_EXTRUDER);
  2515. break;
  2516. }
  2517. }
  2518. volumetric_multiplier[tmp_extruder] = 1 / area;
  2519. }
  2520. break;
  2521. case 201: // M201
  2522. for(int8_t i=0; i < NUM_AXIS; i++)
  2523. {
  2524. if(code_seen(axis_codes[i]))
  2525. {
  2526. max_acceleration_units_per_sq_second[i] = code_value();
  2527. }
  2528. }
  2529. // steps per sq second need to be updated to agree with the units per sq second (as they are what is used in the planner)
  2530. reset_acceleration_rates();
  2531. break;
  2532. #if 0 // Not used for Sprinter/grbl gen6
  2533. case 202: // M202
  2534. for(int8_t i=0; i < NUM_AXIS; i++) {
  2535. if(code_seen(axis_codes[i])) axis_travel_steps_per_sqr_second[i] = code_value() * axis_steps_per_unit[i];
  2536. }
  2537. break;
  2538. #endif
  2539. case 203: // M203 max feedrate mm/sec
  2540. for(int8_t i=0; i < NUM_AXIS; i++) {
  2541. if(code_seen(axis_codes[i])) max_feedrate[i] = code_value();
  2542. }
  2543. break;
  2544. case 204: // M204 acclereration S normal moves T filmanent only moves
  2545. {
  2546. if(code_seen('S')) acceleration = code_value() ;
  2547. if(code_seen('T')) retract_acceleration = code_value() ;
  2548. }
  2549. break;
  2550. case 205: //M205 advanced settings: minimum travel speed S=while printing T=travel only, B=minimum segment time X= maximum xy jerk, Z=maximum Z jerk
  2551. {
  2552. if(code_seen('S')) minimumfeedrate = code_value();
  2553. if(code_seen('T')) mintravelfeedrate = code_value();
  2554. if(code_seen('B')) minsegmenttime = code_value() ;
  2555. if(code_seen('X')) max_xy_jerk = code_value() ;
  2556. if(code_seen('Z')) max_z_jerk = code_value() ;
  2557. if(code_seen('E')) max_e_jerk = code_value() ;
  2558. }
  2559. break;
  2560. case 206: // M206 additional homing offset
  2561. for(int8_t i=0; i < 3; i++)
  2562. {
  2563. if(code_seen(axis_codes[i])) add_homing[i] = code_value();
  2564. }
  2565. #ifdef SCARA
  2566. if(code_seen('T')) // Theta
  2567. {
  2568. add_homing[0] = code_value() ;
  2569. }
  2570. if(code_seen('P')) // Psi
  2571. {
  2572. add_homing[1] = code_value() ;
  2573. }
  2574. #endif
  2575. break;
  2576. #ifdef DELTA
  2577. case 665: // M665 set delta configurations L<diagonal_rod> R<delta_radius> S<segments_per_sec>
  2578. if(code_seen('L')) {
  2579. delta_diagonal_rod= code_value();
  2580. }
  2581. if(code_seen('R')) {
  2582. delta_radius= code_value();
  2583. }
  2584. if(code_seen('S')) {
  2585. delta_segments_per_second= code_value();
  2586. }
  2587. recalc_delta_settings(delta_radius, delta_diagonal_rod);
  2588. break;
  2589. case 666: // M666 set delta endstop adjustemnt
  2590. for(int8_t i=0; i < 3; i++)
  2591. {
  2592. if(code_seen(axis_codes[i])) endstop_adj[i] = code_value();
  2593. }
  2594. break;
  2595. #endif
  2596. #ifdef FWRETRACT
  2597. case 207: //M207 - set retract length S[positive mm] F[feedrate mm/min] Z[additional zlift/hop]
  2598. {
  2599. if(code_seen('S'))
  2600. {
  2601. retract_length = code_value() ;
  2602. }
  2603. if(code_seen('F'))
  2604. {
  2605. retract_feedrate = code_value()/60 ;
  2606. }
  2607. if(code_seen('Z'))
  2608. {
  2609. retract_zlift = code_value() ;
  2610. }
  2611. }break;
  2612. case 208: // M208 - set retract recover length S[positive mm surplus to the M207 S*] F[feedrate mm/min]
  2613. {
  2614. if(code_seen('S'))
  2615. {
  2616. retract_recover_length = code_value() ;
  2617. }
  2618. if(code_seen('F'))
  2619. {
  2620. retract_recover_feedrate = code_value()/60 ;
  2621. }
  2622. }break;
  2623. case 209: // M209 - S<1=true/0=false> enable automatic retract detect if the slicer did not support G10/11: every normal extrude-only move will be classified as retract depending on the direction.
  2624. {
  2625. if(code_seen('S'))
  2626. {
  2627. int t= code_value() ;
  2628. switch(t)
  2629. {
  2630. case 0:
  2631. {
  2632. autoretract_enabled=false;
  2633. retracted[0]=false;
  2634. #if EXTRUDERS > 1
  2635. retracted[1]=false;
  2636. #endif
  2637. #if EXTRUDERS > 2
  2638. retracted[2]=false;
  2639. #endif
  2640. }break;
  2641. case 1:
  2642. {
  2643. autoretract_enabled=true;
  2644. retracted[0]=false;
  2645. #if EXTRUDERS > 1
  2646. retracted[1]=false;
  2647. #endif
  2648. #if EXTRUDERS > 2
  2649. retracted[2]=false;
  2650. #endif
  2651. }break;
  2652. default:
  2653. SERIAL_ECHO_START;
  2654. SERIAL_ECHOPGM(MSG_UNKNOWN_COMMAND);
  2655. SERIAL_ECHO(cmdbuffer[bufindr]);
  2656. SERIAL_ECHOLNPGM("\"");
  2657. }
  2658. }
  2659. }break;
  2660. #endif // FWRETRACT
  2661. #if EXTRUDERS > 1
  2662. case 218: // M218 - set hotend offset (in mm), T<extruder_number> X<offset_on_X> Y<offset_on_Y>
  2663. {
  2664. if(setTargetedHotend(218)){
  2665. break;
  2666. }
  2667. if(code_seen('X'))
  2668. {
  2669. extruder_offset[X_AXIS][tmp_extruder] = code_value();
  2670. }
  2671. if(code_seen('Y'))
  2672. {
  2673. extruder_offset[Y_AXIS][tmp_extruder] = code_value();
  2674. }
  2675. #ifdef DUAL_X_CARRIAGE
  2676. if(code_seen('Z'))
  2677. {
  2678. extruder_offset[Z_AXIS][tmp_extruder] = code_value();
  2679. }
  2680. #endif
  2681. SERIAL_ECHO_START;
  2682. SERIAL_ECHOPGM(MSG_HOTEND_OFFSET);
  2683. for(tmp_extruder = 0; tmp_extruder < EXTRUDERS; tmp_extruder++)
  2684. {
  2685. SERIAL_ECHO(" ");
  2686. SERIAL_ECHO(extruder_offset[X_AXIS][tmp_extruder]);
  2687. SERIAL_ECHO(",");
  2688. SERIAL_ECHO(extruder_offset[Y_AXIS][tmp_extruder]);
  2689. #ifdef DUAL_X_CARRIAGE
  2690. SERIAL_ECHO(",");
  2691. SERIAL_ECHO(extruder_offset[Z_AXIS][tmp_extruder]);
  2692. #endif
  2693. }
  2694. SERIAL_ECHOLN("");
  2695. }break;
  2696. #endif
  2697. case 220: // M220 S<factor in percent>- set speed factor override percentage
  2698. {
  2699. if(code_seen('S'))
  2700. {
  2701. feedmultiply = code_value() ;
  2702. }
  2703. }
  2704. break;
  2705. case 221: // M221 S<factor in percent>- set extrude factor override percentage
  2706. {
  2707. if(code_seen('S'))
  2708. {
  2709. int tmp_code = code_value();
  2710. if (code_seen('T'))
  2711. {
  2712. if(setTargetedHotend(221)){
  2713. break;
  2714. }
  2715. extruder_multiply[tmp_extruder] = tmp_code;
  2716. }
  2717. else
  2718. {
  2719. extrudemultiply = tmp_code ;
  2720. }
  2721. }
  2722. }
  2723. break;
  2724. case 226: // M226 P<pin number> S<pin state>- Wait until the specified pin reaches the state required
  2725. {
  2726. if(code_seen('P')){
  2727. int pin_number = code_value(); // pin number
  2728. int pin_state = -1; // required pin state - default is inverted
  2729. if(code_seen('S')) pin_state = code_value(); // required pin state
  2730. if(pin_state >= -1 && pin_state <= 1){
  2731. for(int8_t i = 0; i < (int8_t)(sizeof(sensitive_pins)/sizeof(int)); i++)
  2732. {
  2733. if (sensitive_pins[i] == pin_number)
  2734. {
  2735. pin_number = -1;
  2736. break;
  2737. }
  2738. }
  2739. if (pin_number > -1)
  2740. {
  2741. st_synchronize();
  2742. pinMode(pin_number, INPUT);
  2743. int target;
  2744. switch(pin_state){
  2745. case 1:
  2746. target = HIGH;
  2747. break;
  2748. case 0:
  2749. target = LOW;
  2750. break;
  2751. case -1:
  2752. target = !digitalRead(pin_number);
  2753. break;
  2754. }
  2755. while(digitalRead(pin_number) != target){
  2756. manage_heater();
  2757. manage_inactivity();
  2758. lcd_update();
  2759. }
  2760. }
  2761. }
  2762. }
  2763. }
  2764. break;
  2765. #if NUM_SERVOS > 0
  2766. case 280: // M280 - set servo position absolute. P: servo index, S: angle or microseconds
  2767. {
  2768. int servo_index = -1;
  2769. int servo_position = 0;
  2770. if (code_seen('P'))
  2771. servo_index = code_value();
  2772. if (code_seen('S')) {
  2773. servo_position = code_value();
  2774. if ((servo_index >= 0) && (servo_index < NUM_SERVOS)) {
  2775. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  2776. servos[servo_index].attach(0);
  2777. #endif
  2778. servos[servo_index].write(servo_position);
  2779. #if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
  2780. delay(PROBE_SERVO_DEACTIVATION_DELAY);
  2781. servos[servo_index].detach();
  2782. #endif
  2783. }
  2784. else {
  2785. SERIAL_ECHO_START;
  2786. SERIAL_ECHO("Servo ");
  2787. SERIAL_ECHO(servo_index);
  2788. SERIAL_ECHOLN(" out of range");
  2789. }
  2790. }
  2791. else if (servo_index >= 0) {
  2792. SERIAL_PROTOCOL(MSG_OK);
  2793. SERIAL_PROTOCOL(" Servo ");
  2794. SERIAL_PROTOCOL(servo_index);
  2795. SERIAL_PROTOCOL(": ");
  2796. SERIAL_PROTOCOL(servos[servo_index].read());
  2797. SERIAL_PROTOCOLLN("");
  2798. }
  2799. }
  2800. break;
  2801. #endif // NUM_SERVOS > 0
  2802. #if (LARGE_FLASH == true && ( BEEPER > 0 || defined(ULTRALCD) || defined(LCD_USE_I2C_BUZZER)))
  2803. case 300: // M300
  2804. {
  2805. int beepS = code_seen('S') ? code_value() : 110;
  2806. int beepP = code_seen('P') ? code_value() : 1000;
  2807. if (beepS > 0)
  2808. {
  2809. #if BEEPER > 0
  2810. tone(BEEPER, beepS);
  2811. delay(beepP);
  2812. noTone(BEEPER);
  2813. #elif defined(ULTRALCD)
  2814. lcd_buzz(beepS, beepP);
  2815. #elif defined(LCD_USE_I2C_BUZZER)
  2816. lcd_buzz(beepP, beepS);
  2817. #endif
  2818. }
  2819. else
  2820. {
  2821. delay(beepP);
  2822. }
  2823. }
  2824. break;
  2825. #endif // M300
  2826. #ifdef PIDTEMP
  2827. case 301: // M301
  2828. {
  2829. if(code_seen('P')) Kp = code_value();
  2830. if(code_seen('I')) Ki = scalePID_i(code_value());
  2831. if(code_seen('D')) Kd = scalePID_d(code_value());
  2832. #ifdef PID_ADD_EXTRUSION_RATE
  2833. if(code_seen('C')) Kc = code_value();
  2834. #endif
  2835. updatePID();
  2836. SERIAL_PROTOCOL(MSG_OK);
  2837. SERIAL_PROTOCOL(" p:");
  2838. SERIAL_PROTOCOL(Kp);
  2839. SERIAL_PROTOCOL(" i:");
  2840. SERIAL_PROTOCOL(unscalePID_i(Ki));
  2841. SERIAL_PROTOCOL(" d:");
  2842. SERIAL_PROTOCOL(unscalePID_d(Kd));
  2843. #ifdef PID_ADD_EXTRUSION_RATE
  2844. SERIAL_PROTOCOL(" c:");
  2845. //Kc does not have scaling applied above, or in resetting defaults
  2846. SERIAL_PROTOCOL(Kc);
  2847. #endif
  2848. SERIAL_PROTOCOLLN("");
  2849. }
  2850. break;
  2851. #endif //PIDTEMP
  2852. #ifdef PIDTEMPBED
  2853. case 304: // M304
  2854. {
  2855. if(code_seen('P')) bedKp = code_value();
  2856. if(code_seen('I')) bedKi = scalePID_i(code_value());
  2857. if(code_seen('D')) bedKd = scalePID_d(code_value());
  2858. updatePID();
  2859. SERIAL_PROTOCOL(MSG_OK);
  2860. SERIAL_PROTOCOL(" p:");
  2861. SERIAL_PROTOCOL(bedKp);
  2862. SERIAL_PROTOCOL(" i:");
  2863. SERIAL_PROTOCOL(unscalePID_i(bedKi));
  2864. SERIAL_PROTOCOL(" d:");
  2865. SERIAL_PROTOCOL(unscalePID_d(bedKd));
  2866. SERIAL_PROTOCOLLN("");
  2867. }
  2868. break;
  2869. #endif //PIDTEMP
  2870. case 240: // M240 Triggers a camera by emulating a Canon RC-1 : http://www.doc-diy.net/photo/rc-1_hacked/
  2871. {
  2872. #ifdef CHDK
  2873. SET_OUTPUT(CHDK);
  2874. WRITE(CHDK, HIGH);
  2875. chdkHigh = millis();
  2876. chdkActive = true;
  2877. #else
  2878. #if defined(PHOTOGRAPH_PIN) && PHOTOGRAPH_PIN > -1
  2879. const uint8_t NUM_PULSES=16;
  2880. const float PULSE_LENGTH=0.01524;
  2881. for(int i=0; i < NUM_PULSES; i++) {
  2882. WRITE(PHOTOGRAPH_PIN, HIGH);
  2883. _delay_ms(PULSE_LENGTH);
  2884. WRITE(PHOTOGRAPH_PIN, LOW);
  2885. _delay_ms(PULSE_LENGTH);
  2886. }
  2887. delay(7.33);
  2888. for(int i=0; i < NUM_PULSES; i++) {
  2889. WRITE(PHOTOGRAPH_PIN, HIGH);
  2890. _delay_ms(PULSE_LENGTH);
  2891. WRITE(PHOTOGRAPH_PIN, LOW);
  2892. _delay_ms(PULSE_LENGTH);
  2893. }
  2894. #endif
  2895. #endif //chdk end if
  2896. }
  2897. break;
  2898. #ifdef DOGLCD
  2899. case 250: // M250 Set LCD contrast value: C<value> (value 0..63)
  2900. {
  2901. if (code_seen('C')) {
  2902. lcd_setcontrast( ((int)code_value())&63 );
  2903. }
  2904. SERIAL_PROTOCOLPGM("lcd contrast value: ");
  2905. SERIAL_PROTOCOL(lcd_contrast);
  2906. SERIAL_PROTOCOLLN("");
  2907. }
  2908. break;
  2909. #endif
  2910. #ifdef PREVENT_DANGEROUS_EXTRUDE
  2911. case 302: // allow cold extrudes, or set the minimum extrude temperature
  2912. {
  2913. float temp = .0;
  2914. if (code_seen('S')) temp=code_value();
  2915. set_extrude_min_temp(temp);
  2916. }
  2917. break;
  2918. #endif
  2919. case 303: // M303 PID autotune
  2920. {
  2921. float temp = 150.0;
  2922. int e=0;
  2923. int c=5;
  2924. if (code_seen('E')) e=code_value();
  2925. if (e<0)
  2926. temp=70;
  2927. if (code_seen('S')) temp=code_value();
  2928. if (code_seen('C')) c=code_value();
  2929. PID_autotune(temp, e, c);
  2930. }
  2931. break;
  2932. #ifdef SCARA
  2933. case 360: // M360 SCARA Theta pos1
  2934. SERIAL_ECHOLN(" Cal: Theta 0 ");
  2935. //SoftEndsEnabled = false; // Ignore soft endstops during calibration
  2936. //SERIAL_ECHOLN(" Soft endstops disabled ");
  2937. if(Stopped == false) {
  2938. //get_coordinates(); // For X Y Z E F
  2939. delta[0] = 0;
  2940. delta[1] = 120;
  2941. calculate_SCARA_forward_Transform(delta);
  2942. destination[0] = delta[0]/axis_scaling[X_AXIS];
  2943. destination[1] = delta[1]/axis_scaling[Y_AXIS];
  2944. prepare_move();
  2945. //ClearToSend();
  2946. return;
  2947. }
  2948. break;
  2949. case 361: // SCARA Theta pos2
  2950. SERIAL_ECHOLN(" Cal: Theta 90 ");
  2951. //SoftEndsEnabled = false; // Ignore soft endstops during calibration
  2952. //SERIAL_ECHOLN(" Soft endstops disabled ");
  2953. if(Stopped == false) {
  2954. //get_coordinates(); // For X Y Z E F
  2955. delta[0] = 90;
  2956. delta[1] = 130;
  2957. calculate_SCARA_forward_Transform(delta);
  2958. destination[0] = delta[0]/axis_scaling[X_AXIS];
  2959. destination[1] = delta[1]/axis_scaling[Y_AXIS];
  2960. prepare_move();
  2961. //ClearToSend();
  2962. return;
  2963. }
  2964. break;
  2965. case 362: // SCARA Psi pos1
  2966. SERIAL_ECHOLN(" Cal: Psi 0 ");
  2967. //SoftEndsEnabled = false; // Ignore soft endstops during calibration
  2968. //SERIAL_ECHOLN(" Soft endstops disabled ");
  2969. if(Stopped == false) {
  2970. //get_coordinates(); // For X Y Z E F
  2971. delta[0] = 60;
  2972. delta[1] = 180;
  2973. calculate_SCARA_forward_Transform(delta);
  2974. destination[0] = delta[0]/axis_scaling[X_AXIS];
  2975. destination[1] = delta[1]/axis_scaling[Y_AXIS];
  2976. prepare_move();
  2977. //ClearToSend();
  2978. return;
  2979. }
  2980. break;
  2981. case 363: // SCARA Psi pos2
  2982. SERIAL_ECHOLN(" Cal: Psi 90 ");
  2983. //SoftEndsEnabled = false; // Ignore soft endstops during calibration
  2984. //SERIAL_ECHOLN(" Soft endstops disabled ");
  2985. if(Stopped == false) {
  2986. //get_coordinates(); // For X Y Z E F
  2987. delta[0] = 50;
  2988. delta[1] = 90;
  2989. calculate_SCARA_forward_Transform(delta);
  2990. destination[0] = delta[0]/axis_scaling[X_AXIS];
  2991. destination[1] = delta[1]/axis_scaling[Y_AXIS];
  2992. prepare_move();
  2993. //ClearToSend();
  2994. return;
  2995. }
  2996. break;
  2997. case 364: // SCARA Psi pos3 (90 deg to Theta)
  2998. SERIAL_ECHOLN(" Cal: Theta-Psi 90 ");
  2999. // SoftEndsEnabled = false; // Ignore soft endstops during calibration
  3000. //SERIAL_ECHOLN(" Soft endstops disabled ");
  3001. if(Stopped == false) {
  3002. //get_coordinates(); // For X Y Z E F
  3003. delta[0] = 45;
  3004. delta[1] = 135;
  3005. calculate_SCARA_forward_Transform(delta);
  3006. destination[0] = delta[0]/axis_scaling[X_AXIS];
  3007. destination[1] = delta[1]/axis_scaling[Y_AXIS];
  3008. prepare_move();
  3009. //ClearToSend();
  3010. return;
  3011. }
  3012. break;
  3013. case 365: // M364 Set SCARA scaling for X Y Z
  3014. for(int8_t i=0; i < 3; i++)
  3015. {
  3016. if(code_seen(axis_codes[i]))
  3017. {
  3018. axis_scaling[i] = code_value();
  3019. }
  3020. }
  3021. break;
  3022. #endif
  3023. case 400: // M400 finish all moves
  3024. {
  3025. st_synchronize();
  3026. }
  3027. break;
  3028. #if defined(ENABLE_AUTO_BED_LEVELING) && defined(SERVO_ENDSTOPS) && not defined(Z_PROBE_SLED)
  3029. case 401:
  3030. {
  3031. engage_z_probe(); // Engage Z Servo endstop if available
  3032. }
  3033. break;
  3034. case 402:
  3035. {
  3036. retract_z_probe(); // Retract Z Servo endstop if enabled
  3037. }
  3038. break;
  3039. #endif
  3040. #ifdef FILAMENT_SENSOR
  3041. case 404: //M404 Enter the nominal filament width (3mm, 1.75mm ) N<3.0> or display nominal filament width
  3042. {
  3043. #if (FILWIDTH_PIN > -1)
  3044. if(code_seen('N')) filament_width_nominal=code_value();
  3045. else{
  3046. SERIAL_PROTOCOLPGM("Filament dia (nominal mm):");
  3047. SERIAL_PROTOCOLLN(filament_width_nominal);
  3048. }
  3049. #endif
  3050. }
  3051. break;
  3052. case 405: //M405 Turn on filament sensor for control
  3053. {
  3054. if(code_seen('D')) meas_delay_cm=code_value();
  3055. if(meas_delay_cm> MAX_MEASUREMENT_DELAY)
  3056. meas_delay_cm = MAX_MEASUREMENT_DELAY;
  3057. if(delay_index2 == -1) //initialize the ring buffer if it has not been done since startup
  3058. {
  3059. int temp_ratio = widthFil_to_size_ratio();
  3060. for (delay_index1=0; delay_index1<(MAX_MEASUREMENT_DELAY+1); ++delay_index1 ){
  3061. measurement_delay[delay_index1]=temp_ratio-100; //subtract 100 to scale within a signed byte
  3062. }
  3063. delay_index1=0;
  3064. delay_index2=0;
  3065. }
  3066. filament_sensor = true ;
  3067. //SERIAL_PROTOCOLPGM("Filament dia (measured mm):");
  3068. //SERIAL_PROTOCOL(filament_width_meas);
  3069. //SERIAL_PROTOCOLPGM("Extrusion ratio(%):");
  3070. //SERIAL_PROTOCOL(extrudemultiply);
  3071. }
  3072. break;
  3073. case 406: //M406 Turn off filament sensor for control
  3074. {
  3075. filament_sensor = false ;
  3076. }
  3077. break;
  3078. case 407: //M407 Display measured filament diameter
  3079. {
  3080. SERIAL_PROTOCOLPGM("Filament dia (measured mm):");
  3081. SERIAL_PROTOCOLLN(filament_width_meas);
  3082. }
  3083. break;
  3084. #endif
  3085. case 500: // M500 Store settings in EEPROM
  3086. {
  3087. Config_StoreSettings();
  3088. }
  3089. break;
  3090. case 501: // M501 Read settings from EEPROM
  3091. {
  3092. Config_RetrieveSettings();
  3093. }
  3094. break;
  3095. case 502: // M502 Revert to default settings
  3096. {
  3097. Config_ResetDefault();
  3098. }
  3099. break;
  3100. case 503: // M503 print settings currently in memory
  3101. {
  3102. Config_PrintSettings();
  3103. }
  3104. break;
  3105. #ifdef ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED
  3106. case 540:
  3107. {
  3108. if(code_seen('S')) abort_on_endstop_hit = code_value() > 0;
  3109. }
  3110. break;
  3111. #endif
  3112. #ifdef CUSTOM_M_CODE_SET_Z_PROBE_OFFSET
  3113. case CUSTOM_M_CODE_SET_Z_PROBE_OFFSET:
  3114. {
  3115. float value;
  3116. if (code_seen('Z'))
  3117. {
  3118. value = code_value();
  3119. if ((Z_PROBE_OFFSET_RANGE_MIN <= value) && (value <= Z_PROBE_OFFSET_RANGE_MAX))
  3120. {
  3121. zprobe_zoffset = -value; // compare w/ line 278 of ConfigurationStore.cpp
  3122. SERIAL_ECHO_START;
  3123. SERIAL_ECHOLNPGM(MSG_ZPROBE_ZOFFSET " " MSG_OK);
  3124. SERIAL_PROTOCOLLN("");
  3125. }
  3126. else
  3127. {
  3128. SERIAL_ECHO_START;
  3129. SERIAL_ECHOPGM(MSG_ZPROBE_ZOFFSET);
  3130. SERIAL_ECHOPGM(MSG_Z_MIN);
  3131. SERIAL_ECHO(Z_PROBE_OFFSET_RANGE_MIN);
  3132. SERIAL_ECHOPGM(MSG_Z_MAX);
  3133. SERIAL_ECHO(Z_PROBE_OFFSET_RANGE_MAX);
  3134. SERIAL_PROTOCOLLN("");
  3135. }
  3136. }
  3137. else
  3138. {
  3139. SERIAL_ECHO_START;
  3140. SERIAL_ECHOLNPGM(MSG_ZPROBE_ZOFFSET " : ");
  3141. SERIAL_ECHO(-zprobe_zoffset);
  3142. SERIAL_PROTOCOLLN("");
  3143. }
  3144. break;
  3145. }
  3146. #endif // CUSTOM_M_CODE_SET_Z_PROBE_OFFSET
  3147. #ifdef FILAMENTCHANGEENABLE
  3148. case 600: //Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
  3149. {
  3150. float target[4];
  3151. float lastpos[4];
  3152. target[X_AXIS]=current_position[X_AXIS];
  3153. target[Y_AXIS]=current_position[Y_AXIS];
  3154. target[Z_AXIS]=current_position[Z_AXIS];
  3155. target[E_AXIS]=current_position[E_AXIS];
  3156. lastpos[X_AXIS]=current_position[X_AXIS];
  3157. lastpos[Y_AXIS]=current_position[Y_AXIS];
  3158. lastpos[Z_AXIS]=current_position[Z_AXIS];
  3159. lastpos[E_AXIS]=current_position[E_AXIS];
  3160. //retract by E
  3161. if(code_seen('E'))
  3162. {
  3163. target[E_AXIS]+= code_value();
  3164. }
  3165. else
  3166. {
  3167. #ifdef FILAMENTCHANGE_FIRSTRETRACT
  3168. target[E_AXIS]+= FILAMENTCHANGE_FIRSTRETRACT ;
  3169. #endif
  3170. }
  3171. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], feedrate/60, active_extruder);
  3172. //lift Z
  3173. if(code_seen('Z'))
  3174. {
  3175. target[Z_AXIS]+= code_value();
  3176. }
  3177. else
  3178. {
  3179. #ifdef FILAMENTCHANGE_ZADD
  3180. target[Z_AXIS]+= FILAMENTCHANGE_ZADD ;
  3181. #endif
  3182. }
  3183. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], feedrate/60, active_extruder);
  3184. //move xy
  3185. if(code_seen('X'))
  3186. {
  3187. target[X_AXIS]+= code_value();
  3188. }
  3189. else
  3190. {
  3191. #ifdef FILAMENTCHANGE_XPOS
  3192. target[X_AXIS]= FILAMENTCHANGE_XPOS ;
  3193. #endif
  3194. }
  3195. if(code_seen('Y'))
  3196. {
  3197. target[Y_AXIS]= code_value();
  3198. }
  3199. else
  3200. {
  3201. #ifdef FILAMENTCHANGE_YPOS
  3202. target[Y_AXIS]= FILAMENTCHANGE_YPOS ;
  3203. #endif
  3204. }
  3205. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], feedrate/60, active_extruder);
  3206. if(code_seen('L'))
  3207. {
  3208. target[E_AXIS]+= code_value();
  3209. }
  3210. else
  3211. {
  3212. #ifdef FILAMENTCHANGE_FINALRETRACT
  3213. target[E_AXIS]+= FILAMENTCHANGE_FINALRETRACT ;
  3214. #endif
  3215. }
  3216. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], feedrate/60, active_extruder);
  3217. //finish moves
  3218. st_synchronize();
  3219. //disable extruder steppers so filament can be removed
  3220. disable_e0();
  3221. disable_e1();
  3222. disable_e2();
  3223. delay(100);
  3224. LCD_ALERTMESSAGEPGM(MSG_FILAMENTCHANGE);
  3225. uint8_t cnt=0;
  3226. while(!lcd_clicked()){
  3227. cnt++;
  3228. manage_heater();
  3229. manage_inactivity();
  3230. lcd_update();
  3231. if(cnt==0)
  3232. {
  3233. #if BEEPER > 0
  3234. SET_OUTPUT(BEEPER);
  3235. WRITE(BEEPER,HIGH);
  3236. delay(3);
  3237. WRITE(BEEPER,LOW);
  3238. delay(3);
  3239. #else
  3240. #if !defined(LCD_FEEDBACK_FREQUENCY_HZ) || !defined(LCD_FEEDBACK_FREQUENCY_DURATION_MS)
  3241. lcd_buzz(1000/6,100);
  3242. #else
  3243. lcd_buzz(LCD_FEEDBACK_FREQUENCY_DURATION_MS,LCD_FEEDBACK_FREQUENCY_HZ);
  3244. #endif
  3245. #endif
  3246. }
  3247. }
  3248. //return to normal
  3249. if(code_seen('L'))
  3250. {
  3251. target[E_AXIS]+= -code_value();
  3252. }
  3253. else
  3254. {
  3255. #ifdef FILAMENTCHANGE_FINALRETRACT
  3256. target[E_AXIS]+=(-1)*FILAMENTCHANGE_FINALRETRACT ;
  3257. #endif
  3258. }
  3259. current_position[E_AXIS]=target[E_AXIS]; //the long retract of L is compensated by manual filament feeding
  3260. plan_set_e_position(current_position[E_AXIS]);
  3261. plan_buffer_line(target[X_AXIS], target[Y_AXIS], target[Z_AXIS], target[E_AXIS], feedrate/60, active_extruder); //should do nothing
  3262. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], target[Z_AXIS], target[E_AXIS], feedrate/60, active_extruder); //move xy back
  3263. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], target[E_AXIS], feedrate/60, active_extruder); //move z back
  3264. plan_buffer_line(lastpos[X_AXIS], lastpos[Y_AXIS], lastpos[Z_AXIS], lastpos[E_AXIS], feedrate/60, active_extruder); //final untretract
  3265. }
  3266. break;
  3267. #endif //FILAMENTCHANGEENABLE
  3268. #ifdef DUAL_X_CARRIAGE
  3269. case 605: // Set dual x-carriage movement mode:
  3270. // M605 S0: Full control mode. The slicer has full control over x-carriage movement
  3271. // M605 S1: Auto-park mode. The inactive head will auto park/unpark without slicer involvement
  3272. // M605 S2 [Xnnn] [Rmmm]: Duplication mode. The second extruder will duplicate the first with nnn
  3273. // millimeters x-offset and an optional differential hotend temperature of
  3274. // mmm degrees. E.g., with "M605 S2 X100 R2" the second extruder will duplicate
  3275. // the first with a spacing of 100mm in the x direction and 2 degrees hotter.
  3276. //
  3277. // Note: the X axis should be homed after changing dual x-carriage mode.
  3278. {
  3279. st_synchronize();
  3280. if (code_seen('S'))
  3281. dual_x_carriage_mode = code_value();
  3282. if (dual_x_carriage_mode == DXC_DUPLICATION_MODE)
  3283. {
  3284. if (code_seen('X'))
  3285. duplicate_extruder_x_offset = max(code_value(),X2_MIN_POS - x_home_pos(0));
  3286. if (code_seen('R'))
  3287. duplicate_extruder_temp_offset = code_value();
  3288. SERIAL_ECHO_START;
  3289. SERIAL_ECHOPGM(MSG_HOTEND_OFFSET);
  3290. SERIAL_ECHO(" ");
  3291. SERIAL_ECHO(extruder_offset[X_AXIS][0]);
  3292. SERIAL_ECHO(",");
  3293. SERIAL_ECHO(extruder_offset[Y_AXIS][0]);
  3294. SERIAL_ECHO(" ");
  3295. SERIAL_ECHO(duplicate_extruder_x_offset);
  3296. SERIAL_ECHO(",");
  3297. SERIAL_ECHOLN(extruder_offset[Y_AXIS][1]);
  3298. }
  3299. else if (dual_x_carriage_mode != DXC_FULL_CONTROL_MODE && dual_x_carriage_mode != DXC_AUTO_PARK_MODE)
  3300. {
  3301. dual_x_carriage_mode = DEFAULT_DUAL_X_CARRIAGE_MODE;
  3302. }
  3303. active_extruder_parked = false;
  3304. extruder_duplication_enabled = false;
  3305. delayed_move_time = 0;
  3306. }
  3307. break;
  3308. #endif //DUAL_X_CARRIAGE
  3309. case 907: // M907 Set digital trimpot motor current using axis codes.
  3310. {
  3311. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  3312. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) digipot_current(i,code_value());
  3313. if(code_seen('B')) digipot_current(4,code_value());
  3314. if(code_seen('S')) for(int i=0;i<=4;i++) digipot_current(i,code_value());
  3315. #endif
  3316. #ifdef MOTOR_CURRENT_PWM_XY_PIN
  3317. if(code_seen('X')) digipot_current(0, code_value());
  3318. #endif
  3319. #ifdef MOTOR_CURRENT_PWM_Z_PIN
  3320. if(code_seen('Z')) digipot_current(1, code_value());
  3321. #endif
  3322. #ifdef MOTOR_CURRENT_PWM_E_PIN
  3323. if(code_seen('E')) digipot_current(2, code_value());
  3324. #endif
  3325. #ifdef DIGIPOT_I2C
  3326. // this one uses actual amps in floating point
  3327. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) digipot_i2c_set_current(i, code_value());
  3328. // for each additional extruder (named B,C,D,E..., channels 4,5,6,7...)
  3329. for(int i=NUM_AXIS;i<DIGIPOT_I2C_NUM_CHANNELS;i++) if(code_seen('B'+i-NUM_AXIS)) digipot_i2c_set_current(i, code_value());
  3330. #endif
  3331. }
  3332. break;
  3333. case 908: // M908 Control digital trimpot directly.
  3334. {
  3335. #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
  3336. uint8_t channel,current;
  3337. if(code_seen('P')) channel=code_value();
  3338. if(code_seen('S')) current=code_value();
  3339. digitalPotWrite(channel, current);
  3340. #endif
  3341. }
  3342. break;
  3343. case 350: // M350 Set microstepping mode. Warning: Steps per unit remains unchanged. S code sets stepping mode for all drivers.
  3344. {
  3345. #if defined(X_MS1_PIN) && X_MS1_PIN > -1
  3346. if(code_seen('S')) for(int i=0;i<=4;i++) microstep_mode(i,code_value());
  3347. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_mode(i,(uint8_t)code_value());
  3348. if(code_seen('B')) microstep_mode(4,code_value());
  3349. microstep_readings();
  3350. #endif
  3351. }
  3352. break;
  3353. case 351: // M351 Toggle MS1 MS2 pins directly, S# determines MS1 or MS2, X# sets the pin high/low.
  3354. {
  3355. #if defined(X_MS1_PIN) && X_MS1_PIN > -1
  3356. if(code_seen('S')) switch((int)code_value())
  3357. {
  3358. case 1:
  3359. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_ms(i,code_value(),-1);
  3360. if(code_seen('B')) microstep_ms(4,code_value(),-1);
  3361. break;
  3362. case 2:
  3363. for(int i=0;i<NUM_AXIS;i++) if(code_seen(axis_codes[i])) microstep_ms(i,-1,code_value());
  3364. if(code_seen('B')) microstep_ms(4,-1,code_value());
  3365. break;
  3366. }
  3367. microstep_readings();
  3368. #endif
  3369. }
  3370. break;
  3371. case 999: // M999: Restart after being stopped
  3372. Stopped = false;
  3373. lcd_reset_alert_level();
  3374. gcode_LastN = Stopped_gcode_LastN;
  3375. FlushSerialRequestResend();
  3376. break;
  3377. }
  3378. }
  3379. else if(code_seen('T'))
  3380. {
  3381. tmp_extruder = code_value();
  3382. if(tmp_extruder >= EXTRUDERS) {
  3383. SERIAL_ECHO_START;
  3384. SERIAL_ECHO("T");
  3385. SERIAL_ECHO(tmp_extruder);
  3386. SERIAL_ECHOLN(MSG_INVALID_EXTRUDER);
  3387. }
  3388. else {
  3389. boolean make_move = false;
  3390. if(code_seen('F')) {
  3391. make_move = true;
  3392. next_feedrate = code_value();
  3393. if(next_feedrate > 0.0) {
  3394. feedrate = next_feedrate;
  3395. }
  3396. }
  3397. #if EXTRUDERS > 1
  3398. if(tmp_extruder != active_extruder) {
  3399. // Save current position to return to after applying extruder offset
  3400. memcpy(destination, current_position, sizeof(destination));
  3401. #ifdef DUAL_X_CARRIAGE
  3402. if (dual_x_carriage_mode == DXC_AUTO_PARK_MODE && Stopped == false &&
  3403. (delayed_move_time != 0 || current_position[X_AXIS] != x_home_pos(active_extruder)))
  3404. {
  3405. // Park old head: 1) raise 2) move to park position 3) lower
  3406. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS] + TOOLCHANGE_PARK_ZLIFT,
  3407. current_position[E_AXIS], max_feedrate[Z_AXIS], active_extruder);
  3408. plan_buffer_line(x_home_pos(active_extruder), current_position[Y_AXIS], current_position[Z_AXIS] + TOOLCHANGE_PARK_ZLIFT,
  3409. current_position[E_AXIS], max_feedrate[X_AXIS], active_extruder);
  3410. plan_buffer_line(x_home_pos(active_extruder), current_position[Y_AXIS], current_position[Z_AXIS],
  3411. current_position[E_AXIS], max_feedrate[Z_AXIS], active_extruder);
  3412. st_synchronize();
  3413. }
  3414. // apply Y & Z extruder offset (x offset is already used in determining home pos)
  3415. current_position[Y_AXIS] = current_position[Y_AXIS] -
  3416. extruder_offset[Y_AXIS][active_extruder] +
  3417. extruder_offset[Y_AXIS][tmp_extruder];
  3418. current_position[Z_AXIS] = current_position[Z_AXIS] -
  3419. extruder_offset[Z_AXIS][active_extruder] +
  3420. extruder_offset[Z_AXIS][tmp_extruder];
  3421. active_extruder = tmp_extruder;
  3422. // This function resets the max/min values - the current position may be overwritten below.
  3423. axis_is_at_home(X_AXIS);
  3424. if (dual_x_carriage_mode == DXC_FULL_CONTROL_MODE)
  3425. {
  3426. current_position[X_AXIS] = inactive_extruder_x_pos;
  3427. inactive_extruder_x_pos = destination[X_AXIS];
  3428. }
  3429. else if (dual_x_carriage_mode == DXC_DUPLICATION_MODE)
  3430. {
  3431. active_extruder_parked = (active_extruder == 0); // this triggers the second extruder to move into the duplication position
  3432. if (active_extruder == 0 || active_extruder_parked)
  3433. current_position[X_AXIS] = inactive_extruder_x_pos;
  3434. else
  3435. current_position[X_AXIS] = destination[X_AXIS] + duplicate_extruder_x_offset;
  3436. inactive_extruder_x_pos = destination[X_AXIS];
  3437. extruder_duplication_enabled = false;
  3438. }
  3439. else
  3440. {
  3441. // record raised toolhead position for use by unpark
  3442. memcpy(raised_parked_position, current_position, sizeof(raised_parked_position));
  3443. raised_parked_position[Z_AXIS] += TOOLCHANGE_UNPARK_ZLIFT;
  3444. active_extruder_parked = true;
  3445. delayed_move_time = 0;
  3446. }
  3447. #else
  3448. // Offset extruder (only by XY)
  3449. int i;
  3450. for(i = 0; i < 2; i++) {
  3451. current_position[i] = current_position[i] -
  3452. extruder_offset[i][active_extruder] +
  3453. extruder_offset[i][tmp_extruder];
  3454. }
  3455. // Set the new active extruder and position
  3456. active_extruder = tmp_extruder;
  3457. #endif //else DUAL_X_CARRIAGE
  3458. #ifdef DELTA
  3459. calculate_delta(current_position); // change cartesian kinematic to delta kinematic;
  3460. //sent position to plan_set_position();
  3461. plan_set_position(delta[X_AXIS], delta[Y_AXIS], delta[Z_AXIS],current_position[E_AXIS]);
  3462. #else
  3463. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  3464. #endif
  3465. // Move to the old position if 'F' was in the parameters
  3466. if(make_move && Stopped == false) {
  3467. prepare_move();
  3468. }
  3469. }
  3470. #endif
  3471. SERIAL_ECHO_START;
  3472. SERIAL_ECHO(MSG_ACTIVE_EXTRUDER);
  3473. SERIAL_PROTOCOLLN((int)active_extruder);
  3474. }
  3475. }
  3476. else
  3477. {
  3478. SERIAL_ECHO_START;
  3479. SERIAL_ECHOPGM(MSG_UNKNOWN_COMMAND);
  3480. SERIAL_ECHO(cmdbuffer[bufindr]);
  3481. SERIAL_ECHOLNPGM("\"");
  3482. }
  3483. ClearToSend();
  3484. }
  3485. void FlushSerialRequestResend()
  3486. {
  3487. //char cmdbuffer[bufindr][100]="Resend:";
  3488. MYSERIAL.flush();
  3489. SERIAL_PROTOCOLPGM(MSG_RESEND);
  3490. SERIAL_PROTOCOLLN(gcode_LastN + 1);
  3491. ClearToSend();
  3492. }
  3493. void ClearToSend()
  3494. {
  3495. previous_millis_cmd = millis();
  3496. #ifdef SDSUPPORT
  3497. if(fromsd[bufindr])
  3498. return;
  3499. #endif //SDSUPPORT
  3500. SERIAL_PROTOCOLLNPGM(MSG_OK);
  3501. }
  3502. void get_coordinates()
  3503. {
  3504. bool seen[4]={false,false,false,false};
  3505. for(int8_t i=0; i < NUM_AXIS; i++) {
  3506. if(code_seen(axis_codes[i]))
  3507. {
  3508. destination[i] = (float)code_value() + (axis_relative_modes[i] || relative_mode)*current_position[i];
  3509. seen[i]=true;
  3510. }
  3511. else destination[i] = current_position[i]; //Are these else lines really needed?
  3512. }
  3513. if(code_seen('F')) {
  3514. next_feedrate = code_value();
  3515. if(next_feedrate > 0.0) feedrate = next_feedrate;
  3516. }
  3517. }
  3518. void get_arc_coordinates()
  3519. {
  3520. #ifdef SF_ARC_FIX
  3521. bool relative_mode_backup = relative_mode;
  3522. relative_mode = true;
  3523. #endif
  3524. get_coordinates();
  3525. #ifdef SF_ARC_FIX
  3526. relative_mode=relative_mode_backup;
  3527. #endif
  3528. if(code_seen('I')) {
  3529. offset[0] = code_value();
  3530. }
  3531. else {
  3532. offset[0] = 0.0;
  3533. }
  3534. if(code_seen('J')) {
  3535. offset[1] = code_value();
  3536. }
  3537. else {
  3538. offset[1] = 0.0;
  3539. }
  3540. }
  3541. void clamp_to_software_endstops(float target[3])
  3542. {
  3543. if (min_software_endstops) {
  3544. if (target[X_AXIS] < min_pos[X_AXIS]) target[X_AXIS] = min_pos[X_AXIS];
  3545. if (target[Y_AXIS] < min_pos[Y_AXIS]) target[Y_AXIS] = min_pos[Y_AXIS];
  3546. if (target[Z_AXIS] < min_pos[Z_AXIS]) target[Z_AXIS] = min_pos[Z_AXIS];
  3547. }
  3548. if (max_software_endstops) {
  3549. if (target[X_AXIS] > max_pos[X_AXIS]) target[X_AXIS] = max_pos[X_AXIS];
  3550. if (target[Y_AXIS] > max_pos[Y_AXIS]) target[Y_AXIS] = max_pos[Y_AXIS];
  3551. if (target[Z_AXIS] > max_pos[Z_AXIS]) target[Z_AXIS] = max_pos[Z_AXIS];
  3552. }
  3553. }
  3554. #ifdef DELTA
  3555. void recalc_delta_settings(float radius, float diagonal_rod)
  3556. {
  3557. delta_tower1_x= -SIN_60*radius; // front left tower
  3558. delta_tower1_y= -COS_60*radius;
  3559. delta_tower2_x= SIN_60*radius; // front right tower
  3560. delta_tower2_y= -COS_60*radius;
  3561. delta_tower3_x= 0.0; // back middle tower
  3562. delta_tower3_y= radius;
  3563. delta_diagonal_rod_2= sq(diagonal_rod);
  3564. }
  3565. void calculate_delta(float cartesian[3])
  3566. {
  3567. delta[X_AXIS] = sqrt(delta_diagonal_rod_2
  3568. - sq(delta_tower1_x-cartesian[X_AXIS])
  3569. - sq(delta_tower1_y-cartesian[Y_AXIS])
  3570. ) + cartesian[Z_AXIS];
  3571. delta[Y_AXIS] = sqrt(delta_diagonal_rod_2
  3572. - sq(delta_tower2_x-cartesian[X_AXIS])
  3573. - sq(delta_tower2_y-cartesian[Y_AXIS])
  3574. ) + cartesian[Z_AXIS];
  3575. delta[Z_AXIS] = sqrt(delta_diagonal_rod_2
  3576. - sq(delta_tower3_x-cartesian[X_AXIS])
  3577. - sq(delta_tower3_y-cartesian[Y_AXIS])
  3578. ) + cartesian[Z_AXIS];
  3579. /*
  3580. SERIAL_ECHOPGM("cartesian x="); SERIAL_ECHO(cartesian[X_AXIS]);
  3581. SERIAL_ECHOPGM(" y="); SERIAL_ECHO(cartesian[Y_AXIS]);
  3582. SERIAL_ECHOPGM(" z="); SERIAL_ECHOLN(cartesian[Z_AXIS]);
  3583. SERIAL_ECHOPGM("delta x="); SERIAL_ECHO(delta[X_AXIS]);
  3584. SERIAL_ECHOPGM(" y="); SERIAL_ECHO(delta[Y_AXIS]);
  3585. SERIAL_ECHOPGM(" z="); SERIAL_ECHOLN(delta[Z_AXIS]);
  3586. */
  3587. }
  3588. #endif
  3589. void prepare_move()
  3590. {
  3591. clamp_to_software_endstops(destination);
  3592. previous_millis_cmd = millis();
  3593. #ifdef SCARA //for now same as delta-code
  3594. float difference[NUM_AXIS];
  3595. for (int8_t i=0; i < NUM_AXIS; i++) {
  3596. difference[i] = destination[i] - current_position[i];
  3597. }
  3598. float cartesian_mm = sqrt( sq(difference[X_AXIS]) +
  3599. sq(difference[Y_AXIS]) +
  3600. sq(difference[Z_AXIS]));
  3601. if (cartesian_mm < 0.000001) { cartesian_mm = abs(difference[E_AXIS]); }
  3602. if (cartesian_mm < 0.000001) { return; }
  3603. float seconds = 6000 * cartesian_mm / feedrate / feedmultiply;
  3604. int steps = max(1, int(scara_segments_per_second * seconds));
  3605. //SERIAL_ECHOPGM("mm="); SERIAL_ECHO(cartesian_mm);
  3606. //SERIAL_ECHOPGM(" seconds="); SERIAL_ECHO(seconds);
  3607. //SERIAL_ECHOPGM(" steps="); SERIAL_ECHOLN(steps);
  3608. for (int s = 1; s <= steps; s++) {
  3609. float fraction = float(s) / float(steps);
  3610. for(int8_t i=0; i < NUM_AXIS; i++) {
  3611. destination[i] = current_position[i] + difference[i] * fraction;
  3612. }
  3613. calculate_delta(destination);
  3614. //SERIAL_ECHOPGM("destination[0]="); SERIAL_ECHOLN(destination[0]);
  3615. //SERIAL_ECHOPGM("destination[1]="); SERIAL_ECHOLN(destination[1]);
  3616. //SERIAL_ECHOPGM("destination[2]="); SERIAL_ECHOLN(destination[2]);
  3617. //SERIAL_ECHOPGM("delta[X_AXIS]="); SERIAL_ECHOLN(delta[X_AXIS]);
  3618. //SERIAL_ECHOPGM("delta[Y_AXIS]="); SERIAL_ECHOLN(delta[Y_AXIS]);
  3619. //SERIAL_ECHOPGM("delta[Z_AXIS]="); SERIAL_ECHOLN(delta[Z_AXIS]);
  3620. plan_buffer_line(delta[X_AXIS], delta[Y_AXIS], delta[Z_AXIS],
  3621. destination[E_AXIS], feedrate*feedmultiply/60/100.0,
  3622. active_extruder);
  3623. }
  3624. #endif // SCARA
  3625. #ifdef DELTA
  3626. float difference[NUM_AXIS];
  3627. for (int8_t i=0; i < NUM_AXIS; i++) {
  3628. difference[i] = destination[i] - current_position[i];
  3629. }
  3630. float cartesian_mm = sqrt(sq(difference[X_AXIS]) +
  3631. sq(difference[Y_AXIS]) +
  3632. sq(difference[Z_AXIS]));
  3633. if (cartesian_mm < 0.000001) { cartesian_mm = abs(difference[E_AXIS]); }
  3634. if (cartesian_mm < 0.000001) { return; }
  3635. float seconds = 6000 * cartesian_mm / feedrate / feedmultiply;
  3636. int steps = max(1, int(delta_segments_per_second * seconds));
  3637. // SERIAL_ECHOPGM("mm="); SERIAL_ECHO(cartesian_mm);
  3638. // SERIAL_ECHOPGM(" seconds="); SERIAL_ECHO(seconds);
  3639. // SERIAL_ECHOPGM(" steps="); SERIAL_ECHOLN(steps);
  3640. for (int s = 1; s <= steps; s++) {
  3641. float fraction = float(s) / float(steps);
  3642. for(int8_t i=0; i < NUM_AXIS; i++) {
  3643. destination[i] = current_position[i] + difference[i] * fraction;
  3644. }
  3645. calculate_delta(destination);
  3646. plan_buffer_line(delta[X_AXIS], delta[Y_AXIS], delta[Z_AXIS],
  3647. destination[E_AXIS], feedrate*feedmultiply/60/100.0,
  3648. active_extruder);
  3649. }
  3650. #endif // DELTA
  3651. #ifdef DUAL_X_CARRIAGE
  3652. if (active_extruder_parked)
  3653. {
  3654. if (dual_x_carriage_mode == DXC_DUPLICATION_MODE && active_extruder == 0)
  3655. {
  3656. // move duplicate extruder into correct duplication position.
  3657. plan_set_position(inactive_extruder_x_pos, current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  3658. plan_buffer_line(current_position[X_AXIS] + duplicate_extruder_x_offset, current_position[Y_AXIS], current_position[Z_AXIS],
  3659. current_position[E_AXIS], max_feedrate[X_AXIS], 1);
  3660. plan_set_position(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS], current_position[E_AXIS]);
  3661. st_synchronize();
  3662. extruder_duplication_enabled = true;
  3663. active_extruder_parked = false;
  3664. }
  3665. else if (dual_x_carriage_mode == DXC_AUTO_PARK_MODE) // handle unparking of head
  3666. {
  3667. if (current_position[E_AXIS] == destination[E_AXIS])
  3668. {
  3669. // this is a travel move - skit it but keep track of current position (so that it can later
  3670. // be used as start of first non-travel move)
  3671. if (delayed_move_time != 0xFFFFFFFFUL)
  3672. {
  3673. memcpy(current_position, destination, sizeof(current_position));
  3674. if (destination[Z_AXIS] > raised_parked_position[Z_AXIS])
  3675. raised_parked_position[Z_AXIS] = destination[Z_AXIS];
  3676. delayed_move_time = millis();
  3677. return;
  3678. }
  3679. }
  3680. delayed_move_time = 0;
  3681. // unpark extruder: 1) raise, 2) move into starting XY position, 3) lower
  3682. plan_buffer_line(raised_parked_position[X_AXIS], raised_parked_position[Y_AXIS], raised_parked_position[Z_AXIS], current_position[E_AXIS], max_feedrate[Z_AXIS], active_extruder);
  3683. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], raised_parked_position[Z_AXIS],
  3684. current_position[E_AXIS], min(max_feedrate[X_AXIS],max_feedrate[Y_AXIS]), active_extruder);
  3685. plan_buffer_line(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS],
  3686. current_position[E_AXIS], max_feedrate[Z_AXIS], active_extruder);
  3687. active_extruder_parked = false;
  3688. }
  3689. }
  3690. #endif //DUAL_X_CARRIAGE
  3691. #if ! (defined DELTA || defined SCARA)
  3692. // Do not use feedmultiply for E or Z only moves
  3693. if( (current_position[X_AXIS] == destination [X_AXIS]) && (current_position[Y_AXIS] == destination [Y_AXIS])) {
  3694. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate/60, active_extruder);
  3695. }
  3696. else {
  3697. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS], destination[E_AXIS], feedrate*feedmultiply/60/100.0, active_extruder);
  3698. }
  3699. #endif // !(DELTA || SCARA)
  3700. for(int8_t i=0; i < NUM_AXIS; i++) {
  3701. current_position[i] = destination[i];
  3702. }
  3703. }
  3704. void prepare_arc_move(char isclockwise) {
  3705. float r = hypot(offset[X_AXIS], offset[Y_AXIS]); // Compute arc radius for mc_arc
  3706. // Trace the arc
  3707. mc_arc(current_position, destination, offset, X_AXIS, Y_AXIS, Z_AXIS, feedrate*feedmultiply/60/100.0, r, isclockwise, active_extruder);
  3708. // As far as the parser is concerned, the position is now == target. In reality the
  3709. // motion control system might still be processing the action and the real tool position
  3710. // in any intermediate location.
  3711. for(int8_t i=0; i < NUM_AXIS; i++) {
  3712. current_position[i] = destination[i];
  3713. }
  3714. previous_millis_cmd = millis();
  3715. }
  3716. #if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
  3717. #if defined(FAN_PIN)
  3718. #if CONTROLLERFAN_PIN == FAN_PIN
  3719. #error "You cannot set CONTROLLERFAN_PIN equal to FAN_PIN"
  3720. #endif
  3721. #endif
  3722. unsigned long lastMotor = 0; //Save the time for when a motor was turned on last
  3723. unsigned long lastMotorCheck = 0;
  3724. void controllerFan()
  3725. {
  3726. if ((millis() - lastMotorCheck) >= 2500) //Not a time critical function, so we only check every 2500ms
  3727. {
  3728. lastMotorCheck = millis();
  3729. if(!READ(X_ENABLE_PIN) || !READ(Y_ENABLE_PIN) || !READ(Z_ENABLE_PIN) || (soft_pwm_bed > 0)
  3730. #if EXTRUDERS > 2
  3731. || !READ(E2_ENABLE_PIN)
  3732. #endif
  3733. #if EXTRUDER > 1
  3734. #if defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1
  3735. || !READ(X2_ENABLE_PIN)
  3736. #endif
  3737. || !READ(E1_ENABLE_PIN)
  3738. #endif
  3739. || !READ(E0_ENABLE_PIN)) //If any of the drivers are enabled...
  3740. {
  3741. lastMotor = millis(); //... set time to NOW so the fan will turn on
  3742. }
  3743. if ((millis() - lastMotor) >= (CONTROLLERFAN_SECS*1000UL) || lastMotor == 0) //If the last time any driver was enabled, is longer since than CONTROLLERSEC...
  3744. {
  3745. digitalWrite(CONTROLLERFAN_PIN, 0);
  3746. analogWrite(CONTROLLERFAN_PIN, 0);
  3747. }
  3748. else
  3749. {
  3750. // allows digital or PWM fan output to be used (see M42 handling)
  3751. digitalWrite(CONTROLLERFAN_PIN, CONTROLLERFAN_SPEED);
  3752. analogWrite(CONTROLLERFAN_PIN, CONTROLLERFAN_SPEED);
  3753. }
  3754. }
  3755. }
  3756. #endif
  3757. #ifdef SCARA
  3758. void calculate_SCARA_forward_Transform(float f_scara[3])
  3759. {
  3760. // Perform forward kinematics, and place results in delta[3]
  3761. // The maths and first version has been done by QHARLEY . Integrated into masterbranch 06/2014 and slightly restructured by Joachim Cerny in June 2014
  3762. float x_sin, x_cos, y_sin, y_cos;
  3763. //SERIAL_ECHOPGM("f_delta x="); SERIAL_ECHO(f_scara[X_AXIS]);
  3764. //SERIAL_ECHOPGM(" y="); SERIAL_ECHO(f_scara[Y_AXIS]);
  3765. x_sin = sin(f_scara[X_AXIS]/SCARA_RAD2DEG) * Linkage_1;
  3766. x_cos = cos(f_scara[X_AXIS]/SCARA_RAD2DEG) * Linkage_1;
  3767. y_sin = sin(f_scara[Y_AXIS]/SCARA_RAD2DEG) * Linkage_2;
  3768. y_cos = cos(f_scara[Y_AXIS]/SCARA_RAD2DEG) * Linkage_2;
  3769. // SERIAL_ECHOPGM(" x_sin="); SERIAL_ECHO(x_sin);
  3770. // SERIAL_ECHOPGM(" x_cos="); SERIAL_ECHO(x_cos);
  3771. // SERIAL_ECHOPGM(" y_sin="); SERIAL_ECHO(y_sin);
  3772. // SERIAL_ECHOPGM(" y_cos="); SERIAL_ECHOLN(y_cos);
  3773. delta[X_AXIS] = x_cos + y_cos + SCARA_offset_x; //theta
  3774. delta[Y_AXIS] = x_sin + y_sin + SCARA_offset_y; //theta+phi
  3775. //SERIAL_ECHOPGM(" delta[X_AXIS]="); SERIAL_ECHO(delta[X_AXIS]);
  3776. //SERIAL_ECHOPGM(" delta[Y_AXIS]="); SERIAL_ECHOLN(delta[Y_AXIS]);
  3777. }
  3778. void calculate_delta(float cartesian[3]){
  3779. //reverse kinematics.
  3780. // Perform reversed kinematics, and place results in delta[3]
  3781. // The maths and first version has been done by QHARLEY . Integrated into masterbranch 06/2014 and slightly restructured by Joachim Cerny in June 2014
  3782. float SCARA_pos[2];
  3783. static float SCARA_C2, SCARA_S2, SCARA_K1, SCARA_K2, SCARA_theta, SCARA_psi;
  3784. SCARA_pos[X_AXIS] = cartesian[X_AXIS] * axis_scaling[X_AXIS] - SCARA_offset_x; //Translate SCARA to standard X Y
  3785. SCARA_pos[Y_AXIS] = cartesian[Y_AXIS] * axis_scaling[Y_AXIS] - SCARA_offset_y; // With scaling factor.
  3786. #if (Linkage_1 == Linkage_2)
  3787. SCARA_C2 = ( ( sq(SCARA_pos[X_AXIS]) + sq(SCARA_pos[Y_AXIS]) ) / (2 * (float)L1_2) ) - 1;
  3788. #else
  3789. SCARA_C2 = ( sq(SCARA_pos[X_AXIS]) + sq(SCARA_pos[Y_AXIS]) - (float)L1_2 - (float)L2_2 ) / 45000;
  3790. #endif
  3791. SCARA_S2 = sqrt( 1 - sq(SCARA_C2) );
  3792. SCARA_K1 = Linkage_1 + Linkage_2 * SCARA_C2;
  3793. SCARA_K2 = Linkage_2 * SCARA_S2;
  3794. SCARA_theta = ( atan2(SCARA_pos[X_AXIS],SCARA_pos[Y_AXIS])-atan2(SCARA_K1, SCARA_K2) ) * -1;
  3795. SCARA_psi = atan2(SCARA_S2,SCARA_C2);
  3796. delta[X_AXIS] = SCARA_theta * SCARA_RAD2DEG; // Multiply by 180/Pi - theta is support arm angle
  3797. delta[Y_AXIS] = (SCARA_theta + SCARA_psi) * SCARA_RAD2DEG; // - equal to sub arm angle (inverted motor)
  3798. delta[Z_AXIS] = cartesian[Z_AXIS];
  3799. /*
  3800. SERIAL_ECHOPGM("cartesian x="); SERIAL_ECHO(cartesian[X_AXIS]);
  3801. SERIAL_ECHOPGM(" y="); SERIAL_ECHO(cartesian[Y_AXIS]);
  3802. SERIAL_ECHOPGM(" z="); SERIAL_ECHOLN(cartesian[Z_AXIS]);
  3803. SERIAL_ECHOPGM("scara x="); SERIAL_ECHO(SCARA_pos[X_AXIS]);
  3804. SERIAL_ECHOPGM(" y="); SERIAL_ECHOLN(SCARA_pos[Y_AXIS]);
  3805. SERIAL_ECHOPGM("delta x="); SERIAL_ECHO(delta[X_AXIS]);
  3806. SERIAL_ECHOPGM(" y="); SERIAL_ECHO(delta[Y_AXIS]);
  3807. SERIAL_ECHOPGM(" z="); SERIAL_ECHOLN(delta[Z_AXIS]);
  3808. SERIAL_ECHOPGM("C2="); SERIAL_ECHO(SCARA_C2);
  3809. SERIAL_ECHOPGM(" S2="); SERIAL_ECHO(SCARA_S2);
  3810. SERIAL_ECHOPGM(" Theta="); SERIAL_ECHO(SCARA_theta);
  3811. SERIAL_ECHOPGM(" Psi="); SERIAL_ECHOLN(SCARA_psi);
  3812. SERIAL_ECHOLN(" ");*/
  3813. }
  3814. #endif
  3815. #ifdef TEMP_STAT_LEDS
  3816. static bool blue_led = false;
  3817. static bool red_led = false;
  3818. static uint32_t stat_update = 0;
  3819. void handle_status_leds(void) {
  3820. float max_temp = 0.0;
  3821. if(millis() > stat_update) {
  3822. stat_update += 500; // Update every 0.5s
  3823. for (int8_t cur_extruder = 0; cur_extruder < EXTRUDERS; ++cur_extruder) {
  3824. max_temp = max(max_temp, degHotend(cur_extruder));
  3825. max_temp = max(max_temp, degTargetHotend(cur_extruder));
  3826. }
  3827. #if defined(TEMP_BED_PIN) && TEMP_BED_PIN > -1
  3828. max_temp = max(max_temp, degTargetBed());
  3829. max_temp = max(max_temp, degBed());
  3830. #endif
  3831. if((max_temp > 55.0) && (red_led == false)) {
  3832. digitalWrite(STAT_LED_RED, 1);
  3833. digitalWrite(STAT_LED_BLUE, 0);
  3834. red_led = true;
  3835. blue_led = false;
  3836. }
  3837. if((max_temp < 54.0) && (blue_led == false)) {
  3838. digitalWrite(STAT_LED_RED, 0);
  3839. digitalWrite(STAT_LED_BLUE, 1);
  3840. red_led = false;
  3841. blue_led = true;
  3842. }
  3843. }
  3844. }
  3845. #endif
  3846. void manage_inactivity()
  3847. {
  3848. if(buflen < (BUFSIZE-1))
  3849. get_command();
  3850. if( (millis() - previous_millis_cmd) > max_inactive_time )
  3851. if(max_inactive_time)
  3852. kill();
  3853. if(stepper_inactive_time) {
  3854. if( (millis() - previous_millis_cmd) > stepper_inactive_time )
  3855. {
  3856. if(blocks_queued() == false) {
  3857. disable_x();
  3858. disable_y();
  3859. disable_z();
  3860. disable_e0();
  3861. disable_e1();
  3862. disable_e2();
  3863. }
  3864. }
  3865. }
  3866. #ifdef CHDK //Check if pin should be set to LOW after M240 set it to HIGH
  3867. if (chdkActive && (millis() - chdkHigh > CHDK_DELAY))
  3868. {
  3869. chdkActive = false;
  3870. WRITE(CHDK, LOW);
  3871. }
  3872. #endif
  3873. #if defined(KILL_PIN) && KILL_PIN > -1
  3874. if( 0 == READ(KILL_PIN) )
  3875. kill();
  3876. #endif
  3877. #if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
  3878. controllerFan(); //Check if fan should be turned on to cool stepper drivers down
  3879. #endif
  3880. #ifdef EXTRUDER_RUNOUT_PREVENT
  3881. if( (millis() - previous_millis_cmd) > EXTRUDER_RUNOUT_SECONDS*1000 )
  3882. if(degHotend(active_extruder)>EXTRUDER_RUNOUT_MINTEMP)
  3883. {
  3884. bool oldstatus=READ(E0_ENABLE_PIN);
  3885. enable_e0();
  3886. float oldepos=current_position[E_AXIS];
  3887. float oldedes=destination[E_AXIS];
  3888. plan_buffer_line(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS],
  3889. destination[E_AXIS]+EXTRUDER_RUNOUT_EXTRUDE*EXTRUDER_RUNOUT_ESTEPS/axis_steps_per_unit[E_AXIS],
  3890. EXTRUDER_RUNOUT_SPEED/60.*EXTRUDER_RUNOUT_ESTEPS/axis_steps_per_unit[E_AXIS], active_extruder);
  3891. current_position[E_AXIS]=oldepos;
  3892. destination[E_AXIS]=oldedes;
  3893. plan_set_e_position(oldepos);
  3894. previous_millis_cmd=millis();
  3895. st_synchronize();
  3896. WRITE(E0_ENABLE_PIN,oldstatus);
  3897. }
  3898. #endif
  3899. #if defined(DUAL_X_CARRIAGE)
  3900. // handle delayed move timeout
  3901. if (delayed_move_time != 0 && (millis() - delayed_move_time) > 1000 && Stopped == false)
  3902. {
  3903. // travel moves have been received so enact them
  3904. delayed_move_time = 0xFFFFFFFFUL; // force moves to be done
  3905. memcpy(destination,current_position,sizeof(destination));
  3906. prepare_move();
  3907. }
  3908. #endif
  3909. #ifdef TEMP_STAT_LEDS
  3910. handle_status_leds();
  3911. #endif
  3912. check_axes_activity();
  3913. }
  3914. void kill()
  3915. {
  3916. cli(); // Stop interrupts
  3917. disable_heater();
  3918. disable_x();
  3919. disable_y();
  3920. disable_z();
  3921. disable_e0();
  3922. disable_e1();
  3923. disable_e2();
  3924. #if defined(PS_ON_PIN) && PS_ON_PIN > -1
  3925. pinMode(PS_ON_PIN,INPUT);
  3926. #endif
  3927. SERIAL_ERROR_START;
  3928. SERIAL_ERRORLNPGM(MSG_ERR_KILLED);
  3929. LCD_ALERTMESSAGEPGM(MSG_KILLED);
  3930. suicide();
  3931. while(1) { /* Intentionally left empty */ } // Wait for reset
  3932. }
  3933. void Stop()
  3934. {
  3935. disable_heater();
  3936. if(Stopped == false) {
  3937. Stopped = true;
  3938. Stopped_gcode_LastN = gcode_LastN; // Save last g_code for restart
  3939. SERIAL_ERROR_START;
  3940. SERIAL_ERRORLNPGM(MSG_ERR_STOPPED);
  3941. LCD_MESSAGEPGM(MSG_STOPPED);
  3942. }
  3943. }
  3944. bool IsStopped() { return Stopped; };
  3945. #ifdef FAST_PWM_FAN
  3946. void setPwmFrequency(uint8_t pin, int val)
  3947. {
  3948. val &= 0x07;
  3949. switch(digitalPinToTimer(pin))
  3950. {
  3951. #if defined(TCCR0A)
  3952. case TIMER0A:
  3953. case TIMER0B:
  3954. // TCCR0B &= ~(_BV(CS00) | _BV(CS01) | _BV(CS02));
  3955. // TCCR0B |= val;
  3956. break;
  3957. #endif
  3958. #if defined(TCCR1A)
  3959. case TIMER1A:
  3960. case TIMER1B:
  3961. // TCCR1B &= ~(_BV(CS10) | _BV(CS11) | _BV(CS12));
  3962. // TCCR1B |= val;
  3963. break;
  3964. #endif
  3965. #if defined(TCCR2)
  3966. case TIMER2:
  3967. case TIMER2:
  3968. TCCR2 &= ~(_BV(CS10) | _BV(CS11) | _BV(CS12));
  3969. TCCR2 |= val;
  3970. break;
  3971. #endif
  3972. #if defined(TCCR2A)
  3973. case TIMER2A:
  3974. case TIMER2B:
  3975. TCCR2B &= ~(_BV(CS20) | _BV(CS21) | _BV(CS22));
  3976. TCCR2B |= val;
  3977. break;
  3978. #endif
  3979. #if defined(TCCR3A)
  3980. case TIMER3A:
  3981. case TIMER3B:
  3982. case TIMER3C:
  3983. TCCR3B &= ~(_BV(CS30) | _BV(CS31) | _BV(CS32));
  3984. TCCR3B |= val;
  3985. break;
  3986. #endif
  3987. #if defined(TCCR4A)
  3988. case TIMER4A:
  3989. case TIMER4B:
  3990. case TIMER4C:
  3991. TCCR4B &= ~(_BV(CS40) | _BV(CS41) | _BV(CS42));
  3992. TCCR4B |= val;
  3993. break;
  3994. #endif
  3995. #if defined(TCCR5A)
  3996. case TIMER5A:
  3997. case TIMER5B:
  3998. case TIMER5C:
  3999. TCCR5B &= ~(_BV(CS50) | _BV(CS51) | _BV(CS52));
  4000. TCCR5B |= val;
  4001. break;
  4002. #endif
  4003. }
  4004. }
  4005. #endif //FAST_PWM_FAN
  4006. bool setTargetedHotend(int code){
  4007. tmp_extruder = active_extruder;
  4008. if(code_seen('T')) {
  4009. tmp_extruder = code_value();
  4010. if(tmp_extruder >= EXTRUDERS) {
  4011. SERIAL_ECHO_START;
  4012. switch(code){
  4013. case 104:
  4014. SERIAL_ECHO(MSG_M104_INVALID_EXTRUDER);
  4015. break;
  4016. case 105:
  4017. SERIAL_ECHO(MSG_M105_INVALID_EXTRUDER);
  4018. break;
  4019. case 109:
  4020. SERIAL_ECHO(MSG_M109_INVALID_EXTRUDER);
  4021. break;
  4022. case 218:
  4023. SERIAL_ECHO(MSG_M218_INVALID_EXTRUDER);
  4024. break;
  4025. case 221:
  4026. SERIAL_ECHO(MSG_M221_INVALID_EXTRUDER);
  4027. break;
  4028. }
  4029. SERIAL_ECHOLN(tmp_extruder);
  4030. return true;
  4031. }
  4032. }
  4033. return false;
  4034. }