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 (Expand)Author
2017-06-06Only disable timer of backend if it's initialisedJaime van Kessel
2017-05-17Merge branch 'fix_machinesettings_negative_offsets' of https://github.com/fie...Ghostkeeper
2017-05-16Fix version upgrade for project loadingLipu Fei
2017-05-16Allow setting negative values on extruder offset x/y fieldsfieldOfView
2017-05-15Add setting_version every time we create InstanceContainerGhostkeeper
2017-05-11Update extruderCount when extrudersModel got changedLipu Fei
2017-05-10Fixed switching g-code flavors with machineActionJaime van Kessel
2017-05-08Revert "Set machine_extruder_count in sync with defined extruders"Jaime van Kessel
2017-05-08Revert "Starting machineSettingAction no longer resets extruder count to 1"Jaime van Kessel
2017-05-08Starting machineSettingAction no longer resets extruder count to 1Jaime van Kessel
2017-05-08Fix setting number of extruders when hasVariants is setfieldOfView
2017-05-08Trigger extruderTabsCount update when MachineSettings dialog showsLipu Fei
2017-05-03Set machine_extruder_count in sync with defined extrudersGhostkeeper
2017-05-03Fix spacingGhostkeeper
2017-05-03Remove semicolonsGhostkeeper
2017-05-03Fix setting machine changes profile with new specified container stacksGhostkeeper
2017-05-03Fix setting active extruder when changing Custom FDM printer extruders. CURA-...Jack Ha
2017-04-30Add a field to set the material diameter for the printerfieldOfView
2017-04-24Remove definition_changes containers when a stack is removedfieldOfView
2017-04-24Fix extruder_stack global values are moved tofieldOfView
2017-04-24Prevent the DiscardOrKeepProfileChangesDialog from popping up (twice) if ther...fieldOfView
2017-04-24Move setting values that are settable per extruder from/to global stack when ...fieldOfView
2017-04-22Lower extruder_nr settings when they exceed the number of extrudersfieldOfView
2017-04-22Restore both material and variant to match 1st extruder when switching to sin...fieldOfView
2017-04-22Move some convoluted logic from QML into PythonfieldOfView
2017-04-22Code stylefieldOfView
2017-04-21Fix QML warnings when switching to an extruder tabfieldOfView
2017-04-21Change the scope of the head polygon functions to be inside the main tabfieldOfView
2017-04-21Pause autoslicing while the MachineSettingsAction is openfieldOfView
2017-04-15Restore active extruder after forcing an update of the global extruder stackfieldOfView
2017-04-15Save definition_changes in their own folderfieldOfView
2017-04-15Update printer (& disallowed areas) when setting nozzle offsetsfieldOfView
2017-04-15Add documentationfieldOfView
2017-04-11Restore material on global stack when switching back to single extrusionfieldOfView
2017-04-10Set value before activating another extruderfieldOfView
2017-04-10Store extruder settings in definition_changes containersfieldOfView
2017-04-10Fix loading values on 1st extruder tabfieldOfView
2017-04-10Layout & code style: move unit into numeric textfield componentfieldOfView
2017-04-10Don't update the global container stack unnecessarilyfieldOfView
2017-04-09Make sure we're not trying to get/set extruder values on machine stacksfieldOfView
2017-04-07Fix stuck extruder tabs when switching number of extrudersfieldOfView
2017-04-06Make sure a valid stack is activated after changing the number of extrudersfieldOfView
2017-04-06Set active extruder when switching extruder tabs in Machine SettingsfieldOfView
2017-04-06Add extruder fields for start/end gcode, offset, nozzle size (non-functional)fieldOfView
2017-04-06Add tabs for extruder settingsfieldOfView
2017-04-06Fix font rendering on second columnfieldOfView
2017-04-06Hide nozzlesize field for multiextrusion printers...fieldOfView
2017-04-06Add control to set the number of extruders in Machine SettingsfieldOfView
2017-01-17Merge branch 'master' into python_type_hintingSimon Edwards
2017-01-10Applied the profiler's pyqtSlot decorator to all of the code.Simon Edwards