Jaime van Kessel
ef9ce7ad55
Made time total & time remaining pretty
...
CURA-1036
2016-06-17 11:55:53 +02:00
Tim Kuipers
2e9ee9f668
JSON lil fix: default didn't coicide with default inherited state
2016-06-17 11:36:50 +02:00
Jaime van Kessel
168246d594
Added progress percentage label
...
CURA-1036
2016-06-17 11:02:22 +02:00
Jaime van Kessel
ec34d92500
Resume, pause & abort are handled correctly
...
CURA-1036
2016-06-16 17:47:05 +02:00
Jaime van Kessel
74c4774092
Fixed print /resume button
...
CURA-1036
2016-06-16 17:21:16 +02:00
Jaime van Kessel
8d8b479216
Adding pause / resume buttons for print monitoring
...
CURA-1036
2016-06-16 15:36:51 +02:00
Ghostkeeper
60d6cc07fb
Add Mendel90 by Bo Herrmannsen
...
Provided via https://github.com/Ultimaker/Cura/issues/808
2016-06-16 13:17:41 +02:00
Jaime van Kessel
a735e92dfa
Added camera image overlay when monitoring print
...
CURA-1036
2016-06-16 11:01:58 +02:00
Jaime van Kessel
3a46bb8d8a
Added CameraImageProvider & camera handling
...
CURA-1036 and CURA-338
2016-06-16 09:34:43 +02:00
Jaime van Kessel
8160f8d5e6
Added more data to the print monitor screen
...
CURA-1068
2016-06-15 16:47:19 +02:00
Jaime van Kessel
8a603c2fc1
Added basic tabs for monitoring print
...
CURA-1036
2016-06-15 16:17:52 +02:00
Jaime van Kessel
8b5800c1ee
Merge branch 'master' of github.com:Ultimaker/Cura
2016-06-15 14:14:19 +02:00
Jaime van Kessel
12faf23af8
Added a way to check if a printer is connected
...
CURA-1036
2016-06-15 14:13:54 +02:00
Ghostkeeper
8617f10a46
Merge branch 'materials_test'
2016-06-15 13:58:18 +02:00
Ghostkeeper
85422ae6a5
Make extruder_nr a string value
...
It's an enum after all, and the front-end doesn't work well with enums that are ints. The code for the back-end should remain the same.
Contributes to issue CURA-1716.
2016-06-15 13:52:57 +02:00
fieldOfView
0864b53081
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-06-15 09:46:08 +02:00
fieldOfView
61db0a7660
Fix extruder tabs for >2 extruders or long extruder names
...
CURA-340
2016-06-15 09:45:55 +02:00
Jaime van Kessel
1bab4032fd
Fixed broken perobject setting panel
...
CURA-1725
2016-06-15 09:41:32 +02:00
Arjen Hiemstra
e473d7a4e9
Ensure the control has active focus when clicking a SettingItem
...
This way we ensure that things update properly when for example changing
infill pattern.
Fixes CURA-1494
2016-06-14 17:29:05 +02:00
Tim Kuipers
1291587001
JSON feat: firmware acceleration and jerk settings for ultimaker printers (CURA-1646)
2016-06-14 17:06:46 +02:00
Tim Kuipers
13fd588451
JSON fix: unit of jerk: mm/s³ ==> mm/s (CURA-1646)
2016-06-14 15:47:29 +02:00
Simon Edwards
175b5429b4
Refactor the profile and Cura specific import/export code, put the cura stuff in Cura itself.
...
Contributes to CURA-1667 Profile import/export
2016-06-14 11:44:38 +02:00
fieldOfView
2498e7110d
Allow setting the diffuse_color with a uniform binding
...
CURA-345
2016-06-14 11:05:50 +02:00
fieldOfView
4ece9b0997
Add swatch to extruder tabs
...
CURA-340
2016-06-14 10:42:33 +02:00
fieldOfView
24e165b964
Remove error on ProfilesPage
...
CURA-1585
2016-06-14 10:41:06 +02:00
fieldOfView
8f86a19d6b
Fix bq_hephestos_xl.def.json to valid json
2016-06-13 22:12:45 +02:00
fieldOfView
11b120a483
Redesign extruder selection widget
...
Adds a colorswatch instead of coloring the whole widget (which looks like a warning state)
CURA-340
2016-06-13 18:23:53 +02:00
fieldOfView
33c4e86163
Change abbreviation of "seconds" to IEEE-recommended "s" (instead of "sec")
2016-06-13 16:14:16 +02:00
fieldOfView
18e69c7580
Add missing "enabled" functions for support_extruder_nr children
...
CURA-1278
2016-06-13 13:09:52 +02:00
fieldOfView
a545cde4a8
Force setting fields to update when discarding changes
...
Textfields that have the focus don't (always) update when a new value is set.
CURA-1585
2016-06-13 11:53:57 +02:00
Thomas Karl Pietrowski
f2ed22da2a
Updating platform_offset for BQ printers
...
Fixes the reason why the Cura UI freezes when choosing my printer from
the wizard.
2016-06-12 18:47:49 +02:00
fieldOfView
c592d71051
Make "save" button on AddMachineDialog translatable
...
CURA-1278
2016-06-12 15:58:52 +02:00
fieldOfView
aeccfe3509
Rearrange preferences
...
Merges general & view into a single page
Introduces sections on general page
Cleans up code
2016-06-12 15:25:39 +02:00
Ghostkeeper
49649f4cd8
Mirror Y-axis of head polygon
...
Apparently, the machine homes to maximum-Y, so the open end of the machine is on the other side. I'm rotating it 180 degrees.
2016-06-11 02:51:48 +02:00
Ghostkeeper
6311cea372
Machine head polygon with measured dimensions
...
The collision polygon of the machine head is rectangular, but the arm on which the nozzle hangs extends to the edge of the build plate on one side. These measurements were taken also by Calvindog717. The orientation is guessed. Usually the Y+ direction is towards the front... Let's hope it's good!
2016-06-11 00:57:49 +02:00
Ghostkeeper
b321a8a053
Add definition Printrbot Simple by Calvindog717
...
Source: https://www.reddit.com/r/3Dprinting/comments/4n1lyd/cura_212_has_been_released_it_features_major_ui/d409udf
I've converted Calvin's profile that he was using personally to be up to date after the settings rework.
2016-06-10 23:36:36 +02:00
Tim Kuipers
67058c3d45
fix: definition visibility got borked (CURA-1443)
...
machine definition visibility should be a metadata property and should be set to true for only those definitions which are actually machines
2016-06-10 14:52:15 +02:00
Tim Kuipers
6bb1793d12
fix: moved jerk_travel visibility from json to CuraApplication (CURA-1443)
2016-06-10 13:48:43 +02:00
Tim Kuipers
795291a117
fix/feat: introduced and fixed inheritance for all acceleration and jerk settings (CURA-1443)
2016-06-10 13:32:57 +02:00
Tim Kuipers
b2d57207a4
fix: global_only ==> settable_per_X for acceleration and jerk settings (CURA-1560 CURA-1443)
2016-06-10 13:20:55 +02:00
Tim Kuipers
149af8af28
Merge branch 'master' into feature_accelerations_and_jerk_per_feature_settigns_rework
2016-06-10 12:29:06 +02:00
fieldOfView
7d2a7bd157
Abbreviate headers
...
CURA-1668
2016-06-09 21:40:07 +02:00
fieldOfView
0d7a7d9299
Update wording to make storing/updating/discarding current settings more clear
...
CURA-970
2016-06-09 19:18:46 +02:00
fieldOfView
d34d398e96
Change the implementation of creating a profile from the current settings
...
The newly created profile now combines the settings of the active quality profile and the current settings
CURA-970, CURA-1585
2016-06-09 18:40:42 +02:00
fieldOfView
4da69a4d3e
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-06-09 17:49:49 +02:00
fieldOfView
c6b1706460
Fix customisedSettings button (profiles dropdown) layout and behavior
...
CURA-1685
2016-06-09 17:49:33 +02:00
Tim Kuipers
b0198aedb0
JSON fix: line_width didn't supply any settable_per info (CURA-1558)
2016-06-09 17:27:20 +02:00
Tim Kuipers
959305ddf7
JSOn fix: removed buggy default:true for numeric values (CURA-1558)
2016-06-09 17:26:43 +02:00
fieldOfView
0952dd0327
Removed warnings about undefined properties
...
CURA-1278
2016-06-09 16:01:08 +02:00
fieldOfView
887a5f4f80
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-06-09 15:51:40 +02:00