Commit Graph

10221 Commits

Author SHA1 Message Date
Scott Lahteine 903ccb4b60 Always disable/restore leveling on tool-change
Counterpart to #11559 and its followup.

Co-Authored-By: InsanityAutomation <insanityautomation@users.noreply.github.com>
2018-08-21 09:13:36 -05:00
Scott Lahteine b303affbb0 Fix typo in .travis.yml 2018-08-21 07:55:00 -05:00
Scott Lahteine 3f75c5df7c Fix Homing/UBL
Co-Authored-By: smoki3 <kevinbayer8@gmail.com>
2018-08-21 07:49:13 -05:00
Scott Lahteine e5de565987
Fix up Max7219 orientations (#11597) 2018-08-20 20:31:40 -05:00
Scott Lahteine feb55517af
[1.1.x] Max7219 cleanup, simplify, and extend (#11574) 2018-08-18 01:48:28 -05:00
Scott Lahteine 2f2f16c340 Marlin assumes signed chars 2018-08-16 21:18:20 -05:00
Roxy-3D 3ef6cf0bfb
declare void Max7219_register_setup(); 2018-08-15 10:39:08 -05:00
Scott Lahteine 5f0798544e Update Czech language
Co-Authored-By: petrzjunior <junior@zahradnik.cz>
2018-08-14 18:47:24 -05:00
teemuatlut b4efefea8b [1.1.x] Fix TMC2208 SW serial communication (#11548)
* New TMC2208 constructor
* Update default driver configuration
2018-08-14 18:44:17 -05:00
Roxy-3D e518533a75
Change M7219 I to setup Max7219 registers, but not do initialization pattern 2018-08-13 17:48:17 -05:00
Roxy-3D 02381d6821
Make M7219 I more robust and nicer to look at 2018-08-13 17:05:13 -05:00
Roxy-3D 263beae3e9 Add I parameter to ignore pin protection on M42 2018-08-13 16:50:24 -05:00
Scott Lahteine cc6a31528d Improve AXIS_DRIVER_TYPE macros 2018-08-13 16:50:24 -05:00
Aaron Griffith 5482af38f0 Remove oversampled data from thermistor table 71 (#11504)
Data in Table 71 is extremely oversampled (see Issue #11220). I have removed the data points that perform *worse* than linearly interpolating the remaining points, and fixed up two points that were simply rounded incorrectly.
2018-08-13 02:52:48 -05:00
Scott Lahteine a9cb4834da Allow Einsy RAMBo FAN1_PIN override 2018-08-13 02:48:25 -05:00
Shen Yiming 7b0a8e85ba Fix pca9632_set_led_color lost i2c connection (#11530) 2018-08-12 18:05:00 -05:00
Scott Lahteine 77625654f4 Reduce max accel in Creality configs 2018-08-11 22:57:44 -05:00
Scott Lahteine bdb2dd27ad Allow G33 to compile with no LCD 2018-08-11 22:45:04 -05:00
Scott Lahteine f1467ddc0e UBL/planner patch tweaks 2018-08-11 22:45:04 -05:00
Thomas Moore 105d20c2e8 Account for UBL correction when setting the planner position (#11511) 2018-08-10 13:00:45 -05:00
Thomas Basler bf6539f13d Merge remote-tracking branch 'upstream/1.1.x' into 1.1.x 2018-08-10 18:24:21 +02:00
Scott Lahteine 9e46e84a55
Treat TMC2660 like non-TMC (#11485) 2018-08-10 00:30:11 -05:00
Scott Lahteine 4f59ee8978 Minor spacing fixes 2018-08-07 14:00:48 -05:00
Scott Lahteine e741241721 No raise when homing after power-loss 2018-08-07 13:50:33 -05:00
Scott Lahteine 332a80cadb Restore bugfix README, etc. 2018-08-07 13:45:03 -05:00
Scott Lahteine f6ef58f3a7 Merge remote-tracking branch 'upstream/bugfix-1.1.x' into release_119 2018-08-06 23:41:53 -05:00
lsellens 614a944504 auto power control without heated bed (#11467)
`AUTO_POWER_CONTROL` will not work if printer has no heated bed due to `degTargetBed()` not being defined
2018-08-06 23:18:13 -05:00
Giuliano 33364c17b9 [1.1.x] Better timing handling (#11462) 2018-08-06 23:14:11 -05:00
Scott Lahteine b8d4c4216f
Easier to disable homing validation (#11457) 2018-08-06 23:11:28 -05:00
Thomas Basler e3398b2203 Merge branch '1.1.x' of https://github.com/MarlinFirmware/Marlin into 1.1.x 2018-08-04 11:09:44 +02:00
Scott Lahteine 86d9af1108
Fix drivers.h dependency, defer macro evaluation (#11449) 2018-08-03 21:48:57 -05:00
silentninja1 4c4fffc503 [1.1.x] Fix Dual X Carriage tool change crash (#11425) 2018-08-03 20:47:19 -05:00
Marcio Teixeira fae96a6a13 Fix jumping progress bar. (#11438)
- When `LCD_SET_PROGRESS_MANUALLY` was disabled and an SD print was not active (i.e. the printer was idle), progress_bar_percent would read uninitialized memory from stack and cause progress bar to jump wildly.
- Also updated conditions in `#ifdef` to match `ultralcd.cpp`
2018-08-03 17:16:14 -05:00
Scott Lahteine f816d6f70f Merge remote-tracking branch 'upstream/bugfix-1.1.x' into release_119 2018-08-02 18:46:23 -05:00
Roxy-3D 7d491aa015 Tiny improvement to M7219
The registers within the Max7219 can get corrupted a number of ways.  This allows the Max7219 to be reset and fully initialized.
And...  it also allows the user to see the initialization pattern.
2018-08-02 18:43:36 -05:00
Scott Lahteine 888d319145 Align some config options 2018-08-02 18:42:20 -05:00
Thomas Basler 4b0b506a35 Set right motor drivers and enable inch mode support 2018-08-01 21:27:06 +02:00
Thomas Basler 2080439d7f Update configuration to match new board name 2018-08-01 21:18:56 +02:00
Thomas Basler c95b0482fd Merge remote-tracking branch 'upstream/1.1.x' into 1.1.x 2018-08-01 21:11:00 +02:00
Scott Lahteine ed86550061 Version 1.1.9 2018-07-31 02:30:48 -05:00
Scott Lahteine 2ef02eafc0 Merge bugfix-1.1.x for 1.1.9 update 2018-07-31 02:16:18 -05:00
MikeLud a2ac7e1407 Add M915 to Prepare Menu (#11383) 2018-07-31 02:03:49 -05:00
Shen Yiming 8db91f0bd1 Clean up 12864 OLED code (#11388) 2018-07-30 23:02:12 -05:00
Scott Lahteine c4f4c255b4
Fix initial safe_speed in jerk code (#11396) 2018-07-30 22:49:20 -05:00
Roxy-3D 33c37d587d
Revert "[1.1.x] idex and bl touch fix" (#11406)
* Revert "[1.1.x] bltouch home refinements (#11398)"

This reverts commit 30839a6ba6.

* Revert "[1.1.x] idex and bl touch fix (#11392)"

This reverts commit e1bef0ea79.
2018-07-28 23:14:41 -05:00
Giuliano 30839a6ba6 [1.1.x] bltouch home refinements (#11398)
Just create a better functions call logic flow
2018-07-28 19:29:26 -05:00
silentninja1 e1bef0ea79 [1.1.x] idex and bl touch fix (#11392)
* [1.1.x] IDEX and BLTouch Fixes

Fix bltouch not deploying during fast home, fix dual x carriage setting opposing side park position as destination on tool change

* Update Marlin_main.cpp

* Update Marlin_main.cpp

* Change brackets to be more in conformance with Marlin coding standards
2018-07-28 10:33:35 -05:00
Giuliano 7284488da3 [1.1.x] fix bltouch homing (#11380)
Partially revert. Seems to solve the issue, but one report says G29 still fails.
2018-07-27 18:29:26 -05:00
Scott Lahteine cab2e0877e Update DELAY_10US 2018-07-26 20:21:50 -05:00
bleughb b6f24992ee [1.1.x] Update fastio_1280.h pin mapping comments (#11374) 2018-07-26 05:19:05 -05:00