Commit Graph

353 Commits

Author SHA1 Message Date
865071a946 Tweak code formatting 2019-12-19 02:16:17 -06:00
e9dadacf7b Fix bad #ifdef (#16227) 2019-12-15 11:16:36 -06:00
f83bc0aa13 Optimize common strings
Saves 128 bytes in testing with `mftest mega 1 -y`
2019-11-29 22:54:42 -06:00
ab8b24fdba Power Loss Recovery with a UPS (#15943) 2019-11-20 17:40:21 -06:00
776632c503 Add and apply REPEAT macro (#15829) 2019-11-09 17:59:04 -06:00
ca6d00b862 Save some string flash 2019-11-02 00:48:05 -05:00
e7d9db284e Followup to M240 patch 2019-10-31 17:27:19 -05:00
7c60853219 Fix blocking delay in Photo G-code M240 (#15728) 2019-10-31 17:14:11 -05:00
4e6e02bc3e Include pause.h for M701-702 2019-10-31 13:18:50 -05:00
014b739bac Fix M486 int parameters 2019-10-25 19:19:33 -05:00
93f0012959 Cancel Objects - As seen at ERRF2019 (#15590) 2019-10-24 15:35:40 -05:00
bb381e22b2 Fix left-shift warning 2019-10-16 15:42:46 -05:00
519cc1bc67 NUM_AXIS is now obsolete 2019-10-06 22:18:16 -05:00
0322348924 Handle runout in runout.cpp 2019-10-03 06:27:30 -05:00
139b7196a0 Watchdog cleanup (#15283) 2019-09-29 17:57:29 -05:00
50e4545255 Add custom types for position (#15204) 2019-09-29 04:25:39 -05:00
665e45e0ba Reduce string storage, use masking 'seen' 2019-09-26 04:30:55 -05:00
455dabb183 Add a feedRate_t data type (#15349) 2019-09-26 01:28:09 -05:00
b2e1f77f58 Fix extraneous "Home XYZ First" message 2019-09-25 21:57:20 -05:00
465c6d9230 Simpler Allen Key config. Fixes, cleanups from refactor (#15256) 2019-09-14 03:05:10 -05:00
75927e17dd Filament Width Sensor singleton (#15191) 2019-09-10 18:48:58 -05:00
586b334c2a Split up stepper indirection (#15111) 2019-08-31 19:44:45 -05:00
c8e30b6639 Fix code attempting to sprintf %f (#14869)
Arduino doesn't (always) support `float` formatting in strings. So either cast to `int` or use `dtostrf()` to fix these usages.
2019-08-08 01:51:37 -05:00
a3dc1e461b Update M7219 comment, tweak parameter code 2019-07-24 21:09:51 -05:00
dc6fa04f68 Fix single nozzle temp change, do slower extra prime (#14696) 2019-07-21 19:33:37 -05:00
e5aa453293 Add support for 2 Neopixel strips (#14667) 2019-07-20 23:14:09 -05:00
b8cc61262f Finish G12, update Nozzle::clean (#14642) 2019-07-17 04:23:19 -05:00
d2f20803ba Allow nozzle clean with limited Axis (#14619) 2019-07-14 06:58:53 -05:00
19b24a349c Fix M412 without HOST_ACTION_COMMANDS (#14591) 2019-07-12 04:23:33 -05:00
fe02241044 NONE on combined options 2019-07-05 18:20:24 -05:00
750a16ad38 Fix MIN/MAX function collision with macros 2019-07-05 18:14:02 -05:00
946f6bdeaa Disable leveling during G12 (#14385) 2019-06-28 19:23:42 -05:00
93cd66ac11 Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
aa0383a83b Enhance IDEX toolchange auto-return w/ no park, full control (#14117) 2019-06-23 20:00:48 -05:00
17778d1c2a Fix M916-918 subcommands 2019-06-22 16:18:42 -05:00
4df4c47994 Add TMC2209 support (#14249) 2019-06-20 15:47:50 -05:00
356410dcfc Move crc16 function to libs 2019-06-12 06:14:39 -05:00
b14cc0d7c5 Remove extra gcode. prefix 2019-05-26 16:18:45 -05:00
1c86fbc60b TMC updates, capture LCD changes (#14074) 2019-05-25 18:22:12 -05:00
fc52c43a26 Some documentation updates 2019-05-24 16:30:44 -05:00
7f1e0c5670 Update EXTRA_LINADV_K with Marlin bit macros (#13993) 2019-05-15 01:07:07 -05:00
f96eaad1ea Unused variable cleanup (#13917) 2019-05-05 22:01:04 -05:00
15357af67c Backlash cleanup (#13659)
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
2019-05-03 23:53:15 -05:00
ee243e4edf Fix mixing extruder filament change (#13803) 2019-05-01 21:55:58 -05:00
0c4d3e6622 Improve M906 description 2019-04-22 13:48:02 -05:00
fae2b7edc3 Update MMU2 code style 2019-04-08 18:13:42 -05:00
cf12fc8366 Expand on serial debugging (#13577) 2019-04-05 20:02:46 -05:00
a3f67acd6d Fix Power Loss Recovery file delete (#13522) 2019-03-30 13:14:58 -05:00
e3ab54753b Add extra Linear Advance factors (#13490) 2019-03-26 04:02:27 -05:00
b376c7e374 Group DISABLED items 2019-03-17 07:56:35 -05:00