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
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
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
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
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
Diego Prado Gesto
a4441e2bdb
CURA-4481 Setting description improved
2017-11-02 13:20:25 +01:00
alekseisasin
fb87b73bbe
Merge pull request #2591 from BagelOrb/trihex_infill
...
trihex infill
2017-10-31 17:25:31 +01:00
Ruben D
93e746b1b3
Warm up to layer_0 temperatures in start g-code
...
Thanks to nounours2099 for the correction.
Fixes #2631 .
2017-10-31 00:23:05 +01:00
alekseisasin
e8bd404904
Merge pull request #2584 from Builder3D/master
...
Add Builder Premium
2017-10-27 10:25:11 +02:00
Ghostkeeper
73e809b956
Remove specialised start g-code from Creality CR-10
...
By request from Michael.
This makes it the same as the start g-code for the Custom FDM Printer, which apparently works better.
2017-10-25 13:20:05 +02:00
Diego Prado Gesto
7404df66ac
CURA-4481 Disable "Remove empty layers" when support is enabled.
...
When support is enabled then it doesn't matter if the user choose
whether to remove or not the empty layers, because it's done after
generating supports. In order to avoid confusion to the user, the
setting is disabled.
2017-10-24 16:46:45 +02:00
Jack Ha
a66d27e30e
CURA-4176 reintroduced Wall Extruder. Added limit_to_extruder trick in wall_line_width as suggested in issue to evade inheritance problems.
2017-10-24 15:01:57 +02:00
Jack Ha
d8e1b5b9b4
CURA-4481 add setting Remove Empty First Layers
2017-10-24 11:25:12 +02:00
Jack Ha
4cfd0de580
CURA-4248 hide settings in UI for Surface Energy and Adhesion Tendency
2017-10-23 14:20:10 +02:00
Buco
f1d125b232
Added quality profiles
...
Made some changes to the main profiles and added quality profiles for each material.
2017-10-20 16:09:26 +02:00
ChrisTerBeke
3fcf20c714
Merge pull request #2564 from BagelOrb/slicing_mode
...
Adds a UI setting for the new slicing tolerance option in the engine.
2017-10-20 09:49:05 +02:00
Tim Kuipers
823d11f0e1
rename slicing mode ==> slicing tolerance
2017-10-19 17:14:01 +02:00
Tim Kuipers
4650a12324
slicing mode
2017-10-19 17:14:01 +02:00
Diego Prado Gesto
d3e8915b30
Merge branch 'master' into CURA-4248_BAM
2017-10-19 10:26:25 +02:00
Lipu Fei
475f6223d4
Remove executable bit for json files
2017-10-19 10:24:38 +02:00
ChrisTerBeke
795eda64e3
Merge branch 'master' into CURA-4248_BAM
2017-10-18 15:08:51 +02:00
ChrisTerBeke
78ba3c3aa0
Move BAM equations to BAM quality profiles as they are very specific - CURA-4248
2017-10-18 13:51:06 +02:00
Ghostkeeper
e897431c95
Fix default quality level for Creality CR-10 printers
...
Instead of having a default layer height of 0.2mm, we change the default quality profile to be the one with a layer height of 0.2mm. This fixes up the quality slider.
2017-10-18 13:03:33 +02:00
ChrisTerBeke
4b6f04604c
Set values for support interface density and pattern depending on BAM settings - CURA-4248
2017-10-17 17:21:40 +02:00
ChrisTerBeke
91589ed29d
Add surface energy property to get correct behaviour - CURA-4248
2017-10-17 13:03:29 +02:00
ChrisTerBeke
d426c259d0
Add material adhesion tendency setting, update support top and bottom distance values - CURA-4248
2017-10-17 12:39:26 +02:00
ChrisTerBeke
5f12b5ac6a
set support interface pattern depending on density - CURA-4248
2017-10-16 17:13:29 +02:00
ChrisTerBeke
69d6ca986d
Update FDM printer definition to calculate PSP - CURA-4248
2017-10-16 16:48:49 +02:00
ChrisTerBeke
a444e5c883
update material xml parser to support psp values - CURA-4253
2017-10-16 15:55:46 +02:00
Buco
95f018530f
Add Builder Premium
...
Tabs became spaces
2017-10-16 13:21:46 +02:00
Ghostkeeper
497327ba73
Merge branch '3.0'
2017-10-12 09:29:09 +02:00
Ghostkeeper
f94954e9ca
Improved end g-code
...
This one removes the hair at the end of this print a bit better.
Contributes to issue EM-1859.
2017-10-12 09:28:50 +02:00
Tim Kuipers
2c73b017a4
trihex infill
2017-10-12 09:26:45 +02:00
Buco
6dc3b29047
Add Builder Premium
...
Add definitions for the Builder Premium Small, Medium and Large printers.
2017-10-11 11:51:39 +02:00
Ghostkeeper
bc419370d0
Merge branch '3.0'
2017-10-06 16:02:13 +02:00
Ghostkeeper
b9045f6b24
Give warning if using some patterns with gradual
...
Cross, Cross 3D, Concentric and Concentric 3D don't work well with Gradual Infill. Lines and zigzag don't work well with Gradual Support Infill (in addition to the previously mentioned patterns) since they aren't alternating in support.
Contributes to issue CURA-4095.
2017-10-06 16:01:53 +02:00
ChrisTerBeke
35dae000a0
Merge branch '3.0'
2017-10-06 10:45:42 +02:00
ChrisTerBeke
798649bce8
Merge branch 'TheAssasin-master' into 3.0
2017-10-06 10:40:34 +02:00
Lipu Fei
185c350a19
Merge remote-tracking branch 'upstream/3.0'
2017-10-05 15:49:18 +02:00
Ghostkeeper
f2ecf41ab1
Fix referencing creality definitions
...
The IDs don't matter, but that little 'a' there does.
2017-10-05 13:44:06 +02:00
Ghostkeeper
aa9ae73e8f
Set minimum layer time to 10 seconds
...
Via inheritance this is applied to all Creality printers.
2017-10-05 13:44:06 +02:00
Ghostkeeper
5cd1825603
Remove 'beta' from names of Creality printers
...
They are now considered stable.
2017-10-05 13:44:06 +02:00
Ghostkeeper
d458fcde5c
Revert "Revert "Merge branch 'fix_garbled_fonts_macos' into 3.0""
...
This reverts commit e07e7bc9e7
.
Contributes to issue CURA-4414.
2017-10-05 10:58:49 +02:00
Ghostkeeper
ff41b043b1
Merge branch '3.0'
2017-10-05 10:58:21 +02:00