Lipu Fei
|
afb8850155
|
Update topbar button style
CURA-4213
|
2017-09-05 11:12:22 +02:00 |
|
Lipu Fei
|
e44aedc4b9
|
Make logo smaller
CURA-4213
|
2017-09-05 10:56:55 +02:00 |
|
Lipu Fei
|
77adfe345d
|
Fix merge conflicts from master
CURA-4213
|
2017-09-05 08:41:44 +02:00 |
|
Lipu Fei
|
90240af80f
|
Correct stdout and stderr redirect location on Mac
|
2017-09-05 07:54:20 +02:00 |
|
Jaime van Kessel
|
bed74dab37
|
Merge branch 'master' of github.com:Ultimaker/Cura
|
2017-09-04 17:37:06 +02:00 |
|
Jaime van Kessel
|
08766ee66f
|
Fix wrong indentation for camera view
|
2017-09-04 17:36:44 +02:00 |
|
Lipu Fei
|
4249274af0
|
Move license window size to light theme
CURA-4279
The light theme is now the default and it's a base theme, so the window
size needs to be there.
|
2017-09-04 17:25:58 +02:00 |
|
Lipu Fei
|
f803e72c18
|
Use Screen.devicePixelRatio for plugin browser
CURA-4279
|
2017-09-04 17:25:30 +02:00 |
|
Jaime van Kessel
|
7d12ebe860
|
Merge pull request #2368 from smartavionics/mb-fix-layer-start-min-values
Now layer start X/Y can be < 0 when machine centre is zero.
|
2017-09-04 16:52:49 +02:00 |
|
Mark
|
e3f319a644
|
less margin when support extruder pops up
CURA-4148
|
2017-09-04 16:23:19 +02:00 |
|
Jaime van Kessel
|
dd7ea80b68
|
Also added canPreheatBed option
|
2017-09-04 15:33:04 +02:00 |
|
Jaime van Kessel
|
182c2f9fb6
|
Merge branch 'master' of github.com:Ultimaker/Cura
|
2017-09-04 15:17:27 +02:00 |
|
Jaime van Kessel
|
8683275d4f
|
Added canAbort & canPause feature to PrinterOutputDevice
|
2017-09-04 15:16:55 +02:00 |
|
Lipu Fei
|
b70a89d0e1
|
Fix stdout and stderr redirecting file location
|
2017-09-04 14:08:03 +02:00 |
|
Jaime van Kessel
|
88c74b30c2
|
Added missing QML properties
|
2017-09-04 11:48:54 +02:00 |
|
Jaime van Kessel
|
20ffb0cd6d
|
Merge pull request #2369 from vivekanand1101/patch-1
CuraApplication: Minor pep8 fix
|
2017-09-04 09:53:16 +02:00 |
|
Lipu Fei
|
0358b1fcae
|
Fix User-Agent header in PluginBrowser
|
2017-09-04 09:23:46 +02:00 |
|
Ruben D
|
3af37d5dbc
|
Fix token replacement in extruder start and end g-codes
Don't perform the replacement in the global stack for these settings, but in the extruder stacks.
Fixes #2331.
|
2017-09-03 16:41:02 +02:00 |
|
Mark
|
d18d9223a5
|
refix the alignmet of the support and adhesion chackboxes
CURA-4148
|
2017-09-03 08:18:12 +02:00 |
|
Vivek Anand
|
ee1ba30d0e
|
CuraApplication: Minor pep8 fix
|
2017-09-02 12:01:38 +00:00 |
|
Mark Burton
|
ab4da4ab36
|
Now layer start X/Y can be < 0 when machine centre is zero.
|
2017-09-02 08:40:01 +01:00 |
|
alekseisasin
|
24c9dc9bee
|
Merge branch 'feature_light_colours_icons'
CURA-4148
|
2017-09-01 19:25:29 +02:00 |
|
alekseisasin
|
a288668bae
|
Adjusted color for the extruder counter number in left toolbox and added
extra margin-right in sidebar_category
CURA-4148
|
2017-09-01 17:45:50 +02:00 |
|
Jaime van Kessel
|
a652ddbdd8
|
Reset lastResponseTime when trying to connect
CURA-3869
|
2017-09-01 14:54:57 +02:00 |
|
Jaime van Kessel
|
be1b5cd83a
|
Cura no longer crashes when writing to full SD drive.
It instead tells warns the user and logs the event. CURA-3909
|
2017-09-01 14:43:12 +02:00 |
|
Jaime van Kessel
|
98795d8953
|
Added missing not supported profiles for PP
CURA-3977
|
2017-09-01 14:36:19 +02:00 |
|
Jaime van Kessel
|
2b54d75453
|
Merge branch 'mb-more-z-seam-options' of https://github.com/smartavionics/Cura
|
2017-09-01 13:22:13 +02:00 |
|
Jaime van Kessel
|
6b693c80b5
|
Merge pull request #2343 from Ultimaker/thopiekar-patch-1-1
Install cura icon on Linux
|
2017-09-01 13:17:12 +02:00 |
|
Jaime van Kessel
|
ce52ae81ef
|
Merge pull request #2354 from fieldOfView/fix_machine_settings_headpolygon
Fix setting machine head polygon in Machine Settings
|
2017-09-01 13:14:54 +02:00 |
|
Jaime van Kessel
|
9ec7ef8dba
|
Made print spec invisible when monitoring print
|
2017-09-01 13:07:00 +02:00 |
|
Jaime van Kessel
|
a6e90270cf
|
Updated margins so low resolution screens can actually have some settings visible
|
2017-09-01 12:05:20 +02:00 |
|
Lipu Fei
|
ceccca8244
|
Reduce the width of the license window
CURA-4222
|
2017-09-01 10:18:27 +02:00 |
|
fieldOfView
|
3c64175948
|
Fix setting machine head polygon in Machine Settings
This typo was spotted by @McAJBen. Fixes #2347
|
2017-08-31 22:57:50 +02:00 |
|
Ghostkeeper
|
31af4b7dde
|
Remove unused icon
Contributes to issue CURA-4213.
|
2017-08-31 17:34:23 +02:00 |
|
Ghostkeeper
|
28d18d88e5
|
Make top bar buttons smaller
Contributes to issue CURA-4213.
|
2017-08-31 17:30:44 +02:00 |
|
Ghostkeeper
|
d13b693da0
|
Hide icons if top bar buttons have no icon
Otherwise there's some empty space there and the RecolourImage will colour that space white.
Contributes to issue CURA-4213.
|
2017-08-31 17:24:12 +02:00 |
|
Ghostkeeper
|
bec786b140
|
Move printer status icon outside of the monitor button
It's positioned on the right side now above the side bar.
Contributes to issue CURA-4213.
|
2017-08-31 17:13:56 +02:00 |
|
Ghostkeeper
|
c6d614156f
|
Move the Cura logo into the top bar
Looks ugly there, I think, but the colours will be changed eventually so we'll see.
Contributes to issue CURA-4213.
|
2017-08-31 16:09:16 +02:00 |
|
Ghostkeeper
|
062957c249
|
Hide the header if it would be empty
It would be empty if the machine is single extrusion and has no materials or variants.
Contributes to issue CURA-4241.
|
2017-08-31 15:51:51 +02:00 |
|
Ghostkeeper
|
0fc40d571a
|
Only make separator visible if the element above and below it are visible
The behaviour should be the same, if it was implemented correctly previously.
Contributes to issue CURA-4241.
|
2017-08-31 15:47:29 +02:00 |
|
alekseisasin
|
e38ec9d5e8
|
Renamed "Hotend" to "Extruder"
CURA-4256
|
2017-08-31 14:19:01 +02:00 |
|
alekseisasin
|
7c637029b6
|
Merge pull request #2334 from fieldOfView/feature_target_hotend_temperature
Show target hotend temperatures
|
2017-08-31 13:46:55 +02:00 |
|
Ghostkeeper
|
3951239513
|
Don't emit devices changed signal if remove wasn't successful
The same could be done for adding but let's keep it at this for now.
Hopefully fixes #2238.
|
2017-08-31 13:24:40 +02:00 |
|
alekseisasin
|
37eb74e99e
|
Fixed quality file names
CURA-4128
|
2017-08-31 13:16:08 +02:00 |
|
alekseisasin
|
1c73841fae
|
Merge branch 'master' of github.com:Ultimaker/cura
|
2017-08-31 13:03:23 +02:00 |
|
alekseisasin
|
d23e9cafe4
|
Merge pull request #2162 from FABtotum/master
FABtotum Personal Fabricator
|
2017-08-31 12:56:24 +02:00 |
|
Ghostkeeper
|
18a07b6eee
|
Change support Z offset to 2*layer_height
The materials team found this to work better.
|
2017-08-31 11:49:24 +02:00 |
|
Ghostkeeper
|
582a17c6af
|
Sort all UM2+ profiles
This will make it easier to modify these profiles in the future.
|
2017-08-31 11:48:41 +02:00 |
|
alekseisasin
|
225a213181
|
Merge branch 'master' of github.com:Ultimaker/cura
|
2017-08-31 10:35:08 +02:00 |
|
alekseisasin
|
fa61f5c2ad
|
Merge pull request #2340 from Ultimaker/feature_license_for_plugins
Let user accept/decline a plugin license if present
|
2017-08-31 10:26:40 +02:00 |
|