Commit graph

3125 commits

Author SHA1 Message Date
fieldOfView
efa2099912 Remove stray debug code
CURA-1758
2016-07-21 15:12:26 +02:00
fieldOfView
64c870a3cf Disable setting support_enable per extruder
This prevents a lot of confusion with setting the support_extruder_nr to an extruder which then has support_enable set to False (resulting in no support). It is still possible to print some objects with no support using the Per Object Settings tool.

CURA-1758
2016-07-21 15:12:26 +02:00
fieldOfView
3923d43567 Disable simple mode controls on global tab
CURA-1758
2016-07-21 15:12:26 +02:00
fieldOfView
7302baa7da Add icon to settings that can only be set globally (for all extruders)
CURA-1758
2016-07-21 15:12:25 +02:00
fieldOfView
8537c5a0e2 Introduce a property that says which extruder the global stack should get its value from.
CURA-1758
2016-07-21 15:12:24 +02:00
fieldOfView
121cd19e83 Disable the settings in the global tab
CURA-1758
2016-07-21 15:12:24 +02:00
Jack Ha
be1ea9bffd Merge branch 'master' of github.com:Ultimaker/Cura 2016-07-20 11:13:55 +02:00
Jack Ha
79f640e344 Fixed simple sidebar infill label font. CURA-1824 2016-07-20 11:12:44 +02:00
Jaime van Kessel
bb4d4e7807 Moved viewmode in order so the tooltip is displayed over per-object settings panel
CURA-1651
2016-07-20 11:01:38 +02:00
Ghostkeeper
4295a85f6a
Split Initial Layer Speed in two
It's now two settings: Initial Layer Print Speed (for the extrusion moves) and Initial Layer Travel Speed (for the non-extrusion moves).

Contributes to issue CURA-1507.
2016-07-20 10:53:04 +02:00
Jaime van Kessel
aed033674f Changed some warnings into errors
CURA-1706
2016-07-20 09:39:19 +02:00
Jack Ha
7731f9406c Dialog_profile/material/load_path is now saved and used.
CURA-1900
2016-07-19 15:59:44 +02:00
Tim Kuipers
44de859916 JSON fix: made gradual infill step max depend on infill line distance (CURA-836) 2016-07-19 13:16:15 +02:00
Arjen Hiemstra
0e6a46c9eb Use a simpler fix for dealing with QML Action's shortcuts not working
It is a bit more magical (hence the added documentation) but it makes
things a lot more transparent. This prevents a lot of future issues.

Contributes to CURA-1603
2016-07-18 16:52:33 +02:00
Jaime van Kessel
3e4ff9241e Moved the BlurSettings signal to cura main window
This reduces the number of focus changes from O(N) to O(1) by the blur event
2016-07-18 15:38:57 +02:00
Jaime van Kessel
b8f9535e74 Merge branch 'master' of github.com:Ultimaker/Cura 2016-07-18 15:16:45 +02:00
Jaime van Kessel
3e908824b9 Added workaround for singleton not getting shortcuts
CURA-1603
2016-07-18 15:16:20 +02:00
Tim Kuipers
47fcec8271 Merge branch 'master' of github.com:Ultimaker/Cura 2016-07-18 14:27:25 +02:00
Tim Kuipers
f079d83705 Merge branch 'feature_gradual_infill' 2016-07-18 14:27:12 +02:00
Jaime van Kessel
48d39ce387 material_guid is now also a setting in fdmprinter
CURA-1836
2016-07-18 11:46:12 +02:00
Jaime van Kessel
dcc3bc8f80 Also refactored name of printlength in jobspecs.qml
CURA-1836
2016-07-15 15:56:39 +02:00
Jaime van Kessel
d46eafa968 Merge branch 'master' of github.com:Ultimaker/Cura 2016-07-15 15:56:28 +02:00
Jaime van Kessel
7a43164654 Both material weights & lengths are now exposed
CURA-1038
2016-07-15 15:49:25 +02:00
Tim Kuipers
8029139358 JSON fix: making max gradual infill steps lower to allow for engine not crashing when setting the infill to a low percentage (CURA-836) 2016-07-15 13:54:56 +02:00
Tim Kuipers
a52095df0e JSON fix: disabled prime location by default (CURA-1816) 2016-07-15 13:32:43 +02:00
Tim Kuipers
942539981b JSON fix: moved prime location to category platform_adhesion (CURA-1816) 2016-07-15 13:30:17 +02:00
Tim Kuipers
026fd3e2dd feat: tetrahedral infill (CURA-1925) 2016-07-15 12:57:37 +02:00
Tim Kuipers
42d400d436 JSON feat: cubic isometric infill (CURA-1723) 2016-07-15 12:52:33 +02:00
Tim Kuipers
29457ab11f JSON fix: support roof extruder could be chosen even when roofs weren't enabled (CURA-1723)
just putting this commit under that issue so that it will be reviewed...
2016-07-15 12:52:14 +02:00
Tim Kuipers
3e97e008af JSON fix: gradual infill has max value; warning value may be a bit lower (CURA-836) 2016-07-14 18:54:54 +02:00
Tim Kuipers
5964856991 JSON fix: n_infill_steps ==> gradual_infill_steps (CURA-836) 2016-07-14 18:54:47 +02:00
Tim Kuipers
528aa2d961 JSON feat: Gradual Infill Steps and Gradual Infill Step Height (CURA-836) 2016-07-14 18:54:40 +02:00
Ghostkeeper
1c37dc2d3d
Better warning values for extruder prime pos
Based on the machine dimensions and nozzle position.

