G code generator will include marks for the G-code analyzer, so

the path preview will be colored with a fine granularity.
This commit is contained in:
bubnikv 2016-09-26 12:52:40 +02:00
parent 8564ac391c
commit feb269c97c
3 changed files with 23 additions and 7 deletions

View file

@ -69,7 +69,7 @@ class GCodeSender : private boost::noncopyable {
void send();
};
}
} // namespace Slic3r
#endif
#endif
#endif /* BOOST_LIBS */
#endif /* slic3r_GCodeSender_hpp_ */