Commit graph

12848 commits

Author SHA1 Message Date
BeamUp 3D
cdb8bf97b4
Add beamup_s.stl
Added for model update
2020-01-02 15:08:46 +03:00
BeamUp 3D
8fe9e5edc2
Delete beamup_s.stl
Deleted for model change
2020-01-02 15:06:52 +03:00
BeamUp 3D
bb3aaf740f
Update beamup_s.def.json
add "platform_offset" metadata
2020-01-02 15:00:34 +03:00
Jaime van Kessel
bb34094eb2
Merge branch 'master' of github.com:Ultimaker/Cura 2020-01-02 10:52:01 +01:00
Jaime van Kessel
8b393317ff
Add "all" as a setting visibility preset
CURA-7082
2020-01-02 10:51:40 +01:00
Ghostkeeper
90ded1abf9
Remove useless override of bed temperature
The Generic PETG material also sets it to 70, as well as the eMotionTech and TiXYZ PETGs. The iMade3D bed temperature was 65, so for that one the temperature will change to 65 then which seems appropriate. I'll change the iMade3D thing in fdm_materials so that the settings are still the same.

Discovered during investigation of #6898.
2020-01-02 09:49:52 +01:00
Jaime van Kessel
7cc74c97e3
Ensure setting category uses correct background size 2019-12-31 15:28:29 +01:00
Jaime van Kessel
81c4c22d63
Fix that invisible items would still add spacing 2019-12-31 14:42:10 +01:00
Jaime van Kessel
004bf79553
Merge branch 'master' of github.com:Ultimaker/Cura 2019-12-31 11:36:50 +01:00
Jaime van Kessel
bf57a61c48
Fix settings overlapping after collapse
I can't figure out why we ever set the min size to be negative, but
it was ocasonally making the layout stumble
2019-12-31 11:35:37 +01:00
Nino van Hooff
dfba1eb102 Refactor SettingCategory checkable by using expanded
More intuitive and less chance of overriding the expanded Binding

CURA-6959
2019-12-31 11:27:39 +01:00
Nino van Hooff
d780efd76c Add a settings menu option to collapse all categories
CURA-6959
2019-12-31 11:14:26 +01:00
Ghostkeeper
c7dbb1477a
Remove maximum on small feature speed
You can make the small features print FASTER if you like, as well. There is no physical or computational constraint there.

Discovered during investigation of #6866.
2019-12-31 11:07:11 +01:00
Nino van Hooff
5c83ba0129 Rename SettingsDefinitionModel.collapse to -Recursive for consistency
CURA-6959
2019-12-30 15:05:52 +01:00
greatnam
3834e415b1
Create fdmprinter.def.json.po 2019-12-30 00:35:27 +01:00
greatnam
e4a392e6e5
Create fdmextruder.def.json.po 2019-12-30 00:34:36 +01:00
greatnam
291b1bc075
Delete fdmprinter.def.json.po 2019-12-30 00:33:41 +01:00
greatnam
b7875f062e
Delete fdmextruder.def.json.po 2019-12-30 00:33:01 +01:00
greatnam
9ac474c8eb
Add files via upload 2019-12-29 21:10:15 +01:00
greatnam
86bdb60b09
Create cura.po 2019-12-29 21:09:30 +01:00
BeamUp 3D
699b58929a
Update beamup_s_extruder_0.def.json
Removed "id" field
2019-12-28 17:13:41 +03:00
Remco Burema
04125d4608
Merge pull request #6541 from Ultimaker/default_union_off_for_surface_mode
turn off Union overlapping volumes when Surface mode is Surface only
2019-12-24 14:39:03 +01:00
Jaime van Kessel
8d2083a539
Add temp warnings for the buildplate
CURA-6977
2019-12-24 10:54:51 +01:00
Jaime van Kessel
36364ea59b
Fix identation 2019-12-23 17:24:00 +01:00
Jaime van Kessel
973685701c
Remove removed setting 2019-12-23 17:19:31 +01:00
Ghostkeeper
8a9b791298
Merge branch '4.4'
Conflicts:
	cura/Machines/MaterialNode.py -> Due to some automated formatting tool. Please disable those tools, people.
