Scott Lahteine
016bd86c28
Add MSG_THERMAL_RUNAWAY_BED ( #9695 )
2018-02-18 02:24:08 -06:00
Scott Lahteine
fc709c28b5
Merge pull request #9698 from thinkyhead/bf1_codependent_xy_homing
...
[1.1.x] Option to force homing of a dependent axis
2018-02-18 02:22:25 -06:00
Scott Lahteine
65d69e9507
Strip excess G28 debug logging
2018-02-18 01:09:56 -06:00
Scott Lahteine
28e7562e7a
Add CODEPENDENT_XY_HOMING to example configs
2018-02-18 01:09:51 -06:00
Scott Lahteine
2e5a6243df
Option to force X or Y to home first when homing the other axis
2018-02-18 01:06:57 -06:00
Bob-the-Kuhn
d413781b98
Fix setPwmFrequency declaration ( #9687 )
2018-02-17 23:19:49 -06:00
Scott Lahteine
50d38e7d03
Pins spacing, 2.0.x parity
2018-02-17 21:49:00 -06:00
Scott Lahteine
80784c4d11
Remove sanity check for delta probe plug
2018-02-17 18:51:25 -06:00
Scott Lahteine
8761cb0464
Merge pull request #9682 from thinkyhead/bf1_m73_without_sd
...
[1.1.x] Allow M73 without SDSUPPORT
2018-02-17 15:50:19 -06:00
Scott Lahteine
aceadabe89
Merge pull request #9674 from bytespider/bugfix-1.1.x
...
Add TronXY XY100 config
2018-02-17 15:49:29 -06:00
Scott Lahteine
3a1fedaee6
Update LCD_SET_PROGRESS_MANUALLY in configs
2018-02-17 15:41:20 -06:00
Scott Lahteine
a1f0d9d349
Allow LCD_SET_PROGRESS_MANUALLY without SDSUPPORT
2018-02-17 15:41:20 -06:00
Scott Lahteine
c67cefd913
2.0.x parity in ultralcd__impl_HD44780.h
2018-02-17 15:41:20 -06:00
Scott Lahteine
c71f542d61
LCD_PROGRESS_BAR w/out SDSUPPORT for character LCD
2018-02-17 15:41:20 -06:00
Scott Lahteine
fe5ba25a00
Fix #9681
2018-02-17 15:39:46 -06:00
Scott Lahteine
4ae9afcc56
Fix compile error with SHOW_BOOTSCREEN disabled
...
Fix #9530
Fix #9524
2018-02-17 15:39:46 -06:00
Scott Lahteine
c3ff130127
Merge pull request #9672 from thinkyhead/bf1_czech_mate
...
[1.1.x] Update Czech language
2018-02-16 22:47:47 -06:00
Scott Lahteine
fbf8819253
Make safe_delay available for neopixel startup test
...
Fix #9033
2018-02-16 22:25:57 -06:00
Scott Lahteine
a7ebbe6dcd
Update Czech advanced pause
2018-02-16 22:22:12 -06:00
Scott Lahteine
49909d3cd1
Add CHARSIZE to ignorelist
2018-02-16 22:20:09 -06:00
Scott Lahteine
ada40af5d6
Move <avr/pgmspace.h> include to MarlinConfig.h
...
For parity with 2.0.x, which includes pgmspace.h in the HAL.
2018-02-16 18:40:39 -06:00
Scott Lahteine
ec045f39aa
Merge pull request #9678 from thinkyhead/bf1_myserial_yourserial
...
[1.1.x] Use serial macros over direct calls
2018-02-16 18:27:44 -06:00
Scott Lahteine
ba4a17f251
Tweak serial.h
2018-02-16 17:54:07 -06:00
Scott Lahteine
12628d43ce
Use serial macros where possible
2018-02-16 17:53:47 -06:00
Scott Lahteine
023d21a1cf
Add SERIAL_FLUSH and SERIAL_FLUSHTX macros
2018-02-16 17:50:58 -06:00
Scott Lahteine
a8a64f19f4
serial_echopair_P => serial_echopair_PGM
2018-02-16 17:35:26 -06:00
Rob Griffiths
529e6ed1ea
added TronXY XY100 config
2018-02-16 13:57:01 +00:00
Thomas Moore
acb4dba7cd
Fix LCD manual movement on kinematic machines ( #9656 )
2018-02-16 02:30:05 -06:00
Bob-the-Kuhn
f508bdded4
Fix VIKI2 hardware SPI compatibility ( #9642 )
2018-02-16 02:28:42 -06:00
teemuatlut
20f8c9b950
TMC SGT is int8 ( #9650 )
2018-02-16 02:19:17 -06:00
Scott Lahteine
d7e2e655ca
Followup to #9663
2018-02-16 02:14:20 -06:00
Bob-the-Kuhn
15204bd5e9
Fix compile issue with USE_CONTROLLER_FAN ( #9665 )
2018-02-16 02:02:20 -06:00
Scott Lahteine
2ec90d2162
Followup to #9663
...
`ENABLED` only works for flag type options. Floats must use `#ifdef`.
2018-02-15 22:23:27 -06:00
Scott Lahteine
b56c6b9e13
Patch G26 circles ( #9626 )
...
Easier to configure. Catch an odd divisor.
2018-02-15 22:11:06 -06:00
Bob-the-Kuhn
e4b27c2401
Merge pull request #9668 from Bob-the-Kuhn/config-changes-1.1.x
...
[1.1.x] Improved CONTROLLER_FAN_PIN example in Configuration_adv.h
2018-02-15 21:45:32 -06:00
Bob-the-Kuhn
1647db8fad
Set CONTROLLER_FAN_PIN example to -1
2018-02-15 21:29:09 -06:00
Roxy-3D
c8d3069580
UBL - Allow user to control Z-Height correction for off mesh movements ( #9663 )
...
* UBL - Allow user to control Z-Height correction for off mesh movements
* Enable UBL_Z_RAISE_WHEN_OFF_MESH on test machine for time being
2018-02-15 19:23:01 -06:00
Roxy-3D
b7e245036b
Fix a comment about M105 buffer over runs...
2018-02-14 17:49:50 -06:00
Roxy-3D
66370006bb
Fix G26 Circles... ( #9638 )
...
Will get this duplicated in bugfix_2.0.0 tomorrow...
2018-02-14 17:31:25 -06:00
Roxy-3D
3fcd131f46
Cartesian UBL systems should not use SEGMENT_LEVELED_MOVES
...
There is significant downside to breaking up the long line segments on UBL Cartesian machines via the SEGMENT_LEVELED_MOVES mechanism. It adds a lot of extra computation but worse... It cuts out all of UBL's off mesh Z-Height correction checks. There have been a large number of people complaining about the nozzle going to infinity or crashing into the bed lately. They are being caused by
```
void unified_bed_leveling::line_to_destination_cartesian()
```
not watching over the segments being queued up for movement.
2018-02-14 14:19:52 -06:00
Scott Lahteine
0e7999915d
Fix #9361
2018-02-14 07:47:39 -06:00
AnHardt
e301e28e45
Complete M48 description_1 ( #9630 )
2018-02-14 05:17:48 -06:00
Scott Lahteine
6e4a7e2dcb
Init lcd message string programmatically
2018-02-14 05:08:06 -06:00
studiodyne
8fbba6abd9
[1.1.x] French update ( #9610 )
2018-02-14 04:17:54 -06:00
Scott Lahteine
e2fef4df6f
Fix #9201
...
FILAMENT_LCD_DISPLAY and SDSUPPORT are a-ok together.
2018-02-14 03:28:05 -06:00
Scott Lahteine
c93dab2307
MYSERIAL => MYSERIAL0
...
For cleaner diffing with Marlin 2.0.x.
2018-02-14 02:56:56 -06:00
Scott Lahteine
d89a61bd51
Update DIGIPOT_I2C_MOTOR_CURRENTS comments
2018-02-13 22:56:03 -06:00
studiodyne
2683b2636b
Update French language ( #9590 )
2018-02-12 01:08:33 -06:00
Scott Lahteine
7cb3640ea4
Restore welcome message
2018-02-12 01:01:09 -06:00
Scott Lahteine
dc85b604bb
Merge pull request #9591 from teemuatlut/bf1_fix_M914
...
[1.1.x] Fix M914 macro
2018-02-11 08:21:24 -06:00