Lipu Fei
8298f76d91
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-14 09:43:26 +02:00
Mark Burton
3ee9ed0cf3
Add gyroid infill pattern.
2018-09-13 15:15:29 +01:00
Tim Kuipers
945cc7c3e6
JSon feat: support brim settings
2018-09-13 14:25:57 +02:00
Tim Kuipers
eb253827be
JSON setting: option to let support be replaced by brim or not
2018-09-13 13:48:08 +02:00
Tim Kuipers
6068ed10c1
JSON fix: connect_infill_polygons by default only when polygons can be connected via the outline.
...
Also let the user be able to edit the setting in some more situations,
for example when choosing concentric infill when the infill_line_distance = nozzle_size
2018-09-13 13:12:51 +02:00
Ghostkeeper
cc77632357
Merge branch 'master' into refactor_singleton_settingsbase
2018-09-13 11:52:13 +02:00
Sacha Telgenhof Oude Koehorst
5ca5aacbee
Removed layer_height override as it isn't needed. Only the initial layer height needs to be overridden.
2018-09-10 21:46:26 +09:00
Sacha Telgenhof Oude Koehorst
42a523cb00
Add single extruder definition for Ender-3.
2018-09-10 21:32:36 +09: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
Ghostkeeper
1fbf9c9731
Add default value to extruders_enabled_count
...
Otherwise CuraEngine can't parse this setting from the JSON file in command line slicing.
Contributes to issue CURA-4410.
2018-08-29 17:21:47 +02:00
Gabriele Rossetti
f681b2abc7
Merge branch 'master' into master
2018-08-29 15:34:38 +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
fieldOfView
c1d7ca7bff
Merge branch 'master' into feature_firmware_updater
2018-08-22 12:16:25 +02:00
Mark Burton
b9f1f8c400
Add machine_extruder_cooling_fan_number setting to specify print cooling fan for each extruder.
2018-08-21 19:44:21 +01: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
Tim Kuipers
bc0a53c15a
JSON fix: only enable skin settings when there is skin
2018-08-06 10:38:21 +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
fieldOfView
339987be9d
Move hardcoded firmware-file table to definitions
2018-08-02 11:50:28 +02:00