1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-29 23:07:42 +00:00
Commit Graph

8542 Commits

Author SHA1 Message Date
Damien Martin-Guillerez
f73829318f Add support for the V3 of the BlTouch (#13596)
V3 of the BLTouch has an [Alarm Release & Touch mode](https://docs.wixstatic.com/ugd/f5a1c8_77037f55e5d542309d9fc178165c9f3f.pdf) to activate after the probe is deployed. If this mode isn't activated, the BLTouch keeps deploying, ends up detecting a collision and gets itself in error mode.

Tested on a Creality Ender-3.
2019-09-02 05:38:25 -05:00
Ludy
5f783b4fe9 [1.1.x] Fix German language (#13438) 2019-09-02 05:38:25 -05:00
Ludy
8d9380be71 Fix missing quotation marks (#13424) 2019-09-02 05:38:25 -05:00
mbm60
cc6d7812c9 Fix pin assignment to KILL_PIN in MKS_MINI_12864 (#13397) 2019-09-02 05:38:25 -05:00
Scott Lahteine
9180235ad2 German patch
Followup to #13136 by @Ludy87
2019-09-02 05:38:24 -05:00
Scott Lahteine
6a45d52bb4 Remove dead code in get_pid_output, consolidate
See #12981
2019-09-02 05:38:24 -05:00
Kit Adams
2ecd75c14a UBL G29 T current position fix (#12845) 2019-09-02 05:38:24 -05:00
FernandoVelcic
9ede2cfe00 Fix spanish translations (#13235) 2019-09-02 05:38:24 -05:00
AnHardt
8899b5804f [1.1.x] Fix autotemp_factor menu setting (#13227) 2019-09-02 05:38:24 -05:00
Scott Lahteine
951ed3fd64 Fix PSU pin initialization 2019-09-02 05:38:24 -05:00
7eggert
7aedf18fd9 Optional ADC_KEYPAD pin with ANET_10 (#13158) 2019-09-02 05:38:24 -05:00
7eggert
dea37780ca Fix LCD button / newbutton issue (#13157) 2019-09-02 05:38:24 -05:00
Ludy
1f0fe23c50 [1.1.x] Update German language (#13149) 2019-09-02 05:38:24 -05:00
Ludy
93c3d4b33e [1.1.x] Update German language (#13136) 2019-09-02 05:38:24 -05:00
Giuliano Zaro
9c5eebf65d [1.1.x] Fix TEMP_STAT_LED startup init (#13121) 2019-09-02 05:38:24 -05:00
David Souza
ffc424f556 Fix language_pt-br warnings due to extra tokens at end of #else directive (#13084) 2019-09-02 05:38:24 -05:00
Roxy-3D
46daed8b0e Fix probe location bug.... 2019-09-02 05:38:24 -05:00
Scott Lahteine
6960cd8e28 Apply lowercase to some common methods 2019-09-02 05:38:24 -05:00
Nathan
ca36be46de Fix the delta homing issue (#13001) 2019-09-02 05:38:24 -05:00
Ondřej Nový
a659f55cf1 [1.1.x] Level bed corners Z-hop height option (#12859) 2019-09-02 05:38:24 -05:00
swilkens
658f62e8b3 [1.1.x] Correct Ender 3 bed size (#12768) 2019-09-02 05:38:24 -05:00
Roman Moravčík
544990604e [1.1.x] Limit PID autotune target to maxtemp-15 (#12703) 2019-09-02 05:38:24 -05:00
Roman Moravčík
3e459a071a [1.1.x] Limit hotend / bed temperature to maxtemp-15. (#12702) 2019-09-02 05:38:24 -05:00
Ondřej Nový
2a2c6c2d6f [1.1.x] Update Czech translation (#12684) 2019-09-02 05:38:24 -05:00
Ondřej Nový
ef2f09fd23 [1.1.x] Set DEFAULT_NOMINAL_FILAMENT_DIA to 1.75 in Anet A6 config (#12663) 2019-09-02 05:38:24 -05:00
Ondřej Nový
e99a1fb46f [1.1.x] Enable PIDTEMPBED in Anet A8 example config (#12654) 2019-09-02 05:38:24 -05:00
Luc Van Daele
eddb785bee [1.1.x] G33 clean up (#12649)
Remove obsolete workarounds in G33 for the now fixed zprobe_zoffset bug
2019-09-02 05:38:24 -05:00
Scott Lahteine
d7e82b9b81 Fix MBL error messages 2019-09-02 05:38:24 -05:00
Scott Lahteine
97da93fbb8 Fix kill with MSG_POWER_LOSS_RECOVERY 2019-09-02 05:38:24 -05:00
Scott Lahteine
eb0b685c55 Fix MBL XY parameter error messages 2019-09-02 05:38:24 -05:00
I-am-me
c63d466fd0 Update French language (#12246) 2019-09-02 05:38:23 -05:00
Scott Lahteine
c7ed706f43 Fix endstops.monitor_flag 2019-09-02 05:38:23 -05:00
tobbelobb
9ea9fde491 Init Hangprinter D-axis, count D-axis advance_dividend, delta_offsets (#12181) 2019-09-02 05:38:23 -05:00
Scott Lahteine
83fe07d80a One more IS_SD_PRINTING 2019-09-02 05:38:23 -05:00
Zach Welch
6110a54635 Add M524 to abort SD printing (#11386) 2019-09-02 05:38:23 -05:00
Scott Lahteine
cee63a1688 Add parentheses to card macros 2019-09-02 05:38:23 -05:00
Paul
68464005cf Fix hole to hole rod length for Plus model (#12157) 2019-09-02 05:38:23 -05:00
Scott Lahteine
e443ebb988 Don't use ENABLED with *INVERTING 2019-09-02 05:38:23 -05:00
MrDiba
3dbe53283f Anycubic Kossel Z probe invert fix (#12101) 2019-09-02 05:38:23 -05:00
swilkens
1a5f2fa2c9 [1.1.x] Reduce HOMING_FEEDRATE_XY for Ender 3 (#12104)
Homing on the Ender 3 with `HOMING_FEEDRATE_XY` set to 50*60 was shown (#12074) to cause the end-stop micro-switches to bottom out, causing the carriage for both X and Y axis to physically crash into the micro switch. Reducing the homing speed prevents the switches from bottoming out.
2019-09-02 05:38:23 -05:00
Scott Lahteine
9959a91eca Fix lite status screen SD % 2019-09-02 05:38:23 -05:00
Scott Lahteine
0c74e47a37 EINSY_RETRO uses same delays as EINSY_RAMBO
Co-Authored-By: marcio-ao <marcio@alephobjects.com>
2019-09-02 05:38:23 -05:00
Scott Lahteine
1321941d03 Safer delays for EINSY_RAMBO + RRDFGSC 2019-09-02 05:38:23 -05:00
Scott Lahteine
aa9e4687d7 Fix Anycubic Kossel config 2019-09-02 05:38:23 -05:00
Scott Lahteine
c32d2e3ae8 Fix lightweight UI hotends display 2019-09-02 05:38:23 -05:00
Scott Lahteine
24b7070bbb CR10mini E steps of 95
See https://www.patreon.com/posts/creality-cr10-24602624
2019-03-03 10:14:15 -06:00
Scott Lahteine
5cf6c44f47 Version 1.1.9 2018-09-29 19:29:54 -05:00
Scott Lahteine
624fd8c9ff Merge bugfix-1.1.x 2018-09-29 19:29:48 -05:00
Scott Lahteine
0ad8646a6c Fix block->mix_steps
Fix #11484
2018-09-29 19:16:17 -05:00
Hannes Brandstätter-Müller
bb6286f201 fix missing semicolon (#11961) 2018-09-29 14:46:08 -05:00