Scott Lahteine
11b56a31ab
Merge pull request #3657 from thinkyhead/rc_revert_3648_fix_sd_printing
Revert PR 3648 to fix SD printing
8 роки тому
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.
8 роки тому
Scott Lahteine
60c6efb75c
Merge pull request #3653 from thinkyhead/rc_bed_temp_watch_merge
Introduce temp watch protection for the bed
8 роки тому
Scott Lahteine
196af30467
Merge pull request #3654 from thinkyhead/rc_cleanup_pins
Pins cleanups
8 роки тому
Scott Lahteine
5b7a6c217a
Include more fans in sensitive pins list
8 роки тому
Scott Lahteine
f508c54c6c
Use #undef in AZTEEG_X3_PRO for RAMPS overrides
8 роки тому
Scott Lahteine
c6f1337f5c
NOOP macro for do-nothing macros
8 роки тому
Scott Lahteine
c2145566c7
Merge pull request #3631 from thinkyhead/rc_singletons
Encapsulate Stepper, Planner, Endstops in singleton classes
8 роки тому
Scott Lahteine
fbf69081b4
Updated comment for THERMAL_PROTECTION_BED
8 роки тому
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
8 роки тому
Scott Lahteine
77d6e5283b
Merge pull request #3648 from Blue-Marlin/83filenames
Don't reject 8.3-filenames with chars > 0x7f
8 роки тому
Scott Lahteine
24a15332b3
Encapsulate dual Z endstop handling
8 роки тому
Scott Lahteine
462a8a951e
A little extra gcode_T spacing
8 роки тому
Scott Lahteine
96f51f400f
Planner singleton class
8 роки тому
Scott Lahteine
5076d12344
Localize M119 in Endstops class
8 роки тому
Scott Lahteine
5e4e535ce8
Stepper and Endstops as singleton objects
8 роки тому
Scott Lahteine
98f30283fa
Merge pull request #3650 from thinkyhead/rc_temp_change_during_m109_m190
Prevent stuck M109/M190 when target is changed
8 роки тому
Scott Lahteine
6d3e4e1f8f
Prevent stuck M109/M190 when target is changed
8 роки тому
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 #3593
8 роки тому
Scott Lahteine
eeef571be2
Merge pull request #3613 from thinkyhead/rc_acceleration_fix1
Fix an acceleration anomaly by making locals signed
8 роки тому
Scott Lahteine
c3ef9993b9
Merge pull request #3625 from jbrazio/feature/print-counter
Print job statistics
8 роки тому
Scott Lahteine
96b2b3f4fe
Merge pull request #3642 from thinkyhead/rc_quieter_wait_for_temps
Keepalive not needed while waiting for temperatures
8 роки тому
João Brázio
e34f4653ef
Fixed a typo on the configuration files
8 роки тому
João Brázio
1491d682fb
Miscellaneous tweaks on PrintCounter
8 роки тому
João Brázio
27088e356f
Updated example configuration files
8 роки тому
João Brázio
8fb23e899f
PrintCounter EEPROM read/write optimizations
8 роки тому
João Brázio
9589e51810
Disable DEBUG_PRINTCOUNTER
8 роки тому
João Brázio
484de24e22
Updated travis to test for PRINTCOUNTER
8 роки тому
João Brázio
e2da7e5000
Updated the default configuration and fixed a printcounter.h typo
8 роки тому
João Brázio
d6cfcc9c8b
Added new G-Code: M78
8 роки тому
João Brázio
4f541c5bb5
Added a new object: PrintCounter
8 роки тому
João Brázio
26b166d7cf
Made all stopwatch::debug() calls static
8 роки тому
Scott Lahteine
5897b58a70
Merge pull request #3634 from esenapaj/patch-2
Update distribution date and readme again
8 роки тому
Scott Lahteine
f4706bb90e
Keepalive not needed while waiting for temperatures
8 роки тому
Scott Lahteine
924285afa6
Merge pull request #3641 from thinkyhead/rc_reverse_menu_doc
Correct the REVERSE_MENU_DIRECTION comment
8 роки тому
Scott Lahteine
f1b00eb12b
Correct the REVERSE_MENU_DIRECTION comment
8 роки тому
Scott Lahteine
8905908081
Merge pull request #3632 from thinkyhead/i3_millie_language_fun
Simplified LCD Language settings
8 роки тому
esenapaj
c7e4b3044b
Change "RC6" to "RCBugFix" on top part of the readme, etc
・Change "RC6" to "RCBugFix" on top part of the readme
・Unify distribution date of RCBugFix and RC6
・Move comments about IDE version from RCBugFix section to RC6 section
8 роки тому
Scott Lahteine
6c48852b20
Update distribution date
8 роки тому
Scott Lahteine
2142d5a62e
Merge pull request #3627 from Blue-Marlin/German-again-and-again-and-agin
Correct an error in lang_de
8 роки тому
Scott Lahteine
0c11566f42
Replace LANGUAGE_INCLUDE with LCD_LANGUAGE
8 роки тому
Scott Lahteine
259794c0be
Make DISPLAY_CHARSET_HD44780 a single setting
8 роки тому
Scott Lahteine
a5d00f755b
Merge pull request #3619 from esenapaj/patch-2
Update distribution date and readme
8 роки тому
Blue-Marlin
e89f01d044
Correct an error in lang_de
There is no way to translate "A-travel" to "A Rückzug". Thats simply
wrong.
8 роки тому
esenapaj
ee2f37f3cc
Update distribution date and readme
It sync with the RC.
8 роки тому
Paul Philippov
2d89b5527f
fixed link to wiki
8 роки тому
Scott Lahteine
ad0f70f2f3
Merge pull request #3620 from Blue-Marlin/feedrate_atfer_toolchange
8 роки тому
Scott Lahteine
d58c5ac446
Merge pull request #3618 from esenapaj/patch-1
8 роки тому
Scott Lahteine
2bb5cf5291
Merge pull request #3622 from floyd871/patch-1
8 роки тому
Scott Lahteine
6d98f47d1c
Merge pull request #3623 from jbrazio/cleanup/convert2unix
8 роки тому