2686 Commits

Author SHA1 Message Date
Ghostkeeper
09f40c8f77
Upgrade to setting_version 15
These were apparently outdated.

Contributes to issue CURA-7515.
2020-06-16 03:51:49 +02:00
Ghostkeeper
b645d210ec
Remove unused platform texture
This texture is unused because the OBJ file of the platform mesh has no texture coordinates.

Contributes to issue CURA-7515.
2020-06-15 18:09:39 +02:00
Ghostkeeper
07953488ae
Fix alignment of platform mesh
It was aligned to the bottom side of the build plate rather than the top side. This build plate is 3.2mm thick, so to prevent Z fighting I'm moving the model 3.3mm down.

Contributes to issue CURA-7515.
2020-06-15 18:02:14 +02:00
Ghostkeeper
5794deeade
Fix slashes in TinyBoy printer names
Somehow they turned into underscores, but clearly they are demarking different alternatives.

Contributes to issue CURA-7515.
2020-06-15 18:02:13 +02:00
Ghostkeeper
ab28590439
Clean up whitespace
No tabs, just spaces for indentation. Remove whitespace at the end of a line.

Contributes to issue CURA-7515.
2020-06-15 18:02:13 +02:00
fred
34bc78ef85
Updated to fit Cura 4.6 2020-06-15 18:02:12 +02:00
fred
17ee28ca55
Delete tinyboy.def.json
fix

update

update

update

fix

fix
2020-06-15 18:02:09 +02:00
fred
c6deb397dd
Create tinyboy.def.json
save

update

update

update

update

fix

Update tinyboy_e16.def.json

fix

fix
2020-06-15 18:01:59 +02:00
fred
c380dc5f25
Add TinyBoy & mago 3D Printer
fix update error

try to fix

try to fix

fix again

Update tinyboy.def.json

Update tinyboy_ra20.obj

Update tinyboy_e10_extruder_0.def.json

update again

Update tinyboy.def.json

update
2020-06-15 18:01:45 +02:00
fred
3d88c96b7a
Add TinyBoy profile
Updated

Update

TinyBoy / mago

Add TinyBoy and mago 3D Printer profile
2020-06-15 18:01:29 +02:00
Ghostkeeper
9b750a50c0
Merge branch 'mesh_processing_order' 2020-06-15 17:36:59 +02:00
Jaime van Kessel
66a183b8e2
Merge branch 'master' of https://github.com/Joyce-lujunxu/Cura 2020-06-15 14:14:13 +02:00
Ghostkeeper
abc105a727
Merge branch '4.6' 2020-06-12 12:02:08 +02:00
Ghostkeeper
bab037554c
Avoid hitting the prime blob when Z-hop is enabled
Similar to commit be814535e979c28734460a697da879dbe2b41a07, but ported to the Ultimaker Original.
2020-06-12 12:01:38 +02:00
Remco Burema
29e68fe407
Fix default value min_skin_width_for_expansion.
At some point max_skin_angle_for_expansion s deafult value was updated, but the default value for its child, min_skin_width_for_expansion wasn't altered to reflect that. Fixes #7925
2020-06-12 11:43:37 +02:00
Ghostkeeper
ae272d42b8
Align build plate correctly to build volume
I don't know how this came to be misaligned. Maybe an oversight.

Contributes to issue CURA-7497.
2020-06-10 14:59:11 +02:00
orel
ddc8785755 Add 3mf meshes for mono extruder disco printers 2020-06-10 12:39:02 +02:00
orel
36f70e43c2 Extruders gcodes sequences were inverted... 2020-06-10 11:43:44 +02:00
orel
7c6104b812 Merge remote-tracking branch 'upstream/master' into dagoma_bicolor 2020-06-10 11:42:48 +02:00
Joyce-lujunxu
72f84ff489
Add files via upload 2020-06-09 19:04:51 +08:00
Ghostkeeper
7ec681a04d
Merge branch 'feature_support_meshes_present' of https://github.com/fieldOfView/Cura into fieldOfView-feature_support_meshes_present 2020-06-05 13:20:31 +02:00
Ghostkeeper
1d6c722505
Indent using spaces, not a mix of tabs and spaces
Contributes to issue CURA-7450.
2020-06-04 13:14:56 +02:00
Ghostkeeper
06dce91bef
Merge branch 'master' of https://github.com/grk3010/Cura into grk3010-master 2020-06-04 13:06:08 +02:00
fieldOfView
c34162a2ba Merge branch 'master' into feature_support_meshes_present
# Conflicts:
#	cura/Scene/CuraSceneController.py
#	cura/Scene/CuraSceneNode.py
2020-06-04 10:27:11 +02:00
Orel
e537af24da Refine platform offset 2020-06-03 20:14:10 +02:00
Orel
93715bf2ad Replace 3mf to stl files for mono extruder dagoma printers 2020-06-03 20:05:15 +02:00
Orel
5079009ccd Merge remote-tracking branch 'upstream/master' into dagoma_bicolor 2020-06-03 20:04:16 +02:00
Ghostkeeper
6d1d6ca1aa
Add warning for Support Wall Line Count if breaking up support in chunks
It will be hard to break it up then.

