3d-gussner

Results 163 comments of 3d-gussner

As a workaround not to start from the beginning I modified the script: from `for project_index in range(all_projects.count):` to `for project_index in range(5, all_projects.count):` Then it starts at project 6...

Can confirm that the pull #6 fixed an issue exporting a sketch for me. Had to restart Fusion360 to "reload" the script.

See https://github.com/Jnesselr/fusion-360-total-exporter/issues/4#issuecomment-695214312

As a workaround not to start from the beginning I modified the script: from for project_index in range(all_projects.count): to for project_index in range(5, all_projects.count): Then it starts at project 6...

I just replaced the "Hub" with "H" and removed the "Project xxxx" it works fine.

You can try https://github.com/3d-gussner/Prusa-Firmware/tree/MK3_MK404 if you are on Linux. Using `./PF-build.sh -m 1 -g 1` will - Download/prepare Prusa-Firmware build environment - Guide you to choose correct Prusa-Firmware After compiling...

@unixcommando Which version of OctoPrint are you using? Which SBC (RPi) are you using and how is it connected? Reading your issue it looks to me that OctoPrint lost connection...

@unixcommando Thanks but you answered one of six questions. What about the rest?

@unixcommando Please checkout https://github.com/prusa3d/Prusa-Firmware/releases/tag/v3.14.0 and don't forget to also install `Active Prusa HostTimer` OctoPrint Plugin. Please also run the Thermal Model calibration and PID tuning to ensure that these up...