Ghostkeeper
1bcd134f85
Fix code style
...
Most stuff here was recently changed. Some of it was where I found a pattern in something that was likely copy-pasted from somewhere else, so I did a global search and replace on that.
Contributes to issue CURA-5784.
2018-10-18 14:30:33 +02:00
fieldOfView
477862d779
Fix code style and unused imports
2018-10-03 23:07:37 +02:00
fieldOfView
b7542a8ef8
Move Firmware Updater into a plugin of its own
2018-10-03 20:55:51 +02:00
fieldOfView
61ffdf23d7
Fix MYPY/typing errors
2018-10-03 20:24:32 +02:00
fieldOfView
cf3d7df8a6
Fix showing progress
2018-10-03 13:59:46 +02:00
fieldOfView
718ac0a307
Create firmware update progress window from QML
2018-10-03 09:17:51 +02:00
fieldOfView
fa5ee4c5a2
Fix typo
2018-09-28 13:44:18 +02:00
fieldOfView
bc52830c89
Move getDefaultFirmwareName() into GlobalStack
2018-09-28 11:49:00 +02:00
fieldOfView
7c23a4e187
Merge branch 'master' into feature_firmware_updater
2018-09-28 11:32:28 +02:00
Aleksei S
fe9cada459
Increase plugin API version to 5
...
CURA-5627
2018-08-27 13:59:00 +02:00
fieldOfView
7b00d6879a
Factor out USBPrinterManager singleton
2018-08-22 15:44:11 +02:00
fieldOfView
4bea1410b8
Allow printer output devices to set their ability to update firmware
2018-08-22 14:37:48 +02:00
fieldOfView
688a5083d2
Add canUpdateFirmware property to printer output devices
2018-08-08 15:53:26 +02:00
Lipu Fei
af02dc2758
Only use setMetaDataEntry()
2018-07-11 11:14:57 +02:00
Ian Paschal
0accdc6320
Cura-5296 Use separate packages.json files in app and user data
2018-05-08 11:54:19 +02:00
Aleksei S
10ebabb7f6
Home head only by X- and Y axis, do extra bedHome (G28 Z)
...
CURA-4844
2018-04-09 13:13:52 +02:00
Diego Prado Gesto
79daf3706b
CURA-5158 Create a custom signal that is emitted when global container
...
changes and output devices change.
2018-03-28 11:07:48 +02:00
Ghostkeeper
b4cf25cb7f
Call moveHead and moveBed on the printer model
...
Instead of on the output device. This function was moved, which caused Cura to crash when the bed levelling procedure was called.
Contributes to issue CURA-5061.
2018-03-08 15:29:48 +01:00
Ghostkeeper
676f9b8474
Switch if-statement around for fail checking
...
This reduces indent and makes the control flow a bit easier to read in my opinion.
Contributes to issue CURA-5061.
2018-03-08 15:23:08 +01:00
Ghostkeeper
375770818b
Add typing for _getPrinterOutputDevices
...
Then my IDE will give hints on where a printer of the wrong type is being added.
Contributes to issue CURA-5061.
2018-03-08 14:23:14 +01:00
Ghostkeeper
ee9de1f11b
Merge branch '3.2'
...
Lots of conflicts due to rounding vs. flooring of text element positions for weirdness with the font aliasing.
2018-02-14 10:53:51 +01:00
Mark
b531c0550d
Change Math.floor to Math.round as a last try to fix garbled fonts
...
CURA-4941
2018-02-14 09:28:47 +01:00
Mark
b52bf6decf
resolve conflict
2018-02-09 13:01:56 +01:00
Mark
8fca183a5e
Fix rounding errors for garbled text
...
CURA-4941
2018-02-09 11:30:56 +01:00
Lipu Fei
25713a6e64
Merge remote-tracking branch 'origin/3.2'
2018-02-01 11:23:20 +01:00
Diego Prado Gesto
68366ccc8d
CURA-4897 Minor changes
2018-01-31 11:01:42 +01:00
Diego Prado Gesto
81488e0bbc
Merge branch '3.2'
2018-01-31 09:13:29 +01:00
Lipu Fei
cfd60e5557
Fix Olsson Block binding in UM2 machine settings
...
CURA-4897
2018-01-30 17:33:34 +01:00
Jaime van Kessel
32cbd27b70
Fixed the firmware update for USB print
...
CL-541
2017-12-19 15:59:21 +01:00
Jaime van Kessel
35d3690b89
Disable UMO checkup action
2017-12-15 15:19:59 +01:00
ChrisTerBeke
0e2f60f18b
Fix toggling UM2 upgrades on extruder 0 - CURA-4626
2017-11-27 17:35:57 +01:00
ChrisTerBeke
657a91c525
Merge pull request #2685 from Ultimaker/container_stack_improvements
...
Container stack improvements
2017-11-20 17:42:26 +01:00
Mark
9a193ad5c5
Changing AGPLv3 to LGPLv3
2017-09-28 13:00:43 +02:00
Lipu Fei
7cb8e675cf
Remove redundant createDefinitionChangesContainer() in UMOUpgradeSelection
2017-08-04 11:14:56 +02:00
fieldOfView
b5d7ec5bd2
Round fractional widths and heights in system-themed qml
2017-07-14 12:58:07 +02:00
fieldOfView
6cb5412f91
Fix creating a new definition_changes container
...
global_container_stack.definitionChanges always returns a container, global_container_stack.findContainer({"type": "definition_changes"}) does not (because an empty container does not have the type "definition_changes".
2017-07-12 13:47:31 +02:00
Ghostkeeper
81e07b1530
Use stack properties instead of .findContainer(type = ...)
...
Recently we changed the empty containers such that there is only one empty container instance and it doesn't have the proper type any more. Instead we have properties on the stack that allows us to find the container with the proper type. It's faster and easier to use.
We've had a few bugs about this so I decided to update all of them to remove those for the future, except the ones in plugins/MachineSettingsAction/MachineSettingsAction.py because we have a pending pull request that fixes those. Fixing them would give merge conflicts for fieldOfView.
It doesn't really belong to CURA-4024 but I'm sticking it under that nomer anyway to get it reviewed.
2017-07-10 10:35:03 +02:00
Ghostkeeper
cd4bffb380
Set author to Ultimaker B.V. instead of Ultimaker
...
To be consistent with the rest of the plug-ins and with the material files.
Contributes to issue CURA-3857.
2017-06-28 13:50:37 +02:00
Lipu Fei
4ea8cc448a
Use semantic versioning for all plugin.json
...
CURA-3712
2017-06-22 08:57:47 +02:00
Lipu Fei
73f598ff9f
Fix code style
...
CURA-3712
2017-06-22 08:54:04 +02:00
Jaime van Kessel
e3629cec39
Replaced catalog metadata entry with i18n-catalog
...
CURA-3712 & Cura-3856
2017-06-21 14:24:00 +02:00
Jaime van Kessel
44125d3275
Moved certain meta data entries to seperate file
...
CURA-3856 & CURA-3712
2017-06-21 11:22:35 +02:00
Ghostkeeper
654b9cfa1c
Fix global container stack variable
...
The definition changes are only on the global container stack. That's the one that was meant here.
Contributes to issue CURA-3875.
2017-05-31 17:17:11 +02:00
fieldOfView
163707df01
Fix definition changes for UMO upgrade options
2017-05-31 17:03:42 +02:00
Lipu Fei
40d70b5f39
Fix version upgrade for project loading
...
CURA-3756
2017-05-16 14:38:27 +02:00
Ghostkeeper
ccda155882
Add setting_version every time we create InstanceContainer
...
Except when we fill the instancecontainer via deserialising. Because then we want to retain the original version number.
Contributes to issue CURA-3427.
2017-05-15 10:39:53 +02:00
Ghostkeeper
e187b96455
Add period after sentence
...
Contributes to issue CURA-3742.
2017-05-10 17:15:47 +02:00
Jaime van Kessel
bd25448021
Changes to make um2 upgrade work with new stack changes
...
CURA-3742
2017-05-08 15:03:39 +02:00
fieldOfView
4dea518c72
Add Upgraded Parts action for UM2 to add support for Olsson block
...
This adds a set of variants that just set the nozzle diameter and nozzle tip diameter. These variants are not used until the machine action sets the has_variants metadata entry.
2017-04-30 12:38:46 +02:00
Ghostkeeper
9ea7681ba0
Fix selecting heated bed for UMO
...
This was broken by the type hinting refactors.
Contributes to issue CURA-3405.
2017-03-01 09:47:30 +01:00