Move MatterControl source code into a subdirectory
6
original/StaticData/BuildInfo.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"BuildVersion": "Test Build",
|
||||
"ProjectToken": "ag9zfm1hdHRlcmNvbnRyb2xyFAsSB1Byb2plY3QYgICA0KOn2goM",
|
||||
"TestProjectToken": "ahRzfm1hdHRlcmNvbnRyb2wtdGVzdHIUCxIHUHJvamVjdBiAgICA3s-NCgw",
|
||||
"ReleaseVersion": "0.0.0",
|
||||
"BuildToken": "no-key" }
|
||||
203
original/StaticData/Drivers/MHSerial/MHSerial.inf
Normal file
|
|
@ -0,0 +1,203 @@
|
|||
; MatterHackers Serial Communications Driver
|
||||
|
||||
[Strings]
|
||||
DriverPackageDisplayName="MatterHackers Serial Driver"
|
||||
ManufacturerName="MatterHackers, Inc. (www.matterhackers.com)"
|
||||
ServiceName="USB RS-232 Emulation Driver"
|
||||
due.bossa.name="Bossa Program Port"
|
||||
due.programming_port.name="Arduino Due Programming Port"
|
||||
due.sketch.name="Arduino Due"
|
||||
esplora.bootloader.name="Arduino Esplora bootloader"
|
||||
esplora.sketch.name="Arduino Esplora"
|
||||
leonardo.bootloader.name="Arduino Leonardo bootloader"
|
||||
leonardo.sketch.name="Arduino Leonardo"
|
||||
lilypadUSB.bootloader.name="Arduino LilyPad USB bootloader"
|
||||
lilypadUSB.sketch.name="Arduino LilyPad USB"
|
||||
mega2560.name="Arduino Mega 2560"
|
||||
mega2560rev3.name="Arduino Mega 2560"
|
||||
megaADK.name="Arduino Mega ADK"
|
||||
megaADKrev3.name="Arduino Mega ADK"
|
||||
micro.bootloader.name="Arduino Micro bootloader"
|
||||
micro.sketch.name="Arduino Micro"
|
||||
uno.name="Arduino Uno"
|
||||
unoR3.name="Arduino Uno"
|
||||
usbserial.name="Arduino USB Serial Light Adapter"
|
||||
robotControl.bootloader.name="Arduino Robot Control bootloader"
|
||||
robotControl.sketch.name="Arduino Robot"
|
||||
robotMotor.bootloader.name="Arduino Robot Motor bootloader"
|
||||
robotMotor.sketch.name="Arduino Robot"
|
||||
yun.bootloader.name="Arduino Yun bootloader"
|
||||
yun.sketch.name="Arduino Yun"
|
||||
rambo.name="RAMBo"
|
||||
einsy.rambo.name="Einsy RAMBo"
|
||||
mega2560ref6666.name="TAURINO - ATmega2560 compatible"
|
||||
mega2560ref8888.name="TAURINO - ATmega2560 compatible2"
|
||||
brainwave.name="Brainwave"
|
||||
brainwave.bootloader.name="Brainwave Boot Loader"
|
||||
printrboard.name="Printrboard"
|
||||
smoothieboard.name="Smoothie Board"
|
||||
makeit.name="MakeIt"
|
||||
ramps.name="RAMPS"
|
||||
ftdi.name="FTDI"
|
||||
flashforge.name="Flashforge"
|
||||
|
||||
[DefaultInstall]
|
||||
CopyINF=arduino.inf
|
||||
|
||||
[Version]
|
||||
Class=Ports
|
||||
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
|
||||
Signature="$Windows NT$"
|
||||
Provider=%ManufacturerName%
|
||||
DriverPackageDisplayName=%DriverPackageDisplayName%
|
||||
CatalogFile=MHSerial.cat
|
||||
DriverVer=01/05/2015,2.0.0.0
|
||||
|
||||
[Manufacturer]
|
||||
%ManufacturerName%=DeviceList, NTamd64, NTia64
|
||||
|
||||
[DestinationDirs]
|
||||
FakeModemCopyFileSection=12
|
||||
DefaultDestDir=12
|
||||
|
||||
[DeviceList]
|
||||
%due.bossa.name%=DriverInstall, USB\VID_03EB&PID_6124
|
||||
%due.programming_port.name%=DriverInstall, USB\VID_2341&PID_003D
|
||||
%due.sketch.name%=DriverInstall, USB\VID_2341&PID_003E&MI_00
|
||||
%esplora.bootloader.name%=DriverInstall, USB\VID_2341&PID_003C
|
||||
%esplora.sketch.name%=DriverInstall, USB\VID_2341&PID_803C&MI_00
|
||||
%leonardo.bootloader.name%=DriverInstall, USB\VID_2341&PID_0036
|
||||
%leonardo.sketch.name%=DriverInstall, USB\VID_2341&PID_8036&MI_00
|
||||
%lilypadUSB.bootloader.name%=DriverInstall, USB\VID_1B4F&PID_9207
|
||||
%lilypadUSB.sketch.name%=DriverInstall, USB\VID_1B4F&PID_9208&MI_00
|
||||
%mega2560rev3.name%=DriverInstall, USB\VID_2341&PID_0042
|
||||
%mega2560.name%=DriverInstall, USB\VID_2341&PID_0010
|
||||
%megaADK.name%=DriverInstall, USB\VID_2341&PID_003F
|
||||
%megaADKrev3.name%=DriverInstall, USB\VID_2341&PID_0044
|
||||
%micro.bootloader.name%=DriverInstall, USB\VID_2341&PID_0037
|
||||
%micro.sketch.name%=DriverInstall, USB\VID_2341&PID_8037&MI_00
|
||||
%uno.name%=DriverInstall, USB\VID_2341&PID_0001
|
||||
%unoR3.name%=DriverInstall, USB\VID_2341&PID_0043
|
||||
%usbserial.name%=DriverInstall, USB\VID_2341&PID_003B
|
||||
%robotControl.bootloader.name%=DriverInstall, USB\VID_2341&PID_0038
|
||||
%robotControl.sketch.name%=DriverInstall, USB\VID_2341&PID_8038&MI_00
|
||||
%robotMotor.bootloader.name%=DriverInstall, USB\VID_2341&PID_0039
|
||||
%robotMotor.sketch.name%=DriverInstall, USB\VID_2341&PID_8039&MI_00
|
||||
%yun.bootloader.name%=DriverInstall, USB\VID_2341&PID_0041
|
||||
%yun.sketch.name%=DriverInstall, USB\VID_2341&PID_8041&MI_00
|
||||
%rambo.name%=DriverInstall, USB\VID_27B1&PID_0001
|
||||
%einsy.rambo.name%=DriverInstall, USB\VID_2C99&PID_0002
|
||||
%mega2560ref6666.name%=DriverInstall, USB\VID_03EB&PID_204B&REV_6666
|
||||
%mega2560ref8888.name%=DriverInstall, USB\VID_03EB&PID_204B&REV_8888
|
||||
%brainwave.name%=DriverInstall, USB\VID_16D0&PID_076B&MI_00
|
||||
%brainwave.bootloader.name%=DriverInstall, USB\VID_239A&PID_0001
|
||||
%printrboard.name%=DriverInstall, USB\VID_16C0&PID_0483&REV_0100
|
||||
%printrboard.name%=DriverInstall, USB\VID_2974&PID_0503&REV_0100
|
||||
%smoothieboard.name%=DriverInstall, USB\VID_1D50&PID_6015&MI_00
|
||||
%smoothieboard.name%=DriverInstall, USB\VID_1D50&PID_6015&MI_04
|
||||
%smoothieboard.name%=DriverInstall, USB\VID_1F00&PID_2012
|
||||
%makeit.name%=DriverInstall, USB\VID_0403&PID_6015
|
||||
%ramps.name%=DriverInstall, USB\VID_1A86&PID_7523
|
||||
%ftdi.name%=DriverInstall, USB\VID_0403&PID_6001
|
||||
%flashforge.name%=DriverInstall, USB\VID_23C1&PID_D314&REV_0001
|
||||
|
||||
[DeviceList.NTamd64]
|
||||
%due.bossa.name%=DriverInstall, USB\VID_03EB&PID_6124
|
||||
%due.programming_port.name%=DriverInstall, USB\VID_2341&PID_003D
|
||||
%due.sketch.name%=DriverInstall, USB\VID_2341&PID_003E&MI_00
|
||||
%esplora.bootloader.name%=DriverInstall, USB\VID_2341&PID_003C
|
||||
%esplora.sketch.name%=DriverInstall, USB\VID_2341&PID_803C&MI_00
|
||||
%leonardo.bootloader.name%=DriverInstall, USB\VID_2341&PID_0036
|
||||
%leonardo.sketch.name%=DriverInstall, USB\VID_2341&PID_8036&MI_00
|
||||
%lilypadUSB.bootloader.name%=DriverInstall, USB\VID_1B4F&PID_9207
|
||||
%lilypadUSB.sketch.name%=DriverInstall, USB\VID_1B4F&PID_9208&MI_00
|
||||
%mega2560rev3.name%=DriverInstall, USB\VID_2341&PID_0042
|
||||
%mega2560.name%=DriverInstall, USB\VID_2341&PID_0010
|
||||
%megaADK.name%=DriverInstall, USB\VID_2341&PID_003F
|
||||
%megaADKrev3.name%=DriverInstall, USB\VID_2341&PID_0044
|
||||
%micro.bootloader.name%=DriverInstall, USB\VID_2341&PID_0037
|
||||
%micro.sketch.name%=DriverInstall, USB\VID_2341&PID_8037&MI_00
|
||||
%uno.name%=DriverInstall, USB\VID_2341&PID_0001
|
||||
%unoR3.name%=DriverInstall, USB\VID_2341&PID_0043
|
||||
%usbserial.name%=DriverInstall, USB\VID_2341&PID_003B
|
||||
%robotControl.bootloader.name%=DriverInstall, USB\VID_2341&PID_0038
|
||||
%robotControl.sketch.name%=DriverInstall, USB\VID_2341&PID_8038&MI_00
|
||||
%robotMotor.bootloader.name%=DriverInstall, USB\VID_2341&PID_0039
|
||||
%robotMotor.sketch.name%=DriverInstall, USB\VID_2341&PID_8039&MI_00
|
||||
%yun.bootloader.name%=DriverInstall, USB\VID_2341&PID_0041
|
||||
%yun.sketch.name%=DriverInstall, USB\VID_2341&PID_8041&MI_00
|
||||
%rambo.name%=DriverInstall, USB\VID_27B1&PID_0001
|
||||
%einsy.rambo.name%=DriverInstall, USB\VID_2C99&PID_0002
|
||||
%mega2560ref6666.name%=DriverInstall, USB\VID_03EB&PID_204B&REV_6666
|
||||
%mega2560ref8888.name%=DriverInstall, USB\VID_03EB&PID_204B&REV_8888
|
||||
%brainwave.name%=DriverInstall, USB\VID_16D0&PID_076B&MI_00
|
||||
%brainwave.bootloader.name%=DriverInstall, USB\VID_239A&PID_0001
|
||||
%printrboard.name%=DriverInstall, USB\VID_16C0&PID_0483&REV_0100
|
||||
%printrboard.name%=DriverInstall, USB\VID_2974&PID_0503&REV_0100
|
||||
%smoothieboard.name%=DriverInstall, USB\VID_1D50&PID_6015&MI_00
|
||||
%smoothieboard.name%=DriverInstall, USB\VID_1D50&PID_6015&MI_04
|
||||
%smoothieboard.name%=DriverInstall, USB\VID_1F00&PID_2012
|
||||
%makeit.name%=DriverInstall, USB\VID_0403&PID_6015
|
||||
%ramps.name%=DriverInstall, USB\VID_1A86&PID_7523
|
||||
%ftdi.name%=DriverInstall, USB\VID_0403&PID_6001
|
||||
%flashforge.name%=DriverInstall, USB\VID_23C1&PID_D314&REV_0001
|
||||
|
||||
[DeviceList.NTia64]
|
||||
%esplora.bootloader.name%=DriverInstall, USB\VID_2341&PID_003C
|
||||
%esplora.sketch.name%=DriverInstall, USB\VID_2341&PID_803C&MI_00
|
||||
%leonardo.bootloader.name%=DriverInstall, USB\VID_2341&PID_0036
|
||||
%leonardo.sketch.name%=DriverInstall, USB\VID_2341&PID_8036&MI_00
|
||||
%lilypadUSB.bootloader.name%=DriverInstall, USB\VID_1B4F&PID_9207
|
||||
%lilypadUSB.sketch.name%=DriverInstall, USB\VID_1B4F&PID_9208&MI_00
|
||||
%mega2560rev3.name%=DriverInstall, USB\VID_2341&PID_0042
|
||||
%mega2560.name%=DriverInstall, USB\VID_2341&PID_0010
|
||||
%megaADK.name%=DriverInstall, USB\VID_2341&PID_003F
|
||||
%megaADKrev3.name%=DriverInstall, USB\VID_2341&PID_0044
|
||||
%micro.bootloader.name%=DriverInstall, USB\VID_2341&PID_0037
|
||||
%micro.sketch.name%=DriverInstall, USB\VID_2341&PID_8037&MI_00
|
||||
%uno.name%=DriverInstall, USB\VID_2341&PID_0001
|
||||
%unoR3.name%=DriverInstall, USB\VID_2341&PID_0043
|
||||
%usbserial.name%=DriverInstall, USB\VID_2341&PID_003B
|
||||
%robotControl.bootloader.name%=DriverInstall, USB\VID_2341&PID_0038
|
||||
%robotControl.sketch.name%=DriverInstall, USB\VID_2341&PID_8038&MI_00
|
||||
%robotMotor.bootloader.name%=DriverInstall, USB\VID_2341&PID_0039
|
||||
%robotMotor.sketch.name%=DriverInstall, USB\VID_2341&PID_8039&MI_00
|
||||
%yun.bootloader.name%=DriverInstall, USB\VID_2341&PID_0041
|
||||
%yun.sketch.name%=DriverInstall, USB\VID_2341&PID_8041&MI_00
|
||||
%rambo.name%=DriverInstall, USB\VID_27B1&PID_0001
|
||||
%einsy.rambo.name%=DriverInstall, USB\VID_2C99&PID_0002
|
||||
%mega2560ref6666.name%=DriverInstall, USB\VID_03EB&PID_204B&REV_6666
|
||||
%mega2560ref8888.name%=DriverInstall, USB\VID_03EB&PID_204B&REV_8888
|
||||
%brainwave.name%=DriverInstall, USB\VID_16D0&PID_076B&MI_00
|
||||
%brainwave.bootloader.name%=DriverInstall, USB\VID_239A&PID_0001
|
||||
%printrboard.name%=DriverInstall, USB\VID_16C0&PID_0483&REV_0100
|
||||
%printrboard.name%=DriverInstall, USB\VID_2974&PID_0503&REV_0100
|
||||
%smoothieboard.name%=DriverInstall, USB\VID_1D50&PID_6015&MI_00
|
||||
%smoothieboard.name%=DriverInstall, USB\VID_1D50&PID_6015&MI_04
|
||||
%smoothieboard.name%=DriverInstall, USB\VID_1F00&PID_2012
|
||||
%makeit.name%=DriverInstall, USB\VID_0403&PID_6015
|
||||
%ramps.name%=DriverInstall, USB\VID_1A86&PID_7523
|
||||
%ftdi.name%=DriverInstall, USB\VID_0403&PID_6001
|
||||
%flashforge.name%=DriverInstall, USB\VID_23C1&PID_D314&REV_0001
|
||||
|
||||
[DriverInstall]
|
||||
include=mdmcpq.inf,usb.inf
|
||||
CopyFiles = FakeModemCopyFileSection
|
||||
AddReg=DriverAddReg
|
||||
|
||||
[DriverAddReg]
|
||||
HKR,,DevLoader,,*ntkern
|
||||
HKR,,NTMPDriver,,usbser.sys
|
||||
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
|
||||
|
||||
[DriverInstall.Services]
|
||||
include=mdmcpq.inf
|
||||
AddService=usbser, 0x00000002, DriverService
|
||||
|
||||
[DriverService]
|
||||
DisplayName=%ServiceName%
|
||||
ServiceType=1
|
||||
StartType=3
|
||||
ErrorControl=1
|
||||
ServiceBinary=%12%\usbser.sys
|
||||
LoadOrderGroup=Base
|
||||
BIN
original/StaticData/Drivers/MHSerial/mhserial.cat
Normal file
BIN
original/StaticData/Fonts/Alfa_Slab.ttf
Normal file
BIN
original/StaticData/Fonts/Audiowide.ttf
Normal file
BIN
original/StaticData/Fonts/Bangers.ttf
Normal file
1028
original/StaticData/Fonts/Braille.svg
Normal file
|
After Width: | Height: | Size: 118 KiB |
BIN
original/StaticData/Fonts/Courgette.ttf
Normal file
BIN
original/StaticData/Fonts/Damion.ttf
Normal file
BIN
original/StaticData/Fonts/Firefly_Sung.ttf
Normal file
BIN
original/StaticData/Fonts/Fredoka.ttf
Normal file
BIN
original/StaticData/Fonts/Great_Vibes.ttf
Normal file
BIN
original/StaticData/Fonts/Korets.TTF
Normal file
1831
original/StaticData/Fonts/LiberationMono.svg
Normal file
|
After Width: | Height: | Size: 218 KiB |
2732
original/StaticData/Fonts/LiberationSans-Bold.svg
Normal file
|
After Width: | Height: | Size: 270 KiB |
BIN
original/StaticData/Fonts/Lobster.ttf
Normal file
BIN
original/StaticData/Fonts/Nunito_Bold.ttf
Normal file
BIN
original/StaticData/Fonts/Nunito_Bold_Italic.ttf
Normal file
BIN
original/StaticData/Fonts/Nunito_Italic.ttf
Normal file
BIN
original/StaticData/Fonts/Nunito_Regular.ttf
Normal file
BIN
original/StaticData/Fonts/Nunito_SemiBold.ttf
Normal file
93
original/StaticData/Fonts/OFL.txt
Normal file
|
|
@ -0,0 +1,93 @@
|
|||
Copyright 2014-2017 Indian Type Foundry (info@indiantypefoundry.com)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
BIN
original/StaticData/Fonts/Pacifico.ttf
Normal file
BIN
original/StaticData/Fonts/Poppins.ttf
Normal file
BIN
original/StaticData/Fonts/Questrial.ttf
Normal file
BIN
original/StaticData/Fonts/Righteous.ttf
Normal file
BIN
original/StaticData/Fonts/Russo.ttf
Normal file
BIN
original/StaticData/Fonts/Titan.ttf
Normal file
2461
original/StaticData/Fonts/Titillium.svg
Normal file
|
After Width: | Height: | Size: 162 KiB |
13
original/StaticData/Fonts/desktop.ini
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[LocalizedFileNames]
|
||||
Righteous-Regular.ttf=@Righteous-Regular.ttf,0
|
||||
Questrial-Regular.ttf=@Questrial-Regular.ttf,0
|
||||
Pacifico-Regular.ttf=@Pacifico-Regular.ttf,0
|
||||
Lobster-Regular.ttf=@Lobster-Regular.ttf,0
|
||||
GreatVibes-Regular.ttf=@GreatVibes-Regular.ttf,0
|
||||
FredokaOne-Regular.ttf=@FredokaOne-Regular.ttf,0
|
||||
Courgette-Regular.ttf=@Courgette-Regular.ttf,0
|
||||
Bangers-Regular.ttf=@Bangers-Regular.ttf,0
|
||||
Audiowide-Regular.ttf=@Audiowide-Regular.ttf,0
|
||||
AlfaSlabOne-Regular.ttf=@AlfaSlabOne-Regular.ttf,0
|
||||
TitanOne-Regular.ttf=@TitanOne-Regular.ttf,0
|
||||
RussoOne-Regular.ttf=@RussoOne-Regular.ttf,0
|
||||
BIN
original/StaticData/Icons/3d_printer.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
original/StaticData/Icons/424.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
original/StaticData/Icons/426.png
Normal file
|
After Width: | Height: | Size: 499 B |
BIN
original/StaticData/Icons/Down Arrow.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
original/StaticData/Icons/IC_32x32.png
Normal file
|
After Width: | Height: | Size: 523 B |
BIN
original/StaticData/Icons/Library/back.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
original/StaticData/Icons/Library/calibration_library_icon.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
original/StaticData/Icons/Library/categories.png
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
original/StaticData/Icons/Library/cloud_icon.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
original/StaticData/Icons/Library/computer_icon.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
original/StaticData/Icons/Library/design_apps_icon.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
original/StaticData/Icons/Library/desktop.png
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
original/StaticData/Icons/Library/download_icon.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
original/StaticData/Icons/Library/experimental.png
Normal file
|
After Width: | Height: | Size: 6 KiB |
BIN
original/StaticData/Icons/Library/file.png
Normal file
|
After Width: | Height: | Size: 360 B |
BIN
original/StaticData/Icons/Library/folder.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
original/StaticData/Icons/Library/hard-drive.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
4
original/StaticData/Icons/Library/hard-drive.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="1200pt" height="1200pt" version="1.1" viewBox="0 0 1200 1200" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m1195.7 774.73-170.89-590.41c-8.375-24.121-31.105-40.297-56.652-40.32h-736.31c-26.039 0.16797-49.055 16.992-57.121 41.762l-170.4 588.48c-2.8906 9.3242-4.3555 19.043-4.3203 28.801v204.96c0 53.016 42.984 96 96 96h1008c53.016 0 96-42.984 96-96v-204.96c-0.023438-9.6094-1.4766-19.152-4.3086-28.309zm-974.89-574.57c1.6094-4.7656 6.0117-8.0156 11.039-8.1602h736.32c4.6797-0.097656 8.9883 2.5195 11.039 6.7188l152.16 525.59c-8.8672-2.7383-18.082-4.1875-27.359-4.3086h-1008c-9.2773 0.12109-18.504 1.5703-27.359 4.3086zm931.2 807.84c0 26.508-21.492 48-48 48h-1008c-26.508 0-48-21.492-48-48v-192c0-26.508 21.492-48 48-48h1008c26.508 0 48 21.492 48 48zm-912-96c0 26.508-21.492 48-48 48s-48-21.492-48-48 21.492-48 48-48 48 21.492 48 48zm144 0c0 26.508-21.492 48-48 48s-48-21.492-48-48 21.492-48 48-48 48 21.492 48 48zm144 0c0 26.508-21.492 48-48 48s-48-21.492-48-48 21.492-48 48-48 48 21.492 48 48zm96-48h432v48h-432z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1 KiB |
BIN
original/StaticData/Icons/Library/history_icon.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
original/StaticData/Icons/Library/library_icon.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
original/StaticData/Icons/Library/local_library_icon.png
Normal file
|
After Width: | Height: | Size: 761 B |
BIN
original/StaticData/Icons/Library/mydocuments.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
original/StaticData/Icons/Library/primitives_library_icon.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
original/StaticData/Icons/Library/printer_icon.png
Normal file
|
After Width: | Height: | Size: 596 B |
BIN
original/StaticData/Icons/Library/pro_tools_library_icon.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
original/StaticData/Icons/Library/purchased_icon.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
original/StaticData/Icons/Library/queue_icon.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
original/StaticData/Icons/Library/scripting_icon.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
original/StaticData/Icons/Library/sd_icon.png
Normal file
|
After Width: | Height: | Size: 586 B |
BIN
original/StaticData/Icons/Library/shared_icon.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
original/StaticData/Icons/Library/svg.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
original/StaticData/Icons/Library/zip_folder.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
original/StaticData/Icons/Pushpin.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
original/StaticData/Icons/PushpinUnpin.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
original/StaticData/Icons/SettingsGroupError_16x.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
original/StaticData/Icons/SettingsGroupWarning_16x.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
original/StaticData/Icons/StatusInfoTip_16x.png
Normal file
|
After Width: | Height: | Size: 446 B |
BIN
original/StaticData/Icons/Up Arrow.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
original/StaticData/Icons/ViewTransformControls/gcode_2d.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
original/StaticData/Icons/ViewTransformControls/gcode_3d.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
original/StaticData/Icons/ViewTransformControls/model.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
original/StaticData/Icons/ViewTransformControls/overflow.png
Normal file
|
After Width: | Height: | Size: 343 B |
BIN
original/StaticData/Icons/ViewTransformControls/partSelect.png
Normal file
|
After Width: | Height: | Size: 539 B |
BIN
original/StaticData/Icons/ViewTransformControls/rotate.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
original/StaticData/Icons/ViewTransformControls/scale.png
Normal file
|
After Width: | Height: | Size: 442 B |
BIN
original/StaticData/Icons/ViewTransformControls/translate.png
Normal file
|
After Width: | Height: | Size: 511 B |
BIN
original/StaticData/Icons/add_base.png
Normal file
|
After Width: | Height: | Size: 1,015 B |
BIN
original/StaticData/Icons/align_bottom.png
Normal file
|
After Width: | Height: | Size: 882 B |
BIN
original/StaticData/Icons/align_center_x.png
Normal file
|
After Width: | Height: | Size: 880 B |
BIN
original/StaticData/Icons/align_center_y.png
Normal file
|
After Width: | Height: | Size: 875 B |
BIN
original/StaticData/Icons/align_left.png
Normal file
|
After Width: | Height: | Size: 876 B |
BIN
original/StaticData/Icons/align_left_dark.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
original/StaticData/Icons/align_origin.png
Normal file
|
After Width: | Height: | Size: 375 B |
BIN
original/StaticData/Icons/align_right.png
Normal file
|
After Width: | Height: | Size: 880 B |
BIN
original/StaticData/Icons/align_to_bottom.png
Normal file
|
After Width: | Height: | Size: 853 B |
BIN
original/StaticData/Icons/align_to_center_x.png
Normal file
|
After Width: | Height: | Size: 822 B |
BIN
original/StaticData/Icons/align_to_center_y.png
Normal file
|
After Width: | Height: | Size: 858 B |
BIN
original/StaticData/Icons/align_to_left.png
Normal file
|
After Width: | Height: | Size: 832 B |
BIN
original/StaticData/Icons/align_to_right.png
Normal file
|
After Width: | Height: | Size: 850 B |
BIN
original/StaticData/Icons/align_to_top.png
Normal file
|
After Width: | Height: | Size: 857 B |
BIN
original/StaticData/Icons/align_top.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
original/StaticData/Icons/application.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
original/StaticData/Icons/apply.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
original/StaticData/Icons/arrange_all.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
original/StaticData/Icons/array_advanced.png
Normal file
|
After Width: | Height: | Size: 958 B |
BIN
original/StaticData/Icons/array_linear.png
Normal file
|
After Width: | Height: | Size: 240 B |
BIN
original/StaticData/Icons/array_radial.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
original/StaticData/Icons/bad_load.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
original/StaticData/Icons/bambu icon.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
original/StaticData/Icons/bed.png
Normal file
|
After Width: | Height: | Size: 848 B |