Alessandro Ranellucci
|
30d9b2e508
Refactoring: initialize all layers at once and avoid duplication of slicing height math. #637
|
12 лет назад |
Alessandro Ranellucci
|
15f07197d8
Don't store ->surfaces anymore. Save memory, save time
|
12 лет назад |
Alessandro Ranellucci
|
dcc0ce78db
Fix warning
|
12 лет назад |
Alessandro Ranellucci
|
ea304a4803
Bugfix: custom layer G-code was applied before Z change, and not after like it was documented. #869
|
12 лет назад |
Alessandro Ranellucci
|
68e302fe27
Fix exporting G-code
|
12 лет назад |
Alessandro Ranellucci
|
2abf2be781
New testing framework
|
12 лет назад |
Alessandro Ranellucci
|
de0640603a
Append full config when --gcode-comments is enabled
|
12 лет назад |
Alessandro Ranellucci
|
c99ff0cfe2
Apply Douglas-Peucker to all paths before generating G-code
|
12 лет назад |
Alessandro Ranellucci
|
93bb2c1056
Bugfix: fatal error when using brim and no skirt. #784
|
12 лет назад |
Alessandro Ranellucci
|
1db614a5a9
Revert "Use G92 to apply Z offset. #486" #778
|
12 лет назад |
Alessandro Ranellucci
|
ab2b31672f
Fixed regression causing a long string between copies
|
12 лет назад |
Alessandro Ranellucci
|
0a912c6316
Only apply min_skirt_length on bottom layer
|
12 лет назад |
Alessandro Ranellucci
|
68e1edab80
Require Math::Clipper 1.14 and increase scale factor for offset(). #720
|
12 лет назад |
Mark Hindess
|
705d6b3179
Quick fix for support material.
|
12 лет назад |
Alessandro Ranellucci
|
25d88bddff
Remove the change_layer method
|
12 лет назад |
Alessandro Ranellucci
|
4c6fe0b3d4
Fixed regression preventing lift to work correctly
|
12 лет назад |
Alessandro Ranellucci
|
887634e1e2
Use G92 to apply Z offset. #486
|
12 лет назад |
Alessandro Ranellucci
|
e9ae62a9d1
New --min-skirt-length option. #269
|
12 лет назад |
Alessandro Ranellucci
|
c25e54a830
Expose perimeter/infill/support material extrusion widths in G-code comments
|
12 лет назад |
Alessandro Ranellucci
|
8da4151c6d
Fix regression causing skirt to be printed at Z = 0 after a recent commit
|
12 лет назад |
Alessandro Ranellucci
|
ecd054a57c
Don't emit T0 at the beginning of the file, so that it's generated automatically just right before starting the print
|
12 лет назад |
Alessandro Ranellucci
|
ccb49a8439
Do a slightly thinner interface layer at the top of support material structures by taking into account the diameter of bridge extrudates (nophead's idea)
|
12 лет назад |
Alessandro Ranellucci
|
cee3864fc9
Independently set number of top/bottom solid layers. #676
|
12 лет назад |
Alessandro Ranellucci
|
31c2e50fc6
Bugfix: bed temperature wasn't being set after the first layer when first layer bed temperature was set to zero. #760
|
12 лет назад |
Alessandro Ranellucci
|
50f6909475
Don't apply slowdown factor to bridges. #640
|
12 лет назад |
Alessandro Ranellucci
|
355031fe2f
Remove unnecessary retractions
|
12 лет назад |
Alessandro Ranellucci
|
44016b38c5
Distribute skirt loops across all extruders
|
12 лет назад |
Alessandro Ranellucci
|
1627268fd4
Merge branch 'master' into avoid-crossing-perimeters
|
12 лет назад |
Alessandro Ranellucci
|
c793a2657f
Replace Math::ConvexHull with Math::ConvexHull::MonotoneChain. #722
|
12 лет назад |
Alessandro Ranellucci
|
f5f9574173
Merge pull request #722 from mesheldrake/remove-dups-before-hull
|
12 лет назад |
Alessandro Ranellucci
|
769134bb6f
Fixed regression causing skirt ignoring the first layer extrusion width override. #728
|
12 лет назад |
Alessandro Ranellucci
|
8ac367bfa7
If brim overlaps with skirt, make brim around skirt too instead of just ignoring skirt on first layer
|
12 лет назад |
Alessandro Ranellucci
|
22b312395a
Fix SVG/DLP support material. #673
|
12 лет назад |
Alessandro Ranellucci
|
f50b0040ef
Bugfix: the grow() method wasn't working properly, causing bad brim/support material interface. #639
|
12 лет назад |
Mike Sheldrake
|
4b91496edd
use remove_coinciding_points before convex_hull
|
12 лет назад |
Alessandro Ranellucci
|
bbe0a45b58
Optimization: cache scaled flow width and spacing
|
12 лет назад |
Alessandro Ranellucci
|
ec0d3987db
Rename materials to regions
|
12 лет назад |
Alessandro Ranellucci
|
e696764af8
Assign extruders and flows to materials
|
12 лет назад |
Alessandro Ranellucci
|
e2ab340edb
Fix positioning and other things
|
12 лет назад |
Alessandro Ranellucci
|
d488afd243
More work (breaks centering and internal surfaces detection)
|
12 лет назад |
Alessandro Ranellucci
|
02356fd613
Large refactoring to allow processing multimaterial files
|
12 лет назад |
Alessandro Ranellucci
|
04be94023b
Refactoring: move the 'copies' property to each Print::Object
|
12 лет назад |
Alessandro Ranellucci
|
037be34b7b
Bugfix: removed fatal error when generating SVG support material in some circumstances. #673
|
12 лет назад |
Alessandro Ranellucci
|
c95cd5ac38
Merge branch 'master' into avoid-crossing-perimeters
|
12 лет назад |
Alessandro Ranellucci
|
e40f32995f
Finish GUI decoupling
|
12 лет назад |
Alessandro Ranellucci
|
757515ba17
New [print_preset], [filament_preset] and [printer_preset] variables. #675
|
12 лет назад |
Alessandro Ranellucci
|
6adf98edaf
Fix regression causing SVG/DLP support material to crash the application. #668
|
12 лет назад |
Alessandro Ranellucci
|
37ae2e1e2d
Use support material extruder for brim. #653
|
12 лет назад |
Alessandro Ranellucci
|
47c5d410ea
Remove the initial retraction compensation. Not only it is not very good for multi-head setups, but it also caused wrong first layer Z when lift was enabled. #655
|
12 лет назад |
Alessandro Ranellucci
|
94a096f1d2
Support legacy config files not containing first_layer_height #631
|
12 лет назад |