1730 Commits

Author SHA1 Message Date
Ghostkeeper
04b74d2285
Fix typo in Extra Infill Wall Count description
Some very observant user found this small typo. Thanks.
2018-09-19 13:58:09 +02:00
Lipu Fei
725ea847a7 Add material_diameter into fdmprinter
When saving a material to a file, it will save all the settings in that
container, which needs to create SettingInstances for all the cached
ones, and for those instances, their definitions will be retrieved from
the machine definition.

material_diameter is one of the settings, but it only exists in the
extruder definitions, so when it tries to save a material profile, a lot
of warnings/errors will occur due to the missing "material_diameter" in
fdmprinter. Adding it back fixes this problem.
2018-09-18 10:35:44 +02:00
Orel
093c5487bf - Rename Dagoma Magis profile.
- Remove machine_gcode_flavor definition as the default value fits the
needs.
2018-09-17 11:30:00 +02:00
Lipu Fei
9aea0e5109 Fix quality lookup logic for extruders
CURA-5694

 - Add convenience functions into GlobalStack
 - Use "has_variants" and "has_materials" instead of
 "has_variant_materials"
 - Remove "has_variant_materials"
 - For extruder qualities, skip global qualities if the machine has
   variants or materials
2018-09-06 08:12:55 +02:00
Remco Burema
d3356cdba6
Merge pull request #4142 from smartavionics/mb-improve-overhanging-walls
Improve processing of overhanging walls
2018-09-05 17:38:32 +02:00
Sacha Telgenhof Oude Koehorst
6ddafa00a4
Add Creality Ender-3 machine definition. 2018-09-01 19:37:53 +09:00
Mark
9bcc8ffff6
Merge pull request #4288 from thopiekar/patch-2
bq Hephestos2: Getting a rid of custom g-code
2018-09-01 09:25:17 +02:00
alekseisasin
aa2cb7d415
Merge pull request #4212 from fieldOfView/feature_support_infill_angle
Add setting for Support Infill Line Direction
2018-08-31 11:18:03 +02:00
fieldOfView
65f3605d92 Allow the full range of orientations 2018-08-30 14:43:00 +02:00
fieldOfView
ac2125c3a5 Hide setting when support pattern is set to concentric...
because it has no influence on the concentric pattern
2018-08-30 14:36:54 +02:00
Mark
43676d761c
Merge branch 'master' into master 2018-08-29 14:00:46 +02:00
Mark
17f51ca704
Merge branch 'master' into patch-2 2018-08-29 13:55:42 +02:00
Ghostkeeper
1d8f19f1d1
Don't give error value for infill layer thickness if no infill
It won't crash the engine because the entire infill filling routine is skipped.
2018-08-29 11:55:37 +02:00
Matteo Spinelli
dd0ddaedac reduce stress on the galvo by printing infill in straight lines 2018-08-28 08:01:51 +02:00
Matteo Spinelli
203e77fee1 moai definition tweaks 2018-08-28 08:01:51 +02:00
Matteo Spinelli
39cbfca17f typo in moai profile 2018-08-28 08:01:51 +02:00
Matteo Spinelli
ae4d6f05f8 teaking the moai profile 2018-08-28 08:01:51 +02:00
Matteo Spinelli
d0c1496960 fix issues with moai profile 2018-08-28 08:01:51 +02:00
Matteo Spinelli
eca2f5f6ba change from snap_distance to minimum_polygon_circumference 2018-08-28 08:01:51 +02:00
Matteo Spinelli
8c4117541c Update Peopoly moai definitions and files 2018-08-28 08:01:51 +02:00
Thomas Karl Pietrowski
82570ee35f
bq Hephestos2: Getting a rid of custom g-code
* Getting a rid of M800:
This removes M800 completely. The problem is basically that M800 sets the temperature to 200deg.
As a result we tell the firmware to heat up to e.g. 205deg, then M800 kicks in and sets the temperature to 200deg and then we heat up to 205deg again.
Therefore I looked into the firmware and extracted all g-code lines except the one which tells to go to 200deg.

* Getting independent of bq's fork and therefore adding compatibility to Marlin
We use standard g-code, which is safe to be used with both firmware.

