This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "Compact sidebar", | |
"inherits": "cura-light" | |
}, | |
"sizes": { | |
"sidebar": [30.0, 10.0], | |
"sidebar_margin": [1.71, 0.43], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "Default font", | |
"inherits": "cura-light" | |
}, | |
"fonts": { | |
"large": { | |
"size": 1.35, | |
"weight": 40 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "ultimaker3_single", | |
"version": 2, | |
"name": "Ultimaker 3 single extrusion", | |
"inherits": "ultimaker3", | |
"metadata": { | |
"quality_definition": "ultimaker3" | |
}, | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
from PyQt5.QtCore import QUrl | |
from PyQt5.QtWidgets import QApplication | |
from PyQt5.QtQuick import QQuickView | |
# Main Function | |
if __name__ == '__main__': | |
# Create main app | |
myApp = QApplication(sys.argv) | |
# Create a label and set its properties |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) 2016 Aldo Hoeben / fieldOfView | |
# The PostProcessingPlugin is released under the terms of the AGPLv3 or higher. | |
from ..Script import Script | |
from UM.Application import Application | |
import re | |
import math | |
class Twist(Script): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "ultimaker2_extended_plus_reprap", | |
"version": 2, | |
"name": "Ultimaker 2 Extended+ (RepRap)", | |
"inherits": "ultimaker2_plus", | |
"metadata": { | |
"author": "Ultimaker", | |
"manufacturer": "Ultimaker", | |
"category": "Ultimaker", | |
"quality_definition": "ultimaker2_plus", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "ultimaker2_plus_reprap", | |
"version": 2, | |
"name": "Ultimaker 2+ (RepRap)", | |
"inherits": "ultimaker2_plus", | |
"metadata": { | |
"author": "Ultimaker", | |
"manufacturer": "Ultimaker", | |
"category": "Ultimaker", | |
"quality_definition": "ultimaker2_plus", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "ultimaker2_reprap", | |
"version": 2, | |
"name": "Ultimaker 2 (reprap)", | |
"inherits": "ultimaker2", | |
"metadata": { | |
"visible": true, | |
"author": "Ultimaker", | |
"manufacturer": "Ultimaker", | |
"category": "Ultimaker", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "ultimaker2_reprap", | |
"version": 1, | |
"name": "Ultimaker 2 RepRap", | |
"manufacturer": "Ultimaker", | |
"author": "Ultimaker", | |
"icon": "icon_ultimaker2.png", | |
"platform": "ultimaker2_platform.obj", | |
"platform_texture": "Ultimaker2backplate.png", | |
"file_formats": "text/x-gcode", |