- May 23, 2016
-
-
João Brázio authored
-
- May 22, 2016
-
-
Scott Lahteine authored
Stopwatch and PrintCounter improvements
-
João Brázio authored
PrintCounter classes
-
- May 21, 2016
-
-
Scott Lahteine authored
Additional instructions for controller reverse options
-
Scott Lahteine authored
-
- May 20, 2016
-
-
Scott Lahteine authored
Extend M421 with I and J parameters
-
AnHardt authored
Extend M421 with I and J parameters
-
Scott Lahteine authored
Update language_pl.h to the latest strings
-
Scott Lahteine authored
MBL: Add option to configure G28 resting position for all axes
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Edward Patel authored
-
Mateusz Juszczyk authored
-
Scott Lahteine authored
Buildroot cleanup
-
João Brázio authored
-
João Brázio authored
-
Scott Lahteine authored
Moves Felix's dual configuration to a folder
-
João Brázio authored
-
João Brázio authored
-
Scott Lahteine authored
Apply config changes, tweak comments, next_ping_ms => next_idle_ms
-
- May 19, 2016
-
-
João Brázio authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Rework intermediate idle() and manage_heater() calls in G2/G3 and G5
-
Scott Lahteine authored
Update Galician language to 1.1.0-RCBugFix.
-
AnHardt authored
Remove SF_ARC_FIX from G5 (Cubic B-spline). SF_ARC_FIX is a fix for G2/G3 (arcs) where Skeinforge always produced relative instead of absolute coordinates for the endpoint of an arc. It's very unlikely this is also a problem with Cubic B-splines. More likely is copying from the G2/G3 code.
-
AnHardt authored
No compromises for the manage_heater(). manage_heater() will return immediately when there is nothing to do, but needs a constant detaT to work proper. Calling idle() only every 200ms results in a display update every ~2 seconds - that should be enough. For the other functionalities in idle() and manage_inactivity() 200ms is a lot but hopefully works.
-
AnHardt authored
Speedup sreen update delay and correct a comment. A module division by 10 is slooooow. (powers of 2 are fast - but then you can AND a bitmask with the same result)
-
Rafa Couto authored
-
Scott Lahteine authored
Automatically set X2 stepper pins
-
Scott Lahteine authored
-
- May 18, 2016
-
-
Scott Lahteine authored
Implements S1 argument in M999
-
Scott Lahteine authored
DUAL_X_CARRIAGE fixes, improvements, Travis test
-
Scott Lahteine authored
-
João Brázio authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Update Japanese trasration
-
esenapaj authored
・Add new translation ・Change translation
-
Scott Lahteine authored
Function declarations in headers don't need "extern"
-