Commit graph

4241 commits

Author SHA1 Message Date
fieldOfView
d2cf0e1f4a Fix implementation of belt wall 2018-07-04 23:49:15 +02:00
fieldOfView
6c86855376 Fix setting default active visibility preset setting 2018-07-04 14:04:47 +02:00
fieldOfView
ae51a489f6 Remove dot from nozzle size in job prefix 2018-07-03 18:32:54 +02:00
fieldOfView
883815a908 Exclude long strings from settings overview in gcode
They confuse Marlin
2018-07-03 18:30:18 +02:00
fieldOfView
14d5259370 Make sure configuration gets updated for BlackBelt specificness 2018-07-03 18:29:35 +02:00
fieldOfView
6cdd2e7e01 Create new material from preferred material instead of generic_pla 2018-07-02 18:54:34 +02:00
fieldOfView
13aa59920a Improve material filtering 2018-07-02 15:23:07 +02:00
fieldOfView
1b3f12cb5c Increase version number 2018-07-02 12:30:29 +02:00
fieldOfView
0a3f5bfcf7 Fix firmware upload on Windows...
by correctly creating a local path from a url-encoded path

Fixes #3731 and #3987
2018-06-29 10:47:18 +02:00
fieldOfView
809b067105 Add a settings summary to the top of the gcode 2018-06-28 14:23:08 +02:00
fieldOfView
9ff7fe5d85 Improve code legibility 2018-06-28 12:02:45 +02:00
fieldOfView
a5a5b62d35 Add a BlackBelt theme 2018-06-27 15:42:37 +02:00
fieldOfView
c26bab24bc Add material name to the prefix 2018-06-27 12:59:41 +02:00
fieldOfView
968d3a5448 Use gantry angle and nozzle size as prefix for Blackbelt printers 2018-06-27 12:48:13 +02:00
fieldOfView
8f5957e896 Add a setting to change secondary fan speed 2018-06-27 11:55:44 +02:00
fieldOfView
b018d92f28 Reimplement belt wall as postprocessing action 2018-06-26 17:11:35 +02:00
fieldOfView
df0533ad7f Remove belt mesh generation 2018-06-26 17:10:43 +02:00
fieldOfView
252da32fb6 Fix getting sending settings from extruder stack to CuraEngine 2018-06-26 14:27:55 +02:00
fieldOfView
00e4da9e06 Merge branch '3.4' into bb-3.4 2018-06-26 12:37:22 +02:00
Ghostkeeper
7b82421751
Don't disable E steppers when pausing
There is no such command to disable only the E stepper drivers. This command M84 gets interpreted as disabling ALL stepper drivers, which on some printers would cause the print bed to fall down.
2018-06-14 14:57:03 +02:00
Diego Prado Gesto
dfd20e1362 CURA-5335 Looking for the actual line number in the gcode when using the filament change script. 2018-06-14 14:35:46 +02:00
fieldOfView
a304041df6 Add global quality profile 2018-06-11 15:56:07 +02:00
fieldOfView
9a84fc4e65 Reimplement 28eb900b4a
Previous fix broke CuraEngineBackend patches
2018-06-11 15:55:20 +02:00
fieldOfView
de7d162549 Add a blackbelt setting visibility preset 2018-06-11 14:40:17 +02:00
fieldOfView
28eb900b4a Delay patching curaengine backend until it has loaded 2018-06-11 13:52:10 +02:00
fieldOfView
e80154abe5 Merge branch '3.4' into bb-3.4 2018-06-11 12:41:36 +02:00
Diego Prado Gesto
8c9939e797 CURA-5444 Also get the metadata even if the material was marked as not
compatible.
2018-06-11 11:20:49 +02:00
Diego Prado Gesto
dc1e36d726 CURA-5444 Always create the instance of the material even if it is not
compatible, otherwise it will never show as
incompatible if the material profile doesn't define hotends in the
machine.
2018-06-11 11:20:32 +02:00
Lipu Fei
54c827fd44 Do not run firmware update check jobs in parallel
CURA-5418

To avoid showing multiple update messages.
2018-06-07 15:24:21 +02:00
Lipu Fei
12a406529e Fix inconsistent curaproject mimetype definition
CURA-5334

 - In project file writer, it says the mime type is "application/x-curaproject+xml",
   and we decided to use this as THE mime type.
 - Pass preferred_mimetype to save project file dialog so it
   automatically adds the file extension upon open.
2018-06-07 14:42:36 +02:00
Ghostkeeper
624bbbeb4a
Account for the fact that createMachine can return None
Contributes to issue CURA-5337.
See also #3787.
2018-06-07 11:37:48 +02:00
Jack Ha
f828c135f8 CURA-5249 replaced the extruder value of -1 by the more explicit defaultExtruderPosition, so now Cura is aware of the actual extruder position being used. Fixes linked icon next to support settings, like support_angle. 2018-06-07 11:35:09 +02:00
Diego Prado Gesto
97a1aa1a2b Fix a crash in MaterialManager when the brand of the material is None.
Fix other possible cases when the type or the color are also None.
2018-06-07 10:54:23 +02:00
Diego Prado Gesto
ece2729744 CURA-5445 Remove the action when the Finish button is clicked. The
button will just close the dialog.
2018-06-06 19:02:40 +02:00
Diego Prado Gesto
1019f2dd65 CURA-5449 Do not check if the name is the correct group name if the
output device is manual create device and it is marked as temporary.
Wait until all the information is retrieved when the request finishes.
2018-06-06 14:54:26 +02:00
fieldOfView
be5a8461ea Remove a QML error 2018-06-05 12:38:36 +02:00
fieldOfView
52e037ff38 Cleanup code duplication 2018-06-05 12:38:24 +02:00
Lipu Fei
96ddf61f81
Merge pull request #3878 from Ultimaker/feature_update_old_plugins
Feature update old plugins
2018-06-05 09:55:07 +02:00
Lipu Fei
39b71add07 Reader classes are responsible for adding their mime types
CURA-5367
2018-06-05 08:35:24 +02:00
fieldOfView
46d0e97623 Create custom mesh for raft instead of reusing ConvexHullNode as is 2018-06-04 20:29:36 +02:00
alekseisasin
fc116e1206
Merge pull request #3883 from Ultimaker/3.4-fix-upgrade
CURA-5440 fix 3.4 upgrade
2018-06-04 17:14:41 +02:00
Ian Paschal
71f41b8ada CURA-5442 Final fixes 2018-06-04 17:00:59 +02:00
fieldOfView
bab84efd05 Fix "unable to slice" error 2018-06-04 16:49:37 +02:00
Lipu Fei
b45311fb34 Update 3.4 changelog
CURA-5433
2018-06-04 15:39:47 +02:00
Andreea Scorojitu
cec8881506 Update_changelog_3.4_Cura-5433
Updated the 3.4 change log to match the release notes
2018-06-04 15:21:36 +02:00
Lipu Fei
d80e66af02 Fix 21to22 upgrade
CURA-5440
2018-06-04 15:18:33 +02:00
fieldOfView
eabb756e1a Fix a crash on startup 2018-06-04 13:28:55 +02:00
fieldOfView
f37cb4bc8a Update patched sidebar for Cura 3.4 2018-06-04 13:10:13 +02:00
fieldOfView
6e3a02a735 Update MaterialManagerPatches for Cura 3.4 2018-06-04 12:32:52 +02:00
fieldOfView
fa1d5cdf35 Add comments about patches 2018-06-04 12:27:37 +02:00