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
Scott Lahteine
aa3292cc57
Merge pull request #9592 from thinkyhead/bf1_26_days_later
...
[1.1.x] Apply buried PR for parity with 2.0.x
2018-02-11 06:37:35 -06:00
Scott Lahteine
7e17a2cfd0
26-day-old buried patch to U.B.L.
2018-02-11 06:06:50 -06:00
Scott Lahteine
0acaaf536d
Update gMax1.5+ for 2.0.x parity
2018-02-11 05:20:57 -06:00
Scott Lahteine
30b08e218d
Patch Max7219 for parity with 2.0.x
2018-02-11 05:19:36 -06:00
teemuatlut
7babfbbcb2
Fix M914 macro
2018-02-11 13:08:55 +02:00
Scott Lahteine
2e7a754ac1
Megatronics baud rate 115200
...
Fix #9092
2018-02-11 03:42:27 -06:00
Scott Lahteine
61f3051982
Fix plan_arc clockwise (G2)
...
Fix #9482
2018-02-11 03:32:18 -06:00
Scott Lahteine
69a5e0c136
Add 'mffp' to quickly push upstream ( #9588 )
2018-02-11 02:21:52 -06:00
Scott Lahteine
73419681dc
Update PB Rev.F pins
2018-02-11 01:36:20 -06:00
Scott Lahteine
bb155ed38e
Correct MOTHERBOARD for Geeetech i3 Pro X
...
Fix #8856
2018-02-10 20:27:11 -06:00
Scott Lahteine
7aad82cccd
Fix auto_fan in pins.h
2018-02-10 20:02:17 -06:00
Scott Lahteine
18aa682954
Patch SILVER_GATE auto fan
2018-02-10 19:29:36 -06:00
Scott Lahteine
5e72729c67
Fix #8744
2018-02-10 16:51:55 -06:00
Scott Lahteine
6f1afb411a
Add comments to platformio.ini
2018-02-10 15:50:32 -06:00
Scott Lahteine
016171d682
Merge pull request #9575 from thinkyhead/bf1_more_tests
...
[1.1.x] Fix Power class
2018-02-10 15:49:51 -06:00
Scott Lahteine
f6a73bbd84
Patch Power class
2018-02-10 15:36:42 -06:00
Scott Lahteine
baaf79b755
Use signed for pin_t
2018-02-10 15:30:29 -06:00
Scott Lahteine
2aafc5b7b0
Test POWER_SUPPLY and AUTO_POWER_CONTROL
2018-02-10 15:27:06 -06:00
Scott Lahteine
7145731844
Merge pull request #9555 from wizhippo/tronxyx5s
...
[1.1.x] Tronxy X5S
2018-02-10 15:13:12 -06:00
Douglas Hammond
1e00ba5433
Add Tronxy X5S
2018-02-10 15:03:20 -06:00
Scott Lahteine
abda89437d
Melzi boards include melzi pins
2018-02-10 15:03:20 -06:00
Scott Lahteine
d6d01f1f8e
Merge pull request #9571 from thinkyhead/bf1_french_update
...
Update French language
2018-02-10 14:15:13 -06:00