Lipu Fei
93190dde9b
Merge remote-tracking branch 'origin/master' into refactoring_machine_manager
2018-03-02 09:55:14 +01:00
Lipu Fei
c82b2f2f6c
Fix gcode flave RepRap for dagoma neva
...
CURA-4988
2018-03-02 09:29:38 +01:00
Lipu Fei
5351ce7d23
Fix dagoma discoeasy200 travel speed 100
...
CURA-4988
2018-03-02 09:29:03 +01:00
Lipu Fei
a81d124aae
Merge remote-tracking branch 'origin/master' into refactoring_machine_manager
2018-03-01 16:03:49 +01:00
Ghostkeeper
7b794249f6
Add 512 padding bytes to the end of the g-code
...
Due to a bug in the firmware of the Ultimaker 2, the print was already ending before the last few commands were executed completely. It would then finish the last few commands in a different routine but the extrusion modifier wasn't applied there, resulting in a blob on your print.
This is a workaround that puts always one file system page (512 bytes) of padding at the end of the g-code file. If these comments are not executed that is fine. If they are then it's also fine. Until the bug is fixed in firmware, this will at least prevent the issue from occurring for users.
2018-03-01 13:33:14 +01:00
Lipu Fei
75573da9dd
Fix merge conflicts with master
2018-02-27 13:08:29 +01:00
Ghostkeeper
b54d709f96
Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master
2018-02-27 10:25:11 +01:00
Jack Ha
22cf5abec2
Merge branch 'master' into refactoring_machine_manager
2018-02-27 10:24:56 +01:00
Ghostkeeper
cde67ab84c
Add warning for low Retraction Min Travel
...
Because if you set it to be too close to the line width, you'll get retractions between every skin line.
2018-02-26 14:48:43 +01:00
Ghostkeeper
fc9b2c3529
Limit infill zigzaggify setting to infill extruder
...
Let's give it the same properties as the infill pattern setting.
Contributes to issue CURA-4017.
2018-02-22 16:44:39 +01:00
Ghostkeeper
dba748bd8a
Add new setting for zig-zaggifying support
...
You can now also use the zigzag type patterns for support.
Contributes to issue CURA-4017.
2018-02-22 16:43:50 +01:00
Lipu Fei
a88e69d109
Revert "WIP: Fix quality profiles for abax_pri5"
...
Keep the old quality profiles for now to make it safe.
2018-02-22 15:01:03 +01:00
Lipu Fei
9a354efd19
Merge remote-tracking branch 'origin/master' into refactoring_machine_manager
2018-02-21 14:05:19 +01:00
Lipu Fei
be211b7311
WIP: Fix quality profiles for abax_pri5
...
- Removed redundant quality profiles for abax_pri5 and reuse the abax_pri3
ones
- Fix abax_pri5 definition file: has_machine_quality = true
2018-02-21 11:06:28 +01:00
Lipu Fei
c338e1b7d6
WIP: Fix quality profiles for abax_pri3
...
- Fixed duplicated quality_type and name for qualities "Fast" and "Fine"
- Moved global settings to separate global quality files
- Fix abax_pri3 definition file: has_machine_quality = true
- MAYBE FIXME: Normal and Fast have the same layer height. Don't know if
that's intended. They are kept as before.
2018-02-21 11:06:28 +01:00
Ghostkeeper
6110b83844
Use 'or' instead of '||' for Python code
...
Oops.
Contributes to issue CURA-4017.
2018-02-21 09:51:14 +01:00
Ghostkeeper
f3aeb01af0
Only enable Connect Infill Lines by default for Cross
...
We don't want to change the default behaviour yet.
Contributes to issue CURA-4017.
2018-02-21 08:50:49 +01:00
Ghostkeeper
31ad0dd56c
Allow zig-zaggifying infill for patterns other than Cross as well
...
It is now supported for any linear-based infill except zigzag (which has its own algorithm; that's a TODO).
Contributes to issue CURA-4017.
2018-02-21 08:50:49 +01:00
maukcc
c323bac306
extruder change update
...
extruder change update:
- wiping nozzles
- temperature updates
2018-02-20 17:15:21 +01:00
Diego Prado Gesto
f27685e6ac
CURA-4017 Enable the setting zig_zagiffy_infill for the grid and triangular patterns
2018-02-20 13:56:30 +01:00
Mark
9af6b4d6f6
Merge pull request #3264 from uBuild-3D/patch-1
...
Create ubuild-3d_mr_bot_280.def.json
2018-02-19 13:19:12 +01:00
Mark
2b70c83894
Merge pull request #3216 from dagoma3d/dagoma-profiles
...
Enhance Dagoma profiles
2018-02-19 12:12:23 +01:00
Jack Ha
8275e506ce
CURA-4606 fix material names for 1.75mm materials
2018-02-16 14:23:11 +01:00
Lipu Fei
73968e5c48
Revert "WIP: Update and fix definition files"
...
This reverts commit 27a346a58beaea9de249ebf229f0979d51ad21ff.
2018-02-16 14:23:11 +01:00
Lipu Fei
5ad4447e37
WIP: Update and fix definition files
2018-02-16 14:23:11 +01:00
Lipu Fei
c469ebbf9f
WIP: Fix material lookup problems and update definition files
2018-02-16 14:23:11 +01:00
Lipu Fei
730cbb25bf
WIP: Simplify machine creation
2018-02-16 14:23:11 +01:00
Lipu Fei
8ac9811b41
WIP: Create QualityManager
2018-02-16 14:20:02 +01:00
Diego Prado Gesto
d2ba63147d
Merge branch 'master' into Setting-Optimization
2018-02-16 09:39:30 +01:00
Ian Paschal
4d3f7d098f
Merge pull request #3299 from Ultimaker/feature_circular_prime_tower
...
Circular prime tower functionality
Looks good Diego!
2018-02-13 16:01:02 +01:00
Ghostkeeper
f91c990fed
Streamline usage of g-code (vs. GCode, Gcode, G-code, gcode, etc.)
...
This makes it all the same. It is something that came up in our translation pass this time.
Contributes to issue CURA-4883.
2018-02-13 15:50:59 +01:00
Diego Prado Gesto
18ef3cfc69
CURA-4320 Adjust prime tower settings' formulas for calculating values
...
and maximum warning.
2018-02-13 13:16:32 +01:00
Diego Prado Gesto
c6328968db
CURA-4320 Add circular prime tower setting and draw shadow according to
...
it.
2018-02-12 14:56:26 +01:00
Ghostkeeper
5c89ef1840
Merge branch 'master' of https://github.com/pouncingiguana/Cura
2018-02-12 09:24:44 +01:00
Ian Paschal
276be2342e
CURA-4940 Use aluminum instead of aluminium
...
🇺🇸
2018-02-09 15:07:14 +01:00
uBuild-3D
1b17aee88f
Create ubuild-3d_mr_bot_280.def.json
...
Machine definition of MrBot280 3D printer by www.ubuild-3d.com
Thanks
2018-02-08 19:30:14 +02:00
THeijmans
b6c48e7fb9
Replaced tabs by spaces
...
Thanks Aldo!
2018-02-08 08:58:48 +01:00
THeijmans
34c0a09047
Optimize wall printing order
...
This setting will make a lot of more prints more logical in printing order, especially when many small features are printed.
2018-02-07 15:37:05 +01:00
THeijmans
bc0a4cdc17
Initial layer line width increase
...
Increasing the initial layer line width both increases print speed, and results in more reliable bed adhesion.
2018-02-07 15:35:09 +01:00
THeijmans
ca83089eff
Combing to "No Skin"
...
This will remove the lines "printed" on top of flat top surfaces. For all UM3(e) profiles.
2018-02-07 15:32:59 +01:00
THeijmans
f535ed29ad
Slight meshfix resolution change
...
By changing the meshfix resolution from 0.01 to 0.04 mm, we change the minimum out wall line pieces and can have a more continuous printhead movement. Also decreases Gcode size by around 30% for very high detail models.
2018-02-07 15:31:09 +01:00
Ghostkeeper
7bbe42eb42
Remove unnecessary usage of value instead of default
...
This is not really a formula.
2018-02-07 13:25:27 +01:00
Lipu Fei
ffa4df6a06
Merge 3.2 into master
2018-02-07 13:20:24 +01:00
Jack Ha
f29d07ce40
CURA-4923 corrected the material diameter of malyan_m200
2018-02-07 11:42:15 +01:00
alekseisasin
6fe524dce8
Merge pull request #3142 from Velleman/master
...
Updated definition and added the qualities
2018-02-05 11:56:09 +01:00
Lipu Fei
25713a6e64
Merge remote-tracking branch 'origin/3.2'
2018-02-01 11:23:20 +01:00
Orel
f9a0b1db50
Enhance Dagoma DiscoEasy200 profile and add Dagoma Neva stuff (profile and mesh).
2018-02-01 09:40:43 +01:00
Lipu Fei
3927c70625
Fix material_diameter handling in ExtruderStacks
...
CURA-4898
2018-01-31 13:32:45 +01:00
Ghostkeeper
c403d52972
Only limit retraction speed if retraction is enabled
...
For some printers the feedrate might be too low for the defaults.
2018-01-30 13:44:18 +01:00
Ghostkeeper
4f72f52447
Reduce minimum value for flow to 0.0001%
...
CuraEngine can handle that. It's not going to extrude anything, but neither is 5% really.
Contributes to issue CURA-4506.
2018-01-24 16:29:24 +01:00