Mark Burton
856f998e24
Added Hole Horizontal Expansion setting.
2020-01-21 08:35:24 +00:00
MakeIt3D
39780636a9
Add MAKEiT Pro-MX Profile ( #6983 )
...
CURA-7125
2020-01-20 14:53:48 +01:00
Ghostkeeper
92926cfc21
Revert "Limit retraction_combing_max_distance to be no lower than retraction_min_travel"
...
This reverts commit 3b1e88e49c005657e463f6c76c505ad253ce8636.
It was changing the default behaviour for these printers.
Contributes to issue CURA-6860.
2020-01-20 10:47:46 +01:00
Ghostkeeper
8f6fb5e007
Revert "Properly override retraction_combing_max_distance"
...
This reverts commit 5ddee1e70fbc2bec6b8ccc1531d146f7d79cec1b. It was changing the default behaviour for this printer.
Contributes to issue CURA-6860.
2020-01-20 10:46:55 +01:00
Ghostkeeper
5ddee1e70f
Properly override retraction_combing_max_distance
...
Since by default it now defines a value for this one rather than default_value, this override had broken. Thank you, tests.
Contributes to issue CURA-6860.
2020-01-20 09:51:30 +01:00
Ghostkeeper
3b1e88e49c
Limit retraction_combing_max_distance to be no lower than retraction_min_travel
...
Retraction_min_travel overrides retraction_combing_max_distance in CuraEngine, so it has no effect to make it any lower.
Contributes to issue CURA-6860.
2020-01-20 09:41:48 +01:00
MaukCC
1814b67b67
HMS434 update ( #6826 )
...
Material exclusion update
2020-01-16 16:13:27 +01:00
Jaime van Kessel
fc25a07666
Update platform offset for 3dtech
2020-01-16 16:11:04 +01:00
David Souza
d6392c117d
Add 3D Tech Printer ( #6948 )
...
* Add a new Machine Profile for 3DTech
2020-01-16 16:10:24 +01:00
Kostas Karmas
3ce52423fa
Change description of nozzle wipes settings
...
CURA-6968
2020-01-09 15:06:58 +01:00
Remco Burema
1f722d4de0
Minimum support area was always supposed to be small.
2020-01-08 16:28:28 +01:00
Remco Burema
a0a5785092
Adjusted mylan-m200 gocde per request (see github #6921 ).
2020-01-07 13:43:30 +01:00
Ghostkeeper
0e91ef2f71
Merge branch 'master' of https://github.com/beamup3d/Cura into beamup3d-master
2020-01-03 11:55:55 +01:00
Ghostkeeper
8f7642931b
Only enable extruder switch retraction settings if multi-extrusion
...
Otherwise there can't be any extruder switches.
2020-01-03 10:38:54 +01:00
Ghostkeeper
5e0324b9be
Move retraction settings to travel category
...
And the nozzle switch settings to the multi-extrusion category.
As discussed with the CCB.
2020-01-03 10:36:27 +01:00
BeamUp 3D
bb3aaf740f
Update beamup_s.def.json
...
add "platform_offset" metadata
2020-01-02 15:00:34 +03:00
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