THeijmans
5bdba905ff
Changed warning value prime tower purge
...
Increased the value after tests show 1mm3+ primes don't lead to issues.
2018-03-20 16:07:38 +01:00
THeijmans
392605014a
Merge branch 'M&P-Setting-Optimization' of https://github.com/Ultimaker/Cura into M&P-Setting-Optimization
...
Fixed conflicts
2018-03-13 11:58:33 +01:00
THeijmans
4c61ea5ba9
Single extrusion settings for travels
...
Updated single extrusion settings, so z hops are removed and travels are shortened for single extrusion.
2018-03-13 11:45:19 +01:00
Ian Paschal
8db4396ee7
Merge pull request #3436 from Ultimaker/feature_enable_disable_extruder
...
CURA-4400 Feature enable disable extruder
2018-03-12 16:42:25 +01:00
Ghostkeeper
05c034558d
Set default layer height via preferred quality type
...
So the layer heights are correct for each quality type but the default is still 0.2mm.
Contributes to issue CURA-4981.
2018-03-12 16:03:42 +01:00
Jack Ha
1f8be6ad3c
CURA-4400 moved default extruder value to value instead of default_value because of engine
2018-03-12 11:05:55 +01:00
Jack Ha
d70cc072e9
Merge branch 'master' into feature_enable_disable_extruder
2018-03-12 09:06:24 +01:00
Ian Paschal
c278942cec
CURA-67 Don't enable by default
...
`value` is set to !support and !tree support, both of which are typically disabled by default, making this setting's default value effectively `true` even though the line above says the default should be `false`.
2018-03-09 10:26:48 +01:00
Ghostkeeper
a4f9c91d95
Add acceleration/jerk data for TEVO Tarantula
...
Thanks to @SuperBoppy in ticket #3323 .
2018-03-09 09:30:32 +01:00
Jack Ha
3b8d470323
Merge branch 'master' into feature_enable_disable_extruder
2018-03-08 09:35:49 +01:00
Ian Paschal
a704f59034
Merge pull request #3175 from smartavionics/mb-add-bridge-settings
...
Add bridge settings to experimental category.
2018-03-07 16:30:08 +01:00
Jack Ha
095d9fbdf6
CURA-4400 Bugfix do not handle layer scene nodes in solidview
2018-03-06 17:01:30 +01:00
Jack Ha
63e679e4a0
CURA-4400 updated UM3 machine_head_with_fans_polygon
2018-03-06 16:28:00 +01:00
Mark Burton
1ed5a00198
Added skin densities and layer 3 settings + tweaked various defaults.
2018-03-06 10:47:28 +00:00
Jack Ha
bad637eb14
CURA-4400 fixed merge conflicts
2018-03-05 16:47:40 +01:00
Jack Ha
37d02da1f1
CURA-4400 restore correct default extruder, added extruders_enabled_count and use that in fdmprinters (result: i.e. one at a time can be enabled by disabling an extruder)
2018-03-05 14:01:39 +01:00
Lipu Fei
a29a6122f1
Merge remote-tracking branch 'origin/master' into refactoring_machine_manager
2018-03-05 11:29:21 +01:00
Lipu Fei
6d97fd8dc2
Revert "WIP: Fix quality profiles for abax_pri3"
...
This reverts commit c338e1b7d69c252ae80d9590700823108a37f320.
2018-03-05 11:01:52 +01:00
Mark
17920bcf87
Merge pull request #3207 from FABtotum/master
...
TPU FAbtotum's profiles
2018-03-05 09:54:21 +01:00
Mark Burton
4a498fd622
Tweak various bridge setting values & descriptions.
2018-03-04 21:56:44 +00:00
Mark Burton
754e85815a
Additional second bridge skin settings.
2018-03-04 09:00:41 +00:00
Mark Burton
323eac345a
Added bridge_modify_skins_above.
2018-03-03 12:04:58 +00:00
Mark Burton
5db636bf9b
Add bridge_wall_min_length setting.
...
It's currently per extruder to make it easy to access within the engine but this should
be changed when the settings are refactored.
2018-03-02 16:36:26 +00:00
Mark Burton
62169bed2a
Rename bridge_wall_max_air_gap to bridge_wall_max_overhang.
2018-03-02 16:35:21 +00:00
Ghostkeeper
7b809becd9
Merge branch 'M&P-Setting-Optimization'
2018-03-02 15:22:54 +01:00
THeijmans
0305ad1ea2
Zig_zaggifying the infills
...
Connected infill lines in all our profiles, for increased strenght and print quality.
2018-03-02 15:11:26 +01:00
THeijmans
e080ff2db0
Revert "Combing to "No Skin""
...
This reverts commit ca83089eff9f9ed3b8a37b1d593993662cb27e0c.
2018-03-02 15:04:33 +01:00
Lipu Fei
93190dde9b
Merge remote-tracking branch 'origin/master' into refactoring_machine_manager
2018-03-02 09:55:14 +01:00
Lipu Fei
c82b2f2f6c
Fix gcode flave RepRap for dagoma neva
...
CURA-4988
2018-03-02 09:29:38 +01:00
Lipu Fei
5351ce7d23
Fix dagoma discoeasy200 travel speed 100
...
CURA-4988
2018-03-02 09:29:03 +01:00
Jack Ha
53ec846436
CURA-4400 introduced value -1 for extruder number setting (not optional_extruder); this one takes the defaultExtruderPosition in MachineManager
2018-03-01 17:21:35 +01:00
Lipu Fei
a81d124aae
Merge remote-tracking branch 'origin/master' into refactoring_machine_manager
2018-03-01 16:03:49 +01:00
Ghostkeeper
7b794249f6
Add 512 padding bytes to the end of the g-code
...
Due to a bug in the firmware of the Ultimaker 2, the print was already ending before the last few commands were executed completely. It would then finish the last few commands in a different routine but the extrusion modifier wasn't applied there, resulting in a blob on your print.
This is a workaround that puts always one file system page (512 bytes) of padding at the end of the g-code file. If these comments are not executed that is fine. If they are then it's also fine. Until the bug is fixed in firmware, this will at least prevent the issue from occurring for users.
2018-03-01 13:33:14 +01:00
Lipu Fei
75573da9dd
Fix merge conflicts with master
2018-02-27 13:08:29 +01:00
Ghostkeeper
b54d709f96
Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master
2018-02-27 10:25:11 +01:00
Jack Ha
22cf5abec2
Merge branch 'master' into refactoring_machine_manager
2018-02-27 10:24:56 +01:00
Ghostkeeper
cde67ab84c
Add warning for low Retraction Min Travel
...
Because if you set it to be too close to the line width, you'll get retractions between every skin line.
2018-02-26 14:48:43 +01:00
Ghostkeeper
fc9b2c3529
Limit infill zigzaggify setting to infill extruder
...
Let's give it the same properties as the infill pattern setting.
Contributes to issue CURA-4017.
2018-02-22 16:44:39 +01:00
Ghostkeeper
dba748bd8a
Add new setting for zig-zaggifying support
...
You can now also use the zigzag type patterns for support.
Contributes to issue CURA-4017.
2018-02-22 16:43:50 +01:00
Lipu Fei
a88e69d109
Revert "WIP: Fix quality profiles for abax_pri5"
...
Keep the old quality profiles for now to make it safe.
2018-02-22 15:01:03 +01:00
Lipu Fei
9a354efd19
Merge remote-tracking branch 'origin/master' into refactoring_machine_manager
2018-02-21 14:05:19 +01:00
Lipu Fei
be211b7311
WIP: Fix quality profiles for abax_pri5
...
- Removed redundant quality profiles for abax_pri5 and reuse the abax_pri3
ones
- Fix abax_pri5 definition file: has_machine_quality = true
2018-02-21 11:06:28 +01:00
Lipu Fei
c338e1b7d6
WIP: Fix quality profiles for abax_pri3
...
- Fixed duplicated quality_type and name for qualities "Fast" and "Fine"
- Moved global settings to separate global quality files
- Fix abax_pri3 definition file: has_machine_quality = true
- MAYBE FIXME: Normal and Fast have the same layer height. Don't know if
that's intended. They are kept as before.
2018-02-21 11:06:28 +01:00
Ghostkeeper
6110b83844
Use 'or' instead of '||' for Python code
...
Oops.
Contributes to issue CURA-4017.
2018-02-21 09:51:14 +01:00
Ghostkeeper
f3aeb01af0
Only enable Connect Infill Lines by default for Cross
...
We don't want to change the default behaviour yet.
Contributes to issue CURA-4017.
2018-02-21 08:50:49 +01:00
Ghostkeeper
31ad0dd56c
Allow zig-zaggifying infill for patterns other than Cross as well
...
It is now supported for any linear-based infill except zigzag (which has its own algorithm; that's a TODO).
Contributes to issue CURA-4017.
2018-02-21 08:50:49 +01:00
maukcc
c323bac306
extruder change update
...
extruder change update:
- wiping nozzles
- temperature updates
2018-02-20 17:15:21 +01:00
Diego Prado Gesto
f27685e6ac
CURA-4017 Enable the setting zig_zagiffy_infill for the grid and triangular patterns
2018-02-20 13:56:30 +01:00
Mark
9af6b4d6f6
Merge pull request #3264 from uBuild-3D/patch-1
...
Create ubuild-3d_mr_bot_280.def.json
2018-02-19 13:19:12 +01:00
Mark
2b70c83894
Merge pull request #3216 from dagoma3d/dagoma-profiles
...
Enhance Dagoma profiles
2018-02-19 12:12:23 +01:00