Hussain Bhavnagarwala
055a224c72
Update fabxpro.def.json
2020-02-25 07:34:34 +05:30
Hussain Bhavnagarwala
5ae9f44aab
Update fabxpro.def.json
2020-02-19 18:15:33 +05:30
Hussain Bhavnagarwala
d3742c2c95
Update fabxpro.def.json
2020-02-19 15:05:05 +05:30
Hussain Bhavnagarwala
4993a26a90
Update fabxpro.def.json
2020-02-19 14:29:18 +05:30
Hussain Bhavnagarwala
38f74d5028
Add files via upload
...
FabX Pro Definition File
2020-02-19 13:50:32 +05:30
PurpleHullPeas
939f761843
Fixing default bed temperature for MP Mini Delta
...
The stock Monoprice Mini Delta 3D printer has trouble reaching 60 C. Setting the bed temperature to 40 C so that it doesn't confuse newcomers to the hobby when the printer sits forever waiting for the bed to reach a temperature that it cannot attain.
2020-02-13 20:20:55 -06:00
Remco Burema
958f1a855c
Merge pull request #7010 from smartavionics/mb-hole-offset
...
Added Hole Horizontal Expansion setting.
2020-02-13 09:05:18 +01:00
Ghostkeeper
1bb9371d08
Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master
2020-02-10 16:40:17 +01: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
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
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
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 3b1e88e49c005657e463f6c76c505ad253ce8636.
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 5ddee1e70fbc2bec6b8ccc1531d146f7d79cec1b. 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
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
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
Ghostkeeper
8f7642931b
Only enable extruder switch retraction settings if multi-extrusion
...
Otherwise there can't be any extruder switches.
2020-01-03 10:38:54 +01:00
Ghostkeeper
5e0324b9be
Move retraction settings to travel category
...
And the nozzle switch settings to the multi-extrusion category.
As discussed with the CCB.
2020-01-03 10:36:27 +01:00
BeamUp 3D
bb3aaf740f
Update beamup_s.def.json
...
add "platform_offset" metadata
2020-01-02 15:00:34 +03:00
Ghostkeeper
c7dbb1477a
Remove maximum on small feature speed
...
You can make the small features print FASTER if you like, as well. There is no physical or computational constraint there.
Discovered during investigation of #6866 .
2019-12-31 11:07:11 +01:00
Remco Burema
04125d4608
Merge pull request #6541 from Ultimaker/default_union_off_for_surface_mode
...
turn off Union overlapping volumes when Surface mode is Surface only
2019-12-24 14:39:03 +01:00
Jaime van Kessel
8d2083a539
Add temp warnings for the buildplate
...
CURA-6977
2019-12-24 10:54:51 +01:00
Jaime van Kessel
36364ea59b
Fix identation
2019-12-23 17:24:00 +01:00
Jaime van Kessel
973685701c
Remove removed setting
2019-12-23 17:19:31 +01:00