Scott Lahteine
565a0e11ed
Prevent 'current' name conflict, if needed
5 years ago
Scott Lahteine
1c3a1ab2c6
Use _MIN over MIN
5 years ago
Jamie
dbee0e9c54
Analog joystick jogging control ( #14648 )
5 years ago
Ludy
068c303742
More translatable LCD strings ( #15190 )
5 years ago
Tanguy Pruvot
85f0556118
Add XPT2046 calibration functions ( #15140 )
5 years ago
Scott Lahteine
c97c393c4a
Fix "unqualified id" warning ( #15144 )
5 years ago
Scott Lahteine
a2e412c0ce
Rename command buffer var
5 years ago
Scott Lahteine
586b334c2a
Split up stepper indirection ( #15111 )
5 years ago
Robby Candra
38983fdfa9
Add 'Back' Button for Touch TFT 320x240 ( #15060 )
5 years ago
InsanityAutomation
f218405c36
Fix ExtUI invalid speed, timer ( #15031 )
6 years ago
Tim Moore
67f8ba6fed
Allow pullup/downs on power loss pin ( #14986 )
6 years ago
Ludy
05995d1fd6
Unify buzz methods as MarlinUI::buzz ( #14803 )
6 years ago
InsanityAutomation
c5be59ddfe
Fix runout trigger on "inactive" sensor ( #14990 )
6 years ago
InsanityAutomation
af5a7a2925
Add missing ExtUI user confirmation ( #14992 )
6 years ago
Scott Lahteine
9d9e2deb9b
Tweak UBL G29 status print
6 years ago
Marcio Teixeira
8bdb3d9970
Add CONTROLLERFAN_SPEED_Z_ONLY ( #14956 )
6 years ago
Marcio Teixeira
274934ad81
Add LULZBOT_TOUCH_UI ( #14967 )
6 years ago
Marcio Teixeira
179d6c4ed1
Add STARTUP_SCRIPT option. M17 parity with M18. ( #14953 )
6 years ago
Robby Candra
d2d71caa3b
Clean up Touch pins. Better up/down touch response. ( #14900 )
6 years ago
Scott Lahteine
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.
6 years ago
Chris Pepper
f499cecf0d
Marlin Binary Protocol Mark II ( #14817 )
6 years ago
teemuatlut
d4974ea719
TMC SPI Endstops and Improved Sensorless Homing ( #14044 )
6 years ago
Scott Lahteine
52a7a8cb26
Fix HOST_PROMPT_SUPPORT without LCD
6 years ago
Tim Moore
940c59d9da
Overlord i2c LCD with LEDs and buzzer ( #14801 )
6 years ago
Scott Lahteine
ee5e46b46b
Patch PrintJobRecovery::filename
6 years ago
Scott Lahteine
70ce4f5b36
Move job recovery filename
6 years ago
InsanityAutomation
f59a7e8b07
Print/display ABL current probe point ( #14788 )
6 years ago
Benjamin Reed
0c035c0a7a
Fix 'pause_menu_response' compile error ( #14792 )
6 years ago
Scott Lahteine
c2b319360d
Remove extra pragmas
6 years ago
Gustavo Alvarez
27952648cf
Fix M122 column alignment ( #14779 )
6 years ago
pinchies
d98b9d54f1
JGAurora A5S & A1 touch support ( #14768 )
6 years ago
Scott Lahteine
842466f4d9
Mixer patch, etc.
6 years ago
Ludy
c4bb458763
BUZZ cleanup ( #14760 )
6 years ago
Scott Lahteine
17abb94532
Whitespace patch
6 years ago
Ludy
97e9c95f47
Fix & clean up ExtUI ( #14748 )
6 years ago
Scott Lahteine
1088846cae
Cosmetic updates from 14044
6 years ago
Scott Lahteine
a589456a14
Tweak mark/range/quantity conditions
6 years ago
Scott Lahteine
601b2d9f51
Send slightly less data to Max7219
6 years ago
Scott Lahteine
79f49040f1
Patch some Max7219 comments
6 years ago
Scott Lahteine
5c3ec6306f
Max7219 side-by-side arrangement ( #14702 )
6 years ago
Scott Lahteine
a7c41d28af
Max7219 non-functional tweaks
6 years ago
Tim Moore
e5aa453293
Add support for 2 Neopixel strips ( #14667 )
6 years ago
Tanguy Pruvot
9dfa5ba3a5
XPT2046: Handle MKS touchscreen w/out PenIRQ pin ( #14640 )
6 years ago
InsanityAutomation
b8cc61262f
Finish G12, update Nozzle::clean ( #14642 )
6 years ago
Scott Lahteine
06324df072
Apply some #ifndef
6 years ago
Tanguy Pruvot
81d629bc47
Robin & Longer3D SPI TFT driver ( #14595 )
6 years ago
Scott Lahteine
ed0e6afacb
Apply LIMIT macro
6 years ago
Scott Lahteine
1a349c7522
Add HAS_TMC220x
6 years ago
Tim Moore
8b81c0e88f
LEDs to default on print completion ( #14535 )
6 years ago
Roxy-3D
cdf4ed87a1
Add back required precision for off printer mesh saves
6 years ago
Scott Lahteine
021c4ccf5f
Fix SpindleLaser class
...
Fix #14465
6 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6 years ago
Scott Lahteine
b6546ea33a
Add include guards to some headers
6 years ago
Roxy-3D
41b7f16ab8
Fix grammar of comment for G29 T command
6 years ago
teemuatlut
8aad29fb6e
Fix Prusa chopper timing preset
6 years ago
Scott Lahteine
d4415dcf59
Fix analogWrite ambiguity
6 years ago
Ludy
dab2f0c89c
Mask unused var, update (c) comments ( #14455 )
6 years ago
Ludy
0ca64a0ea3
Fix compile error with Z_PROBE_END_SCRIPT ( #14447 )
6 years ago
Scott Lahteine
d16954dc88
Make KEEPALIVE_STATE a scoped auto-restore ( #14446 )
6 years ago
Marcio Teixeira
e6cf7860e8
Improve ExtUI, fix compiler errors, warnings ( #14441 )
6 years ago
Martin
ae9afb333e
Remove fwretract planner.synchronize calls ( #14432 )
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Scott Lahteine
d7d80418ae
Singleton for cutting tools ( #14429 )
6 years ago
Tim Moore
8ce84fa44f
Add temperature-based auto power options ( #14397 )
6 years ago
InsanityAutomation
b961251899
Add Z_PROBE_END_SCRIPT to UBL ( #14419 )
6 years ago
BigIronGuru
def4bb987d
Reset, stow BLTouch before mode change ( #14368 )
6 years ago
Scott Lahteine
78557076ff
Add planner.synchronize to UBL G29
6 years ago
BigIronGuru
6578aa4e1b
Apply minimum timing to BLTouch commands ( #14369 )
6 years ago
Tanguy Pruvot
be69ec5b32
Fix PLR/M43 warnings ( #14333 )
6 years ago
Tanguy Pruvot
52383633e7
STM32F1: M43 PINS_DEBUGGING ( #14072 )
6 years ago
Marcio Teixeira
49ea1c635a
Fix missing dependencies ( #14339 )
6 years ago
Scott Lahteine
4df4c47994
Add TMC2209 support ( #14249 )
6 years ago
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection ( #14236 )
6 years ago
Scott Lahteine
dfdbd1e75f
Use TEST macro where possible
6 years ago
MastS
18904c42f6
Fysetc LCD backlight timeout ( #14265 )
6 years ago
Scott Lahteine
356410dcfc
Move crc16 function to libs
6 years ago
mikeshub
a3f034b95e
FFCP updates. Update XY soft endstops on tool_change ( #14125 )
6 years ago
Robby Candra
7e07a3888b
Fix PLR Z bug affecting Cartesians ( #14230 )
6 years ago
InsanityAutomation
4138b1f9ae
Option to disable Case Light brightness control ( #14165 )
6 years ago
InsanityAutomation
34ae76025e
Clear Pausing message after M600 park ( #14171 )
6 years ago
teemuatlut
bf4a0db97f
TMC LCD followup ( #14134 )
6 years ago
Scott Lahteine
b315157053
Apply const to mcp4728
6 years ago
Scott Lahteine
c6d39319de
Fix some whitespace
6 years ago
InsanityAutomation
49e83dd7c8
BLTouch V3.1 changes ( #14104 )
6 years ago
teemuatlut
1c86fbc60b
TMC updates, capture LCD changes ( #14074 )
6 years ago
Ludy
fafd73a3af
Update copyright in headers ( #14092 )
6 years ago
Scott Lahteine
cfca07852a
Backlash linker error workaround
...
Fix #14045
6 years ago
Scott Lahteine
aeec9ef76b
Update backlash code
6 years ago
Bob Kuhn
1dad6e754b
Neopixel background LED option ( #14025 )
6 years ago
InsanityAutomation
84ac5b360b
Fix ExtUI mesh functions ( #14027 )
6 years ago
FanDjango
85fb33a060
BLTOUCH tweaks, new v3.1 command ( #14015 )
6 years ago
GUEST.it
62ef54cb81
UBL: Log and display G29 progress ( #14036 )
6 years ago
GUEST.it
7907eec04c
Fix power loss recovery with SINGLENOZZLE ( #14033 )
6 years ago
Scott Lahteine
785c01f2bc
Use US spelling of 'behavior'
6 years ago
FanDjango
dcaefc68a5
BLTouch.init should not deploy ( #13988 )
...
Low or unknown probe clearance on init (even at powerup) is a risk and therefore, a deploy should be avoided because dragging the pin is possible: A deploy goes into alarm if it can't extend fully and then the subsequent stow will fail.
6 years ago
Marcio Teixeira
227f29090d
Add heater timeouts to ExtUI ( #13970 )
...
- Add local UI methods to get heater timeout state.
- Add methods to resume timed-out heaters.
- Re-enable heaters on UI temperature request.
- Make `ExtUI` show a dialog box if pause needs a button press after reheat.
6 years ago
ManuelMcLure
51acbb2201
Prevent HOST_PROMPT_SUPPORT compile error ( #13943 )
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
Giuliano Zaro
40aff7e1f2
Remove extra MMU (non-12V) code ( #13938 )
...
`check_version` in state -5 should not be needed since it has already been called in state -4 and the tested build nr is only updated in state -4.
6 years ago