This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "Ultimaker Darkish", | |
"inherits": "cura-dark" | |
}, | |
"base_colors": | |
{ | |
"background_1": [39, 44, 48, 255], | |
"background_2": [47, 53, 58, 255], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "Ultimaker Dark custom layerview colors", | |
"inherits": "cura-dark" | |
}, | |
"colors": { | |
"layerview_ghost": [31, 31, 31, 95], | |
"layerview_none": [255, 255, 255, 255], | |
"layerview_inset_0": [29, 200, 200, 255], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[shaders] | |
vertex = | |
uniform highp mat4 u_modelMatrix; | |
uniform highp mat4 u_viewMatrix; | |
uniform highp mat4 u_projectionMatrix; | |
uniform highp mat4 u_normalMatrix; | |
attribute highp vec4 a_vertex; | |
attribute highp vec4 a_normal; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "Ultimaker Dark non-transparent helpers", | |
"inherits": "cura-dark" | |
}, | |
"colors": { | |
"layerview_support": [0, 255, 255, 255], | |
"layerview_support_infill": [0, 255, 255, 255], | |
"layerview_support_interface": [63, 127, 255, 255] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "Ultimaker Larger", | |
"inherits": "cura-light" | |
}, | |
"fonts": { | |
"default": { | |
"size": 1.1, | |
"weight": 40, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) 2018 Aldo Hoeben / fieldOfView | |
# NetworkMJPGImage is released under the terms of the LGPLv3 or higher. | |
from PyQt5.QtCore import QUrl, pyqtProperty, pyqtSignal, pyqtSlot, QRect, QByteArray | |
from PyQt5.QtGui import QImage, QPainter | |
from PyQt5.QtQuick import QQuickPaintedItem | |
from PyQt5.QtNetwork import QNetworkRequest, QNetworkReply, QNetworkAccessManager | |
from UM.Logger import Logger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 2, | |
"name": "Ultimaker 2 Magnetic", | |
"inherits": "ultimaker2", | |
"metadata": { | |
"quality_definition": "ultimaker2" | |
}, | |
"overrides": { | |
"machine_disallowed_areas": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<title>Settings and replacement patterns</title> | |
<script type="text/javascript"> | |
function showJSON(file) { | |
var xobj = new XMLHttpRequest(); | |
xobj.overrideMimeType("application/json"); | |
xobj.open('GET', file, false); | |
xobj.onreadystatechange = function () { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 2, | |
"name": "Custom belt-printer", | |
"inherits": "beltprinter", | |
"metadata": { | |
"visible": true, | |
"author": "fieldOfView", | |
"manufacturer": "Custom", | |
"category": "Custom", | |
"file_formats": "text/x-gcode", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "Grey tooltips", | |
"inherits": "cura-light" | |
}, | |
"colors": { | |
"tooltip_text": [8, 0, 0, 255], | |
"button_tooltip": [225, 225, 225, 255], | |
"tooltip": [225, 225, 225, 255] |
NewerOlder