Ghostkeeper
ebd730a68d
Also add setting_version to fdmextruder
...
Since it obviously doesn't inherit from fdmprinter.
Contributes to issue CURA-3427.
2017-05-12 14:43:05 +02:00
Ghostkeeper
f0f8871496
Add setting_version to all profiles
...
This represents the data version number (as opposed to the format version).
Contributes to issue CURA-3427.
2017-05-12 13:40:54 +02:00
Ghostkeeper
0f5814e52f
Add setting_version and check against it
...
This breaks all profiles since they have the wrong setting version, of course. Have to change that in every instance container now...
Contributes to issue CURA-3427.
2017-05-12 12:58:15 +02:00
Ghostkeeper
dab50f04b8
Merge branch 'mb-smooth-spiralized-contours-not-per-model-or-extruder' of https://github.com/smartavionics/Cura into smartavionics-mb-smooth-spiralized-contours-not-per-model-or-extruder
2017-05-12 11:56:52 +02:00
Mark Burton
bf80e6efd5
Just like magic_spiralize, smooth_spiralized_contours should not be settable per model/extruder.
2017-05-12 09:10:21 +01:00
Ghostkeeper
396f4381dd
Resolve bed adhesion type via limit-to-extruder
...
The cause for this change is that TPU says we want to print with brim but CPE wants to print with raft. In those cases the resolve function would choose the raft because that's safer. However if the default extruder happens to be the TPU one you then get a raft made of TPU which is flexible. That defeats the purpose of the raft, and causes the raft to warp, clog on the nozzle, destroy the world, etc. So there, I saved the world once more.
2017-05-12 10:00:24 +02:00
Ghostkeeper
9de041ade5
Remove theme font from system-themed dialogue
...
See commit 36dedabd11
.
2017-05-12 09:45:53 +02:00
Ghostkeeper
e7fc36587d
Remove Cubic Subdivision Radius setting
...
Just removes the definition. No version upgrade yet. That is next up.
Contributes to issue CURA-3427.
2017-05-11 14:27:56 +02:00
Ghostkeeper
8ff3079b3e
Let CPE always use prime tower
...
Also 0.8mm.
2017-05-11 12:00:54 +02:00
Ghostkeeper
e3236bec4d
Make wording more consistent
...
Contributes to issue CURA-3732.
2017-05-11 11:22:18 +02:00
Jaime van Kessel
8e7637ae62
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-11 11:08:47 +02:00
Jaime van Kessel
e2b39e7e33
Fixed spacing of infill options
...
CURA-3732
2017-05-11 11:08:23 +02:00
Ghostkeeper
00aff6d2f2
Make feature labels more accurate for support
...
It's used a bit differently.
Contributes to issue CURA-3773.
2017-05-11 10:29:18 +02:00
Ghostkeeper
32ea311762
Merge branch 'time_estimate_per_feature' of https://github.com/14bitVoid/Cura into 14bitVoid-time_estimate_per_feature
2017-05-11 09:53:50 +02:00
Mark
04611b06af
Fix two spelling errors
...
TRI-1450
2017-05-10 20:14:03 +02:00
Tim Kuipers
4abcc8b3f1
JSON fix: magic_spiralize had child setting (CURA-3771)
...
it shouldn't have a child setting because that child is not the underlying setting used by the engine.
Parent settings are frontend-only settings which are merely used to let the user edit multiple leaf settings at once.
2017-05-10 16:31:53 +02:00
Jaime van Kessel
2b1ca54227
Reset all first start actions for UM2go
...
CURA-3742
2017-05-10 16:28:34 +02:00
Jaime van Kessel
9e58829aba
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-10 16:25:45 +02:00
Ghostkeeper
d18e96972e
Rename TPU Normal Print to TPU Draft Print
...
The profile name is 'Draft' so this makes it easier to find. This also makes it consistent with the rest of the profile file names. It's good to do this before we need to make a version upgrade for it.
2017-05-10 15:28:19 +02:00
Ghostkeeper
69eb981259
Remove nozzle offsets from printer definition
...
This setting is only defined in fdmextruder, so it can't be used here.
2017-05-10 14:02:38 +02:00
Jaime van Kessel
51c08d4f53
Merge branch 'feature_extra_gradual_infill_icon' of github.com:Ultimaker/Cura
2017-05-10 14:00:15 +02:00
Ghostkeeper
9bb6aadc66
Remove non-existing nozzle offset settings
...
They seem to be auto-generated or some sort.
2017-05-10 13:59:02 +02:00
Ghostkeeper
6f355d9006
Make 3DMaker Starter visible again
...
For some reason it was made invisible in 4e3e466a11
. It just works fine.
2017-05-10 12:01:59 +02:00
Ghostkeeper
2e3059600e
Convert ASCII STL files to binary STL
...
For some people (perhaps platform-dependent) reading ASCII STL files is giving problems.
It has smaller file size too, and nobody is going to read these STL files with a text editor anyway.
2017-05-10 11:55:24 +02:00
Ghostkeeper
8c9c20c8cb
Disable prime tower for UM3 ABS
...
It was already disabled for ABS 0.8mm.
2017-05-10 11:20:02 +02:00
Ghostkeeper
6d72f512a5
Set prime tower size by default to 20
...
This was found by the materials team to be a better value. All UM3 profiles have 20 now. I've left the third-party machines intact which override the prime tower size but those that didn't override the prime tower size have their prime tower size altered as well.
2017-05-10 10:57:37 +02:00
Mark
bcebf4d24c
A gradual infill icon untill we have a better one
2017-05-09 14:53:26 +02:00
Jack Ha
b4b5061e0e
Visibility for smooth spiralize. CURA-3771
2017-05-09 14:44:26 +02:00
jack
ef5d72a72a
Merge pull request #1787 from smartavionics/mb-add-smooth-spiralized-contours-setting-for-master
...
Add smooth_spiralized_contours setting to control smoothing of contours when spiralizing.
2017-05-09 14:41:40 +02:00
Tim Kuipers
dfbd4107a4
Revert "Enable Support settings that are applicable to support meshes. CURA-2747"
...
This reverts commit a5033bae54
.
2017-05-09 14:38:36 +02:00
Jaime van Kessel
bb2600cd17
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-09 13:19:05 +02:00
Jaime van Kessel
57e6c031aa
UM2Go no longer shows olson block dialog
...
CURA-3742
2017-05-09 13:18:34 +02:00
Lipu Fei
19ee790cd7
Remove device pixel ratio from DiscardOrKeepProfileChangesDialog
2017-05-09 12:05:01 +02:00
Lipu Fei
36dedabd11
Fix DPI issue with DiscardOrKeepProfileChangesDialog
2017-05-09 11:47:55 +02:00
Jaime van Kessel
eb677f5625
Merge branch 'feature_cutting_mesh' of github.com:Ultimaker/Cura
2017-05-09 10:20:27 +02:00
Lipu Fei
2887819153
Only enable "prime_blob_enable" for UM3
...
CURA-3634
2017-05-09 10:14:43 +02:00
Ghostkeeper
17ad6a34ca
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-08 16:50:46 +02:00
Tim Kuipers
e6cf4a4538
JSON Prime Blob description wording (CURA-3634)
2017-05-08 16:46:09 +02:00
Ghostkeeper
24f8404aeb
Merge branch 'maukcc-master'
2017-05-08 16:45:02 +02:00
MaukCC
b00c8e8119
Update cartesio_0.25_pva_high.inst.cfg
2017-05-08 16:33:35 +02:00
MaukCC
29f4f6be8f
Update cartesio_0.25_pva_normal.inst.cfg
2017-05-08 16:33:15 +02:00
MaukCC
d53cd72583
Update cartesio_0.4_pva_high.inst.cfg
2017-05-08 16:32:58 +02:00
MaukCC
72b4fd7a19
Update cartesio_0.4_pva_normal.inst.cfg
2017-05-08 16:32:43 +02:00
MaukCC
fa5ae88499
Update cartesio_0.8_pva_coarse.inst.cfg
2017-05-08 16:32:27 +02:00
MaukCC
8febaa081d
Update cartesio_0.8_pva_extra_coarse.inst.cfg
2017-05-08 16:32:11 +02:00
MaukCC
5bb4f06eb5
Update cartesio_0.8_pva_high.inst.cfg
2017-05-08 16:31:54 +02:00
MaukCC
3080e79277
Update cartesio_0.8_pva_normal.inst.cfg
2017-05-08 16:31:39 +02:00
MaukCC
65b6564c15
Update cartesio_0.8_nylon_normal.inst.cfg
2017-05-08 16:30:54 +02:00
MaukCC
35cbb26466
Update cartesio_0.25_nylon_high.inst.cfg
2017-05-08 16:30:37 +02:00
MaukCC
d04466dfd5
Update cartesio_0.25_nylon_normal.inst.cfg
2017-05-08 16:30:20 +02:00