Jump to content

taconite

Dormant
  • Posts

    3
  • Joined

  • Last visited

Personal Information

  • 3D printer
    Other
  • Country
    GE
  • Industry
    R&D / Exploration

taconite's Achievements

1

Reputation

  1. Thank you for you replies. Does nobody know how the variable for layer height is called in cura?
  2. Thank you for your reply I already did that but couldn't find a switch-case style or if-statement but anyhow because it is just python I will figure it out (I hope so). But does anyone know how the variable for the layer height is called?
  3. Good evening fellow 3D-printing enthusiasts, I am new to this forum and have a problem - I couldn't find a topic with the search function. I have no idea if this is the correct forum for my inquiry - maybe a moderator could help me out. I would like to add some code to the g-code with postprocessing. I would like to add different code dependent on the layer height like: if(layer height==0.3) { // some g-code } elseif(layer height == 0.1) { // some other g-code } else { // default g-code } is this possible with the post-processing plug-in (I will use the search and replace function)? what is the variable for the layer height? layer_height ... ? I am using Cura 3.4 Thank you for your help Best Regards
×
×
  • Create New...