Commit graph

3136 commits

Author SHA1 Message Date
Ghostkeeper
1bb9371d08
Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master 2020-02-10 16:40:17 +01:00
Mehmet Sutas
da0e84bdfc Update Rigid3D Printer Profiles 2020-02-10 01:05:20 +03:00
Ghostkeeper
a168e9f8a6
Don't use spaces in definition IDs
Use underscores. Spaces are encoded differently with the quote_plus function and also the translation system borks on these.

Contributes to issue CURA-7201.
2020-02-07 13:55:24 +01:00
jeffkyjin
1e88708b1d fix mbot3d grid printer profile 2020-02-05 18:04:32 +08:00
jeffkyjin
b3681eacf2 modify grid 4 def 2020-02-05 17:33:54 +08:00
mobilityapplab
f59c9383da Update fdmprinter.def.json
Add Smoothie Firmware Flavor option.
2020-02-04 14:00:23 -05:00
Orel
802f92700b Add "machine_extruders_share_heater" parameter in printer profiles 2020-02-04 11:36:42 +01:00
Orel
67146c2b25 Enhance quality profiles for Dagoma printers 2020-02-04 11:13:47 +01:00
Orel
173a05ddb5 Merge remote-tracking branch 'upstream/master' into dagoma_discoultimate 2020-02-04 10:07:56 +01:00
jeffkyjin
a989838823 Add MBot3D Grid Printers 2020-02-04 14:39:51 +08:00
Ghostkeeper
3a616c78bc
Merge branch 'rf100_config' of https://github.com/dok-net/Cura into dok-net-rf100_config 2020-02-03 11:47:50 +01:00
Jaime van Kessel
f03b6cc7dc
Add some max values for FDMPrinter temperatures
Marlin breaks on anything above it, so these seem like sensible defaults
A-6.1 (WhiteHats)
2020-01-31 16:21:59 +01:00
Ghostkeeper
32d94f76f1
Merge branch 'mb-fuzzy-outside-only' of https://github.com/smartavionics/Cura into smartavionics-mb-fuzzy-outside-only 2020-01-31 13:10:45 +01:00
Ghostkeeper
c00004b1c0
Correct capitalisation of Geeetech printer names
Contributes to issue CURA-7132.
2020-01-30 15:47:18 +01:00
amitlobo
004ddb3e2c
Add Geeetech printer and extruder definitions 2020-01-30 15:46:08 +01:00
Szymon Gamża
508b08ff0d Fixed default_value/value overrides. 2020-01-29 08:30:21 +01: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
Szymon Gamża
b2353118c7 Definition changes 2020-01-28 09:57:56 +01:00
Szymon Gamża
7e74c243bd Changed max chamber temp for machines 2020-01-27 14:49:16 +01:00
Szymon Gamża
2ddeb5dc39 Add ATMAT printers profiles 2020-01-27 12:04:30 +01:00
Kostas Karmas
bcec433f53 Update description of the Print Sequence setting
Update description to clearly state that Print Sequence is not
possible if more than one extruders are enabled.

CURA-6914
2020-01-24 17:30:46 +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
Ghostkeeper
61d5ace952
Merge branch 'rf100_config' of https://github.com/dok-net/Cura into dok-net-rf100_config 2020-01-24 16:09:09 +01:00
Kostas Karmas
037e4d5b5f Merge branch 'PurpleHullPeas-add_mp_mini_delta' 2020-01-21 16:59:24 +01:00
Kostas Karmas
c0052ad492 Merge branch 'add_mp_mini_delta' of https://github.com/PurpleHullPeas/Cura into PurpleHullPeas-add_mp_mini_delta 2020-01-21 16:29:53 +01:00
Ghostkeeper
5d21872e50
Take nozzle offsets into account when placing prime tower
extruderValues('machine_nozzle_offset_x') := [0, 20, -18]
map(abs(extruderValues('machine_nozzle_offset_x') := [0, 20, 18]
max(map(abs(extruderValues('machine_nozzle_offset_x') := 20

So we take the highest offset of all extruders to get the area that can be reached by all extruders. And we take the abs() of all extruder values because positive or negative only means that the other extruders get offset in the same direction.

Fixes #6997.
2020-01-21 10:31:47 +01:00
jos@mauk.cc
5e50211587 HMS434 update
material flow
2020-01-21 10:29:15 +01:00
Mark Burton
856f998e24 Added Hole Horizontal Expansion setting. 2020-01-21 08:35:24 +00:00
MakeIt3D
39780636a9 Add MAKEiT Pro-MX Profile (#6983)
CURA-7125
2020-01-20 14:53:48 +01:00
Ghostkeeper
92926cfc21
Revert "Limit retraction_combing_max_distance to be no lower than retraction_min_travel"
This reverts commit 3b1e88e49c.
It was changing the default behaviour for these printers.

Contributes to issue CURA-6860.
2020-01-20 10:47:46 +01:00
Ghostkeeper
8f6fb5e007
Revert "Properly override retraction_combing_max_distance"
This reverts commit 5ddee1e70f. It was changing the default behaviour for this printer.

Contributes to issue CURA-6860.
2020-01-20 10:46:55 +01:00
Ghostkeeper
5ddee1e70f
Properly override retraction_combing_max_distance
Since by default it now defines a value for this one rather than default_value, this override had broken. Thank you, tests.

Contributes to issue CURA-6860.
2020-01-20 09:51:30 +01:00
Ghostkeeper
3b1e88e49c
Limit retraction_combing_max_distance to be no lower than retraction_min_travel
Retraction_min_travel overrides retraction_combing_max_distance in CuraEngine, so it has no effect to make it any lower.

Contributes to issue CURA-6860.
2020-01-20 09:41:48 +01:00
Orel
da3ea6cfdb Add additional extruder on Dagoma Disco printers. 2020-01-16 17:47:37 +01:00
Orel
8c7ca506ad Introduce Dagoma DiscoUltimate profile and make minor changes on other Dagoma printers profiles. 2020-01-16 16:48:49 +01:00
jos@mauk.cc
61f5b1a993 HMS434 update
excluded materials
speed settings
2020-01-16 16:41:14 +01:00
MaukCC
1814b67b67 HMS434 update (#6826)
Material exclusion update
2020-01-16 16:13:27 +01:00
Jaime van Kessel
fc25a07666
Update platform offset for 3dtech 2020-01-16 16:11:04 +01:00
David Souza
d6392c117d Add 3D Tech Printer (#6948)
* Add a new Machine Profile for 3DTech
2020-01-16 16:10:24 +01:00
FN5969
e4ed20b1e9
Add files via upload 2020-01-15 16:22:18 +03:00
Kostas Karmas
3ce52423fa Change description of nozzle wipes settings
CURA-6968
2020-01-09 15:06:58 +01:00
Remco Burema
1f722d4de0
Minimum support area was always supposed to be small. 2020-01-08 16:28:28 +01:00
PurpleHullPeas
1c54f4c592
Removing id field. 2020-01-07 22:17:54 -06:00
PurpleHullPeas
fa89841f52
Removed gantry_height 2020-01-07 22:03:30 -06:00
PurpleHullPeas
317c4aa559
Adding Monoprice Mini Delta definition file. 2020-01-07 18:28:32 -06:00
Remco Burema
a0a5785092
Adjusted mylan-m200 gocde per request (see github #6921). 2020-01-07 13:43:30 +01:00
Mark Burton
d388f2463b Add fuzzy skin outside only option. 2020-01-04 09:14:13 +00: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
0e91ef2f71
Merge branch 'master' of https://github.com/beamup3d/Cura into beamup3d-master 2020-01-03 11:55:55 +01:00