Robert Gomez, Jr.

Results 47 comments of Robert Gomez, Jr.

Here's my 2 cents, if anyone else has more to add: https://github.com/rgomezjnr/wizcon/issues/3#issuecomment-933912847

Hello pywizlight team, just wanted to share that I updated pywizlight to 0.5.6 and I'm still seeing somewhat off bulb colors with various RGB values. Is it possible 7cdfc12 hasn't...

I think that error is due to newer versions of Python, as described in https://github.com/sbidy/pywizlight/issues/140. @sbidy created a commit to address this, so I think this should be addressed in...

> Also I noticed that you've used a '$' before the actual command. It's just part of the [command prompt](https://en.wikipedia.org/wiki/Command-line_interface#Command_prompt). You don't actually enter $ as part of the command...

@vvenkatesh-ML Here's some troubleshooting steps: 1. Verify the IP address of the bulb, either using your router or the Wiz app on your phone 2. Try pinging the bulb e.g....

Hello - What version of Cura are you using? - What is the printer make and model you are using? - What string do you expect the [abbr_machine] option to...

Hello sorry for the late reply. Right now the [material] option results in the Material Type generated in the filename since that is how it is referenced in the Cura...

> I had the same problem. I tryed to fix it my self and it seams to work: edit the file _GcodeFilnameFormatPlus.py_ (path: Appdata/roaming/cura/"current version"/plugins/GcodeFilenameFormatPlus) adding in the function `getPrintSettings(self,...

Can you try adding the ~ character in line 8 of ParseFilenameFormat.py as follows: `filename = re.sub('[^A-Za-z0-9.,_\-%°$£€#\[\]\(\)\|\+\'\"\~ ]+', '', filename_format)` You can open the Cura configuration folder that contains the...

Hello @pavolNovak were you able to try my suggestion? Did it work for you?