Ghostkeeper
02efd7a1f5
Correct some printers to use 1.75mm filament
...
This should fix some underextrusion problems... Hmm.
Sources:
* https://alya3dp.com/pages/teknik-ozellikler
* https://www.creality3d.cn/creality-cr-10-s4-3d-printer-p00098p1.html
* https://www.creality3d.cn/creality-cr-10-s5-3d-printer-p00099p1.html
* https://3dprint.com/3643/german-repraps-neo-3d-printer-now-available-in-the-us-uk/
* https://somosmaker.com/pegasus-impresora-3d/
* http://www.3dmaker.vn/3d-printer-3dmaker-starter/?lang=en# (assuming the filaments they sell on that website are compatible)
* https://makezine.com/product-review/printrbot-play/
I could not find a source for the Deltabot, but got that information from here: https://github.com/Ultimaker/Cura/issues/4573
Contributes to issue CURA-5817.
2018-10-15 13:55:47 +02:00
Jaime van Kessel
167c6fbb76
Merge branch '3.5' of github.com:Ultimaker/Cura
2018-10-15 11:47:45 +02:00
Lipu Fei
73de720947
Change material diameter to 1.75 for monoprice machines
...
CURA-5817
2018-10-15 09:27:55 +02:00
Ghostkeeper
e747219bbe
Let Makerbot Replicator use Replicator's X3G variant
2018-10-15 01:30:36 +02:00
Ghostkeeper
9e4fcd820e
Update outputDevice when the global container changed
...
And directly link the active printer name to it, so that that also gets updated. With the property var it just gets evaluated upon creating the rectangle.
Contributes to issue CURA-5749.
2018-10-12 14:56:27 +02:00
Ghostkeeper
3c626453a6
Fix spelling
2018-10-12 11:28:30 +02:00
Tim Kuipers
ad80ea6dd4
fix: limit to extruder of top/bottom polygon connector
2018-10-12 11:16:24 +02:00
Lipu Fei
01d95f51c8
Fix prime blob enabled for S5
...
Still need that enabled = true...
2018-10-10 09:34:30 +02:00
Lipu Fei
6d852228e3
Update ultimaker_s5.def.json
2018-10-10 09:29:42 +02:00
THeijmans
d3101b2fd9
Fixed prim blob visibility
...
Changed the wrong prime_blob setting, now it should be visible but disabled.
2018-10-10 09:26:16 +02:00
Lipu Fei
382adf57df
Use 0.1 layer height as normal for Ender 3
2018-10-10 07:55:49 +02:00
Lipu Fei
1951391a23
Merge remote-tracking branch 'origin/3.5'
2018-10-09 12:04:53 +02:00
Lipu Fei
18821b6527
Add missing extruder def for Creality Ender 3
...
CURA-5806
2018-10-09 11:43:42 +02:00
Jaime van Kessel
d1a51b26f7
Simplified QML expression
2018-10-08 17:22:04 +02:00
Jaime van Kessel
5f6b267c77
Merge branch 'fix_credits' of https://github.com/fieldOfView/Cura
2018-10-08 17:07:05 +02:00
Jaime van Kessel
d98eafe041
Merge branch '3.5' of github.com:Ultimaker/Cura
2018-10-08 17:03:25 +02:00
Ghostkeeper
314b966cc9
Improvements to translated strings
...
These strings were recently found to have been confusing to the translators. Improvements are:
- Pulling the (untranslated) error message out of the message sentence. We really want the error message to be at the end so we'll force the translators to translate it as a prefix.
- Remove extra spaces at the end.
- Remove Python logic from within the i18nc call, since gettext doesn't understand that.
Contributes to issue CURA-5741.
2018-10-08 15:03:21 +02:00
fieldOfView
94164c5865
Add Charon, Shapely, Trimesh and NetworkX to credits
2018-10-05 15:29:52 +02:00
Diego Prado Gesto
6abd43f690
Add Polish to the list of available languages. Forgotten by mistake.
2018-10-04 17:37:28 +02:00
Diego Prado Gesto
4ca63f84b8
Add missing quote.
...
Contributes to CURA-5741.
2018-10-03 16:57:26 +02:00
alekseisasin
5cd4d741c9
Merge pull request #4267 from smartavionics/mb-extruder-cooling-fan-number
...
Add machine_extruder_cooling_fan_number setting to specify print cooling fan for each extruder.
2018-10-03 15:17:02 +02:00
Jaime van Kessel
dabe747ec0
Merge branch 'CURA-5744-move-oauth-login' of github.com:Ultimaker/Cura
2018-10-03 13:25:09 +02:00
Lipu Fei
b97f4ea30c
Merge remote-tracking branch 'origin/3.5'
2018-10-03 11:49:38 +02:00
Lipu Fei
c3e7e426ff
Fix getDefaultVariantNode for UM2
...
CURA-5790
UM2 has optional variant which depends on whether Olsson Block is
enabled. getDefaultVariantNode() should take that into account.
2018-10-03 11:24:27 +02:00
Aleksei S
0edcd316d3
Merge branch 'master' of github.com:Ultimaker/Cura
2018-10-03 10:33:06 +02:00
Aleksei S
51e7b6c388
Change font style for active material in preferences
...
CURA-5747
2018-10-03 10:30:48 +02:00
Diego Prado Gesto
c0c66649b8
Merge branch '3.5'
2018-10-02 20:27:18 +02:00
Diego Prado Gesto
afccd38a5d
Add preposition to be consistent with other strings.
...
Contributes to CURA-5741.
2018-10-02 17:48:25 +02:00
Diego Prado Gesto
04c72c0875
Merge branch '3.5' of git://github.com/Patola/Cura into Patola-3.5
2018-10-02 17:26:14 +02:00
Diego Prado Gesto
a99241d20b
Add missing quote.
...
Contributes to CURA-5741.
2018-10-02 15:53:06 +02:00
Jaime van Kessel
9970f0e752
Merge branch 'fix_polygon_connector_setting' of https://github.com/BagelOrb/Cura
2018-10-02 13:12:21 +02:00
Cláudio 'Patola' Sampaio
e457b2e67c
Merge branch '3.5' of https://github.com/Ultimaker/Cura into 3.5
...
Updated to push to upstream
2018-10-02 07:01:39 -03:00
Cláudio 'Patola' Sampaio
6d17144766
Updated strings to Cura 3.5
2018-10-02 07:00:14 -03:00
alekseisasin
84c667265d
Merge pull request #4200 from BagelOrb/top_bottom_settings_enabled_function
...
JSON fix: only enable skin settings when there is skin
2018-10-02 11:21:15 +02:00
Mark
d39f6d061b
Merge pull request #4365 from smartavionics/mb-gyroid-infill
...
Add gyroid infill pattern.
2018-10-02 10:43:41 +02:00
Diego Prado Gesto
6212bcbc33
Add traditional chinese translations to Cura.
...
Contributes to CURA-5741.
2018-10-02 10:34:37 +02:00
Lipu Fei
d81cdee9b9
Merge branch 'master' into top_bottom_settings_enabled_function
2018-10-01 17:07:57 +02:00
drzejkopf
8fa73fc1fb
Update fdmprinter.def.json.po
2018-10-01 14:48:31 +02:00
drzejkopf
cc7d64b4f1
Complete Polish translation for version 3.5
2018-10-01 14:48:16 +02:00
Diego Prado Gesto
93061d67eb
Merge pull request #4414 from drzejkopf/patch-3
...
Complete Polish translation for version 3.5
2018-10-01 14:46:13 +02:00
Diego Prado Gesto
ee5d647b6d
Review the fdmprinter.def.json for Korean, Dutch, Portuguese, Russian,
...
Turkish and Simplified Chinese.
Contributes to CURA-5741.
2018-10-01 14:42:25 +02:00
Diego Prado Gesto
5da1b71e94
Review Simplified Chinese translations.
...
Contributes to CURA-5741.
2018-10-01 13:54:02 +02:00
Diego Prado Gesto
00f1f69e4d
Review Turkish translations.
...
Contributes to CURA-5741.
2018-10-01 13:45:55 +02:00
Diego Prado Gesto
c474ceff8f
Review Russian translations.
...
Contributes to CURA-5741.
2018-10-01 13:37:26 +02:00
Diego Prado Gesto
638c6facc7
Review portuguese translations.
...
Contributes to CURA-5741.
2018-10-01 13:23:43 +02:00
Diego Prado Gesto
d5ea92059a
Fix Dutch translations.
...
Contributes to CURA-5741.
2018-10-01 13:03:00 +02:00
Diego Prado Gesto
f785f888ae
Translate the per-model-setting options in Spanish to better explain
...
what each item does.
Contributes to CURA-5741.
2018-10-01 11:55:27 +02:00
Aleksei S
98c3f497d8
Merge branch 'master' of github.com:Ultimaker/Cura
2018-10-01 11:32:39 +02:00
Aleksei S
3f8b7fb6af
Fix: Switches to 'Prepare' always go through 'Recomended' mode
...
CURA-5731
2018-10-01 11:30:21 +02:00
Diego Prado Gesto
c2e69dc7b2
Fix Korean translations.
...
Contributes to CURA-5741.
2018-10-01 11:28:37 +02:00