- Nov 19, 2016
-
-
Scott Lahteine authored
Introduce endstop interrupts
-
- Nov 18, 2016
-
-
Scott Lahteine authored
Update to Danish language 10/11-2016
-
Scott Lahteine authored
-
Bo Herrmannsen authored
-
- Nov 17, 2016
-
-
Florian Heilmann authored
This allows M104 to pass the F and B parameters to enable autotemp as well
-
Sebastianv650 authored
Advance has nothing todo with Z_AXIS, strange copy&paste error?
-
Scott Lahteine authored
Update Japanese translation
-
Scott Lahteine authored
Replace const bool with #define for consistency
-
esenapaj authored
Only adjust spacing
-
- Nov 16, 2016
-
-
Petr Zahradník junior authored
-
Scott Lahteine authored
Printer Stats / Completed prints line doesn't fit in display (when german)
-
Scott Lahteine authored
Save some cycle inside the planner
-
Scott Lahteine authored
Fix DIRECT_MIXING_IN_G1 to preserve the previous mix
-
- Nov 15, 2016
-
-
Scott Lahteine authored
bump -std in Makefile to c++11
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix G30 with limits, print correct probe XY
-
Markus Towara authored
still a few bytes bigger than with arduino but nothing major
-
Markus Towara authored
needed for constexpr
-
Scott Lahteine authored
-
AnHardt authored
If ENDSTOP_INTERRUPTS_FEATURE is enabled this tries to set up interrupt routines for all used endstop pins. If this worked without errors, `endstops.update()` is called only if one of the endstops changed its state. The new interrupt routines do not really check the endstops and react upon them. All what they do, is to set a flag if it makes sense to call the endstop test we are used to. This can be used on: * ARM (DUE) based boards - all pins can raise interrupts, * RAMPS - all 6 endstop pins plus some other on EXT-2 can raise interrupts, * RAMPS based boards - as long the designers did not change the pins for the endstops or at least left enough, * all boards, if there are enough pins that can raise interrupts, and you are willing/able to swap with pins dedicated to other purpose.
-
- Nov 13, 2016
-
-
Sebastianv650 authored
planner.h: fan speed is used to set integer variables, so no need for long. Basicaly a byte should be enough for all the fan things, as it's 0-255? planner.cpp: Save some float multiplications. We could squeeze out even more by defining feedrate_percentage, saved_feedrate_percentage and flow_percentage as float instead of int. Everytime they are used in the time-critical planner, they are casted to float and multiplied by 0.01. Not done jet, as they are used in LCD menu functions I don't know well enough.
-
Scott Lahteine authored
Store mix factors as reciprocals and multiply
-
- Nov 12, 2016
-
-
Scott Lahteine authored
Extended host support: M155 Auto temp report, M115 capabilities
-
Scott Lahteine authored
-
Scott Lahteine authored
Follow up the PR #5167 (Add Turkish Language) again, etc
-
Scott Lahteine authored
Remove useless line from stepper ISR
-
Scott Lahteine authored
Megatronics 3.0 has no SD-Card detect
-
Michael Neumann authored
-
Michael Neumann authored
-
Michael Neumann authored
-
- Nov 11, 2016
-
-
Sebastianv650 authored
The flag is already set inside planner.get_current_block(). Doing it twice isn't making it better..
-
- Nov 09, 2016
-
-
Kai authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Nov 08, 2016
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
esenapaj authored
・Update forgotten K8400\Dual-head\Configuration.h ・Adjust spacing
-
- Nov 07, 2016
-
-
Scott Lahteine authored
Give instant feedback for filament change
-