Path: small bugs. remove deprecated setting of first rapid.

minor fixup to smoothiepost to set ip address in post arguments
This commit is contained in:
sliptonic
2017-03-20 15:17:27 -05:00
committed by Yorik van Havre
parent 975f4032b5
commit dbe9d75c8f
8 changed files with 2 additions and 16 deletions

View File

@@ -123,7 +123,6 @@ class GCodeEditorDialog(QtGui.QDialog):
self.selectionobj = FreeCAD.ActiveDocument.addObject("Path::Feature","selection")
self.selectionobj.ViewObject.LineWidth = 4
self.selectionobj.ViewObject.NormalColor = highlightcolor
self.selectionobj.ViewObject.ShowFirstRapid = False
# nice text editor widget for editing the gcode
self.editor = QtGui.QTextEdit()