567 Commits

Author SHA1 Message Date
supermerill
56af116257 Dense infill: fix the full fill density bug & rework detection settings:
* AutoNotFull: now print the dense infill only if the area to cover doesn't fill the sparse area.
 * AutoOrEnlarged: now print the auto dense infill, unless the area to cover is wider than (nozzle diameter*2/infill ratio) and the enlarged version is smaller than the auto
 * New: AutoOrDisable: now print the auto dense infill, unless the area to cover is wider than (nozzle diameter*2/infill ratio) or the area to cover fill the sparse area.
2021-11-20 01:59:54 +01:00
supermerill
0d25f9b266 bridge_overlap fix & redesign
* now has a min setting.
 * the density can be chosen between the two values, with the highest density possible.
 * remove the hardcoded 87.5% density modifier. Replaced by a max of 90% and a min of 80%
 * try to place the bridge at the right position (only works if the shape is simple).

FIXME: bridge can be printed on top of the previous one (if began in the wrong direction, or it has a odd number and need to go back to the same side)
try to mitigate that.
2021-11-18 01:05:09 +01:00
supermerill
9393126b4f Custom print, printer & filament variables
supermerill/SuperSlicer#481
2021-11-09 15:04:26 +01:00
supermerill
521bd256a9 Fix acceleration in % of machine_max_acceleration_x
supermerill/SuperSlicer#1829
2021-11-09 00:04:04 +01:00
supermerill
ea00699e19 Fix import config with bridge flow < 1
supermerill/SuperSlicer/1818
2021-11-07 20:40:51 +01:00
supermerill
37a3596b3a travel speed & acceleration update:
* travel can now slow down to avoid going out of the max_gcode_per_second (useful for avoid_crossing_perimeter)
 * travel acceleration is now bound by machine_max_acceleration_travel and not machine_max_acceleration_extruding
supermerill/SuperSlicer#1350
supermerill/SuperSlicer#1210
2021-11-06 21:19:44 +01:00
supermerill
f2a9945435 Add lift_min: minimum height to travel between objects
Also change other behaviors to be compliant:
 * At the first move don't split the travel
 * At the first move, if start_gcode_manual and no layer_gcode, don't lift the nozzle so the printer won't "z-dance", whatever where the nozzle is.
Note:it's a hack, please redo it properly when reworking gcode-writer.
 * retract_lift_first_layer is gone back to the old simple behavior (revert b16ecbfc)
 * removed auto extra lift for first layer, now that lift_min exists.
 * with complete_object, don't unlift at object/first layer change, to avoid Z-dance
 * lift_min will be used between brims, skirts, objects but not between object-skirt, object-brim and their object
