Tim Kuipers
fe78c1f892
change infill mesh order setting description to match the expanded functionality in CuraEngine
2019-06-06 11:56:45 +02:00
Remco Burema
ccbc00c2ee
Don't prime-blob when print-sequence is one-at-a-time. [CURA-6414]
2019-06-06 11:16:30 +02:00
Ghostkeeper
1620ee6825
Rename user-visible setting
...
This is the easy part...
This setting actually indicates the maximum diameter that gets supported by a tower, so it should be more of a 'maximum diameter'.
Now the setting key is very different from the setting name so we're going to change that too.
Contributes to issue CURA-6311.
2019-06-06 10:20:12 +02:00
Ghostkeeper
81919b75df
Implement Z Hop Speed
...
Z Hops have their own speeds now. It no longer uses the maximum feedrate, which was unknown for some printers and therefore limited only to light speed, which was too much for some printers to handle.
Implements CURA-6532.
2019-06-06 10:15:50 +02:00
Remco Burema
a30814fe52
Remove square prime tower. [CURA-6460]
2019-06-06 10:07:05 +02:00
KOUBeMT
cc693a8804
First_Strateo3D_commit
2019-06-05 15:04:18 +02:00
Ghostkeeper
b9e4ce8d15
Remove break preparation temperature
...
This setting is not used in the deprime procedure.
Contributes to issue CURA-6329.
2019-06-04 17:06:41 +02:00
trouch
ce9b48ab26
fix: remove heavy platform models
2019-06-04 16:46:03 +02:00
trouch
0812f354f0
feat: use quality inheritance
2019-06-04 16:44:40 +02:00
Mark Burton
5163c8f983
Added machine_extruders_share_heater setting and associated machine settings dialog checkbox.
2019-06-03 18:10:39 +01:00
Ghostkeeper
3d6e43ba9e
Disable deprime-related settings
...
Cura needs to be able to read these from the XML profiles in order to set up the experiment, but they don't affect slicing so the user doesn't need to adjust them.
Contributes to issue CURA-6329.
2019-06-03 17:28:53 +02:00
Ghostkeeper
d7d51571b5
Add additional settings from XML materials
...
These are all needed to implement the end-of-filament deprime procedure in the PPA's experiment. They are not necessary for slicing.
Contributes to issue CURA-6329.
2019-06-03 17:25:00 +02:00
trouch
7f282a9870
fix: ender-2 purge line
2019-06-02 16:40:49 +02:00
trouch
2581183930
fix: gantry height
2019-06-02 16:37:10 +02:00
Ghostkeeper
233ce41b29
Merge branch 'patch-1' of https://github.com/BarrensZeppelin/Cura into BarrensZeppelin-patch-1
2019-05-31 14:53:48 +02:00
Ghostkeeper
95e7835da8
Better defaults for preshrink and skin expansion distance in CLI
...
Discovered during investigation of Ultimaker/CuraEngine#1062 .
2019-05-31 13:06:10 +02:00
Mark Burton
77643d1788
Fix visibility of Connect Support Lines.
2019-05-31 07:58:47 +01:00
Oskar Haarklou Veileborg
5dca589d6a
fdmprinter.def.json: draft_shield_enable -> draft_shield_enabled
...
This seems to have been typos.
2019-05-30 11:06:41 +02:00
trouch
17da2b2afd
fix: import creawsome definitions
2019-05-29 22:16:58 +02:00
Cherubim
310a48a2c9
Correct American spelling: Flavour -> Flavor
2019-05-28 15:33:47 +02:00
Cherubim
eea9528795
Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master
2019-05-28 12:56:18 +02:00
maukcc
62d0c44e14
HMS434 update
2019-05-27 13:53:19 +02:00
Ghostkeeper
3845da24a1
Add new material properties for cleanly breaking off materials
...
When performing a long retract, the firmware can use these material properties to determine how fast and how far it needs to retract.
The retraction goes in two stages: Anti-ooze retraction stops oozing, and then the break retraction breaks off the filament from the bead in the nozzle.
Contributes to issue CURA-6329.
2019-05-23 15:53:00 +02:00
maukcc
6af43f6497
HMS434 update
...
gantry height set
2019-05-23 11:18:53 +02:00
maukcc
27837feb73
HMS434 update
...
start gcode update
2019-05-23 11:14:12 +02:00
maukcc
86cb9c2f99
HMS434 update
...
HMS434 multi tool update
2019-05-23 11:02:11 +02:00
Lipu Fei
9187738d9c
Merge pull request #4599 from DesktopMetal/feature_nozzle_switch_extra_prime_distance
...
Feature: "Nozzle Switch Extra Prime Distance"
2019-05-21 09:18:11 +02:00
Ghostkeeper
b52b6251b9
Clarify description of build volume temperature a bit
...
Contributes to #5756 .
2019-05-20 15:35:53 +02:00
Ghostkeeper
cdda24b33a
Merge branch '4.1'
2019-05-20 14:30:47 +02:00
Ghostkeeper
9a9f584285
Reduce jerk for Creality printers
...
As tested by our community.
Fixes #5694 .
2019-05-20 14:30:29 +02:00
Vlad Gribinchuk
055dcddd1e
Change switch_extruder_extra_prime_amount setting to be more consistent with other
2019-05-20 14:35:27 +03:00
Lipu Fei
33aae24d6d
Merge remote-tracking branch 'origin/4.1'
2019-05-17 14:41:52 +02:00
Lipu Fei
584a101902
Fix limit to extruder for support infill angle
...
CURA-6529
2019-05-17 14:19:39 +02:00
Jaime van Kessel
314a6495c4
Merge branch '4.1' of github.com:Ultimaker/Cura
2019-05-16 16:40:10 +02:00
Remco Burema
d4f891d548
Brim for prime tower fix for resolve. [CURA-6492]
2019-05-16 12:39:12 +02:00
Diego Prado Gesto
2cbdc49539
Merge branch '4.1'
2019-05-16 12:13:04 +02:00
Remco Burema
19ce6aa65f
Prime tower brim (unless raft) by default. [CURA-6492]
2019-05-15 13:27:33 +02:00
Lipu Fei
7f8896705f
Merge remote-tracking branch 'origin/4.1'
2019-05-14 10:41:12 +02:00
Lipu Fei
5280ec4af5
Fix Mark2 appearing at the bottom of machine list
2019-05-14 10:38:27 +02:00
Ghostkeeper
c3efb666e8
Remove non-existent setting override
2019-05-14 09:06:26 +02:00
Ghostkeeper
03d96f3fb5
Merge branch '4.1'
2019-05-13 17:11:39 +02:00
Ghostkeeper
2e93948c84
Take minimum of all build volume temperature values
...
According to the Materials and Processing team here, this is better because it guarantees that the coldest of your materials won't sag.
Contributes to issue CURA-6514.
2019-05-13 17:11:13 +02:00
Ghostkeeper
a41aee98f8
Set the value for PLA as the default for build volume temperature
...
This way, most prints with 3rd party materials and 3rd party printers will be fine. Also, it requires me to change the fewest amount of profiles.
Contributes to issue CURA-6514.
2019-05-13 16:31:33 +02:00
Ghostkeeper
60060db0d5
Reduce weight of S5 definition
...
It's now the 2nd year after the introduction of the S5 so we have to reduce this weight by one.
Contributes to issue CURA-6500.
2019-05-13 15:47:47 +02:00
Ghostkeeper
da74ef83ac
Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master
2019-05-13 15:17:23 +02:00
maukcc
9dd4fd2128
HMS434 update
2019-05-13 15:16:15 +02:00
maukcc
80efb0bac3
HMS update
2019-05-13 15:14:28 +02:00
Ghostkeeper
3a6534a3a4
Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master
...
Conflicts:
resources/definitions/hms434.def.json -> We both fixed the gantry height value vs. default_value problem.
2019-05-13 15:11:32 +02:00
Diego Prado Gesto
36ddf2f018
Do not allow the use of "weight" for third party printers
...
Otherwise external contributors can manipulate the order in which they appear in the list
2019-05-13 13:49:00 +02:00
maukcc
abf5719f11
HMS434 updates
...
Small updates for the HMS434 machine
2019-05-13 10:01:03 +02:00