Created
January 26, 2023 05:32
-
-
Save jneilliii/ddef98afac37106953970a10fa00e867 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"config": { | |
"octoprint": { | |
"url": "http://localhost:5000/", | |
"accessToken": "" | |
}, | |
"printer": { | |
"name": "Printer", | |
"xySpeed": 150, | |
"zSpeed": 5, | |
"disableExtruderGCode": "M18 E", | |
"zBabystepGCode": "M290 Z", | |
"defaultTemperatureFanSpeed": { | |
"hotend": 200, | |
"heatbed": 60, | |
"fan": 100 | |
} | |
}, | |
"filament": { | |
"thickness": 1.75, | |
"density": 1.25, | |
"feedLength": 20, | |
"feedSpeed": 20, | |
"feedSpeedSlow": 3, | |
"purgeDistance": 30, | |
"useM600": false | |
}, | |
"plugins": { | |
"displayLayerProgress": { | |
"enabled": false | |
}, | |
"enclosure": { | |
"enabled": false, | |
"ambientSensorID": null, | |
"filament1SensorID": null, | |
"filament2SensorID": null | |
}, | |
"filamentManager": { | |
"enabled": false | |
}, | |
"spoolManager": { | |
"enabled": false | |
}, | |
"preheatButton": { | |
"enabled": false | |
}, | |
"printTimeGenius": { | |
"enabled": true | |
}, | |
"psuControl": { | |
"enabled": false, | |
"turnOnPSUWhenExitingSleep": false | |
}, | |
"ophom": { | |
"enabled": false, | |
"turnOnPSUWhenExitingSleep": false | |
}, | |
"tpLinkSmartPlug": { | |
"enabled": false, | |
"smartPlugIP": null | |
}, | |
"tasmota": { | |
"enabled": false, | |
"ip": "127.0.0.1", | |
"index": null | |
}, | |
"tasmotaMqtt": { | |
"enabled": false, | |
"topic": "topic", | |
"relayNumber": null | |
} | |
}, | |
"octodash": { | |
"customActions": [ | |
{ | |
"color": "#dcdde1", | |
"command": "G28", | |
"confirm": false, | |
"exit": true, | |
"icon": "home" | |
}, | |
{ | |
"color": "#4bae50", | |
"command": "G29", | |
"confirm": false, | |
"exit": true, | |
"icon": "ruler-vertical" | |
}, | |
{ | |
"color": "#e1b12c", | |
"command": "M140 S50; M104 S185", | |
"confirm": false, | |
"exit": true, | |
"icon": "fire-alt" | |
}, | |
{ | |
"color": "#0097e6", | |
"command": "M140 S0; M104 S0", | |
"confirm": false, | |
"exit": true, | |
"icon": "snowflake" | |
}, | |
{ | |
"color": "#7f8fa6", | |
"command": "[!RELOAD]", | |
"confirm": true, | |
"exit": false, | |
"icon": "redo-alt" | |
} | |
], | |
"fileSorting": { | |
"attribute": "date", | |
"order": "dsc" | |
}, | |
"invertAxisControl": { | |
"x": false, | |
"y": false, | |
"z": false | |
}, | |
"pollingInterval": 2000, | |
"touchscreen": false, | |
"turnScreenOffWhileSleeping": true, | |
"turnOnPrinterWhenExitingSleep": false, | |
"preferPreviewWhilePrinting": true, | |
"previewProgressCircle": false, | |
"screenSleepCommand": "xset dpms force standby", | |
"screenWakeupCommand": "xset s off && xset -dpms && xset s noblank", | |
"showExtruderControl": true, | |
"showNotificationCenterIcon": true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment