Daniel Ciepluch
7a86708101
Change meaning of the word
2020-02-20 18:08:14 +01:00
Daniel Ciepluch
633a812b0a
Remove additional characters
2020-02-20 17:31:03 +01:00
Daniel Ciepluch
5fbcd2aa2e
Change some translations
2020-02-20 17:29:04 +01:00
Daniel Ciepluch
cd9000753e
Add Czech translation
2020-02-20 17:19:15 +01:00
Jaime van Kessel
27777c759c
Prevent zip bombs in the g-codegz reader
...
CURA-7227
2020-02-20 16:38:41 +01:00
skriDude
05f050eccc
fixed support layer height
2020-02-20 15:27:33 +01:00
Hussain Bhavnagarwala
3cadf69514
Update fabxpro_pla_normal.inst.cfg
2020-02-20 17:32:51 +05:30
Hussain Bhavnagarwala
42a494bfd3
Update fabxpro_pla_fine.inst.cfg
2020-02-20 17:32:38 +05:30
Hussain Bhavnagarwala
e24479abd6
Update fabxpro_pla_draft.inst.cfg
2020-02-20 17:32:17 +05:30
Hussain Bhavnagarwala
5c6270d613
Update fabxpro_abs_normal.inst.cfg
2020-02-20 17:31:57 +05:30
Hussain Bhavnagarwala
db6ce265c0
Update fabxpro_abs_fine.inst.cfg
2020-02-20 17:31:44 +05:30
Hussain Bhavnagarwala
ba270fc014
Update fabxpro_abs_draft.inst.cfg
2020-02-20 17:31:06 +05:30
Hussain Bhavnagarwala
aad47cb919
Update fabxpro_pla_normal.inst.cfg
2020-02-19 18:59:56 +05:30
Hussain Bhavnagarwala
dc2d88042d
Update fabxpro_pla_fine.inst.cfg
2020-02-19 18:59:40 +05:30
Hussain Bhavnagarwala
51442249e4
Update fabxpro_pla_draft.inst.cfg
2020-02-19 18:59:26 +05:30
Hussain Bhavnagarwala
62b14f33e0
Update fabxpro_abs_normal.inst.cfg
2020-02-19 18:59:12 +05:30
Hussain Bhavnagarwala
569a4583bd
Update fabxpro_abs_fine.inst.cfg
2020-02-19 18:58:56 +05:30
Hussain Bhavnagarwala
296ee30cc0
Update fabxpro_abs_draft.inst.cfg
2020-02-19 18:58:42 +05:30
Hussain Bhavnagarwala
b00c41b395
Add files via upload
2020-02-19 18:26:02 +05:30
Hussain Bhavnagarwala
cef28f04a8
Delete fabxpro_github.STL
2020-02-19 18:25:23 +05:30
Hussain Bhavnagarwala
5ae9f44aab
Update fabxpro.def.json
2020-02-19 18:15:33 +05:30
yyh1002
f9a719ac69
DXU profile
2020-02-19 22:55:08 +11:00
yyh1002
b49a1e35f8
DXU profile
2020-02-19 22:45:26 +11:00
Ghostkeeper
4cb239a97f
Merge branch '4.5'
2020-02-19 11:41:07 +01:00
Ghostkeeper
ed17cfafb7
Reduce minimum value warning for Anti-Ooze Retracted Position
...
For BAM and filled materials the default would give a warning position since for a filament switch it needs to retract more than for the normal print.
Done as a 5 minute fix.
2020-02-19 11:40:44 +01:00
Hussain Bhavnagarwala
d3742c2c95
Update fabxpro.def.json
2020-02-19 15:05:05 +05:30
Hussain Bhavnagarwala
4993a26a90
Update fabxpro.def.json
2020-02-19 14:29:18 +05:30
Hussain Bhavnagarwala
7fe5f39f76
Add files via upload
...
Quality files for FabX Pro
2020-02-19 14:25:14 +05:30
Hussain Bhavnagarwala
d2c3167450
Add files via upload
...
Added STL of FabX Pro bed
2020-02-19 13:54:23 +05:30
Hussain Bhavnagarwala
4878052cc1
Add files via upload
...
FabX pro extruder file
2020-02-19 13:51:31 +05:30
Hussain Bhavnagarwala
38f74d5028
Add files via upload
...
FabX Pro Definition File
2020-02-19 13:50:32 +05:30
Cláudio 'Patola' Sampaio
8735ac062a
Updated pt_BR strings for Cura 4.5
2020-02-19 08:33:24 +01:00
Mehmet Sutas
d1158a7a96
Fix extruder config
2020-02-18 15:35:54 +03:00
Mehmet Sutas
48bb55e923
Remove machine_head_polygon
2020-02-18 15:23:04 +03:00
Ghostkeeper
2eab2c0f3d
Merge branch 'master' of https://github.com/zxc8027/Cura into zxc8027-master
2020-02-18 11:13:30 +01:00
Ghostkeeper
829f9b5b8c
Merge branch 'patch-1' of https://github.com/PurpleHullPeas/Cura into PurpleHullPeas-patch-1
2020-02-18 09:09:52 +01:00
fieldOfView
ddee0d59e0
Fix the layout of the head jogging controls
2020-02-17 22:13:38 +01:00
Jaime van Kessel
238dd733ea
Merge branch '4.5' of github.com:Ultimaker/Cura
2020-02-17 17:01:38 +01:00
Ghostkeeper
e52dc56a64
Prevent crashing on PermissionError when importing http.server ( #7095 )
...
* Fix PermissionError when importing http.server
Instead of crashing, now it'll just not start the server. This means that you won't be able to receive the response from the log-in so you won't be able to log in. The browser gives an error that it can't find the page on localhost. But at least it doesn't crash.
Fixes crash CURA-3Q.
* Log an error when the HTTP server can't be started
Contributes to crash CURA-3Q.
* Indicate that types are optional
Attempt to fix the typing issue with MyPy. I can't run this locally so the CI server will have to tell me if this fixed it.
Contributes to Sentry issue CURA-3Q.
2020-02-17 17:01:11 +01:00
jos@mauk.cc
a53b1fc1d9
HMS434 update
...
support settings
toolchange settings
2020-02-17 15:28:38 +01:00
MaukCC
3c6f31b81f
Merge pull request #3 from Ultimaker/master
...
update
2020-02-17 15:27:39 +01:00
Ghostkeeper
5af4acc49e
Remove trailing spaces
2020-02-17 15:25:17 +01:00
Dimitriovski
a4a076ea5c
Removed the user input from the CrashHandler as we are not using it for sending that data to Sentry
...
CURA-7223
2020-02-17 12:02:52 +01:00
Jaime van Kessel
769fc8fd37
Fix crashing when material could not be found
...
See CURA-3M in sentry. It most commonly happens with the anycubic,
since it had some weird stuff with it suddenly supporting materials.
This change will make it so that no crash happens. Old profiles will still have
an empty material. This isn't really an issue, since the interface will mark this
as an error (prompting users to switch).
2020-02-17 10:57:24 +01:00
Mehmet Sutas
0237904292
CI Fix
2020-02-17 01:18:14 +03:00
Mehmet Sutas
d417e436ba
CI Fix
2020-02-17 00:43:45 +03:00
Mehmet Sutas
5931826414
Update rigid3d_zero2.def.json
2020-02-16 19:43:27 +03:00
Mehmet Sutas
a0f02897e4
Update Rigid3D Profiles
2020-02-16 18:02:04 +03:00
yyh1002
050ab50062
DXU defenition
2020-02-15 18:46:51 +11:00
Zachary Cook
1b72577f88
Added check for stdout being defined.
2020-02-14 13:02:56 -05:00