teemuatlut
1c86fbc60b
TMC updates, capture LCD changes ( #14074 )
6 years ago
Scott Lahteine
fc52c43a26
Some documentation updates
6 years ago
Tanguy Pruvot
24b1818245
Secure STM32F1 servo code and M280 detach ( #14085 )
6 years ago
Scott Lahteine
aeec9ef76b
Update backlash code
6 years ago
Tanguy Pruvot
87e7193259
Fix M226 sign warning (for most platforms) ( #14049 )
6 years ago
FanDjango
85fb33a060
BLTOUCH tweaks, new v3.1 command ( #14015 )
6 years ago
Scott Lahteine
785c01f2bc
Use US spelling of 'behavior'
6 years ago
Sam Lane
7f1e0c5670
Update EXTRA_LINADV_K with Marlin bit macros ( #13993 )
6 years ago
Robby Candra
7b78a20fb7
Fix: Debug Memory Dump size ( #13957 )
* Fix Memory Dump size
* Fix Compile error on Memory Dump
6 years ago
Giuliano Zaro
f22c9a1ae1
Fix G-code parser with MMU2 ( #13951 )
6 years ago
Bob Kuhn
fa3739aa23
M100: LPC1768 and DUE compatibility ( #13962 )
6 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' ( #13944 )
6 years ago
InsanityAutomation
6811e2921b
BLTouch v3 / 3DTouch Interoperability & performance ( #13814 )
6 years ago
Ludy
a504366138
Fix probe fan compiling error ( #13930 )
6 years ago
Stephan
483822f3aa
Fix some THERMAL_PROTECTION_CHAMBER issues ( #13678 )
6 years ago
doggyfan
23a8707ef1
Configurable Thermistor ( #13888 )
6 years ago
Ludy
f96eaad1ea
Unused variable cleanup ( #13917 )
6 years ago
Giuliano Zaro
e2a77ed881
Bring chamber temp to completion ( #13837 )
6 years ago
Marcio Teixeira
15357af67c
Backlash cleanup ( #13659 )
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
6 years ago
Robby Candra
c369477cb0
Fix bug: diveToFile breaks M23 ( #13865 )
6 years ago
Thomas Moore
ee243e4edf
Fix mixing extruder filament change ( #13803 )
6 years ago
InsanityAutomation
610fb46683
Fix some ExtUI issues ( #13799 )
6 years ago
Scott Lahteine
5051909c3c
Update do_select_screen for general use ( #13800 )
6 years ago
Giuliano Zaro
e2dd2268e8
Add a Z raise-between-probes to G34 ( #13791 )
6 years ago
Scott Lahteine
0c4d3e6622
Improve M906 description
6 years ago
Scott Lahteine
92ed9a2bb6
Fix is_M29
Followup for #13013
6 years ago
Scott Lahteine
9992c424f5
Patch G92.9 flags
Followup to #13703
6 years ago
Msq001
455ee23499
Fix, improve Power Loss Recovery ( #13703 )
- Save and restore workspace offsets
- Add retract and purge (hidden) options
- Always restore axis relative modes
- Use added `G92.9` to do position restores
6 years ago
InsanityAutomation
aa0f7afbe6
Fix call to uninitialized PWM pin, heater 2 overlap ( #13674 )
6 years ago
Scott Lahteine
7e58d33a2e
Update some headers
6 years ago
Jamie
509dc283f2
Restore declarations of G53-G59 ( #13654 )
6 years ago
InsanityAutomation
4900c28bf6
Fix IDEX tool-change, and more ( #13614 )
6 years ago
Scott Lahteine
5e38d70697
Fix M217 report label, general cleanup
6 years ago
Scott Lahteine
fae2b7edc3
Update MMU2 code style
6 years ago
Scott Lahteine
c8a83fb122
SPINDLE_LASER_ENABLE => SPINDLE_LASER_ENA
6 years ago
Bob Kuhn
9a56d90150
Fix M43 on LPC176x ( #13587 )
The real fix. PR #13568 was wrong.
6 years ago
Roxy-3D
9cee81d47e
Option to show babysteps total since G28 ( #13580 )
6 years ago
Scott Lahteine
cf12fc8366
Expand on serial debugging ( #13577 )
6 years ago
Marcio Teixeira
bf7b28b456
Fix incorrect variable name ( #13585 )
6 years ago
Scott Lahteine
cacec5764a
Clean up whitespace
6 years ago
Marcio Teixeira
27a4927ed1
Add option to move away from endstop after homing. ( #13557 )
Add option to move away from endstop after homing.
- Add `ENDSTOP_BACKOFF` for printers with a recessed Z home button (Lulzbot TAZ 6).
- Also prevents chattering when sensorless homing with axes against bumpers.
6 years ago
Scott Lahteine
af92ee9dd6
No PLR include needed in queue.cpp
6 years ago
Scott Lahteine
2aa35e95af
More G26 arc cleanup
Followup to #13531
6 years ago
Scott Lahteine
a0a5c31c05
Power-Loss initialization fix ( #13553 )
- Only save to PLR file on moves with E and X or Y
- Save to PLR after any long-ish Z downward move
6 years ago
InsanityAutomation
fbc7b51a24
Use NO_FETCH for Dual X G28 ( #13539 )
6 years ago
InsanityAutomation
4961d8aa3e
Update G28.cpp ( #13539 )
6 years ago
ManuelMcLure
04086fc455
Minor optimization to ARC_SUPPORT code ( #13531 )
6 years ago
Robby Candra
a3f67acd6d
Fix Power Loss Recovery file delete ( #13522 )
6 years ago
Marcio Teixeira
5679fae11e
UltraLCD enhancements (lower fan resolution, backlash menu) ( #13519 )
6 years ago
Marcio Teixeira
c6466c23fe
Silence signed/unsigned comparison warning. ( #13508 )
6 years ago