580 Commits

Author SHA1 Message Date
remi durand
c679e8bc6f Add a macro command {ignore_legacy(true)} to disable the legacy format using the [] (can be reactivated with false argument)
Now can escape the '[' by "\[", this will print '['. same for the '{'.
change all tooltips (and default values) to use '{ }' instead of '[ ]'
That will enable the use of these characters in the custom gcode without crashing
supermerill/SuperSlicer/issues/2276
2022-01-31 22:11:10 +01:00
supermerill
3a2256e888 tooltip update 2022-01-05 00:07:50 +01:00
supermerill
9198f9e26e Fix 'avoid crossing perimeters' when wipe enabled.
Also add a new setting to say if the wipe is really needed if 'avoid crossing perimeters' activated & no crossing.
supermerill/SuperSlicer#1069
2021-12-22 19:09:59 +01:00
supermerill
8a0e9adcd4 Some tooltip updates (thank you @blex-max for the help)
supermerill/SuperSlicer#2097
2021-12-22 18:15:56 +01:00
supermerill
7b6b4b0871 typo: A platter is a tray (a plate). A plater is someone who plate metals.
I won't fix mainline/prusa typo in the source code, only the text.
2021-12-20 20:23:18 +01:00
supermerill
4e0d91fe94 Updated ConfigManipulation (disabled/enabled) for width & spacing. 2021-12-20 19:28:10 +01:00
supermerill
2f4b55ed3c 0 extrusion_spacing will always create 0-auto-extrusion_width.
clean cout
supermerill/SuperSlicer#2084
2021-12-20 03:56:15 +01:00
supermerill
b9e384519d fix retract_lift_first_layer tooltip 2021-12-15 19:51:05 +01:00
supermerill
49e4e20a1b Fix too detailed gapfill
* add resolution_internal to control it (and gyroid)
 * disallow gapfill lines to be split
2021-12-11 14:48:11 +01:00
supermerill
c0fca1ce33 Don't allow 0-speed retraction
supermerill/SuperSlicer#2033
2021-12-10 19:24:16 +01:00
supermerill
a5aa9ffab8 multi-line for milling custom gcode fields
supermerill/SuperSlicer#2027
2021-12-09 13:07:50 +01:00
supermerill
ed3edaadf2 fr localization update
supermerill/superslicer#2004
supermerill/superslicer#1840
2021-12-07 15:05:44 +01:00
supermerill
39f103694f Better tooltip for margins.
supermerill/superslicer#1981
2021-12-02 17:54:16 +01:00
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