Commit graph

9400 commits

Author SHA1 Message Date
Arjen Hiemstra
3b0fdecb60 Introduce an ExtruderStack class
This will allow us to codify some of the assumptions made about
extruders.

Contributes to CURA-3497
2017-03-20 17:22:11 +01:00
Jack Ha
aa79ca1d30 Layer view menu items now have Cura colors, not the system colors. 2017-03-20 15:49:27 +01:00
Jack Ha
6858db5e17 Merge branch '2.5' 2017-03-20 15:17:29 +01:00
Jack Ha
b8d8e4fac3 Updated changelog. CURA-3467 2017-03-20 15:17:18 +01:00
Jack Ha
b6d9fdcd13 Merge branch 'master' of github.com:Ultimaker/Cura 2017-03-20 15:10:14 +01:00
Jack Ha
1faa195c35 Renamed 'Save As' to 'Save As...' CURA-3496 2017-03-20 15:10:01 +01:00
Lipu Fei
892225d398 Move some code to OpenFilesIncludingProjectsDialog.qml
CURA-3495
2017-03-20 14:59:23 +01:00
Jack Ha
48c6c523ec Only 3mf nodes with mesh data are getting the sliceable object decorator. CURA-3559 2017-03-20 14:43:46 +01:00
Jack Ha
df09d49217 Merge branch '2.5' 2017-03-20 14:10:07 +01:00
Jack Ha
2b17f9665f Fix prime tower location/visualization on buildplate. CURA-3525 2017-03-20 14:09:55 +01:00
Jack Ha
a56b7cd98d Merge branch '2.5' 2017-03-20 13:42:11 +01:00
Jack Ha
b21a87b25b Fix not slicing refreshing after deleting last object from loaded project file. CURA-3559 2017-03-20 13:41:47 +01:00
Tim Kuipers
5f1ffe8a4c JSON fix: better description spaghetti_max_infill_angle (CURA-3558) 2017-03-20 13:15:32 +01:00
Jack Ha
ebf8782722 Merge branch 'master' of github.com:Ultimaker/Cura 2017-03-20 13:01:15 +01:00
Jack Ha
c1ca2ac09a Merge branch '2.5' 2017-03-20 12:56:35 +01:00
Lipu Fei
f259038954 Adjust open project/models dialog size for high DPI
CURA-3495
2017-03-20 11:37:04 +01:00
Lipu Fei
8d6ea7bb97 Adjust Discard/Keep Profile Dialog size for high DPI 2017-03-20 11:30:05 +01:00
jack
42e7a0defa Merge pull request #1535 from LipuFei/feature_CURA-3495_open_in_one
CURA-3495 Open project/models menu item
2017-03-20 10:59:40 +01:00
Ghostkeeper
7915dfa103
Enable support roof/bottom enabled settings when support is active
Their enabling shouldn't be dependent on the setting they are themselves dependent on. The settings are still effective even if support_interface_enable is off, if they are just overwritten.

Contributes to issue CURA-3491.
2017-03-20 10:55:04 +01:00
Ghostkeeper
2f1d957f99
Split support_interface_enable into roof and bottom
You can activate the roof and bottom separately now. If you want, of course. The original interface setting sets both of them unless overwritten.

Contributes to issue CURA-3491.
2017-03-20 10:47:37 +01:00
Ghostkeeper
92d34a8d72
Split support interface resolution into roof and bottom
You can now tune them separately.

Contributes to issue CURA-3491.
2017-03-20 09:40:54 +01:00
Ghostkeeper
3bae49f1d4
Split support interface pattern in two
You can select a pattern separately for roof and bottom.

Contributes to issue CURA-3491.
2017-03-20 09:26:35 +01:00
Ghostkeeper
5d6f2d93dc
Make support angle depend on support roof extruder instead of interface
It's the roof that matters for the overhang angle. The bottom has no influence.

Contributes to issue CURA-3491.
2017-03-20 09:13:57 +01:00
Thomas Karl Pietrowski
c75261a023 Removing multiple import
We only need to import UM.Platform once.
2017-03-18 09:57:09 +01:00
Ghostkeeper
2d9b2216a3
Allow printing support roof and bottom with different extruders
Note that currently the support_interface_extruder_nr is still used by the engine for some things and therefore the build volume calculations may not be 100% correct. I'll fix that up soon.

