Jaime van Kessel
da23eff2a6
Codestyle changes
2018-08-09 13:28:08 +02:00
Jaime van Kessel
d31df8ec67
Fixed that long printernames overlap other GUI elements
2018-08-09 12:47:49 +02:00
Andreea Scorojitu
41a892796d
CURA-5626 Remove UM3 from connection message
...
"This printer is not set up to host a group of Ultimaker 3 printers.", Ultimker 3 was removed from the message.
2018-08-09 09:14:25 +02:00
Ghostkeeper
55cf1fa137
Turn on CuraEngine debug mode when front-end is in debug mode
...
You can test this by running Cura's front-end with parameter --debug.
2018-08-07 16:51:48 +02:00
Ghostkeeper
59bb774436
Remove unused variables
2018-08-07 10:51:56 +02:00
Lipu Fei
85f80f85b8
Merge pull request #4189 from Ultimaker/toolbox_development
...
Only show material packages when clicking an author
2018-08-03 14:52:14 +02:00
Ian Paschal
944ababa1c
Copy normal tile behavior to showcase tiles
...
Contributes to CURA-5604
2018-08-03 14:48:04 +02:00
Lipu Fei
1bacdabf35
Minor refactor
2018-08-03 14:42:34 +02:00
Lipu Fei
20806eeb72
Refactor some code
...
CURA-5612
2018-08-03 14:37:13 +02:00
Ian Paschal
8268419eda
Remove debug print()
...
Contributes to CURA-5604
2018-08-03 14:31:30 +02:00
Ian Paschal
7856e47467
Remove old filtering
...
Contributes to CURA-5604
2018-08-03 14:30:49 +02:00
Ian Paschal
2a6da9fe8e
Only show material packages when clicking an author
...
Contributes to CURA-5604
2018-08-03 14:28:45 +02:00
Aleksei S
99cb9e93b3
Revert "The manually added priters by IP have "(manual) suffix"
...
This reverts commit 977c0958a337505b3ef982bc6d77c11e5b8614b6.
2018-08-03 13:46:22 +02:00
Aleksei S
38ce73365a
Manually added printers have suffix "( manual)"
2018-08-03 13:45:08 +02:00
Aleksei S
977c0958a3
The manually added priters by IP have "(manual) suffix
2018-08-03 13:40:54 +02:00
Diego Prado Gesto
38a0c9b66d
Add some extra information when the Cura can't write the files.
2018-08-03 12:02:11 +02:00
Diego Prado Gesto
d8abf8f470
Merge pull request #4185 from Ultimaker/clear_out_old_gcode
...
Clear out old gcode
2018-08-03 12:00:21 +02:00
alekseisasin
a67fbc5b89
Merge pull request #4186 from Ultimaker/toolbox_development
...
Continue scrolling over compatibility charts
2018-08-03 11:57:39 +02:00
Aleksei S
9c8ac6e9ed
After switching the Monitor Tab set Null to active output printer
...
CURA-5612
2018-08-03 11:42:55 +02:00
Ian Paschal
c47de04983
Fix bracket style
...
Contributes to CURA-5598
2018-08-03 11:41:08 +02:00
Ian Paschal
bcedef3bbe
Continue scrolling over compatibility charts
...
Contributes to CURA-5598
2018-08-03 11:38:42 +02:00
Ian Paschal
1d0e88dc16
Fix typing issue
2018-08-03 11:00:56 +02:00
Ian Paschal
1a050968a5
Clear out old gcode
...
This way if you move the model, and don't hit prepare again, you can end up exporting the old gcode again thinking its new gcode.
2018-08-03 10:51:01 +02:00
Lipu Fei
e582886e16
Merge pull request #4170 from Ultimaker/focus_layer_slider
...
CURA-5613 Set the focus in the upper handle in the layer view
2018-08-01 11:26:30 +02:00
Jack Ha
b8ec1d0fa7
In relative mode, the feedback is still absolute and not relative. CURA-5480
2018-08-01 10:52:31 +02:00
Ian Paschal
56437af4d2
CURA-5613 Don't focus on slider
...
This way arrow keys are able to rotate the viewport
2018-08-01 10:50:29 +02:00
Diego Prado Gesto
d1b6aa8c37
Set the focus in the upper handle in the layer view instead of in the
...
text field. That makes it easier to release the focus by clicking in the
main view and use the arrow keys to rotate the view.
2018-08-01 08:33:47 +02:00
Diego Prado Gesto
6694b7ac81
CURA-5541 Change is_enabled field to is_active field to be consistent
...
with the fields in the PackageManager.
2018-07-27 15:56:29 +02:00
alekseisasin
6232f694c5
Merge pull request #4126 from Ultimaker/CURA-5480_relative_movement_in_stretch_script
...
CURA-5480 Make stretch script work with relative movements
2018-07-25 14:05:08 +02:00
Aleksei S
fca51ac41f
Set relative after getting to line G91
2018-07-25 13:44:58 +02:00
Lipu Fei
006c778d3e
Merge pull request #3855 from jorgegarciadev/master
...
Fix for detecting USB connection to Malyan M200 and Monoprice Mini
2018-07-24 17:00:43 +02:00
Jaime van Kessel
1cb896904b
Fixed missed renames of onFinished keyword
2018-07-24 16:24:28 +02:00
Jaime van Kessel
e89983b171
When dismissing the print window, also reset the "sending_gcode" flag
...
CL-913
2018-07-24 16:17:53 +02:00
Lipu Fei
952bc54452
Make stretch script work with relative movements
...
CURA-5480
2018-07-24 15:59:02 +02:00
alekseisasin
41194fceed
Merge pull request #4116 from Ultimaker/fix_filament_change_script
...
Set negative values to retraction in the filament change script
2018-07-24 13:37:27 +02:00
Ian Paschal
320d73c6e5
Retain 3MF mesh positions
...
Contributes to CURA-5465
Fixed bug by preventing read jobs for 3mf files from being auto-arranged.
Boyscout changes:
- Fixed typo in `ThreeMFReader.py` (`splitted` → `split`)
- Fixed code style in `CuraApplication.py` (`filename` → `file_name`)
2018-07-24 12:17:53 +02:00
Diego Prado Gesto
296b74b032
Set negative values to retraction in the filament change script.
...
Fixes #4114
2018-07-24 10:48:52 +02:00
Ian Paschal
29d1de03d1
Merge pull request #4088 from Ultimaker/CURA-5510_generic_materials_in_toolbox
...
Add generic material packages to materials page
2018-07-17 14:11:06 +02:00
Diego Prado Gesto
f1379135e0
CURA-5510 Add the Generic materials to the list of the bundled packages
...
so that they show up as installed.
Show the installed icon on those packages as well.
2018-07-17 13:49:17 +02:00
Ian Paschal
0bde1487e7
Add generic material packages to materials page
...
Contributes to CURA-5510
2018-07-16 16:13:43 +02:00
Lipu Fei
5ba3beb104
Merge pull request #4084 from Ultimaker/add_cartesio_variants
...
CURA-5578 Change the Cartesio variants to use the new ones
2018-07-16 15:55:11 +02:00
Jack Ha
4167f81e3b
Fix printer missing from the list after connection; now always adds the field 'hidden' in the metadata, don't know why it worked before. CURA-5574
2018-07-16 13:32:35 +02:00
Diego Prado Gesto
5ef8aa09f8
Translate the old material types to the new in the Version Upgrade.
2018-07-16 13:05:32 +02:00
Lipu Fei
9856ccf700
Merge pull request #4073 from Ultimaker/CURA-5572_fix_gcode_reader
...
CURA-5572 Update the scene when a Gcode is loaded.
2018-07-16 08:07:02 +02:00
Lipu Fei
92da6e0ce3
Merge pull request #4072 from Ultimaker/CURA-5536_installed_check
...
CURA-5536 Use an icon indicating when a package is installed
2018-07-16 08:05:00 +02:00
Aleksei S
817a304ed1
After reconecting to another port update job status '_is_cancelled' to false
...
CURA-5549
2018-07-13 23:50:02 +02:00
Diego Prado Gesto
01a26b0360
CURA-5572 The scene was not updated when a Gcode was loaded.
...
This fixes a bug that we introduced when fixing code style. This was a
bad translation.
2018-07-13 16:05:13 +02:00
Diego Prado Gesto
af697c6999
CURA-5536 The api call does not return the package_count for the showcase, so we can't trust in that value. The total number of material packages by author is now calculated.
2018-07-13 15:13:38 +02:00
Diego Prado Gesto
a8727d7b39
Merge branch 'master' into CURA-5536_installed_check
2018-07-13 14:43:29 +02:00
Diego Prado Gesto
dd7168e8b8
CURA-5536 Add the installed check also to the featured items.
2018-07-13 13:41:19 +02:00