Cartographer3D / cartographer-klipper

GNU General Public License v3.0
26 stars 20 forks source link

BED_MESH_CALIBRATE METHOD=scan crashes latest klipper with `'CartographerProbeWrapper' object has no attribute 'get_status'` #29

Open iMartyn opened 3 weeks ago

iMartyn commented 3 weeks ago

New install, as of today, cannot help pinpoint what change broke this because I have never had a carto before.

cartographer-klipper version : v1.0.0-50-gf9c27d38 klipper version : v0.12.0-286-g81de9a86 image

G28 worked fine, QUAD_GANTRY_LEVEL works fine.

iMartyn commented 3 weeks ago

So for reference if anyone comes to this issue... don't add a METHOD= on cartographer, it's unneeded and crashes.

krautech commented 3 weeks ago

@iMartyn Firstly, welcome to cartographer and secondly, I'll or someone else will look into making sure no extra commands cause this to error out and instead get ignored.

👍🏻

Thanks for the report

Do you happen to know where you got that command from initially?

iMartyn commented 3 weeks ago

Yes, so I was looking for recommended settings to put in [bed_mesh] because I was moving from klicky to cartographer and my thought process was "well, the point of a bed scanner like cartographer is to have more points, so what should I change, and the FAQ for no bed mesh sent me to the klipper docs and the section on bed scanners has the detail on adding METHOD=. Perhaps an example [bed_mesh] section on the cartographer docs site might avoid people getting docs from klipper where things are sometimes not accurate for the specifics?