Commit Graph

16168 Commits

Author SHA1 Message Date
1932e70e72 More LPC P-string macros 2021-04-29 08:45:08 -05:00
ea81790d48 Watch idle() depth over 5 2021-04-29 08:45:08 -05:00
2384e5c9c9 Fix fileExists, use openFailed 2021-04-29 08:45:08 -05:00
72eda1d3ae Avoid invalid memory optimizations (#20389)
When building for AVR, merge-all-constants can incorrectly combine constants stored in flash with constants stored in RAM. These have different access requirements, leading to undefined behavior during execution.
Co-authored-by: ellensp <ellensp@hotmail.com>
2021-04-29 08:45:08 -05:00
3a73f04fd3 G28 followup 2021-04-29 08:45:08 -05:00
107834f899 G28 tweaks 2021-04-29 08:45:08 -05:00
b6cd7aaf17 Fix STM32F1 SERIAL_GET_TX_BUFFER_FREE 2021-04-29 08:45:08 -05:00
4b6fa1b54d Move G29 3-point startup earlier 2021-04-29 08:45:08 -05:00
284cc8f62d ExtUI homing / leveling additions 2021-04-29 08:45:08 -05:00
ef35fc60c1 Use 'nearby' for 'near' 2021-04-29 08:45:08 -05:00
ec2843bcf3 Creality 4.5.2 format and fix 2021-04-29 08:45:08 -05:00
8a18bb8440 Fix FYSETC S6 I2C EEPROM size (#20340)
Both V1.2 and V2.0 boards have a 24LC16, which is a 2kB EEPROM.

Co-authored-by: PingWin <kirill@shashlov.ru>
Co-authored-by: Jason Smith <jason.inet@gmail.com>
2021-04-29 08:45:08 -05:00
21b15a0a09 Add Creality 4.5.2 board (#20378)
Co-authored-by: Jason Smith <jason.inet@gmail.com>
2021-04-29 08:45:08 -05:00
c400c54b86 Suspend Servos for STM32+NeoPixel (#19963) 2021-04-29 08:45:08 -05:00
1a618b1b31 Fix TMC_HOME_PHASE divide by zero (#20368) 2021-04-29 08:45:08 -05:00
a09d096b87 Improved Longer3D LKx Pro board (#20372)
Co-authored-by: mrv96 <marione96@live.it>
2021-04-29 08:45:08 -05:00
c88a7935d6 Don’t use near keyword as variable name (#20374) 2021-04-29 08:45:08 -05:00
43bbf04764 Loosen E on pause for fila-manipulation (#20346)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:08 -05:00
10b8737c7d Fix MESH_BED_LEVELING w/o SEGMENT_LEVELED_MOVES (#20363) 2021-04-29 08:45:08 -05:00
dab29dddc3 Require minimum PlatformIO version (#20361)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Jason Smith <jason.inet@gmail.com>
2021-04-29 08:45:08 -05:00
20ea00e7f6 Consolidate common pin includes 2021-04-29 08:45:08 -05:00
6a8ab8f1e6 Fix up start, monitor baud (#20326) 2021-04-29 08:45:08 -05:00
eba2937715 Fix circle arc condition (#20322) 2021-04-29 08:45:08 -05:00
07954edadc Permit SD EEPROM emulation on E3V2 (#20353) 2021-04-29 08:45:08 -05:00
1c695e130e Fix E3V2 DWIN Jerk Menu (#20352)
* Fix E3V2 DWIN build without CLASSIC_JERK
* Fix jerk edits applying to wrong index
2021-04-29 08:45:08 -05:00
f42d15437b Help hosts when password-locked (#20348) 2021-04-29 08:45:08 -05:00
564e2e865c Update to STM32 v10, optimize build (#20325) 2021-04-29 08:45:08 -05:00
c76f179487 Level Bed Corners is a sub-menu 2021-04-29 08:45:08 -05:00
29a962320c Tweak to EEPROM safe delay 2021-04-29 08:45:08 -05:00
e927ef94a6 Fix E3V2 Control Menu when returning from Info (#20338) 2021-04-29 08:45:08 -05:00
f929123a7b Prevent Watchdog reset writing Creality 4.x EEPROM (#20328) 2021-04-29 08:45:08 -05:00
d34bbee304 Increase E3V2 DWIN steps/mm range to 999.9 (#20324) 2021-04-29 08:45:08 -05:00
74c509d36e General cleanup 2021-04-29 08:45:08 -05:00
448cf2c357 Adjust axis homed / trusted methods (#20323) 2021-04-29 08:45:08 -05:00
f22b677906 Leveling Fade Height default setting (#20316) 2021-04-29 08:45:08 -05:00
272265c636 Fix STM32F1 'freeMemory()' warnings (#20319) 2021-04-29 08:45:08 -05:00
a8ba3c4e2e SKR E3 Turbo Controller Fan (#20320) 2021-04-29 08:45:08 -05:00
523bc7d355 Arc Direction followup for circles (#20314) 2021-04-29 08:45:08 -05:00
1dd17d857e Fix M73 LCD code typo (#20300) 2021-04-29 08:45:08 -05:00
a54b07d3ae Group related homing options (#20283)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:08 -05:00
f63a7b978d Fix G2/G3 arcs > 180° (#20292) 2021-04-29 08:45:08 -05:00
04483dd307 Fix BTT GTR 1.0 endstop/DIAG pins (#20296) 2021-04-29 08:45:08 -05:00
3c5c36de50 FIX TMC menu message (#20294) 2021-04-29 08:45:07 -05:00
deb8df8eff M808 Repeat Markers (#20084) 2021-04-29 08:45:07 -05:00
3231741cd2 [WIP] Fix Probe::offset_xy (#20290)
Co-authored-by: Jason Smith <jason.inet@gmail.com>
2021-04-29 08:45:07 -05:00
747bde7e64 Level Corners with Probe option (#20241) 2021-04-29 08:45:07 -05:00
7c9c897dac Optimize emergency parser check 2021-04-29 08:45:07 -05:00
fc1deea2b8 No auto debug for EEPROM_CHITCHAT 2021-04-29 08:45:07 -05:00
7421282d9a Finish HAL/STM32 cpp wrappers 2021-04-29 08:45:07 -05:00
9d5a391b54 MKS Robin E3 / E3D v1.1 (#20216) 2021-04-29 08:45:07 -05:00