-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmysettings.cfg
More file actions
16 lines (13 loc) · 1.31 KB
/
Copy pathmysettings.cfg
File metadata and controls
16 lines (13 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#####################################################################
[gcode_macro _MY_VARIABLES] ; config variables and constants
#####################################################################
#variable_motion_park_position_xy: 115,115 ; default park position for print macros
variable_motion_travel_speed: 300 ; travel speed to use when parking, purging, etc
variable_motion_xy_home_current: 0.4 ; current to use for xy in homing override for sensorless homing
variable_motion_z_home_current: 0.25 ; current to use for z in homing override for sensorless homing
variable_print_extruder_soak_temp_factor: 0.50 ; extruder preheat temp factor while soaking (%)
#variable_print_extruder_to_nozzle: 58 ; distance from extruder gears to melt zone (Orbiter & Dragon ACE)
#variable_print_ooze_retraction: 3 ; distance to retract to prevent oozing
#variable_print_min_extrusion_temp: 230 ; minimum temp to extrude and purge
variable_print_max_chamber_temp: 50 ; maximum realistic chamber temp this printer can maintain (overrides slicer setting)
gcode: ; required block, do not delete