Ghostkeeper
c7dbb1477a
Remove maximum on small feature speed
...
You can make the small features print FASTER if you like, as well. There is no physical or computational constraint there.
Discovered during investigation of #6866 .
2019-12-31 11:07:11 +01:00
Jaime van Kessel
0862fd493e
Fix some tests not cleaning up correctly after themselves
...
The PrintInformation test wasn't cleaning up after itself correclty. This
left some stuff behind that the other tests were using. Since this is bad (as at that point
tests can influence other tests), i've fixed that
2019-12-24 16:20:09 +01:00
Remco Burema
04125d4608
Merge pull request #6541 from Ultimaker/default_union_off_for_surface_mode
...
turn off Union overlapping volumes when Surface mode is Surface only
2019-12-24 14:39:03 +01:00
Jaime van Kessel
642cc0c6d1
Merge pull request #6850 from Ultimaker/CURA-6823_improve_splash_screen_responsiveness
...
CURA-6823_improve_splash_screen_responsiveness
2019-12-24 14:10:36 +01:00
Jaime van Kessel
62c54d3f3e
Add few more processEvents to make updating of splashscreen a bit smoother
...
CURA-6823
2019-12-24 13:36:04 +01:00
Jaime van Kessel
41c953112a
Make animation time instead of update dependant
...
CURA-6823
2019-12-24 12:53:19 +01:00
Lipu Fei
dcaa10e409
Handle error due to missing quality_changes in 3MF loading
...
CURA-7078
2019-12-24 10:59:09 +01:00
Jaime van Kessel
8d2083a539
Add temp warnings for the buildplate
...
CURA-6977
2019-12-24 10:54:51 +01:00
Nino van Hooff
d110d04c36
Make loading messages more consistent and cleanup usages.
...
CURA-6823
2019-12-24 10:43:21 +01:00
Nino van Hooff
07fb775ac1
Preload theme in QtApplication
...
Fixes an error where theme was loaded before the engine is initialized
CURA-6823
2019-12-24 09:51:37 +01:00
Nino van Hooff
6a0fba060e
Add loading hint for replacing the global stack
...
Displayed as a splash message when the application is starting,
logged (not displayed to the user) otherwise
CURA-6823
2019-12-23 17:32:20 +01:00
Jaime van Kessel
36364ea59b
Fix identation
2019-12-23 17:24:00 +01:00
Jaime van Kessel
973685701c
Remove removed setting
2019-12-23 17:19:31 +01:00
Jaime van Kessel
58a20fc110
Remove themed color from machinesettings action
...
Since it's partially in a system themed style, it shouldn't use color.
If it does use color, it gets messed up if the user uses dark theme (white text on
gray background doesn't work)
CURA-7059
2019-12-23 17:08:48 +01:00
Nino van Hooff
81976cfd1a
Add a few splash loading messages for a better sense of progress
...
CURA-6823
2019-12-23 16:31:55 +01:00
Ghostkeeper
8a9b791298
Merge branch '4.4'
...
Conflicts:
cura/Machines/MaterialNode.py -> Due to some automated formatting tool. Please disable those tools, people.
2019-12-23 16:26:25 +01:00
Ghostkeeper
ce5f7ce821
Make support wall line count visible when tree support is enabled
...
Oops, otherwise this can't be used (found during testing).
Contributes to issue CURA-7077.
2019-12-23 16:22:17 +01:00
Ghostkeeper
a3c5435a1d
Remove support_tree_wall_thickness
...
This setting will not be automatically translated to support_wall_thickness if it's overwritten, because that would require knowing the line width and we don't know that here. So it's hard to do.
Contributes to issue CURA-7077.
2019-12-23 16:22:17 +01:00
Ghostkeeper
50f64ca696
Merge support_tree_wall_count into support_wall_count
...
So now the two settings are used as one.
Contributes to issue CURA-7077.
2019-12-23 16:22:17 +01:00
Ghostkeeper
dbda415bba
Make merged settings extensible
...
This way it's:
- documented at the top of the file to make it easier to find all the changes, and
- easier to extend the list of merged settings.
Contributes to issue CURA-7077.
2019-12-23 16:22:16 +01:00
Ghostkeeper
824dd59e76
Code style: Spaces around binary operators
2019-12-23 16:22:16 +01:00
Ghostkeeper
71a10a262a
Move documentation nearer to code it applies to
...
Contributes to issue CURA-6522.
2019-12-23 16:22:16 +01:00
Jaime van Kessel
8398384af1
Merge branch 'master' of github.com:Ultimaker/Cura
2019-12-23 15:58:44 +01:00
Jaime van Kessel
580b544642
Convert stl to binary (instead of ASCII)
2019-12-23 15:58:13 +01:00
Jaime van Kessel
19e659735d
Change extension of lotmaxx extruders so they actually work
2019-12-23 15:53:51 +01:00
Jaime van Kessel
cce7af9cb2
Merge branch 'add-lotmaxx-printers' of https://github.com/sm3dp/Cura
2019-12-23 15:48:51 +01:00
konskarm
4dbc56f09b
Merge pull request #6831 from springtiger/master
...
Hopefully Adding the Anet 3d Printer files to the latest version
2019-12-23 14:17:43 +01:00
Ghostkeeper
f02d4f5e43
Fix spelling
...
Help, I'm forced to do this by the Apostrophe Protection Society!
2019-12-23 14:01:06 +01:00
Jaime van Kessel
2108d408e4
Merge branch 'master' of github.com:Ultimaker/Cura
2019-12-23 11:14:17 +01:00
Jaime van Kessel
f983990ac1
Fix some codestyle issues
2019-12-23 11:13:59 +01:00
Jaime van Kessel
5061a36aba
Fix mesh_type being reset when adding a setting
2019-12-23 11:11:09 +01:00
Ghostkeeper
8218d62e20
Add change log entry for 4.4.1
...
Contributes to issue CURA-7047.
2019-12-23 10:52:51 +01:00
Ghostkeeper
0028cc85ed
Remove comment documenting commit history
...
Use the commit history to document the commit history.
This solves a log warning about unknown data type for skin_edge_support_thickness.
2019-12-23 09:08:47 +01:00
tiger.he
133e300f5e
fix miss delimiter error
2019-12-21 23:07:53 +08:00
tiger.he
dda67cde1a
add machine_extruder_trains in machine definitions
2019-12-21 23:04:02 +08:00
tiger.he
17d9aa7450
remove extruders definitions
2019-12-21 22:53:36 +08:00
tiger.he
d67dae2140
delete unused definitions
2019-12-21 22:35:28 +08:00
sm3dp
658604404c
Change head polygon profile name
2019-12-21 15:18:22 +08:00
Jaime van Kessel
4ce086d5c3
Cut op beginRendering of solidView
2019-12-20 16:44:12 +01:00
Jaime van Kessel
24a5cbfacb
Make test a bit more readable
2019-12-20 15:21:59 +01:00
Jaime van Kessel
ed9d79feed
Add some extra drawings regarding the profiles
2019-12-20 13:50:05 +01:00
Ghostkeeper
15ba762847
Fix spelling of error message in the log
...
Found during investigation of #6828 .
2019-12-20 09:54:07 +01:00
tiger.he
45a659ab49
Hopefully Adding the Anet 3d Printer files to the latest version
2019-12-20 14:30:18 +08:00
ninovanhooff
4773c4eaf3
Merge pull request #6803 from Ultimaker/sentry_crash_integration
...
Sentry crash integration
2019-12-19 14:29:07 +01:00
Nino van Hooff
2f628bbfd3
Merge branch 'voron2_duplicated'
2019-12-19 14:06:43 +01:00
Remco Burema
894e678d84
Merge pull request #6820 from Ultimaker/CURA-7041_add_misp_material_settings
...
CURA-7041_add_misp_material_settings
2019-12-19 11:51:54 +01:00
Remco Burema
f05f4ff244
Fix typo.
...
part of CURA-7041
2019-12-19 11:38:53 +01:00
ninovanhooff
e8823d3529
Merge pull request #6821 from Ultimaker/CURA-7070_fix_quality_search
...
CURA-7070 fix quality search
2019-12-19 11:34:54 +01:00
Jaime van Kessel
0295113b31
Add user (identified by MAC) & ensure that no personal info is in server_name
2019-12-19 11:23:39 +01:00
Ghostkeeper
5ef7fe56be
Remove unnecessary override of expansion angle to 45 degrees
...
Found in #6823 .
2019-12-19 09:58:42 +01:00