Commit graph

8999 commits

Author SHA1 Message Date
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
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
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
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
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
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
7676975fcb Make the icon a litle bit smaller
CURA-3810
2017-05-31 09:37:20 +02:00
Mark
4c88b82b99 Realign the selectboxes
CURA-3810
2017-05-31 09:35:22 +02:00
Ghostkeeper
fc7a32ca7f
Merge branch '2.6' 2017-05-31 09:23:01 +02:00
Ghostkeeper
5392b8f65c
Remove commented-out temperature commands from start g-code
Even though it was commented-out, it was still being detected and made Cura think that the start g-code was heating up the nozzles by itself. I've removed the lines so that the normal temperature commands get inserted by Cura automatically.
2017-05-31 09:22:49 +02:00
Ghostkeeper
9acef70b31
Merge branch '2.6' 2017-05-31 09:18:41 +02:00
Ghostkeeper
1a1266404b
Include old translations of Japanese and Korean
Because of the missing files for fdmextruder and fdmprinter, I re-generated these translations from the POT template. But that erased them, so I put the old translations back and then updated them properly with the new keys.

Contributes to issues CURA-3885 and CURA-3817.
2017-05-30 17:44:43 +02:00
Ghostkeeper
4d61664d09
Make translation file metadata consistent and complete
It was absent or wrong in many cases, and very inconsistent in how the metadata fields were used.

Contributes to issue CURA-3885.
2017-05-30 17:13:26 +02:00
Tim Kuipers
aa3379fd7e fix: limit_to_extruder got merged into the wrong place 2017-05-30 15:57:58 +02:00
Ghostkeeper
23b1f9c1d6
Merge branch '2.6' 2017-05-30 15:41:29 +02:00
Ghostkeeper
f42f323d64
Update translation po files for each language
These were generated using 'make i18n-update-po' on the 2.6 branch at commit 37fccecce7e5f81d3b5bf70ad981602c97120669. This should add all new strings to all .po files for Cura and retain any old translations that we had.

Contributes to issue CURA-3885.
2017-05-30 15:39:02 +02:00
Ghostkeeper
21575d6998
Update translation templates
These templates were generated using 'make extract-messages' on the 2.6 branch at commit 3be6526be3.

Contributes to issue CURA-3885.
2017-05-30 15:39:02 +02:00
Tim Kuipers
a91d6478be Merge branch '2.6' 2017-05-30 15:32:49 +02:00
Tim Kuipers
14e85d7b6b refactor: move spaghetti infill options to experimental category 2017-05-30 15:22:03 +02:00
Ghostkeeper
cbe4891784
Merge branch '2.6' 2017-05-30 13:36:04 +02:00
Ghostkeeper
3be6526be3
Merge branch 'LipuFei-feature_CURA-3810_material_info_button' into 2.6 2017-05-30 13:34:24 +02:00
Ghostkeeper
9132a025d6
Merge branch 'feature_CURA-3810_material_info_button' of https://github.com/LipuFei/Cura into LipuFei-feature_CURA-3810_material_info_button 2017-05-30 13:32:03 +02:00
Lipu Fei
3351f5bd1a Merge pull request #1904 from Ultimaker/fix_macos_extensions
Use .3mf on MacOS as project extension
2017-05-30 13:08:24 +02:00
Lipu Fei
8af1cc886f Use .definition to access DefinitionContainer in qml
CURA-3810
2017-05-30 12:49:12 +02:00
Lipu Fei
7be05229d8 Fix material info button tooltip position
CURA-3810
2017-05-30 11:47:49 +02:00
Tim Kuipers
015d1b79ab Merge pull request #1866 from moritzmair/master
added 3Dator printer profile and printbed mesh
2017-05-30 10:59:31 +02:00
Mark
6ba2764efc Use .3mf on MacOS as project extension
CURA-3886
2017-05-30 09:57:41 +02:00
Lipu Fei
9333ed1e35 Update copyright in comments
CURA-3810
2017-05-30 09:16:58 +02:00