Ghostkeeper
762dbe44b5
Fix default for sanding pattern
...
The previous default wasn't even in the options.
Contributes to issue CURA-3903.
2017-06-06 10:54:01 +02:00
Ghostkeeper
600b855037
Add sanding inset setting
...
This performs an inset of the area which is sanded, so it doesn't sand all the way to the edge.
Contributes to issue CURA-3903.
2017-06-06 10:53:05 +02:00
Ghostkeeper
e7c49fa1af
Remove non-existing setting
...
This was giving warnings in the log.
2017-06-06 10:33:15 +02:00
Ghostkeeper
a739973939
Fix indenting
...
Some tab usage here and erroneous spaces.
2017-06-06 10:32:52 +02:00
Ghostkeeper
a1b10ea528
Add sanding acceleration and jerk settings
...
These are the same as the top/bottom acceleration and jerk. Perhaps it could be set a bit higher because quality isn't an issue here, but the jerk basically accounts for every acceleration we make at the low default speeds we're using right now.
Contributes to issue CURA-3903.
2017-06-06 10:29:57 +02:00
Ghostkeeper
c30d529240
Make sanding speed scale with top/bottom speed
...
The default stays the same.
Contributes to issue CURA-3903.
2017-06-06 10:26:01 +02:00
Ghostkeeper
5560fd2b11
Move sanding speed to the speed category
...
With the rest of the speeds.
Contributes to issue CURA-3903.
2017-06-06 10:24:33 +02:00
Ghostkeeper
5999b2addd
Merge branch '2.6'
2017-06-06 09:41:32 +02:00
Ghostkeeper
707f261503
Merge branch 'halfakop-2.6' into 2.6
2017-06-06 09:02:45 +02:00
Ruslan Popov
0e3b03795d
Update russian translation.
2017-06-05 08:55:57 +03:00
Ghostkeeper
ec7081d95a
Add sanding speed setting
...
The acceleration and jerk aren't adjustable yet (it uses top/bottom acceleration and jerk). Later, maybe.
Contributes to issue CURA-3903.
2017-06-02 17:15:02 +02:00
Ghostkeeper
c69b3110be
Add line spacing setting
...
This determines the distance between the passes of the sanding nozzle over the surface.
Contributes to issue CURA-3903.
2017-06-02 15:53:17 +02:00
Ghostkeeper
d9f03790dc
Remove lines pattern from sanding
...
The lines pattern is essentially the same as zigzag if you're extruding nothing or very little.
Contributes to issue CURA-3903.
2017-06-02 15:29:23 +02:00
Ghostkeeper
f719be2484
Be robust against faulty data from the engine
...
We modify the line types that we get from the engine so that it's always within range.
This was a bug I found during development of CURA-3903.
2017-06-02 11:35:11 +02:00
Ghostkeeper
afb5dd7582
Merge branch '2.6'
2017-06-02 10:27:51 +02:00
Ghostkeeper
e57a39b028
Move prime tower 1mm down again
...
Otherwise the combination of 0.8mm PVA and 0.8mm CPE causes the prime tower brim to be placed off the build plate.
2017-06-02 10:25:58 +02:00
MaukCC
2b48311a12
Update cartesio_0.4_arnitel2045_high.inst.cfg
2017-06-02 09:47:59 +02:00
MaukCC
ade6d45d7c
Update cartesio_0.4_arnitel2045_normal.inst.cfg
2017-06-02 09:47:47 +02:00
maukcc
88e761e1be
Cartesio acc. and jerk control
...
Added acceleration and jerk control for normal opperation, for special
materials, and for multi material jobs.
2017-06-02 09:41:04 +02:00
Mark Burton
c02f981f16
Merge branch 'master' into mb-group-walls
2017-06-02 08:27:45 +01:00
Ghostkeeper
a58926263c
Add flow rate for sanding
...
Let's see how this works out.
Contributes to issue CURA-3903.
2017-06-02 09:27:05 +02:00
Ghostkeeper
33dccc1340
Add sanding pattern setting
...
I should probably remove Lines or Zig Zag as option, since they are basically the same.
Contributes to issue CURA-3903.
2017-06-01 21:57:26 +02:00
Ghostkeeper
5400e87548
Add setting to enable sanding
...
Contributes to issue CURA-3903.
2017-06-01 17:15:37 +02:00
Ghostkeeper
3d8c932bcc
Clarify context of Print Selected Model With button description
2017-06-01 16:20:40 +02:00
Mehmet Sutas
4244c60665
Update rigid3d_zero2.def.json
...
Updated start_gcode
2017-06-01 15:06:26 +03:00
Lipu Fei
6bcc1c296d
Do not override filter_by_material if no material is found
...
CURA-3884
We rely on the machine to decide whether it needs machine specific
materials, so we don't override the filter_by_material flag when
looking for quality profiles for a material.
2017-06-01 13:26:45 +02:00
Ghostkeeper
29f57f1565
Merge branch 'maukcc-master'
2017-05-31 22:36:52 +02:00
Ghostkeeper
107eeed8f4
Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master
2017-05-31 22:36:02 +02:00
Ghostkeeper
2fb7821972
Merge branch '2.6'
2017-05-31 17:17:32 +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
Mark Burton
d267b60534
Add warning that enabling optimization can produce slower prints in some cases.
2017-05-31 15:07:42 +01:00
Ghostkeeper
c57fa72e3b
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-31 15:22:37 +02:00
Ghostkeeper
d3ebb95734
Merge remote-tracking branch 'origin/master'
2017-05-31 15:22:19 +02:00
Jaime van Kessel
ccec148243
Plugins can now also be installed by dropping them onto the application
...
CURA-3712
2017-05-31 14:40:17 +02:00
Jaime van Kessel
c76a91fbb4
added curaplugin to list of plugin extensions
...
CURA-3712
2017-05-31 13:21:44 +02:00
Tim Kuipers
384fd45d7f
JSON fix: only enable feature extruder nr settings for multi-extrusion printers (CURA-292)
2017-05-31 13:00:44 +02:00
Mark
daa51bcfb9
Merge branch 'fix_dialog_sizes' of github.com:Ultimaker/Cura into fix_dialog_sizes
2017-05-31 12:47:14 +02:00
Mark
4398960264
Give text in labels specific width so icons stay aligned
2017-05-31 12:46:07 +02:00
Mark
a66f0d4781
resize the rename-dialog
2017-05-31 12:46:07 +02:00
Mark
7bc715a9bd
fixed too big dialogs and hidden checkboxes
2017-05-31 12:46:07 +02:00
Mark
4e03eeca8e
Anchor the i-button to materialVariantContainer
...
CURA-3810
2017-05-31 12:00:44 +02:00
Mark
3177d99bcf
Anchor the i-button to materialVariantContainer
...
CURA-3810
2017-05-31 11:59:05 +02:00
Mark
4fe4c759bd
Anchor the i-button to materialVariantContainer
...
CURA-3810
2017-05-31 11:57:48 +02:00
maukcc
a5f46d2ff2
quality updates
...
deleted speed_slowdown_layers from individual qualities as it is a
global setting
2017-05-31 11:11:19 +02:00
Ghostkeeper
2ad68f6ebd
Clarify description of wall thickness
...
There was some confusion about whether this was the thickness of the outer walls or just the thickness of walls in general. I've removed 'outside' from the description, because hopefully that is implicit enough.
2017-05-31 11:02:53 +02:00
Mark
a934cc4182
Make the icon a litle bit smaller
...
CURA-3810
2017-05-31 10:50:49 +02:00
Mark
6311563909
Realign the selectboxes
...
CURA-3810
2017-05-31 10:50:49 +02:00
Mark
c0321a9d83
Merge branch 'fix_dialog_sizes' of github.com:Ultimaker/Cura into fix_dialog_sizes
2017-05-31 10:41:59 +02:00
Mark
f630f9c464
Give text in labels specific width so icons stay aligned
2017-05-31 10:41:36 +02:00