Ghostkeeper
e7c49fa1af
Remove non-existing setting
...
This was giving warnings in the log.
2017-06-06 10:33:15 +02:00
Ghostkeeper
a739973939
Fix indenting
...
Some tab usage here and erroneous spaces.
2017-06-06 10:32:52 +02:00
Ghostkeeper
a1b10ea528
Add sanding acceleration and jerk settings
...
These are the same as the top/bottom acceleration and jerk. Perhaps it could be set a bit higher because quality isn't an issue here, but the jerk basically accounts for every acceleration we make at the low default speeds we're using right now.
Contributes to issue CURA-3903.
2017-06-06 10:29:57 +02:00
Ghostkeeper
c30d529240
Make sanding speed scale with top/bottom speed
...
The default stays the same.
Contributes to issue CURA-3903.
2017-06-06 10:26:01 +02:00
Ghostkeeper
5560fd2b11
Move sanding speed to the speed category
...
With the rest of the speeds.
Contributes to issue CURA-3903.
2017-06-06 10:24:33 +02:00
Ghostkeeper
ec7081d95a
Add sanding speed setting
...
The acceleration and jerk aren't adjustable yet (it uses top/bottom acceleration and jerk). Later, maybe.
Contributes to issue CURA-3903.
2017-06-02 17:15:02 +02:00
Ghostkeeper
c69b3110be
Add line spacing setting
...
This determines the distance between the passes of the sanding nozzle over the surface.
Contributes to issue CURA-3903.
2017-06-02 15:53:17 +02:00
Ghostkeeper
d9f03790dc
Remove lines pattern from sanding
...
The lines pattern is essentially the same as zigzag if you're extruding nothing or very little.
Contributes to issue CURA-3903.
2017-06-02 15:29:23 +02:00
Ghostkeeper
afb5dd7582
Merge branch '2.6'
2017-06-02 10:27:51 +02:00
Ghostkeeper
e57a39b028
Move prime tower 1mm down again
...
Otherwise the combination of 0.8mm PVA and 0.8mm CPE causes the prime tower brim to be placed off the build plate.
2017-06-02 10:25:58 +02:00
maukcc
88e761e1be
Cartesio acc. and jerk control
...
Added acceleration and jerk control for normal opperation, for special
materials, and for multi material jobs.
2017-06-02 09:41:04 +02:00
Mark Burton
c02f981f16
Merge branch 'master' into mb-group-walls
2017-06-02 08:27:45 +01:00
Ghostkeeper
a58926263c
Add flow rate for sanding
...
Let's see how this works out.
Contributes to issue CURA-3903.
2017-06-02 09:27:05 +02:00
Ghostkeeper
33dccc1340
Add sanding pattern setting
...
I should probably remove Lines or Zig Zag as option, since they are basically the same.
Contributes to issue CURA-3903.
2017-06-01 21:57:26 +02:00
Ghostkeeper
5400e87548
Add setting to enable sanding
...
Contributes to issue CURA-3903.
2017-06-01 17:15:37 +02:00
Mehmet Sutas
4244c60665
Update rigid3d_zero2.def.json
...
Updated start_gcode
2017-06-01 15:06:26 +03:00
Mark Burton
d267b60534
Add warning that enabling optimization can produce slower prints in some cases.
2017-05-31 15:07:42 +01:00
Ghostkeeper
d3ebb95734
Merge remote-tracking branch 'origin/master'
2017-05-31 15:22:19 +02:00
Tim Kuipers
384fd45d7f
JSON fix: only enable feature extruder nr settings for multi-extrusion printers (CURA-292)
2017-05-31 13:00:44 +02:00
Ghostkeeper
2ad68f6ebd
Clarify description of wall thickness
...
There was some confusion about whether this was the thickness of the outer walls or just the thickness of walls in general. I've removed 'outside' from the description, because hopefully that is implicit enough.
2017-05-31 11:02:53 +02:00
Ghostkeeper
fc7a32ca7f
Merge branch '2.6'
2017-05-31 09:23:01 +02:00
Ghostkeeper
5392b8f65c
Remove commented-out temperature commands from start g-code
...
Even though it was commented-out, it was still being detected and made Cura think that the start g-code was heating up the nozzles by itself. I've removed the lines so that the normal temperature commands get inserted by Cura automatically.
2017-05-31 09:22:49 +02:00
Tim Kuipers
aa3379fd7e
fix: limit_to_extruder got merged into the wrong place
2017-05-30 15:57:58 +02:00
Tim Kuipers
a91d6478be
Merge branch '2.6'
2017-05-30 15:32:49 +02:00
Tim Kuipers
14e85d7b6b
refactor: move spaghetti infill options to experimental category
2017-05-30 15:22:03 +02:00
Tim Kuipers
015d1b79ab
Merge pull request #1866 from moritzmair/master
...
added 3Dator printer profile and printbed mesh
2017-05-30 10:59:31 +02:00
Mark Burton
85f0a012bb
Can't see any good reason why this shouldn't be turned on by default.
2017-05-29 17:44:45 +01:00
Ghostkeeper
b8f290d835
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-29 15:40:24 +02:00
Ghostkeeper
8ec9337077
Merge branch 'feature_extruder_per_feature'
2017-05-29 15:40:06 +02:00
Tim Kuipers
71c2a8edc6
Merge pull request #1861 from fieldOfView/feature_add_tam_series1
...
Add Type A Machines series 1 2014 definition and mesh
2017-05-29 14:24:43 +02:00
Ghostkeeper
baade194fd
Change Extra Skin Wall Count to depend on top/bottom extruder
...
The feature is meant to improve the quality of the skins. Whether this is needed should depend on the material of the skin rather than on the material of the inner wall, even though the feature itself is printed with the inner wall extruder.
Contributes to issue CURA-3740.
2017-05-29 14:10:18 +02:00
Nicolas Liaudat
b0cbae6c33
Update easyarts_ares.def.json
2017-05-29 08:06:50 +02:00
Nicolas Liaudat
f7f1155504
Create easyarts_ares.def.json
2017-05-28 15:46:18 +02:00
Mark Burton
26491da2b2
Rename group_walls setting to optimize_wall_printing_order.
2017-05-24 23:29:36 +01:00
Tim Kuipers
eab7ce232a
JSON fix: default feature extruder_nr = -1 (CURA-3740)
2017-05-23 14:01:01 +02:00
Lipu Fei
da39ab8093
Remove duplicate "enabled" for "infill_angles"
2017-05-23 13:34:50 +02:00
Moritz Mair
a714d5b370
added 3dator printer profile and mesh
2017-05-23 13:10:47 +02:00
Mark Burton
6720e1c2ee
Added "group_walls" setting.
2017-05-23 09:22:34 +01:00
fieldOfView
93a36a8503
Add Type A Machines series 1 2014 definition and mesh
2017-05-22 22:12:36 +02:00
Tim Kuipers
6887bcf232
JSON fix: feature extruder settings now use optional_extruder type (CURA-3740)
2017-05-22 16:57:33 +02:00
Ghostkeeper
2a6a968540
Merge branch 'master' into feature_extruder_per_feature
2017-05-22 16:05:57 +02:00
Arjen Hiemstra
8e5cfd9566
Add last missing settings that should still use extruderValue
...
Contributes to CURA-3738
2017-05-22 13:57:08 +02:00
maukcc
e035358474
Revert "update"
...
This reverts commit 8a027340c55f9fc7c6137662e5eeedde0162cb77.
2017-05-19 10:36:15 +02:00
Ghostkeeper
7cb8e549f4
Merge branch 'feature_mold_roof'
2017-05-18 16:47:51 +02:00
Arjen Hiemstra
7e4f983cd6
Fix support settings that need their inheritance value from different extruders
...
Contributes to CURA-3738
2017-05-18 15:34:50 +02:00
maukcc
d57701c7ef
Merge branch 'master' of https://github.com/maukcc/Cura
...
resources/quality/ultimaker3/um3_aa0.8_TPU_Not_Supported_Quality.inst.cfg
resources/quality/ultimaker3/um3_aa0.8_TPU_Not_Supported_Superdraft_Quality.inst.cfg
2017-05-18 09:50:23 +02:00
maukcc
8a027340c5
update
2017-05-18 09:47:25 +02:00
Ghostkeeper
236b1dc0ca
Merge branch 'Cura/master' of https://github.com/maukcc/Cura into maukcc-Cura/master
2017-05-17 15:35:05 +02:00
Ghostkeeper
9450453b42
Merge branch 'master' into feature_extruder_per_feature
...
Conflict in FDMPrinter: The Cubic Subdivision Radius setting was removed. No need to limit that setting any more.
2017-05-17 14:24:00 +02:00
maukcc
aabf26009f
added new platform
2017-05-17 13:44:33 +02:00