Commit graph

21759 commits

Author SHA1 Message Date
Ian Paschal
2a7df3cedd Fix untranslated string
Contributes to CL-1302
2019-04-08 13:45:09 +02:00
Jaime van Kessel
cbfe10a748 Prevent a zeroDivision error from crashing the usb printing
This fixes #5592
2019-04-08 13:36:48 +02:00
Jaime van Kessel
0bad57259c Increased the font size of notification icon to make it more readable
CURA-6151
2019-04-08 13:27:30 +02:00
Lipu Fei
ad51d8f1b6 Show readable machine type in add by ip page
CURA-6057
2019-04-08 13:06:30 +02:00
Lipu Fei
0bac3e8111 Fix button text
CURA-6057
2019-04-08 12:39:21 +02:00
Lipu Fei
086ae1c735 Make sure the unsuccessful manual device gets removed
CURA-6057
2019-04-08 12:27:32 +02:00
Lipu Fei
5cce4cd4cd Fix add by ip page styling
CURA-6057
2019-04-08 12:27:32 +02:00
Lipu Fei
b1fe110f9f Add Cura.TextField
CURA-6435
CURA-6057
2019-04-08 12:27:32 +02:00
Lipu Fei
0962481bc1 Fix printer type update in the main printer selection menu
CURA-6057
2019-04-08 12:27:31 +02:00
Jaime van Kessel
e1804e0a47 Merge branch 'CURA-5930_switch_to_first_enabled_extruder' of github.com:Ultimaker/Cura 2019-04-08 11:37:19 +02:00
Jaime van Kessel
8fb3a73c3a Use boundingBoxChanged signal to recompute convex hull
The boundingbox is the signal we should be listening for, since it does the same as the
previous ones (and more!). This also fixes the issue that group nodes didn't get their
convex hull set correctly on first creation

