- Aug 13, 2018
-
-
Scott Lahteine authored
agData 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. Co-Authored-By:
Aaron Griffith <aargri@gmail.com>
-
Scott Lahteine authored
-
Scott Lahteine authored
…when used with an I2C screen. Co-Authored-By:
soimy <soimy@163.com>
-
- Aug 12, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Aug 10, 2018
-
-
Thomas Moore authored
-
Scott Lahteine authored
-
Scott Lahteine authored
[2.0.x] Add Smoothieboard pins file
-
Scott Lahteine authored
-
Greg Nutt authored
-
Chris Pepper authored
-
- Aug 07, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
Counterpart to #11467 Co-Authored-By:
lsellens <lsellens@users.noreply.github.com>
-
Giuliano authored
Address #11463
-
Giuliano authored
-
Scott Lahteine authored
-
- Aug 04, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Aug 03, 2018
-
-
Scott Lahteine authored
-
Marcio Teixeira authored
- 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`
-
Scott Lahteine authored
-
- Jul 31, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
forkoz authored
-
- Jul 29, 2018
-
-
Giuliano authored
Just create a better functions call logic flow
- Jul 28, 2018
-
-
silentninja1 authored
* Fix BLTouch homing Deploy at start, dont call generic stow function at finish or raise goes too high before setting 0 * Update tool_change.cpp * Update motion.cpp * Update motion.cpp * Update motion.cpp * Update motion.cpp * Change brackets to be more in align of Marlin coding standards
-
- Jul 27, 2018
-
-
Giuliano authored
Partially revert. Seems to solve the issue, but one report says G29 still fails.
-
Scott Lahteine authored
-
- Jul 26, 2018
-
-
Dave Johnson authored
-normalize `env` and `board` to lowercase naming convention. -make board `name` follow descriptive convention. -implement `-fsingle-precision-constant` compile optimization per https://github.com/MarlinFirmware/Marlin/pull/11178#issuecomment-401673901 -fix typo in 5DPRINT entry.
-
Lee Olivares authored
Indeed the HAL does not need to be mucked around with to expose ATmega2560 pins not available as numbers on the MEGA board, I'll need to update the wiki with that tidbit and a reference to the pin-mapping comment in `fastio_1280.h`.
-
Scott Lahteine authored
Co-Authored-By:
bleughb <36889022+bleughb@users.noreply.github.com>
-
Scott Lahteine authored
-
MikeLud authored
-
Giuliano authored
-
Andy Shaw authored
The current Marlin implementation relies on a timer interrupt to start the ADC conversion and read it. However in some circumstances the interrupt can be delayed resulting in insufficient time being available for the ADC conversion. This results in a bad reading and false temperature fluctuations. These changes make sure that the conversion is complete (by checking the ADC hardware via the HAL) before reading a value. See: https://github.com/MarlinFirmware/Marlin/issues/11323
-
Scott Lahteine authored
Co-Authored-By:
vitekn <vitekn@users.noreply.github.com>
-
Bo Herrmannsen authored
-
forkoz authored
-