Commit Graph

4971 Commits (064efb20e02c6300f04f559545a42c31881e4de1)
 

Author SHA1 Message Date
Scott Lahteine c2522ce1f5 Fallthru in thermal runaway test when TRState changes
Scott Lahteine d32d9a3c5c Merge pull request from thinkyhead/rc_consolidate_probe_flags
Cleanup and consolidate probe conditionals for clarity
Scott Lahteine 77e25043a9 Merge pull request from esenapaj/patch-2
Fix compilation error in debugging  code
Scott Lahteine 15fc93d742 Cleanup and consolidate probe conditionals for clarity
Scott Lahteine 5ca6334fd2 Cleanup pins files, fixup analogtodigitalpin, etc.
esenapaj 9186be7b83 Fix compilation error in debugging code
Fix compilation error in Thermal Runaway debugging code
Scott Lahteine d7819298ca Merge pull request from thinkyhead/rc_localize_babystepping
Use AxisEnum with _lcd_babystep()
Scott Lahteine 51109d4af7 Use AxisEnum with _lcd_babystep()
Scott Lahteine 58ea246f98 Merge pull request from thinkyhead/rc_localize_babystepping
Localize babystepping in the Temperature class
Scott Lahteine b65ea98d6b Localize babystepping in the Temperature class
So that `ultralcd.cpp` doesn’t need to worry about the details.
Scott Lahteine 0c7beb832c Merge pull request from esenapaj/patch-1
Follow-up the PR #3643(Temperature singleton)
Scott Lahteine fc5fe2cc22 Merge pull request from jbrazio/rework/delta-diagonal-rod-timmers
Moved DELTA radius/rod default trimmer values to Conditionals.h
esenapaj 1a97442d19 Follow-up the PR #3643(Temperature singleton)
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 4f6120f70f Merge pull request from thinkyhead/rc_singletons_plus_temperature
Temperature singleton
Scott Lahteine 084f6b5b44 Temperature singleton class
Scott Lahteine 142bd3f3e7 Disable THERMAL_PROTECTION_BED with no sensor
Scott Lahteine a5a6b86898 Merge pull request from thinkyhead/rc_fix_3677
Can't use the ENABLED macro as a boolean
Scott Lahteine 13f85a2b50 Can't use the ENABLED macro as a boolean
João Brázio 23567a1d8b
Moved DELTA radius/rod default trimmer values to Conditionals.h
Scott Lahteine b4b5c7a6b7 Merge pull request from thinkyhead/rc_scoovo_controller
Use directional buttons when defined
Scott Lahteine 5ff10991c0 Merge pull request from thinkyhead/rc_ultimate_stepper_planner_patch
Ultimate followup to Stepper/Planner patch
Scott Lahteine 6398d497b3 Ultimate followup to Stepper/Planner patch
- Search all symbols and apply prefixes where needed
- Encapsulate some private methods
- Inline some setters
- Make `microstep_mode` a public method
Scott Lahteine ddafb859e2 Use directional buttons when defined
Scott Lahteine b959020532 Merge pull request from esenapaj/patch-1
Additional follow-up the PR #3631(Encapsulate S...
Scott Lahteine 4e1a91caa1 Merge pull request from esenapaj/patch-2
Fix for PR #3526(Configuration.h LCD & SDCard s...
esenapaj 212b17d510 Fix for PR #3526(Configuration.h LCD & SDCard s...
Fix for PR #3526(Configuration.h LCD & SDCard section rewrite)

It removes duplicated BQ_LCD_SMART_CONTROLLER.
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.
Scott Lahteine 6bb664c690 Merge pull request from thinkyhead/rc_stepper_babystep
Fix BABYSTEPPING, add it to Travis test
Scott Lahteine 7fd0243048 Cleanup, debug strings in Planner::adjusted_position
Scott Lahteine 85e732d5fd Fix BABYSTEPPING, add it to Travis test
Scott Lahteine 37c4970d87 Merge pull request from esenapaj/patch-2
Follow-up the PR #3631(Encapsulate Stepper, ...
Scott Lahteine ad27d3c523 Merge pull request from esenapaj/patch-1
Some clean-up for example configuration files
Scott Lahteine f1c1a8dc59 Merge pull request from Blue-Marlin/83filen2
8.3-filenames second try
Jochen Groppe 0bae00c1ed Merge pull request from tkurbad/german_translation
Revisited German translation
Blue-Marlin 5ad7d263e9 8.3-filenames second try
Fix for  3593, 
this time excludung 'DEL' instead of accidently '~'.
Torsten Kurbad aae2f502e0 Revisited German translation
esenapaj a82cfcff2d Follow-up the PR #3631(Encapsulate Stepper, ...
Follow-up the PR #3631(Encapsulate Stepper, Planner, Endstops in singleton classes)

plan_bed_level_matrix -> planner.bed_level_matrix in multi extruders section of Marlin_main.cpp
It probably fix the Issue #3658(plan_bed_level_matrix not declarate).

movesplanned() -> planner.movesplanned() in ADVANCED_OK section of Marlin_main.cpp
It fix compilation error when ADVANCED_OK is enabled
esenapaj 2fa4bc344c Some clean-up for example configuration files
Some clean-up for example configuration files

Follow-up and fix the PR #3253(Make the Autotune item(s) in the LCD menu optional):
・Update forgotten file(Felix/Configuration_DUAL.h)

Follow-up the PR #3526(Configuration.h LCD & SDCard section rewrite):
・Add section of RigidBot Panel to RepRapWorld/Megatronics/Configuration.h

Follow-up the PR #3576(Z Safe Homing for all):
・Adjust spacing

Follow-up and fix the PR #3625(Print job statistics):
・Update forgotten file(Felix/Configuration_DUAL.h)
・Remove ambiguous character "f" in top of RigidBot/Configuration.h
Scott Lahteine f7185fba08 Merge pull request from jbrazio/feature/generate_version_header_for_marlin
Update version header generation script
Scott Lahteine 11b56a31ab Merge pull request from thinkyhead/rc_revert_3648_fix_sd_printing
Revert PR 3648 to fix SD printing
Scott Lahteine da47b83b3d Revert PR 3648 to fix SD printing
The character 0x7E is common in 8.3 filenames. Maybe the last condition
should be removed completely instead.
Scott Lahteine 60c6efb75c Merge pull request from thinkyhead/rc_bed_temp_watch_merge
Introduce temp watch protection for the bed
Scott Lahteine 196af30467 Merge pull request from thinkyhead/rc_cleanup_pins
Pins cleanups
Scott Lahteine 5b7a6c217a Include more fans in sensitive pins list
Scott Lahteine f508c54c6c Use #undef in AZTEEG_X3_PRO for RAMPS overrides
Scott Lahteine c6f1337f5c NOOP macro for do-nothing macros
Scott Lahteine c2145566c7 Merge pull request from thinkyhead/rc_singletons
Encapsulate Stepper, Planner, Endstops in singleton classes
Scott Lahteine fbf69081b4 Updated comment for THERMAL_PROTECTION_BED
gralco 908229dbb3 Introduce temp watch protection for the bed
When setting the bed temp via M140/M190 if the thermistor does not read an increase of WATCH_BED_TEMP_INCREASE degrees by WATCH_BED_TEMP_PERIOD seconds then it will throw "Error:Heating failed, system stopped! Heater_ID: bed" and call the kill() function.

Conflicts:
	Marlin/Configuration_adv.h
João Brázio ff7a303a0e
Updated version header gen script