Jump to content

HorneroMakers

Dormant
  • Posts

    2
  • Joined

  • Last visited

Personal Information

  • Country
    AR

HorneroMakers's Achievements

0

Reputation

  1. It's like a clone of the Makerbot Replicator 2x, thank you for your help.
  2. Hi, we were having some issues on dual extrusion printing. Even when we get to find a solution it would be usefull to know if there is a better way to solve it or if someone else has passed through the same. Problem 1. After a extruder switch, the new one extrudes a not expected line of material over the object and then starts printing normally. Problem 2. When printing start layer number 1, the main extruder extrudes a lot of filament. This happen always, even when the main extruder shouldnt be working on that part of the code. On that cases, it continue printing with the wrong extruder only in that layer. The first problem was on every switch and the second only on the first layer. - what we did to solve the two things Solution to problem 1. - On "PreSwitchExtruder.gcode" we replaced: G1 E1.92300 F1800.00000 with: G1 F1800.00000 - On “PostSwitchExtruder.gcode” we replaced: G1 E2.92300 F1800.00000 with: G1 F1800.00000 Solution to problem 2. On the Gcode, after “Layer1”, we deleted the line "M126 T0 ; value = 225". _______________________________________________________ After modifing these things, the print results were good. We dont know if its supposed to be that way or its a bug of the cura to gcode generator. If someone can tell us why the gcode is created this way, any information and/or an alternative solution to our problems we'll be grateful. Here some pictures
×
×
  • Create New...