1873 Commits

Author SHA1 Message Date
Torbjørn
5690aef3d5 Added 3D Platform for Anycubic i3 Mega 2017-12-30 01:58:22 +01:00
Torbjørn
04589596f0
Reverted back to use of RepRap (Marlin/Sprinter) 2017-12-30 00:18:15 +01:00
Torbjørn
7aaedff8af
Reverted back to use of RepRap (Marlin/Sprinter) 2017-12-30 00:17:36 +01:00
Torbjørn
6e35936ab9
Merge pull request #3 from Ultimaker/master
test
2017-12-30 00:15:48 +01:00
Torbjørn
b782b532fc Update to new machine_gcode_flavor definition 2017-12-29 23:27:39 +01:00
Torbjørn
8a308ef0db Added Quality profiles for Anycubic i3 Mega 2017-12-29 19:59:04 +01:00
Torbjørn
c1dea6e9d4 Adding support Tevo Black Widow
Definition for _Tevo Black Widow_ from the user manual.
2017-12-29 01:56:46 +01:00
Torbjørn
b733c587f4 Adding support Anycubic i3 Mega
Definition for _Anycubic i3 Mega_ from the user manual.
2017-12-29 01:33:12 +01:00
Tyler Gibson
2ac3ef78c3 Adding support for Malyan M200, Monoprice Select Mini V1 & V2, renaming Malyan M180 for consistency. 2017-12-28 09:11:41 -08:00
Ghostkeeper
bf2972200d
Clarify infill/skin overlap setting descriptions a bit
Discovered during work on CURA-4732.
2017-12-28 18:09:44 +01:00
TheAssassin
a63ad41676
Move extruder to X0 2017-12-24 22:14:45 +01:00
TheAssassin
ed8f73765e
Reduce amount of movements after print
At the moment, the base plate is moved to the end stops, which moves the head to the front of the base plate (at least for stock printers, but most likely for modified ones, too), making the object inaccessible. This has been fixed by moving the base plate to the back after this step. That eliminates the need for the X/Y homing, hence it got removed from the after print code.
Also, before these changes, the "steppers off" command was pretty pointless, as the final move was performed after this step. This is not necessarily a problem, but can be annoying when trying to move the base plate or extruder after the print by hand.
All in all some useful changes.
2017-12-22 02:11:34 +01:00
Mark Burton
97b051907f Added infill_enable_travel_optimization setting.
Enabling this can greatly reduce the travel time during the printing of infill but it can
be expensive to compute so now the user can decide whether to use it or not.
2017-12-18 14:52:25 +00:00
Ghostkeeper
f538c3a686
Allow support bottom extruder to be set with tree support
It is now implemented.

Contributes to issue CURA-4523.
2017-12-18 15:30:21 +01:00
Ghostkeeper
eb1efc4928
Merge branch 'master' into feature_tree_support 2017-12-18 13:25:59 +01:00
Ghostkeeper
76d0a336f0
Merge branch 'master' of https://github.com/innovo3d/Cura 2017-12-18 11:24:22 +01:00
Ghostkeeper
2451e90370
Increase default resolution for tree support
Otherwise you get lines falling completely next to the previous layer.

Contributes to issue CURA-4523.
2017-12-18 09:57:03 +01:00
Ghostkeeper
948301c531
Remove duplicate setting definition
I think this was a merge conflict.

Contributes to issue CURA-4523.
2017-12-12 09:28:42 +01:00
Ghostkeeper
9a94e73b63
Merge branch 'master' into feature_tree_support 2017-12-12 08:40:57 +01:00
Brecht Nuyttens
9174406df2 Merge remote-tracking branch 'refs/remotes/Ultimaker/master' 2017-12-11 13:37:22 +01:00
Ruben D
9917d567a3
Correction to M180 settings for X3G
These settings are needed for X3G output to have the correct dimensions and feedrate. The steps_per_mm settings are important.
2017-12-10 23:48:11 +01:00
Ruben D
32b0e53621
Add more machine information
These are some additional settings that a slicer might need to know. Specifically, it needs to know these for proper X3G output.
2017-12-10 23:46:49 +01:00
Ghostkeeper
1029d4509c
Merge branch 'master' into feature_local_container_server 2017-12-08 16:03:05 +01:00
Adam Rumjahn
d2e2f13bd7
Merge branch 'master' into master 2017-12-05 21:26:23 -05:00
Adam Rumjahn
f690961900
Deactivated G32 autoleveling
Update form last commit, complied with new syntax
2017-12-05 21:20:43 -05:00
Ghostkeeper
b453e0a4e7
Allow minimum layer time to be higher than the fan speed min/max threshold
Previously that wasn't possible because the division that calculated the slope of the fan speed ramping up towards the minimum layer time couldn't deal with negative values. Now it deals with that properly and in the limit the regular fan speed will be used.

