macdylan / 3dp-configs

My 3DP Configs
12 stars 0 forks source link

A350 startup gcode seems overengineered? #6

Open chege54 opened 5 months ago

chege54 commented 5 months ago

https://github.com/macdylan/3dp-configs/blob/61e20e9a56681def4d6c4bb0643f4dbc827cf7e6/PrusaSlicer/Snapmaker.ini#L3398

I would have a few question regarding to the A350 startup code:

@macdylan: Please have a look on it if you have some time. Thank you so much!

macdylan commented 5 months ago
  • Why the head moved to the "center" of the bed?

During nozzle warmup, it is easier to manually clean the nozzle and load the filament by moving to the central position. Especially when using enclosure.

  • What is the meaning of C2 W1; and C3 W1?

https://github.com/Snapmaker/Snapmaker2-Controller/blob/7c88979c4f10d65c8950440fdf122ebb22bfd920/Marlin/src/gcode/temperature/M104_M109.cpp#L140

https://forum.snapmaker.com/t/discussion-of-snapmaker-2-0-firmware-updates/5441/688?u=macdylan

  • ... The melted filament is backfiring on the nozzle and it gets clogged...

Your nozzle looks slightly blocked, please replace it with a new one. or the filament is wet :)

chege54 commented 5 months ago
  • Why the head moved to the "center" of the bed?

During nozzle warmup, it is easier to manually clean the nozzle and load the filament by moving to the central position. Especially when using enclosure.

  • What is the meaning of C2 W1; and C3 W1?

https://github.com/Snapmaker/Snapmaker2-Controller/blob/7c88979c4f10d65c8950440fdf122ebb22bfd920/Marlin/src/gcode/temperature/M104_M109.cpp#L140

https://forum.snapmaker.com/t/discussion-of-snapmaker-2-0-firmware-updates/5441/688?u=macdylan

  • ... The melted filament is backfiring on the nozzle and it gets clogged...

Your nozzle looks slightly blocked, please replace it with a new one. or the filament is wet :)

But the head is at Z1.6, which is too close to the print bed. How can you clean it? I can not access/reach it.

I dried the filament for 24 hours in a sunlu S2 drier, assume it is (totally) dry, I was able to print it without any issues from a luban generated code. Nozzle is blocked because print head it stayed in one position and extruded ~20mm filament under itself. (That is problem that I wanted to highlight)

Btw. Thank you for the C and W explanation. I did not found it in the docs. But it is documented via code 🙂

macdylan commented 5 months ago

But the head is at Z1.6, which is too close to the print bed. How can you clean it? I can not access/reach it.

Ohh, I read it wrong. I thought it was G0 Z216, but on Z1.6 it would look like this:

chege54 commented 5 months ago

But the head is at Z1.6, which is too close to the print bed. How can you clean it? I can not access/reach it.

Ohh, I read it wrong. I thought it was G0 Z216, but on Z1.6 it would look like this:

Exactly

jakubkinst commented 3 months ago

I am experiencing the same problem. Since the purge is happening super-close to the build-plate, the nozzle actually gets clogged and dirty instead of the opposite. @macdylan can you please fix this part? Thanks

chege54 commented 3 months ago

I am experiencing the same problem. Since the purge is happening super-close to the build-plate, the nozzle actually gets clogged and dirty instead of the opposite. @macdylan can you please fix this part? Thanks

thanks for confirming. I will try to (support to) solve it at the weekend, and lets see is it acceptable by @macdylan as well :)