esenapaj 605808fe37 Additional follow-up the PR #3631(Encapsulate S...
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.
2016-05-03 18:28:37 +09:00
..
2016-04-18 20:09:03 -07:00
2016-03-29 03:19:27 -07:00
2016-03-31 10:02:47 +09:00
2016-04-30 17:26:50 -07:00
2016-04-18 20:09:03 -07:00
2016-04-18 20:09:03 -07:00
2016-04-18 20:09:03 -07:00
2016-04-18 20:09:03 -07:00
2016-04-23 13:27:05 +09:00
2016-05-02 15:18:12 +02:00
2016-04-23 13:27:05 +09:00
2016-04-18 20:09:03 -07:00
2016-04-18 20:09:03 -07:00
2016-04-23 13:27:05 +09:00
2016-04-18 20:09:03 -07:00
2016-04-23 13:27:05 +09:00
2016-04-23 13:27:05 +09:00
2016-04-23 13:27:05 +09:00
2016-04-18 20:09:03 -07:00
2016-04-23 13:27:05 +09:00
2016-04-18 20:09:03 -07:00
2016-04-14 20:06:59 -07:00
2016-05-01 13:49:32 -07:00
2016-03-19 16:43:37 -07:00
2016-04-30 17:26:50 -07:00
2016-03-30 14:26:28 +09:00
2016-04-24 05:21:17 +01:00
2016-04-24 05:21:17 +01:00
2016-04-24 05:21:17 +01:00
2016-04-24 05:21:17 +01:00
2016-04-24 05:21:17 +01:00
2016-04-30 17:26:50 -07:00
2016-05-02 15:58:04 +02:00
2016-04-30 17:26:50 -07:00
2016-05-01 13:49:32 -07:00
2016-04-28 18:06:53 +09:00