Stefan Schuermans commited on 2013-05-20 17:20:54
Showing 1 changed files, with 2 additions and 2 deletions.
... | ... |
@@ -609,14 +609,14 @@ bool CmdParser::procLine(const std::string &strLine) |
609 | 609 |
return procCmd_set_layer_mode(strm); |
610 | 610 |
else if (cmd == "set_move_z") |
611 | 611 |
return procCmd_set_move_z(strm); |
612 |
- else if (cmd == "set_rotation_z") |
|
613 |
- return procCmd_set_rotation_z(strm); |
|
614 | 612 |
else if (cmd == "set_offset_x") |
615 | 613 |
return procCmd_set_offset_x(strm); |
616 | 614 |
else if (cmd == "set_offset_y") |
617 | 615 |
return procCmd_set_offset_y(strm); |
618 | 616 |
else if (cmd == "set_precision") |
619 | 617 |
return procCmd_set_precision(strm); |
618 |
+ else if (cmd == "set_rotation_z") |
|
619 |
+ return procCmd_set_rotation_z(strm); |
|
620 | 620 |
else if (cmd == "set_tool_diameter") |
621 | 621 |
return procCmd_set_tool_diameter(strm); |
622 | 622 |
else if (cmd == "write_ngc") |
623 | 623 |