870bfd08f5
usb and sdcard sharing improvements
...
* Add traceback after watchdog timeout
Add the cpability to perform a traceback following a watchdog timeout.
* Enhanced hardware SPI
Allow use of either SSP0 or SSP1.
Ensure that no data is left in I/O buffers after calls to enable sharing of SSP hardware.
* Make flash emulation of eeprom the default
Make use of flash for eeprom storage the default. This means that usage of eeprom will not cause USB drive mount/unmount operations.
* Allow sharing of SD card
SD card I/O operations from the USB stack take place in idle loop, rather than at interrupt time. Allowing sharing of the SPI bus.
New configuration options to allow usage of the SD card to be specified.
* Fix problem with hardware SPI pins
2018-10-14 18:43:48 +01:00
25b980dddb
Remove erroneous Pin 12 definition
...
There is no switchable Power Supply. Don't put it on Pin 12.
(Pin 12 is actually FAN1)
2018-10-12 13:45:04 -05:00
1407afad73
Move SENSITIVE_PINS to its own file
2018-10-11 01:10:11 -05:00
45e738876a
Add stepper MS3 support
...
Co-Authored-By: TheLongAndOnly <thelongandonly@users.noreply.github.com >
2018-10-11 01:10:11 -05:00
a3e8cb1e44
[2.0.x] Ender-4 small improvements in Configuration ( #11843 )
2018-10-09 20:58:22 -05:00
ec9aa4f468
[2.0.x] Miscellaneous fixes ( #12039 )
...
* Allow override of soft SPI pins in `pins_*.h`
* Add default case to avoid compiler warning.
* Additional pin definitions for Archim 2.
* Einsy Retro has same timings as Einsy Rambo.
2018-10-08 18:14:52 -05:00
906a24fa81
Extensible user interface API ( #11193 )
2018-10-08 15:44:05 -05:00
c447d75916
Add support for TMC2660 ( #11998 )
2018-10-06 17:18:10 -05:00
0fcdfdeed6
Followup to #12017
2018-10-06 13:23:58 -05:00
acac2adfc8
Add support for MeCreator2 ( #12017 )
2018-10-06 12:26:49 -05:00
1358bd9319
Make MAX_EXTRUDERS always 6
2018-10-03 11:32:19 -05:00
348004c34f
STM32F7 HAL using the official STM32 Arduino Core ( #11750 )
2018-10-03 03:26:07 -05:00
11ac75edcb
Use PGM_P for PSTR pointers ( #11977 )
2018-09-30 23:44:33 -05:00
d016b572e3
[2.0.x] Add pin configuration for Fysetc F6 ( #11932 )
2018-09-27 19:20:19 -04:00
eeab4141db
[2.0.x] Anycubic Trigorilla 14 pins tweak ( #11869 )
2018-09-27 16:06:21 -04:00
cb9dc56630
Add GT2560 v3 support ( #11914 )
2018-09-27 15:13:15 -04:00
cee34f7290
Followup for BABYSTEP_HOTEND_Z_OFFSET ( #11916 )
2018-09-24 21:46:56 -04:00
1104054d73
2.0 IDEX Independent z offset and other fixes ( #11862 )
...
* Add Formbot Raptor board
Co-Authored-By: InsanityAutomation <insanityautomation@users.noreply.github.com >
* Add a second Z probe Z offset
Co-Authored-By: InsanityAutomation <insanityautomation@users.noreply.github.com >
* Modify method to utilize live adjustment of hotend z offset
Should probably move config option to babystepping and rename as it may now apply to all multiextruder systems
* Move config item and catchup other code to current method
2018-09-24 09:40:48 -05:00
140caf99b8
E0_CS_PIN moved from A13 to A15 on RAMPS-FD v2.2 ( #11865 )
2018-09-18 22:24:20 -05:00
09a2bee8aa
Support more filament runout sensors in M119 ( #11851 )
2018-09-17 03:27:13 -05:00
0780913848
IDEX Improvements ( #11848 )
2018-09-17 01:06:22 -05:00
1718eff54a
Code changes supporting up to 6 extruders
2018-09-16 22:32:53 -05:00
d948c6e867
RADDS Extension Board V3 support
2018-09-16 22:22:35 -05:00
1a6f2b29b8
Add support for Triple-Z steppers/endstops
2018-09-16 00:35:58 -05:00
8584d3697d
Fix servo count define conflict
...
`MAX_SERVOS` => `NUM_SERVO_PLUGS`
2018-09-11 16:20:31 -05:00
fe9f088d60
[2.0.x] Anycubic LinearPlus, Trigorilla 1.4 ( #11730 )
2018-09-10 21:25:40 -05:00
b6aae2b322
Tweak RAMPS_FD_V1 pins
2018-09-10 15:43:03 -05:00
7391e23332
Fix RigidBoard FAN_PIN collision
2018-09-10 05:29:00 -05:00
e3aac59637
Create pins_FORMBOT_TREX3.h
2018-09-06 09:46:23 -05:00
f580247581
Create pins_FORMBOT_TREX2.h
2018-09-06 09:45:29 -05:00
073857646b
seperate the T-Rex2 and T-Rex3 support
2018-09-06 09:43:43 -05:00
fe4fc2883b
Add support for Formbot T-Rex3
2018-09-06 09:41:59 -05:00
9651ceb36b
Correct spelling of #endif
2018-09-05 10:46:08 -05:00
86ee74731e
Comment for RADDS + RRDFGSC
2018-09-05 05:45:17 -05:00
ae1271b2ae
RADDS: Update Full Graphic Display Pins ( #11731 )
2018-09-05 03:51:54 -05:00
d62f4df0b7
Disable LCD Pins used by new Max7219 hook up if in that mode
2018-09-03 09:56:25 -05:00
8e18e48d49
Merge pull request #11610 from Freeviv/bugfix-2.0.x
...
[2.0.x] Editable servo angles
2018-09-03 03:55:38 -05:00
18f1af2dca
Fix up Teensy tests, servo sanity
2018-09-01 01:10:20 -05:00
74a04aed55
Fix compile error with NO_LCD_MENUS
2018-08-31 19:16:04 -05:00
3e81745e81
Fix issues, make optional
2018-08-29 17:58:02 -05:00
7ecb8b4af5
[2.0.x] Teensy 3.1 and 3.2 support ( #11460 )
2018-08-27 21:49:49 -05:00
409a0632af
[2.0.x] Add Morpheus Board support ( #11651 )
2018-08-27 21:28:03 -05:00
b71c2b8651
[2.0.x] Update LPC176x tests, fix clean script ( #11617 )
2018-08-24 18:53:24 -05:00
acf5ae3083
!ENABLED => DISABLED
2018-08-24 16:36:37 -05:00
f8c52c9c29
Azteeg X5 Mini WiFi support ( #11601 )
2018-08-21 23:58:26 -05:00
97f6396b25
Fix RE_ARM LCD pins to avoid #undef
2018-08-21 12:47:40 -05:00
0e25f66c09
Fix Ultimaker servo pin
...
As pointed out at https://github.com/MarlinFirmware/Marlin/issues/7981#issuecomment-407116642
2018-08-21 11:39:53 -05:00
ad12b9b46b
Fix indentation, whitespace, spelling, formbot pins...
2018-08-21 09:47:57 -05:00
b5537dde7f
need to add E2END to pins_RAMPS_FD_V2.h ( #11564 )
2018-08-21 02:16:31 -05:00
62ce937540
Update pins.h to include the Formbot board
2018-08-20 16:44:54 -05:00