Ghostkeeper
d0fdf85eb1
Revert header and copyright information
...
This was changed back by the translator. I think they just had an older template where the header wasn't yet updated.
Contributes to issue CURA-4883.
2018-02-12 13:42:38 +01:00
Ghostkeeper
d72b115be4
Merge branch '3.2' of github.com:Ultimaker/Cura into 3.2
2018-02-12 13:35:46 +01:00
Ellecross
8feaab85cd
New Spanish Translations
2018-02-12 13:34:55 +01:00
Ghostkeeper
b814a13985
Remove fuzzies and correct header
...
Contributes to issue CURA-4883.
2018-02-12 13:28:54 +01:00
Ghostkeeper
fa2edc5fa0
Update German translations
...
Checked by a reseller of Ultimaker's in the area.
Contributes to issue CURA-4883.
2018-02-12 13:27:53 +01:00
Ian Paschal
7273ecfee8
Merge branch 'master' of https://github.com/Ultimaker/Cura
2018-02-12 13:11:50 +01:00
Ian Paschal
f91ed67db0
Added wiki reference
2018-02-12 13:11:45 +01:00
Ghostkeeper
03b4213e92
Merge branch '3.2'
...
Conflicts in Cura.qml and SaveButton.qml from people fixing positioning rounding at the same time...
2018-02-12 13:10:24 +01:00
Ghostkeeper
669e6994d5
Update Polish translations
...
We got these from Andrzej. We'll check them now and update the header.
Contributes to issue CURA-4883.
2018-02-12 13:07:17 +01:00
Ghostkeeper
b9df632d3f
Update Polish translations
...
We got these from Andrzej. We'll check them now and update the header.
Contributes to issue CURA-4883.
2018-02-12 13:06:26 +01:00
Ghostkeeper
fb0eda72b9
Change tabs into spaces
...
As per our code style.
2018-02-12 11:59:46 +01:00
Ghostkeeper
75265911d4
Add option to pause at layer
...
Fixes #3172 .
2018-02-12 11:59:22 +01:00
Ian Paschal
9b82d26344
Merge pull request #3279 from Ultimaker/fix_garbled_fonts_4
...
Checked all divisions (again..) and multiplications on rounding errors
2018-02-12 11:49:50 +01:00
Ian Paschal
72788445ab
Added one more floor
2018-02-12 11:49:14 +01:00
Ghostkeeper
afeea6e214
Don't interrupt loading scripts when one error occurs
...
Instead of breaking the loading of the rest of the scripts, just don't load this particular one.
2018-02-12 11:23:43 +01:00
Ghostkeeper
b8fce75dac
Track index instead of finding it back later
...
It has to iterate over all layers and do string comparison to find the index back. Instead we just keep track of the index so this should improve performance a bit.
2018-02-12 11:12:55 +01:00
Ghostkeeper
80b99e0323
Use double quotes instead of single quotes
...
As per our code style. It doesn't say anything about single-character strings in particular.
2018-02-12 11:10:57 +01:00
Ghostkeeper
0e23fb15af
Don't skip the first layer
2018-02-12 11:07:15 +01:00
Ghostkeeper
cfdde8dd07
Simplify indentation of pause at height script
...
Instead of making lots of nested if statements, use the if statements as an interruption check. This reduces the indentation a lot and makes it easier to read in my opinion. It also makes it easier to add stuff to these checks.
2018-02-12 11:06:17 +01:00
Ghostkeeper
b44854d19d
Merge branch 'pouncingiguana-master'
2018-02-12 09:44:01 +01:00
Ghostkeeper
23d96b0ba1
Decimate Rostock platform
...
I decimated using the Decimate filter in Blender set to 60%, so it should be about 60% smaller. Now it becomes 800-something kilobytes, which is below the guideline of 1MB.
Contributes to issue CURA-4818.
2018-02-12 09:42:41 +01:00
Ghostkeeper
5c89ef1840
Merge branch 'master' of https://github.com/pouncingiguana/Cura
2018-02-12 09:24:44 +01:00
Mark
461da709ff
Checked all divisions (again..) and multiplications on rounding errors
...
CURA-4941
2018-02-10 12:45:36 +01:00
Ian Paschal
276be2342e
CURA-4940 Use aluminum instead of aluminium
...
🇺🇸
2018-02-09 15:07:14 +01:00
Mark
b52bf6decf
resolve conflict
2018-02-09 13:01:56 +01:00
Ian Paschal
20c448a716
Merge pull request #3270 from Ultimaker/fix_garbled_fonts_part_3
...
Fix rounding errors for garbled text
2018-02-09 12:01:19 +01:00
Mark
8fca183a5e
Fix rounding errors for garbled text
...
CURA-4941
2018-02-09 11:30:56 +01:00
Ghostkeeper
183792ae09
Change 'Tweak' into 'Change' and 'tw@' into 'ch@'
...
Also in the resulting g-code.
Contributes to issue CURA-4615.
2018-02-09 10:55:50 +01:00
uBuild-3D
1b17aee88f
Create ubuild-3d_mr_bot_280.def.json
...
Machine definition of MrBot280 3D printer by www.ubuild-3d.com
Thanks
2018-02-08 19:30:14 +02:00
Ian Paschal
fbf955f3a0
Updated Noto Sans in Cura About info
2018-02-08 17:24:41 +01:00
Ian Paschal
bc849805fb
CURA-4790 Change font to Noto Sans
...
Included Noto Sans Display as well for experimentation.
2018-02-08 17:23:14 +01:00
Diego Prado Gesto
487608574a
CURA-4931 Avoid creating a snapshot when there is no model in the buildplate. Since the writeStarted signal is catched by all the Writers, the createSnapshot method is triggered, but there is no scenenode in the buildplate to take a picture of, so the process is skipped
2018-02-08 17:02:11 +01:00
Ian Paschal
e7e476cb15
Revert "CURA-4790 Change font to Noto Sans"
...
This reverts commit 977518e824
.
2018-02-08 16:50:41 +01:00
Ian Paschal
977518e824
CURA-4790 Change font to Noto Sans
...
Some weirdness still exists with pixel alignments and such. See JIRA for details.
2018-02-08 15:39:17 +01:00
Ghostkeeper
e157d8e045
Fix position of additional components
...
This fixes the position when disabling auto-slice.
The position of additional components was wrong, such as the post-processing button.
2018-02-08 15:02:52 +01:00
Jack Ha
8bb70d6cc2
CURA-4934 fix crash handler cleanup in some rare case
2018-02-08 14:19:47 +01:00
Jaime van Kessel
b36d3c759f
Codestyle & typing fixes
2018-02-08 11:40:23 +01:00
Jaime van Kessel
22e0c80b3d
Removed unneeded extra error check
...
This caused an extra 1.5 second delay on changing machine configurations for dual extrusion machines.
2018-02-08 10:27:54 +01:00
THeijmans
b6c48e7fb9
Replaced tabs by spaces
...
Thanks Aldo!
2018-02-08 08:58:48 +01:00
THeijmans
4f6362f3f5
PLA 0.8mm speeds respecified
...
Fixed speeds after breaking them in the previous commit (97c96ab
)
2018-02-07 16:51:49 +01:00
Aleksei S
f655b0e033
Set Custom in visible setting preset
...
CURA-3710
2018-02-07 16:22:13 +01:00
THeijmans
ece88bd54d
Cross3D infill for TPU Flexibility
...
Changed infill to Cross3D 10% (no gradual) for a more isotropic flexibility of parts. Cross3D also prints without travels (if possible) and looks great.
2018-02-07 16:14:00 +01:00
THeijmans
97c96ab2da
PLA 0.8mm Faster printing
...
Optimization for faster printing with the 0.8mm profiles for PLA. Also removed retract at layer change for less artifacts, and changed infill pattern to triangular for more unity between profiles.
2018-02-07 16:09:57 +01:00
THeijmans
014c2628bb
PLA 0.4mm profiles Infill thickness change and Fast Quality Speedup
...
Increasing the speed of the Fast Quality prints, and slightly reducing the Infill Line Width.
2018-02-07 15:57:33 +01:00
THeijmans
34c0a09047
Optimize wall printing order
...
This setting will make a lot of more prints more logical in printing order, especially when many small features are printed.
2018-02-07 15:37:05 +01:00
THeijmans
bc0a4cdc17
Initial layer line width increase
...
Increasing the initial layer line width both increases print speed, and results in more reliable bed adhesion.
2018-02-07 15:35:09 +01:00
THeijmans
ca83089eff
Combing to "No Skin"
...
This will remove the lines "printed" on top of flat top surfaces. For all UM3(e) profiles.
2018-02-07 15:32:59 +01:00
THeijmans
f535ed29ad
Slight meshfix resolution change
...
By changing the meshfix resolution from 0.01 to 0.04 mm, we change the minimum out wall line pieces and can have a more continuous printhead movement. Also decreases Gcode size by around 30% for very high detail models.
2018-02-07 15:31:09 +01:00
Jack Ha
1a44ad48a3
Merge branch 'master' of github.com:Ultimaker/Cura
2018-02-07 13:48:32 +01:00
Jack Ha
4782659569
CURA-4425 remove resolution optimization, it does not work as expected and leaves a cropped image
2018-02-07 13:48:23 +01:00