CURA-12247
Also set interlocking_enable to basic settings because it is quite important and just enabling it doesn't require advanced knowledge/skills.
Add PC-ABS & PC-ABS-FR intent and quality files
for Method X & Method XL. These materials pair with
1C, 1XA and Labs extruders.
Exclude PC-ABS and PC-ABS-FR from sketch printers
and Method.
PP-550
* The settings used in the Visual intent profile improve the roof quality
* Settings include temp adjustments, line widths, small features, hole, roof accel & speed
* These apply to PLA & TPLA
* all of the visual intents are marked as experimental for Cura 5.10
PP-554
These intent modes were tuned by Eric MacNeil. The jerk &
accel values will be converted into a accel_config by the
Makerbot writer plugin, and the Method firmware will interpret
these values for each path.
The self support speed settings were unchanged from the previous
defaults, but the model speed was increased for ABSR, PLA & TPLA.
PP-544
Populate Method series .makerbot files' meta.json with accel override settings,
for the print globally and for 'bead modes' pertaining to specific features,
per extruder. Currently, extruder-specific bead mode settings will only be
added to the meta.json if the value is non-zero.
Also disallow setting per mesh/extruder/meshgroup for accel/jerk _enabled,
_print, _travel, _travel_enabled for method-based printers
Previously we used the PLA quality files to print Metallic PLA.
There were drastic differences in surface quality (matte vs shiny).
The temperature increase to 230 addresses the surface differences.
We reduced the print speed to stay within the max flowrate of
12 mm^3/s. Additionally, the infill rotation was enabled for
Metallic PLA (Similar to Sketch PLA infill).
Some other speed adjustments were made (walls, roof, support
interface, support bottom). These were paths that got slowed
down too much when adjusting the global print speed. These
adjustments were made to make up some of the lost speed
without sacrificing print quality.
The previous support material flow value was set to 90%. We
increased it by 2% to limit under-extrusion, which is more
pronounced at the higher nozzle temperature.
PP-552
Change the comment line location from the end of data[1] to the first line of the "moves".
Update PurgeLinesAndUnload.py
Move the "start from" comment from the end of data[1] to the first line of the "moves" list.
Update PurgeLinesAndUnload.py
Change the comment line location from the end of data[1] to the first line of the "moves".
- Rename the start location to end purge location to match with what it represents
- Added location and position enums
- Rewrite the _get_adjustment_lines function as _move_to_location (generic)
- Replace goto_str with a position tuple for consistency and error prevention (typo prevention)
Added a "quick purge" option before the actual unload to insure the filament is free to pull back.
Made adjustments for "Machine Disallowed Areas".
Added some comments.
Re-ordered some of the code.