-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timelapse for resin Printers using a Lightsensor on the Raspberry Pi #718
base: new_settings
Are you sure you want to change the base?
Commits on Jan 16, 2020
-
Fix file name issues (were being quoted), and correct file extension …
…when downloading unfinished rendering archives.
Configuration menu - View commit details
-
Copy full SHA for 9ae0927 - Browse repository at this point
Copy the full SHA 9ae0927View commit details -
For some reason the class binding on the download icon isn't working …
…in the old version of knockout. Added fallback classes.
Configuration menu - View commit details
-
Copy full SHA for c59595d - Browse repository at this point
Copy the full SHA c59595dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00a30ca - Browse repository at this point
Copy the full SHA 00a30caView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f441a - Browse repository at this point
Copy the full SHA b3f441aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9736f41 - Browse repository at this point
Copy the full SHA 9736f41View commit details
Commits on Jan 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 641de29 - Browse repository at this point
Copy the full SHA 641de29View commit details -
Further fixes for linux fonts. Jsonify seems to work a bit differentl…
…y in Linux, requiring a dict, where get_available_fonts was previously sending a list.
Configuration menu - View commit details
-
Copy full SHA for 9303a1b - Browse repository at this point
Copy the full SHA 9303a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6084d5 - Browse repository at this point
Copy the full SHA b6084d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27b20ac - Browse repository at this point
Copy the full SHA 27b20acView commit details
Commits on Jan 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4958f56 - Browse repository at this point
Copy the full SHA 4958f56View commit details -
Enhance rendering progress messaging. Add custom rmtree utility with …
…retry for windows.
Configuration menu - View commit details
-
Copy full SHA for ab49163 - Browse repository at this point
Copy the full SHA ab49163View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f34d0b - Browse repository at this point
Copy the full SHA 8f34d0bView commit details -
Fix std and stdrr output by removing unnecessary line breaks from the…
… end of the string.
Configuration menu - View commit details
-
Copy full SHA for d6a489b - Browse repository at this point
Copy the full SHA d6a489bView commit details -
Add and enhance windows rmtree and remove functions by adding retry w…
…ith delay. Previously I sometimes get random 'file in use' and 'directory not empty' windows errors. Also add a windows exception that can be used in Linux.
Configuration menu - View commit details
-
Copy full SHA for aa57eb0 - Browse repository at this point
Copy the full SHA aa57eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee61579 - Browse repository at this point
Copy the full SHA ee61579View commit details -
Add a custom file move command with retry for windows. Still not sure…
… why these seemingly random errors are occurring.
Configuration menu - View commit details
-
Copy full SHA for 2d08a92 - Browse repository at this point
Copy the full SHA 2d08a92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48c71b9 - Browse repository at this point
Copy the full SHA 48c71b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e7a904 - Browse repository at this point
Copy the full SHA 8e7a904View commit details -
Configuration menu - View commit details
-
Copy full SHA for b86271b - Browse repository at this point
Copy the full SHA b86271bView commit details -
Move temporary image extension detection and specification to utility…
….py. Improve tmp file handling, cleanup, detection, and extension removal.
Configuration menu - View commit details
-
Copy full SHA for 1babbca - Browse repository at this point
Copy the full SHA 1babbcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a313c08 - Browse repository at this point
Copy the full SHA a313c08View commit details -
Switch rendering progress function to custom routine based on frames.…
… It is a bit simpler and reports progress a bit more often.
Configuration menu - View commit details
-
Copy full SHA for 3fad43d - Browse repository at this point
Copy the full SHA 3fad43dView commit details
Commits on Jan 19, 2020
-
Add missed snapshot notification to snapshot plan preview. Move heigh…
…t increment calculation to the gcode_position.cpp file. Add height_increment, height_increment_change, and height_increment_change_count to the Pos class.
Configuration menu - View commit details
-
Copy full SHA for 99372a1 - Browse repository at this point
Copy the full SHA 99372a1View commit details -
Fix snapshot plan cancel (do not accept) when auto-confirm is enabled…
…. Restyle snapshot plan popup and snapshot plan info panel.
Configuration menu - View commit details
-
Copy full SHA for ab88033 - Browse repository at this point
Copy the full SHA ab88033View commit details
Commits on Jan 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 99d8f4e - Browse repository at this point
Copy the full SHA 99d8f4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcb912c - Browse repository at this point
Copy the full SHA dcb912cView commit details -
Fix version text display and add links to the about page, github, you…
…tube, paypal and patreon to the bottom of the tab.
Configuration menu - View commit details
-
Copy full SHA for dbeb167 - Browse repository at this point
Copy the full SHA dbeb167View commit details -
Configuration menu - View commit details
-
Copy full SHA for c91c329 - Browse repository at this point
Copy the full SHA c91c329View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e94d53 - Browse repository at this point
Copy the full SHA 4e94d53View commit details -
Configuration menu - View commit details
-
Copy full SHA for f01a587 - Browse repository at this point
Copy the full SHA f01a587View commit details -
Configuration menu - View commit details
-
Copy full SHA for c645109 - Browse repository at this point
Copy the full SHA c645109View commit details -
Configuration menu - View commit details
-
Copy full SHA for b24465f - Browse repository at this point
Copy the full SHA b24465fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dba7efe - Browse repository at this point
Copy the full SHA dba7efeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 923e80d - Browse repository at this point
Copy the full SHA 923e80dView commit details
Commits on Jan 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b5f81ba - Browse repository at this point
Copy the full SHA b5f81baView commit details
Commits on Feb 1, 2020
-
Rename 'Debug' profile 'Logging' profile. Remove 'test mode' from deb…
…ugging profile and move to main settings. Add 'Test Mode' switch to the Octolapse tab. Also remove the option for 'Log All Errors'. All errors should be logging in all cases.
Configuration menu - View commit details
-
Copy full SHA for 051f9ca - Browse repository at this point
Copy the full SHA 051f9caView commit details
Commits on Feb 2, 2020
-
Update default and current settings to account for changes to test mo…
…de and logging profiles.
Configuration menu - View commit details
-
Copy full SHA for 34766e0 - Browse repository at this point
Copy the full SHA 34766e0View commit details -
Move snapshot request url from flask to tornado route to increase per…
…formance (it more than doubled in my tests).
Configuration menu - View commit details
-
Copy full SHA for ace3cb7 - Browse repository at this point
Copy the full SHA ace3cb7View commit details -
Update snapshot request URLS (broken by previous commit) and fix the …
…snapshot animation in the case that the current animation is not finished before we receive a new snapshot. Note that there may be a race condition in this code, but it is better than the previous issue.
Configuration menu - View commit details
-
Copy full SHA for 8d0ebf0 - Browse repository at this point
Copy the full SHA 8d0ebf0View commit details -
Update patrons list and actually add the changes for the snapshot ani…
…mation this time (in the previous commit, only the url code was included by mistake).
Configuration menu - View commit details
-
Copy full SHA for cfb5a7a - Browse repository at this point
Copy the full SHA cfb5a7aView commit details -
the PopenWithTimeoutAsync completed member doesn't appear to be worki…
…ng. Use return code for now.
Configuration menu - View commit details
-
Copy full SHA for e513f99 - Browse repository at this point
Copy the full SHA e513f99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22c6064 - Browse repository at this point
Copy the full SHA 22c6064View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0545801 - Browse repository at this point
Copy the full SHA 0545801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 599a693 - Browse repository at this point
Copy the full SHA 599a693View commit details
Commits on Feb 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cc7bb91 - Browse repository at this point
Copy the full SHA cc7bb91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b431d5 - Browse repository at this point
Copy the full SHA 7b431d5View commit details -
Prevent any files of zero size from being counted as snapshots during…
… the convert_and_copy_snapshot_images phase.
Configuration menu - View commit details
-
Copy full SHA for 4d651ee - Browse repository at this point
Copy the full SHA 4d651eeView commit details -
Add custom error message and help popup for archive import error when…
… no files are found to import.
Configuration menu - View commit details
-
Copy full SHA for 38cc34e - Browse repository at this point
Copy the full SHA 38cc34eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56e3e91 - Browse repository at this point
Copy the full SHA 56e3e91View commit details
Commits on Feb 7, 2020
-
Change the no-snapshot, no-camera-selected and no-image-available ima…
…ges to be more clear. Improve test mode message, help, and alerts.
Configuration menu - View commit details
-
Copy full SHA for 07642d1 - Browse repository at this point
Copy the full SHA 07642d1View commit details
Commits on Feb 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e605cd6 - Browse repository at this point
Copy the full SHA e605cd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad426f1 - Browse repository at this point
Copy the full SHA ad426f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d9609c - Browse repository at this point
Copy the full SHA 4d9609cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 301c746 - Browse repository at this point
Copy the full SHA 301c746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f29d07 - Browse repository at this point
Copy the full SHA 3f29d07View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac9d1f7 - Browse repository at this point
Copy the full SHA ac9d1f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 959b01a - Browse repository at this point
Copy the full SHA 959b01aView commit details
Commits on Feb 9, 2020
-
Add ellipsis to buttons where appropriate, change 'Current Settings' …
…to 'Current Run Configuration' in the tab. Enhance the rendering overlay preview and add better error messages.
Configuration menu - View commit details
-
Copy full SHA for a73c4f4 - Browse repository at this point
Copy the full SHA a73c4f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e19bb6b - Browse repository at this point
Copy the full SHA e19bb6bView commit details
Commits on Feb 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9295e21 - Browse repository at this point
Copy the full SHA 9295e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 229e6f3 - Browse repository at this point
Copy the full SHA 229e6f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9428d0e - Browse repository at this point
Copy the full SHA 9428d0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 809ac20 - Browse repository at this point
Copy the full SHA 809ac20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dcf13e - Browse repository at this point
Copy the full SHA 5dcf13eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2642be0 - Browse repository at this point
Copy the full SHA 2642be0View commit details -
Convert float string to float before converting to int for {f} and {f…
…_snapshot} rendering overlay replacement token.
Configuration menu - View commit details
-
Copy full SHA for cc301b2 - Browse repository at this point
Copy the full SHA cc301b2View commit details -
Remove Z, E and F snapshot rendering overlay metadata since these req…
…uire some calculations to determine.
Configuration menu - View commit details
-
Copy full SHA for 471a7a8 - Browse repository at this point
Copy the full SHA 471a7a8View commit details -
Fix a few string conversion issues within the new snapshot overlay te…
…xt template replacement tokens.
Configuration menu - View commit details
-
Copy full SHA for 3b9c122 - Browse repository at this point
Copy the full SHA 3b9c122View commit details -
Alter 'wait for moves to finish' again so that it can be enabled even…
… when stabilizations are enabled for either axis. Changed snapshot gcode so that if wait for moves to finish is not enabled, octolapse won't initiate the stabilization.
Configuration menu - View commit details
-
Copy full SHA for b5659b8 - Browse repository at this point
Copy the full SHA b5659b8View commit details -
Add an info panel within the octolapse tab to to display a message wh…
…en 'wait for moves to finish' is disabled.
Configuration menu - View commit details
-
Copy full SHA for 6630672 - Browse repository at this point
Copy the full SHA 6630672View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6be0276 - Browse repository at this point
Copy the full SHA 6be0276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f2bd9d - Browse repository at this point
Copy the full SHA 3f2bd9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f45275 - Browse repository at this point
Copy the full SHA 1f45275View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81eaade - Browse repository at this point
Copy the full SHA 81eaadeView commit details -
Fix error message if no position request is sent when wait for moves …
…to finish is disabled.
Configuration menu - View commit details
-
Copy full SHA for d23c33a - Browse repository at this point
Copy the full SHA d23c33aView commit details
Commits on Feb 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 93f562b - Browse repository at this point
Copy the full SHA 93f562bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf30349 - Browse repository at this point
Copy the full SHA bf30349View commit details -
Add retry and backoff_factor to all camera control threads and functi…
…ons where appropriate. Alter 'apply image preferences on reboot' function so that it retries for approximately 1 minute.
Configuration menu - View commit details
-
Copy full SHA for 1c58521 - Browse repository at this point
Copy the full SHA 1c58521View commit details
Commits on Feb 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a0829f5 - Browse repository at this point
Copy the full SHA a0829f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a11abbb - Browse repository at this point
Copy the full SHA a11abbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30bc70a - Browse repository at this point
Copy the full SHA 30bc70aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8177446 - Browse repository at this point
Copy the full SHA 8177446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f687d - Browse repository at this point
Copy the full SHA 00f687dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1aae60 - Browse repository at this point
Copy the full SHA d1aae60View commit details
Commits on Feb 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ad962f0 - Browse repository at this point
Copy the full SHA ad962f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9055efb - Browse repository at this point
Copy the full SHA 9055efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2975f4 - Browse repository at this point
Copy the full SHA d2975f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b65cf31 - Browse repository at this point
Copy the full SHA b65cf31View commit details -
Attempt to fix js error (and clean up a bunch of formatting/style iss…
…ues) loading the camera stream in the custom image preferences page from the octolapse tab.
Configuration menu - View commit details
-
Copy full SHA for 5309f2c - Browse repository at this point
Copy the full SHA 5309f2cView commit details
Commits on Feb 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7fbf085 - Browse repository at this point
Copy the full SHA 7fbf085View commit details -
Fix issues with pre-processing progress box (won't close) due to some…
… previous cleanup in octolapse.js. Also, widen the progress box somewhat.
Configuration menu - View commit details
-
Copy full SHA for 046897a - Browse repository at this point
Copy the full SHA 046897aView commit details -
Fix automaitic slicer settings for cura when the version number isn't…
… standard. Also fix an error causing the wrong z travel speed to be reported for manual cura settings.
Configuration menu - View commit details
-
Copy full SHA for 8f6e9f9 - Browse repository at this point
Copy the full SHA 8f6e9f9View commit details -
Remove necessity of having a cura version number! Should work OK with…
… all known versions now.
Configuration menu - View commit details
-
Copy full SHA for 34620ce - Browse repository at this point
Copy the full SHA 34620ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86b306b - Browse repository at this point
Copy the full SHA 86b306bView commit details
Commits on Feb 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a72ff0c - Browse repository at this point
Copy the full SHA a72ff0cView commit details
Commits on Feb 21, 2020
-
Add a new snapshot_archive_done event. Only send movie done if a time…
…lapse was actually created.
Configuration menu - View commit details
-
Copy full SHA for 01d53da - Browse repository at this point
Copy the full SHA 01d53daView commit details -
Configuration menu - View commit details
-
Copy full SHA for f98c787 - Browse repository at this point
Copy the full SHA f98c787View commit details
Commits on Feb 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 06a3a72 - Browse repository at this point
Copy the full SHA 06a3a72View commit details
Commits on Feb 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 88b3a39 - Browse repository at this point
Copy the full SHA 88b3a39View commit details -
Fix UI display issue for in unfinished rendering button (missing elli…
…psis in singular display)
Configuration menu - View commit details
-
Copy full SHA for 9ecb82f - Browse repository at this point
Copy the full SHA 9ecb82fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a85ddc5 - Browse repository at this point
Copy the full SHA a85ddc5View commit details
Commits on Feb 26, 2020
-
Possible fix for issue #459. Also fixed some missing warning popups f…
…or print start.
Configuration menu - View commit details
-
Copy full SHA for 06b5dcb - Browse repository at this point
Copy the full SHA 06b5dcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9377444 - Browse repository at this point
Copy the full SHA 9377444View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca1352b - Browse repository at this point
Copy the full SHA ca1352bView commit details
Commits on Feb 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7815556 - Browse repository at this point
Copy the full SHA 7815556View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7b6684 - Browse repository at this point
Copy the full SHA e7b6684View commit details
Commits on Feb 28, 2020
-
Fix for issue #460. Removed some unused CSS and added prefixes to som…
…e other classes to prevent future conflicts.
Configuration menu - View commit details
-
Copy full SHA for 8ef2991 - Browse repository at this point
Copy the full SHA 8ef2991View commit details
Commits on Mar 1, 2020
-
2
Configuration menu - View commit details
-
Copy full SHA for 815cd3f - Browse repository at this point
Copy the full SHA 815cd3fView commit details
Commits on Mar 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6e0e3fb - Browse repository at this point
Copy the full SHA 6e0e3fbView commit details
Commits on Mar 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e791021 - Browse repository at this point
Copy the full SHA e791021View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1d3075 - Browse repository at this point
Copy the full SHA b1d3075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3887b57 - Browse repository at this point
Copy the full SHA 3887b57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4abe80a - Browse repository at this point
Copy the full SHA 4abe80aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6061247 - Browse repository at this point
Copy the full SHA 6061247View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1bb769 - Browse repository at this point
Copy the full SHA b1bb769View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84356a7 - Browse repository at this point
Copy the full SHA 84356a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f361396 - Browse repository at this point
Copy the full SHA f361396View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b79885 - Browse repository at this point
Copy the full SHA 2b79885View commit details -
Clear non-imported settings from camera and rendering profile when up…
…dated from the server.
Configuration menu - View commit details
-
Copy full SHA for 14179fd - Browse repository at this point
Copy the full SHA 14179fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbbe1dc - Browse repository at this point
Copy the full SHA cbbe1dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d44129c - Browse repository at this point
Copy the full SHA d44129cView commit details
Commits on Mar 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e372565 - Browse repository at this point
Copy the full SHA e372565View commit details -
Configuration menu - View commit details
-
Copy full SHA for 680e71d - Browse repository at this point
Copy the full SHA 680e71dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cc2206 - Browse repository at this point
Copy the full SHA 2cc2206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71d466f - Browse repository at this point
Copy the full SHA 71d466fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9645c2 - Browse repository at this point
Copy the full SHA f9645c2View commit details -
Add a version fallback in case versioneer can't extract the current t…
…ag from _version.py.
Configuration menu - View commit details
-
Copy full SHA for 9ec8128 - Browse repository at this point
Copy the full SHA 9ec8128View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a81cea - Browse repository at this point
Copy the full SHA 3a81ceaView commit details -
Add more clear exception messages in cases where the current version …
…cannot be detected.
Configuration menu - View commit details
-
Copy full SHA for 843d18e - Browse repository at this point
Copy the full SHA 843d18eView commit details -
Add git version to settings. Add link to git commit or tag in octolap…
…se tab and settings about tab.
Configuration menu - View commit details
-
Copy full SHA for d7821db - Browse repository at this point
Copy the full SHA d7821dbView commit details
Commits on Mar 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bb5cb3d - Browse repository at this point
Copy the full SHA bb5cb3dView commit details -
Give up on custom image preferences edit from within the camera profi…
…le. Remove the button and add help directing people to the octolapse tab.
Configuration menu - View commit details
-
Copy full SHA for 3ffd305 - Browse repository at this point
Copy the full SHA 3ffd305View commit details
Commits on Mar 21, 2020
-
Bump version to 0.4.0rc1, add custom version algorithm that handles p…
…re-release, dev release, and commit info according to my whims.
Configuration menu - View commit details
-
Copy full SHA for 9325121 - Browse repository at this point
Copy the full SHA 9325121View commit details -
Move migration_version to octolapse_setuptools\__init__.py to fix imp…
…ort issue during setup.
Configuration menu - View commit details
-
Copy full SHA for 7ee397e - Browse repository at this point
Copy the full SHA 7ee397eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dec65f5 - Browse repository at this point
Copy the full SHA dec65f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1341c8 - Browse repository at this point
Copy the full SHA b1341c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 250c108 - Browse repository at this point
Copy the full SHA 250c108View commit details
Commits on Mar 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aa28f40 - Browse repository at this point
Copy the full SHA aa28f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b693c5 - Browse repository at this point
Copy the full SHA 0b693c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ec1d4c - Browse repository at this point
Copy the full SHA 8ec1d4cView commit details
Commits on Mar 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e83e849 - Browse repository at this point
Copy the full SHA e83e849View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c50aa1 - Browse repository at this point
Copy the full SHA 8c50aa1View commit details
Commits on Apr 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6ec2137 - Browse repository at this point
Copy the full SHA 6ec2137View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9479c74 - Browse repository at this point
Copy the full SHA 9479c74View commit details
Commits on Apr 11, 2020
-
Fix main_settings saving issue (missing git version), and main settin…
…gs version update.
Configuration menu - View commit details
-
Copy full SHA for 87110e0 - Browse repository at this point
Copy the full SHA 87110e0View commit details -
Use extension from setuptools since the distutils.core.Extensions mod…
…ule is overwritten.
Configuration menu - View commit details
-
Copy full SHA for 163be9f - Browse repository at this point
Copy the full SHA 163be9fView commit details
Commits on May 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8b78780 - Browse repository at this point
Copy the full SHA 8b78780View commit details -
Configuration menu - View commit details
-
Copy full SHA for f42145a - Browse repository at this point
Copy the full SHA f42145aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b96c5 - Browse repository at this point
Copy the full SHA 18b96c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af0dbc - Browse repository at this point
Copy the full SHA 3af0dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59a4199 - Browse repository at this point
Copy the full SHA 59a4199View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8eb159 - Browse repository at this point
Copy the full SHA c8eb159View commit details -
Configuration menu - View commit details
-
Copy full SHA for 613e058 - Browse repository at this point
Copy the full SHA 613e058View commit details
Commits on May 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f4c768f - Browse repository at this point
Copy the full SHA f4c768fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34f6875 - Browse repository at this point
Copy the full SHA 34f6875View commit details
Commits on May 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 29f7fa0 - Browse repository at this point
Copy the full SHA 29f7fa0View commit details -
Adjust description for Snap To Print - High Quality trigger (not suit…
…able for vase mode).
Configuration menu - View commit details
-
Copy full SHA for 832547e - Browse repository at this point
Copy the full SHA 832547eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b59d44 - Browse repository at this point
Copy the full SHA 3b59d44View commit details
Commits on May 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 69cb5cc - Browse repository at this point
Copy the full SHA 69cb5ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6324299 - Browse repository at this point
Copy the full SHA 6324299View commit details -
Configuration menu - View commit details
-
Copy full SHA for f592ca6 - Browse repository at this point
Copy the full SHA f592ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b401d - Browse repository at this point
Copy the full SHA 44b401dView commit details
Commits on May 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 698359a - Browse repository at this point
Copy the full SHA 698359aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f50867c - Browse repository at this point
Copy the full SHA f50867cView commit details
Commits on May 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2549a4a - Browse repository at this point
Copy the full SHA 2549a4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fcbe26 - Browse repository at this point
Copy the full SHA 6fcbe26View commit details -
Configuration menu - View commit details
-
Copy full SHA for f161d16 - Browse repository at this point
Copy the full SHA f161d16View commit details
Commits on May 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b8e5fdb - Browse repository at this point
Copy the full SHA b8e5fdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09939f5 - Browse repository at this point
Copy the full SHA 09939f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c964f1d - Browse repository at this point
Copy the full SHA c964f1dView commit details -
Add timeout warning to script test buttons, use the snapshot timeout …
…for all test scripts.
Configuration menu - View commit details
-
Copy full SHA for a882cac - Browse repository at this point
Copy the full SHA a882cacView commit details -
Configuration menu - View commit details
-
Copy full SHA for be187eb - Browse repository at this point
Copy the full SHA be187ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94a28b6 - Browse repository at this point
Copy the full SHA 94a28b6View commit details -
Adjust image count after pre-render script since files may have been …
…downloaded and added.
Configuration menu - View commit details
-
Copy full SHA for 1b06e61 - Browse repository at this point
Copy the full SHA 1b06e61View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad633d8 - Browse repository at this point
Copy the full SHA ad633d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 159a688 - Browse repository at this point
Copy the full SHA 159a688View commit details -
Move pre-render script to before copy and convert process. This shoul…
…d take care of image counting problems and potential image format issues.
Configuration menu - View commit details
-
Copy full SHA for 06b0ceb - Browse repository at this point
Copy the full SHA 06b0cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49d1073 - Browse repository at this point
Copy the full SHA 49d1073View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd779f2 - Browse repository at this point
Copy the full SHA bd779f2View commit details
Commits on Jun 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f79d5f2 - Browse repository at this point
Copy the full SHA f79d5f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe88db - Browse repository at this point
Copy the full SHA dbe88dbView commit details
Commits on Jun 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 098ad56 - Browse repository at this point
Copy the full SHA 098ad56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99dd19f - Browse repository at this point
Copy the full SHA 99dd19fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68e2250 - Browse repository at this point
Copy the full SHA 68e2250View commit details
Commits on Jun 6, 2020
-
Bump settings to V0.4.0, add new settings_version main_setting. Fix s…
…etting compare issue, add migrations for v0.4.0
Configuration menu - View commit details
-
Copy full SHA for 8de02cf - Browse repository at this point
Copy the full SHA 8de02cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f06297 - Browse repository at this point
Copy the full SHA 9f06297View commit details
Commits on Jun 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a8a63ba - Browse repository at this point
Copy the full SHA a8a63baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f4e865 - Browse repository at this point
Copy the full SHA 0f4e865View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0c6f50 - Browse repository at this point
Copy the full SHA a0c6f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92499f5 - Browse repository at this point
Copy the full SHA 92499f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cda8036 - Browse repository at this point
Copy the full SHA cda8036View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82ef815 - Browse repository at this point
Copy the full SHA 82ef815View commit details
Commits on Jun 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aeb9350 - Browse repository at this point
Copy the full SHA aeb9350View commit details
Commits on Jun 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 76e9714 - Browse repository at this point
Copy the full SHA 76e9714View commit details -
Configuration menu - View commit details
-
Copy full SHA for b16a479 - Browse repository at this point
Copy the full SHA b16a479View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc377f - Browse repository at this point
Copy the full SHA ffc377fView commit details
Commits on Jun 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4f759cd - Browse repository at this point
Copy the full SHA 4f759cdView commit details
Commits on Jun 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5a0482b - Browse repository at this point
Copy the full SHA 5a0482bView commit details
Commits on Nov 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 88aa71f - Browse repository at this point
Copy the full SHA 88aa71fView commit details
Commits on Nov 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5a4b744 - Browse repository at this point
Copy the full SHA 5a4b744View commit details
Commits on Nov 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dc7884b - Browse repository at this point
Copy the full SHA dc7884bView commit details
Commits on Nov 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 00cb872 - Browse repository at this point
Copy the full SHA 00cb872View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a1fba - Browse repository at this point
Copy the full SHA e5a1fbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f55230 - Browse repository at this point
Copy the full SHA 8f55230View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b53072 - Browse repository at this point
Copy the full SHA 6b53072View commit details
Commits on Nov 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1535541 - Browse repository at this point
Copy the full SHA 1535541View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae1f6e - Browse repository at this point
Copy the full SHA 8ae1f6eView commit details
Commits on Dec 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f757169 - Browse repository at this point
Copy the full SHA f757169View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea4c8c3 - Browse repository at this point
Copy the full SHA ea4c8c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2166ef0 - Browse repository at this point
Copy the full SHA 2166ef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 250e766 - Browse repository at this point
Copy the full SHA 250e766View commit details
Commits on Dec 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 20937d5 - Browse repository at this point
Copy the full SHA 20937d5View commit details
Commits on Dec 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cec243c - Browse repository at this point
Copy the full SHA cec243cView commit details
Commits on Jan 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 514baf3 - Browse repository at this point
Copy the full SHA 514baf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b83eb91 - Browse repository at this point
Copy the full SHA b83eb91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a5c0a5 - Browse repository at this point
Copy the full SHA 8a5c0a5View commit details
Commits on Jan 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c88291a - Browse repository at this point
Copy the full SHA c88291aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f229460 - Browse repository at this point
Copy the full SHA f229460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac7195 - Browse repository at this point
Copy the full SHA 5ac7195View commit details -
Configuration menu - View commit details
-
Copy full SHA for 698ef46 - Browse repository at this point
Copy the full SHA 698ef46View commit details
Commits on Jan 5, 2021
-
Add new rendering overlay tokens and formatting for current_time, ela…
Configuration menu - View commit details
-
Copy full SHA for 37a2715 - Browse repository at this point
Copy the full SHA 37a2715View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b2ce4c - Browse repository at this point
Copy the full SHA 4b2ce4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07a19ee - Browse repository at this point
Copy the full SHA 07a19eeView commit details
Commits on Jan 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8cae0c9 - Browse repository at this point
Copy the full SHA 8cae0c9View commit details
Commits on Nov 23, 2021
-
Remove minification from js libraries, which breaks when re-minified.…
… Fix collections.iterable import issue in Python 3.10 (moved to collections.abc for no good reason).
Configuration menu - View commit details
-
Copy full SHA for 64ae4de - Browse repository at this point
Copy the full SHA 64ae4deView commit details -
Configuration menu - View commit details
-
Copy full SHA for d33011e - Browse repository at this point
Copy the full SHA d33011eView commit details -
Support comment sections in PrusaSlicer and SuperSlicer 2.3+, maintai…
…n backward compatibility.
Configuration menu - View commit details
-
Copy full SHA for a4b638d - Browse repository at this point
Copy the full SHA a4b638dView commit details
Commits on Dec 11, 2021
-
First attempt at wide char support for stabilization (c++), which cou…
…ld break c++ compilation on the RPI. Attempt to support characters removed by slugify in rendered file names etc.
Configuration menu - View commit details
-
Copy full SHA for ccab7f3 - Browse repository at this point
Copy the full SHA ccab7f3View commit details -
Second attempt at wide char support for stabilization (c++). This tim…
…e separate out linux and windows specific code.
Configuration menu - View commit details
-
Copy full SHA for 0e6ba93 - Browse repository at this point
Copy the full SHA 0e6ba93View commit details -
Switch defines to make them less specific for UTF8 filenames in non-w…
…indows platforms.
Configuration menu - View commit details
-
Copy full SHA for c39075d - Browse repository at this point
Copy the full SHA c39075dView commit details -
Create defines to detect windows and python. Use UTF7 for command lin…
…e tests, and UTF8 encoding for windows if the python extension is being used, else use file_name.c_str() for linux and RPI.
Configuration menu - View commit details
-
Copy full SHA for 7d94790 - Browse repository at this point
Copy the full SHA 7d94790View commit details
Commits on Apr 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ae38ed1 - Browse repository at this point
Copy the full SHA ae38ed1View commit details -
Switch to streaming download for camera test, which can timeout appro…
…priately if the user enters a streaming url by mistake.
Configuration menu - View commit details
-
Copy full SHA for a3ab8ac - Browse repository at this point
Copy the full SHA a3ab8acView commit details
Commits on Feb 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9f41e32 - Browse repository at this point
Copy the full SHA 9f41e32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 215845c - Browse repository at this point
Copy the full SHA 215845cView commit details
Commits on Apr 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c6c8678 - Browse repository at this point
Copy the full SHA c6c8678View commit details
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 882c568 - Browse repository at this point
Copy the full SHA 882c568View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba2d837 - Browse repository at this point
Copy the full SHA ba2d837View commit details -
Configuration menu - View commit details
-
Copy full SHA for c014f81 - Browse repository at this point
Copy the full SHA c014f81View commit details
Commits on Apr 4, 2023
-
Update pillow version requirements for python 11 (>=9.3 and <11). Cha…
…nge pillow imports to try pil before PIL (this changed too.
Configuration menu - View commit details
-
Copy full SHA for d8b2b5b - Browse repository at this point
Copy the full SHA d8b2b5bView commit details
Commits on Apr 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f314826 - Browse repository at this point
Copy the full SHA f314826View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 21d8b1d - Browse repository at this point
Copy the full SHA 21d8b1dView commit details
Commits on May 13, 2023
-
Merge branch 'rc/devel' of https://github.com/formerlurker/Octolapse …
…into rc/devel
Configuration menu - View commit details
-
Copy full SHA for 8d53c91 - Browse repository at this point
Copy the full SHA 8d53c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83ce980 - Browse repository at this point
Copy the full SHA 83ce980View commit details
Commits on Nov 7, 2023
-
try changing NULL to false (#915)
Experiment to see if I can rectify #911
Configuration menu - View commit details
-
Copy full SHA for 4b01aaa - Browse repository at this point
Copy the full SHA 4b01aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff5e05a - Browse repository at this point
Copy the full SHA ff5e05aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a39e21b - Browse repository at this point
Copy the full SHA a39e21bView commit details
Commits on Nov 8, 2023
-
Replaced Image.ANTIALIAS with Image.Resampling.LANCZOS (#920)
Image.ANTIALIAS is deprecated, this was causing an issue in generating the snapshot previews.
Configuration menu - View commit details
-
Copy full SHA for 170ec73 - Browse repository at this point
Copy the full SHA 170ec73View commit details -
Configuration menu - View commit details
-
Copy full SHA for d56ff95 - Browse repository at this point
Copy the full SHA d56ff95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9865f00 - Browse repository at this point
Copy the full SHA 9865f00View commit details