This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

  • 0 voto(s) - 0 Media
  • 1
  • 2
  • 3
  • 4
  • 5
Macros en Simplify3D 4.0
#1
Hola compañeros!

                   Sabe alguien para que sirven los macros, como generarlos y donde obtener información para hacerlo.
                   Sabe alguien de un manual avanzado del Simplify3D 4.0

Un saludo y 1000 gracias por adelantado.
  Responder
#2
creo que te refieres al postprocesado del gcode...

la info esta en ingles en los foros de simplify 3d:

Below are the post-processing tools that also work in the post-processing box:

{REPLACE "E" "A"} - search and replace for the text within quotes, in this example every "E" character would be replaced with an "A" character
{PREPEND "G92 E0\n"} - prepends the specified text at the very beginning of the gcode file, note that the \n is converted into a true newline character, not two separate "\" and "n" characters
{APPEND "G28 X0 Y0\n"} - appends the specified text to the very end of the gcode file
{DELETE "M82\n"} - deletes every occurrence of the specified text from the gcode file, note that it will not automatically delete a line if it is suddenly empty after the deletion, so that is why you might want to include the \n at the end (so that the empty line is also removed)
{STRIP ";"} - completely deletes every line in the gcode file that begins with the specified text
{TOOL0REPLACE "E" "A"} and {TOOL1REPLACE "E" "B"} - these special TOOL#REPLACE commands will do a search and replace, very similar to the {REPLACE} command, however, the replace only occurs if the specified tool is active. For example, when using TOOL1REPLACE, the replacement will only occur if tool 1 was currently active at that line of the gcode file

saludos!
  Responder


Posibles temas similares…
Tema Autor Respuestas Vistas Último mensaje
  CONSULTA Gotas generadas por Simplify3d [RESUELTO] emmanuelmg 2 1,032 21-12-2020, 08:11 PM
Último mensaje: emmanuelmg
  CONSULTA PROBLEMA SIMPLIFY3D Y MULTIPROCESOS Efejota 2 874 12-09-2020, 10:06 AM
Último mensaje: Efejota
  CONSULTA Partes que desaparencen al laminar en Simplify3d Voyagerric 3 1,475 10-08-2020, 07:39 PM
Último mensaje: Voyagerric
  Simplify3d imprime mal esquinas cubo calibración acarvmed 16 9,238 06-08-2020, 12:36 AM
Último mensaje: Manny2020
  Problema con Simplify3D y soportes que desaparecen Bear 13 2,649 16-05-2020, 11:01 PM
Último mensaje: Bear