1873 Commits

Author SHA1 Message Date
Tim Kuipers
8ccc33d302 make connect_infill_polygons true by default
concentric_3d was removed and then the value function is the same as the enabled function, so the default value should be true
2018-07-24 22:09:09 +02:00
Tim Kuipers
5cb5e63dcc setting fix: make Connect Infill Polygons available for Multiplied Infill 2018-07-24 22:09:09 +02:00
Tim Kuipers
285f136856 settings: connect_skin_polygons and connect_infill_polygons 2018-07-24 22:09:09 +02:00
Tim Kuipers
3f4aa0abaf allow zig_zaggify for linear infill because of infill_multiplier 2018-07-24 22:09:09 +02:00
Tim Kuipers
790321833b setting description and enabled fixes to infill_multiplier 2018-07-24 22:09:09 +02:00
Tim Kuipers
31d1c9f92c setting for infill_multiplier 2018-07-24 22:09:09 +02:00
milkok
dd9d4d1e2b
Create winbo_dragonl4.def.json 2018-07-24 17:19:36 +08:00
milkok
494fcb98b8
Create winbo_mini2.def.json 2018-07-24 17:17:40 +08:00
milkok
a5bc2769aa
Create winbo_superhelper155.def.json 2018-07-24 17:15:07 +08:00
milkok
795dc9b9e1
Create winbo_superhelper105.def.json 2018-07-24 17:08:15 +08:00
Ghostkeeper
988de2b68c
Fix z-fighting with build plate mesh 2018-07-24 09:09:54 +02:00
Ghostkeeper
75d8cba8a9
Fix start g-code of Monoprice Select Mini v2
Apparently the original start code caused it to move outside the build volume or beyond the limit in the Y direction.

Fixes #3924.
2018-07-24 09:09:26 +02:00
kaleidoscopeit
94954ea40f Quality corrections in Deltacomb 3D 2018-07-20 16:41:48 +02:00
kaleidoscopeit
97dad9c1c4 Updated Deltacomb 3D machine and quality definitions 2018-07-20 12:38:19 +02:00
Aleksei S
3848ec66bd Disable 'Alternate Mesh Removal' and 'Remove Mesh Intersection' if Surface Model == 'Surface'
CURA-5580
2018-07-19 16:32:36 +02:00
Diego Prado Gesto
e96c592234 Add correct name to the Dagoma Neva Magis extruder.
Contributes to CURA-5499
2018-07-17 18:12:22 +02:00
Diego Prado Gesto
eab10401ee Add global profiles and define that the printers have materials and
quality profiles, in the definition files.

Contributes to CURA-5499
2018-07-17 18:02:11 +02:00
Ian Paschal
ed1e47dcc9 Moved material diameters to extruders defs
Contributes to CURA-5499
2018-07-17 10:56:33 +02:00
Ian Paschal
46ce90c803 Fix-up Dagoma definitions
- Removed nozzle size in magis def because it's in the extruder def on other machines
- Removed material diam from disco extruder def because its in the disco machine
- Remove material diam from neva extruder def because its in the neva machine

Contributes to CURA-5499
2018-07-16 16:54:50 +02:00
Ian Paschal
130a61353f Merge branch 'dagoma_profiles' of https://github.com/dagoma3d/Cura into dagoma3d-dagoma_profiles 2018-07-16 16:46:37 +02:00
Diego Prado Gesto
14bb8cc180 Modify qualities and variants for the Cartesio printers. 2018-07-16 11:43:23 +02:00
Aleksei S
a41f9d0c70 Set machine defintion setting machine_head_with_fans_polygon for Prusa-i3
CURA-5569
2018-07-13 11:53:10 +02:00
Ghostkeeper
abf1610923
Rename Custom FDM Printer to Custom FFF printer
FFF is easier to type... But that's probably not the real reason why we need to do this.

Contributes to issue CURA-5461.
2018-07-11 13:30:27 +02:00
Lipu Fei
7658ad34e2
Revert "Move "Exclude Materials" metadata to materials" 2018-07-10 16:27:07 +02:00
Ghostkeeper
a18f77abdd
Move exclude_materials into material profiles
They are there not 'hardware compatible' any more.

Contributes to issue CURA-5460.
2018-07-10 15:26:23 +02:00
Ghostkeeper
16226bdd48
Move exclude_materials into the material profiles
An accompanying commit should be done in the fdm_materials repository.

