- Mar 14, 2015
-
-
chrono authored
-
- Mar 13, 2015
-
-
alexborro authored
-
- Mar 12, 2015
-
-
Scott Lahteine authored
Fix missing temp_error declarations
-
- Mar 11, 2015
-
-
Scott Lahteine authored
- Fix for #1591 replacing #1595
-
Scott Lahteine authored
Macro indirection for stepper drivers + Support for TMC26X and L6470 Stepper Drivers
-
alexborro authored
The max acceleration limiting was in wrong place.
-
Bo Herrmannsen authored
-
alexborro authored
Added option to set Travel Acceleration (non printing moves). The M204 options was a non sense (S for printing moves and T for retract moves). It has been changed to: P = Printing moves R = Retract only (no X, Y, Z) moves T = Travel (non printing) moves I will add this info o G-Code wiki in reprap.org. I also advise to put this info in Marlin next version changelog.
-
alexborro authored
I forgot to enclousure the variable with #ifdef
-
alexborro authored
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
removed the link as the software i had did not work, nor does anyone hardly use irc chat but just hang out there
-
- Mar 10, 2015
-
-
alexborro authored
-
alexborro authored
-
alexborro authored
-
domonoky authored
Conflicts: Marlin/Marlin_main.cpp Marlin/stepper.cpp
-
Scott Lahteine authored
fix a handful of cases where strtod() was cast to int, instead of just using strtol()
-
- Mar 09, 2015
-
-
Scott Lahteine authored
fix typo in delta example config introduced in commit 697ee2dc
-
Scott Lahteine authored
Fix controller fan
-
- Mar 07, 2015
-
-
Greg Alexander authored
-
Greg Alexander authored
-
Greg Alexander authored
commit 697ee2dc
-
Wurstnase authored
-
Scott Lahteine authored
More sanity-checking for ABL
-
Scott Lahteine authored
- Moved sanity-checks to Marlin_main.cpp - Applied to other configuration files - Fixed formatting of ABL output - Passing verbose level to probe_pt - Miscellaneous cleanup - Put CONFIG_STEPPERS_TOSHIBA into Configuration.h
-
- Mar 06, 2015
-
-
Scott Lahteine authored
Make sure a ROM is selected for ULTRA_LCD
-
Scott Lahteine authored
-
Scott Lahteine authored
Fixes gCode handling of comments and escaped characters
-
Scott Lahteine authored
Fix compile error in gcode_G29
-
Scott Lahteine authored
-
Scott Lahteine authored
- A redo of #1576, which missed topo_flag - Always set verbose_level
-
Scott Lahteine authored
Minor typos in the README
-
Scott Lahteine authored
Undubble MSG_MIN & MSG MAX
-
Wurstnase authored
add ```^ !(n_ENABLE_ON)``` for each stepper
-
Richard Wackerbarth authored
-
- Mar 05, 2015
-
-
AnHardt authored
-
Corey C authored
In-line comments and escaping fixed by foosel
-
Gina Häußge authored
* "G1 X1 ; test" was not executing "G1 X1" due to never leaving comment mode. * "M117 Hello \;)" printed "Hello \" to the display due to not replacing serial_char properly. Tested with the following commands: * M117 Hello ; test => displays "Hello" on display, ignores "test" * G1 X1 ; foo => moves 1mm in X, ignores "foo" * ; test => completely ignored, not even acknowledged * M117 Hello \;) => displays "Hello ;)" on display * M117 Hello \\;) => displays "Hello \" on display, ignores ")"
-
C-o-r-E authored
-
Wurstnase authored
dev pull
-