Jaime van Kessel
c703d15cd3
Updated the styling of the context hover
...
CL-896
2018-08-23 18:05:13 +02:00
Jaime van Kessel
dab2efab7f
Updated margins & layout for the monitor page
...
CL-896
2018-08-23 17:29:48 +02:00
Jaime van Kessel
b0d9dc6fdd
Added DropShadow to the printer & printjob tiles
...
CL-893 && CL-894
2018-08-23 15:53:32 +02:00
Jaime van Kessel
5176ead0e2
Added print progress to sidebar
...
CL-893
2018-08-23 15:07:31 +02:00
Jaime van Kessel
8c2cd510d8
Merge branch 'master' of github.com:Ultimaker/Cura into cura_connect_UI_rework
2018-08-23 12:45:41 +02:00
Ghostkeeper
06525bed4b
Merge branch 'master' into refactor_singleton_settingsbase
...
Resolved a conflict in CuraEngineBackend due to refactor removing JSON from the command while master added optional verbose mode in debug mode.
Contributes to issue CURA-4410.
2018-08-22 17:04:55 +02:00
Ghostkeeper
49e3c23d14
Brackets on new line
...
As per our code style.
2018-08-22 16:53:27 +02:00
alekseisasin
0d293ddced
Merge pull request #4251 from Ultimaker/CURA-5645_no_write_gcode_to_recent_files
...
CURA-5645 Do not add saved gcodes to recent files list
2018-08-22 16:28:58 +02:00
fieldOfView
7b00d6879a
Factor out USBPrinterManager singleton
2018-08-22 15:44:11 +02:00
fieldOfView
5f81c6d1f4
Add a FirmwareUpdater class and make AvrFirmwareUpdater a subclass
2018-08-22 15:43:17 +02:00
fieldOfView
4bea1410b8
Allow printer output devices to set their ability to update firmware
2018-08-22 14:37:48 +02:00
alekseisasin
ff38ee2bed
Merge pull request #4245 from Ultimaker/CURA-5649_hide_gcodegz_in_save_dialog
...
CURA-5649 Do not show gcode.gz as an option in save file dialog
2018-08-22 14:12:08 +02:00
Thomas Kriechbaumer
afb4440d64
add PauseAtHeight post-processing script for RRF
2018-08-22 13:46:49 +02:00
fieldOfView
c1d7ca7bff
Merge branch 'master' into feature_firmware_updater
2018-08-22 12:16:25 +02:00
Mark Burton
a0787a03ea
Added extruder setting field for cooling fan number.
2018-08-21 19:45:35 +01:00
Lipu Fei
af64d91587
Fix stack handling in project loading
...
CURA-5663
2018-08-21 16:07:17 +02:00
Jaime van Kessel
5a13b86a3f
Changed style for context button
...
CL-894
2018-08-21 14:55:18 +02:00
Jaime van Kessel
dc85568973
Printer tiles in sidepanel can now be collapsed even if no job is active
...
CL-893
2018-08-21 13:52:09 +02:00
Jaime van Kessel
6a08b63f21
Ensure that extruder configurations are correctly sorted
...
CL-894
2018-08-21 13:32:22 +02:00
Aleksei S
4635c8117d
Add changed_settings(retraction_combing) to Version Upgrade Cura3.4
...
CURA-5505
2018-08-21 11:49:13 +02:00
Remco Burema
ca25638c07
.ufp should also not show up in recent files since it's a gcode format
2018-08-21 11:01:35 +02:00
Jaime van Kessel
03a7833180
Fixed qml warnings (reading from undefined properties)
...
CL-893 && CL-894
2018-08-21 10:14:12 +02:00
paukstelis
fc9c1045c9
Basic cleanup
2018-08-20 07:40:28 -04:00
paukstelis
b66558f97a
Initial commit for passing mesh names to CuraEngine
2018-08-19 22:52:17 -04:00
Jaime van Kessel
1fa3b60f94
Added rough outline of the redesigned cluster controlItem
...
CL-893
2018-08-17 16:10:23 +02:00
Jaime van Kessel
b074d2bdf3
Added translations for the strings
...
CL-894
2018-08-17 13:41:23 +02:00
Ghostkeeper
6740c2bee9
Fix offset of initial layer height
...
It would detect the height of the raft by looking at what the first Z coordinate is that it encounters on layer 0. This Z coordinate also includes the initial layer height though. If you pause lower than the initial layer height (but higher than 0), you'd expect to pause in the initial layer.
2018-08-17 11:24:39 +02:00
Lipu Fei
1079a9be2c
Do not add saved gcodes to recent files list
2018-08-17 10:53:30 +02:00
Jaime van Kessel
eb7d42a7f8
Added delete button to cluster queue
...
CL-894
2018-08-17 10:49:44 +02:00
Jaime van Kessel
d4aaa73928
Codestyle fixes
...
CL-894
2018-08-17 10:34:14 +02:00
Jaime van Kessel
01b9ba03d4
Added extruder icon
...
CL-894
2018-08-16 16:24:14 +02:00
Jaime van Kessel
5bee561c9c
Removed the static placeholders for monitor info
...
CL-894
2018-08-16 15:54:35 +02:00
Jaime van Kessel
0fe0e4ac54
Ensure that the order of the cluster queue is correctly show in monitor tab
...
CL-894
2018-08-16 15:23:16 +02:00
Lipu Fei
f42dc24d95
Do not show gcode.gz as an option in save file dialog
...
CURA-5649
2018-08-16 15:16:32 +02:00
Jaime van Kessel
af4b7c38c7
Removed stray debug print
...
CL-894
2018-08-16 15:04:52 +02:00
Jaime van Kessel
ef00550df6
Added send to top context item
...
CL-894
2018-08-16 15:04:00 +02:00
Jaime van Kessel
28dc918e03
Merge branch 'master' of github.com:Ultimaker/Cura into cura_connect_UI_rework
2018-08-16 13:28:57 +02:00
Simon Edwards
e1e9c60016
Send UFP to Ultimakers provided the firmware version is sufficient.
...
CL-980
2018-08-15 13:56:51 +02:00
Jaime van Kessel
94b9782110
Added preview image to print cluster monitor
...
CL-894
2018-08-14 14:54:27 +02:00
Jaime van Kessel
78ebdb13f4
Cluster monitor page now shows queue instead of added printers
...
CL-894
2018-08-14 13:34:05 +02:00
Jaime van Kessel
d46c754616
Merge branch 'master' of github.com:Ultimaker/Cura into cura_connect_UI_rework
2018-08-14 09:37:44 +02:00
Ghostkeeper
6ffe0a9083
Fix indent and typo
2018-08-13 14:47:51 +02:00
Diego Prado Gesto
de1b8edb72
Merge branch 'master' into CURA-5570_beyond_comprehension
2018-08-13 09:57:36 +02:00
Diego Prado Gesto
429cbc11c6
Merge pull request #4210 from fieldOfView/fix_support_eraser_rendering
...
Fix rendering support eraser cubes
2018-08-10 16:52:39 +02:00
Ghostkeeper
f91c696e4b
Clarify error message a bit more
...
The QA engineer was a bit confused by this one. Let's make the language a bit easier.
2018-08-10 13:17:20 +02:00
alekseisasin
c190c8d05a
Merge pull request #3999 from fieldOfView/fix_firmware_upload
...
Fix firmware upload on Windows
2018-08-10 11:39:53 +02:00
Ghostkeeper
e4bdd8096a
Remap shortcut
...
This is a bit more logical than 'G', I'd say. E is now available since other shortcuts were remapped as well.
Contributes to issue CURA-5634 and fixes #3969 .
2018-08-10 11:22:42 +02:00
Ian Paschal
db6d18cf2c
Merge pull request #4199 from Ultimaker/fix_gcode_formatter
...
Fix the gcode start/end formatter
2018-08-10 10:37:19 +02:00
Aleksei S
57f04d8940
Load 3mf projects
...
CURA-5570
2018-08-09 15:39:10 +02:00
Ian Paschal
1915659393
Merge pull request #4176 from Ultimaker/fix_slider_range
...
Fix the sliders that went out of range when using the arrow keys
2018-08-09 14:12:50 +02:00