fieldOfView
9c865e80d1
Remove debug print
2018-09-14 19:15:23 +02:00
fieldOfView
6bf91d2b3a
Fix updating temperature while preheating bed or extruder
...
While preheating the bed/extruder with M190 or M109, the firmware keeps outputting temperature lines, but these do not contain "ok" because no new command was acknowledged.
Fixes #3741
2018-09-14 13:59:05 +02:00
Ghostkeeper
e9ac0e5564
Merge branch '3.5'
2018-09-14 12:41:35 +02:00
Ghostkeeper
fb9c21e914
Fix imports
2018-09-14 12:41:03 +02:00
Ghostkeeper
3b36223681
Merge branch '3.5'
2018-09-14 12:40:29 +02:00
Ghostkeeper
e9cdd47a03
Fix types of getGlobalContainerStack call results
...
We know in these places that there must be a global stack at this point. So to hide the type error we'll cast it here.
Of course, the danger in this is that someone might call this function that doesn't know about this requirement and calls it when there is potentially no global stack yet. Hopefully they'll discover this crash when that happens then.
2018-09-14 12:38:16 +02:00
Ghostkeeper
f8da8c14e5
Fix running tests with PyQt 5.11
...
This was causing the test runner to crash.
2018-09-14 11:38:14 +02:00
Ghostkeeper
2e6401b7dc
Don't depend on the name of resource folders not changing
...
If we choose to rename the resource folders, then this plug-in should still look in the old resource folders. So hard-code these resource folders in the state that they were in at version 2.5 so that we can freely change them in a modern version.
2018-09-14 11:36:31 +02:00
Ghostkeeper
572afb052e
Remove unused import
...
This import was actually causing the test to fail on my computer due to a dependency on the order of importing libArcus vs. PyQt.
2018-09-14 11:30:25 +02:00
Lipu Fei
8298f76d91
Add material_diameter into fdmprinter
...
When saving a material to a file, it will save all the settings in that
container, which needs to create SettingInstances for all the cached
ones, and for those instances, their definitions will be retrieved from
the machine definition.
material_diameter is one of the settings, but it only exists in the
extruder definitions, so when it tries to save a material profile, a lot
of warnings/errors will occur due to the missing "material_diameter" in
fdmprinter. Adding it back fixes this problem.
2018-09-14 09:43:26 +02:00
Ghostkeeper
c962b519b1
Clarify PRIME_CLEARANCE global better
2018-09-13 16:56:14 +02:00
Ghostkeeper
5a374f31ef
Merge branch '3.5'
2018-09-13 16:27:49 +02:00
Ghostkeeper
c840680e68
Merge branch '3.5' of ssh://github.com/Ultimaker/Cura into 3.5
2018-09-13 16:26:48 +02:00
Jaime van Kessel
757c8754b1
Merge branch '3.5' of github.com:Ultimaker/Cura
2018-09-13 16:23:55 +02:00
Jaime van Kessel
9627f216b2
Actually ensure that walls don't get slower than 1 mm/s
...
CURA-5724
2018-09-13 16:22:36 +02:00
Lipu Fei
ccef0843c2
Merge pull request #4273 from Kriechi/pause-at-height-rrf
...
add PauseAtHeight post-processing script for RRF
2018-09-13 15:11:30 +02:00
Lipu Fei
b39d6c7d87
Package upgrade should also check SDK version
2018-09-13 13:42:53 +02:00
Aleksei S
f0e8746a22
Code style, duplicate material
...
CURA-5673
2018-09-13 13:23:10 +02:00
Aleksei S
5db008f763
New duplicated favorite material will be added to favorite category
...
CURA-5673
2018-09-13 12:56:51 +02:00
Lipu Fei
7a3e61e8f1
chmod a+x check_shortcut_keys.py
...
CURA-5642
2018-09-13 10:56:31 +02:00
Lipu Fei
e629ea89ff
Improve shortcut check script
...
CURA-5642
More information in the output.
2018-09-13 10:55:37 +02:00
Lipu Fei
7ec62315e0
Remove shortcut for About
...
CURA-5642
It has conflict with "&Add Printer".
2018-09-13 10:54:46 +02:00
Lipu Fei
efdec50614
Fix typo
2018-09-12 17:08:58 +02:00
Lipu Fei
d1301d16a9
Skip the do-not-handle URLs instead of returning
...
CURA-5718
The request-url dict is not ordered so you cannot garuantee the ordering
when you use .items(). This can cause a problem that if a do-not-handle
item occurs first then nothing will be handled at all.
2018-09-12 16:58:22 +02:00
Aleksei S
3da6e3c453
Set simulation path to 0 after updating layer
...
CURA-5677
2018-09-12 16:56:54 +02:00
Jaime van Kessel
ecc66fe05b
Merge branch 'CURA-5672_fix_s5_extruder_start_end_locations' of github.com:Ultimaker/Cura into 3.5
2018-09-12 14:17:45 +02:00
Lipu Fei
b27e5a1f77
Fix getActiveExtruderStacks()
...
CURA-5719
The dict values can be a random list. We need to fetch the first N
extruders starting from position 0.
2018-09-12 14:00:36 +02:00
Jaime van Kessel
c59ff82c64
Revert "[CURA-5708] Hide the Materials-tab in ToolBox (v3.5 only)"
...
This reverts commit f9585b5fae
.
2018-09-12 13:39:10 +02:00
Jaime van Kessel
00494d8301
Merge branch '3.5' of github.com:Ultimaker/Cura
2018-09-12 13:38:56 +02:00
Jaime van Kessel
e22a47462e
Merge branch 'master' of github.com:Ultimaker/Cura
2018-09-12 13:38:31 +02:00
Remco Burema
f9585b5fae
[CURA-5708] Hide the Materials-tab in ToolBox (v3.5 only)
2018-09-12 13:38:15 +02:00
Lipu Fei
e069e0db99
Fix S5 extruder start and end locations
...
CURA-5672
X coordinate 310 is not at the rightmost position, and this causes the
prime tower to start printing from somewhere in the middle.
2018-09-12 13:18:43 +02:00
Ghostkeeper
d7649f9ee4
Print buffer filling rate rather than time frame
...
The filling rate is more interesting. It's our input.
2018-09-12 11:54:35 +02:00
Jaime van Kessel
a809575bc8
Add bunch of ID's to qml components so it's easier to test them.
...
CURA-5618
2018-09-11 16:05:53 +02:00
Jaime van Kessel
f628b63c29
Merge branch '3.5' of github.com:Ultimaker/Cura
2018-09-11 15:50:26 +02:00
Diego Prado Gesto
e3681ddd9f
Also hack the way to get the generic materials, since the tag-filtered
...
calls to the api don't work yet.
Contributes to CURA-5670.
2018-09-11 13:39:53 +02:00
Jaime van Kessel
301605c30c
Added missing typing to toolbox
2018-09-11 13:20:42 +02:00
Jaime van Kessel
4f30dffaf9
Ensure that when a corrupt 3mf file is loaded, the "failed to load" message will pop up
2018-09-11 12:58:00 +02:00
Lipu Fei
1fb6441327
Fix default hardware type NOZZLE in XML material
...
CURA-5716
2018-09-11 11:20:00 +02:00
Jaime van Kessel
c84a2213a7
Merge branch '3.5' of github.com:Ultimaker/Cura
2018-09-11 11:01:55 +02:00
Jaime van Kessel
d9e23bf02b
Fix issue caused by making metadata of containerNode private
2018-09-11 10:42:42 +02:00
Jaime van Kessel
8a6c4a9fb6
Merge branch 'CURA-5677_auto_stop_sim_on_layer_change' of github.com:Ultimaker/Cura into 3.5
2018-09-11 10:40:01 +02:00
Jaime van Kessel
e717fa2251
Fix issue caused by making metadata of containerNode private
2018-09-11 10:36:53 +02:00
Diego Prado Gesto
19eefc71da
Update SDK version for the bundled packages.
2018-09-11 09:38:23 +02:00
Diego Prado Gesto
bacae6c136
Update name of the VersionUpgrade for the version 3.5.
2018-09-11 09:38:23 +02:00
Diego Prado Gesto
1c4dddd8e2
Merge branch 'stelgenhof-master'
2018-09-11 09:20:06 +02:00
Diego Prado Gesto
ff8cbfa899
Merge branch 'master' of git://github.com/stelgenhof/Cura into stelgenhof-master
2018-09-11 09:19:18 +02:00
Remco Burema
109b3fc1d2
[CURA-5677] Removed some superfluous and/or dead lines.
2018-09-11 09:08:50 +02:00
Lipu Fei
8d3bc13aae
Merge pull request #4351 from Ultimaker/fix_style_3.5
...
Fix style in 3.5 branch
2018-09-10 17:31:40 +02:00
Diego Prado Gesto
351fe5c5bc
Fix style.
2018-09-10 17:25:06 +02:00