1842 Commits

Author SHA1 Message Date
Ghostkeeper
ab2503834b
Remove Hollow Out Objects setting
It has been replaced by Infill Support.

Contributes to issue CURA-5108.
2018-05-29 12:51:21 +02:00
Tim Kuipers
373555fa4a
settings for infill support 2018-05-29 12:50:51 +02:00
Ghostkeeper
504889b472
Remove Alternate Cross 3D Pockets setting
It is no longer used in the new implementation of cross infill.
2018-05-29 07:31:59 +02:00
Ghostkeeper
d6e7b96437
Set machine preset to be equal to Replicator 1 Dual
This was in the original Cura 15.06 plug-in.
2018-05-25 10:49:16 +02:00
Ian Paschal
220c99cf3b
Merge pull request #3613 from maximkulkin/avoid-printed-supports
Add travel_avoid_supports setting support
2018-05-24 15:36:40 +02:00
Ghostkeeper
a74b6047e7
Merge branch 'cross_fractal_infill_reimplementation' 2018-05-16 16:25:38 +02:00
Jack Ha
60a21b3d7d 3DMaker Starter definition: Set the preferred quality to draft (0.2mm) and remove default layer_height so normal profile is back to 0.1. CURA-5217 2018-05-16 09:42:34 +02:00
Jack Ha
e53d4aaab6 101Hero definition: Set the preferred quality to draft (0.2mm) and remove default layer_height so normal profile is back to 0.1. CURA-5217 2018-05-16 09:35:03 +02:00
Aleksei S
27c8b43133 Added setting "support_wall_count" to the expert setting's visibility list 2018-05-15 16:43:02 +02:00
alekseisasin
1756a952ae
Merge pull request #3412 from BagelOrb/support_wall_count
support_wall_count setting
2018-05-15 16:35:40 +02:00
Maxim Kulkin
9cb3960690 Add travel_avoid_supports setting support 2018-05-14 23:43:05 -07:00
Diego Prado Gesto
4e4dc800a7
Merge pull request #3762 from Ultimaker/Optimization
PP formula based temperature fixes S5
2018-05-14 13:39:19 +02:00
Kristel88
cf84adfb73 S5 dimensions were incorrect
See Jira: CURA-5331
2018-05-14 11:25:55 +02:00
Ghostkeeper
16c9c4a388
Don't correct bed origin any more
It's not needed with current versions of the Printrbot Simple version of Marlin, or even the version that the printers are shipped with. Thanks to tenten8401 for the debugging.

Fixes #3711.
2018-05-11 11:47:35 +02:00
Diego Prado Gesto
b8d442a1ac
Merge pull request #3760 from fieldOfView/fix_missing_units
Add some missing units to machine settings
2018-05-04 15:07:09 +02:00
Ghostkeeper
736f28bdb9
Move platform model slightly further down
Otherwise it clips with the build volume. This looks much nicer.
2018-05-04 13:30:28 +02:00
Ruben D
0c51173bed
Disable Connect Infill Lines when using gradual infill
Gradual infill causes infill to break up into lots of different areas with different infill densities. Because Connect Infill Lines connects those lines along the border of an infill area, you sometimes get very thin areas with lots of lines going back and forth connecting extremely thin pieces of infill. Sometimes it works fantastically (esp. with mechanical models) but sometimes it really messes up the print.

Contributes to issue CURA-5319.
2018-05-02 17:45:45 +02:00
jack
10e83e8653
Merge pull request #3477 from smartavionics/mb-retract-on-long-combs
Added retraction_combing_max_distance setting
2018-05-01 15:34:54 +02:00
fieldOfView
51ebb351eb Add some missing units to machine settings 2018-05-01 12:35:02 +02:00
Ghostkeeper
21bbfe1313
Set maximum travel resolution depending on travel speed
To ratio of travel speed vs. print speed.

Contributes to issue CURA-5171.
2018-05-01 11:01:14 +02:00
Ghostkeeper
ebca457f39
Add setting for maximum travel resolution
I'm making this settable per extruder since a travel move is made with a certain active nozzle but can be between meshes so it can't be a per-mesh setting. I wouldn't know why you would want to set it differently per extruder though, but you can...

