Commit graph

10802 commits

Author SHA1 Message Date
fieldOfView
4e2fc5dcdf Change window title to BlackBelt Cura 2017-10-20 22:24:53 +02:00
fieldOfView
fddbe6126b Add custom postprocessor for secondary fan control 2017-10-20 22:24:52 +02:00
fieldOfView
09b753251b Fix value for "Inner Wall Speed" 2017-10-20 22:24:52 +02:00
fieldOfView
eff090309b Add a configurable belt offset 2017-10-20 22:24:52 +02:00
fieldOfView
c527ba70c4 Remove some unsupported features 2017-10-20 22:24:51 +02:00
fieldOfView
48098489b8 Add start/end gcode 2017-10-20 22:24:51 +02:00
fieldOfView
74028d74c5 Fix preferred variant 2017-10-20 22:24:51 +02:00
fieldOfView
5129db5f70 Get fan speed from material profile 2017-10-20 22:24:50 +02:00
fieldOfView
c818c09116 Fix crash on clean configuration 2017-10-20 22:24:50 +02:00
fieldOfView
d3ddd7f9f0 Set material flow back to 100 2017-10-20 22:24:50 +02:00
fieldOfView
953b17cd7d Enable heated bed by default 2017-10-20 22:24:50 +02:00
fieldOfView
0ab2ef8f15 Fix "lines" infill angles 2017-10-20 22:24:49 +02:00
fieldOfView
3908e4da4a Set infill angles to compensate for gantry angle (for lines infill only) 2017-10-20 22:24:49 +02:00
fieldOfView
50f9ec3c5f Disable gradual infill 2017-10-20 22:24:49 +02:00
fieldOfView
c471047a7b Remove debug code 2017-10-20 22:24:48 +02:00
fieldOfView
92e39c7a71 Set variant id from multiple variant terms 2017-10-20 22:24:48 +02:00
fieldOfView
9f0020c168 Remove extraneous spacer 2017-10-20 22:24:48 +02:00
fieldOfView
65cb9229d0 Add selection of variants through multiple terms 2017-10-20 22:24:47 +02:00
fieldOfView
652d3221ae Rearrange sidebar header 2017-10-20 22:24:47 +02:00
fieldOfView
70cddf8dec Add generalized material settings to the single quality profile 2017-10-20 22:24:37 +02:00
fieldOfView
f4b50b2dae Move nozzle size and gantry angle selection into variants
Having a single quality profile with calculated layer height does not work.
2017-10-20 22:24:36 +02:00
fieldOfView
d497a4762e Disable some conflicting settings 2017-10-20 22:24:36 +02:00
fieldOfView
63123d4d17 Hide (incorrect) overhang visualisation 2017-10-20 22:24:36 +02:00
fieldOfView
853305f6fc Decorate splash screen 2017-10-20 22:24:35 +02:00
fieldOfView
b023f6eb1e Move patches in StartSliceJob and ProcessSlicedLayersJob to BlackBeltPlugin 2017-10-20 22:24:35 +02:00
fieldOfView
66dbdef42c Add local versions of StartSliceJob and ProcessSlicedLayersJob 2017-10-20 22:24:25 +02:00
fieldOfView
0578de7c92 Fix setting nozzle size in Machine Settings 2017-10-20 22:24:25 +02:00
fieldOfView
31acec790a Fix a race condition in the order in which plugins are loaded 2017-10-20 22:24:25 +02:00
fieldOfView
ee3c80f73d Fix adapting settings to gantry angle 2017-10-20 22:24:24 +02:00
fieldOfView
2f9889c350 Move patch for buildvolume into BlackBelt plugin 2017-10-20 22:24:24 +02:00
fieldOfView
00980dcde2 Adapt more settings to gantry angle 2017-10-20 22:24:24 +02:00
fieldOfView
f12ea5b867 Update README 2017-10-20 22:24:23 +02:00
fieldOfView
2a5b671599 Limit build volume to indicate direction of the machine
Note: CuraEngine still gets the full buildvolume. This is just what Cura shows to the user.
2017-10-20 22:24:23 +02:00
fieldOfView
aca3a1bcd8 Tweak platform offset to prevent z-fighting some more 2017-10-20 22:24:23 +02:00
fieldOfView
81db4dfab0 Fix calculation of scene front offset
TODO: this should be handled per mesh-group instead of per scene. Note: One-at-a-time printing is disabled for blackbelt printers.
2017-10-20 22:24:22 +02:00
fieldOfView
563c6c2388 Fix code style 2017-10-20 22:24:22 +02:00
fieldOfView
0f3f23bbfd Update splash screen to the flavor of the week 2017-10-20 22:24:13 +02:00
fieldOfView
3c38492b13 Add platform mesh 2017-10-20 22:24:02 +02:00
fieldOfView
a3ee784059 Remove definition hack and clean up 2017-10-20 22:23:50 +02:00
fieldOfView
badc27f948 Remove splash screen hack 2017-10-20 22:23:50 +02:00
fieldOfView
24d491a1b4 Prevent a race-condition when making a deep copy of a stack 2017-10-20 22:23:16 +02:00
fieldOfView
c36eef41fa Adapt layer_height and material_flow for a slanted gantry 2017-10-20 22:23:16 +02:00
fieldOfView
a52214a137 Pre-transform mesh before slicing and un-transform layers in layer view 2017-10-20 22:23:07 +02:00
Ghostkeeper
4d0c0f606e
Use new version for downloading plugins 2017-10-17 16:44:27 +02:00
Diego Prado Gesto
b9a9ef8823 CURA-4457 Add parenthesis in conditional statement 2017-10-17 10:12:29 +02:00
Lipu Fei
8ef918829f Fix quality profile upgrade for UM2 family 2017-10-16 15:00:29 +02:00
Lipu Fei
aa7b456594 Fix custom quality profile upgrade for UM2 family
The custom quality profiles for the UM2 family used to be saved as
profiles for "fdmprinter". They now should be updated to set for
"ultimaker2".
2017-10-16 13:59:22 +02:00
Ghostkeeper
a10390dbf1
Fix ANOTHER broken string freeze with plugin browser menu item
This is annoying.

Contributes to issue CURA-4341.
2017-10-16 11:01:01 +02:00
Ghostkeeper
fb5aa97641
Forgot ellipses
Contributes to issue CURA-4341.
2017-10-16 11:01:01 +02:00
Ghostkeeper
5a221a31d9
Fix another broken string freeze with plugin browser menu item
This is getting annoying.

Contributes to issue CURA-4341.
2017-10-16 11:01:00 +02:00