Skip to content

Commit

Permalink
Update the Prusa-Link-Web config for the new web version
Browse files Browse the repository at this point in the history
  • Loading branch information
TojikCZ committed Apr 5, 2024
1 parent 573e379 commit d42548b
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions config.custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,28 @@ const webpackConfig = require("./webpack.config");

module.exports = (env, args) => {
const config = {
PRINTER_NAME: "Original Prusa i3",
PRINTER_NAME: "Original Prusa MK3",
PRINTER_TYPE: "fdm",

WITH_API_KEY_SETTING: true,
WITH_SETTINGS: true,
WITH_CAMERAS: true,
WITH_CONTROLS: true,
WITH_PROJECTS: true,
WITH_LOGS: true,
WITH_FONT: false,
WITH_PRINT_BUTTON: true,
WITH_V1_API: true,
WITH_CAMERAS: true,
WITH_DOWNLOAD_BUTTON: true,
WITH_TELEMETRY_NOZZLE_DIAMETER: true,
WITH_SYSTEM_UPDATES: true,
WITH_API_KEY_AUTH: false,
WITH_API_KEY_SETTING: true,
WITH_NAME_SORTING_ONLY: false,
WITH_SYSTEM_UPDATES: true,

WITH_SYSTEM_VERSION: true,
WITH_PRINTER_SETTINGS: true,
WITH_USER_SETTINGS: true,
WITH_SERIAL: true,
...env,
};
return webpackConfig(config, args);
Expand Down

0 comments on commit d42548b

Please sign in to comment.