Commit Graph

3836 Commits (b95902053220af06dfd886b2ba9565845e882773)

Author SHA1 Message Date
Scott Lahteine b959020532 Merge pull request from esenapaj/patch-1
Additional follow-up the PR #3631(Encapsulate 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 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 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 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
Scott Lahteine 77d6e5283b Merge pull request from Blue-Marlin/83filenames
Don't reject 8.3-filenames with chars > 0x7f
Scott Lahteine 24a15332b3 Encapsulate dual Z endstop handling
Scott Lahteine 462a8a951e A little extra gcode_T spacing
Scott Lahteine 96f51f400f Planner singleton class
Scott Lahteine 5076d12344 Localize M119 in Endstops class
Scott Lahteine 5e4e535ce8 Stepper and Endstops as singleton objects
Scott Lahteine 6d3e4e1f8f Prevent stuck M109/M190 when target is changed
Blue-Marlin ac4caab8f1 Don't mangel 8.3-filenames with chars > 0x7f
Don't mangel 8.3-filenames with chars > 0x7f

Windows produces 8.3filenames wit chars > 0x7f. Those have been rejected
by Marlin until now.

With these 'malformed' filenames can now be worked with:
In the LCD menue
With RepetierHost (V1.6.1 tested) - full support. Characters are
displayed as '?'
With Octoprint (1.2.10 tested) the files do not appear in the files
area. At the console, listed with M20 they appear with a '�'.
With Pronterface the files appear in the sd-window but you can't start
them. They are mangled by pronterface. The names are altered and than
recected by Marlin. In the console they apper with differen but not the
correct characters.

All in all a little step forward.

Fix for 
Scott Lahteine eeef571be2 Merge pull request from thinkyhead/rc_acceleration_fix1
Fix an acceleration anomaly by making locals signed
Scott Lahteine c3ef9993b9 Merge pull request from jbrazio/feature/print-counter
Print job statistics
Scott Lahteine 96b2b3f4fe Merge pull request from thinkyhead/rc_quieter_wait_for_temps
Keepalive not needed while waiting for temperatures
João Brázio e34f4653ef
Fixed a typo on the configuration files
João Brázio 1491d682fb
Miscellaneous tweaks on PrintCounter
João Brázio 27088e356f
Updated example configuration files
João Brázio 8fb23e899f
PrintCounter EEPROM read/write optimizations
João Brázio 9589e51810
Disable DEBUG_PRINTCOUNTER
João Brázio e2da7e5000
Updated the default configuration and fixed a printcounter.h typo
João Brázio d6cfcc9c8b
Added new G-Code: M78
João Brázio 4f541c5bb5
Added a new object: PrintCounter
João Brázio 26b166d7cf
Made all stopwatch::debug() calls static
Scott Lahteine 5897b58a70 Merge pull request from esenapaj/patch-2
Update distribution date and readme again
Scott Lahteine f4706bb90e Keepalive not needed while waiting for temperatures
Scott Lahteine 924285afa6 Merge pull request from thinkyhead/rc_reverse_menu_doc
Correct the REVERSE_MENU_DIRECTION comment
Scott Lahteine f1b00eb12b Correct the REVERSE_MENU_DIRECTION comment
Scott Lahteine 8905908081 Merge pull request from thinkyhead/i3_millie_language_fun
Simplified LCD Language settings
Scott Lahteine 6c48852b20 Update distribution date
Scott Lahteine 2142d5a62e Merge pull request from Blue-Marlin/German-again-and-again-and-agin
Correct an error in lang_de
Scott Lahteine 0c11566f42 Replace LANGUAGE_INCLUDE with LCD_LANGUAGE
Scott Lahteine 259794c0be Make DISPLAY_CHARSET_HD44780 a single setting