Contributes to issue CURA-1816.
2016-07-14 09:13:37 +02:00
fieldOfView
daf03b0a7b Merge branch 'master' of https://github.com/Ultimaker/Cura 2016-07-14 08:57:13 +02:00
fieldOfView
2c5644ff08 Only show Machine Actions for the currently active machine
Many machine actions act on the currently active printer, because they don't have a pointer to the printer selected on the Printer manager.
2016-07-14 08:55:53 +02:00
Jaime van Kessel
c92b2bc385 Changed order of setting properties
CURA-1842
2016-07-13 17:22:54 +02:00
Tim Kuipers
779f66967e JSON fix: support speed was only enabled when roofs were enabled 2016-07-12 14:48:40 +02:00
Ghostkeeper
dc7ca47be9 Fix setting enabling for support roof
Support roof settings should not be enabled if support roof is enabled but support itself isn't enabled.
2016-07-12 14:45:09 +02:00
Tim Kuipers
878bf35356 JSON feat: firmware acceleration and jerk settings for ultimaker printers (CURA-1646) 2016-07-12 14:43:10 +02:00
Tim Kuipers
7d2ae57f86 JSON fix: unit of jerk: mm/s³ ==> mm/s (CURA-1646) 2016-07-12 14:41:10 +02:00
Tim Kuipers
94acf810d0 JSON fix: redo all commits (squashed) which got undone in merge
Merge branch 'feature_firmware_travel_settings'  c755479b1b
overwrote fdmprinter.def.json with the feature branch version, rather than merging it with the master version.

This commit is just fdmprinter.def.json as it was at 2c09fc4a67
2016-07-12 14:38:39 +02:00
Ghostkeeper
f63acc98b8
Fix setting enabling for support roof
Support roof settings should not be enabled if support roof is enabled but support itself isn't enabled.
2016-07-12 13:47:25 +02:00
Tim Kuipers
26612e17b6 Merge branch 'master' of github.com:Ultimaker/Cura 2016-07-12 11:22:37 +02:00
Tim Kuipers
c755479b1b Merge branch 'feature_firmware_travel_settings' 2016-07-12 11:22:32 +02:00
fieldOfView
a7cfe1b5af Emphasize settings that have a value in the user or quality profile
(in a subtle way)
2016-07-11 21:15:09 +02:00
fieldOfView
cd09017328 Merge branch 'master' of https://github.com/Ultimaker/Cura 2016-07-11 17:26:19 +02:00
fieldOfView
151bf1f8de Make style of sections on the Materials page match sections on the profiles page
CURA-342
2016-07-11 17:25:59 +02:00
Tim Kuipers
5d256e5e59 Merge branch 'master' of github.com:Ultimaker/Cura 2016-07-11 16:44:04 +02:00
Tim Kuipers
2c09fc4a67 JSON fix: infill mesh order defaults to higher than for normal meshes (CURA-833) 2016-07-11 16:43:55 +02:00
Arjen Hiemstra
5393beb8de Fix binding loop warnings that would sometimes occur when editing Brand entry
Contributes to CURA-342
2016-07-11 16:41:57 +02:00