1703 Commits

Author SHA1 Message Date
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
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
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
ValentinPitre
ea770a26a3
Add mesh offset 2018-08-08 23:23:32 +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
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
Diego Prado Gesto
f968b4f62d Merge branch 'master' into ValentinPitre-contribution 2018-08-01 16:54:42 +02:00
Jack Ha
be177939b5 Reverts other commit bound to CURA-5563, that was not correct. 2018-07-31 17:09:33 +02:00
Diego Prado Gesto
5dc993bb49 Merge branch 'contribution' of https://github.com/ValentinPitre/Cura into ValentinPitre-contribution 2018-07-31 09:07:27 +02:00
root
2584d58904 correction extruder 2018-07-30 22:51:02 +02:00
Diego Prado Gesto
ee2b1ef7d2
Merge pull request #4118 from milkok/patch-3
Create winbo_superhelper155.def.json
2018-07-30 11:34:31 +02:00
Diego Prado Gesto
b176a75028
Merge pull request #4117 from milkok/patch-2
Create winbo_superhelper105.def.json
2018-07-30 10:48:55 +02:00
root
2ef48c725e add new definition/quality/mesh of 3D printer by TiZYX 2018-07-28 16:13:14 +02:00
milkok
380ab22c42
Update winbo_mini2.def.json 2018-07-28 17:19:13 +08:00
milkok
29f2bb8a3a
Update winbo_dragonl4.def.json 2018-07-28 17:15:36 +08:00
milkok
29f9beb550
Update winbo_superhelper105.def.json 2018-07-28 17:06:23 +08:00
Tim Kuipers
e1db7eb831 setting: infill_wall_line_count 2018-07-28 09:59:19 +02:00
Aleksei S
729569034d Rename setting Raft Line Spacing -> Raft Base Line Spacing 2018-07-27 16:12:29 +02:00
Mark Burton
b8cca17d46 Added the "Within Infill" combing option that functions identically to the original "Not in Skin" option.
I've tweaked the blurb to let people know that the original behaviour is still available.
2018-07-27 10:01:16 +01:00
Lipu Fei
9584b8c579 Bind Top Surface Skin Layers value to Top Surface Skin Extruder
CURA-5563

Otherwise, if you set the layers to 2 for extruder 1 and use extruder 2
for Top Surface Skin, it will use the Top Surface Skin Layers value from
extruder 2, which is most likely 0, and no top surface skin layers will
be printed.
2018-07-26 13:54:20 +02:00
Diego Prado Gesto
e8f095f245
Merge pull request #4090 from Ultimaker/dagoma3d-dagoma_profiles
Add and fix Dagoma3D profiles
2018-07-26 13:51:14 +02:00
Tim Kuipers
9c6b676660 fix: typo in setting formula 2018-07-26 10:10:30 +02:00
alekseisasin
f5fb336439
Merge pull request #3827 from BagelOrb/connect_multiply_infill
Connect Infill Polygons AND Multiply Infill
2018-07-25 13:47:32 +02:00
Tim Kuipers
8ccc33d302 make connect_infill_polygons true by default
concentric_3d was removed and then the value function is the same as the enabled function, so the default value should be true
2018-07-24 22:09:09 +02:00
Tim Kuipers
5cb5e63dcc setting fix: make Connect Infill Polygons available for Multiplied Infill 2018-07-24 22:09:09 +02:00
Tim Kuipers
285f136856 settings: connect_skin_polygons and connect_infill_polygons 2018-07-24 22:09:09 +02:00
Tim Kuipers
3f4aa0abaf allow zig_zaggify for linear infill because of infill_multiplier 2018-07-24 22:09:09 +02:00
Tim Kuipers
790321833b setting description and enabled fixes to infill_multiplier 2018-07-24 22:09:09 +02:00
Tim Kuipers
31d1c9f92c setting for infill_multiplier 2018-07-24 22:09:09 +02:00
milkok
dd9d4d1e2b
Create winbo_dragonl4.def.json 2018-07-24 17:19:36 +08:00
milkok
494fcb98b8
Create winbo_mini2.def.json 2018-07-24 17:17:40 +08:00
milkok
a5bc2769aa
Create winbo_superhelper155.def.json 2018-07-24 17:15:07 +08:00
milkok
795dc9b9e1
Create winbo_superhelper105.def.json 2018-07-24 17:08:15 +08:00
Ghostkeeper
988de2b68c
Fix z-fighting with build plate mesh 2018-07-24 09:09:54 +02:00
Ghostkeeper
75d8cba8a9
Fix start g-code of Monoprice Select Mini v2
Apparently the original start code caused it to move outside the build volume or beyond the limit in the Y direction.

Fixes #3924.
2018-07-24 09:09:26 +02:00
kaleidoscopeit
94954ea40f Quality corrections in Deltacomb 3D 2018-07-20 16:41:48 +02:00
kaleidoscopeit
97dad9c1c4 Updated Deltacomb 3D machine and quality definitions 2018-07-20 12:38:19 +02:00