1159 Commits

Author SHA1 Message Date
Jack Ha
a5033bae54 Enable Support settings that are applicable to support meshes. CURA-2747 2017-05-03 13:40:33 +02:00
Tim Kuipers
2ad8434c27 JSON difficult settings limit_to_extruder (CURA-3740) 2017-05-03 11:23:14 +02:00
Tim Kuipers
034f93debc JSON remaining settings limit_to_extruder (CURA-3740) 2017-05-02 18:04:00 +02:00
Tim Kuipers
11d6434b75 JSON speed settings limit_to_extruder (CURA-3740) 2017-05-02 17:53:06 +02:00
Tim Kuipers
e63d9743de JSON shell settings limit_to_extruder (CURA-3740) 2017-05-02 17:46:58 +02:00
Jack Ha
5d15d6e792 Merge branch 'master' into feature_multiextruder_machinesettings 2017-05-02 17:26:27 +02:00
Tim Kuipers
4130308437 JSON infill settings limit_to_extruder (CURA-3740) 2017-05-02 17:26:06 +02:00
Tim Kuipers
202129dc47 JSON resolution settings limit_to_extruder (CURA-3740) 2017-05-02 17:18:02 +02:00
Tim Kuipers
6744bf192d JSON feat: extruder_nr per feature type (CURA-3740) 2017-05-02 16:51:55 +02:00
Tim Kuipers
c69000da75 Merge branch 'feature_support_stair_width' 2017-05-02 13:22:19 +02:00
fieldOfView
4dea518c72 Add Upgraded Parts action for UM2 to add support for Olsson block
This adds a set of variants that just set the nozzle diameter and nozzle tip diameter. These variants are not used until the machine action sets the has_variants metadata entry.
2017-04-30 12:38:46 +02:00
fieldOfView
d12e323853 Add definition for Alya 3d printer
See https://github.com/Ultimaker/Cura/issues/1759
2017-04-30 10:53:23 +02:00
Ghostkeeper
6e5f7ac28a
Merge branch 'feature_support_top_bottom_speed'
Contributes to issue CURA-3491.
2017-04-25 16:46:30 +02:00
Lipu Fei
268a9c9bac Add priming_enabled option into fdm_printer
CURA-3634
2017-04-25 16:07:32 +02:00
Ghostkeeper
15593de404
Fix extruder number dependency of support roof pattern
It was depending on support bottom extruder.

Contributes to issue CURA-3491.
2017-04-24 17:31:07 +02:00
Ghostkeeper
2eae1cdf22
Move support roof settings above support bottom settings
This was deemed the most logical ordering.

Contributes to issue CURA-3491.
2017-04-24 14:28:10 +02:00
fieldOfView
4d12ab1296 Merge branch 'master' into feature_multiextruder_machinesettings 2017-04-21 19:31:44 +02:00
MaukCC
6ecd780bea Update cartesio.def.json 2017-04-20 14:47:43 +02:00
MaukCC
10233b2c02 Update cartesio.def.json 2017-04-20 11:53:05 +02:00
MaukCC
47aa044f7c Update cartesio.def.json 2017-04-20 11:33:36 +02:00
MaukCC
4c9b8bdf0a Update cartesio.def.json 2017-04-20 10:18:30 +02:00
MaukCC
91e0ab8fde Update cartesio.def.json 2017-04-20 10:16:04 +02:00
MaukCC
ebcf1baae8 Update cartesio.def.json 2017-04-20 10:13:21 +02:00
MaukCC
5aee2556a1 Update cartesio.def.json 2017-04-20 08:45:48 +02:00
MaukCC
5a4475c7d9 Update cartesio.def.json 2017-04-20 08:42:47 +02:00
Ghostkeeper
16bc9db06d
Simplify gradual infill steps maximum formula
The case where it reaches '20' is incorrect, it should never give an error, so it should've been 999999 or something. This case is also overly complex.
Say that P is 'infill_line_distance > 0' and Q is 'spaghetti_enabled'...
Then it would be the logarithmic if (P and not Q)...
Then it would be 0 or 20 if (not (P and not Q)), which is ((not P) or Q)...
Then it would be 20 if (((not P) or Q) and not Q), which is (not P)...
And it would be 0 if (((not P) or Q) and Q), which is Q.

So therefore it can be simplified to: 20 if (not P) else 0 if Q else logarithmic. But 20 became 999999, hence the above formula.

