- Apr 27, 2015
-
-
Steve Kelly authored
This addresses comments in #1956 and #1079. In particular, this is useful when both endstops are stationary on a CoreXY system, and the Y axis needs to be homed before the X so the flags are aligned.
-
- Apr 17, 2015
-
-
Ivan Galvez Junquera authored
Introduced in commit 697ee2dc and later spread to other files.
-
paclema authored
-
Chris Palmer authored
-
Chris Palmer authored
-
- Apr 16, 2015
-
-
Chris Palmer authored
I.e., when acceleration * steps per mm > 2,000,000. This was done by changing MultiU24X24toH16 to take a 32b bit operand. Removed the claim that stepper.cpp uses the Leib algorithm.
-
Scott Lahteine authored
-
- Apr 15, 2015
- Apr 14, 2015
-
-
elgambitero authored
-
CONSULitAS authored
example_configurations\K8200\Configuration.h: * merge upstream changes from default Configuration.h manually * add some machine specific comments
-
Scott Lahteine authored
-
Scott Lahteine authored
- Potentially addressing #1911
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Apr 13, 2015
-
-
Mehmet Sutas authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Change some `previous_` time vars to `next_` so an add only happens at intervals - Fix `HEATER_0_USES_MAX6675` polling too frequently, or not at all
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Apr 12, 2015
-
-
Scott Lahteine authored
-
Edward Patel authored
lcdDrawUpdate = 2 helped a lot!
-
Scott Lahteine authored
- Prevent `Z_SAFE_HOMING` from homing Z twice in some cases - Allow `G28` with XYZ values of 0 to explicitly set the position - Don’t add `home_offset` when setting XYZ explicitly in `G28` - Add `code_has_value` function to check for the presence of a numeric value (could just test for space or nul to allow other types of values)
-
- Apr 11, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
- MENU_ITEM causes lcd_quick_feedback to be called, so only those calls to `lcd_goto_menu` outside of the `MENU_ITEM` macro need to set the `feedback` flag when calling `lcd_goto_menu`.
-
Scott Lahteine authored
-
Scott Lahteine authored
- Replace “Mendel” with “RepRap”
-
- Apr 10, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
- It’s inline here, but could be a macro and duplicated for `planner.cpp`
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Apr 09, 2015
-
-
Scott Lahteine authored
- Use `line_to_current` in place of `plan_buffer_line`
-
Scott Lahteine authored
-
AnHardt authored
where the hardware is available. Fix for #1873
-
Scott Lahteine authored
-
Scott Lahteine authored
-