1389 Commits

Author SHA1 Message Date
Ghostkeeper
dad99f5292
Merge branch 'master' into feature_local_container_server
Contributes to issue CURA-4243.
2017-11-29 13:06:08 +01:00
alekseisasin
d4dfca3ef5
Merge pull request #2868 from Ultimaker/feature_adaptive_layer_heights
Add experimental settings for adaptive layer heights - CURA-4524
2017-11-29 09:48:33 +01:00
ChrisTerBeke
e6b3773d8e
Merge pull request #2797 from Ultimaker/feature_firmware_retract_setting
Add setting to determine whether to use firmware retraction
2017-11-28 13:45:38 +01:00
ChrisTerBeke
cf187215dd Add experimental settings for adaptive layer heights - CURA-4524 2017-11-28 11:44:20 +01:00
Ruben D
ab64cb5749
Add print head shape
Fixes #2808.
2017-11-27 23:10:58 +01:00
Ghostkeeper
65ea8a614c
Don't make filter_out_tiny_gaps a child setting of fill_perimeter_gaps
Parent settings are not used by the engine. Or they shouldn't be, because the parent settings are disabled by the front-end when all of their child settings are overwritten. Then you'd have a parent setting that is used by the engine but you can't modify it. Also, the command-line slicing doesn't load parent settings since it can't parse categories and such.
2017-11-27 13:54:29 +01:00
Ghostkeeper
a0ae7489f8
Less technical term for X/Y offset of infill
Just in the description. It's good to describe a setting using different words than the setting name.

Contributes to issue CURA-4601.
2017-11-24 13:16:14 +01:00
Ghostkeeper
9ecfd5510a
Clarify description for when bed temperature is 0
Fixes #2674.
2017-11-24 10:42:09 +01:00
Adam Rumjahn
43c9df5703
Deactivate G32 auto leveling before print
don't need this any more on the new printers
2017-11-23 20:14:43 -05:00
Lipu Fei
6b132a13de
Merge pull request #2786 from 0r31/discoeasy200_profile
Improve discoeasy200 profile
2017-11-23 00:25:07 +01:00
Jack Ha
0a2a9a2589 CURA-4533 added setting 'Filter out tiny gaps' 2017-11-22 09:42:03 +01:00
Lipu Fei
b439581e2d
Merge pull request #2816 from Ultimaker/CURA-4104
CURA-4104 added settings for flow rate compensated extrusion
2017-11-20 15:27:56 +01:00
Aleksei S
9337cc8a7f Merge branch '3.1' into print_simulation_view 2017-11-20 14:32:22 +01:00
Mark
c1733dd908
Update fdmprinter.def.json 2017-11-20 14:19:58 +01:00
Jack Ha
12bee471eb CURA-4104 added settings for flow rate compensated extrusion 2017-11-20 14:06:03 +01:00
Ghostkeeper
a5a15df08d
Add setting to set the maximum mesh resolution
Implements issue CURA-4590.
2017-11-20 13:41:28 +01:00
Ghostkeeper
2974c4d7ab
Merge branch 'cura/Cura/master' of https://github.com/maukcc/Cura into maukcc-cura/Cura/master 2017-11-20 13:04:34 +01:00
orel Windows
565574a183 Replace the print temperature setting used in gstart code as layer 0 print temperature seems more relevant. 2017-11-20 10:59:57 +01:00
orel Windows
05b4689bd6 Improve discoeasy200 profile, especially the machine gcode start as it uses 'print_temperature' which is an invalid Cura setting. 2017-11-20 10:40:25 +01:00
ChrisTerBeke
f48539cc93
Merge pull request #2685 from Ultimaker/container_stack_improvements
Container stack improvements
2017-11-17 13:09:54 +01:00
Ghostkeeper
94dd524785
Add setting to determine whether to use firmware retraction
This allows printers to determine this for themselves. By default it's based on the g-code flavour in the same way as it is now implemented in the engine.

Fixes #1097.
2017-11-17 11:13:15 +01:00
Ghostkeeper
f27494d60a
Move ironing into shell category
It is no longer considered experimental.
2017-11-17 10:59:14 +01:00
Ghostkeeper
15a50511b7
Don't crash if support density is 0
Found while working on CURA-4523.
2017-11-17 10:57:23 +01:00
Ghostkeeper
fc187d100a
Add setting to tweak collision area sampling resolution
Because this can make a lot of difference for the slice time and the stability of the support.

Contributes to issue CURA-4523.
2017-11-15 16:00:42 +01:00
Ruben D
8dd91519a6
Move Support Chunk Size out of children of skip_some_zags
The rule is that leaf settings are the ones that are used by the engine. The support_skip_some_zags setting is used by the engine.
2017-11-15 00:54:08 +01:00
Ghostkeeper
7c85b222b2
Don't use support infill by default when printing tree support
Only when using area support really.

