Skip to content
Alessandro Ranellucci edited this page Feb 8, 2017 · 4 revisions

Conditional G-code and arithmetic expressions parser

Language: C++ Difficulty: Easy-Medium

Implement a parser for conditional and arithmetic expressions within custom G-code. #3390


Port the GUI to C++

Language: C++ Difficulty: Easy

The GUI is coded in Perl using wxWidgets. The wxWidgets API is almost identical between Perl and C++. There are a couple things where we use the dynamic features of Perl which are trickier and interesting to port in C++.


Wireframe printing

Language: C++ Difficulty: Medium

Implement the wireframe printing algorithm. #2274


Automatic part rotation

Language: C++ Difficulty: Medium

Automatically rotate a part to make some face of the part the bottom. #3047