So i am sure this is a noob question, but after upgrading to 5,0 when I Lan Print, bed doesn’t heat up, nor does the head. I went back to version 4 and it works fine so i am sure it is software related. Did i miss a setting?
Have done some playing around and it does not look like the heat settings are being generated properly. If i manually put in the bed and nozzle temp in the custom GCode it works fine.
This fails : “M140 S0
M104 S0
START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer]”
This works:
"M104 S245 ; Start pre-heating the nozzle to a safe temperature where the filament won’t ooze to save time
M190 S90; Start heating the bed to the target temperature specified in Print Settings and wait until the temperature is reached
G92 E0 ; Reset extruder
G28 ; Auto Home all axes
G29 ; Auto bed leveling
G1 Z2.0 F3000 ; Move Z Axis up
G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line
G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to the side
G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line
G92 E0 ; Reset extruder
G1 Z2.0 F3000 ; Move Z Axis up
G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish
"
I have I think the same problem. The print is starting but it I just the nozzle going around without any PLA extruded (like if it was a dry run). Works fine in 4.x
It must be a bug.
HOLY CRAP! I upgraded to CP 5.x (and playing with Orca) and I get exact same issues. I had also rooted the printer, and installed kilpper/mainsail/etc thru the the helper script. Then this started. I can manually extrude just fine, but printing completely just moves the head around without putting out any filament at all.
Zapped it back to factory and it prints just fine.
Thought, OK, I dorked something up, so I tried again - same results.
I’ve been hunting for someone else with this issue. I’m going to take a look at changing those settings.
Just made those changes - slices fine, but when I send to the printer (K1), it throws an error. Trying to print now.
You might try to print a simple cube or test model .stl and see how that works. By the look of your error message it might be trying to read a Bambu Lab setting config… ???