2429 Commits

Author SHA1 Message Date
Ghostkeeper
c7dbb1477a
Remove maximum on small feature speed
You can make the small features print FASTER if you like, as well. There is no physical or computational constraint there.

Discovered during investigation of #6866.
2019-12-31 11:07:11 +01:00
Remco Burema
04125d4608
Merge pull request #6541 from Ultimaker/default_union_off_for_surface_mode
turn off Union overlapping volumes when Surface mode is Surface only
2019-12-24 14:39:03 +01:00
Jaime van Kessel
8d2083a539
Add temp warnings for the buildplate
CURA-6977
2019-12-24 10:54:51 +01:00
Jaime van Kessel
36364ea59b
Fix identation 2019-12-23 17:24:00 +01:00
Jaime van Kessel
973685701c
Remove removed setting 2019-12-23 17:19:31 +01:00
Ghostkeeper
8a9b791298
Merge branch '4.4'
Conflicts:
	cura/Machines/MaterialNode.py -> Due to some automated formatting tool. Please disable those tools, people.
2019-12-23 16:26:25 +01:00
Ghostkeeper
ce5f7ce821
Make support wall line count visible when tree support is enabled
Oops, otherwise this can't be used (found during testing).

Contributes to issue CURA-7077.
2019-12-23 16:22:17 +01:00
Ghostkeeper
a3c5435a1d
Remove support_tree_wall_thickness
This setting will not be automatically translated to support_wall_thickness if it's overwritten, because that would require knowing the line width and we don't know that here. So it's hard to do.

Contributes to issue CURA-7077.
2019-12-23 16:22:17 +01:00
Ghostkeeper
50f64ca696
Merge support_tree_wall_count into support_wall_count
So now the two settings are used as one.

Contributes to issue CURA-7077.
2019-12-23 16:22:17 +01:00
Jaime van Kessel
8398384af1
Merge branch 'master' of github.com:Ultimaker/Cura 2019-12-23 15:58:44 +01:00
Jaime van Kessel
cce7af9cb2
Merge branch 'add-lotmaxx-printers' of https://github.com/sm3dp/Cura 2019-12-23 15:48:51 +01:00
konskarm
4dbc56f09b
Merge pull request #6831 from springtiger/master
Hopefully Adding the Anet 3d Printer files to the latest version
2019-12-23 14:17:43 +01:00
Ghostkeeper
0028cc85ed
Remove comment documenting commit history
Use the commit history to document the commit history.
This solves a log warning about unknown data type for skin_edge_support_thickness.
2019-12-23 09:08:47 +01:00
tiger.he
133e300f5e fix miss delimiter error 2019-12-21 23:07:53 +08:00
tiger.he
dda67cde1a add machine_extruder_trains in machine definitions 2019-12-21 23:04:02 +08:00
tiger.he
d67dae2140 delete unused definitions 2019-12-21 22:35:28 +08:00
sm3dp
658604404c Change head polygon profile name 2019-12-21 15:18:22 +08:00
tiger.he
45a659ab49 Hopefully Adding the Anet 3d Printer files to the latest version 2019-12-20 14:30:18 +08:00
Nino van Hooff
2f628bbfd3 Merge branch 'voron2_duplicated' 2019-12-19 14:06:43 +01:00
Ghostkeeper
5ef7fe56be
Remove unnecessary override of expansion angle to 45 degrees
Found in #6823.
2019-12-19 09:58:42 +01:00
Nino van Hooff
ff01b1dab9 Add 6 Material Station specific material settings.
These settings are currently unused by cura, but passed into the PPA
output. Some considerations:
- material_ prepended to all. Even though they are not all
  material specific. The consistency is more developer-friendly imho
- defaults taken from generic_pla
- type is float for all, consistent with what I found in this file

