Skip to content
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

Open
wants to merge 487 commits into
base: new_settings
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 16, 2020

  1. Fix file name issues (were being quoted), and correct file extension …

    …when downloading unfinished rendering archives.
    FormerLurker committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    9ae0927 View commit details
    Browse the repository at this point in the history
  2. For some reason the class binding on the download icon isn't working …

    …in the old version of knockout. Added fallback classes.
    FormerLurker committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    c59595d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00a30ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3f441a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9736f41 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Configuration menu
    Copy the full SHA
    641de29 View commit details
    Browse the repository at this point in the history
  2. 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.
    FormerLurker committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    9303a1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6084d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27b20ac View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. Configuration menu
    Copy the full SHA
    4958f56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab49163 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f34d0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6a489b View commit details
    Browse the repository at this point in the history
  5. 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.
    FormerLurker committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    aa57eb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee61579 View commit details
    Browse the repository at this point in the history
  7. Add a custom file move command with retry for windows. Still not sure…

    … why these seemingly random errors are occurring.
    FormerLurker committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    2d08a92 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48c71b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e7a904 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b86271b View commit details
    Browse the repository at this point in the history
  11. Move temporary image extension detection and specification to utility…

    ….py. Improve tmp file handling, cleanup, detection, and extension removal.
    FormerLurker committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    1babbca View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a313c08 View commit details
    Browse the repository at this point in the history
  13. Switch rendering progress function to custom routine based on frames.…

    … It is a bit simpler and reports progress a bit more often.
    FormerLurker committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    3fad43d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. 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.
    FormerLurker committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    99372a1 View commit details
    Browse the repository at this point in the history
  2. Fix snapshot plan cancel (do not accept) when auto-confirm is enabled…

    …. Restyle snapshot plan popup and snapshot plan info panel.
    FormerLurker committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    ab88033 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    99d8f4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcb912c View commit details
    Browse the repository at this point in the history
  3. Fix version text display and add links to the about page, github, you…

    …tube, paypal and patreon to the bottom of the tab.
    FormerLurker committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    dbeb167 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c91c329 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e94d53 View commit details
    Browse the repository at this point in the history
  6. Added new patrons.

    FormerLurker committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    f01a587 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c645109 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b24465f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dba7efe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    923e80d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    b5f81ba View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. 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.
    FormerLurker committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    051f9ca View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. Configuration menu
    Copy the full SHA
    34766e0 View commit details
    Browse the repository at this point in the history
  2. Move snapshot request url from flask to tornado route to increase per…

    …formance (it more than doubled in my tests).
    FormerLurker committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    ace3cb7 View commit details
    Browse the repository at this point in the history
  3. 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.
    FormerLurker committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    8d0ebf0 View commit details
    Browse the repository at this point in the history
  4. 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).
    FormerLurker committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    cfb5a7a View commit details
    Browse the repository at this point in the history
  5. the PopenWithTimeoutAsync completed member doesn't appear to be worki…

    …ng. Use return code for now.
    FormerLurker committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    e513f99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22c6064 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0545801 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    599a693 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    cc7bb91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b431d5 View commit details
    Browse the repository at this point in the history
  3. Prevent any files of zero size from being counted as snapshots during…

    … the convert_and_copy_snapshot_images phase.
    FormerLurker committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    4d651ee View commit details
    Browse the repository at this point in the history
  4. Add custom error message and help popup for archive import error when…

    … no files are found to import.
    FormerLurker committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    38cc34e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56e3e91 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Change the no-snapshot, no-camera-selected and no-image-available ima…

    …ges to be more clear. Improve test mode message, help, and alerts.
    FormerLurker committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    07642d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Configuration menu
    Copy the full SHA
    e605cd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad426f1 View commit details
    Browse the repository at this point in the history
  3. Remove unused code.

    FormerLurker committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    4d9609c View commit details
    Browse the repository at this point in the history
  4. Remove unused code.

    FormerLurker committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    301c746 View commit details
    Browse the repository at this point in the history
  5. Fix broken play button

    FormerLurker committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    3f29d07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac9d1f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    959b01a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. 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.
    FormerLurker committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    a73c4f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e19bb6b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    9295e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    229e6f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9428d0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    809ac20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5dcf13e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2642be0 View commit details
    Browse the repository at this point in the history
  7. Convert float string to float before converting to int for {f} and {f…

    …_snapshot} rendering overlay replacement token.
    FormerLurker committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    cc301b2 View commit details
    Browse the repository at this point in the history
  8. Remove Z, E and F snapshot rendering overlay metadata since these req…

    …uire some calculations to determine.
    FormerLurker committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    471a7a8 View commit details
    Browse the repository at this point in the history
  9. Fix a few string conversion issues within the new snapshot overlay te…

    …xt template replacement tokens.
    FormerLurker committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    3b9c122 View commit details
    Browse the repository at this point in the history
  10. 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.
    FormerLurker committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    b5659b8 View commit details
    Browse the repository at this point in the history
  11. Add an info panel within the octolapse tab to to display a message wh…

    …en 'wait for moves to finish' is disabled.
    FormerLurker committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    6630672 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6be0276 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3f2bd9d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1f45275 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    81eaade View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d23c33a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. Configuration menu
    Copy the full SHA
    93f562b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf30349 View commit details
    Browse the repository at this point in the history
  3. 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.
    FormerLurker committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    1c58521 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Update help files.

    FormerLurker committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    a0829f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a11abbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30bc70a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8177446 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00f687d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1aae60 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    ad962f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9055efb View commit details
    Browse the repository at this point in the history
  3. Add new patron!

    FormerLurker committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    d2975f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b65cf31 View commit details
    Browse the repository at this point in the history
  5. 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.
    FormerLurker committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    5309f2c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    7fbf085 View commit details
    Browse the repository at this point in the history
  2. Fix issues with pre-processing progress box (won't close) due to some…

    … previous cleanup in octolapse.js. Also, widen the progress box somewhat.
    FormerLurker committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    046897a View commit details
    Browse the repository at this point in the history
  3. 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.
    FormerLurker committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    8f6e9f9 View commit details
    Browse the repository at this point in the history
  4. Remove necessity of having a cura version number! Should work OK with…

    … all known versions now.
    FormerLurker committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    34620ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86b306b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Add new patron!

    FormerLurker committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    a72ff0c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Add a new snapshot_archive_done event. Only send movie done if a time…

    …lapse was actually created.
    FormerLurker committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    01d53da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f98c787 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Configuration menu
    Copy the full SHA
    06a3a72 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    88b3a39 View commit details
    Browse the repository at this point in the history
  2. Fix UI display issue for in unfinished rendering button (missing elli…

    …psis in singular display)
    FormerLurker committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    9ecb82f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a85ddc5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    06b5dcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9377444 View commit details
    Browse the repository at this point in the history
  3. Fix for issue #458

    FormerLurker committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    ca1352b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    7815556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7b6684 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Fix for issue #460. Removed some unused CSS and added prefixes to som…

    …e other classes to prevent future conflicts.
    ninjamojo committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    8ef2991 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. 2 Configuration menu
    Copy the full SHA
    815cd3f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    6e0e3fb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    e791021 View commit details
    Browse the repository at this point in the history
  2. Fix loopback address.

    FormerLurker committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    b1d3075 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3887b57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4abe80a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6061247 View commit details
    Browse the repository at this point in the history
  6. Fix for issue #468

    FormerLurker committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    b1bb769 View commit details
    Browse the repository at this point in the history
  7. Fix for issue #469

    FormerLurker committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    84356a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f361396 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b79885 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    14179fd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cbbe1dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d44129c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    e372565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    680e71d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cc2206 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71d466f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9645c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ec8128 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a81cea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    843d18e View commit details
    Browse the repository at this point in the history
  9. Add git version to settings. Add link to git commit or tag in octolap…

    …se tab and settings about tab.
    FormerLurker committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    d7821db View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    bb5cb3d View commit details
    Browse the repository at this point in the history
  2. 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.
    FormerLurker committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    3ffd305 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Bump version to 0.4.0rc1, add custom version algorithm that handles p…

    …re-release, dev release, and commit info according to my whims.
    FormerLurker committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    9325121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ee397e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dec65f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1341c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    250c108 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Configuration menu
    Copy the full SHA
    aa28f40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b693c5 View commit details
    Browse the repository at this point in the history
  3. Update Copyright Date

    FormerLurker committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    8ec1d4c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    e83e849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c50aa1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Configuration menu
    Copy the full SHA
    6ec2137 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9479c74 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Configuration menu
    Copy the full SHA
    87110e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    163be9f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Work on Issue #516

    FormerLurker committed May 8, 2020
    Configuration menu
    Copy the full SHA
    8b78780 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f42145a View commit details
    Browse the repository at this point in the history
  3. More work on Issue #516

    FormerLurker committed May 8, 2020
    Configuration menu
    Copy the full SHA
    18b96c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3af0dbc View commit details
    Browse the repository at this point in the history
  5. Version Bump

    FormerLurker committed May 8, 2020
    Configuration menu
    Copy the full SHA
    59a4199 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8eb159 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    613e058 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Work on issue #518

    FormerLurker committed May 9, 2020
    Configuration menu
    Copy the full SHA
    f4c768f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34f6875 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Configuration menu
    Copy the full SHA
    29f7fa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    832547e View commit details
    Browse the repository at this point in the history
  3. Add New Patrons

    FormerLurker committed May 10, 2020
    Configuration menu
    Copy the full SHA
    3b59d44 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    69cb5cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6324299 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f592ca6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44b401d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    698359a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f50867c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    2549a4a View commit details
    Browse the repository at this point in the history
  2. Bump Version to 0.4.0

    FormerLurker committed May 28, 2020
    Configuration menu
    Copy the full SHA
    6fcbe26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f161d16 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Configuration menu
    Copy the full SHA
    b8e5fdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09939f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c964f1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a882cac View commit details
    Browse the repository at this point in the history
  5. Correct logging text

    FormerLurker committed May 31, 2020
    Configuration menu
    Copy the full SHA
    be187eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94a28b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b06e61 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad633d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    159a688 View commit details
    Browse the repository at this point in the history
  10. Move pre-render script to before copy and convert process. This shoul…

    …d take care of image counting problems and potential image format issues.
    FormerLurker committed May 31, 2020
    Configuration menu
    Copy the full SHA
    06b0ceb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    49d1073 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bd779f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Configuration menu
    Copy the full SHA
    f79d5f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbe88db View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    098ad56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99dd19f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68e2250 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Bump settings to V0.4.0, add new settings_version main_setting. Fix s…

    …etting compare issue, add migrations for v0.4.0
    FormerLurker committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    8de02cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f06297 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Configuration menu
    Copy the full SHA
    a8a63ba View commit details
    Browse the repository at this point in the history
  2. Switch figure to div.

    FormerLurker committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    0f4e865 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0c6f50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92499f5 View commit details
    Browse the repository at this point in the history
  5. Grammar/punctuation

    FormerLurker committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    cda8036 View commit details
    Browse the repository at this point in the history
  6. Fix bad youtube link.

    FormerLurker committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    82ef815 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    aeb9350 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Fix typo

    FormerLurker committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    76e9714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b16a479 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffc377f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    4f759cd View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Configuration menu
    Copy the full SHA
    5a0482b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    88aa71f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    5a4b744 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Configuration menu
    Copy the full SHA
    dc7884b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Configuration menu
    Copy the full SHA
    00cb872 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5a1fba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f55230 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b53072 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    1535541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ae1f6e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    f757169 View commit details
    Browse the repository at this point in the history
  2. Bump Version

    FormerLurker committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    ea4c8c3 View commit details
    Browse the repository at this point in the history
  3. Add wiki to links.

    FormerLurker committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    2166ef0 View commit details
    Browse the repository at this point in the history
  4. Add missing br

    FormerLurker committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    250e766 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Add missing br

    FormerLurker committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    20937d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Correct typos

    FormerLurker committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    cec243c View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. Configuration menu
    Copy the full SHA
    514baf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b83eb91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a5c0a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    c88291a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f229460 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ac7195 View commit details
    Browse the repository at this point in the history
  4. Modernize includes

    FormerLurker committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    698ef46 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Add new rendering overlay tokens and formatting for current_time, ela…

    …psed_time. Add gcode_file, gcode_file_name and gcode_file_extension tokens. Solves #616, #591, and #585.
    FormerLurker committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    37a2715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b2ce4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07a19ee View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    8cae0c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. 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).
    FormerLurker committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    64ae4de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d33011e View commit details
    Browse the repository at this point in the history
  3. Support comment sections in PrusaSlicer and SuperSlicer 2.3+, maintai…

    …n backward compatibility.
    FormerLurker committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    a4b638d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. 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.
    FormerLurker committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    ccab7f3 View commit details
    Browse the repository at this point in the history
  2. Second attempt at wide char support for stabilization (c++). This tim…

    …e separate out linux and windows specific code.
    FormerLurker committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    0e6ba93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c39075d View commit details
    Browse the repository at this point in the history
  4. 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.
    FormerLurker committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    7d94790 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    ae38ed1 View commit details
    Browse the repository at this point in the history
  2. Switch to streaming download for camera test, which can timeout appro…

    …priately if the user enters a streaming url by mistake.
    FormerLurker committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    a3ab8ac View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    9f41e32 View commit details
    Browse the repository at this point in the history
  2. Fix font-awesome icons.

    FormerLurker committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    215845c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    c6c8678 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    882c568 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba2d837 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c014f81 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Update pillow version requirements for python 11 (>=9.3 and <11). Cha…

    …nge pillow imports to try pil before PIL (this changed too.
    FormerLurker committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    d8b2b5b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    f314826 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    21d8b1d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Configuration menu
    Copy the full SHA
    8d53c91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83ce980 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. try changing NULL to false (#915)

    Experiment to see if I can rectify #911
    philipp committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4b01aaa View commit details
    Browse the repository at this point in the history
  2. Add contributer

    FormerLurker committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ff5e05a View commit details
    Browse the repository at this point in the history
  3. Bump version

    FormerLurker committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a39e21b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Replaced Image.ANTIALIAS with Image.Resampling.LANCZOS (#920)

    Image.ANTIALIAS is deprecated, this was causing an issue in generating the snapshot previews.
    mattaster committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    170ec73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d56ff95 View commit details
    Browse the repository at this point in the history
  3. Bump Version to 0.4.5

    FormerLurker committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9865f00 View commit details
    Browse the repository at this point in the history