Difference between revisions of "Jenny corexy voron V1.2 mainpage"

From jenny3dprint opensource
Jump to: navigation, search
Line 30: Line 30:


===Debugging===
===Debugging===
====PID====
use this command to calibrate hotend pid:
PID_CALIBRATE HEATER=extruder TARGET=170
And this command to calibrate bed pid:
PID_CALIBRATE HEATER=heater_bed TARGET=60
more info see [https://github.com/KevinOConnor/klipper/blob/afca515e2c2db240b4d354a0ae665479894ef89b/docs/Config_checks.md Klipper PID calibrate].

Revision as of 09:34, 17 August 2021

Jenny corexy V1.2 Preview9.jpg

Overview

this is mainpage of jenny corexy 3d printer V1.2

jenny corexy is a metallized structure inspire by vorondesign voron2.4.

we use a more stable 4040 extrusions frame,but keep 2020 extrusions as gantry let it not too heavy. The gantry use a 9mm widened belt,to keep a bigger print size. Also expanded the width of the linear rails.

All structural part use aluminum sheet with stainless steel column let printer can stable in high temperature environment.But some of the beautiful parts that don't matter are whit 3D printed.

I also modified the leveling probe, using a structure I named JennyTouch. It is a contact type photoelectric sensor mechanism,can probe aluminum 、PEI、 glass and any solid platform.

Resources

Communication

  • discuss (trouble shooting and feature suggestions)
  • facebook (assembly show and printing show)
  • youtube (Serial Request and development show)
  • discord (timely communication)

Brief assembly instructions

preparatory work

Attention

setup firmware

Debugging

PID

use this command to calibrate hotend pid: PID_CALIBRATE HEATER=extruder TARGET=170

And this command to calibrate bed pid: PID_CALIBRATE HEATER=heater_bed TARGET=60

more info see Klipper PID calibrate.