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
2022-02-28Merge pull request #11571 from Ultimaker/CURA-7924_sip_cmake_buildJaime van Kessel
Cura 7924 sip cmake build
2022-02-28Change imported namespace pySavitar to Savitarj.spijker@ultimaker.com
Because we had to rename our Python bindings module from Savitar to pySavitar we also changed our import downstream (Cura and Uranium). But in order to limit the changes on our existing code we decided during the review that we should just import pySavitar as Savitar. Contributes to CURA-7924
2022-02-28Use Arcus as namespacej.spijker@ultimaker.com
Because we had to rename our Python bindings module from Arcus to pyArcus we also changed our import downstream (Cura and Uranium). But in order to limit the changes on our existing code we decided during the review that we should just import pyArcus as Arcus. Contributes to CURA-7924
2022-02-25Changes needed wrt how we build Savitar with Sip 6.Remco Burema
part of CURA-7924
2022-02-25Changes needed wrt how we build Arcus with Sip 6.Remco Burema
part of CURA-7924
2022-02-25Get rid of some errors first.Remco Burema
Was using Qt5 still, even though we're dumping that. Need a bit of a level playing field for an update to the way we handle libArcus and libSavitar. part of CURA-7924
2022-02-21Merge branch 'master' into PyQt6_upgradeGhostkeeper
Conflicts: cura/PlatformPhysics.py -> Removed shapely on master, while QTimer import got updated to Qt6. plugins/Toolbox -> Entire folder is deleted in master, but it was updated to Qt6 here. This can all be removed.
2022-02-17Merge pull request #11023 from NilsRo/masterJaime van Kessel
Update anycubic_i3_mega_s.def.json CURA-8971
2022-02-17Merge pull request #11486 from Ultimaker/origin-visualization-improvementsJaime van Kessel
Origin visualization improvements
2022-02-16Merge branch 'patch-1' of https://github.com/inigoml/Cura into inigoml-patch-1Ghostkeeper
2022-02-15adjusted colors and size of origin gizmo10r3n20
2022-02-15adjusted buildplate grid color10r3n20
2022-02-14Update anycubic_i3_mega_s.def.jsonNilsRo
Deleted travel_compensate_overlapping_wall as property is removed
2022-02-14Embed more sizes in the ico file so that it looks betterEvangelos Trantos
2022-02-14Add drawing of how per object stacks workJaime van Kessel
2022-02-11Added Nylon quality presets for the Artillery Printer (#11463)Superbrain8
* Added Definitions for Nylon CURA-8952
2022-02-11Clarify some documentation in the PerObjectSettingVisibilityHandlerJaime van Kessel
We often used shorthands for stack / instance / definition, but this made it harder for people that are very familiar with the code to understand what is going on. Contributes to #11455
2022-02-10Merge pull request #11450 from Ultimaker/CURA-8681_update_iconJaime van Kessel
Add new icon styles
2022-02-09Update anycubic_i3_mega_x.def.jsonNilsRo
Corrected JSON error
2022-02-09Add new icon stylesj.delarago
Change backup image name from icon to backup Cura-8681
2022-02-09Merge branch 'master' of https://github.com/baldaaaa/CuraJaime van Kessel
2022-02-09Merge pull request #10978 from dagoma3d/dagoma-pro430Jaime van Kessel
Add new Dagoma PRO 430 printer
2022-02-09Merge pull request #11366 from 64bittuning/masterJaime van Kessel
Tronxy Profiles 2022 Update
2022-02-09Merge pull request #11409 from Ultimaker/CURA-8915_raft_middle_layersJaime van Kessel
Raft Middle Layers
2022-02-08Merge branch 'CURA-8378_improve_checkbox_visibility' of ↵Jaime van Kessel
github.com:Ultimaker/Cura
2022-02-08Add raft interface/middle layers to expert profile.j.delarago
CURA-8915
2022-02-08Merge pull request #11415 from Ultimaker/fix_show_hidden_settingsJaime van Kessel
Fix show hidden settings
2022-02-08Add testing for raft_surface_layersj.delarago
CURA-8915
2022-02-08Hide following settings when there are no interface layersj.delarago
raft_interface_speed raft_interface_acceleration raft_interface_jerk raft_interface_fan_speed CURA-8915
2022-02-08Hide following settings when there are no surface layersj.delarago
raft_surface_speed raft_surface_acceleration raft_surface_jerk raft_surface_fan_speed Remove from raft_surface_extruder_nr since it determines the extruder to get settings from CURA-8915
2022-02-07Fix search icon having no left padding in DF search bar.j.delarago
2022-02-07Set correct styling for SettingCheckBox used in per model settings panelj.delarago
2022-02-07Center Align Checkbox in per model settings visibilty menuj.delarago
2022-02-04Fix show hidden settingscasper
2022-02-03Add new machine Goofoo Cube (#10962)goofoo3d
* add goofoo,renkforce printf * 优化PVA打印的配置 * 修正双喷打印不能重叠的问题 * 修改配置信息 * 添加机型配置 * 新增 goofoo 2-1混色脚本,优化机型配置. * 优化goofoo 2-1混色脚本 * 调整了机型配置 * 添加不同口径喷嘴 * 添加喷嘴口径 * 修改机器名称不对的问题 * modify setting_version = 16 to setting_version = 17 * modify renkforce & goofoo's files setting_version = 16 to 17 * modify pva support_pattern & e-one size * modify pva support pattern to grid * Add new machine Goofoo Cube * modify some goofoo_cube definitions and 0.7_pla_standard Co-authored-by: laiqiqi <laiqiqi886@163.com>
2022-02-03Test multiple raft interface layersGhostkeeper
Should arrive at the correct raft thickness too then. Contributes to issue CURA-8915.
2022-02-03Don't mark interface extruder as used when there are noneGhostkeeper
If there are 0 interface layers, the extruder doesn't necessarily gets used. Contributes to issue CURA-8915.
2022-02-03Count multiple raft interface layersGhostkeeper
We need the raft thickness to determine the maximum height of the model. If using multiple interface layers, this height should be reduced. Contributes to issue CURA-8915.
2022-02-03Add setting for raft middle layer countGhostkeeper
Since the top layer can now have a different extruder, you might want to have a more normal raft layers. Contributes to issue CURA-8915.
2022-02-03Only show raft surface settings if there are surface layersGhostkeeper
Otherwise these settings have no effect. Discovered while working on CURA-8915.
2022-02-02Merge pull request #11328 from Ultimaker/CURA-8378_improve_checkbox_visibilityEvangelos Trantos
Cura 8378 improve checkbox visibility
2022-02-02Update default_values to be equal to the new valuesGhostkeeper
This helps when testing CuraEngine via command line.
2022-02-02Merge branch 'marketplace_redesign'Ghostkeeper
2022-02-02Merge branch 'master' of https://github.com/jianshu-du/Cura into ↵Ghostkeeper
jianshu-du-master
2022-02-01Added omitted line64bittuning
material_flow_layer_0 was mistakenly omitted from the previous file push.
2022-02-01Merge pull request #11399 from Ultimaker/Update-Portuguese-translationsJaime van Kessel
Update cura.po
2022-02-01Update cura.poMariskaMaas
Reseller requested segmentar to be changed to seccionar since that is more correct.
2022-02-01Merge pull request #11397 from Ultimaker/fix_typingJaime van Kessel
Fix typing
2022-02-01Ignore the type of certifiJaime van Kessel
2022-02-01Fix check if spec in postprocessing was NoneJaime van Kessel