Notifications
Clear all
After layer change и встроенный gcode
Hello
I need to adjust the bed temperature of one of my printers.
But there was a problem: On the second layer, the values of my macro (After layer change G-code: table temperature M140 S96) are changed by the built-in script that sets the table temperature.
When I try to adjust the second layer temperature, then slicer puts its code after mine and cancels my settings.
How can I control the table temperature on the second layer with my macro?
G1 X92.571 Y103.055 E35.45982 G1 X91.704 Y102.188 E35.54354 ;LAYER_CHANGE ;Z:0.6 ;HEIGHT:0.3 G1 Z.6 F7800 M140 S96 ; correct temperature (<---------my macro code after changing the layer) M104 S245 ; set temperature M140 S90 ; set bed temperature (<-------slicer code) G1 X91.531 Y103.469 ;TYPE:Perimeter ;WIDTH:0.675 G1 F2776 G1 X91.531 Y86.531 E36.83353 G1 X108.469 Y86.531 E38.12352
Napsal : 15/02/2025 8:39 pm