Contributes to issue CURA-5460.
2018-07-10 15:26:23 +02:00
Ghostkeeper
f0ef236df0
Change tab to spaces 2018-07-10 13:33:30 +02:00
Ian Paschal
9bf4541e06
Merge pull request #3697 from smartavionics/mb-supported-skin-fan
Added support_fan_enable and support_supported_skin_fan_speed settings.
2018-07-06 23:17:42 +02:00
alekseisasin
a499a6bb66
Merge pull request #4027 from Ultimaker/feature_prime_tower_shells
Prime Tower Shells
2018-07-06 14:39:29 +02:00
Ghostkeeper
ec00e5b721
Remove references to deleted settings
Also convert the values for prime_tower_min_volume to make it behave similar to what the minimum volume used to be. This feature fixed a bug with the computation from volume to thickness. Now it's correct but we have to correct the old values to be still the same (approximately) as what used to be the end result.

Contributes to issue CURA-5457.
2018-07-05 13:22:17 +02:00
Ghostkeeper
807e8410c0
Give warning when sum of volumes exceeds volume of prime tower
It could happen that the desired volume is not entirely reached in the inner shells because of rounding the volume up to the nearest perimeter on the outer shells.

Contributes to issue CURA-5457.
2018-07-05 10:31:23 +02:00
Ghostkeeper
192a581d6d
Don't round the warning threshold
The threshold is not visible. It's not necessary to round.

Contributes to issue CURA-5457.
2018-07-05 09:50:05 +02:00
Diego Prado Gesto
4722b5387b CURA-5334 Add extruder definition for Wanhao printers, Uni Print 3d and
Tevo Tornado. Those definitions were added without extruder definitions.
2018-07-04 14:22:22 +02:00
Ghostkeeper
8ff4327c41
Remove Wipe Nozzle After Switch and Purge Volume settings
The entire purging algorithm is gone now since it purges by printing the prime tower. The prime tower should be sufficiently strong now to not need this.

Contributes to issue CURA-5457.
2018-07-04 14:17:57 +02:00
Ghostkeeper
7b2a5c9160
Remove prime_tower_wall_thickness setting
The wall thickness now depends on the order in which the prime towers are folded, which is really hard to obtain within an inheritance formula. So we forego one of the settings and compute the required thickness to obtain the desired volume in the engine where the shell order is known.

Contributes to issue CURA-5457.
2018-07-04 13:45:44 +02:00
Mark Burton
9e0b79469b Set default value of wall_overhang_speed_factor to 100, i.e. print overhang at the normal speed. 2018-07-04 11:50:30 +01:00
Mark Burton
9186dc2c89 Default value for wall_overhang_angle is now 90 so overhang detection is disabled by default. 2018-07-04 11:50:22 +01:00
Mark Burton
5f23bcf8e9 Allow wall_overhang_angle to be 90 and add blurb that describes how this disables overhang processing. 2018-07-04 11:50:10 +01:00
Mark Burton
41900e33b8 Add wall_overhang_angle and wall_overhang_speed_factor settings.
# Conflicts:
#	resources/definitions/fdmprinter.def.json
2018-07-04 11:49:53 +01:00
Mark Burton
404551e30a Remove bridge_wall_max_overhang - no longer required with new overhang settings.
# Conflicts:
#	resources/definitions/fdmprinter.def.json
2018-07-04 11:49:08 +01:00
Mark Burton
a8685b10be Change some settings to be settable per mesh rather than per extruder.
# Conflicts:
#	resources/definitions/fdmprinter.def.json
2018-07-04 11:48:27 +01:00
Diego Prado Gesto
5b251fc6dc CURA-5334 Remove machine nozzle size from machine definitions and move
it to extruder definitions.
2018-07-04 12:00:38 +02:00
alekseisasin
debe142c18
Merge pull request #3914 from Ultimaker/CURA-5334_extruder_def_for_all
CURA-5334 Add extruder definitions for all single-extrusion machines
2018-07-02 15:56:45 +02:00
Jack Ha
e11ce2674f CURA-5334 formatting 2018-07-02 15:10:27 +02:00
Aleksei S
914b3a648b Added setting for initial layer support distance
CURA-5527
2018-07-02 14:21:13 +02:00
Jack Ha
3761123513 Merge branch 'master' into CURA-5334_extruder_def_for_all 2018-07-02 14:11:24 +02:00
Jack Ha
5aba2e4b90 CURA-5334 corrected extruders that didn't have a material_diameter yet 2018-07-02 13:38:18 +02:00
Mark
feeb00618d Merge branch 'uni-print-3d-support' of https://github.com/machinekoder/Cura 2018-06-26 09:28:05 +02:00
Alexander Rössler
88197c4978 definitions/UNI-PRINT-3D: add to Other category 2018-06-25 20:37:25 +02:00
Lipu Fei
140e38ac1c Fix merge conflicts
CURA-5496
2018-06-25 14:26:13 +02:00