- Jan 03, 2015
- Dec 29, 2014
- Dec 28, 2014
-
-
fmalpartida authored
Tested for SAV MKI and SAV 3D LCD on lewihe.
-
Matthew Schick authored
-
Matthew Schick authored
-
alexborro authored
- Fixed issue when BAL area probing is shorter than it should be for grid probing - Warning when BAL activated with Delta Kinematics - Fix XY_TRAVEL_SPEED when homing Z axis
-
Lukas Obermann authored
-
Scott Lahteine authored
-
Denis Chertykov authored
-
- Dec 27, 2014
-
-
David Forrest authored
Current defaults are all 255. If it makes sense to reduce them, they should come down together, and be in a PID_INTEGRAL_DRIVE_MAX <= PID_MAX <- BANG_MAX relationship.
-
David Forrest authored
-
David Forrest authored
-
- Dec 24, 2014
-
-
Greg Rebholz authored
-
- Dec 23, 2014
-
-
NarimaanV authored
Moved PSTR() macro to correct place which was causing the " initializer fails to determine size of '__c' " when attempting to compile with BABYSTEPPING enabled.
-
- Dec 21, 2014
-
-
alexborro authored
-
- Dec 20, 2014
-
-
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
-
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
-
-
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.
-
Scott Lahteine authored
-
Scott Lahteine authored
Added boards.h which contains defines for all the board numbers, plus some shorthand macros for less typing.
-
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.
-
Scott Lahteine authored
-
Scott Lahteine authored
-