Contributes to issue CURA-5171.
2018-05-01 09:21:36 +02:00
Lipu Fei
3e37487632
Merge pull request #3626 from kaleidoscopeit/patch-1
Update deltacomb.def.json
2018-04-30 10:19:37 +02:00
Gabriele Rossetti
b16cee5892
Fixed values with double-quotes 2018-04-26 14:36:08 +02:00
Lipu Fei
93b2a4f774
Merge pull request #3688 from kerog777/Felix_Profile
Felix profile
2018-04-26 08:55:36 +02:00
kerog777
88dc33a288 Corrected preferred variant name
Made it match the name field in the variant file
2018-04-25 20:29:09 -07:00
kerog777
9d9a238b2c Update start gcode
bed_temperature should have been print_bed_temperature.  Refined
heating steps and added a purge line.
2018-04-24 21:30:54 -07:00
Ghostkeeper
db0288fec4
Merge branch '3.3' 2018-04-24 10:49:30 +02:00
Lipu Fei
0852cd2c20 WIP: Fix hanging upon send gz 2018-04-24 10:34:08 +02:00
kerog777
930b716cc2 Fix brackets in start_gcode
Had square brackets instead of curly brackets in M109 commands.  Still
worked OK from SD, but not from Octoprint.
2018-04-23 21:06:52 -07:00
kerog777
e8b37ea39c Merge remote-tracking branch 'Ultimaker/master' into Felix_Profile 2018-04-23 21:05:34 -07:00
Ghostkeeper
acd38b365a
Merge branch '3.3' 2018-04-23 14:15:38 +02:00
Ghostkeeper
5648bc82e7
Merge branch '3.3' 2018-04-23 14:07:46 +02:00
Lipu Fei
0a1fd51b2f Prefer gcode for UM3
CURA-5143
2018-04-23 13:40:19 +02:00
Lipu Fei
4c61e190ae Add exclude materials for UMO, UM2, and UM2+
CURA-5271
2018-04-23 12:51:06 +02:00
Ghostkeeper
aec2b9dafe
Add Ultimaker S5 resources
The Ultimaker S5 has now been published, so these files may be published as well.

Contributes to issue CURA-5272.
2018-04-23 11:27:13 +02:00
Mark Burton
9941c2d8f4 Added support_fan_enable and support_supported_skin_fan_speed settings.
These let you override the fan speed when printing the skin regions immediately above support.
2018-04-22 10:13:51 +01:00
kerog777
85fb9441ea Made requested changes to version numbers, etc. per comments fro
previous pull request.
2018-04-21 09:34:41 -07:00
Lipu Fei
d0c6d87417 Fix Rigid3D Mucit definition
CURA-5257

 - Remove extra trailing spaces
 - Replace TABs with SPACEs
 - "value"s should use quotes ""
2018-04-20 14:52:52 +02:00
Lipu Fei
addcf5236a
Merge pull request #3642 from Rigid3D/master
Printer Definitions for Rigid3D Mucit
2018-04-20 14:43:58 +02:00
kerog777
52d2057e64 Add profile data for Felix Tec4
Includes 2 extruder definitions, platform mesh, and variants for 0.25,
0.35, 0.5, and 0.7 mm nozzles
2018-04-19 08:24:45 -07:00
Lipu Fei
94b2209b49 Merge remote-tracking branch 'origin/3.3' 2018-04-19 09:40:30 +02:00
Lipu Fei
aab87a5558
Merge pull request #3584 from ohrn/zyyx
Add ZYYX Agile printer.
2018-04-19 09:38:19 +02:00
Ghostkeeper
e43e9ad117
Merge branch '3.3' 2018-04-17 13:56:46 +02:00
Ghostkeeper
b744302557
Merge branch 'M&P-Setting-Optimization' into 3.3 2018-04-17 13:56:11 +02:00
Ghostkeeper
455abb15bf
Consistently use capital letters for CLI settings too
They're not actually visible, but in case they are made visible by modifying the preferences file...
2018-04-16 12:36:17 +02:00
Ghostkeeper
133f6f43fe
Merge branch '3.3' 2018-04-13 16:14:23 +02:00
Jaime van Kessel
5d1d426037 Merge branch 'master' of github.com:Ultimaker/Cura 2018-04-12 21:56:13 +02:00
Jaime van Kessel
dc935e2698 Added unit to adaptive layer height settings 2018-04-12 21:55:51 +02:00
Diego Prado Gesto
df521dcc93 Change description of a setting.
Contributes to CURA-5222.
2018-04-12 14:56:42 +02:00
Ghostkeeper
13f63a7051
Rename 'No Skin' to 'Not in Skin'
It's a bit more clear, as discussed in #3115. To actually change the functionality requires a bit more effort for which I'll need to make a ticket.
2018-04-12 14:39:46 +02:00