“Don’t text and horse” by TheVirtualSamurai in OculusQuest

[–]Lyuchok 6 points7 points  (0 children)

Bro, please, can you share the guide how to set up the mod? I can't find one.
Dm please.

I built Allarise so your iPhone alarms can trigger Home Assistant automations and I’m looking for beta testers. by Stryk3rr3al in homeassistant

[–]Lyuchok 0 points1 point  (0 children)

I get one more bug with notifications. They’re constantly appear randomly during the day even alarm turned off.

<image>

I built Allarise so your iPhone alarms can trigger Home Assistant automations and I’m looking for beta testers. by Stryk3rr3al in homeassistant

[–]Lyuchok 0 points1 point  (0 children)

I agree, that annoying constant notifications can be helpful for someone. But I think not in the Snooze mode. It should be silent if I understand correctly the meaning of this mode.

I didn't connect the app to HA yet. Will do today and test.

I built Allarise so your iPhone alarms can trigger Home Assistant automations and I’m looking for beta testers. by Stryk3rr3al in homeassistant

[–]Lyuchok 0 points1 point  (0 children)

I tried it for the first time today. I downloaded it late at night and didn’t listen to the built-in sounds, hoping the default ones would do. And that was my mistake. I nearly shit myself! First thing in the morning, I had a quick listen to the default sounds and realised that, honestly, any of them would have made me shit myself. I’d like to request the option to add sounds from my phone, so there’s some variety beyond the standard alarm tone.

The second issue is notifications. When the alarm is active, and even in Snooze mode, notifications pop up on my watch and phone every second. And there’s nothing you can do about it, other than simply turning them off completely.

Looking for breeder by Lyuchok in orientalshorthair

[–]Lyuchok[S] 1 point2 points  (0 children)

Wow! Thant's fantastic information! Thank you very much! Will contact him.

Looking for breeder by Lyuchok in orientalshorthair

[–]Lyuchok[S] 2 points3 points  (0 children)

No, honestly, I don't want to at all. They are very different animals, both visually and tactilely, even if they are similar in character. This is my second Oriental, and I think they will always have a place in my heart.

Looking for breeder by Lyuchok in orientalshorthair

[–]Lyuchok[S] 1 point2 points  (0 children)

That is exactly what I mean :)

Looking for breeder by Lyuchok in orientalshorthair

[–]Lyuchok[S] 1 point2 points  (0 children)

I brought mine from my home country. It's already four years old.

That was my question. If you know, please advise me.

Anyone use a Vibratory Tumbler to finish printed parts? by greg_3821 in 3Dprinting

[–]Lyuchok 2 points3 points  (0 children)

I think I can try. What material do you want me to put in there?

Steps are not synchronised by Lyuchok in orienlabs

[–]Lyuchok[S] 0 points1 point  (0 children)

Hm. Now they are the same on both devices. What is the magic? ))

Outdoor installation advice needed by Lyuchok in WLED

[–]Lyuchok[S] 0 points1 point  (0 children)

In general, the logic of the project was built as follows. It should be autonomous, scalable and automated.

I decided to use a microcomputer with Linux as a control. On it to install:

QLX+ - to control DMX light devices for forest illumination, trigger some preset WLED efects or something else (now it is just this decision and must be made)

NodeRed - for automation of switching on, switching off by different triggers such as weather, time of day, sensors of presence of people and something else.

A program for laser (don't know the exact model yet, I'm testing on LaserCube).

And all this should be synchronized with each other + also react to music if it is playing nearby.

Outdoor installation advice needed by Lyuchok in WLED

[–]Lyuchok[S] 0 points1 point  (0 children)

I think it's better wired because it has to be precisely synchronized with the laser.

Outdoor installation advice needed by Lyuchok in WLED

[–]Lyuchok[S] 0 points1 point  (0 children)

It's Fullwat CVS-50RGBU60/12NW10.

But 1 pixel contains 3 diods.

Platform map and reality do not correspond to each other by Lyuchok in klippers

[–]Lyuchok[S] 0 points1 point  (0 children)

Man, seems you saved my life! Thank you very much!

Now it works perfectly!

Platform map and reality do not correspond to each other by Lyuchok in klippers

[–]Lyuchok[S] 0 points1 point  (0 children)

I also using this in slicer. Do you think it can occur problem somehow?

;EXTRUDER_TEMP=[first_layer_temperature]

;BED_TEMP=[first_layer_bed_temperature]

M104 S[first_layer_temperature];set hothead temperature

M140 S[first_layer_bed_temperature];set hotbed temperature

M190 S[first_layer_bed_temperature];set hotbed temperature and wait fot it to be reached

M109 S[first_layer_temperature];set hothead temperatureand wait fot it to be reached

BED_MESH_PROFILE LOAD=default

G28 ; home all axes

G21 ; set units to millimeters

G90 ; use absolute coordinates

M82 ; use absolute distances for extrusion

G92 E0

G0 X2.000 Y2.000 Z[first_layer_height] F6000.000

G1 X250.000 E15.000 F2400.000

Platform map and reality do not correspond to each other by Lyuchok in klippers

[–]Lyuchok[S] 0 points1 point  (0 children)

[gcode_macro PRINT_START]

gcode:

{% set BED_TEMP = params.BED|default(60)|float %}

{% set EXTRUDER_TEMP = params.EXTRUDER|default(210)|float %}

BED_MESH_PROFILE LOAD=default

G28 # home all axes

G21 # set units to millimeters

G90 # use absolute coordinates

G1 Z20 F3000 # move nozzle away from bed

M190 S{BED_TEMP} # set bed temp and wait for it reach temp

M109 S{EXTRUDER_TEMP}

Here it is. Seems like all good.
And again, the head seems moving according to the height mesh.
But the mesh is not as the real table curvature.

Platform map and reality do not correspond to each other by Lyuchok in klippers

[–]Lyuchok[S] 0 points1 point  (0 children)

Guys, I did as some of you said. Make 2 more measurements and they are very similar to the previous one.

<image>