grbl-settings

This commit is contained in:
2026-07-08 20:06:40 +02:00
parent e4bd67b686
commit 695e59174a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
# django app # django app
DEBUG=True DEBUG=True
IS_LOGGING=True IS_LOGGING=True
GRBL_SIMULATION = False
# app # app
DJANGO_APP=Test Tube Scanner DJANGO_APP=Test Tube Scanner
+1 -1
View File
@@ -404,7 +404,7 @@ DATETIME_FORMAT = '%d-%m-%Y-%m %H:%M:%S'
# rpicam 4056x3040 2028x1080 2028x1520 # rpicam 4056x3040 2028x1080 2028x1520
#=========================== #===========================
GRBL_SIMULATION = True GRBL_SIMULATION = config('GRBL_SIMULATION', cast=bool)
EXPORTS_LOCAL_PATH = config("EXPORTS_LOCAL_PATH") EXPORTS_LOCAL_PATH = config("EXPORTS_LOCAL_PATH")
EXPORT_REMOTE_PATH = config("EXPORT_REMOTE_PATH") EXPORT_REMOTE_PATH = config("EXPORT_REMOTE_PATH")