Notifications
Clear all
Cr-10s Prusa slicer : Wait for to start - Bed probe being triggered before temp is set
Using the latest Alpha against two CR-10s machines running the latest marlin firmware.
I have made the switch to Prusa slicer, When I am running a print job using the same slicer settings through Octoprint I don't have the issue, but trying to Print from media gives me this screen when I start a print. This starts probing before anything is heated.
Not sure why it is running the bed probe first, according to the Start Gcode...that shouldn't be the case?
I moved the Bed probe command after the temp setup, but same issue occurs.
G90 ; use absolute coordinates M83 ; extruder relative mode G28 ; home all axis M140 S60 ; set final bed temp M104 S210 ; set final nozzle temp M190 S60 ; wait for bed temp to stabilize M109 S210 ; wait for nozzle temp to stabilize G29; Level bed probe G1 Z50 F240 G1 X2.0 Y10 F3000 G1 Z0.28 F240 G92 E0 G1 X2.0 Y140 E10 F1500 ; prime the nozzle G1 X2.3 Y140 F5000 G92 E0 G1 X2.3 Y10 E10 F1200 ; prime the nozzle G92 E0 G21 ; set units to millimeters G90 ; use absolute coordinates M83 ; use relative distances for extrusion ; Filament gcode
Any ideas?
Thank you
Posted : 06/04/2023 9:03 pm