You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when trying to run the script
Software Versions:
Here is what i have in the config and meta data section:
######### CONFIGURATION #############
BASE_URL = 'http://127.0.0.1:7125' # printer URL (e.g. http://192.168.1.15)
# leave default if running locally
BED_TEMPERATURE = 105 # bed temperature for measurements
HE_TEMPERATURE = 100 # extruder temperature for measurements
MEASURE_INTERVAL = 1
N_SAMPLES = 3
HOT_DURATION = 3 # time after bed temp reached to continue
# measuring, in hours
COOL_DURATION = 0 # hours to continue measuring after heaters
# are disabled
SOAK_TIME = 5 # minutes to wait for bed to heatsoak after reaching temp
MEASURE_GCODE = 'G28 Z' # G-code called on repeated measurements, single line/macro only
QGL_CMD = "QUAD_GANTRY_LEVEL" # command for QGL; e.g. "QUAD_GANTRY_LEVEL" or None if no QGL.
MESH_CMD = "BED_MESH_CALIBRATE"
Full config section name of the frame temperature sensor
FRAME_SENSOR = ""
chamber thermistor config name. Change to match your own, or "" if none
will also work with temperature_fan configs
CHAMBER_SENSOR = ""
Extra temperature sensors to collect. Use same format as above but seperate
quoted names with commas (if more than one).
EXTRA_SENSORS = {}
#####################################
The text was updated successfully, but these errors were encountered:
I get the following error when trying to run the script
Software Versions:
Here is what i have in the config and meta data section:
######### CONFIGURATION #############
BASE_URL = 'http://127.0.0.1:7125' # printer URL (e.g. http://192.168.1.15)
# leave default if running locally
BED_TEMPERATURE = 105 # bed temperature for measurements
HE_TEMPERATURE = 100 # extruder temperature for measurements
MEASURE_INTERVAL = 1
N_SAMPLES = 3
HOT_DURATION = 3 # time after bed temp reached to continue
# measuring, in hours
COOL_DURATION = 0 # hours to continue measuring after heaters
# are disabled
SOAK_TIME = 5 # minutes to wait for bed to heatsoak after reaching temp
MEASURE_GCODE = 'G28 Z' # G-code called on repeated measurements, single line/macro only
QGL_CMD = "QUAD_GANTRY_LEVEL" # command for QGL; e.g. "QUAD_GANTRY_LEVEL" or None if no QGL.
MESH_CMD = "BED_MESH_CALIBRATE"
Full config section name of the frame temperature sensor
FRAME_SENSOR = ""
chamber thermistor config name. Change to match your own, or "" if none
will also work with temperature_fan configs
CHAMBER_SENSOR = ""
Extra temperature sensors to collect. Use same format as above but seperate
quoted names with commas (if more than one).
EXTRA_SENSORS = {}
#####################################
The text was updated successfully, but these errors were encountered: