-
Notifications
You must be signed in to change notification settings - Fork 296
Configuring 0.99 3D Printing Extensions
<<< Back to Configuring Version 0.99 Main Page
!!!! TAKE NOTE: The 3D printer extensions documented on this page are pre-release and experimental (hence the leading underscore). These settings will NOT be present in the release ultimate 3D printing releases. Please expect any UIs or code written to these specifications to require changes. The settings on this page will be removed and will not be backwards compatible. !!!!
There are 3 heater groups. The examples below show heater group 1 - {_he1:n}
Setting | Description | Notes |
---|---|---|
{_he1:{e:...}} | Heater Enable | 0=off, 1=on |
{_he1:{p:...}} | Heater P (PID) | read/write |
{_he1:{i:...}} | Heater I (PID) | read/write |
{_he1:{d:...}} | Heater D (PID) | read/write |
{_he1:{st:...}} | Setpoint temperature | write-only |
{_he1:{t:...}} | Current temperature | read-only |
{_he1:{at:...}} | "At temperature" flag | read-only |
{_he1:{op:...}} | PWM output level | read-only |
{_he1:{tr:...}} | Thermistor resistance | read-only |
{_he1:{an:...}} | Heater ADC reading | read-only |
{_he1:{fp:...}} | Fan power | read/write |
{_he1:{fm:...}} | Fan minimum power | read/write |
{_he1:{fl:...}} | Fan low temperature | read/write |
{_he1:{fh:...}} | Fan high temperature | read/write |
PID settings for heater feedback loop. Typical default values are:
For an extruder heater, 12volt:
DEFAULT_P 7.0
DEFAULT_I 0.05
DEFAULT_D 150.0
For a heated bed:
DEFAULT_P 9.0
DEFAULT_I 0.12
DEFAULT_D 400.0
There are 3 PID groups. The examples below show PID group 1 - {_pid1:n}
Setting | Description | Notes |
---|---|---|
{_pid1:{p:...}} | Raw P Value | read-only |
{_pid1:{i:...}} | Raw I Value | read-only |
{_pid1:{d:...}} | Raw D Value | read-only |
These are Read-Only values from the live PID. They are not scaled to temperature
Setting | Description | Notes |
---|---|---|
{tram:t | Tram Command | Set and enable tramming matrix |
Setting Tram will use the last three Probe values to define the plane of the Z axis. For operation, probe the bed (Z axis) at three disparate points, then invoke Tram.
Getting Started Pages
- Home
- What is g2core?
- Who uses g2core?
- Jerk-Controlled Motion
- Getting Started with g2core
- Connecting to g2core
- Configuring g2core
- Flashing g2core
- Troubleshooting
Reference Pages
- Gcodes
- Mcodes
- Text Mode
- JSON Communications
- GPIO Digital IO
- Alarms & Exceptions
- Power Management
- Coordinate Systems
- Status Reports
- Status Codes
- G2 Communications
- Tool Offsets and Selection
- Probing
- Feedhold, Resume, Job Kill
- Marlin Compatibility
- 9 Axis UVW Operation
- gQuintic Specs
Discussion Topics
- Roadmap
- GPIO for 1.X Releases
- Toolheads
- Raster Streaming Prototol
- g2core REST Interface
- Gcode Parsing
- G2 3DP Dialect
- Consensus Gcode
- Digital DRO
- Overview of Motion Processing
Developer Pages
- Development & Contribution
- Branching and Release - DRAFT
- Getting Started with g2core Development
- Project Structure & Motate
- Compiling G2
- OSX w/Xcode
- OSX/Linux Command Line
- Windows10 w/AtmelStudio7
- Debugging G2 on OSX
- Board and Machine Profiles
- Arduino Due Pinout
- Arduino DUE External Interfaces
- Diagnostics
- Debugging w/Motate Pins
- Development Troubleshooting
- g2core Communications
- Git Procedures
- Windows 10 / VMware 8 Issues
- Dual Endpoint USB Internals
- G2core License
- VSCode Setup
- Compatibility Axioms
- Wiki History