- Nov 02, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Drop `pgm_read_*_near` and let headers choose. - Define `USE_EXECUTE_COMMANDS_IMMEDIATE` as a conditional. - Add `process_subcommands_now` for SRAM-based commands.
-
Scott Lahteine authored
-
Giuliano Zaro authored
-
- Nov 01, 2018
-
-
Ludy authored
- Followup fixes for menu refactor - Fix TMC sanity checks, unused var warnings
-
Nils Hasenbanck authored
-
Scott Lahteine authored
-
MasterPIC authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
AnHardt authored
-
- Oct 31, 2018
-
-
Scott Lahteine authored
In response to #12272
-
Scott Lahteine authored
Fix LEVEL_BED_CORNERS menu not found
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Ludy authored
-
Karl Andersson authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
N95JPL authored
-
Scott Lahteine authored
-
Chris Pepper authored
-
Marcio Teixeira authored
- Add `axis_t`, `extruder_t`, `heater_t`, and `fan_t` to eliminate ambiguity, improve type safety. - Regularized getter/setter argument order and naming. - `setAxisPosition` no longer stacks moves in the buffer, allowing it to be called repeatedly on each touch ui tap. - Implement better manual moves for `EXTENSIBLE_UI` (#12205) - Calling `setAxisPosition_mm` no longer buffers the entire move to the new position, but instead causes small moves towards it to be made during the idle loop. This allows the user to adjust the destination even after the move has started and makes the UI feel much more responsive. - As suggested by @ejtagle, the new code keeps the planner buffer full to ensure smooth motion without stops and starts. - Change `En`, `Hn` and `FANn` to zero-based indices. - Labels consistent with the rest of Marlin code.
-
Karl Andersson authored
-
Scott Lahteine authored
-
- Oct 30, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Oct 29, 2018
-
-
TheLongAndOnly authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Oct 28, 2018
-
-
Scott Lahteine authored
-
Ludy authored
-
mholeys authored
-
Scott Lahteine authored
-