BCN3D / BCN3DSigma-Firmware

Custom Marlin version for the brand new BCN3D Sigma from BCN3D Technologies
https://bcn3d.com
GNU General Public License v3.0
89 stars 74 forks source link

Nozzle size misdetection (Simplify3D 4.0.1 / Sigma Firmware 2.0.4) #205

Closed Valenthior closed 5 years ago

Valenthior commented 5 years ago

After installing the latest Firmware available through Cura 2.1.1, this Features : "The printer now checks the file to print and makes sure the physical configuration of hotends matches the gcode." prevents me from printing a successful GCODE already printed by telling me that my nozzles are different from the gcode. in S3D I have Left : 0.4 / Right : 1.0, The printer sees L:0.9/R:1.0 in the Gcode.

Tried to reload a .fff from the official BCN3D website in S3D : NOK Tried to generate a gcode using Cura : OK

I would be glad to be apple to force the print and/or not having this false information.

Valenthior commented 5 years ago

Clip_02_A.zip Gcode Generated by S3D

Valenthior commented 5 years ago

...

AlejandroGarcia92 commented 5 years ago

It seems that fw expects this line at gcode:; extruderDiameter,1.0,0.4 but the real is ; extruderDiameter,1,0.4.

So, this should be fixed at the next release. Meanwhile you can change the value manually.

Thank you for the feedback.

Valenthior commented 5 years ago

Thx for the reply, Can't it just ignore it as it is only a comment in the Gcode?

AlejandroGarcia92 commented 5 years ago

The problem is that FW think that are doing a good parsing of the comment info.

Valenthior commented 5 years ago

I do understand this point. I am just worried by the fact that, as comments, depending on the slicing software used you may be facing multiple "standard" on how to write the size of the nozzle.

AlejandroGarcia92 commented 5 years ago

I close the issue btw, if you test the fix and it hasn't fixed yet, reopen it.