- Dec 30, 2014
-
-
Scott Lahteine authored
sp=space-padded, similar to: ns=no-sign
-
Scott Lahteine authored
This is the optimal code for a self-contained formatter, although the original code is crafty in being smaller and simpler, and can be evaluated as using the original output as a scratch pad for state, making the final formatter more straightforward. While this code is longer, all code-paths are minimal.
-
Scott Lahteine authored
-
Scott Lahteine authored
This is the optimal code for a self-contained formatter, although the original code is crafty in being smaller and simpler, and can be evaluated as using the original output as a scratch pad for state, making the final formatter more straightforward. While this code is longer, all code-paths are minimal.
-
Scott Lahteine authored
-
Bernhard Kubicek authored
-
bkubicek authored
-
alexborro authored
Move delta calibration menu to sample delta configuration.
-
Caleb Anderson authored
Turn off by default.
- Dec 29, 2014
-
-
Bo Herrmannsen authored
Logic error correction
-
Wurstnase authored
-
Bo Herrmannsen authored
Language Fix - Using the new language implementation wasn't behaving as expected.
-
Caleb Anderson authored
Conflicts: Marlin/language.h
-
Caleb Anderson authored
-
Caleb Anderson authored
No matter what LANGUAGE_CHOICE was set to it would always take the en branch. I revamped it a bit to use a macro to create the language include file name. This required a slight tweak to the RU declaration since it's special-cased in a couple places in code. This is an attempt to pull my changes from #1222 over.
-
Bo Herrmannsen authored
Delta manual calibration menu
-
Caleb Anderson authored
Actual menu change. Moved menu logic to not be shown unless not currently printing. (untested but straight-forward, printer in a bad state currently)
-
http://minow.blogspot.com/index.html#4918805519571907051Caleb Anderson authored
To test/enable, uncomment the #define DELTA_CALIBRATION_MENU in Configuration.h
-
Bernhard Kubicek authored
-
Bernhard Kubicek authored
fixed minor typo
-
Bernhard Kubicek authored
Expand manage_inactivity #1264
-
Wurstnase authored
void manage_inactivity(bool ignore_stepper_queue=false) standard is false so it is not necessary to change additional code. this change should be better, hopefully nophead like this :)
-
Bernhard Kubicek authored
change filament issue
-
Wurstnase authored
more speaking name
-
Wurstnase authored
make a more general solution
-
- Dec 28, 2014
-
-
Bo Herrmannsen authored
Merge branch 'SAV-MkI_merge' into Development
-
fmalpartida authored
Tested for SAV MKI and SAV 3D LCD on lewihe.
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
503 fwretract dev branch
-
Matthew Schick authored
-
Matthew Schick authored
-
Bo Herrmannsen authored
-
alexborro authored
- Fixed issue when BAL area probing is shorter than it should be for grid probing - Warning when BAL activated with Delta Kinematics - Fix XY_TRAVEL_SPEED when homing Z axis
-
Bo Herrmannsen authored
Consider negative Z Offsets when auto bed leveling is active
-
Lukas Obermann authored
-
Bo Herrmannsen authored
Fixed BABYSTEPPING feature
-