Ender-3 V3 SE: config settings to roll our own firmware please

En el Archivo Marlin/src/module/AutoOffset.cpp la función getZOffset llama clearByBed(startPos, endPos, 140, 200)); dentro de CHECK_AND_RUN , siendo 140 la mínima temperatura y 200 la máxima, ahí podrás ajustar el valor deseado.

bool getZOffset(bool isNozzleClr, bool isRunProByPress, bool isRunProByTouch, float* outOffset)
{
  xyz_float_t pressPos = PRESS_XYZ_POS;
  xyz_float_t touchOftPos = CRTOUCH_OFT_POS;
  xyz_float_t rdyPos[3] = {{0, 0, HIGHT_UPRAISE_Z}, {0, 0, HIGHT_UPRAISE_Z}, {0, 0,   endPos.z=0;
...
CHECK_AND_RUN(isNozzleClr, clearByBed(startPos, endPos, 140, 200)); 
... 

La temperatura de la cama esta seteada dentro de la función clearByBed a 65, ahí la pudes modificar también.

3 Likes

Regarding the nozzle change beep, it never happen with the stock firmware and I changed the nozzle 4 times in 4 months (i’m new at this, made a lot of mistakes and the brass nozzles are so fragile). The 5th time changing the nozzle, it was with this new custom firmware, using the same method as I did the previous times. After securing the new nozzle, I restarted the printed and all was normal.

What you are seeing is stock behaviour, we haven’t modified any temperature routine nor the termistor monitoring of the nozzle, just the monitoring of the bed termistor to avoid false positive issues on the reading.

1 Like

Muchas Gracias…

1 Like

@Iroh3d Massive delay in reply I know. Really sorry, life got in the way, my bad!
I have found my issue finally. It turned out to be the option in Orcaslicer ‘Disable remaining print time’.

For others benefit it can be found by clicking the ‘Edit preset’icon next to the printer selection dropdown. Then under the Basic Information tab and advanced sub-section.
The option was ticked which was preventing any screen progress updates through the plugin. Unticked it is working as it should.
All good here now and again thank you for all your hard work on this :smiley:

1 Like

Update to my question, the beeps sounds when I use a preset to pre heat PLA or PETG, when the temps set are reached, it beeps.

It is the Feature Request #100, you can disable the alert under Diaplay Settings → Buzeer Settings → Preheat Alert OFF

1 Like

The github for HV CR4NS200320C13 should have SMT32F103RET6, obviously STM, on the PCB with the same HV is GD32F303. To put it mildly, it’s not exactly an analogue. Timers, ADCs, how does it work?

I don’t understand what you mean, the GD303 chip is a clone of the SMT and the board C13 is designed the same way. If you look into creality’s web site the Firmware is the same for both Chips its even written in the name the GD303 string so it is compatible on both.

Hi @Iroh3d Can I please ask if the new version firmware just released is the fast speed version or just the standard speed.

Regards

Bruce

1 Like

The last release is only for SD purposes, no Octoprint in case you are using it.
It was removed the Fast/Normal version keeping moderated values closer to stock feedrates values so you can call it normal.

That is the last release of the Firmware, I will add a couple of fixes to the GcodePreview & STM32F401 branches and thats it I’ll move on to the Latest Marlin Release branch.

Checkout the readme and the release notes for more information.

2 Likes

@Iroh3d thank you for your prompt answer and thank you very much for the work that you done over time to produce a fantastic firmware.

1 Like

Is there a version of the firmware for the C14 hardware that just enables host commands to work with Octoprint? I would like for the printer to be able to tell Octoprint that the filament has runout. I am on the 1.1.0 firmware.

Hey all,

Just found out about this post. Had issues with the filament sensor not working with octoprint. The V1.0.8a has fixed that.

Just curious, since I see alot of posts here with feedback, which one is the lasts that supports octoprint?
The one I use now is from TechieZebra,

I see alot of different firmware at this moment.
So which one is the latest with Octoprint support (and screen) for the C13 H/W VER?

@Nick_Paul I am currently using v1.0.9.9 (C13) with OctoPrint (Windows) without any issues.
Make sure to install this plugin and read the instructions.

@skbEnder You would have to use this version

1 Like

Thanks! One last question, which “speed” do you use? or what are the differences between the 115kb/s, 128kb/s and 150kb/s?

I am using 150Kbps_Normal (is the recommended one)
Only use 115Kbps_Normal for/octo4a, if you will use a Android Phone as the OctoPrint server.