Jump to content

MichaelFiguresItOut

Member
  • Posts

    4
  • Joined

  • Last visited

Personal Information

  • 3D printer
    Other 3D printer

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MichaelFiguresItOut's Achievements

1

Reputation

  1. I bet that's it! I checked off privacy but didn't think about updates! BTW, the main issue was Cura stopping my prints before completion. I figured that out by running the G Code file in Pronterface which told me I had Thermal Runaway! Fixed it in the advanced config settings in Marlin: #define THERMAL_PROTECTION_PERIOD 60 // Seconds //MFIO Changed from 40 to 60 #define THERMAL_PROTECTION_HYSTERESIS 10 // Degrees Celsius //MFIO Changed from 4 to 10 #define THERMAL_PROTECTION_BED_PERIOD 40 // Seconds //MFIO Changed from 20 to 40 #define THERMAL_PROTECTION_BED_HYSTERESIS 5 // Degrees Celsius //MFIO Changed from 2 to 5 Wonder why Cura didn't mention Thermal Runaway in the logs. Anyway, I bet your answer is the right one so will mark this resolved. Thank you!
  2. Hey, thanks for the response. As mentioned in my post, I did I turned off the option to "send (anonymized) print information". I also deleted the line in the config file about logging in but it still authenticated. Finally just uninstalled and reinstalled without adding any plugins. Stopped the phoning home issue but didn't fix my main issue - my temp tower print stops at 68% every time.
  3. Just happened again. Maybe because I'm using a Temp Tower? 2023-09-29 09:42:55,777 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.getAccessTokenUsingRefreshToken [64]: Refreshing the access token for [https://account.ultimaker.com] 2023-09-29 09:42:55,778 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.refreshAccessToken [174]: Was already busy refreshing token. Do not start a new request. 2023-09-29 09:42:56,044 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._storeAuthData [289]: Attempting to store the auth data for [https://account.ultimaker.com] 2023-09-29 09:43:03,683 - DEBUG - [MainThread] cura.TaskManagement.OnExitCallbackManager.triggerNextCallback [53]: Scheduled the next on-app-exit callback [<bound method AutoTowersGenerator._onExitCallback of <AutoTowersGenerator.AutoTowersGenerator.AutoTowersGenerator object at 0x00000206CFCBF5B0>>] 2023-09-29 09:43:03,685 - DEBUG - [MainThread] cura.TaskManagement.OnExitCallbackManager.triggerNextCallback [53]: Scheduled the next on-app-exit callback [<bound method USBPrinterOutputDevice._checkActivePrintingUponAppExit of <USBPrinting.USBPrinterOutputDevice.USBPrinterOutputDevice object at 0x00000206D62D1510>>] 2023-09-29 09:43:04,788 - DEBUG - [MainThread] cura.TaskManagement.OnExitCallbackManager.triggerNextCallback [56]: No more on-app-exit callbacks to process. Tell the app to exit.
  4. Some of my prints are stopping before completing 100%. Checked the cura.log file and found this: 2023-09-29 08:07:48,901 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.getAccessTokenUsingRefreshToken [64]: Refreshing the access token for [https://account.ultimaker.com] 2023-09-29 08:07:48,902 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.refreshAccessToken [174]: Was already busy refreshing token. Do not start a new request. 2023-09-29 08:07:49,700 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._storeAuthData [289]: Attempting to store the auth data for [https://account.ultimaker.com] 2023-09-29 08:07:59,705 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.008000373840332031 seconds 2023-09-29 08:16:53,213 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.getAccessTokenUsingRefreshToken [64]: Refreshing the access token for [https://account.ultimaker.com] 2023-09-29 08:16:53,215 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.refreshAccessToken [174]: Was already busy refreshing token. Do not start a new request. 2023-09-29 08:16:53,696 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._storeAuthData [289]: Attempting to store the auth data for [https://account.ultimaker.com] 2023-09-29 08:17:03,708 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.006999969482421875 seconds 2023-09-29 08:25:59,746 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.getAccessTokenUsingRefreshToken [64]: Refreshing the access token for [https://account.ultimaker.com] 2023-09-29 08:25:59,747 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.refreshAccessToken [174]: Was already busy refreshing token. Do not start a new request. 2023-09-29 08:26:00,483 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._storeAuthData [289]: Attempting to store the auth data for [https://account.ultimaker.com] 2023-09-29 08:26:10,490 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.01000070571899414 seconds Prior to printing, I turned off the option to "send (anonomized) print information" and didn't see any other settings that require internet access. Note that I print over USB because my printer doesn't have an SD slot. If a print stops, trying again it will stop at around the same time (68%, 80%, etc.). Why is Cura accessing the internet while printing?
×
×
  • Create New...