3e8c5678f5
fix bug where, i.e., "G1X1E1" would be interpretted as "G1 X10 E1", because strtod() will read the E address value as if it was a base 10 exponent.
Greg Alexander
2015-03-07 21:10:40 -05:00
ed7874b4e0
M404 should not use 'N' address as parameter because 'N' is reserved for the line number
Greg Alexander
2015-03-07 17:35:06 -05:00
b9dfa5cad4
use code_value_long() instead of (int)code_value()
Greg Alexander
2015-03-07 17:33:15 -05:00
901b03d020
use strtol() instead of strtod() when an integer value is desired
Greg Alexander
2015-03-07 17:24:26 -05:00
4fba7b084f
fix typo in delta example config introduced in commit 697ee2dc50
Greg Alexander
2015-03-07 16:43:41 -05:00
cfc6a3a87a
Filament Runout Sensor Feature
Mehmet Sutas
2015-03-07 22:43:15 +02:00
e6862700af
Add Z_RAISE_AFTER_PROBING to all config files
maverikou
2015-03-07 20:55:30 +02:00
39d255608d
Test an extra delta configuration with auto bed leveling code paths
maverikou
2015-03-07 20:53:23 +02:00
7c24b97958
Ported over Johann Rocholl's improvements for delta printers: - Nonlinear auto bed leveling code (includes G29, G30, Z_RAISE_AFTER_PROBING). Cleaned it up to be a delta-specific AUTO_BED_LEVELING_GRID code path. - Allen key z-probe deployment and retraction code. Cleaned it up and added safety checks.
maverikou
2015-03-07 20:36:21 +02:00
b423b90c77
Added Configuration_adv.h to examples for LCD/SD Support
chrono
2015-03-03 19:09:25 +01:00
075507fb9a
missed one X_ENABLE_PIN
domonoky
2015-03-03 11:09:56 +01:00
dfb38874f8
Some suggested changes for #1555
Scott Lahteine
2015-03-03 00:48:20 -08:00
32eef03b58
Unfelixed README again
chrono
2015-03-03 08:12:42 +01:00
7f8ea7105f
Arrange ProbeAction values bitwise
Scott Lahteine
2015-03-02 20:14:37 -08:00
7684721977
Enhanced G29
Scott Lahteine
2015-03-02 20:00:17 -08:00
874d3d3fc5
Add support for solenoid articulated extruders
C-o-r-E
2015-03-02 20:07:12 -05:00
7540a81106
Minor fixes
chrono
2015-03-02 22:55:00 +01:00
e363428c54
New attempt at copying the libraries.
domonoky
2015-03-02 19:00:02 +01:00
bcb57f13ea
try to fix path to additional libraries.
domonoky
2015-03-02 18:55:30 +01:00
e3d92b9168
Try to fix the travis build, which is failing because conditional includes do not work in .ino files for the ino processor ?
domonoky
2015-03-02 18:45:58 +01:00
c13d81ce15
Merge branch 'Development' into pr-felix
chrono
2015-03-02 17:21:39 +00:00
a375d648c7
Merge remote-tracking branch 'upstream/Development' into Development
chrono
2015-03-02 17:21:05 +00:00
4a7aca2736
Merge remote-tracking branch 'remotes/upstream/Development' into Development
domonoky
2015-03-02 17:52:12 +01:00