pack bools in gcode
authorJim Morris <morris@wolfman.com>
Wed, 18 Jun 2014 23:13:03 +0000 (16:13 -0700)
committerJim Morris <morris@wolfman.com>
Wed, 18 Jun 2014 23:13:03 +0000 (16:13 -0700)
commit8090190dbb3bbd9979a3b0ac0643e5f4c921ebaa
tree05f614b44fe562b7655b8807ea15e541d1e4f270
parent0d9a64df6d7e02fee712c3f5f2b6cf905a3e5b62
pack bools in gcode
convert the command to a strdup'd string
add a dtor so the command gets released
src/modules/communication/utils/Gcode.cpp
src/modules/communication/utils/Gcode.h
src/modules/tools/extruder/Extruder.cpp
src/modules/utils/panel/Panel.cpp
src/modules/utils/player/Player.cpp
src/modules/utils/simpleshell/SimpleShell.cpp