CURA-7041
2019-12-18 11:46:40 +01:00
sm3dp
0256e39601 update definitions format 2019-12-17 23:10:32 +08:00
sm3dp
da4eeaa622 Added LotMaxx sc10 and sc20 profile 2019-12-17 22:27:09 +08:00
Lipu Fei
8b256f3efc
Merge pull request #6694 from maukcc/master
HMS434 update
2019-12-17 11:00:46 +01:00
Lipu Fei
dd5c6c892c chmod 644 for def.json files 2019-12-17 10:35:23 +01:00
Mark Burton
678ba61bca Add brim gap setting (#6279)
Added brim_gap setting to space brim away from edge of model.
2019-12-16 13:55:08 +01:00
Ghostkeeper
1dc39dba71
Move prime speed override to definition file
To reduce the number of overrides. You'd only need to change it in one place, next time. It was being overridden in the quality profile in every supported configuration.
2019-12-16 13:15:40 +01:00
Benoit Miller
44ffa97ade Fixed issues raised in #6666 2019-12-12 17:04:01 -05:00
Benoit Miller
9259cea2dc Merge branch 'master' of https://github.com/Ultimaker/Cura into voron2-support 2019-12-12 16:40:35 -05:00
Remco Burema
8cc054cecc Add missing 'material break preparation temperature'.
part of CURA-6971

(cherry picked from commit 25f0460231fd970b73744fb3fe1c004dc68a5dc9)
2019-12-12 14:09:46 +01:00
MaukCC
002cf07834
Merge branch 'master' into master 2019-12-12 09:05:45 +01:00
jos@mauk.cc
c6cfd12c6f HMS434 update 2019-12-12 09:04:41 +01:00
Lipu Fei
f2b18d9d2a
Merge branch 'master' into add-lotmaxx-printers 2019-12-12 08:23:31 +01:00
Remco Burema
2d486b0814
Default behaviour should be the same as previous.
Also added the new setting to 'expert' visibility.
2019-12-11 17:00:02 +01:00
Lipu Fei
820925c9aa
Merge branch 'master' into default_union_off_for_surface_mode 2019-12-11 10:58:27 +01:00
Remco Burema
f0b277d491
Merge branch 'mb-skin-edge-support' of https://github.com/smartavionics/Cura into smartavionics-mb-skin-edge-support 2019-12-10 16:55:28 +01:00
Ghostkeeper
7f969528f3
Merge branch 'master' of ssh://github.com/Ultimaker/Cura 2019-12-10 16:03:02 +01:00
Ghostkeeper
ba2c9cb21e
Fix JSON formatting of start g-code
No newlines allowed.
2019-12-10 16:02:45 +01:00
Ghostkeeper
455721130c
Merge branch 'master' of https://github.com/TheOneOgre/Cura into TheOneOgre-master 2019-12-10 15:57:57 +01:00
Jaime van Kessel
f66b1e6fde
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-6522_revert_edge_distance_hack 2019-12-10 13:06:37 +01:00
Jaime van Kessel
7ba1db830a
Re-enable the retraction min travel setting
CURA-6675
2019-12-10 13:00:29 +01:00
jos@mauk.cc
950e96da2d HMS434 update
Z seam changed
PLA quality profiles deleted
2019-12-06 08:54:51 +01:00
jos@mauk.cc
6d8052656c HMS434 update
bed temp initial layer
2019-12-04 10:10:05 +01:00
Ghostkeeper
961cd937b4
Correct start and end g-code
According to the thread at #6673 this works.

Fixes #6673.
2019-12-04 09:58:19 +01:00
Jeff Kazules
726561bf30
Increase printer size and add disallowed areas
With the stock firmware of the Ender 3, the size of the original printer was wrong, causing the model to land in a different place on the build plate. This led people to believe that the printer could take bigger prints. However it couldn't; it was just not allowing to print all the way down to the coordinate origin at 0,0.

This makes the printer bigger but also adds disallowed areas so that you can't print anything near 0,0.

Fixes #6267.
2019-12-03 13:39:50 +01:00
jos@mauk.cc
055fc1450d HMS434 update 2019-12-02 16:13:47 +01:00
jos@mauk.cc
bdc3ceeb52 HMS434 update
acceleration and line width
2019-12-02 14:34:36 +01:00
Benoit Miller
e4c7a4752e Merge branch 'master' of https://github.com/Ultimaker/Cura into voron2-support 2019-12-01 14:46:12 -05:00
jos@mauk.cc
070f9e1537 HMS434 update
small changes
2019-11-28 10:00:53 +01:00
Jaime van Kessel
b5bf3e8e85
Merge branch 'mb-bridge-skin-over-sparse-infill' of https://github.com/smartavionics/Cura 2019-11-26 15:41:04 +01:00