jneilliii / OctoPrint-BedLevelVisualizer

MIT License
369 stars 82 forks source link

Ender 3 S1 Pro outputs data but no graphs, supported format ?? #558

Closed hayden-t closed 2 years ago

hayden-t commented 2 years ago

I get this in my terminal, it loads in http://lokspace.eu/3d-printer-auto-bed-leveling-mesh-visualizer/ if i strip out the recv , but i get no recognition from the visualizer. Is this a supported format ? possible to debug this?

Recv:         0        1        2        3        4        5        6        7        8        9       10       11       12       13       14       15
Recv:  0 -0.18500 -0.16660 -0.14780 -0.12920 -0.11140 -0.09500 -0.07932 -0.06396 -0.04994 -0.03828 -0.03000 -0.02618 -0.02614 -0.02826 -0.03092 -0.03250
Recv:  1 -0.17232 -0.15593 -0.13933 -0.12283 -0.10677 -0.09148 -0.07599 -0.06007 -0.04519 -0.03280 -0.02436 -0.02105 -0.02191 -0.02514 -0.02897 -0.03161
Recv:  2 -0.15796 -0.14407 -0.13019 -0.11631 -0.10240 -0.08844 -0.07310 -0.05640 -0.04033 -0.02689 -0.01808 -0.01521 -0.01695 -0.02133 -0.02636 -0.03008
Recv:  3 -0.14444 -0.13280 -0.12139 -0.10986 -0.09790 -0.08516 -0.07000 -0.05262 -0.03553 -0.02120 -0.01212 -0.00972 -0.01236 -0.01786 -0.02408 -0.02887
Recv:  4 -0.13428 -0.12393 -0.11390 -0.10371 -0.09288 -0.08092 -0.06599 -0.04842 -0.03096 -0.01638 -0.00744 -0.00566 -0.00920 -0.01578 -0.02312 -0.02894
Recv:  5 -0.13000 -0.11924 -0.10872 -0.09808 -0.08696 -0.07500 -0.06042 -0.04346 -0.02679 -0.01308 -0.00500 -0.00409 -0.00857 -0.01613 -0.02446 -0.03125
Recv:  6 -0.13350 -0.11949 -0.10534 -0.09125 -0.07747 -0.06422 -0.05019 -0.03522 -0.02128 -0.01034 -0.00436 -0.00480 -0.01034 -0.01881 -0.02800 -0.03574
Recv:  7 -0.14310 -0.12349 -0.10309 -0.08309 -0.06468 -0.04906 -0.03574 -0.02391 -0.01432 -0.00773 -0.00488 -0.00707 -0.01380 -0.02312 -0.03309 -0.04177
Recv:  8 -0.15595 -0.13010 -0.10275 -0.07614 -0.05257 -0.03429 -0.02171 -0.01333 -0.00852 -0.00669 -0.00722 -0.01123 -0.01912 -0.02922 -0.03988 -0.04943
Recv:  9 -0.16920 -0.13819 -0.10506 -0.07299 -0.04514 -0.02468 -0.01276 -0.00728 -0.00649 -0.00866 -0.01204 -0.01759 -0.02647 -0.03725 -0.04851 -0.05881
Recv: 10 -0.18000 -0.14660 -0.11080 -0.07620 -0.04640 -0.02500 -0.01352 -0.00956 -0.01084 -0.01508 -0.02000 -0.02648 -0.03604 -0.04736 -0.05912 -0.07000
Recv: 11 -0.18813 -0.15578 -0.12113 -0.08762 -0.05874 -0.03795 -0.02664 -0.02249 -0.02343 -0.02736 -0.03218 -0.03882 -0.04866 -0.06034 -0.07248 -0.08370
Recv: 12 -0.19549 -0.16650 -0.13553 -0.10556 -0.07951 -0.06035 -0.04902 -0.04355 -0.04252 -0.04452 -0.04814 -0.05439 -0.06422 -0.07610 -0.08849 -0.09985
Recv: 13 -0.20241 -0.17808 -0.15227 -0.12720 -0.10509 -0.08815 -0.07669 -0.06924 -0.06532 -0.06449 -0.06626 -0.07181 -0.08146 -0.09344 -0.10600 -0.11740
Recv: 14 -0.20922 -0.18988 -0.16959 -0.14978 -0.13187 -0.11730 -0.10569 -0.09609 -0.08906 -0.08515 -0.08492 -0.08970 -0.09911 -0.11118 -0.12390 -0.13530
Recv: 15 -0.21625 -0.20125 -0.18575 -0.17050 -0.15625 -0.14375 -0.13204 -0.12062 -0.11093 -0.10441 -0.10250 -0.10666 -0.11593 -0.12812 -0.14104 -0.15250
G28
M155 S30
@BEDLEVELVISUALIZER
G29 T
M155 S3
hayden-t commented 2 years ago

I think its just I had GCode Macros plugin enabled. https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/issues/555

hayden-t commented 2 years ago

though 1.2 is not currently being pushed via octoprint auto update, (at least for me) i installed it 'manually' from the url on the git https://github.com/cp2004/OctoPrint-GcodeMacros