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

@@ -69,7 +69,6 @@ class _ViewProviderFixture:
vobj.setEditorMode('LineWidth', mode)
vobj.setEditorMode('MarkerColor', mode)
vobj.setEditorMode('NormalColor', mode)
vobj.setEditorMode('ShowFirstRapid', mode)
vobj.setEditorMode('DisplayMode', mode)
vobj.setEditorMode('BoundingBox', mode)
vobj.setEditorMode('Selectable', mode)
@@ -95,7 +94,6 @@ class _ViewProviderFixture:
vobj.setEditorMode('LineWidth', mode)
vobj.setEditorMode('MarkerColor', mode)
vobj.setEditorMode('NormalColor', mode)
vobj.setEditorMode('ShowFirstRapid', mode)
vobj.setEditorMode('DisplayMode', mode)
vobj.setEditorMode('BoundingBox', mode)
vobj.setEditorMode('Selectable', mode)