Commit graph

12795 commits

Author SHA1 Message Date
Diego Prado Gesto
a992487589 CURA-4870 Check wether the current configuration matches one of the unique configurations available on the printer output device.
Improve some elements in the UI
2018-03-05 14:39:49 +01:00
Diego Prado Gesto
f779a20a6e CURA-4870 Cleanup UI and add buildplate icon 2018-03-05 12:13:46 +01:00
Diego Prado Gesto
871f0a130e CURA-4870 Frontend formatting to show the configurations 2018-03-05 11:44:26 +01:00
Diego Prado Gesto
b8ad0959a7 CURA-4870 Add call to the QObject constructor 2018-03-05 09:41:22 +01:00
Diego Prado Gesto
1ee5b44187 CURA-4870 Fix references to the extruder stacks 2018-03-04 18:20:42 +01:00
Diego Prado Gesto
22b1c2127f CURA-4870 Add information of the current configuration selected in the active printer 2018-03-04 18:13:27 +01:00
Diego Prado Gesto
49fcf35d9b CURA-4870 Prepare the UI to show the list of configurations 2018-03-04 17:26:37 +01:00
Diego Prado Gesto
6e35fc5035 CURA-4870 Modify printer menu visibility of the items. Show local or network submenu only when there is local or network printers respectively 2018-03-04 12:53:16 +01:00
Diego Prado Gesto
dead2122dd CURA-4870 Add list of unique configurations to the output device. The printer output model calculates the configuration every time a change is received from the output device 2018-03-03 20:29:06 +01:00
Diego Prado Gesto
135208bfee CURA-4870 Modify the dropdown look and feel 2018-03-02 13:26:04 +01:00
Diego Prado Gesto
6952e3f5c1 CURA-4870 Create a customized popup for the sync dropdown and fill it out with the information about the printers in the group 2018-02-28 19:41:23 +01:00
Diego Prado Gesto
3aa3729635 CURA-4870 Add printer type selector that show the unique name list of
all the types of printers in a group.
2018-02-28 13:36:39 +01:00
Diego Prado Gesto
ac635ba748 CURA-4870 Add mock-up for the printer type dropdown selector.
Add mock-up for the configuration selection.
2018-02-27 17:10:19 +01:00
Diego Prado Gesto
6fca1f1589 CURA-4870 Add i18n labels 2018-02-27 13:14:18 +01:00
Diego Prado Gesto
0d8302d864 CURA-4870 Start showing the list of printers separating between local
and networked priters.
2018-02-27 11:23:04 +01:00
Diego Prado Gesto
197508028a Merge branch 'master' of github.com:Ultimaker/Cura 2018-02-26 14:03:14 +01:00
Diego Prado Gesto
f5b3775b7c CURA-4966 When loading a project, check the quality in all the extruder stacks and replace with
the global quality if they don't match.
2018-02-26 14:01:43 +01:00
Aleksei S
6df4ad3f6d Merge branch 'master' of github.com:Ultimaker/cura 2018-02-26 11:51:56 +01:00
Aleksei S
cd0846fad2 PostProcessing plugi, script Pause at Height redo layers
gives incorrect E-values
CURA-4670
2018-02-26 11:49:51 +01:00
Diego Prado Gesto
1f5d4e90c4 Merge branch 'CURA-4968_support_eraser_on_platform' 2018-02-26 11:28:20 +01:00
Ghostkeeper
6934c3f881
Use self.putValue to write g-code
Mostly as a test of this function. Seems to work.
2018-02-26 09:54:42 +01:00
Ghostkeeper
a7e1910711
Add E in the priority list
This way we're assured of the order in which these parameters occur, even though the firmware doesn't care about it. It's easier to read though.
2018-02-26 09:54:07 +01:00
Ghostkeeper
5160373580
Add helper function to write g-code lines
Requested during the post-processing script workshop that I was giving.
2018-02-26 09:43:10 +01:00
Ghostkeeper
d0cc9ba8a6
Remove debugging prints 2018-02-26 09:42:29 +01:00
Ghostkeeper
ce125a41a5
Merge branch 'feature_zigzag_all_infill' 2018-02-23 13:19:24 +01:00
Diego Prado Gesto
3c6e94ea81 CURA-4968 Add the support eraser cube to the bottom of the buildplate
when the automatic drop models preference is OFF
2018-02-23 13:08:15 +01:00
Diego Prado Gesto
94ca4fffe3 CURA-4946 In the gcode just store the default machine definition 2018-02-22 16:46:48 +01:00
Ghostkeeper
fc9b2c3529
Limit infill zigzaggify setting to infill extruder
Let's give it the same properties as the infill pattern setting.

