1389 Commits

Author SHA1 Message Date
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
Tim Kuipers
93c56a9d47 rewording of skin preshrink (CURA-4270)
now it is worded as being the close operation which includes the skin expansion in the opposite direction
2017-09-01 15:58:26 +02:00
Jaime van Kessel
2b54d75453 Merge branch 'mb-more-z-seam-options' of https://github.com/smartavionics/Cura 2017-09-01 13:22:13 +02:00
Mark Burton
125dc75a0f Now blurb for relative_extrusion says absolute extrusion mode will be set before any gcode script is output. 2017-09-01 07:54:56 +01:00
alekseisasin
d23e9cafe4 Merge pull request #2162 from FABtotum/master
FABtotum Personal Fabricator
2017-08-31 12:56:24 +02:00
Mark Burton
58e2d07cbd Add comment that absolute extrusion mode will always be set before start and end gcode. 2017-08-31 10:55:52 +01:00
Mark Burton
0efa2ac168 Tweak z_seam_corner option strings and the descriptive blurb. 2017-08-30 20:14:35 +01:00
Mark Burton
092bc2f916 Revert "Tweak z_seam_corner option strings and the descriptive blurb."
This reverts commit 27967a1531009b52882f3cdd6c094c8e7002b0d3.
2017-08-30 19:20:49 +01:00
Mark Burton
27967a1531 Tweak z_seam_corner option strings and the descriptive blurb. 2017-08-30 19:19:16 +01:00
Lipu Fei
e8e8081215 Add quality_definition for UM2ex and UM2go
CURA-4139

UM2ex and UM2go should share the same set of quality profiles as UM2.
2017-08-30 14:58:07 +02:00
Ghostkeeper
2c7c29dc71
Merge branch 'master' into quarter_cubic_infill 2017-08-30 11:03:04 +02:00
alekseisasin
472b9fc779 Setting was not visible because was applied wrong settings scope
CURA-4192
2017-08-29 18:23:35 +02:00
alekseisasin
ae63060d75 Merge branch 'mb-z-offset' of https://github.com/smartavionics/Cura 2017-08-28 10:43:53 +02:00
Mark Burton
8c599c4869 The seam corner setting is now available for all seam types except random. 2017-08-25 17:09:47 +01:00
Mark Burton
ea93105079 Added sharpest_corner option to z_seam_type. 2017-08-25 15:26:24 +01:00
Mark Burton
438ea142c9 Tweak z_seam_corner strings. 2017-08-25 14:10:32 +01:00
Mark Burton
d40a317681 Revert the z_seam_type options back to how they originally were and add z_seam_corner. 2017-08-25 13:47:48 +01:00