Ruben D
91ab53e49c
Somewhat better documentation
...
Just some stuff that I saw and thought were missing.
2018-02-04 01:10:35 +01:00
Ruben D
8525131849
Create post-processing tool button on start-up
...
This causes the button to display immediately on start-up if there were any post-processing scripts in the current machine. If there weren't, then no button will be shown (as specified in the QML).
Previously the QML was only loaded first upon clicking the item in the extensions menu. Now it has to be loaded on start-up in order to display that button.
2018-02-04 01:08:15 +01:00
Ruben D
09f580de70
Store post-processing script list in global stack
...
If you switch and such, it'll load these scripts back in. They are now persistent.
2018-02-04 00:51:43 +01:00
Ruben D
7c291e36c9
Add warning for some bug that I saw
...
Maybe one day someone will encounter it again and decide to fix it, but I'm lazy.
2018-02-03 23:54:18 +01:00
Lipu Fei
a3ed385259
Use global_stack.definition.getId() to determine machine type
...
CURA-4891
2018-02-02 14:47:14 +01:00
Ian Paschal
f7ef1c7aa8
Remove debug output
...
Removed debug `print()` from `PluginBrowser.py`
2018-02-02 14:02:51 +01:00
Ian Paschal
a786987d8d
Fix for CURA-4891
...
Use `active_machine_id` (such as "Ultimaker 3") instead of `global_stack_name` (such as "My Custom Printer Name")
2018-02-02 14:02:06 +01:00
Diego Prado Gesto
56382bc9b8
Merge branch 'feature_ufp_writer'
2018-02-02 11:58:33 +01:00
Diego Prado Gesto
2024d6aa12
Merge branch 'master' into feature_ufp_writer
2018-02-02 11:57:53 +01:00
Mark
ee75b9bdf5
Also accept a comma as input and convert it to a dot
...
CURA-4910
2018-02-02 10:28:37 +01:00
Jack Ha
7856d61b5a
CURA-4425 scale image to full size; still has a bug that it is shifted vertically; still need to clean code
2018-02-01 17:31:43 +01:00
Diego Prado Gesto
c432646908
CURA-4425 Avoid adding the center bounding box. Revert some previous changes.
2018-02-01 16:37:16 +01:00
Diego Prado Gesto
433176d25a
CURA-4425 Cleanup and small refactor
2018-02-01 16:18:21 +01:00
Diego Prado Gesto
2770ff5848
CURA-4425 Remove debug printout
2018-02-01 15:45:17 +01:00
Diego Prado Gesto
056ae4fe68
CURA-4425 Small refactor to avoid using repeated code
2018-02-01 15:22:45 +01:00
Lipu Fei
6a053a9f46
Fix material profile validator
...
CURA-4871
Description and adhesion info are not mandatory info.
2018-02-01 14:50:05 +01:00
Lipu Fei
91c9a82627
Merge pull request #3203 from Ultimaker/plugin-browser
...
Plugin browser
2018-02-01 11:51:50 +01:00
Ian Paschal
d3b2241616
Fixed "Quit" button & others
...
- Quit button in the dialog post-install now quits the application instead of simply closing the window
- Improved styling:
- All colors now pulled from `UM.Theme.getColor()`
- Dialog has white background
- Buttons look like Cura buttons
- Removed inaccurate comments regarding the structure that were created while working on it
2018-02-01 11:37:23 +01:00
Lipu Fei
25713a6e64
Merge remote-tracking branch 'origin/3.2'
2018-02-01 11:23:20 +01:00
Ian Paschal
3a6905c0e6
Removed debug messages & unused code
2018-02-01 11:05:17 +01:00
Jack Ha
e464c1144b
Merge branch 'feature_ufp_writer' of github.com:Ultimaker/Cura into feature_ufp_writer
2018-02-01 10:49:25 +01:00
Jack Ha
b4eb2e173c
CURA-4425 fix multiple objects in snapshot; the AxisAlignedBox is supposed to be read-only
2018-02-01 10:49:02 +01:00
Ghostkeeper
cfb5d71c27
Fix imports
...
Needs to be a capital letter now. Also remove the unused one (the kitty is no longer there).
Contributes to issue CURA-4872.
2018-02-01 10:34:38 +01:00
alekseisasin
6c84c713f2
Merge pull request #3211 from Ultimaker/feature-support-blocker
...
Added Support Eraser Plugin
2018-02-01 09:52:21 +01:00
Aleksei S
37733f51ad
Correct name
...
CURA-4851
2018-02-01 09:44:00 +01:00
Aleksei S
08c64d28cf
Typo in XmlValidator
...
CURA-4851
2018-02-01 09:37:06 +01:00
Diego Prado Gesto
701ac7f91e
Merge branch 'master' of https://github.com/Ultimaker/Cura
2018-02-01 09:05:32 +01:00
Ghostkeeper
a34ca45c38
Remove outdated UCP writer
...
The real file extension became .ufp. The plug-in was rewritten.
Contributes to issue CURA-4872.
2018-01-31 17:09:11 +01:00
Jack Ha
c42f186812
CURA-4425 first thumbnail in UFP file; updated CuraSceneModel and PreviewPass
2018-01-31 17:08:32 +01:00
Ian Paschal
f3372bce7c
Added 2018 copyright and license information
2018-01-31 16:03:20 +01:00
Andreea Scorojitu
9b8e7cb722
Update_changelog_CURA-4886
...
Update to 3.2
2018-01-31 15:46:30 +01:00
alekseisasin
a446ca2759
Material container validation
...
CURA-4851
2018-01-31 15:00:46 +01:00
alekseisasin
e5c72cfdc5
Validate material profile
...
CURA-4851
2018-01-31 14:58:44 +01:00
Diego Prado Gesto
9d267cb9c7
Check if there is any gcode in the scene before executing a post process
2018-01-31 14:36:16 +01:00
Lipu Fei
3927c70625
Fix material_diameter handling in ExtruderStacks
...
CURA-4898
2018-01-31 13:32:45 +01:00
Ian Paschal
e1da097970
Added Support Eraser Plugin
...
This is the first draft of the Support Eraser tool. The plugin creates a cube mesh which has the `anti_overhang_mesh` decorator causing it to block the creation of support material for overhangs within its volume. This distinction is necessary to avoid confusing this behavior from actually erasing a _portion_ of a support structure.
Some (non-necessary) improvements could be made such as:
- Better graphical style
- Discussion of whether the cube should be able to pass through the build plate or not
- Possible improvements to the tool's icon
- Placing the cube at a cursor click location
2018-01-31 12:55:41 +01:00
Diego Prado Gesto
68366ccc8d
CURA-4897 Minor changes
2018-01-31 11:01:42 +01:00
Andreea Scorojitu
ac266581c6
Update_changelog_CURA-4886
...
Update to 3.2, CURA-4886
2018-01-31 10:32:08 +01:00
Diego Prado Gesto
81488e0bbc
Merge branch '3.2'
2018-01-31 09:13:29 +01:00
Ghostkeeper
2fe9860bb9
Use streaming open function
...
This way we can actually write the result to the correct stream rather than opening a random file separately (which was placeholder).
Contributes to issue CURA-4872.
2018-01-31 08:52:28 +01:00
Ghostkeeper
f54767ae93
Remove unused _namespaces field
...
The code that used to use this is now in libSavitar.
Discovered while working on issue CURA-4872.
2018-01-31 08:45:52 +01:00
Ghostkeeper
ebe221f604
Add origin to thumbnail relation
...
This thumbnail is now about the g-code, so let the relation say that.
Contributes to issue CURA-4872.
2018-01-31 08:43:40 +01:00
Lipu Fei
cfd60e5557
Fix Olsson Block binding in UM2 machine settings
...
CURA-4897
2018-01-30 17:33:34 +01:00
Diego Prado Gesto
4cf07f5fe6
CURA-4868 Fix typo
2018-01-30 17:23:55 +01:00
Diego Prado Gesto
36eded925c
Merge branch 'master' of https://github.com/Ultimaker/Cura
2018-01-30 14:43:00 +01:00
Ghostkeeper
c403d52972
Only limit retraction speed if retraction is enabled
...
For some printers the feedrate might be too low for the defaults.
2018-01-30 13:44:18 +01:00
Diego Prado Gesto
3981b717a8
CURA-4881 Remove the automatic option for buildplates
2018-01-30 13:31:14 +01:00
Diego Prado Gesto
e227ab5a23
CURA-4881 Remove the automatic option for buildplates if there is no information about them
2018-01-30 13:29:28 +01:00
Lipu Fei
759e596eb6
Fix add extruder function
...
CURA-4868
2018-01-30 12:19:16 +01:00
Diego Prado Gesto
b7093e8b57
Make the menu separator only show if there are quality changes profiles
2018-01-30 11:26:01 +01:00