- Dec 21, 2014
-
-
Bo Herrmannsen authored
added note about stale branches
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
-
alexborro authored
Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation"
-
alexborro authored
-
- Dec 20, 2014
-
-
Bo Herrmannsen authored
Use SdFatUtil::FreeRam() for freeMemory() if there
-
Bo Herrmannsen authored
Split do_blocking_move() to XY and Z sections
-
Bo Herrmannsen authored
Fix syntax errors in #ifdef
-
Bo Herrmannsen authored
Change Auto_Bed_Leveling to Auto_Bed_Compensation
-
Denis Chertykov authored
-
- Dec 19, 2014
-
-
John Davis authored
Changed level to compensation
-
John Davis authored
Changed leveling to compensation
-
John Davis authored
Changed level and leveling to compensation.
-
John Davis authored
Changed level and leveling to compensation
-
John Davis authored
Changed level and leveling to compensation (except with "verbose_level" and "lcd_reset_alert_level").
-
John Davis authored
Changed AUTO_BED_LEVELING to AUTO_BED_COMPENSATION
-
John Davis authored
Changed AUTO_BED_LEVELING to AUTO_BED_COMPENSATION
-
John Davis authored
Changed AUTO_BED_LEVEL to AUTO_BED_COMPENSATION
-
John Davis authored
-
John Davis authored
Changed AUTO_BED_LEVEL to AUTO_BED_COMPENSATION
-
John Davis authored
Changed Auto Bed Level to Auto Bed Compensation
-
John Davis authored
Changed "Bed Auto Level" (and variants) to "Auto Bed Compensation".
-
Bo Herrmannsen authored
Fixes commands not being acknowledged in the same order they are received in
-
Gina Häußge authored
in G0 to G3 were previously acknowledged in the get_command method, causing them to be possibly acknowledged before commands coming after them that were acknowledged in process_commands. This patch fixes this, moving the acknowledgement of G0 to G3 to the process_commands method as well. These commands are therefore no longer acknowledged when the enter the cmd_buffer but instead only acknowledged when the enter the plan_buffer. Guaranteeing that commands are acknowledged in the same order in which they were received by the firmware allows host software to be able to track the life cycle of commands and such a better management of the firmware's serial buffers as well as better internal command processing and response parsing without having to depend on throwing an epic amount of regular expressions against each line received back from the firmware. Fixes ErikZalm/Marlin#1147
-
- Dec 18, 2014
-
-
daid authored
-
daid authored
Conflicts: Marlin/cardreader.cpp Marlin/cardreader.h
-
Bo Herrmannsen authored
Defines for electronics boards
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Added boards.h which contains defines for all the board numbers, plus some shorthand macros for less typing.
-
Bo Herrmannsen authored
Split up languages.h. Use ISO language codes.
-
Scott Lahteine authored
-
Scott Lahteine authored
Added boards.h which contains defines for all the board numbers, plus some shorthand macros for less typing.
-
Bo Herrmannsen authored
Added example configs for printers from http://tvrrug.org.uk/
-
http://tvrrug.org.uk/Bo Herrmannsen authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Breaking up languages.h makes it easier to translate. Using language codes makes it easier to select a language and sets the naming standard.
-
Bo Herrmannsen authored
Shrink and Optimize
-
Bo Herrmannsen authored
A few constants where they belong
-