Ghostkeeper
f759b24034
Add translations for support roof to support interface
...
These setting names were changed.
Contributes to issue CURA-1013.
2016-08-01 15:03:14 +02:00
Ghostkeeper
70acdb168b
Automate removing settings from old profiles for renames
...
So we don't have to edit the actual code for simple setting renames.
2016-08-01 14:56:18 +02:00
Ghostkeeper
dc6482853a
Split acceleration_layer_0 and jerk_layer_0 into print/travel
...
Exactly the same as how it's done with speed_layer_0.
Contributes to issue CURA-1507.
2016-08-01 14:15:11 +02:00
Ghostkeeper
4adadd86eb
Fix defaults of some settings
...
It was saying 'default' instead of 'default_value'. Must've been translated wrong from 2.1.
2016-08-01 14:15:11 +02:00
fieldOfView
1e46ab9eea
Remove stale AddMachineWizard file
2016-08-01 13:45:24 +02:00
Thomas Karl Pietrowski
92983636b0
Use self.executableName in __init__
2016-08-01 12:29:57 +02:00
Thomas Karl Pietrowski
34e8b4635b
Scanning for CuraEngine and stop if it was not found
...
So far I ran 2 or 3 times into the problem that my engine was not up to
date. The bad thing here is that there is always an updated version from
my PPA on the PC. So first this commit gives the possibility to look for
CuraEngine in the $PATH directories. Before I had to copy it always
manually, eg. via "cp $(which CuraEngine) bin/CuraEngine" in my
workbench.
Second, people can get into the situation that CuraEngine is missing at
all. So before making Cura loop and try to use an executable that does
not exist, better raise an Exception here.
An additional info message tells about the location being used.
Does not contribute to any JIRA issue (I think), but makes my life
easier.
2016-08-01 12:28:00 +02:00
Thomas Karl Pietrowski
c6e727ada9
Merge branch 'master' of https://github.com/Ultimaker/Cura.git into master-CURA-1923
2016-08-01 11:04:48 +02:00
fieldOfView
96ac27d1c3
Remove 3MF repair message
...
CURA-1223
2016-08-01 10:50:04 +02:00
Aldo Hoeben
437f8f1df7
Merge pull request #893 from thopiekar/master-CURA-1223
...
[CURA-1223] 3MFReader: Doing selftest and fail on broken files
2016-08-01 10:31:50 +02:00
Ghostkeeper
c2201eb814
Send setting extruder only when extruder is valid
...
Apparently hasProperty always returns True. Fine. I'll just check the values then...
Contributes to issue CURA-2011.
2016-08-01 09:36:23 +02:00
Ghostkeeper
b21a1f311a
Send all global_inherits_stack to engine
...
Only the settings for which global_inherits_stack is set should be sent to the engine.
Contributes to issue CURA-2011.
2016-08-01 09:36:16 +02:00
fieldOfView
fb96950762
Don't set extruder_nr per object for single extrusion printers
...
CURA-1754
2016-07-29 21:50:49 +02:00
fieldOfView
e01c8a4f10
Add Select All functionality
2016-07-29 19:25:40 +02:00
fieldOfView
74d21a9053
Only draw boundingbox wireframe on selected groups
...
CURA-1492
2016-07-29 19:15:05 +02:00
fieldOfView
6abf5f21f3
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-07-29 17:43:50 +02:00
fieldOfView
ed1d12d21d
Hide linked settings icon for single extrusion printers
...
CURA-2020
2016-07-29 17:43:38 +02:00
Jaime van Kessel
973a6bb35b
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-29 17:38:47 +02:00
Jaime van Kessel
102a0793e6
Codestyle & documentation
2016-07-29 17:38:35 +02:00
fieldOfView
a1885fc4fe
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-07-29 17:36:20 +02:00
fieldOfView
1182a3c87e
Fix render color for single-extrusion printers
...
CURA-1992
2016-07-29 17:36:07 +02:00
Jaime van Kessel
6e3488142e
Removed lifetime from slice error messages so they use the (longer) default
2016-07-29 17:32:57 +02:00
Jaime van Kessel
03aa9cf8d3
Codestyle
2016-07-29 17:32:08 +02:00
Jaime van Kessel
4a5b2465ae
Fixed process sliced layer job not deleting old data
2016-07-29 17:25:36 +02:00
Jaime van Kessel
1261cf975e
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-29 17:24:24 +02:00
Jaime van Kessel
562363ec16
Updated documentation
2016-07-29 17:24:12 +02:00
fieldOfView
228f5be35a
Fix order of machine actions on manage printers page
...
MachineActionManager now uses lists instead of dicts because dicts don't maintain the order.
2016-07-29 17:14:18 +02:00
fieldOfView
0a75aa7496
Fix category of PrintrBot simple definition
...
CURA-1593
2016-07-29 16:40:58 +02:00
fieldOfView
4ebaccbc08
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-07-29 16:38:34 +02:00
fieldOfView
34840d42bd
Sort printers by category instead of by manufacturer
...
Always show Ultimaker on top. CURA-1593
2016-07-29 16:38:27 +02:00
Jaime van Kessel
fa78cf2d39
No longer use brute force approach for per object
...
CURA-1754
2016-07-29 15:44:34 +02:00
Jaime van Kessel
601a6e987d
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-29 15:20:34 +02:00
Jaime van Kessel
7ff1b937e3
Perobject settings now use correct stacks to calculate values
...
CURA-1754
2016-07-29 15:19:50 +02:00
fieldOfView
2576aaca62
Hide start check button once the check has started
2016-07-29 14:30:36 +02:00
fieldOfView
c1d9c1ea12
Add button to start bedleveling wizard
...
Prevents the printer from homing unexpectedly
2016-07-29 14:29:35 +02:00
Aldo Hoeben
6f46ed35fc
Merge pull request #896 from Ultimaker/feature_display_top_layers
...
Added option to only display top layers in layerview
2016-07-29 13:52:43 +02:00
Jaime van Kessel
b9a1d50e05
Added option to only display top layers in layerview
2016-07-29 13:17:41 +02:00
Jaime van Kessel
8d59d7187f
Deleting old toplayer data is now only done when new data is complete.
...
This prevents the pretty annoying blinking behavior that we had before
2016-07-29 13:01:03 +02:00
fieldOfView
57a37cfb8f
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-07-29 11:27:18 +02:00
fieldOfView
f584b49af2
Add "Close" button to (single) machine actions dialog
...
CURA-2019
2016-07-29 11:27:03 +02:00
Jaime van Kessel
d1a6420e1b
Delete all object now clears Selection
...
CURA-1891
2016-07-29 11:07:16 +02:00
Jaime van Kessel
03aa4f9c6a
Undo removing object from group now works correctly
...
CURA-1891
2016-07-29 11:05:11 +02:00
Jaime van Kessel
21d4e9b894
Delete selection now also removed group nodes when they only have one child left
...
CURA-1891
2016-07-29 11:00:28 +02:00
Jaime van Kessel
1ed0503e02
Backspace now triggers same action as delete
...
CURA-1891
2016-07-29 10:37:03 +02:00
Jaime van Kessel
a19123eb66
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-29 10:01:21 +02:00
Jaime van Kessel
b5d2533820
G-code writer no longer uses duplicate for flattening profile
...
Spent to much time fixing this already, so we now just make a new profile by hand based on the profiles to be flattened
CURA-1933
2016-07-29 09:59:57 +02:00
Tim Kuipers
4b192db1bf
JSON: extruders cannot be more than 16 (CuraEngine hardcoded value) (CURA-2015)
2016-07-28 20:16:44 +02:00
Tim Kuipers
07cea792d9
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-28 19:52:54 +02:00
Tim Kuipers
27f160c220
JSON fix: made retraction_hop_only_when_collides and retraction_hop not children of retraction_hop_enabled
...
retraction_hop_enabled was used by the engine, so it should never become disabled
2016-07-28 19:52:43 +02:00
Thomas Karl Pietrowski
1b432b7b4f
Removing debug print
...
Contributes to CURA-1987
2016-07-28 18:30:48 +02:00