This commit is contained in:
3
House.py
3
House.py
@@ -2,6 +2,7 @@ from time import sleep
|
||||
from gdpc import Editor, Block, geometry
|
||||
import numpy as np
|
||||
import math
|
||||
import config
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
|
||||
@@ -1250,7 +1251,7 @@ class House:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
editor = Editor(host="http://gdmc.ale-pri.com:9000", buffering=True)
|
||||
editor = Editor(host=config.getHost(), buffering=True)
|
||||
buildArea = editor.getBuildArea()
|
||||
coordinates_min = [min(buildArea.begin[i], buildArea.last[i])
|
||||
for i in range(3)]
|
||||
|
||||
Reference in New Issue
Block a user