diff --git a/.gitignore b/.gitignore index d7dbe1f7..ed470dab 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,5 @@ OctoPrint.egg-info *.orig *.codekit -/nbproject/private/ \ No newline at end of file +/nbproject/ +.directory diff --git a/src/octoprint/settings.py b/src/octoprint/settings.py index c434ed3f..b5d8947f 100644 --- a/src/octoprint/settings.py +++ b/src/octoprint/settings.py @@ -78,10 +78,10 @@ default_settings = { "maxExtruders": 10 }, "feature": { - "temperatureGraph": True, + "temperatureGraph": False, "waitForStartOnConnect": False, "alwaysSendChecksum": False, - "sdSupport": True, + "sdSupport": False, "sdAlwaysAvailable": False, "swallowOkAfterResend": True, "repetierTargetTemp": False, @@ -117,7 +117,7 @@ default_settings = { {"x": 0.0, "y": 0.0} ], "bedDimensions": { - "x": 200.0, "y": 200.0, "r": 100, "circular": False + "x": 435.0, "y": 300.0, "r": 100, "circular": False }, "defaultExtrusionLength": 5 }, diff --git a/src/octoprint/static/js/app/viewmodels/files.js b/src/octoprint/static/js/app/viewmodels/files.js index 71e71c52..d605f3e4 100644 --- a/src/octoprint/static/js/app/viewmodels/files.js +++ b/src/octoprint/static/js/app/viewmodels/files.js @@ -68,7 +68,7 @@ function GcodeFilesViewModel(printerStateViewModel, loginStateViewModel, slicing } }, "name", - ["machinecode"], + [], [["sd", "local"], ["machinecode", "model"]], 0 ); diff --git a/src/octoprint/templates/index.jinja2 b/src/octoprint/templates/index.jinja2 index be037be8..ab3f52af 100644 --- a/src/octoprint/templates/index.jinja2 +++ b/src/octoprint/templates/index.jinja2 @@ -151,23 +151,23 @@
{{ _('Machine State') }}:
{{ _('File') }}:  (SD)
- {{ _('Timelapse') }}:
+ -
+ - {{ _('Approx. Total Print Time') }}:
- {{ _('Print Time') }}:
- {{ _('Print Time Left') }}:
- {{ _('Printed') }}:
+ {{ _('Approx. Total Job Time') }}:
+ + {{ _('Processed') }}:
@@ -228,7 +228,7 @@
-
+
@@ -248,7 +248,7 @@
{{ _('Size') }}:
-
+
@@ -539,7 +539,7 @@

Warning

- You've selected for printing which has a size of + You've selected which has a size of . Depending on your machine this might be too large for rendering and cause your browser to become unresponsive or crash.