Contributes to issue CURA-4523.
2017-11-14 17:45:45 +01:00
MaukCC
b081b686a8
Merge branch 'master' into cura/Cura/master 2017-11-14 11:59:35 +01:00
MaukCC
38882c6d13
Update cartesio.def.json 2017-11-14 10:53:51 +01:00
maukcc
ef2d9b0468 Cartesio profiles
updated prime tower
update PC profiles
2017-11-14 10:30:10 +01:00
Ghostkeeper
bb4cb1eb7d
Make support infill related settings visible if support tree enabled
Because the areas generated by support trees are also filled in as normal.

Contributes to issue CURA-4523.
2017-11-13 17:58:50 +01:00
Ghostkeeper
57a2bf7c5f
Move tree support to the top of the support category
Because it's logical to have it before all of the settings that are enabled/disabled by it.

Contributes to issue CURA-4523.
2017-11-13 16:33:46 +01:00
Ruben D
6d05c320a8
Remove disfunctional initial layer z offset settings
The pull request for the engine wasn't merged. It looks like the pull request for the front-end settings wasn't merged either, but here they are. They shouldn't be here.

Fixes #2744.
2017-11-11 17:51:33 +01:00
ChrisTerBeke
88cf40e2d7 Merge branch 'master' into container_stack_improvements 2017-11-10 14:35:13 +01:00
Ghostkeeper
4cc895b54b
Use 1 wall for tree support by default
Contributes to issue CURA-4523.
2017-11-10 13:06:29 +01:00
Ghostkeeper
cd6b1aca29
Add branch diameter angle setting
It's a bit obscure. Could we devise a better setting name?

Contributes to issue CURA-4523.
2017-11-10 13:05:32 +01:00
Lipu Fei
637d1a1da3 Fix Vertex Delta K8800 definition file 2017-11-09 10:37:51 +01:00
Lipu Fei
b0144c7f10
Merge pull request #2740 from kaleidoscopeit/master
New machine definition : Deltacomb 3D
2017-11-09 10:33:53 +01:00
Lipu Fei
183c63f765
Merge pull request #2720 from Ultimaker/Update_Infill_Patern_Description
Add_tri-hexagon_and_cross_to_pattern_description
2017-11-09 08:14:35 +01:00
Ruben D
b660b2ca86
Rename support_tree_wall_line_count to support_tree_wall_count
Wall line is double. Just name it wall.

Contributes to issue CURA-4523.
2017-11-09 00:47:20 +01:00
Ruben D
380b0ed2e7
Add setting for branch diameter
Contributes to issue CURA-4523.
2017-11-08 20:11:49 +01:00
Brecht Nuyttens
873862efd7 Fixed Vertex Delta Definition 2017-11-07 16:54:18 +01:00
Ghostkeeper
2ce7c91911
Add setting for contact point spread
I'm not sure what will come of this later, but for now I need it.

Contributes to issue CURA-4523.
2017-11-06 17:30:07 +01:00
Ghostkeeper
79dee2619e
Also show some of the support settings for support trees
Only the ones that are applicable to support trees as well (such as the overhang angle).

I haven't decided on whether support interfaces should be implemented. Maybe later.

Contributes to issue CURA-4523.
2017-11-06 15:27:43 +01:00
kaleidoscopeit
5008d63cfe New machine definition : Deltacomb 3D 2017-11-06 10:01:57 +01:00
ChrisTerBeke
d32b7f0091 Merge branch 'master' into container_stack_improvements 2017-11-06 09:49:44 +01:00
Ruben D
0d71443bd2
Move 'Remove Empty First Layers' setting to mesh fixes category
It used to be in 'support' since it's something you may want to decide on depending on whether you have support or not. It could also go in 'Special Modes', but I think this is more specified.
2017-11-05 23:24:07 +01:00
Ghostkeeper
72c32bac3a Add tree support wall line count setting
I knew I forgot one.

Contributes to issue CURA-4523.
2017-11-03 16:06:15 +01:00
Ghostkeeper
f89c494274 Add settings for tree support
These three to start with. I don't know if I can implement more. We'll see about that later.

Contributes to issue CURA-4523.
2017-11-03 16:06:15 +01:00
Ghostkeeper
1491c37485
Don't crash if support density is 0
Found while working on CURA-4523.
2017-11-03 16:05:59 +01:00
Andreea Scorojitu
1d5d8c5ac0 Add_tri-hexagon_and_cross_to_pattern_description 2017-11-03 15:02:03 +01:00