tag:about
TAG: [about]
Page | Description |
---|---|
Adpative Bed Mesh about Read Me First: In order to understand adaptive bed meshes, it's first helpful to understand the bed mesh in general. ---------- Klipper allows not just for n x m sized bed meshes that cover the full bed, it also allows for bed meshes of an arbitrary size, including adaptive to the size of the object(s) being printed. | |
Gantry Alignment tuning setup about The gantry forms the X axis for the printer's head. It needs to be square to the frame or the height of the head will be different at one side than the other. This is often noticeable in the bed mesh map. If the gantry isn't level it also can cause part knocks and print failures. | |
Bed Mesh about The bed mesh is a probed map of the surface of the bed plate, normally automated and with a z probe, that describes how flat (not how level) the surface of the bed is above the level plane. It's a map of the hills and valleys decribing the warpage of build surface. The bed mesh variance, shown above is what we care about, as it should be less than 2x the layer height. | |
Orca Calibration tuning setup about resources Proper calibration of the Filament Profile is essential for good prints. Orca slicer has several built in calibration tests to assist in determining the specific profile values. A great guide that would be hard to do better in terms of explanations is at | |
Cleaning the Bed Plate articles about The bed plate must be kept clean to assure good adherence of the filament for your first layer. Clean your bed plate by washing with dish soap (Dawn with its grease cutters works exceptionally well) and hot water and let air dry before returning to the bed. An occasional scrub using a clean ScotchBrite pad can help remove surface build up and oxidation of the PEI textured coating. | |
Console about By the console we mean the Klipper console, like as exposed by Fluidd. See <https://docs.fluidd.xyz/features/console> for more information, features, and documentation. | |
Orca Dimensional Accuracy Compensation about Orca Docs: <https://github.com/SoftFever/OrcaSlicer/wiki/tolerance-calib> BambuLabs Wiki: <https://wiki.bambulab.com/en/software/bambu-studio/xy-hole-contour-compensation> <https://www.obico.io/blog/tolerance-test-in-orcaslicer-a-comprehensive-guide/> From: u/hotellonely on Reddit is this great concise explanation: [Imagine] in your model, you have 2x holes with 1mm diameter, and their distance between their centroid should be 10mm. You also ha… | |
Fluidd about Fluidd is a lightweight & responsive web based user interface for Klipper based 3D printers. It's a web application that communicates to the Moonraker API server that drives Klipper. It's included as the web GUI as part of Elegoo's Neptune 4 distributions so it's already installed. | |
gcode wip about ...work in progress... | |
Glue about Glue is used as a separation layer to prevent prints from bonding to the PEI build plate. It’s used to provide a layer between the plate and print so that the print doesn’t attach to the PEI and allow’s the print to release more easily. Some PET and more exotic materials adhere too well to PEI and require glue or they can get permanently stuck to the plate. Textured PEI offers better adherence to PLA than glue which is unnecessary and often indicates a problem that should be resolve… | |
Klipper about Klipper is the Open Source 'firmware' ecosystem that controls the printer. It's designed to make use of small systems and SoCs as linux hosts that run its series of distributed applications and services which APIs, UIs and connects to one or more microcontrollers. This replaces the Marlin firmware style systems that used to be prevalent for 3D printer control and greatly improves in the following areas: | |
What are Klipper Macros? faq about articles ...coming soon... | |
Nozzle Replacement faq about How to replace the nozzle Elegoo has a Nozzle Replacement Video that demonstrates the proper process that carefully avoids potential causes of damage. When to replace the nozzle (...work in progress...) | |
OpenNeptune about | |
Orca Slicer about See: <https://github.com/SoftFever/OrcaSlicer> and <https://www.orcaslicer.com/> Ocra is a powerful, modern and Open Source, community driven slicer that can produce native Klipper gcode for the Neptune 4. It offers advanced built in calibration tools, precision control of walls and seams (including scarf seams), sandwich mode walls, polyholes, a wide variety of infill patterns (including those optimized for high speed printers like the Neptune 4), mouse ears, adaptive bed… | |
PID Tuning about Klipper uses a PID algorithm to maintain consistent heat for heaters like the nozzle and bed. These should be tuned initially and retuned any time the nozzle, hot end, thermistor, or heater element is changed. Klipper Docs Calibrate PID Settings Wikipedia on PID | |
PRINT_START Macro about | |
printer.cfg File about setup The printer.cfg file is where Klipper stores its permanent configuration settings for the printer. It is described in the Klipper documentation, the Configuration Reference for the file. It's composed of sections, or stanzas, denoted like “[MyStanza]” | |
The Screen controller about The Neptune 4 has side mounted detachable handheld Screen. It’s an ancillary microcontroller, and not part of the printer itself, that can send and receive commands and information to and from the printer using a serial tty port and some proprietary Elegoo software. It features a touch sensitive display screen as its control interface. | |
SCREWS_TILT_CALCULATE about SCREWS_TILT_CALCULATE [DIRECTION=CW|CCW] [MAX_DEVIATION=<value>] [HORIZONTAL_MOVE_Z=<value>] [<probe_parameter>=<value>] Invokes the Klipper native bed screws adjustment tool. It will command the nozzle to different locations (as defined by the [SCREWS_TILT_ADJUST] stanza in | |
Silicone Spacers about ...work in progress... You can replace the bed screw springs with silicone spacers that will hold the position and bed tension better than the springs which often loosen under vibration. They run about $12 and can be found on Amazon, AliExpress and other resellers. Search for | |
Z Offset z_offset about To be clear, this is a discussion about the gcode z offset, an adjustment to nozzle height from the plate. The gcode z offset is set with the SET_GCODE_OFFSET klipper command and you should read its documentation, at <https://www.klipper3d.org/G-Codes.html#set_gcode_offset> . All other methods of changing the value just equate to this command. You can set it to a absolute value like |