{% extends "base.html" %} {% block content %}

{{ _('System Settings') }}

{{ _('SliceEngine Configurations') }}
{{ _('Adjust the X-axis compilation offset for combined files on the build plate.') }}
{{ _('Adjust the Y-axis compilation offset for combined files on the build plate.') }}
{{ _('Files smaller than this will not generate a simplified proxy.') }}
{{ _('Absolute path to save locally sliced GCode files (e.g. OctoPrint uploads folder like "/home/pi/.octoprint/uploads"). Leave empty to use system default.') }}
{{ _('Default Plater Settings') }}
{{ _('Absolute path to a custom build plate STL model to show in the plater. Leave empty to use none.') }}
{{ _('Main configuration for the printer dimensions, limits and base profiles.') }}
{{ _('Slicing Engine Configurations') }}
{{ _('Select the engine to be used globally. Ensure the selected engine is installed and accessible on the server.') }}
{{ _('Default Storage Quotas (MB)') }}
{% endblock %}