protoloft / klipper_z_calibration

Klipper plugin for self-calibrating z-offset
GNU General Public License v3.0
1.05k stars 151 forks source link

Slight Change in z_calibration.cfg #99

Closed AustinTylerDean closed 1 year ago

AustinTylerDean commented 1 year ago

I get a parsing error from 'safe_z_height: 2 * z_offset from "probe:z_offset" section'

I'm no good with programming, so maybe it's an easy fix.

AustinTylerDean commented 1 year ago

When the value from the initial unconfigured z_calibration.cfg reads 'default from "xxx" section', am I being dumb for thinking the parser knows what to do with that?

EDIT: If the description references a Default... I just #'d it out and so far so good.

AustinTylerDean commented 1 year ago

Unless there's a value, you need to # the line or put a value in.

TitusLabs commented 1 year ago

Correct, it's the default value the script uses if you do not configure a value for this property :+1: But, you're right, I forgot the "default" there..