Scott Lahteine
a43e892fb5
Use 8-bit i2c address on LPC platform
Fix #9799 — hopefully not a unicorn
6 gadus atpakaļ
Scott Lahteine
0feeef2604
Update copyright in headers
6 gadus atpakaļ
Scott Lahteine
95d3f3953a
DEFAULT_WEBSITE_URL => BOARD_WEBSITE_URL
6 gadus atpakaļ
Marcio Teixeira
e1604198ff
G425 — Auto-calibrate Backlash and Nozzle Offsets (#13050 )
6 gadus atpakaļ
teemuatlut
d81342254a
Support new TMC drivers (#13026 )
6 gadus atpakaļ
Scott Lahteine
ca73b2f465
Add static assert to catch errors in COPY(a,b)
6 gadus atpakaļ
Scott Lahteine
fdb97a3e9c
Add class and macro to save and auto-restore a variable
6 gadus atpakaļ
Scott Lahteine
159d7eefda
New boards entry for the A20M
6 gadus atpakaļ
Bob Kuhn
2f35747f29
L6470 SPI daisy chain support (#12895 )
6 gadus atpakaļ
Scott Lahteine
52108192d1
Prevent L6470 class name conflict with drivers.h define
Fix #12824
6 gadus atpakaļ
lanserge
c2cf8ffa82
Add support for Arduino DUE Shield Kit (#12950 )
6 gadus atpakaļ
chrisly42
99e5e8362f
Rapide Lite 200 config, pins_RL200 RUMBA clone (#12848 )
6 gadus atpakaļ
Scott Lahteine
ce563d7c2e
Various general cleanups
Mostly from the L6470-oriented PR
6 gadus atpakaļ
Bob Kuhn
d08f27e27b
Add support for STEVAL 3DP001V1 (#12894 )
6 gadus atpakaļ
Giuliano Zaro
85f149befe
Save some progmem (#12913 )
6 gadus atpakaļ
Scott Lahteine
eb78aed863
Rename LCD menus according to variable types (#12892 )
6 gadus atpakaļ
Chris Barr
1d33784bf9
Add RUMBA32 Board (#12856 )
6 gadus atpakaļ
Karl Andersson
8ae6f1e556
Fix errors and some compiler warnings with HAL_STM32 PlatformIO build (#12869 )
6 gadus atpakaļ
Ludy
74c47803f7
Add VORON printer (#12705 )
6 gadus atpakaļ
Alain Martel
44ed34475b
Add MKS BASE 1.4 pins (#12770 )
6 gadus atpakaļ
Msq001
f8c5d31864
Bugfix 2.0.x add motherboard pins define (#12689 )
- `pins_BIQU_B300_V1.0.h` defines pins for B300, as found in the BIQU Thunder 3D printer.
- `pins_BIQU_SKR_V1.1.h` defines pins for bigtree/BIQU SKR V1.1 motherboard.
6 gadus atpakaļ
Ludy
f7127c44f8
Wanhao Duplicator i3 Plus pins create (#12701 )
6 gadus atpakaļ
jmz52
33abb86b7e
Add support for MKS Robin board (#12650 )
Implement initial support for MKS Robin (STM32F103ZET6) board.
Custom build script is used to generate encrypted firmware compatible with original MSK Robin bootloader (i.e. safe firmware update from SD card and possibility to go back to original close-source firmware).
6 gadus atpakaļ
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
6 gadus atpakaļ
InsanityAutomation
dec721c52b
Add Formbot Raptor2 and Raise3D pins (#12532 )
* Add Formbot Raptor2 board
* Add Raise3D Rumba board
6 gadus atpakaļ
Scott Lahteine
6aae199572
Add missing boards to Makefile
6 gadus atpakaļ
Scott Lahteine
1fcc13b011
Allow Serial Overrun Protection to be disabled
6 gadus atpakaļ
Ludy
c0b75f49b6
Fix "no effect" and "unused variable" compile warnings (#12473 )
6 gadus atpakaļ
Marcio Teixeira
c1e17037e5
Various fixes for MarlinUI and ExtUI (#12439 )
6 gadus atpakaļ
Ludy
22d7fed60a
Fix compile error with SD_FIRMWARE_UPDATE (#12462 )
6 gadus atpakaļ
Scott Lahteine
7ee5894360
Allow float XY probe offsets
Responding to #12383
XY probe offsets should be integers because adding decimal points makes the code larger. But if decimals are very much wanted, this commit removes the old restriction.
6 gadus atpakaļ
Scott Lahteine
d82c350de7
Miscellaneous LCD code renaming, reordering (#12430 )
* Move special characters to language.h
* Apply some naming standards
* Clean up menu item draw functions
* Rename some Temperature methods
* UI => ExtUI
6 gadus atpakaļ
Ryan
052d102ded
UltiMachine Archim 1 support (#12404 )
6 gadus atpakaļ
Scott Lahteine
50af1d1e08
Differentiate translated On/Off from Serial ON/OFF
6 gadus atpakaļ
Scott Lahteine
471f403a67
Reduce code size with plain inlines
6 gadus atpakaļ
Scott Lahteine
4c5ca89d8c
Show the appropriate pause message (#12348 )
6 gadus atpakaļ
Scott Lahteine
b3b4e6dc45
Change Marlin debug flag names to fix conflicts (#12340 )
In reference to #11000
6 gadus atpakaļ
Scott Lahteine
f5eab912ed
Apply #pragma once, misc cleanup (#12322 )
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
6 gadus atpakaļ
Scott Lahteine
19f49db96f
Tweak / reduce menu items
6 gadus atpakaļ
Scott Lahteine
f5498168ae
Ensure PENDING/ELAPSED use a 32-bit integer
6 gadus atpakaļ
Scott Lahteine
9cd3529108
Organize language data, fix Korean and Danish
6 gadus atpakaļ
Scott Lahteine
8055ed24ff
Move font data to a subfolder
6 gadus atpakaļ
Scott Lahteine
2bf18950ab
Refactor LCD menus
6 gadus atpakaļ
InsanityAutomation
ad60f0691c
Add Creality3D RAMPS pins definitions (#12229 )
6 gadus atpakaļ
Scott Lahteine
d015f746cc
Fix some compile warnings (#12220 )
6 gadus atpakaļ
Roman Moravčík
e48cbff10d
Fixed redefinition warnings of MSG_HOTEND_TOO_COLD. (#12203 )
6 gadus atpakaļ
Scott Lahteine
b641571098
Replace types.h with millis_t.h
6 gadus atpakaļ
Karl Andersson
4eb798dbdc
Add support for Arm'ed (STM32F4) board (#12147 )
6 gadus atpakaļ
Marcio Teixeira
71e19baf69
Fix kill => disable_all_heaters => print_job_timer.stop (#12146 )
- Remove `print_job_timer.stop()` from `disable_all_heaters`
- Call `print_job_timer.stop()` for relevant `disable_all_heaters()`.
- Split up `kill()` for watchdog interrupt safety
6 gadus atpakaļ
Scott Lahteine
67a3c5a16a
Alternative info screen (Prusa-style) (#12132 )
* Fix Z value display
* Add HAS_PRINT_PROGRESS
* Alternative Info Screen option
* Add LCD_INFO_SCREEN_STYLE to example configs
6 gadus atpakaļ