stten3
This commit is contained in:
parent
4b7db23bf0
commit
e7018c2d57
|
|
@ -1,5 +1,5 @@
|
|||
[hostnames]
|
||||
ST-TEN-2: stten2
|
||||
stten3: stten3
|
||||
ST-TEN-1: stten1
|
||||
this: this
|
||||
mino: mino
|
||||
|
|
|
|||
|
|
@ -1,9 +1,12 @@
|
|||
[hardware_config]
|
||||
archive_synchronizer: absent
|
||||
galaxy_camera: absent
|
||||
label_printer: present
|
||||
multicomp: present
|
||||
neo_pixels: absent
|
||||
remote_api: present
|
||||
tecna_t3: present
|
||||
tecna_t3: absent
|
||||
vision_saver: present
|
||||
vision: present
|
||||
|
||||
[tecna_t3]
|
||||
port: COM5
|
||||
|
|
|
|||
15
config/machine_settings/stten3.ini
Normal file
15
config/machine_settings/stten3.ini
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[hardware_config]
|
||||
archive_synchronizer: absent
|
||||
galaxy_camera: absent
|
||||
label_printer: present
|
||||
neo_pixels: absent
|
||||
remote_api: present
|
||||
tecna_t3: absent
|
||||
vision_saver: present
|
||||
vision: present
|
||||
|
||||
[tecna_t3]
|
||||
port: COM5
|
||||
|
||||
[multicomp]
|
||||
port: COM8
|
||||
8
init_win.bat
Normal file
8
init_win.bat
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
:: WINDOWS: ENABLE POWERSHELL TERMINAL SCRIPT FUNCTIONALITY (VENV)
|
||||
:: RUN FROM POWERSHELL W/ADMIN RIGHTS:
|
||||
:: Set-ExecutionPolicy Unrestricted -Scope CurrentUser
|
||||
|
||||
cd tmp
|
||||
|
||||
:: GXIPY
|
||||
Invoke-WebRequest -uri "https://dahengimaging.com/downloads/Galaxy_Windows_EN_32bits%2064bits_1.18.2208.9301.zip" -OutFile Galaxy_Windows_EN_32bits_64bits_1.18.2208.9301.zip
|
||||
Loading…
Reference in New Issue
Block a user