{ "config": { "octoprint": { "url": "http://192.168.1.83:80/", "accessToken": "53F609392A44424EA7ED097F9B6A95B9" }, "printer": { "name": "Ender 3 V2", "xySpeed": 150, "zSpeed": 5, "zBabystepGCode": "M290 Z", "defaultTemperatureFanSpeed": { "hotend": 200, "heatbed": 60, "fan": 100 }, "disableExtruderGCode": "M18 E" }, "filament": { "thickness": 1.75, "density": 1.25, "feedLength": 100, "feedSpeed": 40, "feedSpeedSlow": 3, "purgeDistance": 30, "useM600": false }, "plugins": { "displayLayerProgress": { "enabled": true }, "enclosure": { "enabled": false, "ambientSensorID": null, "filament1SensorID": null, "filament2SensorID": null }, "filamentManager": { "enabled": true }, "preheatButton": { "enabled": true }, "printTimeGenius": { "enabled": true }, "psuControl": { "enabled": true }, "tpLinkSmartPlug": { "enabled": false, "smartPlugIP": "127.0.0.1" }, "tasmota": { "enabled": false, "ip": "127.0.0.1", "index": null }, "tasmotaMqtt": { "enabled": false, "topic": "topic", "relayNumber": null } }, "octodash": { "customActions": [ { "icon": "power-off", "command": "[!POWERTOGGLE]", "color": "#E71515", "confirm": true, "exit": false }, { "icon": "home", "command": "G28; G91; G0 X-40 F3000; G90; G0 Z0 F200", "color": "#dcdde1", "confirm": false, "exit": false }, { "icon": "fire-alt", "command": "M140 S60; M104 S200", "color": "#e1b12c", "confirm": false, "exit": true }, { "icon": "snowflake", "command": "M140 S0; M104 S0", "color": "#0097e6", "confirm": false, "exit": true }, { "icon": "expand-arrows-alt", "command": "M18", "color": "#dcdde1", "confirm": false, "exit": false }, { "icon": "pen-nib", "command": "G91; M83; M109 S210; G1 E50 F100; M82; G90", "color": "#dcdde1", "confirm": true, "exit": false } ], "fileSorting": { "attribute": "date", "order": "asc" }, "pollingInterval": 2000, "touchscreen": true, "turnScreenOffWhileSleeping": false, "preferPreviewWhilePrinting": false, "previewProgressCircle": false, "invertAxisControl": { "x": false, "y": false, "z": false }, "turnOnPrinterWhenExitingSleep": true, "screenSleepCommand": "xset dpms force standby", "screenWakeupCommand": "xset s off && xset -dpms && xset s noblank" } } }