Hello together, i use a Prusa Slicer for my V2.4. i didn't understand how the Print_START macro could be paste into the customer G-Code set, i think it is a syntax error.
For now i used this code
G28 ; home all axes
G1 Z15 F5000 ; lift nozzle
G1 X300 Y370
G92 E0 ;Reset Extruder
G1 E30 F150
G92 E0 ;Reset Extruder
G1 Z15 F5000 ; lift nozzle
this works also but after Z=15 in last line the nozzle drives short before the bed and then goes to the printing area. Everytime the printer do this i will pray that the nozzle didn't run into the PEI-bed.
i didn't found a setting for a safe Z hight over the bed.
I will that the nozzle goes up after extruding and then run to the start coordinates and then moves down to the bed and start the printing.
Prusa adds the following line after my G-code
M109 S240 ; set temperature and wait for it to be reached
G21 ; set units to millimeters
G90 ; use absolute coordinates
M82 ; use absolute distances for extrusion
G92 E0
; Filament gcode
M107 ; fan off
;LAYER_CHANGE
;Z:0.1
;HEIGHT:0.1
M73 P1 R27
G1 Z-.3 F7800 ; -----> This is what i mean the printer goes down and then runs to the coordinates X218.835 Y 185.825 F7800
G1 E-2 F2400
G92 E0
G1 X218.835 Y185.825 F7800
.......
I searched in Prusa slicer for an option but i didn't find one
Has anyone an idea?
How about the start sequence from macro Print_Start so i will try this out?
Thanks a lot.
BR
Steven
For now i used this code
G28 ; home all axes
G1 Z15 F5000 ; lift nozzle
G1 X300 Y370
G92 E0 ;Reset Extruder
G1 E30 F150
G92 E0 ;Reset Extruder
G1 Z15 F5000 ; lift nozzle
this works also but after Z=15 in last line the nozzle drives short before the bed and then goes to the printing area. Everytime the printer do this i will pray that the nozzle didn't run into the PEI-bed.
i didn't found a setting for a safe Z hight over the bed.
I will that the nozzle goes up after extruding and then run to the start coordinates and then moves down to the bed and start the printing.
Prusa adds the following line after my G-code
M109 S240 ; set temperature and wait for it to be reached
G21 ; set units to millimeters
G90 ; use absolute coordinates
M82 ; use absolute distances for extrusion
G92 E0
; Filament gcode
M107 ; fan off
;LAYER_CHANGE
;Z:0.1
;HEIGHT:0.1
M73 P1 R27
G1 Z-.3 F7800 ; -----> This is what i mean the printer goes down and then runs to the coordinates X218.835 Y 185.825 F7800
G1 E-2 F2400
G92 E0
G1 X218.835 Y185.825 F7800
.......
I searched in Prusa slicer for an option but i didn't find one
Has anyone an idea?
How about the start sequence from macro Print_Start so i will try this out?
Thanks a lot.
BR
Steven