Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-07Merge branch 'master' into fix_grouping_below_build_plateGhostkeeper
2020-12-02Remove duplicate settings from quality profilesKostas Karmas
After https://github.com/Ultimaker/Cura/pull/8684 raft_airgap and speed_layer_0 existed twice in some of the quality profiles. This commit fixes that by removing the old (calculated) values.
2020-11-28Fixed typo: positionning -> positioningOr Bin
2020-11-27Make skirt/brim line width and flow visible for draft/ooze shieldsGhostkeeper
The draft and ooze shield use the skirt/brim settings to print. So these settings should be adjustable if the draft or ooze shield is enabled. It's a bit weird UX-wise, but it's correct. The UX problem will be tackled later. Apparently this was already done for the speed/acceleration/jerk settings so no change necessary there. Contributes to issue #8808.
2020-11-27Add extra cast to author modelJaime van Kessel
Contributes to #8817
2020-11-26Correct description of Mesh Processing Rank to indicate correct orderGhostkeeper
Two problems with this description: - It claims that meshes with lower rank override meshes with higher rank. It's the other way around. - It mentions 'rank' in one sentence and then 'order' in the next. I've corrected this to use the term 'rank' in both sentences for clarity. This is also the term used for the setting label, to be consistent. Found in issue #8821.
2020-11-26Merge branch 'master' of https://github.com/racerxdl/CuraJaime van Kessel
2020-11-26Update plugins/PostProcessingPlugin/scripts/TimeLapse.pyLucas Teske
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-11-26Update plugins/PostProcessingPlugin/scripts/TimeLapse.pyLucas Teske
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-11-26Update plugins/PostProcessingPlugin/scripts/TimeLapse.pyLucas Teske
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-11-25Merge branch 'master' of https://github.com/racerxdl/CuraJaime van Kessel
2020-11-25Merge branch 'master' of github.com:Ultimaker/Cura into ↵Jaime van Kessel
fix_grouping_below_build_plate
2020-11-20Makes Anycubic i3 Mega use fan speed from material.Michael Graf
Sets max speed to 100% for small layers as the stock fan is not very strong.
2020-11-20ai3m use material temperaturesMichael Graf
Makes Anycubic i3 Mega use bed and print temperature from material.
2020-11-18Hard-limit the PPA positions to negative or 0 valuesGhostkeeper
The ProBundle rejects materials which have these values a positive number. Users should not be allowed to set it to a positive number. Fixes CURA-7856.
2020-11-18Catch errors for corrupted zip files when reading project filesGhostkeeper
Fixes Sentry issue CURA-1DG.
2020-11-17Add Z-Hop and filament retraction to TimelapseLucas Teske
So less string occurs
2020-11-17Fix highlighting of item under tooltip areaGhostkeeper
The parent was no longer the original parent.
2020-11-17Remove ideagen3D platform textureGhostkeeper
This platform mesh is 3MF (whose texture coordinates we cannot read) and doesn't contain actual texture coordinates either. Contributes to issue CURA-7852.
2020-11-17Merge branch 'master' of https://github.com/Firedrops/Cura into Firedrops-masterGhostkeeper
2020-11-17Use Cura's own ComboBox element for combo boxesGhostkeeper
This one displays a tooltip if the text is too long and gets elided, so that you can still read the printer or profile name. Fixes #8773.
2020-11-17Always display tooltip on combobox items if text gets elidedGhostkeeper
So if the text is too long to display, there is still a way to display it.
2020-11-17Fix documentationGhostkeeper
This is a checkbox, not a combobox.
2020-11-17Expand description of what it means when skin angle is 'horizontal' or ↵Ghostkeeper
'vertical' Just something I encountered during work on CURA-7681.
2020-11-16Merge branch 'CURA-7501_fix_warning_preloaded_plugins' of ↵Jaime van Kessel
github.com:Ultimaker/Cura
2020-11-16Fixed Bed PositionFiredrops
Bed Mesh was poking above actual bed plane in Cura, bed shifted down to align properly.
2020-11-15Fix bed orientation & logoFiredrops
Fixed bed orientation Debossed the logo into the mesh
2020-11-13Merge pull request #8723 from ↵Jaime van Kessel
Ultimaker/CURA-7833_Add_tests_for_correctPrintSequence CURA-7833: Add tests for correctPrintSequence
2020-11-11Double Extruder profiles (#8542)FusedForm
* Add files via upload * Add files via upload * Add files via upload * Update fusedform_300_draft_abs.inst.cfg * Add files via upload * Delete fusedform_300_draft_abs.inst.cfg * Delete fusedform_300_draft_pla.inst.cfg * Deletion of old files * changes in STD quality profiles * Changes in mini quality files * Changes in FF600 quality files * changes in machine definition name * Changes in definition files * extruder and definition linking * ff300 inherits and extruder def * Update fusedform_300.def.json * category deprecation in definitions * inherits * ff300 extruder definition machine * extruder machine definitions * Fused form FF600plus machine profiles * PETG profiles * Update fusedform_300.def.json * changes in start gcode * machine configuration dynamics on definitions * speed adjustments * dynamics modification in petg and flex quality * Further adjustments on dynamics definitiosn * Modification of all files under inherits data structure. * Quality setting version 15 to 16 * These changes are for limiting quality types in the materials defined * Quality Modification under Global and Material specific structure Global quality structures and material specific definitions under the global structures * Addition of double extruder machine definitions * Machine definitions update according to structure * Doppia Base definitions erased, Doppia definitions updated to use a single base definition. * extruder 1 base definition fix * extruder train overrides * extruder modifications * Update fusedform_300_doppia.def.json * Base settings and extruder definitions * retraction modification to avoid filament damage * REdefinition test of second extruder train in doppia * Update fusedform_300_doppia.def.json * Update fusedform_base_extruder_1.def.json * Update fusedform_300_doppia.def.json * Update fusedform_300_doppia.def.json * Update fusedform_300_doppia.def.json * Update fusedform_base_extruder_1.def.json * Update fusedform_300_doppia.def.json * Update fusedform_600_doppia.def.json * Update fusedform_600_doppia.def.json * Additional updates in Doppia definitions * Creation of Doppia base definition, doppia extruders. Update in doppia machine definitions * correction in quality definitions to pull base definitions from a single base * more corrections
2020-11-11Fix tooltips on actionbuttonsfieldOfView
2020-11-10Fix assertionKostas Karmas
CURA-7833
2020-11-10Add tests for correctPrintSequenceKostas Karmas
CURA-7833
2020-11-10Merge branch '4.8'Remco Burema
2020-11-10Merge branch '4.8' of https://github.com/Ultimaker/Cura into 4.84.8.04.8Remco Burema
2020-11-10Updated release notes 4.8 for the final release (as opposed to beta).Remco Burema
part of CURA-7777
2020-11-10Publish Ultimaker 2+ Connect profilesGhostkeeper
This is the new printer from Ultimaker.
2020-11-09Merge pull request #8698 from ↵Jelle Spijker
Ultimaker/CURA-7827_Properly_set_print_sequence_when_number_of_enabled_extruder_changes CURA-7827: Correct print sequence when there are more than one enabled extruders
2020-11-09Correct the print sequence when discarding the current changesKostas Karmas
CURA-7827
2020-11-09Remove outdated testsKostas Karmas
CURA-7827
2020-11-09Cover the last remaining case when setting the print sequenceKostas Karmas
If for some reason the print sequence is set to one-at-a-time be default in the printer definition and the number of extruders of the printer is set to >=2, then the print_sequence won't show up in neither the quality changes nor the user changes, yet it will still have "one-at-a-time" as a value. In a such case, it will still need to be set to "all-at-once" in the user changes. This is a theoretical case, as it is very unlikely for a printer to have "one-at-a-time" set by default in its definition (.def.json) file and still be able to support more than one extruders. But it is a world full of possibilities out there, so you never know... CURA-7827
2020-11-09Add detailed documentation for _correctPrintSequence functionKostas Karmas
CURA-7827
2020-11-09Properly set the print sequence in the correct containerKostas Karmas
Previously, the print sequence would be always set to all-at-once in the user container whenever the second extruder would be enabled. This was causing an interface issue, where the circular reset-setting arrow would appear next to the setting, even if the quality changes already had the correct value ("all-at-once"). This is now fixed by checking the following: - If print_sequence == "one_at_a_time" in the quality (so it is already saved in a quality profile) then set the print_sequence to "all_at_once" in the user changes so that it will be displayed as an unsaved change - If print_sequence == "one_at_a_time" in the user changes container only, meaning that it is not saved in any quality profiles, then just reset the print_sequence in the user changes, so that it will have the correct value ("all-at-once") without the reset-setting arrow appearing next to it. CURA-7827
2020-11-09Merge branch '4.8'Ghostkeeper
2020-11-09Add missing bracketsGhostkeeper
Contributes to issue CURA-7782.
2020-11-09Merge branch '4.8' of https://github.com/Patola/Cura into Patola-4.8Ghostkeeper
2020-11-09More corrections to GermanGhostkeeper
I forgot to save this file. Contributes to issue CURA-7782.
2020-11-09Small corrections to the formatting of stringsjelle Spijker
Contributes to issue CURA-7782.
2020-11-09Small fixes found by manual check of translationsGhostkeeper
These were some of the mistakes we found in the Lionbridge translations. Contributes to issue CURA-7782.
2020-11-09Merge branch 'CURA-7782_Add_translations_in_4.8' of ↵Kostas Karmas
https://github.com/Ultimaker/Cura into CURA-7782_Add_translations_in_4.8
2020-11-09Fix minor issues found through PoEditKostas Karmas
CURA-7782