Aron List

Results 8 comments of Aron List

@QuentinPi There is a keyboard shortcut for pause all: Shift + Space

@robbaman Depends on what you have the chromecast connected to, but if it's to a TV and you have HDMI CEC enabled on said TV (it's called differently by all...

Even though this post is quite old, I would still like to add that this would indeed be a great addition.

@lwestenberg I have a Bold Elite at home, so I can help with testing when needed. Just @ mention me. I also have development experience, so if you want I...

It's very unlikely this has anything to do with pip. Are you guys running the octoapp companion plugin by any chance? That plugin has been inserting some commands into the...

@eyal0 So here's what I've been able to deduce: The following piece of code in marlin-calc is used to check if a G or M code is seen: ```C++ bool...

![afbeelding](https://github.com/eyal0/OctoPrint-PrintTimeGenius/assets/7568570/f4c56955-3091-4107-b15b-c365d9bddb9d) Look at these outputs: marlin-calc reports having processed 24988 G commands the actual amount of commands (as by my first cat/grep command) is 24937 the amount of `OCTOAPP_` commands...

> The best solution would be for marlin-calc to correct notice that leading 'M' and then correctly get the 118 and ignore the rest of the line as a comment,...