CAMERA_OFF_STAGES #9
Replies: 2 comments
-
|
The stages you added are (as far as I know) 1: auto bed leveling , and 14: cleaning nozzle tip. It wouldn't use Lidar during either of those. When you say "my X1C had some problems with Lidar scanning when full LED in printing state", do you mean it was calibrating the extrusion, or maybe scanning the first layer, or doing something else? |
Beta Was this translation helpful? Give feedback.
-
|
Hallo, Sorry for late reply, I did not see.. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, THANX for the great code!
I have modified your code a bit to use VisualMicro instead PlatformIO and to compile for M5StickC Plus with Display and different Port.
Anyhow, my X1C had some problems with Lidar scanning when full LED in printing state.
I have newest firmware 01.09.00.01.
I checked the sequence in "stg_cur" which is -1; 2; 14; 1; 8; 0.
So I changed CAMERA_OFF_STAGES to 1, 8, 9, 10, 12, 14, 18, 19.
Now its working.
BR DRS
Beta Was this translation helpful? Give feedback.
All reactions