Simon Lundell
a024be78dc
Reverting this commit as this was not the correct way to fix it.
...
Revert "Do not send new G-CODEs when the RX buffer is filling up. This is in an attempt to fix #1777 where smoothieware based printers would halt in the middle of the print."
This reverts commit 112bb260ac
.
2018-02-23 18:54:31 +01:00
Simon Lundell
5214ef3bde
Add a retry when probing for printers on discovered ports. This is to accomodate for printers that needs a few seconds to initialize before they open the port.
2018-02-23 18:47:10 +01:00
Simon Lundell
b3f0292ce6
Cancel the print when the printer sends message (b'!!') about a fatal error.
2018-02-23 18:47:10 +01:00
Simon Lundell
b1be25e8d8
Start the device thread GCODE streaming after the main thread has sent those first few lines of codes. This fixes an issue where a race between the main thread and device thread, caused both to try to send the first lines of codes and the line numbering were then messed up. This caused the printer to
...
send a resend request for a line whose number Cura did not recognize, and the printing would wait forever to start.
2018-02-23 18:47:10 +01:00
Simon Lundell
946a09eb62
Parse heatbed temperatures even if no extruder temperature is sent. Attempts to fix bug #3332
2018-02-23 18:47:10 +01:00
Simon Lundell
d62dbe5187
Stop sending empty commands as this confuses the communication with e.g. Smoothieware. See PR #3346 and bug #1777
2018-02-23 18:47:10 +01:00
Simon Lundell
c393167878
Merge remote-tracking branch 'upstream/master'
2018-02-23 18:36:25 +01:00
Ghostkeeper
ce125a41a5
Merge branch 'feature_zigzag_all_infill'
2018-02-23 13:19:24 +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
Aleksei S
8d98f20751
Merge branch 'master' of github.com:Ultimaker/cura
2018-02-19 15:05:16 +01:00
Aleksei S
1afe2668f7
Fix: Extreme small model was not automatically scaled.
2018-02-19 15:04:08 +01:00
Ian Paschal
438f11b2e6
CURA-4965 Custom / Duplicated Material's Build Plate Temperature returns to default
...
Holy hell that took a long time to figure out. Thanks @diegopradogesto!
2018-02-19 14:09:02 +01:00
Mark
9af6b4d6f6
Merge pull request #3264 from uBuild-3D/patch-1
...
Create ubuild-3d_mr_bot_280.def.json
2018-02-19 13:19:12 +01:00
Mark
3e7d7c4167
Merge pull request #3342 from probonopd/patch-4
...
Add AppImageKit to credits
2018-02-19 12:18:09 +01:00
Mark
2b70c83894
Merge pull request #3216 from dagoma3d/dagoma-profiles
...
Enhance Dagoma profiles
2018-02-19 12:12:23 +01:00
Jack Ha
823ac048fa
Merge branch 'master' of github.com:Ultimaker/Cura
2018-02-19 09:14:10 +01:00
Jack Ha
2c689ef03f
Log markup
2018-02-19 09:14:04 +01:00
Simon Lundell
112bb260ac
Do not send new G-CODEs when the RX buffer is filling up. This is in an attempt to fix #1777 where smoothieware based printers would halt in the middle of the print.
2018-02-18 11:44:04 +01:00
probonopd
e55f2d0355
Update cura.po
2018-02-17 15:02:37 +01:00
probonopd
38502e6829
Update cura.pot
2018-02-17 14:59:58 +01:00
probonopd
c84ba800d3
Update AboutDialog.qml
2018-02-17 14:58:25 +01:00
probonopd
19eb37e612
Update AboutDialog.qml
2018-02-17 14:53:07 +01:00
Diego Prado Gesto
cc2cc2a751
Merge branch 'master' of https://github.com/Ultimaker/Cura
2018-02-16 14:02:20 +01:00
Diego Prado Gesto
744313af27
CURA-4946 Add the quality_definition metadata entry to the gcode so when
...
parsing, the quality definition is taken into account instead of the
definition.
The message when importing a profile to a different machine,
now shows the expected machine and the current machine definition id.!!
2018-02-16 14:01:46 +01:00
Aleksei S
f6095e9ad0
Merge branch 'master' of github.com:Ultimaker/cura
2018-02-16 11:50:03 +01:00
Aleksei S
f897930950
Fix: Allow connection button for other printers
...
CURA-4962
2018-02-16 11:48:08 +01:00
Jaime van Kessel
16ab593eab
Merge branch 'master' of github.com:Ultimaker/Cura
2018-02-16 11:15:48 +01:00