jneilliii / OctoPrint-BedLevelVisualizer

MIT License
371 stars 82 forks source link

[FR]: what is the code for flsun SR? #538

Closed platini76 closed 2 years ago

platini76 commented 2 years ago

I need the code for flsun SR please

jneilliii commented 2 years ago

I can't tell you what that is as I don't know, what command do you use to do auto bed leveling?

platini76 commented 2 years ago

I really don't know... I make autolevel from the display but before I have to mount an accessory with switch

jneilliii commented 2 years ago

My best guess would be bilinear example in the docs. Which minimally would be the following.

@BEDVISUALIZER
TWO
platini76 commented 2 years ago

like this

Schermata 2022-04-25 alle 22 18 16

?

jneilliii commented 2 years ago

oh sorry, phone autocompleted that second line. it should be like this.

@BEDLEVELVISUALIZER
G29
jneilliii commented 2 years ago

oh sorry, phone autocompleted that second line. it should be like this.

@BEDLEVELVISUALIZER
G29
platini76 commented 2 years ago

but I need to to it with switch mounted or without?

jneilliii commented 2 years ago

If the firmware is configured properly it should prompt you to attach the probe, same as from leveling from the LCD.

platini76 commented 2 years ago

no it did not prompt message

jneilliii commented 2 years ago

Did it do anything? I know my flsun q5 with Marlin flashed on it does. Not sure if stock has ABL enabled. Delta calibration and auto bed leveling are slightly different things.

platini76 commented 2 years ago

yes it worked... thanks

Schermata 2022-04-26 alle 14 24 59

I

it is good?

jneilliii commented 2 years ago

You might want to enable relative z offset setting.

platini76 commented 2 years ago

here

Schermata 2022-04-26 alle 22 09 22

?

jneilliii commented 2 years ago

yeah, that's the one. it will allow the reported numbers to be moved down so that the lowest point graphs at 0 instead of floating way up in the air. once enabled, just click the update mesh button again and you should see the difference.

platini76 commented 2 years ago

this is the resul newplot t

jneilliii commented 2 years ago

Yep, that looks about normal for a low probe count.

platini76 commented 2 years ago

and can I also give an higher number of probe?

jneilliii commented 2 years ago

that would require flashing new firmware, it's not controllable via gcode I'm afraid.

platini76 commented 2 years ago

so not factory firmware?

jneilliii commented 2 years ago

correct, it would have to be custom I think. not really sure what FLSUN ships with in their speed racer.

platini76 commented 2 years ago

thank you very much. plat