Fixes #2328 and CURA-4272.
2017-12-04 11:27:37 +01:00
Ghostkeeper
dad99f5292
Merge branch 'master' into feature_local_container_server
Contributes to issue CURA-4243.
2017-11-29 13:06:08 +01:00
alekseisasin
d4dfca3ef5
Merge pull request #2868 from Ultimaker/feature_adaptive_layer_heights
Add experimental settings for adaptive layer heights - CURA-4524
2017-11-29 09:48:33 +01:00
Brecht Nuyttens
dadd6ffa67 Merge remote-tracking branch 'refs/remotes/Ultimaker/master' 2017-11-29 08:46:45 +01:00
ChrisTerBeke
e6b3773d8e
Merge pull request #2797 from Ultimaker/feature_firmware_retract_setting
Add setting to determine whether to use firmware retraction
2017-11-28 13:45:38 +01:00
ChrisTerBeke
cf187215dd Add experimental settings for adaptive layer heights - CURA-4524 2017-11-28 11:44:20 +01:00
Ruben D
ab64cb5749
Add print head shape
Fixes #2808.
2017-11-27 23:10:58 +01:00
Ghostkeeper
65ea8a614c
Don't make filter_out_tiny_gaps a child setting of fill_perimeter_gaps
Parent settings are not used by the engine. Or they shouldn't be, because the parent settings are disabled by the front-end when all of their child settings are overwritten. Then you'd have a parent setting that is used by the engine but you can't modify it. Also, the command-line slicing doesn't load parent settings since it can't parse categories and such.
2017-11-27 13:54:29 +01:00
Ghostkeeper
a0ae7489f8
Less technical term for X/Y offset of infill
Just in the description. It's good to describe a setting using different words than the setting name.

Contributes to issue CURA-4601.
2017-11-24 13:16:14 +01:00
Ghostkeeper
9ecfd5510a
Clarify description for when bed temperature is 0
Fixes #2674.
2017-11-24 10:42:09 +01:00
Adam Rumjahn
43c9df5703
Deactivate G32 auto leveling before print
don't need this any more on the new printers
2017-11-23 20:14:43 -05:00
Lipu Fei
6b132a13de
Merge pull request #2786 from 0r31/discoeasy200_profile
Improve discoeasy200 profile
2017-11-23 00:25:07 +01:00
Jack Ha
0a2a9a2589 CURA-4533 added setting 'Filter out tiny gaps' 2017-11-22 09:42:03 +01:00
Lipu Fei
b439581e2d
Merge pull request #2816 from Ultimaker/CURA-4104
CURA-4104 added settings for flow rate compensated extrusion
2017-11-20 15:27:56 +01:00
Aleksei S
9337cc8a7f Merge branch '3.1' into print_simulation_view 2017-11-20 14:32:22 +01:00
Mark
c1733dd908
Update fdmprinter.def.json 2017-11-20 14:19:58 +01:00
Jack Ha
12bee471eb CURA-4104 added settings for flow rate compensated extrusion 2017-11-20 14:06:03 +01:00
Ghostkeeper
a5a15df08d
Add setting to set the maximum mesh resolution
Implements issue CURA-4590.
2017-11-20 13:41:28 +01:00
Ghostkeeper
2974c4d7ab
Merge branch 'cura/Cura/master' of https://github.com/maukcc/Cura into maukcc-cura/Cura/master 2017-11-20 13:04:34 +01:00
orel Windows
565574a183 Replace the print temperature setting used in gstart code as layer 0 print temperature seems more relevant. 2017-11-20 10:59:57 +01:00
orel Windows
05b4689bd6 Improve discoeasy200 profile, especially the machine gcode start as it uses 'print_temperature' which is an invalid Cura setting. 2017-11-20 10:40:25 +01:00
ChrisTerBeke
f48539cc93
Merge pull request #2685 from Ultimaker/container_stack_improvements
Container stack improvements
2017-11-17 13:09:54 +01:00
Ghostkeeper
94dd524785
Add setting to determine whether to use firmware retraction
This allows printers to determine this for themselves. By default it's based on the g-code flavour in the same way as it is now implemented in the engine.

Fixes #1097.
2017-11-17 11:13:15 +01:00
Ghostkeeper
f27494d60a
Move ironing into shell category
It is no longer considered experimental.
2017-11-17 10:59:14 +01:00
Ghostkeeper
15a50511b7
Don't crash if support density is 0
Found while working on CURA-4523.
2017-11-17 10:57:23 +01:00