Contributes to issue CURA-3491.
2017-03-17 15:55:18 +01:00
Tim Kuipers
35516ccc45 JSON fix: tetrehedral infill line distance was wrong (CURA-3474)
the infill line distance in the frontend is the average line distance, not the line distance between two lines which are equidistant
2017-03-17 15:05:01 +01:00
Ghostkeeper
8de0bd60c7
Split support inerface line width into roof and bottom
This way you can change them separately.

Contributes to issue CURA-3491.
2017-03-17 15:02:44 +01:00
Ghostkeeper
3e464964db
Split support interface density into roof/bottom
Each has its own line distance setting. The original support interface line distance is no longer used then.

Contributes to issue CURA-3491.
2017-03-17 14:47:17 +01:00
Lipu Fei
8e77d212f7 Remove "Save All" and add "Save As" MenuItem
CURA-3496
2017-03-17 14:31:22 +01:00
Ghostkeeper
cdaeb13c3a
Use support infill density instead of line distance
Making these profiles use line distance prevents the user from setting their own density. This density is exactly equivalent.

Contributes to issue CURA-3491.
2017-03-17 13:29:15 +01:00
Ghostkeeper
933ca70890
Add separate settings for support roof/bottom jerk
You can now tune them separately.

Contributes to issue CURA-3491.
2017-03-17 11:29:33 +01:00
Ghostkeeper
d33c8e8436
Fix spelling of support interface acceleration descriptions
My own copy-paste mistake here.

Contributes to issue CURA-3491.
2017-03-17 11:24:10 +01:00
Ghostkeeper
65daa86fb0
Add separate settings for support roof and bottom acceleration
You can now tune them separately.

Contributes to issue CURA-3491.
2017-03-17 11:14:48 +01:00
Ghostkeeper
250995611a
Fix typo in Support Interface Acceleration
Contributes to issue CURA-3491.
2017-03-17 11:14:02 +01:00
Ghostkeeper
c15e70a6a6
Make support bottom speed description more accurate
It doesn't affect overhang really.

Contributes to issue CURA-3491.
2017-03-17 11:13:30 +01:00
Ghostkeeper
03ae298389
Add support roof and bottom speeds
They can now be separately adjusted instead of just support interface.

Contributes to issue CURA-3491.
2017-03-17 10:43:01 +01:00
Ghostkeeper
ab3d2e3570
Fix typo in support interface description
Contributes to issue CURA-3491.
2017-03-17 10:41:27 +01:00
Jaime van Kessel
e620d8fd9a Added extra logging to authentication loading to indicate difference between no auth at all or (some) loaded auth 2017-03-17 10:30:04 +01:00
Jaime van Kessel
fe826d16b8 Merge branch 'master' of github.com:Ultimaker/Cura 2017-03-17 10:23:10 +01:00
Jaime van Kessel
296152ed33 Added extra logging when authentication gets removed for network printer 2017-03-17 10:22:41 +01:00
austin-makeit
8cd5c8bb69 Update makeit_pro_m 2017-03-16 15:50:54 -07:00
austin-makeit
918c5e1254 Update makeit_pro_l 2017-03-16 15:49:35 -07:00
austin-makeit
2a0137156b Merge pull request #2 from austin-makeit/patch-1
Patch 1
2017-03-16 15:45:34 -07:00
austin-makeit
8418c6b39b Create makeit_l_dual_2nd 2017-03-16 15:43:02 -07:00
austin-makeit
2523630455 Create makeit_l_dual_1st 2017-03-16 15:42:48 -07:00
austin-makeit
499f1998ca Create makeit_dual_2nd 2017-03-16 15:42:35 -07:00
austin-makeit
b5cc2b7059 Create makeit_dual_1st 2017-03-16 15:42:18 -07:00
austin-makeit
e4d32db873 Merge pull request #1 from austin-makeit/patch-2
Create MAKEiT definitions and extruders
2017-03-16 15:41:01 -07:00
austin-makeit
179919d14c Create makeit_pro_m 2017-03-16 15:33:13 -07:00
austin-makeit
d0ce717add Create makeit_pro_l 2017-03-16 15:30:42 -07:00