Commit Graph

1367 Commits

Author SHA1 Message Date
025c50cc6d Quick-homing sensorless back-off (#16872) 2020-02-26 06:50:13 -06:00
0a7e7a6fa5 Allow servo features in combination (#16960) 2020-02-26 06:26:54 -06:00
cf597e2bb1 Allow weird probe values in G33 2020-02-26 05:33:57 -06:00
e78f607ef3 Use a STR_ prefix for non-translated strings 2020-02-26 03:02:03 -06:00
5071fe82ab Ensure proper SD print completion (#16967) 2020-02-25 22:18:14 -06:00
454cbcce51 Fix the wait loop in M0 / M1 2020-02-25 12:20:54 -06:00
9040394e8e Fix card_eof error 2020-02-24 11:00:01 -06:00
5e197df89a Fix Babystepping loop (again) 2020-02-24 05:48:42 -06:00
0ba18848af Allow USE_GCODE_SUBCODES for debugging 2020-02-22 22:50:03 -06:00
b2328d089a Allow LCD_PIXEL_WIDTH/HEIGHT override 2020-02-22 21:36:21 -06:00
29ec868c4b Commit last SD line before fileHasFinished 2020-02-22 20:46:52 -06:00
7bf3581b02 Fix M0/M1 broken wait loop (#16921) 2020-02-22 18:37:39 -06:00
1ab6f910b6 Use moves_free in ok_to_send 2020-02-22 02:30:59 -06:00
22b974691e Tweak process_line_done for speed 2020-02-20 20:36:51 -06:00
19991e269b Show end prompt with Print Event LEDs 2020-02-20 20:36:50 -06:00
a1f026f57a Inline manage_inactivity, tweak autoreport_paused 2020-02-20 20:36:50 -06:00
1c52d76668 Serial redirect for Move Command when stopping (#16906) 2020-02-20 02:22:07 -06:00
42208bc031 Fix unknown command on empty lines (#16867) 2020-02-16 01:10:20 -06:00
073e4443e8 Optimize "Dismiss" string 2020-02-14 00:05:06 -06:00
00ba053c90 Clean up host actions code (#16856) 2020-02-13 23:39:27 -06:00
af84e362cc Remove unused queue.stopped_N (#16850) 2020-02-13 18:59:32 -06:00
082117c4bb Ping the job timer in M140 (#16849) 2020-02-13 18:43:47 -06:00
0e17d10bf3 Fix G-code line parsing (#16840) 2020-02-13 18:30:47 -06:00
fa4a6cdb5c Fix out-of-order M0 after SD printing
Fixes #14774

Co-Authored-By: tol2cj <tol2cj@users.noreply.github.com>
2020-02-10 16:33:40 -06:00
3bef7a4450 Add g-code quoted strings, improve stream code (#16818) 2020-02-10 14:52:15 -06:00
0ce83dee95 Show print time with PRINTER_EVENT_LEDS 2020-02-09 11:37:43 -06:00
38873596ec Tweak parser warning 2020-02-09 11:37:43 -06:00
130e36d766 Tweak ABL logging, document probing 2020-02-08 17:47:54 -06:00
54aff83179 G26: Allow to set retraction for UBL mesh test (#16511) 2020-02-05 20:33:39 -06:00
f312ddfa4f More updates for 8 extruders, REPEAT 2020-02-04 12:37:20 -06:00
7bf2190f03 Fix CALIBRATION_GCODE pin handling 2020-02-04 08:32:43 -06:00
bfad23d3e2 (c) 2020 2020-02-03 08:00:57 -06:00
72b4d91d2e Add Z_AFTER_HOMING to raise Z more in G28 (#16755) 2020-02-02 00:02:30 -06:00
4716dac874 Apply REPEAT, RREPEAT, and loop macros (#16757) 2020-02-01 21:00:53 -06:00
0e72c315a0 Minor string storage optimization 2020-02-01 20:29:31 -06:00
22556a7bbf More 8-extruder fixups 2020-02-01 15:19:58 -06:00
5296af94d2 Drop obsolete SD special char handling
See #14035
2020-02-01 06:49:56 -06:00
e58d1bf974 G34 automatic point assignment (#16473) 2020-02-01 04:50:44 -06:00
90b6324563 Encapsulate probe as singleton class (#16751) 2020-02-01 04:21:36 -06:00
3c9464eea4 Tweak G60/G61 slots 2020-01-30 03:25:40 -06:00
9caf5c05e7 Refactor heater watch, job timer auto-start (#16725) 2020-01-30 03:24:43 -06:00
50889c0f94 Move L64XX index_to_axis to progmem (#16697) 2020-01-30 03:24:23 -06:00
99b6a132bc Fix G60/G61 slots > 8 and compile error (#16715) 2020-01-30 03:18:45 -06:00
e6a675e6ec Fix missing string for M48 build (#16708) 2020-01-30 03:13:31 -06:00
1db9d9f76f Fix probe temp calibration (#16718) 2020-01-30 03:00:38 -06:00
e8ed4329ea Cleanup of old includes, add comments 2020-01-29 22:41:18 -06:00
8bd6b60a01 Remove extraneous G60/G61 lines 2020-01-27 15:40:25 -06:00
e2eef1256a G60/G61 Position Save/Restore (#16557) 2020-01-26 23:19:05 -06:00
a0a93e35ae Fix serial port redirection (index ≠ port num) (#16687) 2020-01-26 22:46:26 -06:00
95d5a0c480 Fix DELTA_CALIBRATION_MENU recursive call (#16656) 2020-01-26 00:02:06 -06:00