supermerill/SuperSlicer#1783
supermerill/SuperSlicer#1775
supermerill/SuperSlicer#1575
supermerill/SuperSlicer#599
supermerill/SuperSlicer#429
supermerill/SuperSlicer#395
supermerill/SuperSlicer#241
2021-11-06 21:19:15 +01:00
supermerill
a5724d14ba Fix crash when using complete_object 2021-11-06 13:47:41 +01:00
supermerill
3d07c03a37 When using fan_speedup, don't move fan from custom_gcode
also don't enter the start_gcode if start_gcode_manual (only custom start gcode)
Fix only for overhangs
Update to tooltips
supermerill/SuperSlicer#1742
2021-11-06 13:46:59 +01:00
supermerill
a6802bc728 Add max_literal to setting def, to set the threshold for popup warning for float% fields
allow max, min and % of nozzle
delete % check from ConfigManipulation
supermerill/SuperSlicer#1774
2021-11-06 13:44:31 +01:00
supermerill
41c0fb19d7 max_layer_height & min_layer_height now can be percent.
Also some fixes on crash that may happens when using them.
2021-11-06 13:43:09 +01:00
supermerill
0a61223a53 Update to some default values, and various fixes
typos
custom gcode panel size
min first layer speed now a float.
2021-11-06 13:43:03 +01:00
supermerill
08cd7ebe26 Setting to put thumbnails at the end of the gcode file
Note that no firmware/printer support that right now.
2021-10-31 20:54:50 +01:00
supermerill
f44e05091c gcode_precision_e parse without tryctach, disabled assert (toverify) 2021-10-27 23:17:25 +02:00
supermerill
d981097cc3 Add a menu option to import prusa config.
Add infill_anchor_max==0 => not connected if from prusa config
supermerill/SuperSlicer#1705
2021-10-27 15:01:21 +02:00
supermerill
9c6c4b3d8a typo 2021-10-26 11:03:52 +02:00
supermerill
8aa853d20f Allow modification when importing prusa config.
currently only on .3mf projects
2021-10-25 23:50:52 +02:00
supermerill
7ac7a0af15 Allow to choose between M73 and M117 for remaining_times
supermerill/SuperSlicer#1693
2021-10-25 17:55:06 +02:00
supermerill
da3e64c1c9 Fix layer_z for feature_gcode 2021-10-23 00:00:22 +02:00
supermerill
499c2d45df Fix crash when layer_height is 0
supermerill/SuperSlicer#1664
2021-10-22 19:59:28 +02:00
supermerill
240a282625 fix default arrange distance when 0 and when opening the slicer.
supermerill/SuperSlicer#1648
2021-10-19 23:35:22 +02:00
supermerill
f900d80e93 fix the Fix for no_perimeter_unsupported_algo (a4caa5)
assign instead of insert...
supermerill/SuperSlicer#1621
2021-10-11 17:53:31 +02:00
supermerill
9328681428 Fix bad check for default_acceleration when diabled and exporting config.
supermerill/SuperSlicer#1622
2021-10-10 15:28:36 +02:00
Dave Bullock
5d711f2420 Increase max wipe speed for Voron ERCF wipe towers (#1568)
* Increase max wipe speed for Voron ERCF wipe towers from 200 to 400
2021-10-07 22:22:37 +02:00
supermerill
54ad2a8611 Change retract_restart_extra_toolchange behavior to trigger at each first tool unretraction (but the very first)
supermerill/SuperSlicer#1052
2021-10-07 22:19:07 +02:00
supermerill
1e7bd53668 add seam_gap for hiding seam on loops
also finish coFloatsOrPercents, as it's the first setting to use this.
supermerill/SuperSlicer#1534
supermerill/SuperSlicer#1606
2021-10-04 13:42:10 +02:00
supermerill
344c821382 Move Extruder decimals from extruder to printer
supermerill/SuperSlicer#1596
2021-10-02 14:57:15 +02:00
supermerill
1e146e6a57 setting renamed default -> internal perimeter
supermerill/SuperSlicer#1567
supermerill/SuperSlicer#1521
2021-10-01 15:10:46 +02:00
supermerill
b16ecbfcb1 allow retract_lift_first_layer even when 0 lift to activate extra lift for first move before each object on first layer
supermerill/SuperSlicer#1575
2021-09-27 13:06:21 +02:00
supermerill
51d5b71509 Add 'only one perimeter on first layer' as doing it manually via modifier wreck solid bottom layer count
supermerill/SuperSlicer#289
supermerill/SuperSlicer#584
supermerill/SuperSlicer#1566
2021-09-26 19:22:21 +02:00
supermerill
088b92917c Add filament_max_overlap, to control the line spacing via filament setting
It allows to control the spacing vs width (10%% fill vs a bit less)
The 'enforce 100% fill volume' is also adjusted to take that into account
Note that if you're using multiple extruders/filament everywhere (and spacing setting for width setting),
  the result may be a bit unexpected, as the gui can't display all the interactions,
  also some features (like support) may revert to default overlap value, if printed with multiple filaments.
supermerill/SuperSlicer#1590
2021-09-26 13:51:05 +02:00
supermerill
86bcc1a015 New first layer height compute
- now use the thinnest extruder used by the object if %
 - more consistent over the software
supermerill/SuperSlicer#1035
2021-09-06 19:59:26 +02:00
supermerill
d0459d60ce wipe speed
supermerill/SuperSlicer#1471
2021-09-06 19:58:42 +02:00
supermerill
77fd66bcd6 Can set illegal characters for gcode filemane
supermerill/SuperSlicer#1518
2021-09-06 13:49:31 +02:00
supermerill
92f9b734e6 fix export_to_prusa for object & modifer settings that need the full config as reference
supermerill/SuperSlicer#1503
2021-09-06 13:47:49 +02:00
supermerill
55fdc665ca max_gcode_per_second added
allow a better control than min_length
2021-09-06 13:47:43 +02:00
supermerill
688121b104 first_layer_min_speed added
supermerill/SuperSlicer#1422
2021-09-06 13:47:35 +02:00
supermerill
37a6688174 polyholes are rotated on each layer.
supermerill/SuperSlicer#1396
2021-09-06 13:47:27 +02:00
supermerill
201cf90b97 disable clearance check if set to 0
supermerill/SuperSlicer#1446
2021-09-06 13:47:18 +02:00
supermerill
e106dd555c add infill/internal bridge fan speed
supermerill/SuperSlicer#1414
2021-09-06 13:47:04 +02:00
supermerill
a2a2f38d41 setting to decide from what the skirt is drawned (objects or brim)
supermerill/SuperSlicer#747
2021-08-22 00:35:16 +02:00
supermerill
1c3ad9de01 skirt brim
supermerill/SuperSlicer#795

also little fix: now preview shows object skirt & brim.
2021-08-21 23:21:52 +02:00
supermerill
43a7d347be some typo & warnings 2021-08-21 17:35:01 +02:00
supermerill
474e202a65 allow to add gapfill after the last perimeter
supermerill/SuperSlicer#982
2021-08-21 17:34:15 +02:00
supermerill
26500cd9a0 ensure the layer height & first layer height are low enough.
TODO: same for actual real layer height (from variable layer heights)
2021-08-21 02:49:13 +02:00
supermerill
3153d9612e new setting to remove unwanted bottom/top fill on slopes
supermerill/SuperSlicer#253
supermerill/SuperSlicer#426
supermerill/SuperSlicer#1090
2021-08-21 02:47:59 +02:00
remi durand
f34a3b1a6f Merge branch 'dev' into merill-merge 2021-08-08 01:06:02 +02:00
supermerill
aa1abc251a arrange changes:
* check is now correct (was half the right distance)
* now the duplicate_distance field is used to reset the widget, and it's not used as a shadow-min anymore
* when switching preset, the arrange widget will change value according to the new duplicate_distance, unless it's set to 0
TODO: update widget when manually updating duplicate_distance or extruder_clearance_radius
2021-08-06 23:19:34 +02:00
remi durand
f87b5fccde Merge remote-tracking branch 'remotes/prusa/stable' into dev
need to merge profiles
need to test & iron out the PresetConfigSubstitutions thingy
2021-07-10 15:31:19 +02:00
remi durand
0baeeedf74 Add missing items from sla_print
also fix a prusa<->susi setting name
2021-07-05 20:56:07 +02:00