Ghostkeeper
192a581d6d
Don't round the warning threshold
...
The threshold is not visible. It's not necessary to round.
Contributes to issue CURA-5457.
2018-07-05 09:50:05 +02:00
Diego Prado Gesto
4722b5387b
CURA-5334 Add extruder definition for Wanhao printers, Uni Print 3d and
...
Tevo Tornado. Those definitions were added without extruder definitions.
2018-07-04 14:22:22 +02:00
Ghostkeeper
8ff4327c41
Remove Wipe Nozzle After Switch and Purge Volume settings
...
The entire purging algorithm is gone now since it purges by printing the prime tower. The prime tower should be sufficiently strong now to not need this.
Contributes to issue CURA-5457.
2018-07-04 14:17:57 +02:00
Ghostkeeper
7b2a5c9160
Remove prime_tower_wall_thickness setting
...
The wall thickness now depends on the order in which the prime towers are folded, which is really hard to obtain within an inheritance formula. So we forego one of the settings and compute the required thickness to obtain the desired volume in the engine where the shell order is known.
Contributes to issue CURA-5457.
2018-07-04 13:45:44 +02:00
Mark Burton
9e0b79469b
Set default value of wall_overhang_speed_factor to 100, i.e. print overhang at the normal speed.
2018-07-04 11:50:30 +01:00
Mark Burton
9186dc2c89
Default value for wall_overhang_angle is now 90 so overhang detection is disabled by default.
2018-07-04 11:50:22 +01:00
Mark Burton
5f23bcf8e9
Allow wall_overhang_angle to be 90 and add blurb that describes how this disables overhang processing.
2018-07-04 11:50:10 +01:00
Mark Burton
41900e33b8
Add wall_overhang_angle and wall_overhang_speed_factor settings.
...
# Conflicts:
# resources/definitions/fdmprinter.def.json
2018-07-04 11:49:53 +01:00
Mark Burton
404551e30a
Remove bridge_wall_max_overhang - no longer required with new overhang settings.
...
# Conflicts:
# resources/definitions/fdmprinter.def.json
2018-07-04 11:49:08 +01:00
Mark Burton
a8685b10be
Change some settings to be settable per mesh rather than per extruder.
...
# Conflicts:
# resources/definitions/fdmprinter.def.json
2018-07-04 11:48:27 +01:00
Diego Prado Gesto
5b251fc6dc
CURA-5334 Remove machine nozzle size from machine definitions and move
...
it to extruder definitions.
2018-07-04 12:00:38 +02:00
alekseisasin
debe142c18
Merge pull request #3914 from Ultimaker/CURA-5334_extruder_def_for_all
...
CURA-5334 Add extruder definitions for all single-extrusion machines
2018-07-02 15:56:45 +02:00
Jack Ha
e11ce2674f
CURA-5334 formatting
2018-07-02 15:10:27 +02:00
Aleksei S
914b3a648b
Added setting for initial layer support distance
...
CURA-5527
2018-07-02 14:21:13 +02:00
Jack Ha
3761123513
Merge branch 'master' into CURA-5334_extruder_def_for_all
2018-07-02 14:11:24 +02:00
Jack Ha
5aba2e4b90
CURA-5334 corrected extruders that didn't have a material_diameter yet
2018-07-02 13:38:18 +02:00
Mark
feeb00618d
Merge branch 'uni-print-3d-support' of https://github.com/machinekoder/Cura
2018-06-26 09:28:05 +02:00
Alexander Rössler
88197c4978
definitions/UNI-PRINT-3D: add to Other category
2018-06-25 20:37:25 +02:00
Lipu Fei
140e38ac1c
Fix merge conflicts
...
CURA-5496
2018-06-25 14:26:13 +02:00
Lipu Fei
65f696a14f
Simplify the case of UMO Dual
...
CURA-5496
2018-06-25 14:24:25 +02:00
Lipu Fei
8d0b364b44
UMO+ shares the same quality profiles as UMO
...
CURA-5496
2018-06-25 14:21:02 +02:00
Diego Prado Gesto
2a75aebab9
Merge branch '3.4'
2018-06-25 11:51:48 +02:00
Diego Prado Gesto
9f1ad08bc2
CURA-5496 Add global profiles for the UMO, UMO+ and UMODual.
2018-06-25 11:35:17 +02:00
Diego Prado Gesto
571e3cec7f
Merge branch '3.4'
2018-06-22 15:33:04 +02:00
Mark
10dce33b83
Merge pull request #3934 from nean-and-i/master
...
Create tevo_tornado.def.json
2018-06-21 16:37:43 +02:00
Mark
8c3b6b8606
Merge pull request #3911 from mkroman/master
...
Add Creality CR-10S machine definition
2018-06-21 16:31:45 +02:00
Mark
924f0359f9
Merge pull request #3884 from FricoRico/feature_wanhao_profiles
...
Added definitions for all Wanhao Duplicator FDM printers
2018-06-21 16:20:39 +02:00
Alexander Rössler
fa79cf5ee8
adding the UNI-PRINT-3D config from TheCoolTool
2018-06-20 18:03:19 +02:00
Diego Prado Gesto
6e890e59ab
CURA-5488 Exclude some Ultimaker materials from the UM2 family, UMO and
...
UMO dual.
2018-06-20 11:02:34 +02:00
Ghostkeeper
c4b98f4760
Reduce tree support branch distance dramatically
...
I've tested a lot with this and found this the most major contributor to the bad surface quality that you're getting with tree support, so I'm reducing the default of this setting.
2018-06-18 14:25:38 +02:00
nean
3065023271
Create tevo_tornado.def.json
2018-06-14 23:38:47 +02:00
Diego Prado Gesto
77c7839bfe
CURA-5334 Remove material_diameter value in definition file in favor of
...
the setting in the extruder definition.
2018-06-14 14:19:52 +02:00
Jack Ha
95f7251486
CURA-5334 remove material_diameter from all printer definitions and also from fdmprinter.def.json
2018-06-12 13:39:29 +02:00
Lipu Fei
3dc3afb34c
Remove all concentric_3d references
...
CURA-5450
2018-06-11 14:51:35 +02:00
Mikkel Kroman
4fbb524a98
Add Creality CR-10S machine definition
...
The CR-10S is functionally equivalent to the CR-10.
2018-06-08 18:05:42 +02:00
Lipu Fei
aba3795d0b
Add extruder definition for all single-extrusion machines
...
CURA-5334
All changed printers:
- 101Hero
- 3dator
- abax_pri3
- abax_pri5
- abax_titan
- alya3dp
- anycubic_i3_mega
- bfb
- bq_hephestos
- bq_hephestos_2
- bq_hephestos_xl
- bq_witbox
- bq_witbox_2
- creality_cr10
- creality_cr10s4
- creality_cr10s5
- dagoma_discoeasy200
- dagoma_neva
- delta_go
- deltabot
- deltacomb
- easyarts_ares
- fabtotum
- folgertech_FT-5
- gmax15plus
- grr_neo
- imade3d_jellybox
- innovo_inventor
- julia
- kemiq_q2_beta
- kemiq_q2_gama
- kossel_mini
- kossel_pro
- kupido
- makeR_pegasus
- makeR_prusa_tairona_i3
- maker_starter
- makerbotreplicator
- malyan_m180
- malyan_m200
- mankati_fullscale_xt_plus
- mendel90
- monoprice_select_mini_v1
- monoprice_select_mini_v2
- peopoly_moai
- printrbot_play
- printrbot_play_heated
- printrbot_simple
- printrbot_simple_extended
- printrbot_simple_makers_kit
- prusa_i3
- prusa_i3_mk2
- prusa_i3_xl
- raise3D_N2_plus_single
- raise3D_N2_single
- renkforce_rf100
- rigid3d
- rigid3d_3rdgen
- rigid3d_hobby
- rigid3d_mucit
- rigid3d_zero
- rigid3d_zero2
- rigidbot
- rigidbot_big
- robo_3d_r1
- seemecnc_artemis
- seemecnc_v32
- tam
- tevo_blackwidow
- tevo_tarantula
- ubuild-3d_mr_bot_280
- ultimaker2
- ultimaker2_extended
- ultimaker2_extended_plus
- ultimaker2_go
- ultimaker2_plus
- ultimaker_original
- ultimaker_original_plus
- uniqbot_one
- vertex_delta_k8800
- vertex_k8400
- zone3d_printer
- zyyx_agile
2018-06-08 17:05:31 +02:00
Ghostkeeper
af2d05ebfa
Remove superfluous 'enabled' field
2018-06-07 13:40:16 +02:00
Jack Ha
f828c135f8
CURA-5249 replaced the extruder value of -1 by the more explicit defaultExtruderPosition, so now Cura is aware of the actual extruder position being used. Fixes linked icon next to support settings, like support_angle.
2018-06-07 11:35:09 +02:00
Jack Ha
17b127e8c1
CURA-5249 replaced the extruder value of -1 by the more explicit defaultExtruderPosition, so now Cura is aware of the actual extruder position being used. Fixes linked icon next to support settings, like support_angle.
2018-06-06 11:00:09 +02:00
Orel
23d6f7ba0b
Enhance Dagoma printers profiles and add printer-specific quality profiles.
2018-06-05 17:36:44 +02:00
Jack Ha
70d78f3cab
CURA-5119 move settings out of wall overlap compensation
2018-06-05 10:36:34 +02:00
Lipu Fei
7f7a195627
Fix merge conflicts from 3.4
2018-06-05 09:02:52 +02:00
Ricardo Snoek
75d7fe3785
Added definitions for all Wanhao Duplicator FDM printers
2018-06-04 18:47:41 +02:00
Diego Prado Gesto
36e72ae744
Merge branch '3.4' into fix_retraction_amount
2018-06-04 14:42:39 +02:00
Lipu Fei
7d8472e588
Merge remote-tracking branch 'origin/3.4'
2018-05-31 12:25:33 +02:00
Ian Paschal
d68b44791b
Merge pull request #3479 from smartavionics/mb-wall-min-flow
...
Added wall_min_flow and wall_min_flow_retract settings.
2018-05-30 13:44:21 +02:00
Ghostkeeper
86d4f0583c
Make showing of support density image dependent on support pattern
...
Because that's what it's actually depending on.
Contributes to issue CURA-4513.
2018-05-30 13:37:25 +02:00
Ghostkeeper
6ea5924c95
Remove Try Multiple Line Thicknesses setting
...
This setting is now always enabled, hard-coded in the engine.
2018-05-30 10:35:50 +02:00
Diego Prado Gesto
9873d57286
CURA-5404 Change default retraction distance to 6.5mm for ultimaker3 and
...
S5
2018-05-29 14:48:34 +02:00
Ian Paschal
47bd94608a
Merge pull request #3413 from BagelOrb/infill_support
...
settings for infill support
2018-05-29 13:13:35 +02:00