Scott Lahteine
920d92aa46
Merge pull request #9974 from thinkyhead/bf2_tmc_util_progmem
...
[2.0.x] Move tmc_util.* extended_axis_codes to PROGMEM
2018-03-07 00:16:50 -06:00
Scott Lahteine
b198b49d15
Followup to AUTO_REPORT_SD_STATUS
...
Followup to #9832
2018-03-07 00:13:42 -06:00
Scott Lahteine
2057177184
Make enums into implicit char
2018-03-06 23:39:56 -06:00
Scott Lahteine
6e08ddce6e
Correct M401 / M402 description
2018-03-01 19:10:36 -06:00
Scott Lahteine
88b6a15b47
Update M900 verbiage
2018-03-01 15:11:31 -06:00
TheSFReader
eb079959fb
Report sd card progress [FR] #9751 ( #9832 )
...
* SD Status auto-report feature
Feature Request #9751
2018-02-26 15:38:27 -06:00
AnHardt
133b38b93b
Complete M48 description ( #9631 )
2018-02-14 05:17:58 -06:00
GMagician
e1117a8492
[2.0.x] fix compile errors when CNC_COORDINATE_SYSTEMS is enabled ( #9380 )
2018-02-02 01:45:46 -06:00
Scott Lahteine
b91ca168fb
Add a struct defining EEPROM storage
2018-01-05 15:48:34 -06:00
Scott Lahteine
51e0f2bee3
Add MarlinSettings::validate()
2018-01-05 14:35:24 -06:00
Scott Lahteine
7541316bb4
Add M701/M702 Filament Load/Unload, M603
2018-01-04 15:07:37 -06:00
teemuatlut
0cd1e91056
[2.0.x] TMC driver update ( #8769 )
2017-12-15 15:03:14 -06:00
Scott Lahteine
de3d3b9cb1
Put FORCE_INLINE before static
2017-12-08 00:46:22 -06:00
Scott Lahteine
0154e3480c
New feature: BED_SKEW_CORRECTION
2017-12-01 19:39:49 -06:00
Scott Lahteine
c6b0c104bb
Adapt G26 to work for all meshes
2017-11-23 22:31:37 -06:00
Scott Lahteine
c613a1ed38
Fix indentation, stepper.h dependency, etc.
2017-11-22 14:55:30 -06:00
Scott Lahteine
82f45c3e6a
Patch G33 misuse of PROBE_MANUALLY
2017-11-08 00:36:06 -06:00
Scott Lahteine
1b40e9c464
Implement CNC_COORDINATE_SYSTEMS
2017-11-04 22:28:46 -05:00
Scott Lahteine
bd78ca0ee3
Add M290 Babystepping
2017-10-26 20:44:43 -05:00
Scott Lahteine
ce48403a0b
Add EXTRA_FAN_SPEED feature
...
Based on #7883 by @studiodyne
2017-10-16 02:34:13 -05:00
Scott Lahteine
5c4f3e0107
Add LCD_SET_PROGRESS_MANUALLY
2017-10-15 03:05:29 -05:00
Slawomir Ciunczyk
a11e6a1022
Different NEOPIXEL types
...
Same as #7728 but for 2.0.x,
Lot of cleanup and remove references in whole code to other "LED files" than leds.h. Now will be much easier to add next drivers/libraries. e.g. FastLED. But bad news, currently FastLED is suporting only RGB devices (no RGBW)
2017-10-10 02:17:36 -05:00
Scott Lahteine
1587962547
Combine G-code files into fewer units
...
Addressing #7707
2017-09-23 18:12:04 -05:00
Scott Lahteine
07cf75883f
Move T (tool change) to cpp
2017-09-21 16:27:10 -05:00
Scott Lahteine
7479ff98b7
Move M140, M190 to cpp
2017-09-21 16:26:56 -05:00
Scott Lahteine
5b3e49babd
Move M108, M112, M410 to cpp
2017-09-21 16:26:56 -05:00
Scott Lahteine
931aa79d85
Move G42 to cpp
2017-09-21 16:26:52 -05:00
Scott Lahteine
84ddae56a8
Move G38 to cpp
2017-09-21 16:26:51 -05:00
Scott Lahteine
9b4aa5ea8b
Move G17-G19 to cpp
2017-09-21 16:26:50 -05:00
Scott Lahteine
760f29a88e
Move G4 to cpp
2017-09-21 16:26:49 -05:00
Scott Lahteine
4007cbfe9e
Move G2_G3 to cpp
2017-09-21 16:26:49 -05:00
Scott Lahteine
51f195e698
Move dwell to gcode
2017-09-21 16:26:48 -05:00
Scott Lahteine
8dc2838d98
Move host keepalive to GcodeSuite
2017-09-21 16:26:46 -05:00
Scott Lahteine
722786966a
Add gcode.cpp, motion.*, queue.* - Apply to some G-codes.
2017-09-21 16:26:45 -05:00
Scott Lahteine
4231faf779
Initial split-up of G-code handlers by category
2017-09-21 16:26:45 -05:00