Contributes to issue CURA-3700.
2017-04-19 16:24:39 +02:00
Tim Kuipers
50a99eb2b1 fix: dont err on gradual infill when printing hollow (CURA-3700) 2017-04-19 13:50:06 +02:00
Ghostkeeper
cc23c72124
Merge branch 'revise_jellybox_support' of github.com:IMADE3D/Cura into IMADE3D-revise_jellybox_support 2017-04-19 10:36:20 +02:00
Ghostkeeper
58bf3e7ab3 Merge branch 'master' of github.com:Rigid3D/Cura into Rigid3D-master 2017-04-19 09:27:54 +02:00
Filip Goc
3c85159b05 swap M109 for M104 in the start gcode
It’s necessary to preheat the nozzle before the auto bed leveling
procedure to loosen up leftover filament that may had hardened on the
nozzle.
2017-04-18 20:44:55 +02:00
Tim Kuipers
fdf20fcb15 fix: forgotten floor in descriptions (CURA-3491) 2017-04-18 13:49:55 +02:00
Ghostkeeper
e33d4693f0
Merge branch '2.5' 2017-04-18 10:30:01 +02:00
Ghostkeeper
9ad85ce235
Move prime tower 1mm down
The combination PC-0.4 and PVA-0.8 wouldn't print because the raft was getting so big that it intersected with the prime tower. Moving the prime tower 1mm down allows us to print again.

Contributes to issue CURA-3650.
2017-04-18 10:29:41 +02:00
MaukCC
c686cecb6b Update cartesio.def.json 2017-04-18 09:33:29 +02:00
Mehmet Sutas
b908e3a201 Rigid3D Zero2 Machine Definition 2017-04-16 01:00:27 +03:00
Ghostkeeper
7151dc0381
Merge branch '2.5' 2017-04-14 17:06:37 +02:00
Ghostkeeper
c3d18bc256
Remove lower warnings for jerk settings
It's not a problem to have lower jerk. It'll just print corners quite slow. But sometimes that's necessary, for example for PVA.

Contributes to issue CURA-3650.
2017-04-14 17:06:18 +02:00
Ghostkeeper
9b06d7dd80
Relax warning constraints for top and bottom thickness
With very thick layers, fewer layers will still provide enough strength to not sag. 2 is quite a hard minimum though because there are 2 different orientations.

Contributes to issue CURA-3650.
2017-04-14 16:26:14 +02:00
Ghostkeeper
d6f49d4c12
Merge branch '2.5' 2017-04-14 15:04:05 +02:00
Ghostkeeper
541e28a387
Allow exactly 2 line widths for prime tower
We give a warning when it's 2 or fewer lines in the prime tower, but 2 should be allowable. It works quite well.

Contributes to issue CURA-3650.
2017-04-14 14:58:30 +02:00
Jaime van Kessel
c087f4b0dc Merge branch 'master' of git://github.com/maukcc/cura 2017-04-14 14:30:25 +02:00
Ghostkeeper
ac46c4358b
Merge branch '2.5' 2017-04-14 11:56:57 +02:00
Ghostkeeper
e72d5ce93f
Make raft middle thickness warn based on nozzle size
Whether the layer is too thick to extrude properly depends on the nozzle size, not on the line width.

Contributes to issue CURA-3650.
2017-04-14 11:54:20 +02:00
Ghostkeeper
a8df94f5b3
Merge branch '2.5' 2017-04-14 10:29:43 +02:00
Ghostkeeper
137b5309fd
Relax warning value for support interface thickness
It was being violated by the superdraft profiles. With very thick layers, 2 layers of interface suffices. But 2 layers is not quite enough for very thin layers. So I'm making it scale a bit more slowly with an offset.

Contributes to issue CURA-3650.
2017-04-14 10:28:13 +02:00
Ghostkeeper
fb29948f88
Update description of support_roof/bottom_enable
Better terminology according to our UX designer.

Contributes to issue CURA-3491.
2017-04-13 18:10:28 +02:00
Ghostkeeper
548338440a
Rename all support bottom settings to support floor
Only in the front-end though. No settings are renamed. No documentation updated. As far as the back-end implementation is concerned, it's still called support bottom.

Contributes to issue CURA-3491.
2017-04-13 17:11:36 +02:00
Tim Kuipers
ef9b705cc4 Merge remote-tracking branch 'origin/feature_support_mesh' 2017-04-13 11:13:25 +02:00
CRojasV
3e19261fa8 New version files
This time it have the platform position configuration, and it have version number error fixed.
2017-04-12 11:10:22 -05:00
CRojasV
d71e964be7 Deleted to Fix platform position
This file was deleted because it don't have the correct platform position setup
2017-04-12 11:08:24 -05:00