14bitVoid
ea35fdfd30
Merge branch 'master' of https://github.com/Ultimaker/Cura into first_layer_line_width
2017-07-09 00:54:00 +02:00
Jaime van Kessel
ab467a65a2
Merge branch 'master' of github.com:Ultimaker/Cura
2017-07-07 13:42:36 +02:00
Ghostkeeper
4edd91de23
Fig passing signals to topbar
...
Topbar is now in the lead on whether the print monitor should be shown or not. As it should be.
Contributes to issue CURA-4010.
2017-07-07 13:37:31 +02:00
Ghostkeeper
d277b16807
Capitalise '3D'
...
3d looks ugly to me.
2017-07-07 13:37:30 +02:00
Jaime van Kessel
4afc422d5d
Merge branch 'spaghetti_infill_correction' of github.com:Ultimaker/Cura
2017-07-07 13:29:38 +02:00
Tim Kuipers
e7eaeb41bd
setting: spaghetti_infill_extra_volume (CURA-3987)
2017-07-07 12:53:49 +02:00
Lipu Fei
89c5fb2d15
Merge pull request #2037 from Ultimaker/feature_zoom_to_mouse
...
Added zoom to mouse preference
2017-07-07 11:40:26 +02:00
Jaime van Kessel
12d8c7f4d7
Merge branch 'master' of https://github.com/maukcc/Cura
2017-07-07 09:19:47 +02:00
Ghostkeeper
ef89fab126
Fix spaces after comma according to code style
...
Contributes to issue CURA-3587.
2017-07-06 16:13:42 +02:00
Tim Kuipers
574ae4b52a
Merge branch 'smartavionics-mb-support-real-reprap-gcode'
2017-07-06 15:15:58 +02:00
Ghostkeeper
1b3750caae
Merge branch 'spaghetti_infill_total_volume'
2017-07-06 15:03:48 +02:00
Tim Kuipers
23a98dd959
Merge branch 'mb-support-real-reprap-gcode' of https://github.com/smartavionics/Cura into smartavionics-mb-support-real-reprap-gcode
2017-07-06 15:00:38 +02:00
Lipu Fei
3983da30aa
Update setting_version to 2 for qualities
...
CURA-3975
2017-07-06 14:19:20 +02:00
Lipu Fei
72afefbfd4
Update setting_version to 2 for variants
...
CURA-3975
2017-07-06 14:19:20 +02:00
Lipu Fei
eb88ad5a3d
Change mode to 0644 for all quality files
...
CURA-3975
2017-07-06 13:38:39 +02:00
Jaime van Kessel
cd7c8bb753
Merge branch 'master' of github.com:Ultimaker/Cura
2017-07-06 10:46:59 +02:00
Jaime van Kessel
95cacb8300
Added missing translate to topbar
2017-07-06 10:46:29 +02:00
Lipu Fei
2cab097716
Rename "Not Supported" quality files
...
CURA-3975
Rename quality profiles with name "Not Supported" to have actual quality
names. Note that the "Not Supported" only ones are renamed to "Fast_Print".
2017-07-06 10:25:31 +02:00
Mark Burton
8955249ea9
Change gcode flavor labels to make it obvious which firmwares they are targetting.
...
Rename "RepRap (Marlin/Sprinter)" to "Marlin".
Rename "RepRap (Volumetric)" to "Marlin (Volumetric)".
Rename "RepRap (RepRap)" to "RepRap".
2017-07-06 08:24:23 +01:00
Ghostkeeper
271d4a30f0
Set Support Z Distance equal to what it's at for UM3
...
The old value was giving a warning and the new value was better tested for UM3. We knew that this was sorta wrong. Suggested by the materials team.
2017-07-05 16:22:24 +02:00
Ghostkeeper
9dd3527504
Blur setting text fields when clicking buttons
...
Otherwise the setting is not applied yet by the time you duplicate or export a profile.
Contributes to issue CURA-4011.
2017-07-05 16:04:11 +02:00
Mark Burton
f81be9e627
Added RepRap (RepRap) gcode flavor.
2017-07-05 14:46:12 +01:00
Tim Kuipers
7ff6857041
Merge pull request #1995 from smartavionics/mb-z-seam-relative
...
Added z_seam_relative setting to determine whether z seam origin is relative to part or not.
(CURA-3971)
2017-07-05 12:30:17 +02:00
Jaime van Kessel
84b522a4c8
Merge branch 'feature_pointing_rectangle_borders' of https://github.com/fieldOfView/Cura
2017-07-05 10:22:54 +02:00
Lipu Fei
b43a09d773
Merge pull request #2064 from Ultimaker/feature_top_navigation_bar
...
Feature top navigation bar
2017-07-04 15:46:03 +02:00
maukcc
194d7bb3b8
Cartesio profiles update
...
Cartesio disalowed areas
Cartesio extruder offsets
Cartesio high quality profiles
2017-07-04 14:58:01 +02:00
Ghostkeeper
b66f9a0da4
Invert enabled condition on spaghetti_infill_stepped
...
These two settings are only relevant if the spaghetti infill is stepped, not when it's not stepped.
Contributes to issue CURA-3861.
2017-07-04 13:50:19 +02:00
Lipu Fei
d0ef97b02c
Remove invalid anchoring for SidebarHeader
...
CURA-3964
sidebarHeaderBar has been removed and the anchor line is not needed.
2017-07-04 13:06:41 +02:00
Ghostkeeper
d3fc47fb42
Remove nonsensical warning values for prime tower position
...
I discovered this during work on CURA-3521.
2017-07-04 12:36:18 +02:00
Ghostkeeper
88ee878423
Simplify inheritance formula for prime tower wall thickness
...
Firstly, all the resolveOrValue calls are identity functions now so they can be phased out.
Secondly, all the max(extruderValues(...)) should be done by the resolve property rather than the value property. The resolve property already makes sure that the prime tower is evenly thick for every extruder, so it doesn't need to ensure this in the value function as well.
Contributes to issue CURA-3521.
2017-07-04 12:33:19 +02:00
Jaime van Kessel
1627a65513
Viewport overlay now shows correctly when switching between monitor & settings
...
CURA-3964
2017-07-04 11:58:04 +02:00
Arjen Hiemstra
ec25164731
Cleanup monitoringPrint stuff by properly passing things as properties
...
Instead of relying on the property magically being propagated from the
root object, which causes crashes.
Contributes to CURA-3964
2017-07-04 11:37:04 +02:00
Mark Burton
ff4935011d
Tweak description.
2017-07-04 10:36:45 +01:00
Jaime van Kessel
edeb2fa787
Merge branch 'master' of github.com:Ultimaker/Cura into feature_top_navigation_bar
2017-07-03 16:40:47 +02:00
Lipu Fei
68cae135a9
Make outer wall line width to evaluate its value accroding to its extruder
...
CURA-3891
This commit fixes the problem that limit to extruder for outer wall
doesn't work.
2017-07-03 16:19:10 +02:00
Jaime van Kessel
680cceb6f5
Switching to monitor tab now shows the correct sidebar again
...
CURA-3964
2017-07-03 16:12:19 +02:00
fieldOfView
5fec3d4f6d
Replace mock borders with true borders
2017-07-03 16:04:18 +02:00
Jaime van Kessel
7e07482dec
Added topbar to Cura
...
CURA-3964
2017-07-03 15:44:42 +02:00
Tim Kuipers
60379d395d
feat: spaghetti infill stepping vs all volume at once (CURA-3861)
2017-06-30 17:59:47 +02:00
Ghostkeeper
b8b23055ba
Fix getting new material diameter
...
Same problem, it's not been updated yet at this point.
Contributes to issue CURA-2822.
2017-06-29 16:50:15 +02:00
Ghostkeeper
27bcb11dc9
Store old approximate diameter in variable
...
Shorter line, easier to read.
Contributes to issue CURA-2822.
2017-06-29 16:41:24 +02:00
Ghostkeeper
b3e49f0c12
Fix getting the old approximate diameter
...
The properties.approximate_diameter gets updated later via signals, so at this point it's not correct yet.
Contributes to issue CURA-2822.
2017-06-29 16:28:01 +02:00
Ghostkeeper
c7120dddda
Don't allow changing the default printing temperature per mesh
...
The printing temperature is not settable per mesh. The default printing temperature shouldn't be either.
2017-06-29 14:16:02 +02:00
Jaime van Kessel
4a5b1d0760
Merge branch 'feature_xy_offset_layer_0' of https://github.com/fieldOfView/Cura
2017-06-28 15:16:18 +02:00
fieldOfView
20b2a3dc81
Improve description for xy_offset_layer_0
2017-06-28 11:48:16 +02:00
Jaime van Kessel
b7165ad41d
Merge branch '2.6' of github.com:Ultimaker/Cura
2017-06-28 10:56:43 +02:00
Ghostkeeper
ebdcd46062
Rename other quality profiles to old not-supported names
...
The Superdraft quality was sometimes still active in users' old configuration as well.
Contributes to issue CURA-3973.
2017-06-27 16:41:58 +02:00
Ghostkeeper
21624d7761
Merge branch '2.6'
2017-06-27 16:25:55 +02:00
Ghostkeeper
f30d150ead
Rename CPE+ and PC draft prints to Not Supported
...
It's a hack. But it prevents having to write an upgrade script for this.
Contributes to issue CURA-3973.
2017-06-27 16:13:47 +02:00
Jaime van Kessel
4370e3a13c
Added zoom to mouse preference
...
https://github.com/Ultimaker/Cura/issues/1572
2017-06-27 15:41:17 +02:00