Steven Hubert

Results 11 comments of Steven Hubert

Correct. Using the lite. It wasn't specified and knowing that intent for this is in a "headless" setup I didn't think I needed the full desktop. Another concern is when...

Like the others I have the same issue. Actually updated from Feb update.

I unzipped in VM and those hashes match.. Just not the zip. A malicious ZIP could exist though..

No, I actually get back my nickname for it and all the sensors with empty values. Not null just empty

@iravit the valid users section. You have Pi. Which I assume would mean your SSH user, not your Casa OS user correct? Of course I can create a new user,...

I would love this merged in. I'm new to Obsidian plugins so is there a way to add this PR as a plugin directly so I don't need to wait...

I noticed this as well, I don't believe it's this plugin but a change to Home Assistant.

Something like this may work ```python import re import sys import logging import os import argparse def process_gcode(input_file, layer_height, extrusion_multiplier): logging.basicConfig( filename="brick_layer_log.txt", level=logging.INFO, format="%(asctime)s - %(message)s" ) with open(input_file, 'r')...

Maybe this? ```python import re import sys import logging import os import argparse def detect_printer_type(gcode_lines): """Detect printer type based on G-code features""" for i, line in enumerate(gcode_lines): if "; FEATURE:"...