#print start macro problems

25 messages · Page 1 of 1 (latest)

hoary oxide
#

I'm using https://github.com/jontek2/A-better-print_start-macro
latest version of klipper, with a bed mesh calibrate macro from the voron guide.
The print start is not heating the hotend.
If I force the hotend to heat before i start my Print, by the time I have done bed mesh and Home/ QGL the bed turns off.
Jontek's macro heatsoaks for 5 min under 90C. The bed and hot-end time out by this time which means that eveything is coled and, does not start the print. I'm sure this is a coding/macro error.

i cannot start a print.

[bed_mesh]
speed: 300
horizontal_move_z: 10
##--------------------------------------------------------------------

Uncomment below for 250mm build

#mesh_min: 40, 40
#mesh_max: 210,210
#zero_reference_position: 125,125 #for use with stock z endstop

Uncomment for 300mm build

mesh_min: 40, 40
mesh_max: 260,260
zero_reference_position: 150,150 #for use with stock z endstop

GitHub

This document aims to help you get a simple but powerful start_macro for your voron printer! - jontek2/A-better-print_start-macro

shut lagoon
buoyant garden
#

Yea guessing you need to update your slicer

hoary oxide
buoyant garden
#

Is that all one one line or split like that? Should be one line

#

Slice a file and export the G-Code then share it here

hoary oxide
#

discord is truncating it is all one line in Cura

buoyant garden
#

Kk

hoary oxide
#

I did print a benchy fairly well but at very low acell 1000 earlier , I still had to set hotend to 210 get her dun in otherwords

buoyant garden
#

It should be all automatic

hoary oxide
#

un momento por favor

shut lagoon
#

Everything looks ok on my phone. Got a gcode example? Make sure the values are being added

hoary oxide
#

Maybe I should start more simple because this guy had a click button to generate code thing that doesn’t tell you what is going on. Do you know of an acceleration tuning wizard or guide I could use instead?

frozen citrus
#

So...what's actually happening?

#

Like, I don't see any instances of it erroring out due to a cold nozzle in your log

#

@hoary oxide

shut lagoon
buoyant garden
#

We need the slices G-Code. If it's some website that isn't honoring your start G-Code all bets are off

hoary oxide
#

it's definitely just this gcode, I'm printing a voron cube just fine no issues now.

#

I used the calculator to set temperatures on his site but I can see that it looks like all values are set to 0. is it as simple as just setting these on that Print_start row to my PLA tempreatures?

#

print_start EXTRUDER={material_print_temperature_layer_0} BED={material_bed_temperature_layer_0} CHAMBER={build_volume_temperature}

frozen citrus
#

Ya, it looks like that website doesn't recognise the cura variables at all (which is no surprise)