1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-12-15 15:01:44 +00:00
Commit Graph

13368 Commits

Author SHA1 Message Date
Tim Moore
81209f5310 'M105 R' to report redundant temp sensor () 2019-06-27 21:29:52 -05:00
InsanityAutomation
39c0c2aebe Add TMCStepper libs to lib_ignore for Melzi () 2019-06-27 16:57:38 -05:00
Scott Lahteine
6664b90bbb
Init servo pins in HAL_init () 2019-06-27 16:29:17 -05:00
Tim Moore
8ce84fa44f Add temperature-based auto power options () 2019-06-27 16:28:07 -05:00
Scott Lahteine
00cc1079af Add missing chamber auto fan options 2019-06-27 16:05:47 -05:00
InsanityAutomation
ce656e2a26 Update G-code injection, sub-commands () 2019-06-27 15:07:45 -05:00
Scott Lahteine
decfe3424f Helper script updates 2019-06-27 13:23:55 -05:00
InsanityAutomation
b961251899 Add Z_PROBE_END_SCRIPT to UBL () 2019-06-27 13:00:55 -05:00
Scott Lahteine
2580104c8b Revert recent probe changes
- Revert "Fix FIX_MOUNTED_PROBE compile error ()"
- Revert "Fix G28 with non-BLTouch probes ()"
- Revert "Fix BLTOUCH deploy/stow in HS mode ()"
- Revert "Apply needed BLTouch patch ()"

Co-Authored-By: AnHardt <github@kitelab.de>
2019-06-26 05:33:43 -05:00
thisiskeithb
cd302f9464 Add MKS SGen-L Board () 2019-06-26 04:17:06 -05:00
Andy Shaw
064177154c Update SD card connection / sharing options () 2019-06-26 03:55:57 -05:00
BigIronGuru
9f136a7c67 Low-priority homing in G34 () 2019-06-26 03:52:01 -05:00
Scott Lahteine
49627069a5 Shorthand for home-after-deactivate 2019-06-26 03:47:55 -05:00
J.C. Nelson
30a3db4f22 Fix Malyan M200 config and protocol () 2019-06-26 03:35:52 -05:00
oechslein
8c55bd5451 Update "StallGuard threshold" heading () 2019-06-26 03:33:07 -05:00
Scott Lahteine
98f3a3d5c3 Bump distribution date 2019-06-26 03:15:31 -05:00
Msq001
e3846ec7a1 SKR mini can use 128x64 LCD () 2019-06-26 01:12:41 -05:00
Eric Ptak
8934b32f1b Fysetc AIO II / Cheetah STM32F1 () 2019-06-26 00:40:29 -05:00
Marcio Teixeira
8e23e9b16c Fix FIX_MOUNTED_PROBE compile error () 2019-06-25 04:55:29 -05:00
Tanguy Pruvot
07dac315a9 Up-to-date STM32F1 README () 2019-06-24 03:44:26 -05:00
thisiskeithb
a4aa3621c0 MKS Robin Mini Board Support () 2019-06-24 03:42:22 -05:00
Scott Lahteine
cf762d2c73 Fix enqueueing bug 2019-06-23 23:02:07 -05:00
BigIronGuru
12d21e642f Update G34 for non-BLTouch probes () 2019-06-23 20:55:43 -05:00
BigIronGuru
5986194c36 Fix G28 with non-BLTouch probes () 2019-06-23 20:53:05 -05:00
InsanityAutomation
aa0383a83b Enhance IDEX toolchange auto-return w/ no park, full control () 2019-06-23 20:00:48 -05:00
Scott Lahteine
3d9d72e8db Include order, spacing, etc. 2019-06-23 04:02:52 -05:00
mikeshub
1b1a4677f5 Fix LCD.h compilation error () 2019-06-22 21:08:30 -05:00
sjasonsmith
07b41a8c3f Include SOLENOID_PROBE in leveling report () 2019-06-22 17:54:37 -05:00
thisiskeithb
71b2700c3c Anycubic Trigorilla 1.4 Rev. 1.1 () 2019-06-22 17:53:45 -05:00
BigIronGuru
f5afaaef5b Fix probe.cpp warning () 2019-06-22 17:27:33 -05:00
BigIronGuru
def4bb987d Reset, stow BLTouch before mode change () 2019-06-22 17:26:02 -05:00
Scott Lahteine
78557076ff Add planner.synchronize to UBL G29 2019-06-22 17:23:29 -05:00
BigIronGuru
6578aa4e1b Apply minimum timing to BLTouch commands () 2019-06-22 17:20:19 -05:00
teemuatlut
2247bf1ba5 Add missing dedge init for TMC2209 () 2019-06-22 17:00:15 -05:00
mikeshub
1db7013e3b Fix and improve PID loops ()
- Windup guarding was missing. The kludge in place of windup guard is removed. D term filter calculations are simplified to require fewer `float` calculations. Sign change for D term output to make debugging output clearer.
- Use "no overshoot" for bed PID tuning.
2019-06-22 16:52:56 -05:00
Scott Lahteine
17778d1c2a Fix M916-918 subcommands 2019-06-22 16:18:42 -05:00
Tanguy Pruvot
be69ec5b32 Fix PLR/M43 warnings () 2019-06-22 00:48:47 -05:00
BigIronGuru
9c83135d40 Only home Z at the end of G34 () 2019-06-22 00:43:33 -05:00
InsanityAutomation
5df051fdee Fix Start SD Print bug ()
Followup to the G-code parser injection update.
2019-06-22 00:37:21 -05:00
LinFor
0f6f5132c1 Fix variable conflict in ok_to_send () 2019-06-21 19:04:30 -05:00
MrMabulous
c41b005f33 Add Extra Probing option, discarding outliers () 2019-06-21 19:02:26 -05:00
BigIronGuru
8f99d45045 Fix BLTOUCH deploy/stow in HS mode () 2019-06-21 18:55:27 -05:00
Tobias Frost
eeaef2410a Support DGUS Display with DWIN OS () 2019-06-21 04:47:23 -05:00
Scott Lahteine
bb0bcbaec0 Suppress compiler warning 2019-06-21 02:20:40 -05:00
Tanguy Pruvot
52383633e7 STM32F1: M43 PINS_DEBUGGING () 2019-06-21 01:20:17 -05:00
Karl Andersson
81d550754a Fix "UNUSED" redefined warning on HAL_STM32 () 2019-06-21 00:48:10 -05:00
Karl Andersson
4b365552db Fix Marduino SBI/CBI redefine () 2019-06-21 00:46:23 -05:00
InsanityAutomation
a9acd2f497 G34 configurable angle limit () 2019-06-20 21:18:36 -05:00
Scott Lahteine
a31cb910f5 Tweak some config spacing 2019-06-20 21:08:47 -05:00
Marcio Teixeira
49ea1c635a Fix missing dependencies () 2019-06-20 16:37:20 -05:00