Scott Lahteine
8385cddd8d
Followup to #8705
7 years ago
Scott Lahteine
ab5133514c
Merge pull request #8707 from thinkyhead/bf1_splits_are_expendable
...
[1.1.x] Discard "continued" blocks on interrupted move
7 years ago
Scott Lahteine
75eb93140f
Discard all CONTINUED blocks on interrupted move
7 years ago
Scott Lahteine
8be7a0b131
FORCE_INLINE before static
7 years ago
Scott Lahteine
cd6468d6de
Fix TEMP_BED_PIN for Mightyboard Rev.E
...
Based on #8685
7 years ago
Scott Lahteine
822254291f
Merge pull request #8702 from bjarchi/fix-1.1.x-probe_bounds
...
Fix - Conditionals_post.h - allow overriding of [min,max] probe point
7 years ago
Scott Lahteine
e29bf84f06
Merge pull request #8705 from thinkyhead/bf1_multi_probe
...
[1.1.x] MULTIPLE_PROBING — Why stop at 2?
7 years ago
Scott Lahteine
44800e9899
PROBE_DOUBLE_TOUCH => MULTIPLE_PROBING
7 years ago
Scott Lahteine
6e85c060a9
Apply MULTIPLE_PROBING to example configs
7 years ago
Marcio Teixeira
4a0b1921f1
Allow resume of paused print via the LCD (T1460)
7 years ago
Jonathan Barchi
7c6d33b0d2
Fix - Conditionals_post.h - allow overriding of [min,max] probe points as expected
7 years ago
Bob-the-Kuhn
86b65e52c4
[bugfix-1.1.x] COREXY stutter moves (planner.cpp changes) ( #8697 )
7 years ago
Scott Lahteine
6310a00d7e
feed_factor => inverse_secs
7 years ago
Scott Lahteine
6b93d20e4e
Sanity-check skew+UBL
7 years ago
Scott Lahteine
909fac6d90
Update commentary on M48
7 years ago
Scott Lahteine
6c328ec096
Merge pull request #8690 from thinkyhead/bf1_clean_blocks_on_trigger
...
[1.1.x] Purge blocks on endstop/probe hit
7 years ago
Scott Lahteine
1951d3a37a
Simplify G26 user_canceled
7 years ago
Scott Lahteine
aa7236e03c
Shorten error text in ubl::G29
7 years ago
Scott Lahteine
574153a810
No lcd_map_control needed in quick_stop
7 years ago
Scott Lahteine
3b30cc90f1
Clean on trigger instead of split_first_move flag
7 years ago
Scott Lahteine
f30b774f26
Merge pull request #8696 from thinkyhead/bf1_fixes_DEC6
...
[1.1.x] Cleanup, bugfixes, parity with 2.0.x
7 years ago
Scott Lahteine
1063b3b2b8
Changes for parity with 2.0.x
7 years ago
Scott Lahteine
93560836de
Allow buffer clean without release command
7 years ago
Scott Lahteine
ff26b7446c
Standardize LCD interface code for UBL a little
7 years ago
Scott Lahteine
7b6ad28a5d
General UBL/G26 code cleanup
7 years ago
Scott Lahteine
5d01a2f467
Move temperature reporting to Temperature class
7 years ago
Scott Lahteine
6e197d4a42
Fix M503 S parameter
7 years ago
Scott Lahteine
a5b20fec2f
Whitespace clean
7 years ago
Marcio Teixeira
67c6590fa6
Fixes for LCD change filament (T1438, T1221)
...
- "Change filament" now allows extruder selection on dual extruder heads (T1438)
- Fix for broken M600 resume_print; head motion during M600; backport from upstream (T1221)
7 years ago
Scott Lahteine
348e989a50
Merge pull request #8687 from AnHardt/1_first_move_probing_homing
...
[1.1.x] Don't split first_move while homing or probing
7 years ago
AnHardt
b19846aca1
Don't split first_move while homing or probing
...
While homing or probing it might be bad if the stop/trobe triggers during the first part and the second is still in the buffer.
7 years ago
Scott Lahteine
d951ba83e6
Show "Level Bed Corners" item with UBL too
...
Addressing #8676
7 years ago
Scott Lahteine
203a445bc1
Minimal include for speed_lookuptable
7 years ago
Scott Lahteine
9edefa645d
Remove skew warning that could crash the planner
7 years ago
Scott Lahteine
4608e1f590
Merge pull request #8681 from thinkyhead/bf1_pidtempbed_fix
...
[1.1.x] Change K1 to required option PID_K1
7 years ago
Scott Lahteine
794f8f1329
Update K1 => PID_K1
7 years ago
revilor
b1f3dfab28
Fix for #8669 ( #8677 )
7 years ago
Scott Lahteine
2d6c84a817
Cleanup constexpr in planner.cpp
7 years ago
Scott Lahteine
23291a0466
Fix SKEW_CORRECTION without leveling
7 years ago
Marcio Teixeira
a0799ea772
Bumped up controller fan speed on Mini 2.
...
- Trying to resolve continued X driver overheating.
7 years ago
Marcio Teixeira
a0b2a246ca
Endstop now checked during non-homing moves (T1393)
7 years ago
Marcio Teixeira
b25388ba25
Fix T1397 for all Minis; adjust Mini 2 probe pts.
...
- On Mini will now raise head before homing Y to clear wiper pad (T1397).
- On Mini 2, probe locations shifted to land on washers when using bumpers.
7 years ago
Scott Lahteine
83a1a70103
Creality pins spacing, MINIPANEL CS pin
7 years ago
Scott Lahteine
47f6fc1e07
Set initial endstops state
...
Addressing #8662
7 years ago
Scott Lahteine
88b34d2bb6
Merge pull request #8655 from kein0r/bugfix-1.1.x
...
Added Support for RAMPS 1.4 Plus board
7 years ago
kein0r
f36fdc74ac
Added RAMPS v1.4 Plus board
...
Conflicts:
Marlin/boards.h
7 years ago
Scott Lahteine
ff258d43e7
Merge pull request #8661 from lumbric/bugfix-1.1.x
...
Add missing library in Makefile
7 years ago
Scott Lahteine
d8ef6faa80
Cleanup for dogm_bitmaps
7 years ago
Scott Lahteine
59eb77fd28
One fewer move required…
7 years ago
lumbric (antares)
dde0e9ee0a
Add missing library in Makefile
...
When using RELOC_WORKAROUND library needs to be linked explicitly, otherwise
eeprom functions are not available.
Thanks to @rfjakob for finding the crucial hint to solve this issue.
7 years ago