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
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
487 commits
Select commit Hold shift + click to select a range
9ae0927
Fix file name issues (were being quoted), and correct file extension …
FormerLurker Jan 16, 2020
c59595d
For some reason the class binding on the download icon isn't working …
FormerLurker Jan 16, 2020
00a30ca
Fix bad callback location for add_archive_to_unfinished_rendering fun…
FormerLurker Jan 16, 2020
b3f441a
Fix search for default fonts (DejaVu)
FormerLurker Jan 16, 2020
9736f41
Add logging to font search since the default font still isn't loading…
FormerLurker Jan 16, 2020
641de29
Add additional logging for linux font search.
FormerLurker Jan 17, 2020
9303a1b
Further fixes for linux fonts. Jsonify seems to work a bit different…
FormerLurker Jan 17, 2020
b6084d5
Removed unnecessary logging get_system_fonts within utility.py
FormerLurker Jan 17, 2020
27b20ac
Fix default sort order for all list helper controls (including file b…
FormerLurker Jan 17, 2020
4958f56
Fix missing curly brace in the in progress rendering js.
FormerLurker Jan 18, 2020
ab49163
Enhance rendering progress messaging. Add custom rmtree utility with…
FormerLurker Jan 18, 2020
8f34d0b
Update rendering and octolapse file tabs documentation.
FormerLurker Jan 18, 2020
d6a489b
Fix std and stdrr output by removing unnecessary line breaks from the…
FormerLurker Jan 18, 2020
aa57eb0
Add and enhance windows rmtree and remove functions by adding retry w…
FormerLurker Jan 18, 2020
ee61579
Clean up rendering code, add comments, rearrange, add better logging.
FormerLurker Jan 18, 2020
2d08a92
Add a custom file move command with retry for windows. Still not sur…
FormerLurker Jan 18, 2020
48c71b9
replace os.remove with utility.remove
FormerLurker Jan 18, 2020
8e7a904
Clean up some unused references and functions.
FormerLurker Jan 18, 2020
b86271b
Fix windows error creation for Linux (was being created in windows by…
FormerLurker Jan 18, 2020
1babbca
Move temporary image extension detection and specification to utility…
FormerLurker Jan 18, 2020
a313c08
Fix image count if pre/post roll frames are added.
FormerLurker Jan 18, 2020
3fad43d
Switch rendering progress function to custom routine based on frames.…
FormerLurker Jan 18, 2020
99372a1
Add missed snapshot notification to snapshot plan preview. Move heig…
FormerLurker Jan 19, 2020
ab88033
Fix snapshot plan cancel (do not accept) when auto-confirm is enabled…
FormerLurker Jan 19, 2020
99d8f4e
Fix snapshot plan autoclose second display on the main settings tab.
FormerLurker Jan 20, 2020
dcb912c
Remove unused css classes.
FormerLurker Jan 20, 2020
dbeb167
Fix version text display and add links to the about page, github, you…
FormerLurker Jan 20, 2020
c91c329
Fix issue where height_increment is null in the layer trigger state i…
FormerLurker Jan 20, 2020
4e94d53
Add title to links at the bottom of the tab (sponsorship and info).
FormerLurker Jan 20, 2020
f01a587
Added new patrons.
FormerLurker Jan 20, 2020
c645109
Add some space before the sponsorship/info links and version info.
FormerLurker Jan 20, 2020
b24465f
Fix danger button color in themeify (why is it not more obvious!?).
FormerLurker Jan 20, 2020
dba7efe
Fix info panel icon text color (themeify changed them to be unreadable).
FormerLurker Jan 20, 2020
923e80d
Fix broken icon on status icon tab.
FormerLurker Jan 20, 2020
b5f81ba
Minor skinning changes and javascript simplifications.
FormerLurker Jan 31, 2020
051f9ca
Rename 'Debug' profile 'Logging' profile. Remove 'test mode' from de…
FormerLurker Feb 1, 2020
34766e0
Update default and current settings to account for changes to test mo…
FormerLurker Feb 2, 2020
ace3cb7
Move snapshot request url from flask to tornado route to increase per…
FormerLurker Feb 2, 2020
8d0ebf0
Update snapshot request URLS (broken by previous commit) and fix the …
FormerLurker Feb 2, 2020
cfb5a7a
Update patrons list and actually add the changes for the snapshot ani…
FormerLurker Feb 2, 2020
e513f99
the PopenWithTimeoutAsync completed member doesn't appear to be worki…
FormerLurker Feb 2, 2020
22c6064
Fix typo in 'test mode' setting change message caused by line breaks.
FormerLurker Feb 2, 2020
0545801
Add before/after snapshot gcode camera scripts.
FormerLurker Feb 2, 2020
599a693
Add help files for on_after_snapshot_gcode and on_before_snapshot_gco…
FormerLurker Feb 2, 2020
cc7bb91
Prevent __MACOSX directory from being copied when extracting from zip…
FormerLurker Feb 3, 2020
7b431d5
Log errors and exceptions when attempting to extract an imported zip …
FormerLurker Feb 3, 2020
4d651ee
Prevent any files of zero size from being counted as snapshots during…
FormerLurker Feb 3, 2020
38cc34e
Add custom error message and help popup for archive import error when…
FormerLurker Feb 3, 2020
56e3e91
Fix custom timelapsestartexception call to super.
FormerLurker Feb 3, 2020
07642d1
Change the no-snapshot, no-camera-selected and no-image-available ima…
FormerLurker Feb 7, 2020
e605cd6
Use text to show camera snapshot thumbnail status.
FormerLurker Feb 8, 2020
ad426f1
Hide fullscreen snapshot control if there are no snapshots.
FormerLurker Feb 8, 2020
4d9609c
Remove unused code.
FormerLurker Feb 8, 2020
301c746
Remove unused code.
FormerLurker Feb 8, 2020
3f29d07
Fix broken play button
FormerLurker Feb 8, 2020
ac9d1f7
Fix windows font path and add error handler if overlay font path cann…
FormerLurker Feb 8, 2020
959b01a
Add overlay font not found init error and help file.
FormerLurker Feb 8, 2020
a73c4f4
Add ellipsis to buttons where appropriate, change 'Current Settings' …
FormerLurker Feb 9, 2020
e19bb6b
Change error logging to exception logging within apply camera setting…
FormerLurker Feb 9, 2020
9295e21
Add the option to prevent 'wait for moves to finish' within stabiliza…
FormerLurker Feb 13, 2020
229e6f3
Add 'Layer' to snapshot metadata.
FormerLurker Feb 13, 2020
9428d0e
Add height, x, y, z, and e to the rendering overlay tokens.
FormerLurker Feb 13, 2020
809ac20
Remove extra space between replacement token and comma.
FormerLurker Feb 13, 2020
5dcf13e
Remove extra space between replacement token and comma.
FormerLurker Feb 13, 2020
2642be0
Fix missing comma in overlay text template replacement token options.
FormerLurker Feb 13, 2020
cc301b2
Convert float string to float before converting to int for {f} and {f…
FormerLurker Feb 13, 2020
471a7a8
Remove Z, E and F snapshot rendering overlay metadata since these req…
FormerLurker Feb 13, 2020
3b9c122
Fix a few string conversion issues within the new snapshot overlay te…
FormerLurker Feb 13, 2020
b5659b8
Alter 'wait for moves to finish' again so that it can be enabled even…
FormerLurker Feb 13, 2020
6630672
Add an info panel within the octolapse tab to to display a message wh…
FormerLurker Feb 13, 2020
6be0276
Attempt to handle missing FileExistsError, FileNotFoundError and Perm…
FormerLurker Feb 13, 2020
3f2bd9d
Fix bad super init call in TimelapseStartException.
FormerLurker Feb 13, 2020
1f45275
Fix bad super init call in TimelapseStartException.
FormerLurker Feb 13, 2020
81eaade
Don't bother sending M114 if wait for moves to finish is disabled.
FormerLurker Feb 13, 2020
d23c33a
Fix error message if no position request is sent when wait for moves …
FormerLurker Feb 13, 2020
93f562b
Fix post-roll when no pre-roll frames exist.
FormerLurker Feb 15, 2020
bf30349
Add no-wait capability to the take_snapshot routine for OctoPrint sty…
FormerLurker Feb 15, 2020
1c58521
Add retry and backoff_factor to all camera control threads and functi…
FormerLurker Feb 15, 2020
a0829f5
Update help files.
FormerLurker Feb 16, 2020
a11abbb
Added H265 beta encoding support.
FormerLurker Feb 16, 2020
30bc70a
Remove lowercase conversion for snapshot name during archive imports.
FormerLurker Feb 16, 2020
8177446
Remove -tag:v hvc1 parameter for H256 encoding. It doesn't seem to w…
FormerLurker Feb 16, 2020
00f687d
Readd -tag:v hvc1 parameter for H256 encoding. It seems to be absolu…
FormerLurker Feb 16, 2020
d1aae60
Add warnings for H264 and H265 rendering formats.
FormerLurker Feb 16, 2020
ad962f0
Bump version to v0.4.0rc1.dev4.
FormerLurker Feb 18, 2020
9055efb
Remove unused settings and code.
FormerLurker Feb 18, 2020
d2975f4
Add new patron!
FormerLurker Feb 18, 2020
b65cf31
Attempt to fix flask_principal import issue for Octoprint version < 1…
FormerLurker Feb 18, 2020
5309f2c
Attempt to fix js error (and clean up a bunch of formatting/style iss…
FormerLurker Feb 18, 2020
7fbf085
Remove duplicate ID (typo) in printer profile
FormerLurker Feb 19, 2020
046897a
Fix issues with pre-processing progress box (won't close) due to some…
FormerLurker Feb 19, 2020
8f6e9f9
Fix automaitic slicer settings for cura when the version number isn't…
FormerLurker Feb 19, 2020
34620ce
Remove necessity of having a cura version number! Should work OK wit…
FormerLurker Feb 19, 2020
86b306b
Replace name in about page.
FormerLurker Feb 19, 2020
a72ff0c
Add new patron!
FormerLurker Feb 20, 2020
01d53da
Add a new snapshot_archive_done event. Only send movie done if a tim…
FormerLurker Feb 21, 2020
f98c787
Remove some unnecessary comments.
FormerLurker Feb 21, 2020
06a3a72
Fix old version in current settings.
FormerLurker Feb 22, 2020
88b3a39
Remove absolute urls from .js files.
FormerLurker Feb 24, 2020
9ecb82f
Fix UI display issue for in unfinished rendering button (missing elli…
FormerLurker Feb 24, 2020
a85ddc5
Remove another absolute js url.
FormerLurker Feb 24, 2020
06b5dcb
Possible fix for issue #459. Also fixed some missing warning popups …
FormerLurker Feb 26, 2020
9377444
Fix rendering cleanup issue when rendering is disabled.
FormerLurker Feb 26, 2020
ca1352b
Fix for issue #458
FormerLurker Feb 26, 2020
7815556
Make it clear where admin_permission is defined.
ninjamojo Feb 27, 2020
e7b6684
use the builtin admin validator.
ninjamojo Feb 27, 2020
8ef2991
Fix for issue #460. Removed some unused CSS and added prefixes to so…
ninjamojo Feb 28, 2020
815cd3f
Possible fix for issue #464 - Enable Zip64.
FormerLurker Mar 1, 2020
6e0e3fb
Bump version from 0.4.0rc1.dev4 to 0.4.0rc1.dev5.
FormerLurker Mar 2, 2020
e791021
Add option to apply image preferences when camera disabled.
FormerLurker Mar 6, 2020
b1d3075
Fix loopback address.
FormerLurker Mar 6, 2020
3887b57
Use error color for current configuration issues.
FormerLurker Mar 6, 2020
4abe80a
Add help file for new camera setting (apply_settings_when_disabled).
FormerLurker Mar 6, 2020
6061247
Fix label formatting around new apply_settings_when_disabled setting.
FormerLurker Mar 6, 2020
b1bb769
Fix for issue #468
FormerLurker Mar 6, 2020
84356a7
Fix for issue #469
FormerLurker Mar 6, 2020
f361396
Add custom help for apply_settings_when_disabled.
FormerLurker Mar 6, 2020
2b79885
Add apply_settings_when_disabled to server profile update.
FormerLurker Mar 6, 2020
14179fd
Clear non-imported settings from camera and rendering profile when up…
FormerLurker Mar 6, 2020
cbbe1dc
Fix malformed variables.
FormerLurker Mar 6, 2020
d44129c
Make sure settings version always gets bumped if the version number i…
FormerLurker Mar 6, 2020
e372565
Add snapshot plan preview toggle to tab.
FormerLurker Mar 17, 2020
680e71d
Use versioneer for plugin version info.
FormerLurker Mar 17, 2020
2cc2206
Add setup.cfg, which is required for versioneer.
FormerLurker Mar 17, 2020
71d466f
Add verbose output to versioneer.
FormerLurker Mar 17, 2020
f9645c2
Attempt to fix git version info when installing from github generated…
FormerLurker Mar 17, 2020
9ec8128
Add a version fallback in case versioneer can't extract the current t…
FormerLurker Mar 17, 2020
3a81cea
Fix version update in migration where versions differ.
FormerLurker Mar 17, 2020
843d18e
Add more clear exception messages in cases where the current version …
FormerLurker Mar 17, 2020
d7821db
Add git version to settings. Add link to git commit or tag in octola…
FormerLurker Mar 17, 2020
bb5cb3d
Fix css issue for .loading class (unset some things).
FormerLurker Mar 18, 2020
3ffd305
Give up on custom image preferences edit from within the camera profi…
FormerLurker Mar 18, 2020
9325121
Bump version to 0.4.0rc1, add custom version algorithm that handles p…
FormerLurker Mar 21, 2020
7ee397e
Move migration_version to octolapse_setuptools\__init__.py to fix imp…
FormerLurker Mar 21, 2020
dec65f5
Attempt to move octolapse setuptools into a separate package.
FormerLurker Mar 21, 2020
b1341c8
Change unknown commit number from ? to u
FormerLurker Mar 21, 2020
250c108
Make sure the versioning scheme ignores any leading v or V.
FormerLurker Mar 21, 2020
aa28f40
Set the rendering processor as a daemon thread.
FormerLurker Mar 22, 2020
0b693c5
Add tests to verify that leading Vs in version numbers are ignored.
FormerLurker Mar 22, 2020
8ec1d4c
Update Copyright Date
FormerLurker Mar 22, 2020
e83e849
Fix issue with single profile import.
FormerLurker Mar 26, 2020
8c50aa1
Add Raspi cam v2.1 custom control page and settings.
FormerLurker Mar 26, 2020
6ec2137
Implement G2/G3 handling in the gcode processor (c++). Closes #489
FormerLurker Apr 4, 2020
9479c74
Removed duplicate with. Solves side issue reported in #482.
FormerLurker Apr 4, 2020
87110e0
Fix main_settings saving issue (missing git version), and main settin…
FormerLurker Apr 11, 2020
163be9f
Use extension from setuptools since the distutils.core.Extensions mod…
FormerLurker Apr 11, 2020
8b78780
Work on Issue #516
FormerLurker May 8, 2020
f42145a
Added loggers should be disabled.
FormerLurker May 8, 2020
18b96c5
More work on Issue #516
FormerLurker May 8, 2020
3af0dbc
Work on some software update fixes.
FormerLurker May 8, 2020
59a4199
Version Bump
FormerLurker May 8, 2020
c8eb159
Work on #499, remove desktop notifications
FormerLurker May 8, 2020
613e058
Work on #496, remove magic_mesh_surface_mode completely (unnecessary …
FormerLurker May 8, 2020
f4c768f
Work on issue #518
FormerLurker May 9, 2020
34f6875
Add another logitech camera profile from input.json.
FormerLurker May 9, 2020
29f7fa0
Add settings files for rc2 and update current settings.
FormerLurker May 10, 2020
832547e
Adjust description for Snap To Print - High Quality trigger (not suit…
FormerLurker May 10, 2020
3b59d44
Add New Patrons
FormerLurker May 10, 2020
69cb5cc
Fix delete button by showing pagination rows.
FormerLurker May 26, 2020
6324299
Fix the axis speed display units for the 'other slicer' type.
FormerLurker May 26, 2020
f592ca6
Change 'Snapshot Address Template' to 'Snapshot Address'
FormerLurker May 26, 2020
44b401d
Update wiki links with v4.0 versions
FormerLurker May 26, 2020
698359a
Replace G4 P0 with G4 P1.
FormerLurker May 27, 2020
f50867c
Fix property update issue when to_dict isn't used in the Settings.Upd…
FormerLurker May 27, 2020
2549a4a
Fix ExternalSettings version number selection.
FormerLurker May 28, 2020
6fcbe26
Bump Version to 0.4.0
FormerLurker May 28, 2020
f161d16
Add Patrons to About Page
FormerLurker May 28, 2020
b8e5fdb
Add exception logging to the testCameraScript request
FormerLurker May 31, 2020
09939f5
Correct incorrect directory case.
FormerLurker May 31, 2020
c964f1d
Correct incorrect directory case.
FormerLurker May 31, 2020
a882cac
Add timeout warning to script test buttons, use the snapshot timeout …
FormerLurker May 31, 2020
be187eb
Correct logging text
FormerLurker May 31, 2020
94a28b6
Rename dslr image download and rename script to match wiki.
FormerLurker May 31, 2020
1b06e61
Adjust image count after pre-render script since files may have been …
FormerLurker May 31, 2020
ad633d8
Add console logging to debug output.
FormerLurker May 31, 2020
159a688
Correct path for snapshot count
FormerLurker May 31, 2020
06b0ceb
Move pre-render script to before copy and convert process. This shou…
FormerLurker May 31, 2020
49d1073
Pre render scripts now execute the preparing phase.
FormerLurker May 31, 2020
bd779f2
Add timeout information to camera script help markdown.
FormerLurker May 31, 2020
f79d5f2
Don't clean temporary snapshot folder until all renderings have finis…
FormerLurker Jun 1, 2020
dbe88db
Reduce version to 0.4.0rc3 due to some bug fixes.
FormerLurker Jun 1, 2020
098ad56
Attempt to fix issue causing tagged version not to display.
FormerLurker Jun 2, 2020
99dd19f
Another version number detection fix
FormerLurker Jun 2, 2020
68e2250
Fix wiki link to automatic slicer settings guide
FormerLurker Jun 2, 2020
8de02cf
Bump settings to V0.4.0, add new settings_version main_setting. Fix s…
FormerLurker Jun 6, 2020
9f06297
Restore default rendering profiles in V0.4.0.
FormerLurker Jun 6, 2020
a8a63ba
Update readme.md for v0.4.0
FormerLurker Jun 7, 2020
0f4e865
Switch figure to div.
FormerLurker Jun 7, 2020
a0c6f50
Switch all remaining figures to divs.
FormerLurker Jun 7, 2020
92499f5
Add horizontal rules between each timelapse video
FormerLurker Jun 7, 2020
cda8036
Grammar/punctuation
FormerLurker Jun 7, 2020
82ef815
Fix bad youtube link.
FormerLurker Jun 7, 2020
aeb9350
Fix bad youtube thumbnail link.
FormerLurker Jun 8, 2020
76e9714
Fix typo
FormerLurker Jun 10, 2020
b16a479
Update Slugify import to work with new vendor module.
FormerLurker Jun 10, 2020
ffc377f
Add exception handling to load_settings_and_state_request.
FormerLurker Jun 10, 2020
4f759cd
Add coordinate formatting to snapshot plan preview (accept nulls)
FormerLurker Jun 12, 2020
5a0482b
Add logging to snapshot plan generation on python side.
FormerLurker Jun 13, 2020
88aa71f
Add fixes from @tech2077 to fix faulty conversion from bool to long i…
FormerLurker Nov 17, 2020
5a4b744
Add potential fix for linux font paths for #628 and #604.
FormerLurker Nov 21, 2020
dc7884b
Fix sharpness and saturation help prompts (#632)
MoX46 Nov 26, 2020
00cb872
Start fixing issues with OctoPrint 1.5+
FormerLurker Nov 29, 2020
e5a1fba
Merge remote-tracking branch 'origin/devel' into devel
FormerLurker Nov 29, 2020
8f55230
Fix uncaught exception on read timeout when fetching updated server s…
FormerLurker Nov 29, 2020
6b53072
Fix slugify import maybe?
FormerLurker Nov 29, 2020
1535541
Add new per-plugin release channel tracking.
FormerLurker Nov 30, 2020
8ae1f6e
Switch version to a release candidate (0.4.1rc1).
FormerLurker Nov 30, 2020
f757169
Add new Patrons to about page.
FormerLurker Dec 3, 2020
ea4c8c3
Bump Version
FormerLurker Dec 3, 2020
2166ef0
Add wiki to links.
FormerLurker Dec 3, 2020
250e766
Add missing br
FormerLurker Dec 3, 2020
20937d5
Add missing br
FormerLurker Dec 4, 2020
cec243c
Correct typos
FormerLurker Dec 5, 2020
514baf3
Add additional logging to get_system_fonts and associated api calls.
FormerLurker Jan 3, 2021
b83eb91
Remove all self closing span tags for issue #655.
FormerLurker Jan 3, 2021
8a5c0a5
Add missing format to decode.
FormerLurker Jan 3, 2021
c88291a
Add missing semicolon terminators.
FormerLurker Jan 4, 2021
f229460
Add feature comment processing for SuperSlicer.
FormerLurker Jan 4, 2021
5ac7195
Remove unnecessary using statements, format c++ code.
FormerLurker Jan 4, 2021
698ef46
Modernize includes
FormerLurker Jan 4, 2021
37a2715
Add new rendering overlay tokens and formatting for current_time, ela…
FormerLurker Jan 5, 2021
4b2ce4c
Fix some time_elapsed format issues.
FormerLurker Jan 5, 2021
07a19ee
Update rendering text template docs.
FormerLurker Jan 5, 2021
8cae0c9
Remove extra spaces in planned position coordinates.
FormerLurker Jan 8, 2021
64ae4de
Remove minification from js libraries, which breaks when re-minified.…
FormerLurker Nov 23, 2021
d33011e
Drop version bump - Need to wait until I push an RC
FormerLurker Nov 23, 2021
a4b638d
Support comment sections in PrusaSlicer and SuperSlicer 2.3+, maintai…
FormerLurker Nov 23, 2021
ccab7f3
First attempt at wide char support for stabilization (c++), which cou…
FormerLurker Dec 11, 2021
0e6ba93
Second attempt at wide char support for stabilization (c++). This t…
FormerLurker Dec 11, 2021
c39075d
Switch defines to make them less specific for UTF8 filenames in non-w…
FormerLurker Dec 11, 2021
7d94790
Create defines to detect windows and python. Use UTF7 for command li…
FormerLurker Dec 11, 2021
ae38ed1
Add additional startup logging to assist in issue debugging.
FormerLurker Apr 26, 2022
a3ab8ac
Switch to streaming download for camera test, which can timeout appro…
FormerLurker Apr 26, 2022
9f41e32
Start removing support for Python 2.x
FormerLurker Feb 12, 2023
215845c
Fix font-awesome icons.
FormerLurker Feb 12, 2023
c6c8678
Bump version to 0.4.2, update dates.
FormerLurker Apr 2, 2023
882c568
Add ability to use @OCOTLAPSE commands while using all smart triggers.
FormerLurker Apr 3, 2023
ba2d837
Add missing settings default file.
FormerLurker Apr 3, 2023
c014f81
Do not lift if amount_to_lift is None.
FormerLurker Apr 3, 2023
d8b2b5b
Update pillow version requirements for python 11 (>=9.3 and <11). Ch…
FormerLurker Apr 4, 2023
f314826
Fix Singleton metaclass after removal of python 2 support.
FormerLurker Apr 7, 2023
21d8b1d
Changing button text on video and images dialog to make more sense (#…
matt-lethargic Apr 11, 2023
8d53c91
Merge branch 'rc/devel' of https://github.com/formerlurker/Octolapse …
FormerLurker May 13, 2023
83ce980
Run pre-render script even if rendering is disabled.
FormerLurker May 13, 2023
4b01aaa
try changing NULL to false (#915)
philipp Nov 7, 2023
ff5e05a
Add contributer
FormerLurker Nov 7, 2023
a39e21b
Bump version
FormerLurker Nov 7, 2023
170ec73
Replaced Image.ANTIALIAS with Image.Resampling.LANCZOS (#920)
mattaster Nov 8, 2023
d56ff95
Use Image.LANCZOS instead of Image.Resampling.LANCZOS.
FormerLurker Nov 8, 2023
9865f00
Bump Version to 0.4.5
FormerLurker Nov 8, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 15 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ignore file from exports

# git files
.gitattributes export-ignore
.gitignore export-ignore
# github files
ISSUE_TEMPLATE.md export-ignore
CODE_OF_CONDUCT.md export-ignore
README.md export-ignore
# pycharm files
.editorconfig export-ignore
# all files within the Extras folder
Extras export-ignore

octoprint_octolapse/_version.py export-subst
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Extras/Wiki/assets/img/putty/apt-get_update.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Extras/Wiki/assets/img/putty/change_password.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Extras/Wiki/assets/img/putty/edit_modules.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Extras/Wiki/assets/img/putty/open_octopi.txt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Extras/Wiki/assets/img/putty/reboot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Extras/Wiki/assets/img/putty/rpi-update.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Extras/Wiki/assets/img/putty/sign_in.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
187 changes: 0 additions & 187 deletions Extras/plugin_repository/_plugins/octolapse.md

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
64 changes: 36 additions & 28 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
<!--
READ THE FOLLOWING FIRST:

I like to keep things clean. This is a place to
reporting bugs and request new features, but is not a good place
to ask questions about or learn how to use octoprint. Unfortunately
there is currently no user form, but you can find lots of information
in the Wiki (https://github.com/FormerLurker/Octolapse/wiki). For now, if
you get stuck and can't find help please send an email to:
[email protected].
I like to keep things clean. This is a place for reporting bugs and
requesting new features, but is not a good place to ask questions about
or to learn how to use OctoPrint, Octolapse, or any third party programs
and tools like OctoPi, mjpg-streamer, or GPhoto2. Unfortunately there is
currently no user form dedicated to Octolapse, but you can find lots of
information directly within Octolapse (click on the blue question marks or
the help buttons within the interface), and in the Octolapse Wiki
(https://github.com/FormerLurker/Octolapse/wiki). You should also
consider submitting an issue in Octoprint Community Forms within the
plugin category (https://community.octoprint.org/c/plugins/), or via the
official OctoPrint Discord server within #support-plugins channel.
Basically, please exhaust every other option before positing an issue so I
can focus as much as possible on improving Octolapse, and fixing known
bugs. However, if you get stuck and can't find help, and you are sure your
problem isn't actually a bug, please send an email to: [email protected].

For feature requests, add the prefix "[Request]" in the title (without the
quotes).
Expand All @@ -24,7 +32,7 @@ Thanks!
Please be as clear as possible. After you are finished, please fill in the
OctoPrint and Octolapse version. Maybe the feature already exists?
-->
FEATURE_REQUEST_DESCRIPTION_GOES_HERE
___REPLACE_THIS__FEATURE_REQUEST_DESCRIPTION_GOES_HERE


#### Version of Octolapse
Expand All @@ -35,15 +43,15 @@ FEATURE_REQUEST_DESCRIPTION_GOES_HERE
branch, and not the default (master) branch.
DO NOT OMIT
-->
Octolapse Version: OCTOLAPSE_VERSION_GOES_HERE
Octolapse Version: ___REPLACE_THIS__OCTOLAPSE_VERSION_GOES_HERE


#### Version of OctoPrint
<!--
Can be found in the lower left corner of the web interface.
DO NOT OMIT
-->
OctoPrint Version: OCTOPRINT_VERSION_GOES_HERE
OctoPrint Version: ___REPLACE_THIS__OCTOPRINT_VERSION_GOES_HERE


<!--
Expand All @@ -58,9 +66,9 @@ You can find out more about diagnostic logging here:
https://github.com/FormerLurker/Octolapse/wiki/Debug-Profiles#log-additional-information

It is very helpful for certain problems. If you can reproduce the issue with
one of the Diagnostic debug profiles, please do so before submitting an issue.
one of the Diagnostic logging profiles, please do so before submitting an issue.
-->
Diagnostic Logging was Enabled: YES_OR_NO
Diagnostic Logging was Enabled: ___REPLACE_THIS__YES_OR_NO


#### What were you doing when the problem occurred
Expand All @@ -69,17 +77,17 @@ Be specific. Explain what you did as clearly as possible.
It's best if you provide a list of steps you took that can
be used to reproduce the error you encountered.
-->
1. STEP_ONE_GOES_HERE
2. STEP_TWO_GOES_HERE
3. STEP_...
1. ___REPLACE_THIS__STEP_ONE_GOES_HERE
2. ___REPLACE_THIS__STEP_TWO_GOES_HERE
3. ___REPLACE_THIS__STEP_...


#### What should have happened?
PUT_YOUR_DESCRIPTION_HERE
___REPLACE_THIS__PUT_YOUR_DESCRIPTION_HERE


#### What happened instead?
PUT_YOUR_DESCRIPTION_HERE
___REPLACE_THIS__PUT_YOUR_DESCRIPTION_HERE


#### Operating System running OctoPrint and Octolapse
Expand All @@ -90,24 +98,24 @@ OctoPi's version can be found in /etc/octopi_version or in the lower left
corner of the web interface.
DO NOT OMIT
-->
OS Name: OS_NAME_GOES_HERE
Os Version: OS_VERSION_GOES_HERE
OS Name: ___REPLACE_THIS__OS_NAME_GOES_HERE
Os Version: ___REPLACE_THIS__OS_VERSION_GOES_HERE


#### Printer model & used firmware incl. version
<!--
OMIT ONLY IF IT IS DEFINITELY NOT NEEDED.
-->
Printer Model: PRINTER_MODEL_GOES_HERE
Printer Firmware Version: PRINTER_FIRMWARE_VERSION_GOES_HERE
Printer Model: ___REPLACE_THIS__PRINTER_MODEL_GOES_HERE
Printer Firmware Version: ___REPLACE_THIS__PRINTER_FIRMWARE_VERSION_GOES_HERE


#### Browser and version of browser, operating system running browser
<!--
OMIT ONLY IF IT IS DEFINITELY NOT NEEDED
-->
Browser: BROWSER_VERSION_GOES_HERE
Browser OS: BROWSER_OS_GOES_HERE
Browser: ___REPLACE_THIS__BROWSER_VERSION_GOES_HERE
Browser OS: ___REPLACE_THIS__BROWSER_OS_GOES_HERE


#### Link to the gcode file you were printing when the problem occurred
Expand All @@ -121,7 +129,7 @@ In any case, the gcode file is often very useful.
On gist.github.com or pastebin.com.
OMIT ONLY IF IT IS DEFINITELY NOT NEEDED
!-->
Link to Gcode File: GCODE_FILE_LINK_GOES_HERE
Link to Gcode File: ___REPLACE_THIS__GCODE_FILE_LINK_GOES_HERE


#### Link to settings.json
Expand All @@ -142,7 +150,7 @@ to find all of the entries containing passwords.
OMIT ONLY IF YOU HAVE ENTERED A PASSWORD TO ACCESS YOUR CAMERA
WITHIN OCTOLAPSE
!-->
Link to settings.json with all passwords removed: SETTINGS_JSON_LINK_GOES_HERE
Link to settings.json with all passwords removed: ___REPLACE_THIS__SETTINGS_JSON_LINK_GOES_HERE


#### Link to plugin_octolapse.log
Expand All @@ -163,7 +171,7 @@ Link to plugin_octolapse.log: LINK_GOES_HERE
On gist.github.com or pastebin.com.
DO NOT OMIT
-->
Link to octoprint.log: LINK_GOES_HERE
Link to octoprint.log: ___REPLACE_THIS__LINK_GOES_HERE


#### Link to contents of Javascript console in the browser
Expand All @@ -173,15 +181,15 @@ settings, please inlude the javascript console output
on gist.github.com or pastebin.com.
OMIT ONLY IF IT IS DEFINITELY NOT NEEDED
-->
Link to javascript console output: LINK_GOES_HERE
Link to javascript console output: ___REPLACE_THIS__LINK_GOES_HERE


#### Screenshots and/or videos of the problem:
<!--
This is really nice to include, especially if you're having trouble
putting your issue into words. A picture speaks 1000 of them, afterall!
-->
Screenshot/Video Links: LINKs_GO_HERE
Screenshot/Video Links: ___REPLACE_THIS__LINKs_GO_HERE


## Please consider becoming a patron
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ recursive-include octoprint_octolapse/static *
recursive-include octoprint_octolapse/data *
recursive-include octoprint_octolapse/data/images *
recursive-include octoprint_octolapse/data/lib/c *

include versioneer.py
include octoprint_octolapse/_version.py
Loading