incomplete implementation of multi-extruder support. backwards compatible
authorArthur Wolf <wolf.arthur@gmail.com>
Sun, 24 Nov 2013 00:14:36 +0000 (01:14 +0100)
committerArthur Wolf <wolf.arthur@gmail.com>
Sun, 24 Nov 2013 00:14:36 +0000 (01:14 +0100)
commit14ecdbd7d4ebf72cd34f7a1c088dec85ab5352bd
tree40b64e3b87bffd837ac313341617d85c4ee47181
parent242bb3746bd0a3d7cf4a3b8843569f585b90114f
incomplete implementation of multi-extruder support. backwards compatible
src/libs/Kernel.cpp
src/libs/Kernel.h
src/main.cpp
src/modules/tools/extruder/Extruder.cpp
src/modules/tools/extruder/Extruder.h
src/modules/tools/extruder/ExtruderMaker.cpp [new file with mode: 0644]
src/modules/tools/extruder/ExtruderMaker.h [new file with mode: 0644]
src/modules/tools/toolsmanager/Tool.h [new file with mode: 0644]
src/modules/tools/toolsmanager/ToolsManager.cpp [new file with mode: 0644]
src/modules/tools/toolsmanager/ToolsManager.h [new file with mode: 0644]