Replies: 1 comment 6 replies
-
|
Yes, another user reported that on reddit: https://www.reddit.com/r/resinprinting/comments/qbfq3h/help_with_saturn_using_chitubox_19_needed_angled/ I will update the script to be I1. BTW can you tell the difference in lifts after apply this mod? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Awesome run-down on the deficiencies of the "TSMC" feature on the latest chitubox firmware (side note: worst named feature ever). I tried out your gcode suggestion on my Elegoo Saturn running
V4.4.3-Z1-LCDZand also checked the settings afterwards withFor the firmware running on my Saturn the factory defaults are:
After running your suggested values, I checked the dumped eeprom and to my surprise saw
My best guess is that the
M8006andM8007commands only accept integer values and the firmware appears tofloorthe value to zero which in turn probably isn't a valid value so it sets it to a hardcoded default.So ironically, the settings you were going for inadvertently made the Jerk and Max. Starting Speed higher than the default
By modifying your suggested values to
then they are reflected correctly in the firmware.
Not sure if this is a specific case to the Saturn but thought I'd let you know!
Beta Was this translation helpful? Give feedback.
All reactions