Ghostkeeper
5b923d105a
Fix sorting of setting overrides
...
Keeps it maintainable in the long run.
Contributes to issue PP-1.
2021-10-01 13:55:27 +02:00
Ghostkeeper
40fd3203b8
Fix tests: Removing unnecessary default_value overrides
...
If there's a value, the default_value isn't used. This test exists to prevent confusion between the two, where a contributor could change the default_value but it gets overridden by a value.
Contributes to issue PP-1.
2021-10-01 13:52:42 +02:00
p.kuiper
be9f62c5ba
- Only use monotonic order in top layer (increase print speed).
...
- Explicitly set combing mode to the new 'no_outer_surfaces' strategy
- Adjusted the engineering profiles to use 100% wall flow and triangle infill pattern
2021-09-29 16:07:26 +02:00
p.kuiper
b99267048f
Same print profile adjustments to the UM print profile as the S5 print profile, except for the maximum resolution adjustments
2021-09-29 12:58:34 +02:00
p.kuiper
ec096a12f6
Also add minimal jerk of 20mm/s to S3 and UM3.
2021-09-24 10:01:15 +02:00
THeijmans
3803d28d3d
Increase maximum extrusion deviation
...
See LibArachneBeta slides
2021-09-16 13:52:11 +02:00
THeijmans
dfd5768c5c
Turns on print thin walls
...
For Arachne profile iteration 2, PP-2
2021-09-16 11:56:58 +02:00
THeijmans
63bf47ffe9
Turn on back pressure compensation
...
Initial setpoint at 50%, as in PP-2
2021-09-16 11:10:44 +02:00
THeijmans
a698409a25
Set line widths equal to nozzle diameter
...
and remove line width lines from profiles (PP-13)
2021-09-16 10:27:44 +02:00
THeijmans
8be12106c9
Updates wall order and top surface quality
...
For PP-5, PP-27, PP-29
2021-09-15 15:05:41 +02:00
THeijmans
0152a0429a
Updates acceleration settings to a max of 3500mmps2
...
And increases minimum to 1000mmps2.
2021-09-15 14:32:39 +02:00
THeijmans
6a4f59c27a
Updates Jerk settings to a minimum of 20mmps
...
For PP-1
2021-09-15 12:59:00 +02:00
Jaime van Kessel
84b1aa39b7
Update the update_url's for firmware updates
...
CURA-7689
2021-07-29 15:21:46 +02:00
StijnArntz
605e1d1b2f
PETG for UM3
...
Removed Generic and UM PETG from exclude material list.
Add quality files for PETG on UM3.
2021-05-31 09:20:00 +02:00
Jaime van Kessel
974d04a423
Also add red petg to exclude list for UM3 & UMO
...
Forgot to add them last time. Whoops.
CURA-8220
2021-05-06 11:52:03 +02:00
Jaime van Kessel
9fcc513edd
Add PETG quality profiles
...
CURA-8200
2021-05-03 10:46:35 +02:00
Ghostkeeper
6063307a31
Remove overrides of unused machine setting
...
Contributes to issue CURA-7328.
2020-03-30 12:10:35 +02:00
Ian Paschal
b7cc48131c
Add bom_numbers field to definitions
...
CS-171
2019-09-06 11:23:02 +02:00
Lipu Fei
581cde1ddf
Use HTTPS for firmware update check URLs
2019-08-15 13:42:13 +02:00
Lipu Fei
12e794fe50
Remove has_machine_materials and has_variant_materials
...
They are not used.
2019-08-07 10:44:02 +02:00
Remco Burema
fd8dfb4185
Fix resolve/value/warning definition for enable prime blob. [CURA-6414]
2019-06-14 11:39:48 +02:00
Lipu Fei
47ecdda0bc
Show prime blob by default
...
CURA-6414
So user can see if it's in a warning state.
2019-06-06 12:31:06 +02:00
Remco Burema
ccbc00c2ee
Don't prime-blob when print-sequence is one-at-a-time. [CURA-6414]
2019-06-06 11:16:30 +02:00
Ghostkeeper
e26e825d83
Overwrite gantry height value instead of default_value
...
Because the default in fdmprinter has a formula in the value, the default_value properties wouldn't get used any more.
2019-05-13 09:30:32 +02:00
Jaime van Kessel
e363f1af94
Remove hardcoded references to Ultimaker machines in QML
...
We shouldn't hardocode machines in QML in any case. It also created issues
for other monitor / connection flows.
2019-05-03 14:10:21 +02:00
Diego Prado Gesto
a713cdc6bd
Add new values for the resolution and deviation settings
...
According to the experts
2019-04-18 17:26:01 +02:00
Diego Prado Gesto
0ffcfe041a
Exclude HIPS and PETG for UM3 as it use to be in 4.0
2019-03-29 11:49:06 +01:00
Diego Prado Gesto
14b409a895
Exclude gff and cff materials for all ultimaker printers except UMS5
...
Contributes to CURA-6089.
2019-03-25 12:59:05 +01:00
Diego Prado Gesto
6ad6115327
Modify the firmware checker url to use the new file location
2019-03-21 16:07:26 +01:00
Lipu Fei
4979b401b3
Disable prime blob by default for CFFF
...
CURA-6282
2019-03-06 11:02:55 +01:00
Ghostkeeper
53dc28db89
Change URL of firmware update page for Ultimaker 3 and S5
...
I just got word of a new page to read up about the firmware update. Apparently we now have to link to this one.
Contributes to issue CURA-5483.
2018-10-15 15:12:42 +02:00
Remco Burema
2e3abbc904
Put the firmware-update meta-data in the 'normal' printer definitions and make the code handle that.
2018-10-13 21:55:33 +02:00
Lipu Fei
9aea0e5109
Fix quality lookup logic for extruders
...
CURA-5694
- Add convenience functions into GlobalStack
- Use "has_variants" and "has_materials" instead of
"has_variant_materials"
- Remove "has_variant_materials"
- For extruder qualities, skip global qualities if the machine has
variants or materials
2018-09-06 08:12:55 +02:00
Ghostkeeper
aa03fabc57
Remove trailing whitespace
2018-08-24 15:24:00 +02:00
Diego Prado Gesto
9873d57286
CURA-5404 Change default retraction distance to 6.5mm for ultimaker3 and
...
S5
2018-05-29 14:48:34 +02:00
Ruben D
0c51173bed
Disable Connect Infill Lines when using gradual infill
...
Gradual infill causes infill to break up into lots of different areas with different infill densities. Because Connect Infill Lines connects those lines along the border of an infill area, you sometimes get very thin areas with lots of lines going back and forth connecting extremely thin pieces of infill. Sometimes it works fantastically (esp. with mechanical models) but sometimes it really messes up the print.
Contributes to issue CURA-5319.
2018-05-02 17:45:45 +02:00
Lipu Fei
0852cd2c20
WIP: Fix hanging upon send gz
2018-04-24 10:34:08 +02:00
Lipu Fei
0a1fd51b2f
Prefer gcode for UM3
...
CURA-5143
2018-04-23 13:40:19 +02:00
Ghostkeeper
0efde6bae6
Use gzipped gcode by default for UM3
...
For the network printing output device this doesn't work yet, but for removable drives it will now put g-code in a gz archive when storing it.
Contributes to issue CURA-5097.
2018-03-16 16:08:49 +01:00
Ghostkeeper
f127660cfc
Remove whitespace at the end of the lines
...
Someone put tabs there.
2018-03-15 16:13:05 +01:00
THeijmans
392605014a
Merge branch 'M&P-Setting-Optimization' of https://github.com/Ultimaker/Cura into M&P-Setting-Optimization
...
Fixed conflicts
2018-03-13 11:58:33 +01:00
THeijmans
4c61ea5ba9
Single extrusion settings for travels
...
Updated single extrusion settings, so z hops are removed and travels are shortened for single extrusion.
2018-03-13 11:45:19 +01:00
Jack Ha
095d9fbdf6
CURA-4400 Bugfix do not handle layer scene nodes in solidview
2018-03-06 17:01:30 +01:00
Jack Ha
63e679e4a0
CURA-4400 updated UM3 machine_head_with_fans_polygon
2018-03-06 16:28:00 +01:00
Lipu Fei
a29a6122f1
Merge remote-tracking branch 'origin/master' into refactoring_machine_manager
2018-03-05 11:29:21 +01:00
THeijmans
0305ad1ea2
Zig_zaggifying the infills
...
Connected infill lines in all our profiles, for increased strenght and print quality.
2018-03-02 15:11:26 +01:00
THeijmans
e080ff2db0
Revert "Combing to "No Skin""
...
This reverts commit ca83089eff9f9ed3b8a37b1d593993662cb27e0c.
2018-03-02 15:04:33 +01:00
Lipu Fei
c469ebbf9f
WIP: Fix material lookup problems and update definition files
2018-02-16 14:23:11 +01:00
Lipu Fei
730cbb25bf
WIP: Simplify machine creation
2018-02-16 14:23:11 +01:00
Lipu Fei
8ac9811b41
WIP: Create QualityManager
2018-02-16 14:20:02 +01:00