- May 10, 2016
-
-
João Brázio authored
-
- May 09, 2016
-
-
Scott Lahteine authored
Update Japanese translation, etc
-
esenapaj authored
・Arrange the strings in unified order ・Remove "#ifdef DELTA_CALIBRATION_MENU" directive ・Adjust spacing
-
esenapaj authored
・Add new translation ・Add translation for 16 width ASCII LCD ・Change translation ・Revert translation from Japanese to English ・Fix typo
-
Scott Lahteine authored
Fixed Makefile to work with Melzi2 boards on arduino-1.6.x
-
Scott Lahteine authored
Fallthru in thermal runaway test when TRState changes
-
Scott Lahteine authored
Fix dipping on DELTA robots during G29
-
Scott Lahteine authored
- Addressing #3689, et. al.
-
Scott Lahteine authored
Enclose #error strings with apostrophes in quotes
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 08, 2016
-
-
Scott Lahteine authored
-
Scott Lahteine authored
Cleanup and consolidate probe conditionals for clarity
-
Scott Lahteine authored
Fix compilation error in debugging code
-
Scott Lahteine authored
-
esenapaj authored
Fix compilation error in Thermal Runaway debugging code
-
- May 06, 2016
-
-
Scott Lahteine authored
Use AxisEnum with _lcd_babystep()
-
Scott Lahteine authored
-
Scott Lahteine authored
Localize babystepping in the Temperature class
-
- May 05, 2016
-
-
Scott Lahteine authored
So that `ultralcd.cpp` doesn’t need to worry about the details.
-
Scott Lahteine authored
Follow-up the PR #3643(Temperature singleton)
-
Scott Lahteine authored
Moved DELTA radius/rod default trimmer values to Conditionals.h
-
esenapaj authored
Follow-up the PR #3643(Temperature singleton) ・Change from fanSpeedSoftPwm[0] to thermalManager.fanSpeedSoftPwm[0] in planner.cpp It fix compilation error when FAN_SOFT_PWM is enabled. ・Remove declaration of setExtruderAutoFanState() in temperature.h Because that function was abolished. ・Change from babystepsTodo to thermalManager.babystepsTodo in ultralcd.cpp It fix compilation errors when BABYSTEPPING is enabled.
-
Scott Lahteine authored
Temperature singleton
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 04, 2016
-
-
Scott Lahteine authored
Can't use the ENABLED macro as a boolean
-
Scott Lahteine authored
-
João Brázio authored
-
Scott Lahteine authored
Use directional buttons when defined
-
Scott Lahteine authored
Ultimate followup to Stepper/Planner patch
-
Scott Lahteine authored
- Search all symbols and apply prefixes where needed - Encapsulate some private methods - Inline some setters - Make `microstep_mode` a public method
-
- May 03, 2016
-
-
Scott Lahteine authored
-
Scott Lahteine authored
Additional follow-up the PR #3631(Encapsulate S...
-
Scott Lahteine authored
Fix for PR #3526(Configuration.h LCD & SDCard s...
-
esenapaj authored
Fix for PR #3526(Configuration.h LCD & SDCard section rewrite) It removes duplicated BQ_LCD_SMART_CONTROLLER.
-
esenapaj authored
Additional follow-up the PR #3631(Encapsulate Stepper, Planner, Endstops in singleton classes) ・Change from abort_on_endstop_hit to stepper.abort_on_endstop_hit in endstop.cpp, Marlin_main.cpp, and ultralcd.cpp ・Add include path to cardreader.h and temperature.h in endstop.cpp(for CardReader class and disable_all_heaters()) It fix compilation error when ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED and SDSUPPORT are enabled. ・Change from digipot_current() to stepper.digipot_current() in Marlin_main.cpp ・Change from digitalPotWrite() to stepper.digitalPotWrite() in Marlin_main.cpp It fix compilation errors when HAS_DIGIPOTSS is enabled. ・Change from microstep_mode() to stepper.microstep_mode() in Marlin_main.cpp ・Change attribute of microstep_mode() from private to public in stepper.h ・Change from microstep_readings() to stepper.microstep_readings() in Marlin_main.cpp ・Change from microstep_ms() to stepper.microstep_ms() in Marlin_main. It fix compilation errors when HAS_MICROSTEPS is enabled.
-
Scott Lahteine authored
Fix BABYSTEPPING, add it to Travis test
-
Scott Lahteine authored
-