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
e487bd642b
Updated PR to streamline integration
chrono
2015-03-02 09:49:45 +00:00
2eeb241b42
Find fields that group together
Scott Lahteine
2015-03-02 01:45:53 -08:00
9377089c43
Merge pull request #1548 from thinkyhead/issue_1547_bed_leveling
Scott Lahteine
2015-03-01 20:01:38 -08:00
e30bfedce4
Fix undefined *_PROBE_BED_POSITION error
Scott Lahteine
2015-03-01 19:57:35 -08:00
875812d346
Updated package info
chrono
2015-03-01 11:15:17 +01:00
3eafea840d
Minor fixes in Configuration.h
chrono
2015-03-01 11:04:02 +01:00
c7fb1b70f2
Initial Configuration.h for Felix 2.0/3.0
chrono
2015-03-01 09:54:36 +00:00
2e172f38bd
Added support for Felix 2.0/3.0 printers
chrono
2015-03-01 09:16:55 +00:00
f994729999
Parse and use dependent groups
Scott Lahteine
2015-02-28 22:40:20 -08:00
b869476e99
Merge pull request #1545 from maverikou/panel_one_encoder
Scott Lahteine
2015-02-28 05:32:56 -08:00
9b50ec6512
Panel One encoder pins
maverikou
2015-02-28 10:46:55 +02:00
838a22de64
Fix switch value method, make app global
Scott Lahteine
2015-02-27 21:08:09 -08:00
8d5839151b
Merge branch 'Development' into marlin_configurator Latest upstream changes
Scott Lahteine
2015-02-27 20:40:23 -08:00
443e7edef4
- Add support for L6470 Drivers. - Both TMC, L6470 and pin-driven drivers work. - All can be mixed and matched as needed.
domonoky
2015-02-27 12:43:23 +01:00
1db02c2891
Merge branch 'Development' into fixup_temperature Merge upstream changes
Scott Lahteine
2015-02-26 17:25:28 -08:00
a99470fbb0
Merge pull request #1527 from maverikou/panel_one
Scott Lahteine
2015-02-26 16:01:13 -08:00
5727cb3ed4
Cleanup TMC Stepper a bit.
domonoky
2015-02-26 12:57:46 +01:00
a5bbd402bf
Merge pull request #1539 from AnHardt/dummysensor
Scott Lahteine
2015-02-26 01:29:14 -08:00
1a7b0d9a37
Redo HAS_* macros to fix define error
Scott Lahteine
2015-02-26 01:14:59 -08:00
864dddc878
Macros to the top, a few HAS_* macros
Scott Lahteine
2015-02-26 00:33:30 -08:00