Skip to content

Instantly share code, notes, and snippets.

View nebbian's full-sized avatar

Ben Hitchcock nebbian

View GitHub Profile
@nebbian
nebbian / M503_results.txt
Created April 6, 2017 14:37
M503 results
>>> M503
SENDING:M503
; config override present: /sd/config-override
;Steps per unit:
M92 X640.00000 Y640.00000 Z640.00000
;Acceleration mm/sec^2:
M204 S1000.00000
;X- Junction Deviation, Z- Z junction deviation, S - Minimum Planner speed mm/sec:
M205 X0.05000 Z-1.00000 S0.00000
;Max cartesian feedrates in mm/sec:
@nebbian
nebbian / config.txt
Created April 6, 2017 14:36
Configuration for Delta mini on Re-Arm
# Smoothieboard configuration file, see http://smoothieware.org/configuring-smoothie
# NOTE Lines must not exceed 132 characters, and '#' characters mean what follows is ignored
## Robot module configurations : general handling of movement G-codes and slicing into moves
# Basic motion configuration
default_feed_rate 4000 # Default speed (mm/minute) for G1/G2/G3 moves
default_seek_rate 4000 # Default speed (mm/minute) for G0 moves
mm_per_arc_segment 0.0 # Fixed length for line segments that divide arcs, 0 to disable
#mm_per_line_segment 5 # Cut lines into segments this size
mm_max_arc_error 0.01 # The maximum error for line segments that divide arcs 0 to disable