- Jul 31, 2018
-
-
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
-
Scott Lahteine authored
[2.0.x] Tweak some SoftPWM code
-
- Jul 25, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
J.C. Nelson authored
-
Giuliano authored
Typo fix
-
Scott Lahteine authored
[2.0.x] Configure stepper drivers per axis
-
teemuatlut authored
-
Scott Lahteine authored
Co-Authored-By:
teemuatlut <teemu.mantykallio@live.fi>
-
Eyal authored
-
Scott Lahteine authored
-
- Jul 24, 2018
-
-
Scott Lahteine authored
-
Roxy-3D authored
-
- Jul 22, 2018
-
-
Roxy-3D authored
-
- Jul 20, 2018
-
-
Roxy-3D authored
-
- Jul 19, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
[2.0.x] Manual Z Start Height
-
Roxy-3D authored
-
Roxy-3D authored
-
Roxy-3D authored
* Add Multi Unit Support for Max7219 to bugfix_2.0.0 * Apply multi-MAX7219 to example configs * Tweak some spacing, macros
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix #11279, #11252
-
Scott Lahteine authored
[2.0.x] Add support for power loss detect pin
-