Contributes to issue CURA-4017.
2018-02-22 16:44:39 +01:00
Ghostkeeper
dba748bd8a
Add new setting for zig-zaggifying support
You can now also use the zigzag type patterns for support.

Contributes to issue CURA-4017.
2018-02-22 16:43:50 +01:00
Aleksei S
2cfb7de25a Merge branch 'master' of github.com:Ultimaker/cura 2018-02-21 14:55:19 +01:00
Aleksei S
3ed9ac1e83 Fix: Monitor icon state was not updated properly
CURA-4977
2018-02-21 14:54:05 +01:00
Ian Paschal
98a05ae483 Fixed typo ("coping" -> "copying") 2018-02-21 14:44:27 +01:00
Ian Paschal
fcff00e9da Remove plugins from preferences since they're now managed via the plugin browser 2018-02-21 14:42:28 +01:00
Ghostkeeper
6110b83844
Use 'or' instead of '||' for Python code
Oops.

Contributes to issue CURA-4017.
2018-02-21 09:51:14 +01:00
Ghostkeeper
f3aeb01af0
Only enable Connect Infill Lines by default for Cross
We don't want to change the default behaviour yet.

Contributes to issue CURA-4017.
2018-02-21 08:50:49 +01:00
Ghostkeeper
31ad0dd56c
Allow zig-zaggifying infill for patterns other than Cross as well
It is now supported for any linear-based infill except zigzag (which has its own algorithm; that's a TODO).

Contributes to issue CURA-4017.
2018-02-21 08:50:49 +01:00
Ian Paschal
03265cb90a
CURA-4790 Removed "bold" property 2018-02-21 08:49:27 +01:00
Ian Paschal
767539b80b
CURA-4790 Changed light weights back to normal 2018-02-21 08:49:27 +01:00
Diego Prado Gesto
f27685e6ac CURA-4017 Enable the setting zig_zagiffy_infill for the grid and triangular patterns 2018-02-20 13:56:30 +01:00
Ian Paschal
f6ff6fdcba
Merge pull request #3364 from Ultimaker/CURA-4790-lighter-weights
Cura 4790 lighter weights
2018-02-20 11:27:08 +01:00
Diego Prado Gesto
6b34f080ad Merge branch 'master' of https://github.com/Ultimaker/Cura 2018-02-20 11:12:21 +01:00
Diego Prado Gesto
6af5a5d4bc CURA-4946 When storing the gcode profile, the definition must be the
quality definition if the printer has_machine_quality. Otherwise the
fdmprinter definition must be used as a fallback. If there is no
quality_definition then the printer definition is use.
2018-02-20 11:11:21 +01:00
Ian Paschal
1bdd50e17f CURA-4790 Removed "bold" property 2018-02-20 11:04:23 +01:00
Ian Paschal
c7f8044a32 CURA-4790 Changed light weights back to normal 2018-02-20 10:46:01 +01:00
Ian Paschal
481858c1b4
Merge pull request #3360 from Ultimaker/CURA-4790-lighter-weights
CURA-4790 Added weight properties to theme
2018-02-20 09:40:37 +01:00
Diego Prado Gesto
6a4f519238 Revert "CURA-4946 Add the quality_definition metadata entry to the gcode so when"
This reverts commit 744313af27.
2018-02-20 09:30:05 +01:00
Ian Paschal
1d4d592d45 CURA-4790 Added weight properties to theme 2018-02-19 16:52:32 +01:00
Jaime van Kessel
7e8ee00e06 Merge branch 'master' of github.com:Ultimaker/Cura 2018-02-19 15:38:06 +01:00
Jaime van Kessel
3cf16fd34b Removed sending of material profiles.
It takes a godawfull long time and the machine ignores most of them anyway.
2018-02-19 15:37:08 +01:00
fieldOfView
51062a4784 Add a button to open the configuration folder. 2018-02-19 15:30:39 +01:00