Ronoaldo Pereira

Results 70 comments of Ronoaldo Pereira

I had the same issue and figured out a workaround. The shortcut created by Lutris is located at: ~/.steam/steam/userdata/**0**/config/shortcuts.vdf However, steam now uses a folder with your steam user ID...

PS: in my case, I have logged with my alt and my kid account on the same Linux device and that could be the case of having multiple userdata/*/ folders.

I have tested #1537 but it fails to start due to the glibc issue, so not fixed for me (Debian 11). I did stumbled on a similar issue with [this...

As another possible workaround: instead of using the AppImage, use the Flatpak version. Flatpak itself provides an updated compatibility layer which worked fine for me in Debian stable. In other...

Hi @merlinlcb - thanks for reaching out! I don't have any community setup so here is a good place to discuss. The script hasn't a documentation/help text so the message...

@Santoshsomi - sorry for the delay in my reply! This is interesting... I am using the plugin from Cura and I print without errors - even printed a small toy...

Hi @eskeyaar yeah, there are some interesting things we can do. Most of the code on the file gx.py is "standalone python" that could be integrated elsewhere. The usage of...

Some references: The part that "parses" the Cura metadata and extracts the data. Could be generalized by parsing the GCode commands: https://github.com/ronoaldo/FlashforgeFinderIntegration/blob/master/plugins/GXWriter/GXWriter.py#L90 The python module that "encodes" and "decodes" the...

> > Hi @eskeyaar yeah, there are some interesting things we can do. Most of the code on the file gx.py is "standalone python" that could be integrated elsewhere. >...

> @ronoaldo Here is the gx file which i ran over my gcode, when previewed over simplify3d it says invalid file header. I think this is also the same reason...