Scott Lahteine
|
907cafcbfd
|
Support for two switching extruders
|
2017-06-19 17:20:59 -05:00 |
|
Scott Lahteine
|
c54f6cf23d
|
Updates to support 5 extruders
|
2017-04-09 03:49:16 -05:00 |
|
Scott Lahteine
|
04050237f0
|
Header and pins changes to support 5 extruders
|
2017-04-07 10:46:36 -05:00 |
|
Scott Lahteine
|
45f949d833
|
TMC2130 Library: @teemuatlut replaces @makertum
|
2017-03-07 04:22:06 -06:00 |
|
Moritz
|
d67c1d825f
|
Add TMC2130 support
|
2016-11-21 00:17:45 -06:00 |
|
Scott Lahteine
|
c6226bb0aa
|
Unify config in a single include without nested includes
|
2016-07-25 23:04:19 -07:00 |
|
Scott Lahteine
|
750a1e5116
|
Arrange stepper_indirection by axis
|
2016-07-24 19:00:51 -07:00 |
|
Scott Lahteine
|
b5a9647fec
|
Use ENABLED in stepper_indirection.h
|
2016-07-22 16:26:06 -07:00 |
|
Scott Lahteine
|
cbc7f22ad9
|
Implement DUAL_NOZZLE_DUPLICATION_MODE
|
2016-07-22 16:23:58 -07:00 |
|
Scott Lahteine
|
260bbb3109
|
Fix a couple of simple typos
|
2016-07-22 16:22:56 -07:00 |
|
Scott Lahteine
|
05da02f0a2
|
Implement MIXING_EXTRUDER and SWITCHING_EXTRUDER
|
2016-07-17 10:53:10 -07:00 |
|
Scott Lahteine
|
4b4a582c4f
|
X_DUAL_STEPPER_DRIVERS implementation
|
2016-07-11 10:22:19 -07:00 |
|
Scott Lahteine
|
07c9a11c3c
|
Automatically set X2 stepper pins
|
2016-05-18 19:09:09 -07:00 |
|
Scott Lahteine
|
516e79bbda
|
Declare extruder_duplication_enabled in Marlin.h
|
2016-05-18 15:51:44 -07:00 |
|
Scott Lahteine
|
0da744b7b0
|
Further cleanup of comments, partial Doxygen-style
Following up on #3231
|
2016-03-25 00:45:56 -07:00 |
|
jbrazio
|
5e5d250832
|
Added gplv3 header to all Marlin files
|
2016-03-24 18:01:20 +00:00 |
|
Scott Lahteine
|
89838cdb10
|
Move step macros to stepper_indirection.h
|
2016-03-10 04:34:55 -08:00 |
|
Scott Lahteine
|
0c7f7ebcfb
|
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
|
2015-10-03 22:02:45 -05:00 |
|
Scott Lahteine
|
c35fb88094
|
Overridable Options - Part 8 (PR#2560)
Apply `ENABLED` / `DISABLED` macros to stepper-related files.
|
2015-07-31 01:05:22 -05:00 |
|
Scott Lahteine
|
d85861d296
|
Move macros, add ENABLED/DISABLED, add includes
|
2015-07-22 18:16:05 -05:00 |
|
domonoky
|
443e7edef4
|
- Add support for L6470 Drivers.
- Both TMC, L6470 and pin-driven drivers work.
- All can be mixed and matched as needed.
|
2015-02-27 12:43:23 +01:00 |
|
domonoky
|
5727cb3ed4
|
Cleanup TMC Stepper a bit.
|
2015-02-26 12:57:46 +01:00 |
|
domonoky
|
38500165ea
|
First attempt at adding TMC Driver support. May need some cleanup.
|
2015-02-23 17:45:29 +01:00 |
|
domonoky
|
b55995aae8
|
Introduce a layer of macro indirection to all stepper pins. This allows other stepper drivers to redefine them, so they can use SPI/I2C instead of direct pin manipulation.
|
2015-02-23 16:12:35 +01:00 |
|