chiark / gitweb /
Working version of multiple extruders (up to 3)
authorDenis B <den@okob.net>
Tue, 6 Dec 2011 04:33:33 +0000 (23:33 -0500)
committerDenis B <den@okob.net>
Tue, 6 Dec 2011 05:09:16 +0000 (00:09 -0500)
commit4fd75dc813fd40ea91323c04323055fbbe077d52
tree4537a7bf8221e6cc2891604b99d3e0cdfa9b641c
parent12e8edcac37e30c0252d6140f9c3294eaa84d6fa
Working version of multiple extruders (up to 3)
- The temperature control is pretty much complete
  (not sure what to do w/ autotemp though)
  Changed the pins assignment to clearly separate bed and extruder heaters
  and temp sensors, changed a bit how termistor tables are handled.
- The steppers control is rudimentary
  (only chanages what pins it uses depending on the active_extruder var,
   but that's enough for switching extruder in the start.gcode in the
   the profiles)
- Tested only w/ RAMPS 1.4
12 files changed:
Marlin/Configuration.h
Marlin/Marlin.h
Marlin/Marlin.pde
Marlin/cardreader.pde
Marlin/fastio.h
Marlin/pins.h
Marlin/planner.cpp
Marlin/planner.h
Marlin/stepper.cpp
Marlin/temperature.cpp
Marlin/temperature.h
Marlin/thermistortables.h