prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.66k stars 1.92k forks source link

Repetier host has touble with gui-mode (v 1.35.x) #363

Closed E000001 closed 7 years ago

E000001 commented 7 years ago

Version

1.35.4 and 1.35.4

Operating system type + version

Windows 10

Behavior

After I updated my old version of Prusa Slic3r (previously 1.34.1) Repetier Host has trouble to open a configuration window in slic3r gui.

There are several lines from log. It seems, that there is not any option like gui-mode in slic3r. But When I try version 1.35.1 it is working.

18:59:10.354 : Unknown option: gui-mode 18:59:10.355 : Slic3r 1.35.5-prusa3d-win64 is a STL-to-GCODE translator for RepRap 3D printers 18:59:10.355 : written by Alessandro Ranellucci aar@cpan.org - http://slic3r.org/ 18:59:10.355 : Usage: slic3r.pl [ OPTIONS ] [ file.stl ] [ file2.stl ] ... 18:59:10.355 : --help Output this usage screen and exit 18:59:10.355 : --version Output the version of Slic3r and exit 18:59:10.355 : --save Save configuration to the specified file 18:59:10.355 : --load Load configuration from the specified file. It can be used 18:59:10.355 : more than once to load options from multiple files. 18:59:10.355 : -o, --output File to output gcode to (by default, the file will be saved 18:59:10.355 : into the same directory as the input file using the 18:59:10.355 : --output-filename-format to generate the filename.) If a 18:59:10.356 : directory is specified for this option, the output will 18:59:10.356 : be saved under that directory, and the filename will be 18:59:10.356 : generated by --output-filename-format. 18:59:10.356 :
18:59:10.356 : Non-slicing actions (no G-code will be generated): 18:59:10.356 : --repair Repair given STL files and save them as _fixed.obj 18:59:10.356 : --cut Cut given input files at given Z (relative) and export 18:59:10.356 : them as _upper.stl and _lower.stl 18:59:10.356 : --split Split the shells contained in given STL file into several STL files 18:59:10.356 : --info Output information about the supplied file(s) and exit 18:59:10.356 :
18:59:10.356 : -j, --threads Number of threads to use (1+, default: 4) 18:59:10.356 : GUI options: 18:59:10.356 : --gui Forces the GUI launch instead of command line slicing (if you 18:59:10.356 : supply a model file, it will be loaded into the plater) 18:59:10.356 : --no-plater Disable the plater tab 18:59:10.356 : --autosave Automatically export current configuration to the specified file 18:59:10.356 : Output options: 18:59:10.356 : --output-filename-format 18:59:10.356 : Output file name format; all config options enclosed in brackets 18:59:10.356 : will be replaced by their values, as well as [input_filename_base] 18:59:10.356 : and [input_filename] (default: [input_filename_base].gcode) 18:59:10.356 : --post-process Generated G-code will be processed with the supplied script; 18:59:10.356 : call this more than once to process through multiple scripts. 18:59:10.356 : --export-svg Export a SVG file containing slices instead of G-code. 18:59:10.356 : -m, --merge If multiple files are supplied, they will be composed into a single 18:59:10.356 : print rather than processed individually. 18:59:10.356 :
18:59:10.356 : Printer options: 18:59:10.356 : --nozzle-diameter Diameter of nozzle in mm (default: 0.5) 18:59:10.356 : --print-center Coordinates in mm of the point to center the print around 18:59:10.356 : (default: 100,100) 18:59:10.356 : --z-offset Additional height in mm to add to vertical coordinates 18:59:10.356 : (+/-, default: 0) 18:59:10.356 : --gcode-flavor The type of G-code to generate (reprap/teacup/repetier/makerware/sailfish/mach3/machinekit/smoothie/no-extrusion, 18:59:10.356 : default: reprap) 18:59:10.356 : --use-relative-e-distances Enable this to get relative E values (default: no) 18:59:10.356 : --use-firmware-retraction Enable firmware-controlled retraction using G10/G11 (default: no) 18:59:10.356 : --use-volumetric-e Express E in cubic millimeters and prepend M200 (default: no) 18:59:10.356 : --set-and-wait-temperatures Use M190 instead of M140 for temperature changes past the first (default: no) 18:59:10.356 : --gcode-comments Make G-code verbose by adding comments (default: no) 18:59:10.356 :
18:59:10.356 : Filament options: 18:59:10.356 : --filament-diameter Diameter in mm of your raw filament (default: 3) 18:59:10.356 : --extrusion-multiplier 18:59:10.356 : Change this to alter the amount of plastic extruded. There should be 18:59:10.356 : very little need to change this value, which is only useful to 18:59:10.356 : compensate for filament packing (default: 1) 18:59:10.356 : --temperature Extrusion temperature in degree Celsius, set 0 to disable (default: 200) 18:59:10.356 : --first-layer-temperature Extrusion temperature for the first layer, in degree Celsius, 18:59:10.356 : set 0 to disable (default: same as --temperature) 18:59:10.356 : --bed-temperature Heated bed temperature in degree Celsius, set 0 to disable (default: 0) 18:59:10.356 : --first-layer-bed-temperature Heated bed temperature for the first layer, in degree Celsius, 18:59:10.356 : set 0 to disable (default: same as --bed-temperature) 18:59:10.356 :
18:59:10.356 : Speed options: 18:59:10.356 : --travel-speed Speed of non-print moves in mm/s (default: 130) 18:59:10.356 : --perimeter-speed Speed of print moves for perimeters in mm/s (default: 60) 18:59:10.356 : --small-perimeter-speed 18:59:10.356 : Speed of print moves for small perimeters in mm/s or % over perimeter speed 18:59:10.356 : (default: 15) 18:59:10.356 : --external-perimeter-speed 18:59:10.356 : Speed of print moves for the external perimeter in mm/s or % over perimeter speed 18:59:10.356 : (default: 50%) 18:59:10.356 : --infill-speed Speed of print moves in mm/s (default: 80) 18:59:10.356 : --solid-infill-speed Speed of print moves for solid surfaces in mm/s or % over infill speed 18:59:10.356 : (default: 20) 18:59:10.356 : --top-solid-infill-speed Speed of print moves for top surfaces in mm/s or % over solid infill speed 18:59:10.356 : (default: 15) 18:59:10.357 : --support-material-speed 18:59:10.357 : Speed of support material print moves in mm/s (default: 60) 18:59:10.357 : --support-material-interface-speed 18:59:10.357 : Speed of support material interface print moves in mm/s or % over support material 18:59:10.357 : speed (default: 100%) 18:59:10.357 : --bridge-speed Speed of bridge print moves in mm/s (default: 60) 18:59:10.357 : --gap-fill-speed Speed of gap fill print moves in mm/s (default: 20) 18:59:10.357 : --first-layer-speed Speed of print moves for bottom layer, expressed either as an absolute 18:59:10.357 : value or as a percentage over normal speeds (default: 30) 18:59:10.357 :
18:59:10.357 : Acceleration options: 18:59:10.357 : --perimeter-acceleration 18:59:10.357 : Overrides firmware's default acceleration for perimeters. (mm/s^2, set zero 18:59:10.357 : to disable; default: 0) 18:59:10.357 : --infill-acceleration 18:59:10.357 : Overrides firmware's default acceleration for infill. (mm/s^2, set zero 18:59:10.357 : to disable; default: 0) 18:59:10.357 : --bridge-acceleration 18:59:10.357 : Overrides firmware's default acceleration for bridges. (mm/s^2, set zero 18:59:10.357 : to disable; default: 0) 18:59:10.357 : --first-layer-acceleration 18:59:10.357 : Overrides firmware's default acceleration for first layer. (mm/s^2, set zero 18:59:10.357 : to disable; default: 0) 18:59:10.357 : --default-acceleration 18:59:10.357 : Acceleration will be reset to this value after the specific settings above 18:59:10.357 : have been applied. (mm/s^2, set zero to disable; default: 0) 18:59:10.357 :
18:59:10.357 : Accuracy options: 18:59:10.357 : --layer-height Layer height in mm (default: 0.3) 18:59:10.357 : --first-layer-height Layer height for first layer (mm or %, default: 0.35) 18:59:10.357 : --infill-every-layers 18:59:10.357 : Infill every N layers (default: 1) 18:59:10.357 : --solid-infill-every-layers 18:59:10.357 : Force a solid layer every N layers (default: 0) 18:59:10.357 :
18:59:10.357 : Print options: 18:59:10.357 : --perimeters Number of perimeters/horizontal skins (range: 0+, default: 3) 18:59:10.357 : --top-solid-layers Number of solid layers to do for top surfaces (range: 0+, default: 3) 18:59:10.357 : --bottom-solid-layers Number of solid layers to do for bottom surfaces (range: 0+, default: 3) 18:59:10.357 : --solid-layers Shortcut for setting the two options above at once 18:59:10.357 : --fill-density Infill density (range: 0%-100%, default: 20%) 18:59:10.357 : --fill-angle Infill angle in degrees (range: 0-90, default: 45) 18:59:10.357 : --fill-pattern Pattern to use to fill non-solid layers (default: stars) 18:59:10.357 : --external-fill-pattern Pattern to use to fill solid layers (default: rectilinear) 18:59:10.357 : --start-gcode Load initial G-code from the supplied file. This will overwrite 18:59:10.357 : the default command (home all axes [G28]). 18:59:10.357 : --end-gcode Load final G-code from the supplied file. This will overwrite 18:59:10.357 : the default commands (turn off temperature [M104 S0], 18:59:10.357 : home X axis [G28 X], disable motors [M84]). 18:59:10.357 : --before-layer-gcode Load before-layer-change G-code from the supplied file (default: nothing). 18:59:10.357 : --layer-gcode Load layer-change G-code from the supplied file (default: nothing). 18:59:10.357 : --toolchange-gcode Load tool-change G-code from the supplied file (default: nothing). 18:59:10.357 : --seam-position Position of loop starting points (random/nearest/aligned, default: aligned). 18:59:10.357 : --external-perimeters-first Reverse perimeter order. (default: no) 18:59:10.357 : --spiral-vase Experimental option to raise Z gradually when printing single-walled vases 18:59:10.357 : (default: no) 18:59:10.357 : --only-retract-when-crossing-perimeters 18:59:10.357 : Disable retraction when travelling between infill paths inside the same island. 18:59:10.357 : (default: no) 18:59:10.357 : --solid-infill-below-area 18:59:10.357 : Force solid infill when a region has a smaller area than this threshold 18:59:10.357 : (mm^2, default: 70) 18:59:10.357 : --infill-only-where-needed 18:59:10.357 : Only infill under ceilings (default: no) 18:59:10.357 : --infill-first Make infill before perimeters (default: no) 18:59:10.357 :
18:59:10.357 : Quality options (slower slicing): 18:59:10.357 : --extra-perimeters Add more perimeters when needed (default: yes) 18:59:10.357 : --ensure-vertical-shell-thickness Add solid infill near sloping surfaces to guarantee the vertical shell thickness (top+bottom solid layers). (default: no) 18:59:10.357 : --avoid-crossing-perimeters Optimize travel moves so that no perimeters are crossed (default: no) 18:59:10.357 : --thin-walls Detect single-width walls (default: yes) 18:59:10.357 : --overhangs Experimental option to use bridge flow, speed and fan for overhangs 18:59:10.357 : (default: yes) 18:59:10.357 :
18:59:10.357 : Support material options: 18:59:10.358 : --support-material Generate support material for overhangs 18:59:10.358 : --support-material-threshold 18:59:10.358 : Overhang threshold angle (range: 0-90, set 0 for automatic detection, 18:59:10.358 : default: 0) 18:59:10.358 : --support-material-pattern 18:59:10.358 : Pattern to use for support material (default: pillars) 18:59:10.358 : --support-material-with-sheath 18:59:10.358 : Add a sheath (a single perimeter line) around the base support. 18:59:10.358 : This makes the support more reliable, but also more difficult to remove. (default: yes) 18:59:10.358 : --support-material-spacing 18:59:10.358 : Spacing between pattern lines (mm, default: 2.5) 18:59:10.358 : --support-material-angle 18:59:10.358 : Support material angle in degrees (range: 0-90, default: 0) 18:59:10.358 : --support-material-contact-distance 18:59:10.358 : Vertical distance between object and support material (0+, default: 0.2) 18:59:10.358 : --support-material-xy-spacing 18:59:10.358 : "XY separation between an object and its support. If expressed as percentage (for example 50%), 18:59:10.358 : it will be calculated over external perimeter width (default: half of exteral perimeter width) 18:59:10.358 : --support-material-interface-layers 18:59:10.358 : Number of perpendicular layers between support material and object (0+, default: 3) 18:59:10.358 : --support-material-interface-spacing 18:59:10.358 : Spacing between interface pattern lines (mm, set 0 to get a solid layer, default: 0) 18:59:10.358 : --raft-layers Number of layers to raise the printed objects by (range: 0+, default: 0) 18:59:10.358 : --support-material-enforce-layers 18:59:10.358 : Enforce support material on the specified number of layers from bottom, 18:59:10.358 : regardless of --support-material and threshold (0+, default: 0) 18:59:10.358 : --support-material-buildplate-only 18:59:10.358 : Only create support if it lies on a build plate. Don't create support on a print. (default: no) 18:59:10.358 : --dont-support-bridges 18:59:10.358 : Experimental option for preventing support material from being generated under bridged areas (default: yes) 18:59:10.358 :
18:59:10.358 : Retraction options: 18:59:10.358 : --retract-length Length of retraction in mm when pausing extrusion (default: 2) 18:59:10.358 : --retract-speed Speed for retraction in mm/s (default: 40) 18:59:10.358 : --deretract-speed Speed for deretraction (loading of filament after a retract) in mm/s (default: 40) 18:59:10.358 : --retract-restart-extra 18:59:10.358 : Additional amount of filament in mm to push after 18:59:10.358 : compensating retraction (default: 0) 18:59:10.358 : --retract-before-travel 18:59:10.358 : Only retract before travel moves of this length in mm (default: 2) 18:59:10.358 : --retract-lift Lift Z by the given distance in mm when retracting (default: 0) 18:59:10.358 : --retract-lift-above Only lift Z when above the specified height (default: 0) 18:59:10.358 : --retract-lift-below Only lift Z when below the specified height (default: 0) 18:59:10.358 : --retract-layer-change 18:59:10.358 : Enforce a retraction before each Z move (default: no) 18:59:10.358 : --wipe Wipe the nozzle while doing a retraction (default: no) 18:59:10.358 :
18:59:10.358 : Retraction options for multi-extruder setups: 18:59:10.358 : --retract-length-toolchange 18:59:10.358 : Length of retraction in mm when disabling tool (default: 10) 18:59:10.358 : --retract-restart-extra-toolchange 18:59:10.358 : Additional amount of filament in mm to push after 18:59:10.358 : switching tool (default: 0) 18:59:10.358 :
18:59:10.358 : Cooling options: 18:59:10.358 : --cooling Enable fan and cooling control 18:59:10.358 : --min-fan-speed Minimum fan speed (default: 35%) 18:59:10.358 : --max-fan-speed Maximum fan speed (default: 100%) 18:59:10.358 : --bridge-fan-speed Fan speed to use when bridging (default: 100%) 18:59:10.358 : --fan-below-layer-time Enable fan if layer print time is below this approximate number 18:59:10.358 : of seconds (default: 60) 18:59:10.358 : --slowdown-below-layer-time Slow down if layer print time is below this approximate number 18:59:10.358 : of seconds (default: 5) 18:59:10.358 : --min-print-speed Minimum print speed (mm/s, default: 10) 18:59:10.358 : --disable-fan-first-layers Disable fan for the first N layers (default: 3) 18:59:10.358 : --fan-always-on Keep fan always on at min fan speed, even for layers that don't need 18:59:10.358 : cooling 18:59:10.358 :
18:59:10.358 : Skirt options: 18:59:10.358 : --skirts Number of skirts to draw (0+, default: 1) 18:59:10.358 : --skirt-distance Distance in mm between innermost skirt and object 18:59:10.358 : (default: 6) 18:59:10.358 : --skirt-height Height of skirts to draw (expressed in layers, 0+, default: 1) 18:59:10.358 : --min-skirt-length Generate no less than the number of loops required to consume this length 18:59:10.358 : of filament on the first layer, for each extruder (mm, 0+, default: 0) 18:59:10.358 : --brim-width Width of the brim that will get added to each object to help adhesion 18:59:10.358 : (mm, default: 0) 18:59:10.358 :
18:59:10.358 : Transform options: 18:59:10.358 : --scale Factor for scaling input object (default: 1) 18:59:10.359 : --rotate Rotation angle in degrees (0-360, default: 0) 18:59:10.359 : --duplicate Number of items with auto-arrange (1+, default: 1) 18:59:10.359 : --duplicate-grid Number of items with grid arrangement (default: 1,1) 18:59:10.359 : --duplicate-distance Distance in mm between copies (default: 6) 18:59:10.359 : --dont-arrange Don't arrange the objects on the build plate. The model coordinates 18:59:10.359 : define the absolute positions on the build plate. 18:59:10.359 : The option --print-center will be ignored. 18:59:10.359 : --clip_multipart_objects When printing multi-material objects, this settings will make slic3r to clip the overlapping 18:59:10.359 : object parts one by the other (2nd part will be clipped by the 1st, 3rd part will be clipped 18:59:10.359 : by the 1st and 2nd etc). (default: 0)"; 18:59:10.359 : --xy-size-compensation 18:59:10.359 : Grow/shrink objects by the configured absolute distance (mm, default: 0) 18:59:10.359 :
18:59:10.359 : Sequential printing options: 18:59:10.359 : --complete-objects When printing multiple objects and/or copies, complete each one before 18:59:10.359 : starting the next one; watch out for extruder collisions (default: no) 18:59:10.359 : --extruder-clearance-radius Radius in mm above which extruder won't collide with anything 18:59:10.359 : (default: 20) 18:59:10.359 : --extruder-clearance-height Maximum vertical extruder depth; i.e. vertical distance from 18:59:10.359 : extruder tip and carriage bottom (default: 20) 18:59:10.359 :
18:59:10.359 : Miscellaneous options: 18:59:10.359 : --notes Notes to be added as comments to the output file 18:59:10.359 : --resolution Minimum detail resolution (mm, set zero for full resolution, default: 0) 18:59:10.359 :
18:59:10.359 : Flow options (advanced): 18:59:10.359 : --extrusion-width Set extrusion width manually; it accepts either an absolute value in mm 18:59:10.359 : (like 0.65) or a percentage over layer height (like 200%) 18:59:10.359 : --first-layer-extrusion-width 18:59:10.359 : Set a different extrusion width for first layer 18:59:10.359 : --perimeter-extrusion-width 18:59:10.359 : Set a different extrusion width for perimeters 18:59:10.359 : --external-perimeter-extrusion-width 18:59:10.359 : Set a different extrusion width for external perimeters 18:59:10.359 : --infill-extrusion-width 18:59:10.359 : Set a different extrusion width for infill 18:59:10.359 : --solid-infill-extrusion-width 18:59:10.359 : Set a different extrusion width for solid infill 18:59:10.359 : --top-infill-extrusion-width 18:59:10.359 : Set a different extrusion width for top infill 18:59:10.359 : --support-material-extrusion-width 18:59:10.359 : Set a different extrusion width for support material 18:59:10.359 : --infill-overlap Overlap between infill and perimeters (default: 55%) 18:59:10.359 : --bridge-flow-ratio Multiplier for extrusion when bridging (> 0, default: 1) 18:59:10.359 :
18:59:10.359 : Multiple extruder options: 18:59:10.359 : --extruder-offset Offset of each extruder, if firmware doesn't handle the displacement 18:59:10.359 : (can be specified multiple times, default: 0x0) 18:59:10.359 : --perimeter-extruder 18:59:10.359 : Extruder to use for perimeters and brim (1+, default: 1) 18:59:10.359 : --infill-extruder Extruder to use for infill (1+, default: 1) 18:59:10.359 : --solid-infill-extruder Extruder to use for solid infill (1+, default: 1) 18:59:10.359 : --support-material-extruder 18:59:10.359 : Extruder to use for support material, raft and skirt 18:59:10.359 : (1+, 0 to use the current extruder to minimize tool changes, default: 1) 18:59:10.359 : --support-material-interface-extruder 18:59:10.359 : Extruder to use for support material interface 18:59:10.359 : (1+, 0 to use the current extruder to minimize tool changes, default: 1) 18:59:10.359 : --ooze-prevention Drop temperature and park extruders outside a full skirt for automatic wiping 18:59:10.359 : (default: no) 18:59:10.359 : --standby-temperature-delta 18:59:10.359 : Temperature difference to be applied when an extruder is not active and 18:59:10.359 : --ooze-prevention is enabled (default: -5) 18:59:10.359 :
18:59:10.439 : Slic3r installed in a loclized path. Using an 8.3 path: "C:\PROGRA~1\REPETI~1\Slic3rPE\"

pax83 commented 7 years ago

The same problem, starting with Slic3r 1.35.4

bubnikv commented 7 years ago

I have removed the gui-mode switch from Slic3r, and I have removed the "Simple" gui mode for good. This mode was too simple to be useful, therefore nobody used it.

I should have likely made this option to be ignored by the Slic3r.

bubnikv commented 7 years ago

The option --gui-mode has been removed with the following option: https://github.com/prusa3d/Slic3r/commit/82bde51c2752656aed517d89356272de277408b4

I have added this option for compatibility reasons: https://github.com/prusa3d/Slic3r/commit/046d5a9cb77c103c7d323bed023ddc8412856ebc