-
TeamFDM.com is an UNOFFICIAL companion site for the DIY Voron 3D printer community. For official docs and final source of truth, visit the Official Voron Discord or the Voron Github
-
Welcome to TeamFDM.com
Welcome to TeamFDM.com, your premier destination for dedicated Voron support, guides, and discussions focused on the highly popular Voron 3D printers. As the largest Voron forum on the internet, we pride ourselves on being an independent resource for comprehensive tutorials and guides, providing an alternative to the Official Voron Discord or Official Voron Reddit.
Please note that we are not officially affiliated with or endorsed by the Voron Design team.TeamFDM.com is the perfect place for enthusiasts of all ages and skill levels to come together and explore the world of Voron Designed 3D Printers and accessories. Our thriving community, now over a year old, invites you to join us in welcoming fellow hobbyists as we work together to build, troubleshoot, and celebrate the incredible capabilities of Voron 3D printers.
Begin your Voron journey by visiting our forum (or bulletin board), where you can search for answers, ask questions, and receive support for your build. Discover the value of TeamFDM.com and the vibrant Voron community today!
-
Featured Topics
-
- 45 replies
- 40,560 views
-
- 5 replies
- 11,671 views
-
-
Vendor Forum Feed
-
- 53 replies
- 51,638 views
-
-
Latest Activities
-
5
Help required for Klipper error with Ender 3 and BTT RRF Main Board
Hi Dave No, just deleted the comment character Des -
5
Help required for Klipper error with Ender 3 and BTT RRF Main Board
Hi Dave Removed everything under the line #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated. The following resulted. So deleted the comment from ‘z_offset: 0 line’ in [bltouch] This is the content of the [gcode_macro m600] [gcode_macro m600] description: Pauses the current print. Usage: M600 [B<beeps>] [E<pos>] [L<pos>] [R<temp>] [U<pos>] [X<pos>] [Y<pos>] [Z<pos>] gcode: PAUSE B="{0}" P=2 {% for k in params|select("in", "EXYZ") %} {' '~k~'="'~params[k]~'"'} {% endfor %} UNLOAD_FILAMENT {% if 'U' in params %} LENGTH={params.U} {% endif %} BEEPS="{params.B|default(10)|int}" {% if 'R' in params %} M109 S{params.R} {% endif %} -
5
Help required for Klipper error with Ender 3 and BTT RRF Main Board
The klipper data is stored on the Rapsi Pi SD card, not the BTT mainboard. The mainboard get's flashed with the firmware,so that it can talk to klipper, but the printer configurations are stored on the SD card. As you reflashed the SD card with mainsail, all that data is lost and klipper is looking for something that was previously saved there and cannot find it as it is a new SD card. With regards the mainboard, you may get an error that the "mcu firmware" may be redundant, which means you will have to reflash the BTT board. (we'll cross that bridge if it happens) But for now, delete everything under that heading, restart and let's see what happens. Happy to explain over the phone as we both are in Oz. DM me with your number and I'll call you if you want. -
5
Help required for Klipper error with Ender 3 and BTT RRF Main Board
Hi Dave Apologies if I lead you astray. The printer I purchased came with the BTT mainboard flashed with the Klipper firmware. I did not flash it myself. However, I will go through the steps you have suggested as something may have altered during the time. Will try today and post the results. Regards DesP -
5
Help required for Klipper error with Ender 3 and BTT RRF Main Board
For a new build (reflashed SD card as you did), you need to delete everything under the #*# <---------------------- SAVE_CONFIG ----------------------> #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated. #*# #*# [extruder] #*# #*# [bltouch] #*# z_offset = 1.961 #*# #*# [bed_mesh default] #*# version = 1 #*# points = #*# -0.028750, 0.017500, 0.073750, 0.098750, 0.175000 #*# -0.043750, -0.017500, 0.006250, 0.026250, 0.055000 #*# -0.052500, -0.021250, 0.005000, 0.010000, 0.038750 #*# -0.010000, 0.005000, 0.016250, 0.015000, 0.047500 #*# 0.061250, 0.001250, 0.016250, 0.008750, 0.037500 #*# x_count = 5 #*# y_count = 5 #*# mesh_x_pps = 2 #*# mesh_y_pps = 2 #*# algo = lagrange #*# tension = 0.2 #*# min_x = 10.0 #*# max_x = 190.0 #*# min_y = 10.0 #*# max_y = 190.0 file, as this refers to values saved previously for the printer. (on the old SD card configuration). After you have tuned your printer, this area will be populated again. The error occurs because Klipper has not done a bed mesh as yet (on the new SD card) and does not know the position of the bltouch. It also important to delete this as your Z-Offset will be different to what is saved here. This is what it should look like: #*# <---------------------- SAVE_CONFIG ----------------------> #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated. #*# Restart and See what happens. If there are errors after that - post them here and I will walk you through it. For initial startup of your printer, use the following guide: Klipper configuration checks Once you have all this tuned then use the Ellis Print Tuning guide to tune the printer. Start there and see what happens
-

