Jaime van Kessel
56422a2725
Merge pull request #744 from thopiekar/patch-3
...
BQ Hephestos2: Removing machine_gcode_flavor
2016-05-17 09:24:33 +02:00
Thomas Karl Pietrowski
c83a5a30cc
BQ Hephestos2: Removing machine_gcode_flavor
...
This is already default at https://github.com/Ultimaker/Cura/blob/master/resources/machines/fdmprinter.json#L115
2016-05-16 11:13:39 +02:00
Thomas Karl Pietrowski
481b350cfd
BQ Hephestos2: Removing override of support_enable
...
"support_enable" is already set as "enabled": false in fdmprinter.json.
So this line is unneeded here.
2016-05-14 18:42:23 +02:00
Tim Kuipers
c832b92e6f
JSON fix: made infill/skin overlap disabled for concentric pattern (CURA-967)
2016-05-13 13:37:43 +02:00
Tim Kuipers
3d94d24372
JSON feat: skin overlap (CURA-967)
2016-05-13 13:28:00 +02:00
Tim Kuipers
883d138f67
Merge branch '2.1'
2016-05-13 12:19:19 +02:00
Tim Kuipers
52ea8e76d2
lil: multiple_mesh_overlap can now be changed per object
2016-05-12 20:12:43 +02:00
Tim Kuipers
e57ca0aa53
JSON remove: removed Fill Gaps Between Walls (CURA-996)
2016-05-12 17:52:24 +02:00
Tim Kuipers
8a4fdf8fb3
JSON remove: removed Remove Overlapping Wall Parts (CURA-996)
2016-05-12 17:50:02 +02:00
Tim Kuipers
5716069fe4
JSON fix: First Layer Z OVerlap ==> Inital Layer ... (CURA-1549)
2016-05-12 11:01:46 +02:00
Tim Kuipers
9993fcc3cf
JSON feat: layer_0_z_overlap (CURA-1549)
2016-05-11 17:14:49 +02:00
Tim Kuipers
21f5766416
JSON feat: switch_extruder_retraction_hop (CURA-1061)
2016-05-11 16:39:44 +02:00
Tim Kuipers
0b0e53dcf5
JSON fix: max infill combine is 8 layers cause of cura statically defined array length (CURA-1255)
2016-05-11 09:37:21 +02:00
Tim Kuipers
581edfeaa5
JSON: fix: better max infill_sparse_thickness (CURA-1255)
2016-05-04 16:21:53 +02:00
Tim Kuipers
51ed0f317b
JSON feat: conical_overhang_angle (CURA-1412)
2016-05-04 15:49:07 +02:00
Tim Kuipers
46f4caab32
JSON feat: conical_overhang_enabled (CURA-1412)
2016-05-04 15:32:20 +02:00
Tim Kuipers
4aaa528ea2
JSON feat: settings split: Compensate Overlapping wall parts ==> outer ; inner wall parts (CURA-995)
2016-05-04 15:11:11 +02:00
Tim Kuipers
a0838256e2
JSON fix: regular fan speed at layer inherit function was a bit off
2016-05-04 14:07:46 +02:00
Ghostkeeper
4ef9c1a3e7
Merge branch '2.1'
...
Conflicts:
plugins/CuraEngineBackend/StartSliceJob.py
2016-05-04 13:43:35 +02:00
Tim Kuipers
5a891a5fa2
JSON refactor: moved support z distance above support xy distance options (CURA-1479)
...
The support dist priority option may enable the xy dist overhang option, so it's logical to group it with the xy dist options, but it presumes you know about the support z distance, so it's more logical to put the x distance options above the xy distance options.
2016-05-04 11:46:42 +02:00
Tim Kuipers
fd871c35ca
JSON feat: support_xy_overrides_z and support_xy_distance_overhang (CURA-1479)
2016-05-04 11:43:59 +02:00
Ghostkeeper
d8c53f7a1f
Fix manufacturer for uniqbot
...
These have to be Other for Ultimaker's marketing team.
2016-05-02 11:48:08 +02:00
Tim Kuipers
a176c6a977
JSON: fix for support roof vs infill speed visiblity
2016-04-28 12:30:03 +02:00
zerr0
bc350cfe28
machine_head_shape_* removed
2016-04-28 14:16:37 +05:00
zerr0
3c7ff49be3
Uniqbot by Unimatech machine profile
2016-04-27 13:19:36 +05:00
Jaime van Kessel
4d11bdd366
Changed height
...
CURA-1429
2016-04-26 12:09:11 +02:00
fieldOfView
a2ff775c08
Limit the max_value for extruders to the number of extruders
...
CuraEngine would crash if instructed to use an extruder that it knows nothing about. Extruders start counting at 0, so max_value is set to machine_extruder_count - 1.
Fixes the crash outlined in CURA-965
2016-04-26 11:19:56 +02:00
Ghostkeeper
c67ae0f1c9
Remove retraction settings from machine definitions
...
These should be different per material, not per machine.
Contributes to issue CURA-346.
2016-04-25 16:23:37 +02:00
Ghostkeeper
58d08f2b8d
Change default retraction for nozzle switch
...
This should get overridden by the heat zone length anyway.
Contributes to issue CURA-346.
2016-04-25 16:23:36 +02:00
Ghostkeeper
b5f00ffd80
Removed superfluous override from UM2+ definition
...
The default is line_width * 2 but this defined it as machine_nozzle_size * 2. I talked it over with Tom (who added that line) and he said it was only copied from Paul's profiles. It should've been line width. Makes more sense. It's line_width * 2 so that it can go from an outer wall to the infill without retracting.
Contributes to issue CURA-346.
2016-04-25 16:23:36 +02:00
Ghostkeeper
43dff1296c
Move retraction distance to material settings
...
I've discussed this with Tom, Kristel, Diana, Marvin and Oscar. This setting should really be dependent on material since the material influences the speed it can handle the most.
Contributes to issue CURA-346.
2016-04-25 16:23:36 +02:00
Ghostkeeper
134867f833
Fix indenting tabs -> spaces
...
Contributes to issue CURA-695.
2016-04-20 17:18:10 +02:00
Tim Kuipers
6799a76a7c
JSON fix: combing mode default enum value (CURA-694)
2016-04-20 15:25:23 +02:00
Tim Kuipers
e7e4512fd0
JSON: fix: moved line distance computation from engine to frontend (CURA-1317)
2016-04-19 17:39:30 +02:00
Tim Kuipers
1ffcb8419a
JSON: Enable Combing ==> Combing Mode (CURA-694)
2016-04-18 16:49:02 +02:00
Jaime van Kessel
8a94739de0
Raft line widths now inherit from line_width
...
CURA-695
2016-04-15 16:08:23 +02:00
Jaime van Kessel
ef9be8a2d8
Merge branch '2.1' of https://github.com/Ultimaker/Cura
2016-04-15 14:56:24 +02:00
Tom Heijmans
7ce5c6c6bc
Fixed inheritance issues
2016-04-15 14:36:13 +02:00
Tom Heijmans
00305f1c53
Updated inheritance functions for um2+
2016-04-15 13:35:25 +02:00
Tim Kuipers
77e719619d
JSON fix: indentation only (CURA-1400)
2016-04-14 14:02:26 +02:00
Tim Kuipers
cd7513971b
JSON fix: support&platform extruder nr not children of extruder nr (CURA-1400)
2016-04-14 14:01:56 +02:00
Tim Kuipers
7ea02f9d98
JSON fix: Infill Overlap mm didn't default to 0 when infill was too dense (CURA-786)
2016-04-14 13:50:40 +02:00
Tim Kuipers
f426ba3168
changed infill overlap min_value to min_value_warning and made it -50% (CURA-786)
...
-50% corresponds to the value where the hole in the nozzle just at the boundary of the inner wall
2016-04-14 13:33:00 +02:00
Tim Kuipers
401e020f9c
machine extruder trains now can't be an array anymore (CURA-494)
2016-04-14 13:18:40 +02:00
fieldOfView
5c723cc9d6
Fix string comparison in fdmprinter.json
...
CURA-1394
2016-04-14 11:49:46 +02:00
Ghostkeeper
7435010dd4
Code style: No whitespace at end of line
...
Contributes to issue CURA-494.
2016-04-13 15:59:48 +02:00
Ghostkeeper
f222c870f1
Codestyle: No whitespace at end of line
...
Contributes to issue CURA-494.
2016-04-13 15:56:56 +02:00
Tim Kuipers
592d98d4fd
JSON: refactor: combing bool ==> enum; introduction of noskin combing (CURA-694)
2016-04-13 09:56:34 +02:00
Tim Kuipers
cc06c632a1
JSON: refactor: combing bool ==> enum; introduction of noskin combing (CURA-694)
2016-04-13 09:50:51 +02:00
Tim Kuipers
a57125292d
JSON fix: syntax mistake
2016-04-11 19:10:16 +02:00