Konstantinos Karmas
61d18f22b2
Fix combing value not being recognized
...
The value of an enum needs to be in single quotes when it is in the "value" field or else it won't be recognized.
CURA-7976
2021-09-29 13:35:21 +02:00
Konstantinos Karmas
e1b56f9188
Remove "default_value" since the "value" overrides it
...
CURA-7976
2021-09-28 15:38:39 +02:00
Nino van Hooff
617b07061d
Take support_enable into account when evaluating support_structure.
...
Unsure whether this is necessary, but we decided to do this to make
the evaluation logically equivalent to the existing code currently
in master.
CURA-6711
2020-07-14 09:44:40 +02:00
Nino van Hooff
e006bad297
Update infill_rate resolve value for support_structure
...
CURA-6711
2020-07-10 11:23:28 +02:00
Dirk O. Kaar
58d737a9a9
Retraction hop enable has default value, the height value is fine by default, too.
2020-01-28 11:00:11 +01:00
Ghostkeeper
db41a83aa6
Fix mix of whitespace styles: Use spaces instead of tabs
...
Contributes to issue CURA-7140.
2020-01-24 16:13:15 +01:00
Dirk O. Kaar
a61207ca04
Release v3.0.3 of [dok-net RF100]( https://github.com/dok-net/RF100 ) brings less retraction stringing and much better qualitiy for small objects/layers.
2020-01-03 15:46:13 +01:00
Dirk O. Kaar
ab6835e93b
Back-ported RF100 V1, V2, and XL resources files from [dok-net RF100]( https://github.com/dok-net/RF100 ) to Renkforce COTS stock firmware (temperature, flow rate; build volume on V1).
2020-01-03 15:46:13 +01:00
Ghostkeeper
25bbc1e66e
Set default infill density for tree support to 0% in profiles
...
In profiles that overwrite the support infill density, also keep it 0% for tree support.
Except PVA profiles. Those are probably better off with their normal infill density.
Fixes #5297 .
2019-04-29 12:06:54 +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
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
202f7f87f8
Remove ID from definition files
...
Sometimes it's out of sync. Sometimes even missing. Let's just not use that any more.
Contributes to issue CURA-4243.
2017-11-02 12:53:06 +01:00
Ghostkeeper
4b4f971222
Make 'other' the default category
...
This should make it a bit easier for others to create a new definition since there is less for them to 'have to know'. Previously they would be required to fill in as category Other, but now they can just leave the category out.
2017-08-25 09:17:55 +02:00
Ghostkeeper
2e790852ce
Merge branch '2.5'
2017-04-03 11:38:28 +02:00
Ghostkeeper
1968f5e1e0
Disable bed temperature instead of making it invisible
...
The visible property doesn't exist any more in favour of the enabled property.
2017-04-03 10:34:34 +02:00
probonopd
9dbb7fcc15
Update as per discussion in https://github.com/Ultimaker/Cura/pull/1350
2017-03-14 18:31:58 +01:00
Ghostkeeper
44859210cc
Tweak bed adhesion settings
...
These settings are said to improve bed adhesion.
See https://github.com/Ultimaker/Cura/pull/1350#issuecomment-284247064
2017-03-06 11:13:20 +01:00
Ghostkeeper
928d13b1e5
Fix string-type settings by making them specify default_value
...
None of these settings get a 'value' property defined in fdmprinter, so they can safely use 'default_value' to specify their setting value.
2017-02-10 09:59:36 +01:00
probonopd
f85e0f57ad
Change gcode to default_value and remove single quotes
2017-02-09 19:21:52 +01:00
probonopd
62fdaf52f2
Add extra quotes as per https://github.com/Ultimaker/Cura/pull/1350#discussion_r99554294
2017-02-06 19:32:01 +01:00
probonopd
e7cad12bf6
Replace default_value by value, and convert the content to a string that evaluates to the same value in Python
...
As per https://github.com/Ultimaker/Cura/issues/1316#issuecomment-274371670
2017-01-23 00:26:53 +00:00
probonopd
eaa8cbb160
Changes as suggested by @Ghostkeeper in https://github.com/Ultimaker/Cura/pull/1350#pullrequestreview-17836965
2017-01-22 22:56:59 +01:00
probonopd
90648bc756
Remove meshfix_* so that http://www.thingiverse.com/thing:692523 can be sliced
2017-01-21 15:27:39 +01:00
probonopd
6d05252dce
Fix "Unable to slice with the current settings. The following settings have errors: Prime Tower X Position, Prime Tower Y Position."
2017-01-21 13:01:47 +01:00
probonopd
19dcb3f230
Remove magic_mesh_surface_mode and magic_spiralize
2017-01-15 15:04:57 +01:00
probonopd
86c631de26
Carry over all settings from ini and correct brand spelling
2017-01-15 12:27:02 +01:00
probonopd
33e3dea213
Create renkforce_rf100.def.json
2017-01-15 03:41:07 +01:00