walbux

About

Username
walbux
Joined
Visits
7
Last Active
Roles
Member

Comments

  • First answer yes 2 diamond extruders: 1-16 the first, 17-32 the second. This was the reason to extend from 16 to 32 the number of virtual extruders what else. Every per extruder XYZ offset has been set to 0. The only coordinate change is Y from 17 t…
  • Question, how can I go outside allowed area ? Setup: Xrange is 0 - 355 Yrange is 0 - 330 Zrange is 0 - 280 The printing head cannot go out of the above ranges. The 2 diamond extruders are configured as one only mixing extruder with 6 wire mixing …
  • OK 2nd test done: the test consists of: homing autoleveling setup 32 Virtual Extruders now Z=20 set T0 execute the tool cleaning sequence followed by M114 (Z=20 again) set T4 execute the tool cleaning sequence followed by M114 (Z=20 again) set …
  • OK test done, I have canceled the print of the first 3 objects and see the behaviour of the FW printing only the other 3 objects with the virtual extruders from 17 to 32, those behaving uncorrectly in the 6 objects print. Result: print ok, no noti…
  • Yes, I have Autoleveling active and I do autolevel just after homing and before every print. Should I disable it ? What is strange is why autolevel should affect only the prints after the third tool switch... In my mind the problem is linked to the…
  • Any news ? Do you need further testing ? Walter
  • I have deeply analyzed the gcode and the only commands implying z movements are the layer 0 change of 0,4 mm at the beginning and the second layer at 0,6 mm (after all the 6 colors have been switched within the first layer).  Every other Z movement…
  • OK test just done. Result: nothing changes, the problem still appears as before. I have done both the print with "my extruder switch code" and with no tool cleaning code at all as before. in the first case the problem appears after the third tool sw…
  • Yes I have #define ALWAYS_CHECK_ENDSTOPS  = 1. I follow your advice and repeat the test setting it to 0 then I give you the result. See you soon. Walter
  • A clarification: I don't print 1 object 1 color ciano, purge extruder... 2 object 2 color magenta, purge extruder... 3 object 3 color yellow, purge extruder... 4 object 4 color red, purge extruder... 5 object 5 color black, purge extruder... 6 obje…
  • I confirm that no pause has been done. What I really don't understand is why this issue appears only at the third tool change or after T0, T4 and T8 changes have been managed correctly. The tool change gcode is the same for every tool change. I don'…
  • One more question: I experience problems in the management of the Repetier M codes:If inside the Tool Change Custom G-Code of PrusaSlicer-2.1.0+win64-201909160915 I use the following commands:M401 - Store x, y and z position ... G1 Z0 G1 Z5 ... M40…
  • Hello, I have made some testing configuring  32 virtual extruders like this: in extruder.h the line #define VIRTUAL_EXTRUDER 32 // don't change this to more then 16 without modifying the eeprom positions and in configuration.h #define EEPROM_MODE 0 …
  • Thanks a lot ! I will keep EPROM MODE DISABLED. Walter
  • Apparently Slic3r supports more than 16 extruders. I have tried to config them and it accepts such setup. Can you please indicate which files to modify to increase the virtual extruders to 32 while in EPROM MODE DISABLED ? Thanks. Walter
  • I currently do not use the eprom storing (EPROM MODE DISABLED) and to change a configuration parameter I prefer to reflash the FW. The reason is to be sure every time of what is the booting configuration. In this condition is there a way to modify …