Fixes #7841.
2020-06-03 10:51:43 +02:00
Orel
6544fa31f4 Add 3mf meshes for single extrusion dagoma disco printers 2020-06-02 19:10:32 +02:00
Orel
b0edcc1c18 Merge remote-tracking branch 'upstream/master' into dagoma_bicolor 2020-06-02 18:27:30 +02:00
Konstantinos Karmas
856221f0b6
Merge pull request #7030 from gandzia44/master
ATMAT machines profiles
2020-06-02 16:25:55 +02:00
Ghostkeeper
be814535e9
Avoid hitting the prime blob when Z hop is enabled
If Z hop is enabled, it would move to the height of the Z hop at the start of the print, in order to hop for the initial travel move. Cura sort of assumes that this hop is going up and so it's safe to do, but in reality this hop is going down due to the starting process in the firmware. As a hotfix, we'll just move away from that blob so that we don't hit it even if you enable Z hops.
2020-06-02 11:54:10 +02:00
Ghostkeeper
2a70813d03
Correct orientation of printer volume
This seems to have been a mix-up of 'depth' and 'height'. The specs online say that these are the correct dimensions.

Fixes #7827.
2020-05-28 12:59:40 +02:00
Konstantinos Karmas
e0734ff130
Merge pull request #7681 from sm3dp/add-lotmaxx-sc60-printers
Added Lotmaxx sc60 profile
2020-05-26 16:42:30 +02:00
Jaime van Kessel
5749e8b20a
Fix name for the I3 Metal Motion
CURA-7466
2020-05-26 14:00:12 +02:00
orel
49e3696e61 Fix typo in generic profile names... 2020-05-26 12:35:00 +02:00
orel
dff6ff1c7e Integrate Gcode modifications from @Sophist-UK and use the inherits feature to gather common parameters between profiles 2020-05-26 12:28:20 +02:00
orel
fc7f1bb0ee Merge remote-tracking branch 'upstream/master' into dagoma_bicolor 2020-05-26 10:47:01 +02:00
Jaime van Kessel
7adcce08eb
Merge branch 'eMotionTech_I3MetalMotion' of https://github.com/pfelecan/Cura 2020-05-25 14:08:55 +02:00
Ghostkeeper
be9029b33e
Merge branch 'CURA-7318_Ironing_offsets_with_half_a_skin_line_width' 2020-05-25 11:48:05 +02:00
Remco Burema
52050d858f
Merge pull request #7640 from smartavionics/mb-rotate-cubsubdiv-infill
Make Infill Line Directions visible for cubicsubdiv infill pattern.
2020-05-22 13:40:05 +02:00
Konstantinos Karmas
1ec3c562ff
Merge pull request #7769 from paalex/master
add 2nd extruder to Tevo Tarantula and Tevo Tarantula Pro printers
2020-05-20 15:06:04 +02:00
Kostas Karmas
503d5d2a35 Correctly upgrade the ironing_inset based on the ironing_pattern used
Previously, the ironing_inset was changed in the profiles to reflect
the changes made in the CuraEngine. This inset though was not taking
into account the ironing_pattern (in the CuraEngine, the inset is
compensated differently depending on the pattern).

This commit fixes that in the version upgrader and the printer
definitions in order to maintain the same behavior for the old
profiles.

CURA-7318
2020-05-20 13:56:24 +02:00
orel
863d5460bc Separate mono/dual extruders Dagoma printers profiles 2020-05-20 11:41:49 +02:00
Ghostkeeper
98fed95725
Adjust the default values for ironing_inset so that the slice result remains the same
The slicer has been adjusted to give this setting a more logical function: It should be an inset of the outer edge of ironing as it appears in layer view where the lines are made thinner according to their flow.
As a result all of the slices with ironing have changed. This adjusts the setting value so that the actual slice output will not change, just the appearance of the setting.

Contributes to issue CURA-7318.
2020-05-18 18:19:57 +02:00
Ghostkeeper
7b87538890
Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master 2020-05-18 13:42:57 +02:00
paalex
1fb67f903c add 2nd extruder to Tevo Tarantula printers 2020-05-15 20:25:27 -04:00
maukcc
39595d0541 HMS434 update 2020-05-15 09:28:07 +02:00
maukcc
80a886f582 HMS434 upgrade
Added host chamber fan support
2020-05-15 09:24:17 +02:00
grk3010
885fe32fb0 Update smoothie.def.json
remove depreciated "category"
2020-05-14 16:15:12 -04:00