-
- Downloads
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
Showing
- Marlin/Configuration.h 40 additions, 32 deletionsMarlin/Configuration.h
- Marlin/Marlin.h 27 additions, 5 deletionsMarlin/Marlin.h
- Marlin/Marlin.pde 63 additions, 44 deletionsMarlin/Marlin.pde
- Marlin/cardreader.pde 1 addition, 1 deletionMarlin/cardreader.pde
- Marlin/fastio.h 15 additions, 1 deletionMarlin/fastio.h
- Marlin/pins.h 111 additions, 68 deletionsMarlin/pins.h
- Marlin/planner.cpp 6 additions, 14 deletionsMarlin/planner.cpp
- Marlin/planner.h 0 additions, 2 deletionsMarlin/planner.h
- Marlin/stepper.cpp 41 additions, 20 deletionsMarlin/stepper.cpp
- Marlin/temperature.cpp 278 additions, 216 deletionsMarlin/temperature.cpp
- Marlin/temperature.h 66 additions, 51 deletionsMarlin/temperature.h
- Marlin/thermistortables.h 54 additions, 93 deletionsMarlin/thermistortables.h
Loading
Please register or sign in to comment