GithubHelp home page GithubHelp logo

christopherhoffman / 3d-print-log-cura-plugin Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 2.0 105 KB

A Cura Plugin for 3DPrintLog.com. Easily send print times/settings/filament usage from Cura directly as a new Print in 3D Print Log.

Home Page: https://www.3dprintlog.com

License: MIT License

Python 57.10% QML 42.90%
3d-print-log 3d-printing cura ultimaker-cura

3d-print-log-cura-plugin's People

Contributors

christopherhoffman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

3d-print-log-cura-plugin's Issues

[Request] Add default behaviour option

Currently, the confirmation dialog is offered every time.

It would be great if it were possible to offer the ability to choose between the following behaviours:

  • Always open
  • Never open
  • Always ask

This would allow for avoiding an unnecessary manual input step and easy disabling (without needing to uninstall).

Feature suggest: Image upload

Thanks for this interesting plugin, I didn't really used it yet - but it looks very promising.

I would like to see a preview pic inside the logged details, but I find it quite cumbersome if I need to save images on disk and upload them later.

So just a question:
Is there no direct way (imho from the Cura extension api) to grab a preview of the cure graphic?

(Another workaround would be, to allow screenshots from clipboard pasted into the html page....)

Thanks for reading in advance!
CosPav

setting Category separator is missing in the configuartion windows

Cura 5.0
Plugin release : 2.0.2

The Settings separator is missing in the configuration Windows.

image

Working code to solved the problem in the SettingsCategory.qml file (QT6)

`
import QtQuick 2.2
import QtQuick.Controls 2.1

import Cura 1.5 as Cura
import UM 1.5 as UM
import ".."

Cura.CategoryButton
{
id: base;

categoryIcon: definition ? UM.Theme.getIcon(definition.icon) : ""
labelText: definition ? definition.label : ""
expanded: definition ? definition.expanded : false

signal showTooltip(string text)
signal hideTooltip()
signal contextMenuRequested()

onClicked: expanded ? settingDefinitionsModel.collapseRecursive(definition.key) : settingDefinitionsModel.expandRecursive(definition.key)

}
`

image
SettingCategory.txt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.