docs: Docs comma culture (#4822)
Many non-English speaking countries use a comma as a decimal separator for printed numbers. This can create some confusion in documentation and config files when not surrounded by contextual clues like parenthesis. Improve documentation by adding spaces to coordinates. Signed-off-by: Paul McGowan <mental450@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# This file is an example config file for polar style printers. One
|
||||
# may copy and edit this file to configure a new polar printer.
|
||||
|
||||
# POLAR KINEMATICS ARE A WORK IN PROGRESS. Moves around the 0,0
|
||||
# POLAR KINEMATICS ARE A WORK IN PROGRESS. Moves around the 0, 0
|
||||
# position are known to not work properly.
|
||||
|
||||
# See docs/Config_Reference.md for a description of parameters.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
# Homing is not implemented on cable winch kinematics. In order to
|
||||
# home the printer, manually send movement commands until the toolhead
|
||||
# is at 0,0,0 and then issue a G28 command.
|
||||
# is at 0, 0, 0 and then issue a G28 command.
|
||||
|
||||
# See docs/Config_Reference.md for a description of parameters.
|
||||
|
||||
|
||||
@@ -227,14 +227,14 @@ gcode:
|
||||
[quad_gantry_level]
|
||||
# Use QUAD_GANTRY_LEVEL to level a gantry.
|
||||
gantry_corners:
|
||||
-55,-7
|
||||
-55, -7
|
||||
305, 320
|
||||
# Min & Max gantry corners - measure from nozzle at MIN (0,0) and MAX (250,250) to respective belt positions
|
||||
points:
|
||||
25,0
|
||||
25,200
|
||||
225,200
|
||||
225,0
|
||||
25, 0
|
||||
25, 200
|
||||
225, 200
|
||||
225, 0
|
||||
# Probe points
|
||||
speed: 200
|
||||
horizontal_move_z: 6
|
||||
|
||||
@@ -134,9 +134,9 @@ sample_retract_dist: 3.0
|
||||
[bed_mesh]
|
||||
speed: 100
|
||||
horizontal_move_z: 5
|
||||
mesh_min: 69,41
|
||||
mesh_max: 189,161
|
||||
probe_count: 3,3
|
||||
mesh_min: 69, 41
|
||||
mesh_max: 189, 161
|
||||
probe_count: 3, 3
|
||||
|
||||
[homing_override]
|
||||
set_position_z: 6
|
||||
|
||||
@@ -132,10 +132,10 @@ max_z_accel: 50
|
||||
square_corner_velocity: 5
|
||||
|
||||
[bed_screws]
|
||||
screw1: 5,5
|
||||
screw2: 265,210
|
||||
screw3: 5,210
|
||||
screw4: 265,5
|
||||
screw1: 5, 5
|
||||
screw2: 265, 210
|
||||
screw3: 5, 210
|
||||
screw4: 265, 5
|
||||
|
||||
[filament_switch_sensor filament_sensor]
|
||||
switch_pin: ^!PC4
|
||||
|
||||
@@ -64,7 +64,7 @@ speed: 3.0
|
||||
samples: 1
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position: 117,117
|
||||
home_xy_position: 117, 117
|
||||
speed: 50.0
|
||||
z_hop: 10.0
|
||||
z_hop_speed: 100
|
||||
@@ -72,9 +72,9 @@ z_hop_speed: 100
|
||||
[bed_mesh]
|
||||
speed: 100
|
||||
horizontal_move_z: 8
|
||||
mesh_min: 106,39
|
||||
mesh_max: 281,229
|
||||
probe_count: 3,3
|
||||
mesh_min: 106, 39
|
||||
mesh_max: 281, 229
|
||||
probe_count: 3, 3
|
||||
|
||||
[heater_bed]
|
||||
heater_pin: PH5
|
||||
|
||||
@@ -75,8 +75,8 @@ pin_up_touch_mode_reports_triggered: False
|
||||
speed: 100
|
||||
horizontal_move_z: 8
|
||||
mesh_min: 50, 50
|
||||
mesh_max: 300,300
|
||||
probe_count: 3,3
|
||||
mesh_max: 300, 300
|
||||
probe_count: 3, 3
|
||||
|
||||
[heater_bed]
|
||||
heater_pin: PH5
|
||||
|
||||
@@ -75,7 +75,7 @@ position_max: 400
|
||||
# mesh_min: 10, 10
|
||||
# mesh_max: 239, 239
|
||||
# algorithm: bicubic
|
||||
# probe_count: 5,5
|
||||
# probe_count: 5, 5
|
||||
|
||||
[extruder]
|
||||
max_extrude_only_distance: 1000.0
|
||||
|
||||
@@ -113,7 +113,7 @@ restart_method: command
|
||||
# mesh_min: 20, 15
|
||||
# mesh_max: 250, 240
|
||||
# algorithm: bicubic
|
||||
# probe_count: 5,5
|
||||
# probe_count: 5, 5
|
||||
|
||||
[filament_switch_sensor filament_sensor]
|
||||
pause_on_runout: true
|
||||
|
||||
@@ -141,15 +141,15 @@ z_offset: 2.6
|
||||
pin_up_touch_mode_reports_triggered: False
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position: 5,5
|
||||
home_xy_position: 5, 5
|
||||
z_hop: 5.0
|
||||
z_hop_speed: 5.0
|
||||
|
||||
[bed_mesh]
|
||||
speed: 80
|
||||
mesh_min: 40,20
|
||||
mesh_max: 210,205
|
||||
probe_count: 5,5
|
||||
mesh_min: 40, 20
|
||||
mesh_max: 210, 205
|
||||
probe_count: 5, 5
|
||||
|
||||
######################################################################
|
||||
# "RepRapDiscount 128x64 Full Graphic Smart Controller" type display
|
||||
|
||||
@@ -42,10 +42,10 @@ max_z_velocity: 25
|
||||
max_z_accel: 100
|
||||
|
||||
[bed_screws]
|
||||
screw1: 33,33
|
||||
screw2: 203,33
|
||||
screw3: 203,201
|
||||
screw4: 33,201
|
||||
screw1: 33, 33
|
||||
screw2: 203, 33
|
||||
screw3: 203, 201
|
||||
screw4: 33, 201
|
||||
|
||||
[stepper_x]
|
||||
step_pin: PE3
|
||||
@@ -158,7 +158,7 @@ switch_pin: !PA4
|
||||
|
||||
# Optional bed mesh configuration you can use if you have a BLtouch installed.
|
||||
#[bed_mesh]
|
||||
#mesh_min: 70,15
|
||||
#mesh_max: 220,210
|
||||
#mesh_min: 70, 15
|
||||
#mesh_max: 220, 210
|
||||
#horizontal_move_z: 5
|
||||
#speed: 150
|
||||
|
||||
@@ -93,9 +93,9 @@ speed: 5
|
||||
########################################
|
||||
|
||||
[bed_mesh]
|
||||
mesh_min: 40,40
|
||||
mesh_max: 185,230
|
||||
probe_count: 4,4
|
||||
mesh_min: 40, 40
|
||||
mesh_max: 185, 230
|
||||
probe_count: 4, 4
|
||||
speed: 100
|
||||
fade_end: 0.0
|
||||
algorithm: bicubic
|
||||
|
||||
@@ -65,9 +65,9 @@ position_max: 250
|
||||
# z_offset: 1.56
|
||||
|
||||
# [bed_mesh]
|
||||
# mesh_min: 16,16
|
||||
# mesh_max: 201,200
|
||||
# probe_count: 4,3
|
||||
# mesh_min: 16, 16
|
||||
# mesh_max: 201, 200
|
||||
# probe_count: 4, 3
|
||||
|
||||
[extruder]
|
||||
step_pin: PA4
|
||||
|
||||
@@ -197,10 +197,10 @@ samples_tolerance_retries: 2
|
||||
[bed_tilt]
|
||||
# Enable bed tilt measurments using the probe we defined above
|
||||
# Probe points using X0 Y0 offsets @ 0.01mm/step
|
||||
points: -2,-6
|
||||
156,-6
|
||||
156,158
|
||||
-2,158
|
||||
points: -2, -6
|
||||
156, -6
|
||||
156, 158
|
||||
-2, 158
|
||||
speed: 75
|
||||
horizontal_move_z: 2
|
||||
|
||||
|
||||
@@ -151,15 +151,15 @@ sample_retract_dist: 1.0
|
||||
samples_tolerance: 0.075
|
||||
|
||||
[bed_tilt]
|
||||
points: -9,-9
|
||||
289.4,-9
|
||||
289.4,290
|
||||
-9,289
|
||||
points: -9, -9
|
||||
289.4, -9
|
||||
289.4, 290
|
||||
-9, 289
|
||||
speed: 75
|
||||
horizontal_move_z: 5
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position: -19.1,259.3
|
||||
home_xy_position: -19.1, 259.3
|
||||
speed: 50.0
|
||||
z_hop: 10.0
|
||||
|
||||
|
||||
@@ -185,10 +185,10 @@ samples_tolerance: 0.100
|
||||
[bed_tilt]
|
||||
#Enable bed tilt measurments using the probe we defined above
|
||||
#Probe points using X0 Y0 offsets @ 0.01mm/step
|
||||
points: -3,-6
|
||||
282,-6
|
||||
282,300
|
||||
-3,300
|
||||
points: -3, -6
|
||||
282, -6
|
||||
282, 300
|
||||
-3, 300
|
||||
speed: 75
|
||||
horizontal_move_z: 5
|
||||
|
||||
@@ -196,7 +196,7 @@ horizontal_move_z: 5
|
||||
#Needed to lift the Z to clear homing switch on bed
|
||||
# ---> WARNING! - Z_MAX limit switch not monitored in Klipper! <---
|
||||
# ---> This could potentially crash the toolhead if already at the top of Z travel! <---
|
||||
home_xy_position: -19,265
|
||||
home_xy_position: -19, 265
|
||||
speed: 50.0
|
||||
z_hop: 15.0
|
||||
move_to_previous: False
|
||||
|
||||
@@ -143,10 +143,10 @@ max_z_accel: 20
|
||||
|
||||
# Positions for BED_SCREWS_ADJUST levelling with bed screws still accessible
|
||||
[bed_screws]
|
||||
screw1: 22,10
|
||||
screw2: 22,90
|
||||
screw3: 98,90
|
||||
screw4: 98,10
|
||||
screw1: 22, 10
|
||||
screw2: 22, 90
|
||||
screw3: 98, 90
|
||||
screw4: 98, 10
|
||||
|
||||
######################################################################
|
||||
# Optional: i2c ssd1306 OLED-display controlled by raspi host_mcu
|
||||
|
||||
@@ -93,13 +93,13 @@ y_offset: 37
|
||||
z_offset: 2.0
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position: 125,150
|
||||
home_xy_position: 125, 150
|
||||
z_hop: 10
|
||||
z_hop_speed: 5
|
||||
|
||||
[bed_mesh]
|
||||
mesh_min: 5,5
|
||||
mesh_max: 225,225
|
||||
mesh_min: 5, 5
|
||||
mesh_max: 225, 225
|
||||
|
||||
[fan]
|
||||
pin: PH5
|
||||
|
||||
@@ -158,15 +158,15 @@ z_offset: 0 # set this to your Live Z Offset, but negated (invert the sign)
|
||||
speed: 6.0
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position: 147.4,21.1
|
||||
home_xy_position: 147.4, 21.1
|
||||
z_hop: 4
|
||||
|
||||
[bed_mesh]
|
||||
speed: 100
|
||||
horizontal_move_z: 5
|
||||
mesh_min: 10,10
|
||||
mesh_max: 141,167
|
||||
probe_count: 4,4
|
||||
mesh_min: 10, 10
|
||||
mesh_max: 141, 167
|
||||
probe_count: 4, 4
|
||||
|
||||
[filament_switch_sensor filament_sensor]
|
||||
switch_pin: ^PB4
|
||||
|
||||
@@ -124,7 +124,7 @@ gcode:
|
||||
|
||||
# Mesh Bed Leveling.
|
||||
[bed_mesh]
|
||||
mesh_min: 5,18
|
||||
mesh_max: 230,228
|
||||
probe_count: 9,9
|
||||
mesh_min: 5, 18
|
||||
mesh_max: 230, 228
|
||||
probe_count: 9, 9
|
||||
algorithm: bicubic
|
||||
|
||||
@@ -118,26 +118,26 @@ switch_pin: !PA15
|
||||
pin: PB0
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position: 165,165
|
||||
home_xy_position: 165, 165
|
||||
speed: 50
|
||||
z_hop: 10
|
||||
z_hop_speed: 5
|
||||
|
||||
[bed_screws]
|
||||
screw1: 5,5
|
||||
screw2: 165,5
|
||||
screw3: 325,5
|
||||
screw4: 5,325
|
||||
screw5: 165,325
|
||||
screw6: 325,325
|
||||
screw1: 5, 5
|
||||
screw2: 165, 5
|
||||
screw3: 325, 5
|
||||
screw4: 5, 325
|
||||
screw5: 165, 325
|
||||
screw6: 325, 325
|
||||
|
||||
[bed_mesh]
|
||||
speed: 120
|
||||
probe_count: 5,5
|
||||
probe_count: 5, 5
|
||||
horizontal_move_z: 5
|
||||
algorithm: lagrange
|
||||
mesh_min : 20,20
|
||||
mesh_max : 310,310
|
||||
mesh_min : 20, 20
|
||||
mesh_max : 310, 310
|
||||
mesh_pps: 0
|
||||
|
||||
[probe]
|
||||
|
||||
@@ -110,26 +110,26 @@ switch_pin: PA15
|
||||
pin: PB0
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position: 165,165
|
||||
home_xy_position: 165, 165
|
||||
speed: 50
|
||||
z_hop: 10
|
||||
z_hop_speed: 5
|
||||
|
||||
[bed_screws]
|
||||
screw1: 5,5
|
||||
screw2: 165,5
|
||||
screw3: 325,5
|
||||
screw4: 5,325
|
||||
screw5: 165,325
|
||||
screw6: 325,325
|
||||
screw1: 5, 5
|
||||
screw2: 165, 5
|
||||
screw3: 325, 5
|
||||
screw4: 5, 325
|
||||
screw5: 165, 325
|
||||
screw6: 325, 325
|
||||
|
||||
[bed_mesh]
|
||||
speed: 120
|
||||
probe_count: 5,5
|
||||
probe_count: 5, 5
|
||||
horizontal_move_z: 5
|
||||
algorithm: lagrange
|
||||
mesh_min : 20,20
|
||||
mesh_max : 310,310
|
||||
mesh_min : 20, 20
|
||||
mesh_max : 310, 310
|
||||
mesh_pps: 0
|
||||
|
||||
[probe]
|
||||
|
||||
@@ -92,7 +92,7 @@ z_offset: -15
|
||||
speed: 120
|
||||
horizontal_move_z: 5
|
||||
mesh_radius:65
|
||||
mesh_origin: 0,0
|
||||
mesh_origin: 0, 0
|
||||
round_probe_count: 7
|
||||
algorithm: bicubic
|
||||
|
||||
|
||||
@@ -91,18 +91,18 @@ square_corner_velocity: 15.0
|
||||
|
||||
[bed_mesh]
|
||||
speed: 120
|
||||
mesh_min: 27,3
|
||||
mesh_max: 270,290
|
||||
probe_count: 5,3
|
||||
mesh_min: 27, 3
|
||||
mesh_max: 270, 290
|
||||
probe_count: 5, 3
|
||||
horizontal_move_z: 10
|
||||
|
||||
[bed_screws]
|
||||
screw1: 5,5
|
||||
screw1: 5, 5
|
||||
screw1_name: front left screw
|
||||
screw2: 295,0
|
||||
screw2: 295, 0
|
||||
screw2_name: front right screw
|
||||
screw3: 295,290
|
||||
screw3: 295, 290
|
||||
screw3_name: back right screw
|
||||
screw4: 0,290
|
||||
screw4: 0, 290
|
||||
screw4_name: back left screw
|
||||
probe_height: 0
|
||||
|
||||
@@ -80,6 +80,6 @@ max_z_velocity: 5
|
||||
max_z_accel: 100
|
||||
|
||||
[bed_mesh]
|
||||
mesh_min: 20,20
|
||||
mesh_max: 190,130
|
||||
probe_count: 4,4
|
||||
mesh_min: 20, 20
|
||||
mesh_max: 190, 130
|
||||
probe_count: 4, 4
|
||||
|
||||
@@ -21,7 +21,7 @@ position_min: -2 # The Z carriage may need to travel below the Z=0
|
||||
|
||||
# The safe_z_home section modifies the default G28 behavior
|
||||
[safe_z_home]
|
||||
home_xy_position: 100,100
|
||||
home_xy_position: 100, 100
|
||||
speed: 50
|
||||
z_hop: 15
|
||||
z_hop_speed: 5
|
||||
@@ -29,18 +29,18 @@ z_hop_speed: 5
|
||||
# Example bed_tilt config section
|
||||
[bed_tilt]
|
||||
points:
|
||||
100,100
|
||||
10,10
|
||||
10,100
|
||||
10,190
|
||||
100,10
|
||||
100,190
|
||||
190,10
|
||||
190,100
|
||||
190,190
|
||||
100, 100
|
||||
10, 10
|
||||
10, 100
|
||||
10, 190
|
||||
100, 10
|
||||
100, 190
|
||||
190, 10
|
||||
190, 100
|
||||
190, 190
|
||||
|
||||
# Example bed_mesh config section
|
||||
[bed_mesh]
|
||||
mesh_min: 20,20
|
||||
mesh_max: 200,200
|
||||
probe_count: 4,4
|
||||
mesh_min: 20, 20
|
||||
mesh_max: 200, 200
|
||||
probe_count: 4, 4
|
||||
|
||||
Reference in New Issue
Block a user