pull/110/head v1.0.148
openbuilds-engineer 2019-03-25 21:10:26 +02:00
rodzic c15a1f18de
commit 9d0a17caec
32 zmienionych plików z 18037 dodań i 7524 usunięć

Wyświetl plik

@ -1,3 +1,4 @@
v1.0.148: Multi-line Macros, Grbl Flashing tool: BlackBox added, Switch to Serial Console on-connect to help ease troubleshooting.
v1.0.147: Updated lodash Dependancy, update AVRgirl Dependency, added Xpro support to the Grbl Flashing tools
v1.0.146: Custom Machine profile, Tooltips for Grbl Settings, Alarm Unlock on Alarm Modal, Added Link to Forum on Troubleshooting tab, minor Cosmetics to 3D Viewer, Probe Macros/Console: Only show dialog when probed from Wizard, normal macro/console probes only log to Serial Console now
v1.0.145: Updated SSL Certificates

Wyświetl plik

@ -348,9 +348,9 @@
<td>
<button class="button light jogbtn" onclick="sendGcode( 'G10 P1 L20 X0')" style="width: 60px;" data-role="ripple" data-ripple-color="#e21b1b">
<span class="fa-layers fa-fw">
<i class="fas fa-crosshairs fg-grayBlue" data-fa-transform="shrink-2 down-8 left-12"></i>
<i class="fas fa-crosshairs fg-openbuilds" data-fa-transform="shrink-2 down-8 left-12"></i>
<span class="fa-layers-text fg-red" data-fa-transform="down-9 right-8" style="font-weight:900; font-family: Arial; font-size: 12px;">X</span>
<span class="fa-layers-text fg-grayBlue" data-fa-transform="up-8 " style="font-weight:900; font-family: Arial; font-size: 12px;">setzero</span>
<span class="fa-layers-text fg-openbuilds" data-fa-transform="up-8 " style="font-weight:900; font-family: Arial; font-size: 12px;">setzero</span>
</span>
</button>
</td>
@ -369,7 +369,7 @@
</td>
<td>
<div class="pos-relative">
<button class="button light jogbtn" style="width: 42px;"><i class="fas fa-caret-down fg-grayBlue"></i></button>
<button class="button light jogbtn" style="width: 42px;"><i class="fas fa-caret-down fg-openbuilds"></i></button>
<ul class="d-menu context drop-shadow drop-right" data-role="dropdown">
<li><a href="#" onclick="sendGcode( 'G0 X0')"><span class="fas fa-chart-line fg-red icon"></span>Goto X0 (Work Coord) (G0 X0)</a></li>
<li id="gotoXzeroMpos"><a href="#" onclick="sendGcode( 'G53 G0 X0')"><span class="fas fa-chart-line fg-red icon"></span>Goto X0 (Machine Coord) (G53 G0 X0)</a></li>
@ -381,9 +381,9 @@
<td>
<button class="button light jogbtn" onclick="sendGcode( 'G10 P1 L20 Y0')" style="width: 60px;" data-role="ripple" data-ripple-color="#5de21b">
<span class="fa-layers fa-fw">
<i class="fas fa-crosshairs fg-grayBlue" data-fa-transform="shrink-2 down-8 left-12"></i>
<i class="fas fa-crosshairs fg-openbuilds" data-fa-transform="shrink-2 down-8 left-12"></i>
<span class="fa-layers-text fg-green" data-fa-transform="down-9 right-8" style="font-weight:900; font-family: Arial; font-size: 12px;">Y</span>
<span class="fa-layers-text fg-grayBlue" data-fa-transform="up-8 " style="font-weight:900; font-family: Arial; font-size: 12px;">setzero</span>
<span class="fa-layers-text fg-openbuilds" data-fa-transform="up-8 " style="font-weight:900; font-family: Arial; font-size: 12px;">setzero</span>
</span>
</button>
</td>
@ -401,7 +401,7 @@
</td>
<td>
<div class="pos-relative">
<button class="button light jogbtn" style="width: 42px;"><i class="fas fa-caret-down fg-grayBlue"></i></button>
<button class="button light jogbtn" style="width: 42px;"><i class="fas fa-caret-down fg-openbuilds"></i></button>
<ul class="d-menu context drop-shadow drop-right" data-role="dropdown">
<li><a href="#" onclick="sendGcode( 'G0 Y0')"><span class="fas fa-chart-line fg-green icon"></span>Goto Y0 (Work Coord) (G0 Y0)</a></li>
<li id="gotoYzeroMpos"><a href="#" onclick="sendGcode( 'G53 G0 Y0')"><span class="fas fa-chart-line fg-green icon"></span>Goto Y0 (Machine Coord) (G53 G0 Y0)</a></li>
@ -413,9 +413,9 @@
<td>
<button class="button light jogbtn" onclick="sendGcode( 'G10 P1 L20 Z0')" style="width: 60px;" data-role="ripple" data-ripple-color="#1ba1e2">
<span class="fa-layers fa-fw">
<i class="fas fa-crosshairs fg-grayBlue" data-fa-transform="shrink-2 down-8 left-8"></i>
<i class="fas fa-crosshairs fg-openbuilds" data-fa-transform="shrink-2 down-8 left-8"></i>
<span class="fa-layers-text fg-blue" data-fa-transform="down-9 right-8" style="font-weight:900; font-family: Arial; font-size: 12px;">Z</span>
<span class="fa-layers-text fg-grayBlue" data-fa-transform="up-8 " style="font-weight:900; font-family: Arial; font-size: 12px;">setzero</span>
<span class="fa-layers-text fg-openbuilds" data-fa-transform="up-8 " style="font-weight:900; font-family: Arial; font-size: 12px;">setzero</span>
</span>
</button>
</td>
@ -433,7 +433,7 @@
</td>
<td>
<div class="pos-relative">
<button class="button light jogbtn" style="width: 42px;"><i class="fas fa-caret-down fg-grayBlue"></i></button>
<button class="button light jogbtn" style="width: 42px;"><i class="fas fa-caret-down fg-openbuilds"></i></button>
<ul class="d-menu context drop-shadow drop-right" data-role="dropdown">
<li><a href="#" onclick="sendGcode( 'G0 Z0')"><span class="fas fa-chart-line fg-blue icon"></span>Goto Z0 (Work Coord) (G0 Z0)</a></li>
<li id="gotoZzeroMpos"><a href="#" onclick="sendGcode( 'G53 G0 Z0')"><span class="fas fa-chart-line fg-blue icon"></span>Goto Z0 (Machine Coord) (G53 G0 Z0)</a></li>
@ -447,11 +447,11 @@
<td>
<button class="button light jogbtn" onclick="sendGcode( 'G10 P1 L20 X0 Y0 Z0')" style="width: 60px;" data-role="ripple">
<span class="fa-layers fa-fw">
<i class="fas fa-crosshairs fg-grayBlue" data-fa-transform="shrink-2 down-8 left-18"></i>
<i class="fas fa-crosshairs fg-openbuilds" data-fa-transform="shrink-2 down-8 left-18"></i>
<span class="fa-layers-text fg-red" data-fa-transform="down-9 right-2" style="font-weight:900; font-family: Arial; font-size: 12px;">X</span>
<span class="fa-layers-text fg-green" data-fa-transform="down-9 right-12" style="font-weight:900; font-family: Arial; font-size: 12px;">Y</span>
<span class="fa-layers-text fg-blue" data-fa-transform="down-9 right-22" style="font-weight:900; font-family: Arial; font-size: 12px;">Z</span>
<span class="fa-layers-text fg-grayBlue" data-fa-transform="up-8 " style="font-weight:900; font-family: Arial; font-size: 12px;">setzero</span>
<span class="fa-layers-text fg-openbuilds" data-fa-transform="up-8 " style="font-weight:900; font-family: Arial; font-size: 12px;">setzero</span>
</span>
</button>
</td>
@ -459,17 +459,17 @@
<div class="pos-relative">
<button class="button light jogbtn" style="width: 161px;" data-role="ripple">
<span class="fa-layers fa-fw">
<i class="fas fa-chart-line fg-grayBlue" data-fa-transform="shrink-2 down-8 left-12"></i>
<i class="fas fa-caret-down fg-grayBlue" data-fa-transform="shrink-2 right-70"></i>
<i class="fas fa-chart-line fg-openbuilds" data-fa-transform="shrink-2 down-8 left-12"></i>
<i class="fas fa-caret-down fg-openbuilds" data-fa-transform="shrink-2 right-70"></i>
<span class="fa-layers-text fg-red" data-fa-transform="down-9 right-8" style="font-weight:900; font-family: Arial; font-size: 12px;">X</span>
<span class="fa-layers-text fg-green" data-fa-transform="down-9 right-19" style="font-weight:900; font-family: Arial; font-size: 12px;">Y</span>
<span class="fa-layers-text fg-blue" data-fa-transform="down-9 right-29" style="font-weight:900; font-family: Arial; font-size: 12px;">Z</span>
<span class="fa-layers-text fg-grayBlue" data-fa-transform="up-8 " style="font-weight:900; font-family: Arial; font-size: 12px;">gotozero</span>
<span class="fa-layers-text fg-openbuilds" data-fa-transform="up-8 " style="font-weight:900; font-family: Arial; font-size: 12px;">gotozero</span>
</span>
</button>
<ul class="d-menu context drop-shadow" data-role="dropdown">
<li id="gotozeroWPos"><a href="#"><span class="fas fa-chart-line fg-grayBlue icon"></span>GOTO X0Y0Z0 (Work Coord) (G0 Z5, G0 X0 Y0, G0 Z0) (Retract Z to Work Coord Z5)</a></li>
<li id="gotozeroMPos"><a href="#"><span class="fas fa-chart-line fg-grayBlue icon"></span>GOTO X0Y0Z0 (Work Coord) (G53 G0 Z0, G0 X0 Y0, G0 Z0) (Retract Z to Machine Coord Z0)</a></li>
<li id="gotozeroWPos"><a href="#"><span class="fas fa-chart-line fg-openbuilds icon"></span>GOTO X0Y0Z0 (Work Coord) (G0 Z5, G0 X0 Y0, G0 Z0) (Retract Z to Work Coord Z5)</a></li>
<li id="gotozeroMPos"><a href="#"><span class="fas fa-chart-line fg-openbuilds icon"></span>GOTO X0Y0Z0 (Work Coord) (G53 G0 Z0, G0 X0 Y0, G0 Z0) (Retract Z to Machine Coord Z0)</a></li>
</ul>
</div>
</td>
@ -477,8 +477,8 @@
<div class="pos-relative">
<button class="button light jogbtn" style="width: 42px;"></i>
<span class="fa-layers fa-fw">
<i class="fas fa-layer-group fg-grayBlue" data-fa-transform="shrink-2 up-3"></i>
<i class="fas fa-caret-down fg-grayBlue" data-fa-transform="down-8"></i>
<i class="fas fa-layer-group fg-openbuilds" data-fa-transform="shrink-2 up-3"></i>
<i class="fas fa-caret-down fg-openbuilds" data-fa-transform="down-8"></i>
<!-- <span class="fa-layers-text fg-grayBlue" data-fa-transform="up-8 " style="font-weight:900; font-family: Arial; font-size: 12px;">gotozero</span> -->
</span>
</button>
@ -569,28 +569,28 @@
</tr>
<tr>
<td>
<button class="button light jogbtn" id="dist01" style="width: 100%; height: 30px; line-height: 28px;">
<button class="button light jogbtn distbtn" id="dist01" style="width: 100%; height: 30px; line-height: 28px;">
<span class=" fa-layers fa-fw">
<span id="dist01label" class="fa-layers-text fg-gray jogdist" data-fa-transform="" style="font-weight:900; font-family: Arial; font-size: 12px;">0.1mm</span>
</span>
</button>
</td>
<td>
<button class="button light jogbtn" id="dist1" style="width: 100%; height: 30px; line-height: 28px;">
<button class="button light jogbtn distbtn" id="dist1" style="width: 100%; height: 30px; line-height: 28px;">
<span class=" fa-layers fa-fw">
<span id="dist1label" class="fa-layers-text fg-gray jogdist" data-fa-transform="" style="font-weight:900; font-family: Arial; font-size: 12px;">1mm</span>
</span>
</button>
</td>
<td>
<button class="button light jogbtn" id="dist10" style="width: 100%; height: 30px; line-height: 28px;">
<button class="button light jogbtn distbtn bd-openbuilds" id="dist10" style="width: 100%; height: 30px; line-height: 28px;">
<span class=" fa-layers fa-fw">
<span id="dist10label" class="fa-layers-text fg-grayBlue jogdist" data-fa-transform="" style="font-weight:900; font-family: Arial; font-size: 12px;">10mm</span>
<span id="dist10label" class="fa-layers-text fg-openbuilds jogdist" data-fa-transform="" style="font-weight:900; font-family: Arial; font-size: 12px;">10mm</span>
</span>
</button>
</td>
<td>
<button class="button light jogbtn" id="dist100" style="width: 100%; height: 30px; line-height: 28px;">
<button class="button light jogbtn distbtn" id="dist100" style="width: 100%; height: 30px; line-height: 28px;">
<span class=" fa-layers fa-fw">
<span id="dist100label" class="fa-layers-text fg-gray jogdist" data-fa-transform="" style="font-weight:900; font-family: Arial; font-size: 12px;">100mm</span>
</span>
@ -609,12 +609,12 @@
<div class="cell" id="frocell">
<input id="fro" data-on-stop="feedOverride(arguments[0])" data-role="slider" data-vertical="true" data-size="170" data-accuracy="10" data-min="-50" data-max="200" data-value="100" data-hint="true" data-hint-always="true" data-hint-position="bottom" data-hint-mask="Feed: $1%"
data-cls-hint="bg-light
fg-dark shadow-1" data-cls-complete="bg-grayBlue">
fg-dark shadow-1" data-cls-complete="bg-openbuilds">
</div>
<div class="cell" id="trocell">
<input id="tro" data-on-stop="spindleOverride(arguments[0])" data-role="slider" data-vertical="true" data-size="170" data-accuracy="10" data-min="-50" data-max="200" data-value="100" data-hint="true" data-hint-always="true" data-hint-position="bottom"
data-hint-mask="Tool: $1%" data-cls-hint="bg-light
fg-dark shadow-1" data-cls-complete="bg-grayBlue">
fg-dark shadow-1" data-cls-complete="bg-openbuilds">
</div>
</div>
</div>
@ -777,6 +777,10 @@
<td>Websocket Status</td>
<td><span class="tally bg-openbuilds fg-white" id="websocketstatus">NOCOMM</span></td>
</tr>
<tr>
<td>Installed Firmware Version</td>
<td><span class="tally bg-openbuilds fg-white" id="firmwarever">NOCOMM</span></td>
</tr>
</tbody>
</table>
</div>
@ -784,31 +788,7 @@
</div>
<div class="cell p-0 m-0">
<div class="card">
<div class="card-header p-1 m-0">
<i class="fas fa-fw fa-microchip"></i>Firmware
</div>
<div class="card-content">
<table class="table striped compact">
<thead>
<tr>
<th style="width: 50%;">Value</th>
<th style="width: 50%;">Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>Installed Firmware Version</td>
<td><span class="tally bg-openbuilds fg-white" id="firmwarever">NOCOMM</span></td>
</tr>
<!-- <tr>
<td>Buffer</td>
<td><span class="tally bg-openbuilds fg-white" id="buffstatus">NOCOMM</span></td>
</tr> -->
</tbody>
</table>
</div>
</div>
<div class="card">
<div class="card-header p-1 m-0">
@ -842,11 +822,11 @@
<td>
<select data-prepend="&nbsp;<i class='fas fa-layer-group'></i>" data-role="select" id="flashGrblHex" data-filter="false">
<optgroup label="Default Grbl">
<option value="grbl1.1f.hex">Grbl 1.1f (github.com/gnea/grbl)</option>
<option value="grbl1.1f.hex">Grbl 1.1f (default, standard)</option>
</optgroup>
<optgroup label="Customised">
<option value="grbl1.1f-acro.hex">Grbl 1.1g-prerelease for OpenBuilds Acro</option>
<option value="grbl1.1f-acro.hex">Grbl 1.1g for ACRO</option>
<option value="grbl1.1g-blackbox.hex">Grbl 1.1g for BlackBox 4X / XPRO (Inverted Drivers)</option>
</optgroup>
</select>
</td>
@ -866,7 +846,7 @@
<div class="card-header p-1 m-0">
<i class="fas fa-fw fa-history"></i> Changelog
</div>
<div class="card-content">
<div class="card-content" style="height: calc(100vh - 780px); overflow-x: auto;">
<div id="changelog" class="text-small"></div>
</div>
</div>

