From 4d324753a111a7e50bbb8b1c958708b79b6222f6 Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Thu, 2 Apr 2020 17:38:38 -0400 Subject: [PATCH] updates to help --- web/kiri/lang/en-help.html | 52 +++++++++++++++++++++----------------- web/kiri/style.css | 10 ++++++-- 2 files changed, 37 insertions(+), 25 deletions(-) diff --git a/web/kiri/lang/en-help.html b/web/kiri/lang/en-help.html index c24a1a7a..e098af2d 100644 --- a/web/kiri/lang/en-help.html +++ b/web/kiri/lang/en-help.html @@ -7,42 +7,42 @@

Kiri:Moto - is an extensible, multi-purpose slicing
and visualization engine that produces output for + is an open-source slicer for +

-
  • : GCode for 3D printers -
  • : 3 Axis CNC toolpaths -
  • : DXG / SVG cut paths +
  • Laser Cutters
  • +
  • 3D Printers
  • +
  • CNC Mills
  • - Learn More -

  • Watch a tutorial on YouTube -
  • Follow Grid.Space on Twitter -
  • Join the user group on Facebook + Loading Files -

    - File Load & Import - -

  • Drag and drop an STL onto the grid -
  • Or load with Function +
  • Drag and drop a file onto the grid
  • +
  • Or from your computer
  • Start Working

  • Set mode - -
  • Select your target +
  • +
  • Select your target
  • Then and - GCode +
  • Other ways to use Kiri:Moto -

  • -- Inside Onshape -
  • -- Inside Thingiverse +
  • — free Embedded App
  • +
  • — free Thing App
  • -

    Refer to the Grid.Space Wiki for more information

    +

    + Learn More +

  • Watch a tutorial on YouTube
  • +
  • Follow Grid.Space on Twitter
  • +
  • Join the user group on Facebook
  • +
  • Visit the Wiki on Github
  • @@ -98,10 +98,16 @@ -
    -
    <ESC> key closes any dialog in Kiri
    -
    Kiri is already loaded and running on this page -
    Dismiss this help window to start working +
    +

    Kiri:Moto is entirely open source!

    +

    Please contribute to the project with code,
    + ideas, or localizations for your preferred language.

    +
    + +
    +

    <ESC> key closes any dialog in Kiri

    +

    Kiri is already loaded and running on this page
    + Dismiss this help window to start working

    diff --git a/web/kiri/style.css b/web/kiri/style.css index ebd68a47..2a0d5e95 100644 --- a/web/kiri/style.css +++ b/web/kiri/style.css @@ -283,7 +283,9 @@ input[type=range]::-moz-focus-outer { } #help a { color: #68d; - font-size: smaller !important; +} +#help button { + margin: 2px 0 2px 0; } #help a:hover { color: #46a; @@ -291,6 +293,7 @@ input[type=range]::-moz-focus-outer { } #help p { font-weight: normal; + white-space: nowrap; } button.selected { background-color: white; @@ -322,12 +325,15 @@ button.selected { } #help-body li { white-space: nowrap; + list-style-type: none; + padding-left: 10px; } -#help-post { +.help-post { text-align: center; font-family: monospace; font-style: italic; border-top: 1px dashed #aaa; + margin-top: 10px !important; } /** tool dialog */