reprappro / RepRapFirmware

OO C++ RepRap Firmware
Other
143 stars 121 forks source link

Selected head changes #28

Closed T3P3 closed 10 years ago

T3P3 commented 10 years ago

This pull request contains the changes required to use the currently selected head, rather than default to E0 for various commands. This is a requirement for the firmware to support multi extruder printing.

In addition the functions which access pins have had the guard if statements updated to use the correct pins for both the Duet and the Duex4.

Tested working on a Mendel90 without bed probing (but no changes made to the bed probing logic).

T3P3 commented 10 years ago

It may look like there are loads of commits but this was full in sync with the RepRapPro fork prior to implementing the last two commits

T3P3 commented 10 years ago

Also added M190 support