ok.. i changed the distortion map settings in the config.h file
there were 2 lines...
#define DISTORTION_CORRECTION 0 .. i changed to #define DISTORTION_CORRECTION 1
and
"distortionCorrection": "0", that i changed to "distortionCorrection": "1",
all other lines that mentioned distortion i left as they were
#define DISTORTION_CORRECTION_POINTS 5
#define DISTORTION_CORRECTION_R 100
#define DISTORTION_PERMANENT 1
#define DISTORTION_UPDATE_FREQUENCY 15
#define DISTORTION_START_DEGRADE 0.5
#define DISTORTION_END_HEIGHT 1
#define DISTORTION_EXTRAPOLATE_CORNERS 0
#define DISTORTION_XMIN 10
#define DISTORTION_YMIN 10
#define DISTORTION_XMAX 190
#define DISTORTION_YMAX 250
and
"distortionCorrectionPoints": 5,
"distortionCorrectionR": 100,
"distortionPermanent": "1",
"distortionUpdateFrequency": 15,
"distortionStartDegrade": 0.5,
"distortionEndDegrade": 1,
"distortionExtrapolateCorners": "0",
"distortionXMin": 10,
"distortionXMax": 190,
"distortionYMin": 10,
"distortionYMax": 250,
these were the only lines that mentioned distortion in the config.h file.
i recompiled and uploaded. there were no errors in the upload.
ran a g32 s2 (seemed to work fine)
then i ran
g33
and i still get
Unknown command:N415 G33
am i still missing a bit?