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 e07e7bc9e714843cf853f0a255ee5a8432696886.
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
Ghostkeeper
e07e7bc9e7
Revert "Merge branch 'fix_garbled_fonts_macos' into 3.0"
...
This reverts commit b62c19206f5e494fa27eb0b877197556c559e449, reversing
changes made to 104926c6ed1648ec20b4308fdacad4e99c14c8b3.
Contributes to issue CURA-4414.
2017-10-05 10:28:54 +02:00
Ghostkeeper
e7153968f0
Merge branch 'feature_raise3d_n2' of https://github.com/fieldOfView/Cura into fieldOfView-feature_raise3d_n2
2017-10-04 17:19:35 +02:00
Ghostkeeper
1d7792861d
Merge branch '3.0'
...
Conflict in ClusterControlItem.qml where there was a new element in Master that wasn't present in 3.0. That element wasn't referenced anywhere else so I just removed it.
2017-10-02 17:40:24 +02:00
Jaime van Kessel
8e4bc433d6
Added missing has_machine_quality tag for UM2
...
CURA-4382
2017-10-02 14:15:13 +02:00
Ghostkeeper
bc53fea8aa
Merge branch 'mb-infill-offset' of https://github.com/smartavionics/Cura into smartavionics-mb-infill-origin
2017-10-02 13:42:07 +02:00
Ghostkeeper
ffe3e16b56
Merge branch '3.0'
2017-09-29 13:38:50 +02:00
Ghostkeeper
89de83254d
Update end g-code for Ultimaker 3
...
As requested by Coen.
Contributes to issue EM-1859.
2017-09-29 13:38:35 +02:00
TheAssassin
8f1d3e62d2
Add definition for Tevo Tarantula printer
...
Modified version of the Prusa i3's definition. While the i3 values work,
the print time estimations were horribly imprecise (often the print
takes 2x to 3x as long as Cura estimated). Therefore, I inspected the
problem, and found a Reddit thread [1] about it. Instead of hacking my
own installation, I just wrote a defition including the correct
acceleration/jerk values that work with my firmware (custom build of
Marlin based on https://github.com/JimBrown/MarlinTarantula/ ).
There's downsides however. I don't know how it performs with the stock
firmware (although I doubt there'd be many differences). Furthermore,
the `jerk_xy` is set to 4 in my definition, but that's only true for
the `x`value,the Marlin firmware has a `y` jerk value of 7. That leads
to minor differences in the printing time (e.g., just finished a print
which Cura estimated with 13h 30m, but it took 12h 50m).
Feedback from stock firmware users is therefore highly welcome. Also, if
someone could provide information about the jerk values and help
improving those inaccuracies, that'd be awesome.
[1] https://www.reddit.com/r/3Dprinting/comments/5wz0xs/
2017-09-28 17:38:47 +02:00
Ghostkeeper
e56a6214d2
Fix grammar mistake
...
These are two sentences.
Contributes to issue CURA-4341.
2017-09-27 17:33:17 +02:00
Jaime van Kessel
e87f30cf09
Merge branch '3.0' of github.com:Ultimaker/Cura
2017-09-27 13:02:21 +02:00
Ghostkeeper
823807144f
Fix spelling mistake
...
Found by Anraf1000. Thanks.
2017-09-27 10:29:40 +02:00
fieldOfView
98e3f2bdb2
Add definitions for the Raise3D N2 series
...
See https://ultimaker.com/en/community/51242-please-add-these-raise3d-printer-definitions for source and details.
2017-09-26 21:10:52 +02:00
Ghostkeeper
6bb045b860
Move Break Support Into Chunks to experimental
...
It seems to give heavy underextrusion.
2017-09-26 10:39:52 +02:00
Ghostkeeper
a44c6e3a4f
Fix spelling mistake
...
Found by Anraf1000. Thanks.
2017-09-26 09:05:37 +02:00
Ghostkeeper
adb41a19b7
Fix typos in description of Zig Zaggify Infill
2017-09-21 12:59:46 +02:00
Jaime van Kessel
ec57176864
Merge pull request #2441 from pieterbos/master
...
Improve Prusa i3 MK2 start GCode
2017-09-18 14:51:42 +02:00
alekseisasin
245796eb08
Merge pull request #2398 from Ghostkeeper/feature_ironing_only_highest_layer
...
Add setting to only iron the highest layer of a mesh
2017-09-18 14:28:24 +02:00
Ghostkeeper
6c2bd10a20
Remove redundant feedrate override
...
The default in ultimaker.def.json is also 45, so this is not necessary.
2017-09-18 11:18:50 +02:00
Mark Burton
ec9441df99
Added infill_offset_x and infill_offset_y settings.
2017-09-18 07:54:43 +01:00
Pieter Bos
ff17b7c417
Improve Prusa MK2 start GCode
2017-09-17 00:04:50 +02:00
Ghostkeeper
4e915bc6b5
Merge branch 'fractal_3d_infill_alternate'
...
Contributes to issue CURA-4095.
2017-09-14 12:34:31 +02:00
Diego Prado Gesto
fd1c76ac80
Merged branch - CURA-4270
2017-09-13 13:25:00 +02:00
Tim Kuipers
15790b3965
feat: cross 3d experimental algorithm parameters
2017-09-12 20:02:58 +02:00
Tim Kuipers
37ec3bbb26
cross pattern for support
2017-09-12 18:19:59 +02:00
Lipu Fei
1fdf103678
Merge pull request #2388 from Velleman/master
...
Added vertex delta k8800
2017-09-12 16:24:25 +02:00
Brecht Nuyttens
f054f0fafb
Fixed minor stuff
2017-09-12 15:37:49 +02:00
Brecht Nuyttens
1a2392cfa1
Fixed definition
2017-09-12 15:07:53 +02:00
Ghostkeeper
14e10c6987
Move skin extra wall count from experimental to shell category
...
Nobody sees any risk in this.
2017-09-12 11:27:35 +02:00
Ghostkeeper
3fe75d9c95
Update default values of new settings
...
These settings have now been tested and good defaults have been found for them.
2017-09-12 11:24:49 +02:00
Tim Kuipers
be6dcdafbd
lil: explicitly set cross infill density
2017-09-11 18:34:28 +02:00
Tim Kuipers
a8ff1e188f
feat: Cross infill types and zig_zaggify_infill
2017-09-11 18:34:28 +02:00
Lipu Fei
f50255f1c9
Disable relative_extrusion for UMs
...
CURA-4219
2017-09-11 10:27:13 +02:00
Lipu Fei
ab6d90d0a7
Merge pull request #2308 from smartavionics/mb-relative-extrusion
...
Add relative_extrusion setting to special modes category.
2017-09-11 10:20:45 +02:00
Ruben D
32c5583a3d
Reduce minimum jerk value to 0
...
A jerk of 0 is very possible, because Jerk in 3D printing doesn't mean the derivative of acceleration but rather the maximum instantaneous change in velocity on an axis.
Fixes #2338 .
2017-09-10 13:52:27 +02:00
Ruben D
dd030b9602
Add setting to only iron the highest layer of a mesh
2017-09-07 16:35:38 +02:00
Lipu Fei
b239eb9eaf
No extruder numbers for per-object settings
...
CURA-4284
2017-09-06 16:35:58 +02:00
Brecht Nuyttens
3b4460feb0
Added vertex delta k8800
2017-09-05 15:24:02 +02:00
Jaime van Kessel
7d12ebe860
Merge pull request #2368 from smartavionics/mb-fix-layer-start-min-values
...
Now layer start X/Y can be < 0 when machine centre is zero.
2017-09-04 16:52:49 +02:00
Mark Burton
ab4da4ab36
Now layer start X/Y can be < 0 when machine centre is zero.
2017-09-02 08:40:01 +01:00
Tim Kuipers
837a0b190b
feat: split skin_expand_distance into children and collapse expand_skins checkboxes (CURA-4270)
2017-09-01 16:00:19 +02:00