Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError: 'result' when script is run #7

Open
gecko779 opened this issue Mar 18, 2022 · 0 comments
Open

KeyError: 'result' when script is run #7

gecko779 opened this issue Mar 18, 2022 · 0 comments

Comments

@gecko779
Copy link

I get the following error when trying to run the script
image

Software Versions:
image

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 = {}

#####################################

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant