- 22 May, 2013 7 commits
-
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
Conflicts: pronterface.py
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
- 21 May, 2013 17 commits
-
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
This callback is useful to broadcast the last print line sent in the form of the parsed gcoder.Line object. We can then augment the gcoder.Line to do awesome stuff, such as updating the print status in the 3D viewer.
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
This commit introduces a use3dview flag, which will be made as an option as soon as we get a better options GUI.
-
Guillaume Seguin authored
-
Guillaume Seguin authored
Several small modifications were required, such as providing build dimensions, adding some flags, translating numpy arrays into pyglet VBOs and using the right pyglet GL API function names.
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
- 20 May, 2013 9 commits
-
-
Spencer Bliven authored
This allows the white background to show through the Graph, fixing the background problem in #359 @iXce's change in 94d69f79 was on the right track, but has to occur earlier in the draw cycle.
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
OS X adds this "process serial number" argument automatically when launching an App or similar situations. We don't care about this argument and drop it before parsing the args using argparse.
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Kliment Yanev authored
-
- 19 May, 2013 7 commits
-
-
Guillaume Seguin authored
Modify regexps and remove ; filtering
-
Guillaume Seguin authored
-
Guillaume Seguin authored
When getting rid of the gcode line number (N**), we were not switching command string to uppercase.
-
Kliment Yanev authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
This might speed up Pronterface while printing. Indeed, as we keep adding items we keep expanding the list and Python has to move it all the time.
-
Guillaume Seguin authored
-