I see it now line 4 and 5 is for the hotend fan that triggers on 45 degree, I only have to put the connector on the FAN1 output which is now connected on a always on output
Have a lot to learn about G-code
I see it now line 4 and 5 is for the hotend fan that triggers on 45 degree, I only have to put the connector on the FAN1 output which is now connected on a always on output
Have a lot to learn about G-code
Still needed some tuning, but a week ago I did not expect to have a working printer already
Tomorrow is a new day, I have to go to bed now.
But thanks for all the help
@holco62 said in when will the new Z-height actually be saved?:
Ok it starts to get a bit clearer (very small bit )
Btw, how can I prevent the printer from homing after G32?
I would like to have this sequence,
First manually set bed temp / hotend temp in Duet control
Load print command> homing axes> G32> start printing, so no homing after G32.
Removed the start.g file and added G32 in the Cura exstruder start-g code, everything now works exactly as I want
@Phaedrux said in when will the new Z-height actually be saved?:
@holco62 said in when will the new Z-height actually be saved?:
What did the line "G1 Z15.0 F1000; short move" that has now been removed?
Nothing useful.
Haha, oké
Another question
If the printer runs the G32 calibration, the nozzle leaves a little filament on each calibration spot, now I wondered if it is possible that after each print job, for example, 50mm retraction takes place so that the hotend is always free of filament, and that after the G32 calibration the 50mm (or more) is immediately re-fed.
Works perfectly now
What did the line "G1 Z15.0 F1000; short move" that has now been removed?
Btw, I think it's really remarkable that you can remember all those codes
The G32 is in the Extruder Start G-code.
Cura doesn't let me copy the start G-code, so I took 2 pictures
I'll post the rest in a moment
G32 works well in Cura (Extruder Start Gcode), but with the start of a print when all temps have been reached the effector first slowly approaches the bed, just before the nozzle hits the bed, it's homing and then starts the G32 calibration and goes printing.
Is there any way to skip that initial slowly going to the bed?
I am also curious if other changes / settings are needed with regard to Cura 4.8 which I have now set as a standard Anycubic Predator, especially stringing (PLA) gives me a hard time to get it right with a Mosquito hotend.
I shot a short video of it
@Phaedrux said in when will the new Z-height actually be saved?:
Post your Cura start gcode. That's where it would be defined.
Technically you don't need to use start.g at all. You could do it all in Cura.
M116; Wait
G28 ; home printer
G32 ; bed.g for levelingOr just use Start.g to preheat. Since it's a progression you can split it up however it makes sense. If you want you can even call a macro file in your slicer start gcode section.
Sorry for quotting myself yesterday I was supposed to quote you in my penultimate post, but better late than never, you nailed it again so thank you
@holco62 said in when will the new Z-height actually be saved?:
Ok it starts to get a bit clearer (very small bit )
Btw, how can I prevent the printer from homing after G32?
I would like to have this sequence,
First manually set bed temp / hotend temp in Duet control
Load print command> homing axes> G32> start printing, so no homing after G32.
Removed the start.g file and added G32 in the Cura exstruder start-g code, everything now works exactly as I want