1064 Commits

Author SHA1 Message Date
Lipu Fei
bcd93522a2 Use bool instead of str for default_value of fill_outline_gaps
CURA-4023
2017-07-13 08:44:44 +02:00
Ghostkeeper
a04cb7524d
Remove nonsensical global nozzle offsets for Dagoma DiscoEasy200
It doesn't make sense to always have a nozzle offset for all nozzles. What's more, the setting only exists in fdmextruder.def.json so it can't be set in something that inherits from fdmprinter.def.json.
2017-07-11 14:47:10 +02:00
Ghostkeeper
a04e389b7f
Fix machine_nozzle_head_polygon
The min/max values were long ago replaced by a proper polygon.
2017-07-11 14:43:26 +02:00
Ghostkeeper
0bf0e13adc
Fix unknown setting machine_nozzle_gantry_distance
It has been renamed to gantry_height long ago.
2017-07-11 14:39:50 +02:00
Ghostkeeper
41103cfca0
Make machine_nozzle_head_distance settable per extruder
It won't have an effect on the actual g-code since the engine still requests it from the global stack, but at least the warnings in the log go away.
2017-07-11 14:37:22 +02:00
Ghostkeeper
4c966a1834
Fix inheritance formula for prime tower position
It now takes the values it depends on from the correct extruder and applies the first layer line width.
2017-07-11 14:09:44 +02:00
Arjen Hiemstra
458c9ac540 Remove two unnecessary resolveOrValue calls
Contributes to CURA-3521
2017-07-11 12:03:23 +02:00
14bitVoid
a08d11769d Merge branch 'master' into first_layer_line_width 2017-07-11 01:39:14 +02:00
Ghostkeeper
ee52e1b9ea
Reposition prime tower automatically
This actually looks really nice. It just moves right along that border there. Eventually we could also auto-position the X position but for now this is fine.
2017-07-10 14:21:40 +02:00
Lipu Fei
7d9f99c0e8 Merge pull request #2083 from Ultimaker/thin_walls
feat: print thin walls setting (CURA-4023)
2017-07-10 14:14:26 +02:00
Tim Kuipers
9f4e3fcf56 Merge branch 'feature_gradual_support' 2017-07-10 14:14:00 +02:00
14bitVoid
73a99c5eba Update description of initial layer line width 2017-07-09 04:52:52 +02:00
14bitVoid
ea35fdfd30 Merge branch 'master' of https://github.com/Ultimaker/Cura into first_layer_line_width 2017-07-09 00:54:00 +02:00
Tim Kuipers
dcdc1a1f63 feat: print thin walls setting (CURA-4023) 2017-07-07 16:06:31 +02:00
Ghostkeeper
d9c6fc63f2
Clarify description of skin overlap percentage setting
It's unclear what this was a percentage of.

Contributes to issue CURA-3892.
2017-07-07 14:59:35 +02:00
Jaime van Kessel
4afc422d5d Merge branch 'spaghetti_infill_correction' of github.com:Ultimaker/Cura 2017-07-07 13:29:38 +02:00
Tim Kuipers
e7eaeb41bd setting: spaghetti_infill_extra_volume (CURA-3987) 2017-07-07 12:53:49 +02:00
Jaime van Kessel
12d8c7f4d7 Merge branch 'master' of https://github.com/maukcc/Cura 2017-07-07 09:19:47 +02:00
Tim Kuipers
574ae4b52a Merge branch 'smartavionics-mb-support-real-reprap-gcode' 2017-07-06 15:15:58 +02:00
Ghostkeeper
1b3750caae
Merge branch 'spaghetti_infill_total_volume' 2017-07-06 15:03:48 +02:00
Mark Burton
8955249ea9 Change gcode flavor labels to make it obvious which firmwares they are targetting.
Rename "RepRap (Marlin/Sprinter)" to "Marlin".
Rename "RepRap (Volumetric)" to "Marlin (Volumetric)".
Rename "RepRap (RepRap)" to "RepRap".
2017-07-06 08:24:23 +01:00
Mark Burton
f81be9e627 Added RepRap (RepRap) gcode flavor. 2017-07-05 14:46:12 +01:00
Tim Kuipers
7ff6857041 Merge pull request #1995 from smartavionics/mb-z-seam-relative
Added z_seam_relative setting to determine whether z seam origin is relative to part or not.
(CURA-3971)
2017-07-05 12:30:17 +02:00
maukcc
194d7bb3b8 Cartesio profiles update
Cartesio disalowed areas
Cartesio extruder offsets
Cartesio high quality profiles
2017-07-04 14:58:01 +02:00
Ghostkeeper
b66f9a0da4
Invert enabled condition on spaghetti_infill_stepped
These two settings are only relevant if the spaghetti infill is stepped, not when it's not stepped.

