42 コミット (1fb2fffdbf14c8970d57c8a59310539c814bca89)

作成者 SHA1 メッセージ 日付
  Scott Lahteine bafe8d920a Handle print completed LED event in M0 4年前
  Scott Lahteine 832951ec44
Case-insensitive g-code option (#16932) 4年前
  Scott Lahteine 0ba18848af Allow USE_GCODE_SUBCODES for debugging 4年前
  Scott Lahteine 3bef7a4450
Add g-code quoted strings, improve stream code (#16818) 4年前
  Scott Lahteine 38873596ec Tweak parser warning 4年前
  Scott Lahteine bfad23d3e2 (c) 2020 4年前
  Scott Lahteine e3fd0519b3 Reduce need for UNUSED 4年前
  Scott Lahteine 455dabb183
Add a feedRate_t data type (#15349) 4年前
  Scott Lahteine c353eaa146
Misc changes from struct refactor (#15289) 4年前
  Jamie dbee0e9c54 Analog joystick jogging control (#14648) 4年前
  Scott Lahteine 93cd66ac11 Tweaky change from (C) to (c) 5年前
  Scott Lahteine ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944) 5年前
  Scott Lahteine cfdb38eda4
Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311) 5年前
  Scott Lahteine 0feeef2604 Update copyright in headers 5年前
  Scott Lahteine 471f403a67 Reduce code size with plain inlines 5年前
  Scott Lahteine e4cf175163
Synchronize on M204, M205 (#12302) 5年前
  Scott Lahteine 3583e2b449
Followup to Menu Refactor (#12275) 5年前
  Scott Lahteine 951b25163e
Extend M217 with configurable park/raise (#12076) 5年前
  Scott Lahteine d6b0fbd771
Use uint8_t for all fan speeds (#12032) 5年前
  Scott Lahteine 52a37913c1 Extend and apply some corrections 5年前
  thesfreader e09c144674 Add CNC-like G-code options 5年前
  Scott Lahteine 11ac75edcb
Use PGM_P for PSTR pointers (#11977) 5年前
  Scott Lahteine a4b0148365 Easier to find 'static inline' 5年前
  Giuliano aed1d17a2d Initialize default units (#11295) 6年前
  etagle 1367df2875 Replace double with float, optimize calculation 6年前
  Scott Lahteine 645df23eb0 Fix warning with FASTER_GCODE_PARSER disabled 6年前
  Scott Lahteine 230ae6a143 Default G30 to engage / disengage 6年前
  Bob-the-Kuhn 21179f8300 Fix the "slow" version of the G-code parser 6年前
  Scott Lahteine f5cfdf6efe Use _BV32 to avoid name conflict 6年前
  Scott Lahteine 399bca316a Fix has_value with FASTER_GCODE_PARSER 6年前
  Scott Lahteine 80d3ded895 Change parser codebits from array to int32_t 6年前
  Scott Lahteine 053b1371c7 Simplify G-code debug option 6年前
  Scott Lahteine 608f8b10da Parser val method parity with 1.1.x 6年前
  Scott Lahteine 1b40e9c464 Implement CNC_COORDINATE_SYSTEMS 6年前
  Thomas Moore 9e699811d2 Make LPC1768 pinmapping not specific to Re-ARM (#8063) 6年前
  Thomas Moore 51fafccc16 [2.0.x] Enable hardware serial ports on LPC1768 (#8004) 6年前
  Roxy-3D 5439358281 Basic UBL operations working on 32-bit platforms (#8024) 6年前
  Luc Van Daele 3986a84f77 boolval revisited (#8016) 6年前
  Scott Lahteine 63228fc453 Move volumetric flag to GCodeParser 6年前
  Scott Lahteine 722786966a Add gcode.cpp, motion.*, queue.* - Apply to some G-codes. 6年前
  Scott Lahteine 4231faf779 Initial split-up of G-code handlers by category 6年前
  Scott Lahteine 9ea2ff950a Move 'gcode' files 6年前
  Scott Lahteine 76e90b93b7 Volatile keyword not needed for parser.seen 7年前
  Scott Lahteine 11c589c3ec Fix compile issue with G38 7年前
  Scott Lahteine 859248433f Patch for gcode debug 7年前
  Scott Lahteine 76c92a1fab Clean up some trailing spaces 7年前
  Scott Lahteine 30b327d24c Finish the solution for #7166 7年前
  Bob-the-Kuhn e6e3132f79 make LETTTER_OFF return values that match param indices range 7年前
  Bob-the-Kuhn bfbf5f8200 correct value_bool() when FASTER_GCODE_PARSER is enabled 7年前
  Scott Lahteine bd776df8c1 Optimize seen_axis by moving 'X' to index 24 7年前