Teja
913172e008
label updates: print -> laser
2014-11-24 16:09:59 +01:00
Teja
a4864b8508
disabled sd support
2014-11-24 15:47:12 +01:00
Teja
f15eae5e40
ignoring .directory settings
2014-11-24 15:30:06 +01:00
Teja
ce2ca4bd0b
Commented out a lot of 3d printer related features.
2014-11-22 20:41:47 +01:00
Teja
4d72a9c89b
beamification of the octoprint ui.
2014-11-22 19:03:23 +01:00
Philipp Engel
c79a9e7e35
including plugins' main template (='name of the plugin'.jinja2, e.g. cura.jinja2) to index.jinja2
2014-11-11 14:09:35 -08:00
Philipp Engel
f61b6e8ad0
moved svg 'slicing' dialog to plugin code
...
added some more files
2014-11-11 13:51:43 -08:00
Philipp Engel
d80cbcdee5
Merge branch 'devel' of https://github.com/foosel/OctoPrint into mrbeam
2014-11-07 09:25:27 -08:00
Philipp Engel
e753ec6b4f
* added a svg to gcode plugin (copied from cura-plugin, so there is probably still a lot of unused code in it)
...
* added 'svg' as a supported model file extension / format
* added a new dialog for customizing gcode conversion of svgs
2014-11-07 09:23:12 -08:00
Gina Häußge
c207578f14
Merge pull request #639 from mangtronix/iphone-autocaps
...
Disable automatic capitalization for username entry field (Safari)
2014-11-07 08:26:10 +01:00
Michael Ang
16801ad3e1
Disable autocapitalization for username
...
Makes it easier to login on iPhone (Mobile Safari)
2014-11-07 00:24:05 +01:00
Gina Häußge
eacfcab187
Merge branch 'master' into devel
...
Conflicts:
CHANGELOG.md
2014-11-04 10:43:11 +01:00
Gina Häußge
9e014eba1f
Added removal of pyc files (and their parent folders if they are empty after that) to the python setup.py clean command
2014-11-04 10:40:15 +01:00
Gina Häußge
9692b709aa
Merge branch 'Wallacoloo-master'
2014-11-04 10:08:07 +01:00
Gina Häußge
5acb04c180
Fixed a couple of more missing branch fields and added Changelog entry
2014-11-04 10:07:46 +01:00
Gina Häußge
ff96e2e4d6
Also interpret lines starting with "!!" as errors from the firmware
...
(see http://reprap.org/wiki/G-code#Replies_from_the_RepRap_machine_to_the_host_computer )
2014-11-03 21:40:21 +01:00
Colin Wallace
87234bda05
Fix missing branch field in DEFAULT dict
...
Should fix an error raised on line 951 (SHORT_VERSION_PY % DEFAULT) during Octoprint setup when there's no version info. More info here: https://groups.google.com/forum/#!topic/deltabot/8udyUsJ1c9M
2014-11-03 05:50:09 +00:00
Gina Häußge
ca6364e5d4
Correctly interpret Smoothieware temperature data for multiple extruders
...
Fixes #633
2014-10-31 14:08:52 +01:00
Gina Häußge
62667de4a8
Fix: Don't try to create a SessionUser for anonymous users
2014-10-30 12:22:58 +01:00
Gina Häußge
f8955c0d1b
Fix of file type detection
2014-10-29 12:17:26 +01:00
Gina Häußge
0aac7813e4
More work on slicing integration:
...
- be able to handle slicers which can't report progress
- distinguish between registered and configured slicers (e.g. to allow uploading of profiles via the settings before having saved the path to the executable)
2014-10-29 12:16:49 +01:00
Gina Häußge
44cc9e7db8
Cura Plugin: Filament diameter and hotend temperature where not correctly extracted from profile and supplied to CuraEngine, resulting in low print quality
...
(using the default of 2.85mm filament diameter doesn't work well for 1.75mm machines...)
2014-10-29 11:57:43 +01:00
Gina Häußge
644329c0b8
Preparing release of 1.1.1
2014-10-27 09:48:54 +01:00
Gina Häußge
ff97fba0f0
Merge branch 'master' into devel
...
Conflicts:
src/octoprint/server/api/__init__.py
2014-10-27 09:39:14 +01:00
Gina Häußge
ce67e28f96
Generate the salt used for hashing user passwords individually for each server instance
2014-10-27 09:37:39 +01:00
Gina Häußge
e149689249
Enable logging of tornado errors by default, to make sure octoprint.log will contain meaningful entries if something goes wrong in our tornado customization
2014-10-24 20:11:58 +02:00
Gina Häußge
b79d5e670a
Tornado's StaticFileHandler now supports content streaming, use that instead of our own implementation
...
Also allow for definition of access validation and serving as attachment though.
Hopefully also fixes #606 , since that was possibly called by our own implementation of content streaming, which now has been removed completely.
2014-10-24 19:59:59 +02:00
Philipp Engel
39bd44bf70
Merge branch 'devel' of https://github.com/foosel/OctoPrint into mrbeam
2014-10-24 11:29:39 -05:00
Gina Häußge
c23cb378cd
Allow login of the same user from multiple browsers without side effects
...
So far when logging in from two different browsers, then logging out in one of them the user was logged out across all browsers. This should now be changed in so far as that each individual browser session is tracked and only that session is ended by a logout that belongs to the browser where the logout button was clicked.
Should fix #556
2014-10-24 13:05:07 +02:00
Gina Häußge
a185685f0c
Merge branch 'master' into devel
...
Conflicts:
src/octoprint/server/__init__.py
src/octoprint/settings.py
2014-10-23 16:21:39 +02:00
Gina Häußge
b4699825d6
Generate the key used for session hashing individually for each server instance
...
(cherry picked from commit 118a4f7 )
2014-10-23 15:38:43 +02:00
Gina Häußge
118a4f7097
Generate the key used for session hashing individually for each server instance
2014-10-23 15:33:32 +02:00
Gina Häußge
7acb0657a7
Made "Streaming done" notification green
2014-10-23 14:45:12 +02:00
Gina Häußge
021ce44673
Don't die if you're not able to log a print (e.g. for prints from SD)
2014-10-23 14:45:11 +02:00
Gina Häußge
9a7733c9a3
Make "Slicing done" notification green
...
Implements #558
2014-10-22 09:45:42 +02:00
Gina Häußge
7150f5b536
Properly reselect default slicer and profile in slicing dialog after sending a slicing request
2014-10-22 09:12:50 +02:00
Gina Häußge
753b9e8d7a
Automatically refresh slicing profiles in slicing dialog when profiles are added or removed via the Cura plugin settings
2014-10-22 09:09:37 +02:00
Philipp Engel
219a26ec0b
applied grbl support changes from PxT | https://github.com/PxT/OctoPrint
2014-10-21 19:39:15 -05:00
Gina Häußge
6e62ecc8c1
Keep track of files that are currently being used (file being printed, source and destination for slicing) so that they can't be deleted
...
Also added logging to exception branches where the exception was formerly just swallowed.
2014-10-21 19:18:59 +02:00
Gina Häußge
0ab5369635
Added changelog entry for bugfix
2014-10-21 18:47:56 +02:00
Gina Häußge
a274b769bd
Merge pull request #625 from imrahil/gcode_analyzer_fix
...
Fixed gcode analyzing after file upload
2014-10-21 18:44:40 +02:00
Jarek Szczepanski
6e4d35777b
Fixed gcode analyzing after file upload
2014-10-21 18:35:08 +02:00
Gina Häußge
776e6aa498
Fixed a typo breaking slicing altogether
2014-10-21 15:03:36 +02:00
Gina Häußge
b7a21dd322
More error resilience in regards to defined printer parameters when converting the slicing profile for Cura
2014-10-21 14:56:59 +02:00
Gina Häußge
71d73c6562
Do not try to slice on local slicers when printing
...
Since slicing takes a lot of resources, that might lead to quality loss for the print job.
2014-10-21 14:14:00 +02:00
Gina Häußge
6732710d6f
Added logging of CuraEngine output to Cura plugin
...
Should hopefully help debugging issues where the slicer appears to not be doing anything.
2014-10-21 12:08:16 +02:00
Gina Häußge
90618723d4
Parse slicing progress from Cura and provide it on sock.js socket
...
UI for now displays it in the "Slicing" progress bar text.
2014-10-20 18:58:04 +02:00
Gina Häußge
084ca956fb
Cache metadata in an LRU cache instead of fetching it from disk everytime
2014-10-20 16:49:53 +02:00
Gina Häußge
44109f9d8f
Automatically cancel running slicing jobs targeting the same output file if a new slicing request is received
...
This way there won't be two concurrent jobs trying to slice to the same file, which would practically render the cpu cycles from any slicing jobs than the final one wasted. Also adds a new event "SlicingCancelled" that will be sent in these cases.
2014-10-20 13:40:04 +02:00
Gina Häußge
606efd3da1
Pause button now changes icon when paused to indicate "Resume" state better, also added tooltips
...
Updated german translation accordingly, other translations will have to follow once the community translates the new strings.
2014-10-20 09:51:33 +02:00