2019-12-23 16:26:25 +01:00
Ghostkeeper
ce5f7ce821
Make support wall line count visible when tree support is enabled
Oops, otherwise this can't be used (found during testing).

Contributes to issue CURA-7077.
2019-12-23 16:22:17 +01:00
Ghostkeeper
a3c5435a1d
Remove support_tree_wall_thickness
This setting will not be automatically translated to support_wall_thickness if it's overwritten, because that would require knowing the line width and we don't know that here. So it's hard to do.

Contributes to issue CURA-7077.
2019-12-23 16:22:17 +01:00
Ghostkeeper
50f64ca696
Merge support_tree_wall_count into support_wall_count
So now the two settings are used as one.

Contributes to issue CURA-7077.
2019-12-23 16:22:17 +01:00
Jaime van Kessel
8398384af1
Merge branch 'master' of github.com:Ultimaker/Cura 2019-12-23 15:58:44 +01:00
Jaime van Kessel
580b544642
Convert stl to binary (instead of ASCII) 2019-12-23 15:58:13 +01:00
Jaime van Kessel
19e659735d
Change extension of lotmaxx extruders so they actually work 2019-12-23 15:53:51 +01:00
Jaime van Kessel
cce7af9cb2
Merge branch 'add-lotmaxx-printers' of https://github.com/sm3dp/Cura 2019-12-23 15:48:51 +01:00
konskarm
4dbc56f09b
Merge pull request #6831 from springtiger/master
Hopefully Adding the Anet 3d Printer files to the latest version
2019-12-23 14:17:43 +01:00
Ghostkeeper
8218d62e20
Add change log entry for 4.4.1
Contributes to issue CURA-7047.
2019-12-23 10:52:51 +01:00
Ghostkeeper
0028cc85ed
Remove comment documenting commit history
Use the commit history to document the commit history.
This solves a log warning about unknown data type for skin_edge_support_thickness.
2019-12-23 09:08:47 +01:00
tiger.he
133e300f5e fix miss delimiter error 2019-12-21 23:07:53 +08:00
tiger.he
dda67cde1a add machine_extruder_trains in machine definitions 2019-12-21 23:04:02 +08:00
tiger.he
17d9aa7450 remove extruders definitions 2019-12-21 22:53:36 +08:00
tiger.he
d67dae2140 delete unused definitions 2019-12-21 22:35:28 +08:00
sm3dp
658604404c Change head polygon profile name 2019-12-21 15:18:22 +08:00
tiger.he
45a659ab49 Hopefully Adding the Anet 3d Printer files to the latest version 2019-12-20 14:30:18 +08:00
jos@mauk.cc
47f4a329ff Merge branch 'master' of https://github.com/maukcc/Cura 2019-12-19 15:51:56 +01:00
jos@mauk.cc
f5f86e8e4b HMS434 update
Material exclusion update
2019-12-19 15:49:15 +01:00
ninovanhooff
4773c4eaf3
Merge pull request #6803 from Ultimaker/sentry_crash_integration
Sentry crash integration
2019-12-19 14:29:07 +01:00
Nino van Hooff
2f628bbfd3 Merge branch 'voron2_duplicated' 2019-12-19 14:06:43 +01:00
Ghostkeeper
5ef7fe56be
Remove unnecessary override of expansion angle to 45 degrees
Found in #6823.
2019-12-19 09:58:42 +01:00
Nino van Hooff
ff01b1dab9 Add 6 Material Station specific material settings.
These settings are currently unused by cura, but passed into the PPA
output. Some considerations:
- material_ prepended to all. Even though they are not all
  material specific. The consistency is more developer-friendly imho
- defaults taken from generic_pla
- type is float for all, consistent with what I found in this file

CURA-7041
2019-12-18 11:46:40 +01:00
sm3dp
0256e39601 update definitions format 2019-12-17 23:10:32 +08:00
sm3dp
da4eeaa622 Added LotMaxx sc10 and sc20 profile 2019-12-17 22:27:09 +08:00