Wyświetl plik

@ -88,42 +88,52 @@ $(document).ready(function() {
$('#dist01').on('click', function(ev) {
jogdist = 0.1;
$('.jogdist').removeClass('fg-grayBlue')
$('.distbtn').removeClass('bd-openbuilds')
$('#dist01').addClass('bd-openbuilds')
$('.jogdist').removeClass('fg-openbuilds')
$('.jogdist').addClass('fg-gray')
$('#dist01label').removeClass('fg-gray')
$('#dist01label').addClass('fg-grayBlue')
$('#dist01label').addClass('fg-openbuilds')
})
$('#dist1').on('click', function(ev) {
jogdist = 1;
$('.jogdist').removeClass('fg-grayBlue')
$('.distbtn').removeClass('bd-openbuilds')
$('#dist1').addClass('bd-openbuilds')
$('.jogdist').removeClass('fg-openbuilds')
$('.jogdist').addClass('fg-gray')
$('#dist1label').removeClass('fg-gray')
$('#dist1label').addClass('fg-grayBlue')
$('#dist1label').addClass('fg-openbuilds')
})
$('#dist10').on('click', function(ev) {
jogdist = 10;
$('.jogdist').removeClass('fg-grayBlue')
$('.distbtn').removeClass('bd-openbuilds')
$('#dist10').addClass('bd-openbuilds')
$('.jogdist').removeClass('fg-openbuilds')
$('.jogdist').addClass('fg-gray')
$('#dist10label').removeClass('fg-gray')
$('#dist10label').addClass('fg-grayBlue')
$('#dist10label').addClass('fg-openbuilds')
})
$('#dist100').on('click', function(ev) {
jogdist = 100;
$('.jogdist').removeClass('fg-grayBlue')
$('.distbtn').removeClass('bd-openbuilds')
$('#dist100').addClass('bd-openbuilds')
$('.jogdist').removeClass('fg-openbuilds')
$('.jogdist').addClass('fg-gray')
$('#dist100label').removeClass('fg-gray')
$('#dist100label').addClass('fg-grayBlue')
$('#dist100label').addClass('fg-openbuilds')
})
$('#dist500').on('click', function(ev) {
jogdist = 500;
$('.jogdist').removeClass('fg-grayBlue')
$('.distbtn').removeClass('bd-openbuilds')
$('#dist500').addClass('bd-openbuilds')
$('.jogdist').removeClass('fg-openbuilds')
$('.jogdist').addClass('fg-gray')
$('#dist500label').removeClass('fg-gray')
$('#dist500label').addClass('fg-grayBlue')
$('#dist500label').addClass('fg-openbuilds')
})
$('#gotozeroWPos').on('click', function(ev) {

Wyświetl plik

@ -54,8 +54,8 @@ function edit(i, evt) {
</div>
<div class="row mb-2">
<label class="cell-sm-2">GCODE</label>
<div class="cell-sm-10">
<input id="macrogcode" type="text" value="` + gcode + `">
<div class="cell-sm-10" >
<textarea id="macrogcode" type="text" value="` + gcode + `" style="overflow-y: auto; max-height: 100px; resize: none;" rows="4"></textarea>
</div>
</div>
<div class="row mb-2">

Wyświetl plik

@ -40,8 +40,8 @@ function drawWorkspace(xmin, xmax, ymin, ymax) {
if (!xmin) xmin = 0;
if (!ymin) ymin = 0;
if (!xmax) xmax = 200
if (!ymax) ymax = 200
if (!xmax) xmax = 207
if (!ymax) ymax = 207
var sceneLights = new THREE.Group();

Wyświetl plik

@ -514,6 +514,7 @@ function initSocket() {
};
function selectPort() {
$('#consoletab').click();
socket.emit('connectTo', 'usb,' + $("#portUSB").val() + ',' + '115200');
};

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -1,6 +1,6 @@
/*
* Metro 4 Components Library v4.2.23 build 701 (https://metroui.org.ua)
* Copyright 2018 Sergey Pimenov
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
.op-default {
@ -9,6 +9,42 @@
.bg-transparent {
background-color: transparent !important;
}
.bg-hover:hover {
background-color: rgba(29, 29, 29, 0.1) !important;
}
.bg-hover2:hover {
background-color: rgba(29, 29, 29, 0.5) !important;
}
.bg-hover-light:hover {
background-color: rgba(255, 255, 255, 0.01) !important;
}
.bg-hover-light1:hover {
background-color: rgba(255, 255, 255, 0.1) !important;
}
.bg-hover-light2:hover {
background-color: rgba(255, 255, 255, 0.2) !important;
}
.bg-hover-light3:hover {
background-color: rgba(255, 255, 255, 0.3) !important;
}
.bg-facebook {
background-color: #4267b2;
}
.bg-twitter {
background-color: #1DA1F2;
}
.bg-github {
background-color: #24292e;
}
.bg-bootstrap {
background-color: #563d7c;
}
.bg-gitlab {
background-color: #e65328;
}
.bg-amazon {
background-color: #232f3e;
}
.bd-default {
border-color: #dfdfdf !important;
}

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -1,6 +1,6 @@
/*
* Metro 4 Components Library v4.2.23 build 701 (https://metroui.org.ua)
* Copyright 2018 Sergey Pimenov
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
@font-face {
@ -51,6 +51,147 @@
.mif-10x {
font-size: 5.5em;
}
.mif-accessible:before {
content: "\e916";
}
.mif-adb:before {
content: "\e6d8";
}
.mif-add:before {
content: "\e145";
}
.mif-add-photo:before {
content: "\e439";
}
.mif-arrow-drop-down:before {
content: "\e5c5";
}
.mif-arrow-drop-up:before {
content: "\e5c7";
}
.mif-photo-camera:before {
content: "\e412";
}
.mif-photo-camera-enhance:before {
content: "\e8fc";
}
.mif-camera-front:before {
content: "\e3b1";
}
.mif-camera-rear:before {
content: "\e3b2";
}
.mif-chat:before {
content: "\e0b7";
}
.mif-chat-bubble:before {
content: "\e0ca";
}
.mif-chat-bubble-outline:before {
content: "\e0cb";
}
.mif-comment:before {
content: "\e0b9";
}
.mif-devices:before {
content: "\e337";
}
.mif-flash-auto:before {
content: "\e3e5";
}
.mif-flash-off:before {
content: "\e3e6";
}
.mif-flash-on:before {
content: "\e3e7";
}
.mif-qa:before {
content: "\e8af";
}
.mif-hdr-off:before {
content: "\e3ed";
}
.mif-hdr-on:before {
content: "\e3ee";
}
.mif-http:before {
content: "\e909";
}
.mif-import-export:before {
content: "\e0c3";
}
.mif-backspace:before {
content: "\e317";
}
.mif-keyboard-tab:before {
content: "\e31c";
}
.mif-restaurant:before {
content: "\e561";
}
.mif-location-off:before {
content: "\e0c7";
}
.mif-room:before {
content: "\e8b4";
}
.mif-navigation:before {
content: "\e55d";
}
.mif-near-me:before {
content: "\e569";
}
.mif-network-cell:before {
content: "\e1b9";
}
.mif-network-locked:before {
content: "\e6d9";
}
.mif-network-wifi:before {
content: "\e1ba";
}
.mif-cell-setting:before {
content: "\e8a4";
}
.mif-phonelink-erase:before {
content: "\e0db";
}
.mif-phonelink-lock:before {
content: "\e0dc";
}
.mif-phonelink-ring:before {
content: "\e0dd";
}
.mif-phonelink-setup:before {
content: "\e0de";
}
.mif-present-all:before {
content: "\e0df";
}
.mif-lock-rotation:before {
content: "\e1c0";
}
.mif-rotation:before {
content: "\e1c1";
}
.mif-cell-no-internet:before {
content: "\e1cd";
}
.mif-cell-null:before {
content: "\e1cf";
}
.mif-cell-off:before {
content: "\e1d0";
}
.mif-wifi-lock:before {
content: "\e1d9";
}
.mif-wifi-off:before {
content: "\e1da";
}
.mif-verified:before {
content: "\e8e8";
}
.mif-add-shopping-cart:before {
content: "\e854";
}
@ -381,6 +522,90 @@
.mif-school:before {
content: "\e61f";
}
.mif-stack2:before {
content: "\e6b9";
}
.mif-stack3:before {
content: "\e6ba";
}
.mif-lamp:before {
content: "\e6bb";
}
.mif-injection:before {
content: "\e6bc";
}
.mif-thermometer2:before {
content: "\e6bd";
}
.mif-justice:before {
content: "\e6be";
}
.mif-cabinet:before {
content: "\e62b";
}
.mif-suitcase:before {
content: "\e62c";
}
.mif-gamepad:before {
content: "\e65e";
}
.mif-satellite:before {
content: "\e65f";
}
.mif-lock:before {
content: "\e660";
}
.mif-unlock:before {
content: "\e661";
}
.mif-battery-full:before {
content: "\e62d";
}
.mif-battery-two:before {
content: "\e62e";
}
.mif-battery-one:before {
content: "\e62f";
}
.mif-battery-empty:before {
content: "\e630";
}
.mif-battery-charge:before {
content: "\e631";
}
.mif-tools:before {
content: "\e632";
}
.mif-pin:before {
content: "\e662";
}
.mif-discout:before {
content: "\e663";
}
.mif-profile:before {
content: "\e664";
}
.mif-dollar:before {
content: "\e665";
}
.mif-dollars:before {
content: "\e666";
}
.mif-coins:before {
content: "\e6b8";
}
.mif-male:before {
content: "\e667";
}
.mif-female:before {
content: "\e668";
}
.mif-piano:before {
content: "\e669";
}
.mif-anchor:before {
content: "\e66a";
}
.mif-install:before {
content: "\e902";
}
@ -492,309 +717,6 @@
.mif-vimeo:before {
content: "\e6b7";
}
.mif-facebook:before {
content: "\f09a";
}
.mif-google-plus:before {
content: "\f0d5";
}
.mif-steam:before {
content: "\f1b6";
}
.mif-leanpub:before {
content: "\f212";
}
.mif-user-secret:before {
content: "\f21b";
}
.mif-server:before {
content: "\f233";
}
.mif-balance-scale:before {
content: "\f24e";
}
.mif-odnoklassniki:before {
content: "\f263";
}
.mif-gitlab:before {
content: "\f296";
}
.mif-themeisle:before {
content: "\f2b2";
}
.mif-handshake:before {
content: "\f2b5";
}
.mif-grav:before {
content: "\f2d6";
}
.mif-imdb:before {
content: "\f2d8";
}
.mif-meetup:before {
content: "\f2e0";
}
.mif-unlink:before {
content: "\f127";
}
.mif-fire-extinguisher:before {
content: "\f134";
}
.mif-eur:before {
content: "\f153";
}
.mif-gbp:before {
content: "\f154";
}
.mif-dollar2:before {
content: "\f155";
}
.mif-inr:before {
content: "\f156";
}
.mif-cny:before {
content: "\f157";
}
.mif-rouble:before {
content: "\f158";
}
.mif-krw:before {
content: "\f159";
}
.mif-bitcoin:before {
content: "\f15a";
}
.mif-youtube2:before {
content: "\f167";
}
.mif-youtube-play:before {
content: "\f16a";
}
.mif-linux:before {
content: "\f17c";
}
.mif-try:before {
content: "\f195";
}
.mif-space-shuttle:before {
content: "\f197";
}
.mif-openid:before {
content: "\f19b";
}
.mif-digg:before {
content: "\f1a6";
}
.mif-language:before {
content: "\f1ab";
}
.mif-automobile:before {
content: "\f1b9";
}
.mif-cab:before {
content: "\f1ba";
}
.mif-jsfiddle:before {
content: "\f1cc";
}
.mif-google-wallet:before {
content: "\f1ee";
}
.mif-copyright:before {
content: "\f1f9";
}
.mif-bicycle:before {
content: "\f206";
}
.mif-bus:before {
content: "\f207";
}
.mif-ship:before {
content: "\f21a";
}
.mif-motorcycle:before {
content: "\f21c";
}
.mif-train:before {
content: "\f238";
}
.mif-subway:before {
content: "\f239";
}
.mif-opencart:before {
content: "\f23d";
}
.mif-trademark:before {
content: "\f25c";
}
.mif-registered:before {
content: "\f25d";
}
.mif-creative-commons:before {
content: "\f25e";
}
.mif-wikipedia:before {
content: "\f266";
}
.mif-amazon:before {
content: "\f270";
}
.mif-fonticons:before {
content: "\f280";
}
.mif-user-md:before {
content: "\f0f0";
}
.mif-stethoscope:before {
content: "\f0f1";
}
.mif-ambulance:before {
content: "\f0f9";
}
.mif-medkit:before {
content: "\f0fa";
}
.mif-paw:before {
content: "\f1b0";
}
.mif-file-pdf:before {
content: "\f1c1";
}
.mif-file-word:before {
content: "\f1c2";
}
.mif-file-excel:before {
content: "\f1c3";
}
.mif-file-powerpoint:before {
content: "\f1c4";
}
.mif-file-image:before {
content: "\f1c5";
}
.mif-file-archive:before {
content: "\f1c6";
}
.mif-file-audio:before {
content: "\f1c7";
}
.mif-file-movie:before {
content: "\f1c8";
}
.mif-file-code:before {
content: "\f1c9";
}
.mif-visa:before {
content: "\f1f0";
}
.mif-mastercard:before {
content: "\f1f1";
}
.mif-discover:before {
content: "\f1f2";
}
.mif-amex:before {
content: "\f1f3";
}
.mif-cc-paypal:before {
content: "\f1f4";
}
.mif-heartbeat:before {
content: "\f21e";
}
.mif-venus:before {
content: "\f221";
}
.mif-mars:before {
content: "\f222";
}
.mif-medium:before {
content: "\f23a";
}
.mif-stack2:before {
content: "\e6b9";
}
.mif-stack3:before {
content: "\e6ba";
}
.mif-lamp:before {
content: "\e6bb";
}
.mif-injection:before {
content: "\e6bc";
}
.mif-thermometer2:before {
content: "\e6bd";
}
.mif-justice:before {
content: "\e6be";
}
.mif-cabinet:before {
content: "\e62b";
}
.mif-suitcase:before {
content: "\e62c";
}
.mif-gamepad:before {
content: "\e65e";
}
.mif-satellite:before {
content: "\e65f";
}
.mif-lock:before {
content: "\e660";
}
.mif-unlock:before {
content: "\e661";
}
.mif-battery-full:before {
content: "\e62d";
}
.mif-battery-two:before {
content: "\e62e";
}
.mif-battery-one:before {
content: "\e62f";
}
.mif-battery-empty:before {
content: "\e630";
}
.mif-battery-charge:before {
content: "\e631";
}
.mif-tools:before {
content: "\e632";
}
.mif-pin:before {
content: "\e662";
}
.mif-discout:before {
content: "\e663";
}
.mif-profile:before {
content: "\e664";
}
.mif-dollar:before {
content: "\e665";
}
.mif-dollars:before {
content: "\e666";
}
.mif-coins:before {
content: "\e6b8";
}
.mif-male:before {
content: "\e667";
}
.mif-female:before {
content: "\e668";
}
.mif-piano:before {
content: "\e669";
}
.mif-anchor:before {
content: "\e66a";
}
.mif-copy:before {
content: "\e92c";
}
@ -1719,3 +1641,222 @@
.mif-IcoMoon:before {
content: "\e6d7";
}
.mif-facebook:before {
content: "\f09a";
}
.mif-google-plus:before {
content: "\f0d5";
}
.mif-steam:before {
content: "\f1b6";
}
.mif-leanpub:before {
content: "\f212";
}
.mif-user-secret:before {
content: "\f21b";
}
.mif-server:before {
content: "\f233";
}
.mif-balance-scale:before {
content: "\f24e";
}
.mif-odnoklassniki:before {
content: "\f263";
}
.mif-gitlab:before {
content: "\f296";
}
.mif-themeisle:before {
content: "\f2b2";
}
.mif-handshake:before {
content: "\f2b5";
}
.mif-grav:before {
content: "\f2d6";
}
.mif-imdb:before {
content: "\f2d8";
}
.mif-meetup:before {
content: "\f2e0";
}
.mif-unlink:before {
content: "\f127";
}
.mif-fire-extinguisher:before {
content: "\f134";
}
.mif-eur:before {
content: "\f153";
}
.mif-gbp:before {
content: "\f154";
}
.mif-dollar2:before {
content: "\f155";
}
.mif-inr:before {
content: "\f156";
}
.mif-cny:before {
content: "\f157";
}
.mif-rouble:before {
content: "\f158";
}
.mif-krw:before {
content: "\f159";
}
.mif-bitcoin:before {
content: "\f15a";
}
.mif-youtube2:before {
content: "\f167";
}
.mif-youtube-play:before {
content: "\f16a";
}
.mif-linux:before {
content: "\f17c";
}
.mif-try:before {
content: "\f195";
}
.mif-space-shuttle:before {
content: "\f197";
}
.mif-openid:before {
content: "\f19b";
}
.mif-digg:before {
content: "\f1a6";
}
.mif-language:before {
content: "\f1ab";
}
.mif-automobile:before {
content: "\f1b9";
}
.mif-cab:before {
content: "\f1ba";
}
.mif-jsfiddle:before {
content: "\f1cc";
}
.mif-google-wallet:before {
content: "\f1ee";
}
.mif-copyright:before {
content: "\f1f9";
}
.mif-bicycle:before {
content: "\f206";
}
.mif-bus:before {
content: "\f207";
}
.mif-ship:before {
content: "\f21a";
}
.mif-motorcycle:before {
content: "\f21c";
}
.mif-train:before {
content: "\f238";
}
.mif-subway:before {
content: "\f239";
}
.mif-opencart:before {
content: "\f23d";
}
.mif-trademark:before {
content: "\f25c";
}
.mif-registered:before {
content: "\f25d";
}
.mif-creative-commons:before {
content: "\f25e";
}
.mif-wikipedia:before {
content: "\f266";
}
.mif-amazon:before {
content: "\f270";
}
.mif-fonticons:before {
content: "\f280";
}
.mif-user-md:before {
content: "\f0f0";
}
.mif-stethoscope:before {
content: "\f0f1";
}
.mif-ambulance:before {
content: "\f0f9";
}
.mif-medkit:before {
content: "\f0fa";
}
.mif-paw:before {
content: "\f1b0";
}
.mif-file-pdf:before {
content: "\f1c1";
}
.mif-file-word:before {
content: "\f1c2";
}
.mif-file-excel:before {
content: "\f1c3";
}
.mif-file-powerpoint:before {
content: "\f1c4";
}
.mif-file-image:before {
content: "\f1c5";
}
.mif-file-archive:before {
content: "\f1c6";
}
.mif-file-audio:before {
content: "\f1c7";
}
.mif-file-movie:before {
content: "\f1c8";
}
.mif-file-code:before {
content: "\f1c9";
}
.mif-visa:before {
content: "\f1f0";
}
.mif-mastercard:before {
content: "\f1f1";
}
.mif-discover:before {
content: "\f1f2";
}
.mif-amex:before {
content: "\f1f3";
}
.mif-cc-paypal:before {
content: "\f1f4";
}
.mif-heartbeat:before {
content: "\f21e";
}
.mif-venus:before {
content: "\f221";
}
.mif-mars:before {
content: "\f222";
}
.mif-medium:before {
content: "\f23a";
}

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -1,8 +1,25 @@
/*
* Metro 4 Components Library v4.2.23 build 701 (https://metroui.org.ua)
* Copyright 2018 Sergey Pimenov
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
.accordion.rtl.material > .frame > .heading,
.accordion[dir=rtl].material > .frame > .heading {
padding: 16px 16px 16px 42px;
}
.accordion.rtl.material > .frame > .heading::after,
.accordion[dir=rtl].material > .frame > .heading::after {
left: 16px;
right: auto;
top: 8px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.accordion.rtl.material > .frame.active .heading::after,
.accordion[dir=rtl].material > .frame.active .heading::after {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
input.rtl,
input[dir=rtl] {
direction: rtl;

Wyświetl plik

@ -1 +1 @@
input.rtl,input[dir=rtl]{direction:rtl}.input.rtl,.input[dir=rtl]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.input.rtl input,.input[dir=rtl] input{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;direction:rtl}.input.rtl .button-group,.input[dir=rtl] .button-group{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.input.rtl .prepend,.input[dir=rtl] .prepend{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.input.rtl .append,.input[dir=rtl] .append{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.file.rtl .append,.file[dir=rtl] .append{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.file.rtl .prepend,.file[dir=rtl] .prepend{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.file.rtl .caption,.file[dir=rtl] .caption{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;text-align:right}.file.rtl button,.file[dir=rtl] button{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:0;margin-right:auto}.textarea.rtl,.textarea[dir=rtl]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.textarea.rtl .prepend,.textarea[dir=rtl] .prepend{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.textarea.rtl .append,.textarea[dir=rtl] .append{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.textarea.rtl textarea,.textarea[dir=rtl] textarea{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.textarea.rtl .input-clear-button,.textarea[dir=rtl] .input-clear-button{right:auto;left:.25rem}.textarea.rtl .input-clear-button~textarea,.textarea[dir=rtl] .input-clear-button~textarea{padding-left:48px;padding-right:.75rem}.select.rtl,.select[dir=rtl]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.select.rtl .select-input,.select[dir=rtl] .select-input{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select.rtl .prepend,.select[dir=rtl] .prepend{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.select.rtl .append,.select[dir=rtl] .append{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.select.rtl .button-group,.select[dir=rtl] .button-group{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.select.rtl.dropdown-toggle,.select[dir=rtl].dropdown-toggle{padding-right:0!important;padding-left:.9rem}.select.rtl.dropdown-toggle::before,.select[dir=rtl].dropdown-toggle::before{margin-left:.9rem;left:0}
.accordion.rtl.material>.frame>.heading,.accordion[dir=rtl].material>.frame>.heading{padding:16px 16px 16px 42px}.accordion.rtl.material>.frame>.heading::after,.accordion[dir=rtl].material>.frame>.heading::after{left:16px;right:auto;top:8px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.accordion.rtl.material>.frame.active .heading::after,.accordion[dir=rtl].material>.frame.active .heading::after{-webkit-transform:rotate(270deg);transform:rotate(270deg)}input.rtl,input[dir=rtl]{direction:rtl}.input.rtl,.input[dir=rtl]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.input.rtl input,.input[dir=rtl] input{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;direction:rtl}.input.rtl .button-group,.input[dir=rtl] .button-group{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.input.rtl .prepend,.input[dir=rtl] .prepend{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.input.rtl .append,.input[dir=rtl] .append{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.file.rtl .append,.file[dir=rtl] .append{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.file.rtl .prepend,.file[dir=rtl] .prepend{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.file.rtl .caption,.file[dir=rtl] .caption{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;text-align:right}.file.rtl button,.file[dir=rtl] button{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:0;margin-right:auto}.textarea.rtl,.textarea[dir=rtl]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.textarea.rtl .prepend,.textarea[dir=rtl] .prepend{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.textarea.rtl .append,.textarea[dir=rtl] .append{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.textarea.rtl textarea,.textarea[dir=rtl] textarea{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.textarea.rtl .input-clear-button,.textarea[dir=rtl] .input-clear-button{right:auto;left:.25rem}.textarea.rtl .input-clear-button~textarea,.textarea[dir=rtl] .input-clear-button~textarea{padding-left:48px;padding-right:.75rem}.select.rtl,.select[dir=rtl]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.select.rtl .select-input,.select[dir=rtl] .select-input{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select.rtl .prepend,.select[dir=rtl] .prepend{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.select.rtl .append,.select[dir=rtl] .append{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.select.rtl .button-group,.select[dir=rtl] .button-group{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.select.rtl.dropdown-toggle,.select[dir=rtl].dropdown-toggle{padding-right:0!important;padding-left:.9rem}.select.rtl.dropdown-toggle::before,.select[dir=rtl].dropdown-toggle::before{margin-left:.9rem;left:0}

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -1,6 +1,6 @@
/*
* Metro 4 Components Library v4.2.23 build @@build (https://metroui.org.ua)
* Copyright 2018 Sergey Pimenov
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
.bg-scheme {

Wyświetl plik

@ -1,6 +1,6 @@
/*
* Metro 4 Components Library v4.2.23 build @@build (https://metroui.org.ua)
* Copyright 2018 Sergey Pimenov
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
.bg-scheme {

Wyświetl plik

@ -1,6 +1,6 @@
/*
* Metro 4 Components Library v4.2.23 build @@build (https://metroui.org.ua)
* Copyright 2018 Sergey Pimenov
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
.bg-scheme {

Wyświetl plik

@ -1,6 +1,6 @@
/*
* Metro 4 Components Library v4.2.23 build @@build (https://metroui.org.ua)
* Copyright 2018 Sergey Pimenov
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
.bg-scheme {

Wyświetl plik

@ -1,6 +1,6 @@
/*
* Metro 4 Components Library v4.2.23 build @@build (https://metroui.org.ua)
* Copyright 2018 Sergey Pimenov
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
.bg-scheme {

Wyświetl plik

@ -1,6 +1,6 @@
/*
* Metro 4 Components Library v4.2.23 build @@build (https://metroui.org.ua)
* Copyright 2018 Sergey Pimenov
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
.sorting,

Wyświetl plik

@ -1,6 +1,6 @@
/*
* Metro 4 Components Library v4.2.23 build @@build (https://metroui.org.ua)
* Copyright 2018 Sergey Pimenov
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
.select2-container .selection .select2-selection--single {

Plik diff jest za duży Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -11,7 +11,28 @@
<glyph unicode="&#xe06d;" glyph-name="featured-play-list" d="M512 640.667v84h-384v-84h384zM512 468.667v86h-384v-86h384zM896 810.667c46 0 86-40 86-86v-596c0-46-40-86-86-86h-768c-46 0-86 40-86 86v596c0 46 40 86 86 86h768z" />
<glyph unicode="&#xe06e;" glyph-name="featured-video" d="M512 426.667v298h-384v-298h384zM896 810.667c46 0 86-40 86-86v-596c0-46-40-86-86-86h-768c-46 0-86 40-86 86v596c0 46 40 86 86 86h768z" />
<glyph unicode="&#xe06f;" glyph-name="note" d="M640 704.667v-236h234zM938 512.667v-342c0-46-38-84-84-84l-684-2c-46 0-84 40-84 86v512c0 46 38 86 84 86h512z" />
<glyph unicode="&#xe0b7;" glyph-name="chat" d="M768 596.667v86h-512v-86h512zM598 340.667v86h-342v-86h342zM256 554.667v-86h512v86h-512zM854 852.667c46 0 84-38 84-84v-512c0-46-38-86-84-86h-598l-170-170v768c0 46 38 84 84 84h684z" />
<glyph unicode="&#xe0b9;" glyph-name="comment" d="M768 596.667v86h-512v-86h512zM768 468.667v86h-512v-86h512zM768 340.667v86h-512v-86h512zM938 768.667v-768l-170 170h-598c-46 0-84 40-84 86v512c0 46 38 84 84 84h684c46 0 84-38 84-84z" />
<glyph unicode="&#xe0c3;" glyph-name="import-export" d="M682 212.667h128l-170-170-170 170h128v300h84v-300zM384 810.667l170-170h-128v-300h-84v300h-128z" />
<glyph unicode="&#xe0c7;" glyph-name="location-off" d="M500 448.667c118.353-116.98 236.568-234.098 354-352l-54-54-144 142c-72-106-144-184-144-184s-298 330-298 554c0 22 4 44 8 66l-136 136 54 54 356-356zM512 660.667c-32 0-58-14-78-36l-138 136c54 56 132 92 216 92 166 0 298-132 298-298 0-72-30-154-72-234l-154 156c22 20 34 46 34 78 0 58-48 106-106 106z" />
<glyph unicode="&#xe0ca;" glyph-name="chat-bubble" d="M854 852.667c46 0 84-38 84-84v-512c0-46-38-86-84-86h-598l-170-170v768c0 46 38 84 84 84h684z" />
<glyph unicode="&#xe0cb;" glyph-name="chat-bubble-outline" d="M854 256.667v512h-684v-598l86 86h598zM854 852.667c46 0 84-38 84-84v-512c0-46-38-86-84-86h-598l-170-170v768c0 46 38 84 84 84h684z" />
<glyph unicode="&#xe0db;" glyph-name="phonelink-erase" d="M810 896.667c46 0 86-40 86-86v-768c0-46-40-86-86-86h-426c-46 0-86 40-86 86v128h86v-86h426v684h-426v-86h-86v128c0 46 40 86 86 86h426zM554 588.667l-170-170 170-172-42-42-170 170-172-170-42 42 170 172-170 170 42 42 172-170 170 170z" />
<glyph unicode="&#xe0dc;" glyph-name="phonelink-lock" d="M406 468.667v64c0 34-30 56-64 56s-64-22-64-56v-64h128zM460 468.667c26 0 52-24 52-54v-150c0-26-26-52-56-52h-234c-26 0-52 26-52 56v150c0 26 26 50 52 50v64c0 60 60 108 120 108s118-48 118-108v-64zM810 896.667c46 0 86-40 86-86v-768c0-46-40-86-86-86h-426c-46 0-86 40-86 86v128h86v-86h426v684h-426v-86h-86v128c0 46 40 86 86 86h426z" />
<glyph unicode="&#xe0dd;" glyph-name="phonelink-ring" d="M598 84.667v684h-428v-684h428zM598 896.667c46 0 84-40 84-86v-768c0-46-38-86-84-86h-428c-46 0-84 40-84 86v768c0 46 38 86 84 86h428zM768 520.667c52-56 52-132 0-184l-42 44c22 30 22 68 0 98zM858 610.667c106-102 106-266 0-364l-44 44c76 82 76 200 0 276z" />
<glyph unicode="&#xe0de;" glyph-name="phonelink-setup" d="M810 896.667c46 0 86-40 86-86v-768c0-46-40-86-86-86h-426c-46 0-86 40-86 86v128h86v-86h426v684h-426v-86h-86v128c0 46 40 86 86 86h426zM342 340.667c46 0 84 40 84 86s-38 86-84 86-86-40-86-86 40-86 86-86zM504 404.667l46-38c4-4 8-8 4-12l-42-74c-4-4-8-4-12-4l-56 22c-12-8-26-18-38-22l-10-54c-4-4-8-10-12-10h-86c-4 0-12 6-8 10l-8 54c-12 4-26 14-38 22l-60-18c-4-4-10 2-14 6l-42 72c0 4 0 8 4 16l48 34v44l-48 34c-4 4-8 8-4 12l42 74c4 4 10 4 14 4l54-22c12 8 28 18 40 22l8 54c4 4 8 10 12 10h86c8 0 12-6 12-10l10-54c12-4 26-14 38-22l56 18c4 4 8-2 12-6l42-72c0-4 0-8-4-12l-46-34v-44z" />
<glyph unicode="&#xe0df;" glyph-name="present-all" d="M426 426.667h-84l170 170 170-170h-84v-170h-172v170zM896 126.667v600h-768v-600h768zM896 810.667c48 0 86-38 86-86v-596c0-48-38-86-86-86h-768c-48 0-86 38-86 86v596c0 48 38 86 86 86h768z" />
<glyph unicode="&#xe0e0;" glyph-name="import-contacts" d="M896 148.667v492c-46 14-98 20-150 20-72 0-176-28-234-64v-490c58 36 162 64 234 64 52 0 104-8 150-22zM746 746.667c88.409 0 181.498-22.075 236-64v-622c0-10-12-22-22-22-4 0-6 0-10 2-60 32-134 44-204 44-72 0-176-28-234-64-62 46-150 64-234 64-62 0-146-18-204-46-4 0-6-2-10-2-10 0-22 10-22 20v626c62 46 152 64 236 64s172-18 234-64c62 46 150 64 234 64z" />
<glyph unicode="&#xe145;" glyph-name="add" d="M810 384.667h-256v-256h-84v256h-256v84h256v256h84v-256h256v-84z" />
<glyph unicode="&#xe1b9;" glyph-name="network-cell" d="M938 0.667h-852l852 852v-852z" />
<glyph unicode="&#xe1ba;" glyph-name="network-wifi" d="M872.5 471.839c0.568-0.445 1.068-0.837 1.5-1.172l-362-448-362 448c0.431 0.335 0.931 0.727 1.5 1.172l-135.5 168.828c20 14 210 170 496 170s476-156 496-170z" />
<glyph unicode="&#xe1c0;" glyph-name="lock-rotation" d="M716 832.667v-22h146v22c0 40-32 72-72 72s-74-32-74-72zM682 554.667c-24 0-42 18-42 42v172c0 24 18 42 42 42v22c0 58 50 106 108 106s106-48 106-106v-22c24 0 42-18 42-42v-172c0-24-18-42-42-42h-214zM362 64.667l56 56 162-162-28-2c-268 0-488 208-510 470h64c16-160 116-296 256-362zM992 394.667c26-24 26-66 0-92l-272-270c-24-26-64-26-90 0l-512 512c-26 24-26 64 0 90l270 272c24 26 66 26 92 0l104-104-60-60-90 88-242-240 484-484 240 242-94 94 60 60z" />
<glyph unicode="&#xe1c1;" glyph-name="rotation" d="M320 22.667l58 56 162-162-28-2c-268 0-488 208-510 470h64c16-160 114-296 254-362zM632 34.667l272 272-512 512-272-272zM436 864.667l514-514c26-24 26-64 0-90l-272-272c-24-26-64-26-90 0l-514 514c-26 24-26 64 0 90l272 272c24 26 64 26 90 0zM704 830.667l-58-56-162 162 28 2c268 0 488-208 510-470h-64c-16 160-114 296-254 362z" />
<glyph unicode="&#xe1cd;" glyph-name="cell-no-internet" d="M86 0.667l852 852v-256h-170v-596h-682zM854 0.667v84h84v-84h-84zM854 170.667v342h84v-342h-84z" />
<glyph unicode="&#xe1cf;" glyph-name="cell-null" d="M938 852.667v-852h-852zM854 646.667l-562-562h562v562z" />
<glyph unicode="&#xe1d0;" glyph-name="cell-off" d="M204 746.667l734-736-54-54-84 86h-758l378 378-270 272zM896 896.667v-734l-366 366z" />
<glyph unicode="&#xe1d9;" glyph-name="wifi-lock" d="M662 320.667v-112l-150-188-494 620c18 12 208 170 494 170s476-158 494-170l-88-112c-12 4-26 4-44 4-120 0-212-92-212-212zM938 256.667v64c0 34-30 64-64 64s-64-30-64-64v-64h128zM982 256.667c22 0 42-22 42-44v-170c0-22-20-42-42-42h-214c-22 0-42 20-42 42v170c0 22 20 44 42 44v64c0 60 46 106 106 106s108-46 108-106v-64z" />
<glyph unicode="&#xe1da;" glyph-name="wifi-off" d="M140 876.667c244.604-245.396 490.948-489.052 734-736l-54-54-142 142-166-206-496 618c10 8 64 52 156 94l-86 88zM1008 640.667l-232-290-442 440c54 12 114 20 178 20 286 0 476-156 496-170z" />
<glyph unicode="&#xe24d;" glyph-name="insert-drive-file" d="M554 554.667h236l-236 234v-234zM256 852.667h342l256-256v-512c0-46-40-84-86-84h-512c-46 0-86 38-86 84l2 684c0 46 38 84 84 84z" />
<glyph unicode="&#xe2c7;" glyph-name="folder2" d="M426 768.667l86-86h342c46 0 84-40 84-86v-426c0-46-38-86-84-86h-684c-46 0-84 40-84 86v512c0 46 38 86 84 86h256z" />
<glyph unicode="&#xe2c8;" glyph-name="folder-open2" d="M854 170.667v426h-684v-426h684zM854 682.667c46 0 84-40 84-86v-426c0-46-38-86-84-86h-684c-46 0-84 40-84 86v512c0 46 38 86 84 86h256l86-86h342z" />
@ -19,8 +40,25 @@
<glyph unicode="&#xe2cc;" glyph-name="create-new-folder" d="M810 340.667v86h-128v128h-84v-128h-128v-86h128v-128h84v128h128zM854 682.667c48 0 84-38 84-86v-426c0-48-36-86-84-86h-684c-48 0-84 38-84 86v512c0 48 36 86 84 86h256l86-86h342z" />
<glyph unicode="&#xe307;" glyph-name="cast" d="M42 512.667c258 0 470-210 470-470h-86c0 212-172 384-384 384v86zM42 340.667c166 0 300-132 300-298h-86c0 118-96 214-214 214v84zM42 170.667c70 0 128-58 128-128h-128v128zM896 810.667c46 0 86-40 86-86v-596c0-46-40-86-86-86h-298v86h298v596h-768v-128h-86v128c0 46 40 86 86 86h768z" />
<glyph unicode="&#xe308;" glyph-name="cast-connected" d="M896 810.667c46 0 86-40 86-86v-596c0-46-40-86-86-86h-298v86h298v596h-768v-128h-86v128c0 46 40 86 86 86h768zM42 512.667c258 0 470-210 470-470h-86c0 212-172 384-384 384v86zM810 640.667v-428h-240c-54 168-188 304-356 358v70h596zM42 340.667c166 0 300-132 300-298h-86c0 118-96 214-214 214v84zM42 170.667c70 0 128-58 128-128h-128v128z" />
<glyph unicode="&#xe317;" glyph-name="backspace" d="M896 468.667v-84h-604l152-154-60-60-256 256 256 256 60-60-152-154h604z" />
<glyph unicode="&#xe31a;" glyph-name="keyboard-hide" d="M512-43.333l-170 172h340zM810 596.667v86h-84v-86h84zM810 468.667v86h-84v-86h84zM682 596.667v86h-84v-86h84zM682 468.667v86h-84v-86h84zM682 298.667v86h-340v-86h340zM298 596.667v86h-84v-86h84zM298 468.667v86h-84v-86h84zM342 554.667v-86h84v86h-84zM342 682.667v-86h84v86h-84zM470 554.667v-86h84v86h-84zM470 682.667v-86h84v86h-84zM854 810.667c46 0 84-40 84-86v-426c0-46-38-86-84-86h-684c-46 0-84 40-84 86v426c0 46 38 86 84 86h684z" />
<glyph unicode="&#xe31c;" glyph-name="keyboard-tab" d="M854 682.667h84v-512h-84v512zM494 622.667l60 60 256-256-256-256-60 60 154 154h-606v84h606z" />
<glyph unicode="&#xe337;" glyph-name="devices" d="M896 170.667v342h-170v-342h170zM938 596.667c22 0 44-20 44-42v-426c0-22-22-44-44-44h-256c-22 0-42 22-42 44v426c0 22 20 42 42 42h256zM470 192.667c36 0 64 28 64 64s-28 64-64 64-64-28-64-64 28-64 64-64zM554 426.667v-76c26-24 44-56 44-94s-18-72-44-96v-76h-170v76c-26 24-42 58-42 96s16 70 42 94v76h170zM128 682.667v-512h170v-86h-170c-46 0-86 40-86 86v512c0 46 40 86 86 86h768v-86h-768z" />
<glyph unicode="&#xe3b1;" glyph-name="camera-front" d="M298 852.667v-448c0 72 142 108 214 108s214-36 214-108v448h-428zM726 938.667c46 0 84-40 84-86v-596c0-46-38-86-84-86h-300l128-128-128-128v86h-212v84h212v86h-128c-46 0-84 40-84 86v596c0 46 38 86 84 86h428zM512 596.667c-46 0-84 40-84 86s38 86 84 86 86-40 86-86-40-86-86-86zM598 84.667h212v-84h-212v84z" />
<glyph unicode="&#xe3b2;" glyph-name="camera-rear" d="M512 682.667c46 0 84 40 84 86s-38 84-84 84-86-38-86-84 38-86 86-86zM726 938.667c46 0 84-40 84-86v-596c0-46-38-86-84-86h-300l128-128-128-128v86h-212v84h212v86h-128c-46 0-84 40-84 86v596c0 46 38 86 84 86h428zM598 84.667h212v-84h-212v84z" />
<glyph unicode="&#xe3e5;" glyph-name="flash-auto" d="M718 612.667h100l-50 156zM810 852.667l138-384h-82l-30 86h-136l-30-86h-82l138 384h84zM128 852.667h426l-170-384h170l-298-512v384h-128v512z" />
<glyph unicode="&#xe3e6;" glyph-name="flash-off" d="M726 512.667l-66-114-362 362v92h428l-172-340h172zM140 810.667l670-672-54-54-176 178-154-262v384h-128v158l-212 214z" />
<glyph unicode="&#xe3e7;" glyph-name="flash-on" d="M298 852.667h428l-172-340h172l-300-512v384h-128v468z" />
<glyph unicode="&#xe3ed;" glyph-name="hdr-off" d="M106 832.667c270.848-271.818 543.632-541.7 816-812l-48-46-324 324h-144v146l-64 64v-210h-64v106h-86v-106h-64v256h64v-86h86v86h16l-234 234zM554 490.667h-16l-64 64h80c34 0 64-30 64-64v-82l-64 64v18zM746 490.667v-42h86v42h-86zM746 298.667h-16l-48 46v210h150c34 0 64-30 64-64v-42c0-26-16-52-38-60l38-90h-64l-38 86h-48v-86z" />
<glyph unicode="&#xe3ee;" glyph-name="hdr-on" d="M554 362.667v128h-84v-128h84zM554 554.667c34 0 64-30 64-64v-128c0-34-30-64-64-64h-148v256h148zM278 468.667v86h64v-256h-64v106h-86v-106h-64v256h64v-86h86zM832 448.667v42h-86v-42h86zM896 448.667c0-26-16-48-38-60l38-90h-64l-38 86h-48v-86h-64v256h150c34 0 64-30 64-64v-42z" />
<glyph unicode="&#xe412;" glyph-name="photo-camera" d="M512 212.667c118 0 214 96 214 214s-96 214-214 214-214-96-214-214 96-214 214-214zM384 852.667h256l78-84h136c46 0 84-40 84-86v-512c0-46-38-86-84-86h-684c-46 0-84 40-84 86v512c0 46 38 86 84 86h136zM376 426.667c0 76 60 136 136 136s136-60 136-136-60-136-136-136-136 60-136 136z" />
<glyph unicode="&#xe439;" glyph-name="add-photo" d="M418 340.667c0 76 60 138 136 138s138-62 138-138-62-136-138-136-136 60-136 136zM554 128.667c118 0 214 94 214 212s-96 214-214 214-212-96-212-214 94-212 212-212zM256 512.667v128h128v128h298l78-86h136c46 0 86-40 86-86v-512c0-46-40-84-86-84h-682c-46 0-86 38-86 84v428h128zM128 768.667v128h86v-128h128v-86h-128v-128h-86v128h-128v86h128z" />
<glyph unicode="&#xe55d;" glyph-name="navigation" d="M512 852.667l320-780-30-30-290 128-290-128-30 30z" />
<glyph unicode="&#xe561;" glyph-name="restaurant" d="M634 446.667l-62-62 294-294-60-60-294 294-294-294-60 60 416 416c-30 66-8 158 60 226 82 82 198 96 260 34s48-180-34-262c-68-68-160-88-226-58zM346 368.667l-180 180c-66 66-66 174 0 240l300-298z" />
<glyph unicode="&#xe569;" glyph-name="near-me" d="M896 810.667l-322-768h-42l-112 292-292 112v42z" />
<glyph unicode="&#xe56d;" glyph-name="ev-station" d="M342 170.667l170 298h-86v214l-170-320h86v-192zM768 512.667c24 0 42 18 42 42s-18 42-42 42-42-18-42-42 18-42 42-42zM844 630.667c20-20 30-46 30-76v-406c0-58-48-106-106-106s-106 48-106 106v214h-64v-320h-428v682c0 46 40 86 86 86h256c46 0 86-40 86-86v-298h42c46 0 86-40 86-86v-192c0-24 18-42 42-42s42 18 42 42v308c-14-6-26-8-42-8-58 0-106 48-106 106 0 46 28 84 68 100l-90 90 46 44z" />
<glyph unicode="&#xe5c5;" glyph-name="arrow-drop-down" d="M298 512.667h428l-214-214z" />
<glyph unicode="&#xe5c7;" glyph-name="arrow-drop-up" d="M298 340.667l214 214 214-214h-428z" />
<glyph unicode="&#xe600;" glyph-name="3d-rotation" d="M320.64 21.974c-139.307 66.133-239.36 201.6-254.507 362.027h-64c21.76-262.827 241.493-469.333 509.867-469.333 9.6 0 18.773 0.853 28.16 1.493l-162.56 162.773-56.96-56.96zM358.613 300.374c-8.107 0-15.573 1.067-22.4 3.627-6.613 2.347-12.373 5.76-17.067 10.027s-8.32 9.6-10.88 15.573c-2.56 6.187-3.84 12.8-3.84 20.053h-55.467c0-15.36 2.987-28.8 8.96-40.533s13.867-21.547 23.893-29.227c10.027-7.893 21.547-13.653 34.773-17.707 13.227-4.267 26.88-6.187 41.387-6.187 15.787 0 30.507 2.133 44.16 6.4s25.387 10.667 35.413 18.987 17.707 18.56 23.467 30.72c5.547 12.16 8.533 26.027 8.533 41.6 0 8.32-1.067 16.213-2.987 23.893-2.133 7.68-5.333 14.933-9.6 21.76-4.48 6.827-10.24 12.8-17.28 18.347-7.040 5.333-15.787 9.813-25.813 13.44 8.533 3.84 16 8.533 22.4 14.080s11.733 11.52 16 17.707c4.267 6.4 7.467 12.8 9.6 19.627s3.2 13.653 3.2 20.267c0 15.573-2.56 29.227-7.68 40.96s-12.373 21.547-21.76 29.44c-9.387 7.893-20.48 13.867-33.707 17.92-13.653 4.267-28.16 6.187-43.947 6.187-15.36 0-29.653-2.347-42.667-6.827s-24.107-10.88-33.493-18.987c-9.387-8.107-16.64-17.707-21.973-28.8s-7.893-23.253-7.893-36.267h55.467c0 7.253 1.28 13.653 3.84 19.2 2.56 5.76 6.187 10.667 10.667 14.507 4.48 4.053 10.027 7.253 16.213 9.387s13.013 3.413 20.267 3.413c17.067 0 29.653-4.48 37.973-13.227s12.373-21.12 12.373-36.907c0-7.68-1.067-14.507-3.413-20.693s-5.76-11.52-10.453-16c-4.693-4.48-10.667-7.893-17.493-10.453-7.040-2.56-15.36-3.84-24.747-3.84h-32.853v-43.733h32.853c9.387 0 17.92-1.067 25.387-3.2s13.867-5.333 19.2-10.027c5.333-4.48 9.387-10.24 12.373-17.067 2.773-6.827 4.267-14.933 4.267-24.32 0-17.28-4.907-30.507-14.933-39.68-9.6-8.96-23.040-13.44-40.32-13.44zM723.84 553.174c-13.44 14.080-29.653 24.96-48.427 32.64-18.987 7.68-39.68 11.52-62.507 11.52h-100.907v-341.333h97.92c23.68 0 45.013 3.84 64.427 11.52s35.84 18.56 49.493 32.64c13.653 14.080 24.32 31.147 31.573 50.987 7.467 19.84 11.093 42.24 11.093 66.987v16.853c0 24.747-3.84 46.933-11.307 66.987s-17.92 37.12-31.36 51.2zM706.987 417.92c0-17.707-1.92-33.92-6.187-48-4.053-14.293-10.027-26.24-18.133-36.053s-18.133-17.28-30.293-22.613c-12.16-5.12-26.24-7.893-42.453-7.893h-38.613v246.187h41.6c30.72 0 53.973-9.813 70.187-29.227 16-19.627 24.107-47.787 24.107-84.907v-17.493zM512 938.667c-9.6 0-18.773-0.853-28.16-1.493l162.56-162.773 56.747 56.747c139.52-65.92 239.573-201.387 254.72-361.813h64c-21.76 262.827-241.493 469.333-509.867 469.333z" />
<glyph unicode="&#xe601;" glyph-name="alarm" d="M938.667 694.614l-196.053 164.48-54.827-65.28 196.053-164.48 54.827 65.28zM336.213 794.027l-54.827 65.28-196.053-164.48 54.827-65.28 196.053 164.48zM533.333 597.334h-64v-256l202.453-121.813 32.213 52.693-170.667 101.12v224zM511.787 768c-212.267 0-383.787-171.947-383.787-384s171.52-384 383.787-384 384.213 171.947 384.213 384-171.947 384-384.213 384zM512 85.334c-164.907 0-298.667 133.76-298.667 298.667s133.76 298.667 298.667 298.667 298.667-133.76 298.667-298.667-133.547-298.667-298.667-298.667z" />
<glyph unicode="&#xe602;" glyph-name="alarm-on" d="M938.667 694.614l-196.053 164.48-54.827-65.28 196.053-164.48 54.827 65.28zM336.213 794.027l-54.827 65.28-196.053-164.48 54.827-65.28 196.053 164.48zM511.787 768c-212.267 0-383.787-171.947-383.787-384s171.52-384 383.787-384 384.213 171.947 384.213 384-171.947 384-384.213 384zM512 85.334c-164.907 0-298.667 133.76-298.667 298.667s133.76 298.667 298.667 298.667 298.667-133.76 298.667-298.667-133.547-298.667-298.667-298.667zM449.493 318.934l-90.453 90.453-45.227-45.227 135.68-135.68 256.213 256.213-45.227 45.227-210.987-210.987z" />
@ -237,10 +275,17 @@
<glyph unicode="&#xe6d5;" glyph-name="libreoffice" d="M534.626 937.372c-12.444 12.444-37.026 22.628-54.626 22.628h-384c-17.6 0-32-14.4-32-32v-960c0-17.6 14.4-32 32-32h768c17.6 0 32 14.4 32 32v576c0 17.6-10.182 42.182-22.626 54.626l-338.748 338.746zM832 0h-704v896h351.158c2.916-0.48 8.408-2.754 10.81-4.478l337.556-337.554c1.722-2.402 3.996-7.894 4.476-10.81v-543.158zM864 960h-192c-17.6 0-21.818-10.182-9.374-22.626l210.746-210.746c12.446-12.446 22.628-8.228 22.628 9.372v192c0 17.6-14.4 32-32 32z" />
<glyph unicode="&#xe6d6;" glyph-name="codepen" d="M945.75 591.958l-448 298.666c-10.748 7.166-24.752 7.166-35.5 0l-448-298.666c-8.902-5.934-14.25-15.926-14.25-26.624v-298.666c0-10.7 5.348-20.692 14.25-26.624l448-298.666c5.374-3.584 11.562-5.376 17.75-5.376s12.376 1.792 17.75 5.376l448 298.666c8.902 5.934 14.25 15.926 14.25 26.624v298.666c0 10.698-5.348 20.69-14.25 26.624zM480 305.124l-166.312 110.876 166.312 110.874 166.312-110.874-166.312-110.876zM512 582.458v221.75l358.31-238.876-166.31-110.874-192 128zM448 582.458l-192-128-166.312 110.874 358.312 238.876v-221.75zM198.312 416l-134.312-89.542v179.082l134.312-89.54zM256 377.542l192-128v-221.748l-358.312 238.872 166.312 110.876zM512 249.542l192 128 166.312-110.876-358.312-238.874v221.75zM761.688 416l134.312 89.54v-179.084l-134.312 89.544z" />
<glyph unicode="&#xe6d7;" glyph-name="IcoMoon" d="M259.544 448.002c0 65.416 53.030 118.446 118.446 118.446s118.446-53.030 118.446-118.446c0-65.416-53.030-118.446-118.446-118.446s-118.446 53.030-118.446 118.446zM512.004 960c-282.774 0-512.004-229.232-512.004-512s229.226-512 512.004-512c282.764 0 511.996 229.23 511.996 512 0 282.768-229.23 512-511.996 512zM379.396 0.718c-153.956 89.574-257.468 256.324-257.468 447.282s103.512 357.708 257.462 447.282c154.010-89.562 257.59-256.288 257.59-447.282 0-190.988-103.58-357.718-257.584-447.282z" />
<glyph unicode="&#xe6d8;" glyph-name="adb" d="M640 554.667c24 0 42 18 42 42s-18 44-42 44-42-20-42-44 18-42 42-42zM384 554.667c24 0 42 18 42 42s-18 44-42 44-42-20-42-44 18-42 42-42zM688 752.667c74-54 122-142 122-240v-44h-596v44c0 98 48 186 122 240l-90 90 36 34 98-98c40 20 84 32 132 32s92-12 132-32l98 98 36-34zM214 256.667v170h596v-170c0-166-132-300-298-300s-298 134-298 300z" />
<glyph unicode="&#xe6d9;" glyph-name="network-locked" d="M896 256.667v64c0 36-28 64-64 64s-64-28-64-64v-64h128zM938 256.667c24 0 44-20 44-44v-170c0-24-20-42-44-42h-212c-24 0-44 18-44 42v170c0 24 20 44 44 44v64c0 58 48 106 106 106s106-48 106-106v-64zM832 512.667c-106 0-192-86-192-192v-12c-26-24-42-58-42-96v-128h-556l812 812v-386c-8 0-14 2-22 2z" />
<glyph unicode="&#xe854;" glyph-name="add-shopping-cart" d="M306 308.667c0-6 4-10 10-10h494v-86h-512c-46 0-84 40-84 86 0 14 4 28 10 40l58 106-154 324h-86v84h140c27.003-56.33 53.665-113.001 80-170 34.063-71.271 67.603-143.063 102-214h300c54.786 99.881 110.533 198.8 164 300l74-42-164-298c-14-26-42-44-74-44h-318l-38-70zM726 170.667c46 0 84-40 84-86s-38-84-84-84-86 38-86 84 40 86 86 86zM298 170.667c46 0 86-40 86-86s-40-84-86-84-84 38-84 84 38 86 84 86zM470 554.667v128h-128v86h128v128h84v-128h128v-86h-128v-128h-84z" />
<glyph unicode="&#xe871;" glyph-name="dashboard" d="M554 810.667h342v-256h-342v256zM554 42.667v426h342v-426h-342zM128 42.667v256h342v-256h-342zM128 384.667v426h342v-426h-342z" />
<glyph unicode="&#xe873;" glyph-name="description" d="M554 554.667h236l-236 234v-234zM682 340.667v86h-340v-86h340zM682 170.667v86h-340v-86h340zM598 852.667l256-256v-512c0-46-40-84-86-84h-512c-46 0-86 38-86 84l2 684c0 46 38 84 84 84h342z" />
<glyph unicode="&#xe89c;" glyph-name="note-add" d="M554 554.667h236l-236 234v-234zM682 256.667v84h-128v128h-84v-128h-128v-84h128v-128h84v128h128zM598 852.667l256-256v-512c0-46-40-84-86-84h-512c-46 0-86 38-86 84l2 684c0 46 38 84 84 84h342z" />
<glyph unicode="&#xe8a4;" glyph-name="cell-setting" d="M810 64.667c36 0 64 28 64 64s-28 64-64 64-64-28-64-64 28-64 64-64zM968 106.667l46-34c4-4 4-10 2-14l-42-74c-2-4-10-8-14-6l-52 22c-10-8-24-14-36-20l-8-58c0-6-6-8-12-8h-84c-6 0-12 2-12 8l-8 58c-14 6-24 12-36 20l-52-22c-6-2-12 2-14 6l-42 74c-2 4-2 10 2 14l46 34c0 6-2 14-2 22s2 14 2 20l-46 36c-4 4-4 10-2 14l42 74c2 4 10 6 14 4l52-22c12 8 24 16 36 22l8 56c0 6 6 8 12 8h84c6 0 12-2 12-8l8-56c14-6 24-14 36-22l52 22c6 2 12 0 14-4l42-74c2-4 2-10-2-14l-46-36c2-6 2-12 2-20s-2-16-2-22zM810 448.667c-176 0-320-144-320-320 0-14 2-30 4-44h-494l854 854-2-494c-14 2-28 4-42 4z" />
<glyph unicode="&#xe8af;" glyph-name="qa" d="M726 426.667c0-24-20-42-44-42h-426l-170-172v598c0 24 18 42 42 42h554c24 0 44-18 44-42v-384zM896 682.667c24 0 42-18 42-42v-640l-170 170h-470c-24 0-42 18-42 42v86h554v384h86z" />
<glyph unicode="&#xe8b4;" glyph-name="room" d="M512 448.667c58 0 106 48 106 106s-48 106-106 106-106-48-106-106 48-106 106-106zM512 852.667c166 0 298-132 298-298 0-224-298-554-298-554s-298 330-298 554c0 166 132 298 298 298z" />
<glyph unicode="&#xe8e8;" glyph-name="verified" d="M426 212.667l342 342-60 60-282-280-110 110-60-60zM512 896.667l384-172v-256c0-236-164-458-384-512-220 54-384 276-384 512v256z" />
<glyph unicode="&#xe8fc;" glyph-name="photo-camera-enhance" d="M512 212.667l-54 118-116 54 116 52 54 118 54-118 116-52-116-54zM512 170.667c118 0 214 96 214 214s-96 212-214 212-214-94-214-212 96-214 214-214zM384 810.667h256l78-86h136c46 0 84-38 84-84v-512c0-46-38-86-84-86h-684c-46 0-84 40-84 86v512c0 46 38 84 84 84h136z" />
<glyph unicode="&#xe900;" glyph-name="home" d="M1024 369.556l-512 397.426-512-397.428v162.038l512 397.426 512-397.428zM896 384v-384h-256v256h-256v-256h-256v384l384 288z" />
<glyph unicode="&#xe901;" glyph-name="goat" d="M1022 550.667c2-2 2-8 0-10l-50-64c-2-2-6-4-8-4l-30 6-14-44c-6-10-20-10-26 0l-28 60-46 10-94-224 34-272c0-6-4-8-8-8h-40c-4 0-6 2-8 6l-40 162-20 34-50-196c0-4-4-6-8-6h-42c-4 0-8 4-8 8l46 270h-270l-70-132 16-136c2-6-2-10-8-10h-40c-2 0-6 0-8 4l-56 204-68-78 12-120c2-6-2-10-8-10h-44c-4 0-8 2-8 4l-26 112 42 164v288s-46 18-46 60h548c0 0 96-2 190 66 0 0-16 44 12 72 0 0 56-40 72-50 20-12 34 10 28 28-4 12-18 56-90 84-9.158 3.053-30.421 4.736-26 18 0 4 4 6 8 6 88-12 140-84 154-116 2-4 40-30 36-76 0-6 0-10 4-14z" />
<glyph unicode="&#xe902;" glyph-name="install" d="M975.821 414.822l-162.355 405.862c-11.981 30.054-41.062 49.715-73.421 49.715h-124.621l19.456-208.128h138.24l-261.12-216.474-261.12 216.474h138.24l19.456 208.128h-124.621c-32.358 0-61.44-19.661-73.421-49.715l-162.355-405.862c-14.746-36.915-19.098-77.158-12.595-116.326l30.208-181.197c6.349-38.144 39.322-66.099 77.978-66.099h736.41c38.656 0 71.629 27.955 77.978 66.099l30.208 181.197c6.605 39.168 2.253 79.411-12.544 116.326zM868.301 192.256c-3.686-22.323-22.989-38.656-45.619-38.656h-621.363c-22.63 0-41.933 16.333-45.619 38.656l-18.688 112.282c-4.762 28.211 16.998 53.862 45.619 53.862h658.79c28.57 0 50.33-25.651 45.619-53.862l-18.739-112.282z" />
@ -250,6 +295,7 @@
<glyph unicode="&#xe906;" glyph-name="drive2" d="M975.821 414.822l-162.355 405.862c-11.981 30.054-41.062 49.715-73.421 49.715h-456.090c-32.358 0-61.44-19.661-73.421-49.715l-162.355-405.862c-14.746-36.915-19.098-77.158-12.595-116.326l30.208-181.197c6.349-38.144 39.322-66.099 77.978-66.099h736.41c38.656 0 71.629 27.955 77.978 66.099l30.208 181.197c6.605 39.168 2.253 79.411-12.544 116.326zM868.301 192.256c-3.686-22.323-22.989-38.656-45.619-38.656h-621.363c-22.63 0-41.933 16.333-45.619 38.656l-18.688 112.282c-4.762 28.211 16.998 53.862 45.619 53.862h658.79c28.57 0 50.33-25.651 45.619-53.862l-18.739-112.282z" />
<glyph unicode="&#xe907;" glyph-name="news" d="M716.8 716.8h-204.8v-102.4h204.8v102.4zM716.8 563.2h-204.8v-51.2h204.8v51.2zM460.8 716.8h-153.6v-204.8h153.6v204.8zM460.8 409.6h256v51.2h-256v-51.2zM614.4 307.2h102.4v51.2h-102.4v-51.2zM716.8 256h-409.6v-51.2h409.6v51.2zM563.2 358.4h-256v-51.2h256v51.2zM409.6 460.8h-102.4v-51.2h102.4v51.2zM870.4 921.6h-716.8c-28.314 0-51.2-22.886-51.2-51.2v-819.2c0-28.262 22.886-51.2 51.2-51.2h716.8c28.314 0 51.2 22.938 51.2 51.2v819.2c0 28.262-22.886 51.2-51.2 51.2zM819.2 102.4h-614.4v716.8h614.4v-716.8z" />
<glyph unicode="&#xe908;" glyph-name="book-reference" d="M307.2 768h-51.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h563.2v51.2c0 28.277-22.923 51.2-51.2 51.2v0h-563.2c-56.554 0-102.4-45.846-102.4-102.4v0-819.2c0-56.32 46.080-102.4 102.4-102.4h614.4c56.554 0 102.4 45.846 102.4 102.4v0 665.6c0 28.277-22.923 51.2-51.2 51.2v0h-358.4v-409.6l-102.4 102.4-102.4-102.4v409.6z" />
<glyph unicode="&#xe909;" glyph-name="http" d="M918 448.667v42h-86v-42h86zM918 554.667c34 0 64-30 64-64v-42c0-34-30-64-64-64h-86v-86h-64v256h150zM534 490.667v64h192v-64h-64v-192h-64v192h-64zM298 490.667v64h192v-64h-64v-192h-64v192h-64zM192 468.667v86h64v-256h-64v106h-86v-106h-64v256h64v-86h86z" />
<glyph unicode="&#xe90a;" glyph-name="eyedropper" d="M986.51 922.51c-49.988 49.986-131.032 49.986-181.020 0l-172.118-172.118-121.372 121.372-135.764-135.764 106.426-106.426-472.118-472.118c-8.048-8.048-11.468-18.958-10.3-29.456h-0.244v-160c0-17.674 14.328-32 32-32h160c0 0 2.664 0 4 0 9.212 0 18.426 3.516 25.456 10.544l472.118 472.118 106.426-106.426 135.764 135.764-121.372 121.372 172.118 172.118c49.986 49.988 49.986 131.032 0 181.020zM173.090 0h-109.090v109.090l469.574 469.572 109.088-109.088-469.572-469.574z" />
<glyph unicode="&#xe90c;" glyph-name="paint" d="M1024 384v384h-192v64c0 35.2-28.8 64-64 64h-704c-35.2 0-64-28.8-64-64v-192c0-35.2 28.8-64 64-64h704c35.2 0 64 28.8 64 64v64h128v-256h-576v-128h-32c-17.674 0-32-14.326-32-32v-320c0-17.674 14.326-32 32-32h128c17.674 0 32 14.326 32 32v320c0 17.674-14.326 32-32 32h-32v64h576zM768 768h-704v64h704v-64z" />
<glyph unicode="&#xe90d;" glyph-name="image" d="M959.884 832c0.040-0.034 0.082-0.076 0.116-0.116v-767.77c-0.034-0.040-0.076-0.082-0.116-0.116h-895.77c-0.040 0.034-0.082 0.076-0.114 0.116v767.772c0.034 0.040 0.076 0.082 0.114 0.114h895.77zM960 896h-896c-35.2 0-64-28.8-64-64v-768c0-35.2 28.8-64 64-64h896c35.2 0 64 28.8 64 64v768c0 35.2-28.8 64-64 64v0zM832 672c0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM896 128h-768v128l224 384 256-320h64l224 192z" />
@ -261,6 +307,7 @@
<glyph unicode="&#xe913;" glyph-name="film" d="M0 832v-768h1024v768h-1024zM192 128h-128v128h128v-128zM192 384h-128v128h128v-128zM192 640h-128v128h128v-128zM768 128h-512v640h512v-640zM960 128h-128v128h128v-128zM960 384h-128v128h128v-128zM960 640h-128v128h128v-128zM384 640v-384l256 192z" />
<glyph unicode="&#xe914;" glyph-name="video-camera" d="M384 672c0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160s-160 71.634-160 160zM0 672c0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160s-160 71.634-160 160zM768 352v96c0 35.2-28.8 64-64 64h-640c-35.2 0-64-28.8-64-64v-320c0-35.2 28.8-64 64-64h640c35.2 0 64 28.8 64 64v96l256-160v448l-256-160zM640 192h-512v192h512v-192z" />
<glyph unicode="&#xe915;" glyph-name="dice" d="M864 768h-512c-88 0-160-72-160-160v-512c0-88 72-160 160-160h512c88 0 160 72 160 160v512c0 88-72 160-160 160zM416 64c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM416 448c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM608 256c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM800 64c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM800 448c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM828.76 832c-14.93 72.804-79.71 128-156.76 128h-512c-88 0-160-72-160-160v-512c0-77.046 55.196-141.83 128-156.76v636.76c0 35.2 28.8 64 64 64h636.76z" />
<glyph unicode="&#xe916;" glyph-name="accessible" d="M548 170.667h88c-20-98-106-170-210-170-118 0-212 94-212 212 0 104 72 190 170 210v-88c-50-18-86-66-86-122 0-70 58-128 128-128 56 0 104 36 122 86zM426 550.667c0 59.978 66.716 113.020 128 78h2v-2c10-4 18-10 26-18l56-62c42-46 106-78 172-78v-84c-74 0-156 36-212 82v-146h128c46 0 84-40 84-86v-234h-84v212h-214c-46 0-86 40-86 86v252zM426 768.667c0 48 38 84 86 84s86-36 86-84-38-86-86-86-86 38-86 86z" />
<glyph unicode="&#xe91b;" glyph-name="wifi-connect" horiz-adv-x="1280" d="M640 384c105.87 0 201.87-43.066 271.402-112.598l-90.468-90.468c-46.354 46.356-110.356 75.066-180.934 75.066s-134.578-28.71-180.934-75.066l-90.468 90.468c69.532 69.532 165.532 112.598 271.402 112.598zM187.452 452.548c120.88 120.88 281.598 187.452 452.548 187.452s331.668-66.572 452.55-187.452l-90.51-90.508c-96.706 96.704-225.28 149.96-362.040 149.96-136.762 0-265.334-53.256-362.038-149.962l-90.51 90.51zM988.784 825.562c106.702-45.132 202.516-109.728 284.782-191.996v0l-90.508-90.508c-145.056 145.056-337.92 224.942-543.058 224.942-205.14 0-398-79.886-543.058-224.942l-90.51 90.51c82.268 82.266 178.082 146.862 284.784 191.994 110.504 46.738 227.852 70.438 348.784 70.438s238.278-23.7 348.784-70.438zM576 64c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64z" />
<glyph unicode="&#xe91d;" glyph-name="feed" d="M384 448c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM664.348 729.474c99.852-54.158 167.652-159.898 167.652-281.474s-67.8-227.316-167.652-281.474c44.066 70.126 71.652 170.27 71.652 281.474s-27.586 211.348-71.652 281.474zM288 448c0-111.204 27.584-211.348 71.652-281.474-99.852 54.16-167.652 159.898-167.652 281.474s67.8 227.314 167.652 281.474c-44.068-70.126-71.652-170.27-71.652-281.474zM96 448c0-171.9 54.404-326.184 140.652-431.722-142.302 90.948-236.652 250.314-236.652 431.722s94.35 340.774 236.652 431.722c-86.248-105.538-140.652-259.822-140.652-431.722zM787.352 879.72c142.298-90.946 236.648-250.312 236.648-431.72s-94.35-340.774-236.648-431.72c86.244 105.536 140.648 259.82 140.648 431.72s-54.404 326.184-140.648 431.72z" />
<glyph unicode="&#xe91e;" glyph-name="mic" d="M480 256c88.366 0 160 71.634 160 160v384c0 88.366-71.634 160-160 160s-160-71.634-160-160v-384c0-88.366 71.636-160 160-160zM704 512v-96c0-123.71-100.29-224-224-224-123.712 0-224 100.29-224 224v96h-64v-96c0-148.238 112.004-270.3 256-286.22v-129.78h-128v-64h320v64h-128v129.78c143.994 15.92 256 137.982 256 286.22v96h-64z" />

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 438 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 451 KiB

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

1872
grbl1.1g-blackbox.hex 100644

Plik diff jest za duży Load Diff

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "OpenBuildsCONTROL",
"version": "1.0.147",
"version": "1.0.148",
"license": "AGPL-3.0",
"description": "Machine Interface Driver for OpenBuilds",
"author": "github.com/openbuilds <webmaster@openbuilds.com>",