mirror of
https://github.com/luc-github/ESP3D-WEBUI.git
synced 2026-03-04 07:04:03 +01:00
75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"settings": {
|
|
"language": "default",
|
|
"theme": "default",
|
|
"autoload": true,
|
|
"mobileview": false,
|
|
"audio": false,
|
|
"showsensorspanel": false,
|
|
"showinformationpage": true,
|
|
"showmachinesettings": true,
|
|
"emergencystop": "M112",
|
|
"enablepolling": false,
|
|
"pollingrefresh": "3000",
|
|
"pollingcommands": "M105",
|
|
"showterminalpanel": true,
|
|
"openterminalonstart": true,
|
|
"verbose": true,
|
|
"autoscroll": true,
|
|
"showfilespanel": true,
|
|
"openfilesonstart": true,
|
|
"filesfilter": "g;G;gco;GCO;gcode;GCODE",
|
|
"tftsd": false,
|
|
"tftusb": false,
|
|
"sd": false,
|
|
"showjogpanel": true,
|
|
"openjogonstart": true,
|
|
"xyfeedrate": "1000",
|
|
"zfeedrate": "1000",
|
|
"xpos": "100",
|
|
"ypos": "100",
|
|
"zpos": "100",
|
|
"homecmd": "G28 $",
|
|
"motoroff": "M84",
|
|
"shownotificationspanel": true,
|
|
"opennotificationsonstart": false,
|
|
"notifautoscroll": true,
|
|
"showmacrospanel": true,
|
|
"openmacrosonstart": false,
|
|
"macros": [],
|
|
"showextracontents": false,
|
|
"openextrapanelsonstart": false,
|
|
"extracontents": [],
|
|
"showtemperaturespanel": true,
|
|
"opentemperaturesonstart": true,
|
|
"showgraphctrls": true,
|
|
"showextruderctrls": true,
|
|
"extrudermax": "280",
|
|
"extruderpreheat": "190;220;230",
|
|
"heatextruder": "M104 S$ T#",
|
|
"showbedctrls": true,
|
|
"bedmax": "140",
|
|
"bedpreheat": "50;90;110",
|
|
"heatbed": "M140 S$",
|
|
"showchamberctrls": true,
|
|
"chambermax": "140",
|
|
"chamberpreheat": "50;90;110",
|
|
"heatchamber": "M141 S$",
|
|
"showprobectrls": true,
|
|
"showredondantctrls": true,
|
|
"showboardctrls": true,
|
|
"showextruderspanel": true,
|
|
"openextrudersonstart": true,
|
|
"efeedrate": "400",
|
|
"extruderdistance": "5;10;100",
|
|
"ismixedextruder": true,
|
|
"ecolors": "blue;red;green;#FF00FF;cyan;black",
|
|
"enumber": "4",
|
|
"showfanspanel": true,
|
|
"openfansonstart": true,
|
|
"showspeedpanel": false,
|
|
"openspeedonstart": true,
|
|
"showflowratepanel": false,
|
|
"openflowrateonstart": true
|
|
}
|
|
} |