Diego Prado Gesto
41edfe85b5
Merge pull request #4613 from Ultimaker/CURA-5812_fix_machine_actions
...
CURA-5808 Fix machine actions
2018-10-23 12:11:26 +02:00
Diego Prado Gesto
e061fc4263
Add comments to the unit test to better know how it works.
...
Contributes to CURA-5808.
2018-10-23 10:59:36 +02:00
Lipu Fei
e48c24e1dc
Fix material diameter for deltacomb
...
CURA-5753
2018-10-23 10:35:50 +02:00
Lipu Fei
158c1e4736
Merge pull request #4149 from kaleidoscopeit/master
...
- Fixed extruder behaviour to force filament diameter to 1.75
2018-10-23 10:35:07 +02:00
Lipu Fei
1675ad4ba5
Merge pull request #4487 from fieldOfView/fix_marlin_press_to_resume
...
Fix "press to resume" message after heating bed when usb is connected
2018-10-23 10:27:40 +02:00
Lipu Fei
89cb67017f
Add unit test for addDefaultMachineActions()
...
CURA-5812
2018-10-23 08:49:23 +02:00
Lipu Fei
cbd8c8739d
Merge from master
2018-10-23 08:08:37 +02:00
Tim Kuipers
56fdab276e
brim_replaces_support is now based on the support infill extruder
2018-10-22 13:49:51 +02:00
Lipu Fei
e4014f8c69
Remove trailing spaces
...
CURA-5841
2018-10-22 12:52:17 +02:00
Lipu Fei
f9122a8c1b
Merge pull request #4501 from stelgenhof/master
...
Ender-3 machine definition update
2018-10-22 12:51:10 +02:00
Lipu Fei
eef7be3ed6
Use empty string for empty build plate
...
CURA-5844
Or there can be a configuration mismatch.
2018-10-22 11:54:13 +02:00
Ghostkeeper
15a538bb94
Remove arbitrary limits on wall speed overhang factor
...
There is no physical or programmatical limitation to the wall speed overhang factor. In particular, you could want the overhang speed to be higher than the normal printing speed.
2018-10-21 02:07:46 +02:00
fieldOfView
68c3023a46
Make sure firmware name is only requested once
2018-10-19 14:38:25 +02:00
fieldOfView
71d365c0c6
Fix case where Cura and the firmware could be waiting for eachother
2018-10-19 14:37:20 +02:00
Lipu Fei
afa3e62dc1
Merge pull request #4615 from Ultimaker/CURA-5814_Material_cost_now_always_shown
...
CURA-5814 material cost now always shown
2018-10-19 11:20:29 +02:00
Lipu Fei
537108032e
Fix typing in PrinterOutputModel
...
CURA-5812
2018-10-19 09:58:06 +02:00
Lipu Fei
0e772beb14
Fix typing in MachineActionManager
...
CURA-5812
2018-10-19 09:58:06 +02:00
Lipu Fei
59704e4c0e
Make sure that a machine's default actions are added before it gets activated
...
CURA-5812
2018-10-19 09:58:06 +02:00
Lipu Fei
c67abb61a8
Remove unused argument "index" in addFirstStartAction()
...
CURA-5812
2018-10-19 09:58:06 +02:00
Lipu Fei
6dc01d4c08
Add typing for MachineActionsManager
...
CURA-5812
2018-10-19 09:58:06 +02:00
Lipu Fei
c1b9d527bb
Add typing for MachineAction
...
CURA-5812
2018-10-19 09:58:06 +02:00
Lipu Fei
9b94db8957
Directly use empty containers in MachineManager
...
CURA-5812
Instead of looking up for the empty containers via ContainerRegistry,
import and use them directly.
2018-10-19 09:57:57 +02:00
Lipu Fei
e5efd1e41f
Move constant definition into constructor
...
CURA-5812
2018-10-19 09:57:57 +02:00
Ghostkeeper
2eb9b111fc
Fix changing flow rate in dual extrusion
...
This potentially set the flow rate to -1, since it was changing the flow rate to the old['flowrateTwo'] which was left at -1 since initialisation because it didn't update here.
2018-10-19 09:55:23 +02:00
Ghostkeeper
9aa7b76dbe
Update change log with 3.5.1 changes
...
Too little, too late. But at least you'll be able to look back on it.
2018-10-19 07:55:39 +02:00
Ghostkeeper
7b140277d6
Code style: Brackets on new line
2018-10-18 17:27:15 +02:00
Ghostkeeper
4e54f13145
Move shortcut keys test to CMake
...
So that when you run tests locally, you also test this one.
2018-10-18 17:22:57 +02:00
Ghostkeeper
05c2349411
No longer run setting visibility script
...
It no longer exists.
Contributes to issue CURA-5734.
2018-10-18 17:15:28 +02:00
fieldOfView
777470db7f
Don't force sending M105 requests without OK
...
This prevents serial buffer overflow on the printer.
2018-10-18 15:47:25 +02:00
fieldOfView
f4c88aff0f
Merge branch 'master' into fix_marlin_press_to_resume
2018-10-18 15:35:57 +02:00
Ghostkeeper
3888d79b34
Merge branch 'CURA-5734-rework-and-unit-test-setting-visibility-preset'
2018-10-18 14:59:41 +02:00
Ghostkeeper
db0da61506
Forbid interpolation in setting visibility preset files
...
We might use characters that collide with this.
Contributes to issue CURA-5734.
2018-10-18 14:54:20 +02:00
Jaime van Kessel
907ecc54bd
Use the material weight as fallback
...
CURA-5814
2018-10-17 14:49:03 +02:00
Jaime van Kessel
3ad113f70f
Added some missing typing.
...
Since i was changing some stuff here, i better leave it more typed as I found it.
CURA-5814
2018-10-17 14:14:12 +02:00
Jaime van Kessel
45da5b9130
Added more specific overrides for get/set globalContainerStack
...
This helps a lot with the type hinting in other bits of the code, since for CuraApplicaiton we know it's always going to be a GlobalStack
CURA-5814
2018-10-17 14:07:12 +02:00
Jaime van Kessel
ccb0d63041
Rename print_time_message_values to something print_times_per_feature
...
Since this actually makes sense and describes what it holds. CURA-5814
2018-10-17 13:50:52 +02:00
Jaime van Kessel
440dee2191
Removed unused code
...
CURA-5814
2018-10-17 13:32:26 +02:00
Jaime van Kessel
3fd9d35ea4
Removed outdated documentation
...
CURA-5814
2018-10-17 13:31:58 +02:00
Jaime van Kessel
6555f4d4f3
Add typing
...
Because of boyscouting. CURA-5814
2018-10-17 13:31:03 +02:00
Diego Prado Gesto
f013450195
Merge branch 'master' of github.com:Ultimaker/Cura
2018-10-17 10:52:56 +02:00
Jaime van Kessel
a58c63bbb8
Minor fixes for visibility preset tests
...
CURA-5734
2018-10-17 10:51:47 +02:00
Diego Prado Gesto
e9e95b85e7
Remove support_roof_enable to True in Tevo Black Widow quality profiles,
...
since the support interface is already enabled.
Fixes #4587 .
2018-10-17 10:51:28 +02:00
Jaime van Kessel
4c5bf3297c
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-5734-rework-and-unit-test-setting-visibility-preset
2018-10-17 10:49:29 +02:00
Jaime van Kessel
d086e6fa86
Fix review comments
...
CURA-5734
2018-10-17 10:47:34 +02:00
alekseisasin
a7be605b9d
Typing error in CI CURA-5769
2018-10-17 09:50:22 +02:00
Aleksei S
24805b3883
Merge branch 'master' of github.com:Ultimaker/Cura
2018-10-16 16:48:24 +02:00
Aleksei S
20fa7f4dd8
Display retractions lines for the loaded Gcode files
...
CURA-5769
2018-10-16 16:47:05 +02:00
Remco Burema
25000e8a6b
Fix typo's. [CURA-5760] Feature support brim.
2018-10-16 16:10:30 +02:00
Remco Burema
58490343f7
Merge pull request #4363 from BagelOrb/feat_support_brim
...
Feat: support brim
2018-10-16 16:07:33 +02:00
Diego Prado Gesto
4a0808378b
Allow whitespaces in the job name.
...
Fixes #4530 .
2018-10-16 13:23:35 +02:00