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:
committed by
Yorik van Havre
parent
975f4032b5
commit
dbe9d75c8f
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user