2014 Commits

Author SHA1 Message Date
Ghostkeeper
73f1b3fb50
Merge branch 'stereotech-master' 2019-04-30 09:40:43 +02:00
frylock34
0b364e8daf reduce platform size 2019-04-30 10:39:05 +04:00
Jaime van Kessel
a14b331cb7 Merge branch 'master' of github.com:Ultimaker/Cura 2019-04-29 13:47:34 +02:00
Ghostkeeper
25bbc1e66e
Set default infill density for tree support to 0% in profiles
In profiles that overwrite the support infill density, also keep it 0% for tree support.
Except PVA profiles. Those are probably better off with their normal infill density.

Fixes #5297.
2019-04-29 12:06:54 +02:00
Lipu Fei
3e91f89ffe Add build volume temperature
CURA-6156
2019-04-26 07:43:03 +02:00
frylock34
67ccbc7677 add START and STE320 profiles 2019-04-25 15:42:59 +04:00
Ghostkeeper
0ad9d000ab
More consistent capital letter usage 2019-04-25 10:55:17 +02:00
Ghostkeeper
ce9f3c9bcc
Set maximum feedrate to light speed
For many printers this maximum feedrate is unknown. The rationale for this commit is that if it's unknown we shouldn't limit the speed settings.
This does cause the time estimations to be out of whack if the speed is limited on one axis but not on another axis, such as if you home the build plate while homing the head as well (when the head is much faster than the build plate). Because now Cura doesn't assume that there is a limit on any axis any more. It just holds the print speeds.
Many printers override these settings so that they have a more realistic value. Previously the value of 500mm/s wasn't very realistic anyway, as most printers have somewhere in the area of 250mm/s in their firmware limits.

Fixes #5640.
2019-04-23 18:06:26 +02:00
Vlad Gribinchuk
fec0272c5f Merge branch 'master' into feature_z_hop_extruder_switch 2019-04-22 10:45:57 +03:00
Diego Prado Gesto
a713cdc6bd Add new values for the resolution and deviation settings
According to the experts
2019-04-18 17:26:01 +02:00
Vlad Gribinchuk
7d73921d63 Set "value" for retraction_hop_after_extruder_switch_height to ensure it copies the value of retraction_hop 2019-04-18 16:32:23 +03:00
Ghostkeeper
af42340e68
Slightly increase resolution by default
Most Marlin installations should be able to handle a bit more.

