GithubHelp home page GithubHelp logo

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

View Code? Open in Web Editor NEW
11.0 5.0 3.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-printing cura ultimaker-cura 3d-print-log

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

3D Print Log Uploader

3D Print Log Logo

A Cura Plugin to send print information directly to 3D Print Log. This will open a new browser tab with a New Print form pre-populated with information from Cura, allowing for easy transferring of print times, settings, and filament usage.

Requires the user to be logged into 3D Print Log. If you do not have an account yet, create a FREE account today at 3D Print Log.

Installation

You can install this plugin via the Ultimaker Cura Marketplace. Alternatively, you can download the .curapackage from the Releases tab and drag/drop into Cura to install.

Usage

Once installed, a prompt will be displayed asking if you would like to send the print information to 3D Print Log when you save GCode. Alternatively, you can send print information through the Extensions -> 3D Print Log -> Send to 3D Print Log menu option.

This will only prepopulate the form, no information is saved until you save the form in 3D Print Log.

Settings

What settings that are logged can be modified through the Extensions -> 3D Print Log -> Configure Settings to Log menu option. Here you can select what settings will be sent to 3D Print Log.

Contributing

Want to contribute? Feel free to create issues and pull requests! Or leave feedback directly at 3D Print Log's Feedback. Let me know what features you would like to see.

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.