Ghostkeeper
e87f4d2100
Set PLA 0.8mm infill back to normal 20%
...
Now that users have gradual infill available as option in recommended mode, it was deemed better to let the user choose when he wants it. I left the step height intact, in case the user chooses it anyway.
2017-06-09 10:40:22 +02:00
Ghostkeeper
734b5cc442
Enable prime tower for PLA 0.8
...
This was deemed necessary by the materials tests.
2017-06-09 10:36:30 +02:00
Ghostkeeper
2e88716f5f
Limit Raft Interface Thickness to a minimum of 0.225mm
...
If it's less, the layer doesn't get properly filled, according to the materials team. They requested that the thickness should be set to 0.225mm for just the Fine and Extra Fine profiles, but I opted for a formula that would still let it scale with the layer height up to a point.
2017-06-09 10:29:58 +02:00
Ghostkeeper
edcde8f916
Set Horizontal Expansion to 0mm
...
This was deemed better by the materials team.
2017-06-09 10:23:34 +02:00
Ghostkeeper
45e16e464e
Enable prime tower for Nylon
...
This was deemed necessary by the materials team.
2017-06-09 10:20:14 +02:00
Mark
0153ba6947
Remove support_interface_density from default visible settings. Changing it will usually mess up your print
2017-06-08 11:38:57 +02:00
Mark
9f66bc8090
Merge pull request #1910 from Ultimaker/fix_dialog_sizes
...
Fix dialog sizes.
Tested on different OSes and screens, all looked good.
2017-06-08 11:08:56 +02:00
Ghostkeeper
2ede856dd7
Merge branch '2.6'
2017-06-07 17:30:40 +02:00
Ghostkeeper
8f60e52e2b
Update translations for DE, ES, FI, FR, IT, NL and TR
...
These are the translations we got from Bothof. They are unabridged, no edits are made. They are not checked yet. I'm going to do that afterwards.
Contributes to issue CURA-3885.
2017-06-07 17:20:14 +02:00
Marcos Gomes
e37a3c48f5
Updated helloBEEprusa printer profiles
2017-06-07 13:28:26 +01:00
sheinz
de62a3c0fe
Fix displaying layers with python3.6
2017-06-06 23:47:40 +03:00
Jaime van Kessel
b18b1d3cd0
Only disable timer of backend if it's initialised
...
Fixes #1939
2017-06-06 15:42:49 +02:00
Ghostkeeper
1c1f21289c
Update location of log files
...
Grossly outdated...
2017-06-06 15:04:38 +02:00
Ghostkeeper
d705ca1b1d
Only enable sanding line spacing when sanding is enabled
...
Forgot this one.
Contributes to issue CURA-3903.
2017-06-06 11:13:24 +02:00
Ghostkeeper
5eab3191af
Limit sanding settings to top/bottom extruder
...
Makes sense that whether you need to sand is based on the material used for most of the material that you're sanding over. You're also sanding over the walls, but the skin is hopefully more telling for the types of surfaces you're sanding.
Contributes to issue CURA-3903.
2017-06-06 11:09:36 +02:00
Ghostkeeper
7135a26c1b
Adjust default for sanding inset to half line width
...
This way it ends up at the very top of the outer wall, which may work better.
Contributes to issue CURA-3903.
2017-06-06 11:03:32 +02:00
Ghostkeeper
f9b792ef76
Set default for sanding flow to 10%
...
30% is way too much. 10% is a bit much too I think but it produces nice results in the long run. 5% is too little.
Contributes to issue CURA-3903.
2017-06-06 10:54:53 +02:00
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
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
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