Contributes to issue CURA-6458.
2019-04-17 12:48:22 +02:00
Jaime van Kessel
acf7229d1d
Merge pull request #5620 from Ultimaker/add_maximum_deviation_setting
Add maximum deviation setting
2019-04-16 14:50:56 +02:00
Ghostkeeper
96abaf2376
Adjust warning values for maximum travel resolution
Due to the change in tactics to limit resolution by deviation, this can be increased quite a lot (as long as you don't increase deviation too much).
2019-04-16 14:02:13 +02:00
Ghostkeeper
3771040c04
Adjust warning values for maximum resolution
Due to the change in tactics to limit resolution by deviation, this can be increased quite a lot (as long as you don't increase deviation too much).
2019-04-16 14:02:05 +02:00
Ghostkeeper
6325a5f1c2
Change setting value defaults for maximum resolution to use deviation
All profiles that use maximum resolution should use maximum deviation instead, and halve it.

Contributes to issue CURA-6458.
2019-04-16 11:36:07 +02:00
Ghostkeeper
60777b72fc
Increase defaults for Maximum Resolution significantly
We want to limit it mostly to the Maximum Deviation now. So also don't increase the Maximum Deviation along this time.

Contributes to issue CURA-6458.
2019-04-16 11:27:29 +02:00
Ghostkeeper
7b62eb9560
Make minimum wall flow also settable per extruder
It was settable per mesh but not per extruder, but we want it to be settable per extruder as well, causing all meshes printed with that extruder to use that setting value. That's how most of these settings work (like Outer Wall Speed and such).
There are some exceptions to this where a setting only makes sense if applied in per-object settings, such as Infill Mesh or support blockers, but this is not such a setting.

Fixes #5622.
2019-04-16 09:53:53 +02:00
Ghostkeeper
cea742218b
Revert "Hide travel jerk settings for RepRap flavour"
This reverts commit d5fa0b395e5185968c70147cf24cb421369fa2f0. It was made based on bad information; travel moves do properly use jerk in RepRap.
2019-04-16 09:42:32 +02:00
Ghostkeeper
d5fa0b395e
Hide travel jerk settings for RepRap flavour
The firmware doesn't support it there.
2019-04-15 14:09:14 +02:00
Ghostkeeper
932fb75145
Add maximum deviation setting
This setting allows tweaking the deviation from the norm separately from the length of line segments.

Implements CURA-6458.
2019-04-12 18:40:22 +02:00
Diego Prado Gesto
7d644c0d1a
Merge pull request #5594 from stecklars/anycubic-definition-fixes
Fix comments in anycubic printer definitions
2019-04-10 13:23:26 +02:00
Jaime van Kessel
87c4c03283 Fix incorrect tag in start g-code
Fixes #5591
2019-04-09 10:47:55 +02:00
Lars-Sören Steck
b47489eb30
Fix anycubic i3 mega gcode comments 2019-04-08 01:16:26 +02:00
Lars-Sören Steck
906074d6ce
Fix anycubic 4max gcode comments 2019-04-08 01:15:49 +02:00
Ghostkeeper
4e2d7a6ea9
Fix combing setting
This is a Python expression so it needs to be in quotes to become a string.
2019-04-04 16:22:03 +02:00
Jaime van Kessel
932a5c8fc9 Merge branch 'WIP_onboarding' of github.com:Ultimaker/Cura 2019-04-04 14:38:18 +02:00
Lipu Fei
992040d4e6
Merge pull request #5497 from TinkerGnome/Mark2_definition
add Mark2 definition files
2019-04-04 08:08:46 +02:00
TinkerGnome
ebfd33ba10 remove machine_extruder positions from the definition file 2019-04-03 21:01:36 +02:00
Remco Burema
6242433d8e
Merge pull request #5356 from DesktopMetal/feature_wipe_script
Feature: "Wipe Script"
2019-04-03 14:42:18 +02:00
Vlad Gribinchuk
6e955f780b Change description of clean_between_layers to make the relation this setting to retract_at_layer_change more clear for user 2019-04-03 13:45:19 +03:00
Ghostkeeper
ae9395aebb
Merge branch 'master' into WIP_onboarding 2019-04-03 11:53:40 +02:00
Ghostkeeper
168c4e17c6
Reduce support horizontal expansion to 0
We have a long-standing issue in CuraEngine that support can be thinner than one line width and is then not generated, but if there is later some extra room it still gets supported in lower layers. This results in unnecessary support.

That issue in itself is a bit hairy to fix. But it does point out to another weirdness: PLA support has a horizontal offset of 0.2mm. This was introduced when the Support Horizontal Expansion setting was made as the default, but it was never really investigated. I asked Ultimaker's process engineers and we agreed that the setting could be set to 0 except for PVA.

Contributes to issue CURA-6438.
2019-04-02 11:42:26 +02:00
Lipu Fei
0c43b4a180 Merge remote-tracking branch 'origin/master' into WIP_onboarding 2019-04-01 13:33:41 +02:00
Lipu Fei
395dc269b0 Fix hms434 definition file 2019-04-01 13:33:25 +02:00
Lipu Fei
9575c6b3b3 Fix merge conflicts 2019-04-01 13:28:42 +02:00
Ghostkeeper
add6c0b489
Default the gantry height to be equal to the printer height
You can't fit any objects higher than that anyway.

Fixes #5528.
2019-04-01 13:04:38 +02:00
Ghostkeeper
8c41a05183
Merge branch 'maukcc-master' 2019-04-01 11:09:07 +02:00
maukcc
7f2fcb16a8 Adding platform to HMS434 2019-03-29 14:26:42 +01:00
Diego Prado Gesto
0ffcfe041a Exclude HIPS and PETG for UM3 as it use to be in 4.0 2019-03-29 11:49:06 +01:00
Lipu Fei
e010220432 Fix merge conflicts 2019-03-28 14:46:19 +01:00
maukcc
afb6810bac Add HMS434
Add HMS434 machine
2019-03-27 10:23:59 +01:00
Remco Burema
494c290cc4
Merge pull request #5505 from Ultimaker/CURA-6089_hide_materials
Exclude gff and cff materials for all ultimaker printers
2019-03-27 09:56:45 +01:00
Diego Prado Gesto
14b409a895 Exclude gff and cff materials for all ultimaker printers except UMS5
Contributes to CURA-6089.
2019-03-25 12:59:05 +01:00
Diego Prado Gesto
7958f99152 Update the list of check urls for UM3 Extended 2019-03-25 11:59:28 +01:00
TinkerGnome
5bcb4e9554 add Mark2 definition files 2019-03-23 19:50:23 +01:00
Jaime van Kessel
9a5b7e7925 Set min value for adaptive_layer_height_variation_step
This is to prevent using 0, since that crashes the engine
2019-03-22 10:44:47 +01:00
Diego Prado Gesto
6611ab7d17 Merge branch 'master' of github.com:Ultimaker/Cura 2019-03-21 16:10:09 +01:00
Diego Prado Gesto
6ad6115327 Modify the firmware checker url to use the new file location 2019-03-21 16:07:26 +01:00
Lipu Fei
11252ce0f7 Merge remote-tracking branch 'origin/WIP_onboarding' into WIP_onboarding_machine_action 2019-03-21 15:00:15 +01:00