Contributes to issue CURA-3861.
2017-07-04 13:50:19 +02:00
Ghostkeeper
d3fc47fb42
Remove nonsensical warning values for prime tower position
I discovered this during work on CURA-3521.
2017-07-04 12:36:18 +02:00
Ghostkeeper
88ee878423
Simplify inheritance formula for prime tower wall thickness
Firstly, all the resolveOrValue calls are identity functions now so they can be phased out.

Secondly, all the max(extruderValues(...)) should be done by the resolve property rather than the value property. The resolve property already makes sure that the prime tower is evenly thick for every extruder, so it doesn't need to ensure this in the value function as well.

Contributes to issue CURA-3521.
2017-07-04 12:33:19 +02:00
Lipu Fei
b2a263b2db Enable support_infill_sparse_thickness when support is enabled
CURA-2724
2017-07-04 11:38:56 +02:00
Mark Burton
ff4935011d Tweak description. 2017-07-04 10:36:45 +01:00
Lipu Fei
68cae135a9 Make outer wall line width to evaluate its value accroding to its extruder
CURA-3891

This commit fixes the problem that limit to extruder for outer wall
doesn't work.
2017-07-03 16:19:10 +02:00
Lipu Fei
848c607db1 Only enable gradual support if support infill rate > 0
CURA-2724
2017-07-03 11:11:26 +02:00
Tim Kuipers
60379d395d feat: spaghetti infill stepping vs all volume at once (CURA-3861) 2017-06-30 17:59:47 +02:00
Lipu Fei
7b494cccf7 Only enable gradual_support_infill_steps when support infill density > 0
CURA-2724
2017-06-30 15:49:37 +02:00
Lipu Fei
328ec0419d Implement gradual support infill
CURA-2724
2017-06-29 17:42:09 +02:00
Ghostkeeper
c7120dddda
Don't allow changing the default printing temperature per mesh
The printing temperature is not settable per mesh. The default printing temperature shouldn't be either.
2017-06-29 14:16:02 +02:00
Jaime van Kessel
4a5b1d0760 Merge branch 'feature_xy_offset_layer_0' of https://github.com/fieldOfView/Cura 2017-06-28 15:16:18 +02:00
fieldOfView
20b2a3dc81 Improve description for xy_offset_layer_0 2017-06-28 11:48:16 +02:00
Ghostkeeper
8d3095c3b3
Merge branch '2.6' 2017-06-27 13:37:41 +02:00
Ghostkeeper
c66740d8e4
Increase warning value for Number of Slower Layers further
Because it was still giving a warning for the 0.4mm layer height profile.

Contributes to issue CURA-3960.
2017-06-27 13:23:30 +02:00
Ghostkeeper
5f5eb0b2a8
Merge branch '2.6' 2017-06-27 11:01:42 +02:00
Ghostkeeper
cb4e58c6f7
Increase the maximum warning for speed_slowdown_layers
Also round the resolved value, because the result needs to be an integer.

Contributes to issue CURA-3960.
2017-06-27 11:01:21 +02:00
Ghostkeeper
ee0918f1d0
Merge branch '2.6' 2017-06-26 17:23:57 +02:00
Tim Kuipers
e1d98d22f0 Merge branch 'master' into feature_prime_tower_purge 2017-06-26 16:11:41 +02:00
Lipu Fei
8a0afa9c32 Enable prime tower purge volume when prime tower and wipe are both enabled 2017-06-26 15:54:56 +02:00
Ghostkeeper
a5f3a1c983
Remove maximum warning for gradual infill step height
That 100mm figure was weird. 9cm was fine, but 10cm not? It's all going to print fine, really.

Contributes to issue CURA-3960.
2017-06-26 15:53:40 +02:00
Ghostkeeper
aee0cf7207
Make expand_lower_skins inherit from expand_skins_into_infill
And then also update the profiles to make the profiles end up at what it was originally (I confirmed this with the materials team).

Contributes to issue CURA-3960.
2017-06-26 15:47:49 +02:00
Ghostkeeper
b617c8be9c
Remove minimum warning value for z-hop height
It was giving a warning for 0.8mm polypropylene because that was set to 0.5mm hop. It was decided that a minimum value at all for z-hop is nonsense because you can just disable z-hop without getting a warning. I'm still setting it to zero because negative will still go wrong in your print.

Contributes to issue CURA-3960.
2017-06-26 15:27:27 +02:00
fieldOfView
d1211e3951 Add a setting for Horizontal Expansion for the first layer 2017-06-26 15:16:26 +02:00
Ghostkeeper
c0b6df0bfa
Increase warning value for outer wall wipe distance
For polypropylene a wipe distance of twice the nozzle size is fine. Even required, since the material warps so much that it breaks open automatically if a breach starts to appear at the seam. For other warping materials this could also be a problem, so let's just increase the warning value.

Contributes to issue CURA-3960.
2017-06-26 15:14:22 +02:00
Jaime van Kessel
568b0c2285 Changed start code of Dagoma printer to indicate it's created by cura.
Originally it said it was created by Cura-by-dagoma, which is not the case. CURA-3966
2017-06-26 15:02:24 +02:00