Gina Häußge
50862668b1
RepeatedTimer now allows adaptive interval and dynamic loop condition
2015-03-25 17:24:12 +01:00
Gina Häußge
18dd1659da
Fixed a typo in the RepeatedTimer docs
2015-03-25 16:52:09 +01:00
Gina Häußge
1c1e6b45b6
Added RepeatedTime class to use for repeated tasks
...
Utilizing it for temperature and sd status polling in comm.py
2015-03-25 16:48:30 +01:00
Gina Häußge
97c8c7826c
[Docs] Documented AppPlugins
2015-03-23 18:15:18 +01:00
Jon Carlos
917a2a528b
Fix: Settings modal did not display properly on iPad and other browsers under 1200px wide
2015-03-21 22:25:26 +00:00
Gina Häußge
05c11911fb
[Docs] Plugin and PluginInfo docs now includes members, OctoPrintPlugin now includes ref to base class
2015-03-20 11:33:54 +01:00
Gina Häußge
05f6425a53
Fixed some documentation and implementation details on the slicing API
2015-03-19 21:03:28 +01:00
Gina Häußge
f2eeb50381
Lots of documentation for slicing related things and some refactorings
2015-03-19 20:58:24 +01:00
Gina Häußge
c12b0f5fee
Removed auto slicing of STLs from watchdog
...
Easier to trigger via the UI
2015-03-19 20:56:03 +01:00
Gina Häußge
71fedd3be4
Fix: Don't duplicate for submission in cura profile importer
2015-03-19 20:55:32 +01:00
Bryan Mayland
8a3fb2ac00
Fix inability to set printer profile extruder feedrate from settings UI
2015-03-19 09:28:23 -04:00
Gina Häußge
87acd4c555
Fix: don't die during locale selection if access control is disabled
2015-03-19 09:31:13 +01:00
Gina Häußge
b35ee6d3db
Well... apparently it does work after all, re-enabling
2015-03-18 16:50:40 +01:00
Gina Häußge
67fcb0c1a0
Disabled not working qr code in user settings again
2015-03-18 16:48:29 +01:00
Gina Häußge
c51c45b46d
Better handling of callbacks for /api/users/... calls
2015-03-18 16:44:22 +01:00
Gina Häußge
728951cb55
Merge branch 'devel' into dev/userlanguage
2015-03-18 16:27:21 +01:00
Gina Häußge
aa0e7a6dd3
Fixed `/api/printer` which wasn't adapter yet to new internal offset data model
2015-03-18 15:54:06 +01:00
Gina Häußge
ddb588e751
Language settings now work, both global and per user
...
Still need to test if reload of current user settings works upon change of those.
2015-03-18 15:49:29 +01:00
Gina Häußge
7b9e3efea1
Removed /dev/ttyAMA* from serial ports added by default to connection list
...
Added additional ports configuration to settings to make it easier for people who actually need that port in the selection to add it back.
2015-03-18 12:08:21 +01:00
Gina Häußge
590bff696b
Also allow plugins to extend gcode scripts which are empty
2015-03-18 11:32:55 +01:00
Gina Häußge
f98ebaafee
WIP on introducing user settings (incl. interface language)
2015-03-18 11:30:08 +01:00
Gina Häußge
7bd83e7ef3
Merge branch 'devel' into dev/userlanguage
...
Conflicts:
src/octoprint/users.py
2015-03-16 12:48:48 +01:00
Gina Häußge
f79e361823
Merge branch 'dev/tornadoTimeFunc' into devel
2015-03-16 12:40:10 +01:00
Gina Häußge
89fba67eb0
Added X-Clacks-Overhead header to commemorate Sir Terry
...
For as long as his name is still passed along the Clacks,
Death can't have him.
-- "Going Postal", Chapter 4 Prologue
RIP Terry Pratchett
See also http://gnuterrypratchett.com/
2015-03-16 10:41:04 +01:00
Gina Häußge
57de36a9d3
Monkey patching tornado to backport tornadoweb/tornado#1290
...
Should hopefully help with freezing/blocking issues upon first connect with the net on the Pi, more tests needed.
2015-03-16 10:19:03 +01:00
Gina Häußge
91b9fb3e3f
Added proper form validation to printer profile editor to the UI
...
Closes #809
2015-03-13 15:49:35 +01:00
Jarek Szczepanski
5cadfb5a09
Simple alert when try to overwrite existing printer profile
2015-03-13 10:08:58 +01:00
Gina Häußge
1f559049c6
Merge branch 'devel' into dev/tornadoTimeFunc
2015-03-12 19:20:17 +01:00
Gina Häußge
7995858124
Merge remote-tracking branch 'origin/devel' into devel
2015-03-12 17:27:57 +01:00
Gina Häußge
699f7b5278
More work on custom controls
...
Added a lot of documentation, more stream lining, should now work completely without having to define types but offer the same/more functionality than before. Backwards compatible too.
2015-03-12 17:23:55 +01:00
Gina Häußge
22c73d831a
More cleanup for the feedback controls
...
Preprocessing for better performancy, unit tests for preprocessing, controls don't need a type anymore (makes things way less complicated and repetitive)
2015-03-10 21:49:18 +01:00
Teja
16e63824f1
made dwelling (G4 P...) commands more tolerant.
...
Conflicts:
src/octoprint/util/comm.py
2015-03-10 19:20:35 +01:00
Gina Häußge
7ed9cc0f87
Merge branch 'devel' into dev/customControlsDocs
...
Conflicts:
src/octoprint/static/js/app/viewmodels/control.js
2015-03-10 11:20:36 +01:00
Gina Häußge
9d761c4ee9
Make sure already processed custom controls don't get processed twice
...
Fixes an issue causing feedback controls to stop working if additional plugin controls are added
2015-03-10 11:19:58 +01:00
Gina Häußge
a956abd65a
Only display sidebar/tab if there are components within
...
If sidebar is present but tabs not or vice versa, it will be blown up to 100% width.
2015-03-09 13:29:51 +01:00
Gina Häußge
1a96480aa7
Allow to define additional bindings for existing view models
...
Adding a line such as
OCTOPRINT_ADDITIONAL_BINDINGS.push(["gcodeFilesViewModel", "#tab_plugin_my_other_file_plugin"]);
to a plugin JS now allows the plugin to configure existing view models to bind to additional elements, not just the ones configured by the view model itself. This allows binding view models of standard components to other component types and thus "moving" components, e.g. the files dialog from the sidebar to the tab section.
2015-03-09 13:11:43 +01:00
Gina Häußge
a87c3f6d4d
Allow defining order of UI components through config.yaml
...
config.yaml now has a new section "components" located under "appearance" which allows configuring the order and list of disabled components. Example:
appearance:
components:
order:
tab:
- control
- temperature
- gcodeviewer
- terminal
- timelapse
disabled:
sidebar:
- files
This would make the "Control" tab the first tab, followed by the usual order (plugins afterwards), and disable the Files sidebar component.
2015-03-09 12:37:07 +01:00
Gina Häußge
8cba11930f
WIP: Streamlining controls to not overly depend on types anymore
2015-03-09 11:40:47 +01:00
Gina Häußge
2b51501a57
Fixed key generation for template rendering
...
Key was only generated correctly if a suffix was set, causing templates from plugins of the same type to override each other.
2015-03-09 10:27:10 +01:00
Gina Häußge
8f6784d5d2
WIP: streamlining and documenting custom controls
2015-03-09 08:51:49 +01:00
Gina Häußge
dee205fc2f
Fixed octoprint.printer.standard.select_tool
...
Was expecting integers although it does get a tool identifier. Also fixed docs accordingly.
2015-03-06 16:54:41 +01:00
Gina Häußge
aecc7a4734
Added triggering GCODE scripts to the REST API and custom controls
2015-03-06 16:04:43 +01:00
Gina Häußge
e79fd99a41
Fixed comment handling in GCODE lines, escapes are no longer stripped
...
A good example while late night commits can sometimes be a bad idea.
2015-03-06 11:37:06 +01:00
Gina Häußge
fbca845bbd
G32 also qualifies as a blocking command
2015-03-06 11:36:03 +01:00
Gina Häußge
d447308ef0
Even more documentation of the internal modules
2015-03-06 01:42:49 +01:00
Gina Häußge
975cc5ccfc
GCODE scripts are now Jinja templates
...
Refactored some things in octoprint.util.comm and octoprint.settings, added migration function to get users of the devel version up to date with their gcode scripts. Migration function will be removed again one week from now.
2015-03-06 01:42:09 +01:00
Gina Häußge
d665cc9538
Fixed refreshing of timelapse file list upon finished rendering of a new one
2015-03-05 11:37:56 +01:00
Gina Häußge
8a70b5cd7f
Merge remote-tracking branch 'origin/devel' into devel
2015-03-04 23:05:44 +01:00
Gina Häußge
ee73e51d03
Also set heating flag when sending heatup GCODE through comm layer
2015-03-04 23:04:45 +01:00
Gina Häußge
923fe98a99
Merge branch 'dev/commExperiments' into dev/printerRefactoring
...
Conflicts:
src/octoprint/util/comm.py
2015-03-04 20:43:02 +01:00
Gina Häußge
88ac1974d1
Time estimation for SD printing needs less strict thresholds
2015-03-04 20:41:10 +01:00
Gina Häußge
f0b2f6d509
Fix: Display full name currently selected SD file
...
Wrong truncation caused first character to be missing
2015-03-04 20:39:36 +01:00
Gina Häußge
edd560f5a4
Fixed a bug causing feed rate adjustment to not work while printing
2015-03-04 20:38:49 +01:00
Gina Häußge
c7cccb2ce5
Prevent multiple copies of poll commands in send queue
...
Utilizes a "TypedQueue" which tracks command types - if provided - and doesn't
add entries of the same type as another entry in the queue.
Somewhat backported from dev/commRefactoring branch
2015-03-04 20:38:15 +01:00
Gina Häußge
8092ff7e62
Workaround a bug in old versions of Marlin
...
For some versions, the ok for a file delete message is not prepended
by a newline: "File Deleted:<filename>ok"
This work around will make it still detectable.
2015-03-04 20:35:10 +01:00
Gina Häußge
b1129332c9
Detect external heatup
...
If a line "T: <temperature>" comes in, the printer is heating up although
we don't know why. Nevertheless count the time.
2015-03-04 20:33:44 +01:00
Gina Häußge
cc4d13e1ce
Fix issue with rewinding SD files
...
Sometimes M26 S0 does not cause a selected SD file to be
properly rewound, leading to issues when restarting the
print job. Reselecting the file (and ignoring the
resulting select event) solves this.
2015-03-04 20:31:51 +01:00
Gina Häußge
bcc724df2c
Merge pull request #793 from imrahil/fix_in_apidocs
...
Fixed docs for BlueprintPlugin
2015-03-04 16:59:33 +01:00
Gina Häußge
116a540abd
More experimenting with comm queueing, seems to work fine now
...
Next up: actual print
2015-03-04 14:15:01 +01:00
Gina Häußge
4383a89091
_heatupWaitStartTime should be reset to None instead of 0
2015-03-04 10:29:29 +01:00
Gina Häußge
801f9adfd7
Further experiments with send_queue and polling timers
2015-03-04 10:20:13 +01:00
Gina Häußge
383f36fc48
Backported clear_to_send mechanism from commRefactoring
...
Also added temperature and sd status polling timers
2015-03-04 09:45:51 +01:00
Gina Häußge
333c9ba205
Refactoring of "printer" modules
...
- renamed methods from camelCase to snake_case
- renamed callback mathods from comm module from camelCase to snake_case
- extracted and documented public interface to be used by plugins
- extracted callback interface to be implemented by subscribed callbacks to printer
- moved standard implementation to custom package
- moved time estimation classes to custom package
2015-03-03 17:01:33 +01:00
Gina Häußge
af0cad90a8
Made drag-n-drop better usable on high resolutions
...
Now stop complaining.
Closes #187
2015-03-03 16:39:27 +01:00
Gina Häußge
b8e5019e24
Corrected a merge error that broke the system menu display
...
Closes #797
2015-03-02 22:41:37 +01:00
Gina Häußge
60882d9a5c
Don't consider it a disconnect until after some failed direct tries to reconnect
...
Should solve issues where the "Disconnected" dialog briefly appears when the connection gets interrupted only briefly, e.g. when starting a timelapse download in Firefox.
2015-03-02 22:20:27 +01:00
Gina Häußge
18b2b7dfe8
Fixed warnings in documentation build
2015-03-02 16:03:37 +01:00
Gina Häußge
8da9f55b05
Merge branch 'devel' into dev/gcodeScripts
2015-03-02 15:40:20 +01:00
Gina Häußge
3820f7b275
Added download link for STLs to the file list
2015-03-02 15:34:48 +01:00
Gina Häußge
befe2e7bee
Allow adding slicing profiles for unconfigured slicers and properly reload slicing view model upon configuration
...
This should fix the problem where on a fresh setup it was impossible to upload slicing profiles for Cura before
the path to the binary was configured.
Also made the slicing dialog auto update available slicers when the settings are updated. The slicing button
in the file list is now only active if a slicer is available. The slicing dialog will only show upon upload of
an STL file if a slicer is available.
Closes #795
2015-03-02 15:34:29 +01:00
Gina Häußge
36a837cd77
Always allow uploading STL files, even if no slicer is configured yet
2015-03-02 15:30:03 +01:00
Gina Häußge
19114d1073
Use fully qualified import for plugin manager in file manager to simplify unit testing
2015-03-02 13:01:13 +01:00
Jarek Szczepanski
49fbe75387
Fixed docs for BlueprintPlugin
2015-03-01 21:46:21 +01:00
Gina Häußge
06f14045ad
CSS recompiled
2015-03-01 14:31:38 +01:00
Gina Häußge
a88a781d38
Merge branch 'devel' into dev/gcodeScripts
2015-03-01 14:28:09 +01:00
Gina Häußge
c3834c16fa
Merge branch 'devel' into dev/gcodeScripts
...
Conflicts:
CHANGELOG.md
src/octoprint/static/css/octoprint.css
src/octoprint/static/js/app/viewmodels/timelapse.js
src/octoprint/util/comm.py
2015-03-01 14:11:43 +01:00
Gina Häußge
dec9f47aa6
New transparent toggle in appearance settings
...
Allows color matching your OctoPrint instance to your printer even if it uses semi-transparent colored acrylic ;)
2015-02-28 23:43:30 +01:00
Gina Häußge
4dc570779d
Merge branch 'devel' of https://github.com/nophead/OctoPrint into nophead-appearance
2015-02-28 13:33:36 +01:00
Chris Palmer
a9f1c3711a
Bigger trans-background image
2015-02-28 09:46:03 +00:00
Chris Palmer
7ff03d2e75
Fixed trans-background image
2015-02-28 09:34:28 +00:00
Chris Palmer
97f4fabd48
Added missing trans-background image
2015-02-28 09:10:50 +00:00
Gina Häußge
cd3ead3f30
More documentation
2015-02-27 20:28:24 +01:00
Bob Clough
06850dd775
Added gradient to transparent header background, compiled + minified CSS
2015-02-27 17:39:40 +00:00
Bob Clough
47a58a73e4
Added transparent header background, compiled + minified CSS
2015-02-27 17:19:38 +00:00
Bob Clough
6665332359
Added compiled octoprint.css that includes white as an option
2015-02-27 17:05:16 +00:00
Bob Clough
b0b594c5f8
Added class for white
2015-02-27 16:49:42 +00:00
Chris Palmer
a74ce57d24
Added white to avialable appearance colours
2015-02-27 11:10:22 +00:00
Gina Häußge
84c32a3cd9
Unit tests for octoprint.plugin.PluginSettings
...
And some small fixes of that class in the process...
2015-02-27 10:29:08 +01:00
Gina Häußge
0a92b340ac
Refactoring in octoprint.util
...
* Renamed a couple of camelCased methods to snake_case
* Moved to better location what didn't make sense in the common util module
2015-02-27 10:28:16 +01:00
Gina Häußge
c76b84e1be
Fixed file not found error when selecting a local file for printing
...
Introduced by 8bef18c2a8
Reported in #788
2015-02-27 01:37:37 +01:00
Gina Häußge
8bef18c2a8
Fix handling of SD card files in folders
...
OctoPrint got confused by prepended / in files on printer's SD cards
located within folders.
New handling makes comm always use absolute path names for SD card
file names (even those in the root), printer converts between
this representation and the storage interface compatible version
of file and folder names being stated relative to the root (so
no leading /)
2015-02-26 18:24:10 +01:00
Gina Häußge
4997814abe
Moved PluginSettings interface from CamelCase to snake_case (backwards compatible)
...
Added wrappers to ensure existing plugins being able to work, although them using the old camel case method names now causes a deprecation warning being logged
2015-02-26 13:43:01 +01:00
Gina Häußge
942c916df5
Added tool tips for webcam options
...
Also fixed label element references
2015-02-26 11:47:55 +01:00
Mikk Kiilaspää
a4d83c33ec
Add an option to specify the amount of encoding threads for FFMPEG
2015-02-25 23:50:00 +02:00
Gina Häußge
07987dad46
Proper default values for interval in server on API
2015-02-24 19:46:55 +01:00
Gina Häußge
90dda10ca0
Proper default values for timelapse settings when no settings available from server
2015-02-24 19:46:24 +01:00
Gina Häußge
2250fea68a
Changed location of fps configuration setting in timelapse config
2015-02-24 19:28:50 +01:00
Gina Häußge
fcc6a8c4c3
Changed wording for timelapse fps configuration a bit
2015-02-24 19:24:50 +01:00
Gina Häußge
ebbcd28536
Fixed a client side range check for timelapse fps
2015-02-24 19:24:32 +01:00
Gina Häußge
b273e06e88
Server side range checking for timelapse config
2015-02-24 19:24:11 +01:00
Mikk Kiilaspää
197859b675
Fix v2 for response parsing
2015-02-24 20:00:58 +02:00
Mikk Kiilaspää
f5ece9b5b4
Add the option to change timelapse fps
2015-02-24 19:39:29 +02:00
Mikk Kiilaspää
f0a71acf98
Fix response parsing
2015-02-24 17:48:15 +02:00
Gina Häußge
478b4f9550
Muted style of "Hint:" message in Files sidebar and Control tab
2015-02-24 14:15:33 +01:00
Gina Häußge
e9623fdc36
Improved behaviour of terminal window
...
* Disabling autoscrolling now also stops cutting of the log while it's enabled, effectively preventing log lines from being modified at all
* Applying filters displays "[...]" where lines where removed
* Added a link to scroll to the end of the terminal log (useful for when autoscroll is disabled)
* Added a link to select all current contents of the terminal log for easy copy-pasting
* Added a display of how many lines are displayed, how many are filtered and how many are available in total
Closes #735
2015-02-24 14:14:52 +01:00
Gina Häußge
a6e5ea268b
Fixed timelapse postroll settings
...
* Changing Timelapse post roll activates save button
* Timelapse post roll is loaded properly from config
(cherry picked from commit e1d7573 )
2015-02-24 11:09:17 +01:00
Gina Häußge
e1d75736e7
Fixed timelapse postroll settings
...
* Changing Timelapse post roll activates save button
* Timelapse post roll is loaded properly from config
2015-02-24 11:08:23 +01:00
Gina Häußge
3dc7f8cd7c
Fixed a merge error
2015-02-24 09:35:35 +01:00
Gina Häußge
e19b0d2a49
Merge branch 'devel' into dev/gcodeScripts
...
Conflicts:
src/octoprint/static/css/octoprint.css
src/octoprint/static/js/app/main.js
src/octoprint/static/js/app/viewmodels/settings.js
2015-02-24 09:32:46 +01:00
Gina Häußge
543b8df48b
Extended documentation to include replace feature for plugin template components
2015-02-24 09:29:02 +01:00
Gina Häußge
bb0a607891
Fixed gcode and terminal view models not properly handling missing elements
2015-02-23 21:41:19 +01:00
Gina Häußge
b401d957e5
Tabs now overflow into a tabdrop instead of wrapping
2015-02-23 21:40:55 +01:00
Gina Häußge
1c931a65e7
Asset injection for core components now uses same mechanism as plugins
2015-02-23 21:40:17 +01:00
Gina Häußge
b9fd3dda7d
Added onAfterTabChange callback, fixed tab switching this way
...
Both temperature graph and terminal need to be updated AFTER the tab has been switched (onAfterTabChange) not before (onTabChange).
2015-02-23 14:55:43 +01:00
Gina Häußge
3a41ec2e20
Refactored view models, switched from underscore to lodash
...
Also added loglevel.js to allow for level based logging and added sprintf.js separately
2015-02-23 13:54:40 +01:00
Gina Häußge
cc975f77aa
Removed broken source map links in jquery.min.js and underscore-min.js
...
Should get rid of *.min.map 404s
2015-02-23 10:43:44 +01:00
Gina Häußge
81ef3d1e02
Fixed new slider controls
...
Needed proper observables to work
2015-02-22 22:26:05 +01:00
Gina Häußge
09ecd68fde
Parametric commands for custom controls can now define sliders instead of input fields
2015-02-22 22:19:43 +01:00
Gina Häußge
60a747620c
Bit more error resilience for the gcode viewer ui elements
2015-02-22 21:49:33 +01:00
Gina Häußge
4abcf1054b
Added controls for changing feed and flow rate factors to Controls tab
...
Closes #362
2015-02-22 21:20:56 +01:00
Gina Häußge
e476e4154e
Added custom control type for rows of controls
...
This allows horizontal placement of buttons. Custom controls in rows can have specified two new attributes: width which is the width of their container in the bootstrap 12-slot grid, and offset to specify offsets to the former control on the row.
2015-02-22 16:42:26 +01:00
Gina Häußge
32ebec3d3c
Fixed problem that broke SD printing
2015-02-22 15:34:14 +01:00
Gina Häußge
5c35a288a3
Always make sure to (re)set file position to the beginning when starting SD card prints
...
Closes #780
2015-02-22 15:15:45 +01:00
Gina Häußge
ad23c88347
Merge remote-tracking branch 'origin/devel' into devel
2015-02-20 19:02:00 +01:00
Gina Häußge
f60435aca4
Also allow downloading of STL files from server
2015-02-20 19:01:14 +01:00
Gina Häußge
9d3dee7bf3
Ping pong sending to fix acknowledgement errors
...
Might be a good solution for people affected by #166 , #470 , #490 until commRefactoring branch is ready for prime time. No solution for #553 since that needs proper queueing and blocking command detection.
2015-02-20 18:48:15 +01:00
Gina Häußge
5af6f0e7cb
Possible fix for the resend issue backported from commRefactoring branch
2015-02-20 14:34:05 +01:00
Gina Häußge
8711702cf5
Temperature polling fixed, virtual printer having issues with resends
...
TODO:
- solve virtual printer resend issues
- document hook
2015-02-19 23:04:47 +01:00
Gina Häußge
1e6679c40c
Corrected some merge errors, got gcode scripts to work, broke temperature polling in the process
...
TODO:
- Fix temperature polling
- Document new hook octoprint.comm.protocol.scripts
2015-02-19 22:32:20 +01:00
Marcel
61c4a8b635
Error messages show the proper name of the objects
...
Just try to figure out why some binding wasn't working on my version and came out with this small change
2015-02-18 12:07:36 -08:00
Gina Häußge
654e255b68
Merge branch 'devel' into dev/gcodeScripts
...
Conflicts:
src/octoprint/server/__init__.py
src/octoprint/server/api/settings.py
src/octoprint/static/css/octoprint.css
src/octoprint/static/js/app/viewmodels/settings.js
2015-02-18 17:18:22 +01:00
Gina Häußge
28738a5179
More documentation and unit tests
2015-02-18 17:16:37 +01:00
Gina Häußge
258b824ff8
self._printer in plugins now allows direct access to the transport object (serial instance in most cases)
2015-02-17 21:53:45 +01:00
Gina Häußge
7438ba1eea
Merge remote-tracking branch 'origin/devel' into devel
2015-02-17 14:26:52 +01:00
Gina Häußge
3c33401b48
GCODE viewer: Only try to instantiate sliders if their elements are available
2015-02-17 13:51:34 +01:00
Gina Häußge
9aa45041f6
View models can now implement getAdditionalControls to add controls to the control tab
...
Controls may now contain a new property "javascript" which may be either a javascript function to be called when the control is executed, or a string to be eval'd when the control is executed. If it is a function, it will be called with the config of the custom control as single parameter "data". If it is a string it will be eval'd within a function context providing the custom control configuration as variable data.
Additionally controls may contain a new property "enabled", which may also be either a javascript function or a string to be eval'd. The custom control config will be available to the enabled code as described above. The code is expected to return true if the component should be enabled or false if not.
2015-02-17 13:51:05 +01:00
Gina Häußge
56bce984fa
Merge pull request #673 from fjriosp/reconnect_fix
...
BugFix to Reconnect on Debian
2015-02-17 09:42:42 +01:00
Gina Häußge
6cdd8de248
docs: Fixed a wrong reference
2015-02-13 15:50:09 +01:00
Gina Häußge
197ed7b912
More documentation
2015-02-13 12:50:02 +01:00
Gina Häußge
00760ef1b3
If plugins only provide LESS or CSS files, they should still be properly included in the page regardless of stylesheet mode
...
Up until now OctoPrint would not include anything for plugins which didn't provide LESS files but CSS files when in LESS mode (and vice versa). This is not rectified to make development a bit easier and less restrictive - if a plugin author doesn't want to use LESS but just plain CSS, that's now fine too.
2015-02-12 13:28:37 +01:00
Gina Häußge
65557f670a
Fixed copy paste error from way back
2015-02-11 12:26:18 +01:00
Gina Häußge
9cdb273cbc
Tooltips for the serial connection settings
2015-02-11 12:22:41 +01:00
Gina Häußge
eb4156c02e
Directly update color coding for success/failure in file list after finishing a print job
2015-02-10 10:55:47 +01:00
Gina Häußge
faccba1c86
Fix the system menu again (stupid comma...)
2015-02-09 21:43:15 +01:00
Gina Häußge
d3a00fc887
Properly disable UI elements again after change in templating
2015-02-09 16:12:07 +01:00
Teja
7b92fb27c0
bugfix. initialize counter for plugins of type generic.
2015-02-07 19:23:07 +01:00
Gina Häußge
be9021d377
Some more unit tests for the plugin manager
2015-02-05 19:20:51 +01:00
Gina Häußge
ec7feb1a3c
Possible workaround for OctoPrint stalling when a clock change happens while it is running
2015-02-05 11:12:03 +01:00
Gina Häußge
e899050517
Rudimentary multi pass dependency resolution for view models
...
Largely based on a patch by @mrbeam - big thanks for that!
2015-02-03 22:23:32 +01:00
Gina Häußge
d8dffc9dd3
Fall back to unmodified default profile if the overridden version is invalid
2015-02-03 11:46:30 +01:00
Gina Häußge
d5abf3f0f5
Merge remote-tracking branch 'origin/devel' into devel
2015-02-03 10:18:31 +01:00
Gina Häußge
9a476073cb
Made call_plugin method more error resilient
...
Should catch any exceptions thrown by the plugin, log them and only hand them off if the caller requested to be informed about such things. This way if something goes wrong with a StartupPlugin there should be no problem anymore to still get the server up and running.
2015-02-03 10:17:39 +01:00
Gina Häußge
2da952e7ff
Merge remote-tracking branch 'origin/devel' into devel
2015-02-01 17:27:53 +01:00
Gina Häußge
ce363ce409
Fixed a bug causing gcodeInterpreter to hiccup on GCODES containing invalid coordinates such as Xnan or Yinf, causing in turn the file API to fail until the offending file was deleted and its metadata removed
2015-02-01 17:27:12 +01:00
Gina Häußge
cc9e495042
Extracted common CSS styles for action button columns in various tables into LESS mixin
...
.actioncol now sets text align to center, color of contained links to black and disables wrapping on whitespace (thanks to @Renha for that one)
2015-01-31 17:10:32 +01:00
Gina Häußge
8f8b66fbff
Merge pull request #742 from Renha/devel
...
Fixed wrapping of Icons at Action column in Access Controll settings page
2015-01-31 16:36:58 +01:00
Gina Häußge
8bfa3ef250
Adjusted discovery plugin to new blueprint and settings functionality for plugins
2015-01-30 22:22:39 +01:00
Gina Häußge
17d0b17a86
Blueprints of BlueprintPlugins now also get instantiated with defined template and static folder, plugins may override this via get_blueprint_kwargs
2015-01-30 22:22:08 +01:00
Gina Häußge
2f5e955367
Fixed an issue causing slicing not to work due to a change in how the used sarge library works
...
Starting commands asynchronously now necessitates a call to Pipeline.wait_events in order to be able to access the started Command instances. Not waiting causes the list of commands to be not fully populated and hence issues with code depending on that stuff being present.
2015-01-30 21:47:48 +01:00
Gina Häußge
6f52e7a008
More error resilience when (re)loading plugins
2015-01-30 18:06:52 +01:00
Gina Häußge
86734076e0
Fixed a bug which caused self.implementations to be able to return None instead of [] if no implementations were provided by a plugin
2015-01-30 18:04:15 +01:00
Gina Häußge
6b6bef4e86
First inject static additional injects, then follow up with factory created ones
...
This way plugins are already prepopulated with stuff like basefolder and logger and such when the factories are executed.
2015-01-30 13:56:18 +01:00
Gina Häußge
998420312e
Adjusted CuraPlugin to use new blueprint and settings mechanisms for plugins
2015-01-30 13:24:34 +01:00
Gina Häußge
d3bd990009
The plugin system now also injects self._settings into SettingsPlugins and create the blueprint for BlueprintPlugins
...
Also adjusted a lot of documentation for that stuff and continued writing the Getting Started guide for plugin development.
2015-01-30 13:22:35 +01:00
Gina Häußge
e1e47abfbe
Fixed selecting the first dialog in the settings dialog upon first opening it
2015-01-30 09:28:41 +01:00
Gina Häußge
8c2214fc09
Ordering of injected templates decoupled from template content
...
Internal templates get handled the same way as those from plugins. Plugins may also in theory now replace existing internal templates, however for that to not cause any errors on the client side due to missing expected elements that will for now stay an undocumented feature.
2015-01-29 16:39:09 +01:00
Gina Häußge
250d71b580
Added server side caching of main page
...
Index page will now be cached for up to five minutes, unless the
request contains "_refresh" in the query or the Cache-Control header
contains no-cache
2015-01-29 16:37:20 +01:00
Gina Häußge
151864f1d4
Always send responses to POST requests with Cache-Control: no-cache
2015-01-29 16:36:08 +01:00
Gina Häußge
f4df354cd0
Removed left overs from former cura integration
2015-01-28 15:36:44 +01:00
Gina Häußge
4223d48edd
Docs: Started on a basic plugin tutorial
2015-01-27 14:21:41 +01:00
Gina Häußge
d96e56e3c7
Also include module_name in plugin origin tuple for entry points
2015-01-26 22:30:31 +01:00
Gina Häußge
c3bb575b48
Added plugin metadata to bundled plugins
2015-01-26 22:22:19 +01:00
Gina Häußge
2d2285861f
Also track disabled plugins and allow defining/retrieving license information in plugins
2015-01-26 22:21:58 +01:00
Gina Häußge
19f9400b11
Read pkginfo data for plugins retrieved via entry_point and use that to populate author, version, name, description and url data in PluginInfo object
...
This data can still be overwritten from within the Plugin itself by setting the correponding __plugin_xyz__ variables, however it allows getting rid of some repetition if that data has already been specified in setup.py
2015-01-26 17:27:34 +01:00
Артем Груничев
344a505903
Icons at Action column in Access Controll settings page are now wrapped correctly with any translation language; regenerated .css file according to .less one.
2015-01-26 17:24:37 +03:00
Gina Häußge
922ee39109
Plugins can now also supply information regarding the plugin author and website, metadata also tracks from where they were loaded
2015-01-26 12:51:44 +01:00
Gina Häußge
4b60475a02
Also properly inject printer into plugin implementations (as self._printer)
2015-01-26 12:48:07 +01:00
Gina Häußge
657629183b
Custom 400 response if requests that need json don't contain proper json
2015-01-22 17:59:31 +01:00
Gina Häußge
9cefd06655
Added missing pagination for printer profiles
2015-01-22 17:57:25 +01:00
Gina Häußge
ac549770ee
Move onStartup call to before any bindings getting applied
2015-01-22 16:56:42 +01:00
Gina Häußge
22623fb0b6
Allow setting the default printer profile when creating a new one
2015-01-20 15:17:49 +01:00
Gina Häußge
98ac877033
Merge branch 'master' into devel
...
Conflicts:
CHANGELOG.md
2015-01-19 16:48:51 +01:00
Gina Häußge
83790fcd64
Do not truncate error reported from printer in UI
...
Closes #706
2015-01-19 16:42:09 +01:00
Gina Häußge
6dd2dcee16
GCODE viewer: Even better version of initial bed centering, backported from c858c8f75b
...
See #719
2015-01-19 16:34:40 +01:00
Gina Häußge
a91a354fa9
Fixed a bug causing the GCODE viewer to be zoomed in outside of the print bed due to missing initial move
...
Possible fix for #719
2015-01-19 16:26:52 +01:00
Gina Häußge
e3cba0d4c2
Adjusted to new template structure. WIP!
...
Problems:
- timeout upon print start due to first line not being properly sent apparently
- extruder count not taken from printer profiles yet (which are not available on comm layer), hence wrong end code
2015-01-19 15:40:23 +01:00
Gina Häußge
83204eda3b
Merge branch 'devel' into gcodeScripts
...
Conflicts:
src/octoprint/printer/__init__.py
src/octoprint/static/css/octoprint.css
src/octoprint/static/less/octoprint.less
src/octoprint/templates/settings.jinja2
2015-01-19 15:25:11 +01:00
Gina Häußge
146128730c
Fixed timelapse deletion
...
Was broken after switching to new file name sanitizing with the new file management layer, still stripped everything but ascii from the filename although timelapse file names may actually contain more than that character set since the gcode file names they are based off may too.
Closes #724
2015-01-19 12:34:25 +01:00
Gina Häußge
1daa6df346
Added exception logging for event bus worker loop
2015-01-19 12:13:04 +01:00
Gina Häußge
416b897596
Fixed a documentation bug
...
Thanks @Booli
2015-01-19 11:15:09 +01:00
Gina Häußge
b28f511b92
Small addendum and changelog entry for #717
2015-01-16 21:49:01 +01:00
Gina Häußge
19df1aed17
Merge pull request #717 from Renha/devel
...
Bugfix for Invalid cross-device link on Linux when /tmp is on another fs
2015-01-16 21:24:31 +01:00
Gina Häußge
9452ba4c24
Fixed heated bed temperature setting during slicing with Cura
2015-01-16 19:58:46 +01:00
Gina Häußge
762ec228da
More work on the documentation
2015-01-16 17:11:31 +01:00
Gina Häußge
f619c1f8c4
Made data_bind handling of Template Plugin more easier
...
allowBindings: true is automatically added if necessary, regardless of plugin_supplied data_bind value, should make usage easier.
2015-01-16 12:35:24 +01:00
Gina Häußge
5180fc70d2
Changed how TemplatePlugin works
...
get_template_vars get split into get_template_vars (for injection additional template variables only) and get_template_configs (for configuring injection of additional template). It's now possible to inject more than one of a given template type from within plugins, and template injection is more intelligent in that if a plugin's templates don't need special configuration and stick to default naming and behaviour, just declaring them inside the templates directory of the plugin will be enough to fire up everything including links to switch to tabs, sidebars etc (the plugin's name being used in such cases for link text).
2015-01-16 11:54:34 +01:00
Gina Häußge
19fe770606
Forgot to inject plugin manager...
2015-01-15 16:51:55 +01:00
Gina Häußge
f2e98265e7
Fix generic plugin includes again (was still depending on a removed variable)
2015-01-15 15:13:55 +01:00
Gina Häußge
bb7aa6544f
Adjusted bundled Cura plugin to not define already defined folder paths again, now included automatically
2015-01-15 14:53:23 +01:00
Gina Häußge
2324a1bf0e
Correctly set custom element styles on navbar and tab items
2015-01-15 14:42:58 +01:00