Commit graph

4260 commits

Author SHA1 Message Date
fieldOfView
fedffe2e4b Fix holes in belt wall visualisation 2018-07-10 22:30:57 +02:00
fieldOfView
31ee3e9482 Add Raft Extra Margin setting 2018-07-10 19:17:35 +02:00
fieldOfView
c41c421160 Update ChangeLog.txt for 3.4.1 2018-07-10 17:19:51 +02:00
fieldOfView
dfa47c332a Merge branch '3.4' into bb-3.4 2018-07-10 17:16:38 +02:00
fieldOfView
b90e93b8f2 Show faux-raft as helper in LayerView 2018-07-10 17:15:19 +02:00
fieldOfView
22ad1bc02d Fix raft being printed twice 2018-07-10 17:03:47 +02:00
fieldOfView
f15275068c Cleanup 2018-07-10 17:03:12 +02:00
fieldOfView
c2fb15dab2 Adjust LayerView data to show Belt Wall 2018-07-10 15:30:02 +02:00
Ghostkeeper
33f7430798
Update change log for Cura 3.4.1 2018-07-10 12:03:59 +02:00
fieldOfView
03f37a565d Fix formatting strings in setting summary 2018-07-09 22:50:03 +02:00
fieldOfView
9211521a83 Add BlackBelt changes to ChangeLog 2018-07-09 10:09:08 +02:00
fieldOfView
c5182253ed Fix layout issues 2018-07-08 23:38:22 +02:00
fieldOfView
fcf3e31cb2 Fix layer height slider for BlackBelt printers 2018-07-08 23:22:08 +02:00
fieldOfView
5616b59395 Implement layer height slider for BlackBelt printers
Work in progress
2018-07-08 20:12:01 +02:00
fieldOfView
cb5bccb03f Make sure extruder stack has proper quality profile selected 2018-07-05 12:20:31 +02:00
fieldOfView
3b7f97ee56 Don't adjust belt layer speed if original speed is lower 2018-07-05 12:15:50 +02:00
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
Mark
c6b31b3b0c
Merge pull request #3901 from fieldOfView/fix_toolbox_flicking
Limit flicking the Toolbox scrollviews to vertical only
2018-07-02 16:35:45 +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
Diego Prado Gesto
56c7c6f2b2 CURA-5518 Check whether the the findDefinitionContainers return any
element or not.
2018-06-29 10:41:54 +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