Sims

Results 52 comments of Sims

What do you mean with the screen not being connected to WIFI? Can you get some logs for me to analyse? Also, if the CYD detects that it loses its...

Hi, First off, this sounds like quite a nice idea (implementing it shouldn't be terribly difficult). I from time to time also have issues debugging my scripts, but, i can...

hi, even though this is a very old issue, TegraScript has been fully rewritten and has a much better error reporter, telling you where the error was, and what the...

@KulibinBoris see https://github.com/suchmememanyskill/CYD-Klipper/blob/dev/Manual_Install.md#building--flashing-via-platformio for how to install via platformio. Might be worthwhile to install via platformio anyway as you can tweak the size of buttons and text in cyd klipper

Why would you want to see what files you can print without actually being able to print them? While yes, you can show the file list while printing quite easily,...

You can move or rename a dir with the file move/rename function. I may provide an alias later for this Although, i'm not entirely sure if you can just move...

Do you have an emummc? the script sequentially checks sys' firmware, then emummc's firmware, then shows a menu which one you want to dump. Attached is a version of the...

I cannot reproduce this. Do you see the emummc menu in the main menu in your top bullet point @PKGaspi (unmounting the sd before you run the script is useless)

You can launch a script anywhere from the sd. Just select a .te file and select launch script. You can also make it show in the main menu by putting...

save.read's first argument always starts with a `/`. Thus if a file called file existed on the root of the save, then `/file` would work