Note: This change might be also interesting for other bq products, but can't test on them. Therefore it is up to bq and/or the owners of these products to contribute and correct this here, as I did.
2018-08-25 14:46:21 +02:00
Ghostkeeper
aa03fabc57
Remove trailing whitespace 2018-08-24 15:24:00 +02:00
Lipu Fei
10e474ad27 Add draft shield distance into the prime tower position fomulas
CURA-5644
2018-08-21 13:38:56 +02:00
alekseisasin
4b5cc59508
Merge pull request #4144 from smartavionics/mb-add-combing-mode-within-infill
Added the "Within Infill" combing option that functions identically to the original "Not in Skin" option.
2018-08-20 12:50:41 +02:00
Jack Ha
376b6a53c9 Capital Letters In Setting Name. CURA-5623 2018-08-16 13:47:32 +02:00
Jack Ha
44eb372cb8 Merge branch 'patch-1' 2018-08-16 13:45:33 +02:00
Jack Ha
6c1d380602 Renamed snap_distance to minimum_polygon_circumference and changed the description a bit. CURA-5623 2018-08-16 13:45:27 +02:00
Diego Prado Gesto
de1b8edb72 Merge branch 'master' into CURA-5570_beyond_comprehension 2018-08-13 09:57:36 +02:00
fieldOfView
b9ac567123 Fix description of the setting 2018-08-09 09:32:38 +02:00
ValentinPitre
ea770a26a3
Add mesh offset 2018-08-08 23:23:32 +02:00
fieldOfView
c3504fb223 Add setting for Support Infill Line Direction 2018-08-08 20:47:22 +02:00
Ghostkeeper
58e5a81236
Fix units for initial layer print/travel acceleration
These two were wrong.

Contributes to issue CURA-5495.
2018-08-07 13:10:03 +02:00
DavidGergely
ea8d10783c Cura-5457 prime tower settings
New settings for the prime towers for all profiles expect PP0.8 printcore
2018-08-03 14:12:36 +02:00
Diego Prado Gesto
c7dbb478a8
Merge pull request #4120 from milkok/patch-5
Create winbo_dragonl4.def.json
2018-08-03 09:28:39 +02:00
Diego Prado Gesto
5913903d1e
Merge pull request #4119 from milkok/patch-4
Create winbo_mini2.def.json
2018-08-03 09:28:13 +02:00
milkok
85575f6782
Update winbo_dragonl4.def.json 2018-08-03 09:58:23 +08:00
milkok
7157118889
Update winbo_mini2.def.json 2018-08-03 09:53:25 +08:00
Matteo Spinelli
e817d94a83
Add user editable snap distance
This PR requires an update to CuraEngine as well (I'm posting the update right after)
2018-08-02 17:30:06 +02:00
Lipu Fei
066a00653a Add one more layer to the decision tree 2018-08-02 17:15:34 +02:00
Diego Prado Gesto
f968b4f62d Merge branch 'master' into ValentinPitre-contribution 2018-08-01 16:54:42 +02:00
Jack Ha
be177939b5 Reverts other commit bound to CURA-5563, that was not correct. 2018-07-31 17:09:33 +02:00
Diego Prado Gesto
5dc993bb49 Merge branch 'contribution' of https://github.com/ValentinPitre/Cura into ValentinPitre-contribution 2018-07-31 09:07:27 +02:00
root
2584d58904 correction extruder 2018-07-30 22:51:02 +02:00
Diego Prado Gesto
ee2b1ef7d2
Merge pull request #4118 from milkok/patch-3
Create winbo_superhelper155.def.json
2018-07-30 11:34:31 +02:00
Diego Prado Gesto
b176a75028
Merge pull request #4117 from milkok/patch-2
Create winbo_superhelper105.def.json
2018-07-30 10:48:55 +02:00
root
2ef48c725e add new definition/quality/mesh of 3D printer by TiZYX 2018-07-28 16:13:14 +02:00
milkok
380ab22c42
Update winbo_mini2.def.json 2018-07-28 17:19:13 +08:00
milkok
29f2bb8a3a
Update winbo_dragonl4.def.json 2018-07-28 17:15:36 +08:00
milkok
29f9beb550
Update winbo_superhelper105.def.json 2018-07-28 17:06:23 +08:00
Tim Kuipers
e1db7eb831 setting: infill_wall_line_count 2018-07-28 09:59:19 +02:00