bjcorr
5 December 2021 09:44
1
Hello all! New member, I have a CR-10 Mini with a 4.2.7 board, bl Touch and a Micro Swiss DD and hot end. Seeing as using CR-10 in the firmware builder sets me up with the original Melzi board, I selected an Ender 3 with a 4.2.7 board and changed the bed size and tried twice ( builds 9742aea0 and c614e08a ), both failed with no error listed. Any ideas?
Thanks for the service and this great site!
Ben
Thanks for the reports and the build IDs… It looks like there’s a current issue with the Upstream default configurations - which is throwing an error.
It looks like the additional #endif
here is breaking a lot of configs:
//
// Enable to init the Probe Z-Offset when starting the Wizard.
// Use a height slightly above the estimated nozzle-to-probe Z offset.
// For example, with an offset of -5, consider a starting height of -4.
//
//#define PROBE_OFFSET_WIZARD_START_Z -4.0
// Set a convenient position to do the calibration (probing point and nozzle/bed-distance)
//#define PROBE_OFFSET_WIZARD_XY_POS { X_CENTER, Y_CENTER }
#endif
#endif
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
// Add a calibration procedure in the Probe Offsets menu
// to compensate for twist in the X-axis.
//#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
/**
* Enable to init the Probe Z-Offset when starting the Wizard.
* Use a height slightly above the estimated nozzle-to-probe Z offset.
* For example, with an offset of -5, consider a starting height of -4.
I’ll speak to a few folks and see if we can get it resolved sometime soon…
1 Like
Hey gang,
I have an Ender 3 Pro with 4.2.2 MB and a CR touch with an upgraded ender extender 400x400 build plate.
I am trying to get a firmware with a 5x5 grid bed level for the full build volume.
I tried the Firmware Builder a ton but it fails every time. I tried my hand at modifying myself using Visual Studio…and well…here I am lol
Any help would be greatly appreciated!!!
What is the failure message? Do you have any of the build IDs I can track down to see what might be happening?
EDIT: I think this is the same as another thread - so I’ll merge the two…
Linked issue has been fixed - builder should now be functional again.