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
Mehmet Sutas
48bb55e923
Remove machine_head_polygon
2020-02-18 15:23:04 +03:00
jos@mauk.cc
a53b1fc1d9
HMS434 update
...
support settings
toolchange settings
2020-02-17 15:28:38 +01:00
Mehmet Sutas
0237904292
CI Fix
2020-02-17 01:18:14 +03:00
Mehmet Sutas
d417e436ba
CI Fix
2020-02-17 00:43:45 +03:00
Mehmet Sutas
5931826414
Update rigid3d_zero2.def.json
2020-02-16 19:43:27 +03:00
Mehmet Sutas
a0f02897e4
Update Rigid3D Profiles
2020-02-16 18:02:04 +03:00
yyh1002
050ab50062
DXU defenition
2020-02-15 18:46:51 +11:00
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
Szymon Gamża
4ea408c86b
Changed name of machine cause of orion.de
2020-02-13 08:56:08 +01:00
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