CURA-6416
2019-04-08 09:40:38 +02:00
Lipu Fei
dfa35bd589 Fix goToPage() when page_id is not found
CURA-6435
2019-04-08 09:20:24 +02:00
Lipu Fei
7d096e5734 Merge remote-tracking branch 'origin/master' into CURA-6435_new_style_add_machine 2019-04-08 09:09:07 +02:00
Lars-Sören Steck
b47489eb30
Fix anycubic i3 mega gcode comments 2019-04-08 01:16:26 +02:00
Lars-Sören Steck
906074d6ce
Fix anycubic 4max gcode comments 2019-04-08 01:15:49 +02:00
Mark Burton
2159908377 Small feature slowdown settings are now settable per mesh. 2019-04-07 11:52:21 +01:00
Mark Burton
1dde8622ea Merge branch 'master' into mb-small-features-slowdown
# Conflicts:
#	resources/definitions/fdmprinter.def.json
2019-04-07 08:46:44 +01:00
Alexander
37d8ee3f73 Added Erzay3D machine definitions 2019-04-07 00:12:42 +03:00
Jaime van Kessel
fe14024620 Move existNetworkInstances into discover action 2019-04-05 17:49:29 +02:00
Jaime van Kessel
5b818d203a Move a bunch of network only functions out of machine manager
Machine manager is way to big as is, so we need to move more code out of it to
locations where the code is actually used.
2019-04-05 17:45:19 +02:00
Jaime van Kessel
ed503cb6ec Removed platform check that always had the same result
The UM.Application.platform property has been removed by someone for quite some time.
I don't know why the check was in there, but it doesn't seem needed at all as the property was always undefined
2019-04-05 17:07:12 +02:00
Jaime van Kessel
ac0a5bb156 Merge branch 'master' of github.com:Ultimaker/Cura 2019-04-05 16:41:38 +02:00
Jaime van Kessel
495b24b87b Factor out the scene proxy 2019-04-05 16:41:22 +02:00
Cataldo URSO
202734d7f1
Add files via upload
Adding Geetech A30 and FLSUN-QQS-S machine definitions
2019-04-05 11:10:41 +02:00
Cataldo URSO
542918c364
Add files via upload
Adding Geetech A30 and FLSUN QQ-S extruder definitions
2019-04-05 11:08:39 +02:00
Lipu Fei
3adf7d49d0 Switch to the first enabled extruder after setActiveMachine
CURA-5930
2019-04-05 10:51:09 +02:00
Lipu Fei
6892307be3 Fix typo 2019-04-05 10:49:36 +02:00
Lipu Fei
f2234cffa4 Fix extruder enable/disable problem in color scheme 2019-04-05 10:43:09 +02:00
Lipu Fei
5074cf69dd Fix typing
CURA-6435
2019-04-05 09:57:58 +02:00
Lipu Fei
d5f4fd43dd Fix typing
CURA-6435
2019-04-05 09:42:24 +02:00
Lipu Fei
b0fd6628a5 Make sure that printer name is not empty
CURA-6435
2019-04-05 09:35:02 +02:00
Lipu Fei
b269dc95b0 Remove old AddMachineDialog
CURA-6435
2019-04-05 09:10:58 +02:00
Lipu Fei
3fefb47426 Add printer name textfield into AddLocalPrinter
CURA-6435
2019-04-05 09:10:58 +02:00
Lipu Fei
b68b154e59 Use contentLoader.item to determine height
CURA-6435
2019-04-05 09:10:53 +02:00
Lipu Fei
a5259ce22e Make progressBar optional in Wizard
CURA-6435
2019-04-05 09:09:00 +02:00
Lipu Fei
76947df6c1 Add Cura.TextField
CURA-6435
2019-04-05 09:09:00 +02:00
Lipu Fei
8e9a934035 Replace with the new add machine dialog
CURA-6435
2019-04-05 09:09:00 +02:00
Lipu Fei
8f755f8818 Use next_page_button_text in AddNetworkOrLocalPrinterContent
CURA-6435
2019-04-05 09:09:00 +02:00
Lipu Fei
945fa35946 Fix incorrect reference in UM2UpgradeSelectionMachineAction
CURA-6435
2019-04-05 09:09:00 +02:00
Lipu Fei
a18bb9d953 Add AddPrinterPagesModel
CURA-6435
2019-04-05 09:09:00 +02:00
Lipu Fei
0f62f0c60a Add next_page_button_text field to WelcomePagesModel
CURA-6435
2019-04-05 09:09:00 +02:00
Lipu Fei
3ee32944d5 Add a reusable WizardDialog
CURA-6435
2019-04-05 09:08:59 +02:00
Lipu Fei
a030e4a264 Rename WelcomDialog to WelcomeDialogItem
CURA-6435
2019-04-05 09:08:59 +02:00
Jaime van Kessel
2dd4a30586 Prevent machines without an extruder from showing "undefined" in the workspace dialog
This fixes #5572
2019-04-04 20:07:27 +02:00
Jaime van Kessel
13c56d40e7 Merge branch 'master' of github.com:Ultimaker/Cura 2019-04-04 20:07:16 +02:00
Ghostkeeper
93ef8f6c98
Merge branch 'master' into CURA-6440_exclude_support_blocks_in_used_extruders 2019-04-04 16:41:00 +02:00
Ghostkeeper
8c5f871185
Also omit support meshes from used extruders list
Their own extruder doesn't get used necessarily, because these meshes are then printed using the support extruder.

Contributes to issue CURA-6440.
2019-04-04 16:35:48 +02:00
Ghostkeeper
4e2d7a6ea9
Fix combing setting
This is a Python expression so it needs to be in quotes to become a string.
2019-04-04 16:22:03 +02:00
Jaime van Kessel
8ae87d3904
Merge pull request #5570 from Ultimaker/remove_compatibility_chart_link
Remove the link to the compatibility chart
2019-04-04 15:32:22 +02:00
Jaime van Kessel
7dd54aefcd Merge branch 'remove_compatibility_chart_link' of github.com:Ultimaker/Cura 2019-04-04 15:05:43 +02:00