Lipu Fei
2b5d78a01a
Do not add unknown or non-host printers in add-by-ip
...
CURA-6483
2019-05-01 14:25:01 +02:00
Lipu Fei
383b474bd7
Fix typo
...
CURA-6483
2019-04-30 15:27:29 +02:00
Lipu Fei
0e2815a748
Fix back button on add printer page
...
CURA-6483
2019-04-30 15:27:11 +02:00
Lipu Fei
40d26bbb6e
NetworkingUtil is included in Cura 1.5 QML
...
CURA-6483
2019-04-30 12:49:26 +02:00
Lipu Fei
e1766b72ec
Only highlight the currently active machine
...
CURA-6483
2019-04-30 12:47:19 +02:00
Lipu Fei
ed8127777c
Make a single NetworkingUtil
...
CURA-6483
2019-04-30 09:43:50 +02:00
Lipu Fei
bb1442a04e
Update comments
...
CURA-6483
2019-04-30 07:40:35 +02:00
Lipu Fei
c8872cb4a1
Use a separate function to validate IP address
...
CURA-6483
2019-04-29 15:53:08 +02:00
Lipu Fei
defcba6927
Fix that you can only cancel in WizardDialog
...
CURA-6483
2019-04-29 15:53:08 +02:00
Jaime van Kessel
56c0cae71f
DoubleClick and drag no longer contradict eachother for expandable component
...
CURA-6478
2019-04-29 15:13:01 +02:00
Ghostkeeper
25bbc1e66e
Set default infill density for tree support to 0% in profiles
...
In profiles that overwrite the support infill density, also keep it 0% for tree support.
Except PVA profiles. Those are probably better off with their normal infill density.
Fixes #5297 .
2019-04-29 12:06:54 +02:00
Jaime van Kessel
e5d7387fed
Updated the documentation of the contentAlignment property
2019-04-29 11:54:33 +02:00
Jaime van Kessel
79fbe12e92
Add an extra check to enforce min height of printSetupSelector
...
CURA-6478
2019-04-29 10:49:33 +02:00
Jaime van Kessel
db1a5ec8c0
Add mousearea to prevent clicking through the printSetupSelector
...
CURA-6478
2019-04-29 10:38:05 +02:00
Jaime van Kessel
8d0a31dcfb
Show tooltip on the right side if the setting area is to far to the left
...
CURA-6478
2019-04-29 10:33:02 +02:00
Ghostkeeper
1fb336ed3d
Merge branch 'CURA-6483_fix_manual_printer_discovery' into 4.1
2019-04-26 14:15:07 +02:00
Diego Prado Gesto
17c06f200f
Change the copy of the account benefits
...
As per @mahtDFR request
2019-04-26 14:04:46 +02:00
Diego Prado Gesto
c7bee73af6
Add cross cursor to the draggable expandable component.
...
Contributes to CURA-6478.
2019-04-26 13:49:55 +02:00
Lipu Fei
278d8ee587
Fix button enabled flags
...
CURA-6483
2019-04-26 13:30:26 +02:00
Lipu Fei
dbd8d4e74c
Use IPv4 and IPv6 regex to validate IP input
...
CURA-6483
2019-04-26 12:48:30 +02:00
Jaime van Kessel
ac8cca31d1
Merge pull request #5667 from Ultimaker/CURA-6478_drag_expandable_component
...
Make Expandable Components Draggable [CURA-6478]
2019-04-26 11:03:52 +02:00
Remco Burema
77d8095208
Home/dock expandable-draggable on double-click. [CURA-6478]
2019-04-25 22:26:51 +02:00
Remco Burema
ac67e1a3a9
Make expandable component preferences load again. [CURA-6478]
2019-04-25 22:08:25 +02:00
Remco Burema
c4265c1f67
Scale instead of center for preview/prepare-menus. [CURA-6478]
2019-04-25 21:50:24 +02:00
Remco Burema
bd262ca6c4
Set min.-height and 'stage-awareness' for print-setup-UI. [CURA-6478]
2019-04-25 15:37:52 +02:00
Remco Burema
194f01f840
Add preferences for draggable/expandable-component. [CURA-6478]
2019-04-25 14:50:29 +02:00
Remco Burema
baac2d1a0f
Fix various expandable/dragable/window interactions. [CURA-6478]
2019-04-25 13:33:31 +02:00
Lipu Fei
b22073e170
Add timeout for manual IP requests
...
CURA-6483
2019-04-25 11:54:32 +02:00
Remco Burema
9283c3d321
Add window-size handling to draggable component. [CURA-6478]
2019-04-25 11:08:13 +02:00
Ghostkeeper
0ad9d000ab
More consistent capital letter usage
2019-04-25 10:55:17 +02:00
Lipu Fei
372e9026e4
Move add by ip device discovery into DiscoveredPrintersModel
...
CURA-6483
2019-04-25 08:44:55 +02:00
Remco Burema
7382798b6a
Move setting the dragged-to position to its own function. [CURA-6478]
2019-04-25 08:43:36 +02:00
Remco Burema
78f15d8fcb
Margins to main window for draggable component.
2019-04-25 08:43:36 +02:00
Remco Burema
37fddaee5c
Limit draggable component to the main window.
2019-04-25 08:43:36 +02:00
Remco Burema
28a14c0a3b
Make expandable component dragable.
2019-04-25 08:43:36 +02:00
Lipu Fei
f04b0c3fcc
Increase the size of network printer list
...
The local printer list utilizes the whole space, but the network printer
list is only use half of the space.
2019-04-25 08:18:41 +02:00
Lipu Fei
1b9bf6f0b9
Add optional empty placeholder for CuraView
...
CURA-6469
2019-04-24 09:10:21 +02:00
Lipu Fei
3bec7cdf8b
Add margins between label and content
...
CURA-6435
2019-04-24 08:28:32 +02:00
Ghostkeeper
ce9f3c9bcc
Set maximum feedrate to light speed
...
For many printers this maximum feedrate is unknown. The rationale for this commit is that if it's unknown we shouldn't limit the speed settings.
This does cause the time estimations to be out of whack if the speed is limited on one axis but not on another axis, such as if you home the build plate while homing the head as well (when the head is much faster than the build plate). Because now Cura doesn't assume that there is a limit on any axis any more. It just holds the print speeds.
Many printers override these settings so that they have a more realistic value. Previously the value of 500mm/s wasn't very realistic anyway, as most printers have somewhere in the area of 250mm/s in their firmware limits.
Fixes #5640 .
2019-04-23 18:06:26 +02:00
Vlad Gribinchuk
fec0272c5f
Merge branch 'master' into feature_z_hop_extruder_switch
2019-04-22 10:45:57 +03:00
Jaime van Kessel
50ad4e4d4e
Speed up the rendering of the solid view by caching support_angle property
2019-04-19 14:55:28 +02:00
Jaime van Kessel
9daa78a98f
Merge branch 'master' of github.com:Ultimaker/Cura
2019-04-19 13:58:58 +02:00
Jaime van Kessel
f86f4d184b
Add a QML item that shows the FPS
2019-04-19 13:58:41 +02:00
Diego Prado Gesto
a713cdc6bd
Add new values for the resolution and deviation settings
...
According to the experts
2019-04-18 17:26:01 +02:00
Vlad Gribinchuk
7d73921d63
Set "value" for retraction_hop_after_extruder_switch_height to ensure it copies the value of retraction_hop
2019-04-18 16:32:23 +03:00
Vlad Gribinchuk
a52939730f
Put retraction_hop_after_extruder_switch_height into expert.cfg
2019-04-18 16:30:47 +03:00
Remco Burema
b5d4ef61f5
Add cancel-button and fix window-size (add printer). [CURA-6435]
2019-04-17 18:10:26 +02:00
Remco Burema
bcfb2c02e5
Fix dark-theme and arrow for add-printer-dialog. [CURA-6435]
2019-04-17 17:45:11 +02:00
Remco Burema
5c28de05e1
Workaround for ListView-cache-bug in Qt. [CURA-6435]
2019-04-17 16:40:05 +02:00
Remco Burema
d72911df84
Merge branch 'master' into CURA-6435_new_style_add_machine
2019-04-17 14:00:45 +02:00