Commit Graph

5321 Commits (4a8e191cec36e4e5fe0e9ffb8999d93bfd5f0079)
 

Author SHA1 Message Date
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 98f30283fa Merge pull request from thinkyhead/rc_temp_change_during_m109_m190
Prevent stuck M109/M190 when target is changed
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 484de24e22
Updated travis to test for 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
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
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
Scott Lahteine a5d00f755b Merge pull request from esenapaj/patch-2
Update distribution date and readme
Blue-Marlin e89f01d044 Correct an error in lang_de
There is no way to translate "A-travel" to "A Rückzug". Thats simply
wrong.
esenapaj ee2f37f3cc Update distribution date and readme
It sync with the RC.
Paul Philippov 2d89b5527f fixed link to wiki
Scott Lahteine ad0f70f2f3 Merge pull request from Blue-Marlin/feedrate_atfer_toolchange
Scott Lahteine d58c5ac446 Merge pull request from esenapaj/patch-1
Scott Lahteine 2bb5cf5291 Merge pull request from floyd871/patch-1
Scott Lahteine 6d98f47d1c Merge pull request from jbrazio/cleanup/convert2unix
Blue-Marlin e58e281473 Fix feedrate after toolchange
The fix is simple. Most changes are because of changed indendation,
bacause of leaving early for wrong tool number
João Brázio 32d798fcc7
Converted all files on src to Unix file format
Michael Neumann 59cfc84dad German "Umlaute"
We don't have to  avoid German "Umlaute" any more.
Matt Keveney 4dfc496965 added recalc_delta_settings() call in Config_RetrieveSettings. Appears to be necessary any time delta-related parameters (M665) are modified
Scott Lahteine ec82e1e05d Merge pull request from thinkyhead/rc_fixup_some_movement
General cleanup around high level move functions
Scott Lahteine abeab792cb General cleanup around high level move functions
- Use new `DEBUG_POS` macro for `DELTA` debug
- Neaten up `prepare_move` a smidgen
- Remove an old commented `prepare_move()` line
Scott Lahteine 66540f8b84 Merge pull request from thinkyhead/rc_whats_up_with_M112
Report current position to host after M206 / M428
Scott Lahteine 68d0347e67 Call report_current_position after M206 / M428
Scott Lahteine dcb4cdaa9e Call report_current_position instead of gcode_M114 directly
Scott Lahteine e38baaa23e Fix an acceleration anomaly by making locals signed