Jaime van Kessel
50d72692d8
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-6522_one_at_a_time_overlapping_build_area
2019-11-20 16:48:00 +01:00
Jaime van Kessel
266f7d1f74
Also bump up the version nr of FDMExtruder & FDMPrinter
...
CURA-6522
2019-11-20 16:39:38 +01:00
Benoit Miller
dd477fe136
Add VORON2 printer profile
2019-11-16 08:16:09 -05:00
sm3dp
ce881b88e5
Added LotMaxx sc10 and sc20 profile
2019-11-15 19:27:49 +08:00
Jaime van Kessel
c65ccf29b0
Merge branch 'mb-shared-heater' of https://github.com/smartavionics/Cura
2019-11-14 11:06:12 +01:00
TheOgre
23d7dca1fc
Added missing bracket, tidied up code
...
Added a missing { before "default_value".
Moved items around to match the layout of the current file.
2019-11-12 06:22:06 -05:00
Nino van Hooff
254dde5b05
REmove duplicate key machine_head_with_fans_polygon
2019-11-11 15:02:49 +01:00
Jaime van Kessel
3e50cf5253
Fix issues with makeblock definition
2019-11-11 13:43:04 +01:00
Lipu Fei
2fb8375714
Merge pull request #6591 from pkz0313/master
...
Hopefully Adding the Makeblock 3d Printer files to the latest version
2019-11-11 10:55:46 +01:00
baddogg1231
f3e597d684
Update creality_ender3.def.json
2019-11-09 21:36:13 -05:00
baddogg1231
78e7aa2d21
Added Ender 3 Prime Line to Start G-code
...
Added the popular prime line for the Ender 3 as the default starting g-code and added a modification that works around the Cura 4.3.0 update that moves the print head to Z0 before starting the print, which moves the printhead down into the filament.
2019-11-09 21:33:04 -05:00
Kaz
a5aa4c75ba
update gantry_height
2019-11-08 14:11:34 +08:00
Lipu Fei
33f876d749
Fix leapfrog bolt pro definition files
2019-11-06 15:43:22 +01:00
Lipu Fei
0ad5ce19da
Fix leapfrog profiles
...
CURA-6951
2019-11-05 12:49:27 +01:00
Lipu Fei
2e4e19594f
Merge pull request #6608 from Leapfrog3DPrinters/master
...
Leapfrog Bolt Pro machine profile
2019-11-05 12:48:39 +01:00
Ghostkeeper
f48a5ec028
Fix zigzag initial layer pattern for Skriware 2
2019-11-04 16:43:54 +01:00
Vincent Riemens
c30ec406cf
Add files via upload
2019-11-04 16:28:55 +01:00
Vincent Riemens
0b76f221b4
Delete leapfrog_bolt_pro.def.json
2019-11-04 16:28:35 +01:00
Ghostkeeper
74d52bbd1c
Fix complaints from CI system about settings that don't work
...
There's one that needed to be a 'value' to properly overwrite it. The rest are all about settings that were equal to the defaults anyway so I've removed those.
Contributes to issue CURA-6949.
2019-11-04 16:18:46 +01:00
Ghostkeeper
2ea7270825
Merge branch 'master' of https://github.com/skriDude/Cura into skriDude-master
2019-11-04 16:05:44 +01:00
skriDude
89b95b8998
Changed "values" to strings
2019-11-04 15:59:31 +01:00
skriDude
b54c24e9a1
Changed selected parameters "default_value" to "value"
2019-11-04 12:34:08 +01:00
Vincent Riemens
dbdd73790b
Add files via upload
2019-11-04 10:39:15 +01:00
Vincent Riemens
ee41335919
Delete leapfrog_bolt_pro.def.json
2019-11-04 10:38:37 +01:00
Ghostkeeper
d25ca84c6c
Make small feature max length a child setting of small hole max size
...
The small hole max size is not used in CuraEngine. It may not be a leaf setting then. Instead, Small Feature Max Length is used which is directly dependent on Small Hole Max Size. They are simply different units of the same thing. This is how we should structure these settings then.
2019-11-03 02:20:18 +01:00
Ghostkeeper
0c846d76a1
Correct setting name and description of wipe Z hop
...
This hop is executed regardless of whether or not the wipe is retracted.
2019-11-03 01:41:51 +01:00
Ghostkeeper
e2b8a44e2d
Better defaults for retraction and z hop during wipe
...
Let's use the normal retraction and z hop settings to be safe. Should work fine.
2019-11-03 01:18:35 +01:00
Ghostkeeper
0b6938e9aa
Specify that this setting is about wiping
2019-11-03 01:14:38 +01:00
Ghostkeeper
d145945b25
Fix mistakes in extruder-definition inter-referencing
2019-11-01 15:02:14 +01:00
Ghostkeeper
eaedca1917
Convert unit of adaptive layers threshold and change name
...
This usage is hopefully more intuitive than the previous one.
2019-11-01 11:54:17 +01:00
Kaz
2818a24516
Update Makeblock mCreate define files name
2019-11-01 11:40:39 +08:00
Nino van Hooff
249a66ebd9
Merge machine_head_polygon and machine_head_with_fans_polygon defs.
...
There is no usecase for having both. when a definition has both,
the head is removed. when it has only head, it is renamed to
_with_fans
CURA-6522
2019-10-31 16:38:00 +01:00
Jaime van Kessel
355ebd4e71
Remove override for prime tower position
...
The formula in the fdmprinter definition does it's job, so no need to change it!
CURA-6943
2019-10-31 13:20:35 +01:00
Kaz
6a028ac6ec
Update makeblock.def.json
...
update start gcode and end gcode
2019-10-31 17:32:32 +08:00
skriDude
fe86bc1bc2
updated machine_start_gcode
2019-10-30 11:18:22 +01:00
Kaz
200111e274
Add files via upload
...
makeblock definition file
2019-10-28 10:59:23 +08:00
Ghostkeeper
0ea67d18d2
Only show strategy-specific settings if their WP strategy is activated
...
Reduces confusion, I hope, and the feeling of being overwhelmed by a load of settings, because obviously only people who make all settings visible are going to see these settings at all.
2019-10-27 01:00:17 +02:00
Ghostkeeper
7dada6539c
Fix minimum speeds and distances for wire printing
...
Minimum distance is 0.001, i.e. one micrometre. Minimum speeds are set to Marlin's Minimum Planner Speed which is hardcoded.
2019-10-26 01:12:34 +02:00
Ghostkeeper
11d30dab56
Improve setting descriptions for flow rate compensation settings
...
The original setting descriptions were wholly undescriptive...
Done during investigation of these settings for the Setting Guide.
2019-10-25 23:21:30 +02:00
Ghostkeeper
2abb9842d2
Choose a supported quality as preferred quality
...
One that is supported by the preferred material and nozzle.
As discussed in #6474 .
2019-10-25 13:21:33 +02:00
Ghostkeeper
6e8ed3b605
Merge branch 'master' of https://github.com/eMotion-Tech/Cura into eMotion-Tech-master
2019-10-24 14:29:05 +02:00
Ghostkeeper
fe70cb23bf
Remove overrides that didn't have any effect
...
This works due to our new test that tests for that case. A common failure case.
2019-10-23 11:01:01 +02:00
Ghostkeeper
59e55dab5e
Fixes for consistency with other printers
...
Contributes to issue CURA-6814.
2019-10-22 17:23:32 +02:00
Ghostkeeper
fa00600655
Merge branch '4.3' of https://github.com/samirabaza/Cura into samirabaza-4.3
2019-10-22 16:58:30 +02:00
WalshJames
a34389ca78
Add files via upload
2019-10-22 14:36:17 +02:00
Ghostkeeper
cb9b385a85
Remove Alternate Skin Rotations setting
...
It's been replaced completely by the Top/Bottom Line Directions setting.
2019-10-22 13:46:42 +02:00
Ghostkeeper
d561810024
Remove ID metadata fields from definition files
...
They are not being used any more. For some reason people thought that an exception was made for extruders or something. And people keep adding them for the definition files too. I'll add a test to prevent that.
2019-10-22 11:00:49 +02:00
Lipu Fei
d2db9b28ca
Merge pull request #6368 from DragonJe/4.3
...
Hopefully Adding the Key3D Tyro to 4.3 Release
2019-10-22 08:07:59 +02:00
skriDude
e619b076f0
add skriware_2.def.json
2019-10-21 16:59:30 +02:00
Lipu Fei
cd0dbb3902
Fix defaultExtruderPosition() usage in fdmprinter
...
CURA-6913
getDefaultValueInExtruder() expects the extruder_position to be an int,
but defaultExtruderPosition() returns a str. This will cause the formula
evaluation to fail.
2019-10-21 09:22:55 +02:00