AD5M w Klipper Mod - START_PRINT struggles — temp issues and 'slow crash' into bed. values come from ...? :-) #57
-
OK, so I installed the AD5M Klipper Mod. I am currently using the one with Klipper Screen. I'm using OrcaSlicer, based on the Flashforge print profile for the DIY enclosure. I set the filament to PLA with a nozzle temp of 220 and a bed temp of 55 first layer and then 50. Here is the GCode file that got outputted. The only edits were me adding some comments to more easily identify what each GCode does. For START GCode I have:
For END GCode I have:
@Tiwatz says those settings are working there. I noticed that although it wants to start by heating the nozzle to 255, later for actual printing the GCode calls for 220 instead. Where does the "first_layer_temperature[0]" value come from? How would I edit it? I also noticed that the bed temp gets set by the variable, and I cannot see where it ever gets changed. Where does the "first_layer_bed_temperature[0]" value come from? How would I edit it? Also, I have no idea why the nozzle was getting pressed so hard against the bed. I think it bent my bed a little! Any help on that would be so appreciated. Thanks for being so awesome, and for all your amazing work and knowledge. "BEFORE EDITING" "AFTER EDITING" "THE PLA SETTING" "GCODE SCREEN SHOT" |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
-
So... My Klipper Screen Keeps throwing an error. |
Beta Was this translation helpful? Give feedback.
-
Thank You so much 👍 ! Just bought as gift, from box on stock and updated firmware can print only these files what's in, tried from they slicers with zero result. Now installed kliper. I have question - there is possible to realise same start of the print like in original firmware ? I liked that simplicity first clean nozzle, cool down a bit untill pressed on pei and then start. Especially this is gift for 8 years old boy, I think he will struggle |
Beta Was this translation helpful? Give feedback.
So, I took another look at the "BEFORE" values, and based on them, I am going to try this:
START_PRINT BED_TEMP=[bed_temperature_initial_layer_single] EXTRUDER_TEMP=[nozzle_temperature_initial_layer]
UPDATE! That did it! The temps now show correctly.
Now I turn my attention to the bed crashing issue.
UPDATE! OK, so I tried again (with the modified Param names) and the bed crash thing did not happen this time. Maybe a fluke. I'm calling this one solved!
Thank you, everyone!!