10628 Commits

Author SHA1 Message Date
Jaime van Kessel
414b696b32
Use the resetWorkspace for new project
This makes it a bit cleaner as we don't have to copy functionality

CURA-6627
2020-01-14 11:04:42 +01:00
Ghostkeeper
122b6318fe
Remove dash if print job name is empty
Otherwise it shows ' - Ultimaker Cura' here which looks a bit weird.
2020-01-13 12:32:46 +01:00
MaukCC
ca3cce9252
Merge pull request #1 from Ultimaker/master
update
2020-01-13 08:38:46 +01:00
Nino van Hooff
028aece644 Fix extensions not being unique in ExtensionModel
CURA-6983
2020-01-10 11:42:48 +01:00
Kostas Karmas
3ce52423fa Change description of nozzle wipes settings
CURA-6968
2020-01-09 15:06:58 +01:00
Remco Burema
1f722d4de0
Minimum support area was always supposed to be small. 2020-01-08 16:28:28 +01:00
PurpleHullPeas
b2424a4f2c
Removing id from MPMD extruder def. 2020-01-07 22:27:03 -06:00
PurpleHullPeas
1c54f4c592
Removing id field. 2020-01-07 22:17:54 -06:00
PurpleHullPeas
fa89841f52
Removed gantry_height 2020-01-07 22:03:30 -06:00
PurpleHullPeas
473ff88009
Adding Monoprice Mini Delta platform image. 2020-01-07 18:31:10 -06:00
PurpleHullPeas
8e50f7ab95
Adding Monoprice Mini Delta Extruder File 2020-01-07 18:29:52 -06:00
PurpleHullPeas
317c4aa559
Adding Monoprice Mini Delta definition file. 2020-01-07 18:28:32 -06:00
Remco Burema
a0a5785092
Adjusted mylan-m200 gocde per request (see github #6921). 2020-01-07 13:43:30 +01:00
Remco Burema
9c0bd00714
Move settings to the right _visibility_ categories as well. 2020-01-07 13:40:24 +01:00
Lipu Fei
4f91389941 Fix QML warnings 2020-01-07 11:37:37 +01:00
Mark Burton
d388f2463b Add fuzzy skin outside only option. 2020-01-04 09:14:13 +00:00
Jaime van Kessel
6a5fbba519
Prevent the Networked printer scrollview from slowing shit down when it's not even visible 2020-01-03 17:29:04 +01:00
Jaime van Kessel
1b1c7b78aa
Remove unneeded rounding 2020-01-03 16:56:13 +01:00
Jaime van Kessel
6afd669389
Speed up QMl binding evaluation for MaterialMenu 2020-01-03 16:24:56 +01:00
Dirk O. Kaar
a61207ca04 Release v3.0.3 of [dok-net RF100](https://github.com/dok-net/RF100) brings less retraction stringing and much better qualitiy for small objects/layers. 2020-01-03 15:46:13 +01:00
Dirk O. Kaar
ab6835e93b Back-ported RF100 V1, V2, and XL resources files from [dok-net RF100](https://github.com/dok-net/RF100) to Renkforce COTS stock firmware (temperature, flow rate; build volume on V1). 2020-01-03 15:46:13 +01:00
Ghostkeeper
f9e8d8b753
Compress BeamUp S platform mesh with Decimate to 0.1 degrees
This reduces the file size 30-fold. It also seems to be lossless as no matter how low I set the angle limit it stays on 616 faces.

Contributes to issue CURA-7088.
2020-01-03 12:52:26 +01:00
Ghostkeeper
0e91ef2f71
Merge branch 'master' of https://github.com/beamup3d/Cura into beamup3d-master 2020-01-03 11:55:55 +01:00
Ghostkeeper
8f7642931b
Only enable extruder switch retraction settings if multi-extrusion
Otherwise there can't be any extruder switches.
2020-01-03 10:38:54 +01:00
Ghostkeeper
5e0324b9be
Move retraction settings to travel category
And the nozzle switch settings to the multi-extrusion category.

As discussed with the CCB.
2020-01-03 10:36:27 +01:00
Jaime van Kessel
c261065d68
Merge branch 'CURA-6959_collapse_categories' of github.com:Ultimaker/Cura 2020-01-02 16:07:24 +01:00
Nino van Hooff
8dbd67f5bd Merge remote-tracking branch 'origin/master' into CURA-6959_collapse_categories
# Conflicts:
#	resources/qml/Menus/SettingVisibilityPresetsMenu.qml
#	resources/qml/Settings/SettingView.qml
2020-01-02 15:32:26 +01:00
Nino van Hooff
4097256827 Clear settings search when pressing collapse all.
CURA-6959
2020-01-02 15:28:34 +01:00
Remco Burema
261ee5b7f5
Fix SettingCheckbox.qml warning. 2020-01-02 14:11:46 +01:00
Nino van Hooff
72497f48f7 Remove redundant brackets
CURA-6959
2020-01-02 13:55:01 +01:00
BeamUp 3D
cdb8bf97b4
Add beamup_s.stl
Added for model update
2020-01-02 15:08:46 +03:00
BeamUp 3D
8fe9e5edc2
Delete beamup_s.stl
Deleted for model change
2020-01-02 15:06:52 +03:00
BeamUp 3D
bb3aaf740f
Update beamup_s.def.json
add "platform_offset" metadata
2020-01-02 15:00:34 +03:00
Jaime van Kessel
bb34094eb2
Merge branch 'master' of github.com:Ultimaker/Cura 2020-01-02 10:52:01 +01:00
Jaime van Kessel
8b393317ff
Add "all" as a setting visibility preset
CURA-7082
2020-01-02 10:51:40 +01:00
Ghostkeeper
90ded1abf9
Remove useless override of bed temperature
The Generic PETG material also sets it to 70, as well as the eMotionTech and TiXYZ PETGs. The iMade3D bed temperature was 65, so for that one the temperature will change to 65 then which seems appropriate. I'll change the iMade3D thing in fdm_materials so that the settings are still the same.

Discovered during investigation of #6898.
2020-01-02 09:49:52 +01:00
Jaime van Kessel
7cc74c97e3
Ensure setting category uses correct background size 2019-12-31 15:28:29 +01:00
Jaime van Kessel
81c4c22d63
Fix that invisible items would still add spacing 2019-12-31 14:42:10 +01:00
Jaime van Kessel
004bf79553
Merge branch 'master' of github.com:Ultimaker/Cura 2019-12-31 11:36:50 +01:00
Jaime van Kessel
bf57a61c48
Fix settings overlapping after collapse
I can't figure out why we ever set the min size to be negative, but
it was ocasonally making the layout stumble
2019-12-31 11:35:37 +01:00
Nino van Hooff
dfba1eb102 Refactor SettingCategory checkable by using expanded
More intuitive and less chance of overriding the expanded Binding

CURA-6959
2019-12-31 11:27:39 +01:00
Nino van Hooff
d780efd76c Add a settings menu option to collapse all categories
CURA-6959
2019-12-31 11:14:26 +01:00
Ghostkeeper
c7dbb1477a
Remove maximum on small feature speed
You can make the small features print FASTER if you like, as well. There is no physical or computational constraint there.

Discovered during investigation of #6866.
2019-12-31 11:07:11 +01:00
Nino van Hooff
5c83ba0129 Rename SettingsDefinitionModel.collapse to -Recursive for consistency
CURA-6959
2019-12-30 15:05:52 +01:00
greatnam
3834e415b1
Create fdmprinter.def.json.po 2019-12-30 00:35:27 +01:00
greatnam
e4a392e6e5
Create fdmextruder.def.json.po 2019-12-30 00:34:36 +01:00
greatnam
291b1bc075
Delete fdmprinter.def.json.po 2019-12-30 00:33:41 +01:00
greatnam
b7875f062e
Delete fdmextruder.def.json.po 2019-12-30 00:33:01 +01:00
greatnam
9ac474c8eb
Add files via upload 2019-12-29 21:10:15 +01:00
greatnam
86bdb60b09
Create cura.po 2019-12-29 21:09:30 +01:00