4678 Commits

Author SHA1 Message Date
Ghostkeeper
39cbed61e5
Make machine_nozzle_expansion_angle min/max properly into functions
They are inheritance functions so they must be written as a string in the JSON.

Contributes to issue CURA-2572.
2017-02-03 11:30:54 +01:00
Mark Burton
d5ea0f0bc2 Don't let combing_retract_before_outer_wall be settable per extruder.
Combing mode isn't, so why should this be?
2017-02-02 11:18:52 +00:00
Mark Burton
9dd61ba094 Added combing_retract_before_outer_wall setting.
This boolean setting controls whether travel moves to the first point in an
outer wall will always involve a retraction. IMHO, forcing a retraction has
two benefits:

1 - avoids taking the ooze that would occur during the travel to the outer
surface.

2 - the slight pause when un-retracting could help reduce any ripples
introduced by the rapid movement hot-end movement.
2017-02-02 10:44:25 +00:00
Mark Burton
eabfb797d6 Add anchor_skin_distance setting and tweak descriptions of related settings.
Now, the user can control how far the skins are expanded into the infill.
2017-02-01 12:54:35 +00:00
Ghostkeeper
f2695a40e0
Remove Prusa platforms from ABAX printers
The Prusa platform meshes say 'PRUSA' in huge letters. They are not the ABAX printers, though the structure is mostly the same. To prevent confusion I'm removing the platform mesh.
2017-02-01 13:17:02 +01:00
Ghostkeeper
2c893e2ea1
Conform ABAX printers to our code style
Fixed indenting, that's mostly all.
2017-02-01 13:17:02 +01:00
Ghostkeeper
d45f292324
Add ABAX printer definitions
These are exactly how they were delivered to me by Pedro J. from ABAX 3D Tech.
2017-02-01 13:17:02 +01:00
Tim Kuipers
6e84805c93 fix: angle limitations for machine_nozzle_expansion_angle (CURA-2572) 2017-02-01 13:10:39 +01:00
Tim Kuipers
6b7876d60e fix: fill line distance of 0 is possible, but generates no fill (CURA-2572) 2017-02-01 13:06:02 +01:00
Tim Kuipers
2db15602a4 fix: minmum line width is 1 micron (CURA-2572) 2017-02-01 13:05:17 +01:00
Mark Burton
45dc52de16 Provide separate settings for anchoring upper and lower skins in infill.
Just expanding the upper skins into the infill is probably sufficient for
most situations but if users want a symmetrical structure then expanding
lower skins too could be useful. Users will need to experiment to get the
desired results for a given model.
2017-02-01 08:37:20 +00:00
Mark Burton
5817905459 Added anchor_skin_in_infill setting.
When enabled, skin areas are increased in size so that they project into
the infill by at least the distance between infill lines.
2017-01-31 18:47:27 +00:00
Ghostkeeper
7115db6f2e Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master 2017-01-31 10:46:36 +01:00
MaukCC
f65ea57e80 Update cartesio.def.json 2017-01-31 09:01:14 +01:00
Ghostkeeper
876de2bd03 Merge branch 'patch-1' of https://github.com/probonopd/Cura into probonopd-patch-1 2017-01-30 17:39:31 +01:00
Mark Burton
31c1684066 Merge remote-tracking branch 'upstream/master' into mb-infill-line-angles 2017-01-27 15:55:43 +00:00
Mark Burton
27a52092d3 Add the skin_angles setting which is analogous to the infill_angles setting. 2017-01-27 15:55:22 +00:00
Mark Burton
afc75b6c3e Now uses the [int] setting type. The default value is [ ] (an empty list). 2017-01-27 15:54:58 +00:00
Ghostkeeper
4f2ec59298 Merge branch 'misc' of https://github.com/ubitux/Cura into ubitux-misc 2017-01-26 17:24:24 +01:00
Jack Ha
6defbc8649 Merge branch '2.4' 2017-01-26 15:30:50 +01:00
Jack Ha
b8967edd82 Merge branch '2.4' of github.com:Ultimaker/Cura into 2.4 2017-01-26 14:57:40 +01:00
Jack Ha
64d5d094b3 initial bed temperature: resolveOrValue to the rescue. CURA-3307 2017-01-26 14:57:26 +01:00
Clément Bœsch
bf73a76b96 definitions: fix deprecated usage of travel_speed in rigidbot 2017-01-26 13:32:47 +01:00
MaukCC
7586054cdf Update cartesio.def.json 2017-01-26 12:41:39 +01:00
Ghostkeeper
995377907b
Hide ooze shield in single extrusion
The setting has no effect then, because the ooze shield gets limited to the height of the highest extruder switch and there are no extruder switches in single extrusion prints.
2017-01-26 10:55:57 +01:00
Ghostkeeper
6f3acaf8b5
Hide ooze shield in single extrusion
The setting has no effect then, because the ooze shield gets limited to the height of the highest extruder switch and there are no extruder switches in single extrusion prints.
2017-01-25 16:36:01 +01:00
Jack Ha
7281b46118 Merge branch '2.4' 2017-01-25 15:28:56 +01:00
MaukCC
cc499ec59e Update cartesio.def.json 2017-01-25 14:57:42 +01:00
Mark Burton
3e7b9e99f3 Now the Infill Line Directions setting is enabled for all infill patterns.
The default value is now the empty string which tells the engine to use the
traditional angles (45 & 135 for lines and zig zag patterns, just 45 for
everything else.
2017-01-24 18:09:11 +00:00
Mark Burton
eebd0862cc Merge branch 'master' into mb-infill-line-angles 2017-01-24 15:02:50 +00:00
Mark Burton
7020e01843 Don't minimise minimum! 2017-01-24 10:50:28 +00:00
Tim Kuipers
6e66a71ed9 fix: let initial layer bed temp depend on bed temp (CURA-3307) 2017-01-24 10:24:15 +01:00
MaukCC
db8f241b6d Update cartesio.def.json 2017-01-23 12:49:28 +01:00
probonopd
e7cad12bf6 Replace default_value by value, and convert the content to a string that evaluates to the same value in Python
As per https://github.com/Ultimaker/Cura/issues/1316#issuecomment-274371670
2017-01-23 00:26:53 +00:00
probonopd
eaa8cbb160 Changes as suggested by @Ghostkeeper in https://github.com/Ultimaker/Cura/pull/1350#pullrequestreview-17836965 2017-01-22 22:56:59 +01:00
probonopd
90648bc756 Remove meshfix_* so that http://www.thingiverse.com/thing:692523 can be sliced 2017-01-21 15:27:39 +01:00
probonopd
6d05252dce Fix "Unable to slice with the current settings. The following settings have errors: Prime Tower X Position, Prime Tower Y Position." 2017-01-21 13:01:47 +01:00
MaukCC
1bb62dae6f Update cartesio.def.json 2017-01-20 10:48:34 +01:00
MaukCC
8f75f9d46a Update cartesio.def.json 2017-01-20 10:44:20 +01:00
Mark Burton
c017013aae Added min_infill_area setting.
This allows the user to specify in mm^2 the minimum area of infill regions.
Areas smaller than this will be merged into the surrounding skin rather
than being filled with infill.
2017-01-19 11:48:17 +00:00
MaukCC
7e7031cd7f Update cartesio.def.json 2017-01-19 09:25:29 +01:00
Chris Petersen
f6110623ce Fix typos in kossel_pro gcode variable usage
Replace double-braces with single-braces so that `material_bed_temperature` and `material_print_temperature` are interpolated properly.
2017-01-18 01:15:59 -08:00
Mark Burton
efc3869efe Infill Line Directions setting can now contain an arbitrary string.
The SettingTextField can now cope with strings of arbitrary characters
(not just digits) so revert to plan A and let the user input a comma
separated list of angles rather than having fixed combinations. CuraEngine
will parse the list and ignore bad input.
2017-01-16 16:09:48 +00:00
probonopd
19dcb3f230 Remove magic_mesh_surface_mode and magic_spiralize 2017-01-15 15:04:57 +01:00
probonopd
86c631de26 Carry over all settings from ini and correct brand spelling 2017-01-15 12:27:02 +01:00
probonopd
33e3dea213 Create renkforce_rf100.def.json 2017-01-15 03:41:07 +01:00
Mark Burton
f46ffe0036 Merge remote-tracking branch 'upstream/master' into mb-infill-line-angles 2017-01-13 08:31:42 +00:00
MaukCC
a8a6ba836d Create cartesio.def.json 2017-01-12 10:47:38 +01:00
MaukCC
4a8bcc49bc Delete cartesio 2017-01-12 10:47:10 +01:00
MaukCC
95e507edd1 Create cartesio 2017-01-12 10:45:33 +01:00