Ghostkeeper
0df4afff33
Convert parameters to string before including them
...
This way you can provide normal floating point values instead of providing strings with numbers in them.
Contributes to issue CURA-3161.
2017-02-07 13:26:10 +01:00
Ghostkeeper
d7bf23ca21
Add function to cancel pre-heating the bed
...
You could also do this by calling preheatBed with a temperature of 0. In fact, that's what this function does.
Contributes to issue CURA-3161.
2017-02-07 13:23:56 +01:00
Ghostkeeper
9d8034d14f
Add default for duration parameter of preheatBed
...
It defaults to 15 minutes.
Contributes to issue CURA-3161.
2017-02-07 13:22:21 +01:00
Jack Ha
ed1fea2d3e
Fix colors of compatibility mode. CURA-3273
2017-02-07 13:20:26 +01:00
Ghostkeeper
cfbcf56739
Add function to pre-head bed
...
This makes a PUT-request to the printer with the new API function call.
Contributes to issue CURA-3161.
2017-02-07 13:18:41 +01:00
Jack Ha
4b02a425d8
Let Layer View compatibility mode depend on OpenGL version we asked for (may be different than actual). CURA-3273
2017-02-07 11:55:51 +01:00
Jack Ha
1d77864915
Added force layer view compatibility mode. CURA-3273
2017-02-07 09:36:21 +01:00
Jaime van Kessel
3d01d7bc54
Removed unneeded bytearray to string conversion
2017-02-06 14:26:02 +01:00
Jaime van Kessel
4dc70cc2b1
3MF writer now also uses libSavitar
...
CURA-3215
2017-02-06 14:14:03 +01:00
Jaime van Kessel
b6118a764e
Updated documentation
...
CURA-3215
2017-02-06 14:13:20 +01:00
Jack Ha
7c964045db
Removed unused line in shader. CURA-3273
2017-02-06 13:16:47 +01:00
Ghostkeeper
9546c85967
Add boxes containing information on extruders
...
These are meant to eventually replace the bullet-list of information we currently have.
Contributes to issue CURA-3161.
2017-02-03 13:50:17 +01:00
Jack Ha
0889722350
Finishing up opengl 4.1 core profile things, it all works. CURA-3273
2017-02-02 17:08:20 +01:00
Jaime van Kessel
a3326a8313
3mf reader now uses libSavitar for loading
...
This greatly decreases (~factor 10) the time required to load 3mf files
CURA-3215
2017-02-02 15:54:44 +01:00
Ghostkeeper
7b41e844cc
Fix name and address for USB printing devices
...
As address it uses the serial port, which would be COM# for Windows and /dev/ttyUSB# for Linux. I don't know what it would display there on OSX, probably a drive directory.
Contributes to issue CURA-3161.
2017-02-02 15:19:56 +01:00
Ghostkeeper
cda5ee1dca
Separate name from address in properties
...
This way we can display them separately.
Contributes to issue CURA-3161.
2017-02-02 14:27:49 +01:00
Victor Larchenko
7c3728632f
T576: Added {jobname} keyword
2017-02-02 15:29:14 +06:00
Victor Larchenko
67aae55640
T576: Added print statistics
2017-02-02 15:28:57 +06:00
Victor Larchenko
dbb971fef5
T576: Added date and time keywords
2017-02-02 15:24:33 +06:00
Victor Larchenko
7adc1f4870
T576: Added aliases
2017-02-02 15:24:15 +06:00
Jack Ha
4659d8616e
Fixed some opengl 4.1 core vertex and fragment shaders, layerview anchor. CURA-3273
2017-02-01 16:29:21 +01:00
Jack Ha
4bb8e1b025
Converted layers3d.shader to 41core spec. Contributes to CURA-3273
2017-02-01 16:10:52 +01:00
Ghostkeeper
3aec36018f
Add entry that we switched Linux to AppImage format
...
It was deemed worthy to mention.
Contributes to issue CURA-3048.
2017-01-31 16:54:54 +01:00
Jack Ha
aa923321f8
Fix compatibility mode layout. CURA-3273
2017-01-31 09:19:18 +01:00
Jack Ha
523211c3e8
Merge branch 'layer_view3_cleanup' into layer_view3_layout
2017-01-30 16:48:31 +01:00
Jack Ha
5a2aa8846b
Added extruder count detection to layer view. CURA-3273
2017-01-30 13:29:35 +01:00
Jack Ha
d6f00a0a64
Solved merge conflict. CURA-3321
2017-01-30 11:40:53 +01:00
Jack Ha
5f6ed488d1
Layerview removed Color Only Selected Extruder, cleanup 3d shader. CURA-3273
2017-01-30 11:39:59 +01:00
Jack Ha
645d188698
Merge branch 'layer_view3_cleanup' into layer_view3_layout
2017-01-30 11:26:13 +01:00
Jack Ha
2f9618f2ad
Merge branch 'master' into layer_view3_cleanup
2017-01-30 11:25:55 +01:00
Jack Ha
b1d95f3464
Layout Layer View menu, removed item, changed size. CURA-3321
2017-01-30 11:24:51 +01:00
Mark Burton
31c1684066
Merge remote-tracking branch 'upstream/master' into mb-infill-line-angles
2017-01-27 15:55:43 +00:00
Mark Burton
db3cf0c0fb
Add the [int] setting type for settings that are a list of integers.
...
The RegExpValidator (more of a restrictor than a validator) requires the
text to start with a '[' and then have a sequence of integers separated by
commas. A trailing ']' is accepted.
2017-01-27 15:54:19 +00:00
Simon Edwards
eb43806d7a
Merge branch 'master' into python_type_hinting
2017-01-27 15:37:30 +01:00
Jaime van Kessel
48e5a2237d
Merge branch 'master' of github.com:Ultimaker/Cura
2017-01-27 09:33:13 +01:00
Jack Ha
bb1fa3ae04
Started changing layout of layer view. CURA-3321
2017-01-26 17:29:39 +01:00
Jaime van Kessel
d9541a08b8
3mf reader now uses fast normal calculation
...
CURA-3215
2017-01-26 17:27:41 +01:00
Ghostkeeper
73516fce89
Merge branch 'fieldOfView-fix_unthemed_rects'
2017-01-26 17:21:21 +01:00
fieldOfView
8d7bde02f3
Fix unslicable ("striped") model rendering and add overhang color theming
2017-01-26 11:09:09 +01:00
Ghostkeeper
b377fdd2a6
Merge branch 'fix_unthemed_rects' of https://github.com/fieldOfView/Cura into fieldOfView-fix_unthemed_rects
2017-01-26 10:56:10 +01:00
Ghostkeeper
97bcf5b490
Add new fixes for UM2 firmware in 2.4
...
This text is at my judgement. No marketing speak.
Contributes to issue CURA-3048.
2017-01-26 10:55:57 +01:00
Ghostkeeper
a44013d384
Add new fixes for UM2 firmware in 2.4
...
This text is at my judgement. No marketing speak.
Contributes to issue CURA-3048.
2017-01-25 16:30:14 +01:00
Jack Ha
7281b46118
Merge branch '2.4'
2017-01-25 15:28:56 +01:00
fieldOfView
a823980d17
Replace "transparent" Rectangles by Items
2017-01-25 15:21:37 +01:00
fieldOfView
bf3d3d46e2
Fix Rectangles that always show as white regardless of the theme
2017-01-25 15:12:57 +01:00
Jack Ha
3a2438937d
Removed crappy legend
2017-01-25 12:46:07 +01:00
jack
26ad2c8f6e
Merge pull request #1378 from fieldOfView/feature_layerview_legend
...
Layerview Legend
2017-01-25 11:53:41 +01:00
Jack Ha
a52cb2fa63
Compatibility mode scale line type colors
2017-01-25 09:48:36 +01:00
fieldOfView
878ccc679c
Add a legend to Layer View
2017-01-24 23:24:52 +01:00
Jack Ha
e21a6ed62a
Cleanup
2017-01-24 16:52:47 +01:00